/* Dashboard sliderCheckbox */
.db-scContainer {
    border: none;position: relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;width: 125px;
    border-radius: 8px;
}
.db-scCheckbox {
    display: none;
}
.db-scLabel {
    /*border: 2px solid #666;*/
    /*border-radius: 20px;*/
    cursor: pointer;
    display: block;
    overflow: hidden;
    height: 29px;
}
.db-scInner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}
.db-scInner:before, .db-scInner:after {
    box-sizing: border-box;
    border-radius: 8px;
    display: block;
    float: left;
    /*font-family: sans-serif;*/
    font-size: 12px;;
    height: 29px;
    line-height: 29px;
    padding: 0;
    width: 50%;
}
.db-scInner:before {
    background-color: #444a3c;
    color: white;
    content: attr(data-text-true);
    padding-left: .75em;
}
.db-scInner:after {
    background-color: var(--bgLight1);
    color: #444a3c;
    content: attr(data-text-false);
    padding-right: .75em;
    text-align: right;
}
.db-scCircle {
    background-color: #444a3c;
    border-radius: 3px;
    bottom: 0;
    display: block;
    margin: 5px;
    position: absolute;
    right: 71px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 6px;
}
.db-scCheckbox:checked + .db-scLabel .db-scInner {
    margin-left: 0;
}
.db-scCheckbox:checked + .db-scLabel .db-scCircle {
    background-color: var(--bgLight1);
    right: 0 !important;
}
.db-modalSelect{
    height: 29px;
    border-radius: 8px;
}
.db-logo {
    width: 100px;
}

.db-userPanel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.db-logOut {
    width: fit-content;
    margin: 0 20px;
    cursor: pointer;
}

.db-topBar .userInfo{
    color: var(--bgLight2);
}

[data-cms-type=SubscribeForm]{
    color: #666759;
}
.calItem{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
    margin-bottom: 12px;
}
.regSelect{
    font-size: 20px;
    padding: 8px 1rem;
    border: none;
    border-radius: 20px;
}
.reg-title{
    padding: 0 1rem;
    font-weight: 600;
}
.regSubmit{
    margin-top: 1rem;
    padding: 10px 40px;
    font-weight: 600;
    background-color: #e49e37;
    color: white;
    border: none;
    border-radius: 18px;
    transition: 0.3s;
    cursor: pointer;
}
.regSubmit:hover{
    background-color: #c27919;
}
[data-cms-type=SubscribeForm] .bc-button{
    font-family: Roboto, sans-serif;
    font-size: 15px;
    padding: 6px 1rem;
    border-radius: 4px;
}
[data-cms-type=SubscribeForm] .bc-checked{
    background-color: #748477 !important;
}
[data-cms-type=SubscribeForm] .bc-hover{
    background-color: #748477 !important;
}
