@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url(bootstrap.min.css);
@import url(custom-classes.css);
@import url(auth.css);
@import url(property_owner.css);
@import url(panel-common.css);
@import url(property_investor.css);
@import url(Chat.css);


.popup-container {
    width: 100%;
    height: 100vh;
    display: grid;
    place-content: center;
    overflow-y: auto;
    position: fixed;
    z-index: 999;
    background-color: rgba(39, 39, 39, 0.8);
    top: 0;
    left: 0;
}

.popup-content {
    background-color: var(--accent-color);
    padding: 30px;
    border-radius: 20px;
    position: relative;
    min-width: 500px;
    max-width: 1000px;
    width: 500px;
}

.popup-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px 25px;
    cursor: pointer;
}

.tableFullHeight {
    max-height: calc(100vh - 390px);
    overflow-y: auto;
}

select {
    color: var(--secondary-color) !important;
}

.wrap.uploader label {
    width: 100% !important;
}

label.sc-dzbdsH.dGQVIv {
    width: 100% !important;
}


.portfolioEditPopup::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 10px;
}

.mergedSelect {
    display: flex;
    justify-content: center;
}

.mergedSelect select {
    border: 1px solid #ced4da;
    border-left: none;
}

/* 
.mergedSelect input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
} */

.mergedCurrency {
    position: relative;
}

.mergedCurrency span {
    position: absolute;
    right: 15px;
    top: 6px;
}

.rejectionMessage {
    color: red;
}

.rejectHeading {
    font-size: 22px;
}

.rejectParagraph {
    padding: 10px 10px !important;
    background-color: #F0EEEE;
    margin-bottom: 20px !important;
}

.input_group .labelErrorContainer {
    position: relative;

}

.input_group .labelErrorContainer p {
    position: absolute;
    bottom: -57px;
}

.input_group .labelErrorContainer .descriptionError {
    bottom: -274px;
}

.input_group .labelErrorContainer .radioButtonError {
    bottom: -50px;
}

.customSelect {
    width: 100%;
    border-radius: 4px;
    position: relative;
    border: 1px solid lightgray;
    background-color: white;
    background-image: url('../images/icons/selectTagSvg.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    outline: none;
    background-size: 20px;
    appearance: none;
    cursor: pointer;
    padding: 0 30px 0 10px;
    height: 38px;
    line-height: 38px;
    color: #000000ba !important;
}

.portfolioList {
    text-decoration: none;
    color: #02AFAA;
}

.documentTable .ghLWkf div:last-child {
    text-overflow: clip;
}

.documentTable .rdt_TableRow>div:last-child {
    min-width: auto;
}

.headingProp {
    margin-right: 75px;
}

.customLoader {
    width: 25px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}


.timePicker {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.react-time-picker__wrapper {
    border: none !important;
}

#reload_href {
    display: none;
}

.captchaReload {
    cursor: pointer;
    color: var(--secondary-color);
}

.captchaInner {
    display: flex;
}

.opportunityBadge {}

.opportunityBadge a {
    margin-left: 5px;
    color: white;
}

.badge {
    font-size: .8em;
}