.form-control.error {
    border-color: red !important;
}

label.error {
    color: red;
    font-size: 10px;
    font-weight: 800;
}

.cancel_btn {
	float:right;
	margin-right: 5px;
}
.save_btn {
	float:right;
}

a.edit_tbl_btn {
    border: 1px solid #67b173;
    background-color: #67b173;
    color: white;
    padding: 5px 7px;
    border-radius: 20px;
    display: inline;
    margin-right: 5px;
    border-collapse: collapse;
    cursor: pointer;
}

a.delete_tbl_btn {
    border: 1px solid #f17171;
    background-color: #f17171;
    color: white;
    padding: 5px 7px;
    border-radius: 20px;
    display: inline;
    margin-right: 5px;
    border-collapse: collapse;
    cursor: pointer;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: none;
}
.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear,left top,right top,from(#f3f3f9),to(#f3f3f9));
    background: linear-gradient(to right,#f3f3f9,#f3f3f9);
    opacity: .9;
}

[data-layout=vertical][data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item:hover>a.menu-link:after {
    display: none;
}

.mt5{
    margin-top: 5px;
    height: 40px;
}

.p0{
    padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}
.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}


.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid var(--vz-input-border);
    border-radius: 4px;
}

.mb10{
   margin-bottom: 10px; 
}

.custom_address{
    padding: 10px;
    border: 1px dotted gray;
    border-radius: 10px;
    cursor: pointer;
}
.custom_address:hover{
    background-color: #299d21;
    color: #f7f5f5;
}
select.error {
    border: 1px solid red;
}

button.btn.error {
    border: 1px solid red;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #70bb79;
    border: 1px solid #284e15;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #201f1f;
}

.delete_file_btn {
    float: right;
    margin-top: -6px;
    width: 35px;
    text-align: center;
    border: 1px solid #f17171;
    background-color: #f17171;
    color: white;
    padding: 5px 7px;
    border-radius: 20px;
    display: inline;
    margin-right: 5px;
    border-collapse: collapse;
    cursor: pointer;
}

.file_box {
    border: 1px solid green;
    padding: 10px 5px;
    margin-top: 10px;
    width: 90%;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}

.file_name_in_box {
    color: black;
    text-decoration: underline !important;
    padding-left: 20px;
}
.file_upload_box {
    margin-top: 30px;
}
