@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
@import url('https://fonts.cdnfonts.com/css/tajawal');
:root {
    --bs-primary: #221D5A;
    --bs-primary-hover: #66379c;
    --bs-dark: #100B5E;
    --bs-danger: #D2002E;
    --bs-orange: #fd7e14;
    --bg-warning: #FFCF08;
    /*colors for gradien*/
    --bs-primary1: #221D5A;
    --bs-primary2: #221D5A;
    --bs-primary3: #221D5A;
    /*end of colors for gradien*/
    /*background base colors */
    --bg-secondary: #DC267F;
    --bg-light: #FAFAFA;
    --bg-white: #FFFFFF;
    --bg-gray: #ECECEC;
    --bg-muted: #D9D9D9;
    --bg-gray-hover: #d6d6d6;
    --bg-primary-transparent: #fbfbfb49;
    /************************/
    /* text color */
    --text-dark: #000000;
    --text-primary: #100B5E;
    --text-primary-hover: #1910a1;
    --text-info: #007AD6;
    --text-success: #00A130;
    --text-muted: #D9D9D9;
    --text-green: #0DC87D;
    /**************/
    /* font */
    --font-family: 'Helvetica', sans-serif;
    /********/
    /*border radius*/
    --br-primary: 10px;
    --br-secondary: 7px;
    --br-input-primary: .475rem;
    /***************/
    /* height */
    --input-h-primary: 42.95px;
    /*********/
    /* box-shadow */
    --box-shadow: 0px 0px 8px #0000000F;
    --text-box-shadow: 0px 3px 6px #00000029;
    /**************/
    /* border color */
    --border-color-primary: #2727276e;
    --border-color-light: #ECECEC;
    --border-color-card: #E2E2E2;
}

/************************* General Style **********************************/
body{
    overflow:hidden;
    font-family: var(--font-family) !important;
}
.word-break-word {
    word-break: break-word !important;
}
.dir-ltr {
    direction: ltr !important;
}
/* font size */
.fw-700{
    font-weight:700;
}
/* flexbox */
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-2{
    flex-grow: 2 !important;
}
.flex-end{
    justify-content: flex-end;
    align-items: flex-end;
}
.flex-center{
    justify-content:center !important;
    align-content:center !important;
}
.flex-1 {
    flex: 1 !important;
}
/***********/
/* gap */
.gap-40px{
    gap:40px;
}
/**********/
/* overflow */
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.scroll_kt {
    overflow-y: auto;
    height: 80vh;
}
.service_provider{
    padding-bottom:8rem; 
}
#kt_content {
    overflow-y: auto;
    height: 80vh;
}
#kt_aside_menu_docs_wrapper {
    max-height: 500px !important;
}
#kt_sign_up_form {
    padding-bottom: 6rem;
}
/*****************/
.page-item.active .page-link,
/******** background color ***************/
.bg-primary {
    color: var(--bg-white) !important;
    background: var(--bs-primary1);
    background: linear-gradient(90deg, var(--bs-primary1) 0%, var(--bs-primary2) 50%, var(--bs-primary3) 100%);
}
.bg-secondary{
    background-color: var(--bg-secondary) !important;
}
.bg-warning {
    background-color: var(--bg-warning) !important;
}
.bg-light {
    background-color: var(--bg-light) !important;
}

.bg-white {
    background-color: var(--bg-white) !important;
}
.bg-solid-gray{
    background-color: var(--bg-gray) !important;
}
.bg-gray {
    background-color: var(--bg-gray) !important;
}
.bg-footer {
    background-color: var(--bs-dark) !important;
}
.bg-gray:hover {
    background-color: var(--bg-gray-hover) !important;
}
.bg-muted {
    background-color: var(--bg-muted) !important;
}
.bg-card-gradient {
    background: var(--bs-card-gradient) !important;
}
.bg-card-gradient-reverse {
    background: var(--bs-card-gradient-reverse) !important;
}

.bg-red {
    background-color: var(--bg-red) !important;
}

.bg-orange {
    background-color: var(--bg-orange) !important;
}

