.required-star{
    color: red
}
.listing_table.dataTable tbody tr:hover {
    background-color:#fbfbfb !important;
}
.listing_table.dataTable tbody tr{
    cursor: pointer;
}
#client_event_table tbody tr {
    cursor: pointer;
}
/* .dataTables_wrapper  table.dataTable {
    margin-top: 12px !important;
    margin-bottom: 20px !important;
} */
table.dataTable thead th:before,
table.dataTable thead th:after{
    top: calc(50% - 10px);
}
.table th{
    border-top: none !important;
    border-bottom: none !important;
    padding: 15px 25px 15px 15px !important;
}
.table td{
    padding: 12px 15px !important;
}
.table th, .table td{
    vertical-align: middle !important;
}
.card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}
.custom-select {
    background-position: right 5px center;
}
.dataTables_wrapper div.dataTables_length select {
    padding-right: 1rem;
}
.switch-box{
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.switch-box label{
    margin: 0 10px 0 0;
}
.action-btns{
    display: flex;
}
.action-btns a{
    margin: 0 3px;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px !important;
}
select option{
    white-space: normal !important;
}
form{
    margin-bottom: 0;
}
.card{
    overflow: hidden;
}
.form-control-sm{
    height: 33px;
}
.voucher-list .nav-tabs{
    align-items: flex-end;
}
.voucher-list .nav-tabs .nav-link {
    background-color: #f0f2f3;
    color: #303c54;
    padding: 8px 20px;
    border-radius: 6px 6px 0 0;
    font-size: 15px;
    margin-right: 5px;
    border: none;
    min-width: 120px;
    text-align: center;
}
.voucher-list .nav-tabs .nav-link.active{
    background-color: #303c54;
    color: #fff;
    padding: 11px 20px;
}
.tab-content{
    border-top: 2px solid #3c4b64 !important;
    margin-top: 1px;
    padding: 1.25rem !important;
}
.voucher-list #pending-1 .dataTables_length{
    margin-left: -15px;
}
select.was-validated select.form-control:valid,
select.form-control.is-valid,
select.form-control.is-invalid,
.pwd-field .form-control.is-invalid,
.pwd-field .form-control.is-valid{
    background-position: right 26px center !important;
}
.c-icon:focus, button:focus{
    outline: none;
    background-color:#71d1eb !important;
}

.category-warning {
    color: #e55353;
}

.bootstrap-tagsinput .label-info{
    background-color: #5bc0de;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.message-err{
    display: block !important;
    font-style: italic;
}
.voucher_html  .row{
    margin: 0;
}
select option:disabled {
    color: #cbcbcb;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.event_detail_sec .c-sidebar-nav-link{
    position: relative;
    background-color: #303c54;
    border-radius: 6px;
    color: #fff;
    margin-bottom: 5px;
    width: 100%;
}
.event_detail_sec .c-sidebar-nav-link i{
    font-weight: 800;
    margin-left: 15px;
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
    transition: all 0.2s ease-in-out;
}
.event_detail_sec .c-sidebar-nav-link[aria-expanded="true"] i{
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}
.custom-checkbox input[type="checkbox"]:checked {
    background: #321fdb;
}
.custom-checkbox input[type="checkbox"] {
    appearance: none;
    outline: 0;
    border-radius: 2px;
    height: 15px;
    width: 15px;
}
.custom-checkbox input[type="checkbox"]:after {
    content: '';
    display: none;
    position: absolute;
    top: 11px;
    left: 20px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-checkbox input[type="checkbox"]:checked:after {
    display: block;
}
.custom-checkbox label{
    display: flex;
    align-items: center;
}
.tooltip {
  pointer-events: none;
}
.badge{
    font-size: 95%;
}
.notification-dropdown .dropdown-menu{
    min-width: 500px;
}
.dropdown-menu{
    overflow: hidden;
    padding-bottom: 0;
}
.voucher-list .row label{
    white-space: nowrap;
    padding-right: 15px;
}
/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #3c4b64;
    border-radius: 6px;
}
.table-striped tbody tr.partial{
    background-color: #ff9e9e;
}
.table-striped tbody tr.paid{
    background-color: #c7f9bc;
}
.table-striped tbody tr.unpaid {
    background-color: #ff9e9e;
}
.table-striped tbody tr.charity {
    background-color: #ded1ff;
}
.table-striped tbody tr.booked {
    background-color: #6ab3f9;
}
.table-striped tbody tr.enquired {
    background-color: #fff6aa;
}
.table-striped tbody tr.expired {
    background-color: #91bb61;
}

