﻿


body {
    background-color: #f6f8fa !important;
    height: auto !important;
    min-height: 100% !important;
}

#kt_content {
    visibility: hidden;
}

#webApploaderPage {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999999999999999999999999999999;
}

.webApploaderBackground {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.5;
}

.webApploaderSpinner {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 16px solid #0057b7b8;
    border-radius: 50%;
    border-top: 16px solid #FFCD00;
    width: 120px;
    height: 120px;
    -webkit-animation: webAppSpinPage 2s linear infinite; /* Safari */
    animation: webAppSpinPage 2s linear infinite;
    z-index: 99999999999999999999999999999999;
}

/* Safari */
@-webkit-keyframes webAppSpinPage {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes webAppSpinPage {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

a.text-white:focus {
    color: #ffffff !important;
}

.webApp-body .container-fluid {
    padding: 0 22px !important;
}

.webApp-btn {
    height: fit-content;
}

.login .form-control {
    background-color: #f5f9fc !important;
    border-radius: 27px;
    color: #043659;
}

    .login .form-control:focus {
        /*color: #ffffff !important;
    background-image: none !important;*/
    }

#kt_login {
    background-color: #FFFFFF !important;
}

#kt_header {
    -webkit-box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%) !important;
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%) !important;
}

.aside, .brand {
    background-color: transparent !important;
}

.header-mobile {
    /* background: linear-gradient(45deg, #ffffff 0%, #CCDDE5 50%,#D5E3E9 60%,#E5EDEF 80%,#dce6eb 100%);*/
    background: #0057b7e6 !important;
}

.aside-menu {
    background-color: transparent !important;
}

#kt_login .login-aside {
    background: linear-gradient(45deg, #ffffff 0%, #CCDDE5 50%,#D5E3E9 60%,#E5EDEF 80%,#dce6eb 100%);
    position: relative;
    overflow: hidden;
}

.login-aside-header {
    display: none;
}

.img-cover {
    display: none;
}

#kt_login_signin_submit,
#kt_login_ResetPassword_submit {
    font-size: 15px;
    width: 100%;
}

#kt_login_signin_submit {
    font-size: 15px;
    background-color: #FFCD00 !important;
    border-radius: 21px;
    padding: 10px 37px;
    color: #043659 !important;
    position: relative;
    margin: 0 auto;
    display: block;
    width: auto;
}

#kt_login .login-aside {
    padding: 1.25rem;
}

.login-aside-logo {
    margin-bottom: 0 !important;
    text-align: center;
}



#kt_login_forgot {
    position: relative;
    display: block;
    text-align: right;
}

.login-form-or {
    border-top: 1px solid #E4E6EF;
    position: relative;
    display: block;
}

    .login-form-or span {
        background-color: #f9faff;
        position: relative;
        display: block;
        margin: auto;
        width: 33%;
        padding: 1px;
        font-size: 18px;
        text-align: center;
        top: -16px;
    }

.login-google {
    position: relative;
    display: block;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
}

    .login-google img {
        width: 30px;
        margin-right: 1.25rem;
    }

    .login-google a {
        font-size: 16px;
    }

.login-form .form-group, .webApp-card-form .form-group {
    position: relative !important;
}

.field_label {
    position: absolute !important;
    top: 2em;
    left: 1.5em;
    margin: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s !important;
}

.login-form input:not(:placeholder-shown) + .field_label,
.login-form .bootstrap-touchspin + .field_label {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-1.5em, -1.2em) scale(0.75);
    transition: all 0.2s !important;
}

.webApp-card-form input:not(:placeholder-shown) + .field_label,
.webApp-card-form textarea:not(:placeholder-shown) + .field_label {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate( 1em, -1.8em) scale(1);
    transition: all 0.2s !important;
}


#kt_quick_user_toggle:hover i {
    color: #5474FB !important;
}

#kt_footer {
    z-index: 9 !important;
}

    #kt_footer .container-fluid {
        padding: 1rem 25px !important;
    }

.webApp-primaryColor {
    background-color: #1c2a3a !important;
}

button.webApp-primaryColor:hover {
    background-color: #c3a50d !important;
}

.webApp-secondaryColor {
    background-color: #74788d !important;
}

button.webApp-secondaryColor:hover {
    background-color: #9598A7 !important;
}

.text-webApp-primary {
    color: #5474FB !important;
}

.text-hover-webApp-primary:hover {
    color: #5474FB !important;
}

.text-body-webApp {
    color: #1C2A3A !important;
}

.webApp-title-lg {
    color: #1C2A3A;
    font-size: 22px;
}

.webApp-title-md {
    color: #043659 !important;
    font-size: 16px;
}

.webApp-title-sm {
    color: #1C2A3A;
    font-size: 14px;
}

.webApp-text-lg {
    color: #74788d;
    font-size: 18px;
}

.webApp-text-md {
    color: #74788d;
    font-size: 12px;
}

.webApp-text-muted {
    color: #9598A7 !important;
}

.bgi-size-contain {
    background-size: contain !important;
}

.card.card-custom {
    -webkit-box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
}

.card-view {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px 0.5rem;
    color: white;
    font-size: .8rem;
    border-radius: 0.2rem;
}

.card-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0.42rem;
    z-index: 1;
    opacity: 0;
    transition: 0.3s all ease !important;
}

.card:hover .card-hover {
    opacity: 0.5;
}

.card-add {
    position: absolute;
    display: inline-table;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.25rem !important;
    font-weight: 500;
    padding: 1rem;
}

    .card-add i {
        font-size: 2rem !important;
        color: #FFFFFF;
        float: left;
        line-height: 24px;
    }

#kt_aside {
    /*background: linear-gradient(45deg, #ffffff 0%, #CCDDE5 50%,#D5E3E9 60%,#E5EDEF 80%,#dce6eb 100%);*/
    background: #0057B7 !important;
}

.aside-minimize:not(.aside-minimize-hover) .brand .brand-logo span,
.aside-minimize:not(.aside-minimize-hover) #asideFooter {
    display: none !important;
}

.brand-logo {
    height: 100%;
    width: auto;
    position: relative;
    display: block;
}

    .brand-logo img {
        display: block !important;
        height: 50%;
    }

#bg-cover {
    background-image: url(../media/img/cover.png);
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
}

.aside-minimize.aside-minimize-hover .brand-logo img {
    height: 80% !important;
}

.aside-minimize .brand-logo img {
    height: 17%;
}

.brand .btn .svg-icon svg g [fill] {
    fill: #fff;
}

.brand .btn.active .svg-icon svg g [fill], .brand .btn:hover .svg-icon svg g [fill] {
    fill: #1c2a3a;
}

#kt_aside_menu_wrapper {
    background-color: transparent !important;
}

.menu-icon {
    flex: 0 !important;
    margin-right: 1rem !important;
}

    .menu-icon svg,
    .kt-menu__link-icon {
        width: 18px !important;
        height: 18px !important;
        margin: 0px !important;
    }

        .menu-icon svg g [fill] {
            fill: #9598A7 !important;
        }

.kt-menu__link-icon {
    color: #fff !important;
    font-size: 18px !important;
}

.menu-text {
    color: #fff !important;
    font-weight: 500 !important;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-arrow, .aside-menu .menu-nav > .menu-item > .menu-link .menu-arrow {
    color: #1c2a3a !important;
}

.menu-nav > .menu-item > .menu-link:hover,
.menu-nav > .menu-item-open > .menu-link,
.menu-nav > .menu-item-active > .menu-link {
    background: #f5f6f7 !important;
}

    .menu-nav > .menu-item > .menu-link:hover .menu-icon svg g [fill],
    .menu-nav > .menu-item-open > .menu-link .menu-icon svg g [fill],
    .menu-nav > .menu-item-active > .menu-link .menu-icon svg g [fill] {
        fill: #ffffff !important;
    }

    .menu-nav > .menu-item > .menu-link:hover .kt-menu__link-icon,
    .menu-nav > .menu-item-open > .menu-link .kt-menu__link-icon,
    .menu-nav > .menu-item-active > .menu-link .kt-menu__link-icon {
        color: #1c2a3a !important;
    }

.menu-link:hover .menu-text,
.menu-item-open > .menu-link .menu-text,
.menu-item-active > .menu-link .menu-text {
    color: #1c2a3a !important;
}

.menu-link:hover .menu-bullet > span,
.menu-subnav > .menu-item-active > .menu-link > .menu-bullet > span {
    background-color: #FFFFFF !important;
}

.menu-subnav .menu-item:hover .menu-link {
    background: #f5f6f7 !important;
    border-radius: 0.42rem !important;
}

.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading, .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link {
    background-color: #f5f6f7 !important;
}

.aside-menu .menu-nav {
    padding: 15px !important;
    background-color: transparent !important;
}

    .aside-menu .menu-nav > .menu-item {
        padding-bottom: 12px !important;
    }

        .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item {
            padding: 12px 0 0 12px !important;
        }

        .aside-menu .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-link {
            padding-left: 20px !important;
        }

        .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading,
        .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link {
            background-color: #f5f6f7 !important;
            border-radius: 0.42rem !important;
        }

        .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-bullet, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-bullet {
            color: #1c2a3a !important;
        }

        .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading .menu-bullet.menu-bullet-dot > span, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link .menu-bullet.menu-bullet-dot > span {
            background-color: #1c2a3a !important;
        }

        .aside-menu .menu-nav > .menu-item > .menu-link {
            padding: 12px;
            border-radius: 0.42rem;
        }

.webApp-menuCompany-profileImage-content {
    padding: 12px;
    border-radius: 0.42rem;
    background-color: #FFFFFF;
}

.webApp-menuCompany:hover .webApp-menuCompany-profileImage-content {
    background-color: #F9F9F9;
}

.webApp-menuCompany-active .webApp-menuCompany-profileImage-content {
    background-color: #F9F9F9;
}

.webApp-menuCompany-profileImage-wrapper {
    width: 80px;
    margin: auto;
    height: 80px;
    border-radius: 100%;
    background-color: #1c2a3a;
    position: relative;
    overflow: hidden;
    border-width: 6px;
    border-color: #1c2a3a;
    border-style: solid;
    box-shadow: 0px 0px 10px #1c2a3a59 !important;
}

.webApp-menuCompany-profileImage-src {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.webApp-menuCompany-profileImage-wrapper i {
    position: absolute;
    color: #f9f9f9 !important;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 40px;
    height: fit-content;
    z-index: 0;
}

.webApp-menuCompany-text {
    color: #1C2A3A;
}

.webApp-menuCompany-link i,
.webApp-menuCompany-link u {
    font-size: 12px;
    color: #1c2a3a !important;
}

.webApp-menuCompany-link i {
    display: none;
}

.aside-minimize:not(.aside-minimize-hover) .webApp-menuCompany-profileImage-content {
    padding: 6px;
}

.aside-minimize:not(.aside-minimize-hover) .webApp-menuCompany-profileImage-wrapper {
    width: 28px;
    height: 28px;
    border-width: 3px;
}

    .aside-minimize:not(.aside-minimize-hover) .webApp-menuCompany-profileImage-wrapper i {
        font-size: 12px;
    }

.aside-minimize:not(.aside-minimize-hover) .webApp-menuCompany-text {
    display: none;
}

.aside-minimize:not(.aside-minimize-hover) .webApp-menuCompany-link i {
    display: block;
}

.aside-minimize:not(.aside-minimize-hover) .webApp-menuCompany-link u {
    display: none;
}

#asideFooter {
    position: absolute;
    background-color: transparent !important;
    width: 100%;
    bottom: 0;
    padding: 15px;
}

.asideFooter-container {
    /*background-color: #1c2a3a;*/
    width: 100%;
    padding: 9px 25px;
    border-radius: 0.42rem;
}

#asideFooter img {
    width: 100%;
}

