.toplevel_page_planner_overview .wp-submenu li:has(> a[href="admin.php?page=planner_add_item"]),
.toplevel_page_planner_overview .wp-submenu li:has(> a[href="admin.php?page=planner_edit_item"]) {
  display: none;
}
.planner-edit-header {
  margin: 0 0 20px;
}
.planner-edit-section {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e8e8e8 !important;
}
.planner-item-info {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  font-size: 14px;
}
#planner-edit-btn {
  vertical-align: inherit !important;
}
.planner-item-status {
  display: inline-block;
}
.planner-delete-item-btn {
  background: #323232;
  border-radius: 4px !important;
  box-shadow: none !important;
  box-sizing: border-box;
  color: #fff !important;
  display: inline-block;
  height: 38px;
  margin: 5px 0 0 10px;
  outline: none !important;
  padding: 10px 12px;
  position: relative;
  top:2px;
  transition: all .3s ease-in-out;
}
.planner-delete-item-btn:hover {
  background-color: #CF214B;
}
.planner_page_staff {
  background: #f2f4f6;
}
.box-container {
  max-width: 80%;
  margin: 0 auto;
}
.planner-header {
  background: #191A25;
  margin: -20px 0 20px -20px;
  padding: 10px 0 0 20px;
}
.planner-container {
  margin: 0 auto;
  max-width: 92%;
  padding: 30px 0;
}
.planner-header .planner-container {
  padding: 22px 0 12px;
}
.planner-header .planner-logo {
  margin-top: 3px;
  width: 110px;
}
.planner-page-label {
  display: inline-block;
  margin: 0 0 0 20px;
  border: 2px solid #404040;
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: -15px;
}
.planner-header .uk-navbar-container {
  background: transparent !important;
}
.planner-header .uk-width-1-5\@m {
  width: 12%;
}
.planner-header .uk-width-3-5\@m {
  width: 68%;
}
.planner-header .uk-navbar-nav {
  gap: 10px;
}
.planner-header .uk-navbar-nav li {
  margin: 0;
}
.planner-header .uk-navbar-nav li a {
  min-height: auto;
  padding: 10px 18px;
  color: rgba(255, 255, 255, 0.75);
  text-transform: inherit;
}
.planner-header .uk-navbar-nav li:hover a {
  color: #fff;
  transition: all .4s ease;
}
.planner-header .uk-navbar-nav li.uk-active a {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: #fff;
  transition: all .4s ease;
}
.planner-header .uk-navbar-nav li a i {
  padding-right: 12px;
}
.planner-header .planner-version {
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
  margin: 9px 0 0;
}
.planner-modal {
  background: linear-gradient(180deg, rgba(194, 212, 249, 0.24) 0%, rgba(241, 249, 255, 0.23) 100%) !important;
  backdrop-filter: blur(2.5px) !important;
  z-index: 10000 !important;
  margin-left: 160px;
}
body.folded .planner-modal {
  margin-left: 36px;
}
.planner-modal .uk-modal-dialog  {
  border-radius: 15px;
  box-shadow: 0px 4px 14px 0px rgba(228, 228, 228, 0.25);
  width: 900px;
}
.planner-modal .uk-modal-header {
  border-radius: 15px 15px 0 0;
}
.planner-modal .uk-modal-footer {
  background: #F8F8F8;
  border: 0 !important;
  border-radius: 0 0 15px 15px;
}
.planner-modal .uk-tab,
.planner-content .uk-tab {
  margin: 0;
}
.planner-modal .uk-tab:before,
.planner-content .uk-tab:before {
  border-bottom: 4px solid #F3F3F3;
  left: 0;
}
.planner-modal .uk-tab li,
.planner-content .uk-tab li {
  margin: 0;
  padding: 0 30px 0 0;
}
.planner-modal .uk-tab li a,
.planner-content .uk-tab li a {
  box-shadow: none;
  outline: none;
  padding: 0 0 15px;
  text-transform: inherit;
  text-decoration: none;
}
.planner-modal .uk-tab li.uk-active a,
.planner-content .uk-tab li.uk-active a {
  border-bottom: 4px solid #EA2554;
}
.planner-modal .shift-fields {
  display: inline-block;
  width: 90%;
}
.planner-modal .shift-fields > * {
  display: inline-block;
  width: 28%;
}
.planner-modal .add-shift-icon {
  display: inline-block;
  width: 8%;
}
#planner-loading {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px #eee;
  margin: 30px 0;
  padding: 100px 60px;
  text-align: center;
}
#planner-loading span {
  color: #0ab092;
  font-size: 50px;
}
.add-item, .edit-item {
  background-color:#0AB092 !important;
  color:#fff !important;
  border:none !important;
  border-radius:5px !important;
  margin-left: 20px !important;
}
.planner-modal .add-item,
.planner-modal .edit-item,
.save-settings  {
  background-color:#0AB092 !important;
  color:#fff !important;
  border:none !important;
  border-radius:25px !important;
  margin-left: 20px !important;
  text-transform: none;
}
.add-item:hover {
  background-color:#000 !important;
  color:#fff !important;
}
.uk-modal-full {
  background-color:#fff !important;
  padding:0 !important;
  margin-left: 160px !important;
}
.add-item .fa {
  font-size:18px !important;
  font-weight:900 !important;
}
.uk-modal-full .select2-container,
.edit-form .select2-container,
.select2-container {
  width: 100% !important;
}
.uk-modal-full .select2-container .select2-selection--single,
.edit-form .select2-container .select2-selection--single,
.export-box .select2-container .select2-selection--single {
  height: 40px !important;
}
.uk-modal-full .select2-container--default .select2-selection--single .select2-selection__rendered,
.edit-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.export-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 27px !important; /*41px*/
  font-size: 14px !important;
  padding-left: 0px !important;
}
.uk-modal-full .select2-container--default .select2-selection--single .select2-selection__arrow,
.edit-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.export-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.uk-modal-full  .select2-container--default .select2-selection--single .select2-selection__clear,
.edit-form  .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-top: 7px;
}
.listing-area .listing-header {
  font-weight:500;
  padding: 20px 15px 10px;
  margin-top: 10px;
}
.listing-area .listing-items {
  background-color: #fff;
  border-radius: 7px;
  padding: 16px 15px;
  margin-top: 10px;
  transition: all .4s ease;
 
}
.listing-area .listing-items:hover {
  background: #fcfcfc;
  box-shadow: 0 4px 14px #e5e5e5;
  transition: all .4s ease;
}
.planner-content .listing-items .uk-width-small:first-child {
  width: 5%;
}
.listing-area p {
  margin: 7px 0 0;
}
.listing-area .listing-actions {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-content: center;
}
.listing-actions {
  text-align: right;
  visibility: hidden !important;
}
.listing-actions a {
  color: #D0D4E1;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  margin-right: 3px;
}
.listing-actions .delete-item-action:hover {
  background-color: #4B4B4B;
}
.listing-actions a:hover > span,
.listing-actions button:hover > span {
  color:#fff;
}

