
@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";

@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-Bold.ttf');
  }
  
@media (max-width: 991px) {
    #block_80 .component-navbar-collapse, #block_82 .component-navbar-collapse {
        margin-left:auto;
        margin-bottom: 6px;
    }
}

@media (max-width: 991px) {
    .ludd {
        padding-top: 50px;
    }
}

@media(min-width: 778px) {
    .ment iframe {
        width: 70%;
        min-height: 330px;
    }

    .super-lud iframe {
        min-height: 330px;
    }
}

p img {
    max-width: 100%;
    border-radius: 15px;
}

@media(min-width: 991px) {
    .ment iframe {
        width: 50%;
        min-height: 330px;
    }
}

.ment {
    padding: 15px;
    background-color: #ff2d45;
}

iframe {
    width: 100%;
    height: auto;
    min-height: 180px;
    border-radius: 20px;
}

.ment iframe,.super-box iframe,.super-lud iframe {
    border: 1.5px solid rgb(255 255 255 / 35%);
}

.navbar-toggler {
    border: none !important;
    position: relative;
}

.navbar-toggler:focus,.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 2px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}



.modal-header {
    border-bottom: 1.5px solid #ffffff82;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #00000040
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
    padding-left: 4px;
    padding-right: 4px;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 0.75rem;
    border-top: 1.5px solid #ffffff82;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.close {
    float: right;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1;
    color: #ff0022;
    text-shadow: 0 1px 0 #fff;
}

.swal-overlay {
    background-color: rgb(0 0 0 / 15%);
    height: 100vh;
}

.swal-button-container {
    display: flex;
    justify-content: center;
}

.swal-button {
    width: 33%;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    padding: 12.5px 5px;
    margin: 0px 5px 3px;
    color: #ffffff;
    background: #e70720e0;
    border-color: #931725;
    box-shadow: 0 0px 10px rgb(255 33 33 / 50%);
    border-style: solid;
    border-radius: 15px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

.swal-button:hover {
    background: rgb(255 0 28 / 68%);
    border-color: #951422e0;
}

.swal-button:active {
    background: rgb(255 0 28 / 68%);
    border-color: #951422e0;
}

.swal-button:focus {
    background: #e4132ae0;
    box-shadow: 0 0px 10px rgb(255 33 33 / 50%);
}

.swal-modal {
    opacity: 0;
    pointer-events: none;
    background-color: #ffffffad;
    text-align: center;
    border-radius: 30px;
    position: static;
    margin: 20px auto;
    display: inline-block;
    vertical-align: middle;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transform: scale(1);
    border: 1.5px solid #ffffff82;
    transform-origin: 50% 50%;
    z-index: 10001;
    transition: opacity .2s,-webkit-transform .3s;
    transition: transform .3s,opacity .2s;
    transition: transform
}

.ChildPanelNote {
    background-color: #ffffff78;
    border: 1.5px solid rgb(255 255 255 / 70%);
    padding: 15px;
    margin-top: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.btn-big {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #ea172cbf;
    border-color: #ffffff82;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 10px;
    box-shadow: none;
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

.body .btn-big:hover {
    color: #ffffff;
    background: #ea172cb0;
    border-color: #ffffff5c;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

@media (min-width: 992px) {
    .body .component-navbar-nav-link {
        min-width:100%;
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        align-items: center;
    }

    .body .balance-dropdown__name {
        margin-right: 35px;
    }

    .component_private_navbar .navbar-nav-currencies {
        padding-right: 2px !important;
    }
}

@media (min-width: 720px) {
    #block_82 .sidebar-block__top {
        min-width:98.3%;
    }
}

.login-box {
    position: relative;
    width: 100%;
  /*padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;*/
    background: linear-gradient(-5deg, #2c6fc5 20%, #083f86 99%);
    border: 1.5px solid rgb(255 255 255 / 50%);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: rgb(0 0 0 / 37%) -3px 12px 20px 5px;
    transform: translateZ(0);
    will-change: transform;
}

.super-box {
    position: relative;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
    background: #ffffff30;
    border: 1.5px solid rgb(255 255 255 / 50%);
    border-radius: 35px;
    align-items: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
    transform: translateZ(0);
    will-change: transform;
}

.super-lud {
    position: relative;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
    background: #ffffff66;
    border: 1.5px solid rgb(255 255 255 / 50%);
    border-radius: 25px;
    align-items: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
    transform: translateZ(0);
    will-change: transform;
}

.mb-6 {
    margin-bottom: 70px;
}

.card-sp {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    border-color: #000000;
    background: #ffffff;
    border-radius: 30px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: none;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 24px 0px;
}

.super {
    background: #fff;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
}

.upar {
    background: #fff;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

#block_80 {
    margin-top: -50px
}

.body .form-contro {
    background-color: #ffffff78;
    border-color: #ffffff;
    color: #210407;
    font-size: 16px;
    height: 43px;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    padding-left: 12px;
    padding-right: 12px;
    box-shadow: none;
    outline: none;
}

.body .form-contro:focus {
    background-color: #ffffff94;
    border-color: #ffffff;
    color: #210407;
    box-shadow: none;
    outline: none;
}

.body .alert {
    margin-bottom: 10px;
    text-align: left;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    border-radius: 18px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: none;
    word-break: break-all;
}

.body .alert-info {
    color: #fff;
    background: rgba(30 121 228 / 59% );
    border: 1px solid #1e79e491;
}

.body .alert-success {
    color: #fff;
    background: rgba(25 200 104 / 59%);
    border: 1px solid #26a25e91;
}

.body .alert-danger {
    color: #ffffff;
    background: rgb(255 0 25 / 59%);
    border: 1px solid #ff001991;
}

.body .alert .close {
    height: 100%;
    padding: 0px 12px;
    font-size: 16px;
    outline: none;
}

.body .alert-danger .close:hover {
    color: #ff0019;
}

.body .alert-success .close:hover {
    color: #26a25e;
}

.body .alert-info .close:hover {
    color: #1E79E4;
}

.body .alert-rtl .alert {
    text-align: right;
}

.body .badge {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
}

.body .badge-primary {
    color: #ffffff;
    background: #1E79E4;
    box-shadow: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.body .badge-danger {
    color: #ffffff;
    background: #C81919;
    box-shadow: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.body .badge-warning {
    color: #ffffff;
    background: rgba(255, 193, 7, 1);
    box-shadow: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.body {
    background: #fff;
}

.body .btn {
}

.body .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #e7132be0;
    border-color: #ffffff82;
    backdrop-filter: blur(15px);
    border-radius: 15px;
    box-shadow: none;
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.body .btn-big-secondary:hover {
    color: #ffffff;
    background: #ea172cb0;
    border-color: #ffffff5c;
    backdrop-filter: blur(15px);
    border-radius: 15px;
}

.body .btn-actions {
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #ffffff;
    background: #e7132be0;
    border-color: #ffd9d9;
    box-shadow: 0 0px 20px 0 rgb(255 0 0 / 35%);
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

.body .btn-actions:hover {
    color: #ffffff;
    background: rgba(216, 51, 70, 0.9);
    border-color: #fff1f2;
}

.btn-big-primary {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #e70720e0;
    border-color: #ab1525;
    box-shadow: 0 8px 24px 0 rgb(212 104 104 / 24%);
    border-style: solid;
    border-radius: 15px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    transform: skew(0deg, 0deg);
    overflow: hidden;
}

.btn-big-primary:hover {
    color: #ffffff;
    background: rgb(255 0 28 / 68%);
    border-color: #951422e0;
}

.btn-big-primary:focus {
    box-shadow: none;
}

.body .card {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    border-color: #000000;
    background: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: none;
    box-shadow: 0px 2px 4px 0px rgba(216, 51, 70, 0.12);
}

.body .form-group__checkbox {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: -ms-user-select;
    user-select: none;
}

.body .form-group__checkbox label {
    margin-bottom: 0px;
    font-weight: 600;
    font-style: normal;
}

.body .form-group__checkbox-label {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    vertical-align: middle;
}

.body .form-group__label-title {
    position: relative;
    vertical-align: middle;
}

.body .form-group__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.body .checkmark {
    position: absolute;
    top: 0;
    left: 2;
    cursor: pointer;
    font-size: 16px;
    width: 16px;
    height: 16px;
    background: #ffffffa3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.body .form-group__checkbox:hover input ~ .checkmark {
    background: #f7e0e2;
}

.body .form-group__checkbox input:checked ~ .checkmark {
    background: #d83346;
}

.body .form-group__checkbox:after {
    content: ' ';
    position: absolute;
    display: none;
}

.body .form-group__checkbox input:checked ~ .checkmark:after {
    content: "\f00c";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    width: 16px;
    height: 16px;
    font-size: 0.7em;
}

.body .form-group__checkbox .checkmark:after {
    color: #ffffff;
}

.body .radiomark {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: #f7e0e2;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

.body .form-group__checkbox:hover input ~ .radiomark {
    background: #f7e0e2;
}

.body .form-group__checkbox input:checked ~ .radiomark {
    background: #d83346;
}

.body .form-group__checkbox input:checked ~ .radiomark:after {
    content: " ";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-color: #d83346;
    border-style: solid;
    background: #ffffff;
}

.body .form-group__checkbox .radiomark:after {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    color: #ffffff;
}

.body .form-group__checkbox-rtl .form-group__checkbox-label {
    margin-right: 0px;
    margin-left: 8px;
}

@media (max-width: 768px) {
    .body .form-group__label-title {
        display:inline;
        vertical-align: inherit;
    }
}

.body .component-footer {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}

.body .component-footer__public {
    color: #ffffff;
    min-height: 64px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient(62deg, #cf3a3a 0%, #fb181b 100%);
    box-shadow: 0 0px 20px rgb(255 33 33 / 50%);
}

.body .component-footer__public-copyright {
}

.body textarea {
    resize: none;
}

.body .form-control {
    background-color: #ffffff78;
    border-color: #ffffff;
    color: #210407;
    font-size: 16px;
    height: 43px;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    padding-left: 12px;
    padding-right: 12px;
    box-shadow: none;
    outline: none;
}

.body .form-group input:read-only {
    opacity: 0.5;
}

.body .form-group input:-moz-read-only {
    opacity: 0.5;
}

.body .form-group input:disabled {
    opacity: 0.5;
}

.body .form-control:focus {
    background-color: #ffffff94;
    border-color: #ffffff;
    color: #210407;
    box-shadow: none;
    outline: none;
}

.body textarea.form-control {
    height: 160px;
}

.body .form-group label {
    font-weight: 700;
    font-style: normal;
    color: #210407;
    font-size: 16px;
    margin-bottom: 4px;
}

.body .form-group small {
    display: block;
    color: #210407;
    font-size: 12px;
    margin-top: 4px;
}

.body select.form-control:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right .3em top 50%, 0 0;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTDNEpUTHQoQUJMHLrErGJyHg89uy71MyuHmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTDNEpUTHQoQUJMHLrErGJyHg89uy71MyuHyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}

.body .input-group .form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.body .input-group-prepend .btn {
    z-index: inherit;
}

.body .input-group-append .btn {
    z-index: inherit;
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body .input-group-btn .btn {
    z-index: inherit;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.body .form-group-rtl select.form-control:not([multiple]) {
    background-position: left 1em top 50%, 0 0;
}

.body .form-group-rtl .form-group {
    text-align: right;
}

.body .form-group-rtl .form-group label {
    text-align: right;
}

.body .form-group-rtl .form-group small {
    text-align: right;
}

.body .form-group-rtl .input-group .form-control {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.body .form-group-rtl .input-group-append .btn {
    border-bottom-right-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

.body .form-group-rtl .input-group-btn .btn {
    border-bottom-right-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

.body .panel-description {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 16px;
    padding-bottom: 16px;
    border-color: #f7e0e2;
    background: #fbf1f2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    border-style: solid;
    box-shadow: none;
}

.body h1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #210407;
    font-family: "Almarai";
}

.body h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #210407;
    font-family: "Almarai";
}

.body h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #210407;
    font-family: "Almarai";
}

.body h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #210407;
    font-family: "Almarai";
}

.body h5 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #210407;
    font-family: "Almarai";
}

.body h6 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #210407;
    font-family: "Almarai";
}

.body {
    color: #210407;
    font-family: "Almarai";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    
    font-weight: 600;
    font-style: normal;
}

.body a {
    color: #d83346;
}

.body a:hover {
    color: rgba(216, 51, 70, 0.8);
}

.body a:focus {
    color: rgba(216, 51, 70, 0.8);
}

.body-rtl h1, .body-rtl h2, .body-rtl h3, .body-rtl h4, .body-rtl h5, .body-rtl h6 {
    text-align: right;
}

@media (max-width: 480px) {
    .body h1 {
        font-size:10vmin;
        line-height: 1.1666666666;
    }
}

.body .style-text-primary {
    color: #fff;
}

.body .style-bg-primary-alpha-10 {
    background: rgb(255 255 255 / 65%);
}

.body .style-bg-primary-alpha-20 {
    background: #e7132be0;
}

.body .style-bg-primary-alpha-30 {
    background: rgba(216, 51, 70, 0.3);
}

.body .style-bg-primary-alpha-40 {
    background: rgba(216, 51, 70, 0.4);
}

.body .style-bg-primary-alpha-50 {
    background: "";
}

.body .style-bg-primary {
    background: #d83346;
}

.body .style-bg-light {
    background: #ffffff;
}

.body .style-bg-color-light {
    background-image: linear-gradient(62deg, #ff6262 0%, #dd171a 100%);
}

.body .style-svg-primary svg {
    fill: #d83346;
}

.body .style-svg-g-primary svg g {
    fill: #d83346;
}

.body .style-box-shadow-default {
    box-shadow: 0 3px 11px rgb(255 33 33 / 50%);
    transform: skew(0deg, 0deg);
    overflow: hidden
}

.body .style-border-style-default {
    border-style: none;
}

.body .style-border-width-default {
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.body .style-text-default {
    color: #210407;
}

.body .style-text-white {
    color: #ffffff;
}

.body .style-text-dark {
    color: #210407;
}

.body .style-border-radius-default {
    border-radius: 100px;
    position: relative;
    top: -70px;
    box-shadow: rgb(0 0 0 / 15%) 0px -2px 20px 0px;
}

.body .style-border-radius-0 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.body .style-border-radius-50 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.slick-prev:before, .slick-next:before {
    color: #ffffff;
}

.slick-dots li button {
    background: #ffffff;
}

#block_105 .divider-bottom, div.block_2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='separator' width='100%25' height='120' viewBox='0.1 0.1 180 40' preserveAspectRatio='none'%3E%3Cg transform='translate(-18.298844,-77.973964)'%3E%3Cpath style='fill:%23b5002b;' d='M 31.615583,86.351641 H 192.16499 v 26.901969 c 0,0 -32.03411,-14.237983 -59.62682,-12.72484 -22.34188,1.2252 -54.779359,9.72634 -54.779359,9.72634 0,0 -22.029534,3.62882 -34.471238,-1.88988 -12.441702,-5.51871 -11.67199,-22.013589 -11.67199,-22.013589 z' /%3E%3Cpath style='fill:%23ff2d45;' d='M 18.441597,78.106256 H 198.58126 v 39.288614 c 0,0 -43.10672,-27.825245 -73.47599,-19.687823 -30.369264,8.137423 -46.832208,12.548653 -46.832208,12.548653 0,0 -32.775418,8.05972 -46.735258,0 C 17.577964,102.19598 18.441597,78.106256 18.441597,78.106256 Z' /%3E%3C/g%3E%3C/svg%3E");
}

#block_102 .bg, div.block_3 {
    background-color: #ff2d45;
}

#block_102 {
    color: #ffffff;
}

#block_102 h1, div.block_3 {
    color: #ffffff;
}

#block_102 h2, div.block_3 {
    color: #ffffff;
}

#block_102 h3, div.block_3 {
    color: #ffffff;
}

#block_102 h4, div.block_3 {
    color: #ffffff;
}

#block_102 h5, div.block_3 {
    color: #ffffff;
}

#block_102 h6, div.block_3 {
    color: #ffffff;
}

#block_72 .divider-bottom, div.block_4 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTDNEpUTHQoQUJMHLrErGJyHg89uy71MyuHub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgICAgICAgICAgIDxnIGZpbGw9InJnYmEoMjUxLCAyNDEsIDI0MiwgMSkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTAgNDcuNDRMMTcwIDBsNjI2LjQ4IDk0Ljg5TDExMTAgODcuMTFsMTcwLTM5LjY3VjE0MEgwVjQ3LjQ0eiIgZmlsbC1vcGFjaXR5PSIuNSIvPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTDNEpUTHQoQUJMHLrErGJyHg89uy71MyuHAyNC4xNEw3OTDNEpUTHQoQUJMHLrErGJyHg89uy71MyuHtMTQuMTdWMTQwSDBWOTAuNzJ6Ii8+CiAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L3N2Zz4=);
}