.bg-yellow {
    background-color: var(--bg-yellow) !important;
}

.bg-green {
    background-color: var(--bg-green) !important;
}

.bg-grey-mint {
    background-color: var(--bg-gray-mint) !important;
}
.headerImage-box:not(.show) .white-svg {
    filter: brightness(0) saturate(100%) invert(100%) !important;
}
/****************************************/
/******* input text ********/
.form-select,
.form-control.form-control-solid:not(.form-check-input) {
    background-color: var( --bg-white) !important;
    border: 1px solid var(--bg-muted);
}
.py-select-0 .select2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.form-check.form-check-solid .form-check-input {
    background-color: var(--bg-white) !important;
    border: 1px solid var(--border-color-primary) !important;
}
.form-check.form-check-solid .form-check-input:checked {
    background-color: var(--bs-primary1) !important;
    
}
/******* begain of Buttons Style ********/
.btn {
    border-radius: var(--br-primary) !important;
} .btn-primary {
    color: var(--bg-white) !important;
    background-color: var(--bs-primary1) !important;
}
.btn-secondary {
    color: var(--bg-white) !important;
    background-color: var(--bg-secondary) !important;
}.btn.btn-primary:hover {
    color: #fff !important;
    background-color: var(--bs-primary-hover) !important;
}
.btn-default {
    background: var(--bg-gray) !important;
    color: var(--bg-white) !important;
}
.btn-default:hover {
    background: var(--bg-gray-hover) !important;
       
}
.bi-pencil-square:hover {
    color: var(--bg-white) !important;
}
/*end of Buttons Style*/
/******** text style  ***********/
.text-primary {
    color: var(--bs-primary) !important;
} .text-primary3 {
    color: var(--bs-primary3) !important;
} .text-info {
    color: var(--text-info) !important;
} .text-success {
    color: var(--text-success) !important;
} .text-orange {
    color: var(--bs-orange);
} .text-color {
    color: var(--text-dark) !important;
} .text-color-muted {
    color: var(--text-dark-muted) !important;
} .text-hover-primary:hover {
    color: var(--bg-warning) !important;
} .text-muted {
    color: var(--text-muted)!important ;
} .text-red {
    color: var(--bs-red) !important;
} .text-orange {
    color: var(--bs-orange) !important;
} .text-yellow {
    color: var(--bs-yellow) !important;
} .text-green {
    color: var(--bs-green) !important;
} .text-grey-mint {
    color: var(--bs-gray-mint) !important;
} .text-white {
    color: white !important;
} .text-primary-800 {
    font-weight: 800 !important;
} .text-primary-900 {
    font-weight: 900 !important;
} .text-deleted {
    text-decoration: line-through !important;
} .text-t-upper {
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
} .fw-600 {
    font-weight: 600 !important;
} .fw-800 {
    font-weight: 800 !important;
} .text-boxShadow {
    text-shadow: var(--text-box-shadow) !important;
} .link-primary {
    color: var(--bs-primary) !important;
}
.text-justify {
    text-align: justify !important;
}
.text-button-group
{
    float:left;
}
.fs-24px{
    font-size:24px !important;
}
.fs-32px{
    font-size:32px !important;
}
.fs-43px{
    font-size:34px !important;
}
/******  end of text style ******/
/***** top ********/
.top-10px {
    top: 10px !important;
} .top-6px{
    top:6px !important;
}
.top-24px{
    top:24px !important;
}
/*****************/
/***** height *******/
.lh-27px {
    line-height: 27px !important;
}
.line-height {
    line-height: 2 !important;
} .h-35px {
    height: 35px;
} .mh-44px{
      min-height:44px !important; 
  }.h-44px{
       height:44px !important;
   }
  .h-350px{
    height:350px;
} .h-160px{
    height:160px !important;
} .h-110{
    height:110%;
} .h-120px {
    height: 120px;
} .h-135px{
    height: 135px;
} .minh-224px{
    min-height: 224px !important;
} .minh-40px {
    height: 40px !important;
    min-height: 40px !important;
} .min-h-450px{
    min-height: 450px !important;
} .mh-450px {
    max-height: 450px !important;
} .min-h-375px{
    min-height: 375px !important;
} .h-fit-content{
    height: fit-content !important;
} .border-none {
    border: none !important;
} .pointer {
    cursor: pointer !important;
} .disp-none {
    display: none;
} .input-h-primary{
    height: var(--input-h-primary);
} .min-h-75{
    min-height:75% !important;
}
.hv-90{
    height:90vh !important; 
}
/********************/
/********* width *********/
.w-md-90 {
    width: 90% !important;
} .w-80{
    width:80% !important;
} .w-35 {
    width: 35% !important;
}.w-45{
     width:45% !important;
}.w-90 {
    width: 90% !important;
} .w-80px {
    width: 80px !important;
} .w-85px {
    width: 85px !important;
} .w-120px{
    width:120px;
}.w-140px{
     width:140px;
}
.w-165px {
    width: 165px !important;
} .w-170px {
    width: 170px;
} .w-270px{
    width: 270px;
} .w-330px{
    width:330px;
} .w-550px{
    width:550px;
} .w-600px {
    width: 600px !important;
} .w-fit-content{
    width: fit-content !important;
}
/********************/
/* borders */
.b-primary {
    border: 1px solid var(--border-color-primary) !important;
} .b-card{
    border:1px solid var(--border-color-card) !important;
} .b-light {
    border: 1px solid var(--border-color-light) !important;
} .b-none {
    border: none !important;
}
/**** end of borders */
/* border radius */
.br-primary {
    border-radius: var(--br-primary) !important;
} .br-8px {
    border-radius: 8px !important;
} .br-13px {
    border-radius: 13px !important;
} .br-18px{
    border-radius: 18px !important;
} .CountryCodesContainer .input-with-prefix, .br-end-none {
    border-end-end-radius: 0px !important;
    border-start-end-radius: 0px !important;
} .CountryCodesContainer .form-control {
    border-radius: .475rem 0rem 0rem .475rem;
} .phoneNumberContainer .form-control {
    border-radius: .0rem .475rem .475rem .0rem;
} .phoneNumberContainer .input-with-prefix, .br-start-none {
    border-start-start-radius: 0px !important;
    border-end-start-radius: 0px !important;
} .br-bottom-none {
    border-end-start-radius: 0px !important;
    border-end-end-radius: 0px !important;
}
/******************/
.hidden {
    display: none;
} .break-word {
    word-break: break-word !important;
} .boxShadow {
    box-shadow: var(--box-shadow) !important;
} .boxShadow-hover:hover {
    transition: all 0.4s !important;
    box-shadow: 0px 7px 21px #0000001A !important;
} .z-index-2 {
    z-index: 2 !important;
}
/********************** end of General Style ****************************/
/*  require star */
.required-star::after {
    content: '*';
    color: var(--bs-danger) !important;
    margin: 0px 10px !important;
}
/*  end of require star */
/********** bootstrap-colorpicker style ************/
.input-group.colorpicker {
    box-sizing: border-box;
} .colorpicker {
    padding: 0px;
    border: none;
} .colorpicker::before, .colorpicker::after {
    display: none;
}
/********************************/
/*********  tagify style *************/
.iti__flag {
    background-image: url("../img/flags.png");
} @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../img/flags@2x.png");
    }
}
/********************************/
/* Ajax Loader */
.ajax-loader {
    background-color: var(--bg-primary-transparent);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1070;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
} .ajax-loader img {
        width: 140px;
    }
