* {
    outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    color: #323132;
}

a {
    text-decoration: none !important;
}

.navbar-brand a {
    box-sizing: border-box;
}

button {
    border: 0;
    outline: none !important;
}

section {
    padding-top: 100px;
}


/* ::selection {background:#E9CC80;color: #000;} */

p {
    font-size: 18px;
    color: #4A4A4A;
}

.btn:focus,
.btn.focus {
    box-shadow: none;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.container {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}

grammarly-desktop-integration {
    display: none!important;
}

body {
    direction: rtl;
    position: relative;
}

.h-100vh {
    height: 100vh;
}


/* login page */

.logo_main img {
    max-width: 250px;
    height: auto;
}

.logo_main {
    margin: 3rem 0rem;
    z-index: 99;
}

.main_login_section {
    position: relative;
    background-image: url(../images/login_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    overflow-y: hidden;
    display: grid;
    transition: 0.3s all;
    overflow-x: hidden;
}

.login_form h4 {
    font-size: 60px;
    color: #474C4E;
    font-weight: bold;
}

.login_form p {
    font-size: 32px;
    color: #474C4E;
    font-weight: 600;
    text-decoration: underline;
}

.login_form .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #0000001A;
    border-radius: 12px;
    font-size: 20px;
    color: #474C4E;
    margin: 1rem 0;
    border: unset;
    height: 50px;
}

.login_form .form-control:focus {
    box-shadow: 0px 2px 15px #c39dd6;
}

.login_form .form-contro::placeholder {
    color: #474C4E;
}

.check_box_Sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forgot_pass a {
    font-size: 18px;
    color: #9933CC;
    text-decoration: underline!important;
    font-weight: 500;
}

.check_box_Sec .form-check {
    align-items: center;
    display: flex;
}

.check_box_Sec .form-check .form-check-label {
    font-size: 20px;
    color: #474C4E;
}

.login_button {
    margin: 1rem 0;
}

.login_button .btn_login {
    font-size: 18px;
    color: #FFFFFF;
    background: #33CC99 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000029;
    border-radius: 12px;
    padding: 1rem;
    border: 2px solid transparent;
    transition: 0.5s all;
}

.login_button .btn_login:hover {
    background: #fff;
    border: 2px solid #33CC99;
    color: #33CC99;
}

.main_login_section .toggle_bg {
    position: absolute;
    background-color: #C39DD6;
    transition: 1s all;
    width: 34%;
    border-radius: 60% 0 0 60%;
    height: 110vh;
    background-repeat: no-repeat;
    background-position: center right;
    top: 50%;
    transform: translate(0px, -50%);
}

.main_login_section .toggle_bg.bgLoginLayer {
    transition: 2s all;
    width: 200%;
}


/* background: url(../image/bg_round.png); */


/* dashboard */

.navbar_main {
    background: transparent linear-gradient(93deg, #FFFFFF66 0%, #FFFFFF24 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 50px #00000066;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.logout_Sec a {
    display: flex;
    align-items: center;
    color: #E80000;
    font-weight: 600;
}

.logout_Sec a p {
    font-size: 17px;
    color: #E80000;
    margin-right: 10px;
}

.navbar-nav .nav-item a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #474C4E;
    font-weight: 600;
    transition: 0.3S all;
    z-index: 999999999;
}

.navbar-nav .nav-item a p {
    font-size: 18px;
    color: #474C4E;
}

.navbar-nav .nav-item a i {
    margin-right: 0.5rem;
    font-size: 30px;
}

.navbar-nav .nav-item.active a,
.navbar-nav .nav-item:hover a {
    color: #9933CC;
}

.navbar-nav .nav-item.active a p,
.navbar-nav .nav-item:hover p {
    color: #9933CC;
}

.logout_Sec {
    margin-right: 20px;
}

.list_last_date p {
    font-size: 15px;
    color: #474C4E;
    font-weight: 700;
}

.button_keep .keep_btn {
    background: transparent linear-gradient(109deg, #9933CC 0%, #681A8F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000029;
    border-radius: 12px;
    font-size: 15px;
    color: #fff;
    padding: 0.8rem 2rem;
    margin-right: 1rem;
    transition: 0.3S all;
    cursor: pointer;
}

.button_keep .keep_btn:hover {
    background: transparent linear-gradient(109deg, #681A8F 0%, #9933CC 100%) 0% 0% no-repeat padding-box;
}

.icon_logout {
    transform: rotate(179deg);
}

.icon_logout i {
    font-size: 24px;
}

.only_responsive .icon_logout i {
    color: #E80000;
}

.message_icon i,
.home_icon i,
.notification i {
    color: #474C4E;
    transition: 0.3s all;
}

.message_icon i:hover,
.home_icon i:hover,
.notification i:hover {
    color: #9933CC;
}

.main_dashboard_area {
    background-image: url(../images/dashboard_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: calc(100vh - 98px);
}

.main_dashboard_area.loan_Detail_main {
    /*background-image: url(../images/loan_bg.png);*/
    /*height: calc(100vh - 33px);*/
    height: auto;
}

.main_dashboard_area.sub_detail {
    background-image: url(../images/sub_bg.png);
    height: calc(100vh - 160px);
}

.main_dashboard_area.sub_detail_purple {
    background-image: url(../images/purple_bg.png);
    height: calc(100vh - 160px);
}

.title_dashboard_menu h4 {
    font-size: 50px;
    color: #9933CC;
    font-weight: 700;
    line-height: 40px;
}

.main_title_center h5 {
    font-size: 50px;
    color: #9933CC;
    font-weight: 700;
}

.main_title_center.dark_purple h5 {
    color: #5639B4;
}

.main_title_center p {
    font-size: 25px;
    color: #474C4E;
    font-weight: 600;
}

.main_Dahsboard_Sec {
    height: 100vh;
    position: relative;
}

.side_menu {
    position: absolute;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 40px #00000012;
    border-radius: 50%;
    height: 141vh;
    outline: 705px solid rgba(240, 210, 255, 0.4);
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: -1;
    width: 120vh;
    right: -660px;
}

.side_menu.loan_detail_side {
    /*  outline: 705px solid rgba(51, 204, 153, 0.1);*/
}

.side_menu.loan_sub_detail {
    outline: 705px solid rgba(80, 191, 165, 0.19);
}

.side_menu.loan_sub_detail_purple {
    outline: 705px solid rgba(86, 57, 180, 0.19);
}


/* .side_coloured { position: absolute; box-shadow: 0px 0px 40px #00000012; width: 100%; border-radius: 60% 60% 60% 60%; height: 130vh;
    background-repeat: no-repeat; top: 50%; transform: translate(0px , -50%); z-index: -2;  right: -700px; background: #F0D2FF 0% 0% no-repeat padding-box;} */

.side_menu_dashboard {
    height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    position: relative;
}

.title_dashboard_menu {
    /* position: absolute;
    top: 30px;*/
}

.detail_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 10px #0000001a;
    border-radius: 19px;
    /*padding: 2rem 2rem;*/
    padding: 1em 1em;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.title_Detail h4 {
    /*font-size: 25px;
    color: #474C4E;
    border-bottom: 1px solid #E9E9E9;
    padding: 1rem 0;*/
    font-size: 23px;
    color: #474C4E;
    padding: 1rem 0;
    font-weight: 700;
}

.property_Detail h5 {
    font-size: 23px;
    color: #503E9D;
    font-weight: 700;
}

.detail_about h5 {
    font-size: 17px;
    color: #000000;
}

.detail_about p {
    font-size: 17px;
    color: #474C4E;
}

.grey_bg {
    /*background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 21px;
    padding: 2rem 0;
    margin: 1rem 0;*/
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 21px;
    padding: 8px 15px;
    margin: 1rem 0;
}

.final_price h5 {
    /*font-size: 30px;*/
    font-size: 20px;
    color: #474C4E;
    font-weight: 700;
}

.final_price p {
    font-size: 30px;
    color: #9933cc;
    font-weight: 700;
}

.side_logo_sec {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    left: 28px;
    bottom: 0;
}

.side_logo_sec img {
    margin-bottom: 15px;
}

.wish_text p {
    font-size: 25px;
    color: #474C4E;
    margin-left: 3rem;
    font-weight: 700;
}


/*------------------------- Hide button -------------------------*/

.close-btn .close {
    display: none;
}

.close-btn .close span {
    color: #9933CC;
    margin: 0 1rem;
    font-size: 30px;
}

.button_open #right-menu {
    display: none!important;
}

#right-menu i {
    font-size: 18px;
    color: #9933CC;
    background: transparent;
}


/*------------------------- /Hide button -------------------------*/


/* loan detail */

.main_menu_bar {
    height: calc(100vh - 95px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -60px;
}

.menu_side a P {
    font-size: 26PX;
    color: #474C4E;
    font-weight: 700;
    margin: 0 1REM;
    line-height: 26px;
    position: absolute;
    width: 300px;
    right: 59px;
}

.menu_side a {
    display: flex;
    align-items: center;
    border-right: 6px solid transparent;
    padding: 12px 1rem;
    border-radius: 15px 0px 0px 15px;
}

.menu_side {
    transition: 0.3s all;
}

.menu_side:hover a p,
.menu_side a.active p {
    color: #9933CC;
}

.menu_side:hover svg,
.menu_side a.active svg {
    transform: rotate(90deg);
    transition: 0.3s all;
}

.menu_side a:hover svg path,
.menu_side a.active svg path {
    fill: #9933CC;
}

.menu_side:hover a,
.menu_side a.active {
    border-right: 6px solid #9933CC;
}

.detail_loan_Sec h4 {
    font-size: 40px;
    color: #9933CC;
    font-weight: 700;
}

.detail_loan_Sec.green_dark h4 {
    color: #50BFA5;
}

.detail_loan_Sec.purple_dark h4 {
    color: #5639B4;
}

.detail_loan_Sec p {
    font-size: 20px;
    color: #474C4E;
    font-weight: 600;
}

.green_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 10px #0000001a;
    border-radius: 19px;
    margin: 2rem 0;
}

.title_green h5 {
    font-size: 20px;
    color: #7e00bd;
    font-weight: 700;
}

.green_dark .title_green h5 {
    color: #1A7B64;
}

.purple_dark .title_green h5 {
    color: #5639B4;
}

.title_green {
    background: #cc7af5;
    border-radius: 19px 19px 0 0;
    padding: 1rem 2rem;
    min-height: 70px;
    display: flex;
    align-items: center;
}

.green_dark .title_green {
    background: #50BFA5;
}

.purple_dark .title_green {
    background: #BEAFEB;
}

.form_main {
    padding: 15px;
    margin: 0px 0px;
}

.form_main {
    scrollbar-width: thin;
    scrollbar-color: #33CC99 #dfdfdf;
}

.form_main::-webkit-scrollbar {
    width: 5px;
}

.form_main::-webkit-scrollbar-track {
    background: transparent
}

.form_main::-webkit-scrollbar-thumb {
    background-color: #33CC99;
    border-radius: 10px;
    border: 3px solid transparent;
}

.lable_loan label {
    font-size: 17px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
}

.lable_loan .form-control {
    border: transparent;
    font-size: 16px;
    color: #474C4E;
    border-bottom: 1px solid #E9E9E9;
    border-radius: 0;
    box-shadow: unset;
    font-weight: 600;
}

.lable_loan .form-control::placeholder {
    color: #474c47;
}


/* -----------------------button 1----------------------- */


/* light green */

.continue_btn .continue_Btn_botm,
.continue_btn .btn {
    font-size: 20px;
    color: #FFFFFF;
    background: #50BFA5 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000029;
    border-radius: 12px;
    padding: 1rem 3rem;
    border: 2px solid transparent;
    transition: 0.3s all;
    cursor: pointer;
}

.continue_btn .continue_Btn_botm:hover,
.continue_btn .btn:hover {
    color: #50BFA5;
    background: #fff 0% 0% no-repeat padding-box;
    border: 2px solid #50BFA5;
}


/* dark green */

.green_dark .continue_btn .continue_Btn_botm {
    background: #50BFA5 0% 0% no-repeat padding-box;
}

.green_dark .continue_btn .continue_Btn_botm:hover {
    border: 2px solid #50BFA5;
    background: #fff;
    color: #50BFA5;
}


/* purple dark */

.purple_dark .continue_btn .continue_Btn_botm {
    background: #BEAFEB 0% 0% no-repeat padding-box;
}

.purple_dark .continue_btn .continue_Btn_botm:hover {
    border: 2px solid #BEAFEB;
    background: #fff;
    color: #BEAFEB;
}


/* ----------------------- /button 1----------------------- */


/* -----------------------button 2----------------------- */


/* light green */

.back_btn .return_btn {
    font-size: 20px;
    color: #474C4E;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000029;
    border: 2px solid #33CC99;
    border-radius: 12px;
    padding: 1rem 3rem;
    transition: 0.3s all;
}

.back_btn .return_btn:hover {
    color: #fff;
    background: #33CC99 0% 0% no-repeat padding-box;
    border: 2px solid transparent;
}


/* dark green */

.green_dark .back_btn .return_btn {
    color: #474C4E;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #50BFA5;
}

.green_dark .back_btn .return_btn:hover {
    color: #fff;
    background: #50BFA5 0% 0% no-repeat padding-box;
    border: 2px solid transparent;
}


/* purple dark */

.purple_dark .back_btn .return_btn {
    color: #474C4E;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #BEAFEB;
}

.purple_dark .back_btn .return_btn:hover {
    color: #fff;
    background: #BEAFEB 0% 0% no-repeat padding-box;
    border: 2px solid transparent;
}


/* -----------------------/ button 2----------------------- */


/* MESSAGE DASHBOARD */

.message_box_main {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 30px 40px #0000001A;
    border-radius: 19px;
    padding: 3rem 0;
    height: 680px;
    overflow-y: scroll;
}

.serch_box {
    display: flex;
    align-items: center;
}


/* slider */


/* .go-me {
        position: absolute;
        top: 0px;
        left: 75px;
        background: transparent;
        border-radius: 50%;
        border: 4px solid #E8E8E8;
        color: #474C4E;
        font-size: 10px;
        transition: 0.3s all;
    } */


/* .back-me{
        position: absolute;
        top: 0px;
        left: 30px;
        background: transparent;
        border-radius: 50%;
        border: 4px solid #E8E8E8;
        color: #474C4E;
        font-size: 10px;
        transition: 0.3s all;
    } */


/* dashboard loan detail */

.center_scrool {
    height: calc(100vh - 200px);
    display: flex;
    align-items: center;
}

.slider-container.loan_detail_detail {
    display: flex;
    align-items: center;
}

.slider-container {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
}

.slider-container input[type=range]::-webkit-slider-thumb {
    height: 4px;
    width: 100px;
    background: #9933CC;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 2px;
    border-radius: 10px;
    outline: none;
}

.slider-container .range-slider {
    width: auto;
    border: none;
    padding: 2px;
    margin-right: auto;
}

.slider-container input[type=range]:focus::-webkit-slider-thumb {
    outline: none !important;
}

.go-me:hover,
.back-me:hover {
    border: 4px solid #9933CC;
    background: #9933CC;
    color: #E8E8E8;
}

.go-me {
    background: transparent;
    border-radius: 50%;
    border: 4px solid #d7d7d7;
    color: #474C4E;
    font-size: 12px;
    transition: 0.3s all;
    margin: 0 0.5rem;
    height: 40px;
    width: 40px;
}

.back-me {
    background: transparent;
    border-radius: 50%;
    border: 4px solid #d7d7d7;
    color: #474C4E;
    font-size: 12px;
    transition: 0.3s all;
    margin: 0 0.5rem;
    height: 40px;
    width: 40px;
}

.slider-container.loan_detail_detail .range-slider.custom-range {}

.slider-container.loan_detail_detail .back-me {}

.slider-container.loan_detail_detail .go-me {}

.h-inherit {
    height: inherit;
}


/*
 *  STYLE 2
 */

.message_box_main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.message_box_main::-webkit-scrollbar {
    width: 9px;
    background-color: #F5F5F5;
}

.message_box_main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #9933CC;
}

.detail_about,
.final_price {
    word-break: break-word;
}

p {
    margin-bottom: 0px !important;
}

.owl-nav {
    position: absolute;
    top: 40%;
    left: -15px;
    right: -20px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    font-size: 3.5rem;
    color: #cecece;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}


.owl-nav-c {
    position: absolute;
    top: 40%;
    left: -15px;
    right: -20px;
}

.owl-nav-c .owl-prev-c,
.owl-nav-c .owl-next-c {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.owl-nav-c .owl-prev-c i,
.owl-nav-c .owl-next-c i {
    font-size: 3.5rem;
    color: #cecece;
}

.owl-nav-c .owl-prev-c {
    left: 0;
    cursor: pointer;
}

.owl-nav-c .owl-next-c {
    right: 0;
    cursor: pointer;
}
.owl-carousel.owl-rtl {
    direction: rtl;
    position: relative;
}

.sectionData {
    /*   margin-top: -80px;*/
}

.Back_Btn {
    font-size: 20px;
    color: #50BFA5;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000029;
    border-radius: 12px;
    padding: 1rem 3rem;
    border: 2px solid transparent;
    transition: 0.3s all;
    cursor: pointer;
    margin-right: 15px;
}

.Back_Btn:hover {
    color: #fff;
    background: #50BFA5 0% 0% no-repeat padding-box;
    border: 2px solid #50BFA5;
}

.addIcon path {
    fill: #9933CC;
}

.addIcon g {
    opacity: 1;
}


/*
.loan_Detail_main .addIcon path {
    fill: #33CC99 !important;
}

.loan_Detail_main .detail_loan_Sec h4 {
    color: #33CC99 !important;
}

.loan_Detail_main .title_green h5 {
    color: #087E57 !important;
}

.loan_Detail_main .title_green {
    background: #33CC99 !important;
}

.loan_Detail_main .continue_btn .continue_Btn_botm {
    background: #33CC99 0% 0% no-repeat padding-box !important;
}

.loan_Detail_main .continue_btn .continue_Btn_botm:hover {
    color: #33CC99 !important;
    border: 2px solid #33CC99 !important;
    background: #fff 0% 0% no-repeat padding-box !important;
}

.loan_Detail_main .Back_Btn {
    color: #33CC99 !important;
}

.loan_Detail_main .Back_Btn:hover {
    background: #33CC99 0% 0% no-repeat padding-box !important;
    border: 2px solid #33CC99 !important;
    color: #fff !important;
}

.loan_Detail_main .addData i,
.loan_Detail_main .upload_buttons i,
.loan_Detail_main .startUploadFile i,
.loan_Detail_main .fa-download {
    background: #33cc99 !important;
    color: #fff !important;
}
*/

.btn-outline-primary {
    color: #9933CC;
    border: 2px solid #9933CC;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: unset;
}

.btn-outline-primary:hover,
.btn-outline-primary.active,
.btn-outline-primary:focus {
    background: #9933CC 0% 0% no-repeat padding-box !important;
    border: 2px solid #9933CC !important;
    color: #fff !important;
    box-shadow: unset;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: unset !important;
}

.form-control {
    font-size: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px !important;
}

svg {
    transition: 0.1s all;
}

svg:hover {
    -webkit-filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.5))
}
.hiddenelement {
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}