
:root {

    /* var(--SubColorInWebsite) */
}
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap');



.fieldset-box {
    border: solid 1px #d7d7d7;
    padding: 0 20px;
}

    .fieldset-box legend {
        font-weight: 500;
        font-size: 1.275rem;
        color: #181C32;
        display: inline-block;
        padding: 0 10px;
        width: auto;
        margin: 0 -10px 20px;
    }

    .fieldset-box:not(:last-child) {
        margin-bottom: 20px;
    }

.login.login-1 .login-aside {
    position: relative;
    background-position: 30% center;
}

    .login.login-1 .login-aside:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
    }

    .login.login-1 .login-aside > div {
        position: relative
    }

.login-logo {
    padding: 0 50px;
    margin-bottom: 10px;
}

.login-form-bg {
    background: #fafafa;
    position: relative;
}

    .login-form-bg:before {
        content: '';
        background: url(../media/bg/login2.jpg) center center no-repeat;
        background-size: 87%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: .3;
    }

    .login-form-bg .alert,
    .login-form-bg .login-signin {
        position: relative
    }

    .login-form-bg .alert {
        background: rgba(255, 255, 255, .7) !important;
    }

.brand .brand-logo img {
    max-width: 90%;
}

.logo-mobile img {
    max-width: 52px;
}

.multiselect__input,
.multiselect__single {
    font-size: 13px !important;
}

.multiselect, .multiselect__input, .multiselect__single {
    font-family: inherit !important;
    font-size: 13px !important;
    touch-action: manipulation !important;
}

.text-sm {
    font-size: 80%
}

.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    /*margin: 5px;*/
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

    .card-counter:hover {
        box-shadow: 4px 4px 20px #DADADA;
        transition: .3s linear all;
    }

    .card-counter.primary {
        background-color: #007bff;
        color: #FFF;
    }

    .card-counter.danger {
        background-color: #ef5350;
        color: #FFF;
    }

    .card-counter.success {
        background-color: #66bb6a;
        color: #FFF;
    }

    .card-counter.info {
        background-color: #26c6da;
        color: #FFF;
    }

    .card-counter.warning {
        background-color: #905c79;
        color: #FFF;
    }

    .card-counter.secondary {
        background-color: #3d885b;
        color: #FFF;
    }

    .card-counter.medium {
        background-color: #15174c;
        color: #FFF;
    }

    .card-counter.pink {
        background-color: #e295ab;
        color: #FFF;
    }

    .card-counter.green {
        background-color: #18520d;
        color: #FFF;
    }

    .card-counter i {
        font-size: 5em;
        opacity: 1.2;
    }

    .card-counter .count-numbers {
        position: absolute;
        right: 35px;
        top: 20px;
        font-size: 32px;
        display: block;
    }

    .card-counter .count-name {
        position: absolute;
        right: 35px;
        top: 65px;
        font-style: italic;
        text-transform: capitalize;
        opacity: 0.5;
        display: block;
        font-size: 18px;
    }

requiredLabel::after {
    content: " *";
    color: red;
}

.form-group requiredLabel {
    font-size: 1rem;
    font-weight: 500;
    color: #1b364d;
}

requiredLabel {
    display: inline-block;
    margin-bottom: 0.5rem;
}

/*Styles*/
.table .label.label-lg {
    height: 33px;
}

.card.card-custom > .card-header {
    min-height: 50px !important;
    border: 0px !important;
}

.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text),
form#kpiPlanningApp button.btn.btn-primary:hover {
    background-color: #193f60 !important;
    border-color: #193f60 !important;
}

.multiselect__option--highlight {
    background: var(--SubColorInWebsite) !important;
}

.btn.btn-primary {
    color: #FFFFFF;
    background-color: var(--SubColorInWebsite) !important;
    border-color: var(--SubColorInWebsite) !important;
}

.example-tools.justify-content-center .btn.btn-primary, form#kpiPlanningApp button.btn.btn-primary {
    background-color: var(--SubColorInWebsite) !important;
    border-color: var(--SubColorInWebsite) !important;
    border-radius: 50px;
}

