.main-header .sidebar-toggle-cst {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px;
    font-family: 'Font Awesome 5 Free'; /* Optional, generally handled by FontAwesome */
    /*font-size: 24px;  Adjust icon size */
    color: white; /* Adjust icon color */
}
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 100px;
    font-weight: 300;
}
.alert_error {
    color: red;
}
.lbl_error {
    background: #ab0000 none repeat scroll 0 0;
    border-radius: 11px;
    color: #fff;
    padding: 10px;
    width: 100%;
}
.lbl_success {
    background: green;
    border-radius: 11px;
    color: #fff;
    padding: 10px;
    width: 100%;
}
.btn.btn-block.btn-primary.add_new_btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
    padding-top: 0;
    width: auto;
}
.reg_alert_error{
    color:red;
}

.dataTables_filter {
    float: left !important;
}

.fa.fa-info-circle {
    float: right;
}

section.content-header h1 a {
    padding: 0 0;
}

.error {
    color: red;
}
.txt-upper {
    /*text-transform: uppercase;*/
}
thead {
    background: #3c8dbc;
    color: #fff;
}

.content_div3 h3 {
    font-size: 20px;
}


.colu3 h2 {
    font-size: 20px;
}
.sixth_row hr {
    border-top: 1px solid #000;
}

.custom-pagination {
    margin: 20px 0;
    text-align: center;
    float: right;
}

/* Pagination Links */
.custom-pagination a {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    color: white;
    background-color: #3c8dbc;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 4px;
}

/* Current Page Link */
.custom-pagination .current {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    color: white;
    background-color: #03507c;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 4px;
}
/*Icons*/
.icon-upload{
    background-color: darkgray;
    width: 20%;
}
.icon-image{
    padding: 10%;
}
/*USER EDIT*/
.position_row{
    display: flex;
    justify-content: center
}
.input-container {
    position: relative;
    width: 100%;
}

.country-code {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #555;
    pointer-events: none; /* This makes sure the span is not clickable */
}

.form-control-mobile {
    padding-left: 45px !important; /* Adjust this padding to make space for the country code */
    box-sizing: border-box;
}
