@import "/css/fonts.css";
@import "/css/bootstrap.min.css";
@import "/css/pagination.css";

body, html {
    height: 100%;
}

body{
    background: #FAFAFA;
}

.container.container--parent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row.row--logo {
    padding: 45px 0;
    width: 100%;
    justify-content: center;
}

.row.row--logo .back-button {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 10px;
    top: 20px;
    padding-top: 35px;
}

.row.row--logo .back-button img {
    cursor: pointer;
}

.row.row--login, .row.row--admin-menu, .row.row--create-license {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.row.row--create-license .form-group {
    margin-bottom: 0;
}

.admin-ui-title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-family: "Greycliff CF";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #2A2A2A;
}

.admin-ui-title.admin-ui-title--green {
    color: #00B894;
}

.row.row--login .form-group {
    margin-bottom: 16px;
}

.row.row--login .controls, .row.row--create-license .controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

.row.row--create-license .controls {
    margin-top: 40px;
}

.row.row--login button {
    margin-top: 15px;
}

.row.row--admin-menu .admin-menu__point {
    width: 345px;
    height: 77px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #FFFFFF;
    border-bottom: 0.5px solid #E1E1E1;
    cursor: pointer;
}

.row.row--admin-menu .admin-menu__point span {
    font-family: "Greycliff CF";
    font-size: 20px;
    letter-spacing: -0.37px;
    color: #000000;
}

.row.row--admin-menu .admin-menu__point img {
    margin: 0 15px 0 20px;
}

.row.row--admin-menu .admin-menu__point:after {
    position: absolute;
    right: 18px;
    content: url('/img/chevron_right.svg');
}

.row.row--title span {
    font-family: "Greycliff CF";
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #2A2A2A;
}

.row.row--subtitle span {
    width: 318px;
    font-family: "Circular Std";
    font-size: 16px;
    text-align: center;
    color: #666666;
}

.row.row--important, .row.row--error {
    margin-top: 16px;
    border-radius: 4px;
    padding: 8px;
}

.row.row--important {
    background: #505565;
}

.row.row--error {
    background: #F80B00;
}

.row.row--important span, .row.row--error span {
    width: 823px;
    font-family: "Circular Std";
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .row.row--important span, .row.row--error span {
        width: 295px;
    }
}

.row.row--emails {
    margin-top: 36px;
    margin-bottom: 240px;
}

.form-group label {
    padding: 4px 16px;
    margin-bottom: 0;
    font-family: "Circular Std";
    font-size: 12px;
    color: #1B1D1A;
}

.row.row--emails .form-group {
     margin: 4px 16px;
}

.row.row--emails .form-group.disabled {
    position: relative;
}

.row.row--emails .form-group.disabled:after {
    position: absolute;
    right: 8px;
    top: 40px;
    display: block;
    content: url('/img/check.svg');
}

.row.row--emails .form-group.disabled .form-control {
    padding-right: 48px;
}

.form-control {
    width: 280px;
    height: 55px;
    border: 1px solid #DCDCDC;
    border-bottom: 3px solid rgba(27, 29, 26, 0.2);
    color: #19191D;
    font-family: "Inter";
    font-size: 16px;
    letter-spacing: -0.02em;
}

.form-control::placeholder {
    font-family: "Inter";
    font-size: 16px;
    color: #1B1D1A;
    opacity: 0.8;
}

.form-control[disabled] {
    border-bottom: 1px solid #DCDCDC;
    background-color: transparent;
}

.form-control:focus {
    border: 1px solid #DCDCDC;
    border-bottom: 3px solid #2A2A2A;
}

.form-control.invalid {
    border: 1px solid #DCDCDC;
    border-bottom: 3px solid #D63031;
}

.form-control.valid {
    border: 1px solid #DCDCDC;
    border-bottom: 3px solid #00B894;
}

.form-group .validation-message {
    position: absolute;
    font-family: "Circular Std";
    font-size: 10px;
    color: #D63031;
    padding-left: 16px;
}

.emails-list {
    width: 936px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.emails-list.emails-list--one-email {
    width: auto;
}

@media (max-width: 768px) {
    .emails-list {
        width: 312px;
    }
}

.row.row--download {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
}

.row.row--download .download-divider {
    width: 900px;
    height: 1px;
    margin: 32px 0;
    background-color: #F0F1F3;
}

@media (max-width: 768px) {
    .row.row--download .download-divider {
        width: 328px;
    }
}

.row.row--download .download-title {
    font-family: "Greycliff CF";
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #000000;
}

.row.row--download .download-app-name {
    display: flex;
    align-items: center;
    margin-top: 16px;
    font-family: "Greycliff CF";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #2A2A2A;
}

.row.row--download .download-app-name img {
    width: 40px;
    height: 40px;
}

.row.row--download .download-app-name span {
    margin-left: 8px;
}

.row.row--download .download-subtitle {
    margin-top: 16px;
    font-family: "Greycliff CF";
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #BDBDBD;
}

.row.row--download .download-controls {
    display: flex;
    flex-direction: row;
    margin-top: 32px;
}

.row.row--download .download-controls .btn.btn--custom {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 160px;
    font-size: 16px;
    letter-spacing: -0.01em;
    margin: 0 4px;
}

.row.row--download .download-controls .btn.btn--custom span {
    margin-left: 8px;
}

.row.row--pagination {
    width: 100%;
    height: 130px;
    position: fixed;
    bottom: 98px;
    display: flex;
    justify-content: center;
    background: #FAFAFA;
    align-items: center;
}

.row.row--controls {
    width: 100%;
    height: 98px;
    padding: 24px;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    background: #FFFFFF;
    box-shadow:
            0 0 24px rgba(0, 0, 0, 0.06),
            0 2px 6px rgba(0, 0, 0, 0.04),
            0 0 1px rgba(0, 0, 0, 0.04);

}

.btn.btn--custom {
    height: 50px;
    min-width: 200px;
    font-family: "Greycliff CF";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.01em;
    border-radius: 240px;
}

.btn.btn--custom.btn-success {
    color: #FFFFFF;
    background-color: #00B894;
    border-color: #00B894;
}

.btn.btn--custom.btn-success:hover {
    background-color: #00ac89;
    border-color: #00a885;
}

.btn.btn--custom.btn-success:active:focus {
    background-color: #009D73;
    border-color: #009D73;
}

.btn.btn--custom.btn-dark {
    color: #FFFFFF;
    background-color: #2A2A2A;
    border-color: #2A2A2A;
}

.btn.btn--custom.btn-dark:hover {
    background-color: #373737;
    border-color: #373737;
}

.btn.btn--custom.btn-dark:active:focus {
    background-color: #111111;
    border-color: #111111;
}

.toast-message {
    opacity: 0;
    width: 100%;
    margin-top: 32px;
    text-align: center;
    font-family: "Circular Std";
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #19191D;
}