.header-fixed.subheader-fixed.subheader-enabled .wrapper {
    padding-top: 95px;
}

.dataTables_filter label {
    width: 100%;
    margin: 0 6px;
}

.kt-portlet__foot {
    float: right;
}

.modal-body .form-group {
    margin-bottom: 0;
}

.modal-body .row > .form-group {
    margin-bottom: 10px;
}

.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,
.menu-nav li.menu-item.active {
    background: #e06e0e !important;
}

.aside-menu .menu-nav > .menu-item {
    border-bottom: 1px solid #dc6b0f1a;
}

.settings-cards .card.card-custom {
    -webkit-transition: all .3s ease-in-out;
    /*background: #fff url(/assets/media/svg/shapes/abstract-2-svg.svg) no-repeat right top ;*/
    /*background-size: 120px;*/
    background-size: 120px;
    border: 1px solid #fff;
}

    .settings-cards .card.card-custom a {
        color: var(--SubColorInWebsite) !important;
    }

    .settings-cards .card.card-custom:hover {
        border: 1px solid #193f60 !important;
    }

div#kt_quick_user_toggle {
    justify-content: center;
    vertical-align: middle;
    display: flex !important;
}

.header-menu-wrapper.header-menu-wrapper-left h2 {
    color: #e06e0e !important;
}

.card.card-custom > .card-header .card-title, .card.card-custom > .card-header .card-title .card-label {
    color: var(--MainColorInWebsite) !important;
}

body {
    font-family: "system-ui","Roboto", Sans-serif !important;
}

.btn.btn-icon.btn-clean.btn-dropdown.btn-lg.mr-1.pulse.pulse-primary span.svg-icon.svg-icon-xl.svg-icon-primary .svg-icon.svg-icon-primary svg g [fill] {
    fill: #e06e18 !important;
}

.timeline.timeline-6.mt-3 span.text-dark-75.pl-3.font-size-sm {
    width: 270px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.timeline.timeline-6.mt-3 .timeline-item.align-items-start {
    margin-bottom: 40px !important;
}


.dashboard-cards .flex-grow-1.card-spacer {
    background: #fff url(/assets/media/bg/logo-bg.png) no-repeat right bottom;
    background-size: 200px;
}

.charts-box .card-body > div:first-child {
    height: 224px !important;
}

.table-responsive {
    overflow: hidden;
}

i.fas.fa-percentage {
    position: absolute;
    top: 36px;
    right: 46px;
    font-size: 20px;
    color: #e06e0e;
}

i.percentage {
    position: absolute;
    top: 25px;
    right: 45px;
    font-size: 20px;
    color: #e06e0e;
}

i.fas.fa-greater-than {
    top: 38px;
    right: 45px;
    font-size: 20px;
    color: #e06e0e;
}

i.fas.fa-greater-than-equal {
    top: 38px;
    right: 45px;
    font-size: 20px;
    color: #e06e0e;
}

i.fas.fa-less-than {
    top: 38px;
    right: 45px;
    font-size: 20px;
    color: #e06e0e;
}

i.fas.fa-less-than-equal {
    top: 38px;
    right: 45px;
    font-size: 20px;
    color: #e06e0e;
}

i.fas.fa-equals {
    position: absolute;
    top: 19px;
    right: -2px;
    font-size: 20px;
    color: #e06e0e;
}

i.sr {
    position: absolute;
    right: 78px;
    font-size: 20px;
    color: #e06e0e;
    margin-top: -34px;
    font-family: cursive;
}


i.numbers {
    position: absolute;
    top: 25px;
    right: 45px;
    font-size: 20px;
    color: #e06e0e;
}

.status-boxes {
    border-style: dashed;
    border-color: rgb(221, 223, 224);
    border-radius: 7px;
    border-width: thin;
    margin-right: 10px;
    width: 132px !important;
    padding-top: 10px;
    display: grid;
    height: 105px;
}

.size-kpi {
    width: 1000px;
}

.margin-left-kpi {
    margin-left: 30px;
}

.margin-left-kpi-name {
    margin-left: 8px;
}

.card-toolbar span.nav-text {
    font-size: 16px !important;
}

.card-kpi-mangment {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eff2f5;
    border-radius: .475rem;
    box-shadow: 0 0 20px 0 rgba(76,87,125,.02)
}

.btn-kpi {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: .475rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.card-toolbar .nav-line-tabs .nav-item .nav-link.active, .card-toolbar .nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.card-toolbar .nav-line-tabs .nav-item.show .nav-link,
.nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled), .nav.nav-tabs.nav-tabs-line .nav-link.active,
.nav.nav-tabs.nav-tabs-line .show > .nav-link {
    border-bottom: 2px solid #e06e0e !important;
}

    .card-toolbar .nav-line-tabs .nav-item .nav-link.active span, .card-toolbar .nav-line-tabs .nav-item:hover .nav-link span,
    .nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled) span,
    .nav.nav-tabs.nav-tabs-line .nav-link.active span,
    .nav.nav-tabs.nav-tabs-line .show > .nav-link span,
    .nav.nav-tabs.nav-tabs-line .nav-link.active:hover span {
        color: #e06e0e !important;
    }

