@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    background: #F8F7FA;
}
a {
    text-decoration: none !important;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.rounded-5 {
    border-radius: 0.7rem !important;
}
.titan-white-bg {
    background-color: #e5effa !important;
}
.pearl-bg {
    background-color: #faedf4 !important;
}
.merino-bg {
    background-color: #f5efe3 !important;
}

/* Form Container Starts Here */
.form-container h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #2C2D2C;
    margin-bottom: 5px;
    text-align: center;
}
.form-container p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #AEAEAE;
    text-align: center;
}
.form-container .form-control {
    border-color: #b091a6;
    height: 42px;
}
.form-container textarea.form-control {
    height: 120px;
    resize: none;
}
.form-container .inwrp .row {
    grid-row-gap: 25px;
}
.form-container .form-floating label {
    padding: 0;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
    height: auto;
    margin: 0;
    line-height: 1;
    -webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
    color: #b091a6;
}
.form-container .form-floating>.form-control {
    padding: 1rem .75rem !important;
}
.form-container .form-floating>.form-control:focus, .form-container .form-floating>.form-control:focus-visible {
    -webkit-box-shadow: none;box-shadow: none;
}
/* .form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label {
    -webkit-transform: scale(1) translateY(-3.2rem) translateX(.15rem) !important;-ms-transform: scale(1) translateY(-3.2rem) translateX(.15rem) !important;transform: scale(1) translateY(-3.2rem) translateX(.15rem) !important;
    color: #6775F0;
} */
/* .form-floating>.form-control-plaintext, .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    border-color: #6775F0;
} */
.form-floating > select.form-control {
    border-color: #b091a6 !important;
    color: #b091a6;
}
.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 20px;
}
.form-label {
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 500;
}
/* .form-floating > select.form-control:valid:focus, .form-floating > select.form-control.active {
    border-color: #6775F0 !important;
    color: #000;
} */
/* .date-field::after {
    content: "\f133";
    font-family: "Font Awesome 6 Free";
    position:absolute;
    top: 47.8%;
    right: 18px;
    -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
    color: #6e7174;
    font-size: 18px;
    pointer-events: none;
} */
/* input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */
.radio-groups > label {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}
.radio-groups .form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-groups .form-check-inline {
    position: relative;
    padding: 0px;
}
.radio-groups .form-check-inline:last-child {
    margin-right: 0px;
}
.radio-groups .form-check-label {
    padding: 10px 10px;
    border: 1px solid #b091a6;
    line-height: 1;
    border-radius: 5px;
    color: #b091a6;
    background: #fff;
    cursor: pointer;
    width: 100px;
    text-align: center;
    font-size: 18px;
    -webkit-box-shadow: 0px 4px 0px -1px #b091a6, 0px 0px 10px -5px #000;
    box-shadow: 0px 4px 0px -1px #b091a6, 0px 0px 10px -5px #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.radio-groups .form-check-input:checked ~ .form-check-label {
    background: #b091a6;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 0px #b091a6, 0px 0px 10px -10px #000;box-shadow: 0px 0px 0px 0px #b091a6, 0px 0px 10px -10px #000;
}
.clone-cnt {
    background: #fff;
    padding: 35px;
    margin-left: 0;
    margin-right: 0;
}
.form-container form .row.clone-parent {
    grid-row-gap: 0px;
}
.clone-btn:focus {
    -webkit-box-shadow: none;box-shadow: none;
}
/* Form Container Ends Here */

/* Steps Starts Here */
.steps p {
    color: #5D596C;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
}
.steps .numb-wrp {
    position: relative;
}
.steps .numb-wrp p {
    width: 40px;
    height: 40px;
    background: #F1F0F2;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 4px 0px #A5A3AE4D;box-shadow: 0px 2px 4px 0px #A5A3AE4D;
    font-size: 18px;
    color: #6F6B7D;
    font-weight: 500;
    line-height: 40px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 11;
}
.steps .active .numb-wrp p {
    background: #6775F0;
    color: #fff;
}
.steps .active .numb-wrp::after {
    content: "";
    background: #E6E6E6;
    width: calc(100% - 30px);
    height: 7px;
    position: absolute;
    top: 15px;
    left: calc(50% + 25px);
    z-index: 1;
}
.steps .row > .active:last-child .numb-wrp::after {
    display: none;
}
/* Steps Ends Here */

/* Header Starts Here */
.logout {
    top: 50%;
    -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
    right: 15px;
    background: transparent;
    border: none;
    padding: 0;
}
.logout svg:hover rect, .logout svg:hover path {
    fill: #7367F0;
}
/* Header Ends Here */

/* Footer Starts Here */
footer {
    background: #E5EAFE;
}
footer ul li a {
    color: #5D596C;
    font-weight: 500;
}
/* Footer Ends Here */

/* Personal Information Starts Here */
/* .personal-info .inwrp.bg-white {
    background: #e5effa !important;
} */
/* Personal Information Ends Here */

/* Contact Information Starts Here */
/* .contact-info .inwrp.bg-white {
    background: #faedf4 !important;
} */
/* Contact Information Ends Here */

/* Residential Status Starts Here */
/* .residential-status .inwrp.bg-white {
    background: #f5efe3 !important;
} */
/* Residential Status Ends Here */

.add-asset-groups {
    display: flex;
  flex-wrap: wrap;
}
.add-asset-groups > h2 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.add-asset-groups.radio-groups .form-check-inline {
    flex: 1;
}
.add-asset-groups.radio-groups .form-check-label {
    width: 100%;
    padding: 35px 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Login Starts Here */
.login-container label {
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: left;
    margin-bottom: 5px;
    color: #76808D;
}
.login-container input:not(#wp-submit) {
    width: 100%;
    height: 50px;
    border-radius: 99px;
    border: 1px solid #ddd !important;
}
.login-container h1 {
    font-size: 25px;
    font-weight: 500;
    line-height: 26px;
    color: #2C2D2C;
    margin-bottom: 35px;
    text-align: center;
}
.login-container #wp-submit {
    padding: 15px 24px;
    border-radius: 99px;
    width: 100% !important;
}
/* Login Ends Here */

@media only screen and (max-width: 1440px) {
    .steps p {
        font-size: 15px;
    }
    .radio-groups .form-check-inline {
        margin-right: 8px;
    }
}

.site-modal .modal-header .btn-close {
    position: relative;
    top: 5px;
    right: 5px;
    opacity: 1;
}
.clone-cnt {
    position: relative;
}
.clone-close {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0;
    font-size: 17px;
    /* border-radius: 10% !important; */
    width: 95px;
    height: 25px;
    text-align: center;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* .assetsAllocate .clone-close{
    display: none !important;
} */

.clone-css {
    border: 1px solid #000;
    background-color: transparent;
    padding: 35px;
}

.disable-inputs{
    pointer-events: none;
    background-color: #eaeaea;
    border: none;
    cursor: not-allowed;
}