#block_72 .bg:after, div.block_4 {
    background: linear-gradient(180deg, #ff2d45 0%, #cc2929 100%);
}

#block_96 .divider-bottom, div.block_6 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='separator' width='100%25' height='120' viewBox='0.1 0.1 180 40' preserveAspectRatio='none'%3E%3Cg transform='translate(-18.298844,-77.973964)'%3E%3Cpath style='fill:%23b5002b;' d='M 31.615583,86.351641 H 192.16499 v 26.901969 c 0,0 -32.03411,-14.237983 -59.62682,-12.72484 -22.34188,1.2252 -54.779359,9.72634 -54.779359,9.72634 0,0 -22.029534,3.62882 -34.471238,-1.88988 -12.441702,-5.51871 -11.67199,-22.013589 -11.67199,-22.013589 z' /%3E%3Cpath style='fill:%23ff2d45;' d='M 18.441597,78.106256 H 198.58126 v 39.288614 c 0,0 -43.10672,-27.825245 -73.47599,-19.687823 -30.369264,8.137423 -46.832208,12.548653 -46.832208,12.548653 0,0 -32.775418,8.05972 -46.735258,0 C 17.577964,102.19598 18.441597,78.106256 18.441597,78.106256 Z' /%3E%3C/g%3E%3C/svg%3E");
}

#block_103 .bg, div.block_7 {
    background-color: #ff2d45;
}

#block_103 ,div.block_7 {
    color: #ffffff;
}

#block_103 h1, div.block_7 {
    color: #ffffff;
}

#block_103 h2, div.block_7 {
    color: #ffffff;
}

#block_103 h3, div.block_7 {
    color: #ffffff;
}

#block_103 h4, div.block_7 {
    color: #ffffff;
}

#block_103 h5, div.block_7 {
    color: #ffffff;
}

#block_103 h6, div.block_7 {
    color: #ffffff;
}