.tab-pane h3 {
    padding: 6px 0;
    font-weight: 100;
    font-size: 16px;
    border-radius: 2px;
    background: var(--SubColorInWebsite) !important;
    margin-bottom: 15px;
}

.dasboard-chart-apex {
    margin-left: 66px;
}

.title-blue .card-header {
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #EBEDF3 !important;
    margin-top: 0 !important;
    padding-top: 5px !important;
    height: 70px !important;
}





.balance-scorrcard .card.card-custom .tab-pane .kt-section.kt-section--first h3.card-label {
    color: var(--SubColorInWebsite) !important;
    background: #fff !important;
}

    .balance-scorrcard .card.card-custom .tab-pane .kt-section.kt-section--first h3.card-label i {
        color: var(--SubColorInWebsite) !important;
    }



.balance-scorrcard .over-view .col-lg-4 .col-lg-12.div-2 {
    padding: 0;
}

.balance-scorrcard .over-view .col-lg-12.div-2 h4 {
    background: #fcf0e6;
    padding: 8px 10px;
    border-left: 6px solid #e06e0e;
    margin-top: 20px;
    margin-bottom: 0;
}


.balance-scorrcard .over-view .col-lg-6 .card-body.p-4 .col-lg-12.div-2 h4 {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0 0 10px;
    color: #2890cb;
}

.identification .main-tilte {
    background: #fcf0e6;
    padding: 8px 10px;
    border-left: 6px solid #e06e0e;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
}

.identification h4 {
    background: #e6edfc;
    font-size: 16px;
    padding: 8px 10px;
    border-left: 6px solid var(--SubColorInWebsite);
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
}

.identification .col-md-2 {
    margin-top: 27px;
    text-align: initial;
}

p.icon-btn.btn.btn-sm.btn-clean.btn.btn-icon.btn-light {
    background-color: #E4E6EF;
    border-color: #E4E6EF;
    cursor: default;
}

p.icon-btn b {
    font-size: 15px;
}

.swal2-popup .swal2-icon.swal2-icon-show {
    /*    display: none !important;*/
}

.tracking #tabelKpi th {
    font-weight: 500 !important;
    color: #989aa6 !important;
    background: transparent !important;
}


.tracking #tabelKpi td, .tracking #tabelKpi th {
    border: 0 !important;
}


.tracking #tabelKpi thead th {
    border-bottom: 1px solid #ddd !important;
    text-align: center;
}

.tracking #tabelKpi tbody td {
    padding: 0.7rem !important;
    vertical-align: middle !important;
    border-top: 1px solid #EBEDF3 !important;
    color: #64656a;
}

.tracking #tabelKpi tbody tr:nth-child(odd) {
    background: #EBEDF3;
}

.tracking #tabelKpi thead tr:hover {
    background: transparent !important;
}

.modal-content .card-header.font-weight-bolder.text-dark.font-size-h4 {
    font-weight: 100 !important;
    padding: 15px;
    height: 55px;
    background-color: rgb(24, 28, 55);
    color: #fff !important;
}

