.c-w {
    color: #fff !important;
}

.print-error-msg ul {
    margin-bottom: 0;
}

.langs .dropdown-menu {
    min-width: 7rem;
}

.langs .dropdown-item a i {
    color: #000;
}

.langs .dropdown-item {
    padding-left: 12px;
}

.langs .btn.dropdown-toggle {
    padding-right: 0;
}

.multisteps-form__panel {
    position: unset !important;
}

.login-content.multisteps {
    margin: 50px 0;
}

.multisteps-form__content label.cat-btn {
    background: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    color: #000;
}

.multisteps-form__content label.cat-btn:hover {
    background: #fcfaf7;
    border-color: #c69d61;
    cursor: pointer;
}

.multisteps-form__content input:checked + label {
    background: #fcfaf7;
    border-color: #c69d61;
}

.multisteps-form__content input:checked + a.cat-btn {
    background: #fcfaf7;
    border-color: #c69d61;
}

.btn-primary {
    background-image: linear-gradient(
        to right,
        #c69d61,
        #ffdba1,
        #c69d61
    ) !important;
    opacity: 1;
    border-color: #bad480;
    font-family: "muli", cursive;
    border: none;
    color: #000 !important;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 700;
    width: 180px !important;
}

.btn-primary-new {
    background-image: linear-gradient(
        to right,
        #c69d61,
        #ffdba1,
        #c69d61
    ) !important;
    opacity: 1;
    border-color: #bad480;
    font-family: "muli", cursive;
    border: none;
    color: #000 !important;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 700;
    width: 130px !important;
}

.btn-edit {
    background-image: linear-gradient(
        to right,
        #c69d61,
        #ffdba1,
        #c69d61
    ) !important;
    opacity: 1;
    border-color: #bad480;
    font-family: "muli", cursive;
    border: none;
    color: #000 !important;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 700;
    width: 50px !important;
}

.multisteps-form__progress-btn:after {
    z-index: 0;
}

.login-account.row .multisteps-form__progress-btn:after {
    z-index: -1;
}

/*button.multisteps-form__progress-btn .form-inner-icon {
    z-index: 0;
}*/

.multisteps-form__progress-btn:first-child:after {
    display: block !important;
}

.multisteps-form__progress-btn:last-child:after {
    display: none;
}

.multisteps-form__progress-btn:after {
    left: calc(50% - 13px / 2);
}

/*section.multistep-form-main .multisteps-form__panel {
    position: absolute;
    z-index: 9999999;
}*/

.main-wrapper {
    padding-top: 105px;
}

a.btn.hired {
    background: #dadada !important;
    pointer-events: none;
}

a.btn.offers {
    pointer-events: none;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.modal button.close {
    right: 0;
    left: auto !important;
}

/*button.multisteps-form__progress-btn .form-inner-icon {
    z-index: 1;
}*/

/* lawyer css*/

/*.service-box{
    border: 3px solid transparent;
    border-radius: 10px;
    padding: 15px;
    border-bottom-color: #EF3D55;
    width: 210px;
}*/

/* .service-box.case-1 .service-bg a:before{
    background-image:url(../images/case-icon-1.svg) !important;
}
.service-box.case-2 .service-bg a:before{
    background-image:url(../images/lawyer-ongoing.svg) !important;
}
.service-box.case-3 .service-bg a:before{
    background-image:url(../images/lawyer-upcoming.svg) !important;
}
.service-box.case-4 .service-bg a:before{
    background-image:url(../images/lawyer-padding.svg) !important;
}
.service-box.case-5 .service-bg a:before{
    background-image:url(../images/case-icon-4.svg) !important;
} */

.my-case-1 {
    /* width: 370px; */
    width: 550px;
}

.service-box.case-1 .service-bg a:before {
    background-image: url(../images/case-icon-1.svg) !important;
}

.service-box.case-2 .service-bg a:before {
    background-image: url(../images/lawyer-ongoing.svg) !important;
}

.service-box.case-3 .service-bg a:before {
    background-image: url(../images/lawyer-upcoming.svg) !important;
}

.service-box.case-4 .service-bg a:before {
    background-image: url(../images/lawyer-padding.svg) !important;
}

.service-box.case-5 .service-bg a:before {
    background-image: url(../images/case-icon-4.svg) !important;
}

.my-case-1 .service-bg a:before {
    background-size: 70px;
}

#ajax-loader {
    display: none;
    opacity: 0.8;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/ajax-loader.gif") 50% 50% no-repeat
        rgba(255, 255, 255, 0.7);
}

