/*
    ===============================
    /|\                         /|\
    /|\                         /|\
    /|\    Analytics Section    /|\
    /|\                         /|\
    /|\                         /|\
    ===============================
*/
.layout-spacing {
    padding-bottom: 25px;
}
.widget {
    position: relative;
    padding: 0;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
}

/*
    ==================
        Notification
    ==================
*/
.widget.widget-card-four {
    padding: 25px 23px;
}
.widget-card-four .w-header {
    display: flex;
    justify-content: space-between;
}
.widget-card-four .w-header .w-info {
    align-self: center;
}
.widget-card-four .w-header .w-info h6 {
    font-weight: 600;
    margin-bottom: 0;
    color: #0e1726;
    font-size: 23px;
    letter-spacing: 0;
}
.widget-card-four .w-header .task-action svg {
    color: #888ea8;
    width: 19px;
    height: 19px;
}
.widget-card-four .w-header .task-action .dropdown-menu {
    transform: translate3d(-141px, 0, 0px);
}
.widget-card-four .w-content {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}
.widget-card-four .w-content .w-info p.value {
    font-weight: 500;
    margin-bottom: 0;
    color: #e95f2b;
    font-size: 30px;
}
.widget-card-four .w-content .w-info p.value span {
    font-size: 15px;
    color: #030305;
    font-weight: 700;
    letter-spacing: 0;
}
.widget-card-four .w-content .w-info p.value svg {
    width: 16px;
    height: 16px;
    color: #009688;
    margin-top: 7px;
}
.widget-card-four .w-progress-stats {
    display: flex;
    margin-top: 36px;
}
.widget-card-four .w-icon {
    color: #5f0a87;
    align-self: center;
    justify-content: center;
    border-radius: 50%;
}
.widget-card-four .progress {
    height: 8px;
    margin-bottom: 0;
    height: 20px;
    padding: 4px;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgba(224, 230, 237, 0.4588235294117647);
    width: 100%;
    align-self: flex-end;
    margin-right: 22px;
    background-color: #ebedf2;
}
.widget-card-four .progress-bar.bg-gradient-secondary {
    position: relative;
    background-color: #fc5296;
    background-image: linear-gradient(315deg, #805dca  0%, #4361ee 74%);
}
.widget-card-four .progress-bar:before {
    content: '';
    height: 6px;
    width: 6px;
    background: #fff;
    position: absolute;
    right: 3px;
    border-radius: 50%;
    top: 3px;
}
.widget-card-four .w-icon p {
    margin-bottom: 0;
    color: #e95f2b;
    font-size: 15px;
    font-weight: 700;
}

/*
    =====================
        User Analytics
    =====================
*/

.widget.widget-one {
    padding: 20px 18px 12px 18px;
    background: #fff;
}
.widget.widget-one .widget-heading h6 {
    color: #0e1726;
    margin-bottom: 30px;
    font-size: 17px;
    display: block;
    font-weight: 600;
}
.widget.widget-one .widget-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.widget.widget-one .widget-heading .task-action svg {
    color: #888ea8;
    width: 19px;
    height: 19px;
}
.widget.widget-one .w-chart {
    display: flex;
}
.widget.widget-one .w-chart .w-chart-section {
    width: 49%;
    padding: 0 12px;
    /* background: #000; */
    border-radius: 16px;
    padding: 15px;
}
/* .widget.widget-one .w-chart .w-chart-section.total-visits-content {
    background-color: #e7f7ff;
}
.widget.widget-one .w-chart .w-chart-section.paid-visits-content {
    background-color: #fff9ed;
} */
.widget.widget-one .w-chart .w-chart-section:not(:last-child) {
    margin-right: 10px;
}
.widget.widget-one .w-chart .w-chart-section .w-detail {
    color: #fff;
}
.widget.widget-one .w-chart .w-chart-section .w-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    /* color: #4361ee; */
}
.widget.widget-one .w-chart .w-chart-section .w-stats {
    color: #f8538d;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 700;
}
/* .widget.widget-one .w-chart .w-chart-section.paid-visits-content .w-title {
    color: #e95f2b;
}
.widget.widget-one .w-chart .w-chart-section.paid-visits-content .w-stats {
    color: #e95f2b;
} */

/*
    =====================
        Unique Visitors
    =====================
*/

.widget.widget-chart-three {
    background: #fff;
    padding: 0;
}
.widget.widget-chart-three .widget-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e0e6ed;
    padding: 20px 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.widget.widget-chart-three .widget-heading h5 {
    font-size: 17px;
    display: block;
    color: #0e1726;
    font-weight: 600;
    margin-bottom: 0;
}
.widget.widget-chart-three .widget-heading .dropdown {
    align-self: center;
}
.widget.widget-chart-three .widget-heading .dropdown a svg {
    color: #888ea8;
    width: 19px;
    height: 19px;
}
.widget.widget-chart-three .widget-heading .dropdown .dropdown-menu {
    min-width: 10rem;
    border-radius: 6px;
    transform: translate3d(-142px, 0, 0px);
}
.widget.widget-chart-three .apexcharts-legend-marker {
    left: -5px!important;
}
.widget.widget-chart-three #uniqueVisits {
    overflow: hidden;
}
.widget.widget-chart-three .apexcharts-legend-series[rel="1"] {
    margin-right: 12px!important;
}
.widget.widget-chart-three .apexcharts-legend-marker {
    left: -5px!important;
}

/*
    =========================
        Organic Vs Direct
    =========================
*/

/*
    ========================
        Recent Activities
    ========================
*/