/****************/
/********************* hedaer style start ****************************/
.header {
    background-color: rgb(254, 255, 254) !important;
    box-shadow: 0px 0px 16px #0000000F !important;
}
.header-logo img {
    width: 84px !important;
    height: 84px !important;
}
.header-fixed[data-kt-sticky-header="on"] .header-logo img {
    width: 50px !important;
    height: 50px !important;
}
.header-fixed[data-kt-sticky-header="on"] .guest-header {
   padding:8px !important;
}
/*******************  guest header ********************/
.header.guest-header.header-home-page {
    background-color: var(--bs-dark) !important;
    width: 100%;
    box-shadow: none !important;
    border: none !important;
}
.header-fixed[data-kt-sticky-header="on"] .header.header-home-page {
    box-shadow: 0 10px 30px 0 rgba(82,63,105,.08) !important;
    background: #fff !important;
    padding: 0px;
    top: 0px;
}
.header.guest-header.header-home-page .menu-item .menu-link:not(.dropdown-menu-item){
    color: var(--bg-white) !important;
}
.header-fixed[data-kt-sticky-header="on"] .header.guest-header.header-home-page .menu-item .menu-link,
.header.guest-header .menu-item .menu-link {
    color: var(--text-dark) !important;
}
.guest-header.header-home-page .language-link:hover,
.header-fixed[data-kt-sticky-header="on"] .header.guest-header.header-home-page .menu-item .menu-link:hover {
    color: var(--bg-warning) !important;
}
.header.guest-header .menu-item .menu-link:hover {
    color: var(--bg-warning) !important;
}
.guest-header.header-home-page .language-link,
.language-link {
    font-family: 'Tajawal', sans-serif !important;
}
.guest-header.header-home-page .language-link {
    color: var(--bg-white);
}
.language-link{
    color: var(--text-dark);
}
.header-fixed[data-kt-sticky-header="on"] .language-link {
    font-family: 'Tajawal', sans-serif !important;
    color: var(--text-dark);
}
/*******************  end : guest header ********************/
/************************ hedaer style end  *************************/
/************************ asid style  *************************/
.aside-menu-header {
    background-color: var(--bs-primary);
    border-top-right-radius: var(--br-primary);
    border-top-left-radius: var(--br-primary);
} .drawer .aside-menu-header, .drawer {
    border-top-right-radius: var(--br-primary);
    border-top-left-radius: 0px !important;
} .drawer .aside-menu-header {
    background-color: var(--bs-primary) !important;
} .menu-state-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title, .aside-menu-title-active {
    color: var(--bs-primary) !important;
} .menu-state-bullet-primary .menu-item .aside-menu-title-active svg path, .menu-state-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title svg path {
    fill: var(--bs-primary) !important;
}
/************************ asid style end  *************************/
/* fix phone input border radius with prefix code style */
input.input-with-prefix {
    border-bottom-right-radius: var(--br-input-primary) !important;
    border-top-right-radius: var(--br-input-primary) !important;
} .prefix-input {
    border-bottom-left-radius: var(--br-input-primary) !important;
    border-top-left-radius: var(--br-input-primary) !important;
}
/********************************************************/
/************************* croppie *************************/
.container-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    padding-bottom: 0;
} .container-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
} #selectedFile-img {
    border-radius: 4px;
} #upload-aphoto {
    background: red;
    border-color: red;
}
/******************** End of croppie *******************/
/******************* Style from Demo2 of Timeline3 ************/
.timeline.timeline-3 .timeline-items {
    margin: 0;
    padding: 0;
} .timeline.timeline-3 .timeline-items .timeline-item {
        margin-left: 25px;
        border-left: 2px solid #EBEDF3;
        padding: 0 0 20px 50px;
        position: relative;
    } .timeline.timeline-3 .timeline-items .timeline-item .timeline-media {
            position: absolute;
            top: 0;
            left: -26px;
            border: 2px solid #EBEDF3;
            border-radius: 100%;
            width: 50px;
            height: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #ffffff;
            line-height: 0;
        } .timeline.timeline-3 .timeline-items .timeline-item .timeline-media i {
                font-size: 1.4rem;
            } .timeline.timeline-3 .timeline-items .timeline-item .timeline-media .svg-icon svg {
                height: 24px;
                width: 24px;
            } .timeline.timeline-3 .timeline-items .timeline-item .timeline-media img {
                max-width: 48px;
                max-height: 48px;
                border-radius: 100%;
            } .timeline.timeline-3 .timeline-items .timeline-item .timeline-content {
            border-radius: 0.85rem;
            position: relative;
            background-color: #F3F6F9;
            padding: 0.75rem 1.5rem;
        } .timeline.timeline-3 .timeline-items .timeline-item .timeline-content:before {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                top: 10px;
                left: -25px;
                border-right: solid 10px #F3F6F9;
                border-bottom: solid 17px transparent;
                border-left: solid 17px transparent;
                border-top: solid 17px transparent;
            } .timeline.timeline-3 .timeline-items .timeline-item:last-child {
            border-left-color: transparent;
            padding-bottom: 0;
        }
