#main-panel-wrapper>h1{
    padding-top: 0px;
    margin-bottom: 10px;
}

#main-panel-wrapper>p{
    margin: 80px 0 40px 0;
    display: none;
    font-size: 20px;
    font-weight: 500;
}

#main-panel-wrapper>form{
    min-width: 60%;
    max-width: 91.74%;
    text-align: left;
    background-color: #87d6f899;
    padding: 10px;
    border-radius: 10px;
}

#envUpdDb{
    width: 20px;
    height: 20px;
}

#main-panel-wrapper>form .form-group{
    margin-bottom: 6px;
}

#main-panel-wrapper>form span.form-text{
    font-weight: 700;
}

#main-panel-wrapper #envs-manager-button,
#main-panel-wrapper #servs-manager-button{
    display: none;
    margin-top: 40px;
}

#main-panel-wrapper #new-env-adv-link{
    margin-top: 10px;
}

#main-panel-wrapper #new-env-link{
    display: none;
    margin-top: 10px;
}

#main-panel-wrapper #update-env-adv-link{
    margin-top: 10px;
}

#main-panel-wrapper #update-env-link{
    display: none;
    margin-top: 10px;
}

#main-panel-wrapper #deplTitle{
    display: none;
}

#theme-carousel-wrapper{
    width: 450px;
    height: 200px;
}

#theme-carousel img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
}

#theme-carousel .selected>img {
    border: 7px solid gold;
}

#theme-carousel .carousel-caption {
    font-size: 12px;
    font-weight: 500;
}

#theme-carousel .selected>.carousel-caption {
    color: gold;
}

.row label {
    font-size: 14px;
    font-weight: 400;
    text-align: end;
}

@media (min-width: 992px){
    #content {
        position: relative;
        padding: 0 114px;
    }
}

@media (min-width: 1200px){
    #content {
        position: relative;
        padding: 0 214px;
    }
}

/* Styles for apps dropdown */
#envAppsDropdown {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.env-app-dropdown-item {
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.env-app-dropdown-item:last-child {
    border-bottom: none;
}

.env-app-dropdown-item:hover {
    background-color: #f8f9fa;
}

.env-app-dropdown-item .form-check {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.env-app-label {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    cursor: pointer;
    padding: 8px 12px;
    margin: 0 !important;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    flex: 1;
}

.env-app-label:hover {
    background-color: #e9ecef;
}

.env-app-icon {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
    margin-right: 0;
    margin-left: 8px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
}

.env-app-name {
    flex: 1;
    font-size: 14px;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.env-app-dropdown-item .form-check-input {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    cursor: pointer;
    flex-shrink: 0;
    align-self: center;
}

.env-app-dropdown-item .form-check-input:disabled + .env-app-label {
    opacity: 0.6;
    cursor: not-allowed;
}

.env-app-dropdown-item .form-check-input:disabled + .env-app-label:hover {
    background-color: transparent;
}