.widget.widget-activity-five {
    position: relative;
    background: #fff;
    border-radius: 6px;
    height: 100%;
    padding: 0;
}
.widget.widget-activity-five .widget-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e0e6ed;
    padding: 20px 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.widget.widget-activity-five .widget-heading h5 {
    font-size: 17px;
    display: block;
    color: #0e1726;
    font-weight: 600;
    margin-bottom: 0;
}
.widget.widget-activity-five .widget-heading .task-action svg {
    color: #888ea8;
    width: 19px;
    height: 19px;
}
.widget.widget-activity-five .widget-heading .task-action .dropdown-menu {
    transform: translate3d(-141px, 0, 0px);
}
.widget-activity-five .widget-content {
    padding: 12px 10px 21px 20px
}
.widget-activity-five .w-shadow-top {
    display: block;
    position: absolute;
    z-index: 2;
    height: 17px;
    width: 97%;
    pointer-events: none;
    margin-top: -10px;
    left: 2px;
    -webkit-filter: blur(9px);
    filter: blur(9px);
    background: -webkit-linear-gradient(180deg,#060818 44%,#060818eb 73%,#2C303C00);
    background: linear-gradient(180deg,#ffffff 44%,#ffffffde 73%,#2C303C00);
}
.widget-activity-five .w-shadow-bottom {
    display: block;
    position: absolute;
    z-index: 2;
    height: 17px;
    width: 97%;
    pointer-events: none;
    margin-top: -3px;
    left: 2px;
    -webkit-filter: blur(9px);
    filter: blur(9px);
    background: -webkit-linear-gradient(180deg,#ffffff 44%,#ffffffde 73%,#2C303C00);
    background: linear-gradient(180deg,#ffffff 44%,#ffffffde 73%,#2C303C00);
}
.widget-activity-five .mt-container {
    position: relative;
    height: 332px;
    overflow: auto;
    padding: 15px 12px 0 12px;
}
.widget-activity-five .timeline-line .item-timeline { display: flex;
    margin-bottom: 35px; }
.widget-activity-five .timeline-line .item-timeline .t-dot { position: relative; }

.widget-activity-five .timeline-line .item-timeline .t-dot div {
    background: transparent;
    border-radius: 50%;
    padding: 5px;
    margin-right: 11px;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-primary {
    background-color: #4361ee;
    box-shadow: 0 10px 20px -8px #1b55e2;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-primary svg {
    color: #fff;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-secondary {
    background-color: #805dca;
    box-shadow: 0 10px 20px -8px #805dca;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-secondary svg {
    color: #fff;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-success {
    background-color: #009688;
    box-shadow: 0 10px 20px -8px #009688;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-success svg {
    color: #fff;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-danger {
    background-color: #e7515a;
    box-shadow: 0 10px 20px -8px #e7515a;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-danger svg {
    color: #fff;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-warning {
    background-color: #e2a03f;
    box-shadow: 0 10px 20px -8px #e2a03f;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-warning svg {
    color: #fff;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-dark {
    background-color: #3b3f5c;
    box-shadow: 0 10px 20px -8px #3b3f5c;
}
.widget-activity-five .timeline-line .item-timeline .t-dot div.t-dark svg {
    color: #fff;
}
.widget-activity-five .timeline-line .item-timeline .t-dot svg {
    color: #fff;
    height: 15px;
    width: 15px;
    align-self: center;
}
.widget-activity-five .timeline-line .item-timeline .t-content {
    width: 100%;
}
.widget-activity-five .timeline-line .item-timeline .t-content .t-uppercontent {
    display: flex;
    justify-content: space-between;
}
.widget-activity-five .timeline-line .item-timeline .t-content .t-uppercontent h5 {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 0;
}
.widget-activity-five .timeline-line .item-timeline .t-content .t-uppercontent span {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: #009688;
}
.widget-activity-five .timeline-line .item-timeline .t-content p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #888ea8;
}
.widget-activity-five .timeline-line .item-timeline .t-content p a {
    font-weight: 700;
}
.widget-activity-five .timeline-line .item-timeline .t-dot:after {
    content: '';
    position: absolute;
    border-width: 1px;
    border-style: solid;
    left: 39%;
    transform: translateX(-50%);
    border-color: #bfc9d4;
    width: 0;
    height: auto;
    top: 45px;
    bottom: -23px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}
.widget-activity-five .timeline-line .item-timeline:last-child .t-dot:after { display: none; }

/*
    ==================
        Statistics
    ==================
*/

.widget.widget-one_hybrid {
    background: #fff;
    padding: 0;
}
.widget-one_hybrid .widget-heading {
    padding: 20px 13px;
}
.widget-one_hybrid .widget-heading .w-title {
    display: flex;
    margin-bottom: 15px;
}
.widget-one_hybrid .widget-heading .w-icon {
    display: inline-block;
    align-self: center;
    padding: 10px;
    border-radius: 12px;
    margin-right: 16px;
}
.widget-one_hybrid .widget-heading svg {
    width: 22px;
    height: 22px;
}
.widget-one_hybrid .widget-heading .w-value {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    align-self: center;
}
.widget-one_hybrid .widget-heading h5 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: #506690;
}
.widget-one_hybrid .apexcharts-canvas svg {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.widget-one_hybrid.widget-followers .widget-heading .w-icon {
    color: #4361ee;
    background: #eaf1ff;
}
.widget-one_hybrid.widget-referral .widget-heading .w-icon {
    color: #e7515a;
    background-color: #fff5f5;
}
.widget-one_hybrid.widget-social {
    background: #e7f7ff;
    background: #4361ee;
}
.widget-one_hybrid.widget-social .widget-heading .w-icon {
    color: #2196f3;
    border: 1px solid #2196f3;
}
.widget-one_hybrid.widget-engagement .widget-heading .w-icon {
    background-color: #ddf5f0;
    color: #009688;
}

/*
    ==================
        Balance
    ==================
*/

.widget.widget-account-invoice-two {
    padding: 22px 19px;
    border: none;
    box-shadow: 0 0.1px 0px rgba(0, 0, 0, 0.002), 0 0.2px 0px rgba(0, 0, 0, 0.003), 0 0.4px 0px rgba(0, 0, 0, 0.004), 0 0.6px 0px rgba(0, 0, 0, 0.004), 0 0.9px 0px rgba(0, 0, 0, 0.005), 0 1.2px 0px rgba(0, 0, 0, 0.006), 0 1.8px 0px rgba(0, 0, 0, 0.006), 0 2.6px 0px rgba(0, 0, 0, 0.007), 0 3.9px 0px rgba(0, 0, 0, 0.008), 0 7px 0px rgba(0, 0, 0, 0.01);
    background: #4361ee;
    z-index: 0;
    overflow: hidden;
    background-image: linear-gradient(to top, #00c6fb -227%, #005bea 100%);
}
.widget-account-invoice-two:before {
    content: '';
    position: absolute;
    height: 382px;
    width: 382px;
    background-color: rgb(25, 55, 204);
    top: -76px;
    left: 50%;
    z-index: 1;
    border-radius: 50%;
}
.widget-account-invoice-two .account-box {
    position: relative;
    z-index: 1;
}
.widget-account-invoice-two .account-box .info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 86px;
}
.widget-account-invoice-two .account-box h5 {
    color: #e0e6ed;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}
.widget-account-invoice-two .account-box .inv-balance-info {
    text-align: right;
}
.widget-account-invoice-two .account-box p {
    color: #e0e6ed;
    font-weight: 400;
    margin-bottom: 4px;
    align-self: center;
    font-size: 20px;
}
.widget-account-invoice-two .account-box .inv-stats {
    display: inline-block;
    padding: 3px 5px;
    background: #4361ee;
    color: #d3d3d3;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
}
.widget-account-invoice-two .account-box .acc-action {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
}
.widget-account-invoice-two .account-box .acc-action a {
    display: inline-block;
    padding: 6px;
    border-radius: 6px;
    color: #e0e6ed;
    box-shadow: 0px 0px 2px 0px #bfc9d4;
}
.widget-account-invoice-two .account-box .acc-action a:first-child {
    margin-right: 4px;
}
.widget-account-invoice-two .account-box .acc-action a svg {
    width: 17px;
    height: 17px;
    stroke-width: 1.7;
}

/*
    ==================
        Statistics
    ==================
*/
.widget.widget-card-one {
    background: #fff;
    padding: 20px 0;
    height: 100%;
}
.widget-card-one .widget-content .media {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 19px;
    padding-bottom: 21px;
    border-bottom: 1px dashed #e0e6ed;
}
.widget-card-one .widget-content .media .w-img {
    margin-right: 10px;
    align-self: center;
}
.widget-card-one .widget-content .media img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #e0e6ed;
}
.widget-card-one .widget-content .media-body {
    align-self: center;
}
.widget-card-one .widget-content .media-body h6 {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.widget-card-one .widget-content .media-body p {
    font-size: 13px;
    letter-spacing: 0px;
    margin-bottom: 0;
    font-weight: 600;
    color: #888ea8;
    padding: 0;
}
.widget-card-one .widget-content p {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 61px;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
}
.widget-card-one .widget-content .w-action {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}
.widget-card-one .widget-content .w-action svg {
    color: #2196f3;
    fill: #e7f7ff;
    margin-right: 8px;
    stroke-width: 1.5;
}
.widget-card-one .widget-content .w-action span {
    vertical-align: sub;
    font-weight: 700;
    color: #0e1726;
    letter-spacing: 1px;
}
.widget-card-one .widget-content .w-action .read-more {
    align-self: center;
}
.widget-card-one .widget-content .w-action .read-more a {
    display: inline-block;
    padding: 3px 5px;
    background: rgb(0 150 136 / 26%);
    color: #009688;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
}
.widget-card-one .widget-content .w-action .read-more a svg {
    margin-right: 0;
    color: #009688;
    width: 16px;
    height: 16px;
    fill: transparent;
    stroke-width: 1.8;
    transition: .5s;
}
.widget-card-one .widget-content .w-action .read-more a:hover {
    box-shadow: 0 0 30px rgb(224 240 239);
}

/*
    ====================
        Visitors by Browser
    ====================
*/

.widget-four {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    height: 100%;
    box-shadow: none;
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
}
.widget-four .widget-heading {
    margin-bottom: 25px;
}
.widget-four .widget-heading h5 {
    font-size: 17px;
    display: block;
    color: #0e1726;
    font-weight: 600;
    margin-bottom: 0;
}
.widget-four .widget-content {
    font-size: 17px;
}
.widget-four .widget-content .browser-list {
    display: flex;
}
.widget-four .widget-content .browser-list:not(:last-child) {
    margin-bottom: 30px;
}
.widget-four .widget-content .w-icon {
    display: inline-block;
    padding: 10px 9px;
    border-radius: 50%;
    display: inline-flex;
    align-self: center;
    height: 34px;
    width: 34px;
    margin-right: 12px;
}
.widget-four .widget-content .w-icon svg {
    display: block;
    width: 15px;
    height: 15px;
}
.widget-four .widget-content .browser-list:nth-child(1) .w-icon {
    background: #eaf1ff;
}
.widget-four .widget-content .browser-list:nth-child(2) .w-icon {
    background: #fff5f5;
}
.widget-four .widget-content .browser-list:nth-child(3) .w-icon {
    background: #fff9ed ;
}
.widget-four .widget-content .browser-list:nth-child(1) .w-icon svg {
    color: #4361ee;
}
.widget-four .widget-content .browser-list:nth-child(2) .w-icon svg {
    color: #e7515a;
}
.widget-four .widget-content .browser-list:nth-child(3) .w-icon svg {
    color: #e2a03f;
}
.widget-four .widget-content .w-browser-details {
    width: 100%;
    align-self: center;
}
.widget-four .widget-content .w-browser-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
}
.widget-four .widget-content .w-browser-info h6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    color: #888ea8;
}
.widget-four .widget-content .w-browser-info p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    color: #888ea8;
}
.widget-four .widget-content .w-browser-stats .progress {
    margin-bottom: 0;
    height: 22px;
    padding: 4px;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgba(224, 230, 237, 0.4588235294117647), 1px 6px 7px rgba(224, 230, 237, 0.4588235294117647);
}
.widget-four .widget-content .w-browser-stats .progress .progress-bar {
    position: relative;
}
.progress .progress-bar.bg-gradient-primary {
    background-color: #2a2a72;
    background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
}
.progress .progress-bar.bg-gradient-danger {
    background-image: linear-gradient(315deg, #3f0d12 0%, #a71d31 74%);
}
.progress .progress-bar.bg-gradient-warning {
    background-color: #fc9842;
    background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
}
.widget-four .widget-content .w-browser-stats .progress .progress-bar:before {
    content: '';
    height: 7px;
    width: 7px;
    background: #fff;
    position: absolute;
    right: 3px;
    border-radius: 50%;
    top: 3.4px;
}
/*
    ==================
        Dev Summit
    ==================
*/
.widget.widget-card-two {
    background: #fff;
    padding: 20px 0px;
}
.widget-card-two .media {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 19px;
    padding-bottom: 21px;
    border-bottom: 1px dashed #e0e6ed;
}
.widget-card-two .media .w-img {
    margin-right: 10px;
}
.widget-card-two .media .w-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #e0e6ed;
}
.widget-card-two .media .media-body {
    align-self: center;
}
.widget-card-two .media .media-body h6 {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.widget-card-two .media .media-body p {
    margin-bottom: 0;
    font-weight: 600;
    color: #888ea8;
}
.widget-card-two .card-bottom-section {
    text-align: center;
}
.widget-card-two .card-bottom-section h5 {
    font-size: 14px;
    color: #009688;
    font-weight: 700;
    margin-bottom: 20px;
}
.widget-card-two .card-bottom-section .img-group img {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 2px solid #e0e6ed;
}
.widget-card-two .card-bottom-section .img-group img:not(:last-child) {
    margin-right: 5px;
}
.widget-card-two .card-bottom-section a {
    display: block;
    margin-top: 18px;
    background: #4361ee;
    color: #fff;
    padding: 10px 10px;
    transform: none;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    background-image: linear-gradient(315deg, #1e9afe 0%, #3d38e1 74%);
}
.widget-card-two .card-bottom-section a.btn:hover,
.widget-card-two .card-bottom-section a.btn:focus  {
    border-color: #4361ee;
}

/*
    =====================
        Task Indicator
    =====================
*/
.widget.widget-five {
    background: #fff;
    padding: 20px 0px;
    height: 100%;
}

.widget-five .widget-heading {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 30px;
}
.widget-five .widget-heading .task-info {
    display: flex;
}
.widget-five .widget-heading .usr-avatar {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background-color: #805dca;
    color: #f3effc;
}
.widget-five .widget-heading .usr-avatar span {
    font-size: 13px;
    font-weight: 700;
}

.widget-five .widget-heading .w-title {
    align-self: center;
}
.widget-five .widget-heading .w-title h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.widget-five .widget-heading .w-title span {
    font-size: 12px;
    font-weight: 500;
}
.widget-five .widget-heading .task-action .dropdown a svg {
    color: #888ea8;
    width: 19px;
    height: 19px;
}
.widget-five .widget-heading .task-action .dropdown-menu {
    transform: translate3d(-141px, 0, 0px);
}
.widget-five .widget-content {
    padding: 0 20px;
}
.widget-five .widget-content p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    color: #888ea8;
}
.widget-five .widget-content .progress-data {
    margin-top: 19px;
}
.widget-five .widget-content .progress-data .progress-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.widget-five .widget-content .progress-data .task-count {
    display: flex;
}
.widget-five .widget-content .progress-data .task-count svg {
    align-self: center;
    margin-right: 6px;
    width: 15px;
    height: 15px;
    color: #009688;
    fill: rgb(199 230 228 / 46%);
}
.widget-five .widget-content .progress-data .task-count p {
    align-self: center;
    font-weight: 700;
    font-size: 12px;
    color: #515365;
}
.widget-five .widget-content .progress-data .progress-stats p {
    font-weight: 600;
    color: #4361ee;
    font-size: 15px;
}
.widget-five .widget-content .progress-data .progress {
    border-radius: 30px;
    height: 12px;
}
.widget-five .widget-content .progress-data .progress .progress-bar {
    margin: 3px;
    background-color: #60dfcd;
    background-image: linear-gradient(315deg, #60dfcd 0%, #1e9afe 74%);
}
.widget-five .widget-content .meta-info {
    display: flex;
    justify-content: space-between;
}
.widget-five .widget-content .meta-info .avatar--group {
    display: inline-flex;
}
.widget-five .widget-content .meta-info .avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 1rem;
    transition: .5s;
}
.widget-five .widget-content .meta-info .avatar.more-group {
    margin-right: 5px;
    opacity: 0;
}
.widget-five:hover .widget-content .meta-info .avatar.more-group {
    opacity: 1;
}
.widget-five:hover .widget-content .meta-info .avatar:not(:first-child) {
    margin-left: -.75rem;
}
.widget-five .widget-content .meta-info .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid #ffffff;
    border-radius: 12px;
}
.widget-five .widget-content .meta-info .avatar .avatar-title {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #bfc9d4;
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}
.widget-five .widget-content .meta-info .due-time {
    align-self: center;
}
.widget-five .widget-content .meta-info .due-time p svg {
    width: 14px;
    height: 15px;
    vertical-align: text-bottom;
}
.widget-five .widget-content .meta-info .due-time p {
    font-weight: 600;
    font-size: 11px;
    padding: 4px 6px 4px 6px;
    background: #fff5f5;
    border-radius: 30px;
    color: #e7515a;
}

/*
    =====================
        Media Query
    =====================
*/

@media (max-width: 1249px) {

    .widget-five .widget-content .meta-info .avatar.more-group {
        margin-right: -6px;
    }
    .widget-five .widget-content .meta-info .avatar {
        margin-left: -4px;
    }
    .widget-five:hover .widget-content .meta-info .avatar.more-group {
        margin-right: 6px;
    }

}



/*
    ===========================
    /|\                     /|\
    /|\                     /|\
    /|\    Sales Section    /|\
    /|\                     /|\
    /|\                     /|\
    ===========================
*/




.layout-spacing {
    padding-bottom: 25px;
}
.widget {
    position: relative;
    padding: 20px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.widget .widget-heading {
    margin-bottom: 15px;
}
.widget h5 {
    letter-spacing: 0px;
    font-size: 19px;
    display: block;
    color: #0e1726;
    font-weight: 600;
    margin-bottom: 0;
}

/*
    ==================
        Total Sales
    ==================
*/

.widget-two {
    position: relative;
    background: #fff;
    padding: 0;
    border-radius: 8px;
    height: 100%;
    box-shadow: none;
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);

}
.widget-two .widget-content {
    font-size: 17px;
}
.widget-two .w-chart {
    position: absolute;
    bottom: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.widget-two .w-numeric-value {
    display: flex;
    color: #fff;
    font-weight: 500;
    padding: 20px;
    justify-content: space-between;
}
.widget-two .w-numeric-value .w-icon {
    display: inline-block;
    background: rgb(255, 236, 203);
    padding: 13px 12px;
    border-radius: 50%;
    display: inline-flex;
    align-self: center;
    height: 45px;
    width: 45px;
}
.widget-two .w-numeric-value svg {
    display: block;
    color: #e2a03f;
    width: 20px;
    height: 20px;
}
.widget-two .w-numeric-value .w-value {
    margin-bottom: -9px;
    letter-spacing: 0px;
    font-size: 19px;
    display: block;
    color: #0e1726;
    font-weight: 600;
}
.widget-two .w-numeric-value .w-numeric-title {
    font-size: 13px;
    color: #888ea8;
    font-weight: 600;
}

/*
    ==================
        Widget
    ==================
*/

.widget-one {
    position: relative;
    padding: 0;
    border-radius: 6px;
    height: 100%;
    border: none;
    background-color: #fff;

    border: 1px solid #e0e6ed;
    box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
}
.widget-one .widget-content {
    font-size: 17px;
}
.widget-one .w-numeric-value {
    position: absolute;
    display: flex;
    color: #fff;
    font-weight: 500;
    padding: 20px;
    width: 100%;
    justify-content: space-between;
}
.widget-one .w-numeric-value .w-icon {
    display: inline-block;
    background: #ddf5f0;
    padding: 13px 12px;
    border-radius: 12px;
    display: inline-flex;
    align-self: center;
    height: 45px;
    width: 45px;
    margin-right: 14px;
}
.widget-one .w-numeric-value svg {
    display: block;
    color: #1abc9c;
    width: 20px;
    height: 20px;
    fill: rgba(26, 188, 156, 0.49);
}
.widget-one .w-numeric-value .w-value {
    font-size: 26px;
    display: block;
    color: #515365;
    font-weight: 600;
    margin-bottom: -9px;
    text-align: right;
}
.widget-one .w-numeric-value .w-numeric-title {
    font-size: 13px;
    color: #515365;
    letter-spacing: 1px;
    font-weight: 600;
}
.widget-one .apexcharts-canvas svg {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*
    ====================
        Order Summary
    ====================
*/

.widget-three {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
}

.widget-three .widget-heading {
    display: flex;
    margin-bottom: 54px;
    justify-content: space-between;
}
.widget-three .widget-heading .task-action .dropdown-toggle svg {
    color: #888ea8;
    width: 19px;
    height: 19px;
}
.widget-three .widget-heading .task-action .dropdown-menu {
    transform: translate3d(-141px, 0, 0px);
}
.widget-three .widget-content {
    font-size: 17px;
}
.widget-three .widget-content .summary-list {
    display: flex;
}
.widget-three .widget-content .summary-list:not(:last-child) {
    margin-bottom: 32px;
}
.widget-three .widget-content .w-icon {
    display: inline-block;
    padding: 8px 8px;
    border-radius: 50%;
    display: inline-flex;
    align-self: center;
    height: 34px;
    width: 34px;
    margin-right: 12px;
}
.widget-three .widget-content .w-icon svg {
    display: block;
    width: 17px;
    height: 17px;
}
.widget-three .widget-content .summary-list:nth-child(1) .w-icon {
    background: rgb(220 207 247 / 55%);
}
.widget-three .widget-content .summary-list:nth-child(2) .w-icon {
    background: rgb(199 230 228 / 62%);
}
.widget-three .widget-content .summary-list:nth-child(3) .w-icon {
    background: rgb(255 236 203 / 51%);
}
.widget-three .widget-content .summary-list:nth-child(1) .w-icon svg {
    color: #805dca;
}
.widget-three .widget-content .summary-list:nth-child(2) .w-icon svg {
    color: #009688;
}
.widget-three .widget-content .summary-list:nth-child(3) .w-icon svg {
    color: #e2a03f;
}
.widget-three .widget-content .w-summary-details {
    width: 100%;
    align-self: center;
}
.widget-three .widget-content .w-summary-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
}
.widget-three .widget-content .w-summary-info h6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    color: #888ea8;
}
.widget-three .widget-content .w-summary-info p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    color: #888ea8;
}
.widget-three .widget-content .w-summary-stats .progress {
    margin-bottom: 0;
    height: 6px;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgba(224, 230, 237, 0.4588235294117647), 1px 6px 7px rgba(224, 230, 237, 0.4588235294117647);
}
.widget-three .widget-content .w-summary-stats .progress .progress-bar.bg-gradient-secondary {
    background-color: #4361ee;
    background-image: linear-gradient(to right, #BA68C8 0%, #7579ff 100%);
}
.widget-three .widget-content .w-summary-stats .progress .progress-bar.bg-gradient-success {
    background-color: #4361ee;
    background-image: linear-gradient(to right, #009688 0%, #25d5e4 100%);
}
.widget-three .widget-content .w-summary-stats .progress .progress-bar.bg-gradient-warning {
    background-color: #fc9842;
    background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
}

/*
    ==================
        Revenue
    ==================
*/
.widget-chart-one .widget-heading {
    display: flex;
    justify-content: space-between;
}
.widget-chart-one #revenueMonthly {
    overflow: hidden;
}
.widget-chart-one .widget-content .apexcharts-canvas {
    transition: .5s;
}
.widget-chart-one .widget-content .apexcharts-canvas svg {
    transition: .5s;
}
.widget-chart-one .apexcharts-legend-marker {
    left: -5px!important;
}
.widget-chart-one .apexcharts-yaxis-title {
    font-weight: 600;
    fill: #888e88;
}
.widget-chart-one .apexcharts-xaxis-title {
    font-weight: 600;
    fill: #888e88;
}
.widget-chart-one .widget-heading .task-action svg {
    color: #888ea8;
    width: 19px;
    height: 19px;
}
.widget-chart-one .widget-heading .task-action .dropdown-menu {
    transform: translate3d(-141px, 0, 0px);
}

/*
    =======================
        Sold By cateory
    =======================
*/

.widget-chart-two {
    padding: 0;
}
.widget.widget-chart-two .widget-heading {
    padding: 20px 20px 0 20px;
}
.widget-chart-two .widget-heading .w-icon {
    position: absolute;
    right: 20px;
    top: 15px;
}
.widget-chart-two .widget-heading .w-icon a {
    padding: 6px;
    border-radius: 10px;
    padding: 6px;
    background: #c7e6e4 !important;
    border: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.widget-chart-two .widget-heading .w-icon a svg {
    color: #009688;
}
.widget.widget-chart-two .widget-content {
    padding: 0 0 20px 0;
}
.widget-chart-two .apexcharts-canvas {
    margin: 0 auto;
}
.widget-chart-two .apexcharts-legend-marker {
    left: -5px!important;
}


/*
    ==================
        Transaction
    ==================
*/

.widget-table-one .widget-heading {
    display: flex;
    margin-bottom: 31px;
    justify-content: space-between;
}
.widget-table-one .widget-heading .task-action .dropdown-toggle svg {
    color: #888ea8;
    width: 19px;
    height: 19px;
}
.widget-table-one .widget-heading .task-action .dropdown-menu {
    transform: translate3d(-141px, c0, 0px);
}
.widget-table-one .transactions-list {
    border-radius: 6px;
}
.widget-table-one .transactions-list:not(:last-child) {
    margin-bottom: 22.2px;
}
.widget-table-one .transactions-list .t-item {
    display: flex;
    justify-content: space-between;
}
.widget-table-one .transactions-list .t-item .t-company-name {
    display: flex;
}
.widget-table-one .transactions-list .t-item .t-icon {
    margin-right: 12px;
}
.widget-table-one .transactions-list .t-item .t-icon .avatar {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.widget-table-one .transactions-list .t-item .t-icon .avatar .avatar-title {
    border-radius: 12px;
    position: relative;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    background-color: rgb(255, 225, 226);
    color: #e7515a;
}
.widget-table-one .transactions-list.t-info .t-item .t-icon .avatar .avatar-title {
    background-color: rgb(186, 231, 255);
    color: #2196f3;
}
.widget-table-one .transactions-list.t-secondary .t-item .t-icon .icon {
    background-color: rgb(220, 207, 247);
}
.widget-table-one .transactions-list.t-secondary .t-item .t-icon .icon svg {
    color: #805dca;
}
.widget-table-one .transactions-list .t-item .t-icon .icon {
    position: relative;
    background-color: rgb(255, 236, 203);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
}
.widget-table-one .transactions-list .t-item .t-icon .icon svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    color: #e2a03f;
    stroke-width: 2;
}
.widget-table-one .transactions-list .t-item .t-name {
    align-self: center;
}
.widget-table-one .transactions-list .t-item .t-name h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.widget-table-one .transactions-list:hover .t-item .t-name h4 {
    color: #2196f3;
}
.widget-table-one .transactions-list .t-item .t-name .meta-date {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
    color: #888ea8;
}
.widget-table-one .transactions-list .t-item .t-rate {
    align-self: center;
}
.widget-table-one .transactions-list .t-item .t-rate p {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}
.widget-table-one .transactions-list .t-item .t-rate svg {
    width: 14px;
    height: 14px;
    vertical-align: baseline;
}
.widget-table-one .transactions-list .t-item .t-rate.rate-inc p {
    color: #009688;
}
.widget-table-one .transactions-list .t-item .t-rate.rate-dec p {
    color: #e7515a;
}


/*
    ========================
        Recent Activities
    ========================
*/
.widget-activity-four {
    padding-right: 0;
    padding-left: 0;
}
.widget-activity-four .widget-heading {
    margin-bottom: 28px;
    padding: 0 20px;
}
.widget-activity-four .widget-heading .w-icon {
    position: absolute;
    right: 20px;
    top: 15px;
}
.widget-activity-four .widget-heading .w-icon a {
    padding: 6px;
    border-radius: 10px;
    padding: 6px;
    background: #c7e6e4 !important;
    border: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.widget-activity-four .widget-heading .w-icon a svg {
    color: #009688;
}
.widget-activity-four .mt-container {
    position: relative;
    height: 326px;
    overflow: auto;
    padding-right: 12px;
}
.widget-activity-four .widget-content {
    padding: 0 8px 0 20px;
}
.widget-activity-four .timeline-line .item-timeline {
    display: flex;
    width: 100%;
    padding: 8px 0;
    transition: .5s;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
}
.widget-activity-four .timeline-line .item-timeline .t-dot { position: relative; }
.widget-activity-four .timeline-line .item-timeline .t-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 6px;
    left: 5px;
    transform: translateX(-50%);
    border-color: #e0e6ed;
    background: #bfc9d4;
    z-index: 1;
}
.widget-activity-four .timeline-line .item-timeline .t-dot:after {
    position: absolute;
    border-color: inherit;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: 5px;
    transform: translateX(-50%);
    border-color: #e0e6ed;
    width: 0;
    height: auto;
    top: 12px;
    bottom: -19px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}
.widget-activity-four .timeline-line .item-timeline.timeline-primary .t-dot:before {
    background: #4361ee;
    /* border: 2px solid rgb(27 85 226 / 33%); */
}
.widget-activity-four .timeline-line .item-timeline.timeline-success .t-dot:before {
    background-color: #1abc9c;
    /* border: 2px solid rgb(154, 210, 205); */
}
.widget-activity-four .timeline-line .item-timeline.timeline-danger .t-dot:before {
    background-color: #e7515a;
    /* border: 2px solid rgb(241, 172, 176); */
}
.widget-activity-four .timeline-line .item-timeline.timeline-dark .t-dot:before {
    background-color: #3b3f5c;
    /* border: 2px solid rgb(159, 163, 187); */
}
.widget-activity-four .timeline-line .item-timeline.timeline-secondary .t-dot:before {
    background: #805dca;
    /* border: 2px solid rgb(92 26 195 / 35%);     */
}
.widget-activity-four .timeline-line .item-timeline.timeline-warning .t-dot:before {
    background-color: #e2a03f;
    /* border: 2px solid rgb(222, 199, 165); */
}
.widget-activity-four .timeline-line .item-timeline:last-child .t-dot:after { display: none; }
.widget-activity-four .timeline-line .item-timeline .t-meta-time {
    margin: 0;
    min-width: 100px;
    max-width: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #888ea8;
    align-self: center;
}
.widget-activity-four .timeline-line .item-timeline .t-text {
    align-self: center;
    margin-left: 14px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    transition: .5s;
}
.widget-activity-four .timeline-line .item-timeline .t-text p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 0;
}
.widget-activity-four .timeline-line .item-timeline .t-text p a {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: #009688;
}
.widget-activity-four .timeline-line .item-timeline .t-text span.badge {
    position: absolute;
    right: -1px;
    padding: 2px 4px;
    font-size: 10px;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 600;
    transform: none;
    top: 6px;
}
.widget-activity-four .timeline-line .item-timeline.timeline-primary .t-text span.badge {
    color: #4361ee;
    border: 1px solid #4361ee;
    background-color: #eaf1ff;
}
.widget-activity-four .timeline-line .item-timeline.timeline-secondary .t-text span.badge {
    color: #805dca;
    border: 1px solid #805dca;
    background-color: #f3effc;
}
.widget-activity-four .timeline-line .item-timeline.timeline-danger .t-text span.badge {
    color: #e7515a;
    border: 1px solid #e7515a;
    background-color: #fff5f5;
}
.widget-activity-four .timeline-line .item-timeline.timeline-warning .t-text span.badge {
    color: #e2a03f;
    border: 1px solid #e2a03f;
    background-color: #fff9ed;
}
.widget-activity-four .timeline-line .item-timeline.timeline-success .t-text span.badge {
    color: #009688;
    border: 1px solid #009688;
    background-color: #ddf5f0;
}
.widget-activity-four .timeline-line .item-timeline.timeline-dark .t-text span.badge {
    color: #3b3f5c;
    border: 1px solid #3b3f5c;
    background-color: #e3e4eb;
}
.widget-activity-four .timeline-line .item-timeline:hover .t-text span.badge {
    opacity: 1;
}
.widget-activity-four .timeline-line .item-timeline .t-text p.t-time {
    text-align: right;
    color: #888ea8;
    font-size: 10px;
}
.widget-activity-four .timeline-line .item-timeline .t-time {
    margin: 0;
    min-width: 80px;
    max-width: 80px;
    font-size: 13px;
    font-weight: 600;
    color: #e3e4eb;
    letter-spacing: 1px;
}
.widget-activity-four .tm-action-btn {
    text-align: center;
    padding-top: 19px;
}
.widget-activity-four .tm-action-btn button {
    background: transparent;
    box-shadow: none;
    padding: 0;
    color: #030305;
    font-weight: 800;
    letter-spacing: 0;
    border: none;
    font-size: 14px;
}
.widget-activity-four .tm-action-btn button:hover {
    transform: translateY(0);
}
.widget-activity-four .tm-action-btn button span {
    margin-right: 6px;
    display: inline-block;
    transition: .5s;
}
.widget-activity-four .tm-action-btn button:hover span {
    transform: translateX(-6px);
}
.widget-activity-four .tm-action-btn svg {
    width: 17px;
    height: 17px;
    vertical-align: sub;
    color: #e3e4eb;
    stroke-width: 2.5px;
    transition: .5s;
}
.widget-activity-four .tm-action-btn button:hover svg {
    transform: translateX(6px);
}

/*
    =====================
        Account Info
    =====================
*/
.widget-account-invoice-one .invoice-box .acc-total-info {
    padding: 0 0;
    margin-bottom: 60px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #bfc9d4;
}
.widget-account-invoice-one .invoice-box h5 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #4361ee;
}
.widget-account-invoice-one .invoice-box .acc-amount {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0;
    color: #009688;
}
.widget-account-invoice-one .invoice-box .inv-detail {
    margin-bottom: 55px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #bfc9d4;
}
.widget-account-invoice-one .invoice-box [class*="info-detail-"]:not(.info-sub) {
    display: flex;
    justify-content: space-between;
}
.widget-account-invoice-one .invoice-box [class*="info-detail-"]:not(.info-sub) p {
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 14px;
}
.widget-account-invoice-one .invoice-box [class*="info-detail-"].info-sub .info-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
}
.widget-account-invoice-one .invoice-box [class*="info-detail-"].info-sub .info-detail p {
    margin-bottom: 0;
}
.widget-account-invoice-one .invoice-box [class*="info-detail-"].info-sub .info-detail-sub {
    margin-left: 9px;
}
.widget-account-invoice-one .invoice-box [class*="info-detail-"].info-sub .info-detail-sub p {
    color: #888ea8;
    margin-bottom: 2px;
    font-weight: 600;
}
.widget-account-invoice-one .invoice-box .inv-action {
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.widget-account-invoice-one .invoice-box .inv-action a {
    transform: none;
}

/*
    =====================
        Account Info
    =====================
*/

.widget-account-invoice-three {
    padding: 0;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border: none;
}
.widget-account-invoice-three .widget-heading {
    padding: 24px 30px 15px 30px;
    border-radius: 15px;
    background-color: rgb(22, 15, 107);
    background-image: linear-gradient(315deg, #160f6b 0%, #4361ee 74%);
    min-height: 100px;
    height: 100%;

}
.widget-account-invoice-three .widget-heading .wallet-usr-info {
    display: flex;
    justify-content: space-between;
}
.widget-account-invoice-three .widget-heading .wallet-usr-info span {
    display: inline-block;
    color: #fff;
    background: rgb(0 0 0 / 40%);
    padding: 5px 12px 5px 6px;
    border-radius: 21px;
    position: relative;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
}
.widget-account-invoice-three .widget-heading .add {
    align-self: center;
}
.widget-account-invoice-three .widget-heading .add span {
    padding: 6px;
    border-radius: 12px;
}
.widget-account-invoice-three .widget-heading span img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid rgb(255 255 255 / 18%);
}
.widget-account-invoice-three .widget-heading .wallet-balance {
    justify-content: space-between;
    margin-top: 0;
}

.widget-account-invoice-three .widget-heading .wallet-balance p {
    margin-bottom: 0;
    align-self: center;
    font-size: 19px;
    color: #fff;
}
.widget-account-invoice-three .widget-heading h5 {
    font-size: 28px;
    color: #fff;
    margin-top: 0;
    font-weight: 500;
}
.widget-account-invoice-three .widget-heading h5 .w-currency {
    color: #bfc9d4;
    display: inline-block;
}
.widget-account-invoice-three .widget-amount {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
}
.widget-account-invoice-three .widget-amount .w-a-info {
    display: inline-block;
    text-align: left;
}
.widget-account-invoice-three .widget-amount .w-a-info.funds-received {
    margin-right: 15px;
}
.widget-account-invoice-three .widget-amount span {
    font-weight: 600;
    color: #151516;
}
.widget-account-invoice-three .widget-amount .w-a-info svg {
    width: 18px;
    height: 18px;
    float: right;
}
.widget-account-invoice-three .widget-amount .w-a-info.funds-received svg {
    vertical-align: top;
    color: #009688;
}
.widget-account-invoice-three .widget-amount .w-a-info.funds-spent svg {
    vertical-align: bottom;
    color: #e7515a;
}
.widget-account-invoice-three .widget-amount p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
}
.widget-account-invoice-three .widget-content {
    padding: 10px;
    margin-top: 0;
}
.widget-account-invoice-three .widget-content .bills-stats {
    margin-bottom: 24px;
}
.widget-account-invoice-three .widget-content .bills-stats span {
    display: inline-block;
    color: #fff;
    background: rgb(0 0 0 / 40%);
    padding: 4px 12px 4px 20px;
    border-radius: 21px;
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: #1b2e4b;
}
.widget-account-invoice-three .widget-content .bills-stats span:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background: white;
    border-radius: 50%;
    left: 9px;
    top: 9.5px;
}
.widget-account-invoice-three .invoice-list .inv-detail {
    margin-bottom: 24px;
}
.widget-account-invoice-three .invoice-list [class*="info-detail-"]:not(.info-sub) {
    display: flex;
    justify-content: space-between;
}
.widget-account-invoice-three .invoice-list [class*="info-detail-"]:not(.info-sub) p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
    align-self: center;
}
.widget-account-invoice-three .invoice-list [class*="info-detail-"]:not(.info-sub) p span.w-currency {
    font-size: 16px;
    color: #888ea8;
    font-weight: 100;
    margin-right: 3px;
}
.widget-account-invoice-three .invoice-list [class*="info-detail-"]:not(.info-sub) p span.bill-amount {
    font-size: 14px;
    color: #030305;
    font-weight: 700;
}
.widget-account-invoice-three .invoice-list .inv-action {
    text-align: center;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.widget-account-invoice-three .invoice-list .inv-action a {
    transform: none;
    border: none;
    font-size: 13px;
    padding: 6px 11px;
    font-weight: 600;
    letter-spacing: 1px;
}
.widget-account-invoice-three .invoice-list .inv-action a.view-deposit {
    color: #805dca!important;
    background: rgb(92 26 195 / 17%);
    border: none!important;
}
.widget-account-invoice-three .invoice-list .inv-action a.pay-now {
    color: #009688!important;
    background: #00968830;
    border: none!important;
}

/*
    =====================
        Recent Orders
    =====================
*/
.widget-table-two {
    position: relative;
}
.widget-table-two h5 {
    font-size: 19px;
    margin-bottom: 20px;
}
.widget-table-two .widget-content {
    background: transparent;
}
.widget-table-two .table {
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-bottom: 0;
}
.widget-table-two .table > thead > tr > th {
    text-transform: initial;
    font-weight: 600;
    border-top: none;
    background: rgb(186 231 255 / 34%);
    border-right: none;
    border-left: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding: 10px 0 10px 15px;
}
.widget-table-two .table > thead > tr > th:first-child {
    border-bottom-left-radius: 6px;
}
.widget-table-two .table > thead > tr > th:first-child {
    border-top-left-radius: 6px;
}
.widget-table-two .table > thead > tr > th:last-child {
    border-bottom-right-radius: 6px;
}
.widget-table-two .table > thead > tr > th:last-child {
    border-top-right-radius: 6px;
}
.widget-table-two .table > thead > tr > th .th-content {
    color: #515365;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
.widget-table-two .table > thead > tr > th:first-child .th-content {
    margin-left: 10px;
}
.widget-table-two .table > thead > tr > th:last-child .th-content {
    margin-right: 10px;
}
.widget-table-two .table > thead > tr > th:nth-last-child(2) .th-content {
    text-align: center;
    padding: 0 15px 0 0;
}
.widget-table-two .table > tbody > tr > td {
    border-top: none;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.widget-table-two .table > tbody > tr:hover > td {
    transform: translateY(-1px) scale(1.01);
}
.widget-table-two .table > tbody > tr > td .td-content {
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    color: #888ea8;
}
.widget-table-two .table > tbody > tr:hover > td .td-content {
    color: #515365;
}
.widget-table-two .table > tbody > tr > td:first-child {
    border-top-left-radius: 6px;
    padding: 10px 0 10px 15px;
}
.widget-table-two .table > tbody > tr > td:first-child {
    border-bottom-left-radius: 6px;
}
.widget-table-two .table > tbody > tr > td:last-child {
    border-top-right-radius: 6px;
    padding: 15.5px 0 15.5px 15px;
}
.widget-table-two .table > tbody > tr > td:last-child {
    border-bottom-right-radius: 6px;
}
.widget-table-two .table .td-content.customer-name {
    color: #515365;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 13px;
    display: flex;
}
.widget-table-two .table .td-content.product-brand {
    letter-spacing: 1px;
}
.widget-table-two .table .td-content img {
    width: 35px;
    height: 34px;
    border-radius: 6px;
    margin-right: 10px;
    padding: 2px;
    align-self: center;
}
.widget-table-two .table .td-content.customer-name span {
    align-self: center;
}
.widget-table-two .table tr > td:nth-last-child(2) .td-content {
    text-align: center;
}
.widget-table-two .table .td-content .badge {
    transform: none;
}
.widget-table-two .table tr:hover .td-content .badge {
    transform: translateY(-3px);
}
.widget-table-two .table tr .td-content .outline-badge-primary {
    background-color: #eaf1ff;
}
.widget-table-two .table tr .td-content .outline-badge-success {
    color: #009688;
    background-color: #ddf5f0;
    border-color: #009688;
}
.widget-table-two .table tr .td-content .outline-badge-danger {
    background-color: #fff5f5;
}


/*
    ===========================
        Top Selling Product
    ===========================
*/

.widget-table-three {
    position: relative;
}
.widget-table-three h5 {
    font-size: 19px;
    margin-bottom: 20px;
}
.widget-table-three .widget-content {
    background: transparent;
}
.widget-table-three .table {
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-bottom: 0;
}
.widget-table-three .table > thead > tr > th:first-child .th-content {
    margin-left: 10px;
}
.widget-table-three .table > thead > tr > th:last-child .th-content {
    padding: 0 15px 0 0;
    width: 84%;
    margin: 0 auto;
}
.widget-table-three .table > thead > tr > th {
    text-transform: initial;
    font-weight: 600;
    border-top: none;
    background: rgb(186 231 255 / 34%);
    border-right: none;
    border-left: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding: 10px 0 10px 15px;
}
.widget-table-three .table > thead > tr > th:first-child {
    border-bottom-left-radius: 6px;
}
.widget-table-three .table > thead > tr > th:first-child {
    border-top-left-radius: 6px;
}
.widget-table-three .table > thead > tr > th:last-child {
    border-bottom-right-radius: 6px;
    padding-left: 0;
}
.widget-table-three .table > thead > tr > th:last-child {
    border-top-right-radius: 6px;
}
.widget-table-three .table > thead > tr > th .th-content {
    color: #515365;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
.widget-table-three .table > tbody > tr > td {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.widget-table-three .table > tbody > tr {
    background: transparent;
}
.widget-table-three .table > tbody > tr > td .td-content {
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 1px;
    color: #515365;
}
.widget-table-three .table > tbody > tr:hover > td .td-content {
    color: #3b3f5c;
}
.widget-table-three .table > tbody > tr > td:first-child {
    border-top-left-radius: 6px;
    padding: 12px 0px 12px 15px;
}
.widget-table-three .table > tbody > tr > td:first-child {
    border-bottom-left-radius: 6px;
}
.widget-table-three .table > tbody > tr > td:last-child {
    border-top-right-radius: 6px;
}
.widget-table-three .table > tbody > tr > td:last-child {
    border-bottom-right-radius: 6px;
}
.widget-table-three .table > tbody > tr > td:last-child .td-content {
    padding: 0 15px 0 0;
    width: 50%;
    margin: 0 auto;
}
.widget-table-three .table tr > td:nth-last-child(2) .td-content {
    padding: 0 0 0 0;
    width: 50%;
    margin: 0 auto;
}
.widget-table-three .table .td-content .discount-pricing {
    padding: 10px 0 10px 15px;
}
.widget-table-three .table .td-content.product-name {
    color: #515365;
    letter-spacing: 1px;
    display: flex;
}
.widget-table-three .table .td-content.product-name .prd-name {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 13px;
}
.widget-table-three .table tr:hover .td-content.product-name .prd-name {
    color: #888ea8;
}
.widget-table-three .table .td-content.product-name .prd-category {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    text-shadow: 1px 1px 7px rgb(0 0 0 / 26%);
}
.widget-table-three .table .td-content img {
    width: 35px;
    height: 35px;

    width: 42px;
    height: 42px;
    border-radius: 6px;
    margin-right: 10px;
    padding: 2px;
    box-shadow: 1px 1px 16px 0px rgb(0 0 0 / 18%);
    align-self: center;
}
.widget-table-three .table .td-content .pricing {
    padding: 10px 0 10px 15px;
}
.widget-table-three .table .td-content .tag {
    background: transparent;
    transform: none;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 2px 5px;
    border-radius: 6px;
}
.widget-table-three .table .td-content .tag-primary {
    color: #4361ee;
    border: 1px dashed #4361ee;
    background: #eaf1ff;
}
.widget-table-three .table .td-content .tag-success {
    color: #009688;
    border: 1px dashed #009688;
    background: #ddf5f0;
}
.widget-table-three .table .td-content .tag-danger {
    color: #e7515a;
    border: 1px dashed #e7515a;
    background: #fff5f5;
}
.widget-table-three .table .td-content a {
    position: relative;
    padding: 0;
    font-size: 13px;
    background: transparent;
    transform: none;
    letter-spacing: 1px;
}
.widget-table-three .table .td-content a svg.feather-chevrons-right {
    width: 15px;
    height: 15px;
    position: absolute;
    left: -20px;
    top: 1px;
}




/*
    ========================
        Recent Activities
    ========================
*/

.widget.widget-activity-three {
    position: relative;
    background: #fff;
    border-radius: 6px;
    height: 100%;
    padding: 0;
}
.widget.widget-activity-three .widget-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e0e6ed;
    padding: 20px 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.widget.widget-activity-three .widget-heading h5 {
    font-size: 17px;
    display: block;
    color: #0e1726;
    font-weight: 600;
    margin-bottom: 0;
}
.widget.widget-activity-three .widget-heading .task-action svg {
    color: #888ea8;
    width: 19px;
    height: 19px;
}
.widget.widget-activity-three .widget-heading .task-action .dropdown-menu {
    transform: translate3d(-141px, 0, 0px);
}
.widget-activity-three .widget-content {
    padding: 12px 10px 21px 20px
}
.widget-activity-three .w-shadow-top {
    display: block;
    position: absolute;
    z-index: 2;
    height: 17px;
    width: 97%;
    pointer-events: none;
    margin-top: -10px;
    left: 2px;
    -webkit-filter: blur(9px);
    filter: blur(9px);
    background: -webkit-linear-gradient(180deg,#060818 44%,#060818eb 73%,#2C303C00);
    background: linear-gradient(180deg,#ffffff 44%,#ffffffde 73%,#2C303C00);
}
.widget-activity-three .w-shadow-bottom {
    display: block;
    position: absolute;
    z-index: 2;
    height: 17px;
    width: 97%;
    pointer-events: none;
    margin-top: -3px;
    left: 2px;
    -webkit-filter: blur(9px);
    filter: blur(9px);
    background: -webkit-linear-gradient(180deg,#ffffff 44%,#ffffffde 73%,#2C303C00);
    background: linear-gradient(180deg,#ffffff 44%,#ffffffde 73%,#2C303C00);
}
.widget-activity-three .mt-container {
    position: relative;
    height: 214px;
    overflow: auto;
    padding: 15px 12px 0 12px;
}
.widget-activity-three .timeline-line .item-timeline { display: flex;
    margin-bottom: 35px; }
.widget-activity-three .timeline-line .item-timeline .t-dot { position: relative; }

.widget-activity-three .timeline-line .item-timeline .t-dot div {
    background: transparent;
    border-radius: 50%;
    padding: 5px;
    margin-right: 11px;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}
.widget-activity-three .timeline-line .item-timeline .t-dot div.t-primary {
    background-color: rgb(194 213 255 / 50%);
}
.widget-activity-three .timeline-line .item-timeline .t-dot div.t-primary svg {
    color: #4361ee;
}
.widget-activity-three .timeline-line .item-timeline .t-dot div.t-secondary {
    background-color: rgb(220 207 247 / 55%);
}
.widget-activity-three .timeline-line .item-timeline .t-dot div.t-secondary svg {
    color: #805dca;
}
.widget-activity-three .timeline-line .item-timeline .t-dot div.t-success {
    background-color: rgb(199 230 228 / 62%);
}
.widget-activity-three .timeline-line .item-timeline .t-dot div.t-success svg {
    color: #009688;
}
.widget-activity-three .timeline-line .item-timeline .t-dot div.t-danger {
    background-color: rgb(255 225 226 / 60%);
}
.widget-activity-three .timeline-line .item-timeline .t-dot div.t-danger svg {
    color: #e7515a;
}
.widget-activity-three .timeline-line .item-timeline .t-dot div.t-warning {
    background-color: rgb(255 236 203 / 51%);
}
.widget-activity-three .timeline-line .item-timeline .t-dot div.t-warning svg {
    color: #e2a03f;
}
.widget-activity-three .timeline-line .item-timeline .t-dot div.t-dark {
    background-color: rgb(172 176 195 / 51%);
}
.widget-activity-three .timeline-line .item-timeline .t-dot div.t-dark svg {
    color: #3b3f5c;
}
.widget-activity-three .timeline-line .item-timeline .t-dot svg {
    color: #fff;
    height: 15px;
    width: 15px;
    align-self: center;
}
.widget-activity-three .timeline-line .item-timeline .t-content {
    width: 100%;
}
.widget-activity-three .timeline-line .item-timeline .t-content .t-uppercontent {
    display: flex;
    justify-content: space-between;
}
.widget-activity-three .timeline-line .item-timeline .t-content .t-uppercontent h5 {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 0;
}
.widget-activity-three .timeline-line .item-timeline .t-content .t-uppercontent span {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: #009688;
}
.widget-activity-three .timeline-line .item-timeline .t-content p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #888ea8;
}
.widget-activity-three .timeline-line .item-timeline .t-content p a {
    font-weight: 700;
}
.widget-activity-three .timeline-line .item-timeline .t-dot:after {
    content: '';
    position: absolute;
    border-width: 1px;
    border-style: solid;
    left: 39%;
    transform: translateX(-50%);
    border-color: #bfc9d4;
    width: 0;
    height: auto;
    top: 45px;
    bottom: -23px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}
.widget-activity-three .timeline-line .item-timeline:last-child .t-dot:after { display: none; }


/*
    ====================
        Order Summary
    ====================
*/

.widget-four {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    height: 100%;
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
}

.widget-four .widget-heading {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
}
.widget-four .widget-heading .task-action .dropdown-toggle svg {
    color: #888ea8;
    width: 19px;
    height: 19px;
}
.widget-four .widget-heading .task-action .dropdown-menu {
    transform: translate3d(-141px, 0, 0px);
}
.widget-four .widget-content {
    font-size: 17px;
}
.widget-four .widget-content .summary-list {
    position: relative;
    padding: 15px;
    background: rgb(224 230 237 / 40%);
    border-radius: 6px;
}
.widget-four .widget-content .summary-list.summary-income {
    background: rgb(220 207 247 / 34%);
}
.widget-four .widget-content .summary-list.summary-profit {
    background: rgb(186 231 255 / 34%);
}
.widget-four .widget-content .summary-list.summary-expenses {
    background: rgb(255 236 203 / 34%);
}
.widget-four .widget-content .summary-list .summery-info {
    display: flex;
    margin-bottom: 0;
}
.widget-four .widget-content .summary-list:not(:last-child) {
    margin-bottom: 9px;
}
.widget-four .widget-content .w-icon {
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    margin-right: 12px;
}
.widget-four .widget-content .w-icon svg {
    display: block;
    width: 22px;
    height: 22px;
    stroke-width: 1px;
}
.widget-four .widget-content .summary-list:nth-child(1) .w-icon svg {
    color: #805dca;
    fill: rgb(92 26 195 / 16%);
}
.widget-four .widget-content .summary-list:nth-child(2) .w-icon svg {
    color: #2196f3;
    fill: rgb(33 150 243 / 16%);
}
.widget-four .widget-content .summary-list:nth-child(3) .w-icon svg {
    color: #e2a03f;
    fill: rgb(226 160 63 / 16%);
}
.widget-four .widget-content .w-summary-details {
    width: 100%;
    align-self: center;
}
.widget-four .widget-content .w-summary-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
}
.widget-four .widget-content .w-summary-info h6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    color: #888ea8;
}
.widget-four .widget-content .w-summary-info .summary-count {
    display: block;
    font-size: 16px;
    margin-top: 4px;
    font-weight: 600;
    color: #515365;
}
.widget-four .widget-content .w-summary-info .summary-average {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #888ea8;
}
.widget-four .widget-content .summary-list.summary-income .w-summary-info .summary-average {
    color: #805dca;
}
.widget-four .widget-content .summary-list.summary-profit .w-summary-info .summary-average {
    color: #2196f3;
}
.widget-four .widget-content .summary-list.summary-expenses .w-summary-info .summary-average {
    color: #e2a03f;
}





/*
    ====================
        Media Object
    ====================
*/
@media(max-width: 1359px) and (min-width: 1200px) {
    /*
        ===========================
            Top Selling Product
        ===========================
    */



    .widget-account-invoice-three .widget-heading {
        padding: 24px 15px 28px 15px;
    }
    .widget-account-invoice-three .widget-amount .w-a-info {
        padding: 10px 9px;
        width: 44%;
    }
    .widget-account-invoice-three .widget-amount .w-a-info.funds-received {
        margin-right: 1px;
    }
    .widget-account-invoice-three .invoice-list .inv-action a {
        font-size: 12px;
        padding: 5px 6px;
    }
}
@media(max-width: 575px) {

    /*
        ==================
            Total Sales
        ==================
    */

    .widget-two .w-chart {
        position: inherit;
    }

    /*
        ========================
            Recent Activities
        ========================
    */

    .widget-activity-one .mt-container {
        height: auto;
    }



    /*
        ===========================
                Wallet
        ===========================
    */

    .widget-account-invoice-three .widget-heading {
        padding: 20px 22px 20px 22px;
    }
    .widget-account-invoice-three .widget-amount .w-a-info {
        padding: 0;
    }
    .widget-account-invoice-three .widget-heading h5 {
        font-size: 25px;
    }

    /*
        ===========================
            Top Selling Product
        ===========================
    */
    .widget-table-three .table > thead > tr > th {
        padding-right: 15px;
    }
    .widget-table-three .table > tbody > tr > td {
        border-top: none;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 12px;
        padding-left: 12px;
    }

}
@media (max-width: 1199px) {
    .widget-activity-four .mt-container {
        height: 184px;
    }
}

@media (min-width: 765px) {
    .light-theme{
        display: none;
    }
}

.step__number {
    background-color: #fbdb2a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
    margin-right: 19px;
}

.step__wrapper {
    margin-top: -4px;
    max-width: 495px
px
;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.step__title {
    font-size: 18px;
    line-height: 160%;
    color: #fff;
}
.form-coins .step {
    /* padding: 0 90px 0 45px; */
}

@media (max-width: 750px){
.form-coins .step .step__wrapper {
    max-width: 100%;
    width: 100%;
}

}

.form-coins.deposit .step__description {
    margin-bottom: 16px;
    max-width: 480px;
}

.step__description {
    font-size: 12px;
    line-height: 160%;
    color: #667085;
    margin-bottom: 11px;
}
.select {
    width: 100%;
    position: relative;
}
@media (max-width: 750px) {
.form-coins .select {
    width: 100%;
} }

.select__selected, .select__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #202630;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 13px 26px 13px 21px;
    cursor: pointer;
}

.select__img {
    pointer-events: none;
    width: 26px;
    height: 26px;
}

.select__img i {
    width: 26px;
    height: 26px;
}

.select__name {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    margin-left: 16px;
    pointer-events: none;
    white-space: nowrap;
}

.select__arrow {
    margin-left: auto;
    pointer-events: none;
}

.select__menu {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    max-height: 318px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 30;
    display: none;
    top: 54px;
}
.step__populars-title {
    font-size: 12px;
    line-height: 160%;
    color: #667085;
    margin-top: 7px;
}
.step__populars-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    margin-top: 7px;
    flex-wrap: wrap;
    gap: 5px;
}
@media (max-width: 600px) {
.form-coins .step__populars-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
}}

.step__populars-btn {
    background-color: #F8FAFC;
    border: 1px solid #D0D5DD;
    border-radius: 5px;
    padding: 0 9px;
    font-size: 12px;
    line-height: 26px;
    color: #404053;
    cursor: pointer;
}

.step__populars-btn.active {
    border: 1px solid #fbdb2a;
}

.form-coins.deposit .step + .step {
    margin-top: 28px;
}

.select__menu-item:last-child {
    border-radius: 0 0 0 5px;
    border-bottom: none;
}

.select__menu-item:first-child {
    border-radius: 5px 5px 0 0;
}
.select__menu-item {
    border: none;
    border-bottom: 1px solid #DADADA;
    border-radius: 0;
    min-height: 56px;
}

.buttons__01 {
    background-color: #fbdb2a;
    border-radius: 5px;
    text-align: center;
    border: none;
    color: #FFFFFF;
}
buttons__01:hover, buttons__01::after buttons__01:active {
    color: #e8e7e7 !important;
    background-color: #fbdb2aa9 !important;
}

.buttons__01, .buttons__02 {
    width: 100%;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}
.form-coins.deposit .input__01-box.copy {
    width: 100%;
}
@media (max-width: 750px){
.form-coins .input__01-box.copy {
    width: 100%;
}}

.input__01-box.copy {
    width: 100%;
}
.input__01-box {
    width: 404px;
}
.step__qrcode-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #fbdb2a;
    margin: 17px 0 0 0;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.step__qrcode-code {
    margin-top: 19px;
    display: none;
    width: 200px;
    height: 200px;
    background-color: #FFFFFF;
    border: 1.5px dashed #DADADA;
    border-radius: 5px;
    padding: 20px 18px 19px 21px;
}
.form-coins.deposit .input__01-box.copy {
    width: 100%;
}
@media (max-width: 750px){
.form-coins .input__01-box.copy {
    width: 100%;
}}
.input__01-box.copy {
    width: 100%;
}
.input__01-box {
    width: 404px;
}
.input__01-copyText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

label {
    display: inherit;
}

@media (max-width: 750px){
.form-coins .step .input__01 {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
}}

.input__01-box.copy .input__01, .input__01-box.copy .input__01-copyBtn {
    height: 53px;
}
.input__01-copyText .input__01 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input__01 {
    width: 100%;
    height: 47px;
    background-color: #202630;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline-color: #fbdb2a;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.form-coins.deposit .form-coins__alert {
    margin-top: 28px;
    padding: 28px 10px 24px 28px;
}

@media (max-width: 600px){
.form-coins .step, .form-coins .form-coins__btn, .form-coins .form-coins__alert, .form-coins .form-profit {
    padding-left: 20px !important;
    padding-right: 20px !important;
}}
@media (max-width: 650px){
.form-coins .step, .form-coins .form-coins__rate, .form-coins .form-coins__btn, .form-coins .form-coins__alert, .form-coins .form-profit, .form-coins .form-alert {
    padding-right: 20px !important;
}}
.form-coins__alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px 10px 10px;
    /* background: #F8FAFC; */
    border-top: 1px solid #DADADA;
    border-radius: 0 0 5px 5px;
}
.form-coins.deposit .form-coins__alert-img {
    margin-right: 16px;
}

.form-coins__alert-img {
    margin-right: 25px;
}

.form-coins.deposit .form-coins__alert-text {
    max-width: 100%;
}

.form-coins__alert-text {
    max-width: 507px;
    font-size: 14px;
    line-height: 18px;
    color: #667085;
}

.form-coins.deposit .important-information {
    padding: 37px 20px 34px 20px;
}

.form-coins.deposit .important-information {
    margin-bottom: 34px;

}
.important-information__info svg {
    position: absolute;
    left: 25px;
    top: 13px !important;
}

.important-information svg {
    position: absolute;
    right: 0;
    top: 0;
}
.important-information {
    padding: 10px 10px 30px 10px;
    background-color: #1e2630;
    border: 1px solid #DADADA;
    border-radius: 5px;
    max-width: 531px;
    position: relative;
    margin-top: 30px;
}
.important-information__title {
    font-size: 18px;
    line-height: 160%;
    color: #dadbde;
    margin-bottom: 37px;
    margin-left: 9px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}
.important-information__title:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#fbdb2a), color-stop(100.84%, #44ee9c));
    background: -o-linear-gradient(left, #fbdb2a 0%, #e7ca27 100.84%);
    background: linear-gradient(90deg, #fbdb2a 0%, #e7ca27 100.84%);
    border-radius: 3px;
}

.important-information__item {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    padding-left: 20px;
    position: relative;
}
.form-coins.deposit .important-information__info {
    max-width: 394px;
}
.important-information__info {
    width: 100%;
    height: 47px;
    background-color: #202630;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 65px;
    margin-top: 23px;
    position: relative;
}

.step__enter.amount .step__enter-input .input__01 {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    border-right: 1px solid #DADADA;
    padding-right: 77px;
}
.step__enter.amount .step__enter-input .step__enter-all {
    right: 96px;
}

.step__enter-all {
    font-size: 15.9px;
    line-height: 19px;
    color: #fbdb2a;
    position: absolute;
    right: 15px;
    cursor: pointer;
    z-index: 10;
}

.step__enter.amount .step__enter-input .step__enter-fee {
    position: absolute;
    z-index: 10;
    right: 18px;
    font-size: 15.9px;
    line-height: 19px;
    color: #fff;
}

.step__enter.amount .step__enter-input .step__enter-fee:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -19px;
    width: 1px;
    height: 38px;
    background-color: #DADADA;
}
.step__available {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 12px;
    line-height: 160%;
    color: #667085;
}

@media (max-width: 750px) {
.form-coins .step .step__enter {
    max-width: 100%;
}}
.step__enter {
    max-width: 495px;
}

.step__enter, .step__enter-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 450px){
.form-coins__left {
    padding-top: 20px !important;
}}

@media (max-width: 750px){
.form-coins__left {
    width: 100%;
    min-width: 100% !important;
}}

@media (max-width: 750px){
.form-coins .step .step__enter {
    max-width: 100%;
}}


.form-coins .step .step__enter .step__enter-input {
    width: 100%;
}

.step__enter-input {
    position: relative;
    width: 100%;
}

@media (max-width: 750px){
.form-coins .step .step__enter .step__enter-input .input__01 {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}}

@media (max-width: 750px){
.form-coins .step .input__01 {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
}}
.step__enter-input .input__01 {
    color: #fff;
    height: 53px;
    border-radius: 5px 0 0 5px;
    border-right: none;
    max-width: 358px;
    padding-right: 40px;
}

.step__enter-all {
    font-size: 15.9px;
    line-height: 19px;
    color: #fbdb2a;
    position: absolute;
    right: 15px;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 750px){
.form-coins .select {
    width: 100%;
}}

.step__enter .select {
    max-width: 138px;
}

@media (max-width: 750px){
.form-coins .step .step__enter {
    max-width: 100%;
}}

@media (max-width: 750px){
.form-coins .step .step__enter .step__enter-input {
    width: 100%;
}}


.step__enter .select__selected, .step__enter .select__menu-item {
    padding: 12.5px 19px 12.5px 19px;
}

.step__enter .select__selected {
    border-radius: 0 5px 5px 0;
    background-color: #F8FAFC;
}

.step__enter .select__selected, .step__enter .select__menu-item {
    padding: 12.5px 19px 12.5px 19px;
}
.form-coins__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 18px auto 18px auto;
    padding-right: 16px;
}

.form-coins__rate {
    padding-left: 29px;
    padding-right: 19px;
    margin-top: 33px;
    margin-bottom: 32px;
}



.form-coins__rate div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    border-bottom: 1px dashed #DADADA;
    padding-bottom: 9px;
}