#block_77 .divider-bottom, div.block_8 {
    background-image: url("data:image/svg+xml,%3Csvg class='separator' xmlns='http://www.w3.org/2000/svg' width='100%25' height='166.61502' viewBox='0.4 0.2 200 44' preserveAspectRatio='none'%3E%3Cg class='separator' transform='translate(-9.2218046,-83.494585)'%3E%3Cpath style='fill:%23b5002b;' d='M 9.484815,89.716055 H 209.81018 V 126.90507 L 110.46368,93.705147 9.579391,127.39334 Z'%3E%3C/path%3E%3Cpath style='fill:%23ffffff;' d='M 9.3544335,83.626877 H 209.68181 V 120.29057 L 110.46368,93.705147 9.4490103,120.77195 Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

#block_77 .bg:after, div.block_8 {
    background: linear-gradient(180deg, #ff2d45 0%, #cc2929 100%);
    box-shadow: 0 0 10px 5px rgba(255, 82, 82, 0.7);
}

.body .modal {
}

.body .modal .modal-content {
    background-color: #ffffffad;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 30px;
    border: 1.5px solid #ffffff82;
    background-clip: border-box;
}

.body .modal-rtl .modal-content {
    text-align: right;
}

.wrapper-sidebar-navbar .wrapper-content {
    padding-top: 64px;
}

.wrapper-navbar .component_navbar_sub {
    height: 64px;
}

.body + .component_navbar_sub {
    height: 64px;
}

.body + .wrapper-content {
    padding-top: 64px;
}

.body .component-sidebar__menu-logo {
    height: 64px;
}

.body .sidebar-block__left-menu {
    padding-bottom: 64px !important;
}

.body .component-navbar-public__wrapper {
    height: 64px;
}

.body .component-navbar-private__wrapper {
    height: 64px;
}

.body .component-navbar-private__wrapper .sidebar-block__top-brand {
    display: none;
}

.body .component-navbar-logo {
    display: flex;
}

.body .component-navbar-nav-item {
    position: relative;
}

.body .component-navbar-public-nav-item {
    height: 64px;
}

.body .component-navbar-private-nav-item {
    height: 40px;
    margin-top: 2px;
}

.body .component-navbar-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 100%;
    font-size: 16px;
    font-family: "Almarai";
    font-weight: 600;
    font-style: normal;
}

.body .component-navbar-nav-link .badge {
    margin-left: 6px;
    margin-right: 6px;
}

.body .component-navbar-nav-link .component-navbar-nav-link-icon {
    display: flex;
    min-width: 26px;
    padding: 0px 3px;
}

.body .component-navbar-nav-link__navbar-private {
    color: #000;
    background: transparent;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.body .component-navbar-nav-link__navbar-private:hover {
    color: #f00;
    margin-left: 2.8%;
    background: #ffffff99;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
    border: 1px solid rgb(255 255 255 / 50%);
}

.body .component-navbar-nav-link-active__navbar-private {
    color: #fff;
    background: #ff000099;
    border: 1px solid rgb(255 74 74 / 50%);
    margin-left: 2.8%;
    border-radius: 8px;
    box-shadow: rgb(255 0 0 / 60%) 0px 0px 10px 0px;
}

.body .component-navbar-nav-link-active__navbar-private:hover {
    color: #fff;
    background: #ff000099;
    border: 1px solid rgb(255 74 74 / 50%);
    margin-left: 2.8%;
    border-radius: 8px;
    box-shadow: rgb(255 0 0 / 60%) 0px 0px 10px 0px;
}

@media (min-width: 992px) {
    .body .component-navbar-nav-link__navbar-private {
        color:#fff;
        margin-top: -2px;
    }

    .body .component-navbar-nav-link-active__navbar-private {
        background: #ffffff6e;
        color: #000;
        margin-top: -2px;
        border-radius: 50px;
        border: 1.5px solid rgb(255 255 255 / 50%);
        box-shadow: rgb(255 255 255 / 40%) 0px 7px 29px 0px;
    }

    .body .component-navbar-nav-link-active__navbar-private:hover {
        background: #ffffff6e;
        color: #000;
        margin-top: -2px;
        border-radius: 50px;
        border: 1.5px solid rgb(255 255 255 / 50%);
        box-shadow: rgb(255 255 255 / 40%) 0px 7px 29px 0px;
    }

    .body .component-navbar-nav-link__navbar-private:hover {
        background: #ffffff6e;
        color: #000;
        margin-top: -2px;
        border-radius: 50px;
        border: 1.5px solid rgb(255 255 255 / 50%);
        box-shadow: none;
    }
}

.body .component-navbar-nav-link__navbar-public {
    color: #d85c68;
    background: transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.body .component-navbar-nav-link__navbar-public:hover {
    color: #d83346;
    background: transparent;
}

.body .component-navbar-nav-link-active__navbar-public {
    color: #d83346;
    background: transparent;
}

.body .component-navbar-public {
    height: 64px;
    box-shadow: 0px 2px 4px 0px rgba(216, 51, 70, 0.12);
}

.body .component-navbar-private {
    height: 64px;
    box-shadow: 0px 2px 4px 0px rgba(216, 51, 70, 0.12);
}

.body .component-navbar__navbar-private {
    background: #ffffff66;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1.5px solid rgb(255 255 255 / 50%);
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 20px 0px;
    border-radius: 30px;
    margin: 10px;
    transform: translateZ(0);
    will-change: transform;
}

.body .component-navbar__navbar-public {
    background: #ffffff30;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1.5px solid rgb(255 255 255 / 50%);
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 20px 0px;
    border-radius: 30px;
    margin: 10px;
    transform: translateZ(0);
    will-change: transform;
}

.body .component-navbar-balance-wrap__navbar-private {
    padding-top: 0px;
    padding-bottom: 0px;
}

.body .component-navbar-balance-item__navbar-private {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
    font-family: "Almarai";
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background: #d83346;
    padding-left: 16px;
    padding-right: 16px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
}

.body .component-navbar-balance-item__navbar-private:hover {
    color: #ffffff;
}

.body .component-navbar-private-brand {
    color: #d85c68;
    font-size: 0px;
}

.body .component-navbar-public-brand {
    color: #d85c68;
}

.body .component-navbar__navbar-private .navbar {
    height: 64px;
}

.body .component-navbar__navbar-public .navbar {
    height: 64px;
}

.body .navbar-burger {
    position: relative;
}

.body .navbar-light .navbar-toggler {
    border: none;
    outline: none;
    position: relative;
}

.body .navbar-burger-line {
    display: block;
    height: 2px;
    width: 24px;
    position: relative;
}

.body .navbar-burger-line:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: -7px;
    height: 2px;
    width: 24px;
}

.body .navbar-burger-line:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    height: 2px;
    width: 24px;
}

.body .component-navbar__navbar-public .navbar-burger-line:before {
    background: #fff;
}

.body .component-navbar__navbar-private .navbar-burger-line:before {
    background: #fff;
}

.body .component-navbar__navbar-private .navbar-burger-line:after {
    background: #fff;
}

.body .component-navbar__navbar-public .navbar-burger-line:after {
    background: #fff;
}

.body .component-navbar__navbar-public .navbar-burger-line {
    background: #fff;
}

.body .component-navbar__navbar-private .navbar-burger-line {
    background: #fff;
}

.body .navbar-nav {
    padding-bottom: 0px;
}

.body .component-navbar-collapse-divider {
    height: 1px;
    width: 100%;
    display: none;
    opacity: 0.2;
}

.body .component-navbar__navbar-public .component-navbar-collapse-divider {
}

.body .navbar-dropdown {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}

.body .navbar-dropdown:hover .navbar-dropdown__container {
    list-style: none;
    visibility: visible;
}

.body .navbar-dropdown__name {
    white-space: nowrap;
    color: "";
    background: "";
    border-color: "";
    box-shadow: "";
    border-style: "";
    border-left-width: "";
    border-right-width: "";
    border-top-width: "";
    border-bottom-width: "";
    padding-top: "";
    padding-bottom: "";
    padding-left: "";
    padding-right: "";
    border-top-left-radius: "";
    border-top-right-radius: "";
    border-bottom-left-radius: "";
    border-bottom-right-radius: "";
    font-size: 16px;
    font-family: "Almarai";
    font-weight: 600;
    font-style: normal;
}

.body .navbar-dropdown__toggle:after {
    display: inline-block;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 4px;
}

.body .navbar-dropdown__name:hover {
    color: "";
    background: "";
    border-color: "";
}

.body .navbar-dropdown__container {
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 100%;
    background: "";
    min-width: 100%;
    visibility: hidden;
    border-top-left-radius: "";
    border-top-right-radius: "";
    border-bottom-left-radius: "";
    border-bottom-right-radius: "";
    border-color: "";
    box-shadow: "";
    border-style: "";
    border-left-width: "";
    border-right-width: "";
    border-top-width: "";
    border-bottom-width: "";
}

.body .navbar-dropdown__item {
    list-style: none;
}

.body .navbar-dropdown__link {
    display: block;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    color: "";
    background: "";
    padding-top: "";
    padding-bottom: "";
    padding-left: "";
    padding-right: "";
}

.body .navbar-dropdown__link:hover {
    color: "";
    background: "";
}

@media (max-width: 991px) {
    .body .component-navbar__navbar-public .navbar-collapse {
        position:absolute;
        top: 63px;
        left: 5%;
        width: 90%;
        background: #ffffff99;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom: 1.5px solid rgb(255 255 255 / 70%);
        border-left: 1.5px solid rgb(255 255 255 / 70%);
        border-right: 1.5px solid rgb(255 255 255 / 70%);
        box-shadow: rgb(0 0 0 / 20%) 0px 8px 10px;
        z-index: 1;
        overflow: hidden;
        will-change: transform;
        transition-duration: 0.25s;
    }

    .body .component-navbar__navbar-private .navbar-collapse {
        position: absolute;
        top: 63px;
        left: 5%;
        width: 90%;
        background: #ffffffc2;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        border-bottom: 1.5px solid rgb(255 255 255 / 70%);
        border-left: 1.5px solid rgb(255 255 255 / 70%);
        border-right: 1.5px solid rgb(255 255 255 / 70%);
        box-shadow: rgb(0 0 0 / 20%) 0px 8px 10px;
        z-index: 1;
        overflow: hidden;
        will-change: transform;
        transition-duration: 0.25s;
    }

    .body .component-navbar__navbar-private .component-navbar-collapse {
        flex-wrap: wrap;
    }

    .body .component-navbar__navbar-private .component-navbar-private-nav-item {
        min-height: 35px;
        height: auto;
    }

    .body .component-navbar__navbar-private .component-navbar-balance-wrap__navbar-private {
        padding-left: 12px;
        padding-right: 12px;
    }

    .body .component-navbar-collapse-divider {
        display: flex;
    }

    .body .component-navbar-nav-link {
        width: 94%;
        justify-content: flex-start;
    }

    .body .navbar-nav {
        width: 100%;
        margin-top: 4px
    }

    .body .component-navbar-private__wrapper .sidebar-block__top-brand {
        display: block;
    }

    .body .component-navbar-private-brand {
        font-size: unset;
    }

    .body .navbar {
        flex-flow: row;
    }
}