.modal-content {
    border: 0 !important;
}

    .modal-content .card.text-center {
        border: 0;
    }

.nav.nav-tabs.nav-tabs-line .nav-item:first-child .nav-link {
    margin-left: 1rem;
}

.tab-history h3.card-title.align-items-start.flex-column {
    width: 100%;
    background: transparent !important;
    border-bottom: 1px solid #e8e8e8;
}

a.btn.btn-primary.btn-sm img {
    filter: grayscale(1) invert(1);
}

.card-size {
    height: 224.5px;
}

.apex-margin {
    margin: -14px;
    margin-left: 80px;
}

.width-tab-Planning {
    width: 100%;
}

.apex-margin-palnning {
    /*margin-top: 82px;*/
    margin-left: 80px;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
    background-color: var(--SubColorInWebsite);
    color: #ffffff;
    z-index:auto !important;
}

.table-bordered {
    border: 0px solid #EBEDF3;
}

.dataTables_wrapper .dataTable thead th {
    /*border-top: 0;*/
}

.table-bordered th, .table-bordered td {
    border: -2px solid #EBEDF3 !important;
}

.table-bordered th, .table-bordered td {
    border: -1px solid #EBEDF3 !important;
}

#kt_table_1_wrapper {
    /*font-family: Poppins, Helvetica, "sans-serif";*/
    font-family:Roboto,sans-serif;
}

#kt_footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-left: 26px;
}

.dataTables_wrapper .dataTable {
    width: 100% !important;
    border-collapse: initial !important;
    border-spacing: 0 !important;
    margin: 0rem 0 !important;
    border-radius: 0.42rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 11px 0 !important;
    white-space: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-fixed.subheader-fixed.subheader-enabled .wrapper {
    /*padding-top: 60px !important;*/
    /*padding-left: 112px;*/
}

.table-bordered {
    border: 0px solid #EBEDF3 !important;
}

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1409px !important;
}

#SvgjsSvg1082 {
    background: #d82a1d !important;
}

.bg-danger {
    background-color: #d82a1d !important;
}

.font-size-h4 {
    font-size: 1.85rem !important;
    position: absolute;
    top: 41px;
    left: 91px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem !important;
}

.bg-gray-100 {
    background-color: #ffffff !important;
}

.timeline.timeline-6:before {
    content: '';
    position: absolute;
    left: 58.5px !important;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #EBEDF3;
}


.timeline.timeline-6 .timeline-item .timeline-label {
    width: 59px !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    color: var(--SubColorInWebsite);
}

#SvgjsSvg1547 {
    width: 50px !important;
    height: 50px !important;
}

#apexchartsbmmq1vpu {
    position: absolute;
    top: -1px !important;
    right: 14px !important;
}

.padding-setting {
    padding: 9px;
    padding-left: 70px;
    padding-right: 46px;
}

.d-flex.flex-column.pt-12.bgi-size-cover.bgi-no-repeat.rounded-top,
.d-flex.flex-column.flex-center.py-10.bgi-size-cover.bgi-no-repeat.rounded-top {
    background: var(--SubColorInWebsite) url(/assets/media/bg/logo-bg.png) no-repeat right bottom !important;
    background-size: 37% !important;
}

.title-blue .timeline.timeline-6 .timeline-item .timeline-badge {
    border: 5px solid var(--SubColorInWebsite) !important;
}

ul.navi.navi-hover.py-4 > li:first-child {
    font-family: 'Tajawal';
}

a.d-flex.align-items-center.text-gray-400.text-hover-primary.mb-2 {
    margin: 0 3px;
}

    a.d-flex.align-items-center.text-gray-400.text-hover-primary.mb-2 span.svg-icon.svg-icon-4.me-1 {
        padding: 0 3px;
    }

.kt-portlet__foot .btn {
    margin: 0 2px;
}

.card.card-custom.bgi-no-repeat.card-stretch.gutter-b {
    text-align: center;
}

.card-header.card-header-tabs-line.p-0 {
    border: 0;
}

