/*--------------------------body-section---------------------------*/
.dashboard-page {
    background-color: #F2F3F8;
    z-index: 100;
}

/*--------------------------header-section---------------------------*/
.dashboard-page .header-section {
    background-color: #242939;
    height: 64px;
    padding: 0 16px 0 24px;
}

.profile-control-buttons {
    display: flex;
    padding: 4px;
}

.profile-control-buttons {
    padding: 4px;
    color: #646C9A;
    font-size: 15px;
    line-height: 22.5px;
    border-radius: 9999px;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    max-width: 114px;
    margin-left: 12px;
}

.profile-control-buttons:first-child {
    margin-left: 0;
}

.profile-control-buttons:hover {
    color: #fff;
    background-color: #293046;
}

.profile-control-logo {
    width: 100%;
    height: 24px;
    max-width: 24px;
}

.profile-control-text {
    width: 100%;
    font-size: 15px;
    padding-left: 4px;
}

.notifybell-pop {
    background-color: #6e7899;
    border: 3px solid #242939;
    opacity: 1;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 3px;
    right: 6px;
}

/*--------------------------dash-body-section---------------------------*/
.dashbord-box.w-100.d-flex {
    margin: 0 -12px;
}

.container-dsahbord {
    max-width: 1048px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding-top: 64px;
    padding-bottom: 48px;
}

.container-dsahbord .content-wrapper {
    padding-top: 64px;
}

.dashboard-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 24px;
    padding-bottom: 16px;
    color: #646C9A;
}

.dashbord-box .left-box {
    padding: 0 12px;
    max-width: 262px;
    width: 100%;
}


.menu-list {
    padding: 24px;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
}

.menu-link {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #646C9A;
    display: block;
    width: 190px;
    max-width: 190px;
}

.menu-link:hover {
    background-color: #F6F7FD;
    color: #5D78FF;
}

.menu-item.active-link .menu-link {
    background-color: #F6F7FD;
    color: #5D78FF;
}

/*right-box*/
.dashbord-box .right-box {
    padding: 0 12px;
    max-width: 75%;
    width: 100%;
}

.unlock-more-sec {
    background-color: #5D78FF;
    padding: 24px 48px;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
}

.unlock-more-sec a {
    color: #4963E5;
    background-color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
}

.unlock-more-sec .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.profile-controls {
    width: 100%;
    max-width: 203px;
    height: 100%;
}

.unlock-more-sec .description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7
}

.data-private-api {
    background-color: #FFFFFF;
    padding: 48px;
    border-radius: 6px;
    margin-bottom: 10px;
    display: none;
}

.private-api-key .title-main {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #646C9A;
}

.private-api-key .description-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
    color: #646C9A;
}

.private-api-key-number.d-flex.w-100 {
    color: #646C9A;
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
}

.api-tabs-nav .nav-item:hover {
    border-bottom: 2px solid #5D78FF;
}

.btn-render {
    margin-left: 12px;
}

.btn-render.blule-btn-api .w-100 {
    color: #fff;
    background-color: #5D78FF;
    cursor: pointer;
}

.btn-render .w-100 {
    color: #374151;
    background-color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    display: block;
    border: 1px solid #D1D5DB;
}

.tabs-data-api {
    display: none;
}

.active-content-tab {
    display: block !important;
}

.data-private-api.active-content-tab {
    display: block;
}
/*----------change email id pass-------------*/
input::placeholder, textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
.account-change .input-wrapper input {
    display: block;
    padding: 10px 8px;
    border: 1px solid #D1D5DB;
    background-color: #F9FAFB;
    color: #646C9A;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    margin-right: 12px;
    margin-top: 4px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
}
.account-change {
    margin-top: 32px;
}
.input-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #646C9A;
}
.input-wrapper .btn-render.blule-btn-api a {
    height: 100%;
    display: flex;
    align-items: center;
}
/*----------Organization-------------*/
.accounts-table {
    margin-top: 24px;
}
.table-data {
    width: 100%;
    border-radius: 6px;
}
.accounts-table .table-head {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #646C9A;
    background-color: #F9FAFB;
}
.accounts-table tr {
    border: 1px solid #E5E7EB;
}
.accounts-table .table-head th {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 16px;
    padding: 12px 24px;
    text-align: start;
    text-transform: uppercase;
}
.accounts-table tr {
    border: 1px solid #E5E7EB;
}
.accounts-table td {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 16px;
    padding: 16px 24px;
    color: #646C9A;
}
.accounts-table td button {
    color: #065F46;
    background-color: #D1FAE5;
    border-radius: 20px;
    font-size: 12px;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 600;
}
.account-organization .d-flex.buttons-wrapper {
    justify-content: end;
    margin-top: 12px;
}