/*************************************************************/
/************ label style from demo2 style ******************/


.label {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: 0.8rem;
    background-color: #EBEDF3;
    color: #3F4254;
    font-weight: 400;
    height: 20px;
    width: 20px;
    font-size: 0.8rem;
} .label.label-primary {
        color: #FFFFFF;
        background-color: #6993FF;
    } .label.label-outline-primary {
        background-color: transparent;
        color: #6993FF;
        border: 1px solid #6993FF;
    } .label.label-outline-primary.label-outline-2x {
            border: 2px solid #6993FF;
        } .label.label-light-primary {
        color: #6993FF;
        background-color: #E1E9FF;
    } .label.label-secondary {
        color: #3F4254;
        background-color: #E4E6EF;
    } .label.label-outline-secondary {
        background-color: transparent;
        color: #3F4254;
        border: 1px solid #E4E6EF;
    } .label.label-outline-secondary.label-outline-2x {
            border: 2px solid #E4E6EF;
        } .label.label-light-secondary {
        color: #E4E6EF;
        background-color: #EBEDF3;
    } .label.label-success {
        color: #ffffff;
        background-color: #1BC5BD;
    } .label.label-outline-success {
        background-color: transparent;
        color: #1BC5BD;
        border: 1px solid #1BC5BD;
    } .label.label-outline-success.label-outline-2x {
            border: 2px solid #1BC5BD;
        } .label.label-light-success {
        color: #1BC5BD;
        background-color: #C9F7F5;
    } .label.label-info {
        color: #ffffff;
        background-color: #8950FC;
    } .label.label-outline-info {
        background-color: transparent;
        color: #8950FC;
        border: 1px solid #8950FC;
    } .label.label-outline-info.label-outline-2x {
            border: 2px solid #8950FC;
        } .label.label-light-info {
        color: #8950FC;
        background-color: #EEE5FF;
    } .label.label-warning {
        color: #ffffff;
        background-color: #FFA800;
    } .label.label-outline-warning {
        background-color: transparent;
        color: #FFA800;
        border: 1px solid #FFA800;
    } .label.label-outline-warning.label-outline-2x {
            border: 2px solid #FFA800;
        } .label.label-light-warning {
        color: #FFA800;
        background-color: #FFF4DE;
    } .label.label-danger {
        color: #ffffff;
        background-color: #F64E60;
    } .label.label-outline-danger {
        background-color: transparent;
        color: #F64E60;
        border: 1px solid #F64E60;
    } .label.label-outline-danger.label-outline-2x {
            border: 2px solid #F64E60;
        } .label.label-light-danger {
        color: #F64E60;
        background-color: #FFE2E5;
    } .label.label-light {
        color: #7E8299;
        background-color: #F3F6F9;
    } .label.label-outline-light {
        background-color: transparent;
        color: #3F4254;
        border: 1px solid #F3F6F9;
    } .label.label-outline-light.label-outline-2x {
            border: 2px solid #F3F6F9;
        } .label.label-light-light {
        color: #F3F6F9;
        background-color: #F3F6F9;
    } .label.label-dark {
        color: #ffffff;
        background-color: #181C32;
    } .label.label-outline-dark {
        background-color: transparent;
        color: #181C32;
        border: 1px solid #181C32;
    } .label.label-outline-dark.label-outline-2x {
            border: 2px solid #181C32;
        } .label.label-light-dark {
        color: #181C32;
        background-color: #D1D3E0;
    } .label.label-white {
        color: #3F4254;
        background-color: #ffffff;
    } .label.label-outline-white {
        background-color: transparent;
        color: #ffffff;
        border: 1px solid #ffffff;
    } .label.label-outline-white.label-outline-2x {
            border: 2px solid #ffffff;
        } .label.label-light-white {
        color: #ffffff;
        background-color: #ffffff;
    } .label.label-inline {
        width: auto;
        padding: 0.15rem 0.75rem;
        border-radius: 0.42rem;
    } .label.label-inline.label-md {
            padding: 0.8rem 0.6rem;
        } .label.label-inline.label-lg {
            padding: 0.9rem 0.75rem;
        } .label.label-inline.label-xl {
            padding: 1rem 0.85rem;
        } .label.label-pill {
        border-radius: none;
    } .label.label-rounded {
        border-radius: 0.42rem;
    } .label.label-square {
        border-radius: 0;
    } .label.label-dot {
        display: inline-block;
        font-size: 0 !important;
        vertical-align: middle;
        text-align: center;
    } .label.label-inline {
        width: auto;
    } .label.label-dot {
        line-height: 6px;
        min-height: 6px;
        min-width: 6px;
        height: 6px;
        width: 6px;
    } .label.label-sm {
        height: 16px;
        width: 16px;
        font-size: 0.75rem;
    } .label.label-sm.label-inline {
            width: auto;
        } .label.label-sm.label-dot {
            line-height: 4px;
            min-height: 4px;
            min-width: 4px;
            height: 4px;
            width: 4px;
        } .label.label-lg {
        height: 24px;
        width: 24px;
        font-size: 0.9rem;
    } .label.label-lg.label-inline {
            width: auto;
        } .label.label-lg.label-dot {
            line-height: 8px;
            min-height: 8px;
            min-width: 8px;
            height: 8px;
            width: 8px;
        } .label.label-xl {
        height: 28px;
        width: 28px;
        font-size: 1rem;
    } .label.label-xl.label-inline {
            width: auto;
        } .label.label-xl.label-dot {
            line-height: 10px;
            min-height: 10px;
            min-width: 10px;
            height: 10px;
            width: 10px;
        }
