a {
    /*color: #02bcd4;*/
}
.panel-body {
    padding-top: 20px !important;
}
.btn-outline {
    border: solid 1px #ccd5db;
    border-radius: 4px !important;
    background-color: #ffffff;
}
.calendar-nav-tab {
    border: none;
    margin-top: 2px;
}
.border-radius-0 {
    border-radius: 0 !important;
}
.border-radius-left {
    border-radius: 4px 0 0 4px !important;
    border-right: none !important;
}
.border-radius-right {
    border-left: none !important;
    border-radius: 0 4px 4px 0 !important;
}
.calendar-tab >a {
    padding: .429rem 1rem;
}
.calendar-tab > .nav-link {
    border: solid 1px #e4eaec;
    background-color: #ffffff;
}
.calendar-tab > .nav-link.active {
    color: #fff !important;
    background-color: #009688 !important;
    border-color: #44d6c8 !important;
}

.btn-active{
    background-color: #009688 !important;
    border: none;
    color: #fff !important;
}
.single-group {
    padding-left: 16px;
    padding-right: 16px;
}
.icon-btn {
    padding: 4px 7px !important;
}
.ml-8 {
    margin-left: 8px !important;
}
.nn-color-black {
    color: #263238 !important;
}
.nn-color-gray {
    color: #76838f !important;
}
.appointment-detail-day {
    padding-top: 30px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mt-8 {
    margin-top: 8px;
}
.mb-4 {
    margin-bottom: 4px !important;
}
.btn-status {
    padding: 0px 20px;
}
.btn-enter {
    padding: 5px 25px;
}
.border-expired {
    border-radius: 4px;
    border: solid 1px #ccd5db;
    background-color: #f3f7f9;
}
.border-doing {
    border-radius: 4px;
    border: solid 1px #44d6c8;
    background-color: #ffffff;
}
.time-expired {
    color: #526069;
    line-height: normal;
}
.time-doing {
    color: #17b3a3;
    line-height: normal;
}
.border-working {
    border: 2px solid #f44336;
}
.border-nocheckin {
    border: 2px solid #9e9e9e;
}
.card {
    cursor: pointer;
    margin-bottom: 8px !important;
}
.font-size-13 {
    font-size: 13px !important;
}
.line-height-0 {
    line-height: normal;
}
.open-appointment {
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    margin-bottom: 30px;
}


.modal-simple .modal-header+.modal-body {
    padding-top: 12px;
}
.pull-right {
    text-align: right;
}
.color-blue {
    color: #17b3a3 !important;
}
.color-red {
    color: red !important;
}
.color-gray {
    color: #89939b;
}
.color-gray-1 {
    color: #838f9a;
}
.color-white {
    color: #fff !important;
}
.fa-rotate-270 {
    transform: rotate(270deg) !important;
}
hr {
    margin: 0 20px;
}
.service {
    border-radius: 4px;
    margin: 8px 2px;
    padding: 1px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #d6dde8;
    color: #263238;
    font-size: 12px;
    background-color: #ffffff;
}
.nail-tech-info {
    padding-top: 11px;
}
.nn-panel-success{
    text-align: left;
    border-radius: 4px;
    box-shadow: inset 0 -1px 0 0 #d6dde8;
    border: solid 1px #d6dde8;
    background-color: rgba(243, 247, 249, 0.6);
}

.avatar-24 {
    width: 24px;
    height: 24px;
}

.header-appointment {
    background-color: #44d6c8;
    border-radius: 4px 4px 0 0;
    border: solid 1px #44d6c8;
    text-align: center;
    cursor: pointer;
}
.pt-0 {
    padding-top: 0 !important;
}
.pr-8 {
    padding-right: 8px;
}
.action-appointment {
    width: 100%;
}
.action-appointment > button {
    width: 50%;
    color: #2c3a4a !important;
}
.fa-trash-alt, .fa-pencil-alt, .fa-long-arrow-right {
    color: #ccd5db;
    font-size: 18px;
}


.tab-week, .tab-month {
    border: solid 1px rgb(229, 229, 229);
}

.tui-full-calendar-dayname-month-custom {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    padding-left: 8px;
    color: #263238;
    display: block;
    padding-top: 15px;
}
.tui-full-calendar-dayname-date-custom {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    padding-left: 8px;
    color: #263238;
    display: block;
    padding-top: 3px;
}
.tui-full-calendar-dayname-name-custom{
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    display: block;
    text-align: left;
    padding-left: 8px;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #76838f;
}

/*modal style*/
@media (min-width: 768px) {
    .modal-dialog {
        width: auto;
        min-width: 500px;
    }
}
.modal-sidebar {
    display: block;
    height: unset !important;
}
.modal-header, .modal-body {
    padding: 15px 30px;
}
.list-time-booking {
    margin: 0 -6px;
}
.list-time-booking > .col-3 {
    padding: 0 6px;
}
.time-booking {
    position: relative;
    border-radius: 4px;
    border: solid 1px #44d6c8;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    padding: 11px 5px;
    color: #263238;
}
.time-booking > .oval {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background-color: #44d6c8;
    color: #fff0ff;
    font-size: 15px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 13px;
}
.selected {
    background-color: #44d6c8;
    color: #ffffff !important;
}
.selected > .oval {
    background-color: #fff0ff !important;
    color: #44d6c8 !important;
}
.panel-custom-info {
    border-radius: 4px 4px 0 0;
    border-bottom: solid 1px #d6dde8;
    background-color: #ffffff;
}

.tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time {
    border-left: none !important;
}
.tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time .tui-full-calendar-weekday-schedule-title {
    padding-left: 0 !important;
}
.tui-full-calendar-weekday-schedule-bullet {
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}
.schedule-week-span {    
    
    color: #263238;    
    font-weight: normal;
    border-left-style: solid;
    border-left-width: 3px !important;
}

.tui-full-calendar-weekday-grid-header {
    padding-left: 3px !important;
    padding-top: 5px !important;
}
.today-grid-header {
    background-color: #3e8ef7;
    width: 24px;
    height: 24px;
    border-radius: 50px
}
.tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedule {
    margin-right:8px !important;
}

.color-3e8ef7 {
    color: #3e8ef7;
}
.nn-color-666666 {
    color: #666666;
}
.tui-full-calendar-weekday-grid-more-schedules {
    display: none !important;
}
.choose-booking-time {
    cursor: pointer;
}
.btn-change-status {
    width: 100% !important;
}
