

/* Start:/local/components/owner/bid/templates/.default/style.css?17147365863697*/
.form-box {
    max-width: 500px;
    margin: 60px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
}
.form-group label{
    display: block;
}
.select2-container .select2-selection--single{
    height: calc(2.5em + 1rem + 2px)!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: calc(2.5em + 1rem + 2px)!important;
    top: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 47px!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #E9F2FF!important;
    color: #206CDE!important;
}
.select2-results__options::-webkit-scrollbar{
    width: 8px;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #bec4ca;
    border-radius: 3px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: #fff;
}
.table-container {
    width: 95%;
    max-height: 388px;
    overflow: auto;
    border: 1px solid #ccc;
}
.table-container table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.table-container table th {
    position: sticky;
    top: -1px;
    background: #E9F2FF;
    color: #206CDE;
    font-weight: bold;
    text-align: center;
}
.table-container table th:focus-visible {
    outline: none;
}
.table-container table td, th {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.table-container table td:first-child, .table-container table th:first-child {
    border-left: none;
}
.table-container table td:last-child, .table-container table th:last-child {
    border-right: none;
}
.table-container table tr:first-child th {
    border-top: none;
}
.table-container table tr:last-child td {
    border-bottom: none;
}
.table-container::-webkit-scrollbar {
    width: 8px;
}
.table-container::-webkit-scrollbar-thumb {
    background-color: #bec4ca;
    border-radius: 3px;
}
.table-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.modal{
    display:none;
}

.modal .overlay{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
}

.modal .content{
    display:block;
    margin:250px auto;
    width:500px;
    min-height:300px;
    background-color: #fefefe;
    border-radius: 10px;
    padding:20px;
    color: #333333;
    position:relative;
}

.modal .successful{
    font-size: 17px;
    color: #059b12;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

.modal .error{
    font-size: 17px;
    color: #ff0000;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

.modal .close{
    position:absolute;
    right:20px;
    top:20px;
    transition: .5s;
    cursor: pointer;
}

.modal .close:hover{
    transform: rotate(180deg);
}

.btn-link{
    padding: 1.35rem 0.75rem;
}

.file-upload-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-file-upload {
    border: 2px solid #007bff;
    color: #444;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

.file-upload-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

@media(max-width:550px){
    .modal .content{
        width:90%;
        margin: 50px auto;
    }
    .form-box{
        max-width: 370px;
    }
    .select2-container{
        width: 100% !important;
    }
    .btn-link{
        display: inline-block;
        margin-top: 10px;
    }
}
/* End */
/* /local/components/owner/bid/templates/.default/style.css?17147365863697 */
