
@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;
}

.loaderContainer {
    position: absolute;
    z-index: 99999999;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.loaderContainer.active {
    display: block;
}
.loaderContainer::before {
    content: '';
    background-color: #f3f3f3d9;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}
.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 9;
    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 {
    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% {
        transform: translateY(-1%);
    }
    100% {
        transform: translateY(3%);
    }
}

@keyframes shake {
    0% {
        transform: translateY(-1%);
    }
    100% {
        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;
    }
}

.whatsapp-link {
    text-decoration: none;
    gap: 10px;
    display: flex;
    background: #F2F2F2;
    border-radius: 20px;
    align-items: center;
    color: #1A202C;
}

 .input-group .main-form-input {
     height: 56px;
     position: relative;
     z-index: 1;
     background-color: #fff;
     box-shadow: none;
     font-size: 16px;
     padding: 10px 15px;
     border: 0.6px solid #666666 !important;
     width: 100%;
     border-radius: 10px !important;
}
.input-group .main-form-input:focus {
    border:2px solid #E9802B !important;
    box-shadow: none;
}

.input-group .main-form-input.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;
}

 .input-group .main-form-input.is-valid {
    background: transparent;
}
 .input-group {
    margin-bottom: 20px;
    flex-direction: column;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

 .form-btn {
     padding: 10px;
     height: 56px;
     border-radius: 10px !important;
     background-color: #E9802B;
     display: block;
     width: 100%;
     color: #fff !important;
     margin: 20px 0px 5px;
     position: relative;
     font-size: 16px;
     font-family: 'TajawalMedium';
}
.form-btn.back {
    background: transparent;
    color: #666666 !important;
    text-decoration: underline;
    text-align: right;
}
 .form-btn img {
    position: absolute;
    left: 10px;
    top: 13px;
}
 .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;

}

 .input-group .show-pass {
    position: absolute;
    left: 15px;
    display: inline-block;
    top: 75px;
    cursor: pointer;
    z-index: 9;
    color: #8E8E8E;
    text-decoration: none;
    font-size: 20px;
}
 .input-group .show-pass i.active:before {
    content: "\e62c";
}
 .form-check .form-check-input {
    float: right;
     min-width: 20px !important;
     min-height: 20px !important;
    margin: 3px;
     cursor: pointer;
}
 .form-check .form-check-input:checked{
    background-color: #52C41A;
    border-color: #52C41A;
}
 .form-check span {
    margin: 0 5px;
    font-size: 14px;
    color: #8E8E8E;
}

 .input-group input:-webkit-autofill,  .input-group input:-webkit-autofill:hover,  .input-group input:-webkit-autofill:focus,  .input-group input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

 .input-group label {
     font-size: 12px;
     color: #666666;
     margin-bottom: 10px;
     font-family: 'TajawalBold';
}
 .input-group .main-form-input::-webkit-input-placeholder {
    color: #8E8E8E;
    font-family: TajawalRegular;
    font-size: 16px;
}
 .input-group .main-form-input:-ms-input-placeholder {
    color: #8E8E8E;
    font-family: TajawalRegular;
    font-size: 16px;
}
 .input-group .main-form-input::placeholder {
    color: #8E8E8E;
    font-family: TajawalRegular;
    font-size: 16px;
}



.error {
    position: static !important;
    font-size: 12px !important;
    color: #f00 !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
.is-invalid {
    padding: 0 30px !important;
}
.is-valid {
    padding: 0 30px !important;
}
.is-invalid + .error ,.phone-input.is-invalid + .price-unit + .error{
    padding: 0 30px !important;
    margin-bottom: 0;
}


.confirmation-code {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
}
.confirmation-code .input {
    height: 2.3em;
    width: 2.3em;
    border: 0;
    outline: none;
    text-align: center;
    font-size: 1.5em;
    border-radius: 0.3em;
    background-color: #D9D9D9;
    outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #1A1A1A;
}
.confirmation-code .input:focus {
    background-color: #F2F2F2;
}
.confirmation-code .input::-webkit-inner-spin-button ,
.confirmation-code .input::-webkit-outer-spin-button ,
.input-group .main-form-input[name="national_id"]::-webkit-inner-spin-button,
.input-group .main-form-input[name="national_id"]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
.timer {
    color: #E9802B !important;
    text-decoration: none;
}
.startTimerContainer {
    text-align: center;
    display: block;
    font-family: 'TajawalRegular';
}
/*End Login*/

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

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

::-webkit-scrollbar-thumb {
    background: #E9802B;
}
main {
    width: 650px;
    margin:30px auto;
    box-shadow: 0px 5px 16px 0px #080F340F;
    border-radius: 20px;
}
main .main-content {
    position: relative;
    min-height: 700px;
    overflow: hidden;
}
 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: 100%;
    min-width: 100%;
     height: 100%;
    background: #fff;
    position: absolute;
    right: -100%;
    z-index: 55555;
}

 aside.active {
     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 .51s all;
     -o-transition: ease-in-out .5s all;
     right: 50%;
     transform: translate(50%, 0);
}

 aside .sidebar .sidemenu-header {
    height: 64px;
    min-height: 64px;
    border-bottom: 0.5px solid rgba(67, 67, 67, 0.15);
    position: relative;
    justify-content: center;
}

 aside .sidebar .sidemenu-header .logo-img {
    max-width: 100%;
    height: 50px;
    margin: auto;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
 aside .sidebar .sidemenu-header .logo-img img {
    height: 100%;
}

 aside.active  .sidebar .sidemenu-header  .logo-img {
    margin: 20px auto;
}
 aside.active .sidebar .sidemenu-header .logo-img img {
    height: 70%;
}
 aside .sidebar .sidemenu-body {
    height: 100%;
    position: relative;
    overflow-x: hidden;
}




 aside.active .navbar-search-collapsed-btn{
    display: flex;
}
 aside .sidebar .sidemenu-body .list-group-item {
    border: unset;
    border-right: 6px solid transparent;
    border-radius: 0;
    background: transparent;
    width: 50%;
    margin: 0 auto 25px;
}

 aside.active .sidemenu-body .list-group-item.active{
    background-color: transparent;
}

.sidebar-close-btn {
    margin-inline-start: auto;
    display: block;
    font-size: 30px;
}
.sidebar-close-btn:focus {
    box-shadow: none;
}
.sidebar-close-btn img {
    width: 30px;
}
aside .sidebar .sidemenu-body .list-group-item a img {
    margin-inline-end: 10px !important;
    width: 40px !important;
    height: 40px !important;
    display: block;
}
 aside.active .sidebar .sidemenu-body .list-group-item {
    padding: 8px;
}
 aside .sidebar .sidemenu-body .list-group-item a {
    color:#202224;
    font-size: 24px;
    height: 47px;
    line-height: 47px;
    font-family: 'TajawalBold';
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0;
}
 aside .sidebar .sidemenu-body .list-group-item a svg ,  aside .sidebar .sidemenu-body .list-group-item a img {
    width: 20px;
    height: 20px;
    margin-inline-end: 12px;
}
 aside .sidebar .sidemenu-body .list-group-item.active a.nav-link {
     color: #fff;
}
 aside.active .sidebar .sidemenu-body .list-group-item.active a.nav-link {
    color: #202224
}
/* aside.active .sidebar .sidemenu-body .list-group-item a .menu-title {*/
/*    display: none;*/
/*}*/
/* aside.active .sidebar .sidemenu-body .list-group-item a {*/
/*    justify-content: center;*/
/*}*/
 aside .sidebar .sidemenu-body .list-group-item:has(ul) > .nav-link {
    position: relative;
}

 aside .sidebar .sidemenu-body .list-group-item:has(ul) > .nav-link:after {
    content: "\f077";
    font-family: "FontAwesome";
    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);
}
 aside.active .sidebar .sidemenu-body .list-group-item {
    padding-inline-end: 0;
}


main > nav {
     z-index: 3;
     padding: .5rem 1rem;
     width: 95%;
     margin: auto;
     box-shadow: 0px 5px 16px 0px #080F340D;
     border-radius: 20px;
     justify-content: inherit !important;
    gap: 20px;
}

.sidebar-collapse {
    background: transparent;
    border: 0;
    margin-inline-start: auto;
}
 aside.active .sidebar .sidemenu-header .sidebar-collapse {
    margin-top: 20px;
    margin-bottom: 20px;
}
.logo-img {
    width: 85px;
    height: 33px;
}
.logo-img img {
    width: 100%;
}
.navbar-expand-lg .collapse.navbar-collapse {
    padding-inline-end: 53px;
    padding-inline-start: 53px;
}
nav ul li.nav-item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
 main > nav .dropdown a {
   padding: 0;
}
 main > nav .dropdown .dropdown-menu {
    padding: 0;
    text-align: right;
    min-width: 14rem;
}
 main > nav .dropdown .dropdown-menu.admin .dropdown-item {
    font-size: 16px;
    font-family: TajawalMedium;
    color: #2C3E50;
    padding: 10px;
    margin-bottom: 10px;
}


 main > nav .dropdown .dropdown-menu.admin .dropdown-item img {
    border-radius: 50%;
    width: 25px;
    max-width: 25px;
    height: 25px;
    max-height: 25px;
    overflow: hidden;
    margin-inline-end: 8px;
}
 main > nav .dropdown .dropdown-menu.admin .dropdown-item i {
    width: 25px;
    margin-inline-end: 8px;
    display: inline-block;
    text-align: center;
    color: #A92228;
    font-size: 1.2em;
    position: relative;
    top: 3px;
}
 main > nav .dropdown .dropdown-menu.admin  {
    min-height: 286px;
    border-radius: 10px;
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.105);
    border: 0;
}
.nav-item.nav-language-dropdown .dropdown-menu {
    width: 416px;
    border-radius: 10px;
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.105);
    border: 0;
}