.body .pagination {
    overflow-y: auto;
    padding-top: 20px;
    margin-top: -20px;
}

.body .pagination .pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.4em;
    min-width: 36px;
    height: 36px;
    background: transparent;
    margin-right: 6px;
    border-color: transparent;
    border-style: solid;
    color: #d83346;
    box-shadow: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
}

.body .pagination .pagination-item__active .pagination-link {
    font-weight: 600;
    font-style: normal;
    background: #d83346;
    border-color: #931725;
    color: #ffffff;
}

.body .pagination .pagination-item {
    font-size: 36px;
}

.body .pagination .pagination-item:not(.pagination-item__active):hover .pagination-link {
    background: transparent;
    border-color: transparent;
    color: rgba(216, 51, 70, 0.9);
}

.body .pagination-rtl .pagination .pagination-link {
    margin-right: 0px;
    margin-left: 6px;
}

.body pre {
    direction: ltr;
    unicode-bidi: bidi-override;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 300;
    background: #ffffff85;
    border-radius: 25px;
    color: #210407;
    border-color: #000000;
    box-shadow: none;
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.body .component-sidebar_wrapper {
    flex-basis: 250px;
    width: 250px;
}

.body .component-sidebar {
    background: #ffffff66;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1.5px solid rgb(255 255 255 / 50%);
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 20px 0px;
    border-radius: 30px;
    min-width: 240px;
    max-width: 240px;
    max-height: 627px;
    margin: 10px;
}

.body .component-sidebar__menu {
    padding-top: 12px;
    padding-bottom: 32px;
    padding-left: 0px;
    padding-right: 0px;
    max-height: 560px;
    overflow-y: auto;
}

.body .component-sidebar__menu-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background: ;
    color: #d85c68;
}

.body .component-sidebar__menu-brand {
    color: #d85c68;
}

.body .component-sidebar__menu-item {
    list-style: none;
}

.body .component-sidebar__menu-item-link {
    display: flex;
    align-items: center;
    word-break: break-all;
    font-size: 16px;
    font-family: "Almarai";
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background: transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: #fbf1f2;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    text-decoration: none;
}

.body .component-sidebar__menu-item-link .badge {
    margin-left: auto;
}

.body .sidebar-rtl .component-sidebar__menu-item-link .badge {
    margin-left: 0px!important;
    margin-right: auto;
}

.body .component-sidebar__menu-item-link:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    border-color: #fbf1f2;
}

.body .component-sidebar__menu-item-active .component-sidebar__menu-item-link {
    background: #ffffff95;
    backdrop-filter: blur(15px);
    border: 1.5px solid rgb(255 255 255 / 50%);
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 20px 0px;
    color: #d83346;
    font-weight: bold;
}

@media (max-width: 991px) {
    .body .component-sidebar_wrapper {
        display:none;
    }
}

.body .table-wr {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.body .table {
    margin-bottom: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.body .table .nowrap {
    white-space: nowrap;
}

.body .table thead {
}

.body .table thead tr th {
    font-size: 16px;
    letter-spacing: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 7px;
    padding-right: 7px;
    border-top: none;
    border-left: none;
    border-right: none;
    vertical-align: middle;
    height: 40px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    color: #ffffff;
    background: #e3132ae0;
}

.body .table tbody tr td {
    font-size: 16px;
    letter-spacing: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 7px;
    padding-right: 7px;
    vertical-align: middle;
    height: 40px;
    color: #210407;
    background: #ffffff;
    border-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}

.body .table tbody tr td:first-child {
    padding-left: 16px;
}

.body .table tbody tr td:last-child {
    padding-right: 16px;
}

.body .table thead tr th:first-child {
    padding-left: 16px;
    border-top-left-radius: 25px;
}

.body .table thead tr th:last-child {
    padding-right: 16px;
    border-top-right-radius: 25px;
}

.body .table tbody tr:last-child td {
    border-bottom: none;
}

.body .table tbody tr:first-child td {
    border-top: 0px;
}

.body .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 25px;
}

.body .table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 25px;
}

.body .table tbody tr:nth-child(even) td {
    background: #ffffffb8;
}

.body .table tbody tr:nth-child(odd) td {
    background: #ffffffa3;
}

.body .table-rtl .table thead tr th:first-child {
    padding-left: 7px;
    padding-right: 16px;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 8px;
}

.body .table-rtl .table thead tr th:last-child {
    padding-right: 7px;
    padding-left: 16px;
    border-top-right-radius: 0px!important;
    border-top-left-radius: 8px;
}

.body .table-rtl .table tbody tr td:first-child {
    padding-left: 7px;
    padding-right: 16px;
}

.body .table-rtl .table tbody tr td:last-child {
    padding-left: 16px;
    padding-right: 7px;
}

.body .table-rtl .table tbody tr td {
    text-align: right;
}

.body .table-rtl .table thead tr th {
    text-align: right;
}

.body .table-rtl .table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 8px;
}

.body .table-rtl .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 8px;
}

.body .table-responsive .table-service {
    min-width: 120px;
    max-width: 650px;
    word-break: break-all;
}

.body .table-responsive .table-link {
    min-width: 120px;
    max-width: 650px;
    word-break: break-all;
}

@media (max-width: 991px) {
    .body .table-responsive .table-service {
        min-width:600px;
        max-width: 650px;
        word-break: break-all;
    }

    .body .table-responsive thead tr th {
        white-space: nowrap;
    }

    .body .table-responsive .table-service {
        white-space: normal;
    }

    .body .table-responsive .table-link {
        white-space: nowrap;
    }

    .body .table-responsive-classic {
        border: 0;
        box-shadow: none;
    }

    .body .table-responsive-classic thead {
        border: none;
        height: :1px;
        width: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0px;
        position: absolute;
        display: none;
    }

    .body .table-responsive-classic tbody tr {
        display: block;
        margin-bottom: 16px;
    }

    .body .table-responsive-classic tbody tr:last-child {
        margin-bottom: 0px;
    }

    .body .table-responsive-classic tbody td {
        display: block;
        text-align: right;
    }

    .body .table-responsive-classic tbody tr td {
        min-height: 40px;
        height: auto;
        border-bottom-width: 0px!important;
        word-break: break-all;
    }

    .body .table-rtl .table-responsive-classic tbody tr td {
        text-align: right;
        display: flex;
    }

    .body .table-responsive-classic tbody tr:first-child td {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #ffffff;
    }

    .body .table-responsive-classic td::before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 8px;
    }

    .body .table-rtl .table-responsive-classic td::before {
        float: right;
        padding-left: 8px;
        white-space: nowrap;
    }

    .body .table-responsive-classic td:last-child {
        border-bottom: 0px;
    }

    .body .table-responsive-classic tbody tr td:first-child {
        padding-left: 7px;
    }

    .body .table-rtl .table-responsive-classic tbody tr td:first-child {
        padding-right: 7px;
    }

    .body .table-responsive-classic tbody tr td:last-child {
        padding-right: 7px;
    }

    .body .table-rtl .table-responsive-classic tbody tr td:last-child {
        padding-left: 7px;
    }

    .body .table-responsive-classic tbody tr:nth-child(even) td {
        background: #ffffff;
    }

    .body .table-responsive-classic tbody tr:nth-child(odd) td {
        background: #ffffff;
    }

    .body .table-responsive-classic tbody tr:last-child td:first-child {
        border-bottom-left-radius: 0px!important;
        border-bottom-right-radius: 0px!important;
    }

    .body .table-responsive-classic tbody tr:last-child td:last-child {
        border-bottom-right-radius: 0px!important;
        border-bottom-left-radius: 0px!important;
    }
}

.body .tab {
    padding: 0px;
}

.body .tab .nav-item {
    margin-right: 4px;
}

.body .tab .nav-item .nav-link {
    font-size: "";
    font-weight: 600;
    font-style: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    color: #ffffff;
    background: rgb(255 255 255 / 35%);
    border-color: #000000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid rgb(255 255 255 / 20%);
    box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
    margin: 2px;
    margin-top: 0px;
}

.body .tab .nav-item .active {
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    background: #ffffff;
}

.body .tab .nav-item .nav-link:not(.active):hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

@media (max-width: 768px) {
    .body .tab .nav-item {
        width:100%;
        margin-right: 0px;
        margin-bottom: 4px;
    }

    .body .tab-rtl .tab .nav-item {
        text-align: right;
    }
}

.body .ticket-dialog__row {
    margin-bottom: 16px;
}

.body .ticket-dialog__row-message {
    font-size: 16px;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    border-color: #000000;
    background: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: none;
}

.body .ticket-dialog__row-bottom {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.body .ticket-dialog__row-bottom-name {
    font-weight: bold;
}

.body .ticket-dialog__row-bottom-date {
}

.body .ticket-dialog__row-admin {
    padding-right: 50px;
}

.body .ticket-dialog__row-user {
    padding-left: 50px;
}

.body .ticket-dialog__row-admin .ticket-dialog__row-message {
    color: #210407;
    background: rgba(216, 51, 70, 0.2);
    border-color: transparent;
    box-shadow: none;
}

.body .ticket-dialog__row-admin .ticket-dialog__row-bottom {
    color: #d85c68;
}

.body .ticket-dialog__row-admin .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
    padding-right: 7px;
}

