﻿@font-face {
    font-family: 'Teko';
    src:url('/fonts/teko/Teko-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Teko';
    src:url('/fonts/teko/Teko-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Teko';
    src:url('/fonts/teko/Teko-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Teko';
    src:url('/fonts/teko/Teko-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Poppins';
    src:url('/fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src:url('/fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src:url('/fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src:url('/fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src:url('/fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*
transparent bg: rgba(45, 45, 45, 0.95)
input bg: #4a4a4a
accent color: #ba351a
white bg: #e9e9e9
*/


html, body { height: 100%; color: white;}
body { background: url("/img/bg.jpg") top center; background-size: cover; font-family: 'Poppins'; font-size: 14px;margin-bottom: 0;}
body:before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); opacity: .7; }
body > .container { position: relative; z-index: 2000; }
a, a:hover{color: white;}

h1, h2, h3, h4 {font-family: 'Teko'; text-transform: uppercase;}
h1 {font-size: 35px; letter-spacing: 5px; font-weight: 500;}

.login-logo { width: 270px; height: auto;}
.reg-logo { width: 190px; height: auto;}
.btn {text-transform: uppercase;box-shadow: none!important; min-width: 120px;border-radius: 0;}
.btn-stroked {background: none; border-width: 2px; border-style: solid;}
.btn-stroked.btn-primary {border-color: #ba351a;}
.btn-stroked.btn-primary:hover {background-color: rgba(186, 53, 26, .2);}
.btn-solid.btn-primary {background-color: #ba351a; border-color: #ba351a;border-width: 2px;}
#deleteProfileModalButton:disabled {background: none; color: black; opacity: 1; }
.btn-basic.btn-primary { border-width: 2px; border-style: solid; border-color: transparent; background: none;}
.btn-basic.btn-primary:hover, .btn-basic.btn-primary:active {background-color: rgba(186, 53, 26, .2);}

.btn-primary.btn-stroked:not(:disabled):not(.disabled).active, .btn-primary.btn-stroked:not(:disabled):not(.disabled):active, .show > .btn-primary.btn-stroked.dropdown-toggle,
.btn-primary.btn-solid:not(:disabled):not(.disabled).active, .btn-primary.btn-solid:not(:disabled):not(.disabled):active, .show > .btn-primary.btn-solid.dropdown-toggle {
    background-color: #ba351a;
    border-color: transparent;
}
.btn-primary.btn-basic:not(:disabled):not(.disabled).active, .btn-primary.btn-basic:not(:disabled):not(.disabled):active, .show > .btn-primary.btn-basic.dropdown-toggle {
    background-color: rgba(186, 53, 26, .2);
    border-color: transparent;
}

.btn-primary.focus, .btn-primary:focus {box-shadow: none;}
.btn-primary.focus-visible, .btn-primary:focus-visible {box-shadow: none;}


.card { 
    background-color: rgba(40, 40, 40, 1); 
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    padding: 16px;
    border-radius: 0px;
    display: block;
    box-sizing: border-box;
}
.card.white { background-color: #e9e9e9; color: rgba(45, 45, 45, 0.95); }
.card.white .btn {color: rgba(45, 45, 45, 0.95);}
.card.modal-card { max-height: 80%; overflow-y: auto; }
.modal-open .modal { background-color: rgba(45, 45, 45, 0.95); }
.mt--40 {margin-top: -40px;}
.text-block {
    font-family: "Poppins", Courier, monospace;
    font-size: 0.7rem;
    letter-spacing: 0.05rem;
}

.terms-header {
    letter-spacing: 0.25rem;
    font-weight: 500;
    font-size: 1.75rem;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
    -webkit-box-shadow: inset 0 0 0 50px #4a4a4a !important; /* Цвет фона */
    -webkit-text-fill-color: white !important; /* цвет текста */
    color: white !important; /* цвет текста */
}
.style-according-to-ang-app .form-group {margin-bottom: 0.5rem;}
.style-according-to-ang-app .form-group .disabled {color: #9E9999;}
.style-according-to-ang-app .form-group .inner {position: relative; padding-bottom: 1.34375em;}
.style-according-to-ang-app .form-group .inner .field-validation-error {position: absolute;}
.style-according-to-ang-app .form-group .inner .label {display: none;}
.style-according-to-ang-app .form-group.filled .inner .label {display: block;}
.style-according-to-ang-app .form-group .inner .label { left: 12px; font-size: 12px; color: rgba(255, 255, 255, 0.7); top: -8px; position: absolute; }

.form-group input[type="text"].form-control, .form-group textarea .form-control {width: 100%; }
.form-control {background-color: #4a4a4a!important; border: none; color: white;border-radius: 0;}
.form-control.ph-uppercase::placeholder {color: rgba(255, 255, 255, 0.6); font-size: 14px; text-transform: uppercase;}
.form-control:focus { color: white; background-color: #4a4a4a; border-color: #ba351a; outline: 0; box-shadow: 0 0 0 .2rem rgba(186, 53, 26, .25); }
.accent-line {height: 2px; background-color: #ba351a;}
.field-validation-error {font-size: 12px;line-height: 10px;margin-top: 4px;}
.custom-checkbox .custom-control-label {font-size: 12px;}


.custom-checkbox {padding-left: 25px;}
.custom-control-label::before, .custom-control-label::after {top: .15rem;}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ba351a;
    border-color: transparent;
}
.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(186, 53, 26, 0.25);
    border-color: transparent;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(186, 53, 26, 0.25);
    border-color: transparent;
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    background-color: #ba351a;
    border-color: transparent;
}

.special-forces-brewing {
    max-height: 130px;
    max-width: 130px;
    fill: rgba(150, 150, 150, 0.95);
    z-index: 1;
}

.special-checkmark {
    max-height: 50px;
    max-width: 50px;
    fill: rgba(71, 71, 71, 1);
}

.ls-10 {
    letter-spacing: .1rem;
}

.ws-pl {
    white-space: pre-line;
}

.lh-85 {
    line-height: 0.85rem;
}

.fs-75 {
    font-size: 0.75rem;
}

.g-color {
    color: rgba(180, 180, 180, 0.95);
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

input[disabled] {
    cursor: not-allowed;
    background-color: #EEE;
    color: #9E9999;
}

.mat-h1 {
    font: 400 42px / 50px Teko;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 8.4px;
}
.full-width-card {padding: 0 24px 24px;}
.full-width-card .outer {padding: 0 24px 24px;}
.full-width-card .outer .form-group-wrapper {padding: 24px 24px 15px; margin-left: 24px;}
.ml-st {margin-left: 24px;}

.modal-dialog-scrollable {position: relative;}
.modal-content {border-radius: 0;}
.modal-content .btn-close, .modal-dialog-scrollable .btn-close {position: absolute;right: -8px;top: -9px;background-color: #e9e9e9;padding: 3px;border-radius: 50%;border: 2px solid #474747;outline: 2px solid #e9e9e9;width: 20px; height: 20px;box-sizing: border-box; z-index:999;}
.modal-content .btn-close.oi:empty::before, .modal-dialog-scrollable .btn-close.oi:empty::before {position: relative;left: 1px;top: -5px; font-size:10px;color: #474747;}
 


.avatar-frame {width: 120px; height: 120px;}
.avatar-frame svg, .avatar-frame img { max-width: 100%; max-height: 100%; }
.mw-370 {max-width: 370px;}
/* media query */


@media (max-width: 699px) {
    
}

@media (min-width: 700px) and (max-width: 1279px) {
    
}
@media screen and (max-width: 959px) {
    .avatar-frame { width: 120px; height: 120px; }
}

@media screen and (min-width: 960px)and (max-width: 1439px) {
    .avatar-frame { width: 150px; height: 150px; }
    
}

@media (min-width: 1280px) {
    
}


/* bootstrap breakpoints */ 



@media (max-width: 575px) {
    .style-according-to-ang-app .action-buttons .btn {min-width: 100px;}
    .full-width-card {padding: 0 2%;}
     
}
@media (min-width: 576px) {
    .manage-profile .container { max-width: 100%; }
}
@media (max-width: 767px) {
    .full-width-card .outer .form-group-wrapper {margin-left: 0;}
    .avatar-frame { margin-top: 24px; }
    .ml-st {margin:0; text-align: center;}
    .ml-st .subtitle{line-height: 1; font-size: 24px;}
}
@media (min-width: 576px) and (max-width: 767px) {
    .style-according-to-ang-app .btn { min-width: 86px;}
    #termsAndConditionsButton {padding-left: 0; padding-right: 0;}
}
@media (min-width: 768px) {
    .manage-profile .container { max-width: 100%; }
    .avatar-frame { margin-top: 52px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .style-according-to-ang-app .btn { min-width: 105px;}
}
@media (min-width: 992px) {
    .manage-profile .container { max-width: 100%; }
    .avatar-frame {width: 150px; height: 150px;}
}
@media (max-width: 1199px) {
    .mat-h1 { font-size: 30px; letter-spacing: 6px; margin-bottom: 0; padding: 10px 4px 5px; }
    
    
}

@media (min-width: 1200px) {
    .manage-profile .container { max-width: 1540px; }
    .style-according-to-ang-app .form-control { height: calc(1.5em + 1.2rem + 2px); }
    .style-according-to-ang-app .btn { height: 45px; box-sizing: border-box; line-height: 1.8; }
    .style-according-to-ang-app .form-group {margin-bottom: 1rem;}
    .avatar-frame { margin-top: 59px; }
    .full-width-card {padding: 20px 40px 30px; }
    .full-width-card .outer {padding: 20px 40px 30px; }
    .full-width-card .outer .form-group-wrapper {padding: 30px 40px 20px; margin-left: 40px; }
    .ml-st {margin-left: 40px;}
}
@media (min-width: 1400px) {
    .avatar-frame {width: 232px; height: 232px;}
}



@media (max-width: 575px) {
    body {
        background: rgba(45, 45, 45, 0.95) none;
    }
    body > .container { padding: 0;}
    .guest-wrapper > .card { height: 100%; box-shadow: none; border: none; background: none; }
    h1 { font-size: 30px; letter-spacing: 2px; }
    .reg-logo {width: 150px; }
    .login-logo {width: 230px;}
}

@media (min-width: 576px) {
    .two-column-form .form-group {width: 50%}
    .two-column-form .form-group:nth-child(even) {padding-left: 5px;}
    .two-column-form .form-group:nth-child(odd) {padding-right: 5px;}
}

@media (max-width: 991px) {
    .guest-wrapper .mt--40 {margin-top: 0;}
}

/* snackbar */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    border-radius: 0.25rem;
    padding: 1rem;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}

.show-snackbar {
    visibility: visible !important;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.error {
    background-color: #ef5350;
}

.success {
    background-color: #66bb6a;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

#ProfileImage {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
