@import '../fonts/thesans/font.css';


h1,h2,h3,h4,h5,h6,p,a,div,span,body,td,thead,tfoot,li,input,button{
    font-family: "thesans-normal" !important;
}

.to-portal{
    padding-top: 13px;
}

.footer-main{
    position: absolute;
    bottom: 0px;
    width: 100%;

}

.footer-main p{
 text-align: center;
}

.logo{
    margin: auto;
    text-align: center;
    

}

.client-title{
    margin-top: 30px;
    margin-right: 5px;
    text-align: right;
    width: 100%;
    line-height: 1.8;
    font-family: "thesans-bold" !important;
}

.search-breath{
    margin-top: 20px;
    margin-bottom: 30px;
}

.textarea-hr{
    resize: vertical;

}


.mb-10{
    margin-bottom: 10px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-30{
    margin-bottom: 30px;
}


.mr-10{
    margin-right: 10px;
}

.ml-10{
    margin-left: 10px !important;
}



.wp-well{
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    border-radius: 3px;
    padding: 8px ;

}

.wp-title{
    margin: 0px;
}

.z-top{
    z-index: 100;
}

.table-responsive{
    overflow-x: auto !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.d-none {
    display: none!important;
}
#imagePreviewer {
    max-width: 100px;
    max-height: 100px;
}
/* Select2 Custom Styles */
.select2-selection__rendered {
    font-size: 15px;
}
.select2-container {
    text-align: right;
}
.required:after {
    content: " *";
    color: red;
}
input[type=file] {
    font-size: 16px;
}
select.form-control {
    padding: 5px 10px;
}
.select2-results__option[aria-selected="true"] {
    background-color: #0066ff;
    color: #fff;
}

table.dataTable {
    width: 100% !important;
}

.w-fit-content {
    width: fit-content !important;
}

.w-100 {
    width: 100% !important;
}

.select2-container {
    width: 100% !important;
}
.d-flex {
    display: flex !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.dataTable thead tr th{
    text-align: right!important;
}

.btn-outline-success {
    color: #28a745; /* Green color */
    border: 2px solid #28a745; /* Green border */
    background-color: transparent; /* Transparent background */
    border-radius: 4px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}

.btn-outline-success:hover {
    background-color: #28a745; /* Green background on hover */
    color: white; /* White text on hover */
}

.search-container {
    display: none;
    padding: 25px;
}

.generate-winners-form {
    display: inline;
}

.admin-header {
    right: -65px !important;
}