.body .ticket-dialog__row-user .ticket-dialog__row-message {
    text-align: left;
    color: #210407;
    background: rgba(216, 92, 104, 0.2);
    border-color: transparent;
    box-shadow: none;
}

.body .ticket-dialog__row-user .ticket-dialog__row-bottom {
    justify-content: flex-end;
    text-align: right;
    color: #d85c68;
}

.body .ticket-dialog__row-user .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
    padding-right: 7px;
}

.body .ticket-dialog-rtl .ticket-dialog__row-admin {
    padding-left: 50px;
    padding-right: 0px;
}

.body .ticket-dialog-rtl .ticket-dialog__row-user {
    padding-right: 50px;
    padding-left: 0px;
}

.body .ticket-dialog-rtl .ticket-dialog__row-admin .ticket-dialog__row-message {
    text-align: right;
}

.body .ticket-dialog-rtl .ticket-dialog__row-user .ticket-dialog__row-message {
    text-align: right;
}

.body .ticket-dialog-rtl .ticket-dialog__row-admin .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
    padding-right: 0px;
    padding-left: 7px;
}

.body .ticket-dialog-rtl .ticket-dialog__row-user .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
    padding-right: 0px;
    padding-left: 7px;
}

.body .navbar-dropdown {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}

.body .navbar-dropdown:hover .navbar-dropdown__container {
    list-style: none;
    visibility: visible;
}

.body .navbar-dropdown:hover .navbar-dropdown__toggle:after {
    transform: rotate(180deg);
}

.body .navbar-dropdown__name {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #d83346;
    background: rgba(216, 51, 70, 0.1);
    border-color: transparent;
    box-shadow: 0px 8px 24px 0px rgb(0px 0px 0px 0.1);
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
    font-family: "Almarai";
    font-weight: 600;
    font-style: normal;
}

.body .navbar-dropdown__toggle:after {
    display: inline-block;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 12px;
}

.body .navbar-dropdown:hover .navbar-dropdown__name {
    color: #d83346;
    background: rgba(216, 51, 70, 0.25);
    border-color: transparent;
}

.body .navbar-dropdown__container {
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 100%;
    background: #ffffff;
    min-width: 100%;
    visibility: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: transparent;
    box-shadow: 0px 8px 24px 0px rgb(0px 0px 0px 0.1);
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.body .navbar-dropdown__item {
    list-style: none;
}

.body .navbar-dropdown__link {
    display: block;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #210407;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.body .navbar-dropdown__link:hover {
    color: #d83346;
    background: transparent;
}

.body .navbar-dropdown-rtl .navbar-dropdown__toggle:after {
    margin-left: 0px;
    margin-right: 12px;
}

.body .navbar-dropdown-rtl .navbar-dropdown__container {
    text-align: right;
}

@media (max-width: 991px) {
    .body .navbar-dropdown {
        width:100%;
        padding-bottom: 0px;
    }

    .body .navbar-dropdown__container {
        position: relative;
        visibility: visible;
        display: none;
    }

    .body .navbar-dropdown:hover .navbar-dropdown__container {
        display: block;
    }

    .body .navbar-dropdown__name {
        width: 100%;
    }
}

#block_69 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 16px;
}

#block_69 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_69 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_69 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_69 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_69 .affiliate-block__table-payments {
    margin-bottom: 24px;
}

#block_69 .affiliate-list__alignment {
    justify-content: flex-start;
}

#block_70 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_70 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_70 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_70 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_70 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_70 .sign-up-center-alignment {
    justify-content: center;
}

#block_70 .sign-up-center-terms-link {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

#block_70 .form-group {
    margin-bottom: 12px;
}

#block_70 .sign-up-center-signin-link {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

#block_71 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_71 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_71 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_71 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_71 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_71 .form-group {
    margin-bottom: 10px;
}

#block_71 .reset-password-form__alignment {
    justify-content: center;
}

#block_72 {
    position: relative;
    min-height: auto;
    padding-bottom: 40px;
    padding-top: 24px;
}

#block_72 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_72 .divider-bottom {
    background-image: "";
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 200px;
    height: 200px;
    z-index: 0;
}

#block_72 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 61% 35%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_72 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: "";
}

#block_72 .features-block__card {
}

#block_72 .features-block__header-preview {
    display: flex;
    justify-content: center;
    align-items: center;
}

#block_72 .feature-block__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
}

#block_72 .features-block-icons-rtl .features-block__card {
    text-align: right;
}

#block_73 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_73 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_73 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_73 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_73 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_73 .services-list__description {
    text-align: left;
}

#block_73 .services-category {
    font-weight: 600;
    font-size: 16px;
    color: "";
    background: "";
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: none;
}

#block_73 .services-list-category-title {
    margin-bottom: 0px;
}

#block_73 .services-list-category-title td {
    text-align: left;
}

#block_73 .services-list-rtl .services-list-category-title td {
    text-align: right;
}

#block_73 .services-list-rtl .table-responsive-classic .services-list-category-title td:before {
    display: none;
}

#block_73 .services-list-rtl .services-list__description {
    text-align: right;
}

#block_73 .services-filter__active-category {
    max-width: 152px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    text-overflow: ellipsis;
    padding-left: 4px;
}

#block_73 .services-filters .dropdown-menu {
    min-width: 420px;
    max-height: 210px;
    max-width: 320px;
    overflow-y: auto;
}

#block_73 .services-filters .dropdown-menu .dropdown-item {
    max-height: 280px;
    white-space: pre-line;
}

@media (max-width: 768px) {
    #block_73 .services-filters .dropdown-menu {
        min-width:280px;
        max-width: 280px;
    }

    #block_73 .services-filters .dropdown-menu .dropdown-item {
        max-width: 280px;
        white-space: pre-line;
    }

    #block_73 .services-filters .dropdown .btn {
        text-align: left;
    }

    #block_73 .services-list-rtl .services-filters .dropdown .btn {
        text-align: right;
    }

    #block_73 .services-list-rtl .dropdown-menu .dropdown-item {
        text-align: right;
    }
}

#block_74 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 16px;
}

#block_74 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_74 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_74 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_74 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_74 .add-funds__table-list {
    justify-content: flex-start;
}

#block_75 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_75 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 300px;
    height: 300px;
    z-index: 0;
}

#block_75 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 300px;
    height: 300px;
    z-index: 0;
}

#block_75 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: 30%;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_75 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_75 .form-group {
    margin-bottom: 12px;
}

#block_75 .confirm-email__alignment {
    justify-content: center;
}

#block_75 .confirm-email__header {
    margin-bottom: 16px;
}

#block_75 .confirm-email__description {
    margin-bottom: 16px;
}

#block_75 .confirm-email-card {
    text-align: center;
}

#block_75 .confirm-email__actions {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#block_75 .confirm-email__button-change-email {
    margin-left: 16px;
}

#block_75 .confirm-email-rtl .confirm-email__button-change-email {
    margin-left: 0px;
    margin-right: 16px;
}

#block_76 {
    position: relative;
}

#block_76 .footer-block-rtl {
    text-align: right;
}

#block_77 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 160px;
    padding-top: 24px;
}

#block_77 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_77 .divider-bottom {
    background-image: "";
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    transform: rotateX(180deg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100px;
    height: 100px;
    z-index: 0;
}

#block_77 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_77 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: "";
}

#block_77 .reviews-slider {
    padding-bottom: 36px;
}

#block_77 .slick-slide {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

#block_77 .slick-dots {
    bottom: -36px;
}

#block_77 .slick-dots li {
    width: 12px;
    height: 12px;
}

#block_77 .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: #ffffff;
}

#block_77 .reviews-slider__slide {
}

#block_77 .reviews-slider__slide-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-color: #eee;
}

#block_77 .reviews-slider__slide-photo {
    display: flex;
    background-size: cover;
    align-content: flex-start;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: -10px;
}

#block_77 .slick-next {
    top: 50%;
}

#block_77 .slick-prev {
    top: 50%;
}

#block_77 .slick-next:before {
    content: '\f054';
    position: absolute;
    right: 0;
    top: -8px;
    font-size: 52px;
    font-weight: 300;
    color: #ffffff;
}

#block_77 .slick-prev:before {
    content: '\f053';
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 52px;
    font-weight: 300;
    color: #ffffff;
}

#block_77 .slick-slider {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
}

#block_77 .reviews-slider-rtl .reviews-slider__slide-name {
    text-align: right;
}

#block_77 .reviews-slider-rtl .reviews-slider__slide-description {
    text-align: right;
}

#block_77 .reviews-slider-rtl .reviews-slider__slide-photo {
    direction: rtl;
}

#block_78 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_78 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_78 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_78 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_78 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_78 .ticket-dialog__title {
    margin-bottom: 16px;
}

#block_78 .ticket-dialog__alignment {
    justify-content: flex-start;
}

#block_78 .form-group {
    margin-bottom: 16px;
}

#block_78 .block-ticket-dialog-rtl .ticket-dialog__title {
    text-align: right;
}

#block_79 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 16px;
    padding-top: 32px;
}

#block_79 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_79 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_79 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_79 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_79 .affiliates-info__data-table {
    margin-bottom: 16px;
}

#block_79 .affiliates-info__alignment {
    justify-content: flex-start;
}

#block_79 .affiliates-table-border-none td {
    border-bottom-color: transparent!important;
}

#block_80 .block-wrapper {
    width: 100%;
    flex-shrink: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
}

#block_80 .sidebar-block__top-brand {
    display: flex;
    align-items: center;
}

#block_80 .sidebar-block__top-logo {
    max-width: 100px;
    transform: rotate(0deg);
}

#block_80 .navbar-brand {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#block_80 .navbar-brand__logo {
    margin-right: 12px;
}

#block_80 .navbar-brand__logo img {
    width: 30px;
}

#block_80 .component-navbar-collapse {
    margin-left: auto;
}

