﻿/* General */
.w-125 {
    min-width: 125px;
}
.w-125-max {
    max-width: 125px;
}
.w-150 {
    min-width: 150px;
}
.w-150-max {
    max-width: 150px;
}
.w-200 {
    min-width: 200px;
}
.w-200-max {
    max-width: 200px;
}
.cr-styled i {
    font-family: 'Font Awesome 5 Free';
}
.StripeElement {
    height: 3rem;
    padding: 0 1rem;
    background-color: #f5f6fb;
    border: 2px solid #eee;
    border-radius: 1.5rem;
    box-shadow: none;
    box-sizing: border-box;
}
#loader {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
#loading-img {
    width: 64px;
    height: 64px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#tiers .table tbody > tr {
    box-shadow: none;
    border: none;
}

/* Signup */
.signup-page {
    color: #8493af;
    display: flex;
    position: relative;
    padding: 5rem 2rem;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(to top, #3d6ade, #6d9ef0);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    overflow-x: hidden;
}
.signup-wrapper {
    background-color: #fff;
    padding: 2rem 5rem;
    border-radius: 3rem;
    box-shadow: 0 1rem 2rem rgba(255, 255, 255, 0.25);
    margin: 0 3rem;
}
.signup-logo {
    display: flex;
    margin-bottom: 2rem;
    padding-right: 3rem;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
}
.signup-logo img {
    width: 10rem;
}
.signup-header {
    color: #8493af;
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: space-between;
}
.signup-header-title h1 {
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
    font-weight: 300;
}
.signup-header-title p {
    font-size: 1.25rem;
}
.signup-header-content {
    padding: 0.5rem 1rem;
    background-color: #f5f6fb;
    border: 2px solid #eee;
    border-radius: 1rem;
    text-align: right;
}
.signup-header-content h5 {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
    justify-content: flex-end;
}
.signup-header-content .plan-name {
    color: #3bc0c3;
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
}
.signup-header-content .plan-tiers {
    display: none;
    margin-left: 0.5rem;
    font-size: 1rem;
    cursor: pointer;
}
.signup-header-content .plan-users {
    font-size: 1rem;
    font-weight: 400;
}
.signup-header-content .plan-users input {
    color: #8493af;
    display: inline-block;
    width: 4.5rem;
    padding: 0.25rem 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 0.25rem;
    background-color: #fff;
    border-radius: 1.5rem;
    border: 2px solid #eee;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
}
.signup-header-content .plan-users input:focus {
    outline: none;
}
.signup-header-content p {
    margin-bottom: 0;
    font-size: 1rem;
}
.card-signup {
    color: #8493af;
    border: none;
}
.card-signup .card-header {
    padding: 0;
    background-color: #fff;
    border-bottom: none;
}
.card-signup .card-header:first-child {
    margin-bottom: 1rem;
}
.card-signup .card-header h3 {
    color: #8493af;
    font-size: 1.25rem;
    font-weight: 400;
}
.card-signup .card-header i {
    color: #54bdc1;
}
.card-signup .card-body {
    padding: 0;
}

/* Login */
.login-page {
    color: #8493af;
    display: flex;
    position: relative;
    padding: 5rem 2rem;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(to top, #3d6ade, #6d9ef0);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    overflow-x: hidden;
}
.login-wrapper {
    background-color: #fff;
    padding: 3rem;
    border-radius: 3rem;
    box-shadow: 0 1rem 2rem rgba(255, 255, 255, 0.25);
    margin: 0 3rem;
}
.login-logo {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
}
.login-logo img {
    width: 10rem;
}
.login-header {
    color: #8493af;
}
.login-header-title h1 {
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
    font-weight: 300;
}
.login-header-title p {
    font-size: 1.25rem;
}
.card-login {
    color: #8493af;
    border: none;
}
.card-login .card-header {
    padding: 0;
    background-color: #fff;
    border-bottom: none;
}
.card-login .card-header:first-child {
    margin-bottom: 1rem;
}
.card-login .card-header h3 {
    color: #8493af;
    font-size: 1.25rem;
    font-weight: 400;
}
.card-login .card-body {
    padding: 0;
}
.card-login .input-group>.custom-select:not(:last-child),
.card-login .input-group>.form-control:not(:last-child) {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.card-login .input-group-password .btn {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    z-index: 100;
}
.card-login .input-group-password .btn,
.card-login .input-group-password .btn:hover,
.card-login .input-group-password .btn:active,
.card-login .input-group-password .btn:focus {
    box-shadow: none;
    outline: none;
}

/* Form control */
.form-control {
    height: 3rem;
    background-color: #f5f6fb;
    border-radius: 1.5rem;
    line-height: 2.5rem;
}
select.form-control {
    background: #f5f6fb url('../img/select-arrow-down.png') no-repeat right;
    background-size: 12px;
    background-position: calc(100% - 1rem);
    line-height: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

/* Input Group */
.input-group-prepend {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    margin-right: 0;
    z-index: 10;
}
.input-group-text {
    color: #808080;
    width: 3rem;
    height: calc(3rem - 0.25rem);
    padding: 0.375rem 0.65rem;
    background-color: #d4e0f3;
    border: 2px solid #d4e0f3;
    border-radius: 50%!important;
}
.input-group > .form-control:not(:first-child) {
    padding-left: 3.5rem;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

/* Button */
.btn-e {
    display: flex;
    padding: .75rem 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    font-size: 1.05rem;
    line-height: 1;
    transition: all 0.3s ease;
}
.btn-e:focus {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

/* Badge */
.badge {
    padding: 0.4rem 1rem;
    border-radius: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
}
.badge-primary {
    color: #3bc0c3;
    background-color: #fff;
    border: 2px solid #3bc0c3;
}
a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #3bc0c3;
    box-shadow: none;
}

/* Swal Container */
.swal2-content {
    border-radius: 1.5rem!important;
}
.swal2-popup .swal2-title {
    font-size: 1.5rem!important;
}
.swal2-popup .swal2-input {
    height: 3.25rem!important;
    margin-bottom: 0!important;
    padding: 0 1.5rem!important;
    border-radius: 1.5rem!important;
}
.swal2-popup .swal2-styled.swal2-cancel {
    border-radius: 1.5rem!important;
}
.swal2-popup .swal2-styled.swal2-confirm {
    color: #fff;
    background-color: #3bc0c3!important;
    border-radius: 1.5rem!important;
}
.swal2-popup.swal2-toast {
    border-radius: 2.5em;
}
.swal2-popup.swal2-toast .swal2-title {
    font-size: 1.25rem!important;
}

/* Request verification */
.box-phones {
    margin-top: 1.5rem;
}
.box-phone {
    display: flex;
    color: #8493af;
    padding: 1rem 1.5rem;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    border-radius: 1rem;
}
.box-phone:not(:last-child) {
    margin-bottom: 1rem;
}
.box-phones .custom-control {
    padding-left: 2rem;
    cursor: pointer;
}
.box-phones .custom-control-label:before {
    top: 50%;
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    transform: translateY(-50%);
}
.box-phones .custom-control-label:after {
    top: 50%;
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    transform: translateY(-50%);
}
.box-phones .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #3bc0c3;
    border-color: #3bc0c3;
}
.box-phones .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.box-phones .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.box-phones .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}
.confirm-verification-code {
    max-width: 15rem;
    margin: 1.25rem auto 0 auto;
}
.confirm-verification-code input {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.75rem;
}

/* Media Queries */
@media (max-width: 1650px) {
    .login-wrapper,
    .signup-wrapper {
        margin: 0;
    }
}
@media (max-width: 1450px) {
    .login-wrapper,
    .signup-wrapper {
        padding: 2rem;
    }
}
@media (max-width: 767px) {
    .login-page,
    .signup-page {
        padding: 1rem 0;
    }
}
@media (max-width: 1199px) {
    .login-logo,
    .signup-logo {
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .login-logo,
    .signup-logo {
        flex-direction: column;
    }
    .login-logo a,
    .signup-logo a {
        margin-bottom: 0.5rem;
    }
    .login-header,
    .signup-header {
        flex-direction: column;
    }
    .login-header-title,
    .signup-header-title {
        text-align: center;
    }
}
@media (max-width: 450px) {
    .login-wrapper,
    .signup-wrapper {
        padding: 2rem 1rem;
        border-radius: 2rem;
    }
    .login-header-content,
    .signup-header-content {
        width: 100%;
        border-radius: 1.5rem;
        text-align: center;
    }
    .login-header-content h5,
    .signup-header-content h5 {
        justify-content: center;
    }
    .login-header-title h1,
    .signup-header-title h1 {
        font-size: 2rem;
    }
}