@font-face {
    font-family: TajawalExtraLight ;
    src: url(Tajawal/Tajawal-ExtraLight.ttf);
}

@font-face {
    font-family: TajawalLight ;
    src: url(Tajawal/Tajawal-Light.ttf);
}
@font-face {
    font-family: TajawalRegular ;
    src: url(Tajawal/Tajawal-Regular.ttf);
}
@font-face {
    font-family: TajawalMedium ;
    src: url(Tajawal/Tajawal-Medium.ttf);
}

@font-face {
    font-family: TajawalBold ;
    src: url(Tajawal/Tajawal-Bold.ttf);
}
@font-face {
    font-family: TajawalExtraBold ;
    src: url(Tajawal/Tajawal-ExtraBold.ttf);
}

@font-face {
    font-family: MontserratExtraLight ;
    src: url(Montserrat/Montserrat-ExtraLight.ttf);
}
@font-face {
    font-family: MontserratLight ;
    src: url(Montserrat/Montserrat-Light.ttf);
}

@font-face {
    font-family: MontserratRegular ;
    src: url(Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: MontserratMedium ;
    src: url(Montserrat/Montserrat-Medium.ttf);
}

@font-face {
    font-family: MontserratSemiBold ;
    src: url(Montserrat/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: MontserratBold ;
    src: url(Montserrat/Montserrat-Bold.ttf);
}
@font-face {
    font-family: MontserratExtraBold ;
    src: url(Montserrat/Montserrat-ExtraBold.ttf);
}
body {
    direction: rtl;
    font-family: TajawalMedium;
    letter-spacing: 0.3px;
}
/*Start Login*/
.login-page-new {
    min-height: 100vh;
    position: relative;
    background: -webkit-gradient(linear, right top, left top, from(#AD323D), color-stop(0%, #B3453C), color-stop(99.98%, #CB9438));
    background: -o-linear-gradient(right, #AD323D 0%, #B3453C 0%, #CB9438 99.98%);
    background: linear-gradient(270deg, #AD323D 0%, #B3453C 0%, #CB9438 99.98%);
    padding: 1px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-page {
    width: 1100px;
    margin: 50px auto;
    border-radius: 24px;
    overflow: hidden;
}
.login-background-container {
    background: url(../images/login-background-container.png) no-repeat left;
    background-size: cover;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login-background {
    width: 55%;
}

.login-img {
    text-align: left;
}
.login-page-new .login-account-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    min-height: 720px;
}
.loginSection .nav-tasks-notifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 5;
}
.loginSection .nav-tasks-notifications .nav-link {
    padding: 0;
}
.login-page-new .login-page  .brand-logo {
    width: 100%;
    text-align: center;
}
.login-page-new .login-page  .brand-logo.fixed-logo {
    position: absolute;
    top: 85px;
    right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.login-page-new .login-page  .brand-logo img {
    display: block;
    margin: auto;
    margin: 30px auto;
}
.login-page-new .login-page  .brand-logo img.logo-img {
    width: 85px;
    position: relative;
}

.login-page-new .login-page .brand-logo h4 {
    font-size: 24px;
    margin: 10px auto 30px;
    text-align: center;
}
.login-page-new .login-page .brand-logo h4 span {
    font-size: .7em;
    color: rgba(102, 102, 102, 1);
}
.login-page-new .login-page .grid-center-image h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 50px;
}
.login-page-new .login-page .grid-center-image h5 {
    color: #2C3E50;
    font-size: 20px;
}
.login-account-form-container {
    width: 100%;
}
.login-page-new .login-account-form .grid-center {
    padding: 20px 0 ;
    width: 100%;
}
.login-page-new .login-account-form .version {
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin-bottom: 0;
    color: #000;
}
.version {
    color: #000;
    text-align: center;
    margin: 10px 0 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.logo-img-form {
    display: none;
    width: 125px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: -30px;
}
.login-page-new .input-group .form-control {
    height: 60px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 17px;
    padding: 10px 15px;
    border: 0.6px solid #B1B1B1 !important;
    width: 100%;
    border-radius: 6px !important;
}

.input-group .form-control.is-valid + label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/check.svg) no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    width: 50px;
    height: 50px;
}

.login-page-new .input-group .form-control.is-valid {
    background: transparent;
}
.login-page-new .login-account-form .grid-center h5 {
    color: #2C3E50;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
    font-family: TajawalExtraBold;
}
.login-page-new .login-account-form .grid-center h6 {
    margin-bottom: 100px;
    color: #676767;
    font-size: 13px;
    text-align: right;
}
.login-page-new .input-group {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}
.login-page-new .form-check {
    margin-top: 10px;
}
.login-page-new .form-btn {
    padding: 10px;
    height: 70px;
    border-radius: 6px !important;
    background: -webkit-gradient(linear, right top, left top, from(#AD323D), color-stop(0%, #B3453C), color-stop(99.98%, #CB9438));
    background: -o-linear-gradient(right, #AD323D 0%, #B3453C 0%, #CB9438 99.98%);
    background: linear-gradient(270deg, #AD323D 0%, #B3453C 0%, #CB9438 99.98%);
    display: block;
    width: 100%;
    color: #fff;
    margin: 35px 0px 5px;
    position: relative;
    font-size: 20px;
    font-family: 'TajawalBold';
}
.login-page-new .form-btn img {
    position: absolute;
    left: 10px;
    top: 13px;
}
/*.login-page-new .input-group label {*/
/*    font-size: 13px;*/
/*    position: relative;*/
/*    padding: 0 10px;*/
/*    display: inline;*/
/*    background-color: #fff;*/
/*    width: calc(100% - 20px);*/
/*    margin: 0px 5px;*/
/*    transition: all 0.3s;*/

/*}*/
.back-btn {
    position: absolute;
    right: 25px;
    top: 25px;
}
.login-page-new .input-group .show-pass {
    position: absolute;
    left: 15px;
    display: inline-block;
    top: 56px;
    cursor: pointer;
    z-index: 9;
    color: #8E8E8E;
    text-decoration: none;
    font-size: 20px;
}
.login-page-new .input-group .show-pass i.active:before {
    content: "\e62c";
}
.login-page-new .form-check .form-check-input {
    float: right;
    width: 20px !important;
    height: 20px !important;
    margin: 3px;
}
.login-page-new .form-check .form-check-input:checked{
    background-color: #52C41A;
    border-color: #52C41A;
}
.login-page-new .form-check span {
    margin: 0 5px;
    font-size: 14px;
    color: #8E8E8E;
}
.login-forgot-btn {
    font-size: 14px;
    color: #AD3138;
    font-family: 'TajawalRegular';
    float: left;
}
.login-page-new .input-group input:-webkit-autofill, .login-page-new .input-group input:-webkit-autofill:hover, .login-page-new .input-group input:-webkit-autofill:focus, .login-page-new .input-group input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.login-page-new .input-group label {
    font-size: 18px;
    color: #263A43;
    margin-bottom: 15px;
}
.login-page-new .input-group .form-control::-webkit-input-placeholder {
    color: #8E8E8E;
    font-family: TajawalRegular;
    font-size: 16px;
}
.login-page-new .input-group .form-control:-ms-input-placeholder {
    color: #8E8E8E;
    font-family: TajawalRegular;
    font-size: 16px;
}
.login-page-new .input-group .form-control::-moz-placeholder {
    color: #8E8E8E;
    font-family: TajawalRegular;
    font-size: 16px;
}
.login-page-new .input-group .form-control::-ms-input-placeholder {
    color: #8E8E8E;
    font-family: TajawalRegular;
    font-size: 16px;
}
.login-page-new .input-group .form-control::placeholder {
    color: #8E8E8E;
    font-family: TajawalRegular;
    font-size: 16px;
}



#forgotPasswordForm .input-group {
    margin-bottom: 200px;
}
.error {
    position: static !important;
    font-size: 12px !important;
    color: #f00 !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
.timer {
    color: #159996 !important;
    text-decoration: none;
}
.is-invalid {
    padding: 0 30px !important;
}
.is-valid {
    padding: 0 30px !important;
}
.is-invalid + label {
    padding: 0 30px !important;
}
.language-link {
    color: #000 !important;
    display: block;
    position: absolute;
    top: -25px;
    left: -20px;
}

.confirmation-code {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.confirmation-code .input {
    height: 2em;
    width: 2.5em;
    border: 1px solid #9E9E9E;
    outline: none;
    text-align: center;
    font-size: 1.5em;
    border-radius: 0.3em;
    background-color: #ffffff;
    outline: none;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    color: #5F5F5F;
}
.back-btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.confirmation-code .input::-webkit-inner-spin-button ,
.confirmation-code .input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
/*Start Countdown-Template*/
@-webkit-keyframes progress {
    100% {
        stroke-dashoffset: 1256.12939453125;
    }
}
@keyframes progress {
    100% {
        stroke-dashoffset: 1256.12939453125;
    }
}

.fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.countdown-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*End Countdown-Template*/

.confirmation-p {
    text-align: center;
    color: #2C3E50;
    font-size: 16px;
    font-family: TajawalMedium;
    margin-top: 30px;
}
.resend-btn {
    color: #3275B9 !important;
    margin: auto;
    font-size: 12px;
    text-decoration: underline;
    font-family: 'TajawalMedium';
    display: none;
}
.resend-otp {
    display: block;
}
.change-password-head {
    font-size: 25px;
    color: #333333;
    margin: 20px;
    font-family: TajawalMedium;
    line-height: 1;
}
.change-password-head span{
    color: #666666;
    font-size: .6em;
}
.change-password .form-group {
    width: 80%;
    text-align: right;
    margin: auto;
}
.change-password-label {
    font-size: 18px;
    color: #263A43;
    margin-bottom: 20px;
}
.change-password-label-hide {
    position: absolute;
    left: 20px;
    top: 65px;
    cursor: pointer;
    z-index: 55;
}
.login-page-new .input-group .change-password-label-hide {
    top: 61px;
}
.change-password-label-hide {
    background: url(../images/hide-password.png) no-repeat;
    width: 30px;
    height: 30px;
}
.change-password-label-hide.show {
    background: url(../images/show-password.png) no-repeat;
}
.change-password-input {
    display: block;
    width: 100%;
    border: 0.6px solid #B1B1B1;
    margin-bottom: 20px;
    background: transparent;
    height: 60px;
    border-radius: 5px;
    padding-right: 10px;
    font-size: 15px;
}
.change-password-input::-webkit-input-placeholder {
    color: #8E8E8E;
    font-family: TajawalRegular;
}
.change-password-input::-moz-placeholder {
    color: #8E8E8E;
    font-family: TajawalRegular;
}
.change-password-input:-ms-input-placeholder {
    color: #8E8E8E;
    font-family: TajawalRegular;
}
.change-password-input::-ms-input-placeholder {
    color: #8E8E8E;
    font-family: TajawalRegular;
}
.change-password-input::placeholder {
    color: #8E8E8E;
    font-family: TajawalRegular;
}
.formMessagesContainer {
    position: absolute;
    -webkit-box-shadow: 1px 1px 20px #ccc;
    box-shadow: 1px 1px 20px #ccc;
    z-index: 55;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 15px 0;
    border: 1px solid #e1e4ec;
    top: 100%;
}
.formMessagesContainer .form-messages {
    font-size: 12px;
    color: #1db9c3;
    margin-right: 13px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
#formMessagesContainer {
    z-index: 555;
}
.formMessagesContainer .form-messages.fail {
    color: #f54b5f;
}

.change-password-label-submit {
    background: #FF5929;
    color: #fff !important;
    font-size: 13px;
    width: 100%;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 35px auto;
    padding-bottom: 0;
}
#changePasswordForm .form-group {
    width: 100%;
    text-align: right;
    margin: auto;
}
.change-password-head2 {
    font-size: 12px;
    color: #000000;
    margin: 20px auto;
    font-family: 'TajawalMedium';
}

/*End Login*/

/*Start Navbar */
.sidebar-collapse:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
    box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
    background:-webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background:linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
}
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wrapper aside {
    transition: ease-in-out .5s all;
    -webkit-transition: ease-in-out .5s all;
    -moz-transition: ease-in-out .5s all;
    -ms-transition: ease-in-out .5s all;
    -o-transition: ease-in-out .5s all;
    width: 260px;
    min-width: 260px;
    background: #fff;
    -webkit-border-end: 1px solid #E0E0E0;
    border-inline-end: 1px solid #E0E0E0;
}
/*.wrapper .sidebar {*/
/*    height: calc(100vh - 85px);*/
/*}*/
.wrapper aside.active {
    width: 100px;
    min-width: 100px;
}

.wrapper aside .sidebar .sidemenu-header {
    height: 80px;
    min-height: 80px;
    border-bottom: 0.5px solid rgba(67, 67, 67, 0.15);
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrapper aside .sidebar .sidemenu-header .logo-img {
    max-width: 100%;
    height: 50px;
    margin: auto;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrapper aside .sidebar .sidemenu-header .logo-img img {
    height: 80%;
}
.wrapper aside.active  .sidebar .sidemenu-header {
    /*flex-direction: column-reverse;*/
    /*height: auto;*/
    /*max-height: max-content;*/
}


.wrapper aside.active  .sidebar .sidemenu-header  .logo-img {
    margin: 20px auto;
}
.wrapper aside.active .sidebar .sidemenu-header .logo-img img {
    height: 70%;
}
.wrapper aside .sidebar .sidemenu-body {
    height: 100%;
    position: relative;
    padding-top: 35px;
    padding: 0 20px;
}




.wrapper aside.active .navbar-search-collapsed-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wrapper aside.active .sidebar .sidemenu-body {
    padding: 0 10px;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item {
    border: unset;
    border-radius: 0;
    background: transparent;
    width: 100%;
    /*margin: 0 auto 10px;*/
    padding: .4rem .8rem;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item.active {
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    border-radius: 15px;
    color: #fff;
    position: relative;
    
}

.wrapper aside .sidebar .sidemenu-body .list-group-item.has-dropdown a.active {
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    color: #fff;
}
.wrapper aside.active .sidemenu-body .list-group-item.active{
    background-color: transparent;
}

.wrapper aside .sidebar .sidemenu-body .list-group-item.active:after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    right: -23px;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 50px;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item a i {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    font-size: 18px;
    position: relative;
    top: 5px;
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item {
    padding: 8px;
    min-height: 59px;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item a {
    color: #202224;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    font-family: TajawalMedium;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item a svg:first-of-type , .wrapper aside .sidebar .sidemenu-body .list-group-item a img:first-of-type {
    -webkit-margin-end: 12px ;
    margin-inline-end: 12px ;
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item:hover > a svg, .wrapper aside.active .sidebar .sidemenu-body .list-group-item:hover > a img{
    -webkit-margin-end: 12px !important;
    margin-inline-end: 12px !important;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item a svg , .wrapper aside .sidebar .sidemenu-body .list-group-item a img {
    width: 20px;
    height: 20px;
    
}
.wrapper aside .sidebar .sidemenu-body .list-group-item.active a.nav-link {
    color: #fff;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item.active a.nav-link img ,.wrapper aside .sidebar .sidemenu-body .list-group-item.has-dropdown a.active img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item.active a.nav-link {
    color: #202224
}

.wrapper aside.active .sidebar .sidemenu-body .list-group-item a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item:hover > .nav-link{
    width: 200px;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    border-radius: 5px;
    z-index: 5;
    justify-content: flex-start;
    padding-inline-start: 20px;
}

.wrapper aside.active .sidebar .sidemenu-body .list-group-item.has-dropdown:hover > .nav-link {
    width: 200px;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    border-radius: 5px;
    z-index: 5;
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item.has-dropdown:hover {
    width: inherit;
    position: relative;
    background: inherit;
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item:hover > a span {
    display: block !important;
    color: #fff;
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item.has-dropdown:hover  > a span {
    font-size: 13px;
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item.has-dropdown  .collapse-list-group{
    margin: 0;
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item.has-dropdown:hover  .collapse-list-group{
    margin: 0;
    width: 200px;
    z-index: 5555;
    position: relative;
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item.has-dropdown:hover  .sub-menu-a {
    justify-content: flex-start;
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item.has-dropdown:hover  .sub-menu-a img {
    margin:0 10px !important;
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item.has-dropdown:hover  .sub-menu-a span {
   display: inline-block !important;
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item:hover > a.nav-link img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item .sub-menu-a span {
    display: none;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item:has(ul) > .nav-link {
    position: relative;
}

.wrapper aside .sidebar .sidemenu-body .list-group-item:has(ul) > .nav-link:after {
    content: "\f077";
    font-family: "FontAwesome";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 12px;
    top: 0;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.wrapper main {
    width: calc(100% - 260px);
    min-width: calc(100% - 260px);
    position: relative;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
}

.wrapper aside.active + main {
    width: calc(100% - 100px);
    min-width: calc(100% - 100px);
}
.wrapper main > nav {
    height: 80px;
    min-height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #EBEBF2;
    z-index: 99;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
    -webkit-box-shadow: 0px 4px 40px 1px #00000008;
    box-shadow: 0px 4px 40px 1px #00000008;
}
.wrapper main > nav .side-nav-on-mobile .logo-img{
    display: none !important;
}
.sidebar-collapse {
    background: transparent;
    border: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.wrapper aside.active .sidebar .sidemenu-header .sidebar-collapse {
    margin-top: 20px;
    margin-bottom: 20px;
}
nav .logo-img {
    width: 85px;
    height: 33px;
}
nav .logo-img img {
    width: 100%;
}
.navbar-expand-lg .collapse.navbar-collapse {
    -webkit-padding-end: 53px;
    padding-inline-end: 53px;
    -webkit-padding-start: 53px;
    padding-inline-start: 53px;
}
nav ul li.nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.wrapper main > nav .dropdown a {
    color: #404040;
    font-size: 14px;
    font-family: TajawalMedium;
    text-decoration: none;
    padding: 10px 15px;

}
.wrapper main > nav .dropdown .dropdown-menu {
    padding: 0;
    text-align: right;
    min-width: 14rem;
}
.wrapper main > nav .dropdown .dropdown-menu.admin .dropdown-item {
    font-size: 16px;
    font-family: TajawalMedium;
    color: #2C3E50;
    padding: 10px;
    margin-bottom: 10px;
}

.wrapper main > nav .dropdown .admin .info {
    background-color: #F4F7FB;
}
.wrapper main > nav .dropdown .admin .info {

}
.wrapper main > nav .dropdown .admin .info  .name{
    color: #2C3E50;
    font-size: 12px;
    font-family: TajawalMedium;
}
.wrapper main > nav .dropdown .dropdown-menu.admin .dropdown-item img {
    border-radius: 50%;
    width: 25px;
    max-width: 25px;
    height: 25px;
    max-height: 25px;
    overflow: hidden;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}
.wrapper main > nav .dropdown .dropdown-menu.admin .dropdown-item img.icon {
    -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(31%) saturate(5101%) hue-rotate(338deg) brightness(79%) contrast(99%);
    filter: brightness(0) saturate(100%) invert(24%) sepia(31%) saturate(5101%) hue-rotate(338deg) brightness(79%) contrast(99%);
}
.wrapper main > nav .dropdown .dropdown-menu.admin .dropdown-item i {
    width: 25px;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
    display: inline-block;
    text-align: center;
    color: #A92228;
    font-size: 1.2em;
    position: relative;
    top: 3px;
}
.wrapper main > nav .dropdown .dropdown-menu.admin  {
    min-height: 286px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.105);
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.105);
    border: 0;
}
.nav-item.nav-tasks-notifications .dropdown-menu {
    width: 416px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.105);
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.105);
    border: 0;
}

.nav-tasks-notifications {
    margin-left: 10px;
}
.nav-task-header {
    font-size: 15px;
    padding: 15px 10px;
    color: #404040;
    border-bottom: .5px solid #e5e5e5;
    margin: 0 0;
}
.nav-task-header.language {
    border-bottom: 1px solid #F0F0F0;
}
.login-page-new .nav-task-header.language {
    text-align: right;
}
.nav-task-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 15px;
    cursor: pointer;
    /*background: #F9F7F7;*/
}
.sub-menu-a {
    cursor: pointer;
    background: #F9F7F7;
    padding: 0 10px !important;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item .collapse-list-group {
    /* margin: 0 calc(-20% - 0.1em);*/
 }
 .wrapper aside.active  .sidebar .sidemenu-body .list-group-item .collapse-list-group .sub-menu-a {
     padding: 0 !important;
 }
 .wrapper aside.active .sidebar .sidemenu-body .list-group-item .collapse-list-group .sub-menu-a img{
     min-width: 20px;
 }
 .nav-task-body.read {
     background: #fff;
 }
 .nav-task-body:hover {
     background: #dde0e4;
 }
 .nav-task-body-name {
     color: #4D565C;
     font-size: 14px;
     font-family: 'TajawalMedium';
 }
 .nav-task-body-name img {
     -webkit-margin-end: 10px;
     margin-inline-end: 10px;
     border-radius: 7px;
 }
 .nav-task-body-name.english {
     font-family: MontserratSemiBold;
 }
 
 
 
 .nav-task-body-date {
     color: #808495;
     font-size: 10px;
     margin-top: 10px;
 }
 .nav-task-footer a{
     color: #A92228 !important;
     font-size: 15px !important;
     font-family: TajawalMedium !important;
     -webkit-text-decoration: 0 !important;
     text-decoration: 0 !important;
     position: relative;
     display: block;
     padding: 15px 0;
     text-decoration: underline !important;
 }
 
 .wrapper main .main-content {
     min-height: calc(100vh - 80px);
     overflow-y: auto;
     overflow-x: hidden;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     position: relative;
     padding-bottom: 45px !important;
 }
 .wrapper main .content-wrapper {
     position: relative;
     z-index: 5;
     padding: 20px;
 }
 .side-nav-on-mobile + .container-fluid {
     width: 100%;
     margin-right: auto;
     margin-left: 0;
 }
 .side-nav-on-mobile {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 30%;
     gap: 10px;
 }
 .navbar-head {
     font-size: 24px;
     color: #001F3F;
     font-family: 'TajawalBold';
     -webkit-margin-start: 20px;
     margin-inline-start: 20px;
 }
 
 .language-btn {
     text-decoration: none;
 }
 .language-btn img {
     border-radius: 7px;
 }
 .login-page-new .language-btn {
     text-decoration: none;
     gap: 10px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
 }
 .navbar-notifications-button {
     font-size: 20px;
     color: #A92228 !important;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     border: 1px solid #E7E7E7;
     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;
 }
 .navbar-notifications-button img {
     width: 23px;
 }
 .navbar-notifications-button:focus {
     -webkit-box-shadow: none;
     box-shadow: none;
 }
 
 .navbar-notifications-button span{
     width: 15px;
     height: 15px;
     display: block;
     background: #FC372D;
     border-radius: 50%;
     position: absolute;
     right: 12px;
     top: 12px;
     font-size: .6em;
     color: #fff;
 }
 .nav-item.nav-tasks-notifications .language-dropdown-menu {
     width: 250px;
 }
 
 .navbar-user-button {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     font-family: 'TajawalBold' !important;
     background: #FAFAFA;
     border-radius: 35px;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     gap: 10px;
 }
 .navbar-user-button p {
     font-family: 'TajawalMedium' !important;
     font-size: 12px;
 }
 .navbar-user-button .icon {
     border-radius: 50%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     position: relative;
     -webkit-margin-start: 10px;
     margin-inline-start: 10px;
     width: 19px;
     height: 19px;
 }
 .navbar-user-button:after {
     display: none;
 }
 .navbar-user-button .navbar-user-logo {
     border-radius: 50%;
     width: 40px;
     max-width: 40px;
     height: 40px;
     max-height: 40px;
     overflow: hidden;
     -webkit-margin-end: 8px;
     margin-inline-end: 8px;
 }
 
 .navbar-dropdown-link:after {
     display: none;
 }
 .navbar-dropdown-link i {
     position: relative;
     left: -85px;
 }

.wrapper aside .sidebar .sidemenu-body .list-group-item a .collapse-icon {
    position: absolute;
    left: 0;
}
 /*End Navbar */
/*Start Dashboard */

.page-header  {
    color: #202224;
    font-size: 32px;
}

.rounded {
    border-radius: 10px !important;
}
.container-form-input .did-floating-label-content {
    position: relative;
}
.container-form-input .did-floating-label-content .did-floating-input, .container-form-input .did-floating-label-content .did-floating-select {
    width: 100%;
    background: #fff;
    color: #323840;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    position: relative;
    cursor: pointer;
    padding: 10px 16px 10px 15px;
    border-radius: 10px;
    border: 1px solid #666666;
    font-size: 18px;
    margin-bottom: 0;
}

.container-form-input .did-floating-label-content .did-floating-input img:first-of-type, .container-form-input .did-floating-label-content .did-floating-select  img:first-of-type{
    margin-left: 5px;
}
.container-form-input .did-floating-label-content .did-floating-input img:last-of-type, .container-form-input .did-floating-label-content .did-floating-select  img:last-of-type{
    position: absolute;
    left: 15px;
}
.container-form-input .did-floating-label-content .form-label{
    font-size: 12px;
    color: #666666;
    margin-bottom: 10px;
    font-family: 'TajawalBold';
}
.daterangepicker .ranges {
    font-family: TajawalMedium;
}
.btn-search {
    border-color: #3275B9;
    color: #3275B9;
    font-size: 12px;
    width: 115px;
    font-family: TajawalMedium;
}
.card {
    -webkit-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    text-decoration: none;
    border: 1px solid #FF851A;
}
.home-report-cards .card {
    padding:30px 20px 10px;
    min-height: 143px;
}
.home-report-cards .title p {
    font-size: 15px;
    color: #4D4F5C;
    margin-bottom: 9px;
    font-family: 'TajawalLight';
}
.raise-up-arrow {
    color: #4AD991;
}
.raise-up-arrow i , .raise-down-arrow i  {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.raise-down-arrow {
    color: #F90000;
}
.home-report-cards .title b {
    font-size: 24px;
    color: #000000;
    position: relative;
    display: block;
    font-family: AvenirBlack;
    direction: ltr;
    text-align: right;
}
.home-report-cards .title b span {
    font-size: 15px;

}

.wrapper main .main-content footer {
    margin-top: 10px;
    height: 50px;
    font-size: 14px;
    font-family: TajawalMedium;
}

#SectorStatistics {
    width: 350px;
    margin: auto;
}
#NationalityStatistics {
    width: 300px;
    margin: auto;
}

.card h6  {
    font-size: 16px;
    padding: 15px;
    text-align: center;
}
.card .card-body  {
    height: 500px;
    border-radius: 10px;
}


/*Two Verification*/
.two-verification-form {
    margin: 20px auto;
    padding: 0 40px !important;
    height:auto !important;
}

.two-verification-icon {
    text-align: center;
    margin-bottom: 15px;
}
.two-verification-head{
    text-align: center;
    color: #A4AFB7;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    line-height: 3;
}
.two-verification-head2 {
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}
.two-verification-form .grid-center {
    padding: 0 40px 20px !important;
}

.form-resend-btn {
    border: 1px solid #FD841A;
    width: 100%;
    margin: 15px 0 5px;
    border-radius: 10px !important;
}
#resendMsg {
    display: none;
}
.expire-password {
    width: 500px;
    -webkit-box-shadow: 0px 4px 4px 0px #C1C1C140;
    box-shadow: 0px 4px 4px 0px #C1C1C140;
    padding: 30px 25px 1px !important;
}

.expire-password form {
    width: 100%;
    position: relative;
}

.expire-password .form-btn {
    margin: 10px 0px 25px;
    background: -webkit-gradient(linear, right top, left top, from(#AD323D), color-stop(0%, #B3453C), color-stop(99.98%, #CB9438));
    background: -o-linear-gradient(right, #AD323D 0%, #B3453C 0%, #CB9438 99.98%);
    background: linear-gradient(270deg, #AD323D 0%, #B3453C 0%, #CB9438 99.98%);
    width: 100%;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    border-radius: 6px;
}

.error-image {
    margin: 100px auto 50px;
    position: relative;
    display: inline-block;
}
.error-image span:first-of-type {
    background: #fff;
    position: absolute;
    right: 20px;
    bottom: 160px;
    font-size: 40px;
    z-index: 4;
    border-radius: 10px;
    width: 135px;
    border: 2px solid #ccc;
}

.error-image span:last-of-type {
    background: #fff;
    position: absolute;
    left: 10px;
    bottom: 70px;
    font-size: 18px;
    z-index: 4;
    border-radius: 10px;
    width: 160px;
    border: 2px solid #ccc;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.error-p {
    color: #2C3E50;
    background: #FFFCF3;
    border-radius: 8px;
    display: block;
    width: 480px;
    margin: auto;
    font-size: 16px;
    padding: 10px ;
}
.error-btn-back {
    padding: 10px;
    height: 50px;
    border-radius: 8px !important;
    display: block;
    color: #fff !important;
    width: 480px;
    background: #FF851A;
    position: relative;
    margin: 50px auto ;
}
.error-btn-back img {
    position: absolute;
    left: 10px;
    top: 13px;
}
.expire-password ,.two-verification{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-hr {
    background:  #EBEBF2;
    opacity: 1;
    margin: 0;
}

.table-control-link {
    width: 33px;
    line-height: 26px;
    text-align: center;
    display: block;
    margin: 0 5px;
}
.table-control-link:after {
    display: none !important;
}
.table-name-info img {
    border-radius: 50%;
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}

.main-table {
    margin-bottom: 0;
    background: #FAFBFB;
}
.main-table thead {
    position: relative;
}
.main-table thead tr {
    color: #101018;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #C5C5C7
}
.main-table thead tr th , .main-table thead tr th button {
    border: none;
    padding: 13px 5px;
    text-align: right;
    font-size: 12px;
}

.main-table> :not(:first-child) {
    border-top: unset;
}

.main-table tbody tr {
    font-size: 14px;
    color: #2c3e50;
    border-bottom: 1px solid #d9d9dc;
    border-radius: 0 0 15px 15px;
}

.main-table tbody tr td {
    vertical-align: middle;
    border: none;
    text-align: right;
    padding: 10px 5px;
    font-family: 'TajawalBold';
}



.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 20px 0;
}

.pagination li a {
    text-decoration: none;
    color: inherit;
}
.pagination li {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #667085;
}
.pagination li.active {
    background:#EFF1F4;
    color: #091E42;
}
.pagination .end img , .pagination .start img{
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(8%) saturate(2257%) hue-rotate(179deg) brightness(87%) contrast(83%);
    filter: brightness(0) saturate(100%) invert(22%) sepia(8%) saturate(2257%) hue-rotate(179deg) brightness(87%) contrast(83%);
}

.pagination .end {
    position: absolute;
    left: 0;
    border: 1px solid #D0D5DD;
    border-radius: 10px;
    color: #344054;
    width: auto;
}
.pagination .start {
    position: absolute;
    right: 0;
    border: 1px solid #D0D5DD;
    border-radius: 10px;
    color: #344054;
    width: auto;
}
footer p {
    text-align: center;
}

.table-order-number {
    color: #35353A;
    font-family: 'TajawalBold';
    text-decoration: none;
}
.table-order-number.time-expiring {
    color: #BA1717;
}
.order-condition-date .countdown {
    min-width: 53px;
    display: inline-block;
}
.main-table thead {
    color: #fafbfb;
    font-size: 12px;
    font-family: 'TajawalBold';
    height: 45px;
}
.main-table thead tr th {
    border: none;
    padding: 15px 5px;
    text-align: right;
    font-weight: 400;
}

.search-input-container {
    width: 350px;
}
.breadcrumb {
    align-items: center;
}

.search-input {
    border: 1px solid #EFF1F4 !important;
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 35px;
    background: #fff;
    border-radius: 5px;
    font-family: 'TajawalMedium';
    font-size: 14px;
    color: #6E6E71;
}
.search-input::-webkit-input-placeholder {
    color: #6E6E71;
    opacity: 1;
}
.search-input::-moz-placeholder {
    color: #6E6E71;
    opacity: 1;
}
.search-input:-ms-input-placeholder {
    color: #6E6E71;
    opacity: 1;
}
.search-input::-ms-input-placeholder {
    color: #6E6E71;
    opacity: 1;
}
.search-input::placeholder {
    color: #6E6E71;
    opacity: 1;
}
.search-input:focus {
    color: #6E6E71;
    opacity: 1;
}
.members-list-search-close {
    position: absolute;
    top: 6px;
    left: 6px;
    background: transparent;
    border: 0;
    font-size: 18px;
}
.search-icon {
    position: absolute;
    top: 13px;
    right: 10px;
}

.table-head {
    font-size: 20px;
}
.table-car-name {
    width: 91px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.add-user-tab-content {
    width: 85%;
    margin: 50px auto 0;
    min-height: 100%;
}




.select2-container .select2-selection--single, .select2.select2-container .select2-selection {
    height: 56px;
    border: 0.6px solid #666666 !important;
    border-radius: 10px !important;
    margin-bottom: 0;
}

.select2-container {
    width: 100% !important;
    z-index: 1000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 5px;
    right: auto;
    top: 12px !important;
    background: transparent;
    border-left: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 15px !important;
    padding-left: 20px;
    text-align: right;
    font-size: 16px;
    color: #666666;
    line-height: 56px;
}
.dropdown-item, .select2-results__option, .select2-container .select2-dropdown .select2-search input {
    text-align: right;
    cursor: pointer;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
    font-size: 16px;
    color: #8E8E8E;
    line-height: 56px;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    color: #fff;
}

.custom-switch .form-check-input[type=checkbox] {
    width: 35px;
    height: 22px;
    background-position: left center;
    cursor: pointer;
}
.custom-switch .form-check-input[type=checkbox]:checked {
    background-color: #159996;
    border-color: #159996;
    background-position: right center;
}





.bootstrap-select .dropdown-toggle .filter-option {
    padding: 0 !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right;
    font-size: 16px;
    color: #323840;
    padding-right: 8px;
}
.bootstrap-select .bs-actionsbox .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.bootstrap-select .bs-actionsbox .btn-group button.bs-select-all {
    border-color: #3275B9 !important;
}
.bootstrap-select .bs-actionsbox .btn-group button {
    font-size: 12px;
}
.bootstrap-select .inner.open .dropdown-menu.inner {
    display: block;
}
.bootstrap-select .inner.open .dropdown-menu.inner li a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 5px;
    color: #000;
    text-align: right;
}
.bootstrap-select .inner.open .dropdown-menu.inner li a span.text {
    margin-right: 10px !important;
}
.bootstrap-select .inner.open .dropdown-menu.inner li a span.text::before {
    width: 18px;
    display: inline-block;
    position: relative;
    content: "";
    top: 5px;
    background: url(../images/box.svg) no-repeat;
    background-size: contain;
    -webkit-margin-end: 6px;
    margin-inline-end: 6px;
    height: 18px;
}
.bootstrap-select .inner.open .dropdown-menu.inner li a.selected span.text::before {
    background: url("../images/box-checked.svg") no-repeat;
    background-size:contain ;
}
.bootstrap-select .bs-actionsbox .btn-group button {
    line-height: 27px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
/*.bootstrap-select .dropdown-toggle.btn{*/
/*    padding-right: 0;*/
/*}*/
.bs-searchbox .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select .bs-searchbox .form-control {
    height: 30px !important;
    margin-bottom: 5px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.did-floating-label-content .bootstrap-select.did-floating-input,  .did-floating-label-content .bootstrap-select.did-floating-select {
    padding: 0;
}


.data-table tbody {
    border-top: 2px solid #7E7E7E !important;
}
.role-table-delete-btn {
    color: #BA1717 !important;
    font-size: 25px;
}
.role-table-delete-btn i {
    line-height: 0;
    display: block;
}
.data-table tr {
    vertical-align: middle;
    border-color: transparent;
}
.data-table td {
    padding: 20px 0;
}


.form-check-label {
    color: #5F5F5F;
}

.role-container.last-step {
    margin-top: 40px;
}

.main-button {
    background: #A92228;
    color: #fff !important;
    -webkit-box-shadow: 0px 4px 19px 0px #1599961A;
    box-shadow: 0px 4px 19px 0px #1599961A;
    border-radius: 10px;
    width: 175px;
    font-size: 16px;
    line-height: 40px;

}

.main-container {
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    min-height: 695px;
    -webkit-box-shadow: 0px 4px 4px 0px #0000001A;
    box-shadow: 0px 4px 4px 0px #0000001A;
}
.user-image {
    position: relative;
}
.user-image.active:after {
    position: absolute;
    content: "";
    background: #15991E;
    width: 10px;
    height: 10px;
    bottom: 0;
    left: 25px;
    border-radius: 50%;
    z-index: 1;
}
.user-image img{
    border-radius: 50%;
    width: 95px;
    max-width: 95px;
    height: 95px;
    max-height: 95px;
    overflow: hidden;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}
.user-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-info {
    color: #313D4F;
    font-family: TajawalBold;
    font-size: 18px;
}
.user-info span {
    color: #159996;
    display: block;
}
.main-container .main-hr {
    margin:0 -20px ;
}

.user-container-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin: 10px auto;
}

.user-info-head {
    color: #35353A99;
    word-wrap: break-word;
    max-width: 100%;
}
.user-info-head span {
    color: #313D4F;
    font-family: TajawalBold;
    display: inline-block;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    font-size: 18px;
    max-width: calc(100% - calc(var(--bs-gutter-x) * .5));
}
.user-info-head span.active {
    color: #159996;
}
.teams-container-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 10px;
}
.teams-info {
    min-width: calc(20% - 10px);
    color: #202020;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
}
.new-user-mobile-button {
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.new-user-mobile-button img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.dropup .dropdown-menu .popover-title {
    font-size: 10px;
    color: #202224;
    text-align: right;
    display: block;
    margin: 5px 5px 12px;
}
.dropup .dropdown-menu .popover-content .btn-User {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.dropup .dropdown-menu .popover-content .btn-User .btn-icon-split {
    width: 100%;
    margin-bottom: 1px;
    text-align: center;
    border: none;
    padding: 0;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    gap: 5px
}
.dropup .dropdown-menu .popover-content .btn-User .btn-icon-split.delete {
    color: #E71D36 !important;
    background-color: #fef3f5 !important;
}
.dropup .dropdown-menu .popover-content .btn-User .btn-icon-split .icon img {
    width: 12px;
}
.dropup .dropdown-menu .popover-content .btn-User .btn-icon-split.close {
    color: #202224 !important;
    background-color: #f9f9f9 !important;
}
.table-control-button-container.btn-group .dropdown-menu {
    -webkit-box-shadow: 0px 10px 20px 0px #0000001A;
    box-shadow: 0px 10px 20px 0px #0000001A;
    border-radius: 10px;
    width: 200px;
    border: 0;
    padding: .5rem;
}
.table-control-button-container {
    font-family: TajawalMedium;
}
.search-filter-btn {
    border: 1px solid #A92229;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin: 0 10px;
    font-size: 14px;
    font-family: 'TajawalLight';
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    color: #fff !important;
}

.filter-container {
    width: 800px;
    margin: auto;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #F9F9FB;
    z-index: 5;
}

.filter-head {
    font-size: 12px;
    color: #202224;
}


.simple-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #EFF1F4;
    padding: 10px;
    border-radius: 10px;
}
.open-advanced-search-btn {
    border: 1px solid #EFEFEF;
    width: 80px;
    height: 40px;
    font-size: 14px;
    color: #344054;
    border-radius: 8px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.advanced-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F9F9FB;
    border: 1px solid #C5C5C7;
    border-radius: 10px;
}
.advanced-search-container {
    display: none;
}
.advanced-search-col {
    width: 20%;
    color: #202224;
    font-size: 12px;
    text-align: center;
    border-left: 1px solid #C5C5C7;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    gap: 10px;
    padding: 0 10px;
}
.advanced-search-col:last-of-type{
    border: 0;
}
.advanced-search-col.data-range {
    width: 25%;
}
.advanced-search-col.data-range span {
    font-size: 14px;
    color: #202224;
    font-family: 'TajawalMedium';
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
}
.advanced-search-col .search-icon {
    top: 25px;
    right: 20px;
}
.advanced-search-col .search-input {
    box-shadow: none;
    border: 0 !important;
    background: transparent;
    font-size: 14px;
    color: #202224;
}
.advanced-search-col .search-input::placeholder{
    color: #202224;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background: #fff;
}
.daterangepicker .ranges li.active {
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
}
.daterangepicker td.active:hover {
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
}
.daterangepicker td.active {
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    color: #fff;
}
.daterangepicker .drp-buttons .btn {
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    color: #fff;
    border: 0;
}
.advanced-search-input-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}


.advanced-search-content-container {
    position: absolute;
    background: #FFFFFF;
    border-radius: 26px;
    -webkit-box-shadow: 0px 13px 61px 0px #A9A9A95D;
    box-shadow: 0px 13px 61px 0px #A9A9A95D;
    top: 70px;
    width: 520px;
    padding: 25px 0 15px;
    display: none;
    z-index: 5;
}

.advanced-search-content-head {
    text-align: right;
    font-size: 18px;
    color: #202224;
    font-family: 'TajawalBold';
    margin: 0 20px 20px;
}
.advanced-search-content-select-btn {
    position: absolute;
    top: 10px;
    left: 15px;
    text-decoration: underline;
}

.advanced-search-content-options-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 50px 25px;
    gap: 20px 10px;
    border-bottom: 0.4px solid #979797;
    max-height: 155px;
    overflow-y: scroll;
}
.advanced-search-content-option {
    width: 23%;
    border: 0.6px solid #979797;
    border-radius: 20px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    user-select: none; /* Prevent text selection */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
}

.advanced-search-content-option.selected {
    background: #E9802B;
    color: #fff;
}

.advanced-search-content-head2 {
    text-align: right;
    font-size: 14px;
    color: #434343;
    margin: 15px 30px;
}
.advanced-search-submit-btn {
    width: 170px;
    height: 54px;
    background:-webkit-gradient(linear, left top, right top, from(#B3453C), to(#CB9438));
    background:-o-linear-gradient(left, #B3453C 0%, #CB9438 100%);
    background:linear-gradient(90deg, #B3453C 0%, #CB9438 100%);
    color: #fff !important;
    border-radius: 10px;
    font-size: 17px;
    font-family: 'TajawalBold';
}

.advanced-search-input-container span {
    border: 0;
    background: 0;
    font-size: 14px;
    color: #202224;
    font-family: 'TajawalMedium';
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
}
.advanced-search-input-container.active span {
    color: #A92228;
}

.advanced-search-input-container.active img {
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(55%) saturate(3548%) hue-rotate(341deg) brightness(73%) contrast(95%);
    filter: brightness(0) saturate(100%) invert(22%) sepia(55%) saturate(3548%) hue-rotate(341deg) brightness(73%) contrast(95%);
}

.advanced-reset-btn , .advanced-search-close-btn{
    color: #A92228 !important;
    font-size: 14px;
    width: 100%;
    height: 100%;
}
.advanced-search-close-btn img{
    width: 18px;
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(55%) saturate(3548%) hue-rotate(341deg) brightness(73%) contrast(95%);
    filter: brightness(0) saturate(100%) invert(22%) sepia(55%) saturate(3548%) hue-rotate(341deg) brightness(73%) contrast(95%);
}
.advanced-reset-btn:focus  , .advanced-search-close-btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.order-condition {
    position: relative;
    min-width: 61px;
    padding: 5px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    font-family: 'TajawalMedium';
}

.order-condition:after {
    width: 6px;
    height: 6px;
    content: "";
    margin-left: 5px;
    display: inline-block;
    border-radius: 50%;
}
.order-condition.canceled {
    background: #FFF2EA;
    color: #F15046;
}
.order-condition.canceled:after  {
    background: #F15046;
}

.order-condition.new {
    background: #E0E5F0;
    color: #0059FF;
}
.order-condition.new:after  {
    background: #0059FF;
}
.order-condition.completed {
    background: #ECFDF3;
    color: #027A48;
}
.order-condition.completed:after  {
    background: #027A48;
}

.order-condition.under-processing {
    background: #EBDCB3;
    color: #C4951B;
}
.order-condition.under-processing:after  {
    background: #C4951B;
}

.order-condition-date {
    color: #BA1717;
    font-family: 'TajawalMedium';
    font-size: 12px;
}
.main-head {
    font-size: 24px;
    color: #101828;
    margin: 20px 0 35px;
}

.main-head count {
    font-size: 14px;
    background: -webkit-gradient(linear, left top, left bottom, from(#AD3038), to(#CA8F37));
    background: -o-linear-gradient(top, #AD3038 0%, #CA8F37 100%);
    background: linear-gradient(180deg, #AD3038 0%, #CA8F37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding: 5px 10px;
}
.main-head count:before {
    content: '';
    position: absolute;
    background: #F5F6F7;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 16px;
}
.breadcrumb-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E9E9E9;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding:0 .5rem;
}

.breadcrumb-back-btn img{
    -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(26%) saturate(2710%) hue-rotate(326deg) brightness(90%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(26%) sepia(26%) saturate(2710%) hue-rotate(326deg) brightness(90%) contrast(103%);
}
.breadcrumb-item a{
    color: #333333;
    text-decoration: none;
}

.breadcrumb-item.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#AD3038), to(#CA8F37));
    background: -o-linear-gradient(top, #AD3038 0%, #CA8F37 100%);
    background: linear-gradient(180deg, #AD3038 0%, #CA8F37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.show-page-head {
    font-size: 20px;
    color: #050B20;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.show-page-head span {
    border: 1px solid #095FFF;
    font-size: 14px;
    color: #095FFF;
    border-radius: 20px;
    background: #E0E5F0;
    display: inline-block;
    padding: 2px 7px;
}

.show-page-head date {
    color: #67727E;
    font-size: 14px;
    font-family: 'TajawalRegular';
}
.cancel-time-container {
    margin-top: 20px;
    font-size: 20px;
    color: #050B20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.cancel-time-container count-down {
    color: #BA1717;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    gap: 3px;
}

.show-page-container {
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    padding: 15px;
    margin: 20px 0;
    min-height: 235px;
}
.show-page-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
}
.show-page-logo img{
    background: #F8F8F8;
    border: 1px solid #E9E9E9;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    max-height: 80px;
}
.show-page-logo span {
    font-size: 20px;
    color: #050B20;
    margin: 5px 0;
    /*border: 1px solid #E9E9E9;*/
    /*border-radius: 50%;*/
    /*padding: 5px;*/
    /*display: inline-block;*/
    /*min-width: 45px;*/
    /*width: 45px;*/
    /*height: 45px;*/
    /*min-height: 45px;*/
    /*line-height: 35px;*/
    /*text-align: center;*/
}

.show-page-details-head {
    font-size: 20px;
    color: #050B20;
    margin-bottom: 10px;
}
.show-page-p {
    font-size: 15px;
    color: #67727E;
}

.show-page-car-details {
    font-size: 15px;
    color: #726C6C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    font-family: 'TajawalLight';
    margin-bottom: 10px;
}
.show-page-car-details price {
    color: #344054;
    font-family: 'TajawalMedium';
}

.show-page-car-color {
    color: #050B20;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.show-page-car-color span {
    font-family: TajawalLight;
    font-size: 15px;
}
.show-page-car-color color {
    min-width: 20px;
    min-height: 20px;
    border-radius: 50%;
    display: inline-block;
}
.show-page-car-financing-request {
    color: #050B20;
    font-size: 20px;
}

.show-page-car-financing-request span {
    font-family: TajawalLight;
    font-size: 15px;
    color: #E9802B;
}

.min-h-100 {
    min-height: 100%;
}

.show-page-user-img img {
    border: 1px solid #E9E9E9;
    border-radius: 50%;
    padding: 5px;
    width: 80px;
}
.show-page-user-img span {
    border: 1px solid #E9E9E9;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    min-width: 36px;
    text-align: center;
}
.show-page-user-name {
    font-size: 20px;
    color: #050B20;
}
.show-page-user-name span {
    display: block;
    color: #726C6C;
    font-family: TajawalLight;
    font-size: 15px;
    margin-top: 10px;
}
.show-page-add-price-btn {
    border-radius: 16px;
    border: 2px dotted #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#B3453C), to(#E9802B)) border-box;
    background: -o-linear-gradient(#fff 0 0) padding-box, -o-linear-gradient(left, #B3453C 0%, #E9802B 100%) border-box;
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(90deg, #B3453C 0%, #E9802B 100%) border-box;
    font-size: 24px;
    line-height: 2;
    padding: 20px 0;
    width: 100%;
}
.show-page-add-price-btn span {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#E9802B));
    background: -o-linear-gradient(left, #AD323D 0%, #E9802B 100%);
    background: linear-gradient(90deg, #AD323D 0%, #E9802B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.show-page-add-offers-container {
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    padding: 15px;
}

.breadcrumb-back-btn {
    margin-bottom: .5rem;
}

.show-page-car-status-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.show-page-car-status {
    border: 1px solid #E9C300;
    background: #FCFAF1;
    color: #E9C300;
    border-radius: 16px;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
}
.show-page-car-status:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    background: #E9C300;
    top: -2px;
}

.show-page-car-status-date {
    font-size: 14px;
    color: #67727E;
    font-family: TajawalRegular
}
.show-page-car-details-container {
    position: relative;
    padding: 15px;
    border-top: 5px solid #E9E9E980;
    margin-top: 15px;
}
.show-page-car-details-edit-btn {
    position: absolute;
    left: 0;
    top: 0;
}
.show-page-car-price {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.show-page-car-price price{
    font-size: 40px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #B3453C), to(#CB9137));
    background: -o-linear-gradient(left, #B3453C 10%, #CB9137 100%);
    background: linear-gradient(90deg, #B3453C 10%, #CB9137 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: TajawalBold;
}
.show-page-car-price span{
    font-size: 14px;
    color: #67727E;
}

.show-page-car-offer-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 24px;
    margin-bottom: 25px;
}
.show-page-car-details-head {
    font-size: 20px;
    margin-bottom: 15px;
}

.show-page-car-details-p {
    font-size: 15px;
    color: #67727E;
    margin-bottom: 20px;
}
.show-page-car-details-person {
    margin-top: 20px;
    font-size: 20px;
}
.show-page-car-details-person span {
    color: #BA1717;
}
.show-page-status-container {
    margin-top: 20px;
    text-align: left;
}
.show-page-status-container label {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.show-page-car-details-main-img {
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.input-group label {
    font-size: 12px;
    color: #666666;
    margin-bottom: 10px;
    font-family: 'TajawalBold';
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: right;
}
.input-group .main-form-input {
    height: 56px;
    line-height: 30px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    padding: 10px 15px;
    border: 0.6px solid #666666 !important;
    width: 100%;
    border-radius: 10px !important;
    text-align: right;
}
.input-group .main-form-input[readonly] , .input-group .main-form-input[disabled]{
    background: #C5C5C5;
}
.price-unit {
    position: absolute;
    left: 14px;
    top: 30px;
    z-index: 5;
    direction: ltr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}

.show-page-car-edit-details-container .input-group {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.input-group {
    margin-bottom: 20px;
}
.text-area-count-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
    color: #666666;
    width: 100%;
}
.textarea-field {
    min-height: 120px !important;
    resize: none;
}
.purchasing-order-textarea-field {
    min-height: 50px !important;
    resize: vertical;
}
.show-page-car-edit-submit-btn {
    background: -webkit-gradient(linear, left top, right top, color-stop(34.14%, #AD323C), to(#CB9137));
    background: -o-linear-gradient(left, #AD323C 34.14%, #CB9137 100%);
    background: linear-gradient(90deg, #AD323C 34.14%, #CB9137 100%);
    color: #fff !important;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 20px;
    font-size: 15px;
}

.show-page-car-edit-img-container {
    -webkit-box-shadow: 0px 4px 6px 0px #453f3f2b;
    box-shadow: 0px 4px 6px 0px #453f3f2b;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.show-page-car-edit-img-head {
    color: #0B0B0B;
    font-size: 20px;
    font-family: TajawalBold;
    padding: 20px 20px 0;
}
.show-page-car-edit-img-head span {
    font-family: TajawalRegular;
    color: #6D6D6D;
    font-size: 16px;
}
.show-page-car-edit-upload-img-container {
    border: 2px dashed #B4B9BF;
    border-radius: 8px;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    position: relative;
}
.show-page-car-edit-upload-img-container span {
    text-align: center;
    display: block;
    position: relative;
    color: #6D6D6D;
    margin: 15px 0;
}
.show-page-car-edit-upload-img-container span:after {
    position: absolute;
    content: "";
    width: 40%;
    height: 1px;
    background: #E7E7E7;
    left: 20px;
    top: 15px;
}
.show-page-car-edit-upload-img-container span:before {
    position: absolute;
    content: "";
    width: 40%;
    height: 1px;
    background: #E7E7E7;
    right: 20px;
    top: 15px;
}
.show-page-car-edit-upload-img-head {
    margin: 15px 0 0;
}
.show-page-car-edit-upload-img-head2 {
    border: 1px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#B3453C), to(#B3453C)) border-box;
    background: -o-linear-gradient(#fff 0 0) padding-box, -o-linear-gradient(#B3453C, #B3453C) border-box;
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(#B3453C, #B3453C) border-box;
    border-radius: 7px;
    width: 45%;
    padding: 10px;
    margin: 20px auto;
}
.show-page-car-edit-upload-img-rules {
    text-align: center;
    padding-bottom: 25px;
    color: #67727E;
}
.show-page-car-data-picker-input {
    border: 0 !important;
    outline: none !important;
    z-index: -1;
    position: relative;
    padding: 0 !important;
    width: 99%;
    text-align: right;
}
.show-page-car-data-picker > img {
    position: absolute;
    left: 5px;
    top: 18px;
}
.show-page-car-details-img {
    max-width: 100%;
    width: 100%;
    max-height: 90px;
}
.show-page-status-btns-container {
    text-align: end;
}




/*upload file*/
.new-box-upload-status {
    width: 90%;
    margin: auto;
}
.attachments-container {

    width: 100% !important;

}

.file-lable-container {
    position: relative;
    display: block;
    margin-bottom: 10px;
    min-height: 100px;
}

.file-label {
    border: 1px solid #E7E7E7;
    padding: 13px 15px;
    border-radius: 10px;
    width: 100%;
    font-size: 13px;
    cursor: pointer;
    top: 0 !important;
    margin: 0 !important;
    -webkit-box-shadow: 0 5px 16px 0 #D6D8E229;
    box-shadow: 0 5px 16px 0 #D6D8E229;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    background-color: #fff;
}

.file-label-head-details {
    color: #666666;
    font-size: 12px;
}

.required-file .file-label {
    border-color: #f00;
}

.file-lable-container .file-input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.file-lable-container .file-size {
    text-align: right;
    font-size: 12px;
    color: #666666;
    position: relative;
    top: 2px;
}

.file-label-head {
    color: #1A1A1A;
    font-size: 12px;
    font-family: TajawalBold;
    display: block;
    margin-bottom: 7px;
}

.file-label-required-head {
    color: #A92229;
}

.file-label i {
    font-size: 17px;
    width: 20px;
    position: relative;
    top: 2px;
}

.progress-container {
    position: absolute;
    display: none;
    z-index: 1000;
    width: 87%;
    bottom: 20px;
    top: unset;
    left: 9%;
    background-color: #f7f7f7;
}

.progress-bar {
    height: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    border-radius: 5px;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.progress-text {
    color: #fff;
    position: absolute;
    top: 0;
    padding: 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-size: 13px;

}


.control-image-upload-container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    height: 100%;

}

.control-image-upload-container .information-img {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    width: calc(100% - 47px);

    gap: 10px;

    overflow:hidden;

    padding: 0 9px;

}

.control-image-upload-container .information-img img {
    width: 29px;
    border: 1px solid #ccc;
    padding: 2px;
}

.control-image-upload .actions {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    gap: 10px;

    font-size: 16px;

}

.control-image-upload .actions a {

    color: #000;

}

.control-image-upload .actions label {

    cursor: pointer;

    margin-bottom: 0;

}

.control-image-upload {
    position: absolute;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 11px 10px 30px;
    top: 0;
    background: #fff;
    border: 2px solid #BBD2F1;
    border-radius: 5px;
    z-index: 999;
    display: none;
    height: 90px;
}

.file-name {
    width: 80%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: right;
}

.actions i {
    cursor: pointer;
}

.preview-container-modal.active {
    display: block !important;
    background-color: #000000bf;
    position: fixed;
    z-index: 99999999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 3%;
}

.preview-container-modal i {
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.preview-container {
    text-align: center;
    padding-top: 20px;
}

.preview-container img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 83vh;
    margin: auto;
    min-height: 250px;
}

.file-lable-container .title-image {
    margin-top: 10px;
}

.fileInput-style,

.fileInput {

    position: absolute;

    width: 100%;

    height: 100%;

    opacity: 0;

    z-index: 999;

    cursor: pointer;

    left: 0;

    top: 0;

}

.show-page-car-details-img-span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    color: #fff;
    font-size: 16px;
}

.loaderContainer {
    position: fixed;
    z-index: 99999999;
    left: 0;
    width: 100%;
    height: calc(100vh + 90px);
    top: 0px;
    display: none;
}
.loaderContainer.active {
    display: block;
}
.loaderContainer::before {
    content: '';
    background-color: #f3f3f3d9;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}
.loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 3;
    font-family: 'TajawalBold';
}
.car__body {
    -webkit-animation: shake 0.2s ease-in-out infinite alternate;
    animation: shake 0.2s ease-in-out infinite alternate;
}
.car__line {
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    stroke-dasharray: 22;
    -webkit-animation: line 0.8s ease-in-out infinite;
    animation: line 0.8s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.car__line--top {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.car__line--middle {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.car__line--bottom {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%);
    }
    100% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%);
    }
    100% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
}
@-webkit-keyframes line {
    0% {
        stroke-dashoffset: 22;
    }
    25% {
        stroke-dashoffset: 22;
    }
    50% {
        stroke-dashoffset: 0;
    }
    51% {
        stroke-dashoffset: 0;
    }
    80% {
        stroke-dashoffset: -22;
    }
    100% {
        stroke-dashoffset: -22;
    }
}
@keyframes line {
    0% {
        stroke-dashoffset: 22;
    }
    25% {
        stroke-dashoffset: 22;
    }
    50% {
        stroke-dashoffset: 0;
    }
    51% {
        stroke-dashoffset: 0;
    }
    80% {
        stroke-dashoffset: -22;
    }
    100% {
        stroke-dashoffset: -22;
    }
}
.expire-password .back-btn {
    left: -15px;
    right: unset;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0px;
}
.expire-password .back-btn img {
    -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(26%) saturate(2710%) hue-rotate(326deg) brightness(90%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(26%) sepia(26%) saturate(2710%) hue-rotate(326deg) brightness(90%) contrast(103%);
}

.notification-mark-read-btn {
    display: inline-block;
    padding: 0;
    text-align: right;
    margin: 10px 0px;
    color: #B3453C !important;
    font-family: 'TajawalMedium';
}

.notification-container {
    padding: 20px;
    background: #F9F9FA;
    border-radius: 16px;
    position: relative;
    height: 100%;
}

.notification-head {
    color: #101828;
    font-size: 20px;
    margin-bottom: 20px;
}
.notification-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    gap: 10px;
    margin: 10px 0;
    padding: 10px;
    color: rgba(16, 24, 40, 1) !important;
    font-family: TajawalRegular;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 16px;
}
.notification-content:hover {
    background: #ededed;
}
.notification-content-head {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.notification-content:hover .notification-content-head {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.notification-content.read {
    background: #fff;
}
.notification-content-head span {
    color: #B3453C;
}
.notification-content-head date {
    color: #999999;
    font-size: 14px;
}

.notification-content:hover .notification-content-head date{
    color: rgba(16, 24, 40, 1) !important;
}
.statics-numbers-container {
    background: rgba(230, 241, 253, 1);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}
.statics-numbers-container.colored {
    background: rgba(237, 238, 252, 1);
}

.statics-numbers-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 30px;
    font-family: TajawalBold;
}
.statics-numbers-head {
    margin-bottom: 15px;
}
.statics-numbers-content-number {
    font-size: 15px;
    font-family: TajawalRegular;
    color: rgba(37, 95, 11, 1);
    direction: ltr;
}
.statics-numbers-content-number.colored {
    color: rgba(169, 37, 37, 1);
}
.dashboard-orders-container {
    border: 1px solid transparent;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 16px;
    padding: 20px;
    position: relative;
    display: block;
    text-decoration: none;
    min-height: 212px;
}
.dashboard-orders-container.new {
    border-color: #0059FF;
}
.dashboard-orders-container.waiting-for-confirmation {
    border-color: #EA832F;
}
.dashboard-orders-container.canceled {
    border-color: #A92525;
}
.dashboard-orders-container.waiting-for-purchase {
    border-color: #255F0B;
}
.dashboard-orders-container.under-progress {
    border-color: #E9C300;
}

.dashboard-orders-head {
    color: #101828;
    font-size: 20px;
    margin-bottom: 50px;
    position: relative;
    display: flex
;
    align-items: center;
    gap: 10px;
    font-family: TajawalBold;
}
.dashboard-orders-head::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #B3453C 0%, #E9802B 100%);
    z-index: 2;
}

.dashboard-orders-head span {
    color: #625F6D;
    background: #E0E0E0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex
;
    align-items: center;
    font-size: 12px;
    justify-content: center;
}
.dashboard-orders-number  {
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 7px;
    position: absolute;
    top: -13px;
    min-width: 100px;
    background: #E0E5F0;
    text-decoration: none;
}
.dashboard-orders-name {
    color: rgba(5, 11, 32, 1);
    font-size: 15px;
    font-family: TajawalRegular;
}
.dashboard-orders-name img{
    width: 48px;
    max-width: 48px;
    height: 48px;
    max-height: 48px;
    border-radius: 50%;
}
.dashboard-orders-name span {
    border: 1px solid #E9E9E9;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    min-width: 33px;
    text-align: center;
}
.dashboard-orders-content img{
    border: 1px solid rgba(233, 233, 233, 1);
    border-radius: 50%;
    background: rgba(248, 248, 248, 1);
    padding: 3px;
    width: 50px;
    max-width: 50px;
    height: 50px;
    max-height: 50px;
}
.dashboard-orders-content {
    color: rgba(5, 11, 32, 1);
    font-family: TajawalMedium;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    position: relative;
}
.dashboard-orders-content name {
    max-width: 40%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}
.dashboard-orders-content span {
    font-family: TajawalRegular;
    font-size: 16px;
    position: absolute;
    left: 0;
    border-radius: 15px;
    display: block;
    padding: 0 10px 3px;
    max-width: 160px;
    text-align: center;
}
.dashboard-orders-content span:after {
    width: 5px;
    height: 5px;
    content: "";
    display: inline-block;
    border-radius: 50%;
    position: relative;
    bottom: 1px;
}
.dashboard-orders-container.waiting-for-confirmation .dashboard-orders-content span {
    color: #EA832F;
    background: #FDF1E8;
}
.dashboard-orders-container.waiting-for-confirmation .dashboard-orders-content span:after {
    background: #EA832F;
}
.dashboard-orders-container.waiting-for-purchase .dashboard-orders-content span {
    color: #255F0B;
    background: #D3DFCE;
}
.dashboard-orders-container.waiting-for-purchase .dashboard-orders-content span:after {
    background: #255F0B;
}
.dashboard-orders-container.canceled .dashboard-orders-content span {
    color: #A92525;
    background: #EED3D3;
}
.dashboard-orders-container.canceled .dashboard-orders-content span:after {
    background: #A92525;
}
.dashboard-orders-container.new  .dashboard-orders-content span {
    color: #0059FF;
    background: #E0E5F0;
   
}
.dashboard-orders-container.new  .dashboard-orders-content span:after {
    background: #0059FF;
}
.dashboard-orders-container.under-progress  .dashboard-orders-content span {
    color: #E9C300;
    background: #FCFAF1;

}
.dashboard-orders-container.under-progress  .dashboard-orders-content span:after {
    background:#E9C300;
}

.dashboard-orders-container.new .dashboard-orders-number {
    color: #095FFF;
    background: #E0E5F0;
}
.dashboard-orders-container.under-progress .dashboard-orders-number {
    color: #E3BE00;
    background: #F6F4EB;
}
.dashboard-orders-container.canceled .dashboard-orders-number {
    color: #A92525;
    background: #EED3D3;
}
.dashboard-orders-container.waiting-for-confirmation .dashboard-orders-number {
    color: #EA832F;
    background: #FDF1E8;
}
.dashboard-orders-container.waiting-for-purchase .dashboard-orders-number {
    color: #255F0B;
    background: #D3DFCE;
}
.notification-link {
    position: absolute;
    top: 24px;
    font-size: 13px;
    left: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(#AD3038), to(#CA8F37));
    background: -o-linear-gradient(top, #AD3038 0%, #CA8F37 100%);
    background: linear-gradient(180deg, #AD3038 0%, #CA8F37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dashboard .notification-link::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, #B3453C 0%, #E9802B 100%);
    z-index: 2;
}

.profile-container {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    text-align: center;
    border-radius: 5px;
}

.profile-edit-btn {
    position: absolute;
    left: 0;
}
.profile-edit-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profile-pic img{
    border-radius: 50%;
    width: 60px;
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 20px;
}
.profile-name {
    color: rgba(32, 32, 32, 1);
    margin-bottom:10px;
}

.profile-number {
    color:rgba(60, 138, 255, 1);
}

.add-user-upload {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}
.add-user-image-container {
    width: 105px;
    min-width: 105px;
    max-width: 105px;
    height: 105px;
    min-height: 105px;
    max-height: 105px;
    border: 1px dotted #D9D9D9;
    border-radius: 50%;
    background: #FAFAFA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    overflow: hidden;
}
.add-user-image-container span {
    font-size: 14px;
    color: #00000073;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.add-user-image-container img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.profile-edit-submit {
    background: -webkit-gradient(linear, left top, right top, color-stop(34.14%, #AD323C), to(#CB9137));
    background: -o-linear-gradient(left, #AD323C 34.14%, #CB9137 100%);
    background: linear-gradient(90deg, #AD323C 34.14%, #CB9137 100%);
    color: #fff !important;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 20px;
    font-size: 15px;
    margin: 20px auto 0 0px;
    display: block;
}
.profile-edit-cancel {
    margin: 20px 0 0 auto;
    display: block;
}

.profile-edit-container {
    width: 65%;
    margin: auto;
}
.modal-header .btn-close {
    margin: -.5rem auto -.5rem -.5rem;
    opacity: 1;
}

.notification-modal-p {
    color: rgba(117, 117, 117, 1);
}

.show-page-car-edit-details-container.edited {
    border-top: 5px solid #E9E9E980;
    padding-top: 20px;
}
.section-loading {
    position: relative;
}
.section-loading::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.95;
    left: 0;
    top: 0;
    z-index: 98;
    display: none;
}
.section-loading::after {
    webkit-animation: fa-spin 1s steps(8) infinite;
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
    content: "";
    background: url(../images/half-loading.svg) center center no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 99;
    display: none;
}
.section-loading.active:before ,.section-loading.active:after{
    display: block;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.look-ups-btn {
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    border-radius: 5px;
    color: #fff !important;
    margin: 25px auto 15px 0;
    display: block;
}
.table-ID-number {
    color: #2c3e50 !important;
    text-decoration: none;
}

.show-page-car-edit-details-container.edited .valid-border .main-form-input,
.show-page-car-edit-details-container.edited .valid-border  .select2-container .select2-selection--single ,
.show-page-car-edit-details-container.edited .valid-border  .select2-container .select2-container--below {
    border: 2px solid transparent !important;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box,
    -webkit-gradient(linear, left top, left bottom, from(#AD3038), to(#CA8F37)) border-box;
    background: -o-linear-gradient(white, white) padding-box,
    -o-linear-gradient(top, #AD3038 0%, #CA8F37 100%) border-box;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(180deg, #AD3038 0%, #CA8F37 100%) border-box;
}

.countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    direction: rtl;
    margin: 20px;
}

.count-box {
    text-align: center;
    min-width: 40px;
}

.count-box .value {
    font-size: 18px;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    color: #fff;
    line-height: 1.8;
    margin-bottom: 5px;
    border-radius: 5px;
}

.count-box .label {
    font-size: 10px;
    color: #000;
}

.expired {
    color: red;
    font-weight: bold;
    font-size: 18px;
}
statics-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1.25rem;
    height: 3.125rem;
    font-weight: 400;
    direction: ltr;
}
statics-count > span {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    -o-transition: transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    line-height: 1;
}
statics-count > span span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 100%;
}
statics-count:nth-child(1) > span {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
statics-count:nth-child(2) > span {
    -webkit-transition-delay: 0.375s;
    -o-transition-delay: 0.375s;
    transition-delay: 0.375s;
}
statics-count:nth-child(3) > span {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
statics-count:nth-child(4) > span {
    -webkit-transition-delay: 1.125s;
    -o-transition-delay: 1.125s;
    transition-delay: 1.125s;
}
statics-count:nth-child(5) > span {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
statics-count:nth-child(6) > span {
    -webkit-transition-delay: 1.875s;
    -o-transition-delay: 1.875s;
    transition-delay: 1.875s;
}
statics-count:nth-child(7) > span {
    -webkit-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    transition-delay: 2.25s;
}
statics-count:nth-child(8) > span {
    -webkit-transition-delay: 2.625s;
    -o-transition-delay: 2.625s;
    transition-delay: 2.625s;
}
statics-count:nth-child(9) > span {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
statics-count:nth-child(10) > span {
    -webkit-transition-delay: 3.375s;
    -o-transition-delay: 3.375s;
    transition-delay: 3.375s;
}
statics-count:nth-child(11) > span {
    -webkit-transition-delay: 3.75s;
    -o-transition-delay: 3.75s;
    transition-delay: 3.75s;
}
statics-count:nth-child(12) > span {
    -webkit-transition-delay: 4.125s;
    -o-transition-delay: 4.125s;
    transition-delay: 4.125s;
}
statics-count:nth-child(13) > span {
    -webkit-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s;
}
statics-count:nth-child(14) > span {
    -webkit-transition-delay: 4.875s;
    -o-transition-delay: 4.875s;
    transition-delay: 4.875s;
}
statics-count:nth-child(15) > span {
    -webkit-transition-delay: 5.25s;
    -o-transition-delay: 5.25s;
    transition-delay: 5.25s;
}
statics-count:nth-child(16) > span {
    -webkit-transition-delay: 5.625s;
    -o-transition-delay: 5.625s;
    transition-delay: 5.625s;
}
statics-count:nth-child(17) > span {
    -webkit-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s;
}
statics-count:nth-child(18) > span {
    -webkit-transition-delay: 6.375s;
    -o-transition-delay: 6.375s;
    transition-delay: 6.375s;
}
[statics-count]:nth-child(19) > span {
    -webkit-transition-delay: 6.75s;
    -o-transition-delay: 6.75s;
    transition-delay: 6.75s;
}
statics-count:nth-child(20) > span {
    -webkit-transition-delay: 7.125s;
    -o-transition-delay: 7.125s;
    transition-delay: 7.125s;
}
.dynamic-modal-link {
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    color: #fff !important;
}

.dashboard .notification-head {
    position: relative;
    display: flex
;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
    font-family: TajawalBold;
}

.dashboard .notification-head::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #B3453C 0%, #E9802B 100%);
    z-index: 2;
}

.dashboard .notification-head span {
    color: #625F6D;
    background: #E0E0E0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex
;
    align-items: center;
    font-size: 12px;
    justify-content: center;
}
.dashboard-edited-orders-container {
    padding: 20px;
    background: #F9F9FA;
    border-radius: 16px;
    position: relative;
    min-height: 100%;
}

.dashboard-orders-content-details {
    color: #726C6C;
    font-size: 15px;
    margin: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.dashboard-orders-content-details2 {
    color: #726C6C;
    font-size: 15px;
    font-family: TajawalLight;
}
.dashboard-edited-orders-container .cancel-time-container {
    margin-top: 10px;
}



.dashboard-orders-show-more-link {
    border: 1px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F9F9FA)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#B3453C), to(#B3453C)) border-box;
    background: -o-linear-gradient(#F9F9FA 0 0) padding-box, -o-linear-gradient(#B3453C, #B3453C) border-box;
    background: linear-gradient(#F9F9FA 0 0) padding-box, linear-gradient(#B3453C, #B3453C) border-box;
    margin: auto;
    display: block;
    width: 120px;
    padding: 15px 10px;
}
.main-nav-container .nav-tabs {
    border-bottom: 0;
}
.main-nav-container {
    background: #fff;
    padding: 13px 0px 0px;
    border-bottom: 2px solid #B3453C;
}
.main-nav-container .nav-tabs {
    gap: 5px;
    font-size: 14px;
    font-family: 'TajawalMedium';
}
.main-nav-container .nav-tabs .nav-link {
    background: #F2F2F2;
    color: #9E9E9E;
    border: 1px solid #DBDBDB;
    border-bottom: 0;
    margin-bottom: -2px;
    max-height: 40px;
    position: relative;
    top: 10px;
}
.main-nav-container .nav-tabs .nav-item.show .nav-link, .main-nav-container .nav-tabs .nav-link.active {
    border-bottom: 0;
    background-color: #fff;
    color: #3F3F3F;
    border-color: #B3453C;
    max-height: 50px;
    padding: 15px 10px;
    position: relative;
    top: 0;
}
.main-table .form-check-input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-inline-end: 8px;
    cursor: pointer;
}
.main-table .form-check-input[type=checkbox]:checked {
    background-color: #B3453C;
    border-color: #B3453C;
}
.purchase-order-modal-btn {
    background: -webkit-gradient(linear, left top, right top, color-stop(34.14%, #AD323C), to(#CB9137));
    background: -o-linear-gradient(left, #AD323C 34.14%, #CB9137 100%);
    background: linear-gradient(90deg, #AD323C 34.14%, #CB9137 100%);
    color: #fff !important;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 20px;
    font-size: 15px;
    font-family: TajawalMedium;
}

.purchase-order-container {
    text-align: center;
    font-size: 16px;
    font-family: TajawalBold;
    color: #101018;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.purchase-order-table-tr-colored {
    background: #D0DED0;
}
.purchase-order-table-tr-colored td:first-of-type {
    background: #C8E3C5;
}
.modal-submit-btn {
    background: #AD323C;
    color: #fff !important;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 15px;
    font-family: TajawalMedium;
}
.modal-content {
    border-radius: 15px;
}
.modal-dialog {
    max-width: 700px;
}

.modal-header  {
    background: #F3F3F3;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.modal-footer {
    background: #F3F3F3;
    border: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.modal-body {
    padding: 3rem;
    text-align: center;
}
.modal-head {
    color: #050B20;
    font-size: 16px;
    font-family: 'TajawalBold';
    margin: 20px 0 0;
}
.advanced-search-button-container {
    background: -webkit-gradient(linear, left top, right top, color-stop(34.14%, #AD323C), to(#CB9137));
    background: -o-linear-gradient(left, #AD323C 34.14%, #CB9137 100%);
    background: linear-gradient(90deg, #AD323C 34.14%, #CB9137 100%);
}
.advanced-search-button {
    color: #fff !important;
    font-size: 14px;
    width: 100%;
    height: 100%;
}
.advanced-search-button:focus {
    outline: none;
    box-shadow: none;
}
.advanced-search-button-container .advanced-search-button img{
    filter: brightness(0) invert(1);
}

.singe-date-icon-container {
    margin: 0 10px;
}
.purchase-cancel-order-modal-btn {
    border: 1px solid #BA1717;
    color: #BA1717 !important;
    border-radius: 8px;
    margin: 20px 0;
}
.modal-input-container {
    width: 55%;
    margin: 30px auto;
}
.modal-head2 {
    color: #9A010E;
    font-family: 'TajawalBold';
    font-size: 20px;
    margin: 20px 0;
}
.modal textarea.main-form-input {
    min-height: 100px;
    resize: none;
}
.modal-title {
    font-family: TajawalBold;
}
.modal-p {
    font-family: TajawalRegular;
}

.order-car-details-container {
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    padding: 15px;
    margin: 20px 0;
}
.order-page-status-container {
    border: 1px solid #B7EB8F;
    background: #F6FFED;
    padding: 15px;
    border-radius: 15px;
    width: 80%;
}

.order-page-form-container {
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    padding: 20px;
    margin: 20px 0;
}
.control-order-image-container {
    position: relative;
}
.control-order-image img{
    max-width: 70px;
    max-height: 70px;
    overflow: hidden;
}
.control-order-image-container .actions {
    position: absolute;
    top: -10px;
    left: -10px;
    display: none;
}
.control-order-image-container:hover .actions {
    display: block;
}
.new-order-box-upload-status {
    display: flex
;
    width: 90%;
    margin: auto;
    padding: 10px 0;
    gap: 10px;
    flex-wrap: wrap;
}
.actions i img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(88%) saturate(7462%) hue-rotate(359deg) brightness(93%) contrast(117%);
}
.order-activity-container {
    display: flex
;
    gap:20px;
    margin: 25px 0;
}
.order-activity-time-line {
    color: #384247;
    font-family: TajawalBold;
    position: relative;
    min-width: 200px;
}

.order-activity-time-line:after {
    content: "";
    background: linear-gradient(90deg, #B3453C 0%, #CA8F37 100%);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}
.order-activity-time-line:before {
    content: "";
    background: linear-gradient(90deg, #B3453C 0%, #CA8F37 100%);
    border-radius: 50%;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 5px;
    bottom: -20px;
}
.order-activity-details {
    font-size: 20px;
}

.order-activity-details-img {
    display: flex
;
    align-items: center;
    gap: 10px;
    font-family: 'TajawalRegular';
    color: #384247;
    margin: 15px 0;
}
.order-activity-details-img span {
    border-radius: 50%;
    padding: 0px;
    min-width: 40px;
    width: 40px;
    min-height: 40px;
    height: 40px;
    display: flex;
    background: #FFF2EA;
    color: #93312B;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: 'TajawalMedium';
}
.order-activity-details-img img {
    display: flex
;
    gap: 10px;
    margin: 10px 0;
    color: #384247;
    font-size: 15px;
    font-family: 'TajawalRegular';
    align-items: center;

}
.order-page-success-container {
    border: 1px solid #91D5FF;
    background: #E6F7FF;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 20px;
}
div:where(.swal2-container) {
    z-index: 5555;
}

.uploaded-file {
    display: flex;
    background: #F8FAFE;
    border-radius: 10px;
    padding: 10px;
    align-items: center;
    gap: 20px;
    position: relative;
    margin: 10px 0;
    max-width: 300px;
}
.uploaded-file > img {
    max-width: 28px;
}
.uploaded-file-content {
    color: #324054;
    text-align: right;
    overflow: hidden;
}
.uploaded-file-content span {
    display: block;
    color: #71839B;
    font-size: 15px;
    direction: ltr;
}
.uploaded-file-download-link {
    position: absolute;
    left: 10px;
}

.show-page-car-chassis-number {
    font-size: 14px;
    color: #67727E;
    font-family: TajawalRegular;
}
.show-page-car-chassis-number span {
    color: #202224;
    font-family: TajawalMedium;
}


/*users */
.header-table {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.header-table .list-actions {
    display: flex
;
    align-items: center;
    gap: 5px;
}
.search-container .search-container-group {
    box-shadow: 0 0 5px #0000001c;
    border-radius: 5px;
    background-color: #F5F7FA;
    display: flex
;
    align-items: center;
    gap: 10px;
    padding: 9px 15px;
}
.search-container .search-container-group.light {
    background-color: #fff;
    border: 2px solid #ededed;
    box-shadow: none;
}
.search-container .search-container-group button {
    border: none;
    background-color: unset;
    padding: 0;
    width: auto;
}
.search-container .search-container-group button img {
    width: 24px;
}
.search-container .search-container-group input {
    background-color: transparent;
    border: none;
    font-size: 13px;
}
.btn-blue {
    color: #fff !important;
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    font-size: 14px;
}
.btn.large-btn, .header-table .list-actions a.btn {
    height: 46px;
    line-height: 30px;
    color: #fff;
}
.section-group {
    margin-bottom: 5px;
}
.title-section {
    background-color: #fff;
    position: relative;
    margin-bottom: 5px;
    box-shadow: 0 0 5px #c9c9c9;
    padding-left: 40px;
}
.collapsed-btn-section {
    position: absolute;
    margin: 10px;
    padding: 7px;
    color: #000;
    font-size: 17px;
    cursor: pointer;
    left: 0;
}
.title-section .title-section-content {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.title-section .title-section-content .main-information {
    padding: 5px 10px;
    display: flex
;
}
.group-name {
    display: flex
;
    align-items: center;
    gap: 5px;
    min-width: 280px;
}
.title-section .title-section-content .main-information img {
    width: 40px;
    filter: brightness(0) saturate(100%) invert(30%) sepia(26%) saturate(2744%) hue-rotate(318deg) brightness(88%) contrast(100%);
}
.group-manager {
    display: flex
;
    align-items: center;
    gap: 5px;
}
.group-manager > span {
    font-size: 13px;
}
.buttons-section {
    padding: 0 5px;
    display: flex
;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap;
}
.buttons-section .btn {
    border: 1px solid #d3d3d3;
    background-color: #f7f7f7;
    padding: 0 !important;
    width: 37px;
    height: 33px;
    margin: 0 3px;
    line-height: 30px;
}
.buttons-section .btn img {
    width: 21px;
    filter: brightness(0) saturate(100%) invert(30%) sepia(26%) saturate(2744%) hue-rotate(318deg) brightness(88%) contrast(100%);
}
.title-section.active .fa-angle-down:before {
    content: "\f106";
}
.body-section {
    background-color: #fff;
    position: relative;
    margin-bottom: 5px;
    padding: 10px;
    display: none;
}
.black-color {
    color: #000;
}
.font-18 {
    font-size: 18px;
}
.user-form-check {
    display: flex
;
    gap: 5px;
    font-size: 13px;
}
.flex-header {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.form-switch .form-check-input {
    width: 43px !important;
    height: 23px !important;
    margin-left: 0;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
    background-repeat: none;
    position: relative;
    top: -4px;
    min-width: 20px;
}
.form-check .form-check-input:checked {
    background-color: #AD323D;
    border-color: #AD323D;

}
.bg-page, .list-ticketing-page {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 8px #d7d7d7;
    padding: 20px;
    border-radius: 5px;
}
.style-form-height {
    position: relative;
}
.large-btn {
    min-width: 150px;
}
@media (min-width: 480px) {
    .modal-dialog.modal-sm {
        max-width: 350px;
    }
}
.red-color {
    color: #BA1717;
}
.gray-dark-color {
    color: #67727E;
}
.btn-dark-gray-white {
    color: #fff !important;
    background-color: #9E9E9E;
    border-color: #9E9E9E;
    font-size: 14px;
    background-image: none;
}
.btn-theme.btn-header-page {
    min-width: 115px;
    line-height: 34px;
    height: 44px;
}
.btn-red {
    background-image: unset;
    background-color: #ba1717;
    border-color: #ba1717;
    color: #fff !important;
}

.card-style {
    box-shadow: 0 0 8px #d7d7d7;
    border: none;
    margin-bottom: 15px;
    background-color: #fff;
}
.card-profile {
    position: relative;
    margin: 0px;
}
.card-profile .change-icon {
    position: absolute;
    top: 15px;
    cursor: pointer;
    left: 15px;
}
.card-profile .edit-icon {
    position: absolute;
    top: 15px;
    cursor: pointer;
    right: 15px;
}
.card-profile .img-container {
    width: max-content;
    margin: auto;
    position: relative;
}
.card-profile .img-profile {
    margin-bottom: 15px;
    width: 45px;
    height: 45px;
}
.card-profile .img-container.status:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: #999;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 8px;
    right: 0;
}
.card-profile .img-container.status.active:after {
    background-color: green;
}
.section-group .card-profile .name-block-container {
    height: 60px;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.link-color {
    color: #3B8AFF;
}
.card-style .buttons-section {
    justify-content: center;
}
.buttons-section.buttons-section-without-border .btn {
    background-color: transparent;
    border: none;
}
.card-profile .change-icon img, .card-profile .edit-icon img {
    width: 24px;
    filter: brightness(0) saturate(100%) invert(30%) sepia(26%) saturate(2744%) hue-rotate(318deg) brightness(88%) contrast(100%);
}
.content-collapsed-container .content-collapsed {
    flex: 1 1 0%;
}
.box-style, .page-container .card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px #d7d7d7;
    margin-bottom: 7px !important;
    padding: 10px;
}
.header-table .list-pages .list-tabs {
    border-bottom: 1px solid rgb(237, 237, 237);
    display: flex
;
    margin: 0px;
}
.header-table .list-pages .list-tabs li a {
    color: rgb(153, 153, 153);
    position: relative;
    display: inline-block;
    padding: 10px 5px;
    font-weight: 600;
    min-width: 100px;
    text-align: center;
}
.header-table .list-pages .list-tabs li a:hover::after, .header-table .list-pages .list-tabs li a.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 4px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#CB9438));
    background: -o-linear-gradient(left, #AD323D 0%, #CB9438 100%);
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    left: 0;
}
.table thead th {
    vertical-align: middle;
    padding: 6px;
    font-size: 13px;
    min-width: 60px;
    border-top: 0;
}
.ti-table .table thead tr th img {
    max-width: 24px;
}
.profile-row {
    display: flex
;
    align-items: flex-start;
    gap: 10px;
}
.profile-row img {
    width: 35px !important;
    height: 35px;
    border-radius: 50%;
}
.profile-row content_data * {
    margin-bottom: 0px;
    font-size: 14px;
}
.profile-row content_data p {
    font-size: 14px;
    color: rgb(153, 153, 153);
}
badge {
    font-size: 12px;
    min-width: 64px;
    text-align: center;
    background-color: rgb(237, 237, 237);
    padding: 0px 8px;
    border-radius: 25px;
    border: 1.5px solid rgb(204, 204, 204);
}
.green {
    color: #28ad36 !important;
}
badge.green {
    color: rgb(3, 120, 29);
    border-color: rgb(3, 120, 29);
    background-color: rgb(240, 249, 242);
}
.header-table .list-pages .list-tabs li a {
    color: rgb(153, 153, 153);
    position: relative;
    display: inline-block;
    padding: 10px 5px;
    font-weight: 600;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
}
.header-table .list-pages .list-tabs li a:hover, .header-table .list-pages .list-tabs li a.active {
    color: rgb(0, 0, 0);
}
ul {
    padding: 0;
    list-style: none;
}
.input-group .show-password {
    position: absolute;
    top: 32px;
    padding: 12px;
    color: rgb(105, 105, 105);
    left: 0;
    z-index: 5;
}

.select2-container .select2-dropdown .select2-search .search-icon {
    display: none;
}
.xlarge-btn.btn {
    height: 56px;
    line-height: 43px;
}
.btn-theme.btn-light {
    background-color: #fff;
    color: transparent; /* Needed for gradient text */
    background-image: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    border-image-slice: 1;

    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: .25rem;
}
.btn-theme.btn-light:hover {
    background-image: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    color: #fff;
    -webkit-text-fill-color: #fff;
    background-clip: border-box;
    -webkit-background-clip: border-box;
}
.theme-color {
    background: linear-gradient(90deg, #AD323D 0%, #CB9438 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Optional for wider compatibility */
    background-clip: text;
    text-fill-color: transparent;
}
.card-profile > a.d-block {
    color: #000;
    text-decoration: none;
}
.card-profile > a.d-block h5 {
    font-size: 17px;
    min-height: 40px;
    align-items: center;
    display: flex
;
    justify-content: center;
    width: 100%;
}
.bold {
    font-weight: 600;
}
.table-show-link  {
    text-decoration: none;
    margin: 0 2px;
}
.table-show-link img {
    width: 20px;
}

.purchase-invoices-container {
    padding:0 50px;
}

.grey-bg {
    background: #F8F8F8;
}

.purchase-invoice-head {
    color: #1B212D;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.purchase-invoice-head span {
    font-weight: 400;
}
.purchase-invoice-main-head {
    font-size: 16px;
    color: #1B212D;
    margin-bottom: 15px;
    font-family: 'TajawalBold';
}
.purchase-invoice-head3 {
    color: #78778B;
    margin-bottom: 10px;
}
.change-customer-data-btn {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#E9802B));
    background: -o-linear-gradient(left, #AD323D 0%, #E9802B 100%);
    background: linear-gradient(90deg, #AD323D 0%, #E9802B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 25px;
    font-family: 'TajawalBold';
    font-size: 18px;
    top: 10px;
    padding: 0;
}
.change-customer-data-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#AD323D), to(#E9802B));
    background: -o-linear-gradient(left, #AD323D 0%, #E9802B 100%);
    background: linear-gradient(90deg, #AD323D 0%, #E9802B 100%);
}
.customer-option:hover {
    cursor: pointer;
    background: #e3e2e2;
}

.invoice-item-row {
    background: #FAFBFD;
    border-radius: 16px;
    border: 1px solid #EDF1F6;
    padding: 10px;
}
.invoice-item-remove img{
    filter: invert(17%) sepia(97%) saturate(3251%) hue-rotate(355deg) brightness(79%) contrast(89%);
    
}
.invoice-add-item-btn {
    background: -webkit-gradient(linear, left top, right top, color-stop(34.14%, #AD323C), to(#CB9137));
    background: -o-linear-gradient(left, #AD323C 34.14%, #CB9137 100%);
    background: linear-gradient(90deg, #AD323C 34.14%, #CB9137 100%);
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
    width: auto;
    border: 0;
    font-size: 18px;
}
.invoice-add-item-btn img {
    filter: brightness(0) invert(1);
}
.rotate-img {
    transform: rotate(180deg)
}
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}
.min-h-auto {
    min-height: auto;
}
.upset-page-container {
    min-height: 135px;
}
.upsert-save-btn {
    padding: 10px 40px;
}
.input-text {
    display: flex;
    gap: 10px;
}
.invoice-posting-btn {
    background: linear-gradient(180deg, #CA8F37 0%, #B3453C 100%);
    color: #fff !important;
    border-radius: 10px;
    font-size: 15px;
    padding: 12px;
    margin: 15px 0;
    
}
.invoice-posting-close {
    background: #c7c5c5 !important;
    color: #000 !important;
    border-radius: 10px;
    font-size: 15px;
    padding: 12px 18px;
    margin: 15px 0;
    border-color: transparent;

}
.invoice-page-show-btn {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#B3453C), to(#E9802B)) border-box;
    background: -o-linear-gradient(#fff 0 0) padding-box, -o-linear-gradient(left, #B3453C 0%, #E9802B 100%) border-box;
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(90deg, #B3453C 0%, #E9802B 100%) border-box;
    border-radius: 10px;
    font-size: 15px;
    padding: 12px;
    margin: 15px 0;
    display: flex;
    gap: 10px;
}
.invoice-page-show-btn span {
    color: #B3453C;
}
.invoice-page-show-btn img {
    width: 20px;
}
.invoice-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 0;
    color: #424242;
}
.invoice-positing-modal-container {
    padding: 20px;
}
.invoice-modal-p {
    color: #757575;
    font-size: 20px;
}
.purchase-invoice-print-head {
    color: #B3453C;
    font-size: 20px;
}
.invoice-summary-totals {
    text-align: right;
    padding: 10px 50px;
}
.invoice-summary-totals-span {
    direction: rtl;
    text-align: right;
}

.invoice-summary-input::-webkit-inner-spin-button,
.invoice-summary-input::-webkit-outer-spin-button ,
.invoice-item-input::-webkit-inner-spin-button , 
.invoice-item-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}
.invoice-items-summary img {
    position: absolute;
    top: 45px;
    z-index: 5;
    left: 10px;
}
.invoice-summary-table {
    width: 100%;
    border-collapse: collapse;
}

.invoice-summary-table td {
    padding: 6px 8px;
    font-size: 13px;
    vertical-align: middle;
}

.invoice-summary-table .label {
    text-align: right;
    color: #333;
}

.invoice-summary-table .value {
    text-align: left;
    white-space: nowrap;
    font-weight: 500;
}

.invoice-summary-table .total-row {
    background-color: #f3f3f3;
    font-weight: bold;
}

.invoice-summary-table .total-row td {
    padding: 8px;
    font-size: 14px;
}

.purchase-invoice-container {
    padding: 10px 120px;
}
.ltr-font {
    font-family: MontserratMedium;
}