@import url("../plugins/bootstrap/bootstrap.v5.2.3.min.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");

@font-face {
    font-family: "assistant";
    src: url("../plugins/Assistant/Assistant-VariableFont_wght.ttf");
}

:root {
    --dark: #0D0D0D;
    --liteDark: #272727;
    --white: #FFFFFF;
    --secondary: #6914F4;
    --dark-blue: #150036;
    --orange: #F07C41;
    --accent: #6750A0;
    --baseFont: 20px;
    --smallFont: 16px;
    --h1: 70px;
    --transition: 0.3s ease-in-out;
    --h2: 60px;
    --h3: 40px;
    --h3a: 30px;
    --h5: 25px;
    --h2a: 50px;
    --gradient1: linear-gradient(to right, #F07C41, #6914F4);

}

html,
body {
    font-family: "assistant";
    box-sizing: border-box;
    color: var(--white);
    overflow-x: hidden;
}

.text-shadow {
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.51);
}

.active {
    color: #e9793f !important;
}

.orangeText
{
    color: #F07C41;
}
/* Satheesh Start */
/* navbar start*/
.container-padding {
    padding-inline: 4vw;
}
.purpleText
{
    color: var(--secondary);
}
.fs-70 {
    font-size: 70px;
    margin-bottom: 20px;
}

.fs-20 {
    font-size: 20px;
}

.fs-60 {
    font-size: 60px;
}

.fs-25 {
    font-size: 25px;
}

.fs-50 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px;
}

.fs-30 {
    font-size: 30px;
}

.fs-35 {
    font-size: 35px;
}

.fs-41 {
    font-size: 41px;
}

nav {
    /* background-color: var(--dark); */
    color: var(--white) !important;
}

nav .navbar-brand .logo {
    max-width: 120px;
}

nav .nav-link {
    color: var(--white);
    white-space: nowrap;
    cursor: pointer;
    font-size: var(--baseFont);
}

nav .nav-link:hover {
    color: var(--orange) !important;
}