.aside:not(.bg-transparent) {
    z-index: 99999 !important;
}

body[data-offcanvas-aside=on] > footer {
    display: none !important;
}

.card.card-custom small {
    color: #74788d !important;
    font-size: 1.15rem !important;
}

.content {
    padding: 75px 0 0 0;
}


#kt_companies.companies-show-on .companies-show {
    display: flex !important;
}

#kt_companies.companies-add-on .companies-add {
    display: flex !important;
}

#kt_companies.companies-show-on .companies-add {
    display: none !important;
}

#kt_companies.companies-add-on .companies-show {
    display: none !important;
}

.trend-text {
    font-size: 1.15rem !important;
    font-weight: 700;
}

.trend-text-up {
    color: #3cc480;
}

.trend-text-down {
    color: #ff4141;
}

.trend-img {
    background-color: transparent;
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.trend-img-up {
    background-image: url("../media/icons/trend-up.svg");
}

.trend-img-down {
    background-image: url("../media/icons/trend-down.svg");
}

.card-header {
    min-height: 0px;
}

.webApp-tab {
    /*box-shadow: 0px 2px 6px #0000001F !important;
    border: 1px solid #7D9DB333 !important;*/
}

.webApp-card .card-header {
    display: contents !important;
}

.webApp-tab .card-header {
    background-color: #F2F7FD !important;
}

.webApp-tab .nav-text {
    color: #292F4F !important;
}

.webApp-tab a:hover .nav-text,
.webApp-tab .active .nav-text {
    color: #3699FF !important;
    font-weight: 500;
}

.webApp-tab .bootstrap-select button.btn {
    background-color: #f5f9fc !important;
    padding: 1rem !important;
    height: 46px;
}

.webApp-tab .bootstrap-select .form-control.is-valid ~ .dropdown-toggle {
    border-color: #1BC5BD !important
}

.webApp-tab .bootstrap-select .form-control.is-invalid ~ .dropdown-toggle {
    border-color: #F64E60 !important;
}

.webApp-tab input:not(:placeholder-shown) + .field_label,
.webApp-tab .bootstrap-select + .field_label,
.webApp-tab textarea:not(:placeholder-shown) + .field_label,
.webApp-tab .bootstrap-touchspin + .field_label {
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.2s !important;
}

.webApp-tab input:not(:placeholder-shown) + .field_label,
.webApp-tab textarea:not(:placeholder-shown) + .field_label,
.webApp-tab .bootstrap-select + .field_label {
    transform: translate(-0.75em, -1.85em) scale(0.75);
}

.webApp-tab .inputmask_Phone_1:not(:placeholder-shown) + .field_label {
    transform: translate(.2em, -1.85em) scale(0.85);
}

.webApp-tab .bootstrap-touchspin + .field_label {
    transform: translate(-.2em, -1.85em) scale(0.85);
}

.webApp-tab input[type="date"] {
    cursor: pointer;
    height: 46px !important;
}

    .webApp-tab input[type="date"]::-webkit-calendar-picker-indicator,
    .webApp-tab input[type="datetime-local"]::-webkit-calendar-picker-indicator {
        color: rgba(0, 0, 0, 0);
        opacity: 1;
        display: block;
        background-image: url(../media/icons/dateIcon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

.webApp-image-content {
    position: relative;
    display: inline-flex;
    max-width: 100%;
}

.webApp-image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    background-color: #F5F9FC;
    border: 6px solid #FFFFFF;
    box-shadow: 0px 3px 12px #00000022 !important;
    border-radius: 15px;
    overflow: hidden !important;
}

.webApp-image-wrapper-profile {
    width: 106px;
    height: 106px;
}

.webApp-image-wrapper-model {
    width: 170px;
    height: 170px;
}

.webApp-image-wrapper i {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 60px;
    height: fit-content;
    z-index: 0;
}

.webApp-image-src {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.webApp-image-btn {
    position: absolute;
    display: block;
    margin: auto;
    background-color: #ffffff;
    border-radius: 1rem;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029 !important;
    z-index: 2;
}

    .webApp-image-btn span {
        width: inherit;
        height: inherit;
        position: relative;
        display: block;
        margin: auto;
    }

    .webApp-image-btn i {
        color: #1c2a3a !important;
        width: max-content;
        height: max-content;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .webApp-image-btn input {
        display: none;
    }

    .webApp-image-btn:hover {
        background-color: #1c2a3a;
    }

        .webApp-image-btn:hover i {
            color: #ffffff !important;
        }

.webApp-image-btn-model {
    width: 30px;
    height: 30px;
    right: 0;
    left: 0;
    bottom: -12.5px;
}

    .webApp-image-btn-model i {
        font-size: 16px;
    }

.webApp-image-btn-cam,
.webApp-image-btn-delete {
    width: 35px;
    height: 35px;
    bottom: -10px;
}

.webApp-image-btn-cam {
    right: -10px;
}

.webApp-image-btn-delete {
    left: -10px;
}

    .webApp-image-btn-cam i,
    .webApp-image-btn-delete i {
        font-size: 20px;
    }

    .webApp-image-btn-delete:hover {
        background-color: #c00015 !important;
    }

.webApp-image-btn-edit {
    right: -12.5px !important;
    top: -12.5px !important;
    bottom: unset;
    left: unset;
}

.webAppTable th,
.webAppTable td {
    font-size: 1rem;
    vertical-align: middle;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    outline: none !important;
}

.webAppTable th {
    /* background-color: #F5F9FC !important;*/
    color: #1c2a3a !important;
}

.dataTables_wrapper .webAppTable th.sorting_asc, .dataTables_wrapper .webAppTable th.sorting_desc, .dataTables_wrapper .webAppTable th.sorting_asc:before, .dataTables_wrapper .webAppTable th.sorting_desc:after {
    color: #1c2a3a !important;
}

.webAppTable {
    width: 100%;
    border-radius: 0 !important;
}

    .webAppTable td {
        color: #7B7E84 !important;
    }

        .webAppTable td a {
            color: #5474FB !important;
        }

        .webAppTable td input {
            color: #292F4F !important;
            min-width: 100px !important;
        }

            .webAppTable td input[type=checkbox] {
                min-width: 20px !important;
            }

    .webAppTable tr.child td.child {
        padding: inherit !important;
    }

    .webAppTable td a:hover {
        color: #17203F !important;
    }

    .webAppTable tfoot {
        background: #F5F9FC;
    }




.dataTables_filter span {
    border: 1px solid;
    border-left: 0;
    border-color: #e4e6ef;
    padding: 0.4rem 0.75rem;
    padding-left: 0;
    border-top-right-radius: 0.28rem;
    border-bottom-right-radius: 0.28rem;
    background-color: #F5F9FC !important;
}

    .dataTables_filter span i {
        font-size: 12px;
        vertical-align: middle;
        color: #1c2a3a !important;
    }

.dataTables_filter input:focus {
    width: 100% !important;
}

    .dataTables_filter input:focus, .dataTables_filter input:focus + span {
        border-color: #5474FB;
    }

        .dataTables_filter input:focus + span > i {
            color: #5474FB;
        }

.dataTables_paginate .page-item.active > .page-link {
    background-color: #0057B7 !important;
}

.dataTables_paginate .page-item:hover:not(.disabled) > .page-link {
    background-color: #FFCD00 !important;
}

.formInputNumber {
    border-radius: 0.42rem !important;
}

    .formInputNumber + span {
        height: 50% !important;
        top: 0 !important;
        bottom: 0 !important;
        margin: auto !important;
        margin-right: 1.25rem !important;
    }

.btnup-inputnb, .btndown-inputnb {
    height: 45% !important;
    line-height: 0.5 !important;
    border: 0 !important;
}

.btnup-inputnb {
    border-bottom-left-radius: 0.42rem !important;
    border-bottom-right-radius: 0.42rem !important;
}

.btndown-inputnb {
    border-top-left-radius: 0.42rem !important;
    border-top-right-radius: 0.42rem !important;
}

.webApp-form-secondary {
    padding: 12px;
    background-color: #f2f7fd;
    border-radius: 0.42rem;
    border: 1px solid #E4E6EF;
}

    .webApp-form-secondary .form-group-secondary {
        border-radius: 0.42rem;
        border: 1px solid #E4E6EF;
        padding: 24px;
        background-color: #ffffff;
    }

#webApp_delete_Submit i {
    font-size: 0.925rem;
}


.form-month .table-condensed thead .picker-switch,
.form-month .table-condensed thead .prev,
.form-month .table-condensed thead .next {
    display: none !important;
}

.webAppModal {
    z-index: 9999999;
}

    .webAppModal .modal-title {
        color: #043659 !important;
    }

    .webAppModal .form-control {
        background-color: #f5f9fc !important;
    }

.webAppTable td label {
    color: #292F4F !important;
}

.checkbox > input:checked ~ span {
    background-color: #1c2a3a !important;
}

    .checkbox > input:checked ~ span:after {
        border-color: #FFFFFF !important;
    }

.checkbox > input:indeterminate ~ span {
    background-color: #9598A7 !important;
}

    .checkbox > input:indeterminate ~ span:after {
        width: 10px !important;
        height: 0px !important;
        border-color: #ffffff !important;
        border-width: 0 0 2px 0 !important;
        -webkit-transform: rotate(0) !important;
        transform: rotate(0) / !important;
        margin-top: 0px !important;
    }

.icon-pdf, .icon-xls {
    width: 25px;
    height: 25px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
    transition: transform .2s !important;
}

    .icon-pdf:hover, .icon-xls:hover {
        opacity: 1;
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.icon-pdf {
    background-image: url(../media/icons/pdf.svg);
}

.icon-xls {
    background-image: url(../media/icons/xls.svg);
}

#secExProprate, #secNSSF {
    display: none;
}

#kt_header_menu .menu-text {
    color: #17203F !important;
}

#kt_header_menu .menu-item:hover .menu-link,
#kt_header_menu .menu-item-active .menu-link {
    background-color: transparent !important;
    border: 0 !important;
}

#kt_header_menu .menu-item:hover .menu-text,
#kt_header_menu .menu-item-active .menu-text {
    color: #5474FB !important;
}

