.body-blue {
    background: #edf8ff;
}

.login-logo .img-logo {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 100%;
    padding: 12px;
    display: inline-flex;
    margin-bottom: 15px;
}

.login-logo {
    background-color: #0c509d;
}

.btn-primary {
    color: #fff;
    background-color: #0c509d;
    border-color: #1565c0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0858b3;
    border-color: #1565c0;
}

.login-logo .col-5 {
    text-align: right;
}

.login-user .user {
    width: 75px;
    padding: 5px;
    background: #e4f0ff;
}

.login-logo .text-primary {
    color: #fff !important;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 1px;
    font-size: 20px;
    margin-bottom: 1px;
}

.login-logo p {
    color: #bed7f3;
    margin-bottom: 5px;
}

.login-user {
    background: #e0e9f7;
    display: inline-block;
    margin-top: -30px;
    padding: 10px;
    border-radius: 50%;
    width: 55px;
    margin-bottom: 10px;
}

.eye-bg {
    background: #ffffff;
    border: 1px solid #c5d5f1;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.card-shadow {
    margin-bottom: 24px;
    background: #ffffffe6;
    -webkit-box-shadow: 0 0 20px 6px #e6edf6;
    box-shadow: 0 0 20px 6px #e6edf6;
    border-radius: 11px;
}

.logo-dark-2 .logo-lg {}

.logo-dark-2 .logo-sm {}

.logo-dark-2 .logo-lg img {
    width: 30px;
    line-height: 55px;
}

.logo-dark-2 .logo-sm img {
    width: 30px;
    line-height: 55px;
}

.logo-light-2 .logo-lg {}

.logo-light-2 .logo-sm {}

.logo-light-2 .logo-lg img {
    width: 145px;
}

.logo-light-2 .logo-sm img {
    width: 30px;
    line-height: 0px;
}

.part-row {
    margin-left: -5px;
    margin-right: -5px;
}

.col-part-8 {
    float: left;
    width: 11.5%;
    margin-left: 5px;
    margin-right: 5px;
}

body[data-sidebar=dark] #sidebar-menu ul li a i img {
    width: 20px;
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a img {
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
}

#sidebar-menu ul li ul.sub-menu li a {
    background: #174880;
}

#sidebar-menu ul li a:hover {
    color: #fff;
    background: #154e96;
}

#sidebar-menu ul li ul.sub-menu li a:hover {
    background: #0c509d;
}