/* navbar end */
/* button start */
/* 
.gradient_button {
    position: relative;
    display: inline-block;
    width: fit-content;
    color: white;
    border-left: 2px solid #F07C41;
    border-right: 2px solid #6914F4;
    border-radius: 10px;
    background-image: linear-gradient(90deg, #F07C41, #6914F4), linear-gradient(90deg, #F07C41, #6914F4);
    background-size: 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.gradient_button:hover {
    border-left: 2px solid #F07C41;
    border-right: 2px solid #6914F4;
    border-radius: 10px;
    color: white;
    background-size: 100%;
} */
.gradient_button {
    position: relative;
    display: inline-flex;
    width: fit-content;
    color: white;
    background: linear-gradient(rgb(26, 25, 28, 0.8), rgb(26, 25, 28, 0.8)) padding-box,
        linear-gradient(to right, #F07C41, #6914F4) border-box;
    border-radius: 10px;
    border: 2px solid transparent;
}

.gradient_button:hover>span {
    text-shadow: 1px 1px 6px #00000071;
}

.gradient_button:hover {
    color: white;
    background: linear-gradient(to right, #F07C41, #6914F4) padding-box,
        linear-gradient(to right, #F07C41, #6914F4) border-box;
}

.download-install .btn-primary {
    border-radius: 0.3rem !important;
}

.bodradius {
    border-radius: 0.3rem !important;
}

.padblock {
    padding-block: 0.7em;
}

/* button end */

/* Satheesh End */

/* VijayJ Start */
/* Custom Start */
button.button_clear {
    background: transparent;
    border: 0px;
    outline: 0px;
}

.hide_scroll::-webkit-scrollbar {
    scroll-behavior: smooth;
    width: 0px !important;
}

.maxWidth {
    max-width: 1776px;
}

.self_padding {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}

.form-control:focus,
.form-control:active {
    outline: none !important;
    border: 0px;
    box-shadow: none !important;
}

.form-select:focus,
.form-select:active {
    outline: none !important;
    border: 0px;
    box-shadow: none !important;
}

/* Custom End */
/* Index Start */
div.index_dark_background {
    width: 100%;
    height: 100vh;
    background: url("../images/myxd_index_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: grid;
    place-items: center;
}

div.index_logo_cover {
    display: grid;
    place-items: center;
}

img.index_logo {
    width: 8vw;
    min-width: 100px;
}

div.index_logo_caption {
    color: white;
    font-size: 1.2em !important;
}

img.square_loader {
    width: 45px;
    mix-blend-mode: luminosity;
}

div.index_loader {
    border-radius: 100%;
    display: flex;
    gap: 8px;
    position: relative;
    top: 7px;
}

#index_loader span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #0d9924;
    filter: blur(0.5px);
    box-shadow: -1px 0px 4px 1px #0d99248a;
}

#index_loader span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
}

#index_loader span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
}

#index_loader span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {

    0%,
    75%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

/* Index End */
/* Video Start */
div.video_page {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("../images/myxd_video_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

figure.video_master_player {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

video.video_player {
    /* mix-blend-mode: lighten; */
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    text-align: center;
    display: block;
    margin-left: auto;
}

div.video_self_container {
    max-width: 100%;
    /* padding: 1.5% 10%; */
    position: relative;
    top: 0px;
    z-index: 99;
    display: flex;
    flex-flow: column wrap;
    gap: 12rem;
}

img.video_logo {
    max-width: 120px;
}

div.video_caption_body {
    color: white;
}

div.video_caption_title {
    font-weight: 600;
    filter: drop-shadow(2px 4px 6px black);
}

div.video_caption_subtext {
    width: 35%;
    word-wrap: break-word;
    font-size: 1.1em !important;
    filter: drop-shadow(2px 4px 6px black);
}

div.video_footer {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
}

button.video_footer_btn {
    color: white;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

button.video_footer_btn>span {
    font-size: 2em !important;
}

/* Video End */
/* About Start */
img.about_header_logo {
    height: 100%;
    object-fit: contain;
}

div.about_page {
    width: 100%;
    /* height: 100vh;
    overflow-y: auto; */
    background: url("../images/myxd_about_bg.jpg");
    background-repeat: no-repeat;
    background-repeat: round;
}

div.about_master_splitter {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-flow: column;
    align-items: center;
    padding-top: 150px;
}

div.about_master_splitter.w-100 {
    display: grid;
    grid-template-columns: 100%;
    grid-auto-flow: column;
    align-items: center;
    padding-top: 150px;
}


div.about_card_cover {
    justify-content: flex-start;
    transform: scale(1.3);
    margin-top: 3rem;
    margin-left: 3rem;
}

div.about_caption>.text {
    font-size: 1.2em !important;
}

div.about_caption,
div.about_images {
    height: 100%;
    color: white;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
}

div.about_card {
    position: relative;
    width: 250px !important;
    height: 380px;
    border-radius: 8px;
}

img.about_card-1 {
    position: relative;
    top: 0;
    z-index: 2;
    height: 460px;
    transition: all 0.2s ease-out;
}

img.about_card-1:hover {
    top: -10px;
}

/* div.about_card-1 {
    position: relative;
    top: 0;
    z-index: 2;
    background: linear-gradient(297deg, #6914F4 0%, #F07C41 100%);
}

div.about_card-1:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(297deg, #6914F4 0%, #F07C41 100%);
    transform: translate3d(-1px, -1px, 0) scale(1);
    filter: blur(20px);
    opacity: var(0.7);
    transition: opacity 0.3s;
    border-radius: inherit;
}
div.about_card-1::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
} */

img.about_card_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

img.about_card_img-1 {
    transform: scaleX(-1);
}

div.about_card-2 {
    z-index: 1;
    margin-top: 85px;
    margin-left: -96px;
}

/* About End */
/* Contact Start */


.contact_page {
    padding-top: 100px;
}

.contact_page .btn-loader, .myxdStudioDownload .btn-loader  {
    position: relative;
    margin-left: 8px;
    top: 4px;
    display: none;
}

.contact_page .conatct-img, .myxdStudioDownload .conatct-img {
    right: 120px;
    width: 100%;
    position: relative;
    transform: scale(1.3);

    /* right: -65px;
    position: relative;
    transform: scale(1.3);
    width: 68% !important;
    top: 10%; */
}

img.contact_header_logo {
    height: 100%;
    object-fit: contain;
}

div.contact_page {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: url("../images/myxd_about_bg.jpg");
    background-repeat: no-repeat;
    background-repeat: round;
    font-size: 1em !important;
}
div.myxdStudioDownload
{
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: url("../images/myxd_download.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.myxdStudioDownload .btn-loader {
    position: relative;
    margin-left: 8px;
    top: 4px;
    display: none;
}
div.myxdStudioDownload .downloadImg
{
    position: absolute;
}
div.myxdStudioDownload .downloadImg img{
    height: 900px;
    object-fit: contain;
}

div.myxdStudioDownload .downloadimgA
{
 left: -200px;
 bottom: -30%;
}
div.myxdStudioDownload .downloadimgB
{
right: -200px;
bottom: -30%;
}
.download-form-container
{
    z-index: 99999999;
}


div.contact_master_splitter {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-flow: column;
    align-items: center;
    justify-content: center;
}

div.contact_caption,
div.contact_form {
    height: 100%;
    color: white;
    display: flex;
    flex-flow: column wrap;
}

span.dot {
    font-size: 4em !important;
    color: #6914f4;
    position: relative;
    /* top: -2px; */
    filter: blur(2px);
}

div.contact_sub_caption {
    line-height: 1;
}

.contact_input {
    border: 0px !important;
    background-color: #313131 !important;
    color: white !important;
    caret-color: #6914F4;
    overflow-y: auto;
    height: 55px;
    border-radius: 9px;
}

/* .contact_input:focus,
.contact_input:active {
    border: 1px solid #6914F4 !important;
} */

div#yourMessage {
    height: 170px;
}

select#countryName,
select#yearsInBusiness {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

div.contact_links {
    color: white;
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
}

div.contact_link_card {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    max-width: 500px;
    height: 100%;
}

button.contact_link_button {
    height: 4rem;
    border-radius: 16px;
    background-color: rgba(240, 124, 65, 0.1);
}

a.contact_a_link {
    text-decoration: none;
    color: #F07C41;
}

a.contact_a_link:hover {
    color: rgba(240, 124, 65, 1);
    font-weight: 700;
}

img.contact_link_icon {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: none;
}

/* Contact End */
/* VijayJ End */

/* footer */
footer {
    background: url("/assets/images/footer-bg.png") no-repeat bottom center;
    background-size: calc(100% + 200px) calc(100% + 15px);
    font-size: 1.2em;
    padding: 50px;
    padding-top: 110px;
    position: relative;
    z-index: 1;
}

footer .footer-logo img {
    width: 100px !important;
}

footer .social-links i {
    color: #C8C8C8 !important;
}

footer .social-links .icon {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.123);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    transition: var(--transition);
}

footer .social-links .icon:hover {
    background-color: rgba(0, 0, 0, 0.61);
    color: var(--dark);
}

.footer-links ul li {
    list-style-type: none;
}

.footer-links ul li a {
    color: white;
    text-decoration: none !important;
    transition: var(--transition);
}

.footer-links ul li a:hover {
    color: var(--orange) !important;
}

.copyright {
    background-color: #1B1B1B;
    padding-block: 20px;
}

.copyright p {
    font-size: var(--smallFont);
    color: rgba(255, 255, 255, 0.514);
}


.contact_form .modal-content {
    background-color: #211E27;
    padding: 20px;
}

.contact_form .modal-header {
    border: none;
    margin-bottom: 48px;
    padding: 0px;
}

.contact_form .modal-content {
    top: 150px;
    background-image: url('/assets/images/orange-circle-popup.png');
    background-position: 472px -310px;
    background-repeat: no-repeat;
}

.contact_form .modal-body {
    padding: 0;
    padding-bottom: 30px;
}

.contact_form .btn-close {
    background-image: url('/assets/images/close-popup.png');
    background-size: 91%;
}

.contact_form .modal-body img {
    height: 70px;
    margin-bottom: 20px;
}

.contact_caption .orange_grad {
    background-color: #ff6212;
}

.contact_caption .circlegard-7 {
    width: 500px !important;
    height: 501px !important;
    position: absolute;
    left: 7rem;
}

.contact_caption .circle_gradient {
    display: inline-block;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(13rem);
    opacity: 0.4;
    top: 17rem;
}

select#yearsInBusiness option {
    text-align: center;
}

/* .requiredAlert {
    /* display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.partner_contact_img {
    width: 38vw;
    min-width: 300px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.is-custom-valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none !important;
}

.privacyPolicy .orangeTxt {
    color: #FE7D05;
}

.privacyPolicy li {

    list-style: none;
}

.fs-20 {
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
}


.privacyPolicy .policyContent ul li {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}
.privacyPolicy .policyContent ul li::after
			{
			background:url(/assets/images/listStyle.svg);
            background-repeat: no-repeat;
			position: absolute;
			top: 9px;
			left: 0;
			width: 18px;
			height: 15px;
			content: '';
		}
	
        .policyTitle
        {
            background-color: rgba(255, 255, 255, 0.068);
            padding-block: 30px;
            border-radius: 15px;
        }
        .privacyPolicy .about_caption
        {
            /* background-color: #150036; */
            padding-block: 70px;
            border-radius: 15px;
        }

        /* .privacyPolicy ul {
                padding-left: 4rem;
        } */

        .privacyPolicy .blueTxt
        {
            color: #ab7bf9;
        }
   
        .privacyPolicy .about_caption {
            padding: 55px;
            border-radius: 15px;
        }
        .privacyPolicy div.fs-25.blueTxt
        {
            margin-top: 25px;
        }

    .greenTxt
    {
        color: #0d9924;
    }


/* cohart css */



.myxdStudio {
    background: -webkit-linear-gradient(left, #F07C41, #6914F4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none !important;
}

.astroImg {
    width: 60% !important;
    position: absolute;
    bottom: 28px;
    max-width: 490px;
    z-index: 999;
}

.cohartPage .btn {
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.212);
    border: none !important;
}

.astroSection {
    padding-top: 120px;
}

.cohartPage {
    background-image: url('../images/bgimage.jpg');
    background-size: cover;
    position: relative;
    padding-top: 100px;
}

.cohartForm {
    padding-bottom: 300px;
}

.cohartForm label {
    color: white;
}

.cohartForm input {
    background-color: none;
}

.cohartForm .contact_input {
    background-color: #211E27 !important;
}

.cohartGradientBtn {
    background: linear-gradient(rgb(26, 25, 28, 0.8), rgb(26, 25, 28, 0.8)) padding-box, linear-gradient(to right, #F07C41, #6914F4) border-box;
    color: #fff;
    font-weight: 600;
    height: 50px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cohartGradientBtn:hover{
    background: linear-gradient(to right, #F07C41, #6914F4) padding-box, linear-gradient(to right, #F07C41, #6914F4) border-box;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.otp {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.customFileUpload {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}

.fileUploadHidden {
    z-index: 9999 !important;
    position: relative;
    height: 50px;
    opacity: 0;
}

.fileLabel {
    width: 100%;
    position: relative;

}

.customFileUpload .cohartGradientBtn {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 43% !important;
    height: 72%;
    transform: translate(0,-50%);
}

.cohartFooter {
    position: relative;
    margin-top: -113px;
}

.astroImgB {
    display: none;
}

.otp .msg i {
    font-size: 35px;
}

.otp .msg i {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(-50%, -50%);
}





.myxdrealityPartners {
    background-image: url('https://myxdstudio.s3.ap-south-1.amazonaws.com/bgcohart.png');
    background-size: cover;
    position: relative;
    padding-top: 156px;
    padding-bottom: 280px;
    min-height: 100vh;
}

.myxdrealityPartners .searchInput {
    background-color: #211E27;
    border: 0px;
    height: 60px;
    color: white;
    margin-block: 50px;
}

.myxdrealityPartners .searchInput::placeholder {
    color: white;
    padding-left: 10px;
}

.myxdrealityPartners .searchIcon {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.myxdrealityPartners .cities .cityIcon {
    width: 110px;
    margin-bottom: 15px;
    filter: drop-shadow(0px 0px 10px #6914F4);
}

.myxdrealityPartners .cities p {
    font-size: 25px;
}

.myxdrealityPartnersLocation {
    width: max-content;
}



.myxdrealityPreferredPartners .map {
    width: 25px;
}

.myxdrealityPartners .logo img {
    max-width: 80%;
    max-height: 80%;
}

.myxdrealityPartners .logo {
    width: 330px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.116);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: inset 0px 0px 16px -3px rgba(106, 20, 244, 0.59);
    -moz-box-shadow: inset 0px 0px 16px -3px rgba(106, 20, 244, 0.59);
    box-shadow: inset 0px 0px 16px -3px rgba(106, 20, 244, 0.59);
    border-radius: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.267);
}


.astroCouples {
    position: absolute;
    top: 172px;
    right: -291px;
    width: 700px;
    bottom: 0px;
}

.plane {
    position: absolute;
    bottom: 0px;
    left: -291px;
    width: 500px;
}

.z-index-999 {
    z-index: 999;
}


/* Firefox */
.section-8 .page-number[type=number] {
    -moz-appearance: textfield;
}
/* Chrome, Safari, Edge, Opera */
.custom-input-number::-webkit-outer-spin-button,
.custom-input-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.custom-input-number[type=number] {
    -moz-appearance: textfield;
}
.failure_icon, .success_icon
{
    display: none;
}
.uploadRow
{
    /* display: none; */
}
.cohartSubmit
{
    /* display: none; */
}
.cohartSubmit.active
{
    display: block;
}
.uploadRow
{
    cursor: not-allowed;
    pointer-events: none !important;
    opacity: 70%;
}


.fileNameA, .fileNameB
{
    position: absolute;   
    top: 24%;
        left: 4%;
}




.chosen-results {
    border: 1px solid #3F3A46;
    border-radius: 0px 0px 7px 7px;
    margin: 0px;
}
.chosen-drop {
    background: #2A2532;
    color: white;
    border: 1px solid #2A2532;
    /* padding: 1rem; */
}


.chosen-single {
    height: 52px;
    width: 100%;
    display: block;
 background: #2C2A32 !important;
}

.chosen-container
{
    width: 100% !important;
}
li.active-result {
    font-size: 1.2em;
    color: rgba(197, 197, 197, 1);
    padding: 12px 20px;
    cursor: pointer;
}
li.active-result:hover {
background-color: #393243; 
}
.chosen-results
{
    padding: 0px;
}

.chosen-search-input {
    background: rgba(33, 30, 39, 1) !important;
    box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
    padding: 18px!important;
    margin: 16px 18px 16px 18px !important;
    border-radius: 37px !important;
    border: none;
    height: 50px;
    width: 91%;
    color: white;
    /* width: 100% !important; */
}

.chosen-single div {
    position: absolute;
    top: 4px;
    right: 8px;
    display: block;
    width: 18px;
    height: 100%;
    color: white;
}

.chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/assets/plugins/chosen-select/chosen-sprite.png") no-repeat 0px 12px;
}
 .chosen-single {
    width: 100%;
    position: relative;
    height: 52px !important;
    color: white;
    font-weight: 600;
    border: 1px solid #393243;
    background-color: #2C2A32 !important;
    border-radius: 7px;
    padding: 10px 0px 10px 13px;
    box-shadow: none;
    text-decoration: none;
}
.chosen-container-single .chosen-drop {
    margin-top: 13px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.custom-chosen-1 .chosen-container-active.chosen-with-drop .chosen-single {
    background: #2A2532;
    color: white;
    border: 1px solid rgba(63, 58, 70, 1);
    box-shadow: none;
}

.appreciateImg {
    float: right;
    margin: 0px;
    position: relative;
}
.appreciateImg img{
    width: 13vw !important;
    height: unset !important;
}
.appreciateModal .acceleratorStatusCard 
{
    overflow: hidden;
}
.appreciateImg::after {
    content: "";
    width: 180%;
    height: 180%;
    background: url("/assets/images/accelerator_images/appreciateHumanGlow.png");
    background-size: contain;
    bottom: -95%;
    right: -42%;
    position: absolute;
    background-repeat: no-repeat;
}

.appreciateClose 
{
    right: 30px; 
    background: transparent; 
   border: 0px;
   position: absolute;
}


.appreciateModal.acceleratorCardContainer {
    display: flex;
    justify-content: center;
    height: 100%;
    margin-top: 120px;
}
.appreciateModalFooter.container-padding
{
    margin-top: 100px;
}