#footer {
    position: fixed; /* Фиксированное положение */
    left: 0; bottom: 0; /* Левый нижний угол */
    height: 55px; /* Поля вокруг текста */
    width: 100%; /* Ширина слоя */
    z-index: 9999;
}

.label_foot {
    position: relative;
    top: 40%;
    text-align: center;
    font-family: "Roboto", Arial Black, Arial, sans-serif;
    font-size: 12px;
    height: 100%;
}

.personal_card {
    background-color: #6ca7c8;
    border-radius: 10px;
    padding: 50px 20px;
    margin-bottom: 25px;
    display: table;
    table-layout: fixed;
    width: 100%
}

input[type="checkbox"]:required:invalid + span { color: #ec1111;; }
input[type="checkbox"]:required:valid + span { color: #2e8d2e; }

/*Отключает отображение надписи 'Choose file' возле кнопки*/
input[type=file] {
    color: transparent;
  }

.inline-block {
    display: inline-block;
}
.center-div {
    position: fixed;
    top: 35%;
}

.virtual_card {
    background: linear-gradient(0, #ffcc99, #ff5016);
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    margin-bottom: 25px;
    box-shadow: 0 0 30px 0 #cc6633);
    border-width: 0;
    display: block;
    border-radius: 20px;
    background-clip: border-box;
}

.virtual_card-name {
    color: #ffffff;
    width: 60%;
    word-break: break-all;
    display: inline-block;
}

.virtual_card-photo {
    border-radius: 50%;
    width: 100px;
}

.virtual_card-header {
    position: relative;
    overflow: auto;
}

.virtual_card-icon {
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.logo-mod {
    width: 200px;
    height: 100px;
}

.logo-mod img {
    width: 100%;
    height: auto;
}

.help-block {
    color: #ff5140;
}

.icon-container-mod {
    margin-bottom: 5px;
}

.icon-container-mod .icon-mod {
    background-color: #f48021;
    line-height: 33px;
    transition: background-color 300ms ease-in-out;
    border-radius: 8px;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 8px;
    text-align: center;
    vertical-align: middle;
	border:solid 1px #ffb076;
}
.icon-container-mod .transactions {
    line-height: 35px;
    position: absolute;
    right: 0;
}

.icon-container-mod .icon-mod span {
    transition: color 300ms ease-in-out;
    font-size: 1.523rem;
    color: #696767;
}

.icon-container-mod .icon-mod:hover {
    background-color: #ff5016;
}

.icon-container-mod .icon-mod:hover span {
    color: #FFFFFF;
}

.logo-mod-min {
    position: absolute;
    bottom: 10%;
}

.nav-height {
    height: 60px;
}

.title-mod {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 375px) {
    .title-mod span {
        font-size: 1.4rem !important;
    }
}

.title-mod span {
    font-family: Gothicb;
    font-size: 1.1rem;
}

.holder_name {
    font-size: 1.6rem;
    font-family: Gothicb;
    word-break: break-word;
    margin-bottom: 40px;
}

.holder_phone {
    font-size: 1.2rem;
}

.holder-balance {
    position: relative;
    text-align: center;
    color: #FFFFFF;
    height: 25px;
}

.login-header {
    height: 50px;
    background-color: #7b4fa0;
    position: relative;
}

.login-header div {
    font-family: Gothicb;
    white-space: nowrap;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.3rem;
}

.login-submit {
    font-family: Gothicb;
}

.save_btn {
    width: 60%;
    text-align: center;
    display: inline-block;
}

#qrcode {
    text-align: center;
    margin-top: 50px;
}

#qrcode img {
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: inset 0px 3px 5px 0px rgba(179, 158, 203, 1.2) !important;
}

.balance {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
    word-break: break-word;
    width: 22%;
    text-align: left;
}

.sum {
    font-family: Gothicb;
    color: #ffffff;
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 5px;
}

.common-header {
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, #f48021, #ffcc99);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(179, 158, 203, 1.2) !important;
    padding-top: 0 !important;
    height: 50px;
}

#logout {
    text-align: right;
    position: absolute;
    z-index: 10;
    right: 0.5%;
    top: -2.5%;
}

#logout a {
    font-size: 1.8rem;
    padding: 0 7px !important;
}

.virtual_card-div {
    margin: 10px 0 10px 0;
}
#reviews {
    text-align: center;
    margin-top: 6vh;
}
#preview_image, #preview_image-div {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(251, 185, 152, 0.66);
    width: 100px;
    height: 100px;
}

/*@media (min-width: 500px) {*/
    /*#preview_image, #preview_image-div{*/
        /*width: 200px;*/
        /*height: 200px;*/
    /*}*/
/*}*/

.reload_qrcode {
    text-align: center;
    margin-top: 20px;
}

.reload_qrcode button {
    width: 170px;
}

#timer {
    margin-top: 10px;
    text-align: center;
}

.btn-big-mod > .icon-big {
    display: block;
    font-size: 4rem;
    line-height: 50px;
    margin-bottom: 7px;
}

