body{
  color: #fff;
}

.SumoSelect>.optWrapper {
    width: 100% !important;
    font-size: 12px;
}

.dataTable{
    overflow-y: clip;
}

.customBadge{
    padding: 0px 5px !important;
    font-size: 13px !important;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
     padding: 0px !important; 
}


.width20{
  width: 20%;
}
ul.tree{
  border-left: 2px solid;
  margin-left: 29px;
}

.fs16{
    font-size: 16px;
}

.colorGreen{
    color: #fff;
}

.hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 4px solid #fff !important;
}

.shopNameStyle{
    font-size: 30px;
    color: #fff;
    font-family: "Lucida Console", "Courier New", monospace;
}

.SumoSelect.open .search-txt{
    background-color: #191e28 !important;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff !important;
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
    background-color: black !important;
    pointer-events: none;
    color: #fff !important;
}
    
.subTree{
      margin-top: -18px;
    margin-left: 16px !important;
}

.hide{
  display: none !important;
}

.requiredValue{
  color: #72e823;
}

.tableLoading{
  background-image: linear-gradient(90deg, #191e28 0%, #5f657173 49%, #191e28 80%, #191e28 100%);
  animation: slidebg 2s linear infinite;
}

.fc-day-top{
  color: #fff;
}

.dashboard-card-three .card-body .student-report .student-count .item-number {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.dashboard-card-two .card-body .expense-report .monthly-expense .expense-amount {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}
.dashboard-card-two .card-body .expense-report .monthly-expense .expense-amount span {
    font-size: 16px;
    color: #fff;
}

.pseudo-bg-Aquamarine > .expense-amount{
  color: #281de9 !important;
}

.datepicker--cell-day {
    width: 14.28571%;
    color: #fff;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #bfe9c2;
    border-radius: 32px;
}

.-focus- {
  color: #fff;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #505150;
}

.datepicker--cell.-current- {
    color: #292c34;
    background: #bfe9c2;
    border-radius: 34px;
}

.pseudo-bg-blue > .expense-amount{
  color: #e7ce00 !important;
}

.pseudo-bg-yellow > .expense-amount{
  color: #de0e70 !important;
}

.pseudo-bg-green > .expense-amount{
  color: #fff !important;
} 
.pseudo-bg-green:after {
    background-color: #fff;
}

.monthly-expense{
  margin-right: 40px !important;
}

.fc-unthemed td.fc-today {
    background: #fff;
    color: black;
}

.fc-calender .fc-view-container .fc-month-view table .fc-head tr .fc-head-container .fc-row .fc-day-header, .fc-calender .fc-view-container .fc-basicDay-view table .fc-head tr .fc-head-container .fc-row .fc-day-header {
    color: #fff;
}

.fc-center{
  display: none !important;
}

.fc-calender .fc-header-toolbar .fc-left h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.fc-calender .fc-header-toolbar .fc-left {
    width: 50%;
    margin-bottom: 0px;
}
.fc-calender .fc-header-toolbar .fc-right {
    margin-bottom: 0px;
    width: 50%;
}


.rainbow-button-download {
  width: calc(10vw + -30px);
  height: calc(2vw + 7px);
  background-image: linear-gradient(90deg, #72e823 0%, #fff 49%, #fc4f4f00 80%, #5d8030 100%);
  justify-content:center;
  text-transform:uppercase;
  font-size:14px;
  margin: 0 5px;
  border-radius: 60px;
  display: inline;
  cursor: pointer;
  padding: 5px;
  border: 1px solid black;
}
.rainbow-button-download:after {
  content:attr(alt);
  display:flex;
  align-items:center;
  justify-content:center;
}
.rainbow-button-download:hover {
  animation:slidebg 2s linear infinite;
}

@keyframes slidebg {
  to {
    background-position:20vw;
  }
}

.rainbow-button-back {
  width: calc(12vw + -30px);
  height: calc(2vw + 7px);
  background-image: linear-gradient(90deg, #ffc107 0%, #007bff 49%, #fc4f4f00 80%, #09c 100%);
  justify-content:center;
  text-transform:uppercase;
  font-size:14px;
  margin: 0 5px;
  border-radius: 60px;
  display: inline;
  cursor: pointer;
  padding: 5px;
  border: 1px solid black;
}
.rainbow-button-back:after {
  content:attr(alt);
  display:flex;
  align-items:center;
  justify-content:center;
}
.rainbow-button-back:hover {
  animation:slidebg 2s linear infinite;
}

.rainbow-button {
  width: calc(9vw + -44px);
  height: calc(2vw + 6px);
  background-image: linear-gradient(90deg, #ffc107 0%, #007bff 49%, #fc4f4f00 80%, #09c 100%);
  justify-content:center;
  text-transform:uppercase;
  font-size:14px;
  margin: 0 5px;
  border-radius: 60px;
  display: inline;
  cursor: pointer;
  padding: 5px;
  border: 1px solid black;
}
.rainbow-button:after {
  content:attr(alt);
  display:flex;
  align-items:center;
  justify-content:center;
}
.rainbow-button:hover {
  animation:slidebg 2s linear infinite;
}




.salesIcon{
  margin-top: -22px;
  width: 64px;
  cursor: pointer;
}
.salesButton{
  background: orange !important;
  color: black !important;
}

.sidebar-expand-md .sidebar-menu-content .nav-sidebar-menu .sidebar-nav-item .hr-lines > .nav-link:after {
    content: none !important;
    font-family: Flaticon;
    font-size: 10px;
    font-weight: 700;
    color: #b0b8c2;
    position: unset; 
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-nav-item > .nav-link.subTreeNav:after {
    content: none !important;
    font-family: Flaticon;
    font-size: 10px;
    font-weight: 700;
    color: #b0b8c2;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.subTreeNav{
  content: none !important;
}

.subTreeMenuActive{
  background: black;
}
.sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu > .nav-item .nav-link {
    font-size: 14px;
    color: #fff;
    padding: 8px 20px 8px 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ui-tab-card.noTab .card-body .custom-tab .tab-content .tab-pane {
    padding-top: 0px;
}
.hr-lines:before{
        content: " ";
    display: block;
    height: 1px;
    /* width: 138px; */
    position: relative;
    max-width: 30px;
    /* margin: 0px auto; */
    text-align: center;
    top: 50%;
    /* left: 10px; */
    background: #fff;
    margin: 0px 0px -22px -1px;
}
.sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .nav-link.menu-active span, .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .nav-link:hover span {
    color: #fff;
}
.p0{
  padding: 0px;
}
.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 77px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    /* background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%); */
}
.sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu > .nav-item .nav-link:hover {
    background-color: #191e28;
    color: #fff;
}

.sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu {
    display: none;
    background-color: #191e28;
    padding: 1px 0;
}
.panelBody{
  padding: 5px 0px 5px;
}
.sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu > .nav-item .nav-link.menu-active {
    background-color: #20c72b;
    color: #fff;
}
.refresh_Btn {
    text-decoration: none;
    background: #191e28;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px 19px;
    border-radius: 60px;
    cursor: pointer;
    display: inline;
    margin: 0 5px;
}
    .mainCheckbox {
        display: block;
        position: relative;
        padding-left: 45px;
        margin-bottom: 15px;
        cursor: pointer;
        font-size: 10px;
    }
      
    /* Hide the default checkbox */
    input[type=checkbox] {
        visibility: hidden;
    }
      
    /* Creating a custom checkbox
    based on demand */
    .geekmark {
        position: absolute;
        top: 20%;
        left: 50%;
        height: 20px;
        width: 20px;
        background-color: #191e28;
        border: 1px solid #fff;
    }
      
    /* Specify the background color to be
    shown when hovering over checkbox */
    .mainCheckbox:hover input ~ .geekmark {
        background-color: #191e28;
    }
      
    /* Specify the background color to be
    shown when checkbox is active */
    .mainCheckbox input:active ~ .geekmark {
        background-color: black;
    }
      
    /* Specify the background color to be
    shown when checkbox is checked */
    .mainCheckbox input:checked ~ .geekmark {
        background-color: #191e28;
        border: 1px solid #fff;
    }
      
    /* Checkmark to be shown in checkbox */
    /* It is not be shown when not checked */
    .geekmark:after {
        content: "";
        position: absolute;
        display: none;
    }
      
    /* Display checkmark when checked */
    .mainCheckbox input:checked ~ .geekmark:after {
        display: block;
    }
      
    /* Styling the checkmark using webkit */
    /* Rotated the rectangle by 45 degree and 
    showing only two border to make it look
    like a tickmark */
    .mainCheckbox .geekmark:after {
        left: 7px;
        bottom: 5px;
        width: 6px;
        height: 13px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.minus-button{
  cursor: pointer;
  color: #f70000;
}

.plus-button{
  cursor: pointer;
  color: #44f700;
}

.SumoSelect .select-all.sel, .SumoSelect>.optWrapper>.options li.opt.sel {
    background-color: #fff;
    color: black;
}

.back_Btn {
    text-decoration: none;
    background: #191e28;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px 19px;
    border-radius: 60px;
    cursor: pointer;
    display: inline;
    margin: 0 5px;
}

.SumoSelect>.optWrapper>.options li.opt:hover {
    background: #fff !important;
    color: #fffff;
    border-bottom: 1px solid #191e28 !important;
}

.dataTables_wrapper .table tbody tr td {
    font-size: 13px;
    font-weight: 400;
    padding: 5px 5px;
    vertical-align: middle;
}

.dataTables_wrapperWithInput.dataTables_wrapperWithInput .table tbody tr td {
    font-size: 13px;
    font-weight: 400;
    padding: 0px 5px !important;
    vertical-align: middle;
}

.section-info-label {
    color: #fffff;
}



.fs17{
    font-size: 17px;
}

.fs14{
    font-size: 14px;
}

.table tbody tr td {
    font-size: 13px;
    font-weight: 400;
    padding: 5px 5px;
    vertical-align: middle;
}

.text-waiting{
  color: #64f600 !important;
}

.animatedWarning {
  font-size: 16px;
  animation: color-changeWarning 1s infinite;
}

@keyframes color-changeWarning {
  0% { color: #de0e70;transform: translate(-0%,-0%) rotate(0deg); }
  50% { color: #fc4162;transform: translate(-0%,-0%) rotate(10deg); }
  100% { color: #de0e70;transform: translate(-0%,-0%) rotate(0deg); }
}

.animatedDanger {
  font-size: 16px;
  animation: color-changeDanger 1s infinite;
}

@keyframes color-changeDanger {
  0% { color: #eb0017;transform: translate(-0%,-0%) rotate(0deg); }
  50% { color: #c03e4b;transform: translate(-0%,-0%) rotate(10deg); }
  100% { color: #ab0011;transform: translate(-0%,-0%) rotate(0deg); }
}

.animated {
  font-size: 14px;
  animation: color-change 1s infinite;
}

@keyframes color-change {
  0% { color: #fff; }
  50% { color: #191e28; }
  100% { color: #ffffff; }
}

.btn{
  padding: 3px 19px !important;
}

.datepickers-container{
    z-index: 9999999999999 !important;
}

.SumoSelect>.CaptionCont>label>i {
    background-color: #191e28 !important; 
    background-image: none !important; 
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: .8;
}

.refresh_Btn:hover {
    text-decoration: none;
    background: #ffc107;
    color: black !important;
    border: 1px solid #ffc107;
    font-size: 14px;
    text-align: center;
    padding: 5px 19px;
    border-radius: 60px;
    cursor: pointer;
    display: inline;
    margin: 0 5px;
}
.back_Btn:hover {
    text-decoration: none;
    background: #da0015;
    color: black !important;
    border: 1px solid #d91010;
    font-size: 14px;
    text-align: center;
    padding: 5px 19px;
    border-radius: 60px;
    cursor: pointer;
    display: inline;
    margin: 0 5px;
}

.view_reportBtn {
    text-decoration: none;
    background-image: linear-gradient(90deg, #72e823 0%, #72e823 49%, #fc4f4f00 80%, #5d8030 100%);
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    padding: 2px 19px;
    border-radius: 60px;
    cursor: pointer;
    display: inline;
    margin: 0 5px;
}

.view_reportBtn:hover {
    text-decoration: none;
    animation:slidebg 2s linear infinite;
    color: black !important;
    border: 1px solid #d91010;
    font-size: 14px;
    text-align: center;
    padding: 2px 19px;
    border-radius: 60px;
    cursor: pointer;
    display: inline;
}

.download_reportBtn {
    text-decoration: none;
    background-image: linear-gradient(90deg, #72e823 0%, #72e823 49%, #fc4f4f00 80%, #5d8030 100%);
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    padding: 2px 19px;
    border-radius: 60px;
    cursor: pointer;
    display: inline;
    margin: 0 5px;
}

.download_reportBtn:hover {
    text-decoration: none;
    animation:slidebg 2s linear infinite;
    color: black !important;
    border: 1px solid #d91010;
    font-size: 14px;
    text-align: center;
    padding: 2px 19px;
    border-radius: 60px;
    cursor: pointer;
    display: inline;
    
}

.print_reportBtn {
    text-decoration: none;
    background-image: linear-gradient(90deg, #27aae1 0%, #72e823 49%, #67323200 80%, #007bff 100%);
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    padding: 2px 19px;
    border-radius: 60px;
    cursor: pointer;
    display: inline;
    margin: 0 5px;
}

.print_reportBtn:hover {
    text-decoration: none;
    animation:slidebg 2s linear infinite;
    color: black !important;
    border: 1px solid #d91010;
    font-size: 14px;
    text-align: center;
    padding: 2px 19px;
    border-radius: 60px;
    cursor: pointer;
    display: inline;
    margin: 10px 5px;
}

.pr0{
  padding-right: 0px;
}

.mb20{
  margin-bottom: 20px;
}
.mb4{
  margin-bottom: 4px;
}
.mb30{
  margin-bottom: 30px;
}
.mt20{
  margin-top: 20px !important;
}
.mt13{
  margin-top: 13px !important;
}
.mt30{
  margin-top: 30px;
}
.mt15{
  margin-top: 15px;
}
.mt10{
  margin-top: 10px !important;
}
.marBTM10{
  margin-bottom: 10px;
}

.sidebar-collapsed-mobile ul.mt30{
  margin-top: 30px;
}

.c-pointer{
 	cursor: pointer;
}
.hidden{
  display: none;
}

.card {
	padding-bottom: 0px;
}

#timeSlotView{
  color: #fff;
}
#da_timeSlotView{
  color: #fff;
}

.heading-layout1 .item-title h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.table .form-control {
    background-color: #191e28 !important;
    border: none;
/*    border-bottom: 2px solid #f9f9f9;*/
    border-radius: 0;
    color: #fff !important;
    height: 27px;
    font-size: 13px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.badge{
  padding:8px 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  #fff-space: nowrap;
  vertical-align: baseline;
}
.badge-success{background-color: #fff;}

.textCenter{
  text-align: center;
}

.textRight{
  text-align: right;
}

.textLeft{
  text-align: left;
}

.paymentIntentIdLink{
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.engagedDay{
  background: linear-gradient(to top left, rgb(246 246 246) 0%, rgba(0,0,0,0) calc(50% - 0.8px), rgb(255 255 255) 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%), linear-gradient(to top right, rgba(0,0,0,0) 0%, rgb(27 23 23) calc(50% - 0.8px), rgb(249 249 249) 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%) !important;
}
.time_Slot_Area .engagedDay:hover{
    font-size: 15px !important;
    color: #fff !important;
}
.loading{
  text-align: center;
  font-size: 15px;
}
.calendarTab{
  cursor: pointer !important;
}

.calendarNextPrev{
  cursor: pointer !important;
}

.currentDay{
  background: #fcf8e3;
}
.SumoSelect {
  width: 100% !important;
}
.testselect3{
/*  font-weight: 400 !important;*/
}

.checkboxDesign{
  height: 15px;
  width: 19px;
}

.checkboxDesignLabel{
  margin-right: 10px;
}

.deactiveDay{
  background: #fff1a;
  color: #191e2847;
}

.message-danger{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.message{
  padding: 6px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.message-success{
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.activeDay{
}

.disabled{
  opacity: 0.2;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.dataTables_processing{
	top:88px !important;
  display: block;
  z-index: 99999;
  font-size: 23px;
}


.wd70{
	max-width: 70%;
}

.wd30{
	max-width: 30%;
}

.btn-fill-lmd {
    padding: 2px 20px;
}

.btn-fill-md {
    padding: 2px 10px;
}
.cb{
  color: #ffffff;
}
.requiredValueRed{
  color: red;
}

.imgWd50{
  width: 50px;
}

.no-border{
  border: 0;
  font-weight: 500;
}

.tableModal td {
    color: #fff;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  display: none;
}

.fs20{
  font-size: 20px;
}

.fs13{
  font-size: 13px;
}

.fs15{
  font-size: 15px;
}

.bg-bug {
    background-color: #f8d7da;
}

.fw-btn-fill{
  padding: 0;
  font-size: 19px;
}



.border-right-b{
  /*border-right: 1px solid black;*/
  cursor: pointer;
}
.mr-11{
  margin-right: 11px !important;
}
.timezone-list{
  max-height: 300px;
  overflow-y: auto;
}



.timezones-list{
  padding: 1px 0;
}

#timezone-list-area{
  border: 2px solid #ffa001;
}

.header-main-menu .navbar-nav .header-admin .dropdown-menu .item-content .timezones-list li a {
    color: #646464;
    font-size: 11px;
    display: block;
    padding: 3px 10px;
}

.header-main-menu .navbar-nav .header-admin .dropdown-menu .item-content .timezones-list li a:hover {
    background: #191e28;
    color: #fff;
}

#timezone_search{
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
}


.header-main-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px 0 10px;
}

.lobibox-backdrop{
  background: radial-gradient(#ff9701, transparent);
}

.lobibox.lobibox-window .lobibox-header {
    background-color: #191e28;
}

.lobibox.lobibox-window {
    border: 3px solid #191e28;
}

.text-wrap{
    #fff-space:normal;
}
.width-200{
    width:230px;
}

.search-btn{
    padding: 4px 24px;
}

.disabled-table{
    pointer-events: none;
    opacity: 0.3;
}


@keyframes flickerAnimation {
  0%   { opacity:0.9; }
  10%   { opacity:0.7; }
  30%   { opacity:0.5; }
  50%  { opacity:0.4; }
  80%  { opacity:0.3; }
  100% { opacity:0.2; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:0.9; }
  10%   { opacity:0.7; }
  30%   { opacity:0.5; }
  50%  { opacity:0.4; }
  80%  { opacity:0.3; }
  100% { opacity:0.2; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:0.9; }
  10%   { opacity:0.7; }
  30%   { opacity:0.5; }
  50%  { opacity:0.4; }
  80%  { opacity:0.3; }
  100% { opacity:0.2; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:0.9; }
  10%   { opacity:0.7; }
  30%   { opacity:0.5; }
  50%  { opacity:0.4; }
  80%  { opacity:0.3; }
  100% { opacity:0.2; }
}
.animate-flicker {
    pointer-events: none;
   -webkit-animation: flickerAnimation 3s infinite;
   -moz-animation: flickerAnimation 3s infinite;
   -o-animation: flickerAnimation 3s infinite;
    animation: flickerAnimation 3s infinite;
}

.header-main-menu .navbar-nav .header-admin .navbar-nav-link .paddingR-10 {
    text-align: right;
    padding-right: 10px;
}


.paddingR-16{
  padding-right: 16px;
}

.timeZone-clock{
  font-size: 2.4em;
  color: #ffa601;
}

.section-heading{
  border-bottom: 2px solid #fff;
}

.section-heading-label{
  font-size: 14px;
  font-weight: 500;
  color: #042954;
}

input:-moz-read-only { /* For Firefox */
  background-color: #d6d8dc !important;
  font-weight: 500;
}

input:read-only {
  background-color: #f0f1f3 !important;
  font-weight: 500;
  cursor: default;
}

.input-info{
  cursor: pointer;
  color: #009688 !important;
}

.lobibox-body{
  color: #040404;
  font-weight: 600;
}

.input-information{
  display: none;
}



.mar-top20{
  margin-top:10px;
}

.position-btm{
  position: absolute;
  width: 96%;
  bottom: 10px;
  text-decoration: underline;
  text-decoration-color: #ffa201;
  text-decoration-style: double;
}

.panel-heading{
  color: #fff;
  font-weight: 500;
  margin-bottom: 13px;
}



.selectPlaceholder{
  color: #111111a8;
  font-weight: normal;
}

.selectValue{
  color: black !important;
  font-weight: 900 !important;
}

.selectedValue{
  color: black !important;
  font-weight: 900 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: normal;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: normal;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-weight: normal;
}

.select2-selection__arrow{
  display: none;
}

.mb-30{
  margin-bottom:30px;
}

.mt-30{
  margin-top:30px;
}

.contentPart{min-height: 400px;}

.mt-20{
  margin-top: 20px;
}

.input-group-addon{
  cursor: pointer;
}

.enabledClosed{
  color: red;
  outline:auto;
}

.disableClose{
  color: black;
}

.addMoreBtn{
  border: 1px solid black;
  padding: 3px 5px;
  font-weight: 800;
  color: #042954;
  cursor: pointer;
}

.pb-30{
  padding-bottom: 15px;
}
.mb-10{
  margin-bottom:10px;
}

.select2-selection__rendered{
  color: #fff !important;
  font-size: 14px;
}

.customAlert{
  padding: 12px 25px;
}

.documentTitle{
  text-align: center;
  font-weight: 800;
}

.customI{
  padding: 10px;
    background: #fff;
    border: 2px solid red;
}
.documentTitleSec{
  border: 1px solid darkolivegreen;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
.borderGreen{
  border: 7px solid #1cc71c;
  padding-bottom: 20px;
}

.section-headingOfc {
    border-bottom: 2px solid #009688;
}

.disabledDiv{
  pointer-events: none;
}


.p-0{
  padding:0;
}


.activeBtn{
    background: #042954;
    color: #fff;
    border: 1px solid #042954;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
.font24{
  font-size: 24px;
} 
.color_Green{
  color: #fff;
}
.copyright{
  color: #191e28;
}
.copyright a{
  color: #fff;
}
.customBg .login-box{
  background:rgba(25, 30, 40, 0.6);
  box-shadow:none;
}
.customBg .login-box .item-logo img{
  max-height: 60px;
}

.customBg .login-page-content .login-box .login-form .form-group > label{
  color: #fff;
}
.customBg .login-page-content .login-box .login-form .form-group .form-control{
  border: 1px solid #fff;
  color: #fff;
}
.customBg .login-page-content .login-box .login-form .form-group .login-btn{
  background: #191e28;
  color: #fff;
  border: 1px solid #fff;
}
.customBg .login-page-content .login-box .login-form .form-group .login-btn:hover, .customBg .login-page-content .login-box .login-form .form-group .login-btn:after{
  background: #fff;
  color: #191e28;
  border: 1px solid #fff;
}
.sidebar-collapsed .nav-bar-header-one .header-logo{display: block;}
.admin_inner .nav-bar-header-one, .admin_inner.header-menu-one{
  background: #191e28;
}
.admin_inner .header-logo img{
  max-height: 60px;
}
.sidebar-collapsed .nav-bar-header-one .header-logo img{
  max-height: 40px;
}
.admin_inner .header-main-menu .navbar-nav .header-admin .navbar-nav-link .admin-title .item-title, .admin_inner .header-main-menu .navbar-nav .header-admin .navbar-nav-link .admin-title span{
  color: #fff ;
}
.admin_inner .header-main-menu .navbar-nav .header-admin .dropdown-menu .item-header{
  background-color: #191e28;
}
.admin_inner .header-main-menu .navbar-nav .header-admin .dropdown-menu .item-header:after{
  border-bottom: 10px solid #fff;
}
.admin_inner .header-main-menu .navbar-nav .header-admin .dropdown-menu .item-content .settings-list li a:hover{
  background-color: #fff;
  color: #191e28;
}
.admin_inner .header-main-menu .navbar-nav .header-admin .dropdown-menu .item-content .settings-list{
  padding: 0;
}
.admin_inner .header-main-menu .navbar-nav .header-admin .dropdown-menu .item-content .settings-list li a{
  padding: 3px 12px;
}
.admin_inner .header-main-menu .navbar-nav .header-admin .navbar-nav-link:after{
  color: #fff;
}
.sidebar-color{
  background-color: #191e28;
}
.sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item{
  border-bottom: 1px solid #fff;
}
.sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item > .nav-link i:before{
  color: #fff;
}
.sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item > .nav-link span{
  color: #fff;
}
.card-body{
  background-color: #191e28;
  box-shadow: none;
}
.breadcrumbs-area h3{
  color: #191e28;
  text-transform: uppercase;
}
.breadcrumbs-area ul li a:hover, .breadcrumbs-area ul li, .breadcrumbs-area ul li:before{
  color: #191e28;
}
.breadcrumbs-area ul li a{
  color: #191e28;
}
.ui-tab-card .card-body .custom-tab .nav-tabs .nav-item .nav-link.active, .ui-tab-card .card-body .custom-tab .nav-tabs .nav-item .nav-link:hover{
  color: #fff;
}
.ui-tab-card .card-body .custom-tab .nav-tabs .nav-item .nav-link:after{
  background-color: #fff;
}
.ui-tab-card .card-body .custom-tab .nav-tabs .nav-item .nav-link{
  color: #fff;
}
.ui-tab-card .card-body .custom-tab .nav-tabs{
  border-bottom: 4px solid #fff;
}
.calendarBody{
  color: #fff;
}
.calendarBody a.btn_Link {
    color: #fff;
}
.fc-state-default{
  background: none;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
  text-shadow:none;
  padding: 6px 8px;
  margin-bottom: 10px;
}
.fc-state-active, .fc-state-default:hover{
  background: #fff;
  color: #191e28;
  box-shadow: none;
  text-shadow: none;
}
.table-bordered td, .table-bordered th, .table thead th{
  border: 1px solid #fff;
}
.table-bordered th, .table th{
  color: #fff;
}
.dataTables_wrapper .table thead tr th{
  color: #fff;
}
.dataTables_wrapper .table thead tr th{
  padding: 8px 18px 8px 5px;
}
.dataTables_wrapper .table{
  width: 99.9%;
  border: 1px solid #fff;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
  color: #fff;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current{
  background: #20c72b;
  border: 1px solid #fff;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
  background: transparent;
  border-color: #fff;
  color: #fff !important;
}
.dataTables_wrapper .table thead tr th{
  border-bottom: 1px solid #fff;
}
.dataTables_wrapper .table tbody tr,
.dataTables_wrapper .table {
    border: 1px solid #fff;
}
table.dataTable.row-border tbody th, 
table.dataTable.row-border tbody td, 
table.dataTable.display tbody th, 
table.dataTable.display tbody td {
    border-top: 1px solid #fff;
}
.dataTables_wrapper .table thead .sorting_asc:after, 
.dataTables_wrapper .table thead .sorting:after, 
.dataTables_wrapper .table thead .sorting:before,
.dataTables_wrapper .table thead .sorting_desc:after{
  color: #fff;
  right: 5px;
}
table.dataTable.stripe tbody tr.odd, 
table.dataTable.display tbody tr.odd,
table.dataTable tbody tr,
table.dataTable.hover tbody tr:hover, 
table.dataTable.display tbody tr:hover{
  background-color: transparent;
}
table.dataTable.display tbody tr.odd>.sorting_1, 
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
table.dataTable.display tbody tr.even>.sorting_1, 
table.dataTable.order-column.stripe tbody tr.even>.sorting_1{
  background-color:transparent;
}
.table-responsive table {
    color: #fff;
}
.time_Slot_Area .time_Slot {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: default;
}
.time_Slot_Area .time_Slot:hover, .time_Slot_Area .time_Slot.activeTimeSlot {
    background: #fff;
    color: #191e28;
}
.days .time_Slot_Area .time_Slot {
    margin: 0 10px;
    padding: 10px 15px;
}
.deactiveDay {
  background: rgb(171 171 171 / 15%) !important;
  color: #787878;
  cursor: not-allowed;
}
.currentDay {
  background: rgb(22 56 0 / 75%) !important;
  color: #fff;
}
.activeDay {
  background: rgb(26 34 21 / 75%) !important;
  color: #fff;
}
.section-heading-label{
  color: #fff;
}
.section-heading {
    border-bottom: 2px solid #fff;
}
.text-primary {
    color: #fff!important;
}
.next_Btn {
    text-decoration: none;
    background: #191e28;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px 19px;
    border-radius: 60px;
    cursor: pointer;
    display: inline;
    margin: 0 5px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
option.black {background-color: #191e28;}


.next_Btn:hover {
    background: #fff;
    color: #191e28;
    border: 1px solid #fff;
}
.cancel_Btn {
    text-decoration: none;
    background: #191e28;
    color: #ff0000;
    border: 1px solid #ff0000;
    font-size: 14px;
    text-align: center;
    padding: 5px 25px;
    border-radius: 60px;
    cursor: pointer;
    display: inline;
    margin: 0 5px;
}
.cancel_Btn:hover {
    background: #ff0000;
    color: #191e28;
    border: 1px solid #ff0000;
}
.buttonload{
  background: #adc6af;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 5px 16px;
}
#scrollUp{
  background: #191e28;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
}
#scrollUp:hover, #scrollUp:focus {
  background: #fff;
  color: #191e28;
  border: 1px solid #fff;
}
.dashboard-summery-one{
  background-color: #191e28;
}
.dashboard-summery-one .item-content .item-title{
  color: #fff;
}
.modalDiv{
    max-height: 315px;
    overflow: auto;
}

div.modalDiv::-webkit-scrollbar {
    width: 12px;
}

div.modalDiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    border-radius: 10px;
}

div.modalDiv::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #fff;
}

div.optWrapper::-webkit-scrollbar {
    width: 12px;
}

div.optWrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    border-radius: 10px;
}

div.optWrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #fff;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #191e28;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #191e28;
}
.dashboard-summery-one .item-content .item-number{
  color: #fff;
}
.sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .nav-link.menu-active span, .sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .nav-link:hover span{
  color: #fff;
}
.time_Slot_Area .time_Slot.bookedDay{
  background: #fff;
  color: #191e28;
}
.new-added-form .form-group .form-control {
    background-color: #191e28 !important;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff !important;
}
.new-added-form .form-group i{
  color: #fff;
}
.SumoSelect>.optWrapper>.options li.opt {
    border-bottom: 1px solid #fff !important;
    background: #191e28;
    color: #fff;
}
.SumoSelect>.optWrapper>.options li.opt:hover {
    background: #fff!important;
    color: #191e28;
    border-bottom: 1px solid #191e28 !important;
}
.datepicker{
  background: #191e28;
  border: 1px solid #fff;
}
.datepicker--pointer{
  background: #191e28;
}
.datepicker--day-name{
  color: #fff;
}
.datepicker--cell.-current- {
    color: #fff;
}
.datepicker--nav-title, .datepicker--nav-title i{
  color: #fff;
}

.mobile-nav-bar .navbar-toggler{
  color: #fff;
}

.customWidth .form-group{
  width: 19.5%;
  margin-left: 0.5%;
  float: left;
}
.customWidth .form-group:first-child{
  margin-left: 0;
}

.paymentIntentIdLink a{color: #fff;}
.single-info-details .item-content .item-header .header-elements ul li{margin-top: 20px;}
.orderDetails .logo{max-height:70px;}
.orderDetails .buttons, .single-info-details .item-content .item-header .header-elements ul li a{
  background-color:#191e28;
  color:#fff;
}
.single-info-details .item-content .item-header .header-elements ul li a:hover, .orderDetails .buttons:hover{
  background-color:#191e28;
  color:#fff;
}
.purchaseDetails{margin-top: 10px; padding-bottom: 5px;}
.purchaseDetails .heading{
  color:#fff;
  margin-bottom: 5px;
}
table.dataTable tbody th, table.dataTable tbody td, table.dataTable tfoot th, table.dataTable tfoot td{
    padding: 8px 10px;
}
.table td, .table th{vertical-align: inherit;}
.paymentHistory{font-size: 12px;}
.paymentHistory span{color:#fff;}

.printPart .card-body{
  background-color: #fff;
  color: #fff;
}
.printPart .table-responsive table{
  color: #fff;
}

@media only screen and (max-width: 767px){
  .nav-bar-header-one {

    min-width: 10rem;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1890px){
  .contentPart {
    min-height: 500px;
  }
}

@media only screen and (min-width: 1900px){
  .contentPart {
    min-height: 712px;
  }
}

.animate-charcter
{
   text-transform: uppercase;
  /*background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );*/
  background-image: linear-gradient( -225deg, #7fb802 0%, #fff 29%, #ff1361 67%, #fff800 100% );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 28px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

