.dataTables_filter input {
  height: 28px;
  border-radius: 8px;
  margin-bottom: 10px;
  outline: 0;
  padding: 0 6px;
  font-size: 13px;
  border: 1px solid #ccc;
}

.dataTables_length select {
  width: 75px;
  height: 28px;
  border-radius: 8px;
  outline: 0;
  padding: 0 10px;
  border: 1px solid #ccc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: white !important;
  border-radius: 10px !important;
  background: #2c9644e8;
  border: 1px solid #2c9644e8;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border-radius: 10px !important;
  background: #2c9644e8;
  border: 1px solid #2c9644e8;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 12px 10px;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 12px 18px;
  border-bottom: 2px solid #c1c1c1;
}

.no-sort::before {
  display: none!important;
}

.no-sort::after {
  display: none!important;
}

/* .no-sort { pointer-events: none!important; cursor: default!important; } */

.toggle-container {
  display: flex;
  align-items: center;
  margin: 10px 0;
  width: max-content;
}

.toggle {
  visibility: hidden;
}

.label {
  background-color: #d0d0d0;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  margin: 0 15px 0;
  width: 40px;
  height: 20px;
  position: relative;
}

.toggle:checked+.label {
  background-color: #2c9644e8;
}

.ball {
  background: #fff;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
  align-items: center;
  justify-content: center;
  animation: slideOff 0.3s linear forwards;
}

.toggle:checked+.label .ball {
  animation: slideOn 0.3s linear forwards;
}

@keyframes slideOn {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(10px) scale(1.2);
  }
  100% {
    transform: translateX(20px) scale(1);
  }
}

@keyframes slideOff {
  0% {
    transform: translateX(20px) scale(1);
  }
  50% {
    transform: translateX(10px) scale(1.2);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}

.customer-text {
  background-color: #2c9644e8;
  border-radius: 50%;
  color: #fff;
  width: 38px;
  height: 38px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.active-button {
  background-color: #2c9644e8;
  color: #fff !important;
}

.d_none {
  display: none;
}

.btn_padding {
  cursor: pointer;
  padding: 0.6rem 0.2rem !important;
}

.bg-light_1 {
  background-color: #f1f1f1 !important;
}

.bg-secondary_1 {
  background-color: #c1c1c163 !important;
}

.error {
  color: red;
}

.dropdown .dropdown-menu {
  margin-bottom: 20px;
}

.add_user_error_msg {
  color: red;
  margin-bottom: 20px;
}

/*  */

.table-scrollable {
  overflow-x: auto;
}

.table thead th, .table thead td {
  min-width: 125px;
}

.table thead th:first-child, .table thead td:first-child {
  min-width: 150px;
}

.no-wrap {
  white-space: nowrap;
}

.btn-padding {
  padding: 12px 16px;
}

.btn-padding-sm {
  padding: 8px 14px;
}

.view {
  margin: auto;
}

.wrapper {
  position: relative;
  overflow: auto;
  /* white-space: nowrap; */
}

.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
}

.first-col {
  width: 150px;
  min-width: 150px;
  left: 0px;
}

.second-col {
  width: 150px;
  min-width: 150px !important;
  left: 150px;
}

.third-col {
  width: 150px;
  min-width: 150px;
  left: 300px;
}

table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: inherit !important;
}

.checklist-table-head {
  background: rgb(246, 246, 246);
  border: 0px none;
  padding: 15px;
  font-size: 14px !important;
  text-align: center;
  font-weight: normal;
}

.checklist-field-table-td {
  padding: 20px 20px 20px 0px !important;
}

.field-input-text {
  width: 100%;
}

.remove-icon {
  cursor: pointer;
}

.h-auto {
  height: auto !important;
}

.group_data {
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  padding: 20px;
}

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

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #989898;
}


.intl-tel-input {
  display: block;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.search-input {
  display: block;
  width: 100%;
  height: calc(1.25em + 1.4rem + 1px) !important;
  padding: 0.7rem 0.7rem !important;
  font-size: 0.96rem !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  color: #4e5154;
  background-color: #fff;
  background-clip: padding-box !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 5px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;

}

#loadingDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup-view-button {
  padding: 5px 10px;
  background: #999999;
  margin-left: 9px;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
}

.page-loader {
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
}

