﻿#btnAddBankTemplate {
    border: 1.6px solid #18AACC;
    color: #0f7d99;
    background: #fff;
    border-radius: 8px;
    font-weight: 700;
    transition: .2s;
    padding: 0px 8px;
    font-size: 11px;
    line-height: 15px;
}

    #btnAddBankTemplate:hover {
        background: #e8f9fd;
        color: #0f7d99;
    }

#offcanvasCreateTemplate {
    width: 90%;
}

    #offcanvasCreateTemplate .offcanvas-header {
        background: linear-gradient(135deg, #18AACC 0%, #3fd0ec 55%, #18AACC 100%);
        color: #fff;
        padding: 14px 26px;
    }

        #offcanvasCreateTemplate .offcanvas-header h5 {
            font-size: 15px;
        }

    #offcanvasCreateTemplate .offcanvas-body {
        background: radial-gradient(1200px 600px at 10% 0%, rgba(34, 193, 255, .20), transparent 55%), radial-gradient(900px 500px at 90% 10%, rgba(124, 58, 237, .18), transparent 55%), radial-gradient(900px 500px at 20% 85%, rgba(34, 197, 94, .14), transparent 55%), #fff;
        padding: 8px;
        overflow-x: hidden;
    }

    #offcanvasCreateTemplate .labelInfo {
        background: #eef5ff;
        padding: 12px 10px 12px;
        border-radius: 9px;
        margin-bottom: 8px;
        line-height: 11px;
        font-weight: bold;
        background: rgba(255, 255, 255, 0.68);
        border: 1px solid rgba(255, 255, 255, .40);
        box-shadow: 0 18px 70px rgba(15, 23, 42, .12);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px));
    }

    #offcanvasCreateTemplate .glassBG {
        padding: 12px 10px 12px;
        border-radius: 9px;
        margin-bottom: 8px;
        line-height: 11px;
        background: rgba(255, 255, 255, 0.68);
        border: 1px solid rgba(255, 255, 255, .40);
        box-shadow: 0 18px 70px rgba(15, 23, 42, .12);
        backdrop-filter: blur(18px);
    }

.highriseDualListLeftSide h5, .HighriseDualListRightPanel h5 {
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 14px;
}

#txtHRLeftSearch, #txtHRRightSearch {
    height: 26px;
    border-radius: 4px;
}

.btnLeftSearchClose, .btnRightSearchClose {
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 16px;
    color: #7a7272;
    cursor: pointer;
}

#HighriseDualListLeftPanel {
    /* border: solid thin #ccc; */
    min-height: 48vh;
    max-height: 48vh;
    padding: 0px 5px;
    overflow: auto;
}

#HighriseDualListRightPanel {
    /* border: solid thin #ccc; */

    padding: 0px 5px;
    overflow: auto;
}

.HRElement {
    display: block;
    border: solid thin #ccc;
    margin: 2px 0px;
    border-radius: 4px;
    padding: 3px 5px;
}

#HighriseDualListLeftPanel span:hover {
    background: rgba(247, 103, 7, .1) !important;
}

#offcanvasCreateTemplate .actionButtons {
    margin-top: 15%;
}

.actionButtons .btn {
    width: 45px;
    margin-bottom: 8px;
    border-radius: 5px;
}

#offcanvasCreateTemplate .offcanvas-footer {
    border-top: solid thin #ccc;
    padding: 6px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #f4f4f4;
}

#TOPOFItemMaster.table-responsive {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin-top: 10px;
    max-height: 49vh;
    min-height: 49vh;
}

.panelFooter {
    padding: 8px;
    padding-bottom: 0px;
}

#TOPOFItemMaster tbody td {
    padding: 1px 4px;
}

#offcanvasCreateTemplate .form-control, #offcanvasCreateTemplate .SumoSelect > .CaptionCont, #offcanvasCreateTemplate .select2-container--default .select2-selection--single, #offcanvasCreateTemplate .select2-selection .select2-selection--single {
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 6px 8px;
}

.mt10 {
    margin-top: 10px;
}

#TOPOFItemMaster thead th {
    position: sticky;
    top: 0px;
}

#btnHRMoveSelectedRight1 {
    background: #23d1b1 !important;
    font-size: 20px;
    font-weight: bold;
}

#btnHRMoveAllLeft1 {
    background: #ff4d4d !important;
    font-size: 20px;
    font-weight: bold;
}

.modal-glass {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(30px) saturate(200%);
    border: 1.5px solid rgba(255,255,255,0.9);
    border-radius: 22px;
    box-shadow: 0 24px 80px rgba(24, 170, 204, 0.18);
    padding: 32px 36px;
    min-width: 480px;
    max-width: 560px;
    animation: fadeSlideUp 0.3s cubic-bezier(.4, 0, .2, 1) both;
    position: relative;
}

.posting-option {
    padding: 18px 20px;
    border-radius: 14px;
    border: 2px solid rgba(255,255,255,0.9);
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.25s;
    margin-bottom: 12px;
}

.btn-primary-glass {
    background: linear-gradient(135deg,#18AACC, #0dcaf0) !important;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    padding: 8px 18px;
    font-size: 0.82rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(24,170,204,0.30);
    transition: all 0.22s ease;
}

    .btn-primary-glass:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(24,170,204,0.42);
    }

.btn-outline-glass {
    background: rgba(255,255,255,0.65);
    color: #18AACC;
    border: 1.5px solid rgba(24,170,204,0.28);
    border-radius: 4px;
    padding: 7px 16px;
    font-size: 0.82rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: all 0.22s ease;
}

    .btn-outline-glass:hover {
        background: rgba(24,170,204,0.12);
        border-color: #18AACC;
        transform: translateY(-1px);
    }

.modal-title i {
    color: #18AACC;
}

.modal-title {
    font-size: 18px;
    font-weight: 800;
    color: #0e1f26;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single, .SumoSelect > .CaptionCont {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}