ol.breadcrumb-rules {
    padding: 0.75rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ol.breadcrumb-rules li a {
    font-size: 16px;
    color: #007bff;
}

ol.breadcrumb-rules .breadcrumb-rules-item {
    list-style: none;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

/* @-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
.dropzone, .dropzone * {
    box-sizing: border-box; }

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px; }
.dropzone.dz-clickable {
    cursor: pointer; }
.dropzone.dz-clickable * {
    cursor: default; }
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer; }
.dropzone.dz-started .dz-message {
    display: none; }
.dropzone.dz-drag-hover {
    border-style: solid; }
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5; }
.dropzone .dz-message {
    text-align: center;
    margin: 0; }
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
.dropzone .dz-preview:hover {
    z-index: 1000; }
.dropzone .dz-preview:hover .dz-details {
    opacity: 1; }
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd); }
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1; }
.dropzone .dz-preview.dz-image-preview {
    background: white; }
.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none; }
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline; }
.dropzone .dz-preview:hover .dz-details {
    opacity: 1; }
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%; }
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px; }
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap; }
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8); }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis; }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent; }
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px; }
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px); }
.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10; }
.dropzone .dz-preview .dz-image img {
    display: block; }
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px; }
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px; }
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in; }
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite; }
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden; }
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out; }
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block; }
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto; }
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white; }
.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626; } */

.row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

a.text-primary:hover,
a.text-primary:focus {
    color: inherit !important;
}

.multisteps-form__content a.cat-btn:hover {
    background: #fcfaf7;
    border-color: #c69d61;
}

.error {
    color: red;
}

.profile-img-block {
    top: 0 !important;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.js-offer-reject {
    padding: 10px 20px !important;
}

.js-offer-accept {
    padding: 12px 20px !important;
}

.js-offer-reject,
.js-offer-accept {
    margin-bottom: 5px;
}

.dropdown-arrow-hide {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* For IE <= 11 */
    select::-ms-expand {
        display: none;
    }
}

.field-icon-1,
.field-icon-2,
.field-icon-3 {
    position: absolute;
    left: auto;
    /* right: 15px; */
    /* top: 34px; */
    color: #f57833;
    cursor: pointer;
    /* margin-right: 40px; */
}

.toggle-password-ar {
    position: absolute;
    top: 42px;
    left: 25px;
    right: unset;
}
.col-md-6.pr-0 .toggle-password-ar {
    left: 10px;
}
.toggle-password-en {
    position: absolute;
    top: 42px;
    right: 25px;
}
.col-md-6.pr-0 .toggle-password-en {
    right: 10px;
}
.company-toggle-password-ar {
    position: absolute;
    top: 42px;
    left: 15px;
    right: unset;
}
.company-toggle-password-en {
    position: absolute;
    top: 42px;
    right: 15px;
}

/*
.login-form .toggle-password {
    right: 10px;
} */

.user-login-form .toggle-password {
    right: 10px;
}

.img-fluid-18 {
    max-width: 100%;
    height: 18px;
}

.btn-green {
    background-color: #103c42 !important;
    opacity: 1;
    border-color: #103c42;
    font-family: "muli", cursive;
    border: none;
    color: #c69d61 !important;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 700;
    width: auto !important;
}

/*---------------------------- consultation-details--------------------*/

.consultation-details-box {
    border: 3px solid transparent;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.how-img {
    margin-right: 15px;
}
.user-action-area .btn {
    width: auto !important;
}
.user-action-area .width100 {
    width: 100% !important;
}
.cancelbtn {
    background: #fff !important;
    border: 2px solid #ccc;
}
.cancelbtn:hover {
    border: 2px solid #ff4141;
}
.user-action-area .btn-green:hover {
    color: #fff !important;
}
.consultantpoints {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    min-width: 85%;
}
.consultantpoints .subheading {
    margin-bottom: 10px;
}
.conversiontypes li img {
    max-width: 55px;
    margin: 5px;
}
.btn-lightgray {
    background: #e6ebeb !important;
    width: auto !important;
    color: #103c42 !important;
}
.history-btn {
    min-width: 48%;
    padding: 15px !important;
}
.btn-icon {
    display: block;
    text-align: center;
    max-width: 28px;
    margin: 0 auto 2px;
}
.width100 {
    width: 100% !important;
}
/*---------------------------- end consultation-details--------------------*/
.endconsultation {
    background: #ff4141 !important;
    color: #fff !important;
}
.endconsultation:hover,
.conversiontypes img:hover {
    color: #fff !important;
    box-shadow: 0 5px 10px rgb(198 158 98 / 40%);
}
.endconsultation:focus {
    background: #ff4141 !important;
    color: #fff !important;
}
.categories-fliters-list-item {
    background-color: #ffffff !important;
    opacity: 1;
    border: 2px solid #103c42;
    font-family: "muli", cursive;
    color: #103c42 !important;
    border-radius: 10px !important;
    padding: 10px 20px;
    font-weight: 700;
    width: auto !important;
    margin-right: 5px;
}
.categories-fliters-list-item.active {
    background-color: #103c42 !important;
    color: #ffffff !important;
}

.categories-fliters-list::-webkit-scrollbar {
    display: none;
}

.categories-fliters-list-inner {
    overflow-x: scroll;
    mouse-wheel: horizontal;
    scroll-direction: horizontal;
}

/* width */
.categories-fliters-list-inner::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.categories-fliters-list-inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

/* Handle */
.categories-fliters-list-inner::-webkit-scrollbar-thumb {
    background: #c69d61;
    border-radius: 10px;
}
.categories-fliters-list-inner {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/* invoice detail */
.p-2.invoice-col {
    min-width: 130px;
}

/* Appointment history modal */
.mode-badge {
    background: #e7ebec;
    color: #47686d;
    font-size: 14px;
    padding: 5px 15px;
}

.consultation-popup .modal-dialog-centered {
    max-width: 450px !important;
}
.consultation-inner .row {
    padding: 12px !important;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 0 8px 0px #0000002b;
}
.close:focus,
.close:hover {
    outline: none;
}

:root {
    --b: #262626;
    --w: #ffdba1;
    --s: #cccccc40;
}

.loading-content {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--b);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
}

.loading-content .content {
    width: 50vmin;
    height: 50vmin;
    position: relative;
}

.dot {
    --dot: 5vmin;
    background: radial-gradient(
        circle at 50% calc(5vmin + 2px),
        var(--w) var(--dot),
        #fff0 calc(var(--dot) + 2px)
    );
    position: absolute;
    width: 100%;
    height: 100%;
    animation: spin 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s infinite;
}

@keyframes spin {
    0%,
    20% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 0 #fff0);
    }
    60% {
        filter: drop-shadow(-0.25vmin 0 0 var(--s))
            drop-shadow(-0.25vmin 0 0 var(--s))
            drop-shadow(-0.25vmin 0 0 var(--s));
    }
    100% {
        transform: rotate(360deg);
        filter: drop-shadow(0 0 0 #fff0);
    }
}

.dot:nth-child(2) {
    --dot: 4.5vmin;
    animation-delay: 0.05s;
}

.dot:nth-child(3) {
    --dot: 4vmin;
    animation-delay: 0.1s;
}

.dot:nth-child(4) {
    --dot: 3.5vmin;
    animation-delay: 0.15s;
}

.dot:nth-child(5) {
    --dot: 3vmin;
    animation-delay: 0.2s;
}

.dot:nth-child(6) {
    --dot: 2.5vmin;
    animation-delay: 0.25s;
}

.dot:nth-child(7) {
    --dot: 2vmin;
    animation-delay: 0.3s;
}

.dot:nth-child(8) {
    --dot: 1.5vmin;
    animation-delay: 0.35s;
}

.dot:nth-child(9) {
    --dot: 1vmin;
    animation-delay: 0.4s;
}

.dot:nth-child(10) {
    --dot: 0.5vmin;
    animation-delay: 0.45s;
}

::-webkit-scrollbar {
    width: 10px;
    height: 4px !important;
    border-radius: 10px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5c8383;
    border-radius: 10px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #859494 !important;
}

.bg-feature .row {
    padding: 13px;
    border-radius: 21px;
    background-image: #fff;
    transition: all 0.5s;
    border: 5px solid #eac489;
    box-shadow: 0 0 10px #cfcfcf;
    position: relative;
    z-index: 99999;
    overflow: hidden;
}

.bg-feature .row:hover {
    box-shadow: 0 0 10px #cfcfcf;
    transform: scale(1.05);
    color: #fff;
    border: 5px solid #ffffff;
}

.bg-feature .icon-text {
    min-height: 269px;
}
.icon-img-1 {
    margin: 0 auto;
}

html:lang(ar) .bg-feature .icon-text {
    min-height: 120px;
}

.animate_intro {
    animation: animate_intro 90s infinite alternate both ease;
}

.layer_bg {
    width: 100%;
    background-color: #c69d61;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s;
}

.bg-feature .row:hover .layer_bg {
    height: 100%;
}

.icon-text,
.icon-img-1 {
    position: relative;
    z-index: 999;
}

@keyframes animate_intro {
    0% {
        background-position: right;
        background-size: 110% 110%;
    }

    20% {
        background-position: left;
        background-size: 130% 130%;
    }

    40% {
        background-position: center;
        background-size: 160% 160%;
    }

    60% {
        background-position: bottom;
        background-size: 120% 120%;
    }

    80% {
        background-position: top;
        background-size: 140% 140%;
    }

    100% {
        background-position: right;
        background-size: 110% 110%;
    }
}

@keyframes movebounce {
    0% {
        transform: translate(0, -10%);
    }

    50% {
        transform: translate(0, -5%);
    }

    100% {
        transform: translate(0, -10%);
    }
}

.description-container .descrip-rules {
    display: flex;
}

.description-container .descrip-rules p {
    width: 50%;
    text-align: left;
}
html:lang(ar) .description-container .descrip-rules p {
    text-align: right;
}

@media (max-width: 767px) {
    .description-container .descrip-rules p {
        width: 100%;
    }
}