.table-striped.ecf-table tbody tr.active{ background-color: #90EE90 !important; }
.table-striped.ecf-table tbody tr.paid{ background-color: #808080 !important; }
.table-striped.ecf-table tbody tr.expired{ background-color: #FF0000 !important; }
.table-striped.ecf-table tbody tr.enquired{ background-color: #fff6aa !important; }
.table-striped.ecf-table tbody tr.booked{ background-color: #6ab3f9 !important; }
.table-striped.ecf-table tbody tr.unpaid{ background-color: #ff9e9e !important; }
.table-striped.ecf-table tbody tr.retracted{ background-color: #FFA500 !important; }
.ecf-table .paid.odd,.ecf-table .paid.even, .ecf-table tbody tr.paid:hover{
    background-color: #808080 !important;color: #fff !important;
}
.ecf-table .expired.odd,.ecf-table .expired.even, .ecf-table tbody tr.expired:hover{
    background-color: #ff9e9e !important;color: #fff !important;
}

.table-striped tbody tr.event_prmissiory_entered {
    background-color: #006400	;
}
.table-striped tbody tr.event_confirmed {
    background-color: #90EE90;
}
.table-striped tbody tr.event_postponed {
    background-color: #808080;
}
.table-striped tbody tr.event_cancelled {
    background-color: #FF0000;
}
.table-striped tbody tr.event_confirmed_no_bids {
    background-color: #da800c;
}
.event_prmissiory_entered.odd,.event_prmissiory_entered.even,
.listing_table.dataTable tbody tr.event_prmissiory_entered:hover{
    background-color: #006400 !important;
    color: #fff !important;
}
.event_confirmed.odd,.event_confirmed.even,
.listing_table.dataTable tbody tr.event_confirmed:hover{
    background-color: #90EE90 !important;
    color: #fff !important;
}
.event_postponed.odd,.event_postponed.even,
.listing_table.dataTable tbody tr.event_postponed:hover{
    background-color: #808080 !important;
    color: #fff !important;
}
.event_cancelled.odd,.event_cancelled.even,
.listing_table.dataTable tbody tr.event_cancelled:hover{
    background-color: #FF0000 !important;
    color: #fff !important;
}
.event_confirmed_no_bids.odd,.event_confirmed_no_bids.even,
.listing_table.dataTable tbody tr.event_confirmed_no_bids:hover{
    background-color: #da800c !important;
    color: #fff !important;
}
.page-item.active .page-link {
    background-color: #303c54;
    border-color: #303c54;
}
.page-link, .page-link:hover{
    color: #303c54;
}
.page-link:focus{
    box-shadow: none;
}
.select2-results__option[aria-disabled=true] {
    color: #999;
}
.mt-15{
    margin-top: 15px;
}
.paid-voucher-box{
    min-height: 130px;
}
.logo-white{
    width: 120px;
}
#scanned_copy, #upload_brochure, #upload_brochure{
    margin-bottom: 15px;
}
.openDeleteModal{
    margin-left: 5px;
}
.mt-27{
    margin-top: 27px;
}
.item-view-desc{
    display: block;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    border: 1px solid;
    color: #5c6873;
    background-color: #e4e7ea;
    border-color: #e4e7ea;
    border-radius: 0.25rem;
}
.item-view-desc p{
    margin: 0;
}
.no-underline:hover{
    text-decoration: none;
}
.logo-half{
    width: 20px;
}
.password-field  input{
    display: none;
}
.password-field label{
    width: 42px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    margin-bottom:  0 !important;
}
.unlocked, .show_password_checkbox .locked{
    display: none;
}
.show_password_checkbox .unlocked, .locked{
    display: block;
}
.toggle-password{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 29px;
    display: flex;
   align-items: center;
   justify-content: center;
    cursor: pointer;
}
.toggle-password.icon-show .c-icon:last-child, .toggle-password.icon-hide .c-icon:first-child{
    display: none;
}
.toggle-password.icon-hide .c-icon:last-child{
    display: block;
}
.reset-pwd-field .toggle-password{
    top: 0 !important;
}
#notification_list_head {
    max-height: 349px;
    overflow-y: auto;
}
#notification_list_head .message{
    width: 100%;
}
#notification_list_head::-webkit-scrollbar {
    width: 4px;
}
#notification_list_head .dropdown-item.active, #notification_list_head .dropdown-item:active{
    color: #455164;
    background-color: #ebedef;
}
input::-ms-reveal,
input::-ms-clear {
    display: none;
}
a.no-underline {
    height: 100%;
    display: flex;
}
.activity_log_daterange{
    position: relative;
}
.activity_log_daterange span{
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
}
#notification_list_head_count{
    padding: 2px 3px !important;
    font-size: 10px;
    min-width: 15px;
    min-height: 15px;
}
.money_reserve_banner{
    color: #fff;
    background-color: #df513f;
    border-color: #df513f;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    font-weight: 500 !important;
}
.money_reserve_banner span{
    font-size: 25px;
    display: inline-block;
    margin-right: 15px;
}
.tr-bg-green.odd,.tr-bg-green.even,
.listing_table.dataTable tbody tr.tr-bg-green:hover{
    background-color: #019e01 !important;
    color: #fff !important;
}
.tooltip-inner {
    max-width: unset !important;
    padding: 0.45rem 0.5rem !important;
    white-space: nowrap !important;
}

.table-striped tbody tr.in_stock, .table-striped tbody tr.in_stock:hover{
    background-color: #c7f9bc !important;
}

.table-striped tbody tr.out_of_stock, .table-striped tbody tr.out_of_stock:hover{
    background-color: #ff9e9e !important;
}

.table-striped tbody tr.expired, .table-striped tbody tr.expired:hover{
    background-color: #FF0000 !important;
    color: #fff !important;
}

.table-striped tbody tr.on_hold, .table-striped tbody tr.on_hold:hover{
    background-color: #d8dbe0 !important;
}

.table-striped tbody tr.threshold, .table-striped tbody tr.threshold:hover{
    background-color: #e7d23f !important;
}

.hidden {
    visibility: hidden;
}
.f-right{
    float: right;
}
.bg-gradient-warning {
    /* background: #dd9124 !important;
    background: linear-gradient(45deg, #e1a82d 0%, #dd9124 100%) !important;
    border-color: #dd9124 !important; */
    background: #BF40BF !important;
  }
.small-text-table{
    font-size: 10px;
}
.dashboard-box-orange {
    background: linear-gradient(45deg, #ff6a00 0%, #ff6a00 100%) !important;
    border-color: #ff6a00 !important;
}
.dashboard-box-yellow {
    background: linear-gradient(45deg, #f9b115 0%, #f9b115 100%) !important;
    border-color: #f9b115 !important;
}
.dashboard-border-dark-blue {
    /*background: linear-gradient(45deg, #00008b 0%, #00008b 100%) !important;*/
    border-color: #00008b !important;
}
.dashboard-border-yellow {
    border-color: #f9b115 !important;
}
.dashboard-border-green {
    border-color: #2eb85c !important;
}

.dashboard-box-light-red {
    background: linear-gradient(45deg, #ff0000a8 0%, #ff0000a8 100%) !important;
    border-color: #ff0000a8 !important;
}
.dashboard-box-purple {
    background: linear-gradient(45deg, #800080 0%, #800080 100%) !important;
    border-color: #800080 !important;
}
.fixed-table table th{
    position: sticky;
    top: 0;
    z-index: 1;
}
.fixed-table .dataTables_scrollBody{
    overflow: auto;
    max-height: 600px;
    position: relative;
}

.client_event_table{
    max-width: 100%;
    overflow-x: auto;
}

.label-color{
    color: #3c4b64 !important;
}
  
@media(max-width:1500px){
    .voucher-list .nav-tabs .nav-link{
        font-size:14px;
        padding:8px;
        min-width: auto;
    }
}

.preview-btn{
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
}

.preview-btn img{
    width:100%;
    height: 100%;
    object-fit:contain;
}

.preview-img-light{
    filter: brightness(20);
}

.iti{
    display: block !important;
}

.c-switch-label .c-switch-slider::before{
    z-index: 1 !important;
}

.header_list + .select2 ul {
  padding: 0 5px 5px 5px !important;
}
.h1 {
    letter-spacing: -0.02em;
}
.dropzone {
    overflow-y: auto;
    border: 0;
    background: transparent;
}
.dz-preview {
    width: 100%;
    margin: 0 !important;
    height: 100%;
    padding: 15px;
    position: absolute !important;
    top: 0;
}
.dz-photo {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #eae7e2;
}
.dz-drag-hover .dropzone-drag-area {
    border-style: solid;
    border-color: #86b7fe;;
}
.dz-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dz-image {
    width: 90px !important;
    height: 90px !important;
    border-radius: 6px !important;
}
.dz-remove {
    display: none !important;
}
.dz-delete {
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.57);
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease;
    top: 30px;
    right: 30px;
    border-radius: 100px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dz-delete > svg {
    transform: scale(0.75);
    cursor: pointer;
}
.dz-preview:hover .dz-delete, 
.dz-preview:hover .dz-remove-image {
    opacity: 1;
}
.dz-message {
    height: 100%;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropzone-drag-area {
    height: 300px;
    position: relative;
    padding: 0 !important;
    border-radius: 10px;
    border: 3px dashed #dbdeea;
}
.was-validated .form-control:valid {
    border-color: #dee2e6 !important;
    background-image: none;
}
.client_event_table{
  max-width: 100%;
  overflow-x: auto;
}
.image-field-dropzone{
    max-width:50%;
}
.image-field-dropzone .dz-thumbnail{
    object-fit: contain !important;
}

.dropzone-dz-photo{
    text-align: center;
}
