@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Orbitron', sans-serif !important;
    background-color: #0D0D0D !important;
    color: #f5b453 !important;
}
ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none !important;
}
/* 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;
}
.fade.in {
    opacity: 1;
}
.theme-btn {
    background: transparent;
    border: 2px solid #ffd54d;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffd54d !important;
    padding: 10px 26px;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    outline: 0 !important;
}
.theme-btn.transperant-btn {
    background: transparent;
}
.modal-backdrop {
    background: rgba(16, 16, 45, 0.91) !important;
    opacity: 1 !important;
}


.white-color{
    color: #FFF;
}

.page-title h2 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.5;
}
.page-title p {
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}
.center-box {
    display: table !important;
    width: calc(100% - -15px);
}
.center-box > div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .page-paddings {
        padding: 100px 0px;
        position: relative;
    }
    .page-paddings.sm-padding {
        padding: 60px 0px;
    }
}

@media (max-width: 768px) {
    .page-paddings1 {
        padding: 90px 0px;
        position: relative;
    }
    .page-paddings1.sm-padding1 {
        padding: 60px 0px;
    }
}
@media (min-width: 768px) {
    .page-paddings1 {
        padding: 40px 0px;
        position: relative;
    }
    .page-paddings1.sm-padding1 {
        padding: 30px 0px;
    }
}
.page-background {
    padding: 80px 0px;
    background-color: #14233D;
    position: relative;
}
.page-title .title-left {
    float: left;
}
.page-title .title-btn {
    float: right;
    margin: 4px 0px;
}
.page-title .title-left h2 {
    margin: 0px;
}
.title-btn .theme-btn {
    background-color: #fff;
    color: #222 !important;
}
.page-title .title-left h2 > i {
    margin-left: 6px;
    color: #ffd54d;
}
.theme-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 0px;
}
.theme-title a {
    color: #ffffff;
}
.theme-title a:hover {
    color: #ef682a;
}
.theme-description {
    font-size: 15px;
    margin: 0px;
    line-height: 1.6;
}
.custom-checkbox {
    margin-bottom: 12px;
}
.custom-checkbox:last-child {
    margin-bottom: 0px;
}
.custom-control.custom-checkbox {
    padding-left: 30px;
}
.owl-nav.disabled {
    display: none;
}
.owl-loaded {
    overflow: hidden;
}
.owl-dots {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.owl-item {
    float: left;
}
.owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    border: 0px;
    margin-right: 6px;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    padding: 0px;
}
.owl-dots .owl-dot > span {
    display: none;
}
.owl-dots .owl-dot.active {
    background-color: #ef682a;
}
.owl-dots .owl-dot:last-child {
    margin-right: 0px;
}
body .custom-control-label::before {
    background-color: #fff;
    height: 18px;
    width: 18px;
}
body .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
}
body .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    content: "\f00c";
    font-family: 'Orbitron', sans-serif !important;
    font-weight: 900;
    color: #4117AB;
    font-size: 12px;
    left: 3px;
    top: 4px;
}
.custom-checkbox .custom-control-label {
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
    text-transform: capitalize;
    color: #fff;
}
/* Basic Rules */
.switch input { 
    display:none;
}
.switch {
    display: inline-block;
    width: 35px;
    height: 20px;
    transform: translateY(50%);
    position: relative;
}
/* Style Wired */
.switch .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    background-color: #fff;
    cursor: pointer;
    border: 2px solid transparent;
    overflow: hidden;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(83.55deg, #3D15A8 14.95%, #A93EEB 84.15%);
    border-radius: 30px;
    transform: translateX(-30px);
    transition: .4s;
    left: 15px;
}
input:checked + .slider:before {
    transform: translateX(15px);
    background: linear-gradient(83.55deg, #3D15A8 14.95%, #A93EEB 84.15%);
    left: inherit;
}
input:checked + .switch .slider {
    box-shadow:0 0 0 2px limeGreen,0 0 2px limeGreen;
}

/* Style Flat */
.switch.flat .slider {
 box-shadow:none;
}
.switch.flat .slider:before {
  background:#FFF;
}
.switch.flat input:checked + .slider:before {
 background:white;
}
.switch.flat input:checked + .slider {
  background:limeGreen;
}
.header-top {
    padding: 12px 0px;
}
.topbar-left .dropdown {
    float: left;
    margin-right: 12px;
}
.topbar-left .dropdown:last-child {
    margin-right: 0px;
}
#dLabel {
    font-weight: 400;
    font-size: 14px;
    background-color: #222252;
    border: 1px solid #222252;
    border-radius: 5px;
    padding: 8px 30px 8px 18px;
    position: relative;
    cursor: pointer;
    color: #ffffff;
}
#dLabel > i {
    margin-right: 4px;
}
#dLabel::before {
    content: "\f078";
    font-family: 'Orbitron', sans-serif !important;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.dropdown-menu {
    background-color: #10102d;
    padding: 0px;
    border: 1px solid #222252;
}