/**************************************/
/* Header Nav */
.btn.btn-active-light-primary.show .text-white, .btn.btn-active-light-primary.show .flaticon-earth-globe, .btn.btn-active-light-primary:hover:not(.btn-active) .flaticon-earth-globe, .btn.btn-active-light-primary:hover:not(.btn-active) .text-white {
    color: var(--text-dark) !important;
}
/*************/
/******************  delete Modal *******************/
.swal2-styled.swal2-confirm {
    background-color: var(--bs-primary) !important;
}
/***************************************************/
/************* select2 close icon in international phone number  ************/
.CountryCodesContainer .select2-container--bootstrap5 .select2-selection__clear {
    right: 15px !important;
    left: auto !important;
}
/*********************************************/
/******************* verify-phone-number-container *****************/
.verify-phone-number-container{
    border-radius:4px;
    background-color: #fff;
    padding:4px;
    width:300px;
} .verify-phone-number-container input[type=text]{
    width:100%;
} .verify-phone-number-container input[type=text]:focus{
    outline:none
} .verify-phone-number-container .submit-button {
    background-color: var(--bs-primary) !important;
    border-radius: 4px;
    height: 38px;
    border:none;
} .verify-phone-number-container .submit-button.disabled {
    cursor: not-allowed !important;
    background-color: var(--bg-muted) !important;
}
/****************** end :: verify-phone-number-container ***********/