.login-form {
    padding-top: 35px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.login-form .logbtn {
    margin-top: 5px;
}

.how-to {
    text-align: center;
}

.how-to a {}

.how-to a span {
    background: #ffffff;
    display: inline-block;
    padding: 5px 18px;
    border-radius: 5px;
    font-weight: 400;
    color: #787878;
    margin-top: 5px;
    border: 1px solid #bcceef;
    letter-spacing: 0.5px;
    padding-top: 8px;
    font-size: 13px;
}

.how-to a span:hover {
    background: #edf8ff;
}

.how-to span i {
    margin-right: 0;
    color: #1460b6;
    margin-left: 5px;
}

.dateandtime {
    background: #08315f;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 11px;
    padding-bottom: 1px;
    padding-top: 15px;
    border-radius: 10px;
    border: 2px solid #124073;
}

.dateandtime h4 {
    color: #cee1ff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.dateandtime h5 {
    color: #cee1ff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.dateandtime h6 {
    color: #cee1ff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.search-form-input {
    margin-top: 29px;
}

.search-form-input button {
    background-color: #0c509d;
    border: 0;
    padding: 8px 12px;
    color: #fff;
    border-radius: 4px;
    margin-left: 5px;
}

.search-form-input button:hover {
    background-color: #0858b3;
}

.total-text {
    margin-bottom: 0;
    margin-top: 12px;
    font-weight: 600;
    font-size: 20px;
}

.total-text i {
    font-size: 19px;
}

.total-text .tl {
    font-size: 14px;
    margin-right: 5px;
    color: #555b6d;
}

.total-text .ct {
    color: #0c509d;
}

.line-bars {
    margin-top: 5px;
}

.count-group {
    text-align: center;
    background: #ffffff;
    color: #e0e9f7;
    border-radius: 7px;
    box-shadow: 2px 2px 7px 0px #c1cfe4b3;
}

.count-group p {
    margin-bottom: 0;
    background: #ffffff;
    color: #0c509d;
    padding: 8px 5px;
    border-radius: 5px;
    border-bottom: 1px solid #dce5f4;
}

.count-group h4 {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.fnt-wt-600 {
    font-weight: 600;
}

.table-gap {}

.heading-title {
    font-weight: 500;
    text-transform: uppercase;
    --bs-table-accent-bg: #e0e9f7 !important;
}

.table-title {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

.pagenaton {
    text-align: right;
    float: right;
}

.pagenaton .pagination {
    margin-bottom: 0;
}

.head-table {
    background: #d5e6ff;
    color: #3b3b3b;
}

.head-table th {
    border-bottom-color: #d3ddec !important;
    border: 1px solid #ccd6e6;
}

.foot-table {
    background: #6a95c5;
    color: #fff;
}

.foot-table th {
    border-bottom-color: #5181b7 !important;
    border: 1px solid #5181b7;
}

.text-right {
    text-align: right;
}

#sidebar-menu ul li a .fa-dot-circle-o {
    font-size: 15px;
    min-width: 25px;
}

.menu-left-gap {
    padding-left: 23px;
}

.menu-right-gap {
    padding-right: 12px;
}

.title-boredr {
    margin-top: 15px;
    margin-bottom: 20px;
}

.card-title .add {
    float: right;
    background: #0c509d;
    border: 0;
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
    margin-top: -4px;
}

.card-title .add:hover {
    background: #2aa97b;
    color: #fff;
}

.card-title .add i {
    font-size: 12px;
    margin-right: 3px;
}

.bg-wight {
    background-color: #fff;
}

.status-id {
    width: 60px;
}

.status-right {
    width: 95px;
}

.card-title .add:hover {
    background-color: #0858b3;
    color: #fff;
}

.btn-tbl-edit {
    background: #f8f9fa;
    border: 0;
    color: #34c38f;
    width: 28px;
    height: 23px;
    line-height: 23px;
    border-radius: 5px;
}

.btn-tbl-trash {
    background: #f8f9fa;
    border: 0;
    color: #f46a6a;
    width: 28px;
    height: 23px;
    line-height: 23px;
    border-radius: 5px;
}

.btn-tbl-edit:hover {
    background: #22ad7a;
    color: #fff;
}

.btn-tbl-trash:hover {
    background: #d26262;
    color: #fff;
}

.widthradio {
    width: 100%;
    float: left;
}

.widthradio .wdt-50 {
    border: 1px solid #ddd;
    width: 50%;
    float: left;
    background: #f7f7f7;
    padding: 8px;
    border-radius: 4px;
}

.radio-bg-2 {
    background: #f7f7f7;
    border: 1px solid #ced4da;
    padding: 7px;
    border-radius: 4px;
}

.title-head-1 {
    font-size: 15px;
    /* margin: 0 0 7px 0; */
    font-weight: 600;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 16px 20px;
    margin-bottom: 0;
    text-align: left;
    color: #52636b;
    border-radius: 3px;
    letter-spacing: 0.5px;
    border: 0;
    border-radius: 5px 10px 0px 0px;
    border-bottom: 1px solid #ddd;
}

.card-body-2 {}

.card-body-3 {
    padding: 20px;
    padding-bottom: 0;
    padding-top: 22px;
}

.title-head-3 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-top: 15px;
    font-size: 14px;
    color: #0c509d;
    text-transform: uppercase;
}

.rightmaster {
    width: 100%;
}

.rightmaster .rt {
    width: 150px;
}

.rightmaster-2 {
    width: 100%;
}

.rightmaster-2 .rt {
    width: 65px;
}

.rightmaster-2 .rt2 {
    width: 65px;
}

.btn-add-trash {
    width: 100%;
    padding: 8px;
    background: #f46a6a;
    border: 0;
    border-radius: 4px;
    color: #fff;
}

.btn-add-from {
    width: 100%;
    padding: 8px;
    background: #34c38f;
    border: 0;
    border-radius: 4px;
    color: #fff;
}

.btn-add-from-2 {
    padding: 8px 20px;
    background: #34c38f;
    border: 0;
    border-radius: 4px;
    color: #fff;
}

.btn-add-from-2 i {
    margin-right: 5px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.title-head-4 {
    margin-bottom: 15px;
    padding-top: 0px;
    font-size: 14px;
    color: #0c509d;
    text-transform: uppercase;
}

.card-bg {}

.entry-module-2 {
    margin-top: 5px;
    margin-bottom: 30px;
}

.bgshadow {
    background: #fff;
    border-radius: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* padding: 1.25rem 1.25rem; */
    box-shadow: 2px 2px 12px 0px #5050501f;
    border-radius: 5px;
}

.status-right-2 {
    width: 130px;
}

.tabgaps {
    margin-bottom: 15px;
    border-radius: 5px;
    /* background: #fff; */
    border-radius: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* box-shadow: 2px 2px 12px 0px #5050501f; */
    border-radius: 5px;
}

.nav-link {
    padding: .7rem 1rem;
}

.chat-min-hight {
    min-height: 360px;
}

.filter-table {
    width: 100%;
}

.filter-table .btn {
    width: 75px;
    padding: 0;
    border: 0;
}

.filter-table .btn button {
    width: 100%;
    border: 0;
    padding: 9px;
    border-radius: 5px;
    color: #fff;
    background: #0c509d;
}

.filter-table {
    margin-top: 15px;
    margin-bottom: 4px;
}

.pb-data-exel {
    padding-bottom: 150px
}

.tabgaps .nav-link {
    background: #fff;
    margin-right: 10px;
}

.tabgaps .nav-link.active,
.nav-pills .show>.nav-link {
    background-image: linear-gradient(#0c509d, #4080d1);
}

.imagecloud {}

.imagecloud img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.login-logo {
    text-align: center;
}

.login-form label {
    margin-bottom: 0.5rem;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-size: 13px
}

#sidebar-menu ul li:first-child a {
    border-top: 1px solid #0e4584;
}

.tiles-design-main {
    text-align: center;
}

.tiles-design-main p {
    margin-bottom: 8px;
}

.tiles-design-main .card-body {
    padding: 20px 10px;
}

.table th {
    font-weight: 500;
}

.roles-right {
    width: 140px;
}

.title-2 {
    margin-bottom: 15px;
}

.user-submit {
    display: flex;
}

.user-submit .square-switch label {
    margin-bottom: 0px;
}

.user-submit>div:first-child {
    width: 125px;
}

.dropdown-select {
    width: 100%;
   display: block !important;
}

.dropdown-select select {
    width: 100%;
    border: 0;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 14px;
}

.input-select-bg {
    background-color: #ffffff;
    color: #4b4b4b;
    border: 1px solid #ddd !important;
}

.dropdown-select>div:first-child {
    width: 100%;
}

.dropdown-select>div:last-child {
    width: 40px;
    border-radius: 5px;
    margin-right: 0;
    margin-left: 10px;
}

.width300table {
    width: 300px;
}

.input-color-dde {
    padding: 0px;
    flex-shrink: 9px;
    width: 90px;
    height: 37px;
    border-radius: 5px;
    overflow: hidden;
    border: 0;
    margin-right: 15px;
}

.color-set-layout {
    display: unset;
    width: 51px;
    border-radius: 4px !important;
    padding-right: 15px;
}

.login-btn-1 {
    display: flex;
    width: 100%;
}

.login-btn-1 div:first-child {
    width: 100%;
    padding-right: 5px;
}

.login-btn-1 div:first-child button {
    width: 100%;
}

.login-btn-1 div:last-child {}

@media only screen and (max-width: 1286px) {
    .col-part-8 {
        width: 23.9%;
    }
    .count-group {
        margin-bottom: 15px;
    }
    .table-gap {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1195px) {
    .col-part-8 {
        width: 23.5%;
    }
}

@media only screen and (max-width: 991px) {
    body[data-sidebar=dark] .navbar-brand-box {
        background: #0c509d;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .line-bars {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 700px) {
    .col-part-8 {
        width: 22.9%;
    }
}

@media only screen and (max-width: 514px) {
    .col-part-8 {
        width: 31.1%;
    }
    .total-text {
        font-size: 16px;
    }
    .total-text {
        margin-top: 16px;
    }
    .total-text i {
        font-size: 15px;
    }
    .imagecloud img {
        display: none;
    }
    .footer {
        height: 55px;
    }
    .dropdown-select select {
        width: 180px;
    }
}

@media only screen and (max-width: 487px) {
    .col-part-8 {
        width: 30%;
    }
    .total-text .tl {
        font-size: 13px;
    }
    .total-text {
        font-size: 14px;
    }
    .total-text i {
        font-size: 13px;
    }
}

@media only screen and (max-width: 434px) {
    .p-r-l-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

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

@media only screen and (max-width: 362px) {
    .total-text {
        margin-top: 6px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 338px) {
    .col-part-8 {
        width: 46%;
    }
}