.nav-task-header {
    font-size: 15px;
    padding: 15px 10px;
    color: #404040;
}
.nav-task-header.language {
    border-bottom: 1px solid #F0F0F0;
}
 .nav-task-header.language {
    text-align: right;
}
.nav-task-body {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.nav-task-body.read {
    background: #F9F7F7;
}
.nav-task-body:hover {
    background: #dde0e4;
}
.nav-task-body-name {
    color: #4D565C;
    font-size: 14px;
    font-family: 'TajawalMedium';
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 15px !important;
}
.nav-task-body-name:hover {
    color: #4D565C;
}
.nav-task-body-name img {
    margin-inline-end: 10px;
    border-radius: 7px;
}
.nav-task-body-name.english {
    font-family: MontserratSemiBold;
}





.custom-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.custom-switch .form-check-input[type=checkbox] {
    width: 70px !important;
    height: 43px !important;
    background-color: #F2F2F2 !important;
    border-color: #F2F2F2 !important;
    background-image:url("../images/light-toggle.svg");
    background-position: left center;
    cursor: pointer;
}
.custom-switch .form-check-input[type=checkbox]:checked {
    background-color: #333333 !important;
    border-color: #333333 !important;
    background-image:url("../images/dark-toggle.svg");
    background-position: right center;
}
.custom-switch .form-check-input[type=checkbox]:focus {
    box-shadow: none;
}

.language-btn img {
    width: 24px;
}
 .language-btn {
     text-decoration: none;
     gap: 10px;
     display: flex;
     background: #F2F2F2;
     border-radius: 20px;
     align-items: center;
     padding: 9px;
}
 .language-btn i {
     line-height: 0;
 }
.navbar-notifications-button {
    font-size: 20px;
    color: #A92228 !important;
}


.navbar-notifications-button span{
    width: 15px;
    height: 15px;
    display: block;
    background: #FFB3B3;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: -5px;
    font-size: .6em;
}
.nav-item.nav-language-dropdown .language-dropdown-menu {
    width: 250px;
}
.toggle-down-img {
    width: auto !important;
}

.navbar-dropdown-link:after {
    display: none;
}
.navbar-dropdown-link i {
    position: relative;
    left: -85px;
}
/*End Navbar */


.main-content-container {
    width: 70%;
    margin:50px auto;
    padding-bottom: 20px;
}
.delegate-container  {
    display: flex;
}
.delegate-container label {
    margin-inline-start: 5px;
    font-size: 12px;
    font-family: 'TajawalRegular';
    padding: 0 !important;
    width: 90%;
}
.delegate-container a {
    color: #E9802B;
}
.verification-code-container {
    font-size: 14px;
    color: #000000D9;
    display: flex;
    background: #FFFBE6;
    border: 1px solid #FFE58F;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
    margin-bottom: 20px;
}
.verification-code-container img {
    margin-inline-end: 10px;
    line-height: 0;
}
.main-content-logo {
    text-align: center;
}

.main-content-logo h4 {
    color: #1A1A1A;
    font-size: 24px;
    font-family: 'TajawalBold';
    margin: 15px auto;
}
.main-content-logo h3 {
    color: #1A1A1A;
    font-size: 18px;
    font-family: 'TajawalRegular';
}
.main-content-logo h3 span {
    color: #E9802B;
}
.main-content-logo p {
    color: #666666;
    font-family: 'TajawalRegular';
    margin-bottom: 20px;
}

.form-container {
    width: 85%;
    margin: auto;
}

.wizard-container {
    border-bottom: 1px solid #D9DBE9
}
.wizard-steps-container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 30px 0 20px;
}