.listing-actions .edit-item-action:hover {
  background-color: #2AA0F6;
}

.listing-actions .dublicate:hover {
  background-color: #43BCE3;
}

.listing-actions form {
  display:inline-block;
}
.listing-actions button.dublicate {
    color: #aeb2c1;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    background: transparent;
    cursor: pointer;
}
.listing-actions button.dublicate .fa-copy:before {
  position: relative;
  top: -2px;
}
.listing-actions button.dublicate:hover {
    color: #7882a1;
    border-color: #7882a1;
    transition: all .4s ease;
}
.listing-area .listing-items:hover .listing-actions a {
  color: #aeb2c1;
  border-color: #aeb2c1;
}
.listing-area .listing-items:hover  .listing-actions a:hover {
  color: #7882a1;
  border-color: #7882a1;
}
.listing-actions a span {
  position: relative;
  top:5px;
}
.listing-items:hover .listing-actions {
  visibility: visible !important;
}

.planner-add-item-wrapper .select2-container,
.planner-edit-item-wrapper .select2-container,
#planner-settings .select2-container
.edit-select2-field .select2-container,
.advance-filters-toggle .select2-container,
#export-booking-service .select2-container {
  display: block !important;
  width: 100% !important;
}

.planner-add-item-wrapper .select2-container .select2-selection--single,
.planner-edit-item-wrapper .select2-container .select2-selection--single,
#planner-settings .select2-container .select2-selection--single
.edit-select2-field .select2-container .select2-selection--single,
.advance-filters-toggle .select2-container .select2-selection--single,
#export-booking-service .select2-container .select2-selection--single {
  height: 40px !important;
  padding: 6px !important;
}

.planner-add-item-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.planner-edit-item-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
#planner-settings .select2-container--default .select2-selection--single .select2-selection__arrow,
.edit-select2-field .select2-container--default .select2-selection--single .select2-selection__arrow,
.advance-filters-toggle .select2-container--default .select2-selection--single .select2-selection__arrow,
#export-booking-service .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
  width: 35px !important;
}

.planner-add-item-wrapper .select2-container--default .select2-selection--multiple,
.planner-edit-item-wrapper .select2-container--default .select2-selection--multiple,
#search-service-field .select2-container--default .select2-selection--multiple  {
  padding: 9px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #F5F5F5;
    border: none;
    font-size: 12px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

#filter-items .form-group .select2-container {
  width: 100% !important;
}
#filter-items .select2-container .select2-selection--multiple {
  min-height: 40px !important;
}

#new-item .planner-edit-header .planner-settings-switch {
  right: 190px;
  top: -46px;
}

/* w3schools switch css */
/* The switch - the box around the slider */
.planner-settings-switch {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 28px;
  right: 0;
  top: 0;
  margin-top: 0;
}
/* Hide default HTML checkbox */
.planner-settings-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.planner-settings-slider {
  position: absolute;
  width: 58px;
  cursor: pointer;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.planner-settings-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .planner-settings-slider {
  background-color: #2196F3;
}
input:focus + .planner-settings-slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .planner-settings-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.planner-settings-slider.round {
  border-radius: 34px;
}
.planner-settings-slider.round:before {
  border-radius: 50%;
}
.uk-modal-dialog.uk-modal-body {
  border-radius: 10px;
}
.modal-del-confirm-box {
  background-color: #F4F7FA;
  padding: 14px 15px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom:40px;
}
.modal-delete-fullname,
.modal-delete-id {
  text-align: center;
  font-weight: 700;
}
.modal-delete-img {
  display: block;
  margin: 0 auto;
  width: 130px;
}
.important-text {
  color:#FF0025;
}
.modal-delete-buttons {
  text-align: center;
  margin-top:15px;
}
.modal-delete-buttons .planner-delete-btn,
.modal-delete-buttons .uk-modal-close {
  text-transform: capitalize !important;
  border-radius: 25px;
  width:49%;
}
.modal-delete-buttons .planner-delete-btn{
  background-color:#D20851;
  color:#fff;
  margin-right:5px;
  transition: all .4s ease;
}
.modal-delete-buttons .planner-delete-btn:hover{
  background-color:#3C3C3C;
}
.modal-delete-buttons .uk-modal-close {
  background:transparent;
  color:#505050;
  border-color: #A5A5A5;
  transition: all .4s ease;
}
.modal-delete-buttons .uk-modal-close:hover {
  background-color: #f9f9f9;
}
.planner-delete-btn span {
  color:#fff;
  margin-right:7px;
  font-size: 15px;
}
.uk-modal-close span {
  color:#505050;
  margin-right:7px;
  font-size: 15px;
}
.uk-modal-dialog.uk-modal-body.small-modal {
  max-width:530px !important;
  margin-top: 50px !important;
}
.uk-modal-full {
  background-color: #f2f4f6 !important;
}
.uk-modal-full .uk-modal-dialog {
  background: transparent !important;
}
.uk-modal-full .uk-modal-header {
  background-color: #FFFFFF !important;
  width: 100% !important;
  margin:32px 0 0;
  padding:25px 50px !important;
  box-sizing: border-box !important;
}
.uk-modal-full .modal-title {
  font-size:24px;
}
.add-item span {
  margin-right:7px;
}
.uk-modal-full button,
.uk-modal-full a.planner-delete-btn {
  text-transform: capitalize;
  font-weight: 700;
  font-weight: 700;
  padding: 0px 16px; 
}
.planner-modal .planner-delete-item-btn  {
  text-decoration: none !important;
  color:#323232 !important;
  position: relative;
  top: 25px;
}
.uk-modal-full .planner-delete-btn,
.uk-modal-full .planner-delete-item-btn {
  border-radius:5px;
  max-height:38px !important;
}
.planner-modal .uk-modal-close {
  border:none !important;
  border-radius: 25px !important;
  height: 38px !important;
  text-transform: none;
  background: #fff;
  box-shadow: 0px 4px 14px 0px #DEDEDE;
}
.modal-action-buttons {
  margin-top:15px;
}
.uk-modal-full .modal-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px 40px 20px;
  margin-top:30px;
}
.uk-modal-full .modal-card-title {
  font-weight: 600;
}
.uk-modal-full .uk-input {
  border-radius:10px;
  padding-left:20px;
  border-color:#83888F !important;
}
.uk-modal-full .uk-input::placeholder {
  color:#404040;
}
.planner-settings-switch, .status-message {
  display: inline-block !important;
  
}
.status-message {
  position: relative;
  left: -50px;
  top: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color:#404040 !important;
}
.status-inactive-text, .status-active-text {
  font-weight: 600;
}
.status-inactive-text {
  color:#CF214B;
}
.status-active-text {
  color:#20B808;
}
a.listing-item-link {
  color: #323232;
  text-decoration:none;
  box-shadow: none;
  outline: none;
  font-weight:500;
  transition: all .4s ease;
  display: block;
}
a.listing-item-link:hover {
  color: #404040;
  transition: all .4s ease;
}
.status-icons span {
  font-size:13px;
}
.status-icons span.fa-solid.fa-eye { 
  color:#41D072; 
}
.status-icons span.fa-solid.fa-eye-slash { 
  color:#ECBD16; 
}
/* Material Design Text Field */
.form-group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}
.form-field {
  border: 1px solid #C1CAD8 !important;
  border-radius: 5px !important;
  outline: none !important;
  transition: all .4s ease;
}
.form-field:focus {
  border-color: #4477C3 !important;
  transition: all .4s ease;
}
.form-field::placeholder {
  color: transparent !important;
}

