

/* body {
    -webkit-print-color-adjust: exact;
} */



span.select2-selection.select2-selection--single{ padding-bottom: 29px; border-color: #cccccc;}
input.select2-search__field{ border-color: #cccccc;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

span.select2-selection__arrow {  margin-top: 4px;  }

/* ,input,textarea, */
a,h1,h2,h3,h4,h5,h6,span,p,strong,select,b,i,li,label,td,th,button,radio,checkbox,div{
    text-transform: uppercase;
}

.select2{
    width: 100%!important;
}



.checkbox{
    transform: scale(1.5);
}

/* Override select2 container styles */
.select2-container--default .select2-selection--single {
    height: 28px !important; /* Match this value to the height above */
    padding: 0 8px !important; /* Adjust padding as needed */
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin: 0 !important; /* Remove padding */
    padding: 0 !important; /* Remove padding */
    line-height: 30px !important; /* Adjust this value to center text */
}
.select2-container .select2-selection--single .select2-selection__arrow {
    top: -4px !important; /* Adjust this value to center the arrow */
}


input {
    height: 28px !important; 
    box-sizing: border-box; 
    display: flex;
    align-items: center; 
    font-size: 13px!important;
}

.input_field{
    height: 35px;
    border: solid 2px #1d643b;
    /*text-align: center;*/
}
.body-height{
    min-height: 1850px;
    font-family: serif;
} 

select{
    height: 30px !important;
    padding: 0 !important;
    font-size: 13px!important;
}

label{
    margin: 0 !important;
}

.form-group{
    padding: 2px !important;
    margin: 0 !important;
}

.card-header,.card-body{
    padding: 3px 10px !important;
}

.main-header{
    padding: 0;
}
.brand-link{
    padding: 5px !important;
}
.content-wrapper{
    min-height: 800px;
}

.content-wrapper{
    background:#FFF
    /* background:#f4f6f9 */
}

.nowrap{
    white-space: nowrap !important;
}

::-webkit-scrollbar {
    display: none;
}


.required::after {
    content: " *";
    color: red;
}