.kt-portlet__foot {
    margin-top: 15px;
}

.card.card-custom.card-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*height:auto !important;*/
}


/*
    Custom Kpi Management
*/
.card-text-style {
    padding-left: 17px;
    font-size: 24px;
    font-weight: bold;
}

.margin-top-card {
    margin-top: -20px;
}

.font-weight-kpi {
    font-weight: bolder;
    font-size: 20px;
}

.card-kpi-planning {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: none;
    border-radius: 0.42rem;
}

.flex-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 4rem 0;
}

.input-flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}

.flex-parent input {
    width: 25px;
    height: 25px;
    background-color: #0abb87;
    position: relative;
    border-radius: 50%;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

    .flex-parent input:focus {
        outline: none;
    }

    .flex-parent input::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 50%;
        transform: translateY(-50%);
        background-color: #0abb87;
        width: 150px;
        height: 5px;
        left: 25px;
    }

input.lastTimeline::after {
    display: none !important;
}

.flex-parent input:checked {
    background-color: #ffb822;
}

    .flex-parent input:checked::after {
        background-color: var(--my-color-var);
    }

    .flex-parent input:checked ~ input, input:checked ~ input::before, input:checked ~ input::after {
        background-color: #AEB6BF;
    }

    .flex-parent input:checked + .dot-info span {
        font-size: 13px;
        font-weight: bold;
    }

.dot-info {
    width: 150px;
    height: 25px;
    display: block;
    visibility: hidden;
    position: relative;
    z-index: -1;
    left: -75px;
}

    .dot-info span {
        visibility: visible;
        position: absolute;
        font-size: 12px;
    }

        .dot-info span.year {
            bottom: -30px;
            text-align: center;
            left: 0;
            display: block;
            right: 0;
        }

        .dot-info span.label {
            display: none;
            top: -65px;
            left: 0;
            transform: rotateZ(-45deg);
            width: 70px;
            text-indent: -10px;
        }

input[data-description="1"]:checked ~ #timeline-descriptions-wrapper p[data-description="1"] {
    display: block;
}

input[data-description="2"]:checked ~ #timeline-descriptions-wrapper p[data-description="2"] {
    display: block;
}

input[data-description="3"]:checked ~ #timeline-descriptions-wrapper p[data-description="3"] {
    display: block;
}

input[data-description="4"]:checked ~ #timeline-descriptions-wrapper p[data-description="4"] {
    display: block;
}

input[data-description="5"]:checked ~ #timeline-descriptions-wrapper p[data-description="5"] {
    display: block;
}

.form-group label {
    font-size: 1rem;
    font-weight: 500;
    color: var(--SubColorInWebsite);
}

.multiselect__tags:focus {
    border-color: var(--SubColorInWebsite) !important;
}

.form-control:focus {
    border-color: var(--SubColorInWebsite) !important;
}

multiselect::placeholder {
    color: red;
}

.card-height {
    height: 100px;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
.popup-custom-content {
    width: 80% !important;
    margin: 0 auto;
    border: 0.5px solid var(--SubColorInWebsite);
}
.popup-custom-header {
    height: 55px;
    background-color: #181c37;
}
.div-button-popup {
    margin-left: auto;
    padding-right: 25px;
    margin-bottom: 11px;
}
.client-information {
    font-weight: bold;
    font-size: 22px;
}
input:read-only {
    background-color: #F3F6F9 ;
}
.SearchForm {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 1s;
    width: 175px;
    height: 41px;
    background: #eef0f8;
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid white;
    padding-top: 12px;
    padding-left: 23px;
    
}

.input-search-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    outline: 0;
    border: 0;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
    background-color: #e8e9e973;
}

/*.fa {
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: -3px;
    right: -2px;
    border-radius: 50%;
    color: #208fcd;
    text-align: center;
    font-size: 1.4em;
    transition: all 1s;
}*/
.input-search-inpex {
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: -3px;
    right: -2px;
    border-radius: 50%;
    color: #208fcd;
    text-align: center;
    font-size: 1.4em;
    transition: all 1s;
}