.flatpickr-input[readonly] {
  background: #fff !important;
  width: 100%;
}
.form-field:placeholder-shown ~ .form-label {
  cursor: text;
  top: 25px;
  left: 10px;
  z-index: 1000 !important;
  font-size: 14px;
}
.form-group label,
.form-field:not(:placeholder-shown) ~ .form-label,
.form-field:focus ~ .form-label {
  position: absolute;
  top: 4px;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  color: #404040;
  background: #fff;
  padding: 0 10px;
  left: 10px;
}

.filter-services-list .form-group label,
.filter-services-list .form-field:not(:placeholder-shown) ~ .form-label,
.filter-services-list .form-field:focus ~ .form-label {
    position: relative;
    top: -20px !important;
    left: 20px !important;
    padding: 0 10px;
    font-size:11px;
}

.filter-services-list .form-group {
  margin-top:-10px !important;
}

.form-field:focus ~ .form-label {
  color: #0AB092;
}
.form-label span {
  color:#CF214B;
  font-weight:700;
}
.staff-id {
  background-color: #F3F5F7;
  color:#787878;
  font-size:14px;
  font-weight:normal;
  margin-left:20px;
  border-radius: 7px;
  padding: 4px 7px;
}
.uk-notification-message {
  background: #fff !important;
  border-radius: 8px !important;
  padding: 20px !important;
  margin-right: 15px;
  margin-bottom: 25px;
  text-align: center;
  font-size:14px;
}
.uk-notification-message img {
  width: 80px;
  height: 80px;
}
#planner-filters .filters-box {
  background: #fff;
  border-radius: 8px;
  display: inline-block;
  padding: 6px 10px;
}
#planner-filters .filters-box a {
  box-shadow: none;
  color: #404040;
  display: inline-block;
  outline: none;
  padding: 4px 6px;
  text-decoration: none;
}
#planner-filters .filters-box .active-status {
  background: #EFF2F5;
  border-radius: 8px;
}
.no-results-msg {
  background-color: #fff;
  padding:15px 20px;
  border-radius: 7px;
}
#search-field {
  border:none !important;
  border-radius:7px !important;
  margin-top: -3px;
  margin-left:10px;
}
.filters-box .filter-counter {
  background-color:#E9E9E9;
  display:inline-block;
  width:20px;
  height:20px;
  color:#8B8B8B;
  border-radius:30px;
  text-align:center;
}
.filters-box.advance-filters {
  margin-left:20px;
}

.filters-box.advance-filters button{
  border:none;
  background: transparent;
  outline:none;
  width: 100%;
  height: 25px;
  cursor:pointer;
}

.active-status .filter-counter {
  background-color:#265DAE;
  color:#fff;
}
/* Settings Page */
.planner-settings-fields {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 980px;
}
.planner-settings-fields .uk-width-1-6\@m {
  border-right: 2px solid #f8f8f8;
  padding: 0 30px 0 40px;
}
.planner-settings-fields .uk-width-1-6\@m .uk-subnav {
  display: block;
  margin: 0;
}
.planner-settings-fields .uk-width-1-6\@m .uk-subnav li {
  display: block;
  padding: 0 0 15px;
}
.planner-settings-fields .uk-width-1-6\@m .uk-subnav li a {
  border-radius: 15px;
  display: block;
  font-weight: 500;
  text-decoration: none;
  text-transform: inherit;
  padding: 15px;
}
.planner-settings-section {
  background: #fff;
  padding: 25px;
  margin: 0 0 15px !important;
  border-radius: 6px;
  box-shadow: 0 4px 14px #e8e8e8;
  position: relative;
  transition: all .4s ease;
}
.planner-settings-section:hover {
  box-shadow: 0 4px 20px #ddd;
  transition: all .4s ease;
}
.planner-settings-section a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.planner-settings-section h4 {
  font-size: 16px;
  margin: 0 0 10px;
}
.planner-settings-section img {
  margin-bottom: 50px;
}
.planner-settings-section p {
  margin: 0;
}
.planner-settings-section .field-description {
  color: #727272;
  margin: 8px 0 0;
}
.planner-settings-section .form-group {
  margin: 0;
  padding: 0 0 30px;
}
.planner-settings-section .form-field:placeholder-shown ~ .form-label {
  top: 10px;
}
.planner-settings-section .form-group label,
.planner-settings-section .form-field:not(:placeholder-shown) ~ .form-label,
.planner-settings-section .form-field:focus ~ .form-label {
  top: -10px;
}
.planner-settings-header {
  background: #fff;
  margin: -20px 0 0 -20px;
}
.planner-settings-header .planner-container {
  padding: 20px;
}
.planner-settings-header ul {
  margin: 0;
  justify-content: center;
}
/* Custom Checkbox in timeslots */
#timeslots-box  .checkbox-container {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
#timeslots-box  .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
#timeslots-box .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid #E0E0E0;
  border-radius: 4px;
}
/* On mouse-over, add a grey background color */
#timeslots-box .checkbox-container:hover input ~ .checkmark {
    background-color: #F0F0F0;
    border-color: #F0F0F0;
}
/* When the checkbox is checked, add a blue background */
#timeslots-box .checkbox-container input:checked ~ .checkmark {
  background-color: transparent;
  border: 2px solid #2FA942;
}
/* Create the checkmark/indicator (hidden when not checked) */
#timeslots-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
#timeslots-box .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
#timeslots-box .checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #2FA942;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Custom Checkbox in page listing */
.planner-content .checkbox-container {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.planner-content  .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
} 

