.navbar-custom{
    background: linear-gradient(135deg, #028046 0%, #5E3791 100%);
}
.navbar-custom .topnav-menu .nav-link{
    color: #fff;
}
#sidebar-menu>ul>li>a,
.navbar-custom .topnav-menu .nav-link,
.dropdown-item{
    font-size: 0.880rem;
}
.custom_agreement{
    text-align: center;
}
.custom_setting .border_right{
    border-right: 1px solid #ced4da;
}
.custom_setting h5.bg-light{
    margin-top: 0px;
}
.custom_notification form .custom-control{
    margin-bottom: 10px;
}
.custom_notification form .custom-control label span{
    font-size: 12px;
}
.custom_setting .setting_title{
    padding: 0 15px;
}
.terminal .header-title{
    text-align: center;
}
h4.payment_info{
    margin-top: 20px;
    text-align: left !important;
}
.custom_sale_product .col-form-label,
.terminal .col-3{
    text-align: right;
}

div#datatable-buttons_wrapper{
    clear: both;
}
form.custom_form{
    clear: both;
}
form.form-inline.custom_delete  {
    display: inline-block;
}
hr.custom_hr{
    margin-top: 32px;
    border-top: 1px solid #dadada;
}
h4.space_create a{
    margin-right: 10px;
}
h4.space_create a:last-child{
    margin-right: 0px;
}
.custom_view_pull{
    float: right;
}
a.custom_btn_cl {
    float: right;
}
h4.header-title .btn-green{
    background-color: #028046 ;
    border-color:#028046 ;
}
h4.header-title .btn-purple{
    background-color: #5E3791;
    border-color: #5E3791;
}
.back_custom_logo .logo-lg img{
    width: 60%;
    height: auto;
}
.custom_login_logo img{
    width: 25%;
    height: auto;
}
.custom_login .form-control{
    padding: 1.5rem .9rem;
    border-radius:0;
}
.custom_login .btn{
    padding: .90rem .9rem;
}
.btn{
    border-radius: 0;
}
.btn.custom_btn_cl{
    padding: 9px 25px;

}

.clone_background_color{
    background-color: #bdddec;
    padding: 20px 20px 1px 20px;
    margin-bottom: 20px;
}
.clone_cover input,
.clone_cover select,
.clone_cover .custom-control{
    margin-left: -10px;
}
.clone_btn button{
    float: right;
    margin-bottom: 20px;
}
.clone_btn.clone_add{
    border-top: 2px solid #fdfdfd;
    padding-top: 10px;
}
.custom-control.custom-checkbox {
    margin-bottom: 10px;
}
.inst_custom_search{
    padding: 60px 0;
}
.table th{
    vertical-align: center !important;
}
a.btn.btn-blue.custom_btn_cl.report {
    margin-right: 20px;
}
.form_cover{
    background: #eceef1;
    padding: 20px;
    margin-bottom: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #7e57c2 !important;
}
button.custom_get_geo.btn.btn-success.waves-effect.waves-light {
    margin: 10px 0;
    padding: 9px 25px;
}
.inst_custom_search .select2-container--default .select2-selection--single{
    border-radius: 0;
    height: 35px !important;
}
.required:after {
    content: " *";
    color: red;
}
.custom_form_table .form-control{
    border-radius: 0;
}
.custom_menu_profile .nav-pills .nav-link{
    border-radius: 0;
}
.nav-pills .nav-link{
    border-radius: 0 !important;
}
.icon-map-custom {
    display: flex;
}
.icon-map-custom img.rounded {
    border-radius: .25rem!important;
    height: 100px;
    width: 100px;
    margin-right: 10px;
}
#map{
    z-index: 1;
}
body.authentication-bg-pattern {
    background-color: #028046;
}
body.authentication-bg-pattern .btn-info{
    background-color: #136acd;
    border-color: #136acd;
    border-radius: 0;
}
body.authentication-bg-pattern .text-white-50,
body.authentication-bg-pattern .footer-alt{

    color: #fff !important;
}
.m-left-20{
    margin-left: 20px;
}
.action_group{
    display: flex;
}
.action_group .mr-right-5{
    margin-right: 5px;
}
.trash-bcolor{
    background: #d00818;
}
.btn-green{
    background-color: #028046 ;
    border-color:#028046 ;
}
ul.gallery_info{
    display: flex;
    list-style: none;
    justify-content: flex-end;
}
ul.gallery_info li{
    margin-right:5px;
}
ul.gallery_info li i{
    color: #fff !important;
}
ul.gallery_info li:last-child{
    margin-right:0;
}
.gallery_info .gal-box .gall-info{
    padding:10px 0;
}
/*this is for image delete message on company profile*/
.img_deletion_msg{
    margin-top: 2px;
    color: #ff0000;
    animation: imgDeleteAnimation 0s 5s forwards;
    visibility: visible;
}

@keyframes imgDeleteAnimation {
    to   { visibility: hidden; }
}
#impact .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    margin-left: 0;
}