.home-content {
    padding: 0 !important;
}

.first-sec {
    position: relative;
    width: 100%;
    background-color: #f7f8fa;
    border-bottom: 1px solid rgb(216 216 216 / 35%);
}

.cover_home {
    max-width: 100%;
    max-height: 93.25vh;
    margin: auto;
}

.section-details {
    position: absolute;
    width: 40%;
    display: block;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 1.25rem;
    left: 0;
    text-align: center;
}

.sec-title {
    color: #17203F;
}

.sec-text {
    color: #74788d;
    font-size: 16px;
}

.solution-header {
    max-width: 1400px;
    margin: auto;
}

    .solution-header img {
        padding: 1.5rem;
        width: 140px;
    }

.solution-sec {
    position: relative;
    background-color: #ffffff;
    padding: 1.25rem 1.25rem 3.75rem 1.25rem;
    border-bottom: 1px solid rgb(216 216 216 / 35%);
    overflow: hidden;
}

.solution-body {
    position: relative;
    margin: 1.25rem auto;
    max-width: 1400px;
}

    .solution-body .section-details {
        position: relative !important;
    }

.swiper {
    overflow: unset;
    max-width: 100%;
    height: 100%;
    margin: 1.25rem 1.25rem 2.5rem 1.25rem;
}

.swiper-slide {
    background-color: #F7F8FA;
    padding: 1.25rem;
    border-radius: 0.42rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    opacity: 0.5;
}

.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-next + .swiper-slide {
    opacity: 1 !important;
}

.swiper-slide-body p {
    font-size: calc(.8rem + .1vw);
}

.swiper-slide-img {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 100%;
    position: relative;
    margin-right: 10px;
}

    .swiper-slide-img span {
        position: relative;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 35%;
        display: block;
    }

.solution-body a {
    margin: 1.25rem auto;
    position: relative;
    display: table;
}

.demo-sec {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 1px solid rgb(216 216 216 / 35%);
}

    .demo-sec .row {
        max-width: 1400px;
        margin: auto;
        padding: 1.25rem 0;
    }

.demo-circle {
    position: relative;
    width: 32vw;
    background-color: #FFD166;
    display: block;
    height: 32vw;
    border-radius: 100%;
}

    .demo-circle img {
        top: 10%;
        position: relative;
        left: 35%;
        height: 95%;
        -moz-box-shadow: 0 0 15px 3px #f7f8fa;
        -webkit-box-shadow: 0 0 15px 3px #f7f8fa;
        box-shadow: 0 0 15px 3px #f7f8fa;
    }

.demo-header {
    position: relative;
    margin-bottom: 3.75rem;
}

.demo-body-list {
    margin-bottom: 1.25rem;
}

    .demo-body-list span {
        position: relative;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 35%;
        display: block;
        background-color: #F7F8FA;
        border-radius: 100%;
        margin-right: 1.25rem;
    }

    .demo-body-list p {
        margin: 0;
        color: #1D293F;
    }

.pricing-sec {
    position: relative;
    display: block;
    background-color: #F7F8FA;
    border-bottom: 1px solid rgb(216 216 216 / 35%);
    padding: 3.75rem 0;
}

.pricing-header {
    position: relative;
    display: block;
    margin: auto;
    margin-bottom: 3.75rem;
    text-align: center;
    width: 40%;
}

.pricing-body {
    max-width: 1400px;
    margin: auto;
}

.pricing-list {
    background-color: #ffffff;
    border-top: 4px solid;
    padding: 5rem 2.5rem;
    border-bottom-right-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
    margin: 1.25rem;
    transition: all 0.1s !important;
}

    .pricing-list:hover {
        transform: scale(1.025);
    }

#basicPlan {
    border-color: #5474FB;
}

#standardPlan {
    border-color: #3CC480;
}

#premiumPlan {
    border-color: #FFC541;
}

.pricing-list-title {
    color: #17203F;
    margin-bottom: 2.5rem;
}

.pricing-list-money {
    margin-bottom: 1.25rem;
}

    .pricing-list-money span:first-of-type {
        color: #17203F;
        font-size: 18px;
        font-weight: 600;
    }

    .pricing-list-money span:nth-child(2) {
        color: #9598A7;
        font-size: 14px;
    }

.pricing-list-empNb {
    color: #626574;
    font-size: 14px;
    margin-bottom: 3.75rem;
}

.pricing-list-options {
    margin-bottom: 3.75rem;
}

.pricing-list-option {
    margin-bottom: .5rem;
}

    .pricing-list-option i {
        background-image: url('../media/icons/trueIcon.svg');
        width: 25px;
        height: 25px;
        background-color: #9aefc4;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
        border-radius: 100%;
        margin-right: 0.5rem;
    }

    .pricing-list-option span {
        color: #17203F;
        font-size: 14px;
    }


.pricing-list-checkbox {
    margin-bottom: 3.75rem;
}

    .pricing-list-checkbox input {
        margin-right: 0.5rem;
    }

    .pricing-list-checkbox span {
        font-size: 14px;
        color: #626574;
    }

.pricing-btn {
    text-align: center;
    padding: 1.25rem;
    border: 1px solid #5474FB;
    font-size: 14px;
    border-radius: 0.42rem;
}

.pricing-btn-white {
    color: #5474FB !important;
}

    .pricing-btn-white:hover {
        background-color: #5474FB;
        color: #ffffff !important;
    }

.pricing-btn-blue {
    color: #ffffff !important;
    background-color: #5474FB;
}

    .pricing-btn-blue:hover {
        background-color: #ffffff;
        color: #5474FB !important;
    }

.hiw-sec {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 3.75rem 0;
    padding-bottom: 0 !important;
    overflow: hidden;
}

.hiw-header {
    position: relative;
    display: block;
    margin: auto;
    margin-bottom: 3.75rem;
    text-align: center;
    width: 40%;
}

.hiw-body {
    max-width: 1400px;
    margin: auto;
}

.hiw-list {
    padding: 1.25rem;
    position: relative;
}


    .hiw-list:nth-child(1) img {
        margin-top: 3.75rem;
    }

    .hiw-list:nth-child(2) img {
        margin-top: -2.5rem;
    }

    .hiw-list:nth-child(2) .hiw-list-body {
        margin-top: -2.5rem;
    }

    .hiw-list:nth-child(3) .hiw-list-body {
        max-width: 100%;
    }

.hiw-list-body {
    max-width: 75%;
}

.hiw-list-img {
    margin-bottom: 5.25rem;
    margin-right: 1.25rem;
    width: 85px;
    height: 85px;
    background-color: #5474FB;
    position: relative;
    display: block;
    border-radius: 0.42rem;
    -moz-box-shadow: 0 10px 25px 2px #82b9f1;
    -webkit-box-shadow: 0 10px 25px 2px #82b9f1;
    box-shadow: 0 10px 25px 2px #82b9f1;
}

    .hiw-list-img i {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        background-size: 40%;
        background-repeat: no-repeat;
        background-position: center;
    }

.hiw-list-title {
    color: #17203F;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.hiw-list-text {
    color: #9598A7;
    margin-bottom: 0 !important;
}

.hiw-list:nth-child(2) {
    margin-top: 7.75rem;
}

.hiw-list:nth-child(3) {
    margin-top: calc(6.75rem*2);
}

.hiw-footer {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
}

    .hiw-footer span {
        position: absolute;
        display: block;
        width: 100px;
        height: 100px;
        background-color: #22B0FC;
        right: -45px;
        border-radius: 1.25rem;
        transform: rotateZ(60deg);
    }


.footer-home {
    position: relative;
    display: block;
    padding: 2.5rem;
    background-color: #17203F;
    z-index: unset !important;
}

.footer-info {
    border-bottom: 1px solid #313D55;
}

.footer-right {
    padding: 1.25rem;
}

.footer-contact > label {
    color: #9598A7;
    font-size: 16px;
    padding: 1.25rem;
    margin: 0;
}


.footer-contact-list {
    padding: 1.25rem;
}

    .footer-contact-list label {
        color: #E9F7FE;
        font-size: 13px;
    }

    .footer-contact-list a {
        color: #FFD166;
        font-size: 13px;
    }

.footer-end {
    padding: 1.25rem;
}

    .footer-end p,
    .footer-end a {
        color: #9598A7;
        font-size: 14px;
    }

.footer-content {
    position: relative;
    max-width: 1400px;
    margin: auto;
}

#kt_logout_submit i {
    position: relative;
    display: block;
    font-size: 25px !important;
}

#kt_logout_submit:hover i {
    color: #1c2a3a !important;
}

.webApp-form-row hr {
    border-color: lightgrey;
}

.webApp-btn-firstColor {
    background-color: #0057B7 !important;
}

    .webApp-btn-firstColor:hover {
        background-color: #314964 !important;
    }

.webApp-btn-secondColor {
    background-color: #c00015 !important;
}

    .webApp-btn-secondColor:hover {
        background-color: #970010 !important;
    }

.webApp-btn-thirdColor {
    background-color: #74788d !important;
}

    .webApp-btn-thirdColor:hover {
        background-color: #9598A7 !important;
    }

.webApp-btn-outline-thirdColor {
    background-color: #ffffff !important;
    border: 1px solid #9598A7 !important;
    color: #9598A7 !important;
}

    .webApp-btn-outline-thirdColor i {
        color: #9598A7 !important;
    }

    .webApp-btn-outline-thirdColor:hover {
        background-color: #9598A7 !important;
        color: #ffffff !important;
    }

        .webApp-btn-outline-thirdColor:hover i {
            color: #ffffff !important;
        }

.webApp-btn-action {
    background-color: #f6f8fa;
}

    .webApp-btn-action i {
        color: #9598A7;
    }

    .webApp-btn-action:hover i {
        color: #ffffff !important;
    }

