/*Auth pages css*/
/*--- button ---*/
.tabs .nav-tabs--default .nav-item {
    margin: 0 15px;
    margin-bottom: -1px;
}

@media (max-width: 991.98px) {
    .tabs .nav-tabs--default .nav-item {
        margin: 0 10px;
    }
}

@media (max-width: 575.98px) {
    .tabs .nav-tabs--default .nav-item {
        margin: 0 8px;
    }
}

@media (max-width: 380px) {
    .tabs .nav-tabs--default .nav-item {
        margin: 0 7px;
    }
}

.tabs .nav-tabs--default .nav-item .nav-link {
    font-size: 17px;
    line-height: 1.5;
    padding: 15px 10px;
    color: #666;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-bottom: 3px solid transparent;
}

@media (max-width: 991.98px) {
    .tabs .nav-tabs--default .nav-item .nav-link {
        font-size: 15px;
        padding: 15px 7px;
    }
}

@media (max-width: 575.98px) {
    .tabs .nav-tabs--default .nav-item .nav-link {
        font-size: 14px;
        padding: 15px 2px;
    }
}

@media (max-width: 380px) {
    .tabs .nav-tabs--default .nav-item .nav-link {
        font-size: 13px;
        padding: 15px 0px;
    }
}

.tabs .nav-tabs--default .nav-item .nav-link:hover, .tabs .nav-tabs--default .nav-item .nav-link:focus {
    border: none;
    border-bottom: 3px solid transparent;
}

.tabs .nav-tabs--default .nav-item .nav-link.active {
    border: none;
    border-bottom: 3px solid #5777f3;
}

.tabs .nav-tabs--default .nav-item .nav-link.active .nav-link-badge {
    background-color: #5777f3;
}

.tabs .nav-tabs--default .nav-item .nav-link-text {
    font-size: inherit;
}

.tabs .nav-tabs--default .nav-item .nav-link-badge {
    background-color: #666;
    color: #fff;
    line-height: 1.2;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 575.98px) {
    .tabs .nav-tabs--default .nav-item .nav-link-badge {
        margin-left: 4px;
    }
}

.tabs .nav-tabs--two-col {
    position: relative;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    border: none;
}

.tabs .nav-tabs--two-col .nav-item {
    flex-basis: 50%;
    text-align: center;
    margin-bottom: 0;
}

.tabs .nav-tabs--two-col .nav-item .nav-link {
    font-size: 14px;
    line-height: 1.5;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    padding: 15px 0;
}

.tabs .nav-tabs--two-col .nav-item .nav-link.active {
    color: #525252;
    border-bottom: 2px solid #5777f3;
}

.tabs .tab-content {
    padding: 15px 20px;
}

@media (max-width: 575.98px) {
    .tabs .tab-content {
        padding: 12px 15px;
    }
}

.dropdown {
    width: auto;
}

.dropdown-toggle {
    all: unset !important;
    cursor: pointer !important;
    display: flex;
}

.dropdown-toggle:after {
    vertical-align: middle;
}

.dropdown-toggle-no-caret:after {
    all: unset;
}

.dropdown-toggle.primary:after {
    color: #5777f3;
}

.dropdown-toggle.secondary:after {
    color: #14C479;
}

.dropdown-toggle.danger:after {
    color: #FF5F74;
}

.dropdown-toggle.warning:after {
    color: #FF9635;
}

.dropdown-toggle.info:after {
    color: #33b5e5;
}

.dropdown-toggle.dark:after {
    color: #666;
}

.dropdown-menu {
    width: auto;
    height: auto;
    min-width: auto;
    border: none;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    z-index: 2;
    border-radius: 5px;
    background-color: #fff;
    -moz-box-shadow: -5px 4px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -5px 4px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: transparent;
}

.dropdown-menu::-webkit-scrollbar {
    width: 2px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #666;
}

.dropdown--xs .dropdown-menu {
    min-width: 150px;
    max-height: 180px;
}

.dropdown--sm .dropdown-menu {
    min-width: 250px;
    max-height: 220px;
}

.dropdown--md .dropdown-menu {
    min-width: 350px;
    max-height: 260px;
}

.dropdown--lg .dropdown-menu {
    min-width: 440px;
    max-height: 300px;
}

@media (max-width: 1199.98px) {
    .dropdown--lg .dropdown-menu {
        min-width: 400px;
        max-height: 280px;
    }
}

@media (max-width: 991.98px) {
    .dropdown--lg .dropdown-menu {
        min-width: 360px;
        max-height: 260px;
    }
}

@media (max-width: 767.98px) {
    .dropdown--lg .dropdown-menu {
        min-width: 320px;
        max-height: 240px;
    }
}

@media (max-width: 575.98px) {
    .dropdown--lg .dropdown-menu {
        min-width: 280px;
        max-height: 220px;
    }
}

.dropdown--xl .dropdown-menu {
    min-width: 500px;
}

@media (max-width: 1199.98px) {
    .dropdown--xl .dropdown-menu {
        min-width: 450px;
    }
}

@media (max-width: 991.98px) {
    .dropdown--xl .dropdown-menu {
        min-width: 400px;
    }
}

@media (max-width: 767.98px) {
    .dropdown--xl .dropdown-menu {
        min-width: 350px;
    }
}

@media (max-width: 575.98px) {
    .dropdown--xl .dropdown-menu {
        min-width: 300px;
    }
}

.modal {
    padding-left: 0 !important;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    border: none;
    box-shadow: 15px 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.modal-title {
    font-size: 1.5rem;
    color: #333;
}

@media (max-width: 1199.98px) {
    .modal-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 991.98px) {
    .modal-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 767.98px) {
    .modal-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .modal-title {
        font-size: 1.1rem;
    }
}

.modal__title {
    font-size: 1.3rem;
    color: #31375E;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .modal__title {
        font-size: 1.25rem;
        margin-bottom: 18px;
    }
}

