﻿.page-content {
    padding: 20px 24px;
}
#components-reconnect-modal {
    display: none;
}


/*-- Start --*/
.toast {
    position: fixed;
    z-index: 13;
    top: 0;
    right: 0;
    margin: 20px;
    background-color: var(--colorWhite);
    border-radius: 7px;
    border: none;
    border-left: 5px solid var(--colorBlack);
}

    .toast .toast-box {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        background-color: transparent;
    }

.toast-box i {
    font-size: 30px;
    color: var(--colorBlack);
}

.toast-cnt {
    margin: 0 15px;
}

    .toast-cnt .toast-status {
        font-size: 16px;
        font-weight: 600;
        color: var(--colorBlack);
    }

    .toast-cnt .toast-msg {
        font-size: 14px;
        color: var(--colorBlack);
    }

.toast-box button {
    font-size: 18px;
    color: var(--colorBlack);
    padding: 0;
    border: none;
    margin-left: auto;
    background-color: transparent;
}

    .toast-box button i {
        font-size: 24px;
        color: var(--colorBlack);
    }

.toast.toast-success {
    background-color: #c5f7dc;
    border-left-color: #3ac279;
}

    .toast.toast-success i {
        color: #3ac279;
    }

    .toast.toast-success .toast-cnt .toast-status {
        color: #3ac279;
    }

    .toast.toast-success button i {
        color: #3ac279;
    }

.toast.toast-warning {
    background-color: #ffe8c3;
    border-left-color: #e89f2a;
}

    .toast.toast-warning i {
        color: #e89f2a;
    }

    .toast.toast-warning .ti-circle-check-filled:before {
        content: "\f6f0";
    }

    .toast.toast-warning .toast-cnt .toast-status {
        color: #e89f2a;
    }

    .toast.toast-warning button i {
        color: #e89f2a;
    }

.toast.toast-info {
    background-color: #cde2ff;
    border-left-color: #3d84e5;
}

    .toast.toast-info i {
        color: #3d84e5;
    }

    .toast.toast-info .ti-circle-check-filled:before {
        content: "\f6d8";
    }

    .toast.toast-info .toast-cnt .toast-status {
        color: #3d84e5;
    }

    .toast.toast-info button i {
        color: #3d84e5;
    }

.toast.toast-error {
    background-color: #ffcfcb;
    border-left-color: #e95a4d;
}

    .toast.toast-error i {
        color: #e95a4d;
    }

    .toast.toast-error .ti-circle-check-filled:before {
        content: "\f739";
    }

    .toast.toast-error .toast-cnt .toast-status {
        color: #e95a4d;
    }

    .toast.toast-error button i {
        color: #e95a4d;
    }

/*-- End --*/

/*-- End CheckBox --*/

/*-- Start Loader --*/

/*-- End Loader --*/

/*-- Start Login --*/
.login-main {
    display: flex;
    flex-direction: column;
    background-image: url(../images/login-screen_2.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: calc(100vh - 51px);
    height: 100%;
}

.login-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 99px);
    width: 100%;
}

.login-box {
    width: 330px;
    min-height: calc(100% - 0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 24px 0;
}

.login-card {
    background-color: var(--colorWhite);
    border-top: 3px solid var(--colorBlue);
    border-radius: 3px;
    padding: 24px 0 0;
}

.login-logo {
    text-align: center;
    padding: 0 24px 24px;
}

.login-title {
    text-align: center;
    padding: 0 24px 24px;
}

    .login-title h4 {
        font-size: 18px;
        font-weight: 600;
        color: var(--colorBlack);
        margin-bottom: 5px;
        line-height: 1.1;
    }

    .login-title p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: var(--colorBlack);
        margin-bottom: 0;
    }

.login-cnt {
    padding: 0 24px 24px;
}

    .login-cnt .form-item {
        margin-bottom: 16px;
    }

        .login-cnt .form-item label {
            font-size: 14px;
            font-weight: 600;
            color: var(--colorBlack);
            display: block;
            margin: 8px 0 6px;
        }

        .login-cnt .form-item .form-control {
            border-radius: 4px;
            border: 1px solid #ced4da;
            background: var(--colorWhite);
            outline: none;
            width: 100%;
            padding: 0 8px;
            box-sizing: border-box;
            height: 30px;
            line-height: 30px;
            -webkit-appearance: none;
            font-size: 14px;
            color: #212529;
            text-align: left;
        }

            .login-cnt .form-item .form-control:focus {
                border-color: #96a8bb;
                box-shadow: 0 0 0 4px rgba(45, 81, 119, 0.25);
            }

.validation-msg {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: red;
}

