.login-register{
    background: #61616100;
    background-blend-mode: soft-light;
    filter: brightness(0.5);
}
.login-logo{
    height: 100px;
    display: block;
    margin: auto;
}
.div-img-user{
    width: 150px;
    height: 150px;
    margin: auto;
    border: 4px solid white;
    outline: 4px solid #4F5467;
    border-radius: 100%;
    position: relative;
}
.img-user{
    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;
}
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: red;
}
.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-bar-line {
    width: 100%;
    height: 5px;
    border-radius: 50px;
    margin: 10px 0px;
}