.emoji-40{
    font-size: 40px;
}

.btn-block {
    display: block;
    width: 100%;
}

.error-feedback{
    width: 100%;
    margin-top: 0.25rem;
    font-size: 12px;
    color: #E11D48;
}

.form-error{
    border: 1px solid #E11D48;
}

.tyn-chat-body::-webkit-scrollbar{
    width:8px;
}

.tyn-chat-body::-webkit-scrollbar-thumb{
  background:#bfbfbf;
  border-radius:5px;
}

.tyn-chat-form-enter-custom {
    padding: 15px 25px 15px 15px;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

.mr-1{
    margin-right: 10px
}

.bg-white{
    background-color: white;
}

.bg-login{
    background-image: url('../../images/bg-login.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}

.tyn-login-content {
    padding: 0!important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.tyn-login-container{
    min-height: 100vh;
    position: relative;
    display:flex;
}

.tyn-split{
    width: 45%;
    flex-direction: column;
    display: flex;
    position: relative;
    flex-shrink: 0;
    min-height: 100%;
}

.tyn-split-stretch {
    flex-grow: 1;
    flex-shrink: 1;
}

.loader {
    margin-left: 35px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #2563EB;
    box-shadow: 32px 0 #2563EB, -32px 0 #2563EB;
    position: relative;
    animation: flash 0.5s ease-out infinite alternate;
  }

@keyframes flash {
0% {
    background-color: #2563EB;
    box-shadow: 32px 0 #2563EB, -32px 0 #FFF;
}
50% {
    background-color: #FFF;
    box-shadow: 32px 0 #2563EB, -32px 0 #2563EB;
}
100% {
    background-color: #2563EB;
    box-shadow: 32px 0 #FFF, -32px 0 #2563EB;
}
}

.disclaimer-box{
    background-color: white;
    border-radius: 15px;
    margin: 0 30px 0 30px;
    padding: 5px;
}

@media only screen and (max-width: 719px) {


}


@media only screen and (min-width: 720px) {
    .home-form{
        padding-top: 100px !important;
    }
    .pt-lg-150{
        padding-top: 100px;
    }
    .full-height{
        height: 100vh;
    }

    .visitor-counter{
        position: fixed;
        left: 0;
        bottom: 25px;
        width: 100%;
    }


}


@media only screen and (min-width: 991px) {

    .visitor-counter{
        position: fixed;
        left: 0;
        bottom: 25px;
        width: 50%;
    }

    .footer-text{
        position: fixed;
        right: 0;
        bottom: 25px;
        width: 50%;
    }

    .disclaimer-box{
        position: fixed;
        left: 0;
        bottom: 70px;
        background-color: white;
        width: 43%;
        border-radius: 15px;
        margin: 0 60px 0 60px;
        padding: 5px;
    }



}

@media only screen and (min-width: 1920px) {
    .home-form{
        padding-top: 200px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .msg-box-padding{
        margin: 0 10px 0 10px;
    }
}


.footer-bottom{
    position: absolute;
    bottom: 0;
}

.row-full-height{
    height: 100vh;
}

.sos-button{
    background-color: red;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    color: white;
    border: 1px;
    font-size: 30px;
    font-weight: 600;
}

.mt-1{
    margin-top: 5px !important;
}

.ml-2{
    margin-left: 10px !important;
}

.chat-sos-btn{
    background-color: red;
    color: white;
}

.modal-backdrop{
    z-index: 999 !important;
}
