html {
    background-color: var(--globalBg);
    display: flex;
    align-items: unset;
    justify-content: unset;
    font-size: 10px;
    padding-inline: unset;
}

body { width: 100%!important; }

.header { 
    width: 100%;
 }


.check { width: 700px; }



.header .container {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 75px!important;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 25%);
    margin: unset!important;
    padding-inline: 16px;
    z-index: 1100;
    border-radius: unset;
    min-width: calc(100% - 32px);
    /*margin-inline: auto;*/
} 

.header .icon-btn {
    width: 40px;
    height: 40px;
}

.header .header-action .btn { 
        height: 45px;
        padding-inline: 10px;
         }



.p { margin-top: 15px; }

.btn-group {  
    display: flex;
    padding-top: 20px;
}

.back-to-home {
    position: absolute;
    top: 3%;
    left: 4%;
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 25%);
    display: grid;
    place-items: center;
    padding: 2px 5px;
    border-radius: 8px;
}



@media (max-width: 910px) { 
    .header .container { width: calc(100% - 32px)!important; }
}

@media (max-width:599px)  {
    .header .container { 
        min-width: 100%;
        height: 60px!important;
     }
     
    
    .header .header-action .btn { 
        padding-inline: 5px!important;
        height: 35px;
        
    }

    /*.header .header-action .btn a { padding-inline: 0px!important; }*/
    .header-action .btn-primary a{ font-size: 12px!important; }
}



@media (max-width: 540px) {
    .header .container { 
        width: calc(100%)!important;
        margin-top: 20px;
        }
    .check,
    .fixed { 
        width: calc(100% - 32px);
     }
}

@media (max-width: 340px) {
    .header-action .btn-primary {padding-inline:2px!important; }
}