@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

body {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
th{
    font-size: 0.8rem !important;
    font-weight: normal !important;
}
.theme-bg {
    background-color: #00a3c8;
    color: #ffffff;
    font-size: 1rem;
}

.img-50 {
    width: 50px !important;
}

.txt-white,
.txt-white a,
.link-body-emphasis:focus,
.link-body-emphasis:hover,
.txt-white a:hover {
    color: #ffffff !important;
}

.logo {
    max-height: 100px;
    max-width: 60vw;
}
@media (min-width: 576px) { 
    .logo {
        max-height: 100px;
        max-width: 260px;
    }
}

.logo-footer {
    max-height: 50px;
    max-width: 260px;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

/* ============ desktop view ============ */
.nav-item {
    font-weight: 400;
}

@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 90%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

}

/* ============ small devices .end// ============ */
.content {
    min-height: 300px;
}


/**=====================
    03.  Card CSS Start
==========================**/
.card {
    margin-bottom: 30px;
    border: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(57, 73, 171, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(57, 73, 171, 0.05);
}

.card .card-header {
    background-color: #fff;
    border-bottom: none;
    padding: 20px;
    border-bottom: 1px solid #f6f7fb;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card .card-header h5 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.card .card-header>span {
    font-size: 12px;
    color: #777777;
    margin-top: 5px;
    display: block;
    letter-spacing: 1px;
}

.card .card-body {
    padding: 20px;
    background-color: transparent;
}

.card .card-body p:last-child {
    margin-bottom: 0;
}

.card .sub-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 18px;
}

.card .card-footer {
    background-color: #fff;
    border-top: 1px solid #f6f7fb;
    padding: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.card .card-header .card-header-right {
    border-radius: 0 0 0 7px;
    right: 20px;
    top: 23px;
    display: inline-block;
    float: right;
    padding: 7px 0;
    position: absolute;
    background-color: #fff;
}

.card .card-header .card-header-right .card-option {
    text-align: right;
    width: 35px;
    height: 20px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.card .card-header .card-header-right .card-option li {
    display: inline-block;
}

.card .card-header .card-header-right i {
    margin: 0 5px;
    cursor: pointer;
    color: #2a3142;
    line-height: 20px;
}

.card .card-header .card-header-right i.icofont-refresh {
    font-size: 13px;
}

.card .server-header .card-header-right {
    top: 24px;
}

.card.card-load .card-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 8;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card.card-load .card-loader i {
    margin: 0 auto;
    color: #3949ab;
    font-size: 20px;
}

.card.full-card {
    position: fixed;
    top: 80px;
    z-index: 99999;
    -webkit-box-shadow: none;
    box-shadow: none;
    right: 0;
    border-radius: 0;
    border: 1px solid #eff0f1;
    width: calc(100vw);
    height: calc(100vh);
}

.card.full-card .card-body {
    overflow: auto;
}

.card-absolute {
    margin-top: 20px;
}

.card-absolute .card-header {
    position: absolute;
    top: -20px;
    margin-bottom: 30px;
    left: 15px;
    border-radius: 0.25rem;
    padding: 10px 15px;
}

.card-absolute .card-header h5 {
    font-size: 17px;
}

.card-absolute .card-body {
    margin-top: 10px;
}

.card-header .border-tab {
    margin-bottom: -13px;
}

.custom-card {
    overflow: hidden;
    padding: 10px;
}

.custom-card .card-header {
    padding: 0;
}

.custom-card .card-header img {
    border-radius: 50%;
    margin-top: -100px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.custom-card .card-profile {
    text-align: center;
}

.custom-card .card-profile img {
    height: 150px;
    padding: 7px;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.custom-card .card-social {
    text-align: center;
}

.custom-card .card-social li {
    display: inline-block;
    padding: 15px 0;
}

.custom-card .card-social li a {
    padding: 13px;
    color: #bcc6de;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-card .card-social li a:hover {
    color: #3949ab;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-card .profile-details h6 {
    margin-bottom: 30px;
    margin-top: 10px;
    color: #777777;
    font-size: 14px;
}

.custom-card .card-footer {
    padding: 0;
}

.custom-card .card-footer>div {
    border-left: 1px solid #eff0f1;
    padding: 10px;
    text-align: center;
}

.custom-card .card-footer>div+div {
    border-left: 1px solid #eff0f1;
    border-right: 1px solid #eff0f1;
}

.custom-card .card-footer>div h3 {
    margin-bottom: 0;
    font-family: work-Sans, sans-serif;
    font-size: 24px;
}

.custom-card .card-footer>div h6 {
    font-size: 14px;
    color: #777777;
}

.custom-card .card-footer>div i {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 15px;
}

.custom-card .card-footer>div .m-b-card {
    margin-bottom: 10px;
}

/**=====================
      03. Card CSS End
  ==========================**/

.o-hidden {
    overflow: hidden;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.static-top-widget:hover .icon-bg {
    -webkit-transform: rotate(-5deg) scale(1.1);
    transform: rotate(-5deg) scale(1.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.static-top-widget div.align-self-center svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.static-top-widget .media-body {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    padding-left: 30px;
}

.static-top-widget .media-body .icon-bg {
    position: absolute;
    right: -14px;
    top: 6px;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100px;
    height: 100px;
}