body {
    
    /*font-family:Verdana, Geneva, sans-serif;*/
    /*font-size:18px;*/
    /*background-color:#CCC;*/
    
}

.required {
    color: red;
}

.float {
    line-height: 20px;
    padding: 0 10px;
    color: #0162ff;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    z-index: 9;
    transition: .3s;
}

.float2 {
    width: 43px;
    height: 59px;
    position: absolute;
    right: 98px;
    top: 6px;
    color: #020202;
    /* background-color: #fff; */
    border-radius: 50px;
    text-align: center;
    /* box-shadow: 0px 0px 2px #000; */
    z-index: 9;
    transition: .3s;
}

.float:hover i {}

.float:hover {
    transition: .3s;
}

.my-float {
    margin-top: 8px;
    filter: brightness(0.1);
}

.navbar-nav li {
    font-size: 18px;
}

.dropdown-toggle::after {
    display: none !important;
}

.bg-light {
    background-color: #ffffff!important;
}

.mobile-logo {
    display: none;
    margin: auto;
}

.desk-logo {
    display: block;
}

.main {
    /* min-height: revert; */
    min-height: -moz-calc(100vh - 257px);
    min-height: -webkit-calc(100vh - 257px);
    min-height: calc(100vh - 257px);
}

.inner-div {
    background-color: #fff;
}

.headText {
    border-bottom: 1px solid #424242;
    padding: 10px;
}

.dropdown-menu {
    min-width: 12rem;
}

@media only screen and (min-width: 300px) {
    .desk-logo {
        display: none;
    }
    .mobile-logo {
        display: block;
        width: 200px;
    }
}

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

@media only screen and (min-width: 400px) {
    .mobile-logo {
        display: block;
        width: auto;
    }
}

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

@media only screen and (min-width: 992px) {
    .desk-logo {
        display: block;
    }
    .mobile-logo {
        display: none;
    }
}

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

.navbar {
    /*position: relative;

    width: 100%;

    height: 60px;

    line-height: 60px;

    background: #eee;

    color: #666;

    padding-left: 20px;

    border-bottom: 5px solid #ddd*/
}

.navbar.clone {
    position: fixed;
    top: -400px;
    left: 0;
    right: 0;
    z-index: 99999;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #3481ff;
}

body.down .navbar.clone {
    top: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #17A2B8;
}

.dropdown-menu {
    top: 60px !important;
    right: 0px !important;
    left: unset !important;
    box-shadow: 0px 5px 7px -1px #c1c1c1;
    padding-bottom: 0px;
    padding: 0px;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 12px;
    border: 10px solid #343A40;
    border-color: transparent transparent #fff transparent;
}

.head {
    padding: 5px 15px;
    border-radius: 3px 3px 0px 0px;
}

.footer {
    
    border-radius: 0px 0px 3px 3px;
}

.notification-box {
    padding: 10px 10px;
}

.bg-gray {
    background-color: #eee;
}

@media (max-width: 1366px) {
    .mobile-hiddn {
        display: none;
    }
}

@media (max-width: 640px) {
    .dropdown-menu {
        top: 50px;
        left: -16px;
        width: 290px;
    }
    .nav {
        display: block;
    }
    .nav .nav-item,
    .nav .nav-item a {
        padding-left: 0px;
    }
    .message {
        font-size: 13px;
    }
    .mobile-hiddn {
        display: none;
    }
}

a.notif {
    position: relative;
    display: block;
    /* height: 50px;

  width: 50px;*/
    background-size: contain;
    text-decoration: none;
}

.num {
    position: absolute;
    right: 11px;
    top: 6px;
    color: green;
}


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 90%;
    background-color: #498BF6;
    /* change if the mask should have another color then white */
    z-index: 999999;
    display: flex;
    align-content: center;
    justify-content: center;
    /* makes sure it stays on top */
}

#status {
    width: 100px;
    height: 112px;
    /* position: absolute; */
    /* left: 64%; */
    /* top: 50%; */
    margin: auto;
    background-image: url(../image/localbulb-favicon.png);
    background-repeat: no-repeat;
    background-position: center center;
    /* margin: -100px 0px 0 -100px; */
    background-size: contain;
}

a.btn.btn-outline-primary:hover,
.btn-outline-primary:hover,
a.btn-outline-primary:hover {
    color: #fff !important;
}

.btn-outline-primary-custom {
    border: 1px solid;
    border-color: #007bff;
    background-color: #fff;
    color: #007bff;
    transition: 0.3s;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-decoration: none;
}

.btn-outline-primary-custom:hover {
    box-shadow: 0 0 3px 3px #2d79fc4a;
    background-color: #007bff;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

.cst-img {
    cursor: pointer;
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}

.userIMG {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}

.slick-dots {
    bottom: 160px;
}

.card {
    border: none;
    width: 100%;
    margin: auto;
    transition: 0.5s;
    box-shadow: 0px 0px 3px #1b1a16;
}

.card:hover {
    box-shadow: 0px 0px 3px #1b1a16;
    transition: 0.5s;
    width: 100%;
}

.fetured-text {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid;
    color: #000;
    padding: 28px;
    margin-right: -120px;
    z-index: 9;
}

@media only screen and (max-width: 800px) {
    .fetured-text {
        margin-right: 0px;
        border-radius: 0px;
        border: none;
    }
}

.slick-track:focus,
.slick-track:focus-within,
.slick-track:focus-visible,
.slii.slick-slide.slick-current.slick-active:focus,
.slii.slick-slide.slick-current.slick-active:focus-within,
.slii.slick-slide.slick-current.slick-active:focus-visible {
    outline: none;
    border: none;
}

.head-hr {
    border-top: 2px solid rgb(255 237 0);
    width: 120px;
}

.font-weight-bold {
    font-weight: 600!important;
    font-size: 25px;
}

.headText {
    border-bottom: 1px solid #424242;
    padding: 10px;
}

.inner-div {
    background-color: #fff;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: #498bf6e6 !important;
}

.sweet-overlay {
    background-color: rgb(0 123 255 / 78%) !important;
    z-index: 99999 !important;
}

.bg-blue {
    background-color: #498BF6;
    box-shadow: 1px -1px 20px 0px;
}

a.nav-link {
    color: #fff !important;
}

a.nav-link:hover {
    color: #aeaeae !important;
}

.sendimage {
    width: 100% !important;
    max-width: 180px !important;
    height: 100% !important;
    max-height: 180px !important;
    object-fit: contain !important;
}

* {
    word-break: break-word;
}

.received_msg .class-img,
.outgoing_msg .class-img {
    width: 100% !important;
    max-width: 40px !important;
    height: 100% !important;
    max-height: 40px !important;
    object-fit: contain !important;
}

b {
    font-weight: 500 !important;
}

@media only screen and (min-width: 300px) and (max-width: 399px) {
    .desk-logo {
        display: none;
    }
    .mobile-logo {
        display: block;
        width: 200px;
    }
}

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

@media only screen and (min-width: 400px) and (max-width: 769px) {
    .mobile-logo {
        display: block;
        width: auto;
    }
    .desk-logo {
        display: none;
    }
}


/* 
@media only screen and (min-width: 770px) and (max-width: 991px) {
    .desk-logo {
        display: block;
    }
    .mobile-logo {
        display: none;
    }
    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        align-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 992px) {
    .desk-logo {
        display: block;
    }
    .mobile-logo {
        display: none;
    }
}
 */