.wizard-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #666666;
    font-size: 16px;
    gap: 5px;
    font-family: 'TajawalRegular';
    text-align: center;
}
.wizard-step.active ,.wizard-step.passed{
    color: #1A1A1A;
    font-family: 'TajawalMedium';
}
.wizard-step span{
    width: 34px;
    height: 34px;
    background: #F2F2F2;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
}
.wizard-between {
    width: 100px;
    position: relative;
    height: 6px;
    background: #ccc;
    border-radius: 20px;
}
.wizard-between.active {
    background: #E9802B!important;
}
.wizard-between.passed {
    background: #52C41A !important;
}
.wizard-step.active span {
    background: #E9802B;
    color: #fff;
}
.wizard-step.passed span{
    background: #52C41A;
    color: #fff;
}
.wizard-step.passed span:before {
    content: url("../images/check.svg");
    position: absolute;
    background: #52C41A;
}

.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;
}
.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--default .select2-selection--single .select2-selection__arrow {
    left: 5px;
    right: auto;
    top: 12px;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
    background: transparent;
    border-left: 0;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: transparent;
    border:2px solid #E9802B !important;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
    font-size: 16px;
    color: #8E8E8E;
    line-height: 56px;
}
.dropdown-item, .select2-results__option, .select2-container .select2-dropdown .select2-search input {
    text-align: right;
}

