/*--------------------------body-section---------------------------*/
.dashboard-page {
    background-color: #F2F3F8;
}

/*--------------------------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: #d2d2d2;
    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: #d2d2d2;
    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%;
	justify-content: end;
}

.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;
}

.key-number.d-flex.w-100 {
    background-color: #F6F7FD;
    color: #5D78FF;
}

.lock-icon-svg {
    width: 100%;
    max-width: 16px;
}

.key-number.d-flex.w-100 {
    background-color: #F6F7FD;
    color: #5D78FF;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-right: 4px;
    border-radius: 6px;
    padding: 8px;
    height: 32px;
    width: auto;
}

.api-tabs-nav.d-flex {
    border-bottom: 1px solid #E5E7EB;
}

.private-api-key .link {
    color: #5D78FF;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
    display: block;
    width: max-content;
}

.private-api-key .link:hover {
    background-color: #F6F7FD;
}

.nav-item.activetab {
    border-bottom: 2px solid #5D78FF;
}

.nav-item {
    border-bottom: 2px solid #E5E7EB;
}

.api-key-tabs {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
}

.nav-item-links {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #646C9A;
    padding: 8px 7px;
    width: 100%;
    display: block;
}

.data-render-api-form {
    margin-top: 8px;
}

.api-key-tabs .d-flex.buttons-wrapper {
    margin-top: 16px;
    justify-content: end;
}

.data-render-api-form textarea {
    width: 100%;
    padding: 40px;
    border: 1px solid #E5E7EB;
    color: #646C9A;
    text-align: left;
    background-color: #F8F8FF;
}

.nav-item.activetab .nav-item-links {
    color: #5D78FF;
}

.nav-item-links:hover {
    color: #5D78FF;
}

.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;
}

.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;
}


/*right-box-support*/
.support-btn {
    width: 206px;
    height: 250px;
    cursor: pointer;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    margin: 0 12px;
    color: #646C9A;
}

.support-btn:hover {
    border: 1px solid #5D78FF;
}

.support-btn .description-text {
    background-color: #D1FAE5;
    color: #065F46;
    border-radius: 6px;
    padding: 2px 10px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500
}

.support-icon {
    width: 40px;
    height: 40px;
}

.support-boxes {
    margin: 0 -12px;
    padding-top: 52px
}

.support-btn .support-btn-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

/*right-box-Pricing*/
.pricing-plans-box {
    border: 1px solid #E5E7EB;
    padding: 48px;
    border-radius: 6px;
    margin-top: 24px;
    cursor: pointer;
}

.pricing-plans-box {
    border: 1px solid #E5E7EB;
    padding: 48px;
    border-radius: 6px;
    margin-top: 24px;
}

.pricing-link {
    margin-bottom: 16px;
}

.pricing-link h4 {
    color: #646C9A;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.pricing-link p {
    color: #646C9A;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

/*right-box-documentation*/

#documentation .key-number.d-flex.w-100 {
    width: max-content;
}
.documentation-boxes .documentation-title {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    color: #646C9A;
    margin-bottom: 16px;
    padding-bottom: 8.4px;
    border-bottom: 1px solid #EAECEF;
}
.documentation-boxes .description-text {
    color: #646C9A;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px
}
.documentation-boxes .display-code {
    background-color: #F8F8FF;
    padding: 6px;
    color: #000000;
    font-size: 11.9px;
    line-height: 17.25px;
    margin-bottom: 10px;
    width: 100%;
}
.documentation-boxes .language-javascript span {
    white-space: pre;
}
.documentation-boxes .sub-title {
    color: #646C9A;
    margin-top: 24px;
    margin-bottom: 16px;
    padding-bottom: 8.4px;
    border-bottom: 1px solid #EAECEF;
    font-size: 21px;
    font-weight: 600;
    line-height: 26.25px
}
.documentation-boxes table td, .documentation-boxes table th {
    padding: 6px 13px;
    border: 1px solid #dfe2e5;
}
.documentation-boxes table{
    word-wrap: break-word;
    font-size: 13px;
    line-height: 17.85px;
    color: #646C9A;
}
.documentation-boxes table th {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #646C9A;
}
.documentation-boxes table code {
    padding: .2em .4em;
    margin: 0;
    font-size: 85%;
    background-color: rgba(27,31,35,.05);
    border-radius: 3px;
}
/*--------Setting------------*/
.support-btn.setting-whiite-list {
    max-width: 100%;
    margin: 0;
    margin-top: 20px;
}
.blue-info {
    color: #646C9A;
    width: 18px;
    height: 18px;
}
.d-flex.setting-info {
    font-size: 14px;
    line-height: 20px;
    padding: 16px;
    background-color: #EFF6FF;
    border-radius: 6px;
    color: #1D4ED8;
    margin: 30px 0;
}
.d-flex.setting-info p {
    margin-left: 12px;
}
.table-data {
    width: 100%;
    border-radius: 6px;
}
.settings-table .table-head {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #646C9A;
    background-color: #F9FAFB;
}
.settings-table td {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 16px;
    padding: 12px 24px;
}
.settings-table tr {
    border: 1px solid #E5E7EB;
}
.settings-table {
    margin-top: 24px;
}
.settings-table .table-head th {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 16px;
    padding: 12px 24px;
    text-align: start;
}


/* ---------------------------------rotate api css ------------------------------------*/
#rotate-apikey {
    /*background-color: #DC2626;*/
    /*color: #fff;*/
}
.rotate-api .submit-btn {
    background-color: #DC2626;
}
.rotate-api .popup-description {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}