/* Create a custom checkbox */
.planner-content .checkmark {
  position: absolute;
  
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
}

.planner-content .listing-items:first-child .checkmark {
  top: 0;
  left:4px;
}

/* On mouse-over, add a grey background color */
.planner-content .checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.planner-content .checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.planner-content .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.planner-content .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.planner-content .checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Pagination */
.pagination {
  text-align: center;
}
.pagination .page-numbers {
  background-color: #fff;
  padding: 4px 8px;
  color: #404040;
  text-decoration: none;
  border-radius:8px;
}
.pagination .page-numbers.current {
  background-color: #265DAE;
  color: #fff;
  text-decoration: none;
  border-radius:8px;
}
.bulk-remove {
  background: #fff;
  border-radius: 8px;
  display: inline-block;
  padding: 6px 10px;
  cursor: pointer;
  margin-top: 10px;
}
.bulk-remove .bulk-remove-btn {
  border: none;
  background: transparent;
  cursor: pointer;
}
.results-number {
  margin-right:10px;
}
.empty-items-modal {
  text-align: center !important;
  margin-top: 0 !important;
}
.flex-box {
  display: flex;
  justify-content: flex-end;
  margin-top:10px;
}
/* Search form */
.search-container{
  max-height:40px;
  position: relative;
  top: -3px;
  left: 9px;
} 
.planner-search-form {
	right: 200px;
	top: 200px;
}

 .search-field {
	background-color: transparent;
	border: none !important;
	cursor: pointer;
	height: 40px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width:0px;
  cursor: pointer;
  padding-left:21px !important;
}
.search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 250px;
  color:#000;
}
.planner-search-form
.search-submit { 
  display:none;
}
#planner-filters {
  display: flex;
  justify-content: flex-end;
}
form.planner-search-form label span {
  position: absolute;
  right: 15px;
  top: 17px;
  z-index: 1;
}
input.search-field {
  width: 43px;
  border-radius: 8px !important;
}
input.search-field::placeholder {
    padding-left:14px;
}
.search-field:focus::placeholder {
  padding-left:0px;
}
.search-field:focus + planner-search-form span {
  display: none !important;
}
/* Upload photo staff */
.thumbnail-image {
  border: none;
  background-color: #f0f0f0;
  text-align: center;
  padding: 30px;
  position: relative;
}
#item-photo-btn,
.item-thumb-btn {
  border: none;
  position: absolute;
  top: 60px;
  left: 401px;
  width: 120px;
  height: 120px;
  background-color: rgb(0, 0, 0, 0.68);
  color:#fff;
  top:-3px;
  border-radius:100px;
  display: flex !important;
  align-items: center;
  justify-content:center;
  z-index:1;
}

.item-image {
  width: 120px;
  height: 120px;
  border-radius:100px;
  position: relative;
  top: -18px;
  object-fit: contain;
}
.edit-item-image {
  width: 120px;
  height: 120px;
  border-radius:100px;
  position: relative;
  top: -18px;
  object-fit: cover;
}
.image-remove-box {
  text-align: center;
}
#remove-item-photo-btn,
.remove-thumb-btn {
  border: none;
  background: transparent;
  color:#000;
}
#remove-item-photo-btn:hover,
.remove-thumb-btn:hover {
  color:#EA2554;
}
#remove-item-photo-btn,
#remove-item-photo-btn:active,
#remove-item-photo-btn:focus,
#remove-item-photo-btn:visited,
.remove-thumb-btn,
.remove-thumb-btn:active,
.remove-thumb-btn:focus,
.remove-thumb-btn:visited {
  outline: none !important;
  border:none !important;
}
#item-photo-btn.uk-hidden,
.item-thumb-btn.uk-hidden {
  display: none !important;
}
.planner-listing-heading p a {
  text-decoration: none;
  color:#3C434A;
}
.slot, .inline-contents {
  display: inline-block !important;
}
.slot {
  border:2px solid #2FA942;
  color:#2FA942;
  padding:5px 10px;
  border-radius: 10px;
  margin-right: 4px;
  margin-bottom: 6px;
}
.day-label {
  font-weight: 700;
}
.vertical-center {
  display: flex;
  align-items: center;
}
.add-timeslot-circle-btn {
  width:30px;
  height: 30px;
  border:1px solid #C0C3D0;
  border-radius:60px;
  display:flex;
  align-items: center;
  justify-content: center;
  color:#C0C3D0;
  float:right;
  cursor: pointer;
}
.left-border {
  border-left:2px solid rgba(246,246,246,0.61);
}
.uk-width-1-4\@m.left-border {
  padding-left: 15px !important;
}
.padding-right {
  padding-right:10px !important;
}
.timeslots-label {
  border-bottom:1px solid #E9E9E9;
}
.timeslots-label h3 {
  font-weight: 500;
  font-size: 13px;
}
#timeslots-box {
  padding-left:10px;
}
.days-label {
  font-size: 12px;
  margin-bottom:25px;
}
.week-checkbox {
  margin-top:3px !important; 
}
.days-checkboxes {
  display: flex;
  justify-content: space-around;
}
.checkbox-group label {
  font-weight: 500;
}
.chk-label {
  position: relative;
  top: -18px;
  left: -9px;
  font-weight: 700;
}
.available-period {
  margin-top:20px;
}
.available-period-chkbox {
  margin-left:10px;
}
.form-group input[type="date"] {
  width: 100%;
  border-color: #C1CAD8;
  padding: 20px 10px;
}
.timeslot-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.add-timeslot-btn,
.cancel-timeslot-btn {
  border-radius: 7px;
  width: 108px;
  height: 39px;
  cursor: pointer;
}
.add-timeslot-btn {
  background-color: #2C96E3;
  color: #fff;
  border: none;
}
.cancel-timeslot-btn {
  background-color:transparent;
  color: #7A7A7A;
  border: 1px solid #C8C8C8;
}
.period-label {
  text-align: left;
}
.planner-shift {
  display: block;
}
.empty-field {
  border:1px solid red !important;
}
.day-name {
  font-weight: 600;
}
.delete-timeslot-btn {
  background-color:#EA2554;
}
button.apply-timeslot-btn {
  border: none;
  background-color: #2C96E3;
  border-radius: 7px;
  color: #fff;
  width: 74px;
  height: 39px;
  cursor: pointer;
}
button.delete-timeslot-btn {
  border: none;
  background-color: #EA2554;
  border-radius: 7px;
  color: #fff;
  width: 74px;
  height: 39px;
  cursor: pointer;
}
.edit-timeslot-id {
  display: none;
  cursor: pointer;
}
.planner-shift:hover > .edit-timeslot-id {
  display: inline-block;
}
.timeslots .uk-grid {
  display: flex !important;
  align-items: center !important;
  margin-top: 15px !important; 
}
.timeslots .form-group {
  margin-top: 0;
}
.select2-dropdown {
  z-index: 999999 !important;
}
input#holidays-list,
.planner-datepicker-multiple, 
.range-dates-filter {
  height: 40px;
  padding: 9px;
}
.warning-compare {
  border: 1px solid red !important;
}

