.select-container {
    padding-inline: 14px;
}

.overflow-scrollable {
    overflow: auto;
}

.themes-icons {
    background-color: #FFA903;
    padding: 8px;
    border-radius: 4px;
}

.themes-small-icons {
    background-color: #00234B;
    padding: 8px;
    border-radius: 4px;
}

img.navbar-brand-logo-image {
    object-fit: cover !important;
    height: 80px !important;
}

.navbar-custom {
    z-index: 1 !important;
}

.header .navbar {
    z-index: 1 !important;
}

.toField-input {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.toSubject-area {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.font-weight-bold {
    font-weight: bold;
}

#loading {
    position: fixed;
    top: 50%;
    left: 62%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

@media screen and (max-width: 768px) {
    .next-prev-btn-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .save-back-btn-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .next-prev-btn-container > .btn-outline-danger {
        margin-right: 0 !important;
    }

    .save-back-btn-container > button {
        margin-right: 0 !important;
    }

    .simplebar-content .navbar-brand {
        padding: 1rem 1.5rem 0.5rem;
    }

    img.navbar-brand-logo-image {
        margin-top: 64px;
    }
}

@media screen and (min-width: 1024px) {
    .subscribers-btn-container {
        min-width: 100px;
    }
}