/******************* Auth pages ***************************/
.auth-pages-bg {
    background-image: url('../media/web/pattren-login.png');
    background-size: cover;
    filter: brightness(101%) contrast(122%) opacity(24%);
    height: 100vh; /* Fallback for unsupported browsers *
    height: -webkit-fill-available; /* Supported by most modern browsers */ 
}
/******************* end :: Auth pages *******************/
/**************** static page style **************/
.static-page-content{
    line-height: 2;
}
/**************** Landing page - Download out app section *************/
.DownloadApp-section-bg{
    position: relative;
    height:436px;
}
.DownloadApp-section-bg-img {
    position: absolute;
    bottom:0px;
    left: 10px;
    width: 150px;
    height: 180px;
    opacity: 0.6;
}
/* contact us form */
.contact-us-form .section-col {
    width: clamp(200px, 40%, 555px);
}
.contact-us-form .form-control::placeholder,
.contact-us-form .form-control .select2-selection__placeholder {
    color: var(--bg-secondary) !important;
}
.contact-us-form .form-control {
    border-radius: 0 !important;
    border: 1px solid var(--bg-secondary) !important;
    color: var(--bg-secondary) !important;
}
.contact-us-form textarea.form-control {
    height: 100px !important;
}
/*****************/
/* landing page - about section */
.home-page-about-section .btn-default
background-color: #100B5E !important;
background-image: url(/dashboard-assets//assets/media/web/about-bg-desktop.png);
background-size: contain;
background-position: top right;
position: relative;
height: 47vmin !important;
background-repeat: no-repeat;
display: flex;
align-items: flex-start;
}
.home-page-about-section .text-box {
    width: 60%;
    align-items: flex-start;
    padding-top: 8px !important;
}
.home-page-about-section .text-box h1{
    font-size:24px!important;
    margin-bottom:10px;
}
.dot {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}
.btn i {
    padding-right: 0;
}
.bi-people {
    color: white !important;
    padding-right: 0;
}
.bi-list {
    color: white !important;
    padding-right: 0;
}
/**********************************************************************/
/***************** media query ********************/
@media only screen and (max-width: 600px) {
    .w-600px {
    width: 100% !important;
}
/* tabel groupo button */
.table .btn-group {
    flex-direction: column;
}

.table .btn-group .btn {
    margin: 4px 0px;
    width: 100px;
}
/* end of tabel groupo button */
    .header.guest-header.header-home-page{
       top:0px;
    }/* header logo */
    .header-logo img {
        width: 50px !important;
        height: 50px !important;
    }
/* hero section */

    /* contact us section */
    .contact-us-form .section-col{
        width: 100%;
    }
}
/* dashaboard chart */
.apexcharts-legend-series {
    margin: 2px 5px;
    display: flex;
    gap: 4px;
    align-items: center;
}

