.outline-light {
    color: var(--light-color);
    border: 1px solid var(--light-color);
    background-color: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.outline-black {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background-color: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.bt-light {
    color: var(--light-color);
    border: 1px solid var(--light-color);
    background-color: transparent;
    border-radius: 1.8rem;
    text-decoration: none;
    padding: 0.8rem 5rem;
}

.outline-secondary {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    background-color: transparent;
    border-radius: 1.8rem;
    text-decoration: none;
    padding: 0.8rem 5rem;
}

    .outline-secondary:disabled {
        color: var(--gray-2) !important;
        border: 1px solid var(--gray-2);
    }


.bt-black {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background-color: transparent;
    border-radius: 1.8rem;
    text-decoration: none;
    padding: 0.4rem 1rem;
}

.bt-light:hover, .bt-light:focus {
    background-color: var(--light-color);
    color: var(--secondary-color);
}

.outline-secondary:hover, .outline-secondary:focus {
    background-color: var(--light-color);
    color: var(--secondary-color);
}

.bt-black:hover {
    background-color: var(--primary-color);
    color: var(--light-color);
}

.bt-secondary {
    color: var(--light-color);
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    border-radius: 1.8rem;
    text-decoration: none;
    padding: 0.8rem 5rem;
}

.bt-secondary-modal {
    color: var(--light-color);
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    border-radius: 1.8rem;
    text-decoration: none;
    padding: 0.4rem 0rem 0.4rem 0rem;
    width: 100%;
}

.bt-search {
    color: var(--light-color);
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    border-radius: 1.8rem;
    text-decoration: none;
    padding: 0.4rem 5rem;
}

.bt-success {
    color: var(--light-color);
    border: 1px solid var(--success-color);
    background-color: var(--success-color);
    border-radius: 1.8rem;
    text-decoration: none;
    padding: 0.8rem 5rem;
}

    .bt-secondary:hover, .bt-success:hover {
        color: var(--light-color) !important;
    }

.btn-none {
    background-color: transparent;
    border-radius: 1.8rem;
    text-decoration: none;
}

.users .dropdown-menu[data-bs-popper] {
    margin-top: 16.125rem !important;
    left: unset !important;
    top: unset !important;
    border-radius: 0.8rem;
    right: 2rem;
}

.users .dropdown-menu-nonlog[data-bs-popper] {
    margin-top: 10.5rem !important;
    left: unset !important;
    top: unset !important;
    border-radius: 0.8rem;
    right: 2rem;
}

.artist .dropdown-menu[data-bs-popper] {
    margin-top: 3.125rem !important;
    left: unset !important;
    top: unset !important;
    border-radius: 0.8rem;
}

.text-main {
    color: var(--secondary-color);
}

.switch-button {
    background: transparent;
    border-radius: 30px;
    overflow: hidden;
    width: 270px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: var(--primary-color);
    position: relative;
    padding-right: 120px;
    position: relative;
    border: 1px solid var(--gray-2);
}

    .switch-button:before {
        content: "เพลงแนะนำ";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        pointer-events: none;
    }

.switch-button-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

    .switch-button-checkbox:checked + .switch-button-label:before {
        transform: translateX(120px);
        transition: transform 300ms linear;
    }

    .switch-button-checkbox + .switch-button-label {
        position: relative;
        padding: 10px 0;
        display: block;
        user-select: none;
        pointer-events: none;
    }

        .switch-button-checkbox + .switch-button-label:before {
            content: "";
            background: var(--secondary-color);
            color: var(--light-color);
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 30px;
            transform: translateX(0);
            transition: transform 300ms;
        }

        .switch-button-checkbox + .switch-button-label .switch-button-label-span {
            position: relative;
        }

.btn-link, .btn-link:hover {
    color: var(--secondary-color) !important;
}

.btn-black, .btn-black:hover {
    color: var(--primary-color) !important;
}

.btn:focus, .btn:active, .btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 0%) !important;
}

.btn-link:hover .arrow-right:after {
    border-color: var(--secondary-color);
}

.btn-link:hover .arrow-right::before {
    border-color: var(--secondary-color);
}

.allow-button {
    border: transparent;
    padding: .5rem .1rem;
    width: 104px;
    color: var(--secondary-color) !important;
    font-size: 12px;
    line-height: 10px;
    border-radius: 2rem;
    border-color: var(--secondary-color);
    background-color: var(--light-color);
}

.btn-close {
    opacity: 1 !important
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.uploadfile-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.uploadfile-profile {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.btn-upload {
    border: transparent;
    background-color: white;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.uploadfile-btn input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.uploadfile-profile input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.bt-width {
    width: unset;
}

.bt-muted {
    color: var(--gray-5);
    border: 1px solid var(--gray-4);
    background-color: var(--gray-4);
    border-radius: 1.8rem;
    text-decoration: none;
    padding: 0.8rem 5rem;
}

.bt-edit-profile {
    position: absolute;
    bottom: -7px;
    right: -7px;
}