.select__menu.select-active {
    display: block;
}

@media (max-width: 750px) {
.form-coins .step .input__01 {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
}}

.input__01-copyText .input__01-copyBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 106px;
    height: 47px;
    left: 578px;
    top: 727px;
    background-color: #F8FAFC;
    border: 1px solid #DADADA;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #444444;
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 26px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #fff ;
  }
  .checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    padding-left: 26px;
  }
  .checkbox input:checked + .checkbox__style {
    background-color: #fbdb2a;
    border: 1px solid #fbdb2a;
  }


.sing-in__code-title, .sing-in__have span, .sing-in__form-title, .sing-in__title, .not-found__title, .your-fingertips__card-title, .earn-crypto__benefit-title, .create-card__item-title, .the-choice__benefit-title, .payment-home__surprise-title, .payment-home__title, .withdrawal-popup__close, .withdrawal-popup__title, .card-works__card-description, .traders-leaderboard__card-link, .traders.traders-day .traders-day__link, .trader-card__table-value, .api-home__link, .api-home__description, .institutions__title, .industry-leading__link, .your-trading__title, .start-cooperation__form-title, .fast-listing__title, .partners-feedback__title, .skyrocket-benefits__title, .aml-score__button-gray, .aml-score__button-purple, .aml-score__title, .aml-score__subtitle, .verification__drop-title, .verification__input-title, .verification__info-title, .affiliate-step__item-title, .affiliate-start__share-title, .affiliate-start__title, .authentication__qrcode-text, .authentication__step-title, .api-filter__title, .settings__photo-remove, .settings__title, .disable-authentication__title, .table-investments__item-action a, .table-investments__title, .chat__message-text, .chat__title, .promo-code__title, .form-profit__value span, .form-profit__title, .table-p2p__filter-link, .table-p2p__item-price, .table-p2p__item-trader a, .upgrade-verification__subtitle, .upgrade-verification__title, .levels-verification__title, .levels-verification__status, .change-password__title, .top-line__title, .table-balance__item-coin, .verificationPayment__title, .footer__link-title, .header-menu__user-nickname, .header__link span, .date-picker__menu-week-day, .step-verification__block-title, .notification__title, .important-information__info span, .important-information__item span, .important-information__title, .form-faq__question, .step__qrcode-btn, .step__staking-percent, .step__staking-days, .step__available span, .step__title, .step__number, .code__input, .select__name span, .verified-status, .input__01-copyText .input__01-copyBtn, .buttons__01,
.buttons__02, .your-fingertips__title, .ready-join__title, .spend-anywhere__title, .earn-crypto__title, .create-card__title, .the-choice__title, .card-works__title {
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
}

