.h-400-img {
    height: 400px;
}
@media only screen and (max-width: 1024px)  {
    .h-400-img {
        height: auto;
    }
    .offers-input {
        width: 17px!important;
        height: 17px!important;
    }
}
.font-27 {
    font-size: 27px;
}
.btn-transparent.kotsovolos {
    padding: 10px 24px 10px 24px!important;
}
.transparent {
    background-color: transparent;
}
.badge.bg-kotsovolos {
    background-color: #d51317;
}
.red-text {
    color: #d51317;
}
.bg-red {
    background-color: #d51317;
}
.start-93 {
    left: 81% !important;
    top: 5%!important;
}
.locked {
    opacity: 0.4;
    pointer-events: none;
}
.top-25 {
    top: 30% !important;
}
.opc-7 {
    opacity: 0.5;
}
.grey-transparent {
    background: rgba(242, 242, 242, 0.25)!important;
}
.kotsovolos-background {
    background-image: url('/img/kotsovolos/kotsovolos-background.png');
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;     
}
.kotsovolos-background-v1 {
    background-image: url('/img/kotsovolos/kotsovolos-background.jpg');
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;     
}

.toast {
    width: 250px;
}
.toast-close {
    width: 5px;
    height: 5px;
}
.kotsovolos-popover .popover-body {
    padding: 5px;
}
.z-index-1 {
    z-index: 1!important;
}
.w-300 {
    max-width: 310px;
}
.pad-2 {
    padding-top: 3px;
    padding-bottom: 3px;
}
.terms label.form-check-label {
    display: flex!important;
}
.terms {
    cursor: pointer;
    
}
.terms:hover {
    cursor: pointer;
}

@media screen and (max-width: 820px) and (min-width: 481px){
    .kotsovolos-background-v1 .font-16 {
        font-size: 13px!important;  
        }
    .kotsovolos-background-v1 .font-24 {
        font-size: 18px!important;  
        }
    }
    

@media screen and (max-width: 1024px) {
.height-100 {
    min-height: 70px!important;
    }
}
.mh-50 {
    height: 50px;
}
.accordion-button.accordion-terms {
    background-color: #f2f2f2;
    
}
.accordion-terms::after {
    margin-left: 15px;   
}
.accordion-terms:not(.collapsed)::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 9px;
    background-size: 1rem!important;
    background-image: url(/img/icons/coach/arrows/arrow-up.svg);
    transform: rotate(-180deg) !important;   
}
.accordion-terms.collapsed::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 9px;
    background-size: 1rem!important;
    background-image: url(/img/icons/coach/arrows/arrow-up.svg);
     
}
.mh-300 {
    min-height: 320px;
}
.offers-input {
    width: 18px;
    height: 18px;
    margin-top: 0.1em;
    margin-right: 3px;
    vertical-align: top;
}
.height-15 {
    min-height: 15px;
overflow: hidden;
}
.offerCarousel .flickity-viewport {
    min-height: 600px!important;
}

.terms:focus {
    outline: none !important;
    box-shadow: none !important;
}
.mt-52 {
    margin-top: 48px;
}
.mw-540 {
    min-width: 540px;
}

@media only screen and (max-width: 1024px)  {
    .mw-540 {
        min-width: 100%;
    }
}
@media screen and (max-width: 1240px) and (min-width: 1200px){
.font-13.small {
    font-size: 12px!important;
    }
}

.ms-neg-2 {
    margin-left: -2px;
}