::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background-color: white;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #02cbab;
}

.btn-primary {
    background-color: #1f4963 !important;
}

.bg-primary {
    background-color: #1f4963 !important;
}

.text-primary {
    color: #1f4963 !important;
}
.sort-header-th {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5px;
}

.thumbnail {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
    border: 1px solid rgb(6, 191, 166);
}

.whatsApp {
    color: darkgreen;
    font-size: 2rem;
    display:none;
}

.form-control {
    height: 35px;
    margin-bottom: 0.5rem;
}

.navbar-nav .dropdown-menu {
    background-color: #1f4963;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:active .dropdown-item:hover, .nav-item:hover, .dropdown-item:focus, .nav-item:focus {
    background-color: #e9ecef !important;
    color: black !important;
    border-radius: 10px;
}

.nav-link:hover, .nav-link:hover {
    color: black !important;
}

.card-box {
    background: white;
    padding: 0.5rem;
    border-radius: 1rem;
    margin: 1%
}

.dashboard-event-heading {
    border-bottom: 2px solid rgb(14, 182, 171);
    display: flex;
    justify-content: space-between;
}

.bg-tags {
    background: gray;
    border-radius: 5px;
    color: #fff;
    padding: 0 5px 4px;
    text-align: center;
}

.dashboard {
    background-color: rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    display: flex;
    padding-bottom: 0px !important;
    padding-top: 1.5rem !important;
    flex-wrap: wrap;
}

.summary-Box {
    background-color: white;
    border-radius: 10px;
    color: black;
    font-size: 1.2rem !important;
    max-width: 200px;
    padding: 1rem 0.3rem;
    text-align: center;
    width: 12rem;
    margin: 0.75rem 0.5rem 0.75rem 0.5rem;
}

.icon-box {
    border: 1px solid;
    border-radius: 8px;
    margin-left: -60px;
    margin-top: -32px;
    padding: 0.3rem 0.5rem;
    position: absolute;
    background: #1f415f;
    color: #fff;
    font-size: 1rem
}

html {
    font-size: 14px;
}

.required:after {
    color: red;
    content: "*";
    font-weight: 900;
}
.bg-home-image {
    margin-top: 10vh;
    font-size: 2rem;
    padding-bottom: 2rem;
}
.truncate {
    max-width: 120px;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 768px) {
    .whatsApp {
        display: block;
    }
    .bg-home-image {
        margin-top: 0vh;
    }
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.box-container {
    border-radius: 23px;
    font-weight: 500;
    background: #1f4963;
}

.container-margin {
    margin-top: 60px;
}

.container-body {
    min-height: calc(100vh - 115px);
    margin-top: 60px;
}

.button-pt {
    padding-top: 27px !important;
}

.container {
    max-width: 100% !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


.paging {
    border: none;
    width: 2rem;
    border-radius: 50%;
    font-weight: 700;
    height: 2rem;
    color: #072C50;
    padding-bottom: 5px;
    vertical-align: middle;
}

    .paging:hover {
        color: #072C50;
        border: 1px solid #98a1aa;
    }

        .paging:hover:disabled {
            border: none;
        }

.slider-background {
    background-position: top;
    background-repeat: no-repeat;
    color: wheat;
    background-size: cover;
    padding-top: 5vh;
    margin-right: var(--bs-gutter-x, -0.75rem);
    margin-left: var(--bs-gutter-x, -0.75rem);
}

thead, tbody, tfoot, tr, td, th {
    white-space: nowrap;
}

.card-body {
    padding: .5rem .5rem !important;
}

.svg-action {
    cursor: pointer;
    font-size: 1.5rem;
}

.table > :not(caption) > * > * {
    padding: 0.1rem !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5,
.col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10,
.col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10,
.col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 5px;
}
/*********************       Auto Complete           *****************/

.no-suggestions {
    color: #999;
    padding: 0.4rem;
    font-size: 0.9rem;
    width: auto;
    position: absolute;
    min-width: 200px;
}

.suggestions {
    border: 1px solid hsla(218, 100%, 42%, 0.5);
    border-top-width: 0;
    list-style: none;
    margin-top: 0;
    max-height: 143px;
    overflow-y: auto;
    padding-left: 0;
    width: auto;
    position: absolute;
    min-width: 200px;
    background-color: aliceblue;
    z-index:9999;
}


    .suggestions li {
        padding: 0.5rem;
        font-size: 0.9rem;
        font-weight: 500;
    }

        .suggestion-active,
        .suggestions li:hover {
            background: linear-gradient( 90deg, hsla(218, 100%, 42%, 0.6) 0%, hsla(0, 0%, 98%, 1) 200% );
            cursor: pointer;
            font-weight: 700;
        }

        .suggestions li:not(:last-of-type) {
            border-bottom: 1px solid #999;
        }

/***************                ************/
