.login-register{
    background: #61616100;
    background-image: url('../../assets/images/hero-background.png');
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-blend-mode: soft-light;
    filter: brightness(0.5);
}
.login-logo{
    height: 100px;
    display: block;
    margin: auto;
}
.div-img-user-content{
    position: relative;
    width: fit-content;
    height: fit-content;
    margin: auto;
}
.div-img-user{
    width: 150px;
    height: 150px;
    border: 4px solid white;
    outline: 4px solid #4F5467;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}
.div-img-user img{
    width:100%;
    object-fit: cover;
    border-radius: 100%;
}
.btn-upload-file{
    font-size: 15px;
    background: #4F5467;
    color: white;
    padding: 10px;
    border-radius: 100%;
    border: 4px solid white;
    outline: 4px solid #4F5467;
    position: absolute;
    bottom: -6px;
    right: -5px;
    transition: 0.5s linear;
    cursor: pointer;
}
.btn-upload-file:hover{
    background: #8c8f9c;
}
.btn-cancel-file{
    font-size: 15px;
    background: #e90101;
    color: white;
    padding: 10px;
    border-radius: 100%;
    border: 4px solid white;
    outline: 4px solid #4F5467;
    position: absolute;
    bottom: 106px;
    right: 107px;
    transition: 0.5s linear;
    cursor: pointer;
}
.btn-cancel-file:hover{
    background: #f77f7f;
}
.icon-datatable{
    font-size: 25px;
}
.text-gray{
    color:#9e9e9e !important
}
/* calendar */
.fc-widget-content{
    border-color: #8d97ad8c!important;
}
.fc th.fc-fri, .fc th.fc-mon, .fc th.fc-sat, .fc th.fc-sun, .fc th.fc-thu, .fc th.fc-tue, .fc th.fc-wed{
    background: #4F5467 !important;
    color:white !important;
}
.fc-unthemed .fc-today {
    background: #4F54671c!important;
}
.fc-axis.fc-time.fc-widget-content,.fc-axis.fc-widget-content{
    background: #4F5467;
    color: white;
}
.fc-month-button.fc-button.fc-state-default.fc-corner-left,.fc-agendaWeek-button.fc-button.fc-state-default,.fc-agendaDay-button.fc-button.fc-state-default.fc-corner-right,.fc-next-button.fc-button.fc-state-default.fc-corner-right.fc-icon.fc-icon-left-single-arrow,.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right,.fc-next-button.fc-button.fc-state-default.fc-corner-right,.fc-prev-button.fc-button.fc-state-default.fc-corner-left{
    background: #4F5467;
    border: none;
    color: white !important;
    outline: none;
    box-shadow: none;
}
.fc-state-active{
    background: #cacbd1 !important;
}
.div-calendar-title{
    position: absolute;
    width: 250px;
    background: black;
    border-radius: 5px;
    padding: 10px;
    color: white;
    display: none;
}
.span-bar{
    width: 100%;
    height: 5px;
    display: block;
    border-radius: 5px;
}
.text-purple{
    color:purple !important;
}
.bg-purple{
    background-color:purple !important;
}
.border-purple{
    border-color:purple !important;
}
.text-brown{
    color:rgb(160, 91, 0) !important;
}
.bg-brown{
    background-color:rgb(160, 91, 0) !important;
}
.border-brown{
    border-color:rgb(160, 91, 0) !important;
}
.text-green{
    color:rgb(8, 201, 191) !important;
}
.bg-green{
    background-color:rgb(8, 201, 191) !important;
}
.border-green{
    border-color:rgb(8, 201, 191) !important;
}
.text-black{
    color:black !important;
}
.bg-black{
    background-color:black !important;
}
.border-black{
    border-color:black !important;
}
.text-gray{
    color:gray !important;
}
.bg-gray{
    background-color:gray !important;
}
.bg-gray-light{
    background-color:#80808021 !important;
}
.border-gray{
    border-color:gray !important;
}
.tooltipevent{
    width:200px;
    background:black;
    position:absolute;
    border-radius: 5px;
    padding: 5px;
    z-index:10001;
    color:white;
}
.tr-show{
    border-bottom: 1px solid #9e9e9e45;
}
.tr-show:last-child{
    border-bottom: none;
}
/* .tr-show:first-child{
    border-bottom: none;
} */
b, strong {
    font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
}
.is-valid{
    border-color: #00c292 !important;
}
.no-valid{
    border-color: #e46a76 !important;
}
.text-overflow-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px;
}
.input-search{
    border-radius: 2px 0px 0px 2px;
}
.btn-search{
    border-radius: 0px 2px 2px 0px;
}
.icon-warning-activation{
    font-size: 80px;
    color: #ffc107;
}
.p-warning-validation{
    font-size: 20px;
}
.cursor-pointer{
    cursor: pointer !important;
}
.activity-chart{
    width: 100% !important;
}
.no-read{
    background-color: #f6f6f6;
}
.col-style{
    display: flex;
    align-self: stretch;
}
.div-card-content{
    width: 100%;
    margin: 10px;
    padding: 20px;
    box-shadow: 0px 0px 20px 1px #9e9e9e73;
    border-radius: 10px;
    transition: 0.5s linear;
}
.div-card-content:hover{
    transform: scale(1.04);
    box-shadow: 2px 5px 18px 0px #bdbbbb
}
.color-gray{
    color: gray !important;
}
.div-package-title{
    text-align: center;
    background: #4f5467;
    padding: 10px 5px;
    color: white;
    border-radius: 50px;
}
.btn-order,.btn-view-demo,.btn-send-order{
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px;
    background: #00c292;
    color: white;
    border: none;
    font-weight: bold;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .btn-order:hover,.btn-view-demo:hover,.btn-send-order:hover{
    background: #008f6c;
  }
  .btn-order:active,.btn-view-demo:active,.btn-send-order:active{
    background: #018161 !important;
  }
  .div-img-table{
    width: 50px;
    height: 50px;
    border: 4px solid white;
    outline: 4px solid #d8d8d8;
    border-radius: 100%;
    overflow: hidden;
  }
.div-img-table img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .table{
    width:100%;
    min-width: max-content;
} */
.table tr td,.table tr th{
    vertical-align: middle;
}
.div-img-show{
    width: 100%;
}
.div-img-show img{
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: block;
}
#map{
    width: 100%;
    height: 300px;
    margin-top: 25px;
    z-index: 0;
}
#suggestionsList{
    border: 1px solid #80808021;
    position: absolute;
    top: 93px;
    z-index: 99999;
    background: white;
    width: 100%;
}

#suggestionsList li{
padding: 5px;
    list-style: none;
    border-bottom: 1px solid #8080803d;
}

.leaflet-right{
    display:none
}
.bootstrap-tagsinput{
    width: 100%;
    min-height: 38px;
}
.bootstrap-tagsinput input{
    width: 100%;
    max-width: 100%;
    min-height: 28px;
}
.div-gallery-img{
    width: 100%;
    max-height: 235px;
    overflow: hidden;
}
.div-gallery-img img{
    object-fit: contain;
    width: 100%;
}
.badge-black {
    color: #fff;
    background-color: #000000;
}
.para-key{
    margin: 0;
    width: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.btn-copy{
    font-size: 20px;
    color: grey;
    cursor: pointer;
}
.img-installation{
    width: 100%;
    max-width: 400px;
}
.div-generate-password{
    display: flex;
}
.div-generate-password input{
    border-radius: .25rem 0rem 0rem .25rem;
}
.div-generate-password a{
    border-radius: 0rem .25rem .25rem 0rem;
}
.subtitle-product{
    color:grey;
    font-size: 12px;
}
.table-sold-products thead tr th{
    border-top: none;
}