.page-loader img {
  width: 100px;
  height: 100px;
  position: fixed;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.table-username {
  background: #2c9644e8;
  padding: 4px;
  border-radius: 4px;
  color: #ffffff;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.show-image-modal:hover{
  cursor: pointer;
}


/* Input Radio in Out Of Bounds */

.btn_choose_sent input {
  -webkit-appearance: none;
  display: block;
  margin: 10px;
  width: 18px;
  height: 18px;
  border-radius: 12px;
  cursor: pointer;
  vertical-align: middle;
  box-shadow: hsla(0,0%,100%,.15) 0 1px 1px, inset hsla(0,0%,0%,.5) 0 0 0 1px;
  background-color: hsla(0,0%,0%,.2);
      background-image: -webkit-radial-gradient( #fff 0%, #fff 15%, #fff 28%, #fff 70% );
  background-repeat: no-repeat;
  -webkit-transition: background-position .15s cubic-bezier(.8, 0, 1, 1),
    -webkit-transform .25s cubic-bezier(.8, 0, 1, 1);
  outline: none;
}
.btn_choose_sent input:checked {
  -webkit-transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1),
    -webkit-transform .25s cubic-bezier(0, 0, .2, 1);
}
.btn_choose_sent input:active {
  -webkit-transform: scale(1.5);
  -webkit-transition: -webkit-transform .1s cubic-bezier(0, 0, .2, 1);
}



/* The up/down direction logic */

.btn_choose_sent input,
.btn_choose_sent input:active {
  background-position: 0 24px;
}

.btn_choose_sent input:checked {
  background-position: 0 0;
}

.btn_choose_sent input:checked ~ input,
 .btn_choose_sent input:checked ~ input:active {
  background-position: 0 -24px;
}

.btn_choose_sent{
      background: #EF2D56;
    color: #fff;
    box-shadow: 0 10px 20px rgba(125, 147, 178, .3);
    border: none;
     border-radius: 3px;
    font-size: 16px;
    line-height: 10px;
    padding:  16px 20px 16px 38px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-right: 30px;
    transition: all .3s;
    height: auto;
    cursor: pointer;
    position: relative;
    outline: none;
}

.btn_choose_sent input{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 2px;
}

.btn_choose_sent input:after{
   position: absolute;
    content: '';
    width: 15rem;
    left: 0;
    right: 0;
    height: 40px;
    top: -10px;
}

.bg_btn_chose_1{
  background-color: #8fc644 !important;
}


.bg_btn_chose_2{
  background-color: #2c9644e8 !important;
}

.btn_choose_sent_check_b{
    background: #EF2D56;
    color: #fff;
    box-shadow: 0 10px 20px rgba(125, 147, 178, .3);
    border: none;
     border-radius: 3px;
    font-size: 16px;
    line-height: 10px;
    padding:  16px 20px 16px 46px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-right: 30px;
    transition: all .3s;
    height: auto;
    cursor: pointer;
    position: relative;
    outline: none;
}

#ajax_datatable {
  font-size: 10px;
  text-align: center !important;
}

#ajax_datatable th {
  text-align: center !important;
}

#ajax_datatable th {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* popup buttons alignment  */
.swal2-actions .swal2-styled {
  margin: auto 5px !important;
}

.issue_assign_to_card {
  border: 1px solid #dbd7d7;
  border-radius: 4px;
  padding: 5px;
  background-color: #e7e7e7;
  width: 340px;
  margin-bottom: 10px;
}

.issue_timeline_card {
  padding: 10px;
  border: 1px solid #cecbcb;
  border-radius: 4px;
  background-color: #e7e7e7;
  margin-top: 10px;
}

.user_delete_alert {
  font-size: 11px;
  margin-top: -10px;
  padding: 6px;
}

/* .card .card-content .apexcharts-canvas {
  display: none;
} */

.dashboard_location_table{
  height: 368px;
  background-color: white !important;
} 
.dashboard_no_data_td {
  display: block;
}

.badge_styling {
  color: white !important;
  border-radius: 4px !important;
  font-size: 9px !important;
  padding: 2px 5px 3px 5px;
}

.secondary_color {
  background-color: #838383 !important;
}

.warning_color {
  background-color: #2c9644!important;
}
.success_color {
  background-color: #2c9644!important;
}

.danger_color {
  background-color: #ea5455!important;
}

.long_statuses {
  display: inline-block;
  width: 130px !important;
}

#no_data {
  margin: auto;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.f-14 {
  font-size: 14px;
}

.float-right {
  float: right;
}

.mr-10 {
  margin-right: 10px;
} 

.mt-10 {
  margin-top: 10px;
} 

.pt-10 {
  padding-top: 10px;
} 

.mb-10 {
  margin-bottom: 10px;
} 

.ml-10 {
  margin-left: 10px;
}

.p-10 {
  padding: 10px;
}

.bg-wheat {
  background-color: wheat;
}

.bg-light-green {
  background-color: rgb(185 249 188);
}

.actions-xzt {
  display: flex;
  justify-content: center;
  padding: 10px 10px 10px 10px;
}

.f-20 {
  font-size: 20px;
}

.bg-orange {  
  background: rgb(255 183 82);
}

.feather-icons-cus {
  padding: 5px;
  color: whitesmoke;
}

.bg-silver {
  background-color: #f9f9f9;
}

.m-2 {
  margin: 2px!important;
}

.color-whitesomke {
  color: whitesmoke;
}

.f-br {
  font-weight: bolder;
}

.roster-xzt td  {
  vertical-align: top;
}

.hover-pointer-xzt :hover {
  cursor: pointer;
}

.date-change-roster-xzt {
  float: right;
}

.main-xzt {
  display: flex;
  background: #2c9644;
  padding: 5px;
  color: whitesmoke;
  font-weight: bolder;
  font-size: 16px;
  align-items: center;
}

.calendar-xzt {
  margin: 0px 10px 0px 10px;
}

.left-arrow-xzt:hover {
  cursor: pointer;
}

.right-arrow-xzt:hover {
  cursor: pointer;
}

.bg-dark-green {
  background-color: rgb(17 139 68);
}

.text-white {
  color: whitesmoke;
}

.resources {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.bg-light-grey {
  background-color: #cfc5c5;
}

.text-black {
  color: black;
}


.main-menu .navbar-header .navbar-brand .brand-logo {
  /* background: url(/images/smart-cleaning-solution-logo.svg) no-repeat; */
  height: 52px;
  width: 52px;
  /* background-size: contain; */
  background: none;
  display: flex;
  align-items: center;
}

.main-menu .navbar-header .navbar-brand .brand-logo > img {
  width: 100%;
  height: 100%;
}