#block_80 .navbar-icon {
    margin-right: 8px;
}

#block_80 .navbar-languages {
    padding-left: 12px;
    padding-right: 12px;
}

#block_80 .navbar-rtl .navbar-languages {
    margin-left: 0px;
    margin-right: 12px;
}

#block_80 .navbar-rtl .navbar-icon {
    margin-right: 0px;
    margin-left: 8px;
}

#block_80 .navbar-rtl .component-navbar-collapse {
    margin-left: inherit;
    margin-right: auto;
}

@media (max-width: 991px) {
    #block_80 .navbar-languages {
        margin-top:4px;
        ;}

    #block_80 .navbar-rtl .navbar-languages {
        margin-left: 12px;
        margin-right: 0px;
    }
}

#block_81 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 16px;
}

#block_81 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_81 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_81 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_81 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_81 .tickets-list__alignment {
    justify-content: flex-start;
}

#block_81 .tickets-list__margin-search {
    margin-bottom: 16px;
}

#block_81 .tickets-list__margin-table {
    margin-bottom: 24px;
}

#block_82 {
    flex-shrink: 0;
}

#block_82 .sidebar-block__top {
    position: fixed;
    width: 94%;
    top: 0;
    left: 0;
    z-index: 10;
}

#block_82 .sidebar-block__top-brand {
    display: none;
}

#block_82 .sidebar-block__top-logo {
    max-width: 100px;
    transform: rotate(0deg);
}

#block_82 .sidebar-block__left {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}

#block_82 .sidebar-block__left-menu {
    margin: 0px;
}

#block_82 .sidebar-block__left-menu li {
    list-style: none;
}

#block_82 .navbar-brand {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#block_82 .navbar-brand__logo {
}

#block_82 .navbar-brand__logo img {
    width: 30px;
}

#block_82 .sidebar-block__menu-item-icon {
    display: flex;
    min-width: 26px;
    padding-right: 4px;
}

#block_82 .sidebar-rtl .sidebar-block__menu-item-icon {
    padding-right: 0px;
    padding-left: 4px;
}

#block_82 .component-navbar-collapse {
    margin-left: auto;
}

#block_82 .navbar-rtl .component-navbar-collapse {
    margin-left: inherit;
    margin-right: auto;
}

#block_82 .navbar-nav-sidebar-menu {
    display: none;
}

#block_82 .navbar-languages {
    display: flex;
    align-items: center;
}

#block_82 .sidebar-rtl .sidebar-block__left {
    left: auto;
    right: 0;
}

@media (max-width: 991px) {
    #block_82 .navbar-nav-sidebar-menu {
        display:flex;
    }

    #block_82 .sidebar-block__top-brand {
        display: flex;
        align-items: center;
    }
}

#block_83 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 32px;
}

#block_83 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_83 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_83 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_83 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_83 .blog-post__card-margin {
    margin-bottom: 24px;
}

#block_83 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    background-size: cover;
    background-position: center center;
}

#block_83 .block-blog__title {
    width: 100%;
    margin-bottom: "";
}

#block_83 .block-blog__title h3 {
    margin-bottom: 0px;
}

#block_83 .block-blog__content {
    width: 100%;
    margin-bottom: 16px;
}

#block_83 .blog-list__card {
    margin-bottom: 24px;
}

#block_83 .blog-list__alignment {
    justify-content: center;
}

#block_83 .blog-list-rtl .block-blog__content {
    text-align: right;
}

#block_83 .blog-list-rtl .block-blog__actions {
    text-align: right;
}

#block_83 .blog-list-rtl .blog-list__card {
    text-align: right;
    unicode-bidi: bidi-override !important;
    direction: unset !important;
}

#block_84 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 24px;
    padding-top: 80px;
}

#block_84 .divider-top {
    background-image: "";
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 60px;
    height: 100px;
    z-index: 0;
}

#block_84 .divider-top {
    background-image: url("data:image/svg+xml,%3Csvg class='separator' xmlns='http://www.w3.org/2000/svg' width='100%25' height='90' viewBox='0.1 0.3 200 19' preserveAspectRatio='none'%3E%3Cg transform='translate(-0.21755166,-100.15454)'%3E%3Cpath style='fill:%23cc2929;' d='M 0.2688579,100.29477 H 200.98548 c 0,0 -99.37375,39.84098 -200.7166221,0 z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

#block_84 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_84 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_84 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_84 .text-block__title {
    margin-bottom: 8px;
}

#block_84 .header-with-text-rtl {
    text-align: right;
}

#block_85 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 80px;
    padding-top: 24px;
}

#block_85 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_85 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_85 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_85 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_85 .faq-block__card {
    margin-bottom: 16px;
}

#block_85 .faq-block__header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

#block_85 .faq-block__header-title {
    width: 100%;
}

#block_85 .faq-block__header-title h1 {
    margin-bottom: 0px;
}

#block_85 .faq-block__header-title h2 {
    margin-bottom: 0px;
}

#block_85 .faq-block__header-title h3 {
    margin-bottom: 0px;
}

#block_85 .faq-block__header-title h4 {
    margin-bottom: 0px;
}

#block_85 .faq-block__header-title h5 {
    margin-bottom: 0px;
}

#block_85 .faq-block__header-title h6 {
    margin-bottom: 0px;
}

#block_85 .faq-block__icon {
    width: 52px;
    text-align: right;
}

#block_85 .faq-block__header-icon {
    width: 52px;
    text-align: right;
}

#block_85 .collapsed .faq-block__icon:before {
    content: "\f055";
}

#block_85 .faq-block__icon:before {
    content: "\f056";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 22px;
}

#block_85 .faq-rtl .faq-block__card {
    text-align: right;
}

#block_85 .faq-rtl .faq-block__icon {
    text-align: left;
}

#block_86 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_86 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_86 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_86 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_86 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_86 .order-child-list__alignment {
    justify-content: flex-start;
}

#block_86 .order-child-list__margin-renew {
    margin-bottom: 16px;
}

#block_86 .order-child-list-button {
    text-align: right;
}

#block_86 .order-child-list-text {
    text-align: left;
}

#block_86 .order-child-list-rtl .order-child-list-button {
    text-align: left;
}

#block_86 .order-child-list-rtl .order-child-list-text {
    text-align: right;
}

@media (max-width: 991px) {
    #block_86 .order-child-list-button {
        text-align:left;
    }

    #block_86 .order-child-list-rtl .order-child-list-button {
        text-align: right;
    }
}

#block_87 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_87 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_87 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_87 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_87 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_87 .refill__margin-tab {
    margin-bottom: 16px;
}

#block_87 .refill__margin-table {
    margin-bottom: 16px;
}

#block_87 .refill__margin-search {
    margin-bottom: 16px;
}

#block_88 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 71px;
}

#block_88 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_88 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_88 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_88 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_88 .form-group {
    margin-bottom: 10px;
}

#block_88 .account__alignment {
    justify-content: flex-start;
}

#block_88 .account-card {
    margin-bottom: 16px;
}

#block_88 .account-button-right {
    flex-shrink: 0;
    margin-left: 2em;
}

#block_88 .account-rtl .account-button-right {
    margin-right: 2em;
    margin-left: 0px;
}

#block_89 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_89 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_89 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_89 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_89 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_89 .block-blog__preview-margin {
    margin-bottom: 24px;
}

#block_89 .block-blog__preview {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block_89 .block-blog__preview img {
    max-height: 420px;
}

#block_89 .block-blog__header {
    width: 100%;
    margin-bottom: 8px;
}

#block_89 .block-blog__header h1 {
    margin-bottom: 0px;
}

#block_89 .blog-post__alignment {
    justify-content: center;
}

#block_89 .blog-post__card-margin {
    margin-bottom: 16px;
}

#block_89 .blog-post-rtl .blog-post__card-margin {
    text-align: right;
}

#block_89 .blog-post-rtl .block-blog__actions {
    text-align: right;
}

#block_90 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_90 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_90 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_90 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_90 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_90 .text-block-with-card-rtl .text-block__description {
    text-align: right;
}

#block_91 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_91 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_91 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_91 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_91 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_91 .services-list__description {
    text-align: left;
}

#block_91 .services-category {
    font-weight: 600;
    font-size: 16px;
    color: "";
    background: "";
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: none;
}

#block_91 .services-list-category-title {
    margin-bottom: 0px;
}

#block_91 .services-list-category-title td {
    text-align: left;
}

#block_91 .services-list-rtl .services-list-category-title td {
    text-align: right;
}

#block_91 .services-list-rtl .table-responsive-classic .services-list-category-title td:before {
    display: none;
}

#block_91 .services-list-rtl .services-list__description {
    text-align: right;
}

#block_91 .services-filter__active-category {
    max-width: 152px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    text-overflow: ellipsis;
    padding-left: 4px;
}

#block_91 .services-filters .dropdown-menu {
    min-width: 420px;
    max-height: 210px;
    max-width: 320px;
    overflow-y: auto;
}

#block_91 .services-filters .dropdown-menu .dropdown-item {
    max-height: 280px;
    white-space: pre-line;
}

@media (max-width: 768px) {
    #block_91 .services-filters .dropdown-menu {
        min-width:280px;
        max-width: 280px;
    }

    #block_91 .services-filters .dropdown-menu .dropdown-item {
        max-width: 280px;
        white-space: pre-line;
    }

    #block_91 .services-filters .dropdown .btn {
        text-align: left;
    }

    #block_91 .services-list-rtl .services-filters .dropdown .btn {
        text-align: right;
    }

    #block_91 .services-list-rtl .dropdown-menu .dropdown-item {
        text-align: right;
    }
}

#block_92 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 32px;
    padding-top: 32px;
}

#block_92 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_92 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_92 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_92 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_92 .subscriptions__margin-tab {
    margin-bottom: 16px;
}

#block_92 .subscriptions__margin-table {
    margin-bottom: 24px;
}

