:root {
    --primary: #222;
    --primaryOpacity: #26699d33;
    --secondary: #793aff;
    --dark: #333333;
    --lessDark: #404040;
    --white: #ffffff;
    --muted: #939393;
    --warning: #f9c043;
    --buttonBoxShadow: 0 0 0 0.05rem rgba(0, 0, 0, .10);
    --primarySoft: rgba(38, 157, 123, 0.25);
    --bs-body-font-size: .9rem;
}

/* MAIN */
a {
    color: var(--secondary);
    transition: color ease-in-out 0.15s;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    color: var(--primary);
    transition: color ease-in-out 0.15s;
}

h3 {
    color: var(--primary);
}

/* END MAIN */

/* MENU */
body[data-sidebar=dark] .navbar-brand-box,
body[data-sidebar=dark] .vertical-menu {
    min-width: 90px;
    background: var(--primary);
}

body[data-sidebar=dark] .menu-title {
    color: var(--dark);
}

/* body[data-sidebar=dark] .navbar-brand-box .logo-lg {
    position: absolute;
    left: 10px;
} */

/* body[data-sidebar=dark] .navbar-brand-box .logo-sm {
    position: absolute;
    left: 10px;
} */

body[data-sidebar=dark] .navbar-brand-box .logo-lg img {
    object-fit: cover;
    max-height: 65px;
}
body .navbar-brand-box .logo-sm img,
body .navbar-brand-box .logo-lg img {
    max-width: 100%;
}

body .logo-beta {
    display: inline-block;
    position: absolute;
    line-height: 12px;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 5px;
    top: 47px;
    left: 182px;
    color: #fff;
    background-image: linear-gradient(90deg, #793aff 0%, #793aff 100%);
    z-index: 99999;
}
body .logo-beta.logo-beta-small {
    top: 50px;
    left: 29px;
    line-height: 10px;
    font-size: 10px;
}

@media (max-width: 992px) {
    .logo span.logo-sm img {
        width: 40px;
    }
}

body[data-sidebar=dark] #sidebar-menu ul li a i,
body[data-sidebar=dark] #sidebar-menu ul li a {
    color: var(--white);
    border-radius: 15px;
}
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a {
    padding: 15px 20px 10px 20px;
    margin: 5px 0;
}
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a {
    min-height: 50px;
}
.vertical-collpsed .main-content {
    margin-left: 90px;
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover i,
body[data-sidebar=dark] #sidebar-menu ul li a:hover {
    color: var(--dark);
}

body[data-sidebar=dark].sidebar-enable.vertical-collpsed #sidebar-menu ul.submenu li a i,
body[data-sidebar=dark].sidebar-enable.vertical-collpsed #sidebar-menu ul.submenu li a {
    color: #afafaf !important;
}

body[data-sidebar=dark].sidebar-enable.vertical-collpsed #sidebar-menu ul.submenu li a:hover i,
body[data-sidebar=dark].sidebar-enable.vertical-collpsed #sidebar-menu ul.submenu li a:hover {
    color: var(--white) !important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul {
    background: var(--lessDark);
    margin-top: -5px;
    border-radius: 15px;
}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a {
    color: #949494;
}
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
    color: #949494;
}