.caret {
     float: right;
     margin-top: 9px;
     display: block;
}
.dropdown-menu {
     width: 240px;
     padding: 0;
     margin: 0;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
}
.dropdown button:hover, .dropdown button:focus {
     border: none;
     outline: 0;
}
.dropdown.open button#dLabel {
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0;
     box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
     border: solid 1px #666;
     border-bottom: none;
}
body .dropdown-menu {
    background-color: #10102d;
    border: 1px solid #222252;
    padding: 0px;
    width: auto;
}
.dropdown-menu li {
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 7.5px 15px;
    border-bottom: solid 1px #222252;
}
body .dropdown-menu li:hover {
    background-color: #06060e;
}
.dropdown-menu li:last-child {
    border-bottom: 0px;
}
.dropdown-menu li:hover {
     background-color: #ccc;
}
.topbar-right ul {
    margin: 4px 0px;
}
.topbar-right ul > li {
    float: left;
    margin-right: 18px;
}
.topbar-right ul > li:last-child {
    margin-right: 0px;
}
.topbar-right ul > li > a {
    font-size: 20px;
    color: #ffffff;
}
.header_1 {
    background-color: transparent;
    padding: 25px 0px;
}
.header-bottom .container {
    max-width: 1320px;
}
.header_1 #site-logo {
    margin-right: 26px;
}
.header_1 .form-search {
    position: relative;
    margin-right: 20px;
    padding: 5px 0px;
}
.is_dark .header_1 .form-search input {
    border: 2px solid rgba(255, 255, 255, 0.12);
}
.header_1 .form-search input {
    background: #222252;
    border: 0px;
    box-sizing: border-box;
    border-radius: 70px;
    font-size: 15px;
    color: #fff;
    padding: 11px 42px 11px 22px;
    outline: 0;
    width: 100%;
}
.header_1 .form-search input::placeholder {
    color: #ffffff;
}
.header_1 .form-search i {
    font-size: 15px;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
    padding: 0;
    background: transparent;
    border: 0;
}
.site-logo-inner {
    padding: 6px 0px;
}
.header_1 #site-menu {
    position: relative;
    margin-right: 80px;
}
#main-nav ul {
    margin: 0px;
}
#main-nav>ul>li {
    float: left;
    position: relative;
    margin-right: 14px;
    padding: 14px 0px;
}
#main-nav>ul>li:last-child {
    margin-right: 0px;
}
#main-nav > ul > li > a {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    display: block;
    color: #fff;
    padding-right: 14.5px;
}
#main-nav > ul > li > a.active, 
#main-nav > ul > li > a:hover {
    color: #EF682A;
}
.button-connect-wallet {
    margin-right: 20px;
    padding: 3px 0px;
}
.button-connect-wallet .theme-btn {
    padding: 10px 28px;
    font-size: 16px;
}
.header_1 .swap-coin {
    margin-right: 20px;
}
.swap-coin span {
    background: #222252;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 18px;
    color: #fff !important;
    margin: 4px 6px 4px 0px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
}
.swap-coin > a {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff !important;
}
.mode_switcher {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mode_switcher h6 {
    width: 85px;
    margin: 0px;
    font-size: 14px;
}
.mode_switcher h6 > strong {
    display: block;
    margin-top: 2px;
}
.mode_switcher a {
    background: #222252;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 18px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}
.mode_switcher a.is_active {
    background-color: #ef682a;
    border: 2px solid #fff;
}
.slider-area {
    padding: 120px 0px 180px;
    position: relative;
}
.slider-area::before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../images/slider.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.slider-main {
    display: table;
    width: calc(100% - -15px);
    margin: 0px -15px;
}
.slider-main .slider-box {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0px 15px;
}
.slider-box h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px;
}
.slider-box p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
}
.slider-btn .theme-btn {
    background: #EF682A;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    padding: 12px 30px;
    display: inline-block;
    margin-right: 10px;
}
.slider-btn .theme-btn:last-child {
    margin-right: 0px;
}
.slider-btn .theme-btn.white-btn {
    background-color: #fff;
    color: #000000 !important;
}
.about-area .row,
.about-left .row {
    display: table;
    width: calc(100% - -15px);
}
.about-area .row > div,
.about-left .row > div {
    display: table-cell;
    vertical-align: middle;
}
.about-area .about-box {
    background-color: #222252;
    padding: 20px 20px;
    border-radius: 10px 10px;
}
.about-box .about-ico {
    text-align: right;
    margin-bottom: 15px;
}
.about-area .about-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.about-area .about-box p {
    font-weight: 400;
    font-size: 15px;
    margin: 0px;
}
.about-main .about-img {
    margin-bottom: 20px;
}
.about-main h2 {
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.about-main h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.about-main p {
    font-weight: 500;
    font-size: 15px;
    margin: 0px;
}
.about-main h4 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin: 15px 0px 0px;
}
.registration-box h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}
.registration-box p {
    font-weight: 500;
    font-size: 15px;
}
.registration-area,
.crypto-exchange-area {
    background: linear-gradient(83.55deg, #3D15A8 14.95%, #A93EEB 84.15%);
    position: relative;
}
.registration-area::before,
.crypto-exchange-area::before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../images/registration-bg.png);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.earn-area::before {
    content: "";
    background-image: url(../images/earn-bg.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.crypto-world-box {
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 20px 20px;
    margin-top: 30px;
    position: relative;
}
.crypto-world-box .crypto-ico {
    font-size: 30px;
    color: #575779;
    position: absolute;
    top: 8px;
    right: 12px;
}
.crypto-world-box h3 {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
}
.crypto-world-box h2 {
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    margin: 0px;
}
.nav-tabs {
    border: 0px;
    justify-content: center;
}
.trade-nav {
    display: inline-block;
    background-color: #222252;
    padding: 8px 8px;
    border-radius: 30px 30px;
}
.nav-tabs {
    border: 0px !important;
}
.nav-tabs > .nav-item .nav-link {
    font-weight: 600;
    font-size: 15px;
    border: 1px solid transparent !important;
    padding: 6px 20px;
    color: #ffffff;
}
.nav-tabs > .nav-item .nav-link.active {
    border-radius: 60px 60px;
    background: #EF682A;
    border-color: #fff;
    color: #ffffff;
}
.swap-chart {
    background: #222252;
    border-radius: 20px;
    margin-top: 30px;
}
.apexcharts-toolbar,
.apexcharts-legend,
.apexcharts-gridline,
.apexcharts-yaxis-label {
    display: none !important;
}
.apexcharts-tooltip-title,
.apexcharts-tooltip {
    color: #222;
}
.swap-chart .chart-header {
    padding: 20px 20px;
    position: relative;
}
.chart-header .chart-coin {
    margin-bottom: 18px;
}
.swap-chart #chart {
    padding: 0px 20px;
}
#chart #timeline-chart {
    padding-right: 15px;
}
.chart-coin-ico img {
    max-width: 30px;
    margin-right: 6px;
}
.chart-coin .chart-coin-ico {
    float: left;
}
.chart-coin-value {
    font-weight: 600;
    font-size: 14px;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}
