/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
@media (max-width: 767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-xs-block,
    input[type="reset"].btn-xs-block,
    input[type="button"].btn-xs-block {
        width: 100%;
    }
    .btn-block + .btn-xs-block,
    .btn-xs-block + .btn-block,
    .btn-xs-block + .btn-xs-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-sm-block,
    input[type="reset"].btn-sm-block,
    input[type="button"].btn-sm-block {
        width: 100%;
    }
    .btn-block + .btn-sm-block,
    .btn-sm-block + .btn-block,
    .btn-sm-block + .btn-sm-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-md-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-md-block,
    input[type="reset"].btn-md-block,
    input[type="button"].btn-md-block {
        width: 100%;
    }
    .btn-block + .btn-md-block,
    .btn-md-block + .btn-block,
    .btn-md-block + .btn-md-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 1200px) {
    .btn-lg-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-lg-block,
    input[type="reset"].btn-lg-block,
    input[type="button"].btn-lg-block {
        width: 100%;
    }
    .btn-block + .btn-lg-block,
    .btn-lg-block + .btn-block,
    .btn-lg-block + .btn-lg-block {
        margin-top: 0.5rem;
    }
}

.privacy-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0px;
    background-color: #f4f5fa;
    width: 100%;
    padding: 15px;
}

.privacy-btn {
    margin-left: 10px;
}

.privacy-btn * {
    margin-bottom: 5px;
}

.head-notification {
    width: 100%;
    height: auto;
    padding: 5px;
    background-color: #003043;
    text-align: center;
}

.head-notification span{
    color: #fff;
    font-size: 17px;
}

.head-notification a{
    color: #fff;
    font-size: 17px;
}

#wapp-container {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 1000;
}

#wapp-container #wapp-button {
    width: 68px !important;
    height: 68px !important;
}

#wapp-close {
    position: fixed;
    bottom: 65px;
    right: 23px;
    cursor: pointer;
    color: red;
    font-size: 23px;
    font-weight: bold;
    text-shadow: 1px 1px #827e7e;
}

@media only screen and (max-width: 768px) {
    #wapp-container {
        position: fixed;
        bottom: 0px;
        right: 0px;
    }

    #wapp-container #wapp-button {
        width: 50px !important;
        height: 50px !important;
    }

    #wapp-close {
        bottom: 40px;
        right: 5px;
        font-size: 20px;
    }
}

.infinity-logo {
    width: 40px;
    filter: invert(70%) sepia(95%) saturate(345%) hue-rotate(346deg) brightness(102%) contrast(102%);
}

.text-dec-underline {
    text-decoration: underline;
}

[x-cloak] { 
    display: none !important; 
}

.loading-full {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 99;
}

.form-section-custom {
    color: #2c343b;
    line-height: 3rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #E4E5EC;
}
