
html, body {
  height: 100%;
}

#loader{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    @include transform-translate-y(-50%);
    text-align: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    top: 50%;
}

.full-screen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.9);
  z-index: 9999;
}


.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-info ~ .bootstrap-switch-default {
    background-color: #23CCEF !important;
}


input:checked + .slider {
  background-color: #23CCEF;
}

input:focus + .slider {
  box-shadow: 0 0 1px #23CCEF;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.text-right {
  text-align: right;
}


.setup-form-label {
  color: #fff;
  opacity: 1;
}

.setup-user-color {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 5px;
  border: 1px solid #fff;
}

.mw-33 {
  max-width: 33% !important;
}

.form-check-input[type="radio"]:checked {
  border-color: #000 !important;
}

.input-group.input-group-outline .form-control[disabled] {
  background-color: #f8f8f8;
}

.option-card {
  /* cursor: pointer; */
  margin-bottom: 0.5rem !important;
}

.option-card .setup-form-label {
  margin-bottom: 0 !important;
}

.btn-cx {
  padding: 6px 18px !important;
}

.w-97 {
  width: 97%;
}

.img-cross {
  position: absolute;
  z-index: 999;
  background-color: red;
  color: #fff;
  font-size: 12px;
  padding: 0px 7px;
  left: 154px;
  cursor: pointer;
  font-weight: bold;
  border-bottom-left-radius: 5px;  
}

.pl-text {
  position: absolute;
  padding-top: 9px;
  padding-left: 12px;
  font-size: 14px;    
}

.td-vm {
  vertical-align: middle;
}

.table> :not(:first-child) {
  border-top: 0 none !important;
}

.active>.page-link {
  background-color: #de1c1c !important;
  border-color: #de1c1c !important;
  color: #fff !important;    
}

table.dataTable thead>tr>th.dt-orderable-asc:hover, table.dataTable thead>tr>th.dt-orderable-desc:hover, table.dataTable thead>tr>td.dt-orderable-asc:hover, table.dataTable thead>tr>td.dt-orderable-desc:hover {
  outline: none !important;
}

.ngx-pagination .current {
  background-image: linear-gradient(195deg, #f63f16 0%, #DE1C1C 100%) !important;
  border-radius: 5px !important;
}

.pagination-wrapper {
  max-width: 525px;
  margin: 0 auto;
}

.swal2-confirm {
  display: inline-block;
  background-color: rgb(251, 64, 75) !important;
  border-left-color: rgb(251, 64, 75) !important;
  border-right-color: rgb(251, 64, 75) !important;
}

.ngx-pagination .current, .current {
  background: linear-gradient(195deg, #f63f16 0%, #DE1C1C 100%);
  border-radius: 5px;
}

input[type="file"] {
  display: none;
}

.table thead th {
  font-size: 0.65rem;
}

.ico-img-pl {
  width: 150px;
}

.text-capital {
  text-transform: capitalize;
}

.alert > button {
  background: transparent;
  border: 0 none;
  padding-top: 11px;  
}

.responsive-img {
  max-width: 100%;
}