﻿
    .extra_space_top { margin-top:30px }
.table-responsive table td span,.tag {
    float: left;
    color: #ffffff;
    background-color: #b68812;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 3px;
    margin: 2px 5px 2px 0px;
}
.tag:hover,.tag:focus { color: #ffffff !important; text-decoration: none; background-color: #000; }
.closed-sidebar .app-sidebar .app-sidebar__inner ul.mm-show>li>a { height: auto; }
.header__pane { display: none; }
.app-header .app-header__logo {
  display: flex;
}
.form-group > label.error {
    display: block;
}
label.error {
    background-color: #f7d3dc;
    padding: 1px 20px 4px;
    float: left;
    width: 100%;
    margin: 10px 0;
    border-radius: 3px;
}
select { cursor: pointer; }
.note-box {
  position: relative;
}
.note-box:hover { text-decoration: none; }
.note-wrap {
  position: absolute;
  left: 50%;
  top: 0%;
  margin: -10px 0 0px 25px;
  background-color: #ffffff;
  width: 300px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  z-index: 999;
  padding: 10px;
  border-radius: 7px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transform: scale(0.9);
}
.rightside .note-wrap {
  margin: -10px 25px 0px 0px;
  left: auto;
  right: 0px;
}
.note-wrap.detail {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px;
  left: 0px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  box-shadow: none;
}
.note-wrap.detail:before { display: none; }
.note-wrap ul {
  padding: 0px;
  margin: 0px;
}
.note-wrap ul li {
  list-style: none;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin: 0px 0px 10px;
  padding: 0px 0px 5px;
}
.note-box:hover .note-wrap {
  transform: scale(1);
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.note-box.rightside:hover .note-wrap { left: auto; right: 100%; }
.note-wrap:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 10px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  margin: 0px 0 0;
}
.rightside .note-wrap:before {
  border-left: 10px solid #fff;
  border-right: none;
  left: auto;
  right: -10px;
}
.note-wrap p {
  margin: 5px 0px 10px;
  font-size: 12px;
  line-height: 20px;
}
.job-requirements {
  float: left;
  width: 100%;
}
.job-requirements h2 {
  font-size: 20px;
  font-weight: bold;
}
.job-requirements ul li {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0px 0px 10px;
  position: relative;
  padding: 0px 0px 0px 20px;
}
.job-requirements ul li:before {
    content: "\e684";
  position: absolute;
  left: 0px;
  font-size: 20px;
  top: -3px;
  color: #27b2fc;
  font-family: 'Pe-icon-7-stroke';
}
.detail-table table tr th { width: 30%; }
.fc-daygrid-day {
    cursor: pointer;}
.blocked-box { background-color: #f1f1f1; cursor: not-allowed;}
.fc .fc-day-disabled,.blocked { cursor: not-allowed;}
.admin-privileges {
  float: left;
  width: 100%;
}
.admin-privileges ul { margin: 0px; padding: 0px; }
.admin-privileges ul li {
  list-style: none;
  float: left;
  margin: 0px 0px 10px;
  width: 50%;
}
.admin-privileges small {
  font-size: 14px;
  text-transform: capitalize;
}
.admin-privileges h2 {
  margin: 0px 0px 20px;
  font-size: 20px;
  font-weight: 600;
}
.app-logo-inverse {
    height: 77px;
    width: 165px;
    background: url('assets/images/logo.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.date-select .form-group { width: 23%; float: left; margin-right: 4px; }
.date-select > span {
    float: left;
    width: 5%;
    text-align: center;
    height: 67px;
    line-height: 93px;
    margin: 0 2px 0 0;
    font-weight: bold;
}



/* The whole thing */
.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

/* Each of the items in the list */
.custom-menu li {
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
}
.custom-menu li a { color: #000; padding: 8px 12px; display: inline-block; }
.custom-menu li a:hover {
  text-decoration: none;
  color: #000;
}
.custom-menu li:hover {
    background-color: #DEF;
}
.table-responsive { overflow: auto; }
.table-responsive td { position: relative; }
.table-responsive.last-child-wrap td:last-child { width: 40%; }
.table-cursor tr td {cursor: pointer;}
.add-note.active { background-color: #e0f3ff; }
.add-note.active:before {
  content: '\f178';
  font-family: FontAwesome;
  position: absolute;
  right: 8px;
  top: 2px;
  color: #000;
  font-size: 23px;
}
.add-note { position: relative; }
.search-form { margin: 0px -15px; padding: 0px; }
.search-form li {
  list-style: none;
  float: left;
  width: 43%;
  position: relative;
  padding: 0px 15px;
}
.search-form li:last-child { width: auto; }
.search-form li:last-child button {
  margin: 26px 0px 0px;
  text-transform: uppercase;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
}
.search-form input {
  float: left;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.search-form select {
  float: left;
  width: 18%;
  border: 1px solid #ddd;
  height: 40px;
  text-transform: capitalize;
  padding: 0px 5px 0px 10px;
  cursor: pointer;
  font-size: 12px;
  -webkit-appearance: menulist;
  background-color: #f7f7f7;
  border-radius: 5px 0px 0px 5px;
}
.search-form li:first-child input {
  width: 82%;
  border-radius: 0px 5px 5px 0px;
}
.table-detail tr th { width: 30%; }
#formModal .modal-dialog { max-width: 800px; }
#jobModal .modal-dialog { max-width: 800px; }
#presentModal .modal-dialog,
#hiredModal .modal-dialog { max-width: 900px; }
.datepicker-dropdown { z-index: 9999 !important; }
#placementModal .modal-dialog { max-width: 800px; }
/* *********  form tags input  **************************** */
textarea.form-control { height: 150px; }
.tagsinput {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 4px 6px 5px;
    width: 300px;
    overflow-y: auto;
    border-radius: .25rem;
}

span.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px 9px;
    text-decoration: none;
    background: #1ABB9C;
    color: #F1F6F7;
    margin-right: 5px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: helvetica;
}

span.tag a {
    color: #F1F6F7 !important;
}

.tagsinput span.tag a {
    font-weight: bold;
    color: #82ad2b;
    text-decoration: none;
    font-size: 11px;
}

.tagsinput input {
    width: 80px;
    margin: 0px;
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 3px;
    background: transparent;
    color: #000;
    outline: 0px;
}

.tagsinput div {
    display: block;
    float: left;
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}
/* *********  /form tags input  **************************** */
.simple-search.search-form li:first-child input { width: 100%; }
.simple-search.search-form li:last-child { width: 43%; }
.search-remover .dataTables_filter { display: none; }
.multiselect-dropdown ~ .select2-container { width: 100% !important; }
/*motivz-job-search*/
.motivz-job-search {
    float: left;
    width: 100%;
}
/*.motivz-job-search form {
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 5px 0px;
    background-color: rgba(255,255,255,0.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}*/
.motivz-job-search ul { padding: 0px; margin: 0px -10px; }
.motivz-job-search ul li {
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
    width: 25%;
    padding: 0px 10px;
    margin: 16px -4px 0px 0px;
}
.motivz-job-search input[type="submit"] {
    height: 38px;
    width: 100%;
    border-radius: 3px;
    border: none;
    font-size: 16px;
    background-color: #b68812;
    color: #ffffff;
}
input[type="submit"] { cursor: pointer; }
.search-form.width-full li { width: 50% !important; padding: 0px 10px; }
.search-form.width-full { margin: 0px -10px; }
.btn.btn-primary.pull-left.mm-active { background-color: transparent; color: #b68812; }
.note span {
  text-transform: uppercase;
  color: red;
}
.example-single { padding: 0px; }
.example-single.dropdown-toggle::after { display: none; }
.candidate-scroll {
  height: 700px;
  overflow: auto;
}
.candidate-list h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 0px;
  color: #b68812;
}
.candidate-list tr td small { font-size: 14px; display: block; margin: 0px 0px 10px; }
.app-header__logo { padding: 0 .5rem; }
.app-header__logo .logo-src {
      height: 90px;
    width: 264px;
    margin-bottom: -70px;
}

.input_slot{
    display: none;
}
.custom-checkbox label small { color: red; }
.custom-checkbox label small ~ span {
  font-size: 12px;
    margin: 0 0 0 3px
}
.to-do-list tr td:last-child,
.to-do-list tr th:last-child { text-align: center; }
.to-do-list.table-responsive table td span, .tag { float: none; display: inline-block; }
.table-width { width: 27%; }
.table-responsive.otm table tr th { text-transform: uppercase; }
.app-sidebar__heading { color: #000; }
.vertical-nav-menu li a.mm-active,.vertical-nav-menu li a:hover,.add-note.active,
.table-hover tbody tr:hover,.vertical-nav-menu ul>li>a.mm-active,.vertical-nav-menu ul:before { background-color: rgba(0, 0, 0,0.05) }
.table-responsive td a:hover { color: #000000; }
.btn-primary:hover { background-color: #000; border-color: #000; }
.app-main .app-main__inner { padding: 15px 15px 0px; }
[class*="col-"] { padding: 0px 8px; }
.row { margin: 0px -8px; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
      background-color: #b68812;
    border-color: #b68812;
}
.form-control:focus,.search-form input:focus,
.custom-control-input:focus ~ .custom-control-label::before {  border-color: rgba(182,136,18,0.1); box-shadow: 0 0 0 0.2rem rgba(182,136,18,0.25) }
.search-form input:focus,.search-form select {outline-offset: 0px; outline: -webkit-focus-ring-color auto 0px;}
.custom-control-input:checked ~ .custom-control-label::before { border-color: #b68812; }
.pdf-remove-img {
  float: left;
  width: 100%;
}
.pdf-remove-img ul { margin: 0px; padding: 0px; }
.pdf-remove-img ul li {
  list-style: none;
  float: left;
  width: 10%;
  padding: 0px 5px 10px;
}
.pdf-remove-img figure {
  position: relative;
  margin: 0px;
  float: left;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 10px;
}
.pdf-remove-img figure i {
  font-size: 50px;
}
.pdf-remove-img figure:before {
  content: '\f1f8';
  font-family: FontAwesome;
  right: 10px;
  top: 50%;
  font-size: 24px;
  color: #000;
  background-color: #ffffff;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  z-index: 1;
  margin: -15px 0px 0px 0px;
  cursor: pointer;
}
/*.overflow-scroll::-webkit-scrollbar { width: 2px; }
.overflow-scroll::-webkit-scrollbar-thumb { background-color: #b68812; }
.overflow-scroll::-webkit-scrollbar-track { background-color: #000; }*/

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
/*motivz-job-list*/
.motivz-job-list {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
}
.motivz-job-list figure a,
.motivz-job-list-wrap {
    float: left;
    width: 100%;
}
.motivz-job-list figure img { width: 100%; }
.motivz-job-list figure {
    float: left;
    width: 42px;
    border: 1px solid #eeeeee;
    margin-bottom: 0px;
}
.motivz-job-list > ul > li {
    margin-bottom: 20px;
    list-style: none;
    position: relative;
}
.motivz-job-list figure ~ .motivz-joblisting-text {
    margin-left: 59px;
}
.motivz-list-option ul li i {
    margin-right: 6px;
    color:#999;
}
.motivz-list-option ul li a {
    color: #b68812;
}
.motivz-list-option {
    float: left;
}
.motivz-list-option h2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1;
}
.motivz-list-option h2 a {
  /*font-weight: bold;*/
  color: #000;
}
.motivz-list-option h2 span.expired-color { background: red; }
.motivz-list-option h2 span {
    display: inline-block;
    padding: 3px 10px 3px 10px;
    color: #ffffff;
    background-color: #b68812;
    font-size: 10px;
    font-weight: 300;
    border-radius: 60px;
    vertical-align: top;
}
.motivz-list-option ul {
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.motivz-list-option ul li {
    float: left;
    padding: 2px 15px;
    list-style: none;
    border-left: 1px solid #e0e0e0;
    line-height: 1;
    font-size: 12px;
}
.motivz-list-option ul li:first-child {
    padding-left: 0px;
    border-left: none;
}
.motivz-option-btn {
    float: left;
    margin-right: 15px;
    min-width: 104px;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    background-color: #b68812;
}
.motivz-option-btn:hover {background: #000;}
.motivz-option-btn.motivz-blue { background-color: #186fc9; }
.motivz-option-btn.motivz-red { background-color: #e12335; }
.motivz-option-btn.motivz-green { background-color: #f1630d; }
.motivz-job-userlist {
    float: right;
    margin-top: 10px;
}
.motivz-job-list-wrap {
    background-color: #ffffff;
    border: 1px solid #ececec;
    padding: 20px 19px 13px 14px;
}
.motivz-joblisting-classic-wrap {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0px 0px 10px;
}


/*featured-jobs-list*/
.featured-jobs-list > ul > li {
    list-style: none;
    margin: 0px 0px 25px;
}
.side-featured-jobs .featured-jobslist-text { cursor: pointer; }
.featured-jobs-list,.featured-jobslist-text {
    float: left;
    width: 100%;
}
.featured-jobs-list > h2 {
    margin: 0px;
    font-size: 20px;
    display: inline-block;
}
.featured-jobs-list > h2 span { color: #575956; }
.featured-jobslist-text {
    background: #fafafa;
    padding: 35px;
    position: relative;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}
.featured-jobs-list .sorting { margin: 0px 0px 35px; }
.featured-jobslist-text h2 {
    font-size: 26px;
    margin: 0px 0px 3px;
}
ul li:hover .featured-jobslist-text { background: #ffffff; box-shadow: 0px 0px 46px rgba(147,159,138,0.15); }
.featured-jobslist-text figure {
    float: left;
    width: 65px;
    margin: 5px 0px 0px;
}
.featured-jobslist-text figure img { border-radius: 5px; }
.featured-jobslist-text figure ~ section {
    padding: 0px 0px 0px 90px;
}
.featured-jobslist-text section { line-height: 1; }
.featured-jobslist-text section > small {
    font-size: 18px;
    color: #575956;
    display: block;
    margin: 0px 0px 23px;
    font-family: 'Cabin', sans-serif;
}
.featured-jobslist-text section > small a { color: #575956; }
.featured-jobslist-text p {
    color: #575956;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 27px;
}
.job-location {
    float: left;
    margin: 0px;
}
.job-location li {
    list-style: none;
    float: left;
    color: #010c3a;
    font-size: 16px;
    margin: 0px 40px 0px 0px;
}
.job-location li i { margin: 0px 7px 0px 0px; }
ul>li:hover .apply { color: #b68812; }
.apply { float: right; }
.apply a:last-child {
    float: right;
    font-size: 16px;
    font-weight: 600;
    margin: -3px 0px 0px;
    background: #b68812;
    color: #fff;
    font-family: 'Cabin', sans-serif;
    transition: all 0.4s ease-in-out;
    padding: 10px 25px;
    border-radius: 5px;
}
.apply span {opacity: 0.45;}
.apply a.like { display: inline-block; }
.apply a.like > i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #f0f0f0;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    color: #b4b4b4;
    vertical-align: middle;
    margin: 0px 30px 0px 0px;
    z-index: 1;
    transition: all 0.4s ease-in-out
}

.motivz-job-like { float: right; }
.motivz-job-like > i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #f0f0f0;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    color: #b4b4b4;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    z-index: 1;
    transition: all 0.4s ease-in-out
}
.motivz-job-like:hover > i,
.motivz-job-like.fav > i { color: #ec5362; }
img {max-width: 100%;}
.apply a.like:hover > i,
.apply a.like.fav > i { color: #ec5362; }
.publish {
    position: absolute;
    right: 39px;
    top: 35px;
    font-size: 16px;
    color: #071232;
}
.publish span { opacity: .4; }
.publish small {
    font-size: 14px;
    text-transform: uppercase;
    background: #b225ff;
    color: #ffffff;
    border-radius: 3px;
    padding: 1px 5px 2px;
    margin: 0px 9px 0px 0px;
}
.form-control[readonly] {background: #fff;}
div.form-control {height: auto; display: inline-block;}
.btn.btn-primary.btn-file,
.btn.btn-primary.btn-file:focus {
      background: #000;
    border-color: #000;
}
.status-radio {
  float: left;
  width: 50%;
  margin: 10px 0px;
}
.ck-content { min-height: 200px; }
.dashboard-box {
  float: left;
  width: 100%;
  padding: 50px 0px;
  border-radius: 0px 0px 5px 5px;
  border-bottom: 3px solid #b68812;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  margin: 0px 0px 30px;
  text-align: center;
}
.dashboard-box:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
  text-decoration: none;
  border-bottom-color: #0056b3;
}
.dashboard-box i {
  font-size: 60px;
}
.dashboard-box h2 {
  margin: 0px;
  font-weight: bold;
  font-size: 22px;
}
.dashboard-box small {
  font-size: 14px;
  color: #363636;
}
.scrollbar-sidebar { padding-top: 20px; }
.vertical-nav-menu li a i { color: #b68812; }
.vertical-nav-menu li a.mm-active i { color: #000; opacity: 1; }
.fixed-header .app-header { background: transparent !important; }
.underline-form .form-control {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  padding-left: 0px;
}
.underline-form .form-group {margin-bottom: 22px;}
.nav-button {
    line-height: 2.4rem;
    height: 2.4rem;
    padding: 0 1.5rem;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background: #b68812;
    color: #fff;
    margin: -1px 0px 0px;
    transition: all 0.4s ease-in-out;
}
.nav-button:hover {background: #000; color: #ffffff; text-decoration: none;}
/*job-search-wrapper*/
.job-search-wrapper {
    float: left;
    width: 100%;
}
.job-search-wrapper .job-search {
    margin: 0px 0px 10px;
}
.job-search {
    float: left;
    width: 100%;
    border: 1px solid #e8ebe6;
    padding: 20px 0px 20px 56px;
    border-radius: 7px;
    margin: 0px 0px 83px;
    position: relative;
    box-shadow: 0px 0px 80px rgb(147 159 138 / 15%);
}
.job-search ul li.title {
    width: 41%;
}
.job-search ul li.location {
    width: 37%;
}
.job-search ul li.location i {
    float: left;
    font-size: 23px;
    color: #000;
    padding: 5px 30px 0px 23px;
}
.job-search ul li.location i ~ input[type="text"] {
    width: 80%;
}
.job-search ul li {
    list-style: none;
    float: left;
}
.job-search input[type="text"] {
    float: left;
    width: 100%;
    height: 33px;
    font-size: 16px;
    color: rgba(7,18,50,0.65);
    background-color: transparent;
    border: none;
    border-right: 1px solid #e8ebe6;
}
.job-search label {
    position: absolute;
    right: 0px;
    top: 0px;
}
.job-search label {
    margin: 0px;
}
.job-search label i {
    position: absolute;
    left: 29px;
    top: 27px;
    font-size: 21px;
    color: #ffffff;
}
.job-search label input[type="submit"] {
    height: 75px;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 30px 0px 60px;
    font-family: 'Cabin', sans-serif;
    background: #b68812;
    border-radius: 0px 7px 7px 0px;
}
.job-filters-top {
    float: left;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 80px rgb(147 159 138 / 15%);
    padding: 8px 20px 0px;
    border: 1px solid #e8ebe6;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.job-filters-top > ul > li {
    display: inline-block;
    width: 25%;
    margin: 0px 0px 10px -4px;
    vertical-align: top;
    padding: 0px 10px;
}
.job-filters-top select.form-control {
    border: none;
    height: 40px !important;
}
ul { margin: 0px; }
/*underline-form*/
.dash-box i {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  line-height: 103px;
  text-align: center;
  background-image: linear-gradient(to bottom right, #b68812, #5a5a5a);
  font-size: 55px;
  margin: 0px 20px 0px 0px;
  color: #ffffff;
}
.dash-box h2 {
  font-weight: bold;
  font-size: 38px;
}
.dash-box span {
  font-size: 18px;
}
.dash-box a:hover { text-decoration: none; color: #b68812; }
.dash-box a { color: #555 }
ul { padding: 0px; }
.dropdown-menu.dropdown-menu-lg {
    min-width: auto;
    background: transparent;
    border: none;
    box-shadow: none;
}
.event-desc a { display: block; }
.event-desc a:hover { color: #000; }
.type-available-date,
.event-bullet-available-date { background: green !important; }
.type-booked-date,
.event-bullet-booked-date { background: orange !important; }
.type-unavailable-date,
.event-bullet-unavailable-date { background: gray !important; }
/*slots*/
.slots label {
    display: inline-block;
    margin: 0 5px 10px;
    cursor: pointer;
}
.slots label span {
    display: inline-block;
    font-size: 12px;
    border-radius: 3px;
    padding: 4px 10px;
    background: #eee;
    color: #000;
}
.slots label input {
    position: absolute;
    opacity: 0;
}
.slots label input[type="radio"]:checked ~ span,
.slots label input[type="checkbox"]:checked ~ span{
    background: #b68812;
    color: #fff;
}
.option-wrap h3 {
    font-size: 16px;
    margin-top: 10px;
}
.event-container { margin: 0; }
.admin-total-wrap {
    align-items: flex-start;
    display: flex;
    margin-bottom: 5px;
}
.admin-total-wrap .slots.ml-3 { margin-left: 5px !important }
.admin-total-wrap .assign select { padding-left: 10px; }
.admin-total-wrap2 {
    /*align-items: flex-start;*/
    display: flex;
    flex-direction: column !important;
    margin-bottom: 5px !important;
}
.admin-total-wrap > span {
    float: left;
    font-weight: 600;
    margin-bottom: 5px;
   
 
}
.admin-total-wrap2 > span {
    float: left;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    /*margin-left: 50px;*/
}
.admin-total-wrap > strong {
    font-size: 16px;
    float: left;
    margin-right: 6px;
}
.max-w-admin > strong {
    width: 100%;
    max-width: 50%;
}
.admin-total-wrap button { margin-left: auto; }
.golden {color: #b68812;}
.simple-btn {
    background: #b68812;
    color: #fff !important;
    display: flex;
    margin-right: auto;
    height: 50px;
    align-items: center;
    padding: 1px 28px 0;
    border-radius: 50px;
    font-size: 15px;
    margin-top: 10px;
    box-shadow: 2px 6px 25px rgb(0 0 0 / 40%);
    transition: all 0.4s ease-in-out;
    justify-content: center;
    text-transform: capitalize;
}
.simple-btn:hover { box-shadow: 0px 0px 10px rgb(0 0 0 / 20%); }
.admin-total-wrap .simple-btn {
    box-shadow: none;
}
.admin-total-wrap .simple-btn:hover {background: #000; }
.event-container>.event-icon { display: none; }
.event-container:hover { box-shadow: none; }
.event-container>.event-info { width: 100%; }
.assign { margin-left: auto; }
.assign .form-control {
    width: 140px !important;
    height: 36px !important;
    padding: 0;
    font-size: 12px;
}
.event-container::before { display: none; }
.event-container>.event-info { padding: 3px 10px; }
.event-title {
    color: #b68812;
    cursor: pointer;
}
.event-title:before {
    content: "\e699";
    position: absolute;
    font-family: 'Pe-icon-7-stroke';
    right: 0;
    top: 0;
    transition: all 0.4s;
}
td.fc-day-past >.fc-daygrid-day-frame >.fc-daygrid-day-events>.fc-daygrid-event-harness>.fc-daygrid-event {
    opacity: 0.60;
}
.event-title.active-event:before { transform: rotate(45deg); }
.admin-total-wrap { margin-bottom: 10px; }

/*search-list*/
.search-list {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.search-list ul { margin: 0 -10px; }
.search-list ul li {
  display: inline-block;
  margin-right: -4px;
  list-style: none;
  vertical-align: top;
  width: 33.333%;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.search-list input[type="submit"] {
  height: 39px;
  padding: 0px 30px;
  border: none;
  background: #b68812;
  color: #fff;
  border-radius: .25rem;
}
.assigned small {display: block; font-weight: bold;}
.assigned > span {
    font-weight: 400;
    padding: 2px 6px !important;
    font-size: 10px !important;
}
.assigned.flex {
    display: flex;
    flex-wrap: wrap;
}
.assigned.flex small { margin-right: 10px; }
#graph-wrapper > button,
.header-btn-lg::before { display: none; }
.app-sidebar { padding-top: 112px; }
.fixed-header .app-header { position: absolute; }
.app-header__logo { position: fixed; }
.date-show {
    display: flex;
    justify-content: center;
}
.date-show span { margin: 0 5px; }
.pilot-info,.slots-info {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.fc.fc-media-screen.fc-direction-ltr.fc-theme-standard table { margin: 0; }
.calender-details {
    position: fixed;
    overflow-y: scroll;
    overflow-x: unset;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    background: rgba(255,255,255,0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    top: 0;
    right: -100%;
    max-width: 500px;
    width: 100%;
    z-index: 99;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.calender-details.active { right: 0; }
@media(max-width: 800px) {
    .calender-details {
        padding-bottom: 50px;
    }
}
.calender-content {
    padding: 45px 50px 20px;
}
.cross-pop,.cross-po {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    background: #b68812;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    line-height: 35px;
}
.cross-pop:hover,.cross-po:hover {
    transform: rotate(90deg);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.calender-title {
    position: relative;
    font-size: 18px;
    color: #b68812;
}
.fc-event-title { padding: 4px !important; }
.flights-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.flights-wrapper li {
    margin: 0 0 10px;
}
.event-title ~ .admin-total-wrap { display: none; }
.event-title.active-event ~ section { display: flex; }

.hide-layer {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.hide-layer.active {
    display: block;
    opacity: 0.3;
    visibility: visible;
}
.fc-today-button { display: none !important;}
.card-graph { width: 100%; overflow: hidden; }
#graph-wrapper-g-area > .graph { width: 100% !important; }
.readonly { pointer-events: none; }
.modal-titles {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}
#okModal.modal.fade.show {
    display: block;
    background: rgba(0,0,0,0.2);
}
.modal-body.notes {
    font-size: 22px;
    text-align: center;
    padding: 30px 14%;
    line-height: 30px;
}
.calender-title { margin-bottom: 15px; }
.graph-test {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
}
.date-slot-wrap ul {
    list-style: none;
    margin: 0 -10px;
}
.date-slot-wrap ul li {
    padding: 0 10px;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 25%;
}
.date-slot-box {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
.date-slot-box strong i {
    margin-right: 5px;
    color: #b68812;
    font-size: 18px;
}
.date-slot-box strong {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}
.fc-daygrid-day-number { pointer-events: none; }

.fc .fc-daygrid-day-frame { height: 70px; }
#pilot-availability-calendar,
#pilot-booking-calendar { max-width: 1200px; margin: 0 auto; }
.assign-slots-wrap {
    margin: 10px 0;
}
.assign-slots-wrap ul li {
    list-style: none;
    margin-bottom: 5px;
}
.slots > label ~ strong { color: #000; }
.flex-c { flex-direction: column; }
.flex-c form { display: flex; width: 100%; margin-bottom: 10px; }
.date-bord{
    position: absolute;
    left: calc(50% - 25px);
    top: 19px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}
.table-responsive td .btn:hover { color:#fff; }
.admin-d .calender-content { display: block !important; }
.searchslot.slots label {
    margin: 5px;
}
.searchslot {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.modal .select2-container--default .select2-selection--multiple .select2-selection__choice,
.modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background: transparent;
    height: 28px;
}
.modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.modal .select2-container--default .select2-selection--multiple .select2-selection__choice__display { line-height:25px; }
.modal .select2-container .select2-search--inline { float: none; display: inline-block; vertical-align: middle;}
.modal .select2-container .select2-selection--multiple .select2-selection__rendered { display:inline-block; vertical-align:middle; }
.form-tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.form-tabs li {
    list-style: none;
    margin-right: 20px;
}
.form-tabs li button {
    border-radius: 0.25rem 0.25rem 0rem 0rem;
    border: none;
    cursor: pointer;
    padding: 6px 20px 9px;
    font-size: 14px;
    text-transform: capitalize;
}
.form-tabs li button.active {
    background: #b68812;
    color: #fff;
}
.select2-container .select2-selection--multiple .select2-selection__rendered { white-space: unset; }

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1;
}
#loader .spinner-border {
    position: absolute;
    left: 50%;
    top: 50%;
}
.modal-header { border-bottom:none; }
.modal-header, .modal-footer {
    background: #fff;
}
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header,.modal-title {
    padding-bottom: 0;
    font-weight: bold;
    font-size: 20px;
}

.capitalize {
    text-transform: capitalize;
}
.slot-form { margin-bottom:5px; }


/*<!-- Yaeh code uthana hy -->*/

.date-slider {
    position: relative;
}
.date-slide { padding: 15px 10px }
.date-slide a {
    border: 1px solid #ddd;
    box-shadow: inset 0 0 29px rgba(0,0,0,0.1);
    padding: 20px;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    max-height: 370px;
    overflow: auto;
    background: rgba(182,136,18,0.06);
}
.date-slide a:hover { text-decoration:none  }
.date-slide a::-webkit-scrollbar {
    width: 2px;
  }
  .date-slide a::-webkit-scrollbar-thumb {
    background-color: darkgrey;
  }
.slick-arrow {
    position: absolute;
    left: -13px;
    top: 50%;
    z-index: 9;
    cursor: pointer;
    transform: translateY(-50%);
}
.slick-arrow img {
    max-width: 20px;
}
.slick-arrow.slick-arrow-right {
    left: unset;
    right: -13px;
    transform: translateY(-50%) scaleX(-1);
}
.date-slide a h3 {
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    font-size: 22px;
}
.date-slide a p {
    color: #555;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.date-slide a p.red-slot { color:red }
.date-slide a ul li {
    color: green;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.date-slide a ul li.voll { color: red; }
.date-slide a ul li span {
    margin-left: auto;
}
.sliderModal .modal-dialog {
    max-width: 999px;
}
/*<!-- Yaeh code uthana hy -->*/
.date-slider-wrapper { width: 100%; }
.date-slider { width:100%; }

@media(max-width: 1600px) {
    .date-slider { max-width:1000px; }
}
@media(max-width: 999px) {
    .date-slide a {
        padding: 10px;
    }
    .date-slide a h3 { font-size:15px }
}
.calender-content .btn { margin-bottom: 10px !important; }
.table-responsive table tr th:last-child,.table-responsive table tr td:last-child { white-space: nowrap; }
.table-responsive.detail-table table tr th:last-child, .table-responsive.detail-table table tr td:last-child,
.table-responsive table.detail-table tr th:last-child,.table-responsive table.detail-table tr td:last-child { white-space: inherit; }
@media screen and ( max-width: 400px ){

    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {

        display: block;
    }
}
/*.table th, .table td { word-break: break-all; }*/
.alert {display: inline-block;}
.card-body .card-header {
    padding-left: 0;
}
.app-main { display:inline; }
#prev_date,#next_date {
    border: none;
    background: #b68812;
    color: #fff;
    width: 25px;
    height: 25px;
    padding: 0 0 4px;
    line-height: 1;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
}
#day_note { margin-bottom:10px; }
#note_paragraph #daily_note_paragraph ~ .btn {
    background: transparent;
    border: none;
    color: #b68812;
    padding: 0;
    margin: 0 20px 0 0;
}
#daily_note_paragraph{
    height:60px;
    line-height:20px; 
    overflow:hidden;
}
#open_close_filght { margin-top: -44px; }
.curency {
    position: relative;
}
.curency span {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 18px;
}
.curency input {
    padding-left: 30px;
}
input[type="date"] {
    max-width: 100%;
    width: 600px;
}
.awen-list li {
    list-style: none;
}