.timeslots .uk-grid {
  margin-left: 0 !important;
}
.timeslots .uk-width-1-5\@m {
  padding-left: 0 !important;
}

.limit-period-box {
  width: 20%;
  display: inline-block;
}

p.limit-period-label {
  display: inline-block;
}

.listing-items.active-item {
  border-left:4px solid #41D072;
}

.listing-items.inactive-item {
  border-left:4px solid #ECBD16;
}
.listing-items.inactive-item .status-label,
.listing-items.pending-booking-item .status-label {
    color: #ECBD16;
    font-style: italic;
    font-size: 12px;
    font-weight: 500;
}
a.listing-user-link {
  color:#323232;
  text-decoration: none;
}
.listing-items.declined-booking-item .status-label {
  color: #EC4916;
}
.listing-items.approved-booking-item {
   border-left:4px solid #41D072;
}
.listing-items.pending-booking-item {
   border-left:4px solid #ECBD16;
}
.listing-items.declined-booking-item {
   border-left:4px solid #EC4916;
}
.listing-items.cancelled-booking-item {
  border-left:4px solid #727272;
}

.service-meta-data span {
  color:#828282;
}

.service-meta-data .service-staff,
.service-meta-data .service-duration {
  display: inline-block;
  font-size: 11px;
}

.service-meta-data .service-duration {
  margin-left:5px;
}

.change-status-actions {
  display: inline-block;
  position: relative;
  top: 5px;
}