.form-control.is-invalid, .form-control.is-invalid ~ .select2.select2-container .select2-selection {
    border-color: #f00 !important;
}
.form-control.is-invalid:focus, .form-control.is-invalid ~ .select2.select2-container .select2-selection:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25) !important;
}

.form-radio-button .radio-button-box {
    display: flex;
    align-items: center;
}

.main-radio-label {
    margin-bottom: 0 !important;
    font-family: 'TajawalRegular' !important;
    font-size: 16px;
}
.form-radio-button .form-check-inline{
    gap: 10px;
    display: flex;
    align-items: center;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #E9802B;
}
.main-radio-input.is-invalid ,.main-radio-input.is-valid , .main-radio-input.is-invalid ~ .main-radio-label {
    padding: 0 !important;
}

.offers-page-container {
    padding: 20px;
}
.offers-page-sticky-container {
    padding: 20px 20px 90px;
}
.back-btn img {
    position: relative;
    top: 3px;
}
.offer-info-edit-content-edit-btn img {
    width: 20px;
}
.control-btn img {
    width: 22px;
    height: 16px;
}
.offer-info-container {
    position: relative;
}
.offer-info-head {
    gap: 15px;
    display: flex;
    margin: 7px 0;
}
.offer-info-head b {
    font-family: 'TajawalRegular';
}
.back-btn {
    font-family: 'TajawalRegular';
    display: flex;
    gap: 10px;
}
.control-btn.filter {
    position: relative;
}
.control-btn.filter.active:after {
    content: "";
    background: #AA2229;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 7px;
    right: 10px;
    border-radius: 50%;
}
.back-btn:focus ,.uncheck-offer-btn:focus, .offer-info-edit-btn:focus , .offer-info-edit-content-edit-btn:focus ,.control-btn:focus ,.show-more-info:focus{
    box-shadow: none;
}
.offer-info-head b span {
    display: inline-block;
    margin-inline-start: 5px;
}
.offer-info-edit-btn {
    position: absolute;
    top: -50px;
    left: 0;
    font-size: 23px;
    width: 50px;
    height: 50px;
}
.offer-info-edit-btn img {
    width: 100%;
}
.main-canvas-container {
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    background: #fff;
    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 .51s all;
    -o-transition: ease-in-out .5s all;
    padding: 20px;
    overflow: scroll;
    min-height: 100%;
    padding-bottom: 100px;
    z-index: 5;
}
.main-canvas-container.active {
    left: 0;
}

