.creds-container {
    background-color: white;
    padding: 20px;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

    .creds-container .input-box {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .creds-container label {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .creds-container input[type="text"],
    .creds-container select {
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
        font-size: 14px;
        width: 100%;
    }

        .creds-container input[type="text"]:focus,
        .creds-container select:focus {
            outline: none;
            border-color: #007bff;
        }

    .creds-container .multiselect label {
        font-size: 0.8rem;
    }

    .creds-container .d-row {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

        .creds-container .d-row .input-box {
            width: 100%;
            font-size: 0.8rem !important;
        }

    .creds-container .selected-options-container {
        display: flex;
        flex-direction: column;
        max-height: 100px;
        overflow-y: auto;
        padding: 5px;
    }

    .creds-container .selected-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 3px;
        height: 30px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .creds-container.btn-i {
        border: none;
        background-color: transparent;
        font-size: 15px;
        cursor: pointer;
    }

    .creds-container .access-additional-detail {
        margin-top: 15px;
    }

    /* Multiselect styles */
    .creds-container .multiselect-container {
        position: relative;
        width: 100%;
    }

    .creds-container .multiselect-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        cursor: pointer;
    }

        .creds-container .multiselect-header span {
            font-size: 14px;
            color: #333;
        }

    .creds-container .arrow {
        width: 8px;
        height: 8px;
        border-left: 2px solid #333;
        border-bottom: 2px solid #333;
        transform: rotate(45deg);
    }

    .creds-container .options-container {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: white;
        border: 1px solid #ddd;
        border-radius: 5px;
        max-height: 200px;
        overflow-y: auto;
        z-index: 1000;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    }

    .creds-container .option {
        padding: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .creds-container .option:hover {
            background-color: #f1f1f1;
        }

        .creds-container .option input[type="checkbox"] {
            margin-right: 10px;
        }

    .creds-container .option-label {
        font-size: 14px;
    }

    /* Scrollbar styles */
    .creds-container .selected-options-container::-webkit-scrollbar {
        width: 6px;
    }

    .creds-container .selected-options-container::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .creds-container .selected-options-container::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
        border: 2px solid #f1f1f1;
    }

        .creds-container .selected-options-container::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

@@media screen and (max-width: 768px) {
    .creds-container .d-row {
        flex-direction: column;
    }

    .creds-container {
        width: 90%;
    }
}

.creds-container .page-heading {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #333;
    /* font-family: 'Arial', sans-serif; */
    letter-spacing: 1px;
}

/* Form Container Style */
.creds-container .form-container {
    display: flex;
    flex-direction: column;
}

    /* Input Fields and Select Box */
    .creds-container .form-container input,
    .creds-container .form-container select {
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 1rem;
        width: 100%;
    }

/* Button Style */
.creds-container .save-btn {
    padding: 12px 20px;
    background-color: #4CAF50;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s ease, transform 0.2s;
}

    /* Button Hover Effect */
    .creds-container .save-btn:hover {
        background-color: #45a049;
        transform: translateY(-2px);
    }

/* Notification Styling */
.creds-container .notifications {
    margin-top: 20px;
    padding: 10px;
    font-size: 1rem;
    color: red;
    text-align: center;
}

/* Responsive Design */
@@media (max-width: 768px) {
    .creds-container {
        width: 90%;
        padding: 15px;
    }
}

.creds-container .blk {
    /* border: 2px solid black; */
    margin-top: 10px;
    border-top: 2px dashed #eee;
    padding-top: 10px;
}

.creds-container .nested-blk {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    overflow: hidden;
    overflow-x: auto;
    /* border: 2px solid black; */
}

.creds-container #nested-blk {
    margin: 10px;
    border: 2px solid black;
}

.creds-container .d-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.creds-container .d-col {
    border-top: 1px dashed black;
    width: 100%;
    height: max-content;
    /* justify-content: center; */
    /* align-items:center; */
}

.creds-container .x {
    background-color: transparent;
    height: fit-content;
    width: fit-content;
    padding: 5px;
    margin: auto 0;
    border: none;
    text-align: center;
}

.creds-container .compact-btn {
    padding: 6px 12px; /* Less height with compact padding */
    font-size: 14px; /* Professional font size */
    border: 1px solid #007bff; /* Border color matching the button color */
    background-color: #007bff; /* Professional blue color */
    color: white; /* White text */
    border-radius: 4px; /* Slightly rounded corners for a modern look */
    cursor: pointer; /* Pointer cursor on hover */
    font-family: 'Arial', sans-serif; /* Clean font */
    transition: background-color 0.3s, box-shadow 0.3s; /* Smooth hover transition */
}

    .creds-container .compact-btn:hover {
        background-color: #0056b3; /* Darker shade of blue on hover */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow on hover */
    }

    .creds-container .compact-btn:active {
        background-color: #004080; /* Even darker on click */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Reduced shadow when clicked */
    }