@media only screen and (min-width: 800px) {
    .fs-lg-54px {
        font-size: 54px !important;
    }
    .fs-lg-43px {
        font-size: 43px !important;
    }
    /* end of tabel groupo button */
}
@media only screen and (min-width: 991px) {
    .auth-pages-bg{
        top:0px!important;
    }
    /* end of tabel groupo button */
    .DownloadApp-section-bg {
        height: 436px;
    }
    .DownloadApp-section-bg-img {
        position: absolute;
        bottom: auto;
        left: 150px;
        width: 200px;
        height: 230px;
        opacity:1;
    }
    .text-lg-white{
        color: white !important;
    }
}
@media screen and (min-width: 1024px) and (min-height: 1366px) {
    /* about section */
    .home-page-about-section {
        background-color: #100B5E !important;
        background-image: url(/dashboard-assets//assets/media/web/about-bg-desktop.png);
        background-size: contain;
        background-position: top right;
        position: relative;
        height: 46vmin !important;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }
    .home-page-about-section {
        height: 55vh;
        align-items: flex-start;
        padding-top: 105px !important;
    }
    /****************/
    .home-page-about-section .text-box {
        width:50%;
    }
}
@media screen and (min-width: 1024px) and (max-height: 1365px) {
    /* about section */
    .home-page-about-section {
        background-color: #100B5E !important;
        background-image: url(/dashboard-assets//assets/media/web/about-bg-desktop.png);
        background-size: contain;
        background-position: top right;
        position: relative;
        height: 62vmin !important;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }

    .home-page-about-section {
        height: 55vh;
        align-items: flex-start;
        padding-top: 90px !important;
    }
        /****************/
        .home-page-about-section .text-box {
            width: 50%;
        }
}
@media screen and (min-width: 1024px) and (max-height: 633px) {
    /* about section */
    .home-page-about-section {
        background-color: #100B5E !important;
        background-image: url(/dashboard-assets//assets/media/web/about-bg-desktop.png);
        background-size: contain;
        background-position: top right;
        position: relative;
        height: 80vmin !important;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }

    .home-page-about-section {
        height: 55vh;
        align-items: flex-start;
        padding-top: 90px !important;
    }
        /****************/
        .home-page-about-section .text-box {
            width: 50%;
        }
}
@media screen and (min-width: 1200px) {
    /* about section */
    .home-page-about-section {
        background-color: #100B5E !important;
        background-image: url("/dashboard-assets//assets/media/web/about-bg-desktop.png");
        background-size: contain;
        background-position: right;
        position: relative;
        height: 75vh !important;
        background-repeat: no-repeat;
        display: flex;
        width: 100%;
        align-items: center;
    }
        /****************/
        .home-page-about-section .text-box {
            width: 50%;
        }
        .home-page-about-section .text-box h1 {
            font-size: 54px !important;
        }
}
@media screen and (min-width: 1366px) {
    /* about section */
    .home-page-about-section {
        background-color: #100B5E !important;
        background-image: url("/dashboard-assets//assets/media/web/about-bg-desktop-1380x633-2.png");
        background-size: contain;
        background-position: right;
        position: relative;
        height: 87vh !important;
        background-repeat: no-repeat;
        display: flex;
        width: 100%;
        align-items: center;
    }
        /****************/
        .home-page-about-section .text-box {
            width: 50%;
        }

            .home-page-about-section .text-box h1 {
                font-size: 54px !important;
            }
}
@media screen and (min-width: 1440px) {
    /* about section */
    .home-page-about-section {
        background-color: #100B5E !important;
        background-image: url("/dashboard-assets/assets/media/web/about-bg-desktop.png");
        background-size: contain;
        background-position: right;
        position: relative;
        height: 74vh !important;
        background-repeat: no-repeat;
        display: flex;
        width: 100%;
        align-items: center;
    }
        /****************/
        .home-page-about-section .text-box {
            width: 50%;
        }

            .home-page-about-section .text-box h1 {
                font-size: 54px !important;
            }
}
@media screen and (min-width: 1600px) {
    /* about section */
    .home-page-about-section {
        background-color: #100B5E !important;
        background-image: url("/dashboard-assets/assets/media/web/about-bg-desktop.png");
        background-size: contain;
        background-position: right;
        position: relative;
        height: 82vh !important;
        background-repeat: no-repeat;
        display: flex;
        width: 100%;
        align-items: center;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
    /* about section */
    .home-page-about-section {
        height: 47vmin !important;
        align-items: flex-start;
        padding-top: 58px !important;
        background-color: #100B5E !important;
        background-image: url("/dashboard-assets/assets/media/web/about-bg-desktop.png");
        background-size: contain;
    }
    /****************/
    .home-page-about-section .text-box {
        margin: 0 !important;
        width: 50%;
        padding-top:40px !important;
    }

    .home-page-about-section .text-box h1 {
        font-size: 24px !important;
    }
}
@media screen and (max-width: 767px) and (min-width: 567px) {
    .home-page-about-section {
        height: 47vmin !important;
        align-items: flex-start;
        background-color: #100B5E !important;
        background-image: url("/dashboard-assets/assets/media/web/about-bg-desktop.png");
        background-size: contain;
    }

}
@media screen and (max-width: 566px) and (min-width: 461px) {
    .home-page-about-section {
        height: 47vmin !important;
        align-items: flex-start;
        background-color: #100B5E !important;
        background-image: url("/dashboard-assets/assets/media/web/about-bg-desktop.png");
        background-size: contain;
    }
}
    @media screen and (max-width: 460px) {
        /* about section */
        .home-page-about-section {
            height: 23vh;
            background-color: #100B5E !important;
            background-image: url("/dashboard-assets/assets/media/web/about-bg-desktop.png");
            background-size: contain;
        }
            /****************/
            .home-page-about-section .text-box {
                margin: 0 !important;
                width: 60%;
            }

                .home-page-about-section .text-box h1 {
                    font-size: 18px !important;
                }
    }
    /*************   End of  Media Query  ********************/