.sing-in__left-logo, .launchpad-home__title, .footer__logo-text, .header__logo {
  font-family: "Roboto-Black", sans-serif;
  font-weight: 900;
}

.sing-in__right-title, .earn-crypto__card-name, .payment-home__surprise-value, .withdrawal-popup__table-key.pending, .withdrawal-popup__table-value.pending, .withdrawal-popup__table-key.completed, .withdrawal-popup__table-value.completed, .card-works__card-number, .traders-leaderboard__card-description, .traders-leaderboard__card-title, .traders-home__card-title, .traders-home__title, .traders__link, .traders__title, .trader-card.trader-card-roi .trader-card__no, .trader-card__link, .trader-card__percent, .trader-card__img-status, .trader-card__name, .join-Jumpstart__benefit-title, .previous-projects__item-key, .previous-projects__item-value, .previous-projects__item-title, .launchpad-home__stat-value, .bot-marketplace__card-avatar, .bot-marketplace__card-percentage, .bot-marketplace__card-title, .api-integration__card-title, .api-integration__visualization-icon, .status-issue__item-title, .status-upgrades__item-title, .buy-usdt__link, .buy-usdt__input-element input, .buy-usdt__tabs-tab, .buy-usdt__top-title, .why-buy__item-title, .how-buy__card-title, .savings-offers__item-apy span, .savings-offers__item-symbol, .savings-offers__title, .users-saying__slide-box, .bots-home__stats-value, .bots-home__title, .institutions__item-title, .powerful-solutions__card-block, .powerful-solutions__card-title, .clients-say__slide-company, .clients-say__slide-text, .why-choose__slide-list ul li, .why-choose__slide-title, .money-home__description, .commitment__description, .industry-leading__card-description, .industry-leading__card-value, .your-trading__item-title, .ventures-portfolio__card-title, .ventures-support__card-title, .ventures-home__tab-title, .coverage__card-percent, .protecting-content__block-description ul li span, .protecting-content__block-subtitle, .protecting-content__block-title, .staking-convert__link, .partners-feedback__card-title, .faqs__link-wrapper a, .traveller-banner__link, .traveller-banner__title, .skyrocket-benefits__item-title, .traveller-tiers__link, .traveller-tiers__card-value, .traveller-tiers__card-title, .more-benefits__card-title, .get-commission__step-title, .aml-score__value-value, .aml-score__value-text, .aml-score__score-text, .wallet-info__usd span, .header-menu__overview-value span, .join-Jumpstart__title, .previous-projects__title, .bot-marketplace__title, .api-integration__title, .status-table__title, .status-issue__title, .status-upgrades__title, .guide-buy__title, .what-is__title, .what-can__title, .why-buy__title, .how-buy__title, .users-saying__title, .powerful-solutions__title, .clients-say__title, .why-choose__title, .commitment__title, .industry-leading__title, .ventures-portfolio__title, .ventures-support__title, .coverage__title, .listing-experience__title, .staking-highlights__title, .staking-flow__title, .faqs__title, .traveller-tiers__title, .more-benefits__title, .get-commission__title, .status-home__title, .buy-usdt__title, .savings-home__title, .api-home__title, .money-home__title, .ventures-home__title, .volume-home__title, .protecting-home__title, .staking-home__title, .traveller-home__title {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
}

