﻿.subscribe-form .form-control {
    outline: 2px solid var(--theme-color);
}

.btn-success {
    background: var(--bs-success) !important;
}

.btn-danger {
    background: var(--bs-danger) !important;
}

.playlist-input-display {
    background: var(--theme-gradient) !important;
    color: var(--color-white) !important;
    width: 150px;
}

.mix-tape-text {
    color: var(--theme-color) !important;
}

.grid-container.full-height .k-grid-content {
    height: auto !important;
    overflow-y: auto;
}

.playlist-container {
    background: var(--color-white) !important;
}

.home-2 .header {
    background: var(--theme-gradient) !important;
}

.home-2 .main {
    margin-top: 0px !important;
}

.spotify-btn, .theme-btn.spotify-btn::before {
    background: #000 !important;
    color: #1ed760 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .spotify-btn img {
        height: 28px;
        width: auto;
    }

.playlist-spotify-container {
    width: auto;
}

    .playlist-spotify-container .spotify-btn {
        display: inline-block;
    }

.user-image {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.profile-image-container {
    width: 100%;
    padding-top: 100%; /* This ensures the height is always equal to the width */
    position: relative;
}

.profile-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the square without distortion */
}

.friend-item .team-content .social a {
    width: auto !important;
}

.delete-icon-container {
    background: var(--theme-color);
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

    .delete-icon-container a {
        color: var(--color-white);
        width: 25px;
        height: 25px;
    }

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.red-button {
    background: var(--theme-color);
    color: var(--color-white);
}
/* Kendo overrides */
.k-pager-wrap {
    color: var(--theme-color) !important;
    background-color: #fff !important;
}

.k-button-flat-primary, .k-pager {
    color: var(--theme-color) !important;
}

.k-pager-wrap .k-link {
    color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

    .k-pager-wrap .k-state-selected, .k-pager-wrap .k-link.k-selected, .k-pager-wrap .k-link.k-state-selected, .k-button-solid-primary,
    .k-button-solid-base.k-active, .k-button-solid-base.k-selected, .k-button-solid-base:active, .k-pager-numbers-wrap .k-selected {
        color: #fff !important;
        border-color: var(--theme-color) !important;
        background-color: var(--theme-color) !important;
    }

.k-list-item.k-selected {
    background-color: var(--theme-color) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-picker.k-focus, .k-picker:focus, .k-widget.k-picker.k-focus, .k-widget.k-picker:focus, .k-button-solid-base.k-focus, .k-button-solid-base:focus {
    border-color: var(--theme-color) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-table-thead {
    font-family: var(--heading-font) !important;
    font-weight: 600 !important;
    color: var(--color-dark) !important;
}

.k-table-tbody {
    font-family: var(--body-font) !important;
}

@media (min-width: 992px) {
    .navbar .nav-item.text-decoration-none .nav-link.active::before, .navbar .nav-item.text-decoration-none:hover .nav-link::before {
        background: none;
    }
}

@media (max-width: 991px) {
    .home-2 .navbar {
        background: var(--theme-gradient);
    }

    .home-2 .navbar-toggler-mobile-icon {
        color: #fff;
    }
}

@media all and (max-width: 991px) {
    .navbar-collapse {
        max-height: 345px !important;
    }
}

.friends-container .team-img {
    border: none !important;
}

.friends-container .team-content .social {
    margin: 5px auto 0 auto !important;
}