body, html {
    background: linear-gradient(to bottom, #cce1fd, #dceafc, #f0f3fc);
}
a {
   
    text-decoration: none;
}
.main-container {
    height: auto;
    display: flex;
    flex-direction: column;
}

.content-row {
    flex-grow: 1;
    overflow-y: hidden;
}

#main-content, #right-sidebar {
    height: 100%;
    overflow-y: auto;
}

#right-sidebar {
    border-left: 1px solid #dee2e6;
}

#toolbox a {
    display: block;
    padding: 10px 12px;
    margin-bottom: 5px;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

    #toolbox a.active {
        background-color: #e0e0e0;
        font-weight: 500;
    }

#drop-zone {
    min-height: 55vh;
    background-color: #fff;
}

    #drop-zone h3 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 12px;
    }

.sortable-ghost {
    background: #dbeafe;
    border: 2px dashed #3b82f6;
    opacity: 0.7;
}

.dropped-item {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    transition: background-color 0.3s, opacity 0.3s;
}

.item-controls {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255,255,255,0.8);
    padding: 2px 5px;
    border-radius: 5px;
    z-index: 20;
}

.control-btn {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0 4px;
}

.edit-item-btn {
    color: #0d6efd;
}

.remove-item-btn {
    color: #dc3545;
}

.prompt-section {
    margin-top: 1.5rem;
    padding: 1.5rem;
    padding-left: 0;
    background-color: #fff;
    border: 0px solid #dee2e6;
    border-radius: .375rem;
}

.item-hidden {
    opacity: 0.6;
    background-color: #e9ecef;
    border-style: dotted;
}

    .item-hidden::before {
        content: '\f070'; /* Font Awesome eye-slash icon */
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        top: 12px;
        left: 12px;
        color: #6c757d;
        font-size: 1rem;
        z-index: 10;
    }

    .item-hidden .element-content {
        pointer-events: none; /* Prevent interaction on the canvas */
    }

.button-row {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}

    .button-row button {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        background-color: #f4f4f4;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 14px;
        cursor: pointer;
    }

.icons-row {
    margin-top: 24px;
    font-size: 18px;
    display: flex;
    gap: 20px;
    color: #666;
    cursor: pointer;
}

.btn-green {
    background-color: #18c5cc;
}

.btn:hover {
    background-color: #18c5cc;
}
.bookAppointmentSchoolModal .card-wrapper, .loginRegister .card-wrapper {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 24px;
    margin-bottom: 30px;
}

.bookAppointmentSchoolModal .card-header {
    position: relative;
}

.LoginTypeModal .card-header {
    padding: 0;
}

.LoginTypeModal .modalClose {
    font-size: 30px;
    z-index: 9999;
    /*position: relative;*/
    color: #fff;
    opacity: 1;
    /*right: 7px;
    top: 0px;*/
    font-weight: 700;
    float: right;
    background-color: transparent;
    margin-right: 10px;
    cursor: pointer;
}

.modalClose {
    cursor: pointer;
}

.bookAppointmentSchoolModal .card-title {
    font-size: 20px;
    line-height: 20px;
}

.ContactuspopupModal .card-title, .bookAppointmentSchoolModal .card-title {
    font-size: 28px;
    line-height: 38px;
    position: relative;
    color: #3a5898;
    padding-top: 44px;
    font-weight: 700;
    margin-bottom: .25rem;
}

.bookAppointmentSchoolModal .whatsappicon:after {
    background: url(../img/whatsapp.png) center / 80% no-repeat !important;
    color: #fff;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    top: -33%;
    left: 0;
    right: 0;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    background-size: 50%;
}

/*.bookAppointmentSchoolModal .card-header:after {
    position: absolute;
    background: #138808 url(../img/userIcon.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    top: -33%;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background-size: 50%;
}*/

.bookAppointmentSchoolModal .card-wrapper, .loginRegister .card-wrapper {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 24px;
    margin-bottom: 30px;
}

.bookAppointmentSchoolModal .modal-content {
    background: 0 0;
    box-shadow: none;
    border: none;
}

.bookAppointmentSchoolModal .btnSection {
    display: flex;
    padding: 0 0 28px;
}

.LoginTypeModal .customBtn {
    padding: 0 45px;
    height: 45px;
}

.customBtn {
    color: #fff;
    cursor: pointer;
    padding: 12px 30px;
    border-radius: 27px;
    min-width: 120px;
    text-align: center;
    transition: .25s;
    box-shadow: none;
    background: #3a5898;
    border: none;
}

.modal {
    min-height: 100% !important;
    height: auto !important;
}

#loginFormButton {
    margin-top: 10px;
}