.sing-in__have, .sing-in__link, .sing-in__des, .sing-in__message, .sing-in__right-description, .your-fingertips__card-description, .your-fingertips__subtitle, .ready-join__link, .spend-anywhere__link, .spend-anywhere__description, .earn-crypto__card-available, .earn-crypto__card-subtitle, .earn-crypto__card-earn, .earn-crypto__benefit-description, .earn-crypto__description, .create-card__item-description, .the-choice__coin-name, .the-choice__benefit-description, .the-choice__description, .payment-home__more, .payment-home__link, .withdrawal-popup__table-key, .withdrawal-popup__table-value, .traders-home__card-value, .traders-home__card-name, .traders-home__card-measured, .traders__description, .trader-card__info-days, .trader-card__info, .trader-card__followers, .join-Jumpstart__benefit-description, .join-Jumpstart__link, .join-Jumpstart__description, .previous-projects__link, .previous-projects__item-description, .previous-projects__item-title span, .previous-projects__item-tag, .launchpad-home__stat-title, .launchpad-home__description, .launchpad-home__slogan, .bot-marketplace__pagination-item, .bot-marketplace__card-copy, .bot-marketplace__card-name, .bot-marketplace__card-pair, .bot-marketplace__card-subtitle, .bot-marketplace__card-time, .bot-marketplace__card-pnl, .bot-marketplace__card-used, .bot-marketplace__card-tag, .api-integration__card-link, .api-integration__visualization-line span, .api-integration__description, .status-table__link, .status-table__item-deposits, .status-table__item-withdrawals, .status-table__item-name, .status-table__item-code, .status-table__name, .status-table__search-update, .status-table__search-input input, .status-table__description, .status-issue__link, .status-issue__item-date, .status-upgrades__item-bottom, .status-upgrades__item-status, .status-upgrades__item-date, .status-home__subtext, .status-home__description, .buy-usdt__subtitle, .buy-usdt__input-title, .buy-usdt__accepts-item, .buy-usdt__accepts, .buy-usdt__description, .buy-usdt__top-link, .guide-buy__card, .guide-buy__description, .what-is__description, .what-can__description, .why-buy__item-description, .savings-offers__link, .savings-offers__item-action a, .savings-offers__item-apy, .savings-offers__item-term, .savings-offers__item-name, .savings-offers__table-name, .savings-offers__search input, .users-saying__slide-text, .bots-home__stats-description, .bots-home__description, .savings-home__link, .savings-home__description, .institutions__item-des, .institutions__des, .powerful-solutions__card-link, .powerful-solutions__card-block ul li, .powerful-solutions__description, .commitment__link, .trading-bot-grid, .your-trading__item-des, .ventures-portfolio__card-description, .ventures-support__card-description, .ventures-home__tab-description, .ventures-home__description, .volume-home__link, .volume-home__description, .start-cooperation__right, .start-cooperation__input, .start-cooperation__form-des, .coverage__card-title, .listing-experience__card-title, .protecting-content__block-description ul li, .protecting-content__block-description, .fast-listing__des, .protecting-home__description, .staking-highlights__item-description, .staking-highlights__item-title, .staking-convert__subtitle, .staking-convert__ratio, .staking-convert__percent, .staking-convert__title, .staking-flow__step-description, .staking-flow__step-title, .staking-flow__step-number, .staking-home__description, .traveller-home__card-earned, .traveller-home__card-email, .traveller-home__link, .traveller-home__description, .partners-feedback__bottom-title, .partners-feedback__text, .content, .accordion__item-title, .faqs.faq-card .content, .traveller-banner__description, .skyrocket-benefits__des, .traveller-tiers__requirements-title, .traveller-tiers__requirements ul, .traveller-tiers__card-key, .more-benefits__card-description, .get-commission__step-description, .aml-score__description, .verification__drop-description, .verification__info-description, .table-information__item, .table-information__name, .information__container p, .table-affiliate__item-notFound, .table-affiliate__item, .table-affiliate__name, .affiliate-step__item-description, .affiliate-start__share-input .input__01-copyBtn, .affiliate-start__description, .authentication__alert-description, .authentication__step-description, .authentication__alert-top, .table-keys__item-notFound, .table-keys__item, .table-keys__name, .api-filter__description, .settings__description, .disable-authentication__bottom, .disable-authentication__des, .disable-authentication__btn, .disable-authentication__message, .table-investments__item-notFound, .table-investments__item, .table-investments__name, .chat__files, .chat__textarea, .chat__message-data, .chat__message-img-title, .promo-code__description, .form-alert, .form-profit__expected, .form-profit__total, .form-profit__description, .form-coins.verification-step-two .input__01-amount, .form-coins__alert-text, .form-coins__btn .buttons__01, .form-coins__rate div, .table-p2p__filter-search, .table-p2p__filter-switch, .table-p2p__filter-amount input, .table-p2p__pagination-page, .table-p2p__item, .table-p2p__name, .upgrade-verification__subdescription, .upgrade-verification__description, .levels-verification__requirement, .levels-verification__feature, .wallet-info__last, .wallet-info__username, .wallet-info__mail, .wallet-info__id, .wallet-info__percent, .wallet-info__circle, .wallet-info__convert, .wallet-info__usd, .wallet-info__select, .change-password__enter .input__01, .change-password__confirm .input__01, .change-password__des, .top-line__item-title, .top-line__menu-btn, .top-line__des, .table-transaction__item-notFund, .table-transaction__pagination-page, .table-transaction__item, .table-transaction__name, .table-balance__item-coin span, .table-balance__item, .table-balance__name, .verificationPayment__des, .tabs-menu__link, .footer__sub-text, .footer__link, .footer__sing-up, .footer__input, .footer__label, .footer__description, .header-menu__user-mail, .header-menu__links-link, .header-menu__overview-link, .header-menu__overview-value, .header-menu__overview-title, .header__user-name, .header__more-name, .header__link, .date-picker__menu-day, .date-picker__months, .date-picker__years, .date-picker__selected-value, .permissions-api, .step-verification__block-description, .notification__description, .important-information__info, .important-information__item, .form-faq__answer, .step__staking-button span, .step__populars-btn, .step__populars-title, .step__available, .step__enter-all, .step__enter.amount .step__enter-input .step__enter-fee, .step__description, .select__name, .drop, .alert, .checkbox, .input__01, .buttons__04, .buttons__03 {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
}
@font-face {
  font-family: Roboto-Medium;
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Bold;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Black;
  font-display: swap;
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Regular;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}