.btn-action-firstColor:hover {
    background-color: #1c2a3a;
}

.btn-action-secondColor:hover {
    background-color: #c00015;
}

.btn-action-unBlockColor:hover {
    background-color: #009688;
}

.webApp-search-input .form-control {
    width: 85%;
    transition: width 0.4s ease-in-out !important;
}

.webApp-icn-search {
    position: absolute;
    display: block;
    height: 100%;
    text-align: center;
    padding: 1.25rem;
    top: 0;
    bottom: 0;
}

    .webApp-icn-search i {
        vertical-align: middle;
        font-size: 14px;
    }

.webApp-search-input .form-control:focus {
    width: 100%;
}

    .webApp-search-input .form-control:focus ~ .webApp-icn-search i {
        color: #69b3ff !important;
    }

.webApp-card .card-header.Subscribers-searchResult-header {
    display: flex !important;
    background-color: #69b3ff38 !important;
    border-radius: 0.42rem !important;
    border-bottom: 0 !important;
}


.webApp-card .card-header.webApp-card-header {
    display: flex !important;
    background-color: #ffffff !important;
    border-bottom: 3px solid #f5f7f9 !important;
}

.webApp-card .form-control {
    background-color: #f5f9fc !important;
}

/*start-searchMSISDN*/

.container-searchMSISDN-result,
#msisdnStatusDeactivate,
#msisdnStatusActivate {
    display: none;
}

/*end-searchMSISDN*/

#bulkNumber-section {
    display: none;
}

.switch input:checked ~ span:before {
    background-color: #1EAD66;
}

.switch input:checked ~ span:after {
    background-color: #FFFFFF;
}

.radio.radio-outline.radio-primary > input:checked ~ span {
    border-color: #c00015;
}

    .radio.radio-outline.radio-primary > input:checked ~ span:after {
        background-color: #1c2a3a;
        border-color: #1c2a3a;
    }

.webApp-menuSection {
    background-color: #600501;
    height: auto !important;
    border: 2px inset #600501;
    border-left: 0;
    border-right: 0;
}

.webApp-tagify-readOnly .tagify__tag__removeBtn {
    display: none !important;
}

.webApp-tagify-readOnly {
    background-color: #c00015 !important;
    margin: 4px !important;
    padding: 2px !important;
}

    .webApp-tagify-readOnly div:before {
        background: transparent !important;
    }

.tagify_webApp .tagify__input {
    font-size: 14px !important;
}

.webApp-tagify-readOnly .tagify__tag-text {
    color: #1c2a3a !important;
    font-size: 14px !important;
    font-weight: bolder !important;
}

.smsNtfCfg-body hr:last-child {
    display: none !important;
}

.webApp-menuSection {
    display: none !important;
}

.webApp-menuSection-active {
    display: flex !important;
}

iframe {
    border: none;
    width: 100%;
    height: 600px;
}

.iframeShow {
    height: calc(100vh - 150px) !important;
    min-height: 600px;
}

.webApp-menu-nav {
    margin-bottom: 4rem !important;
}

#webAppTable-dropdropdown .dropdown-menu {
    width: auto !important;
    transform: translate3d(-53px, 33px, 0px) !important;
}

.webApp-tab-pane {
    display: none;
}

    .webApp-tab-pane.active {
        display: block;
    }

.webApp-switch-activate input:empty ~ span:before {
    background-color: #F64E60 !important;
}

.webApp-switch-activate input:checked ~ span:before {
    background-color: #1BC5BD !important;
}

.webApp-switch-activate input:checked ~ span:after {
    background-color: #ffffff;
}

.webApp-kanban .kanban-board-header {
    background-color: #1c2a3a !important;
}

.webApp-kanban .kanban-title-board {
    color: #ffffff !important;
}

.webApp-kanban .kanban-drag {
    min-height: auto !important;
}

.webApp-kanban .kanban-item {
    background-color: #c00015 !important;
}

.webApp-kanban .kanban-item {
    color: #1c2a3a !important;
}

.webApp-kanban footer {
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: right;
}

.WebSocketIP-Btn {
    color: #c00015 !important;
    border: 0;
    background: none;
    box-shadow: 0 0 0 2px inset currentColor;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: none;
    margin-left: 12px;
    transition: .1s ease-out;
}

    .WebSocketIP-Btn:hover {
        box-shadow: 0 0 0 5px inset currentColor;
    }

    .WebSocketIP-Btn i {
        color: #1c2a3a !important;
        vertical-align: -webkit-baseline-middle;
        line-height: normal;
    }

.WebSocketIP-input {
    width: calc(100% - 52px);
}

.swal2-container {
    z-index: 9999999 !important;
}

.navi .navi-item .navi-link:hover .navi-icon svg g [fill] {
    color: #043659;
}

.navi .navi-item .navi-link .navi-text {
    color: #043659;
}

.navi .navi-item .navi-link:hover .navi-text {
    color: #043659;
}

#EditImporter_container .EditImporter_CompanyProfile,
#EditImporter_container .EditImporter_PersonalInfo {
    display: none;
}

#EditImporter_container.Edit-CompanyProfile-on .EditImporter_CompanyProfile {
    display: block;
}

#EditImporter_container.Edit-CompanyProfile-on .EditImporter_PersonalInfo {
    display: none;
}

#EditImporter_container.Edit-PersonalInfo-on .EditImporter_PersonalInfo {
    display: block;
}

#EditImporter_container.Edit-PersonalInfo-on .EditImporter_CompanyProfile {
    display: none;
}

#PreAuthorizedDevices_container #PreAuthorizedDevices_AddInfo,
#PreAuthorizedDevices_container #PreAuthorizedDevices_Details,
#TransitDevices_container #TransitDevices_AddInfo,
#TransitDevices_container #TransitDevices_Details {
    display: none;
}

#PreAuthorizedDevices_container.PreAuthorizedDevices-AddInfo-on #PreAuthorizedDevices_AddInfo,
#TransitDevices_container.TransitDevices-AddInfo-on #TransitDevices_AddInfo {
    display: block;
}

#PreAuthorizedDevices_container.PreAuthorizedDevices-AddInfo-on #PreAuthorizedDevices_Details,
#TransitDevices_container.TransitDevices-AddInfo-on #TransitDevices_Details {
    display: none;
}

#PreAuthorizedDevices_container.PreAuthorizedDevices-Details-on #PreAuthorizedDevices_Details,
#TransitDevices_container.TransitDevices-Details-on #TransitDevices_Details {
    display: block;
}

#PreAuthorizedDevices_container.PreAuthorizedDevices-Details-on #PreAuthorizedDevices_AddInfo,
#TransitDevices_container.TransitDevices-Details-on #TransitDevices_AddInfo {
    display: none;
}


.dropzone {
    background-color: #F5F9FC !important;
    border-color: #D9E2E3 !important;
    width: 100%;
}

.dropzone-msg-icn {
    line-height: 0;
    height: fit-content;
    position: relative;
    display: block;
}

    .dropzone-msg-icn i {
        font-size: 100px;
        color: #DFE5EA !important;
    }

.UploadFileTemplate-Img {
    width: 50%;
    position: relative;
    display: block;
    background-color: #F5F9FC;
    border: 6px solid #FFFFFF;
    box-shadow: 0px 3px 12px #00000022 !important;
    border-radius: 0.42rem;
    overflow: hidden !important;
}

    .UploadFileTemplate-Img img {
        width: 100%;
    }

    .UploadFileTemplate-Img span {
        position: absolute;
        background: #1c2a3a;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        color: #ffffff;
        text-align: center;
        font-size: 18px;
    }

        .UploadFileTemplate-Img span i {
            font-size: 30px !important;
        }

    .UploadFileTemplate-Img:hover span {
        background: #970010;
    }

.ElectronicSignature-Img-Show {
    background-color: #F5F9FC;
    width: 100%;
    border-radius: 0.45rem;
    position: relative;
    display: block;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    overflow: hidden;
}

.CertificateofOrigin-Img-Show {
    max-width: 100%;
    max-height: 150px;
    overflow: hidden;
    border-radius: 0.45rem;
    border: 2px solid #ffffff;
    position: relative;
    display: block;
    background-color: #F5F9FC;
    border: 6px solid #FFFFFF;
    box-shadow: 0px 3px 12px #00000022 !important;
    border-radius: 0.42rem;
    overflow: hidden !important;
}

#authorizationCertificate_search_result,
#searchByImei_search_result {
    display: none;
}

#webApp-SetLanguage-selected button {
    color: #5474FB !important;
    background-color: #F3F6F9;
    border-color: transparent;
}

    #webApp-SetLanguage-selected button:hover {
        color: #F3F6F9 !important;
        background-color: #5474FB;
    }

.PreAuthorizedDevicesDetails_Hidden,
.TransitDevicesDetails_Hidden {
    display: none !important;
}

@media (min-width: 768px) {
    #TurnoverRate_Chart, #Composition_Chart {
        min-height: 245.7px !important;
        height: 245.7px !important;
    }
}

@media (min-width: 992px) {

    .webApp-title-lg {
        font-size: 28px !important;
    }

    .webApp-title-md {
        font-size: 20px;
    }

    .webApp-title-sm {
        font-size: 13px;
    }

    .webApp-text-lg {
        font-size: 20px;
    }

    .webApp-text-md {
        font-size: 16px;
    }

    #kt_login .login-aside {
        max-width: 50vw !important;
        padding: 6rem;
        /* height: 100vh;*/
    }

    #cover_login {
        width: 100%;
        background-image: url(../media/img/bg-Login.jpg);
        background-position: center;
        opacity: 0.18;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .login-aside-header {
        position: relative;
        display: block;
        margin-bottom: auto;
    }

        .login-aside-header h1 {
            color: #1C2A3A !important;
        }

        .login-aside-header p {
            color: #1C2A3A !important;
        }

    .img-cover {
        width: 135%;
        position: relative;
        display: block;
        left: -7%;
        margin-bottom: auto;
    }

    .login-aside-logo {
        margin-bottom: 20px !important;
        margin-right: auto;
        text-align: left;
    }

    #kt_wrapper {
        padding-top: 65px !important;
    }

    #white_footer, #black_footer {
        width: 265px;
        margin-left: 0;
    }

    #white_footer {
        background-color: transparent;
    }

    #black_footer {
        background-color: #1a1a27;
    }

    .aside-minimize:not(.aside-minimize-hover) #kt_footer .container-fluid {
        margin-left: 70px !important;
    }
}

