:root {
    --blue: #036db8;
    --gray: #6d6d6d;
    --black: #2c2c2c;
    --red: #f84235;
    --red2: #d84f48;
    --blue2: #052f5f;
    --blue3: #2a64b6;
    --login-red: #e67470;
    --login-gray: #949494;
    --login-blue: #1c84f6;
    --login-blue2: #1d84f6;
    --comments: #040404;
    --lightGray: #595959;
}
@font-face {
    font-family: FF_Yaseer;
    src: url("/dist/frontend/fonts/FF_Yaseer.otf");
}
body {
    font-family: FF_Yaseer;
    direction: rtl;
}
a {
    all: unset;
    cursor: pointer;
    color: var(--blue);
}
h3 {
    font-size: 45px !important;
    color: var(--blue) !important;
    margin-bottom: 35px;
}
.form-control {
    direction: rtl;
}
.navbar-brand {
    font-size: 54px;
    color: var(--blue);
}
.navbar-brand:hover {
    color: var(--blue);
}
#mainNavbar.fixed-top {
    background-color: #fff;
    transition: all 0.6s;
    height: 70px;
}
.header-login svg {
    margin-left: 10px;
}
.navbar-nav li a {
    font-size: 21px;
    color: var(--gray);
    margin-left: 40px;
}
.navbar-nav .nav-link.active {
    color: var(--blue);
    position: relative;
}
.navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    background-image: url("../img/header-nav-img.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    right: 0;
    bottom: 0px;
    background-size: 100% 50%;
    background-position: 0px 13px;
}
.header-login a {
    font-size: 23px;
}
.home-main-section {
    background-image: url("../img/banner-new-img.png");
    padding: 250px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 55px;
    animation: fadeIn 1.5s ease-in-out;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.banner-images-left,
.banner-images-center,
.banner-images-right {
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Adjust the duration and timing function as needed */
}

.banner-images-left.show,
.banner-images-center.show,
.banner-images-right.show {
    opacity: 1;
}

.home-main-section-text {
    text-align: right;
}
.home-main-section-text h3 {
    font-size: 45px;
    color: var(--blue);
}
.home-main-section-text p {
    font-size: 20px;
    color: var(--black);
}
.home-main-section-text label {
    font-size: 25px;
    color: var(--red);
    border: 2px solid var(--red);
    border-radius: 4px;
    padding: 6px;
    margin-left: 32px;
}
.home-main-section-text label a {
    color: var(--red);
}
.pop-video .modal-content {
    background-color: transparent;
    border: 0;
}
.pop-video .btn-close {
    opacity: 1;
    color: #fff;
    font-size: 30px;
    padding: 0;
    background: none;
    width: 20px;
    height: 22px;
    display: flex;
    align-items: center;
    position: relative;
    top: -10px;
}
.modal-body {
    padding: 0;
}
.home-ahzab-section {
    position: relative;
    background-color: #dae7eb;
    background-image: url("../img/ahzab-layer.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-top: 50px;
    padding-bottom: 240px;
}
.home-ahzab-section::before {
    content: "";
    background-image: url("../img/ahzab-top-shape.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 200px;
    top: -198px;
    z-index: 99;
}
.home-ahzab-section ul li .number {
    font-size: 60px;
    height: 60px;
    color: var(--red2);
}
.home-ahzab-section ul li .title {
    font-size: 25px;
    color: var(--blue);
}
.home-ahzab-section h3 {
    font-size: 48px;
    color: var(--blue);
}
.ahzab-hexagon li {
    position: relative;
    max-width: 117px;
    margin-left: 15px;
}
.ahzab-hexagon-img {
    width: 87px;
    height: 70px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    margin: auto;
}
.hexagon-container {
    height: 133px;
}
.ahzab-tabs .nav-tabs .nav-link {
    font-size: 20px;
    color: var(--blue3);
    position: relative;
    border: 0;
    margin-left: 45px;
}
.ahzab-tabs .nav-tabs .nav-link.active {
    background-color: transparent;
    border: 0;
}
.ahzab-tabs .nav-tabs .nav-link.active::before {
    content: "";
    background-image: url("../img/ahzab-line.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 35px;
    height: 20px;
    right: 15px;
    top: 19px;
}
.header-lang a {
    font-size: 20px;
}
.ahzab-hexagon .second-row {
    margin-right: 60px;
}
.ahzab-tabs ul {
    margin-bottom: 0;
}
.ahzab-modal .modal-content {
    background-color: transparent;
    border: 0;
}
.ahzab-modal .btn-close {
    opacity: 1;
    color: #fff;
    font-size: 30px;
    padding: 0;
    background: none;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}
.ahzab-modal .modal-body {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.ahzab-modal .modal-header {
    padding-right: 0;
    border: 0;
}
.ahzab-modal-body-inner,
.share-modal-body-inner {
    border: 2px dashed #babab9;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
}
.ahzab-modal-body-inner p {
    color: var(--blue3);
    margin: 20px 0;
    font-size: 23px;
}
.ahzab-modal-body-inner a {
    color: var(--red2);
    font-size: 23px;
}
.ahzab-modal-body-inner img {
    max-height: 100px;
}
.home-marsad-hazbi-section {
    background-color: #f1f5f6;
    position: relative;
    padding-top: 100px;
}
.home-marsad-hazbi-section .marsad-text a {
    color: var(--red);
    font-size: 25px;
}
.home-marsad-hazbi-section::before {
    content: "";
    background-image: url("../img/ahzab-shape-bottom.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    top: -200px;
}
.home-marsad-hazbi-section .play-icon {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}
.home-hizib-question {
    /* background-image: url("../img/quiz-image-new.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 120px; */
    padding: 50px 0;
    padding-bottom: 350px;
    position: relative;
    margin-top: 0;
    background-color: #f4f8f9;
}
.home-hizib-question::before {
    content: "";
    /* background-image: url("../img/ahzab-bottom-shape-new.png"); */
    background-image: url("../img/quiz-new-top-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 270px;
    left: 0;
    top: -270px;
    background-position: center;
}
.home-hizib-question h3 {
    color: var(--blue3);
    font-size: 70px;
}
.home-hizib-question p {
    color: var(--lightGray);
    font-size: 23px;
}
.home-hizib-question ::placeholder {
    color: #d8d8d8;
    opacity: 1;
}

.home-hizib-question ::-ms-input-placeholder {
    color: #d8d8d8;
}
.home-hizib-question .btn {
    background-color: #135eb4;
    color: #fff;
    font-size: 27px;
    outline: 2px solid #135eb4;
    outline-offset: 5px;
    padding: 10px;
    border: 1px solid #135eb4;
    position: relative;
}
.home-hizib-question .btn::before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border-radius: 1px;
    outline: 2px solid #658ebd;
    outline-offset: 12px;
}
.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(241 245 246 / 30%);
    z-index: 1;
}
.home-hizib-question input {
    color: var(--blue3);
    padding: 10px;
    font-size: 30px;
    border-radius: 15px;
    background-color: #f5f5f5;
    color: #d8d8d8 !important;
}
.login-page {
    background-image: url("../img/login-bg.png");
    background-color: #e1e8ea;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    height: 750px;
    margin-top: -91px;
    margin-bottom: 50px;
    background-position-y: 100px !important;
}
.btn-login {
    color: var(--login-gray);
    border: 3px solid var(--login-red);
    font-size: 25px;
    background-color: transparent;
    padding: 2px 13px;
    border-radius: 2px;
}
.btn-login:hover {
    border: 3px solid var(--login-red);
    background-color: transparent;
}
.login-banner-text h3 {
    color: var(--blue);
    font-size: 50px;
}
.login-banner-text p {
    color: var(--login-gray);
    font-size: 25px;
}
.login-page-form {
    background-image: url("../img/login-bototm-shape.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin-top: -200px;
    padding-top: 170px;
}
.login-blue-btn {
    background-color: var(--blue);
    border: 3px solid var(--blue);
    color: #fff;
    font-size: 25px;
    padding: 2px 25px;
    border-radius: 2px;
}
.login-blue-btn:hover {
    background-color: #fff;
    border: 3px solid var(--login-blue2);
    color: var(--blue);
    font-size: 25px;
    padding: 2px 25px;
}
.login-form-data .login-blue-btn {
    margin-right: 50px;
}
.login-form-data label {
    color: var(--login-gray);
    font-size: 18px;
}
.login-form-data .form-control {
    border-radius: 0;
    border-color: #222222;
    padding: 20px 10px;
    box-shadow: none;
}
.login-form-data .form-check-input {
    border: 2px solid #000;
    border-radius: 0 !important;
}
.login-form-data .btn-login-submit {
    background-color: #e12304;
    color: #fff;
    font-size: 18px;
    padding: 0px 5px;
}
.login-form-data .forgot-password-link {
    font-size: 18px;
    color: #c45c58;
}
.register-page {
    background-image: url("../img/register-bg.svg");
    background-position: left;
}
section.hizib-sections {
    padding: 60px 0;
}
main.party-details-main {
    background-color: #f1f5f6;
}
.party-details-hizib-word {
    position: relative;
    padding-top: 160px !important;
}
.party-details-hizib-word::before {
    content: "";
    background-image: url("../img/hizib-bottom-shape.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 150px;
    top: -60px;
}
.percent-sign {
    font-family: cursive;
    font-size: 38px;
    font-weight: bold;
}
.hizib-word-number-box {
    border: 3px solid #a1a1a1;
    padding: 20px;
    border-radius: 3px;
}
.hizib-word-number-box .number {
    color: #e12304;
    font-size: 58px;
    margin-bottom: 0;
}
.hizib-word-number-box .text {
    color: #272727;
    font-size: 22px;
}
.party-details-hizib-word .login-banner-text p {
    color: #333333;
}
.hizib-principles-box-data {
    background-color: #dfe5e6;
    text-align: center;
    border-radius: 5px;
    padding: 15px;
    margin-top: 50px;
    min-height: 420px;
}
.hizib-principles-box-data h3 {
    color: #353535;
    font-size: 27px;
}
.hizib-principles-box-data p {
    color: #5e5d5d;
    font-size: 20px;
}
.hizib-principles-box-data img {
    height: 100px;
    width: 80px;
}
.amana-manager-details h4 {
    color: var(--blue);
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 15px;
}
.amana-manager-details p {
    color: #a7a7a7;
    font-size: 26px;
}

.team h4 {
    color: #000000 !important;
}
.team p {
    color: var(--blue);
}
.amana-manager-details img {
    max-height: 240px;
}
.partner img {
    width: 100%;
}
.hizib-questions-title h4 {
    font-size: 20px;
    color: var(--comments);
    margin: 0;
}
.hizib-questions-comments img {
    width: 50px;
}
.user-img-name img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.hizib-questions-comments span {
    font-size: 19px;
    color: #3d3d3d;
}
.hizib-questions-comments p {
    margin-right: 55px;
    font-size: 16px;
    color: var(--comments);
}
.hizib-questions-replay {
    width: 80%;
}
.comments-view-more a {
    font-size: 20px;
    color: var(--comments);
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}
.login-box-replay-textarea {
    margin-right: 50px;
}
.login-box-replay .form-control {
    border: 2px solid #888888;
    border-radius: 20px;
}
.login-box-replay textarea {
    resize: none;
    height: 120px;
    margin-top: 25px;
}
.login-box-replay-share a,
.login-box-replay-share button {
    background-color: #eff2f3;
    font-size: 16px;
    color: var(--comments);
    padding: 5px 10px;
    border-radius: 10px;
    border: 0;
}
.share-modal-body-inner p {
    color: #6e6e6e;
    font-size: 20px;
}
.share-modal-body-inner h3 {
    font-size: 22px;
    color: var(--blue);
}
.contact-details li {
    font-size: 19px;
    color: var(--comments);
}
.contact-details a {
    color: var(--comments);
}
.party-location-select select {
    color: var(--blue);
    font-size: 20px;
    width: auto;
    border: 0;
    border-radius: 15px;
    background-position: center;
    background: rgb(255 255 255) url("../img/dropdown-arrow-comments.png") 8px
        14px;
    background-repeat: no-repeat;
    background-size: 15px;
    --bs-form-select-bg-img: none;
    box-shadow: none !important;
}
.part-details-maps #map {
    height: 400px;
}
.news-activity-section .news-text a {
    color: #4f4e4e;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 75px;
}
.news-activity-section .news-text p {
    color: #555555;
    font-size: 14px;
    margin: 0;
}
.news-activity-section .news-text {
    background-color: #fff;
    padding: 20px;
}
.news-img {
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}
.hizib-details-img .col-4 {
    background-color: #f0f3fa;
    padding: 30px;
    /* border: 1px solid #e1e1e1; */
    width: 130px;
    height: 130px;
}
.hizib-details-img .col-4:nth-child(3),
.hizib-details-img .col-4:nth-child(7) {
    background-color: #e6472d;
    border: 1px solid #e6472d;
}
.hizib-details-img .col-4:first-child,
.hizib-details-img .col-4:last-child {
    border-radius: 100%;
    width: 130px;
    height: 130px;
}
.hizib-details-img .col-4 img {
    width: 130px;
}
#progress {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.dot {
    height: 20px;
    width: 20px;
    margin: 0 10px;
    background-color: lightgray;
    border-radius: 50%;
    display: inline-block;
}
.active-dot {
    background-color: #007bff;
}
#wizard .form-check {
    font-size: 22px;
    color: var(--blue3);
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    padding: 8px;
    margin-bottom: 15px;
}
#wizard .form-check-input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-left: 15px;
}
.quiz-next-btn .btn {
    font-size: 23px;
    padding: 5px;
    outline-offset: 5px;
    min-width: 100px;
}
.quiz-next-btn .btn::before {
    outline-offset: 11px;
}
#quizContainer .form-check-input:checked {
    background-image: none;
}
#wizard {
    /* height: 470px; */
    overflow: auto;
}
.logout-dropdown a {
    margin-left: 0 !important;
    width: fit-content;
}
.file-upload {
    display: none;
}
.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ededed;
}
.profile-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-image {
    position: absolute;
    top: 0;
    right: 20%;
    left: 50%;
    color: #666666;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}
.p-image:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.upload-button:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #999;
}
.profile-main-tag {
    background-color: #f1f5f6;
}
.profile-parent-div {
    padding: 15px;
    background-color: #fff;
}
.user-profile-data {
    padding: 30px;
    border-radius: 5px;
    border: 1px dashed #717171;
    text-align: center;
}
.user-profile-data h3 {
    font-size: 26px;
    color: #727272;
}
.party-user-details h3 {
    font-size: 26px;
    color: #ff2a06;
}
.party-user-details p {
    font-size: 19px;
    color: #454545;
}
.party-share-img {
    background-color: #fff;
    height: 100px;
    text-align: center;
    padding-top: 15px;
}
.party-share-img img {
    width: 80px;
}
.profile-party-share-comments h2 {
    font-size: 33px;
    color: #454545;
}
.party-marsad-img img {
    border-radius: 30px;
}
.party-marsad-main .home-ahzab-section {
    background-image: none;
}
.party-marsad-team {
    background-color: #eaeaea;
}
.party-marsad-team .amana-manager-details h4 {
    font-size: 24px;
    color: var(--blue);
}
.party-marsad-team .amana-manager-details img {
    border-radius: 15px;
}
.party-marsad-margin {
    margin-top: 50px;
}
.party-marsad-main .party-marsad-title h3 {
    color: var(--blue);
    font-size: 43px;
}
.login-box-replay-share img {
    width: 11px;
}
#mainNavbar {
    direction: rtl;
}
.party-box-img-center {
    background-color: transparent !important;
    padding: 0 !important;
}
.popup-tooltip {
    cursor: pointer;
}
.popup-text-title .number {
    color: #e12304;
    font-size: 30px;
    margin-bottom: 0;
}
.hizib-details-img {
    max-width: 486px;
}
.custom-tooltip {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 30px;
    border-radius: 33px;
    display: none;
    width: 430px;
    top: 160px;
}
.tooltip-content {
    max-width: 370px;
    border-radius: 33px;
    border: 2px dashed #dadada;
    padding: 30px;
    padding-bottom: 15px;
}
.tooltip-content .party-tooltip-title {
    font-size: 20px;
    color: #000;
}
.tooltip-content .number label {
    color: #c70d00;
    font-weight: bold;
    font-size: 47px;
    margin-left: 20px;
}
.tooltip-content .number {
    display: flex;
    align-items: center;
}
.custom-tooltip svg {
    width: 20px;
    height: 18px;
}
.custom-tooltip .progress {
    background-color: transparent;
}
.custom-tooltip .progress-bar {
    background-color: transparent;
    color: #000;
    height: 17px;
}
.tooltip-data {
    border-top: 2px dashed #000;
    margin-top: 10px;
    margin-top: 5px;
}
.tooltip-data p {
    border-bottom: 2px dashed #000;
}
.tooltip-data p:last-child {
    border-bottom: 0;
}
.tooltipButton {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}
.blob.red {
    /* background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1); */
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(1);
        /* box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7); */
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}
.party-date-text {
    font-weight: bold;
    color: #000 !important;
    font-size: 30px !important;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
.party-marsad-team .amana-manager-details img {
    max-height: 200px;
}
.banner-images-left {
    position: absolute;
    left: 49%;
}
.banner-images-center {
    position: absolute;
    left: 65%;
}
.banner-images-right {
    position: absolute;
    left: 88%;
}
span.hizib-top-icon {
    position: absolute;
    left: 7px;
    top: -10px;
    z-index: 9;
    width: 25px;
}
.hizib-top-icon label {
    position: absolute;
    top: 10px;
    right: 3px;
    color: #fff;
    font-size: 14px;
}
.submit-question-btn {
    display: flex;
    justify-content: space-between;
}
.submit-question-btn .btn-default {
    min-width: 120px;
    border: 3px solid #0370b8;
    color: var(--lightGray);
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    padding: 6px 0;
}
.submit-question-btn .btn-default:hover {
    background-color: #0370b8;
    color: #fff;
    transition: 0.3s;
}
.submit-question-title {
    color: var(--blue) !important;
}
.party-details-mobile {
    direction: ltr;
    unicode-bidi: embed;
}
.almarsad-case-top-section .btn {
    color: #0370b8;
    border: 1px solid #0370b8;
    border-radius: 15px;
    padding: 7px 40px;
}
#caseSection {
    background-color: #f1f5f7;
}
.case-main-section {
    animation: none;
    background-image: url("../../frontend/img/case-main-banner.jpg");
    padding-top: 0;
}
.case-filter-btn {
    display: flex;
    justify-content: space-between;
}
.case-filter-btn .btn {
    background-color: #fff;
    border: 1px solid #d3d7dd;
    color: #000;
    border-radius: 15px;
    padding: 3px 35px;
    min-height: 29px;
    display: flex;
    align-items: center;
}
.case-filter-btn .btn:hover {
    background-color: #0370b8;
    color: #fff;
    transition: 0.3s;
}
.case-filter-select .form-select {
    max-width: 200px;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/arrow-select.svg");
    background-repeat: no-repeat;
    border-color: #d3d7dd;
}
.case-main-page {
    background-color: #f1f5f7;
}
.case-parent-box {
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
}
.case-parent-box .case-image img {
    width: 100%;
    height: 204px;
}
.case-parent-box .case-image-title img {
    width: 28px;
    height: 28px;
    border-radius: 50px;
}
.case-parent-box .case-image-title p,
.case-date p {
    color: #686868;
    font-weight: bold;
    font-size: 17px;
    direction: ltr;
}
.case-description p {
    color: #424242;
    font-weight: bold;
    font-size: 17px;
}
.case-button {
    display: flex;
    justify-content: space-around;
}
.case-button span {
    font-size: 20px;
    background-color: #f8f8f8;
    padding: 5px;
    border-radius: 15px;
    color: #212529;
}
.case-box-text-description {
    min-height: 232px;
}
.case-pagination nav {
    direction: ltr;
}