.SearchForm:hover,
.SearchForm:valid {
    width: 300px;
    cursor: pointer;
}

    .SearchForm:hover .input-search-text,
    .SearchForm:valid .input-search-text {
        display: block;
        width: 100%;
        height: 36.5px;
    }

    .SearchForm:hover .fa,
    .SearchForm:valid .fa {
        background: white;
        color: #208fcd;
        font-size: 2.2em;
    }

#clear-btn {
    display: none;
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    color: white;
    text-align: center;
    width: 100%;
}

.SearchForm:valid #clear-btn {
    display: block;
    color: none;
}

.padding-input-search {
    padding-bottom: 0px !important;
}

#sserach {
    display: none;
}
.div-all-input-search {
    margin-top: -16px;
    margin-left: -15px;
}
.button-add-index {
    padding-top: 14px;
}
.labelbg {
    color: #ffffff !important;
    background-color: #208fcd !important;
    font-size: 13px !important;
    padding: 13px !important;
}
.button-add-edit {
    float: right;
    margin-top: -40px;
    margin-top: -50px;
}
::-webkit-file-upload-button {
    color: #FFFFFF;
    background-color: var(--SubColorInWebsite);
    border-color: var(--SubColorInWebsite);
    margin-top: -6px;
    border-radius: 0.42rem;
}
.border-tab {
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    border-color: #dee2e6;
    padding: 10px 30px;
}

.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] {
    background-color: #ededed !important;
}

.title-tab {
    font-size: 20px;
    background-color: white;
    color: #3699FF;
    font-weight: bold;
}
.clearBt {
    margin-top: 27px;
    display: -webkit-inline-box;
}
thead {
    text-align: start !important;
    white-space: nowrap !important;
}
.hoverI:hover {
    color: red !important;
}
@media screen and (max-width: 992px) {
    .clearBt {
        margin-top: 0px;
        /*margin-right: 2%;*/
        display: -webkit-inline-box;
    }
}
.color-red {
    color: red !important;
}



/***** start status-dot  ********/

.status-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
}
/** coloring */
.status-active {
    background-color: #00c48b;
    animation: pulse-animation-status-active 1s infinite;
}

.status-inactive {
    background-color: #ff375e;
    animation: pulse-animation-status-inactive 1s infinite;
}


.status-warning {
    background-color: #ffbc7a;
    animation: pulse-animation-status-warning 1s infinite;
}

.status-new {
    background-color: #1bced7;
    animation: pulse-animation-status-new 1s infinite;
}

.status-canceled {
    background-color: #1d242c;
    animation: pulse-animation-status-canceled 1s infinite;
}

.status-not-required {
    background-color: #A6A6A6;
    animation: pulse-animation-status-not-required 1s infinite;
}

.green-circle {
    color: green;
}

.red-circle {
    color:red;
}




@keyframes pulse-animation-status-active {
    0% {
        box-shadow: 0 0 0 0px #e3eeea;
    }

    100% {
        box-shadow: 0 0 0 7px #e3eeea;
    }
}

@keyframes pulse-animation-status-inactive {
    0% {
        box-shadow: 0 0 0 0px #f7eff1;
    }

    100% {
        box-shadow: 0 0 0 7px #f7eff1;
    }
}

@keyframes pulse-animation-status-new {
    0% {
        box-shadow: 0 0 0 0px #d6f1f1;
    }

    100% {
        box-shadow: 0 0 0 7px #d6f1f1;
    }
}

@keyframes pulse-animation-status-canceled {
    0% {
        box-shadow: 0 0 0 0px #eaeaea;
    }

    100% {
        box-shadow: 0 0 0 7px #eaeaea;
    }
}

@keyframes pulse-animation-status-warning {
    0% {
        box-shadow: 0 0 0 0px #ffebe6;
    }

    100% {
        box-shadow: 0 0 0 7px #ffebe6;
    }
}

@keyframes pulse-animation-status-not-required {
    0% {
        box-shadow: 0 0 0 0px #eaeaea;
    }

    100% {
        box-shadow: 0 0 0 7px #eaeaea;
    }
}

/***** end start status-dot  ********/