#block_92 .subscriptions__margin-search {
    margin-bottom: 16px;
}

#block_92 .subscriptions-history-actions {
    text-align: right;
}

#block_92 .subscriptions-history-rtl .subscriptions-history-actions {
    text-align: left;
}

#block_93 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_93 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_93 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_93 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_93 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_93 .form-group {
    margin-bottom: 12px;
}

#block_93 .new-order-form {
    display: flex;
    justify-content: flex-start;
}

#block_93 .new-order-form-rtl .new-order-button-submit {
    text-align: right;
}

#block_94 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 16px;
    padding-top: 30px;
}

#block_94 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_94 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_94 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_94 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_94 .form-group {
    margin-bottom: 10px;
}

#block_94 .add-funds__form-alignment {
    justify-content: flex-start;
}

#block_95 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 16px;
    padding-top: 30px;
}

#block_95 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_95 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_95 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_95 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_95 .form-group {
    margin-bottom: 12px;
}

#block_95 .ticket-form__alignment {
    justify-content: flex-start;
}

#block_96 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 240px;
    padding-top: 30px;
}

#block_96 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_96 .divider-bottom {
    background-image: "";
    width: 120%;
    position: absolute;
    left: -50px;
    bottom: -1px;
    transform: rotateY(180deg);
    transform: rotateX(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 150px;
    height: 200px;
    z-index: 0;
}

#block_96 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_96 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_96 .how-it-works-number {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

#block_96 .how-it-works-row .how-it-works-col:nth-child(odd) .how-it-works-card {
    margin-top: 47px;
}

#block_96 .how-it-works-col {
}

#block_96 .how-it-works-card {
    position: relative;
    margin-bottom: 16px;
}

#block_96 .how-it-works-title {
    position: relative;
}

#block_96 .how-it-works-description {
    position: relative;
}

#block_96 .how-it-works-preview {
    position: relative;
}

#block_96 .how-it-works-arrow-top svg g {
    fill: "";
}

#block_96 .how-it-works-arrow-bottom svg g {
    fill: "";
}

#block_96 .how-it-works-row .how-it-works-col:nth-child(odd) .how-it-works-card .how-it-works-arrow-top {
    content: ' ';
    position: absolute;
    width: 124px;
    height: 30px;
    right: -74px;
    top: -27px;
}

#block_96 .how-it-works-row .how-it-works-col:nth-child(odd) .how-it-works-card .how-it-works-arrow-bottom {
    display: none;
}

#block_96 .how-it-works-row .how-it-works-col:nth-child(even) .how-it-works-card .how-it-works-arrow-bottom {
    content: ' ';
    position: absolute;
    width: 124px;
    height: 30px;
    right: -72px;
    top: 100px;
}

#block_96 .how-it-works-row .how-it-works-col:nth-child(even) .how-it-works-card .how-it-works-arrow-top {
    display: none;
}

#block_96 .how-it-works-row .how-it-works-col:nth-child(4n) .how-it-works-card .how-it-works-arrow-top {
    display: none;
}

#block_96 .how-it-works-row .how-it-works-col:nth-child(4n) .how-it-works-card .how-it-works-arrow-bottom {
    display: none;
}

#block_96 .how-it-works-row .how-it-works-col:last-child .how-it-works-card .how-it-works-arrow-bottom {
    display: none;
}

#block_96 .how-it-works-row .how-it-works-col:last-child .how-it-works-card .how-it-works-arrow-top {
    display: none;
}

#block_96 .how-it-works-rtl .how-it-works-arrow-bottom {
    transform: scale(-1, 1);
}

#block_96 .how-it-works-rtl .how-it-works-arrow-top {
    transform: scale(-1, 1);
}

#block_96 .how-it-works-rtl .how-it-works-row .how-it-works-col:nth-child(odd) .how-it-works-card .how-it-works-arrow-top {
    left: -74px;
    right: auto;
}

#block_96 .how-it-works-rtl .how-it-works-row .how-it-works-col:nth-child(even) .how-it-works-card .how-it-works-arrow-bottom {
    left: -72px;
    right: auto;
}

#block_96 .how-it-works-rtl .how-it-works-card {
    text-align: right;
}

@media (max-width: 991px) {
    #block_96 .how-it-works-row .how-it-works-col:nth-child(2n) .how-it-works-card .how-it-works-arrow-top {
        display:none;
    }

    #block_96 .how-it-works-row .how-it-works-col:nth-child(2n) .how-it-works-card .how-it-works-arrow-bottom {
        display: none;
    }
}

@media (max-width: 768px) {
    #block_96 .how-it-works-arrow-bottom {
        display:none;
    }

    #block_96 .how-it-works-arrow-top {
        display: none;
    }
}

#block_97 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_97 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_97 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_97 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_97 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_97 .form-group {
    margin-bottom: 12px;
}

#block_97 .alert {
    margin-bottom: 12px;
}

#block_97 .order-child-form__alignment {
    justify-content: flex-start;
}

#block_98 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_98 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_98 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_98 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_98 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_98 .form-group {
    margin-bottom: 10px;
}

#block_98 .mass-order__alignment {
    justify-content: flex-start;
}

#block_99 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_99 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_99 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_99 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_99 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_99 .orders-history__margin-tab {
    margin-bottom: 16px;
}

#block_99 .orders-history__margin-table {
    margin-bottom: 25px;
}

#block_99 .orders-history__margin-search {
    margin-bottom: 16px;
}

#block_99 .orders-history-actions {
    text-align: right;
}

#block_99 .orders-history-rtl .orders-history-actions {
    text-align: left;
}

#block_100 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_100 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_100 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_100 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_100 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_100 .form-group {
    margin-bottom: 10px;
}

#block_100 .reset-password-confirm__alignment {
    justify-content: center;
}

#block_101 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 24px;
    padding-top: 30px;
}

#block_101 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_101 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_101 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_101 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_101 .text-block__title {
    margin-bottom: 8px;
}

#block_101 .header-with-text-rtl {
    text-align: right;
}

#block_102 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 24px;
    padding-top: 40px;
}

#block_102 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_102 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_102 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: "";
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_102 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_102 .text-block__title {
    margin-bottom: 8px;
}

#block_102 .header-with-text-rtl {
    text-align: right;
}

#block_103 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 24px;
    padding-top: 40px;
}

#block_103 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_103 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_103 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: "";
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_103 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_103 .text-block__title {
    margin-bottom: 8px;
}

#block_103 .header-with-text-rtl {
    text-align: right;
}

#block_104 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

#block_104 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_104 .divider-bottom {
    background-image: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_104 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_104 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_104 .drip-feed__margin-tab {
    margin-bottom: 16px;
}

#block_104 .drip-feed__margin-table {
    margin-bottom: 24px;
}

#block_104 .drip-feed__margin-search {
    margin-bottom: 16px;
}

#block_105 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 80px;
    padding-top: 120px;
}

#block_105 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_105 .divider-bottom {
    background-image: "";
    width: 120%;
    position: absolute;
    bottom: -1px;
    left: -50px;
    transform: rotateY(180deg);
    transform: rotateX(180deg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 200px;
    height: 200px;
    z-index: 0;
}

#block_105 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_105 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_105 .block-signin-text__block-text {
    padding-top: 48px;
}

#block_105 .block-signin-text__block-text-title {
    margin-bottom: 8px;
    padding-left: 0px;
    padding-right: 60px;
}

#block_105 .block-signin-text__block-text-description {
    padding-left: 0px;
    padding-right: 0px;
}

#block_105 .block-signin-text__sign-up-link {
    margin-left: 20px;
}

#block_105 .sign-in__forgot {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 12px;
}

#block_105 .form-group {
    margin-bottom: 12px;
}

#block_105 .block-signin-text-rtl .block-signin-text__block-text {
    text-align: right;
}

#block_105 .block-signin-text-rtl .sign-in__forgot {
    right: auto;
    left: 0px;
    padding-right: 0;
    padding-left: 12px;
}

#block_105 .block-signin-text-rtl .block-signin-text__sign-up-link {
    padding-right: 6px;
    padding-left: 0px;
}

@media (max-width: 768px) {
    #block_105 .block-signin-text__block-text {
        margin-bottom:16px;
    }

    #block_105 .block-signin-text__block-text-title {
        padding-left: 0px;
        padding-right: 0px;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    #block_105 .block-signin-text__block-text-description {
        padding-left: 0px;
        padding-right: 0px;
        word-break: break-word;
        overflow-wrap: break-word;
    }
}

#block_68 .component_order_link h1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #052a36;
    font-family: Barlow;
}

#block_68 .component_order_link h2 {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #052a36;
    font-family: Barlow;
}

#block_68 .component_order_link h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #052a36;
    font-family: Barlow;
}

#block_68 .component_order_link h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #052a36;
    font-family: Barlow;
}

#block_68 .component_order_link h5 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #052a36;
    font-family: Barlow;
}

#block_68 .component_order_link h6 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #052a36;
    font-family: Barlow;
}

#block_68 .component_order_link {
    color: #334e6e;
    font-family: Barlow;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
}

#block_68 .component_order_link a {
    color: #0074ff;
}

#block_68 .component_order_link a:hover {
    color: rgba(0, 116, 255, 0.8);
}

#block_68 .component_order_link a:focus {
    color: rgba(0, 116, 255, 0.8);
}

.body-rtl h1, .body-rtl h2, .body-rtl h3, .body-rtl h4, .body-rtl h5, .body-rtl h6 {
    text-align: right;
}

@media (max-width: 480px) {
    #block_68 .component_order_link h1 {
        font-size:10vmin;
        line-height: 1.1666666666;
    }
}

#service_description,#service_avg_time {
    padding: 9px;
    border-radius: 10px;
    color : #3f3f44;
    box-shadow: 1px 1px 1px #FFFFFF;
    background-color: #FBF1F2;
}

