/* .right-column-fixed {
    background: #F0F0F5;
}

.dashboard-info-bar-wrap img {
    width: 15%;
}

.dashboard-info-bar-wrap {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
}

.dashboard-info-bar-wrap h3,
h4 {
    color: #fff !important;
}

.dashboard-info-bar-wrap.total-imp {
    background: var(--ds-total-imp);
    transition: .3s;
}

.dashboard-info-bar-wrap.total-imp:hover {
    background-color: var(--ds-total-imp-hover);
    transition: .3s;
}

.dashboard-info-bar-wrap h3 {
    font-weight: bold;
    font-size: 30px;
    margin: 5px 0;
}

.dashboard-info-bar-wrap h4 {
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 1666px) {
    .dashboard-info-bar-wrap h4 {
        font-size: 17px;
        font-weight: bold;
    }
}

.dashboard-info-bar-wrap.total-cli {
    background: var(--ds-total-cli);
    transition: .3s;
}

.dashboard-info-bar-wrap.total-cli:hover {
    background-color: var(--ds-total-cli-hover);
    transition: .3s;
}

.dashboard-info-bar-wrap.balance {
    background: var(--ds-total-balance);
    transition: .3s;
}

.dashboard-info-bar-wrap.balance:hover {
    background: var(--ds-total-balance-hover);
    transition: .3s;
}

.dashboard-info-bar-wrap.widthdraw-bal {
    background: var(--ds-total-widthdraw-bal);
    transition: .3s;
}

.dashboard-info-bar-wrap.widthdraw-bal:hover {
    background: var(--ds-total-widthdraw-bal-hover);
    transition: .3s;
}

.todays-report-wrap {
    text-align: center;
    background: var(--ds-total-cli);
    margin-top: 20px;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    height: 100%;
}

.todays-report-wrap:hover {
    background: var(--ds-total-cli-hover);
}

.todays-report-wrap img {
    width: 10%;
}

.todays-report-wrap.tod-ad-rep {
    background: var(--ds-total-widthdraw-bal);

}

.todays-report-wrap.tod-ad-rep:hover {
    background: var(--ds-total-widthdraw-bal-hover);

}

.todays-report-wrap h3,
h5,
p {
    color: var(--ds-white);
}

.todays-report-wrap img {
    margin-bottom: 15px;
}

.margin-top-40 {
    margin-top: 40px;
    border-radius: 10px;
}

.card-title {
    color: var(--ds-dark) !important;
    font-weight: bold;
}

.addNewDomain {
    border: 0;
    padding: 15px;
    border-radius: 5px;
    background: var(--ds-primary-hover) !important;
    color: var(--ds-white) !important;
    color: #fff;
}


.right-sidebarr {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.right-sidebarr div {
    margin-bottom: 10px;
    text-align: center;
}

.modal-title {
    color: rgba(0, 0, 0, 0.713) !important;
}

.ri-more-fill {
    cursor: pointer;
}

.search-filter {
    position: relative;
}

.search-filter i {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

thead {
    background: #f0f0f5;
}

.profile-card {
    text-align: center;
    padding: 20px;
}

.profile-photo img {
    width: 60%;
    border-radius: 50%;
}

.profile-photo {
    position: relative;
}

.profile-photo i {
    position: absolute;
    right: 25%;
    color: #777d74;
    font-size: 20px;
    background: #fff;
    padding: 5px 15px;
    border-radius: 100%;
    cursor: pointer;
}

.upload-new-photo-btn {
    background: #777d74;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 30px;
    color: #fff;
}

.member-since {
    color: #777d74;
    margin-top: 20px;
}

.user-name {
    font-weight: bold;
    font-size: 22px;
    padding: 0;
    margin: 0;
}

.username {
    color: #51535e;
    margin-bottom: 20px;
}

.btn-2step {
    background: #777d74;
    color: #fff !important;
} */

.dashboard-wrap-single {
    background: #fff;
    box-shadow: -1px 21px 46px #0000001f;
    border-radius: 15px;

    padding: 20px;
    margin-bottom: 20px;
}

.dashboard-wrap-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.dashboard-single-icon img {
    width: 100%;
}

@media only screen and (max-width: 1666px) {
    .dashboard-single-icon img {
        width: 70%;
    }

}

.dashboard-single-value h3 span {
    font-size: 50px;
    font-weight: bold;
}

.dashboard-single-value p {
    margin: 0;
    padding: 0;
    color: #0A0D25;
    font-size: 18px;
}

.dashboard-wrap-icon {
    text-align: right;
}