.change-default-actions {
   display: inline-block;
   padding-right: 10px;
   margin-top: 14px
}
.change-status-actions .approve-item-action,
.change-status-actions .decline-item-action {
  color:#D0D4E1;
  border-radius:50%;
  border: none;
  background: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.change-status-actions .approve-item-action:hover,
.change-status-actions .decline-item-action:hover {
  color:#fff;
}
.change-status-actions .approve-item-action:hover {
  background-color: #6DD76B; 
}

.change-status-actions .decline-item-action:hover {
  background-color: #EE7979;
}
.change-status-actions:before {
  content: " ";
  position: relative;
  border-left: 1px #EDEDED solid;
  top: 6%;
  right: 7px;
  height: 30%;
  margin-top: auto;
  margin-bottom: auto;
}

.planner-title-link {
  text-decoration: none;
  color:rgba(82,82,82,0.55);
}

.planner-title-link.active {
  color:#525252;
}

.planner-title-link.serv {
  padding-right:20px;
}

.planner-title-link.serv-cat {
  border-left:2px solid #D5D5D5;
  padding-left:20px;
}

.info-item a span {
  color:#323232;
  font-size: 16px;
}

.planner-modal .uk-tab li.info-item {
    text-align: right;
    position: absolute;
    right: 0;
    padding-right:0;
}

.info-tab-content .uk-width-1-4\@m {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.info-tab-content .uk-width-3-4\@m {
  margin-bottom: 10px;
}

#booking-status,
#booking-service,
#booking-customer,
.booking-status-field {
  min-width: 100%;
}

input.planner-datepicker-specific-days,
input.planner-edit-datepicker-specific-days {
  height: 40px;
}

.listing-items:first-child {
  padding-bottom: 21px;
}

.edit-timeslots .uk-grid > *,
.timeslots .uk-grid > * {
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.edit-timeslots .uk-grid,
.timeslots .uk-grid {
  display: flex !important;
  align-items: center;
  padding:10px !important;
  margin:10px 0 0 !important;
}

.edit-timeslots .uk-grid .uk-grid,
.timeslots .uk-grid .uk-grid {
  padding:0 !important;
  margin:0 !important;
}

.date-selection-box, .listing-bookings {
  background-color:#FFFFFF;
  border-radius: 7px;
  padding: 30px 20px;
  min-height: 600px;
}

.date-selection-box h4 {
  font-size:20px;
  font-weight:normal;
  border-left:5px solid #3F64C2;
  padding:5px 0 5px 20px;
  margin-left: -21px;
}

.flatpickr-calendar.inline {
  box-shadow: none;
}

.date-selection-box .form-group {
  padding: 0 !important;
}

.bookings-overview {
  margin-top:30px;
}

.display-timeslots-box {
  border-left:4px dashed #fff;
  padding: 5px 45px;
  min-height: 600px;
}

.display-timeslots-box .service-timeslot {
  background-color: rgba(255,255,255,0.7);
  width: 95px;
  padding: 10px 0px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  margin-bottom:15px;
  margin-right: 15px;
  cursor: pointer;
}

.display-timeslots-box .service-timeslot.timeslot-date {
  padding: 10px 10px !important;
}

.timeslot-date span{
  color:#3C434A !important;
}
.timeslot-date.active-timeslot span{
  color:#fff !important;
}

.active-timeslot {
  background-color: #24B0FF !important;
  color:#fff !important;
}

.active-timeslot .fa-clock {
  color:#fff !important;
}

.flatpicker-calendar {
  display: flex;
  justify-content: center;
}

.service-title {
    margin-top: -27px;
}
.service-box-details {
    margin-bottom: 50px;
}

.service-title .circle {
  width: 20px;
  height: 20px;
  background-color:#24B0FF;
  border: 4px solid rgba(255,255,255,1);
  border-radius: 50%; 
  display: inline-block;
  margin-left: -62px;
}

.service-title .title {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top:-8px;
  margin-left: 20px;
}

.listing-bookings {
  padding: 10px 20px;
  position: relative;
}

.bookings-overview .uk-width-1-2\@m {
  padding-left:80px;
}

.list-booking-date, .list-booking-time {
  display: inline-block;
}

.list-booking-datetime {
  border-bottom: 1px solid #E2E2E2;
  padding: 10px 0;
}

.booking-list-items {
  margin-top:10px;
}

.booking-list-item {
    margin-bottom: 5px;
    padding: 5px 10px;
    border-bottom:1px solid #E2E2E2; 
}

.booking-filter-field {
  margin-top: 10px;
}

.booking-filter-field input {
  width:100%;
  height:20px !important;
  background-color: #F8F8F8;
  border:none !important;
  outline: none !important;
}

.list-booking-time {
    margin-left: 22px;
}

.list-booking-date span:last-child,
.list-booking-time span:last-child {
  margin-left:6px;
}

.booking-list-item .uk-width-1-3\@m,
.booking-list-heading .uk-width-1-3\@m {
  width:20% !important;
} 

.booking-list-item .uk-width-2-3\@m,
.booking-list-heading .uk-width-2-3\@m {
  width:80% !important;
} 

.filter-services-list {
  width: 100%;
  height:300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.filter-services-list .form-label {
  top: 0px !important;
  left: 20px !important;
}

.disable-border {
  border:none !important;
}

.booking-list-heading {
    padding: 5px 10px;
}

.booking-listing-service-title {
  display: inline-block;
  width: 80%;
}

.booking-listing-capacity-left {
  display: inline-block;
}

.booking-listing-capacity-left {
    position: absolute;
    right: 42px;
    top: 27px;
}

.booking-list-items .uk-width-1-3\@m {
  width:40% !important;
}

.booking-list-items .uk-width-2-3\@m {
  width:60% !important;
}

.services-box {
  margin-left: 10px;
}

.booking-filter-field .form-field::placeholder {
  color: #555 !important;
}

/* Timeslots capacity colors */
.green-capacity span:first-child { 
  color: #3CBF80;
}

.orange-capacity span:first-child { 
  color: #c9a75f;
}

.red-capacity span:first-child {
  color:#EE7979;
}

.fully-booked-timeslot span:first-child {
  color: #7a7a7a;
}

#filter-items #range-dates-filter::placeholder {
  color: #555 !important;
}

#filter-items .form-field-desc {
  font-size: 12px;
  font-style: italic;
  color: #626f76;
  margin-top: 3px;
  margin-left: 3px;
}

.search-firstname-filter,
.search-lastname-filter,
.search-email-filter,
.search-id-filter,
.advanced-search-filter {
  width: 100% !important;
  height:40px !important;
}

.advance-filters-toggle {
  background: #fff;
  box-shadow: 0 4px 14px #e5e5e5;
  border-radius: 7px;
  padding: 16px 15px 40px 15px;
  margin-top: 10px;
  position: relative;
}

.advance-filters-toggle .filter-item {
  background-color:#0AB092 !important;
  color:#fff !important;
  border:none !important;
  border-radius:5px !important;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.advance-filters-toggle select {
  max-width: 100% !important;
}

.advance-filters-toggle .select2-container .select2-search--inline .select2-search__field {
  margin-top: 11px;
  line-height: 1px;
}

button.uk-button.uk-button-default.reset-item {
    position: absolute;
    bottom: 9px;
    right: 185px;
    background-color: #f8f8f8;
    border-radius: 4px;
}

input.planner-datepicker-specific-days, input.planner-edit-datepicker-specific-days,
.wp-core-ui select {
    height: 41px !important;
}

.gdpr-textarea {
  width:100%;
  height: 150px;
}

.required_date {
  color:#CF214B;
}

#planner-settings #item-photo-btn, #planner-settings .item-thumb-btn {
  left: 330px;
}

.full-width-txtarea {
  width: 100%;
  height: 100px;
}

.email-switcher p {
  margin:0 0 20px 0 !important;
}

.form-group textarea {
    padding: 10px 0px 0px 10px !important;
}

/* Custom scrollbar */
.filter-services-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.filter-services-list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.filter-services-list::-webkit-scrollbar-thumb {
  background: #adadad; 
}

/* Handle on hover */
.filter-services-list::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.date-selection-box .flatpickr-current-month {
    margin-top: -10px;
}

.filter-services-list .inactive-service label {
  color:#bbbbbb !important;
}

.planner-edit-booking .planner-delete-item-btn {
  top:0px;
}

.export-items {
  background-color:#0AB092 !important;
  color:#fff !important;
  border:none !important;
  border-radius:5px !important;
}

.export-box {
    max-width: 30%;
    background-color: #fff;
    margin: 0 auto;
    padding: 30px; 
}

.export-box .uk-tab > .uk-active > a {
    background-color: #489AFA !important;
    color: #fff !important;
    border-radius: 5px;
    text-decoration: none;
    text-transform: capitalize;
}

.export-box  .uk-tab > * > a {
  text-decoration: none;
  text-transform: capitalize;
}

.export-range-dates-filter,
.export-service-availability {
  height:40px !important;
  border-color:#8c8f94 !important;
}

select#booking-status, select#service-status {
    padding-left: 20px;
}

.export-field {
    min-width: 100%;
}

.uk-select,
.flatpickr-input,
.advance-filters-toggle input[type="text"],
.advance-filters-toggle input[type="email"],
.planner-edit-item-wrapper input[type="text"],
.form-group textarea,
.uk-input,
.form-group input[type="date"] {
  border-color:#8c8f94 !important;
}

.export-box .select2-container--default .select2-selection--single .select2-selection__rendered, .edit-form .select2-container--default .select2-selection--single .select2-selection__rendered, .export-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height:32px !important;
}