@media (min-width: 1400px) {
    .webApp-image-wrapper {
        width: 150px;
        height: 150px;
    }

    .webApp-image-edit {
        padding: 0.2rem;
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 992px) {

    .hiw-header {
        margin-bottom: 2.5rem;
    }

    .hiw-list {
        flex-direction: row !important;
        align-items: center !important;
        margin-bottom: 2.5rem !important;
        margin-top: 0 !important;
    }

    .hiw-body {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .hiw-list-img {
        width: 50px;
        height: 50px;
        margin-bottom: 0;
    }

    .hiw-list-header {
        display: block !important;
    }

    .hiw-list img {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .dataTables_length {
        text-align: left !important;
    }

    .dataTables_filter input {
        margin: 0 !important;
        width: 100% !important;
    }

        .dataTables_filter input:focus {
            width: 100% !important;
        }

    .section-details {
        top: 10%;
        width: 100%;
    }

    .sec-title {
        font-size: 14px;
    }

    .sec-text {
        font-size: 10px;
    }

    .solution-header img {
        padding: 1rem;
        width: 90px;
    }

    .swiper-slide-img {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

        .swiper-slide-img span {
            width: 25px;
            height: 25px;
        }

    .swiper-slide-body h4 {
        font-size: 12px !important;
    }

    .pricing-header,
    .hiw-header {
        width: 90%;
    }

    .webApp-search-input .form-control {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .demo-circle {
        width: 65vw;
        height: 65vw;
    }
}

@media screen {
    .PreAuthorizedDevicesDetails_Print_Page {
        display: none !important;
    }
}

@media print {

    @page {
        size: auto;
    }

    body {
        color: black !important;
        background-color: #FFFFFF !important;
    }

    #kt_aside_mobile_toggle,
    #kt_header_mobile_topbar_toggle,
    #kt_subheader,
    #kt_aside,
    #kt_footer,
    #kt_header,
    #authorizationCertificate_search_container,
    .webApp-cardFooter-buttons,
    .webApp-btn-print,
    .swal2-container,
    .dataTables_length,
    .dataTables_filter,
    .dataTables_info,
    .dataTables_paginate,
    thead .sorting:before,
    thead .sorting:after,
    #certificateOfOriginContent,
    #tr-purchaseInvoice {
        display: none !important;
    }

    #kt_header_mobile {
        display: block;
        position: absolute !important;
    }

    /*.webApp-card {
        margin-bottom: 10px !important;
    }*/

    .webApp-card .card-header,
    .webApp-card .card-body {
        padding: 1rem !important;
    }
}

.grecaptcha-logo iframe {
    border: 0;
    width: inherit;
    height: inherit;
}

#kt_table_1 th {
    text-transform: capitalize;
}

.tb_export #kt_table_1_wrapper .row:nth-child(1) {
    display: none;
}

.tb_export .dataTables_wrapper .child .dtr-details > li .dtr-title {
    text-transform: capitalize;
}

.hide {
    display: none !important;
}

.expo.PreAuthorizedDevices-details-on .PreAuthorizedDevices_Details {
    display: block;
}

.expo .webAppTable tr {
    height: 55px;
    line-height: 17px;
}

.symbol-label {
    background-color: #0057b7b8 !important;
}

#asideFooter .text-muted {
    color: #fff !important;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
    font-size: 1rem !important;
    font-weight: normal !important;
    text-transform: capitalize;
}

#kt_quick_user_close {
    background-color: #0057b7b8 !important;
}

#kt_subheader .text-dark {
    color: #0057B7 !important;
}

.login-form h1.text-body-webApp {
    color: #FFCD00 !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
}

#kt_login_signupPersonalInfo_save {
    font-size: 15px;
    background-color: #FFCD00 !important;
    border-radius: 21px;
    padding: 10px 28px;
    color: #043659 !important;
    margin-top: 19px;
}

.login-forgot h3.text-body-webApp {
    color: #FFCD00 !important;
}

.container-fluid .form .webApp-title-sm {
    color: #043659;
}

.webApp-card .card-footer .webApp-btn-thirdColor {
    background-color: #0057B7 !important;
}

.webApp-card .card-footer .webApp-btn-firstColor {
    background-color: #FFCD00 !important;
    color: #043659 !important;
}



.container-fluid .webApp-card .btn, #InfoModal #kt_table_8 .btn{
    background-color: #0057B7;color:#fff;
}

#InfoModal #kt_table_8 .btn {
    padding:5px;
}
.dataTables_wrapper thead, .dataTables_wrapper thead th {
    background: #f5f9fc;
    color: #043659 !important;
    border-color: #69b3ff3b !important;
}

.table-bordered {
    border-color: #69b3ff3b !important;
}

.separator.separator-dashed {
    border-bottom: 1px dashed #69b3ff42;
}




element.style {
}

@media (max-width: 991.98px) {
    .aside-menu .menu-nav {
        padding-top: 55px !important;
    }

    .aside {
        background: #ffffff;
        -webkit-box-shadow: 0px 28px 9px -3px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 28px 9px -3px rgba(0, 0, 0, 0.75);
    }

    #kt_aside {
        background: #155BAA !important;
        margin-top: 55px;
    }

    #kt_aside_mobile_toggle {
        color: #043659;
    }

    .header-mobile .burger-icon span::before, .header-mobile .burger-icon span::after, .header-mobile .burger-icon span {
        background-color: #fff;
    }

    .header-mobile .btn.active .svg-icon svg g [fill], .header-mobile .btn:hover .svg-icon svg g [fill], .header-mobile .btn .svg-icon svg g [fill] {
        fill: #fff;
    }

    .header-mobile .burger-icon:hover span::before, .header-mobile .burger-icon:hover span::after, .header-mobile .burger-icon:hover span {
        background-color: #ccc;
    }
}

.row.hide {
    display: none;
}

#htmlcontent {
    height: 149px !important;
    border-radius: 7px;
    width: 100%;
    overflow-x: hidden;
    overflow-wrap: break-word;
    resize: none;
    border: 1px solid #009cde61;
    padding: 8px;
    overflow-y: auto !important;
    outline: none;
}

.tox-statusbar__branding, .tox-statusbar {
    display: none !important;
}

.tox-tinymce {
    height: 250px !important;
    border-radius: 7px;
    border: 1px solid #009cde61;
    width: 100%;
    background-color: #f5f9fc;
    visibility: visible;
    border: 1px solid #69b3ff5e !important;
}

.tox-toolbar, .tox .tox-edit-area__iframe {
    background-color: #f5f9fc !important;
}

button#kt_login_ResetPassword_submit {
    background-color: #FFCD00 !important;
    border-radius: 21px;
    padding: 10px 37px;
    color: #043659 !important;
    width: auto;
    margin: 0 auto;
    display: block;
}


.dropzone.is-invalid, .is-invalid .form-control, .txtdesc.is-invalid {
    border-color: #F64E60 !important;
}

#Add_BannerInfo_form .fv-plugins-message-container, #Edit_BannerInfo_form .fv-plugins-message-container, #Add_OffersInfo_form .fv-plugins-message-container, #Edit_OffersInfo_form .fv-plugins-message-container,
#Add_NewsInfo_form .fv-plugins-message-container, #Edit_NewsInfo_form .fv-plugins-message-container,
#Add_DrawInfo_form .fv-plugins-message-container, #Edit_DrawInfo_form .fv-plugins-message-container,
#Add_AccessInfo_form .fv-plugins-message-container, #Edit_AccessInfo_form .fv-plugins-message-container {
    display: none;
}

#Add_BannerInfo_form .is-invalid .fv-plugins-message-container, #Edit_BannerInfo_form .is-invalid .fv-plugins-message-container,
#Add_OffersInfo_form .is-invalid .fv-plugins-message-container, #Edit_OffersInfo_form .is-invalid .fv-plugins-message-container,
#Add_NewsInfo_form .is-invalid .fv-plugins-message-container, #Edit_NewsInfo_form .is-invalid .fv-plugins-message-container,
#Add_DrawInfo_form .is-invalid .fv-plugins-message-container, #Edit_DrawInfo_form .is-invalid .fv-plugins-message-container {
    display: block;
}

.htmlcontent_countdown, .htmlcontent1_countdown {
    position: absolute;
    bottom: -21px;
    left: 13px;
    background: #0057B7;
    color: #fff;
    width: 63px;
    display: block;
    text-align: center;
    border-radius: 4px;
    font-size: 10px;
    height: 21px;
    line-height: 21px;
}

fieldset {
    margin-top: 48px;
    border: 2px dashed #EBEDF3;
    background: transparent;
}


.nav.nav-tabs {
    width: 100%;
    display: block;
    height: 54px;
    position: relative;
    border: 0;
}


    .nav.nav-tabs.nav-tabs-line .nav-item .nav-link {
        float: left;
        margin: 0 17px 0 0 !important;
        color: #0057B7;
    }

fieldset .tab-content {
    padding: 0 20px 41px;
}

.form-control, .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 0.9rem;
}

.webApp-card h4 {
    margin-top: 39px;
    color: #B5B5C3;
}

.type_offer.hide {
    display: none;
}

.dropzone.dropzone-default .dropzone-msg-title, .dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
    font-size: 0.9em;
}

.webApp-tab .tab-content {
    padding-bottom: 45px;
}

.webApp-menu-nav .menu-item:hover .menu-text, .webApp-menu-nav .menu-item.active .menu-text,
.webApp-menu-nav .menu-item:hover .menu-icon, .webApp-menu-nav .menu-item.active .menu-icon,
.webApp-menu-nav .menu-item:hover .menu-icon i, .webApp-menu-nav .menu-item.active .menu-icon i {
    color: #000 !important;
}

.dropdown-toggle.btn.is-invalid {
    border-color: #F64E60 !important;
}

.UserInfo_form .pricedv.hide {
    display: none;
}

div.dataTables_wrapper div.dataTables_length label {
    margin-right: 11px;
}

.webApp-card select.filterDropdowns.form-control, .webApp-card .fromDate.form-control, .webApp-card .toDate.form-control {
    width: 100% !important;
    margin-right: 10px;
    height: 32px !important;
}

.webApp-card #formContainer select.filterDropdowns.form-control, .webApp-card #formContainer .fromDate.form-control, .webApp-card #formContainer .toDate.form-control {
    height: auto !important;
}

.webApp-card select.form-control {
    background-color: #f5f9fc !important;
    height: 32px !important;
    padding-left: 7px !important;
    margin-top: 19px !important;
}

#kt_table_A th {
    text-transform: capitalize;
}

