.btn-new-appoint button{
    color: #0037a5;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 14px;
    background-color: transparent;
    border: 0px;
    position: absolute;
    right: 17px;
    top: 19px;
}
.btn-new-appoint img{
    width: 22px;
    margin-right: 10px;
}
.calendar-full{
    position: relative;
}
.calendar-dropdown{
    position: relative; 
    width: 100%; 
    height: 60px;
}
.calendar-right{
    float: right;
}
.calendar-dropdown .select_year{
    text-align: left;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 1px 5px 0px rgb(0 0 0 / 15%);
    width: 200px;
    display: inline;
    margin-bottom: 20px;
    border-radius: 5px;
    font-family: 'mont-medium';
    color: #808080;
    margin-left: 17px;

}
.calendar-dropdown .select_month{
    text-align: left;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 1px 5px 0px rgb(0 0 0 / 15%);
    width: 200px;
    display: inline;
    margin-bottom: 20px;
    border-radius: 5px;
    font-family: 'mont-medium';
    color: #808080;
    margin-left: 17px;
}
.fc .fc-button-primary:not(:disabled):active:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: none !important;
}
.calendar-full .fc-prev-button:focus, .calendar-full .fc-next-button:focus{
    box-shadow: none !important;
}
.calendar-full .fc .fc-button-primary:not(:disabled).fc-button-active{
    border: 0px;
    color: #0037a5 !important;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px;
    outline: none;
}
.calendar-full .fc .fc-button-primary:not(:disabled).fc-button-active{
    float: right;
}
.calendar-full .fc .fc-button-primary{
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px;
    outline: none;
}
.calendar-full .fc-button-group .fc-prev-button, .calendar-full .fc-button-group .fc-next-button{
    padding: 0px !important;
    background-color: transparent !important;
    border: 0px !important;
    color: #000 !important;
    margin-top: -5px !important;
}
/*
    .calendar-full .fc-button-group .fc-prev-button:hover, .calendar-full .fc-button-group .fc-next-button:hover, .calendar-full .fc-button-active:hover{
        background-color: #0574af !important;
        color: #fff !important;
    }
*/
.calendar-full .fc-timeGridWeek-button:hover, .calendar-full .fc-dayGridDay-button:hover{
    border: 0px !important;
/*    background-color: #dbdbdb !important;*/
}
.calendar-full .fc-today-button{
    color: #000 !important;
    padding: 10px 20px !important;
}
.calendar-full .fc-today-button:disabled:hover{
    background-color: #fff !important;
    color: #000 !important;
}
.calendar-full .fc-today-button:hover{
    background-color: #0883c6 !important;
    border: 0px !important;
    color: #fff !important;
}
.calendar-full .fc-toolbar-title{
    font-family: 'mont-semibold';
    font-size: 17px;
    color: #000;
    display: inline !important;
    margin: 0px 20px !important;
}
.calendar-full .fc-theme-standard th{
/*    padding: 7px 0px !important;*/
    background-color: #fff !important;
    border: 0px !important;
    color: #000 !important;
    text-align: left !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.calendar-full .fc-theme-standard .fc-scrollgrid{
    border: 0px;
}
.calendar-full .fc-theme-standard td, .calendar-full .fc-theme-standard th{
    border: 0px;
    width: 14.28%;
}
.calendar-full .fc .fc-col-header-cell-cushion{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000 !important;
}
.fc-timeGridDay-view .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #000 !important;
}
.calendar-full .fc-scrollgrid-sync-table{
    background-color: #fff;
/*    height: 600px !important;*/
}
.calendar-full .fc .fc-scroller-harness-liquid{
/*    box-shadow: 0px 2px 5px 0px #0000004f;*/
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.calendar-full .fc .fc-daygrid-day-frame{
    box-shadow: -1px -1px 0px #00000073 !important;
}
.calendar-full .fc .fc-daygrid-day-top {
    flex-direction: inherit;
    margin-left: 0px;
}
.calendar-full .fc .fc-timegrid-slot-label{
    border: 1px solid #ddd !important;
}
.calendar-full .fc-scrollgrid-sync-inner {
    text-align: left;
}
.fc-timeGridWeek-view .fc-scrollgrid-sync-inner {
    padding: 15px;
}
.fc-timeGridDay-view .fc-scrollgrid-sync-inner {
    padding: 20px 15px;
}
.fc-timeGridDay-view .fc-scrollgrid-section-header .fc-scroller{
    overflow: hidden !important;
}

.calendar-full .fc-timeGridWeek-view .fc-timegrid-slot-label{
    border: 0px !important;
}
.calendar-full .fc-timeGridDay-view .fc-timegrid-slot-label{
    border: 0px !important;
}
.fc-timeGridWeek-view .fc-scrollgrid-section-header .fc-scroller{
    overflow: hidden !important;
}
.fc-timeGridWeek-view .fc-scrollgrid-sync-inner {
    text-align: center;
    padding: 15px 15px 15px 15px;
    border-right: 1px solid #ddd;
}
.fc-timeGridWeek-view .fc-timegrid-event-harness > .fc-timegrid-event{
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border-radius: 15px;
    padding: 2px 12px;
    top: 6px;
    left: 2px;
    bottom: -59px
}

.fc-timeGridDay-view .fc-timegrid-event-harness > .fc-timegrid-event{
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border-radius: 15px;
    padding: 2px 12px;
    top: 5px;
    left: -6px;
    bottom: -59px;
}

.calendar-full .fc-timegrid-slot, .calendar-full .fc-timegrid-slot-lane{
    border: 1px solid #ddd !important;
    border: 1px solid var(--fc-border-color, #ddd) !important;
}
.calendar-full .fc .fc-timegrid-body{
    background-color: #fff;
}
.calendar-full .fc-timegrid-axis-frame-liquid{
    border: 1px solid #ddd !important;
}
.calendar-full .fc-daygrid-dot-event .fc-event-title {
    text-align: left;
    margin-left: 6px;
}
.calendar-full .fc-timeGridWeek-view .fc-daygrid-day-frame {
    box-shadow: none;
    border-right: 1px solid #ddd !important;
}
.calendar-full .fc-timeGridWeek-view .fc-timegrid-axis-frame-liquid {
   border: 0px !important;
   border-right: 1px solid #ddd !important; 
}
/* width */
.fc-scroller-liquid-absolute::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* Handle */
.fc-scroller-liquid-absolute::-webkit-scrollbar-thumb {
  background: #a2a2a2; 
  border-radius: 15px;
}

/* Handle on hover */
.fc-scroller-liquid-absolute::-webkit-scrollbar-thumb:hover {
  background: #8394a4; 
}
.fc-dayGridMonth-view .fc-scrollgrid-sync-inner{
    text-align: center !important;
    box-shadow: -1px 0px 0px #00000073 !important;
}
.calendar-full .fc-timeGridWeek-view .fc-timegrid-slot{
    border: 1px solid #ddd;
}
.calendar-full .fc-theme-standard .fc-timeGridWeek-view td{
    border-right: 1px solid #ddd;
}
.calendar-full .fc-theme-standard .fc-timeGridWeek-view .fc-timegrid-divider{
    border: 0px !important;
}
.calendar-full .fc-dayGridDay-view .fc-daygrid-day-frame{
    padding: 20px;
}
label.appointment-close{
    margin-right: -68px !important;
}
/*
.calendar-history input{
    background-color: #fff;
    width: 200px;
    text-align: left;
    height: 43px;
    padding: 0px 10px;
    font-family: 'mont-medium';
    font-size: 12px;
    color: #808080;
    outline: none !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    display: inline;
}
.calendar-history input::placeholder{
    font-style: normal;
}
*/
.calendar-history .datepicker-dropdown {
    margin-top: 10px;
}
.calendar-history .icon-calendar{
    background-color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    display: inline;
    padding: 13px 16px 14px 10px;
    height: 43px;
    margin-left: -3px;
    border: 0px;
}
.calendar-history .fa-calendar{
    font-size: 18px;
    color: #4c4c4c;
}
.datepicker table tr td.today{
    background-image: none !important;
    background-color: #0037a5 !important;
    color: #fff !important;
    border-radius: 50%;
    width: 13px !important;
    height: 13px !important;
    padding: 8px 10px !important;
}
.datepicker table tr td.day:hover {
    border-radius: 50%  !important;
}
.prof-link button#id_modal_profile_link{
    background-color: transparent;
    border: 0px;
    top: 7px;
    position: absolute;
    right: 0px;
}
.prof-link button#id_modal_profile_link img{
    width: 13px;
}
a.btn-profile-link{
    width: 100%;
    background-color: transparent;
    border: 1px solid #303030;
    padding: 8px 10px;
    border-radius: 5px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: block;
    text-align: center;
}    
a.btn-profile-link:hover{
    box-shadow: 1px 1px 5px 0px #0000002b;
}
a.btn-profile-link img{
    width: 15.5px;
    margin-right: 5px;
}
.position-rel{
    position: relative;
}
.icon-link{
    position: relative;
}
.icon-link img{
    width: 21px;
    opacity: 0.4;
    position: absolute;
    top: 28px;
    z-index: 1;
    left: 21px;
}
.prof-view-input .icon-link input{
    padding: 12px 20px 12px 50px !important
}
.mbn-20{
    margin-bottom: -10px !important;
}
/*  Modal Profile Link  */
#modal-profile-link {
    display: none;
}
#modal-profile-link:checked ~ .modal-bg-profile-link {
    visibility: visible;
    transition: background-color 250ms linear;
}
#modal-profile-link:checked ~ .modal-content-profile-link {
    visibility: visible;
    transition: transform 250ms ease;
    z-index: 999;
    background-color: #00000026;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-bg-profile-link {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 250ms ease;
    z-index: 999;
}
.modal-content-profile-link {
    visibility: hidden;
}
.modal-content-profile-link .content-modal{
    padding: 70px 35px 30px 35px;
    left: 0px;
    right: 0px;
    top: 47%;
    transform: translateY(-50%);
    margin-right: auto;
    background-color: white;
    box-shadow: 0 0 20px 10px rgb(0 0 0 / 6%);
    margin-left: auto;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    text-align: left;
    position: fixed;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.modal-content-profile-link .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}