.planner-add-service .select2-container--default .select2-search--inline .select2-search__field,
.planner-edit-service .select2-container--default .select2-search--inline .select2-search__field {
  line-height:1px !important;
}

.wp-core-ui select {
  max-width: 100% !important;
}

#booking-date-field:disabled,
#booking-time-field:disabled,
#booking-staff:disabled {
  border-color:#dcdcde !important;
  color:#dcdcde !important;
  background-color: #fff !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fff !important; 
  border-color: #dcdcde !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color:#dcdcde !important;
  font-weight: normal !important;
}

.planner_page_planner_edit_item,
.planner_page_planner_add_item,
.planner_page_planner_export_items {
    overflow-x: hidden;
}

.planner_page_planner_settings .uk-accordion-title {
  text-decoration: none !important;
}

.inline-box {
  display: flex;
}

.filter-services-list {
  padding-top:10px !important;
  padding-right:10px;
}

a.item-thumb-btn {
  text-decoration: none;
}

a.item-thumb-btn:hover {
  color: #fff;
  text-decoration: none;
}

.edres-field {
  width: 100%;
}

textarea {
  resize: none;
}

/*********************************************************** responsive ************************************************/
@media screen and (max-width: 425px) {
 .planner-edit-item-wrapper .planner-edit-header .status-message {
    display: none !important;
  }
  .planner-edit-item-wrapper .planner-edit-header .uk-text-right {
    text-align: center !important;
  }

  .planner-edit-item-wrapper .planner-edit-header .modal-title {
    text-align: center !important;
  }

  .rating-stars {
    display: inline-flex;
  }

  .mobile-margin-top {
    margin-top: 10px;
  }

  span.feedback-id {
    text-align: center !important;
  }

  .flex-box {
    justify-content: center;
  }

  .bulk-remove {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #planner-filters {
    flex-direction: column;
  }

  #planner-filters .filters-box {
    text-align: center;
    margin-bottom:10px;
  }

  .planner-container h3 {
    margin-bottom:10px !important;
    text-align: left;
  }

  .planner_page_planner_edit_item .planner-edit-section h3 {
    text-align: left !important;
  }

  .filter-services-list .form-label {
    margin-left:7px;
  }
  .display-timeslots-box {
    margin-top:50px;
  }
  
  .overview-filter-services-small .filter-services-list {
    overflow-y: hidden;
    height:auto;
  }

  #planner-filters {
    justify-content: center;
    align-items: center;
  }

  input.search-field::placeholder {
    font-size:11px;
  }

  .listing-items span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .listing-items:first-child {
    display:none;
  }

  .planner-modal .uk-tab li, .planner-content .uk-tab li {
    padding:5px;
  }

  #item-photo-btn, .item-thumb-btn {
    position: initial;
  }

  #booking-rules h3,
  #booking-rules p {
    text-align: left !important;
  }

  #booking-rules .uk-width-3-4\@m {
    width:80%;
  }

  #booking-rules .uk-width-1-4\@m {
    width: 20%;
  }

  .listing-items span{
    justify-content:flex-start;
    flex-direction: column;
  }

  .listing-items .uk-grid .uk-width-1-6\@m:nth-child(2) {
    margin-top:40px !important;
  }
 
  .planner-header .uk-navbar-nav {
    display: none !important;
  }

  .planner-header .planner-version {
    width: 75px;
    margin-left: -20px;
  }

  .listing-actions {
    visibility: visible !important;
  }

  .inline-box {
    display: flex;
  }

  .planner_page_planner_service_categories a.listing-item-link { margin-top: 35px; }
 
  .service-meta-data .service-staff, .service-meta-data .service-duration {
    width: 100%;
  }

  .planner-modal {
    margin-left: 0px !important;
  }

  #service-delete-form .modal-delete-buttons .planner-delete-btn,
  #service-delete-form .uk-modal-close {
      width: 100%;
      margin-bottom:10px;
  }

  .export-box {
    max-width: 100%;
  }

  #item-photo-btn, .item-thumb-btn {
    position: absolute;
    left: 68px;
    top: -3px;
  }

  .listing-area .listing-actions {
    justify-content:flex-start !important;
    margin-top: 20px !important;
  }

  .listing-area .listing-actions .edit-item-action {
    background-color: #e8e8e8;
    color:#494949;
    text-decoration: none;
  }

  .listing-area .listing-actions .dublicate {
    background-color:#e8e8e8;
    color:#494949;
    text-decoration: none;
  }

  .listing-area .listing-actions .delete-item-action {
    background-color:#e8e8e8;
    color:#494949;
    text-decoration: none;
  }

  .listing-area .listing-actions a,
  .listing-area .listing-actions button {
    margin-right:7px !important;
    width: 27px;
    height: 27px;
  }

  .filter-services-list {
    padding-top: 15px !important;
  }

  .planner_page_planner_staff a.listing-item-link:first-child,
  .planner_page_planner_customers a.listing-item-link:first-child,
  .planner_page_planner_bookings a.listing-item-link:first-child {
    margin-top: 30px !important;
  }

  .planner-item-info {
    margin-top: 10px;
  }

  .filter-services-list {
    overflow-x: scroll;
  }

  .modal-delete-buttons .planner-delete-btn {
    width: auto;
    margin-bottom: 10px;
  }

  #new-item .planner-edit-header .planner-settings-switch {
    right: 0;
    top: 0;
  }

  .planner-edit-header .uk-text-right {
    text-align: left !important;
  }

  .planner-edit-header .status-message {
    left:0;
    top:0;
  }

  .add-item, .edit-item {
    margin-left: 0 !important
  }

  .chart-reports {
    padding: 0.5rem 0 !important;
  }

  .apexcharts-element-hidden{
    display: none;
  }

  .report-advance-filters{
    padding: 1rem;
  }

  .front-advance-filters{
    padding: 0;
  }

  .front-advance-filters .filter-item{
    padding: 0.5rem;
  }

}

