.widget.style1 ul.ttm-timelist-block li,
.widget.style1 ul.ttm-timelist-block li .service-time {
    color: inherit;
}
.widget.style1 ul.ttm-timelist-block li .service-time {
}
.widget.style1 ul.ttm-timelist-block li {
    font-size: 14px;
    line-height: 23px;
    padding: 14px 0 14px 0;
    border-bottom: 1px solid rgb(111 108 108 / 7%);
}

.widget ul.ttm-timelist-block li.selected {
    font-weight: 800;
}

.widget ul.ttm-timelist-block li.selected .service-time {
    color: var(--primary);
}

.announcements
    .featured-icon-box.icon-align-before-content.icon-ver_align-top
    .featured-content
    h4 {
    font-weight: 800;
}

.time-zone-table1 .table th .classes-days {
    line-height: inherit;
}

.time-zone-table1 .table th .classes-days.selected {
    color: var(--primary);
}

.actions select {
    width: auto;
    border-radius: 0.25rem;
}
.actions button {
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.announcements
    .featured-icon-box.icon-align-before-content.icon-ver_align-top
    .featured-icon {
    background-color: transparent;
}
.announcements
    .featured-icon-box.icon-align-before-content.icon-ver_align-top
    .featured-icon
    > div {
    background-color: #f3f3f3;
}

.announcements .featured-icon-box.style4 .featured-icon .ttm-icon i {
    font-size: 25px;
}
.announcements .featured-icon-box.style4 {
    min-height: 180px;
}

select {
    padding: 15px;
}

.visibility-hidden {
    visibility: hidden;
}

.ttm-pricing-plan .ttm-list {
    min-height: 98px;
}

.ttm-page-title-row-17 {
    background: url(../images/single-img-17.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.interval-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Center the text labels */
.interval-switch span {
    margin: 0 5px;
    vertical-align: middle;
}

.ttm-switch {
    position: relative;
    display: inline-block;
    width: 71px;
    height: 34px;
    margin: 0;
}

.ttm-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.ttm-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

input:checked + .ttm-slider {
    background-color: #2196f3;
}

input:focus + .ttm-slider {
    box-shadow: 0 0 1px #2196f3;
}

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

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

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

.announcement .featured-content h5 {
    margin-bottom: 0px;
    font-size: 16px;
    color: #6c6c6c;
}
.announcement .featured-content {
    line-height: 1;
}
.announcement .featured-icon {
    vertical-align: middle !important;
}

.ttm-pricing-plan {
    height: 100%;
}
