.ui-widget.ui-widget-content {
    z-index: 999999999999 !important;
}

.evidences{
  list-style: none;
  display:flex;
  flex-wrap:wrap;
}
.evidences li{
  margin:1.3%;
  display:flex;
}
.evidences li a.trash:hover{
    background: red
}
.evidences li a.trash{
    background: #f77e7e;
    color: white;
    display: flex;
    width: 35px;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 0px 5px 5px 0px;
}
.evidences li a:hover{
    background: black !important;
    color:white;
}
.evidences li a.text:hover{
    background: #000 !important;
    color:white;
}
.evidences li a.text{
  display:block;
  border:1px solid #999;
  padding: 5px;
  width: 130px;
}
.boxi{
  width:20px;
  height:20px;
  display: block;
}
input[type="text"]{text-transform: capitalize !important;}
select{text-transform: capitalize !important;}
body .profile-user{
    text-transform: uppercase;
    background: #002054;
    color: white !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px !important;
    font-weight: bold;
}
body .form-control {
    color: #000000;
}
.imgservice{
    max-height: 300px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid black;
}
.mw-300{max-width: 300px;white-space: pre-wrap;}
.custom-icon {
    font-size: 66px;
    /* width: 50px; */
    /* height: 50px; */
    position: relative;
    overflow: hidden;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;

}
.hyperlink{text-decoration: underline;}
.bootstrap-tagsinput{
    border: 1px solid #0e0e0e;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
}
.bootstrap-tagsinput .badge {
    position: relative;
    border-radius: 5px;
    background: #556270 !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #DADAE466;
    opacity: 1;
    border-color: #DADAE466;
}
a.bold{font-weight: bolder}
td .alert{text-align: center;}
.mr-10{margin-right: 10px}
.side-menu .slide {
    margin: 0;
    margin-bottom: 7px;
}
.side-menu__label{
    font-size: 16px;
}
.flex-between{
    justify-content: space-between;
}
.d-flex-custom{
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 57px;
}
.border-1-custom .media{
    border: 1px solid rgba(98, 163, 152, 0.3);
    border-radius: 6px;
    padding:20px;
}
.btn{text-transform: uppercase;}
.btn:hover{
    opacity: .8
}
.tools a{
    display: inline-block;
    margin-right: 20px;
}
.tools i{
    color:#DADAE4;
}
th{font-weight: 900 !important}
.elemet__name-service{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}
.text-right{text-align: right}
form label {
    font-size: 14px;
}
.main-content-title{ color :#2F277E !important;font-weight: bold}

body .badge {
    padding: 5px 10px;
    font-size: 14px;
}
.main-content-title,
.card-title{text-transform: uppercase;}
.w-30{
    width: 140px;
    margin-right: 20px;
}
.mb-20{margin-bottom: 20px}
.mb-60{margin-bottom: 60px}
body hr {
    border-top: 1px solid #464646;
}

#list__items_CommissionPlans{
    list-style: none;
    display: flex;
    padding:0;
    margin:0;
    flex-direction: column;
}

.normal input,
.normal select,
.normal textarea {
    opacity: 1 !important;
}

#leads_id {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#leads_id li {
    width: 30%;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold
}
/* ==============================
   Phone
   ============================== */
@media (max-width: 480px) and (min-width: 320px){
    .mobile-logo {
       margin-top: 3px !important;
       max-width: 35px !important;
   }
   .media-body>div{
    flex-wrap: wrap;
   }
   span.ms-auto.tx-14{
    margin-left: 0 !important;
   }
   .card-body .col-md-6,
   .col-md-3{
    margin-bottom: 20px;
   }
   body #leads_id li {
        width: 100%; 
    }
   body .tx-13,
   body .tx-12 {
       font-size: 14px;
   }
   h2.elemet__name-service{
        color: black;
        font-size: 17px;
        position: relative;
        text-align: left;
   }
   .bars #glass{width: 100% !important;}
   body .bars {
        width: 100%;
        margin-left: 20px;
    }
    #back-to-top,
    .peshos{
        display: none !important;
    }
   .main-header-center {
    display: flex;
    color: white !important;
    align-items: center; 
    position: fixed;
    background: #5b97d3;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 20px 15px;
   }
   .clasification--goals li:nth-child(2) b{
    left: 200px !important;
   }
   .page{
    padding-bottom: 130px;
   }
}