.main-canvas-container::-webkit-scrollbar {
    display: none;
}
.offer-info-edit-container-hr {
    margin: 10px -20px;
    color: #D9DBE9;
    opacity: 1;
}
.offer-info-edit-head {
    font-size: 24px;
    font-family: TajawalBold;
    color: #1A1A1A;
    margin: 20px 0 25px;
}
.offer-info-edit-content {
    background: #F2F2F2;
    padding: 10px 15px 20px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 30px;
}
.offer-info-edit-content-edit-btn {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
}


.offer-info-edit-content-edit-btn.active i:before {
    content: "\e07c";
}
.offer-info-edit-content-head {
    font-size: 24px;
    font-family: 'TajawalBold';
    color: #E9802B;
    margin-bottom: 15px;
}
.offer-info-edit-content-car-details {
    color: #1A1A1A;
    gap: 15px;
    display: flex;
}

.offer-info-edit-content-car-details  span {
    display: inline-block;
    margin-inline-start: 5px;
}
.offers-page-container-hr {
    margin: 20px -20px;
    color: #D9DBE9;
    opacity: 1;
}

.offers-counter-head {
    color: #1A1A1A;
    font-size: 24px;
    font-family: TajawalBold;
    margin-bottom: 20px;
}

.sorting-container {
    border-radius: 10px;
    background: #F2F2F2;
    justify-content: space-between;
    display: flex;
    padding: 5px;
}
.sorting-container-label {
    cursor: pointer;
    color: #000000;
    font-family: TajawalRegular;
    margin-inline-start: 2px;
}


.information-section {
    background: #F2F2F2;
    padding: 15px 20px;
    border-radius: 15px;
    margin: 15px 0;
    position: relative;
}
.img-section {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    max-width: 75%;
}
.img-section img {
    width: 100px;
    height: 50px;
}
.img-section .img-section-error {
    width: auto !important;
}
.star-container img{
    width: 24px;
    height: 24px;
}
.img-section span {
    color: #1A1A1A;
    font-family: TajawalMedium;
    font-size: 18px;
}
.special-offer .img-section span  {
    color: #B88D00;
}
.offer-item-check-input {
    position: absolute;
    left: 20px;
    top: 12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 8px !important;
}

.offer-item-check-input:checked {
    background-color: #52C41A;
    border-color: #52C41A;
}

.label-style-information {
    display: flex;
    color: #000000;
    flex-direction: column;
    font-family: TajawalMedium;
    margin-bottom: 10px;
}
.label-style-information b {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 15px 0;
    width: 80%;
    margin-top: 5px;
}
.label-style-information b img {
    max-width: 12px;
    position: relative;
    top: -1px;
}

.more-details.active {
    display: flex;
}