.dt-buttons, .dropzone .dz-preview .dz-details .dz-size, .dropzone .dz-preview .dz-details .dz-filename, .dropzone .dz-preview .dz-progress {
    display: none;
}

.dataTables_wrapper .dataTable td {
    padding: 0.5rem 1rem;
}

.webApp-card .dataTables_wrapper {
    margin-top: 14px;
}

.btn.btn-icon i {
    color: #FFCD00;
}

option.hideOption {
    display: none !important;
}

.bootstrap-select .dropdown-menu.inner > li > a {
    padding: 5px 15px;
    font-size: 0.9rem;
}

.dataTables_wrapper thead th:last-child {
    width: 100px;
}


.fv-plugins-bootstrap .form-control.is-valid, .fv-plugins-bootstrap .form-control.is-invalid {
    background-image: none !important;
}

.dropzone .dz-preview .dz-image img {
    height: 120px;
}


.dataTables_filter label {
    width: 100%;
}
#Add_AppInfo_form .webApp-card select.form-control, #Edit_AppInfo_form .webApp-card select.form-control,
#Add_OffersInfo_form .webApp-card select.form-control, #Edit_OffersInfo_form .webApp-card select.form-control,
#Add_BannerInfo_form .webApp-card select.form-control, #Edit_BannerInfo_form .webApp-card select.form-control,
#Add_PlanInfo_form .webApp-card select.form-control, #Edit_PlanInfo_form .webApp-card select.form-control,
#Add_AccessInfo_form .webApp-card select.form-control, #Edit_AccessInfo_form .webApp-card select.form-control,
#Add_PerksInfo_form .webApp-card select.form-control, #Edit_PerksInfo_form .webApp-card select.form-control,
#Add_LocInfo_form .webApp-card select.form-control, #Edit_LocInfo_form .webApp-card select.form-control,
#Add_FaqInfo_form .webApp-card select.form-control, #Edit_FaqInfo_form .webApp-card select.form-control,
#Add_NewsInfo_form .webApp-card select.form-control, #Edit_NewsInfo_form .webApp-card select.form-control,
#Edit_SurveyInfo_form .webApp-card select.form-control, #Add_SurveyInfo_form .webApp-card select.form-control, #Edit_BusInfo_form .webApp-card select.form-control,
#webAppSetUpModal select.form-control {
    height: 47px !important;
}

.custom-select {
    top: -9px !important;
    position: relative;
}

#Add_OffersInfo_form h4, #Add_OffersInfo_form h4 {
    margin-bottom: 29px;
}

#Add_OffersInfo_form .row h3, #Edit_OffersInfo_form .row h3 {
    margin-bottom: 7px !important;
    display: block;
}

#Add_OffersInfo_form .row .col-12, #Edit_OffersInfo_form .row .col-12 {
    vertical-align: top;
}

#Add_OffersInfo_form .webApp-card select.form-control, #Edit_OffersInfo_form .webApp-card select.form-control {
    margin-top: 0 !important;
}

#Add_OffersInfo_form .align-items-start .col-12, #Edit_OffersInfo_form .align-items-start .col-12 {
    margin-bottom: 20px !important;
}

#Add_NotInfo_form .kt-checkbox, #Edit_NotInfo_form .kt-checkbox {
    margin-right: 20px;
}

#Add_NotInfo_form input[type=radio], #Edit_NotInfo_form input[type=radio] {
    top: 2px;
    position: relative;
}

#Add_NotInfo_form .col-sm-9.is-invalid, #Edit_NotInfo_form .col-sm-9.is-invalid {
    border: 1px solid #F64E60;
    padding: 10px;
    border-radius: 5px;
}

.dataTables_empty {
    text-align: center;
}

td.nodata {
    display: none;
}

.webAppTable tfoot {
    display: none;
}

.tox-editor-container.is-invalid {
    border: 1px solid #F64E60 !important;
    border-radius: 0.42rem;
}

.push_not .filterDropdowns {
    margin-top: 19px;
}

    .push_not .filterDropdowns .dropdown-toggle {
        background-color: #f5f9fc !important;
        height: 32px;
        line-height: 25px;
    }

.fa-check {
    color: darkgreen;
}

.fa-times {
    color: red;
}

#Add_NotInfo_form select.form-control, #Edit_NotInfo_form select.form-control {
    height: 45px !important;
}


#myForm .form-group {
    margin-bottom: 10px;
}


#formContainer {
    position: relative;
}

#myForm {
    padding-top: 32px;
    padding-bottom: 26px;
}

#formContainer h3 {
    margin-bottom: 10px !important;
}

#formContainer .addBtn {
    position: absolute;
    top: 10px;
    right: 31px;
    cursor: pointer;
}

#formContainer .btn-remove {
    position: absolute;
    top: 10px;
    right: 7px;
    cursor: pointer;
}

.clnrow {
    margin-bottom: 17px;
    position: relative;
    padding-right: 56px;
    border: 1px dashed #69b3ff42;
}

    .clnrow .row .mb-4 {
        position: relative;
    }

.btn-removei {
    position: absolute;
    top: 55px;
    right: 7px;
    cursor: pointer;
}

.addBtni {
    position: absolute;
    top: 55px;
    right: 29px;
    cursor: pointer;
}


.clnrow .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.clnrow .item {
    position: relative;
    padding: 13px 28px 13px 0px;
}

.fromTime::-webkit-calendar-picker-indicator, .toTime::-webkit-calendar-picker-indicator {
    font-size: 20px;
}
 

.criteria_dv select, .criteria_dv .input-group-btn {
    display: none !important;
}

.criteria_dv .multiselect-native-select {
    width: 100%;
    display: block;
    position: relative;
    border-radius: 0.42rem;
    height: 45px;
    border: 1px solid #69b3ff5e;
    background-color: #f5f9fc !important;
}

.criteria_dv .btn-group, .criteria_dv .btn-group button {
    position: relative;
    width: 100%;
    height: 43px;
    background-color: transparent !important;
}

.criteria_dv .multiselect-native-select .btn.dropdown-toggle:after {
    top: 14px;
    right: 4px;
    position: absolute;
}

.criteria_dv .col-12 {
    margin-bottom: 10px;
}

.multiselect-native-select .multiselect-container {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 174px;
    padding-top: 6px;
    width: 100%;
    font-size: 0.9rem;
    padding-left: 6px;
}

.multiselect-native-select .multiselect-filter {
    border-bottom: 1px solid #cccc;
}

.multiselect-container.dropdown-menu li:not(.multiselect-filter) {
    color: #595d6e;
    padding: 10px 0;
    height: 21px;
}

.form-control.multiselect-search {
    background: transparent !important;
    border: 0;
    width: 80%;
    height: 25px;
    padding-left: 0;
}

.multiselect-native-select input[type=checkbox] {
    top: 0px;
    position: relative;
    width: 14px;
    opacity: 1;
    height: 14px;
    left: 0;
    margin-right: 10px;
}

.criteria_dv .multiselect-selected-text {
    text-align: left;
    font-size: 0.9rem;
    display: block;
    color: #3F4254;
}

.rradio.is-invalid {
    border: 1px solid #F64E60;
}

.addBtni, .addBtn {
    display: none !important;
}

.specific_users .selectpicker, .excluded_users .selectpicker {
    max-height: 150px;
    overflow-y: auto;
}

.specific_users .dropdown-menu, .excluded_users .dropdown-menu {
    max-height: 167px !important;
}

.date-range-picker .input-group-text {
    width: 19px;
    position: absolute;
    top: 1px;
    right: 1px;
    height: 34px;
    background: transparent;
    border: 0;
    padding: 0;
}


.reset-button {
    position: absolute;
    top: 10px;
    right: 33px;
    cursor: pointer;
}

.idfile_dropzone .dz-image,
.idfile_dropzonex .dz-image {
    display: none !important;
}

.idfile_dropzone .dz-details, .idfile_dropzone .dz-filename,
.idfile_dropzonex .dz-details, .idfile_dropzonex .dz-filename {
    display: block !important;
}

.idfile_dropzone .dz-file-preview,
.idfile_dropzonex .dz-file-preview {
    width: 100%;
    min-height: 37px;
}

fieldset legend {
    position: relative;
    font-size: 14px;
    color: #3699FF;
    margin-left: 19px;
}

fieldset {
    padding: 0 10px;
}

.downloadtemp {
    color: #5474FB;
}

.specific_users fieldset, .excluded_users fieldset {
    border: 1px dashed #69b3ff42
}

.upload1, .upload2 {
    background-color: #cccccc54 !important;
}

.fromTime, .toTime {
    cursor: pointer;
}


.input-group-text {
    position: absolute;
    bottom: 17px;
    right: 46px;
    color: #000;
    background: transparent;
    border: 0;
}

    .input-group-text i {
        color: #000000c7;
    }

.criteria_dv input[type=text], .criteria_dv .multiselect-selected-text {
    font-size: 0.8rem;
}

.specific_users .select2-container, .excluded_users .select2-container {
    width: 250px !important;
}

.specific_users legend, .excluded_users legend {
    position: relative;
    font-size: 14px;
    color: #5474FB;
    margin: 28px 3px;
}



.menu-item .kt-menu__submenu, .sublist .kt-menu__link-bullet, .sublist li::marker {
    display: none;
    color: #000;
    content: "";
}

.menu-item:hover .kt-menu__submenu, .kt-menu__item--open .kt-menu__submenu {
    display: block;
}

.kt-menu__item .kt-menu__link-text {
    color: #fff;
}

.sublist:hover .kt-menu__link-text, .sublist.kt-menu__item--open .kt-menu__link-text {
    color: #b1a2a2 !important;
}

.menu-item:hover .kt-menu__link, .kt-menu__item:hover .kt-menu__link-text {
    color: #000 !important;
}

.kt-menu__item--open.menu-item-active, .sublist:hover {
    background: #f5f6f7 !important;
    border-radius: 0.42rem;
}



.kt-menu__item--open .kt-menu__item--active .kt-menu__link-text {
    color: #000 !important;
    text-transform: capitalize;
}


li.kt-menu__item {
    margin-bottom: 9px;
}

#DeviceModal .modal-dialog {
    max-width: 1152px;
}


#kt_table_2_filter {
    display: none;
}

.UserInfo_form .dz-remove {
    display: none;
}

.otplist #kt_table_A_filter, #kt_table_6 tfoot {
    display: none;
}


.offerlist th .kt-checkbox {
    display: none;
    pointer-events: none;
}

.offerlist th.sorting_desc:before, .offerlist th.sorting_desc:after {
    content: none !important;
    display: none !important;
}

