.switch-theme {
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
}

/*.switch-theme {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    justify-items: center;*/
/*}*/

/*.switch-theme-label {*/
/*    width: calc(372px * 1.33);*/
/*    background: transparent;*/
/*    border-radius: 100px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    border: calc(3px * 1.33) solid #151515;*/
/*    height: calc(50px * 1.33);*/
/*}*/
/*.switch-theme-toggle {*/
/*    border-radius: 100px;*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    height: calc(50px * 1.33);*/
/*    background-color: #151515;*/
/*    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
/*}*/
/*.switch-theme-names {*/
/*    font-weight: bolder;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    user-select: none;*/
/*}*/

/*.switch-theme-left {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    width: 50%;*/
/*}*/

/*.switch-theme-right {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    width: 50%;*/
/*}*/
/*.switch-theme-light {*/
/*    color: #151515;*/
/*    !*margin-right: -2px;*!*/
/*}*/
/*.switch-theme-dark {*/
/*    color: #f1f1f1;*/
/*    !*margin-left: 32px;*!*/
/*}*/

/*!* -------- Switch Styles ------------*!*/
/*[type="checkbox"] {*/
/*    display: none;*/
/*}*/
/*!* Toggle *!*/
/*[type="checkbox"]:checked + .switch-theme .switch-theme-toggle {*/
/*    transform: translateX(100%);*/
/*    background-color: #151515;*/
/*}*/
/*[type="checkbox"]:checked + .switch-theme .switch-theme-light {*/
/*    color: #f1f1f1;*/
/*}*/
/*[type="checkbox"]:checked + .switch-theme .switch-theme-dark {*/
/*    color: #151515;*/
/*}*/
