.input-group-addon {
    background-color: #e9ecef;
    border: 1px solid #888888;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.custom-warning , .custom-warning:hover{
    display: block;
    width: 100% !important;
    font-size: 12px;
    background: #ffc7cc;
    color: #333;
    padding: 3px 0;
    text-align: center;
    border-radius: 4px;
    max-width: 100px;
}

.custom-success, .custom-success:hover {
    display: block;
    width: 100% !important;
    font-size: 12px;
    background: #afffc1;
    color: #333;
    padding: 3px 0;
    text-align: center;
    border-radius: 4px;
    max-width: 100px;
}
.custom-pending, .custom-pending:hover {
    display: block;
    width: 100% !important;
    font-size: 12px;
    background: #feffba;
    color: #333;
    padding: 3px 0;
    text-align: center;
    border-radius: 4px;
    max-width: 100px;
}

.custom-ongoing, .custom-ongoing:hover {
    display: block;
    width: 100% !important;
    font-size: 12px;
    background: #baeeff;
    color: #333;
    padding: 3px 0;
    text-align: center;
    border-radius: 4px;
    max-width: 100px;
}

th {
    font-weight: normal !important;
}
td {
    color: #636363;
    font-size: 15px;
}
.text-color-purple {
    color: #7642b9;
}

.text-color-purple:hover {
    color: #7642b9;
}

.tab-style,
.dataTables_info,
.dataTables_paginate {
    /* float: right !important;  */
    font-size: 14px;
}

.button-edit,
.button-edit:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    margin-right: 0.5em;
    margin-bottom: 0.2em;
}

.button-view,
.button-view:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    margin-right: 0.5em;
    margin-bottom: 0.2em;
}

.button-delete,
.button-delete:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    margin-right: 0.5em;
    margin-bottom: 0.2em;
}

.dataTables_info,
.dataTables_paginate {
    color: #9a9a9a;
}
.form-control::placeholder {
    color: #999;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}
.form-control {
    display: block;
    width: 100%;
    /* padding: 0.375rem 0.75rem; */
    /* font-size: 1rem; */
    /* line-height: 1.5; */
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #888888;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1.42857143;
    font-weight: 400;
    padding: 8px 16px;
    margin-bottom: 5px;
    font-size: 0.875rem;
    height: unset;
}
.card-body-table {
    padding: 0 8px 8px !important;
}

.modal {
    z-index: 1500 !important;
}

.modal-header {
    background-color: #7642b9;
    color: #fff;
}

.model-title {
    font-family: inherit;
    font-weight: 500;
    font-size: 1.25rem;
}

.btn-primary {
    /* background-color: #7642b9; */
    background-color: transparent;
    /* border-color: #7642b9; */
    border: 1px solid #7642b9;
    /* color: #fff; */
    color: #7642b9;
    cursor: pointer;
    /* width: 100%; */
}

.btn-primary:hover {
    background-color: transparent;
    border-color: #7642b9;
    color: #7642b9;
}

.modal-content {
    display: inline-flex !important;
}
.model-label {
    font-size: 0.75rem;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 400;
    color: #9a9a9a;
}

.btn-warning {
    border: 1px solid #ffa534;
    color: #ffffff;
    background-color: #ffa534;
    cursor: pointer;
}

.btn-filter-apply {
    margin-top: 26px;
    width: 101px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.card .table tbody td:last-child,
.card .table thead th:last-child {
    display: table-cell;
}

.audit-badge {
    display: block;
    width: 100% !important;
    font-size: 12px;
    background: #22c8ff;
    color: #ffffff;
    padding: 3px 0;
    text-align: center;
    border-radius: 4px;
    max-width: 100px;
}

.filter-add-action {
    background-color: #7642b9;
    border-color: #7642b9;
    color: #fff;
}

.exportbutton{    
    display: flex;
    align-items: center;
    justify-content: end;
}

.filter-add-action:hover {
    background-color: #6536a1;
    border-color: #7642b9;
    color: #fff;
}

.last-broadcast-container {
    height: 80vh !important;
    overflow-y: auto !important;
    padding: 0 !important;
  
}

.last-broadcast-header {
   padding:20px 25px;
   position: sticky !important;
   top: 0 !important;
   border-bottom: 1px solid rgb(241, 241, 241);
   background:white

}

.last-broadcast-title {
    margin: 0 !important;
}
.table-fixed-layout{
    table-layout: fixed;
}
.word-break{
    word-wrap: break-word;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ddd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(183, 182, 182); 
}


/* a:hover{
    color:#333 !important;
} */

/* a:hover, a:focus {
    color:#333 !important;
    text-decoration: none;
} */


.selectpicker{
    pointer-events: none !important;
}