body[data-sidebar=dark] .mm-active .active {
    background: var(--dark) !important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a
{
    background: var(--dark);
}

.header-item .balance-header {
}

.header-item .balance-area {
    color: var(--primary);
    font-weight: 800;
}
.metismenu {
    margin: 0 10px;
}
/* MENU END */

/* BOOTSTRAP OVERRIDES */
/* BTN */
.btn.btn-success {
    /*background: var(--primary);*/
    /*border-color: var(--primary);*/
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.form-check-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.15rem var(--primarySoft);
}

.form-control {
    border-radius: 16px;
}

.btn.btn-primary {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.btn.btn-success:hover,
.btn.btn-primary:hover {
    background: var(--dark);
    color: var(--white);
    border-color: var(--dark);
}

.btn.btn-success:focus,
.btn.btn-success:focus-visible,
.btn.btn-primary:focus,
.btn.btn-primary:focus-visible
{
    box-shadow: var(--buttonBoxShadow);
}

.btn.btn-green {
    background: #34c38f;
    color: var(--white);
    border-color: #34c38f;
}

.btn.btn-green:hover{
    background: #288c67;
    color: var(--white);
    border-color: #288c67;
}
.btn-back-wrapper {
    display: inline-block;
    margin-right: .5rem;
    margin-top: -0.5rem;
}
/* END BTN */

/* ALERT */
.alert-success {
    background: var(--primarySoft);
    color: var(--dark);
    border: 0;
}
/* END ALERT */

/* a text muted */
a.text-muted {
    transition: color ease-in-out 0.15s;
}

a.text-muted:hover {
    color: var(--secondary)!important;
    transition: color ease-in-out 0.15s;
}

/* BADGE */
.badge.bg-success {
    /*background-color: var(--primary)!important;*/
}

.badge.badge-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important;
}
/* END BADGE */
/* END BOOTSTRAP OVERRIDES */

.bg-theme1,
.bg-theme
{
    background: var(--secondary);
}

.bg-theme1.bg-soft,
.bg-theme.bg-soft {
    background: var(--primarySoft)!important;
}

.bg-theme2 {
    background: var(--secondary);
}

.bg-primary{
    background: var(--primary);
    background-color: var(--primary)!important;
    border-color: var(--primary);
}

.text-theme1 {
    color: var(--primary)!important;
}

.text-theme2 {
    color: var(--secondary)!important;
}

.page-link:focus,
.page-link:focus-visible {
    text-decoration-color: var(--primary);
    color: var(--primary);
    background-color: var(--primaryOpacity);
    border-color: var(--primaryOpacity);
    box-shadow: var(--buttonBoxShadow);
}

.page-link:hover {
    color: var(--primary);
    background-color: var(--primaryOpacity);
    border-color: var(--primaryOpacity);
}

/* OFFERS */
.offer-top-wrap {
    height: 120px;
    border-bottom: 7px solid var(--primary);
}

.iframe-wrapper {
    height: calc(100vh - 127px);
}

@media (max-width:991px) {
    .offer-top-wrap {
        height: 180px;
    }

    .iframe-wrapper {
        height: calc(100vh - 187px);
    }
}

.offer-top-wrap .logo {
    text-align: center;
}
.offer-top-wrap .logo img {
    max-width: 100%;
}

.offer-top-wrap .offer-name-label,
.offer-top-wrap .offer-label
{
    font-weight: 500;
    color: #999;
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.offer-top-wrap .offer-name
{
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
}

.offer-top-wrap .offer-description {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.1;
}

.offer-top-wrap .time-header,
.offer-top-wrap .clicks-header {
    font-size: .8rem;
}

.offer-top-wrap .chart {
    height: 100px;
    margin-top: -10px;
}

.iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: none;
}

@media (max-width:1550px) {
    .offer-top-wrap .offer-name-label,
    .offer-top-wrap .offer-label {
        font-size: 0.6rem
    }

    .offer-top-wrap .offer-name {
        font-size: 1.0rem;
    }

    .offer-top-wrap .offer-description {
        font-size: 0.75rem;
    }

    .offer-top-wrap .finish_phrase_label,
    .offer-top-wrap .finish_phrase_error {
        font-size: 0.7rem;
    }
}

@media (max-width:1200px) {
    .offer-top-wrap .offer-name {
        font-size: 0.9rem;
    }
}

@media (max-width:575px) {
    .offer-top-wrap .offer-label {
        font-size: 0.8rem;
    }

    .offer-top-wrap .offer-name {
        text-align: center;
        font-size: 1rem;
        font-weight: 600;
    }

    .offer-top-wrap .offer-description {
        font-size: 0.8rem;
        font-weight: 400;
        max-height: 30px;
        overflow: auto;
        text-align: center;
        color: var(--muted);
    }

    .offer-top-wrap .chart {
        height: 90px;
    }

}
/* END OFFERS */

/* PAYOUT ORDER*/
.section-order-new-payout .head-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-order-new-payout table {
    padding: 1rem;
    display: flex;
    justify-content: center;
}
.section-order-new-payout tr {
    justify-content: center;
    padding: 2rem;
}

.section-order-new-payout td.label {
    text-align: right;
    padding: 1.4rem 0;
    padding-right: 3rem;
}

.section-order-new-payout td.submit {
    text-align: right;
}

.section-order-new-payout td input{
    width: 25rem;
}

@media (max-width:767px) {
    .section-order-new-payout .head-top {
        flex-direction:column;
        text-align: center;
    }

    .section-order-new-payout td input{
        width: 100%;
    }
    .section-order-new-payout td.label {
        padding-right: 1rem;
    }

}
/* END PAYOUT ORDER */

/* DASHBOARD */
.history-chart-header {
    margin: 10px 12px 0 0;
    text-align: right;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #495057;
    font-weight: 600;
}

.available-offers-wrap {
    margin: 0 0 0 2rem;
}

.available-offers-wrap .available-offers-header {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.available-offers-wrap .available-offers-sub-header {
    color: var(--muted);
    font-size: 1.2rem;
    font-weight: 200;
    margin-bottom: 2rem;
}

.available-offers-wrap .available-offers-list {
    list-style: none;
    padding: 0 0 0 1rem;
}

.available-offers-wrap .available-offers-list li {
    line-height: 2.2rem;
    font-size: 1.2rem;
    vertical-align: middle;
    padding: 0 0 0.2rem 0;
}

.available-offers-wrap .available-offers-list li .list-count {
    font-weight: bold;
    margin-right: 0.2rem;
}

.available-offers-wrap .available-offers-list li .list-color {
    margin-right: 0.4rem;
}

.available-offers-wrap .available-offers-list li .list-color-bg-theme1::before {
    color: var(--primary);
}

.available-offers-wrap .available-offers-list li .list-color-bg-theme2::before {
    color: var(--secondary);
}

.available-offers-wrap .available-offers-footer {
    color: var(--muted);
    font-weight: 200;
    font-size: 1rem;
    margin: 2rem 0 0 0;
}
/* END DASHBOARD */

/* OFFERS LIST */
.table-offers {

}
/* END OFFERS LIST */


/* PAGINATION */

.page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
}
/* AGREEMENTS */
.agreements-wrap {
    font-size: 12px;
}

.agreements-read-more {
    padding: 10px;
    font-size: 10px;
    border: 1px solid var(--primary);
    border-radius: 10px;
}
/* END AGREEMENTS */

/* SORTABLE TABLE */

table .asc,
table .desc {
    font-weight: bold;
    color: var(--secondary);
}

table .asc::before {
    content: '▲';
}
table .desc::before {
    content: '▼';
}

/* END SORTABLE TABLE */

/* BOX */
.box {
    box-shadow: 0px 2px 70px 0px rgba(110,130,208,0.18);
    line-height: 1.8em;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    padding: 30px;
    margin: 0 5px 30px 5px;
}
.box.box-warning {
    background: var(--warning);
    /* color: #fff; */
    /* font-size: .8rem; */
}
.box.box-dark {
    background: var(--primary);
    color: #fff;
}
.box.box-warning .verti-timeline {
    border-left: 3px dashed #f5d692;
}
.box.box-warning .verti-timeline .event-list .event-timeline-dot {
    color: var(--primary);
}
.box.box-warning .text-done {
    color: #a88c4d;
}

h1 {
    color: var(--primary);
}
.box h2 {
    color: #141514;
    font-size: 1.6rem;
}
.box h3 {
    color: #b9b9b9;
    font-size: 1rem;
}

.btn {
    border-radius: 16px;
}
.btn.btn-grd-big {
    padding: 16px 24px !important;
}

.bg-gradient-1 {
    background-image: linear-gradient(90deg, #793aff 0%, #793aff 100%);
}
.color-gradient-1 {
    background-image: linear-gradient(90deg, #793aff 0%, #793aff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-gradient-1,
#lemurproxy-wrapper .btn-primary {
    border-width: 0px !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 16px;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-image: linear-gradient(90deg, #793aff 0%, #793aff 100%);
    padding: 10px 24px !important;
    margin-top: -10px;
    box-shadow: 0px 20px 30px -10px rgba(121, 58, 255, 0.4);
    transition: all 300ms ease-in-out 0ms;
    color: #fff !important;
    display: inline-block;
    margin-top: 5px;
}
.btn-gradient-1:hover,
#lemurproxy-wrapper .btn-primary:hover {
    letter-spacing: 2.5px !important;
    position: relative;
    z-index: 2;
    background-color: hsla(0, 0%, 100%, .2);
}

.btn-gradient-2 {
    border-width: 0px !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 16px;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-image: linear-gradient(90deg, #ff8154 0%, #ff8154 100%);
    padding: 10px 24px;
    border: 2px solid transparent;
    background-color: hsla(0, 0%, 100%, .2);
    text-decoration: none;
    transition: all 300ms ease-in-out 0ms;
    color: #fff;
    margin-top: 5px;
}
.btn-gradient-2:hover {
    letter-spacing: 2.5px !important;
    border: 2px solid transparent;
    color: #fff;
}

.text-muted {
    color: #b9b9b9!important;
}
.icon-database {
    font-size: 2rem;
    color: #222;
}

.dashboard-usage-chart {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
}
.dashboard-usage-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.dashboard-usage-chart .chart-content {
    display: inline-block;
    margin-top: 35%;
    z-index: 2;
}
.dashboard-usage-chart .chart-content .percent {
    display: block;
    font-size: 2.2rem;
    color: var(--primary);
    /* line-height: 1; */
}
.dashboard-usage-chart .chart-content .limit {
    display: block;
    font-size: 1rem;
    color: var(--muted);
    margin-top: 10px;
}
.dashboard-usage-chart .chart-content .label {
    display: block;
    font-size: .7rem;
    color: var(--muted);
    margin-top: -4px;
}

.yellow-alert {
    background: var(--warning);
    border-radius: 10px;
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    font-size: .8rem;
}
.yellow-alert .btn {
    margin-top: 10px;
}

.dashboard-database-table td {
    padding: 5px 10px;
}
.dashboard-database-name {
    color: var(--primary);
    line-height: 1.4;
}
.dashboard-database-desc {
    color: var(--muted);
    font-size: .7rem;
    margin-top: -6px;
}
.dashboard-database-table td.dashboard-database-percent {
    text-align: right;
    color: var(--primary);
    padding-top: 12px;
}

.img-full {
    max-width: 100%;
    max-height: 100%;
}
.img-dashboard {
    max-height: 220px;
    margin: 0 auto;
}

.account-pages .left {
    /* background-image: linear-gradient(130deg, #8624E1 25%, #3607A6 100%) !important; */
    background-color: #0f0122;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.account-pages .left img {
    max-width: 90%;
}
.account-pages .right {
    padding: 90px 100px;
}
.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 5%;
}
.page-simple-content {
    width: 65%;
}
.et_parallax_bg_wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.et_parallax_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../images/brain-1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.et_parallax_content {
    position: relative;
    z-index: 5;
}
@media (max-width:1200px) {
    .page-simple-content {
        width: 90%;
    }
    .account-pages .right {
        padding: 40px;
    }
}
@media (max-width: 992px) {
    .account-pages .left img {
        max-width: 70%;
        margin: 20px auto;
    }
}

.text-done {
    text-decoration: line-through;
}
.text-todo {
    color: var(--primary);
    font-weight: bold;
}
.verti-timeline .event-list .event-timeline-dot {
    top: 2px;
}
.verti-timeline .event-list {
    padding: 0 0 33px 20px;
}


.field-error {
    border: 1px solid #dc3545 !important;
}
.error-msg {
    color: #dc3545;
    font-size: .8rem;
}

.nav-link:focus, .nav-link:hover {
    color: var(--secondary);
}
.nav-pills .nav-link {
    border-radius: 16px;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--secondary);
}

.box {
    position: relative;
}
.box .box-navs {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999;
}

.card {
    border-radius: 25px;
}

label {
    margin-bottom: .2rem;
    padding-left: 13px;
}
.form-group {
    margin-bottom: .5rem;
}

.mt-filter-btn {
    margin-top: 2.5rem;
}
.mt-filter-btn-1 {
    margin-top: 1.5rem;
}

.table>:not(caption)>.row-highlighted>* {
    background-color: rgba(241, 180, 76, 0.25);
}

/* physical ports status */
button.status-circle {
    border: none;
    text-align: center;
    margin: 0 auto 0 auto;
    display: block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 100%;
}

button.status-circle:hover {
    cursor: pointer;
    opacity: 0.5;
    transition: ease-in-out 20ms;
}

/* user port whitelist */

#ip-whitelist-collection {
margin: 10px 0;
}

#ip-whitelist-collection .whitelist-ip-item
{
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    margin-top: 8px;
}

#ip-whitelist-collection .whitelist-ip-item input
{
    margin-right: 8px;
}