body {
   background:#22223d ;
}
.d-flex.justify-content-center.align-items-center {
    background: #22223d ;
}
.bg-premium-dark {
    background: #22223d  !important;
}
.btn-xs-custom {
    background: #9e15ff !important;
    color: white !important;
    border: none;
}
th,td {
    border: 1px solid #e9ecef !important;
}
#xs_table_paginate {
    text-align: right;
}
.fixed-header .app-header,.modal-body {
    background: #30304d !important;
}

.text-left {
    background: #30304d;
    padding: 1rem;
    border-radius: 10px;
}
.table-responsive {
    background: #30304d;
    padding: 0.5rem;
    border-radius: 10px;
}
.scrollbar-sidebar {
    background: #30304d;
    border-radius: 10px;
}
.card-header,.card-body {
    background: #30304d !important;
}
.modal-body .form-row .form-group .form-control:focus {
    border: 1px solid #263238;
   color: white;
    background: #23223a;
}
.modal-header, .modal-footer {
    background: #30304d !important;
    color: white;
}
.xs-invoice {
    text-align: center;
    color: white;
}
#invoiceNumberSpan,#dateSpan{
    color: rgb(31, 162, 31);
}
.modal-body {
    background: #30304d !important;
    color: white;
}
.fixed-header .app-main {
    padding-top: 85px;
}
.paginate_button.previous.disabled,
.paginate_button.next.disabled {
    /* max-width: 100%; */
    display: inline-block;
    width: auto !important;
    text-align: center;
    padding: 2px;
    background: #ffffff;
    color: #30304d ;
}
.paginate_button.previous,
.paginate_button.next {
    /* max-width: 100%; */
    display: inline-block;
    width: auto !important;
    text-align: center;
    padding: 2px;
    background: #ffffff;
    color: #30304d ;
}
.paginate_button.previous{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.paginate_button.next{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.paginate_button.current {
    /* max-width: 100%; */
    display: inline-block;
    width: 24px !important;
    text-align: center;
    padding: 2px;
    background: #9e15ff;
    color: rgb(0, 0, 0);
}
.paginate_button {
    /* max-width: 100%; */
    display: inline-block;
    width: 24px !important;
    text-align: center;
    padding: 2px;
    background: #ffffff;
    color: rgb(0, 0, 0);
    border-left: 1px solid;
}
.dataTables_length,#xs_table_filter{
    display: none;
}
input[type="search"] {
    border-radius: 5px;
    margin-left: 5px;
}
#xs_table_filter label {
    background: #9e15ff;
    color: white;
    padding-left: 10px;
    border-radius: 4px;
}
.btn.xs-custom-search {
    background: #9e15ff;
    color: white;
    opacity: 0.5;
}
.loader1,.loader{
    display:none;
    color:#d92550;
}
.validation .close{
  position:absolute;
  top:10px;
  right:10px;
  color:#FF0000;
  display:none;
  
}
.error,#xs_table_paginate{
    display: none;
  
  } 
  .table{
    /* border: 1px solid #e9ecef; */
    width: 100%;
      /* margin-left: 15px; */
      background-color: rgba(0,0,0,0);
      /* border-collapse: collapse; */
  }
  .table .td {
      vertical-align: middle;
      border: 1px solid #e9ecef;
      padding: .55rem;
      /* width: 90%; */
  }
  .page_speed_1683805121 {
    display: none;
    background: #30304d ;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    position: absolute;
    z-index: 9999;
}

.page_speed_1751118995 {
    margin-bottom: 50px;
}

.page_speed_895685178 {
    width: 150px;
}

.page_speed_434608196 {
    width: 100px;
}

.page_speed_1188014761 {
    width: 90px;
}

.page_speed_856964329 {
    border-bottom: 1px solid white;
}

.page_speed_1063606862 {
    font-size: 14px;
    background: white;
    color: #30304d ;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid white;
    white-space: nowrap;
}

.page_speed_304572019 {
    font-size: 18px;
}

.page_speed_2020418409 {
    font-size: 10px;
}

.page_speed_2128104690 {
    border: 1px solid white;
    background: white;
    color: #30304d ;
    padding: 20px;
}
.app-sidebar {
    width: auto;
    min-width: 2px;
    
}
a {
    cursor: pointer;
}
.btn-main {
    background: #9e15ff !important;
}
.page-item.active .page-link, .pagination .active.page-number .page-link {
    z-index: 1;
    color: #fff;
    background-color: #9e15ff;
    border-color: #9e15ff;
    border-radius: 4px;
}
.form-control {
    color: white;
    background-color: #23223a;
    
}
.form-control:disabled, .form-control[readonly] {
    background-color: #23223a;
    opacity: 1;
}
.page-item.disabled .page-link, .pagination .disabled.page-number .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #23223a;
    border-color: #23223a;
    margin: 2px;
    border-radius: 4px;
}
thead.text-white {
    background: #23223a;
}
tr.even {
    background: #23223ac9;
}
tr:hover{
    background:#23223a ;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

#revese-timer {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*----------------------*/
.base-timer {
    position: relative;
    width: 130px;
    height: 130px;

}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 6px;
    stroke: #efefef;
}

.base-timer__path-remaining {
    stroke-width: 4px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: #39b37d;
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 130px;
    height: 130px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: white;
}
@media screen and (max-width: 768px) {
    .h3.mb-3 {
        font-size: 12px;
    }
   
}
@media screen and (max-width: 991px) {
    .xs-col-12{
        max-width: 100% !important;
    }
   
}