/* css for appointment model */

.bg-custom {
    background: #1b676b;
    color: #fff;
}

.provicer-close-btn {
    opacity: 1;
    border-radius: 25px;
    background: #1B676B;
    color: #fff;
    font-size: 1.25rem;
}

.rounded-circles {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.text-italic {
    margin-top: -10px;
    font-size: 1rem;
    font-style: italic;
}

.custom-height {
    line-height: 60px;
    padding-left: 10px;
}

.custom-btn {
    border-radius: 30px;
    padding: 10px;
    background: #fff;
    border: 2px solid #1B676B;
}

/* Snackbar */

.error-alert {
    background-color: #dc3545!important;
    color: #fff;
    font-weight: 600;
}

.alert-warning {
    background-color: #1B676B!important;
    color: #fff;
    font-weight: 600;
}

.custom-form {
    width: 100%;
}

.success-alert {
    background-color: #195659!important;
    color: #fff;
    font-weight: 600;
}

.error-alert button, .success-alert button, .alert-warning button {
    background: #fff;
    color: #1B6967;
    font-weight: 550;
    border-radius: 20px;
    height: 50px;
}

.calendar {
    padding: 5px;
    width: 100%;
}

.col-box-header {
    width: 13.2%;
    margin: 5px;
}

.day {
    width: 100%;
    position: sticky;
    top: 110px;
    /* height: 16px; */
    color: #9CB1B3;
    font-size: 0.875rem;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #F5F8F8;
}

.col-box .active {
    height: 100%;
    border-radius: 5px;
    /* padding: 10px; */
    background: #fff;
    cursor: pointer;
}

.col-box .today {
    height: 100%;
    border-radius: 5px;
    /* padding: 5px; */
    border: 2px solid #BEF202;
    background: #fff;
    cursor: pointer;
}

.col-box {
    width: 13.2%;
    height: 150px;
    border-radius: 5px;
    margin: 5px;
    background: #F5F8F8;
    cursor: pointer;
}

.date {
    padding: 14px 5px 5px 13px;
    color: #9CB1B3;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data {
    padding: 10px 10px 5px 10px;
    color: #9CB1B3;
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data p {
    line-height: 5px;
}

.week-box-header {
    width: 12%;
    margin: 2px;
    padding: 10px 5px;
}

.week-box-header {
    width: 12%;
    margin: 2px;
    padding: 10px;
}

.week-box {
    width: 100%;
    height: 70px;
    border-radius: 5px;
    margin: 15px 5px;
    background: #F4F7F7;
    border: 2px solid #EEF3F3;
}

.time-box {
    width: 100%;
    text-align: center;
    height: 70px;
    margin: 15px 5px;
    line-height: 70px;
    background: transparent;
}

.box {
    width: 100%;
}

/* td.action-btn{
    width:100px;
} */

td.action-btn select {
    border: none;
    padding: 5px 15px;
    border-radius: 25px;
    height: 35px;
    margin: 0 auto;
    display: block;
    width: 100px;
    background-color: #1B676B;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: url("../svg/white-arrow.svg") #1B676B no-repeat 98.5% !important; !important used for overriding all other customisations */
    background: url("../svg/white-arrow.svg") #1B676B no-repeat calc(100% - 5px) !important;
    /* Better placement regardless of input width */
}

.swal-confirm {
    border: 0;
    border-radius: .25em;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em;
}

.line {
    margin: 5px -20px 5px -20px;
    background-color: #f5f8f8;
    height: 2px/* width:100%; */
    ;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: -5px;
}

#accordion .panel-heading {
    min-height: 40px;
    /* background: #195659; */
    padding: 4px 0px;
}

#accordion .panel-body input {
    border-radius: 25px;
    padding-left: 20px;
    /* padding-top: 8px; */
}

#accordion .panel-title a {
    display: block;
    padding: 2px 20px;
    /* background: #1b676b; */
    font-size: 1.1875rem;
    font-weight: 550;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    line-height: 40px;
    /* border-bottom: 1px solid #1d2e3b; */
    position: relative;
}

#accordion .panel-title a.collapsed {
    color: #fff;
}

#accordion .panel-title a.collapsed:hover {
    color: #fff;
}

#accordion .panel-title a:before, #accordion .panel-title a:after {
    content: "";
    width: 3px;
    height: 10px;
    background: #fff;
    font-size: 1.125rem;
    position: absolute;
    top: 20px;
    right: 35px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}

#accordion .panel-title a:after {
    right: 29px;
    transform: rotate(45deg);
}

#accordion .panel-title a.collapsed:before {
    transform: rotate(45deg);
    background: #1d2e3b;
}

#accordion .panel-title a.collapsed:after {
    transform: rotate(-45deg);
    background: #1d2e3b;
}

#accordion .panel-title a.collapsed:hover:before, #accordion .panel-title a.collapsed:hover:after {
    background: #1b676b;
}

#accordion .panel-body {
    /* padding: 10px 0px; */
    margin: 0;
    background: #fff;
    border-top: none;
    font-size: 0.9375rem;
    color: #1b676b;
    line-height: 25px;
}

.swal2-content {
    color: #1b676b;
}

#content-desktop {
    display: block;
}

#content-mobile {
    display: none;
}

@media screen and (max-width: 1022px) {
    #content-desktop {
        display: none;
    }
    #content-mobile {
        display: block;
    }
}