body, html {
    overflow-x: hidden !important;
    text-align: left !important;
    direction: ltr !important;
    background: #ffffff;
    color: #000;
}

/* Regular */
@font-face {
    font-family: 'SuisseIntl';
    src: url("fonts/SuisseIntl-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'SuisseIntl';
    src: url("fonts/SuisseIntl-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

.text-primary {
    color: #1F1955;
}

* {
    direction: ltr !important;
    text-align: left;
    font-family: 'SuisseIntl', sans-serif;
}

a {
    color: unset;
    text-decoration: unset !important;
}

a hover {
    color: none !important;
}

ul.list-unstyled a {
    text-decoration: unset !important;
}

input {
    outline: none !important;
}

.btn {
    border-radius: 7px !important;
    display: flex;
    align-items: center;
    transition: 0.3s;
    color: #010101;
    width: fit-content;
}

.btn:hover {
    transform: translateY(-4px);
}

.btn-n {
    padding: 6px 25px;
}

.btn-outline-secondary {
    color: #000 !important;
}

.btn-outline-danger {
    color: #dd3a49 !important;
}

.btn-outline-danger:hover {
    color: #fff !important;
}

.btn-primary {
    background-color: #1F1955;
    border: none !important;
    color: #FFF;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #282828;
}

.btn-secondary {
    background-color: #6648FF;
    border: none !important;
    color: #FFF;
    font-weight: bold;
}

.btn-secondary:hover {
    background-color: #4524eb;
}

.dim {
    color: #525252;
}

.black {
    color: #020F1E;
}

.swiper-slide {
    width: fit-content !important;
}

.btn-white {
    color: #0c1230;
    border-radius: 55px;
    background: #FFF;
    box-shadow: 0px 7px 19px 0px rgba(163, 163, 163, 0.34);
    color: #1F1955;
}

.btn-white:hover {
    background: #f0f0f0;
    color: #282828;
}

.btn-outline-primary-white {
    color: #000;
    border: 1px solid #4E4E4E;
}

.btn-sm {
    padding: 13px 24px;
}

.btn-bg {
    padding: 16px 25px;
    font-weight: bold;
}

@media (max-width: 450px) {
    .btn-bg {
        padding: 18px 25px;
    }
}

.btn-block {
    width: auto;
    display: flex;
    justify-content: center;
}

.text-secondary {
    color: #6648FF;
}

.btn-outline-primary {
    color: #1F1955;
    border: 1px solid #1F1955;
}

.btn-outline-primary:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #1F1955;
}

.padd {
    padding: 120px 0;
}

.padd-sm {
    padding: 50px 0;
}

.fit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-primary {
    color: #1F1955;
}

label {
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 18px;
}

.form-control {
    color: #0c1230;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #DCDCDC;
    border-radius: 7px;
    margin-bottom: 0;
    padding: 16px 24px;
    font-size: 14px;
    transition: box-shadow .3s, color .3s, border-color .3s;
}

textarea.form-control {
    resize: unset;
    min-height: 144px;
    border-radius: 22px;
}

.position-relative {
    z-index: 1;
    overflow: hidden;
}

a {
    cursor: pointer !important;
}

.newpage {
    padding-top: 120px;
    background-size: cover !important;
    background-size: contain !important;
}

.custom-checkbox .form-check-input:checked {
    background-color: #32a3d5;
    border-color: #32a3d5;
}

.custom-checkbox .form-check-input {
    padding: 11px 21px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    background-position: 0% 50% !important;
    background-repeat: no-repeat !important;
    background-color: #ADADAD !important;
    border-color: transparent !important;
}

.custom-checkbox .form-check-input:checked {
    background-position: 100% 50% !important;
    background-color: #32a3d5 !important;
}

.cursor {
    cursor: pointer;
}

.text-secondary {
    color: #6648FF !important;
}

.text-primary {
    color: #32a3d5 !important;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader .loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}

.preloader .loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #1F1955;
    animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}

.custom-wrapper {
    width: 35%;
    margin: auto;
}

@media (max-width: 900px) {
    .custom-wrapper {
        width: 45%;
    }
}

@media (max-width: 650px) {
    .custom-wrapper {
        width: 95%;
    }
}

@media (max-width: 500px) {
    .custom-wrapper {
        width: 95%;
    }
}

@media (max-width: 390px) {
    .custom-wrapper {
        width: 95%;
    }
}

.custom-page {
    min-height: 100vh;
}

input.form-control {
    background-color: #fff;
}

.cta-btn-main {
    padding: 18px;
    border-radius: 23px 23px 0 0;
    background-color: #F8F9FB;
}

.float-placholder {
    height: 85px;
}

.floating-btn {
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
}

.text-more {
    color: #2A4BA0;
}

.loginpage {
    background-color: #1F1955;
    background-position: 89% 200%;
    background-repeat: no-repeat;
}

.homepage .top-nav {
    background-color: #42C0D0;
}

.homepage .brief-section {
    background-color: #1F1955;
}

.homepage .brief-section * {
    color: #fff;
}

.homepage .brief-section .nums-brief {
    height: 67px;
    background: #2E276F;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 11px;
}

.homepage .data-section .carbox-container {
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 9px;
}

.homepage .data-section .carbox-container .imger {
    width: 110px;
    height: 102px;
    border-radius: 7px;
    overflow: hidden;
}

.homepage .data-section .carbox-container .fw-regular {
    color: #424242;
}

.homepage .data-section .carbox-container:hover {
    border-color: #F9B023;
}

.detailspage .top-nav {
    background-color: #42C0D0;
}

.detailspage .tob-imger {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.detailspage .record {
    width: 100%;
    height: 150px;
    background-color: #E4DDCB;
    overflow: hidden;
    border-radius: 18px;
    color: #1E222B;
}

.detailspage .record.recorded {
    background-color: #FFC83A;
}

.detailspage .gallery-holder {
    overflow: hidden;
    border-radius: 18px;
    height: 250px;
    display: block;
}

.detailspage .gallery-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0));
}

.carform {
    background-color: #F1F1F1;
}

.carform .arrow-holder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
}

.carform .step-container {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 18px;
    padding: 18px 15px;
}

.carform .step-container .flexer {
    display: flex;
    align-items: center;
}

.carform .step-container .step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    background-color: #1F1955;
}

.carform .step-container input.form-control {
    background: #F2F2F7;
}

.carform .step-container .camera-holder {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #cecece;
    overflow: hidden;
}

.carform .step-container .camera-holder:hover {
    background-color: #cecece;
    opacity: 0.8;
}

.carform .result-outputs input {
    border: none;
    width: 100%;
}

.carform .overlay {
    z-index: 9;
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(250, 250, 250, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rotate {
    transform: rotate(180deg);
}

* {
    text-align: right;
    direction: rtl !important;
}