.dashboard-earnings-wrap-single {
    background: #fff;
    box-shadow: -1px 21px 46px #0000001f;
    border-radius: 15px;
    padding: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.dashboard-earnings-wrap-single img {
    width: 50%;
}

.dashboard-earnings-wrap-single h4 {
    font-size: 26px;
    color: #0a0d25;
    margin: 10px 0;
}

.dashboard-earnings-wrap-single h2 span {
    font-size: 53px;
    font-weight: bold;
}

@media only screen and (max-width: 1666px) {
    .dashboard-earnings-wrap-single h4 {
        color: #0A0D25;
        font-size: 26px;
        margin: 20px 0;
    }

    .dashboard-earnings-wrap-single h2 span {
        font-weight: bold;
        font-size: 70px;
    }

    .dashboard-earnings-wrap-single h6 {
        font-size: 20px;
        margin: 10px 0;
    }
}

.dashboard-earnings-wrap-single h6 {
    font-size: 20px;
    margin: 4px 0;
}


@media only screen and (max-width: 1666px) {

    .dashboard-earnings-wrap-single h6 {
        font-size: 20px;
        margin: 10px 0;
    }
}

thead {
    /*! background: var(--ds-primary); */
    /*! color: #fff; */
}


.profile-card {
    text-align: center;
    padding: 20px;
}

.profile-photo img {
    width: 60%;
    border-radius: 50%;
}

.profile-photo {
    position: relative;
}

.profile-photo i {
    position: absolute;
    right: 25%;
    color: #777d74;
    font-size: 20px;
    background: #fff;
    padding: 5px 15px;
    border-radius: 100%;
    cursor: pointer;
}

.upload-new-photo-btn {
    background: var(--ds-primary-2);
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 30px;
    color: #fff;
}

.member-since {
    color: #777d74;
    margin-top: 20px;
}

.user-name {
    font-weight: bold;
    /*! font-size: 22px; */
    padding: 0;
    margin: 0;
}

.username {
    color: #51535e;
    margin-bottom: 20px;
}

.btn-2step {
    background: var(--ds-primary-2);
    color: #fff !important;
}

.dasboard-title {
    margin-bottom: 20px;
}

.dasboard-title h6 {
    font-weight: bold;
    color: var(--ds-title-text);
    font-size: 18px;
}

.keyword-btn {
    border: 0;
    background: var(--ds-primary);
    color: var(--ds-light);
    padding: 5px 10px;
    border-radius: 5px;
}

.modal-header {
    background: var(--ds-primary);
    color: var(--ds-light);
}

.modal-header h4 {
    color: var(--ds-light);
}

.close {
    color: var(--ds-white);
}

.single-tag.font-weight-bold {
    border: 1px solid var(--ds-secondary);
    color: var(--ds-secondary);
    padding: 7px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px !important;
    display: inline-block;
}

.copy-btn {
    border: 0;
    background: var(--ds-primary);
    color: var(--ds-light);
    padding: 3px 20px;
    border-radius: 3px;
}

.addNewDomain {
    border: 0;
    background: var(--ds-primary);
    color: var(--ds-light) !important;
    padding: 14px 20px;
    border-radius: 3px;
}

.submit-btn {
    border: 0;
    background: var(--ds-primary);
    color: var(--ds-light);
    padding: 7px 20px;
    border-radius: 3px;
}

tbody td {
    margin-top: -2px;
}

.height100 {
    height: 60px !important;
    display: block;
    overflow: auto;
}

.table-add.float-right.mb-3.mr-2 {
    display: flex;
    align-items: center;
}

.search-bar-wrap {
    position: relative;
}

.search-bar-wrap i {
    position: absolute;
    top: 13px;
    right: 15px;
    cursor: pointer;
    color: var(--ds-primary)
}

.search-input {
    padding: 13px;
    margin-left: 13px;
    border-color: 0;
    border: 0;
    background: #dee2e6;
    border-radius: 3px;
}

/* Paganation css  */
.page-item.active a {
    background: #45B3FA  !important;

}

.page-item.active .page-link {
    border-color: var(--ds-primary)
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--ds-primary-2);
    background-color: #fff;
    border: 1px solid var(--ds-primary)
}

.search-filter {
    position: relative;
}

.search-filter i {
    position: absolute;
    top: 11px;
    right: 10px;
}

.card-title.text-white.mb-0 {
    color: var(--ds-title-text) !important;
}


/* support ticket new ticket  */