#kt_table_2 tfoot {
    display: none;
}

.DeviceModal .modal-body {
    max-height: 538px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 35px;
}

.sublist {
    margin-bottom: 13px;
}

#DeviceModal th.sorting_disabled {
    text-align: center;
}

.menu-item .kt-menu__submenu {
    /* display: block;*/
    color: #fff;
    content: inherit !important;
}

#msisdn-error {
    display: none !important;
}


#ActOfferModal .form-control.error {
    border-color: #F64E60;
    padding-right: calc(1.5em + 1.3rem);
}

#password-error, #confirmPassword-error {
    color: red;
    font-size: 0.9rem;
}

.result_multi, .result_one {
    display: none;
}

.error-msg {
    color: red;
    font-size: 10px;
}

.uppercase {
    text-transform: uppercase;
}

#msisdn_config_form .webApp-title-md, .bpoints .webApp-title-md, .activitylogs .webApp-title-md, .devicesused .webApp-title-md, .services .webApp-title-md {
    font-size: 1rem;
}

#msisdn_config_form .webApp-form-row, .bpoints .webApp-form-row {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    vertical-align: top;
}

    #msisdn_config_form .webApp-form-row > div, .bpoints .webApp-form-row > div {
        float: left;
    }

.result_one > .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.result_one .card-custom {
    margin-bottom: 32px !important;
    background: rgb(0 161 142 / 1%) !important;
    border: 1px solid #69b3ff5e;
}

.services .form-group > .col-6:nth-child(1) {
    overflow-x: hidden;
    position: relative;
    padding-left: 0;
}

.services .form-group > .col-6:nth-child(2) {
    overflow-x: hidden;
    position: relative;
    padding-right: 0;
}

#kt_table_4_wrapper .row:nth-child(1), #kt_table_5_wrapper .row:nth-child(1), #kt_table_4 tfoot, #kt_table_5 tfoot {
    display: none;
}

.services h4 {
    margin-top: 6px;
    color: #7e8299;
    margin-bottom: 0 !important;
    font-size: 14px;
    position: relative;
}

.p-8 {
    padding: 1rem !important;
}

.btnsubscribe {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 83px;
    height: 23px;
    line-height: 6px;
    text-transform: capitalize;
}

.dataTables_wrapper .dataTable thead th {
    text-transform: capitalize;
}

.loyaltyactivationdate h9 {
    font-size: 1rem !important;
    font-weight: 500;
    margin-bottom: 42px !important;
}

#kt_table_7 tfoot {
    display: none;
}

.services .card-body > .row {
    -webkit-box-align: start !important; /* Updated align property */
    -ms-flex-align: start !important; /* Updated align property */
    align-items: flex-start !important; /* Updated align property */
}

#kt_table_7_filter {
    display: none !important;
}

.services .description {
    height: 48px;
    overflow: hidden;
    display: block;
    padding-bottom: 0 !important;
}

.services .parent .description {
    height: auto;
}

#Reg_pass_Form .row {
    margin-bottom: 19px;
}

.result_one .card-header {
    min-height: 57px;
}

.btnsub {
    font-size: 10px;
}

select[name=kt_table_6_length] {
    top: 0 !important;
}

.activitylogs #kt_table_3_filter {
    display: none;
}

.modal {
    z-index: 100050;
}

.filterDropdowns {
    height: 32px !important;
}

#DeviceModal .filtering .un, #DeviceModal .filtering .deux, #DeviceModal .filtering .trois {
    margin-top: 20px;
}

#myForm.disabled .fromDate, #myForm.disabled .fromtTime {
    pointer-events: none;
}

.btnsendnow {
    float: right;
    color: #fff !important;
    margin-top: -65px;
}
.btnaddcondition {
    margin-left: auto;
    color: #fff !important;
    margin-top: 31px;
    display: block;
    width: 137px;
}

#Edit_CallInfo_form .row p, #Add_CallInfo_form .row p {
    position: absolute;
    top: 15px;
    right: 19px;
    font-size: 10px;
}

.form-control:disabled, .form-control[readonly] {
    opacity: 0.6;
}

#results .card .card-body .form-group .card-header {
    background-color: transparent !important;
    padding: 1rem 1rem 0rem;
    margin-bottom: 0;
}

    #results .card .card-body .form-group .card-header .row {
        padding: 0rem 1rem 0rem;
    }

#results .card .card-body .col-6 {
    padding-left: 0;
}

#results .card .card-body .form-group .row {
    margin-left: 19px;
    max-width: 445px;
}

#results .card .card-body .form-group .card-header h3 {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    margin-bottom: 17px;
    font-size: 1.1rem;
}

#results .webApp-card {
    border: 1px solid #69b3ff5e;
    margin-bottom: 23px !important;
}

    #results .webApp-card .card-header {
        cursor: pointer;
    }

    #results .webApp-card .card-body {
        transition: height 0.7s ease;
        -webkit-transition: height 0.7s ease;
        -moz-transition: height 0.7s ease;
    }

#results .webApp-title-md {
    margin-left: 9px;
}

#results .webApp-card .collapseContent.card-body {
    overflow: hidden;
    min-height: 0;
    height: 0;
    transition: height 0.7s ease;
    -webkit-transition: height 0.7s ease;
    -moz-transition: height 0.7s ease;
}


#results .fas {
    position: relative;
    margin-left: 9px;
}

#webAppSetUpBulkModal .modal-dialog {
    max-width: 1278px;
}

#upload1.error {
    border: 1px solid red;
}

.blist #kt_table_A thead tr th:nth-child(1):before, .blist #kt_table_A thead tr th:nth-child(1):after {
    display: none;
}

.deleteall:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.cloner-container .form-control {
    height: 47px !important;
}

.cloner-container {
    position: relative;
    margin-top: 35px;
    border: 1px dashed #69b3ff42;
    padding: 24px;
}

    .cloner-container .cloner select {
        margin-top: 0 !important;
    }

    .cloner-container label {
        font-size: 13px;
        display: block;
        margin-bottom: 10px !important;
    }

.adddaytime {
    position: absolute;
    cursor: pointer;
    right: 43%;
    top: 43%;
    width: 44px;
    background-color: #3699FF;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: opacity 0.5s;
}

    .adddaytime:hover {
        opacity: 0.7 !important;
    }

    .adddaytime i {
        color: #FFF !important;
    }

.cloner-container .input-group-text {
    position: absolute;
    bottom: 6px;
    right: 15px;
    color: #000;
    background: transparent;
    border: 0;
}

.cloner-container .row {
    margin-bottom: 17px;
}

.cloner-container .form-control.error {
    border: 1px solid red;
}

.cloner-container .fa-trash {
    position: relative;
    float: left;
    margin-top: 45px;
    cursor: pointer;
}

.item .dropdown i {
    color: #fff;
}

.item .dropdown {
    position: absolute;
    top: 19px;
    right: 17px;
    border-radius: 10px;
}

#faqList .item {
    position: relative;
    margin-top: 14px;
    margin-bottom: 16px;
}

    #faqList .item .title {
        border-bottom: 1px solid #ccc;
        min-height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #faqList .item .form-group {
        margin-bottom: 5px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ccc;
        position: relative;
        display: block;
    }

    #faqList .item .data-title {
        font-size: 15px;
        font-weight: 600;
    }

    #faqList .item .col-lg-12 {
        padding-left: 0;
        color: #7e8299fc;
    }

    #faqList .item .card-body {
        padding: 5px 10px;
    }

#faqList .kt-portlet {
    border: 1px solid #ccc;
    padding: 14px 14px;
    margin-bottom: 11px;
    border-radius: 13px;
    background: #cccccc1a;
}

#faqList .item label {
    padding-top: 0;
    display: block;
}

#faqList .item .form-group:last-child {
    border: 0 !important;
}

.editfaq, .deletefaq {
    float: right;
}

.questionForm fieldset {
    border: 2px dashed #69b3ff5e;
    position: relative;
    display: block;
    padding: 18px 10px;
}

    .questionForm fieldset a {
        cursor: pointer;
    }

    .questionForm fieldset legend {
        margin-left: 15px;
        width: auto;
        padding: 0 10px;
    }

.webApp-card .questionForm .form-control {
    margin-bottom: 10px !important;
    margin-top: 0px !important;
    min-height: 36px;
    height: auto !important;
}

.questionForm .form-control.option {
    height: 36px !important;
}

.deletequestion {
    background: #fff;
    position: absolute;
    top: -35px;
    right: 7px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 31px;
}

.questionForm ul {
    padding-left: 16px;
    margin-top: 9px;
}

#kt_table_A_filter input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

#kt_table_A_filter input[type="search"]::-ms-clear {
    display: none;
}

#kt_table_A_filter input[type="search"]::-moz-clear {
    display: none;
}


.questionForm legend b {
    float: left;
    position: relative;
    margin-top: 8px;
}

.webApp-card .questionForm legend input.form-control {
    float: left;
    position: relative;
    width: 56px;
    margin-left: 14px;
    min-height: 0 !important;
    height: 31px !important;
}


.results_pie .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.inputaligned span {
    margin: 14px 10px 0;
}

.inputaligned input {
    width: 22%;
}

.inputaligned select {
    width: 33%;
    max-width: 400px;
}

.inputaligned {
    clear: both;
}

    .inputaligned input, .inputaligned span, .inputaligned select {
        float: left;
    }


#Add_NotInfo_form .form-control.is-invalid, #Edit_NotInfo_form .form-control.is-invalid {
    border-color: #F64E60;
}

.comment-box {
    background-color: #f6f7f98f;
    padding: 10px;
    border-radius: inherit;
    box-shadow: 0 2px 4px rgb(0 0 0 / 1%);
    border-bottom: 1px solid #cccccc40;
}

.comment-header {
    display: flex;
    align-items: flex-start;
}

.avatari i {
    color: #fff;
    font-size: 28px;
    margin-top: 17px;
}

.avatari {
    width: 59px;
    height: 59px;
    margin-right: 10px;
    background-color: #0057B7;
    position: relative;
    text-align: center;
    line-height: 60px;
}

.user-info {
    display: flex;
    flex-direction: column;
    width: calc(100% - 60px);
}