.select2-container--default .select2-results__option[aria-selected=true] a {
    background-color: #e91d33e0;
    color: #fff;
}

.select2-container--default .select2-results__option a:hover {
    background: #ff2d44e0;
    color: #fff;
}

.body .form-group .select2-results__option {
    border: none;
}

.body a:hover {
    color: #111;
}

.badge.badge-secondary {
    background-color: #e91d33e0;
    color: #fff;
}

.totals-block__icon-preview {
    border: 1px solid rgb(255 255 255 / 48%);
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 14px 0px;
}

.body .balance-dropdown__name {
    color: #ff001d;
    background: rgb(255 255 255 / 68%);
    border: 1px solid #ff001d5c ;
    border-radius: 10px;
}

.body .balance-dropdown__item:hover {
    background-color: rgba(216, 51, 70,0.09);
}

.body .balance-dropdown__link:hover {
    color: #d83346;
}

.body .card {
    box-shadow: 0 3px 6px rgba(216, 51, 70,0.16), 0 3px 6px rgba(216, 51, 70,0.23);
}

@media (min-width: 720px) {
    #block_105 {
        padding-bottom: 80px;
        padding-top: 230px;
    }

    .pur {
        margin-top: -40px;
        margin-left: 30px
    }
}

@media (max-width: 720px) {
    .lud {
        padding-top: 50px;
    }
}

.up {
    animation-name: slideUp;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-fill-mode: forwards;
}

@keyframes slideUp {
    0% {
        transform: translateY(20%);
    }

    100% {
        transform: translateY(0);
    }
}

#service_description,#service_avg_time {
    background-color: #ffffff78;
    border: solid #ffffffde;
    color: #210407;
    font-size: 16px;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
    word-wrap: break-word;
    box-shadow: none;
}

.body .btn-sp {
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    padding: .45rem .85rem;
    margin: 3px;
    margin-top: -14px;
    color: #f00;
    background: #ffffffba;
    box-shadow: 0 8px 24px 0 rgb(212 104 104 / 24%);
    border-radius: 20px;
}

.body .btn-sp:hover {
    color: #ffffff;
    background: rgba(216, 51, 70, 0.9);
}

.btn-primary {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #ffffff;
    background: #e70720e0;
    margin-top: 20px;
    border-color: #931725;
    box-shadow: 0 8px 24px 0 rgb(212 104 104 / 24%);
    border-style: solid;
    border-radius: 15px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    transform: skew(0deg, 0deg);
    overflow: hidden;
}

.btn-primary:hover {
    color: #ffffff;
    background: rgba(216, 51, 70, 0.9);
    border-color: #931725;
}

.faq-block__header-title {
    display: flex;
    align-items: center;
}

#block_85 .faq-block__header-title h3 {
    margin: -2px 10px 0px 0px;
    background-image: linear-gradient(62deg, #cf3a3a 0%, #fb181b 100%);
    box-shadow: 0 3px 11px rgb(255 33 33 / 50%);
    color: #fff;
    padding: 6px 15px;
    border-radius: 50%;
    text-align: center;
}

.body .style-box-shadow-default:before {
    content: '';
    display: block;
    background: #ffffff26;
    height: 140%;
    width: 20px;
    transform: rotate(35deg);
    position: absolute;
    left: 0;
    top: -20px;
    transition: all 10s ease-in-out;
    animation: 3.2s shine infinite;
}

@keyframes shine {
    0% {
        left: 0;
    }

    20% {
        left: 112%;
        top: -20px;
    }

    100% {
        left: 112%;
        top: -20px;
    }
}

.btn-primary:before,.btn-big-primary:before {
    content: '';
    display: block;
    background: #ffffff25;
    height: 205%;
    width: 35px;
    transform: rotate(35deg);
    position: absolute;
    left: 0;
    top: -24px;
    transition: all 0.5s ease-in-out;
    animation: 3.2s shine infinite;
}

@keyframes shine {
    0% {
        left: 0;
    }

    20% {
        left: 110%;
        top: -20px;
    }

    100% {
        left: 110%;
        top: -20px;
    }
}

.ql-align-center {
    text-align: center;
}

.login-with-google-btn {
    transform: skew(0deg, 0deg);
    overflow: hidden
}

.login-with-google-btn:before {
    content: '';
    display: block;
    background: #ffffffa8;
    height: 205%;
    width: 35px;
    transform: rotate(35deg);
    position: absolute;
    left: 0;
    top: -24px;
    transition: all 0.5s ease-in-out;
    animation: 3.2s shine infinite;
}

@keyframes shine {
    0% {
        left: 0;
    }

    20% {
        left: 110%;
        top: -20px;
    }

    100% {
        left: 110%;
        top: -20px;
    }
}

.swal-icon--success:after, .swal-icon--success:before {
    background: #fff0;
}

.swal-icon--success__hide-corners {
    background-color: #fff0;
}

.swal-icon--info {
    border-color: #64b0cf;
}

.swal-icon--info:after, .swal-icon--info:before {
    background-color: #64b0cf;
}

.swal-title {
    color: rgb(0 0 0 / 90%);
    font-weight: 700;
    padding: 0px 16px;
}

.swal-content {
    margin-top: 0px;
}

.swal-icon--warning__body, .swal-icon--warning__dot {
    background-color: #ffd907;
}

.swal-icon--warning {
    color: #ffd907;
}

0% {
    border-color: #ffe137;
}

100% {
    border-color: #ffd907;
}

.swal-icon--success__ring {
    border: 4px solid hsl(98deg 100% 43.21% / 40%);
}

.swal-icon--success__line {
    background-color: #4dd500;
}

.navbar-nav-currencies {
    order: -1;
}

.login-with-google-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    width: 100%;
    /*padding: 12.8px 16px 12.8px 42px;*/
    border: none;
    border-radius: 15px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.25);
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
   
   background-image: none;
   
    background-size: 0px;
    background-position: center left 22%;
}

.login-with-google-btn i {
    display: none;
}

.login-with-google-btn:hover i {
    display: inline;
    font-size: 16px;
    margin-right: 2px;
}

.login-with-google-btn:hover {
    background-image: none;
    background-color: #e9122ae0;
}

.news-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.news-item:first-child {
    margin-top: -20px;
}

.news-icon-inline {
    width: 30px;
    margin-right: 7px;
}

.news-icon img {
    width: 100%;
}

.news-details {
    flex: 1;
}

.news-title {
    display: flex;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 7px ;
    background: #ffffff50;
    border-radius: 12px 12px 0 0;
}

.news-content {
    margin: 0;
    color: #000;
    padding: 7px ;
    background: #ffffff50;
    border-radius: 0px 0px 12px 12px;
}

.headsir {
    position: sticky;
    top: 0;
    width: 101%;
    font-weight: 700;
    font-size: 22px;
    padding: 1rem 1rem;
    color: #fff;
    margin: -1.2px 0px 0px -1.2px;
    border-radius: 25px 25px 0px 0px;
    background: #e70720e0;
    box-shadow: 0 0px 10px rgb(255 33 33 / 50%);
}

.news-date {
    margin: 0;
    padding: 0.5px 0px;
    color: #fff;
    font-size: 12px;
    background: #e70720e0;
    box-shadow: 0 0px 11px rgb(255 33 33 / 30%);
    width: 50%;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.super-gaad {
    position: relative;
    width: 100%;
    max-height: 550px;
    background: #ffffff66;
    border: 1.5px solid rgb(255 255 255 / 50%);
    border-radius: 25px;
    align-items: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
}

.ssw {
    max-height: 450px;
    overflow-y: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 992px) {
    .news-date {
        width:40%;
    }
}

.select2-selection__icon i {
    margin-left: 3px;
}

.panel-body {
    word-break: break-all;
}

.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}

li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}

.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}

li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
}

.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}

li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}

.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}

li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
}

.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}

li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}

.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}

li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
}

.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}

li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}

.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}

li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
}

.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}

li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}

.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}

li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
}

.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}

li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}

.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}

li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
}

.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}

li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}

.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}

li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
}

.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}

li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}

.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}

.ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
}

.ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
}

.ql-size-small {
    font-size: 0.75em;
}

.ql-size-large {
    font-size: 1.5em;
}

.ql-size-huge {
    font-size: 2.5em;
}

.ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
}

.ql-align-center {
    text-align: center;
}

.ql-align-justify {
    text-align: justify;
}

.ql-align-right {
    text-align: right;
}

 
 
 
 /**/
         
.nothompg {
    display: flex !important;
    align-items: center  !important;
    justify-content: center !important;
    background-color:#009fff;
    border-radius: 10px 10px 0px 0px !important;
    color:white !imortant;
  
}

.brdrradsnot {
    border-radius: 10px 10px 10px 10px !important;
    
}


.clsbtnnothome {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 0px 0px 10px 10px !important;
  color: #ffffff !important;
  font-size: 20px !important;
  background: #0099ff!important;
  padding: 10px 20px 10px 20px !important;
  text-decoration: none !important;
}

.nottxtclr {
    color:white !important;
}

  body {
       // background: black; /* لون الخلفية الأساسي */
        transition: background 1s ease; /* تأثير التحول */
    }

    .loading-screen {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 9999999;
        background: #021c2a;
        color:#fff
    }

    .loading-screen .bar {
        position: absolute;
        height: 100%;
        width: 50%;
        background-color: #00a3ff;
    }

    .loading-screen .top-bar {
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
    }

    .loading-screen .down-bar {
        bottom: 0;
        top: auto;
        right: 0;
        left: auto;
    }

    .loading-screen .progress-line {
        position: absolute;
        width: 100%;
        top: 60%;
        left: 0;
        right: auto;
        height: 1px;
        background-color: white , 0.35);
        transform: scale(0);
        transform-origin: center;
    }

    .loading-screen .loading-counter {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 3rem;
        font-weight: 800;
    }
     

     
    /* End loading screen rules */