@media (max-width: 991.98px) {
    .modal__title {
        font-size: 1.2rem;
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .modal__title {
        font-size: 1.15rem;
        margin-bottom: 14px;
    }
}

@media (max-width: 575.98px) {
    .modal__title {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
}

.modal__info-text {
    font-size: .9rem;
    color: #7D8091;
    margin-bottom: 24px;
}

@media (max-width: 1199.98px) {
    .modal__info-text {
        font-size: .95rem;
    }
}

@media (max-width: 991.98px) {
    .modal__info-text {
        font-size: .9rem;
    }
}

@media (max-width: 767.98px) {
    .modal__info-text {
        font-size: .85rem;
    }
}

@media (max-width: 575.98px) {
    .modal__info-text {
        font-size: .8rem;
    }
}

.modal__subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: #31375E;
    margin-bottom: 24px;
}

@media (max-width: 1199.98px) {
    .modal__subtitle {
        font-size: 1.05rem;
        margin-bottom: 22px;
    }
}

@media (max-width: 991.98px) {
    .modal__subtitle {
        font-size: 1rem;
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .modal__subtitle {
        font-size: .95rem;
        margin-bottom: 18px;
    }
}

@media (max-width: 575.98px) {
    .modal__subtitle {
        font-size: .9rem;
        margin-bottom: 16px;
    }
}

.modal__footer {
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("../../../../static/icons/caret-down.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px !important;
    outline: none;
    background-size: 9px;
    display: flex;
    align-items: center;
    font-size: .9rem;
    line-height: 1rem;
}

@media (max-width: 1199.98px) {
    select {
        padding-right: 26px !important;
        background-size: 8.5px;
    }
}

@media (max-width: 991.98px) {
    select {
        padding-right: 24px !important;
        background-size: 8px;
    }
}

@media (max-width: 767.98px) {
    select {
        padding-right: 22px !important;
        background-size: 7.5px;
    }
}

@media (max-width: 575.98px) {
    select {
        padding-right: 20px !important;
        background-size: 7px;
    }
}

@-moz-document url-prefix() {
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-image: url("../../../../static/icons/caret-down.png");
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 28px !important;
        outline: none;
        background-size: 10px;
        display: flex;
        align-items: center;
        font-size: .9rem;
        line-height: 1rem;
    }
    @media (max-width: 1199.98px) {
        select {
            padding-right: 26px !important;
            background-size: 9.5px;
        }
    }
    @media (max-width: 991.98px) {
        select {
            padding-right: 24px !important;
            background-size: 9px;
        }
    }
    @media (max-width: 767.98px) {
        select {
            padding-right: 22px !important;
            background-size: 8.5px;
        }
    }
    @media (max-width: 575.98px) {
        select {
            padding-right: 20px !important;
            background-size: 8px;
        }
    }
}

input[type=number],
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}

.date-range .field-input {
    padding: 6px 10px;
    height: 50px !important;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: #F5F7FD !important;
    color: #333 !important;
    border: 1px solid #597DFC4D !important;
    border-radius: 5px;
    font-size: .96rem !important;
}

@media (max-width: 1199.98px) {
    .date-range .field-input {
        padding: 5.5px 9px;
        height: 48px !important;
        font-size: 0.94rem !important;
    }
}

@media (max-width: 991.98px) {
    .date-range .field-input {
        padding: 5px 8px;
        height: 46px !important;
        font-size: 0.92rem !important;
    }
}

@media (max-width: 767.98px) {
    .date-range .field-input {
        padding: 4.5px 7px;
        height: 44px !important;
        font-size: 0.9rem !important;
    }
}

@media (max-width: 575.98px) {
    .date-range .field-input {
        padding: 4px 6px;
        height: 42px !important;
        font-size: 0.88rem !important;
    }
}

.date-range .field-input:focus {
    background-color: #fff !important;
    outline-color: transparent;
    border-color: #5777f3 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
}

.date-range .field-input.error {
    border: 1px solid #FF5F74 !important;
    -moz-box-shadow: inset 0 2px 3px 0 rgba(255, 95, 116, 0.3);
    -webkit-box-shadow: inset 0 2px 3px 0 rgba(255, 95, 116, 0.3);
    box-shadow: inset 0 2px 3px 0 rgba(255, 95, 116, 0.3);
}

.date-range .field-input.error:focus {
    outline-color: transparent;
    border-color: #5777f3 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
}

.form-group {
    margin-bottom: 24px;
}

@media (max-width: 1199.98px) {
    .form-group {
        margin-bottom: 22px;
    }
}

@media (max-width: 991.98px) {
    .form-group {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .form-group {
        margin-bottom: 18px;
    }
}

@media (max-width: 575.98px) {
    .form-group {
        margin-bottom: 16px;
    }
}

.form-group label {
    font-size: .9rem;
    color: #7D8091;
    text-transform: capitalize;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .form-group label {
        font-size: .88rem;
    }
}

@media (max-width: 991.98px) {
    .form-group label {
        font-size: .86rem;
    }
}

@media (max-width: 767.98px) {
    .form-group label {
        font-size: .84rem;
    }
}

@media (max-width: 575.98px) {
    .form-group label {
        font-size: .8rem;
    }
}

.form-group--flex {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-group__mobile {
    position: relative;
    display: flex;
    align-items: center;
}

.form-group__mobile .form-control__mobile-code {
    max-width: 180px;
    margin-right: 20px;
}

@media (max-width: 1199.98px) {
    .form-group__mobile .form-control__mobile-code {
        max-width: 160px;
        margin-right: 18px;
    }
}

@media (max-width: 991.98px) {
    .form-group__mobile .form-control__mobile-code {
        max-width: 140px;
        margin-right: 16px;
    }
}

@media (max-width: 767.98px) {
    .form-group__mobile .form-control__mobile-code {
        max-width: 120px;
        margin-right: 14px;
    }
}

@media (max-width: 575.98px) {
    .form-group__mobile .form-control__mobile-code {
        max-width: 100px;
        margin-right: 12px;
    }
}

.form-group__mobile .form-control__mobile {
    flex: 1;
}

.form-group__amount {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0 10px;
    background-color: #F5F7FD;
    color: #333;
    border: 1px solid #597DFC4D;
}

@media (max-width: 1199.98px) {
    .form-group__amount {
        padding: 0 9px;
    }
}

@media (max-width: 991.98px) {
    .form-group__amount {
        padding: 0 8px;
    }
}

@media (max-width: 767.98px) {
    .form-group__amount {
        padding: 0 7px;
    }
}

@media (max-width: 575.98px) {
    .form-group__amount {
        padding: 0 6px;
    }
}

.form-group__amount input {
    background-color: transparent;
}

.form-group__amount:focus-within {
    background-color: transparent;
    outline-color: transparent;
    border-color: #5777f3;
    -moz-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
}

.form-group__amount .form-control {
    box-shadow: none;
    border: none;
    padding-left: 3px;
}

.form-group__amount .form-control:focus {
    box-shadow: none;
}

@media (max-width: 1199.98px) {
    .form-group__amount .form-control {
        padding-left: 3px;
    }
}

@media (max-width: 991.98px) {
    .form-group__amount .form-control {
        padding-left: 3px;
    }
}

@media (max-width: 767.98px) {
    .form-group__amount .form-control {
        padding-left: 3px;
    }
}

@media (max-width: 575.98px) {
    .form-group__amount .form-control {
        padding-left: 3px;
    }
}

.form-group__amount .form-control:read-only {
    background-color: transparent;
    cursor: pointer;
}

.form-group__amount-code, .form-group__amount-symbol {
    font-size: 1.2rem;
    color: #666;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .form-group__amount-code, .form-group__amount-symbol {
        font-size: 1.15rem;
    }
}

@media (max-width: 991.98px) {
    .form-group__amount-code, .form-group__amount-symbol {
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    .form-group__amount-code, .form-group__amount-symbol {
        font-size: 1.05rem;
    }
}

@media (max-width: 575.98px) {
    .form-group__amount-code, .form-group__amount-symbol {
        font-size: 1rem;
    }
}

.form-group--amount {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0 10px;
    background-color: #F5F7FD;
    color: #333;
    border: 1px solid #597DFC4D;
}

@media (max-width: 1199.98px) {
    .form-group--amount {
        padding: 0 9px;
    }
}

@media (max-width: 991.98px) {
    .form-group--amount {
        padding: 0 8px;
    }
}

@media (max-width: 767.98px) {
    .form-group--amount {
        padding: 0 7px;
    }
}

@media (max-width: 575.98px) {
    .form-group--amount {
        padding: 0 6px;
    }
}

.form-group--amount input {
    background-color: transparent;
}

.form-group--amount:focus-within {
    background-color: transparent;
    outline-color: transparent;
    border-color: #5777f3;
    -moz-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
}

.form-group--amount .form-control {
    box-shadow: none;
    border: none;
    padding-left: 3px;
}

.form-group--amount .form-control:focus {
    box-shadow: none;
}

@media (max-width: 1199.98px) {
    .form-group--amount .form-control {
        padding-left: 3px;
    }
}

@media (max-width: 991.98px) {
    .form-group--amount .form-control {
        padding-left: 3px;
    }
}

@media (max-width: 767.98px) {
    .form-group--amount .form-control {
        padding-left: 3px;
    }
}

@media (max-width: 575.98px) {
    .form-group--amount .form-control {
        padding-left: 3px;
    }
}

.form-group__left-text {
    font-size: 1.2rem;
    color: #666;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .form-group__left-text {
        font-size: 1.15rem;
    }
}

@media (max-width: 991.98px) {
    .form-group__left-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    .form-group__left-text {
        font-size: 1.05rem;
    }
}

@media (max-width: 575.98px) {
    .form-group__left-text {
        font-size: 1rem;
    }
}

.form-group__right-text {
    font-size: 1.2rem;
    color: #666;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .form-group__right-text {
        font-size: 1.15rem;
    }
}

@media (max-width: 991.98px) {
    .form-group__right-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    .form-group__right-text {
        font-size: 1.05rem;
    }
}

@media (max-width: 575.98px) {
    .form-group__right-text {
        font-size: 1rem;
    }
}

.form-group__subdomain {
    display: flex;
    align-items: center;
    background-color: #f3f4f8;
    border: 1px solid #597DFC4D;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}

.form-group__subdomain:focus-within {
    background-color: transparent;
    outline-color: transparent;
    border-color: #5777f3;
    -moz-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
}

.form-group__subdomain:focus-within > .form-group__subdomain-name {
    border-left-color: #5777f3;
}

.form-group__subdomain .form-control {
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}

.form-group__subdomain .form-control:focus, .form-group__subdomain .form-control:active {
    box-shadow: none;
    background-color: transparent;
}

@media (max-width: 1199.98px) {
    .form-group__subdomain .form-control {
        padding-left: 9px;
        padding-right: 9px;
    }
}

@media (max-width: 991.98px) {
    .form-group__subdomain .form-control {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 767.98px) {
    .form-group__subdomain .form-control {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (max-width: 575.98px) {
    .form-group__subdomain .form-control {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.form-group__subdomain-name {
    font-size: .9rem;
    color: #fff;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #5777f3;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5777f3;
}

@media (max-width: 1199.98px) {
    .form-group__subdomain-name {
        padding-left: 9px;
        padding-right: 9px;
        height: 48px;
        font-size: 0.88rem;
    }
}

@media (max-width: 991.98px) {
    .form-group__subdomain-name {
        padding-left: 8px;
        padding-right: 8px;
        height: 46px;
        font-size: 0.86rem;
    }
}

@media (max-width: 767.98px) {
    .form-group__subdomain-name {
        padding-left: 7px;
        padding-right: 7px;
        height: 44px;
        font-size: 0.84rem;
    }
}

@media (max-width: 575.98px) {
    .form-group__subdomain-name {
        padding-left: 6px;
        padding-right: 6px;
        height: 42px;
        font-size: 0.82rem;
    }
}

.form-group__password {
    display: flex;
    align-items: center;
    background-color: #f3f4f8;
    border: 1px solid #597DFC4D;
    border-radius: 8px;
    padding: 0 10px;
}

@media (max-width: 1199.98px) {
    .form-group__password {
        padding: 0 9px;
    }
}

@media (max-width: 991.98px) {
    .form-group__password {
        padding: 0 8px;
    }
}

@media (max-width: 767.98px) {
    .form-group__password {
        padding: 0 7px;
    }
}

@media (max-width: 575.98px) {
    .form-group__password {
        padding: 0 6px;
    }
}

.form-group__password:focus-within {
    background-color: transparent;
    outline-color: transparent;
    border-color: #5777f3;
    -moz-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
}

.form-group__password:focus-within > .form-group__subdomain-name {
    border-left-color: #5777f3;
}

.form-group__password .form-control {
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding-left: 0;
}

.form-group__password .form-control:focus, .form-group__password .form-control:active {
    box-shadow: none;
    background-color: transparent;
}

.form-group__password-btn {
    padding: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: none;
    background-color: transparent;
    color: #666;
    font-size: 1.1rem;
}

.form-group__password-btn:hover {
    color: #333;
}

@media (max-width: 1199.98px) {
    .form-group__password-btn {
        font-size: 1.05rem;
    }
}

@media (max-width: 991.98px) {
    .form-group__password-btn {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .form-group__password-btn {
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .form-group__password-btn {
        font-size: 0.9rem;
    }
}

.form__separator {
    height: 50px;
    width: 1px;
    background-color: #ddd;
}

@media (max-width: 1199.98px) {
    .form__separator {
        height: 48px;
    }
}

@media (max-width: 991.98px) {
    .form__separator {
        height: 46px;
    }
}

@media (max-width: 767.98px) {
    .form__separator {
        height: 44px;
    }
}

@media (max-width: 575.98px) {
    .form__separator {
        height: 42px;
    }
}

.form-control {
    padding: 6px 10px;
    height: 50px;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: #F5F7FD;
    color: #333;
    border: 1px solid #597DFC4D;
    border-radius: 5px;
    font-size: .9rem;
}

@media (max-width: 1199.98px) {
    .form-control {
        padding: 5.5px 9px;
        height: 48px;
        font-size: 0.88rem;
    }
}

@media (max-width: 991.98px) {
    .form-control {
        padding: 5px 8px;
        height: 46px;
        font-size: 0.86rem;
    }
}

@media (max-width: 767.98px) {
    .form-control {
        padding: 4.5px 7px;
        height: 44px;
        font-size: 0.84rem;
    }
}

@media (max-width: 575.98px) {
    .form-control {
        padding: 4px 6px;
        height: 42px;
        font-size: 0.82rem;
    }
}

.form-control--p-left {
    padding-left: 40px;
}

.form-control--p-right {
    padding-right: 40px;
}

.form-control:focus {
    background-color: transparent;
    outline-color: transparent;
    border-color: #5777f3;
    -moz-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
}

.form-control.error {
    border: 1px solid #FF5F74;
    -moz-box-shadow: inset 0 2px 3px 0 rgba(255, 95, 116, 0.3);
    -webkit-box-shadow: inset 0 2px 3px 0 rgba(255, 95, 116, 0.3);
    box-shadow: inset 0 2px 3px 0 rgba(255, 95, 116, 0.3);
}

.form-control.error:focus {
    outline-color: transparent;
    border-color: #5777f3;
    -moz-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
}

.form-control:disabled {
    opacity: .7;
    background-color: #eee;
    border-color: #eee;
    cursor: not-allowed;
}

input::-ms-input-placeholder, input:-ms-input-placeholder, input::placeholder {
    color: #999;
}

.text-primary {
    color: #5777f3 !important;
}

.text-secondary {
    color: #14C479 !important;
}

.text-success {
    color: #3bc065 !important;
}

.text-success-light {
    color: #60ce83 !important;
}

.text-success-dark {
    color: #2f9951 !important;
}

.text-warning {
    color: #FF9635 !important;
}

.text-warning-dark {
    color: #ff7b02 !important;
}

.text-warning-light {
    color: #ffb168 !important;
}

.text-danger {
    color: #FF5F74 !important;
}

.text-danger-dark {
    color: #ff2c48 !important;
}

.text-danger-light {
    color: #ff92a0 !important;
}

.text-info {
    color: #33b5e5 !important;
}

.text-dark {
    color: #666 !important;
}

.text-black {
    color: #000 !important;
}

.text-blue {
    color: #7092cb !important;
}

.text .text .text .text .text a.text-primary:hover, .text .text .text .text .text a.text-primary:focus {
    color: #2750f0 !important;
}

.text .text .text .text .text a.text-secondary:hover, .text .text .text .text .text a.text-secondary:focus {
    color: #0f965c !important;
}

.text .text .text .text .text a.text-success:hover, .text .text .text .text .text a.text-success:focus {
    color: #2f9951 !important;
}

.text .text .text .text .text a.text-warning:hover, .text .text .text .text .text a.text-warning:focus {
    color: #ff7b02 !important;
}

.text .text .text .text .text a.text-danger:hover, .text .text .text .text .text a.text-danger:focus {
    color: #ff2c48 !important;
}

.text .text .text .text .text a.text-info:hover, .text .text .text .text .text a.text-info:focus {
    color: #1a9bcb !important;
}

.text .text .text .text .text a.text-dark:hover, .text .text .text .text .text a.text-dark:focus {
    color: #000 !important;
}

.text .text .text .text .text a.text-blue:hover, .text .text .text .text .text a.text-blue:focus {
    color: #7092cb !important;
}

.text .text .text .text .text a.text-black {
    color: #000 !important;
}

.bg-primary {
    background-color: #5777f3 !important;
}

.bg-secondary {
    background-color: #14C479 !important;
}

.bg-success {
    background-color: #3bc065 !important;
}

.bg-success-light {
    background-color: #60ce83 !important;
}

.bg-success-dark {
    background-color: #2f9951 !important;
}

.bg-warning {
    background-color: #FF9635 !important;
}

.bg-warning-dark {
    background-color: #ff7b02 !important;
}

.bg-warning-light {
    background-color: #ffb168 !important;
}

.bg-danger {
    background-color: #FF5F74 !important;
}

.bg-danger-dark {
    background-color: #ff2c48 !important;
}

.bg-danger-light {
    background-color: #ff92a0 !important;
}

.bg-info {
    background-color: #33b5e5 !important;
}

.bg-dark {
    background-color: #666 !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-blue {
    background-color: #7092cb !important;
}

.btn {
    border: 2px solid #ddd;
    background-color: #fafafa;
    color: #666;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px;
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
    padding: 10px 36px;
    font-size: 0.9rem;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn:hover {
    background-color: #666;
    color: #000;
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn:focus {
    outline-color: transparent;
    box-shadow: none;
    webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.btn:active {
    outline-color: transparent;
}

@media (max-width: 1199.98px) {
    .btn {
        padding: 9px 34px;
        font-size: 0.88rem;
    }
}

@media (max-width: 991.98px) {
    .btn {
        padding: 8px 32px;
        font-size: 0.86rem;
    }
}

@media (max-width: 767.98px) {
    .btn {
        padding: 7px 30px;
        font-size: 0.84rem;
    }
}

@media (max-width: 575.98px) {
    .btn {
        padding: 6px 28px;
        font-size: 0.8rem;
    }
}

.btn-sm, .btn-group-sm > .btn {
    padding: 8px;
    text-transform: capitalize;
}

@media (max-width: 1199.98px) {
    .btn-sm, .btn-group-sm > .btn {
        padding: 7px;
    }
}

@media (max-width: 991.98px) {
    .btn-sm, .btn-group-sm > .btn {
        padding: 6px;
    }
}

@media (max-width: 767.98px) {
    .btn-sm, .btn-group-sm > .btn {
        padding: 5px;
    }
}

@media (max-width: 575.98px) {
    .btn-sm, .btn-group-sm > .btn {
        padding: 4px;
    }
}

.btn-min-50 {
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .btn-min-50 {
        min-width: 48px;
        min-height: 48px;
    }
}

@media (max-width: 991.98px) {
    .btn-min-50 {
        min-width: 46px;
        min-height: 46px;
    }
}

@media (max-width: 767.98px) {
    .btn-min-50 {
        min-width: 44px;
        min-height: 44px;
    }
}

@media (max-width: 575.98px) {
    .btn-min-50 {
        min-width: 42px;
        min-height: 42px;
    }
}

.btn-pro {
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    white-space: nowrap;
}

.btn-pro:before {
    content: 'upgrade';
    position: absolute;
    left: -37px;
    top: -6px;
    padding-bottom: 7px;
    background-color: #5777f3;
    background-image: linear-gradient(to left, #5777f3, #2750f0);
    color: #fff;
    font-size: .55rem;
    text-transform: uppercase;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: rotate(-50deg);
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 3px 4px rgba(87, 119, 243, 0.2);
}

@media (max-width: 1199.98px) {
    .btn-pro {
        padding-left: 38px;
    }

    .btn-pro:before {
        left: -37px;
        top: -6px;
        padding-bottom: 6px;
        font-size: .54rem;
        width: 100px;
        transform: rotate(-50deg);
    }
}

@media (max-width: 991.98px) {
    .btn-pro {
        padding-left: 36px;
    }

    .btn-pro:before {
        left: -38px;
        top: -5.5px;
        padding-bottom: 5px;
        font-size: .53rem;
    }
}

@media (max-width: 767.98px) {
    .btn-pro {
        padding-left: 34px;
    }

    .btn-pro:before {
        left: -39px;
        top: -5.5px;
        padding-bottom: 4.5px;
        font-size: .52rem;
    }
}

@media (max-width: 575.98px) {
    .btn-pro {
        padding-left: 30px;
    }

    .btn-pro:before {
        left: -40px;
        top: -5px;
        padding-bottom: 3px;
        font-size: .48rem;
    }
}

.btn-primary {
    background-color: #5777f3 !important;
    color: #fff !important;
    border-color: #5777f3 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(87, 119, 243, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(87, 119, 243, 0.1);
    box-shadow: 0 5px 5px 0 rgba(87, 119, 243, 0.1);
}

.btn-primary:hover {
    background-color: #113eed;
    color: #fff;
    border-color: #113eed;
    -moz-box-shadow: 0 10px 10px 0 rgba(87, 119, 243, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(87, 119, 243, 0.2);
    box-shadow: 0 10px 10px 0 rgba(87, 119, 243, 0.2);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:focus {
    border-color: rgba(87, 119, 243, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    background-color: #113eed;
}

.show > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled):active {
    border-color: rgba(87, 119, 243, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2);
    background-color: #113eed;
}

.btn-primary.btn-pro {
    background-color: #fff !important;
    border-color: #5777f3 !important;
    color: #5777f3 !important;
}

.btn-primary.btn-pro:before {
    background-color: #5777f3;
    color: #fff;
    text-shadow: 0 3px 4px rgba(87, 119, 243, 0.2);
}

.btn-secondary {
    background-color: #14C479 !important;
    color: #fff !important;
    border-color: #14C479 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(20, 196, 121, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(20, 196, 121, 0.1);
    box-shadow: 0 5px 5px 0 rgba(20, 196, 121, 0.1);
}

.btn-secondary:hover {
    background-color: #0d7f4e;
    color: #fff;
    border-color: #0d7f4e;
    -moz-box-shadow: 0 10px 10px 0 rgba(20, 196, 121, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(20, 196, 121, 0.2);
    box-shadow: 0 10px 10px 0 rgba(20, 196, 121, 0.2);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:focus {
    border-color: rgba(20, 196, 121, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(20, 196, 121, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(20, 196, 121, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(20, 196, 121, 0.2);
    background-color: #0d7f4e;
}

.show > .btn-secondary.dropdown-toggle, .btn-secondary:not(:disabled):not(.disabled):active {
    border-color: rgba(20, 196, 121, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(20, 196, 121, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(20, 196, 121, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(20, 196, 121, 0.2);
    background-color: #0d7f4e;
}

.btn-secondary.btn-pro {
    background-color: #fff !important;
    border-color: #14C479 !important;
    color: #14C479 !important;
}

.btn-secondary.btn-pro:before {
    background-color: #14C479;
    color: #fff;
    text-shadow: 0 3px 4px rgba(20, 196, 121, 0.2);
}

.btn-success {
    background-color: #3bc065 !important;
    color: #fff !important;
    border-color: #3bc065 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(59, 192, 101, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(59, 192, 101, 0.1);
    box-shadow: 0 5px 5px 0 rgba(59, 192, 101, 0.1);
}

.btn-success:hover {
    background-color: #298546;
    color: #fff;
    border-color: #298546;
    -moz-box-shadow: 0 10px 10px 0 rgba(59, 192, 101, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(59, 192, 101, 0.2);
    box-shadow: 0 10px 10px 0 rgba(59, 192, 101, 0.2);
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:focus {
    border-color: rgba(59, 192, 101, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(59, 192, 101, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(59, 192, 101, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(59, 192, 101, 0.2);
    background-color: #298546;
}

.show > .btn-success.dropdown-toggle, .btn-success:not(:disabled):not(.disabled):active {
    border-color: rgba(59, 192, 101, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(59, 192, 101, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(59, 192, 101, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(59, 192, 101, 0.2);
    background-color: #298546;
}

.btn-success.btn-pro {
    background-color: #fff !important;
    border-color: #3bc065 !important;
    color: #3bc065 !important;
}

.btn-success.btn-pro:before {
    background-color: #3bc065;
    color: #fff;
    text-shadow: 0 3px 4px rgba(59, 192, 101, 0.2);
}

.btn-info {
    background-color: #33b5e5 !important;
    color: #fff !important;
    border-color: #33b5e5 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(51, 181, 229, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(51, 181, 229, 0.1);
    box-shadow: 0 5px 5px 0 rgba(51, 181, 229, 0.1);
}

.btn-info:hover {
    background-color: #178ab4;
    color: #fff;
    border-color: #178ab4;
    -moz-box-shadow: 0 10px 10px 0 rgba(51, 181, 229, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(51, 181, 229, 0.2);
    box-shadow: 0 10px 10px 0 rgba(51, 181, 229, 0.2);
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:focus {
    border-color: rgba(51, 181, 229, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(51, 181, 229, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(51, 181, 229, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(51, 181, 229, 0.2);
    background-color: #178ab4;
}

.show > .btn-info.dropdown-toggle, .btn-info:not(:disabled):not(.disabled):active {
    border-color: rgba(51, 181, 229, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(51, 181, 229, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(51, 181, 229, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(51, 181, 229, 0.2);
    background-color: #178ab4;
}

.btn-info.btn-pro {
    background-color: #fff !important;
    border-color: #33b5e5 !important;
    color: #33b5e5 !important;
}

.btn-info.btn-pro:before {
    background-color: #33b5e5;
    color: #fff;
    text-shadow: 0 3px 4px rgba(51, 181, 229, 0.2);
}

.btn-warning {
    background-color: #FF9635 !important;
    color: #fff !important;
    border-color: #FF9635 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(255, 150, 53, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(255, 150, 53, 0.1);
    box-shadow: 0 5px 5px 0 rgba(255, 150, 53, 0.1);
}

.btn-warning:hover {
    background-color: #e86f00;
    color: #fff;
    border-color: #e86f00;
    -moz-box-shadow: 0 10px 10px 0 rgba(255, 150, 53, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(255, 150, 53, 0.2);
    box-shadow: 0 10px 10px 0 rgba(255, 150, 53, 0.2);
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:focus {
    border-color: rgba(255, 150, 53, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(255, 150, 53, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(255, 150, 53, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(255, 150, 53, 0.2);
    background-color: #e86f00;
}

.show > .btn-warning.dropdown-toggle, .btn-warning:not(:disabled):not(.disabled):active {
    border-color: rgba(255, 150, 53, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(255, 150, 53, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(255, 150, 53, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(255, 150, 53, 0.2);
    background-color: #e86f00;
}

.btn-warning.btn-pro {
    background-color: #fff !important;
    border-color: #FF9635 !important;
    color: #FF9635 !important;
}

.btn-warning.btn-pro:before {
    background-color: #FF9635;
    color: #fff;
    text-shadow: 0 3px 4px rgba(255, 150, 53, 0.2);
}

.btn-danger {
    background-color: #FF5F74 !important;
    color: #fff !important;
    border-color: #FF5F74 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(255, 95, 116, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(255, 95, 116, 0.1);
    box-shadow: 0 5px 5px 0 rgba(255, 95, 116, 0.1);
}

.btn-danger:hover {
    background-color: #ff1332;
    color: #fff;
    border-color: #ff1332;
    -moz-box-shadow: 0 10px 10px 0 rgba(255, 95, 116, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(255, 95, 116, 0.2);
    box-shadow: 0 10px 10px 0 rgba(255, 95, 116, 0.2);
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:focus {
    border-color: rgba(255, 95, 116, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(255, 95, 116, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(255, 95, 116, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(255, 95, 116, 0.2);
    background-color: #ff1332;
}

.show > .btn-danger.dropdown-toggle, .btn-danger:not(:disabled):not(.disabled):active {
    border-color: rgba(255, 95, 116, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(255, 95, 116, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(255, 95, 116, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(255, 95, 116, 0.2);
    background-color: #ff1332;
}

.btn-danger.btn-pro {
    background-color: #fff !important;
    border-color: #FF5F74 !important;
    color: #FF5F74 !important;
}

.btn-danger.btn-pro:before {
    background-color: #FF5F74;
    color: #fff;
    text-shadow: 0 3px 4px rgba(255, 95, 116, 0.2);
}

.btn-dark {
    background-color: #666 !important;
    color: #fff !important;
    border-color: #666 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(102, 102, 102, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 5px 5px 0 rgba(102, 102, 102, 0.1);
}

.btn-dark:hover {
    background-color: #404040;
    color: #fff;
    border-color: #404040;
    -moz-box-shadow: 0 10px 10px 0 rgba(102, 102, 102, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(102, 102, 102, 0.2);
    box-shadow: 0 10px 10px 0 rgba(102, 102, 102, 0.2);
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:focus {
    border-color: rgba(102, 102, 102, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(102, 102, 102, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(102, 102, 102, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(102, 102, 102, 0.2);
    background-color: #404040;
}

.show > .btn-dark.dropdown-toggle, .btn-dark:not(:disabled):not(.disabled):active {
    border-color: rgba(102, 102, 102, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(102, 102, 102, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(102, 102, 102, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(102, 102, 102, 0.2);
    background-color: #404040;
}

.btn-dark.btn-pro {
    background-color: #fff !important;
    border-color: #666 !important;
    color: #666 !important;
}

.btn-dark.btn-pro:before {
    background-color: #666;
    color: #fff;
    text-shadow: 0 3px 4px rgba(102, 102, 102, 0.2);
}

.btn-white {
    background-color: #fff !important;
    color: #666 !important;
    border-color: #fff !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 0.1);
}

.btn-white:hover {
    background-color: #d9d9d9;
    color: #666;
    border-color: #d9d9d9;
    -moz-box-shadow: 0 10px 10px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 10px 0 rgba(255, 255, 255, 0.2);
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:focus {
    border-color: rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.2);
    background-color: #d9d9d9;
}

.show > .btn-white.dropdown-toggle, .btn-white:not(:disabled):not(.disabled):active {
    border-color: rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.2);
    background-color: #d9d9d9;
}

.btn-white.btn-pro {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #fff !important;
}

.btn-white.btn-pro:before {
    background-color: #fff;
    color: #fff;
    text-shadow: 0 3px 4px rgba(255, 255, 255, 0.2);
}

.btn-default {
    background-color: #999 !important;
    color: #333 !important;
    border-color: #999 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(153, 153, 153, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(153, 153, 153, 0.1);
    box-shadow: 0 5px 5px 0 rgba(153, 153, 153, 0.1);
}

.btn-default:hover {
    background-color: #737373;
    color: #333;
    border-color: #737373;
    -moz-box-shadow: 0 10px 10px 0 rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(153, 153, 153, 0.2);
    box-shadow: 0 10px 10px 0 rgba(153, 153, 153, 0.2);
}

.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:focus {
    border-color: rgba(153, 153, 153, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(153, 153, 153, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(153, 153, 153, 0.2);
    background-color: #737373;
}

.show > .btn-default.dropdown-toggle, .btn-default:not(:disabled):not(.disabled):active {
    border-color: rgba(153, 153, 153, 0.4);
    -moz-box-shadow: 1px 1px 10px 1px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(153, 153, 153, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(153, 153, 153, 0.2);
    background-color: #737373;
}

.btn-default.btn-pro {
    background-color: #fff !important;
    border-color: #999 !important;
    color: #999 !important;
}

.btn-default.btn-pro:before {
    background-color: #999;
    color: #fff;
    text-shadow: 0 3px 4px rgba(153, 153, 153, 0.2);
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed !important;
    color: #333 !important;
    background-color: #999 !important;
    border-color: #999 !important;
}

.btn-outline {
    background-color: transparent;
    color: #333;
}

.btn-outline-primary {
    background-color: transparent !important;
    color: #5777f3 !important;
    border-color: #5777f3 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(87, 119, 243, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(87, 119, 243, 0.1);
    box-shadow: 0 5px 5px 0 rgba(87, 119, 243, 0.1);
}

.btn-outline-primary:hover {
    background-color: #5777f3 !important;
    color: #fff !important;
    border-color: #5777f3 !important;
    -moz-box-shadow: 0 10px 10px 0 rgba(87, 119, 243, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(87, 119, 243, 0.2);
    box-shadow: 0 10px 10px 0 rgba(87, 119, 243, 0.2);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:focus {
    border-color: #5777f3 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2) !important;
    background-color: transparent !important;
    color: #5777f3 !important;
}

.show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:not(:disabled):not(.disabled):active {
    border-color: #5777f3 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(87, 119, 243, 0.2) !important;
    background-color: transparent !important;
    color: #5777f3 !important;
}

.btn-outline-primary.btn-pro:before {
    color: #5777f3;
    text-shadow: 0 3px 4px rgba(87, 119, 243, 0.2);
}

.btn-outline-secondary {
    background-color: transparent !important;
    color: #14C479 !important;
    border-color: #14C479 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(20, 196, 121, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(20, 196, 121, 0.1);
    box-shadow: 0 5px 5px 0 rgba(20, 196, 121, 0.1);
}

.btn-outline-secondary:hover {
    background-color: #14C479 !important;
    color: #fff !important;
    border-color: #14C479 !important;
    -moz-box-shadow: 0 10px 10px 0 rgba(20, 196, 121, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(20, 196, 121, 0.2);
    box-shadow: 0 10px 10px 0 rgba(20, 196, 121, 0.2);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:focus {
    border-color: #14C479 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(20, 196, 121, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(20, 196, 121, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(20, 196, 121, 0.2) !important;
    background-color: transparent !important;
    color: #14C479 !important;
}

.show > .btn-outline-secondary.dropdown-toggle, .btn-outline-secondary:not(:disabled):not(.disabled):active {
    border-color: #14C479 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(20, 196, 121, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(20, 196, 121, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(20, 196, 121, 0.2) !important;
    background-color: transparent !important;
    color: #14C479 !important;
}

.btn-outline-secondary.btn-pro:before {
    color: #14C479;
    text-shadow: 0 3px 4px rgba(20, 196, 121, 0.2);
}

.btn-outline-success {
    background-color: transparent !important;
    color: #3bc065 !important;
    border-color: #3bc065 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(59, 192, 101, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(59, 192, 101, 0.1);
    box-shadow: 0 5px 5px 0 rgba(59, 192, 101, 0.1);
}

.btn-outline-success:hover {
    background-color: #3bc065 !important;
    color: #fff !important;
    border-color: #3bc065 !important;
    -moz-box-shadow: 0 10px 10px 0 rgba(59, 192, 101, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(59, 192, 101, 0.2);
    box-shadow: 0 10px 10px 0 rgba(59, 192, 101, 0.2);
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:focus {
    border-color: #3bc065 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(59, 192, 101, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(59, 192, 101, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(59, 192, 101, 0.2) !important;
    background-color: transparent !important;
    color: #3bc065 !important;
}

.show > .btn-outline-success.dropdown-toggle, .btn-outline-success:not(:disabled):not(.disabled):active {
    border-color: #3bc065 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(59, 192, 101, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(59, 192, 101, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(59, 192, 101, 0.2) !important;
    background-color: transparent !important;
    color: #3bc065 !important;
}

.btn-outline-success.btn-pro:before {
    color: #3bc065;
    text-shadow: 0 3px 4px rgba(59, 192, 101, 0.2);
}

.btn-outline-info {
    background-color: transparent !important;
    color: #33b5e5 !important;
    border-color: #33b5e5 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(51, 181, 229, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(51, 181, 229, 0.1);
    box-shadow: 0 5px 5px 0 rgba(51, 181, 229, 0.1);
}

.btn-outline-info:hover {
    background-color: #33b5e5 !important;
    color: #fff !important;
    border-color: #33b5e5 !important;
    -moz-box-shadow: 0 10px 10px 0 rgba(51, 181, 229, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(51, 181, 229, 0.2);
    box-shadow: 0 10px 10px 0 rgba(51, 181, 229, 0.2);
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:focus {
    border-color: #33b5e5 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(51, 181, 229, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(51, 181, 229, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(51, 181, 229, 0.2) !important;
    background-color: transparent !important;
    color: #33b5e5 !important;
}

.show > .btn-outline-info.dropdown-toggle, .btn-outline-info:not(:disabled):not(.disabled):active {
    border-color: #33b5e5 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(51, 181, 229, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(51, 181, 229, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(51, 181, 229, 0.2) !important;
    background-color: transparent !important;
    color: #33b5e5 !important;
}

.btn-outline-info.btn-pro:before {
    color: #33b5e5;
    text-shadow: 0 3px 4px rgba(51, 181, 229, 0.2);
}

.btn-outline-warning {
    background-color: transparent !important;
    color: #FF9635 !important;
    border-color: #FF9635 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(255, 150, 53, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(255, 150, 53, 0.1);
    box-shadow: 0 5px 5px 0 rgba(255, 150, 53, 0.1);
}

.btn-outline-warning:hover {
    background-color: #FF9635 !important;
    color: #fff !important;
    border-color: #FF9635 !important;
    -moz-box-shadow: 0 10px 10px 0 rgba(255, 150, 53, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(255, 150, 53, 0.2);
    box-shadow: 0 10px 10px 0 rgba(255, 150, 53, 0.2);
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:focus {
    border-color: #FF9635 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(255, 150, 53, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(255, 150, 53, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(255, 150, 53, 0.2) !important;
    background-color: transparent !important;
    color: #FF9635 !important;
}

.show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning:not(:disabled):not(.disabled):active {
    border-color: #FF9635 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(255, 150, 53, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(255, 150, 53, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(255, 150, 53, 0.2) !important;
    background-color: transparent !important;
    color: #FF9635 !important;
}

.btn-outline-warning.btn-pro:before {
    color: #FF9635;
    text-shadow: 0 3px 4px rgba(255, 150, 53, 0.2);
}

.btn-outline-danger {
    background-color: transparent !important;
    color: #FF5F74 !important;
    border-color: #FF5F74 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(255, 95, 116, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(255, 95, 116, 0.1);
    box-shadow: 0 5px 5px 0 rgba(255, 95, 116, 0.1);
}

.btn-outline-danger:hover {
    background-color: #FF5F74 !important;
    color: #fff !important;
    border-color: #FF5F74 !important;
    -moz-box-shadow: 0 10px 10px 0 rgba(255, 95, 116, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(255, 95, 116, 0.2);
    box-shadow: 0 10px 10px 0 rgba(255, 95, 116, 0.2);
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:focus {
    border-color: #FF5F74 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(255, 95, 116, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(255, 95, 116, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(255, 95, 116, 0.2) !important;
    background-color: transparent !important;
    color: #FF5F74 !important;
}

.show > .btn-outline-danger.dropdown-toggle, .btn-outline-danger:not(:disabled):not(.disabled):active {
    border-color: #FF5F74 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(255, 95, 116, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(255, 95, 116, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(255, 95, 116, 0.2) !important;
    background-color: transparent !important;
    color: #FF5F74 !important;
}

.btn-outline-danger.btn-pro:before {
    color: #FF5F74;
    text-shadow: 0 3px 4px rgba(255, 95, 116, 0.2);
}

.btn-outline-white {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 0.1);
}

.btn-outline-white:hover {
    background-color: #fff !important;
    color: #fff !important;
    border-color: #fff !important;
    -moz-box-shadow: 0 10px 10px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 10px 0 rgba(255, 255, 255, 0.2);
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:focus {
    border-color: #fff !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.2) !important;
    background-color: transparent !important;
    color: #fff !important;
}

.show > .btn-outline-white.dropdown-toggle, .btn-outline-white:not(:disabled):not(.disabled):active {
    border-color: #fff !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.2) !important;
    background-color: transparent !important;
    color: #fff !important;
}

.btn-outline-white.btn-pro:before {
    color: #fff;
    text-shadow: 0 3px 4px rgba(255, 255, 255, 0.2);
}

.btn-outline-dark {
    background-color: transparent !important;
    color: #666 !important;
    border-color: #666 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(102, 102, 102, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 5px 5px 0 rgba(102, 102, 102, 0.1);
}

.btn-outline-dark:hover {
    background-color: #666 !important;
    color: #fff !important;
    border-color: #666 !important;
    -moz-box-shadow: 0 10px 10px 0 rgba(102, 102, 102, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(102, 102, 102, 0.2);
    box-shadow: 0 10px 10px 0 rgba(102, 102, 102, 0.2);
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:focus {
    border-color: #666 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(102, 102, 102, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(102, 102, 102, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(102, 102, 102, 0.2) !important;
    background-color: transparent !important;
    color: #666 !important;
}

.show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark:not(:disabled):not(.disabled):active {
    border-color: #666 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(102, 102, 102, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(102, 102, 102, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(102, 102, 102, 0.2) !important;
    background-color: transparent !important;
    color: #666 !important;
}

.btn-outline-dark.btn-pro:before {
    color: #666;
    text-shadow: 0 3px 4px rgba(102, 102, 102, 0.2);
}

.btn-outline-default {
    background-color: transparent !important;
    color: #999 !important;
    border-color: #999 !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(153, 153, 153, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(153, 153, 153, 0.1);
    box-shadow: 0 5px 5px 0 rgba(153, 153, 153, 0.1);
}

.btn-outline-default:hover {
    background-color: #999 !important;
    color: #fff !important;
    border-color: #999 !important;
    -moz-box-shadow: 0 10px 10px 0 rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(153, 153, 153, 0.2);
    box-shadow: 0 10px 10px 0 rgba(153, 153, 153, 0.2);
}

.btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:focus {
    border-color: #999 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(153, 153, 153, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(153, 153, 153, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(153, 153, 153, 0.2) !important;
    background-color: transparent !important;
    color: #999 !important;
}

.show > .btn-outline-default.dropdown-toggle, .btn-outline-default:not(:disabled):not(.disabled):active {
    border-color: #999 !important;
    -moz-box-shadow: 1px 1px 10px 1px rgba(153, 153, 153, 0.2) !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(153, 153, 153, 0.2) !important;
    box-shadow: 1px 1px 10px 1px rgba(153, 153, 153, 0.2) !important;
    background-color: transparent !important;
    color: #999 !important;
}

.btn-outline-default.btn-pro:before {
    color: #999;
    text-shadow: 0 3px 4px rgba(153, 153, 153, 0.2);
}

.btn-outline.disabled, .btn-outline:disabled {
    cursor: not-allowed !important;
    color: #666 !important;
    background-color: transparent !important;
    border-color: #999 !important;
}

span.badge {
    margin-top: 2px;
}

@media (max-width: 1199.98px) {
    span.badge {
        margin-top: 1.8px;
    }
}

@media (max-width: 991.98px) {
    span.badge {
        margin-top: 1.6px;
    }
}

@media (max-width: 767.98px) {
    span.badge {
        margin-top: 1.4px;
    }
}

@media (max-width: 575.98px) {
    span.badge {
        margin-top: 1.2px;
    }
}

.badge {
    line-height: 1.3;
}

.badge-primary {
    background-color: #2750f0;
    color: #fff;
}

.badge-secondary {
    background-color: #14C479;
    color: #fff;
}

.badge-info {
    background-color: #33b5e5;
    color: #fff;
}

.badge-info-dark {
    background-color: #1a9bcb;
    color: #fff;
}

.badge-warning {
    background-color: #FF9635;
    color: #fff;
}

.badge-warning-light {
    background-color: #ffb168;
    color: #fff;
}

.badge-warning-dark {
    background-color: #ff7b02;
    color: #fff;
}

.badge-success {
    background-color: #3bc065;
    color: #fff;
}

.badge-success-light {
    background-color: #60ce83;
    color: #fff;
}

.badge-success-dark {
    background-color: #2f9951;
    color: #fff;
}

.badge-danger {
    background-color: #FF5F74;
    color: #fff;
}

.badge-danger-dark {
    background-color: #ff2c48;
    color: #fff;
}

.badge-danger-light {
    background-color: #ff92a0;
    color: #fff;
}

.badge-default {
    background-color: #999;
    color: #fff;
}

.row--30 {
    margin-left: -30px;
    margin-right: -30px;
}

.row--30 .col-1, .row--30 .col-2, .row--30 .col-3, .row--30 .col-4, .row--30 .col-5, .row--30 .col-6, .row--30 .col-7, .row--30 .col-8, .row--30 .col-9, .row--30 .col-10, .row--30 .col-11, .row--30 .col-12, .row--30 .col,
.row--30 .col-auto,
.row--30 .col-sm-1, .row--30 .col-sm-2, .row--30 .col-sm-3, .row--30 .col-sm-4, .row--30 .col-sm-5, .row--30 .col-sm-6, .row--30 .col-sm-7, .row--30 .col-sm-8, .row--30 .col-sm-9, .row--30 .col-sm-10, .row--30 .col-sm-11, .row--30 .col-sm-12, .row--30 .col-sm,
.row--30 .col-sm-auto,
.row--30 .col-md-1, .row--30 .col-md-2, .row--30 .col-md-3, .row--30 .col-md-4, .row--30 .col-md-5, .row--30 .col-md-6, .row--30 .col-md-7, .row--30 .col-md-8, .row--30 .col-md-9, .row--30 .col-md-10, .row--30 .col-md-11, .row--30 .col-md-12, .row--30 .col-md,
.row--30 .col-md-auto,
.row--30 .col-lg-1, .row--30 .col-lg-2, .row--30 .col-lg-3, .row--30 .col-lg-4, .row--30 .col-lg-5, .row--30 .col-lg-6, .row--30 .col-lg-7, .row--30 .col-lg-8, .row--30 .col-lg-9, .row--30 .col-lg-10, .row--30 .col-lg-11, .row--30 .col-lg-12, .row--30 .col-lg,
.row--30 .col-lg-auto,
.row--30 .col-xl-1, .row--30 .col-xl-2, .row--30 .col-xl-3, .row--30 .col-xl-4, .row--30 .col-xl-5, .row--30 .col-xl-6, .row--30 .col-xl-7, .row--30 .col-xl-8, .row--30 .col-xl-9, .row--30 .col-xl-10, .row--30 .col-xl-11, .row--30 .col-xl-12, .row--30 .col-xl,
.row--30 .col-xl-auto {
    padding-left: 30px;
    padding-right: 30px;
}

.loading-default {
    border-color: rgba(87, 119, 243, 0.5) !important;
}

.loading-default:before {
    background-color: #5777f3 !important;
}

@media (max-width: 415px) {
    .shortcuts-container:not(.inline) .shortcut-button {
        min-width: 100px !important;
    }
}

.swal2-container {
    z-index: 9999 !important;
}

.swal2-header {
    padding: 0 1.8em !important;
}

@media (max-width: 1199.98px) {
    .swal2-header {
        padding: 0 1.6em !important;
    }
}

@media (max-width: 991.98px) {
    .swal2-header {
        padding: 0 1.4em !important;
    }
}

@media (max-width: 767.98px) {
    .swal2-header {
        padding: 0 1.2em !important;
    }
}

@media (max-width: 575.98px) {
    .swal2-header {
        padding: 0 1em !important;
    }
}

.swal2-icon {
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    line-height: 5em;
}

@media (max-width: 1199.98px) {
    .swal2-icon {
        width: 4.8em !important;
        height: 4.8em !important;
        margin: 1.2em auto 1.8em !important;
        line-height: 4.8em !important;
    }
}

@media (max-width: 991.98px) {
    .swal2-icon {
        width: 4.6em !important;
        height: 4.6em !important;
        margin: 1.1em auto 1.7em !important;
        line-height: 4.6em !important;
    }
}

@media (max-width: 767.98px) {
    .swal2-icon {
        width: 4.4em !important;
        height: 4.4em !important;
        margin: 1em auto 1.6em !important;
        line-height: 4.4em !important;
    }
}

@media (max-width: 575.98px) {
    .swal2-icon {
        width: 4em !important;
        height: 4em !important;
        margin: .9em auto 1.5em !important;
        line-height: 4em !important;
    }
}

.swal2-error {
    border-color: #FF5F74 !important;
    color: #FF5F74 !important;
}

.swal2-question {
    border-color: #33b5e5 !important;
    color: #33b5e5 !important;
}

.swal2-warning {
    border-color: #FF9635 !important;
    color: #FF9635 !important;
}

.swal2-title {
    margin: 0 0 .4em;
    color: #31375E !important;
    font-size: 1.875em;
}

@media (max-width: 1199.98px) {
    .swal2-title {
        margin: 0 0 .35em !important;
        font-size: 1.8em !important;
    }
}

@media (max-width: 991.98px) {
    .swal2-title {
        margin: 0 0 .3em !important;
        font-size: 1.75em !important;
    }
}

@media (max-width: 767.98px) {
    .swal2-title {
        margin: 0 0 .25em !important;
        font-size: 1.7em !important;
    }
}

@media (max-width: 575.98px) {
    .swal2-title {
        margin: 0 0 .2em !important;
        font-size: 1.6em !important;
    }
}

.swal2-html-container {
    color: #666;
    font-size: 1rem;
}

@media (max-width: 1199.98px) {
    .swal2-html-container {
        font-size: .98rem;
    }
}

@media (max-width: 991.98px) {
    .swal2-html-container {
        font-size: .96rem;
    }
}

@media (max-width: 767.98px) {
    .swal2-html-container {
        font-size: .94rem;
    }
}

@media (max-width: 575.98px) {
    .swal2-html-container {
        font-size: .9em;
    }
}

.swal2-actions button {
    color: #fff !important;
    font-size: 1rem !important;
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.swal2-actions button:hover {
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

@media (max-width: 1199.98px) {
    .swal2-actions button {
        font-size: .98rem;
    }
}

@media (max-width: 991.98px) {
    .swal2-actions button {
        font-size: .96rem;
    }
}

@media (max-width: 767.98px) {
    .swal2-actions button {
        font-size: .94rem;
    }
}

@media (max-width: 575.98px) {
    .swal2-actions button {
        font-size: .9em;
    }
}

.swal2-confirm {
    background-color: #5777f3 !important;
}

.swal2-confirm:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(87, 119, 243, 0.5) !important;
}

.swal2-deny {
    background-color: #FF5F74 !important;
}

.swal2-deny:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(255, 95, 116, 0.5) !important;
}

.swal2-cancel {
    background-color: #999 !important;
    color: #31375E !important;
}

.swal2-cancel:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(153, 153, 153, 0.5) !important;
}

body {
    background-color: #fafafa;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    color: #666;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.6;
}

a {
    color: #5777f3;
    padding: 0;
}

a:hover {
    color: #2750f0;
    text-decoration: none;
}

select:focus,
input:focus {
    outline: 0;
}

button {
    outline: none;
    float: unset !important;
}

button:focus, button:active, button:hover {
    outline: none;
}

*:focus {
    outline-color: rgba(87, 119, 243, 0.5);
}

.flex-1 {
    flex: 1 !important;
}

.flex-2 {
    flex: 2 !important;
}

.flex-3 {
    flex: 3 !important;
}

.flex-4 {
    flex: 4 !important;
}

.flex-5 {
    flex: 5 !important;
}

.cursor-move {
    cursor: move;
}

.cursor-pointer {
    cursor: pointer !important;
}

.hr {
    width: 100%;
    height: 2px;
    background-color: #eee;
}

.hr--30 {
    margin: 30px 0;
}

@media (max-width: 1199.98px) {
    .hr--30 {
        margin: 28px 0;
    }
}

@media (max-width: 991.98px) {
    .hr--30 {
        margin: 26px 0;
    }
}

@media (max-width: 767.98px) {
    .hr--30 {
        margin: 24px 0;
    }
}

@media (max-width: 575.98px) {
    .hr--30 {
        margin: 20px 0;
    }
}

.hr--20 {
    margin: 20px 0;
}

@media (max-width: 1199.98px) {
    .hr--20 {
        margin: 18px 0;
    }
}

@media (max-width: 991.98px) {
    .hr--20 {
        margin: 16px 0;
    }
}

@media (max-width: 767.98px) {
    .hr--20 {
        margin: 14px 0;
    }
}

@media (max-width: 575.98px) {
    .hr--20 {
        margin: 12px 0;
    }
}

.hr--16 {
    margin: 16px 0;
}

@media (max-width: 1199.98px) {
    .hr--16 {
        margin: 14px 0;
    }
}

@media (max-width: 991.98px) {
    .hr--16 {
        margin: 12px 0;
    }
}

@media (max-width: 767.98px) {
    .hr--16 {
        margin: 10px 0;
    }
}

@media (max-width: 575.98px) {
    .hr--16 {
        margin: 8px 0;
    }
}

.hr--10 {
    margin: 10px 0;
}

@media (max-width: 1199.98px) {
    .hr--10 {
        margin: 9px 0;
    }
}

@media (max-width: 991.98px) {
    .hr--10 {
        margin: 8px 0;
    }
}

@media (max-width: 767.98px) {
    .hr--10 {
        margin: 7px 0;
    }
}

@media (max-width: 575.98px) {
    .hr--10 {
        margin: 6px 0;
    }
}

.full-width {
    width: 100% !important;
}

.auto-width {
    width: auto !important;
}

.pointer-events-none {
    pointer-events: none !important;
}

.width-75 {
    width: 75% !important;
}

.width-100 {
    width: 100% !important;
}

.width-50 {
    width: 50% !important;
}

.width-25 {
    width: 25% !important;
}

.font-normal {
    font-style: normal !important;
}

.text-normal {
    font-weight: normal !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.height-100 {
    height: 100px !important;
}

.height-150 {
    height: 150px !important;
}

.height-200 {
    height: 200px !important;
}

.height-250 {
    height: 250px !important;
}

.height-300 {
    height: 300px !important;
}

.height-350 {
    height: 350px !important;
}

.height-400 {
    height: 400px !important;
}

.text-bold {
    font-weight: bold !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.opacity-90 {
    opacity: .9 !important;
}

.opacity-80 {
    opacity: .8 !important;
}

.opacity-70 {
    opacity: .7 !important;
}

.opacity-60 {
    opacity: .6 !important;
}

.opacity-50 {
    opacity: .5 !important;
}

.opacity-40 {
    opacity: .4 !important;
}

.opacity-30 {
    opacity: .3 !important;
}

.opacity-20 {
    opacity: .2 !important;
}

.opacity-10 {
    opacity: .1 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.text-disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

.min-10 {
    min-width: 10px !important;
}

.min-20 {
    min-width: 20px !important;
}

.min-30 {
    min-width: 30px !important;
}

.min-40 {
    min-width: 40px !important;
}

.min-50 {
    min-width: 50px !important;
}

.min-60 {
    min-width: 60px !important;
}

.min-70 {
    min-width: 70px !important;
}

.min-80 {
    min-width: 80px !important;
}

.min-90 {
    min-width: 90px !important;
}

.min-100 {
    min-width: 100px !important;
}

.min-110 {
    min-width: 110px !important;
}

.min-120 {
    min-width: 120px !important;
}

.min-130 {
    min-width: 130px !important;
}

.min-140 {
    min-width: 140px !important;
}

.min-150 {
    min-width: 150px !important;
}

.min-160 {
    min-width: 160px !important;
}

.min-170 {
    min-width: 170px !important;
}

.min-180 {
    min-width: 180px !important;
}

.min-190 {
    min-width: 190px !important;
}

.min-200 {
    min-width: 200px !important;
}

.min-210 {
    min-width: 210px !important;
}

.min-220 {
    min-width: 220px !important;
}

.min-230 {
    min-width: 230px !important;
}

.min-240 {
    min-width: 240px !important;
}

.min-250 {
    min-width: 250px !important;
}

.min-260 {
    min-width: 260px !important;
}

.min-270 {
    min-width: 270px !important;
}

.min-280 {
    min-width: 280px !important;
}

.min-290 {
    min-width: 290px !important;
}

.min-300 {
    min-width: 300px !important;
}

.max-10 {
    max-width: 10px !important;
}

.max-20 {
    max-width: 20px !important;
}

.max-30 {
    max-width: 30px !important;
}

.max-40 {
    max-width: 40px !important;
}

.max-50 {
    max-width: 50px !important;
}

.max-60 {
    max-width: 60px !important;
}

.max-70 {
    max-width: 70px !important;
}

.max-80 {
    max-width: 80px !important;
}

.max-90 {
    max-width: 90px !important;
}

.max-100 {
    max-width: 100px !important;
}

.max-110 {
    max-width: 110px !important;
}

.max-120 {
    max-width: 120px !important;
}

.max-130 {
    max-width: 130px !important;
}

.max-140 {
    max-width: 140px !important;
}

.max-150 {
    max-width: 150px !important;
}

.max-160 {
    max-width: 160px !important;
}

.max-170 {
    max-width: 170px !important;
}

.max-180 {
    max-width: 180px !important;
}

.max-190 {
    max-width: 190px !important;
}

.max-200 {
    max-width: 200px !important;
}

.max-210 {
    max-width: 210px !important;
}

.max-220 {
    max-width: 220px !important;
}

.max-230 {
    max-width: 230px !important;
}

.max-240 {
    max-width: 240px !important;
}

.max-250 {
    max-width: 250px !important;
}

.max-260 {
    max-width: 260px !important;
}

.max-270 {
    max-width: 270px !important;
}

.max-280 {
    max-width: 280px !important;
}

.max-290 {
    max-width: 290px !important;
}

.max-300 {
    max-width: 300px !important;
}

.max-350 {
    max-width: 350px !important;
}

.max-400 {
    max-width: 400px !important;
}

.max-450 {
    max-width: 450px !important;
}

.max-500 {
    max-width: 500px !important;
}

.br-0 {
    border-radius: 0 !important;
}

.btlr-0 {
    border-top-left-radius: 0 !important;
}

.btrr-0 {
    border-top-right-radius: 0 !important;
}

.bblr-0 {
    border-bottom-left-radius: 0 !important;
}

.bbrr-0 {
    border-bottom-right-radius: 0 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.pointer-none {
    pointer-events: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.content-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content-wrapper .content-body {
    flex: 1;
    background-color: #f3f4f8;
}

.auth {
    width: 100%;
    height: 100%;
    background-color: #F5F7FD;
}

.auth__inner {
    width: 100%;
    height: 100%;
    position: relative;
}

@media (max-width: 767.98px) {
    .auth__inner {
        padding-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .auth__inner {
        padding-top: 40px;
    }
}

.auth__header {
    position: absolute;
    top: 45px;
    left: 45px;
    right: 0;
}

@media (max-width: 1199.98px) {
    .auth__header {
        top: 40px;
        left: 40px;
    }
}

@media (max-width: 991.98px) {
    .auth__header {
        top: 30px;
        left: 30px;
    }
}

@media (max-width: 767.98px) {
    .auth__header {
        top: 20px;
        left: 0;
        text-align: center;
    }
}

.auth__logo {
    height: 40px;
    max-width: 300px;
    display: block;
}

@media (max-width: 1199.98px) {
    .auth__logo {
        height: 38px;
    }
}

@media (max-width: 991.98px) {
    .auth__logo {
        height: 36px;
    }
}

@media (max-width: 767.98px) {
    .auth__logo {
        height: 34px;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .auth__logo {
        height: 32px;
    }
}

.auth__logo-img {
    height: 100%;
}

.auth__body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 90px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 1199.98px) {
    .auth__body {
        padding: 80px;
    }
}

@media (max-width: 991.98px) {
    .auth__body {
        padding: 60px;
    }
}

@media (max-width: 767.98px) {
    .auth__body {
        padding: 40px;
    }
}

@media (max-width: 575.98px) {
    .auth__body {
        padding: 20px;
    }
}

.auth__body-left {
    flex: 1;
    height: 100%;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .auth__body-left {
        width: 100%;
        flex: auto;
        order: 1;
        padding-right: 0;
        padding-top: 20px;
    }
}

.auth__body-banner {
    max-width: 100%;
    max-height: 100%;
}

.auth__body-right {
    width: 600px;
}

@media (max-width: 1199.98px) {
    .auth__body-right {
        width: 500px;
    }
}

@media (max-width: 991.98px) {
    .auth__body-right {
        width: 400px;
    }
}

@media (max-width: 767.98px) {
    .auth__body-right {
        width: 100%;
    }
}

.auth-form {
    width: 100%;
}

.auth-form__header {
    width: 100%;
    margin-bottom: 20px;
}

.auth-form__title {
    font-size: 1.8rem;
    color: #31375E;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.auth-form__loader{
    display: none;
}

img.auth-form__loader {
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    right: 150px;
    top: 6px;
}

@media (max-width: 1199.98px) {
    .auth-form__title {
        font-size: 1.7rem;
        margin-bottom: 9px;
    }
}

@media (max-width: 991.98px) {
    .auth-form__title {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }
}

@media (max-width: 767.98px) {
    .auth-form__title {
        font-size: 1.5rem;
        margin-bottom: 7px;
    }
}

@media (max-width: 575.98px) {
    .auth-form__title {
        font-size: 1.4rem;
        margin-bottom: 6px;
    }
}

.auth-form__subtitle {
    font-size: 1rem;
    color: #7D8091;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .auth-form__subtitle {
        font-size: .98rem;
    }
}

@media (max-width: 991.98px) {
    .auth-form__subtitle {
        font-size: .96rem;
    }
}

@media (max-width: 767.98px) {
    .auth-form__subtitle {
        font-size: .94rem;
    }
}

@media (max-width: 575.98px) {
    .auth-form__subtitle {
        font-size: .92rem;
    }
}

.auth-form__body {
    width: 100%;
    height: auto;
}

.auth-form .auth-card {
    width: 100%;
    padding: 60px;
    border-radius: 30px;
    background-color: #fff;
}

@media (max-width: 1199.98px) {
    .auth-form .auth-card {
        padding: 55px;
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-card {
        padding: 50px;
    }
}

@media (max-width: 767.98px) {
    .auth-form .auth-card {
        padding: 45px;
    }
}

@media (max-width: 575.98px) {
    .auth-form .auth-card {
        padding: 40px;
    }
}

.auth-form .auth-card__header {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.auth-form .auth-card__header-text {
    font-size: .8rem;
    color: #999;
    margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
    .auth-form .auth-card__header-text {
        font-size: .78rem;
        margin-right: 9px;
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-card__header-text {
        font-size: .76rem;
        margin-right: 8px;
    }
}

@media (max-width: 767.98px) {
    .auth-form .auth-card__header-text {
        font-size: .74rem;
        margin-right: 7px;
    }
}

@media (max-width: 575.98px) {
    .auth-form .auth-card__header-text {
        font-size: .72rem;
        margin-right: 6px;
    }
}

.auth-form .auth-card__header-link {
    font-size: .96rem;
    font-weight: 600;
    color: #5777f3;
    border: none;
    background-color: #fff;
}

@media (max-width: 1199.98px) {
    .auth-form .auth-card__header-link {
        font-size: .94rem;
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-card__header-link {
        font-size: .92rem;
    }
}

@media (max-width: 767.98px) {
    .auth-form .auth-card__header-link {
        font-size: .9rem;
    }
}

@media (max-width: 575.98px) {
    .auth-form .auth-card__header-link {
        font-size: .88rem;
    }
}

.auth-form .auth-card__header-link:hover {
    color: #2750f0;
}

.auth-form .auth-card__social {
    width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
    .auth-form .auth-card__social {
        margin-bottom: 35px;
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-card__social {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .auth-form .auth-card__social {
        margin-bottom: 25px;
    }
}

@media (max-width: 575.98px) {
    .auth-form .auth-card__social {
        margin-bottom: 20px;
    }
}

.auth-form .auth-card__social-row {
    margin-right: -20px;
    margin-bottom: -20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 1199.98px) {
    .auth-form .auth-card__social-row {
        margin-right: -19px;
        margin-bottom: -19px;
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-card__social-row {
        margin-right: -18px;
        margin-bottom: -18px;
    }
}

@media (max-width: 767.98px) {
    .auth-form .auth-card__social-row {
        flex-direction: column;
        margin-right: -17px;
        margin-bottom: -17px;
    }
}

@media (max-width: 575.98px) {
    .auth-form .auth-card__social-row {
        margin-right: -16px;
        margin-bottom: -16px;
    }
}

.auth-form .auth-card__social-row-item {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .auth-form .auth-card__social-row-item {
        padding-right: 19px;
        padding-bottom: 19px;
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-card__social-row-item {
        width: 100%;
        padding-right: 18px;
        padding-bottom: 18px;
    }
}

@media (max-width: 767.98px) {
    .auth-form .auth-card__social-row-item {
        padding-right: 17px;
        padding-bottom: 17px;
    }
}

@media (max-width: 575.98px) {
    .auth-form .auth-card__social-row-item {
        padding-right: 16px;
        padding-bottom: 16px;
    }
}

.auth-form .auth-card__social-btn {
    width: 100%;
    height: 50px;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #597DFC4D;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #F5F7FD;
}

@media (max-width: 1199.98px) {
    .auth-form .auth-card__social-btn {
        height: 48px;
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-card__social-btn {
        height: 46px;
    }
}

@media (max-width: 767.98px) {
    .auth-form .auth-card__social-btn {
        height: 44px;
    }
}

@media (max-width: 575.98px) {
    .auth-form .auth-card__social-btn {
        height: 42px;
    }
}

.auth-form .auth-card__social-btn-icon {
    width: 50px;
    height: 100%;
    padding: 10px;
    border-right: 1px solid #597DFC4D;
}

@media (max-width: 1199.98px) {
    .auth-form .auth-card__social-btn-icon {
        width: 48px;
        padding: 9px;
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-card__social-btn-icon {
        width: 46px;
        padding: 8px;
    }
}

@media (max-width: 767.98px) {
    .auth-form .auth-card__social-btn-icon {
        width: 44px;
        padding: 7px;
    }
}

@media (max-width: 575.98px) {
    .auth-form .auth-card__social-btn-icon {
        width: 42px;
        padding: 6px;
    }
}

.auth-form .auth-card__social-btn-title {
    flex: 1;
    padding: 0 10px;
    text-align: center;
    font-size: .7rem;
    color: #31375E;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .auth-form .auth-card__social-btn-title {
        padding: 0 9px;
        font-size: .68rem;
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-card__social-btn-title {
        padding: 0 8px;
    }
}

@media (max-width: 767.98px) {
    .auth-form .auth-card__social-btn-title {
        padding: 0 7px;
    }
}

@media (max-width: 575.98px) {
    .auth-form .auth-card__social-btn-title {
        padding: 0 6px;
    }
}

.auth-form .auth-card .form-control {
    border-color: rgba(87, 119, 243, 0.4);
}

.auth-form .auth-card__footer {
    width: 100%;
}

.auth-form .auth-card__footer-btn {
    width: 100%;
    height: 50px;
    position: relative;
}

#crowdfundly-signup-form .form-group,
#crowdfundly-signup-form .form-check {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 12px;
}

.auth-card #signupPassCheck-error,
.auth-card #signupConfirmPassCheck-error {
    position: absolute;
    bottom: 0;
    margin-top: 5px;
    color: #f15050;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
}

@media (max-width: 1199.98px) {
    .auth-form .auth-card__footer-btn {
        height: 48px;
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-card__footer-btn {
        height: 46px;
    }
}

@media (max-width: 767.98px) {
    .auth-form .auth-card__footer-btn {
        height: 44px;
    }
}

@media (max-width: 575.98px) {
    .auth-form .auth-card__footer-btn {
        height: 42px;
    }
}

.auth-form .auth-card__forgot-password {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .auth-form .auth-card__forgot-password {
        margin-top: 18px;
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-card__forgot-password {
        margin-top: 16px;
    }
}

@media (max-width: 767.98px) {
    .auth-form .auth-card__forgot-password {
        margin-top: 14px;
    }
}

@media (max-width: 575.98px) {
    .auth-form .auth-card__forgot-password {
        margin-top: 12px;
    }
}

.auth-form .auth-card__forgot-password-text {
    font-size: .8rem;
    color: #999;
    margin-bottom: 0;
    margin-right: 10px;
}

@media (max-width: 1199.98px) {
    .auth-form .auth-card__forgot-password-text {
        font-size: .78rem;
        margin-right: 9px;
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-card__forgot-password-text {
        font-size: .76rem;
        margin-right: 8px;
    }
}

@media (max-width: 767.98px) {
    .auth-form .auth-card__forgot-password-text {
        font-size: .74rem;
        margin-right: 7px;
    }
}

@media (max-width: 575.98px) {
    .auth-form .auth-card__forgot-password-text {
        font-size: .72rem;
        margin-right: 6px;
    }
}

.auth-form .auth-card__forgot-password-link {
    font-size: .9rem;
    font-weight: 600;
    color: #5777f3;
}

@media (max-width: 1199.98px) {
    .auth-form .auth-card__forgot-password-link {
        font-size: .88rem;
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-card__forgot-password-link {
        font-size: .86rem;
    }
}

@media (max-width: 767.98px) {
    .auth-form .auth-card__forgot-password-link {
        font-size: .84rem;
    }
}

@media (max-width: 575.98px) {
    .auth-form .auth-card__forgot-password-link {
        font-size: .8rem;
    }
}

.auth-form .auth-card__forgot-password-link:hover {
    color: #2750f0;
}

.auth-form .auth-card__message-text {
    font-size: .9rem;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .auth-form .auth-card__message-text {
        font-size: .88rem;
    }
}

@media (max-width: 991.98px) {
    .auth-form .auth-card__message-text {
        font-size: .86rem;
    }
}

@media (max-width: 767.98px) {
    .auth-form .auth-card__message-text {
        font-size: .84rem;
    }
}

@media (max-width: 575.98px) {
    .auth-form .auth-card__message-text {
        font-size: .8rem;
    }
}

.unverified {
    width: 100%;
    height: 100%;
    background-color: #F5F7FD;
}

.unverified--bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.unverified__inner {
    width: 100%;
    min-height: 55vh;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .unverified__inner {
        padding: 70px;
    }
}

@media (max-width: 991.98px) {
    .unverified__inner {
        padding: 60px;
    }
}

@media (max-width: 767.98px) {
    .unverified__inner {
        padding: 50px;
    }
}

@media (max-width: 575.98px) {
    .unverified__inner {
        padding: 40px;
    }
}

.unverified__card {
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .unverified__card {
        padding: 35px;
    }
}

@media (max-width: 991.98px) {
    .unverified__card {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .unverified__card {
        padding: 25px;
    }
}

@media (max-width: 575.98px) {
    .unverified__card {
        padding: 20px;
    }
}

.unverified__card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .unverified__card-title {
        font-size: 1.35rem;
        margin-bottom: 18px;
    }
}

@media (max-width: 991.98px) {
    .unverified__card-title {
        font-size: 1.3rem;
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .unverified__card-title {
        font-size: 1.25rem;
        margin-bottom: 14px;
    }
}

@media (max-width: 575.98px) {
    .unverified__card-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
}

.unverified__card-message {
    font-size: .9rem;
    color: #7D8091;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .unverified__card-message {
        font-size: .88rem;
        margin-bottom: 18px;
    }
}

@media (max-width: 991.98px) {
    .unverified__card-message {
        font-size: .86rem;
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .unverified__card-message {
        font-size: .84rem;
        margin-bottom: 14px;
    }
}

@media (max-width: 575.98px) {
    .unverified__card-message {
        font-size: .8rem;
        margin-bottom: 12px;
    }
}

.verified {
    width: 100%;
    height: 100%;
    background-color: #F5F7FD;
}

.verified--bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.verified__inner {
    width: 100%;
    min-height: 70vh;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .verified__inner {
        padding: 70px;
    }
}

@media (max-width: 991.98px) {
    .verified__inner {
        padding: 60px;
    }
}

@media (max-width: 767.98px) {
    .verified__inner {
        padding: 50px;
    }
}

@media (max-width: 575.98px) {
    .verified__inner {
        padding: 40px;
    }
}

.verified__card {
    min-width: 600px;
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .verified__card {
        padding: 35px;
        min-width: 500px;
    }
}

@media (max-width: 991.98px) {
    .verified__card {
        padding: 30px;
        min-width: 400px;
    }
}

@media (max-width: 767.98px) {
    .verified__card {
        padding: 25px;
        min-width: 300px;
    }
}

@media (max-width: 575.98px) {
    .verified__card {
        padding: 20px;
        min-width: 200px;
    }
}

.verified__card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .verified__card-title {
        font-size: 1.35rem;
        margin-bottom: 18px;
    }
}

@media (max-width: 991.98px) {
    .verified__card-title {
        font-size: 1.3rem;
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .verified__card-title {
        font-size: 1.25rem;
        margin-bottom: 14px;
    }
}

@media (max-width: 575.98px) {
    .verified__card-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
}

.verified__card-message {
    font-size: .9rem;
    color: #7D8091;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .verified__card-message {
        font-size: .88rem;
        margin-bottom: 18px;
    }
}

@media (max-width: 991.98px) {
    .verified__card-message {
        font-size: .86rem;
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .verified__card-message {
        font-size: .84rem;
        margin-bottom: 14px;
    }
}

@media (max-width: 575.98px) {
    .verified__card-message {
        font-size: .8rem;
        margin-bottom: 12px;
    }
}

.swal-button, .swal-button:active{
    background-color: rgba(87, 119, 243, 0.9);
}

.swal-footer {
    text-align: center;
}

input[type="checkbox"]:disabled, input[type="checkbox"].disabled, input[type="radio"]:disabled, input[type="radio"].disabled, input[type="checkbox"]:disabled:checked:before, input[type="checkbox"].disabled:checked:before, input[type="radio"]:disabled:checked:before, input[type="radio"].disabled:checked:before {
    opacity: 0 !important;
} 

.user-dropdown ul.dropdown-menu { 
    min-width: 100%!important;
}

.forget-password-msg {
    margin-top: 10px;
    font-size: 12px;
    color: #037703;
}
.forget-password-msg.error {
    color: #f54343;
}
