.background-default{
    background:#e9e9e9;
}

.public-container{
    max-width:1280px;
}

.public-logo img{
    /* max-height: 160px; */
    padding: 15px;
    max-width:250px;
}

.dashboard-logo img{
    width:100%;
    height:auto;
}

.bg-login-image,
.bg-password-image {
    background:url('../img/logo/company-logo.png');
    background-position: 17px center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.copyright{
    font-size:12px;
    padding: 15px;
}


.label_wrap .error {
    --tw-text-opacity: 1;
    color: rgba(237, 53, 53, var(--tw-text-opacity));
    font-size: 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 25px;
    float: right;
    text-align: right;
}

.btn-primary::before{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}


.input-text{
    display: block;
    width: 100%;
    min-width: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
    border-radius: 0.25rem;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.contract-container{
    background-color: #eee;
    height: 100vh;
    padding: 1vw 2vw;
    overflow-y: scroll;
    border: 1px solid #ddd;
    max-height: 300px;
    position: relative;
    margin-bottom:50px;
}

.dataTables_wrapper > .row > .col-md-6 > .dataTables_filter{text-align: right;}
.dataTables_wrapper > .row > .col-md-7 > .dataTables_paginate > .pagination{float:right;}

#opt_id:has(> #is-invalid){
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px;
}

#application-controls{
    margin: 10px 0;
    padding:15px;
    border:1px solid #e3e3e3;
}

.ajax-form{
    border:1px solid #e3e3e3;
    padding: 15px;
}

.f-right{float:right;}
.f-left{float:left;}