.border-1{
    border-color:#2d374c !important;
}

label.error{
    color:red !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
}

.mybtn{
    width: calc(1.35em + 1.1rem + 2px) !important;
}

.hiddencls{
    display: none !important;
}

.zindex100{
    z-index: 1000 !important;
    height: 100% !important;
}

.dark-border-color{
    border-color:#9c969c !important;
}

.select2-selection{
    border-color:#9c969c !important;
}

.max-width-10{
    width: 80px !important;
}

.select2-container .select2-selection--single {
    border-radius:0.28rem !important;
    height: calc(1.35em + 1.1rem + 2px) !important;
}

.table-border-black-color td ,th{
border-color: #847e7e !important;
}

.select_format {
    border-radius:0.28rem !important;
    width:150px !important;
    height: calc(1.35em + 1.1rem + 2px) !important;
}

switch.switch-outline.switch-success input:empty ~ span:before {
    border: 2px solid #c8c9cd !important;
}