.card {
    border: none;
    /* box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

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

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(140, 140, 140, 0.125);
}

.btn.btn-sm.btn--dark {
    color: #fff;
}

.file-upload-wrapper::after {
    content: attr(data-text);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 100%;
    line-height: 40px;
    color: #999;
    border-radius: 5px;
    font-weight: 300;
    border: 1px solid #e5e5e5;
}

.file-upload-wrapper::before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 100%;
    background: var(--ds-primary);
    color: var(--ds-light);
    font-weight: 500;
    z-index: 25;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}

.btn.btn--primary.btn-sm.mt-4 {
    background: var(--ds-primary);
    color: var(--ds-light);
    padding: 10px;
    border: 0;
    text-align: center;
}

.btn.btn--primary.btn-round.mt-4 {
    background: var(--ds-primary);
    color: var(--ds-light);
    padding: 10px;
    border: 0;
    text-align: center;
}

.btn.btn--info.btn--shadow.custom-success.btn-round.mt-4 {
    background: var(--ds-primary-2);
    color: var(--ds-light);
    padding: 10px;
    border: 0;
    text-align: center;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.col-sm-9.file-upload p {
    margin-top: 13px;
    margin-bottom: 0;
}

.btn.btn--dark.py-2.px-3 {
    background: var(--ds-primary-2);
    color: var(--ds-light);
}

.card-title.mt-0 {
    margin: 0;
}


/* Ads Dashboard css  */
.ad-dashboard-fw-wrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: var(--ds-light);
    padding: 30px;
    /* margin-bottom: 10px; */
    border-radius: 10px;
}

.ad-dashboard-text h6 {
    color: var(--ds-title-text);
    font-size: 20px;
}

.ad-dashboard-hw-wrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: var(--ds-light);
    padding: 65px 0;
    border-radius: 10px;
}

.ad-dashboard-hw-text p {
    margin: 0;
    color: var(--ds-title-text);
}

.row.ds-card.padding {
    /* padding: 5px 0; */
    border-radius: 10px;
}

.row.ds-card.padding img {
    width: 70%;
}

.ad-dashboard-hw-text h3 {
    font-size: 25px;
    font-weight: bold;
}

.ad-dashboard-hw-text p {
    color: var(--ds-title-text);
}

.ad-dashboard-hw-img img {
    width: 80%;
}

.ad-dashboard-hw-wrap.no-flex {
    display: block;
    text-align: center;
    padding: 30px 0;
}

.ad-dashboard-hw-wrap.no-flex img {
    width: 30%;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 9px;
}

.ad-dashboard-hw-wrap.no-flex-fw {
    display: block;
    text-align: center;
    padding: 30px 0;
}

.ad-dashboard-hw-wrap.no-flex-fw img {
    width: 30% !important;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 9px;
}

.ad-dashboard-hw-wrap.no-flex.ds-card:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
    transition: .3s;
}

.ad-dashboard-hw-wrap.no-flex.ds-card {
    transition: .3s;
}

.ad-dashboard-hw-wrap.no-flex-fw {
    transition: .3s;
}

.ad-dashboard-hw-wrap.no-flex-fw:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
    transition: .3s;
}

.al-ads-img {
    border-radius: 50%;
    width: 50px;
}



.modal-body p {
    margin: 0;
}

.create-add-wrap {
    border-radius: 30px 30px 0 0;
    background: var(--ds-ad-bg);
}

.create-add-header h3 {
    font-size: 20px;
}

.create-add-header {
    text-align: center;
    background: var(--ds-primary);
    padding: 20px;
    border-radius: 30px 30px 0 0;
    color: var(--ds-light);
}

.create-add-header h3 {
    color: var(--ds-light);
}

.create-add-body {
    background: var(--ds-ad-bg) !important;
    padding: 20px 40px;
    margin: 0;
}

.create-add-body ul {
    margin: 0;
    padding: 0;
}

.create-add-body ul li span {
    float: right;
    color: var(--ds-primary);
    font-weight: bold;
}

.create-add-body ul li {
    list-style: none;
    font-size: 18px;
    margin-top: 20px;
}

.create-add-footer {
    text-align: center;
    padding-bottom: 20px;
}

.showImage.img-fluid {
    border: 1px solid var(--ds-primary);
    padding: 10px;
    border-radius: 30px;
    background: #45B3FA 24;
}

/* Price css  */

section {
    color: #7a90ff;
    padding: 2em 0;
    min-height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    z-index: 10;
}

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
    cursor: pointer;
}

.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-palden .pricing-item {
    font-family: 'Open Sans', sans-serif;
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
    margin-right: 50px !important;
}

@media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
        margin: 1em -0.5em;
    }

    .pricing-palden .pricing__item--featured {
        /*! margin: 0; */
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(135deg, #4097f9, #0af0c7);
    padding: 4em 0 9em;
    position: relative;
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.pricing-palden .pricing-title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
    font-size: 2.5em;
}

.pricing-palden .pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
}

.pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}

.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}

.pricing-palden .pricing-feature {
    padding: 1em 0;
}

.pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: linear-gradient(135deg, #a93bfe, #584efd);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
    background: linear-gradient(135deg, #fd7d57, #f55d59);
}

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0 !important;
}


/* header Table  */

.header-item {
    background: #45B3FA ;
    color: #fff;
}

.search-items.bg {
    background: #F2F5F7;
}

.feather.feather-eye.feather-sm.fill-white {
    color: #45B3FA  !important;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: center;
    border-top: 0px !important;
    /* border: 0 !important; */
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: center;
    border-bottom: 1px !important;
}