html,body {
    height: 100% !important;
    margin: 0;
    padding: 0;
    font-family: serif;
}
@font-face {
    font-family: "SVN-Omny";
    src: url("./../font/SVN-Omny-Regular.woff") format("opentype");
}
.row-center {
    height: 100%;
    align-items: center;
    justify-content: center;
}
h4 {
    color: white;
    padding-left: 30px;
}
.holder-info {
    background-color: white;
    width: 90%;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: auto;
    padding: 20px;
}
.pad-top-5 {
    padding-top: 5px;
}
.pad-top-10 {
    padding-top: 10px;
}
.pad-top-25 {
    padding-top: 25px;
}
.color-white {
    color: white;
}
.time {
    font-size: 32px;
}
.text-center {
    text-align: center;
}
.color-text-blue {
    color: #003B82 !important;
}
.color-text-red {
    color: #FF0000 !important;
}

.align-right {
    justify-items: self-end;
    display: grid;
}
.align-left {
    justify-items: self-start;
    display: flex;
}
.pad-right-5 {
    padding-right: 5px;
}
.btn-home {
    background-color: white;
    border: none;
    border-radius: 15px;
    padding: 10px;
}
@media (min-width: 820px) {
    .for-web {
        padding: 0.5rem 5rem !important;
    }
    .custom-order {
        order: 0;
    }
    .custom-order-md {
        order: 1;
    }
    body {
        background-image: url("./../img/bg.png");
        font-size: 1.1rem !important;
    }
    .size-text-normal {
        font-size: 22.3px
    }
    .pad-bottom-name {
        padding-bottom: 30px
    }
    .btn-home {
        width: 70%;
    }
    .w-80 {
        width: 80% !important;
    }
    .holder-info {
        margin-top: 30px;
    }
}

@media (max-width: 819.99px) {
    .for-web {
        padding: 0 !important;
    }
    .custom-order {
        order: 1;
    }
    .custom-order-md {
        order: 0;
    }
    h4 {
        text-align: center;
        padding-left: 0;
        font-size: 1rem !important;
    }
    body {
        background-image: url("./../img/bg1.png");
        font-size: 1rem !important;
    }
    .pad-logo {
        padding-bottom: 30px;
        padding-top: 50px;
    }
    .size-text-normal {
        font-size: 19px
    }
    h2 {
        font-size: 1.5rem !important;
    }
    .pad-bottom-name {
        padding-bottom: 15px
    }
    .btn-home {
        width: 90%;
    }
    .pad-overview {
        margin-bottom: 15px
    }
    .w-80 {
        width: 90% !important;
    }
    input::placeholder {
        font-size: 0.75rem !important;
    }
    .title-otp {
        font-size: 13px !important;
    }
    .holder-info {
        width: 100% !important;
    }
}
body {
    font-family: 'SVN-Omny', serif;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card-header {
    background-color: white !important;
    color: black !important;
}
.card-header > div > button > i {
    color: black !important;
    margin-bottom: 6px;
}
.pad-right-0 {
    padding-right: 0 !important;
}
.pad-left-0 {
    padding-left: 0 !important;
}
.card-title {
    float: inline-start !important;
}
.bold {
    font-weight: bold;
}
.card-tools {
    float: left !important;
    margin-right: 0 !important;
}
.card {
    margin-bottom: 5px !important;
}
.sub-info {
    background-color: #90B1F1;
    width: 95%;
    border: none;
    border-radius: 5px;
    font-size: 13px;
}
.main-info {
    background-color: #20407f;
    color: white;
    width: 95%;
    border: none;
    border-radius: 5px;
    font-size: 13px;
}
.carousel-control-prev, .carousel-control-next {
    width: 10% !important;
}
.num-holder {
    display: flex;
    justify-content: end;
}
.no-dot {
    background-color: #20407f;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    text-align: center;
}
.disabled {
    opacity: 0.65 !important;
    pointer-events: none !important;
}
.padding-left {
    padding-left: 10px;
}
.title-otp {
    font-size: 19px;
}
input::placeholder {
    text-align: center;
}
.pad-left-3 {
    padding-left: 0.3rem;
}
.pad-left-3-px {
    padding-left: 3px;
}
.form-login {
    display: flex;
    justify-content: center;
    /* align-items: center;
    padding-top: 60px; */
}

.btn-join {
    background-color: #10be65;
    border: none;
    color: white;
    border-radius: 3px;
}

.btn-not-join {
    background-color: red;
    border: none;
    color: white;
    border-radius: 3px;
}

.btn-uq {
    border: none;
    color: white;
    border-radius: 3px;
}
.custom-control-label {
    font-weight: normal !important;
}
.btn-submit {
    background-color: #20407f;
    color: white !important;
    border: none;
    width: 100%;
    border-radius: 5px;
}
.w-100 {
    width: 100% !important;
}
.w-95 {
    width: 95% !important;
}
.h-100 {
    height: 100% !important;
}
.end-col {
    display: flex;
    justify-content: end;
    align-items: end;
}
.btn-header {
    border: none;
    border-radius: 3px;
    padding: 3px 8px 3px 8px;
    color: white;
}
.btn-export {
    background-color: red;
    margin-right: 5px;
}
.btn-close {
    background-color: #20407f;
}
.just-center {
    justify-content: center;
}
.just-right {
    justify-content: right;
}
.display-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.bg-white {
   background-color: white !important;
}
.margin-left-0 {
    margin-left: 0 !important;
}
.margin-right-0 {
    margin-right: 0 !important;
}
[ng-cloak] {
    display: none !important;
}

.card-body {
    padding: 0.5rem !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #20407f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #20407f;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 18px;
}

.slider.round:before {
  border-radius: 50%;
}

.input-group-text {
    font-size: 10px !important;
}

.count-down {
    color: red !important;
    position: absolute;
    /* top: -5px; */
    right: 5px;
    /* padding-top: 10px; */
}
.fixed-icon-chat {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 1000;
    height: 50px;
    width: 50px;
    background-color: #94B1D1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-icon-logout {
    position: fixed;
    left: 20px;
    bottom: 40px;
    z-index: 1000;
    height: 50px;
    width: 50px;
}
.fixed-form-chat {
    position: fixed;
    right: 20px;
    left: 20px;
    bottom: 90px;
    z-index: 1000;
    height: 50%;
}
.direct-chat-messages {
    height: 100% !important;
}
@media (max-width: 1600px) {
    body{
        background-size: auto;
    }
    .for-web {
        padding: 0.5rem 5rem !important;
    }
}
@media (max-width: 768px) {
    .icon-show-web {
        display: none;
    }
    .icon-mobile {
        padding-top: 10px;
        display: block !important;
        order: 3
    }
    .mobile {
        padding-bottom: 200px !important;
    }
}