.modal-content-profile-link .close:hover {
    color: #3498db;
/*    transform: rotate(540deg);*/
}

.modal-am-profile-link label.close{
    margin-top: -50px;
    margin-right: 0px;
    opacity: 1;
}
.modal-am-profile-link .close img{
    width: 22px;
}
.switch-show {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 25px;
}

.switch-show input { 
  opacity: 0;
  width: 0;
  height: 0;
  transition: none;
}

.slider-show {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B6B6B6;
  -webkit-transition: .4s;
  transition: none;
}

.slider-show:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-show input:checked + .slider-show {
  background-color: #2196F3;
}

.switch-show input:focus + .slider-show {
  box-shadow: 0 0 1px #2196F3;
}

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

/* Rounded sliders */
.switch-show .slider-show.round {
  border-radius: 34px;
}

.switch-show .slider-show.round:before {
  border-radius: 50%;
      transition: none;
}
.show-text span{
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 5px;        
}
.modal-content-time .createapp-arrow,
.modal-content-set-avail .createapp-arrow{
    right: -5px !important;
    top: 15px !important;
    background-color: transparent !important;
    padding: 0px;
}
.feedback-input .rate-skills{
    top: 0px;
    margin-bottom: 0px;
}
.feedback-input .rate-skills span{
    font-size: 13px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #666;
    margin-right: 10px;
}
.edit-status {
    position: relative;
    padding-right: 40px;
    margin-bottom: -1px;
}
.edit-status .slct-dropdown .stylish select option{
    padding: 6px 15px;
    cursor: pointer;
}
.edit-status .stylish.dropped-down select{
    padding: 3px 0px;
    margin-top: 5px;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #969696;
}
.edit-status .slct-dropdown .stylish input{
    padding: 0px 20px 0px 0px;
    border: 0px;
    border-bottom: 1px solid #cacaca;
    border-radius: 0px;
    margin: 0px;
}
.edit-status-btn{
    position: absolute;
    right: -20px;
    top: 0px;
}
.edit-status-btn button{
    background-color: transparent;
    border: 0px;
}
.edit-status-btn button img{
    width: 22px;
}
.edit-status .slct-dropdown .stylish .bg-arrow{
    background-color: transparent;
    padding: 0px;
    margin: auto;
    width: auto;
    height: auto;
    position: absolute;
    right: 0px;
}
.edit-status .slct-dropdown .stylish .arrow-drop{
    border: solid #818181;
    border-width: 0 3px 3px 0;
    padding: 3.5px;
    margin-right: 0px;
}
.prof-link-disabled{
    opacity: 0.3;
}
.prof-link-disabled:hover {
    box-shadow: none !important;
}
.loader_calendartab,
.loader_calendartab:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    margin-left: auto;
    margin-right: auto;
    top: 45%;
    transform: translateY(-40%);
}
.loader_calendartab {            
    overflow: none;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.5em solid rgba(255, 255, 255, 0.2);
    border-right: 0.5em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
    border-left: 0.5em solid #1592E6;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loading_calendartab{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    overflow: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.worker-page .main-box .tab-content>.tab-pane{
    position: relative;
}
.column-overview-2 .tab-content{
    position: relative;
}
.modal-am-educ .slct-dropdown .stylish input{
    
}