.login-btn {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: var(--colorWhite);
    text-align: center;
    line-height: 1;
    margin-top: 5px;
    padding: 10px 16px;
    border-radius: 4px;
    border: 0px solid var(--colorBlue);
    background-color: var(--colorBlue);
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

    .login-btn:hover {
        background-color: #264464;
        border: 0px solid #264464;
        color: #f2f2f2;
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    }

.login-main .forgot-pwd {
    width: 100%;
    display: inline-block;
    background: #f5f3ed;
    font-size: 14px;
    font-weight: 500;
    color: #979691;
    text-align: center;
    padding: 15px;
    border-top: 1px solid #f5f3ed;
    border-radius: 0 0 3px 3px;
}
/*-- End Login --*/

/*-- Start --*/

/*-- End Toast --*/

/*-- Start Sidebar --*/

/*-- End Sidebar --*/
/*-- Start Header --*/

/* ── Row action buttons ── */
.btn-edit {
    background: #1e3a5f;
    color: #fff;
    padding: 5px 7px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

    .btn-edit:hover {
        background: #1e2d40;
    }

.btn-delete {
    background: #dc2626;
    color: #fff;
    padding: 5px 7px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

    .btn-delete:hover {
        background: #b91c1c;
    }


/* table csss */

.vc-table-container {
    background-color: white;
    border-radius: 8px;
    border: 1px solid rgb(229, 231, 235);
    overflow: hidden;
}

.vc-table {
    width: 100%;
    border-collapse: collapse;
}

.vc-table-header-row {
    background: rgb(243, 244, 246);
    border-top: 1px solid rgb(229, 231, 235);
}

.vc-table-header-cell {
    padding: 8px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: rgb(55, 65, 81);
}

.vc-table-header-cell-center {
    text-align: center;
}

.vc-table-header-cell-width-40 {
    width: 40px;
}

.vc-table-body-row {
    border-top: 1px solid rgb(229, 231, 235);
}

.vc-table-cell {
    padding: 8px;
    font-size: 13px;
    color: rgb(31, 41, 55);
}

.vc-table-cell-center {
    text-align: center;
}

.vc-table-actions {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.vc-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    flex-shrink: 0;
}

.vc-button-icon--edit {
    background: rgb(30, 58, 95);
}

.vc-button-icon--delete {
    background: rgb(220, 38, 38);
}

/* end tble css*/

/* multi select dropdown css */
.dropdown-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.btn-dropdown {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 13px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-arrow {
    color: #9ca3af;
}


.dropdown-container {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    background: white;
    border: 1px solid rgb(209, 213, 219);
    border-radius: 6px;
    z-index: 50;
    margin-top: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
    height: 205px;
    overflow: auto;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    cursor: pointer;
    border-bottom: 1px solid rgb(243, 244, 246);
    font-size: 13px;
}

    /* optional: remove border from last item */
    .dropdown-item:last-child {
        border-bottom: none;
    }

.checkbox {
    margin-right: 8px;
}

/* ✅ Change checkbox color when checked */
.checkbox {
    accent-color: #8e8cd8;
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
}
/* end multi select dropdown css */

.header-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 4px;
    border: none;
    background: rgb(13, 148, 136);
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

/*
    select single search dropdown css
*/
/* Dropdown Menu */

.select-search-input-container {
    padding: 6px 8px;
    border-bottom: 1px solid rgb(243, 244, 246);
}
.select-search-input {
    border: 1px solid rgb(209, 213, 219);
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 13px;
    background-color: white;
    color: rgb(55, 65, 81);
    width: 100%;
    box-sizing: border-box;
    outline: none;
}

.dropdown-collapse {
    border: 1px solid rgb(13, 148, 136);
}

.select-item {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 13px;
    color: rgb(55, 65, 81);
    background: transparent;
}

.property-dropdown-container {
    /*position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    background: white;
    border: 1px solid rgb(209, 213, 219);
    border-radius: 6px;
    z-index: 50;
    margin-top: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
    height: 245px;
    overflow-x: hidden;
    overflow-y: auto;*/

    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 50;
    background: white;
    border: 1px solid rgb(209, 213, 219);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    max-height: 220px;
    overflow-y: auto;
}

.dropdown-search {
    width: 100%;
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid rgb(243, 244, 246);
    font-size: 13px;
    box-sizing: border-box;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid rgb(243, 244, 246);
    font-size: 13px;
}

    .dropdown-item:last-child {
        border-bottom: none;
    }

.dropdown-radio {
    margin-right: 8px;
    cursor: pointer;
}

.dropdown-checkbox {
    margin-right: 8px;
    cursor: pointer;
}

.dropdown-menu-sm {
    position: absolute;
    top: 100%;
    left: 0px;
    background: white;
    border: 1px solid rgb(209, 213, 219);
    border-radius: 6px;
    z-index: 50;
    margin-top: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
    min-width: 150px;
}

.dropdown-item-sm {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid rgb(243, 244, 246);
    font-size: 12px;
}

    .dropdown-item-sm:last-child {
        border-bottom: none;
    }
/*

    end select single dropdown css
*/


/* header back button */
.header-back-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    color: rgb(107, 114, 128);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    font-size: 13px;
}
/* end */

/* view button css */
.vw-btn {
    width: 26px;
    height: 26px;
    background: rgb(13, 148, 136);
    color: white;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*end */

/* css card  */

.section-card{
    border: 1px solid rgb(229, 231, 235);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
}

.section-header-clickable {
    background: rgb(13, 148, 136);
    color: white;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.section-content {
    background: white;
    padding: 16px;
}

.section-header-text {
    font-weight: 600;
    font-size: 13px;
}

/* end css card */