html{
    min-height: 100%;
    width: 100%;
    background: url("../images/bg.jpg") top left;
    /*background-size: cover;*/
}
body{
    background-color: transparent;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.max-width-800 { max-width: 800px; }
.max-width-820 { max-width: 820px; }
.max-width-960 { max-width: 960px; }
.text-lovercase{ text-transform: lowercase!important; }
.logo-wrapper img{
    width: 100%;
    max-width: 240px;
}

.form-bg{
    border-radius: 20px;
    background-color: rgb(248, 248, 248);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 16px;
}

/* h5{
    color: #e2062b;
} */
.form-control{
    border-color: rgb(220, 220, 220);
    border-radius: 10px;
    background-color: rgb(253, 253, 253);
}
.form-check-input{
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.btn-custom{
    border-radius: 21px;
    background-image: -moz-linear-gradient( 0deg, rgb(106,141,217) 0%, rgb(65,185,226) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(106,141,217) 0%, rgb(65,185,226) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(106,141,217) 0%, rgb(65,185,226) 100%);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    width: 100%;
    max-width: 232px;
    color: #fff;

    transition: all .3s;
}
.btn-custom:hover{
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(96, 129, 198) 0%, rgb(59, 168, 205) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(96, 129, 198) 0%, rgb(59, 168, 205) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(96, 129, 198) 0%, rgb(59, 168, 205) 100%);
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}



.solution-block{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.solution-title{
    font-size: 20px;
    
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
}
.text-color-qprotect{
    color: #3aaa35;
}

.text-color-loc8{
    color: #f39200;
}

.text-color-track{
    color: #009fe3;
}
.btn-save span,
.btn-print span,
.btn-close span {
    line-height: 1.6rem;
}

.btn-save,
.btn-print,
.btn-close  {
    width: 100%;
}  


.btn-print {
    color: #fff!important;
    background-color: #f7941d!important;
    border-color: #f7941d!important;
}
.btn-print:hover {
    color: #fff!important;
    background-color: #cc7509!important;
    border-color: #cc7509!important;
}

.btn-print:not(:disabled):not(.disabled):active{
    color: #fff!important;
    background-color: #faab49!important;
    border-color: #faab49!important;
}


.btn-close {
    color: #fff!important;
    background-color: #000!important;
    border-color: #000!important;
}
.btn-close:hover {
    color: #fff!important;
    background-color: #000!important;
    border-color: #000!important;
}

.btn-close:not(:disabled):not(.disabled):active{
    color: #fff!important;
    background-color: #000!important;
    border-color: #000!important;
}

.btn-renewal, 
.btn-save  {
    color: #fff!important;
    background-color: #39b54a!important;
    border-color: #39b54a!important;
}
.btn-renewal:hover,
.btn-save:hover {
    color: #fff!important;
    background-color: #279736!important;
    border-color: #279736!important;
}
.btn-renewal:not(:disabled):not(.disabled):active,
.btn-save:not(:disabled):not(.disabled):active{
    color: #fff!important;
    background-color: #52bf61!important;
    border-color: #52bf61!important;
}

.btn-loc8{
    color: #fff!important;
    background-color: #f39200!important;
    border-color: #f39200!important;
}
.btn-loc8:hover{
    color: #fff!important;
    background-color: #db8d18!important;
    border-color: #db8d18!important;
}
.btn-loc8:not(:disabled):not(.disabled):active{
    color: #fff!important;
    background-color: #c27500!important;
    border-color: #c27500!important;
}

.btn-track{
    color: #fff!important;
    background-color: #009fe3!important;
    border-color: #009fe3!important;
}
.btn-track:hover{
    color: #fff!important;
    background-color: #1796cc!important;
    border-color: #1796cc!important;
}
.btn-track:not(:disabled):not(.disabled):active{
    color: #fff!important;
    background-color: #007fb6!important;
    border-color: #007fb6!important;
}
.solution-block .pros li{
    margin-bottom: 5px;
    font-size: 16px;
}
.solution-block .btn{
    font-size: 14px;
    line-height: 1.214;
    text-transform: uppercase;
        min-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media only screen and (min-width: 768px) {
    .form-bg{
        border-radius: 60px;
        padding: 50px 80px;
    }
    .solution-block{
        padding: 40px 30px;
    }
}
/*.bg {
  border-radius: 20px;
  
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 344px;
  top: 844px;
  width: 170px;
  height: 41px;
  z-index: 31;
}
*/
.header-form{
	height: 10%;
}
.block-footer .btn{
	width: 180px;
}

.header__qt{
	width: 220px;
}


@media (min-width: 559px) {
.md-padding-left-5{
	padding-left: 5px !important;
}

.md-padding-right-5{
	padding-right: 5px !important;
}
}

.strip-payment-wrapper button {
    background: #c40e19;
    border-radius: 0 0 10px 10px;
}
#card-element {
    border-radius: 10px 10px 0 0;
}
.modal-content {
    border-radius: .5rem;
}
#modalSuccess .modal-body,
#modalError .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;

}


#modalSuccess {
    overflow: auto;

}
#modalSuccess h5 {
    color: #3ab54b;
}

#modalSuccess span,
#modalSuccess a {
    font-size: 12px;
} 

#modalSuccess .icon-done {
    width: 55px;
    margin-bottom: 15px;
}


#modalSuccess .details-block {
    display: flex;
    flex-direction: column;
    align-self: baseline;
}
#modalSuccess .details-block > div {
    line-height: 1.2rem;

}

.qrcode-list {
    display: flex;
    justify-content: space-evenly;
}

.qrcode-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qrcode-item img {
    max-width: 160px;
	margin-bottom: -20px;
}

.action-block  {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#modalStripePayment .close{
    position: absolute;
    right: 20px;
}
.dropdown-toggle{
	border: 1px solid rgb(220, 220, 220);
    border-radius: 9px;
}
.display-none{
	display:none;
}