label.error {
    color: #dc3545;
    font-size: 14px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding-left: 10px;
}
.form-control.error{
    border-color: #dc3545 !important;
    margin-bottom: 5px;
}
.logo img{
    width: 90px;
}
.video-banner img{
    width: 100%;
    height: 240px;
}
.card-images{
    width: 96px;
}
.cs-card-checkbox {
    height: 115px;
}
.text-elipsis{
    width: 182px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 12px;
}
.f-s-14{
    font-size: 14px;
}
.action-btns i.fa{
    text-decoration: none;
    outline: none;
    background: var(--primary-color-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.action-btns i.fa:hover,
.action-btns i.fa:active,
.action-btns i.fa:focus{
    text-decoration: none;
    outline: none;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inactive-btn{
    background: transparent;
    color: var(--secondary-border-color);
    border: 2px solid var(--secondary-border-color) !important;
}
.inactive-btn i.fa{
    text-decoration: none;
    outline: none;
    background: var(--secondary-border-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* .custom-radio label.error{
    display: none !important;
} */
.ctext-success{
    background: var(--Gradient, linear-gradient(93deg, #3A75DC -7.18%, #EA1089 102.25%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
}
.ctext-danger{
    background: #dc3545;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
}
.table-bordered thead td, .table-bordered thead th{
    font-weight: 550;
}
.table-bordered tbody td{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.table-header{
    background-color: #b8daff !important;
}
.show_hide-password{
    position: absolute;
    right: 20px;
    top: 71px;
    text-decoration: none;
    outline: none;
    background: var(--primary-color-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}