.hover-hand{
    cursor: pointer;
}
.display-none{
    display: none !important;
}
.display-block{
    display: block !important;
}
.display-flex{
    display: flex !important;
}
.row{
    padding: 0;
    margin: 0;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@media only screen and (max-width: 600px){
    .loading-screen{
        padding-top: 40%;
    }
}
@media only screen and (min-width: 601px){
    .loading-screen{
        padding-top: 15%;
    }
}
.loading-screen{
    z-index: 20000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(3, 0, 12, 0.85);
}
.jconfirm-content{
    font-size: x-small;
    text-align: center;
}
.jconfirm-title, .jconfirm-title-c{
    text-align: center;
}
.jconfirm{
    background: rgba(3, 0, 12, 0.7) !important;
}
.pin-main{
    min-height: 100vh;
    background-color: rgba(8, 0, 46, 0.8);
    background-size: cover;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 100;
}
.btn-pin{
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    color: white;
    padding: 12px 25px;
    margin: 10px 10px;
    border-radius: 50%;
    border: 1px solid transparent;
    line-height: 1.5;
    display: inline-block;
}
.span-radio{
    display: inline-block;
    border: 2px solid white;
    border-radius: 50%;
    width: 10px;
    height: 14px;
    padding: 0px 5px;
    background-color: white;
    margin: 10px;
}
.checked{
    background-color: black;
}
.btn-pin:focus{
    outline: none;
}
.btn-pin:hover{
    cursor: pointer;
    background-color: white;
    color: black;
}
.form-check-inline{
    color: black !important;
}
.btn-link{
    color: white;
    font-size: 20px;
}
.btn-link:focus{
    text-decoration: none;
}
.btn-link:hover{
    color: grey;
    text-decoration: none;
}
.modal-footer{
    justify-content: center;
}
.display-none{
    display: none !important;
}
.display-flex{
    display: flex !important;
}
.display-block{
    display: block !important;
}
.choose-language-button{
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid #f7631b !important;
    color: #f7631b !important;
    cursor: pointer;
}

.choose-language-button:hover{
    background-color: #f7631b;
    color: white !important;
}

.choose-language-button:focus{
    background-color: #f7631b;
    color: white !important;
    outline: none;
}

.change-language-button:hover{
    background-color: white;
    border: 1px solid #f7631b;
    color: #f7631b !important;
    cursor: pointer;
}

.change-language-button{
    background-color: #f7631b;
    color: white !important;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: bold;
    position: fixed !important;
    bottom: 10px !important;
    right: 0.5vw !important;
    z-index: 100 !important;
}

.font-red{
    color: red !important;
}

.btn-main-lg{
    background: #cfd7dd;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}
.btn-main-lg:hover{
    background: linear-gradient(270deg, #33a2ff 0%, #1768ab 100%);
    color: white;
}

.section-btn-img{
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-main-lg-text{
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 600px){
    .btn-main-lg{
        min-height: 190px;
    }
    .btn-main-lg-text{
        font-size: 18px;
    }
    .section-btn-img{
        height: 80px;
    }
}

@media only screen and (max-width: 1400px){
    .btn-main-lg{
        min-height: 190px;
    }
    .btn-main-lg-text{
        font-size: 18px;
    }
    .section-btn-img{
        height: 100px;
    }
}
@media only screen and (min-width: 1401px){
    .btn-main-lg{
        min-height: 300px;
    }
    .btn-main-lg-text{
        font-size: 24px;
    }
    .section-btn-img{
        height: 180px;
    }
}

.win-8-color{
    color: #001791;
}

.win-10-color{
    color: #00adef;
}

.win-11-color{
    color: #0178d4;
}

.office-16-color{
    color: #eb3c00;
}

.office-19-color{
    color: #d63b02;
}

.status-active{
    color: #01d40b;
}

.status-expired{
    color: #d4012e;
}

.body{
    min-height: 100vh !important;
    align-items: center;
    justify-content: center;
}
.breadcrumb{
    background-color: transparent !important;
    padding: 1rem 2rem 1rem 2rem;
    margin-bottom: 0.5rem;
}
.breadcrumb-item{
    color: black !important;
}
.breadcrumb-item a{
    color: black !important;
}
.breadcrumb-item::before{
    color: black !important;
}

.no-display{
    display: none !important;
}