.show-more-info {
    color: #E9802B !important;
}
.show-more-info.show-more i:before {
    content: "\e07f";
}
.confirm-offer-container {
    background: #F6FFED;
    border: 1px solid #B7EB8F;
    border-radius: 10px;
    padding: 10px;
    color: #000000D9;
    position: relative;
}
.confirm-offer-container > i {
    color: #52C41A;
    position: relative;
    top: 2px;
}
.uncheck-offer-btn {
    position: absolute;
    left: 0;
    top: 0;
}
.uncheck-offer-btn img {
    width: 16px;
}
.cat-item {
    display: none;
}
.cat-item.active {
    display: block;
}
.other-offer  {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.data-firstpayment-filter {
    position: relative;
}
.cash-back-label {
    position: absolute;
    color: #AA2229;
    font-size: 12px;
    bottom: 4px;
    font-family: 'TajawalRegular';
    left: 6px;
    display: flex;
    align-items: center;
}
.cash-back-label img {
    max-width: 9px !important;
    filter: brightness(0) saturate(100%) invert(32%) sepia(92%) saturate(2676%) hue-rotate(337deg) brightness(66%) contrast(103%);
    top: 0px !important;
}
.flash-container {
    outline-width: 1px;
    outline-offset: 0;
    outline-color: rgb(233 128 43 / 75%);
    outline-style: solid;
    animation: animateOutline 1500ms ease infinite;
}
@keyframes animateOutline {
    0% {
        outline-width: 1px;
        outline-offset: 0;
        outline-color: rgb(233 128 43 / 0%);
    }

    10% {
        outline-color: rgb(233 128 43 / 75%);
    }

    /* The animation finishes at 50% */
    50% {
        outline-width: 5px;
        outline-offset: 4px;
        outline-color: rgb(233 128 43 / 0%);
    }

    100% {
        outline-width: 5px;
        outline-offset: 4px;
        outline-color: rgba(102, 102, 102, 0);
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    transform: translate(-50%, -50%);
    left: calc(50% + 280px);
    background: #E9802B;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    display: none;
    cursor: pointer;
    box-shadow: 0px 5px 16px 0px #080F340D;
}
.fifty-offer-container {
    position: absolute;
    left: 20px;
    top: 25px;
    border-radius: 10px;
    border: 2px solid #F5C8A3;
    padding: 5px 10px;
    color: #EC9146;
    font-size: 12px;
}
.scroll-to-top img{
    filter: brightness(0) invert(1);
}
.scroll-to-top.active {
    display: block;
}
.show-more-btn {
    width: 120px;
    margin: auto;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px #0000001A;
    color: #0D0D0D;
    font-family: 'TajawalBold';
    background: #fff;
    cursor: pointer;
}
.cat-item.choose .information-section {
    background: #DFF5D6;
}

.compare-offer-btn {
    background: linear-gradient(90deg, #B95E13 0%, #AA2229 100%);
    color: #fff !important;
    position: fixed;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 218px;
    height: 64px;
    align-items: center;
    justify-content: space-around;
    border-radius: 10px;
    border: 2px solid #fff;
    display: none;
}
.compare-offer-btn:after {
    content: "";
    position: absolute;
    height: 80%;
    width: 3px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.compare-offer-btn img {
    width: 29px;
}

.sorting-form-check-container .normal-check{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sorting-form-check-container .form-check-input {
    width: 24px;
    height: 24px;
    margin: 0;
}
.sorting-form-check-container .form-check-input:checked {
    background-color: #52C41A;
    border-color: #52C41A;
}
.price-unit {
    position: absolute;
    left: 14px;
    top: 30px;
    z-index: 5;
    direction: ltr;
    display: flex;
    align-items: center;
    height: 50px;
}
.tooltip-hint {
    cursor: pointer;
    width: 21px;
    margin-inline-start: 3px;
    position: relative;
    bottom: 3px;
}
.tooltip-inner {
    border-radius: 13px;
    background: #E6F7FF;
    border: 1px solid #91D5FF;
    color: #000000D9;
}

.expand-close-btn {
    margin-inline-start: auto;
    font-size: 28px;
}
.expand-close-btn img {
    width: 36px;
    top: 0;
}
.col-item-compare-section {
    background: #F2F2F2;
    border-radius: 15px;
    padding: 10px 10px 0;
    color: #000;
    overflow: hidden;
}
.col-item-compare-section .row-section.card-img {
    color: #000000;
    font-family: TajawalBold;
    font-size: 24px;
    width: inherit;
}
.col-item-compare-section .col-section {
    padding: 10px calc(var(--bs-gutter-x)* .5);
}
.col-item-compare-section .col-section currency img{
    width: 9px;
}
.col-item-compare-section .col-section .best-value currency img{
    filter: brightness(0) saturate(100%) invert(66%) sepia(47%) saturate(3731%) hue-rotate(58deg) brightness(89%) contrast(89%) !important;
}
.box-fund-container  .box-fund{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
}
.fund-name {
    word-break: normal;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-size: 16px;
}
.logo-bank {
    height: 50px;
    margin-bottom: 20px;
    width: 120px;
}

.box-fund-container {
    position: relative;
}
a.remove-item {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    line-height: 0;
    text-align: left;
}
a.remove-item img {
    display: block;
    width: 20px;
    margin: 0 auto 3px 0;
}
.box-fund-add-new {
    text-align: center;
    cursor: pointer;
}
.box-fund-add-new img {
    width: 24px;
    margin-bottom: 6px;
}
.box-fund-add-new h4{
    font-size: 12px;
    margin-bottom: 20px;
}
.col-item-compare-section .row-section {
    border-bottom: 2px solid #e2e2e2;
}
.col-item-compare-section .col-section:nth-child(2), .col-item-compare-section .col-section:nth-child(3) {
    border-left: 2px solid #e2e2e2;
}
.best-value {
    color: #4aaf0e;
    font-weight: bold;
}
.wizard-info-car-container {
    box-shadow: 0px 4px 4px 0px #D2C9C940;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.card-used-label {
    background: #AC292E;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    width: 75px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
    z-index: 9;
}
.wizard-info-car-img-container img {
    width: 100%;
}
.wizard-info-car-head {
    color: #1A1A1A;
    font-size: 18px;
    margin: 20px 0;
}
.wizard-info-car-content-container {
    width: 80%;
    margin-inline-start: 20px;
    margin-bottom: 20px;
}

.wizard-info-car-price {
    color: #E9802B;
    font-family: 'TajawalBold';
    font-size: 14px;
}
.wizard-info-car-kilos {
    color: #000;
    margin: 5px 0;
    font-size: 12px;
    font-family: TajawalRegular;
}
.wizard-info-car-kilos span {
    font-size: 20px;
    margin: 0 3px;
    color: #E26515;
    line-height: 26px;
    font-family: 'TajawalBold';
}
.wizard-info-car-details {
    border-radius: 20px;
    border: 1px solid #3C3C43;
    padding: 5px 10px;
    margin-inline-end: 5px;
    font-size: 12px;
    font-family: TajawalRegular;
}
.wizard-info-car-hr {
    background: #D9DBE9;
    opacity: 1;
}
.verification-code-message-container {
    font-size: 14px;
    color: #000000D9;
    display: flex;
    background: #E6F7FF;
    border: 1px solid #91D5FF;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
    margin-bottom: 20px;
    text-align: right;
}
.verification-code-message-container i {
    color: #1890FF;
    margin-inline-end: 10px;
    line-height: 0;
}

.last-step-hr {
    margin-top: 100px;
    background: #D9DBE9;
    opacity: 1;
}
.confirm-order-angle-btn i:before {
    content: "\e07f";
}
.payment-hr {
    background: #D9DBE9;
    opacity: 1;
}
.payment-layer:after{
    content: "";
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.payment-container {
    width: 90%;
    margin: auto;
}
.payment-offers-show-btn {
    width: 60%;
    margin: 20px auto 50px;
}

.payment-methods-container {
    text-align: center;
    margin-bottom: 50px;
    color: #1A1A1A;
}
.payment-agreement-label {
    text-decoration: underline;
    font-size: 16px !important;;
    font-family: TajawalMedium !important;
    cursor: pointer;
}
.payment-methods-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.payment-methods-content-container {
    border-radius: 15px;
    background: #F2F2F2;
    padding: 20px 15px;
}
.payment-methods-content-head {
    font-family: 'TajawalRegular';
    color: #1A1A1A;
    margin-bottom: 20px;
}
.payment-methods-content-value {
    font-family: TajawalMedium;
    color: #1A1A1A;
    margin-bottom: 20px;
}
.payment-methods-content-head.last-value , .payment-methods-content-value.last-value {
    font-family: TajawalBold;
    margin-bottom: 0;
}

.discount-input {
    background: transparent !important;
}

.discount-btn {
    position: absolute !important;
    left: 0;
    top: 0;
    background: #E9802B;
    height: 56px;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 20px;
    line-height: 0;
    padding: 0 15px;
    z-index: 3 !important;
}
.discount-btn:focus {
    box-shadow: none;
}

.success-return-message {
    color: #1A1A1A;
    font-size: 24px;
    font-family: 'TajawalBold';
    margin: 100px auto;
    text-align: center;
}

.discount-success-container {
    background: #F6FFED;
    border: 1px solid #B7EB8F;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5px;
    color: #1A1A1A;
    font-family: 'TajawalRegular';
    margin-bottom: 20px;
}
.discount-success-container > i {
    color: #52C41A;
    line-height: 0;
}
.discount-cancel-btn {
    line-height: 0
}
.error-discount-label {
    text-align: right;
    margin-inline-start: 15px;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    color: #EB5757 !important;
    font-family: 'TajawalRegular' !important;
    font-size: 16px !important;
}
.delegate-input.is-invalid , .delegate-input.is-valid {
    padding: 0 !important;
}
#agreement-error {
    display: none !important;
}
.tooltip-hint-container {
    position: absolute;
    z-index: 5555;
    background: #E6F7FF;
    padding: 10px 10px 0;
    border: 1px solid #91D5FF;
    border-radius: 10px !important;
    width:300px;
    top: -20px;
    box-shadow: 0 5px 16px 0 #e4e7f526;
}
.tooltip-hint-container span {
    font-size: 14px;
    color: #000000D9;
    margin-inline-start: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.tooltip-hint-container p {
    color: #000000D9;
    font-family: 'TajawalRegular';
    font-size: 14px;
}
.tooltip-hint-close-btn {
    position: absolute !important;
    left: 10px;
    padding: 0;
    top: 8px;
    color: #00000073;
}
.tooltip-hint-close-btn img {
    width: 16px;
}
.unavailable-message-container {
    font-size: 14px;
    color: #000000D9;
    display: flex;
    background: #FFFBE6;
    border: 1px solid #FFE58F;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
}
.cat-item.unavailable .information-section {
    background: #FFFDF1;
}
.unavailable-message-container i {
    color: #FAAD14;
    margin-inline-end: 10px;
    line-height: 0;
}
.error-whatsapp-link {
    width: 150px;
    margin:50px auto ;
}
.error-container {
    width: 90%;
}

.back-to-financing-offers-btn {
    width: 170px;
    margin: 20px auto ;
}

.offers-error-message-container {
    text-align: center;
    margin: 50px;
}
.offers-error-message-container p {
    margin-top: 20px;
    font-size: 20px;
    color: #1A1A1A;
}
.offers-error-message-container p span {
    font-size: .8em;
    margin-top: 14px;
    display: block;
}

@media print {
    body {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
    .d-none-print {
        display: none !important;
    }
    .more-details {
        display: flex !important;
    }
    .show-more-info {
        display: none !important;
    }
    .information-section {
        -moz-column-break-inside: avoid !important;
        break-inside: avoid !important;
    }
    .cat-item.choose .information-section {
        background: #F2F2F2 !important;
    }
}
.offer-page-sticky-container.active {
    position: fixed;
    top: 0;
    z-index: 4;
    background: #fff;
    width: 610px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding-bottom: 10px;
}
.offers-page-sticky-container.active {
    padding-top: 240px;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label ,.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #666666;
}
.app-version {
    text-align: center;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}
.sidebar {
    height: calc(100% - 15%);
}
/*style error pages*/
.page-error{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 15px 10px;
}
.page-error h1{
    font-size: 100px;
    color: #e9802b;
    font-weight: 600;
    margin-bottom: 30px;
}
.page-error .btn-large-home {
    width: 340px;
    margin:40px auto 0;
    line-height: 35px;
}
.page-error .img-error {
    width: 340px;
    margin-bottom: 20px;
}
.page-error h6 {
    color: #666666;
    font-weight: 600;
}
.page-error p {
    color: #666666;
    margin-bottom: 30px;
    font-size: 12px;
    text-align: center
}

body.error {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.car-availability-btn {
    background: transparent;
    color: #000000 !important;
    font-size: 18px;
    padding: 0;
    text-align: right;
}
.car-availability-btn button {
    color: #1890FF;
    text-decoration: underline;
    background: transparent;
    border: 0;
    padding: 0;
}
.back-main-page {
    background: transparent;
    color: #E9802B !important;
    border-color: #E9802B;
}
.choose-offer-btn {
    background: transparent;
    color: #E9802B !important;
    border-color: #E9802B;
    width: 45%;
}
.clear-filter-btn {
    background: transparent;
    color: #E9802B !important;
    border-color: #E9802B;
}
.choose-offer-btn img {
    position: static;
}
.choose-offer-btn-container {
    display: flex;
    gap: 15px;
}
.otp-close-btn img{
    width: 30px;
}
.validation-errors-ul {
    padding: 15px;
    background: #A92229;
    color: #fff;
}
.otp-close-btn {
    border: 1px solid #666666;
    padding: 5px;
    margin: 15px 15px 5px;
    border-radius: 50%;
}

.company-img-container {
    width: 58px;
    margin-inline-end: 5px;
}
.company-img-container[src="/FundingRequests/images/stc.svg"] {
    max-height: 24px;
}
.more-details {
    display: none;
}
.terms-condition-p {
    font-size: 14px;
    font-family: 'TajawalRegular';

}
