/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 
 .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.btn {
    display: inline-block;
    text-decoration: none;
    line-height: 1.4;
    padding: 0.4rem 1rem 0.34rem;
}
.btn-lg, .btn-group-lg > .btn {
    border-radius: 0;
    padding: 16px 24px 14px;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}
.btn-iconized.btn-lg, .btn-group-lg > .btn-iconized.btn {
    padding: 0 24px 0 0;
}

.btn.btn-iconized {
    text-align: start;
    display: inline-flex;
    align-items: center;
    gap: 16px;
}
.text-center {
    text-align: center;
}
.text-center {
    text-align: center !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.d-flex {
    display: flex !important;
}
.btn-iconized.btn-lg, .btn-group-lg > .btn-iconized.btn {
  padding: 0 24px 0 0;
}

.btn.btn-iconized {
  text-align: start;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.store_btn small, .store_btn .small {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: var(--gray--7);
  display: block;
}

.store_btn strong {
  display: block;
  color: black;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.hide_link {
    display: none;
}

.passwordShown ~ p .show_link {
  display: none;
}
.passwordShown ~ p .hide_link {
  display: initial;
}

.form-table-cc .theme-browser .form-check-input {
        position: absolute;
        top: 50%;
        left: -9999px;
    }
    
    .form-table-cc .theme-id-container span {
        display: none;
    }
    .form-table-cc .theme-id-container span ~ span {
        display: initial;
    }
    
    .form-table-cc .form-check-input ~ .theme-id-container h2 {
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }
    .form-table-cc .form-check-input:checked ~ .theme-id-container h2 {
        background: #1d2327;
        color: white;
    }

    .form-table-cc .form-check-input:checked ~ .theme-id-container span {
        display: initial;
    }

    .form-table-cc .form-check-input:checked ~ .theme-id-container span ~ span {
        display: none;
    }

    .colorsGrid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 40% 30% 30%;
        gap: 0 0;
        grid-template-areas:
            "accent accent"
            "background secondary"
            "text textLight";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .colorsGrid > * {
        padding: 8px 16px;
        display: flex;
        align-items: flex-end;
    }

    .colorsGrid--accent {
        grid-area: accent;
    }

    .colorsGrid--background {
        grid-area: background;
    }

    .colorsGrid--secondary {
        grid-area: secondary;
    }

    .colorsGrid--text {
        grid-area: text;
    }

    .colorsGrid--textLight {
        grid-area: textLight;
    }
    
    .themes .theme-screenshot {
        height: 465px;
    }
    