html, body {
    height: 100%;
    background-color: #f4f4f4;
}
.fotokonta{
    padding: 10px;
    margin: 10px;
}

.head-style{
    color:rgb(28, 101, 156) ; 
    background-color:#fff !important;
    padding: 8px;
    
}

.btn-white:hover, .btn-white:active{
    background-color:#fff !important;

}

.date-input{
    border: 1px !important;
    background-color: #fff !important;
    font-size: 18px;
}

.mask-security{
    font-family: "text-security-disc";
     -webkit-text-security: disc;
}

.gradient-custom{
    background: #3b24b3 ;
    background: linear-gradient(140deg, #705cd6  0%, #3b24b3  46%, #221469 100%);
}

.btn-index{
    border-radius:4px; 
    background-color:#3b24b3; 
    font-size:16px;
    text-align: left;
    font-family: Verdana, Arial, Tahoma; 
    color:white !important;
    padding-top:13px;
    padding-bottom:13px;
    text-transform: capitalize;
}

.btn-custom{
    border-radius:4px; 
    background-color:#3b24b3; 
    font-size:16px;
    text-align: center;
    font-family: Verdana, Arial, Tahoma; 
    color:white !important;
    padding-top:8px;
    padding-bottom:8px;
    text-transform: capitalize;
}

.btn-custom-green{
    border-radius:4px; 
    background-color:#1a8b0f; 
    font-size:16px;
    text-align: center;
    font-family: Verdana, Arial, Tahoma; 
    color:white !important;
    padding-top:8px;
    padding-bottom:8px;
    text-transform: capitalize;
}

#btn-scanare {
    background-color: #3f51b5;
    color: white;
    opacity: 0.9;
}
#btn-add-api {
    background-color: #3f51b5;
    color: white;
    opacity: 0.9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    height: 22px !important;
}
.select2-search--dropdown .select2-search__field {
    padding: 6px !important;
    width: 100%;
    box-sizing: border-box;
    margin-right: 4px !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #495057 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #343a40 transparent transparent transparent !important;
}
.select2 .select2-container .select2-container--default{
    width:100% !important;
}

.btn_style_edit {
    box-shadow: none;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 9px;
}

.btn_style {
    box-shadow: none;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding-top: 6px;
    padding-bottom: 7px;
    padding-left: 11px;
    padding-right: 10px;
}

.link-color {
    color: #000000;
    font-weight: 500;
}

.btn_style1{
    box-shadow: none;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}