.btn-big-mod {
    line-height: 30px !important;
    min-width: 100px;
    box-shadow: 0 0 20px 0 rgba(91, 49, 118, 0.8) !important;
}

.btn-space-mod {
    margin-right: 5px;
    margin-bottom: 15px;
}

.upload-photo {
    position: absolute;
    top: 70%;
    left: 70%;
}

.delete-photo {
    position: absolute;
    top: 70%;
    left: 0;
}

#upload-photo {
    margin-bottom: 0;
}

@media (min-width: 375px) {
    .inline-forms {
        width: 60%;
        float: right;
    }
}
@media (max-width: 375px) {
    .inline-forms {
        width: 50%;
        float: right;
    }
}
@media (min-width: 600px) {
    .inline-forms {
        width: 70%;
        float: right;
    }
}

.form-control {
    border-radius: 8px !important;
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2) !important;
}

.photo-div {
    display: inline-block;
    position: relative;
}

.mdi-camera {
    margin-right: 0 !important;
}

.mdi-delete {
    margin-right: 0 !important;
}

#upload-photo label {
    border-radius: 50%;
    padding: 0 5px;
    font-size: 1.6rem;
}

#delete_photo {
    border-radius: 50%;
    padding: 0 8px;
    font-size: 1.6rem;
}
#close_edit_holder {
    border-radius: 50%;
    padding: 0 8px;
    font-size: 1.6rem
}

.btn {
    border-radius:8px !important;;
    box-shadow: 0 9px 15px rgba(64, 10, 86, 0.1) !important;
}
.mdi-time, .mdi-delete, .mdi-camera, .mdi-close, .mdi-card-giftcard, .mdi-arrow-left {
    color: white !important;
}

.mdi-arrow-left {
    line-height: 32px !important;
}

.camera {
    border-color: #bda8d1 !important;
    background-color: #bda8d1 !important;
}

.card-border-color-primary {
    border-top-color: #7b4fa0 !important;
}

.btn-secondary {
    color: white !important;
}

.btn-secondary {
    background-color: #f48021 !important;
    border-color: #f48021 !important;
}

.transactions {
    line-height: 32px;
}

#edit_holder_button {
    font-size: 1.2rem;
    padding: 0 9px !important;
}

.main_photo-div {
    position: relative;
}

.btn-primary:hover {
    background-color: #ff5016 !important;
    border-color: #ff5016 !important;
}

.mdi-phone {
    margin-right: 10px;
}

.login_virtual-card {
    width: 90%;
    box-shadow: 0 5px 15px 0 rgba(66, 85, 139, 0.4);
    border-radius: 180px;
}

.main-card-body {
    padding: 0 20px 20px !important;
}

.coupons {
    position: absolute;
    right: 0;
    top: -30%;
}

.coupons-container {
    position: relative;
    height: 50px;
    border-bottom-style: dashed;
    border-bottom-color: #ffffff;
    border-bottom-width: 0.05rem
}

.transactions-container {
    position: absolute;
    right: 0;
    top: 45%;
}

.back-button {
    color: #ffffff;
    position: absolute;
    left: 4%;
    cursor: pointer;
    top: 23%;
    font-size: 2rem !important;
}

.header_title {
    font-family: Gothicb;
    color: #ffffff;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.btn-lg {
    font-family: Gothic !important;
}

::placeholder {
    font-family: Gothic;
    color: #9c9c9c;
}

.form-group-mod {
    margin-top: 10.6vh;
    margin-bottom: 5vh;
    text-align: center;
}

.form-group-mod .btn {
    font-size: 17px !important;
}

.form-margin-bottom {
    margin-bottom: 0.838rem;
}

.card-header-login {
    margin-bottom: 10.6vh !important;
}

.card-body-login {
    padding: 0 30px 15px !important;
}

#auth2_enter .btn {
    width: 80%;
}

.save_btn .btn {
    padding: 0 30px;
}

.header-politics span {
    width: 70%;
    text-align: center;
}

h4, h5 {
    font-family: Gothicb !important;
}

p.bold {
    font-family: Gothicb !important;
}

button.close-politics {
    width: 70%;
}

#reviews {
    text-align: center;
    margin-top: 6vh;
}

.upload-review-photo {
    position: absolute;
    top: 90%;
    left: 90%;
}

.upload-review-photo button {
    padding: 0 6px !important;
    line-height: 21px !important;
}

.delete-review-photo {
    position: absolute;
    top: 90%;
    left: -7%;
}

.delete-review-photo button {
    padding: 0 7px !important;
    line-height: 21px !important;
}

#preview_review_image {
    margin-top: 6vh;
    padding: 50px;
    background-color: #EEEEEE75;
    border-radius: 10%;
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2)
}

.card-review-body {
    text-align: center;
}

.card-review-body textarea {
    background-color: #EEEEEE75;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px 0 inset;
    border-color: #EEEEEE75;
    margin-top: 5vh;
    margin-bottom: 1vh;
    width: 100%;
    resize: none;
    height: 150px;
}

.card-review-body textarea::placeholder {
    padding: 10px;
}

.send_review button {
    width: 60%;
    margin-top: 4vh;
}
