﻿:root {
    --preview-left-bg: #0b5f8a;
    --preview-right-bg: #f3f4f6;
}

* {
    box-sizing: border-box
}

body {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 /*   margin: 0;
    background: #f7fafc;
    color: #111827;
    padding: 20px*/
}

.footerlogg {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

    .footerlogg .btn {
        padding: 8px 12px;
        border-radius: 8px;
        border: 0;
        cursor: pointer
    }

    .footerlogg .btn-save {
        color: #fff;
        background-color: #52c193 !important;
        border-color: #29b279 !important;
    }

    .footerlogg .btn-reset {
        background: #fff;
        border: 1px solid #ddd
    }

.grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center;
}

.my-footer.top {
    top: 0;
}

.my-footer.bottom {
    bottom: 0;
}



.heeding {
    background: var(--colorlight) !important;
    padding: 10px 20px;
    border-radius: 7px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
}

.panel1 {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr 46%;
    gap: 20px;
    justify-content: center;
}

.leftside, .rightside {
    transition: max-height 0.5s ease, opacity 0.4s ease;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    margin-top: 0px;
}

.leftside h3, .rightside h3 {
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.00938em;
    color: rgb(44, 62, 80);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-weight: bolder;
}
.checkbb label {
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.00938em;
    font-weight: 600;
    color: rgb(44, 62, 80);
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #f1f1f1;
    border-radius: 10px;
    padding: 8px 0px;
}

#overlayEnabled {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.setting-group {
    display: flex;
    gap: 0px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #f7f7f7;
    background: #fcfcfc;
    padding: 13px;
    border-radius: 10px;
}

    .setting-group label {
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 1.75;
        letter-spacing: 0.00938em;
        font-weight: 600;
        color: rgb(44, 62, 80);
        width: 100%;
        display: grid;
        gap: 6px;
        margin-bottom: 2px;
    }

input[type="color"] {
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #ddd;
    width: 100%;
}

input[type="text"], select, input[type="number"] {
    color: #2c3e50;
    padding: 4px 14px;
    border: 1px solid #ddd;
    width: 100%;
    height: 38px;
    border-radius: 5px;
}

.rowmy {
    display: flex;
    gap: 8px
}

.rowmy > * {
    flex: 1
}

.setting-group select option:nth-child(1) {
    display: inherit!important;
}

/* small preview of login page to the right */
.preview {
    display: flex;
    flex-direction: column;
    height: 80vh;
}

    .preview .page {
        display: flex;
        flex: 1;
        border-radius: 10px;
        overflow: hidden
    }

    .preview .left {
        flex: 7;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .preview .right {
        flex: 3;
        padding: 12px;
        background: var(--preview-right-bg);
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }

    .preview .logo {
        display: flex;
        gap: 8px;
        align-items: center;
        margin-bottom: 10px
    }

.small-slider {
    width: 100%;
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.small-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.9);
    font-weight: 700
}

.small-overlay {
    position: absolute;
    inset: 0
}

.preview .text {
    /*font-size: 14px;*/
    margin-top: 8px
}

.help {
    font-size: 13px;
    color: #4b5563;
    margin-top: 6px
}

@media (max-width:991px) {
    .grid {
        grid-template-columns: 1fr;
    }
    .panel1 {
        padding: 2px;
        display: grid;
        grid-template-columns: 1fr;
    }
    .leftside, .rightside {
        padding: 10px;
    }
}