.chart-coin-value > i {
    margin-left: 6px;
    cursor: pointer;
}
.chart-header h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 6px;
}
.chart-header h2 span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    display: inline-block;
}
.chart-header h2 .red-swap {
    color: #F93131;
}
.chart-header p {
    font-weight: 500;
    font-size: 14px;
    color: #51BFF4;
    margin: 0px;
}
.trade-volume ul {
    background-color: #10102d;
    padding: 8px 8px;
    border-radius: 30px 30px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.trade-volume ul > li {
    float: left;
}
.trade-volume ul > li > a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 30px 30px;
}
.trade-volume ul > li.active > a {
    background-color: #ef682a;
}
.swap-tool {
    background: transparent;
    border: 2px solid #f5b453;
    border-radius: 20px;
    text-align: left;
    margin-top: 30px;
}
.swap-tool .swap-header {
    padding: 20px 20px;
    border-bottom: 0.8px solid rgba(255, 255, 255, 0.3);
    position: relative;
}
.swap-tool .swap-header .tool-ico {
    position: absolute;
    top: 20px;
    right: 20px;
}
.tool-ico > a {
    font-size: 18px;
    color: #fff !important;
    margin-right: 4px;
    display: inline-block;
}
.tool-ico > a:last-child {
    margin-right: 0px;
}
.swap-header h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0px 3px;
}
.swap-header p {
    font-size: 14px;
    margin: 0px;
}
.swap-tool .swap-body {
    padding: 20px 20px;
}
.swap-input-main {
    background: #222252;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
}
.dropdown-select img {
    max-width: 24px;
    vertical-align: middle;
    margin-right: 4px;
}
.swap-input-box .swap-box {
    margin-bottom: 8px;
}
.swap-box .dropdown .dropdown-select {
    padding: 6px 28px 6px 8px !important;
    border-radius: 30px 30px !important;
    background-color: #10102D !important;
    border: 0px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.swap-box .dropdown-select::before {
    content: "\f107";
    font-family: 'Orbitron', sans-serif !important;
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 6px;
    font-size: 16px;
}
.swap-input-box .swap-input-main {
    background: #222252;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 12px;
    position: relative;
    color: #ffffff;
}
.swap-input-box .swap-input-main h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 0px;
    padding-left: 4px;
}
.swap-input-box .swap-input-main .swap-balance {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.swap-input-box label,
.theme-input-box label,
.price-pool label {
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}
.theme-input-box label span {
    float: right;
}
.theme-input-box {
    position: relative;
}
.theme-input-box .theme-input {
    background: #222252;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    padding: 12px 12px;
    width: 100%;
    outline: 0;
    position: relative;
    color: #ffffff;
}
.theme-input-box select.theme-input {
    -webkit-appearance: none;
    -moz-appearance: window;
    background-image: url(../images/br_down.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.theme-input-box .theme-input::placeholder {
    color: #ffffff;
}
.theme-input-box > span {
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    bottom: 12px;
    right: 15px;
}
.swap-form .theme-input-box .theme-input {
    padding-right: 125px;
}
.swap-input-box .swap-input {
    background: transparent;
    border: 0px;
    font-weight: 500;
    font-size: 26px;
    outline: 0;
    padding-right: 110px;
    width: 100%;
    color: #ffffff;
}
.dropdown-menu li img {
    max-width: 24px;
    margin-right: 4px;
}
.swap-box .dropdown-menu {
    background-color: #10102d;
    border: 1px solid #222252;
    padding: 0px;
}
.swap-box .dropdown-menu li {
    border-color: #222252;
}
.swap-box .dropdown-menu li:hover {
    background-color: #222252;
}
.swap-form .swap-icon {
    background: #EF682A;
    border: 2px solid #FFFFFF;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    margin: 15px auto 0px;
    cursor: pointer;
    font-size: 19px;
    color: #fff;
}
.swap-form .swap-icon > i {
    line-height: 36px;
}
.modal-dialog .modal-content {
    background: transparent;
    border: 0.5px solid #f5b453;
    border-radius: 20px;
   
}
.modal-content .modal-header {
    display: block;
    position: relative;
    border-bottom: 0.8px solid rgba(255, 255, 255, 0.3);
}
.modal-header .modal-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}
.modal-header p {
    font-weight: 500;
    font-size: 15px;
    margin: 0px;
}
.modal-header .popup-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.modal-header .close,
.modal-header .popup-btn >  i {
    padding: 0px !important;
    margin: 0px !important;
    color: #fff !important;
    opacity: 1;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    text-shadow: none;
    outline: 0 !important;
}
.modal-header .popup-btn > i {
    position: static;
    float: left;
    margin-right: 6px !important;
    transform: none;
}
.modal-header .popup-btn > i:last-child {
    margin-right: 0px !important;
}
.wallet-connect-box > ul > li {
    margin-bottom: 15px;
}
.wallet-connect-box > ul > li:last-child {
    margin-bottom: 0px;
}
.wallet-connect-box > ul > li > a {
    font-weight: 400;
    font-size: 16px;
    display: block;
    background: #222252;
    border: 0.5px solid #FFFFFF;
    border-radius: 10px;
    padding: 15px 15px;
    position: relative;
    color: #ffffff;
}
.wallet-connect-box > ul > li > a > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.wallet-connect-box p {
    font-style: normal;
    font-size: 14px;
    margin-bottom: 12px;
}
.swap-area .swap-tip-text {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 16px;
}
.liquidity-box {
    max-width: 420px;
    margin: 0px auto;
    margin-top: 30px;
    background: linear-gradient(83.55deg, #3D15A8 14.95%, #A93EEB 84.15%);
    border-radius: 20px;
}
.liquidity-box .liquidity-header {
    position: relative;
    padding: 20px 20px;
    border-bottom: 0.8px solid rgba(255, 255, 255, 0.3);
}
.liquidity-header h3 {
    font-weight: 700;
    font-size: 16px;
    margin: 0px;
}
.liquidity-header .liquidity-ico {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.liquidity-ico > a {
    font-size: 18px;
    color: #fff !important;
    margin-right: 4px;
}
.liquidity-ico > a:last-child {
    margin-right: 0px;
}
.liquidity-header h3 {
    font-weight: 700;
    font-size: 16px;
}
.liquidity-box .liquidity-body {
    padding: 20px 20px;
}
.liquidity-box .liquidity-body p {
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 12px;
}
.liquidity-main .swap-area {
    max-width: 500px;
    margin: 0px auto;
}
.price-pool ul {
    background: #222252;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 12px;
    position: relative;
}
.price-pool ul > li {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.3px;
    color: #888E9E;
    margin-bottom: 8px;
}
.price-pool ul > li:last-child {
    margin-bottom: 0px;
}
.price-pool ul > li > span {
    color: #fff;
    float: right;
}
.liquidity-main .swap-area .swap-tip-text {
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin: 15px 0px 0px;
}
.liquidity-main .swap-area .swap-tip-text > img {
    margin-right: 2px;
}
.bradcrumb-area {
    background-image: url(../images/bradcrumb.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}
.bradcrumb-area.nft-bradcrumb {
    padding: 75px 0px;
}
.bradcrumb-area .bradcrumb-left {
    position: absolute;
    top: 0px;
    left: 0px;
}
.bradcrumb-area .bradcrumb-right {
    position: absolute;
    top: 10px;
    right: 30px;
}
.bradcrumb-area .bradcrumb-left.nft-left {
    top: inherit;
    bottom: 0px;
    left: 30px;
}
.bradcrumb-box h1 {
    font-weight: 700;
    font-size: 44px;
    text-align: center;
    margin-bottom: 4px;
}
.bradcrumb-box p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
}
.button-box .bradcrumb-btn {
    background: #222252;
    border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    padding: 10px 18px;
    color: #ffffff;
}
.button-box .bradcrumb-btn > i {
    margin-left: 3px;
}
.table-responsive .table {
    border: 0px;
    background: #222252;
    /*border-radius: 20px;*/
    margin: 0px;
}
.table-responsive .table thead {
    background: linear-gradient(86.07deg, #3D15A8 16.21%, #A93EEB 135.86%);
    border-radius: 20px 20px 0px 0px;
}
.table thead > tr > th {
    border: 0px;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 15px;
}
.table tbody > tr > td {
    font-weight: 500;
    font-size: 15px;
    padding: 15px 15px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 0px;
}
.table tbody > tr:last-child > td {
    border: 0px;
}
.table tbody > tr > td > i {
    color: #EF682A;
    margin-left: 3px;
    cursor: pointer;
}
.table tbody > tr > td .farm-detail {
    color: #fff;
}
.table tbody > tr > td .farm-coin {
    position: relative;
    padding-left: 12px;
    display: inline-block;
    margin-right: 6px;
}
.farm-coin .farm-first {
    position: absolute;
    top: -2px;
    left: 0px;
    max-width: 22px;
}
.farm-topbar .farm-topbar-left {
    float: left;
}
.farm-topbar .farm-topbar-right {
    float: right;
    margin: 2px 0px;
}
.farm-coin .farm-second {
    position: relative;
    max-width: 26px;
}
.staked-only span {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: -5px;
    padding-right: 2px;
}
.farm-topbar-left .staked-only {
    float: left;
    margin: 8px 20px 8px 0px;
}
.farm-topbar-left .farm-tab {
    float: left;
}
.farm-topbar-right .sorting-box {
    float: left;
    font-size: 20px;
    color: #fff;
    margin: 9px 15px 9px 0px;
}
.farm-topbar-right .theme-input-box {
    float: left;
    margin-right: 20px;
}
.farm-topbar-right .theme-input-box:last-child {
    margin-right: 0px;
}
.farm-topbar-right .theme-input-box .theme-input {
    border-color: #222252;
    border-radius: 30px 30px;
    width: 180px;
}
.farm-topbar-right .theme-input-box .theme-input.farm-search {
    width: 260px;
    padding-right: 44px;
}
.farm-topbar-right .theme-input-box > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #fff;
}
.farm-popup .swap-tool {
    margin: 0px;
    background: no-repeat;
    border-radius: 0px;
}
.farm-popup .modal-body {
    padding: 0px;
}
.farm-popup .modal-body .swap-header {
    margin-bottom: 15px;
    padding: 12px 15px 15px;
}
.farm-popup .modal-body .swap-body {
    padding: 0px 15px 15px;
}
.farm-popup .trade-nav {
    width: calc(100% - 30px);
    margin: 15px 15px 0px;
}
.farm-popup .trade-nav .nav-tabs {
    width: 100%;
    display: block;
}
.farm-popup .trade-nav .nav-tabs .nav-item {
    width: 33.33%;
    float: left;
}
.farm-popup .trade-nav .nav-tabs .nav-item .nav-link {
    display: inline-block;
}
.close > i {
    margin-right: 4px;
}
.close > i:last-child {
    margin-right: 0px;
}
.farm-percent {
    margin: -4px -4px 15px;
}
.farm-percent > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff !important;
    background-color: #222252;
    border: 1px solid #fff;
    border-radius: 30px 30px;
    padding: 4px 15px;
    float: left;
    margin: 4px 4px;
}
.farm-percent > a.active,
.farm-percent > a:hover {
    background-color: #EF682A;
}
.swap-input-box .farm-deposite {
    background: #222252;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 12px;
    position: relative;
}
.farm-deposite .deposite-box {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 6px;
}
.farm-deposite .deposite-box:last-child {
    margin-bottom: 0px;
}
.farm-deposite .deposite-box img {
    max-width: 24px;
    margin-right: 2px;
}
.farm-deposite .deposits-value {
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 16px;
    right: 15px;
}
.swap-input-box.small-text .swap-input {
    font-size: 20px;
}
.swap-input-box.small-text .swap-balance {
    bottom: 15px;
    color: #fff;
    font-size: 15px;
}
.roi-calculator .swap-input-main .swap-stake {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 15px;
    right: 15px;
}
.roi-calculator .swap-input-main p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.3);
    margin: 0px;
    padding-left: 4px;
}
.roi-calculator-tab {
    position: relative;
}
.roi-calculator-tab .calculator-box {
    margin: 15px -4px 15px;
    padding-right: 35px;
}
.calculator-box > a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #FF5300 !important;
    background-color: #222252;
    padding: 6px 15px;
    float: left;
    border-radius: 30px 30px;
    width: calc(33.33% - 8px);
    text-align: center;
    margin: 4px 4px;
}
.roi-calculator-tab .calculator-question {
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 6px;
    right: 0px;
    cursor: pointer;
}
.swap-input-box .stake-for {
    background: #222252;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 8px 8px;
}
.stake-for li {
    float: left;
    width: 20%;
    text-align: center;
}
.stake-for li > a {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 30px;
    color: #ffffff;
}
.stake-for li > a.active,
.stake-for li > a:hover {
    background-color: #ef682a;
    color: #ffffff;
}
.calculator-api ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.3px;
    margin-bottom: 6px;
}
.calculator-api ul li:last-child {
    margin-bottom: 0px;
}
.calculator-api ul li > span {
    float: right;
}
.swiper-slide {
    background: #222252;
    border-radius: 10px;
    margin-top: 30px;
}
.mt-addons-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.mt-addons-images-wrapper .nft-authore {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 120px;
    width: 120px;
    border: 6px solid #FFFFFF;
    filter: drop-shadow(0px 4px 32px #10102D);
    border-radius: 100%;
}
.mt-addons-images-wrapper a {
    width: 50%;
}
.modeltheme_media_image img {
    border-radius: 10px 10px;
    padding: 5px;
}
.swiper-footer {
    position: relative;
    padding: 15px 15px;
}
.week-features-item .swiper-footer {
    padding: 0px 0px 15px;
}
.week-features-item .swiper-footer span {
    right: 0px;
    transform: none;
    top: -4px;
}
.swiper-footer h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 0px;
}
.swiper-footer h3 > a {
    color: #fff;
}
.swiper-footer span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    background: #10102D;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 30px 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.hot-collection {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(86.07deg, #3D15A8 16.21%, #A93EEB 135.86%);
}
.hot-collection.page-collection {
    background: transparent;
}
.hot-collection.page-collection::before {
    content: none;
}
.hot-collection::before {
    content: "";
    background-image: url(../images/hot-collections-bg.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}
.hot-collection .week-features-item {
    background: #222252;
    border-radius: 10px;
    padding: 15px 15px 0px;
    margin-top: 30px;
}
.features-img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6.5px 0px;
}
.features-img-wrap li {
    padding: 0 6.5px 0;
    margin-bottom: 13px;
}
.features-img-wrap li img {
    border-radius: 6px;
    width: 100%;
}
.features-img-wrap li:nth-child(1) {
    width: 50%;
    flex: 0 0 50%;
}
.features-img-wrap li:nth-child(2) {
    width: 25%;
    flex: 0 0 25%;
}
.features-img-wrap li:nth-child(3) {
    width: 25%;
    flex: 0 0 25%;
}
.features-img-wrap li:nth-child(4) {
    width: 50%;
    flex: 0 0 50%;
}
.inner-week-features-area {
    padding: 80px 0 50px;
    background: linear-gradient(180deg, rgba(29, 25, 51, 0.5) 0%, rgba(29, 25, 51, 0) 100%);
}
.inner-week-features-area .section-button .btn {
    min-width: 175px;
}
.arrivals-box {
    margin-top: 30px;
    background: #222252;
    border-radius: 10px;
    padding: 15px 15px;
}
.arrivals-box .arrivals-media {
    text-align: center;
}
.arrivals-info .theme-description {
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    margin: 2px 0px 0px;
}
.arrivals-footer {
    background: linear-gradient(86.07deg, #3D15A8 16.21%, #A93EEB 135.86%);
    padding: 15px 15px;
    margin: 15px -15px -15px;
    border-radius: 0px 0px 10px 10px;
}
.arrivals-box .arrivals-footer p {
    font-weight: 600;
    font-size: 12px;
    float: left;
    margin: 0px;
}
.arrivals-box .arrivals-footer h4 > span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
}
.arrivals-box .arrivals-footer h4 {
    font-weight: 600;
    font-size: 12px;
    float: right;
    margin: 2px 0px;
}
.order-pay {
    position: relative;
    padding-left: 40px;
}
.order-pay .order-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.order-info p {
    font-weight: 600;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 3px;
}
.order-info h3 {
    font-weight: 500;
    font-size: 15px;
    margin: 0px;
}
.order-rate h3 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
}
.order-rate h3:last-child {
    margin-bottom: 0px;
}
.expiration.theme-btn {
    background-color: #ff0000;
    padding: 8px 25px;
}
.order-status .status-box {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 30px 30px;
    font-weight: 400;
}
.status-box.approved {
    color: #6FFE17;
    background: rgba(47, 255, 29, 0.18);
}
.status-box.cancel {
    color: #FF1F00;
    background: rgba(255, 97, 29, 0.18);
}
.status-box.pending {
    color: #FFB800;
    background: rgba(255, 246, 29, 0.18);
}
.setting-input .setting-input {
    position: relative;
}
.theme-input-box .setting-input {
    display: flex;
    width: 100%;
}
.theme-input-box .setting-input .theme-input {
    padding-right: 40px;
}
.setting-input span {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.theme-input-box .setting-input .theme-btn {
    border-radius: 10px 10px;
    margin-left: 10px;
}
.theme-input-box.w-60 {
    width: 65%;
}
.theme-input-box.w-60 .setting-input p {
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0px 10px 15px;
}
.theme-input-box .interface-box {
    background: #222252;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 12px;
    position: relative;
}
.interface-list {
    position: relative;
    margin-bottom: 15px;
    padding-right: 45px;
}
.interface-list:last-child {
    margin-bottom: 0px;
}
.interface-list h3 {
    font-weight: 500;
    font-size: 16px;
    margin: 0px;
}
.interface-list h3 > i {
    margin-left: 2px;
}
.interface-list .switch {
    position: absolute;
    top: -9px;
    right: 0px;
    margin: 0px;
}
input[type=checkbox][disabled]~.slider {
    opacity: .4;
    cursor: no-drop;
}
.welcome-box h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: center;
}
.recent-transactions-btn {
    padding: 30px 0px;
}
.token-search .theme-input-box .theme-input {
    border: 0px;
    border-radius: 30px;
    padding: 15px 54px 15px 20px;
    font-size: 15px;
}
.token-search .theme-input-box .theme-input::placeholder {
}
.token-search .theme-input-box > i {
    font-size: 18px;
    color: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
}
.token-data .token-data-item {
    position: relative;
    padding-left: 42px;
    padding-right: 50px;
    margin-bottom: 20px;
}
.token-data .token-data-item:last-child {
    margin-bottom: 0px;
}
.token-data-item .token-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.token-data-item h3 {
    font-weight: 700;
    font-size: 16px;
    margin: 0px 0px 2px;
}
.token-data-item p {
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0px;
}
.manage-token {
    border-top: 0.8px solid rgba(255, 255, 255, 0.3);
    padding: 15px 15px 0px;
    margin: 0px -15px;
}
.manage-token > a {
    font-weight: 600;
    font-size: 15px;
    color: #ffffff !important;
    display: inline-block;
}
.token-data .token-data-item .switch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.select-token .trade-nav {
    width: 100%;
    margin-bottom: 15px;
}
.select-token .trade-nav .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}
.select-token .theme-input-box .theme-btn {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 6px 15px;
    font-size: 14px;
    border: 1px solid #fff;
}
.token-label {
    margin-top: 200px;
}
.token-label p {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin: 0px;
}
.earn-tab-area {
    padding: 40px 0px;
}
.pools-data {
    background: #222252;
    border-radius: 20px;
}
.pools-data .pools-item {
    padding: 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pools-data .pools-item:last-child {
    border-bottom: 0px;
}
.pools-item .pools-box {
    position: relative;
    float: left;
    margin-right: 88px;
}
.pools-item .pools-box:last-child {
    margin-right: 0px;
}
.pools-item .pools-box.pl-right {
    padding-left: 86px;
}
.pools-box .pools-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.pools-img .down-images {
    position: absolute;
    bottom: 0px;
    left: 32px;
}
.pools-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 4px;
}
.pools-box h3 .cr-pointer {
    cursor: pointer;
    color: #EF682A;
    margin-left: 2px;
}
.pools-box .pools-des {
    font-weight: 500;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 0px;
}
.pools-box p {
    font-weight: 500;
    font-size: 13px;
    margin: 0px;
}
.pools-box h2 {
    font-weight: 800;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 2px;
}
.pools-box h4 {
    font-weight: 500;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.3);
    margin: 0px;
}
.pools-box h3.pools-detail {
    color: #EF682A;
    margin: 0px;
    cursor: pointer;
}
.pools-box h3.pools-detail > i {
    font-size: 15px;
    margin-left: 1px;
}
.start-staking .theme-input-box .theme-input {
    font-size: 22px;
    font-weight: 600;
}
.claim-bounty-main .claim-bounty-box {
    border-bottom: 0.8px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0px;
}
.claim-bounty-main .claim-bounty-box:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.claim-bounty-box .claim-bounty-left {
    float: left;
}
.claim-bounty-box .claim-bounty-right {
    float: right;
    text-align: right;
}
.claim-bounty-box .claim-bounty-left p {
    font-weight: 500;
    font-size: 16px;
    margin: 0px;
}
.claim-bounty-box .claim-bounty-right h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
}
.claim-bounty-box .claim-bounty-right p {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0px;
}
.claim-error .alert.alert-warning {
    background: #FFF7EB;
    border: 1px solid #FFB237;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 30px 0px 0px;
    text-align: center;
    padding: 15px 15px;
}
.claim-error .alert {
    font-weight: 400;
    font-size: 16px;
    color: #FFB237;
}
.claim-error .alert > i {
    margin-right: 4px;
}
.nft-item-main {
    position: relative;
    z-index: 1;
}
.nft-item-main::before {
    content: "";
    background-image: url(../images/item-bg.png);
    height: 75%;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    z-index: -1;
}
.items-area.item-two .nft-item-main::before {
    background-image: url(../images/border-bg.png);
    z-index: 1;
}
.items-area.item-two .nft-item-main::after {
    background: linear-gradient(86.07deg, #3D15A8 16.21%, #A93EEB 135.86%);
}
.nft-item-main::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.72) 125.28%);
    height: 75%;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    z-index: -1;
}
.nft-item-main .nft-item-box {
    max-width: 720px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
    padding: 0px 15px;
}
.items-area.item-two .item-list-box .item-list {
    width: 33.33%;
}
.nft-item-media img {
    height: 112px;
    width: 112px;
    object-fit: contain;
    border: 5px solid #FFFFFF;
    border-radius: 100%;
}
.nft-item-box h2 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 6px;
}
.nft-item-box .theme-description {
    max-width: 540px;
    margin: 0px auto;
}
.item-list-box .item-list {
    width: 25%;
    float: left;
}
.item-list-box {
    background: linear-gradient(86.07deg, #3D15A8 16.21%, #A93EEB 135.86%);
    border: 2px solid #FFFFFF;
    border-radius: 1000px;
    padding: 20px 20px;
}
.items-area.item-two .item-list-box {
    background: #222252;
}
.item-list-box .item-list h3 {
    font-weight: 700;
    font-size: 18px;
    margin: 0px;
}
.item-filter {
    background: #222252;
    padding: 15px 0px;
}
.item-filter-main .filter-left {
    float: left;
    margin: 9px 30px 9px 0px;
    position: relative;
}
.item-filter-main .filter-list {
    float: left;
}
.filter-left span {
    font-weight: 700;
    font-size: 14px;
    display: block;
    cursor: pointer;
}
.filter-left span > i {
    margin-right: 2px;
}
.filter-left .filter-dropdown {
    position: absolute;
    margin-top: 30px;
    top: 100%;
    left: 0px;
    width: 300px !important;
    background: #10102D;
    border: 1px solid #FFFFFF;
    z-index: 1;
    padding: 15px 15px;
    border-radius: 10px 10px;
    display: none;
}
.filter-search .theme-input-box .theme-input {
    background-color: #222252;
    border: 0px;
    padding-right: 45px;
}
.filter-search .theme-input-box > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.filter-search .theme-input-box {
    margin-bottom: 25px;
}
.filter-data .filter-data-item {
    margin-bottom: 15px;
    position: relative;
}
.filter-data .filter-data-item:last-child {
    margin-bottom: 0px;
}
.filter-data .filter-data-item .custom-control {
    position: absolute;
    top: -2px;
    right: 20px;
    padding: 0px;
}
.filter-data-item p {
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    margin: 0px;
    float: left;
}
.filter-data-item span {
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    margin: 0px;
    float: right;
    display: block;
}
.filter-data-item span > i {
    font-size: 12px;
}
.filter-list ul {
    margin: -5px -5px;
}
.filter-list > ul > li {
    float: left;
    margin: 5px 5px;
}
.filter-list > ul > li:last-child {
    margin-right: 0px;
}
.filter-list > ul > li > a {
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    background: #10102D;
    display: block;
    padding: 8px 15px;
    border-radius: 30px 30px;
    border: 1px solid transparent;
}
.filter-list > ul > li > a > i {
    margin-left: 3px;
}
.filter-list > ul > li > a.active,
.filter-list > ul > li > a:hover {
    background-color: #ef682a;
    border-color: #ffffff;
}
.item-filter-main .item-price-right {
    float: right;
}
.item-price-right .sorting-box {
    margin: 11px 10px 11px 0px;
}
.item-price-right .theme-input {
    background: #10102D;
    border-radius: 30px 30px;
    padding: 10px 30px;
}
.collection-list a {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.collection-list a:hover {
    color: #ef682a;
}
.collection-list a > i {
    margin-right: 3px;
}
.traits-name {
    position: relative;
    padding: 10px 0px 10px 52px;
}
.traits-name img {
    height: 38px;
    width: 38px;
    object-fit: cover;
    position: absolute;
    top: 2px;
    left: 0px;
}
.traits-table .table-responsive .table thead {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.traits-table.item-traits .table thead {
    background: linear-gradient(86.07deg, #3D15A8 16.21%, #A93EEB 135.86%);
    border: 0px;
}
.traits-area .panel-default {
    background: linear-gradient(86.07deg, #3D15A8 16.21%, #A93EEB 135.86%);
    border-radius: 20px 20px;
}
.traits-area .panel-default .table-responsive .table {
    border-radius: 0px 0px 20px 20px;
}
.traits-area .panel-default .panel-heading .panel-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 0px;
    position: relative;
}
.traits-area .panel-default .panel-heading .panel-title > a {
    color: #fff;
}
.table tbody > tr > td.eth-icon > i {
    background: linear-gradient(90deg, #6345ED 0.01%, #E039FD 99.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin-right: 2px;
    margin-left: 0px;
}
.nft-detail-box .nft-detail-top {
    display: table;
    width: 100%;
    background: #222252;
    border-radius: 20px;
    padding: 30px 30px;
}
.nft-detail-top .nft-detail-media {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
}
.nft-detail-top .nft-detail-media img {
    border-radius: 6px 6px;
}
.nft-detail-top .nft-detail-info {
    width: 75%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.nft-detail-info h2 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.nft-detail-info h3 {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 8px;
}
.nft-detail-top .nft-detail-info .theme-description {
    margin-bottom: 18px;
}
.nft-detail-top .nft-detail-info span {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    margin-bottom: 8px;
}
.nft-detail-top .nft-detail-info .nft-price {
    font-weight: 700;
    font-size: 24px;
    color: #EF682A;
    margin-bottom: 12px;
}
.for-sale-box {
    background: #222252;
    border-radius: 20px;
}
.for-sale-box .table-responsive .table {
    border-radius: 20px 20px;
}
.for-sale-box .for-sale-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 20px;
}
.for-sale-header h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 0px;
}
.for-sale-header h3 img {
    vertical-align: bottom;
    margin-right: 2px;
}
.for-sale-table .table tbody > tr > td h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 2px;
    position: relative;
    padding-left: 20px;
}
.for-sale-table .table tbody > tr > td h3 > i {
    background: linear-gradient(90deg, #6345ED 0.01%, #E039FD 99.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin-right: 2px;
    margin-left: 0px;
    position: absolute;
    top: 0px;
    left: -6px;
}
.for-sale-table .table tbody > tr > td span {
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    padding-left: 20px;
}
.owner-box {
    position: relative;
    padding-left: 32px;
}
.owner-box img {
    height: 42px;
    width: 42px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.panel-group .panel-default {
    background: #222252;
    border-radius: 15px 15px;
    margin-bottom: 15px;
}
.panel-group .panel-default:last-child {
    margin-bottom: 0px;
}
.panel-default>.panel-heading a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    position: relative;
}
.panel-default>.panel-heading a img {
    position: relative;
    top: -1px;
    margin-right: 8px;
}
.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Orbitron', sans-serif !important;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\f077";
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\f078";
}
.panel-heading .panel-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0px;
}
.panel-collapse .panel-body {
    padding: 15px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.panel-collapse .panel-body .wallet-btn {
    padding: 20px 0px;
}
.properties-box > ul > li {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}
.properties-box > ul > li span {
    float: right;
}
.property-detail-box ul > li {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.3);
    padding-bottom: 8px;
}
.property-detail-box ul > li:last-child {
    padding-bottom: 0px;
}
.property-detail-box ul > li > span {
    float: right;
    color: #fff;
    font-weight: 600;
}
.buy-modal-box {
    background: #222252;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 20px 20px;
}
.buy-modal-item {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.buy-modal-item:last-child {
    margin-bottom: 0px;
}
.buy-modal-item > div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.buy-modal-item .buy-modal-right {
    text-align: right;
}
.buy-modal-right .trade-nav {
    background: #06060E;
}
.buy-modal-left h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 0px;
}
.buy-eth-modal h3 {
    font-weight: 700;
    font-size: 18px;
    margin: 0px;
}
.buy-eth-modal p {
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    margin: 0px;
}
.buy-eth-modal {
    display: inline-block;
    position: relative;
    padding-left: 22px;
}
.buy-eth-modal > i {
    background: linear-gradient(90deg, #6345ED 0.01%, #E039FD 99.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.buy-text h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    margin: 18px 0px 30px;
}
.buy-header {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
}
.buy-header p {
    font-weight: 500;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.3);
    margin: 0px;
}
.buy-header h2 {
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
    line-height: normal;
}
.buy-header img {
    position: absolute;
    top: 4px;
    left: 0px;
}
.buy-btn .theme-btn {
    margin-right: 5px;
}
.buy-btn .theme-btn:last-child {
    margin-right: 0px;
}


.footer-top {
    background: linear-gradient(86.07deg, #3D15A8 16.21%, #A93EEB 135.86%);
    padding: 50px 0px 80px;
    position: relative;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.footer-top::before {
    content: "";
}
.footer-info p {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin: 20px 0px 0px;
}
.footer-top .footer-info,
.footer-top .footer-link > h3 {
    margin-top: 30px;
}
.footer-link .footer-box {
    width: 33.33%;
    float: left;
    margin-top: 30px;
}
.footer-link h3 {
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.footer-link .footer-box ul {
    margin: 0px;
}
.footer-link .footer-box ul > li {
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #FFB237;
    padding-bottom: 8px;
}
.footer-link .footer-box ul > li > a {
    color: #FFB237;
}
.footer-link .footer-box ul > li:last-child {
    padding-bottom: 0px;
}
.subscribe-box .theme-input-box {
    position: relative;
}
.subscribe-box .theme-input-box .theme-input {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 12px 56px 12px 14px;
    border-radius: 10px 10px;
    outline: 0;
}
.subscribe-box .theme-input-box .theme-input::placeholder {
    color: #ffffff;
}
.subscribe-btn {
    height: 47px;
    width: 47px;
    background-color: #fff;
    border: 0px;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
    outline: 0 !important;
}
.footer-link .subscribe-box {
    margin-bottom: 18px;
}
.footer-social > ul {
    margin: 0px -8px;
}
.footer-social > ul > li {
    float: left;
    margin-right: 6px;
}
.footer-social > ul > li > a {
    display: block;
    height: 35px;
    width: 35px;
    background: rgba(34, 34, 82, 0.28);
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 38px;
}
.copyright-box {
    padding: 15px 0px;
}
.copyright-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin: 0px;
}
@media screen and (min-width: 1200px) {
    .header_1 .container {
        max-width: 100% !important;
    }
    .container {
        max-width: 1250px !important;
    }
}