
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

.alexandria-500 {
    font-family: "Alexandria", serif;
    font-weight: 500;
    font-style: normal;
}

* {
    font-family: "Alexandria", serif;
    font-style: normal;
}

.btn {
    font-weight: 600;
}

.nav-item {
    font-weight: 600 !important;
}

.btn-custom-link {
    color: #475467;
}

.btn-custom-success {
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #88D956;
    color: #fff;
}

.btn-custom-success:hover, .btn-custom-success:active, .btn-custom-success:focus {
    background: #80ca51 !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.12);
}

.btn-custom-icon {
    color: #475467;
    border: 1px solid #bdbdbd;
    background: #FDFDFD;
}

.btn-custom-icon i {
    font-size: 26px;
}

.btn-custom-icon span {
    display: block;
    font-size: 11px;
    line-height: 19px;
}

.btn-custom-icon:hover {
    background: #7F56D9;
    color: #fff;
    border: 1px solid #7F56D9;
}

.btn-custom-primary {
    background: #7F56D9;
    color: #fff;
    border: 1px solid #7F56D9;
}

.btn-custom-primary:hover {
    background: #6e48c1;
    color: #fff;
}


.btn-custom-outline {
    color: #475467;
    border: 1px solid #bdbdbd;
    background: #FDFDFD;
}

.btn-custom-outline:hover {
    border: 1px solid #bdbdbd;
    background: #d1d1d1;
}

.header-bg {
    background-image: url("../images/header-bg.svg");
}

h1 {
    font-size: calc(2em + 1.1vw);
    font-weight: 500;
    line-height: calc(1.2em + 1vw);
}

h2 {
    font-size: calc(1.1em + 0.73vw);
    font-weight: 600;
    line-height: 1.8em;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

h4 {
    font-size: calc(.8em + .3vw);
    font-weight: 300;
    line-height: 2em;
}

h6 {
    font-size: 14px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.text-primary-900 {
    color: #101828;
}

.text-tertiary-600 {
    color: #475467;
}

.text-secondary-700 {
    color: #344054;
}

.text-purple {
    color: #512DA0;
}


.text-tertiary_on-brand {
    color: #E9D7FE !important;
}

.text-quaternary_on-brand {
    color: #D6BBFB;
}


.bg-secondary-custom {
    background: #F9FAFB;
}

.bg-extra-light {
    background: #FDFDFD;
}

.bg-light-purple {
    background-color: #7F56D9;
}

.bg-brand-section {
    background-color: #53389E;
}

.badge-custom-general {
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.badge-custom {
    font-size: 12px;
    font-weight: 500;
    color: #344054 !important;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.notification-inactive .badge-custom {
    text-decoration-line: line-through;
}


.badge-custom-danger {
    font-size: 12px;
    font-weight: 500;
    background: rgb(220, 53, 69);
    color: #fff;
    border: 1px solid rgb(220, 53, 80);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.badge-custom-purple {
    font-size: 12px;
    font-weight: 500;
    color: #fff !important;
    background: #7F56D9;
    border: 1px solid #7650ca;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.link-footer-social {
    color: #E9D7FE;
    font-size: 24px;
}

.sub-footer {
    border-top: 1px solid #7F56D9;
}

.link-footer, .text-footer {
    color: #E9D7FE !important;
    font-size: calc(.81em + .15vw);
}

.panel-custom {
    border-radius: 12px;
    border: 1px solid #EFEFEF;
}


.panel-custom .row-bordered {
    border-top: 1px solid #EFEFEF;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    font-weight: 500;
    font-size: 14px;
    -webkit-text-fill-color: #667085;
    -webkit-box-shadow: 0 0 0px 1000px rgb(255, 255, 255, 0.1) inset;
    transition: background-color 5000s ease-in-out 0s;
    border: 1px solid #F2F2F2;
    box-shadow: none;
}

.custom-input {
    font-weight: 500 !important;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    background: #fff;
    color: #667085;
    padding: 9px 12px;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.form-label {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    color: #344054;
}

.form-switch .form-check-input {
    height: 24px;
    width: 44px;
}

.form-switch .form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}
.form-switch .form-check-input:checked {
    background-color: #7F56D9;
    border-color: #7F56D9;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

.nt-badge {
    position: relative;
    top: -5px;
}

.nt-controls {
    width: 200px;
}


.nt-switch {
    position: relative;
    top: 8px;
}

.review-avatar {
    width:64px !important;
    height: 64px !important;
}

.review-name {
    text-align: center;
    font-weight: 600;
    line-height: 28px;
    font-size: 19px;
}

.review-desc {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.steps-tabs a.nav-link {
    border-top: 4px solid #F2F4F7; /*#9E77ED;*/
    border-radius: 0 !important;
    padding: 10px;
    background: #fff !important;
}

.steps-tabs a.nav-link.active {
    border-top: 4px solid #9E77ED;
    background: #fff !important;
}


.steps-tabs a.nav-link .tab-main-title {
    color: #512DA0;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-top: 9px;
    margin-bottom: 7px;
    display: block;
}

.steps-tabs a.nav-link .tab-desc-title {
    color: #475467;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height:24px;
    text-align: center;
    display: block;
}

.step-image {
    width: 90%;
    max-width: 768px;
    border-radius: 10px;
    border: 3px solid #111929;
}


.accordion-item {
    border-radius: 12px !important;
}

.accordion-button {
    text-align: right;
    text-decoration: none !important;
    padding-top: 16px !important;
    padding-bottom: 0px !important;
}

.accordion-button:after {
    background-image: none !important;
}

.accordion-button:not(.collapsed)::before {
    background-image: url("../images/minus-circle.svg");
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;;
    height: 1.25rem;;
    margin-left: 20px;
    content: "";
    background-image: url("../images/plus-circle.svg");
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed) {
    background: #F9FAFB !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    box-shadow: none !important;
}

.accordion-item {
    background: #F9FAFB !important;
    border: none;
    margin-bottom: 20px;
}

.accordion-body {
    padding-top: 4px !important;
    padding-bottom: 26px !important;
    padding-right: 60px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #475467;
    text-align: right;
    line-height: 36px;
}



.pagination .page-item {
    border: none;
    margin: auto 6px;
}

.pagination .page-link {
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 8px 18px;
    font-size: 13px;
    background: #fff;
    color: #858D9D;
}


.pagination .disabled a,.pagination .disabled a:hover,.pagination .disabled span {
    background: #E7EEFD !important;
    color: #1152EE !important;
}


.select2-dropdown {
    border: 1px solid #d8d8d8 !important;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #667085 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d8d8d8 !important;
    border-radius: 8px;
}

.select2-selection {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #667085;
    font-size: 14px;
    outline: 0;
    min-height: 42px;
    text-align: right;
}

.select2-selection__rendered {
    margin: 8px;
}

.select2-selection__arrow {
    margin: 8px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7F56D9;
    color: white; }


.select2-search, .select2-search--dropdown {
    background: #e4e4e4;
}

.select2-search--dropdown .select2-search__field {
    padding: 6px 8px;
    width: 100%;
    border: none !important;
    color: #667085;
}


.or-br {
    border-bottom: 2px solid #E9E6EA;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #4D3758;
}

.or-br span {
    background: #FDFDFD;
    padding: 8px 14px;
    position: relative;
    top: 12px;
}
