@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html, body {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3A1212;
    overflow-x: hidden;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}
h2, h3, h4, h5, h6 {
    color: #3A1212;
}
h2 {
    font-size: 32px;
}
label {
    color: #845959;
}
label strong {
    color: #3A1212;
}
.bg-other {
    background-color: #FFF8F3;
}
.max-480 {
    width: 100%;
    max-width: 480px !important;
}
.content-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}
.content-holder .inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 767px;
    min-height: 100vh;
    padding: 16px;
}
.content-holder .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 144px;
    margin-top: 14px;
}
.content-holder .logo img {
    max-width: 100%;
}
.page-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #E9D1BF;
    margin-top: 23px;
}
.page-icon-box img {
    max-width: 80px;
    max-height: 80px;
}
form input.form-control,
form input.form-control:focus,
form input.form-control:active {
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #3A1212;
    background-color: #fff;
    outline: none;
    height: 48px;
    min-height: 48px;
    box-shadow: none;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.16);
    padding: 0;
}
form input.form-control::placeholder {
    color: #3A1212;
}
form textarea.form-control,
form textarea.form-control:focus,
form textarea.form-control:active {
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #3A1212;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.16);
    height: 114px;
    resize: none;
    padding: 16px;
}
form textarea.form-control::placeholder {
    color: #3A1212;
}
form input[type="date"] {
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
form input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
}
.initial-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 14px;
    margin-top: 30px;
}
.initial-form h2 {
    font-weight: 700;
    margin: 0 0 10px;
}
.initial-form .desc {
    color: #845959;
    max-width: 245px;
    margin: 0 auto 30px;
}
form .input-group {
    width: 100%;
    height: 48px;
    border: 1px solid #3A1212;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.initial-form .input-group {
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.16);
}
form .input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
    background-color: transparent;
    padding: 0;
}
form .input-group-text img {
    max-width: 20px;
    max-height: 20px;
}
form .form-floating {
    height: 100%;
}
form .form-floating input.form-control {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    height: 100%;
    min-height: 100%;
    padding: 0 !important;
}
form .form-floating > label {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 14px;
    padding: 0;
}
form .form-floating > .form-control:focus ~ label {
    background-color: #fff;
    height: auto;
    transform: scale(.85) translateY(-0.9rem) translateX(.15rem);
}
form .form-floating > .form-control:not(:placeholder-shown) ~ label {
    background-color: #fff;
    height: auto;
    transform: scale(.85) translateY(-0.9rem) translateX(.15rem);
}
.btn-theme {
    font-size: 14px;
    color: #fff;
    height: 48px;
    border: 1px solid #3A1212;
    border-radius: 8px;
    background-color: #3A1212;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.16);
    outline: none;
    margin-bottom: 20px;
}
.btn-theme svg {
    transition: all 0.15s ease-in-out;
    margin-right: 5px;
}
.btn-theme:hover {
    color: #3A1212;
    border-color: #3A1212;
}
.btn-theme:hover svg path {
    fill: #3A1212;
    stroke: #3A1212;
    transition: all 0.15s ease-in-out;
}
a.btn-theme {
    display: flex;
    align-items: center;
    justify-content: center;
}
form .info-text {
    max-width: 250px;
    margin: 0 auto;
}
form .info-text a {
    font-weight: 600;
    color: #3A1212;
}
.policy-text {
    font-size: 12px;
    padding-top: 50px;
    margin-top: auto;
}
.policy-text a {
    color: #3A1212;
}
.otp-input-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
}
.otp-input-group input.form-control {
    /*max-width: 63px;*/
    max-width: 100%;
    text-align: center;
}
.page-demo-image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 272px;
    margin-top: 53px;
    margin-bottom: 53px;
}
.page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    background-color: #fff;
}
.page-header .inner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 767px;
    padding: 0 16px;
}
.page-header h5 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.page-header h5 {
    display: flex;
    align-items: center;
}
.page-header h5 a.back-cta {
    display: inline-block;
    margin-right: 10px;
}
.page-header h5 a.back-cta svg {
    width: 30px;
    height: 30px;
}
.page-header .btn-search {
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 0;
}
.search-form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #3A1212;
    background-color: #fff;
    max-width: 767px;
    padding: 5px 6px;
}
.search-form input.form-control,
.search-form input.form-control:focus,
.search-form input.form-control:active {
    width: calc(100% - 38px);
    border: none;
    box-shadow: none;
    border-radius: 8px;
    background: transparent;
    padding: 0 10px;
}
.search-form .btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #E9D1BF;
    width: 38px;
    height: 38px;
    padding: 0;
}
.search-form .btn-search img {
    max-width: 24px;
    max-height: 24px;
}
.search-results {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: calc(100vh - 120px);
    padding: 16px 0;
}
.search-results .no-result {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 120px);
    width: inherit;
}
.search-results .no-result img {
    max-width: 100px;
    max-height: 100px;
}
.result-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 16px 0;
}
.result-box:not(:last-child) {
    border-bottom: 1px solid #E9D1BF;
}
.result-box .title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}
.result-box .title-row h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.btn-view {
    font-weight: 600;
    width: auto;
    height: 36px;
    box-shadow: none;
    border-radius: 20px;
    padding: 0 20px;
    margin: 0;
}
.result-box .info-row {
    margin-bottom: 5px;
}
.result-box .contact-row {
    display: flex;
    align-items: center;
}
.result-box .contact-row p {
    display: flex;
    align-items: center;
    margin: 0 16px 0 0;
}
.result-box .contact-row p span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: #fff;
    margin-right: 6px;
}
.result-box .contact-row p span img {
    max-width: 16px;
    max-height: 16px;
}
.result-box .contact-row p a {
    color: #3A1212;
    font-weight: 600;
    text-decoration: none;;
}
.user-info-top-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 767px;
    padding: 16px;
}
.user-info-top-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.user-info-top-box label {
    font-size: 16px;
    font-weight: 600;
}
.user-info-top-box .member-id {
    font-size: 14px;
}
.user-info-top-box .contacts {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
}
.user-info-top-box .contacts li {
    margin-right: 10px;
}
.user-info-top-box .contacts li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFE8D9;
}
.user-info-top-box .contacts li a img {
    max-width: 20px;
    max-height: 20px;
}
.user-info-top-box .cta {
    position: absolute;
    top: 16px;
    right: 16px;
}
.user-info-top-box .cta img {
    max-width: 30px;
    max-height: 30px;
}
.section-divider {
    display: flex;
    width: 100%;
    border-top: 1px solid #FFE8D9;
    border-bottom: 1px solid #FFE8D9;
    height: 10px;
    background-color: #fff;
}
.user-info-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 767px;
    padding: 16px;
}
.user-info-box .heading-row {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.user-info-box .heading-row img {
    max-width: 24px;
    max-height: 24px;
    margin-right: 10px;
}
.user-info-box .heading-row h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.user-info-box .info-box {
    margin-bottom: 16px;
}
.user-info-box .info-box label {
    font-weight: 500;
    margin-bottom: 5px;
}
.user-info-box .info-box p {
    font-weight: 500;
    color: #000;
    margin: 0;
}
.info-input-block {
    width: 100%;
    max-width: 767px;
}
.info-input-block + .info-input-block {
    margin-top: 30px;
}
.info-input-block h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px;
}
.input-form input.form-control,
.input-form input.form-control:focus,
.input-form input.form-control:active {
    padding: 0 16px;
    margin-bottom: 16px;
}
.input-form .date-input-wrapper {
    background-color: #fff;
    background-image: url("../img/calendar2.png");
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.16);
    width: 100%;
    height: 48px;
    margin: 0 0 16px;
}
.input-form .date-input-wrapper input[type="date"] {
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0;
}
.input-form .btn-submit {
    margin-top: 22px;
}
.comment-form {
    margin-bottom: 25px;
}
.comments-box {
    background-color: #fff;
    border-radius: 9px;
    padding: 16px;
    margin-bottom: 16px;
}
.comments-box .heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #FFEDE1;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.comments-box .heading-row h5 {
    font-weight: 700;
    margin: 0;
}
.comments-box .heading-row p {
    font-weight: 600;
    margin: 0;
}
.modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.modal-dialog {
    border: none;
    border-radius: 9px;
    box-shadow: none;
    background-color: #fff;
    width: 90%;
    max-width: 480px;
}
.modal-content {
    border: none;
    border-radius: 9px;
    box-shadow: none;
    background-color: transparent;
}
.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
.modal-body .btn-submit {
    margin-top: 22px;
}
.passowrd-no-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.passowrd-no-result p {
    font-size: 15px;
    font-weight: 600;
    margin: 32px 0 51px;
}
.input-wrap {
    position: relative;
}
.input-wrap .show-hide {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    padding: 0;
}
.input-wrap .hide-pass {
    display: none;
}
.password-results {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 16px 0;
}
.password-info-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 16px 0;
}
.password-info-box:not(:last-child) {
    border-bottom: 1px solid #E9D1BF;
}
.password-info-box .info-row {
    font-size: 16px;
    font-weight: 600;
}
.password-info-box .info-row + .info-row {
    margin-top: 5px;
}
.password-info-box .cta-element {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
    padding: 16px 0;
}
.password-info-box .remove {
    margin-bottom: 10px;
}
.password-info-box .remove img {
    max-width: 30px;
    max-height: 30px;
}
.password-info-wrap {
    position: relative;
    padding: 16px 0;
}
.password-info-wrap .btn-edit {
    position: absolute;
    top: 16px;
    right:16px;
}
.password-info-wrap .btn-edit img {
    max-width: 20px;
    max-height: 20px;
}
.password-info-wrap h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 16px;
}
.password-info-wrap .info-row {
    position: relative;
    font-weight: 600;
}
.password-info-wrap .info-row + .info-row {
    margin-top: 16px;
}
.password-info-wrap .pass-info-row {
    width: 50%;
}
.password-info-wrap .info-row .btn-copy {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    padding: 0;
}
.password-info-wrap .info-row .btn-copy img {
    max-width: 100%;
    max-height: 100%;
}
.password-info-wrap .info-row label {
    margin-bottom: 5px;
}
.password-info-wrap .info-row p {
    margin: 0;
}



/* remove input type number arrows */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* 22-03-2024 */
.divider {
    width: 100%;
    height: 1px;
    background-color: #3A1212;
}
.all-checkbox {
    display: flex;
    align-items: center;
    width: 100%;
}
.all-checkbox .form-check-label {
    font-size: 16px;
    font-weight: 600;
}
.all-checkbox button[type='submit'] {
   height: 36px;
}
.pagination-show {
    display: flex;
    justify-content: center;
    width: 100%;
}
.pagination {
    margin-bottom: 0;
}
.pagination .page-item .page-link {
    color: #3A1212;
}
.pagination .page-item.active > .page-link {
    color: #fff;
    background-color: #3A1212;
    border-color: #3A1212;
}