.username {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.timestamp {
    margin: 0;
    font-size: 12px;
    color: #888;
}

.comment-content {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 6px;
    font-weight: 500;
    color: #000;
}

    .comment-content p {
        margin: 0;
    }

        .comment-content p:first-child {
            margin-top: 0;
        }

        .comment-content p:last-child {
            margin-bottom: 0;
        }

.user-info h4 {
    font-size: 12px;
    margin-top: 0;
}

.user-info h5 {
    font-size: 12px;
    margin-top: 0;
    font-weight: normal;
}

.comment-box.type1 .avatari {
    background: #cccc;
}

.comment-box.type1 .user-info h4 {
    color: #0057B7;
}

.comment-box .file {
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 75px;
    height: 75px;
    position: relative;
    border: 1px solid #ccc;
    background-size: cover;
    margin-top: 3px;
}

.lb-data .lb-details {
    display: none !important;
}

.lightboxOverlay {
    background-color: #fff !important;
}

.lightbox .lb-image {
    max-width: 90vw !important;
    max-height: 90vh !important;
}

.txtreply {
    cursor: pointer;
    text-decoration: underline;
    font-size: 11px;
    text-transform: lowercase;
    color: #0057B7;
    font-weight: 500;
    margin-left: 67px;
}

.comment-content .txtdesc {
    width: 100%;
    height: 59px;
    border: 1px solid #ccc;
    resize: none;
    outline: none;
    padding: 5px;
    overflow: auto;
}


.tbrange i {
    cursor: pointer;
}


/*region StoreLocationChanges*/
.error-message {
    opacity: 0;
    color: red;
    padding-bottom: 0.4rem;
    font-size: 0.9rem;
}

.capitalizeDD {
    text-transform:capitalize;
}

.show {
    opacity: 1;
    transition: opacity 0.5s;
}

#divGrid, #divMap {
    transition: display 0.5s;
}

.gridswitch.active {
    background-color: #314964 !important;
    color: #FFF !important;
}

.opened {
    background-color: #5FDBA7 !important;
    color: #FFF !important;
}

.closed {
    background-color: #ff0000 !important;
    color: #FFF !important;
}

.deactivate {
    background-color: #363838 !important;
    color: #FFF !important;
}

.planned {
    background-color: #ffde59 !important;
    color: #FFF !important;
}

.error-datecase {
    position: absolute !important;
    z-index: 5 !important;
    top: 20% !important;
}

.deleteRow {
    position: absolute;
    cursor: pointer;
    right: 43%;
    top: 45%;
    width: 44px;
    background-color: #EE2D41 !important;
    background: #EE2D41;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: opacity 0.5s;
    border: none;
}

    .deleteRow:hover {
        opacity: 0.7 !important;
    }

    .deleteRow i {
        color: #FFF !important;
        padding:0 !important;
    }
input[type="time"] {
    position: relative;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: transparent;
}
@media (max-width: 1435px) {
    .fixNav576 {
        padding: 9.75px 9.75px !important;
    }

    .fixMe576 {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }

    .adddaytime, .deleteRow {
        right: 10%;
    }
}


/*end region StoreLocationChanges*/
.replies {
    border-top: 1px solid #cccccc40;
    max-height: 470px;
    overflow-x: hidden;
    overflow-y: auto;
}

.conflist .txt_status {
    color: #fff;
}

.tbrange th, .tbrange td {
    padding-right: 29px;
    padding-top: 8px;
}



.parallele {
    max-width: 50%;
    position: relative;
    display: inline-block;
    width: 100%;
}

#results .card .card-body .form-group p {
    margin: 0 !important;
}

#results .card .card-body .form-group .parallele .row {
    width: 100%;
    margin-bottom: 8px;
}


#kt_table_2_length select {
    margin: 0 10px;
    top: 0px !important;
}

#DeviceModalUser tfoot {
    display: none;
}

#kt_table_A .description {
    max-width: 400px !important;
}

.dropzone.dz-progress .dz-message {
    display: block !important;
}

.dropzone.dz-progress {
    min-height: 199px;
}

    .dropzone.dz-progress .flaticon-upload {
        position: relative;
        top: 65px;
    }

        .dropzone.dz-progress .flaticon-upload:before {
            border: 10px solid #D1D3E0;
            border-radius: 50%;
            position: absolute;
            left: -47px;
            border-right: 10px solid transparent;
            width: 100px;
            height: 100px;
            -webkit-animation: animation-spinner 0.5s linear infinite;
            animation: animation-spinner 0.5s linear infinite;
            content: "";
        }


#DeviceModalUserList .modal-dialog {
    max-width: 678px;
}

select[name=kt_table_4_length] {
    margin-right: 11px;
    margin-top: 24px;
}

#filterresult {
    margin-top: 18px;
}

.filteringU {
    margin-left: 2px;
    margin-top: 16px;
}

#DeviceModalUserList #downloadFilter{
margin-right: 13px;
margin-top: 16px;
}
#DeviceModalUserList .dataTables_pager, #DeviceModalUserList #kt_table_4_info, #DeviceModalUserList #kt_table_4_length, #DeviceModalUserList .paginate_button:not(.previous, .next) {
    display: none !important;
}
.hoverdv.hide{
display:none!important;
}

#operator .hideOption, .operants .hideOption, .operants.hide, .operants1.hide, .operants1 .hideOption {
    display: none !important;
}

.deletecond {
    width: 20px;
    cursor: pointer;
    margin-left: auto;
    margin-top: 17px;
    display: block;
    margin-right: 3px;
    position: relative;
    text-align: right;
}


fieldset.cloner_in {
    margin-left: 8px;
    border: 1px dashed #EBEDF3;
    position:relative;
}


.doublefield input{
    margin-bottom:10px;
}

.cloner_in .error, .multidropcomponent.error .select2 {
    border-color: #F64E60;
}
.middleOp {
    position: absolute;
    top: -16px;
    left: 36px;
    width: 67px;
    border: 1px solid #69b3ff5e;
    outline: none;
    border-radius: 5px;
    padding: 4px;
    background-color: #f5f9fc;
    pointer-events: none;
    opacity: 0.5;
}
.cloner_in.first .middleOp {
    display:none;
}
.cloner_in.second .middleOp {
    pointer-events: inherit;
    opacity: 1;
    cursor:pointer;
}
.multidropcomponent .select2-container {
    width: 100% !important;
    border-radius: 0.42rem;
    border: 1px solid #69b3ff5e;
}



.multidropcomponent .select2-container--default.select2-container--focus .select2-selection--multiple, .multidropcomponent .select2-container--default .select2-selection--multiple {
    border: 0 !important;
    background-color: #f5f9fc !important;
    min-height: 48px;
}


.multidropcomponent .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: #ffffff9e;
}

.factionsource select.error {
    border-color: #F64E60;
}

.idfile_dropzone, .idfile_dropzonex {
    max-width: 400px;
    display: block;
    margin-left: 20px;
    margin-top: 10px;
}

.idfile_dropzone .dz-details, .idfile_dropzone .dz-filename,
.idfile_dropzonex .dz-details, .idfile_dropzonex .dz-filename {
    display: block !important;
}

.idfile_dropzonex .dz-image, .idfile_dropzone .dz-error-mark, .idfile_dropzonex .dz-error-mark {
    display: none !important;
}
.idfile_dropzonex .dz-remove, .idfile_dropzone .dz-remove{
    position:relative;z-index:100;
}


#Edit_PlanInfo_form .bootstrap-datetimepicker-widget .btn {
    background: transparent !important;
    color: #000 !important;
    border-color: #ccc;
}
#Edit_PlanInfo_form .bootstrap-datetimepicker-widget {
    width: 100% !important; /* Make the datetime picker full width */
    left: 0; /* Align it to the left */
    /* Optionally, you can add a max-width if needed */
    max-width: 450px;
}

#Edit_PlanInfo_form .form-control{
    position:relative;
}
.bootstrap-datetimepicker-widget .glyphicon {
    font-family: "Font Awesome 5 Free" !important;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 900;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"] .glyphicon::before, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"] .glyphicon::before {
    content: "" !important; /* Font Awesome up arrow */
    color: #000 !important;
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"] .glyphicon::before, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"] .glyphicon::before {
    content: "" !important; /* Font Awesome down arrow */
    color: #000 !important;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: none !important;
    display: none;
}


.frmdc .now {
    position: absolute;
    top: 7px;
    right: 17px;
    color: #fff;
    background-color: #0057B7 !important;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
}

.btnsearchgrid {
    position: absolute;
    bottom: 7px;
    right: 13px;
    height: 30px;
    width: 38px;
    border: 0;
}
    .btnsearchgrid i {
        position: relative;
        left: -2px;
        font-size: 15px;
        top: -3px;
    }



.spinner#downloadFilter {pointer-events:none;
}

.daterangepicker {
    z-index: 100000;
}


.dataTables_wrapper .dataTables_pager .dataTables_length .custom-select {
    margin-right: 9px;
}

.btnc {
    width: 145px;
    color: #fff !important;
}


.DeviceModal  .btnsearchgrid {
    background-color: #0057B7!important;
}

.InfoModal .modal-dialog {
    max-width: 1295px;
    width:100%;
}
.InfoModal #kt_table_8_filter, .InfoModal #kt_table_8_wrapper tfoot{
    display: none;
}
.InfoModal #kt_table_8_length select {
    top: 0 !important;
}

.devicesused #kt_table_2_length select {
    top: -7px !important;
}

.InfoModal .paginate_button, .InfoModal .dataTables_pager {
    display: none !important;
}
    .InfoModal .paginate_button.previous, .InfoModal .paginate_button.next {
        display: block !important;
    }

.InfoModal td.log {
    max-width: 957px !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.InfoModal .modal-body {
    max-height: 584px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 20px;
}


#appvers option.hideOption{
    display:none!important;
}

.pushbtn i{
    color: #000 !important;
    font-weight: bold;
}

.pospage #kt_table_A_filter label {
    color: #fff;
}

/* Target the Tagify input placeholder */
.tagify__input::placeholder {
    color: #999999; /* Set your desired color */
    opacity: 1; /* Ensure full opacity */
}

.tagycomponent.error  .form-control{
    border-color: #F64E60;
}
#InfoModal #kt_table_8 .btn {
    padding: 5px;
}

#RespModal .modal-body {
    word-wrap: break-word;
    max-height: 321px;
    margin-bottom: 13px;
    overflow-x: hidden;
    overflow-y: auto;
}

#RespModal .modal-dialog {
    max-width: 657px;
}
#RespModal.show .modal-backdrop {
    opacity: 0.5;
    position: absolute;
    z-index: 0;
}


.promopage .dataTables_pager{display:none!important;}

#att_Form .form-control.error {
    border-color: #F64E60;
}
#atttype-error label.error{display:none!important;}
#clonnerRep.cloner-container label {
    margin-bottom: 0 !important;
}