/* Tablet */
@media screen and (max-width: 959px) and (min-width: 768px) {
  .planner_page_planner_bookings .listing-items span {
    margin-top:0px !important;
  }

  .service-meta-data .service-duration {
    margin-left:0;
  }

  .services-box {
    margin-top: 15px;
  }

  .form-label {
    margin-left:10px;
  }

  .display-timeslots-box {
    margin-top: 50px;
  }

  .listing-items:first-child {
    display: none;
  }

  .planner_page_planner_services .listing-item-link,
  .planner_page_planner_staff a.listing-item-link:first-child,
  .planner_page_planner_customers a.listing-item-link:first-child,
  .planner_page_planner_bookings a.listing-item-link:first-child,
  .planner_page_planner_service_categories a.listing-item-link:first-child {
    margin-top: 30px !important;
  }

  .planner-modal {
    margin-left: 0px !important;
  }

  .planner-header .uk-navbar-nav {
    display: none;
  }
 
  .listing-actions {
    visibility: visible !important;
  }

  .listing-area .listing-actions .delete-item-action,
  .listing-area .listing-actions .dublicate,
  .listing-area .listing-actions .edit-item-action {
    background-color:#e8e8e8;
    color:#494949;
    text-decoration: none;
  }

  .listing-area .listing-actions a,
  .listing-area .listing-actions button {
    margin-right:7px !important;
    width: 27px;
    height: 27px;
  }
  
  .export-box {
    max-width: 100%;
  }

  #planner-filters {
    flex-wrap: wrap;
}
  #planner-filters > *:first-child {
      width: 100%;
      margin: 10px 0 15px;
      text-align: center;
  }
    
  .planner-item-info {
    margin-top: 10px;
  }
}

/* Laptop */
@media screen and (max-width: 1650px) and (min-width: 960px) {
  .bookings-overview .uk-width-1-4\@m {
    width:80% !important;
  }

  .services-box {
    margin-top:20px;
  }

  .display-timeslots-box {
    margin-top: 30px;
  }

  .planner-header .uk-navbar-nav {
    display: none;
  }

  .listing-bookings {
    margin-top: 20px;
  }

  .planner-title-link.serv-cat {
    display: block;
    padding-left:0;
    border:none;
  }

  .planner-item-info {
    padding:15px;
  }

  .planner_page_planner_add_item .add-item {
    width:100%;
  }

  .planner-edit-booking .planner-delete-item-btn {
    top: 0;
  }

  #planner-edit-btn {
    position: relative;
    right: 0px;
  }

  #item-photo-btn, .item-thumb-btn {
    left: 133px;
  }

  .export-box {
    max-width: 80% !important;
  }
}

@media screen and (max-width: 1650px) and (min-width: 1440px) {
  #new-item .planner-edit-header .planner-settings-switch {
      right: 195px;
  }

  .planner-edit-booking .planner-delete-item-btn {
    top:0;
  }

  #planner-edit-btn {
    right:0;
  }
}

@media screen and (max-width: 1150px) and (min-width: 960px) {
  #planner-filters {
    flex-wrap: wrap;
  }
  #planner-filters {
      display: flex;
      justify-content: flex-end;
  }

  #planner-filters > *:first-child {
    width: 100% !important;
    margin: 10px 0 15px;
    text-align: center;
  }
  #planner-filters .filters-box {
    background: #fff;
    border-radius: 8px;
    display: inline-block;
    padding: 6px 10px;
  }
}

@media screen and (max-width: 2560px) and (min-width: 2400px) {
  #item-photo-btn, .item-thumb-btn {
    left:584px;
  }
}

@media screen and (max-width: 1380px) and (min-width: 1130px) {
  #new-item .planner-edit-header .planner-settings-switch {
    right:180px;
  }
}

@media screen and (max-width: 1390px) and (min-width: 1379px) {
  #item-photo-btn, .item-thumb-btn {
    left:241px;
  }
}
/*********************************************************** responsive ************************************************/

.regulation-file {
  border: none;
  background-color: #f0f0f0;
  text-align: center;
  padding: 15px 0 30px 0;
  position: relative;
  margin-top:5px;
}

.editor-group {
  margin-top:20px;
}

.rating-stars span {
   font-size: 24px;
}

.rating-stars span.normal-star {
    color:#a0a0a0;
}

.rating-stars span.yellow-star {
    color:#ebbc04;
}

.rating-stars {
  margin-top:10px;
  margin-bottom:10px;
}

.listing-items .rating-stars span {
  font-size: 14px !important;
}

.feeback-info p span:first-child {
  font-weight:500;
}

#search-date-field {
    height: 40px;
}

span.missing-label {
    margin-top:20px;
    display: block;
    color:#000;
    font-size:16px;
}

.editor-group span.asterisk,
.missing-label span.asterisk {
    color:red;
}

.required-msg1, .required-msg1-en, 
.required-msg2, .required-msg2-en,
.required-msg3, .required-msg3-en {
    color: #fff;
    font-weight: 400;
    background-color: #953434;
    width: 100%;
    padding: 5px;
}

#planner-settings .form-field-desc {
  font-size: 12px;
  font-style: italic;
  color: #626f76;
}

.export-box .select2-container--default .select2-selection--single .select2-selection__rendered,
.export-box select#booking-status {
  padding-left:10px !important;
}

.question {
  font-weight: 600;
}

.feedback-answers {
  margin-top: 30px;
}

/* NEW */
.chart-reports {
  background: #fff;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 6px;
  box-shadow: 0 4px 14px #e8e8e8;
  transition: all .4s ease;
}

.instructions-reports {
  background: #fff !important;
  border-radius: 6px;
  box-shadow: 0 4px 14px #e8e8e8;
  transition: all .4s ease;
  display: flex;
}

.instructions-reports span {
  font-size: 20px;
  margin-right:10px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 30px !important;
}

#year-service-field .select2-selection__clear {
  display: none;
}