button {
  border: none;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: inherit;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: inherit;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D6D7DD;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body.lock {
  overflow: hidden;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}


p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}


.buttons__01,
.buttons__02 {
  width: 404px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}

.buttons__01 {
  background-color: #fbdb2a;
  border-radius: 5px;
  text-align: center;
  color: #FFFFFF;
}
.buttons__01:hover {
  background-color: #51ff26a8;
}

.buttons__02 {
  background-color: #F8FAFC;
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  color: #444444;
  cursor: pointer;
}
.buttons__02:hover {
  background-color: #eef1f4;
}

.buttons__03 {
  background-color: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 5px;
  font-size: 14px;
  line-height: 16px;
  color: #78778B;
  width: 218px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  cursor: pointer;
}
.buttons__03 svg {
  margin-right: 12px;
}
.buttons__03:hover {
  background-color: #f1f1f1;
}


.input__01-box {
  width: 404px;
}
.input__01-box.copy {
  width: 492px;
}
.input__01-box.copy .input__01,
.input__01-box.copy .input__01-copyBtn {
  height: 53px;
}

.inputs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin: 15px;
}

.input__01-password {
  position: relative;
}
.input__01-password svg {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.input__01-password .input__01 {
  padding: 15px 20px 15px 40px;

}

.input__01-search {
  position: relative;
}
.input__01-search svg {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input__01-copyText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input__01-copyText .input__01-copyBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 106px;
  height: 47px;
  left: 578px;
  top: 727px;
  background-color: #F8FAFC;
  border: 1px solid #DADADA;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #444444;
}
.input__01-copyText .input__01-copyBtn svg {
  margin-right: 7px;
}
.input__01-copyText .input__01 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input__01 {
  width: 404px;
  height: 47px;
  background-color: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 5px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline-color: #fbdb2a;
  font-size: 14px;
  line-height: 16px;
  color: #78778B;
}
.input__01:disabled {
  background-color: #EAECEF;
}


.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding-left: 26px;
}
.checkbox input:checked + .checkbox__style {
  background-color: #fbdb2a;
  border: 1px solid #fbdb2a;
}
.checkbox input:checked + .checkbox__style:before {
  opacity: 1;
}
.checkbox__style {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #fbdb2a;
  border-radius: 3.33333px;
  margin-left: -26px;
}