.case-pagination .pagination .page-item {
    margin: 0 5px; /* Adds space between items */
}

.case-pagination .pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50px !important;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    text-decoration: none;
    color: #0370b8;
    font-size: 15px;
    transition: background-color 0.3s, color 0.3s;
    padding: 10px;
}
.case-pagination .pagination .page-link.active,
.case-pagination .pagination .page-link:hover,
.case-filter-btn .btn.active {
    background-color: #0370b8;
    color: #fff;
}
.case-upload-image .file-upload .image-box {
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    max-width: fit-content;
}
.case-upload-image .file-upload .image-box .image-upload-preview {
    display: none;
    max-height: 150px;
}
.case-upload-image p {
    color: #0370b8;
    font-weight: bold;
}
.case-upload-image .case-upload-icon {
    width: 25px;
}
.case-submit-btn .btn {
    width: 300px;
    background-color: #0370b8;
    color: #fff;
}
/* Checkbox */
.case-main-checkbox .custom-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox label */
.case-main-checkbox .form-check-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    user-select: none;
}

/* Create a custom checkbox before element */
.case-main-checkbox .form-check-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #0095e0;
    background-color: white;
    border-radius: 3px;
}

/* Add a custom image when the checkbox is checked */
.case-main-checkbox .custom-checkbox:checked + .form-check-label::before {
    content: url("../../frontend/img/check-icon.svg");
    background-color: #fff;
    background-size: cover;
}
.case-main-description-form .form-control {
    border: 0;
    border-radius: 5px;
}
.case-main-section .banner-images-center {
    left: 62%;
    top: 35%;
}
.case-main-section .banner-images-right {
    left: 91%;
    top: 36%;
}
.image-box .controls {
    position: absolute;
    z-index: 0;
    opacity: 0;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
    height: 250px;
}
[dir="rtl"] .slick-prev:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../../frontend/img/angle-circle-right.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
[dir="rtl"] .slick-next:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../../frontend/img/angle-circle-left.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 65px;
    color: #d9d9d9;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: #0370b8;
}
.slick-slide {
    margin: 0 10px;
}
.slick-slider-main .case-button span {
    display: flex;
}
.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.slick-slider-main .case-parent-box {
    box-shadow: none !important;
}
[dir="rtl"] .slick-prev {
    right: -35px;
}
[dir="rtl"] .slick-next {
    left: -60px;
}
.program-icon span {
    color: #c70d00;
}
.program-icon a {
    color: #c70d00;
}
.program-inner-description h2 {
    color: #e41717;
}
.program-all-comment-boxes {
    background-color: #fafafa;
}
.program-all-comment-boxes .btn-send-program {
    background-color: #0370b8;
    color: #fff;
    padding: 10px 20px;
}
.program-all-comment-boxes .btn-send-program:hover {
    background-color: #0370b8c7;
}
.program-all-comment-boxes .login-box-replay .form-control {
    border: 1px solid #0370b8;
    border-radius: 10px;
}
.program-all-comment-boxes .user-name {
    color: rgb(0 0 0 / 40%);
}
.program-all-comment-boxes .user-description {
    color: #515151;
}
.program-inkhabi h2 {
    color: #c70d00;
}
.program-inkhabi-image-big img {
    border-radius: 15px;
}
.program-image-description {
    background-color: rgb(255 255 255 / 66%);
    border-radius: 30px;
    padding: 20px 30px;
    text-align: center;
}
.program-inkhabi .col-lg-4 {
    margin-left: -100px;
    z-index: 9;
}
.tabana-kaditi-inner .case-image-title img {
    width: 70px;
    height: 70px;
}
.tabana-main-inner-section {
    background-color: #f1f5f7;
}
.tabana-main-inner-section .case-parent-box {
    background-color: transparent;
}
.tabana-main-inner-section .program-icon span,
.tabana-main-inner-section .program-icon a {
    color: #000;
    background-color: #f8f8f8;
    padding: 8px;
    border-radius: 15px;
    border: 1px solid #f1f5f7;
}
.tabana-main-inner-section .program-icon span.active {
    border-color: #0370b8;
}
.tabana-main-inner-section .program-icon img {
    width: 25px;
}
.tabana-main-inner-section .info-div {
    position: absolute;
    background-color: #fff;
    border: 1px solid #0370b8;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-width: 200px;
    border-radius: 10px;
    display: none;
}

.tabana-main-inner-section .arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #0370b8;
    position: absolute;
    top: -14px;
    left: 55%;
    transform: translateX(-45%);
}

.tabana-main-inner-section .program-icon {
    position: relative;
}

.party-case-inner-image {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    object-fit: cover;
}
nav a.navbar-brand img {
    max-width: 190px;
}
.partner-new-img img {
    max-height: revert !important;
    max-width: 300px;
}
.main-footer {
    background-color: #2c67ba;
    color: #fff;
    padding: 20px 0;
}
.main-footer a {
    color: #fff;
}