.sing-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
.sing-in__left-logo {
      position: static;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  line-height: 30px;
  color: #121212;
  text-transform: uppercase;
  border-radius: 0;
  left: 0;
  top: 0;
}
.sing-in__left-icon {
  margin-right: 12px;
}

.sing-in__left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: static;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sing-in__body {
  background-color: #FFFFFF;
}
.sing-in__left {
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sing-in__message {
  width: 244px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #FFFFFF;
  border-radius: 5px;
  position: absolute;
  bottom: 33px;
  left: 36px;
  font-size: 12px;
  line-height: 120%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #3E3F4F;
  padding: 18px 16px 18px 34px;
}
.sing-in__message svg {
  position: absolute;
  right: 16px;
  bottom: -10px;
}
.sing-in__box {
  max-width: 1170px;
  width: 100%;
  margin: auto;
  height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sing-in__title {
  position: relative;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sing-in__title svg {
  position: absolute;
  top: -41px;
  right: -59px;
}
.sing-in__des {
  font-size: 16px;
  line-height: 19px;
  color: #78778B;
}
.sing-in__form-title {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.sing-in__form {
  margin-top: 25px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  margin-bottom: 80px;
}
.sing-in__title {
  margin-bottom: 8px;
}
.sing-in__params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.sing-in__content {
  max-width: 404px;
}
.sing-in__link {
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #fff;
}
.sing-in .buttons__02 {
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
  color: #78778B;
}
.sing-in .buttons__02 svg {
  margin-right: 10px;
}
.sing-in__have {
    font-size: 14px;
    line-height: 16px;
    color: #929EAE;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 100%;
    display: flex;
    gap: 8px;
    justify-content: center;
}
.sing-in__have span {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.sing-in__have svg {
  position: absolute;
  right: 0;
  bottom: -9px;
}
.sing-in__have-bef-top svg {
  bottom: -4px;
}
.sing-in__code-title {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 16px;
}

@media (max-height: 900px) {
  .sing-in__box {
    height: 100%;
  }
  .sing-in__left-logo {
    top: 10px;
  }

  .sing-in__right {
    height: 100%;
  }
  .sing-in__form {
    margin-top: 5px;
  }
}
@media (max-width: 1210px) {
  .sing-in__content {
    left: 12%;
  }
  .sing-in__box {
    padding: 10px 20px 0;
  }
}
@media (max-width: 850px) {
  .sing-in__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    row-gap: 15px;
  }
  .sing-in__left {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: static;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sing-in__content {
    left: 50px;
  }
  .sing-in__right-join {
    display: inline-block;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 30px;
  }
  .sing-in__box {
    padding-left: 0;
    padding-right: 0;
  }
  .sing-in__left-logo {
    position: static;
  }
  .sing-in__right {
    position: static;
    width: 100%;
    height: inherit;
    text-align: center;
    padding: 30px 0;
  }
  .sing-in__message {
    width: 212px;
    padding: 12px 15px 18px;
  }
  .sing-in__right img {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .sing-in__message {
    left: 10px;
  }
}
@media (max-width: 760px) {
  .sing-in__right {
    display: none;
  }
  .sing-in__content {
    margin-top: none;
  }
  .sing-in__left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 500px) {
  .sing-in__content {
    width: 100%;
  }
  .sing-in__form .input__01,
  .sing-in__form .buttons__01,
  .sing-in__form .buttons__02 {
    width: 100%;
  }
  .sing-in__box {
    padding: 20px 15px 0;
  }
  .sing-in__code .code__input {
    width: 16%;
    padding: 0 16px 0 20px;
  }
}
@media (max-width: 400px) {
  .sing-in__code .code__input {
    padding: 0 16px 0 16px;
    min-width: 47px;
  }
}

.buttons__01:active, .buttons__01::after, .buttons__01:hover {
    background-color: #fbdb2add !important;
}

.preloader-inner {
  width: 20px;
  height: 20px;
  border: 2px solid #696969;
  border-top-color: #f2eeee;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

  .checkbox__style:before {
      content: "";
      position: absolute;
      width: 13px;
      height: 13px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-image: url("../images/img/check.svg");
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
  }
  .checkbox input:checked + .checkbox__style:before {
    opacity: 1;
  }
  .checkbox__style {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #fbdb2a;
    border-radius: 3.33333px;
    margin-left: -26px;
  }

  .wallet-overview__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 5px;
  }

  @media (max-width: 450px) {
      .wallet-overview__search {
          max-width: 160px;
      }
  }

  .wallet-overview__search {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  }

  .input__01-search {
      position: relative;
  }

  label {
      display: inherit;
      width: 100%;
  }

  .input__01-search svg {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .wallet-overview__search input {
      width: 100% !important;
  }

  .input__01 {
      width: 100%;
      height: 47px;
      background-color: #202630;
      border: 1px solid #fff;
      border-radius: 5px;
      padding: 15px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      outline-color: #fbdb2a;
      font-size: 14px;
      line-height: 16px;
      color: #fff;
  }

  .swal2-confirm {
    padding: 8px 59px;
  }

.swal2-container {
    z-index: 9999999999;
}

@media (max-width: 460px) {
    .not-found__content svg {
        width: 300px;
    }
}

.not-found__content .buttons__02 {
    width: 153px;
    height: 39px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
}

.not-found__title {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #464F61;
    margin: 21px 0 14px;
}

.sing-in__code-title, .sing-in__have span, .sing-in__form-title, .sing-in__title, .not-found__title, .your-fingertips__card-title, .earn-crypto__benefit-title, .create-card__item-title, .the-choice__benefit-title, .payment-home__surprise-title, .payment-home__title, .withdrawal-popup__close, .withdrawal-popup__title, .card-works__card-description, .traders-leaderboard__card-link, .traders.traders-day .traders-day__link, .trader-card__table-value, .api-home__link, .api-home__description, .institutions__title, .industry-leading__link, .your-trading__title, .start-cooperation__form-title, .fast-listing__title, .partners-feedback__title, .skyrocket-benefits__title, .aml-score__button-gray, .aml-score__button-purple, .aml-score__title, .aml-score__subtitle, .verification__drop-title, .verification__input-title, .verification__info-title, .affiliate-step__item-title, .affiliate-start__share-title, .affiliate-start__title, .authentication__qrcode-text, .authentication__step-title, .api-filter__title, .settings__photo-remove, .settings__title, .disable-authentication__title, .table-investments__item-action a, .table-investments__title, .chat__message-text, .chat__title, .promo-code__title, .form-profit__value span, .form-profit__title, .table-p2p__filter-link, .table-p2p__item-price, .table-p2p__item-trader a, .upgrade-verification__subtitle, .upgrade-verification__title, .levels-verification__title, .levels-verification__status, .change-password__title, .top-line__title, .table-balance__item-coin, .verificationPayment__title, .footer__link-title, .header-menu__user-nickname, .header__link span, .date-picker__menu-week-day, .step-verification__block-title, .notification__title, .important-information__info span, .important-information__item span, .important-information__title, .form-faq__question, .step__qrcode-btn, .step__staking-percent, .step__staking-days, .step__available span, .step__title, .step__number, .code__input, .select__name span, .verified-status, .input__01-copyText .input__01-copyBtn, .buttons__01, .buttons__02, .your-fingertips__title, .ready-join__title, .spend-anywhere__title, .earn-crypto__title, .create-card__title, .the-choice__title, .card-works__title {
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 500;
}
