body h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
input,
button,
select,
textarea,
a {
    font-family: 'Poppins', -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Arial, sans-serif !important;
}

#app {
    overflow-y: initial;
}

.uni-alert {
    margin-bottom: 0 !important;
    position: absolute !important;
    top: 10px;
    right: 10px;
    border: 0 !important;
    border-radius: 3px !important;
    padding: 15px;
    z-index: 999;
}

.uni-alert.alert-danger {
    background-color: #bd362f !important;
    color: #fff;
}

.uni-alert.alert-warning {
    background-color: #c47b0d !important;
    color: #fff;
}

.logged .uni-alert {
    position: fixed !important;
    top: 75px;
    right: 10px;
}

.ps__rail-x {
    left: 0px;
    bottom: 0px;
}

.ps__thumb-x {
    left: 0px;
    width: 0px;
}

.ps__rail-y {
    top: 0px;
    right: 0px;
}

.ps__thumb-y {
    top: 0px;
    height: 0px;
}

footer {
    height: 60px;
    line-height: 60px;
    background-color: #fff !important;
}

.wd-40 {
    width: 40%
}

.wd-50 {
    width: 50%
}

.wd-80 {
    width: 80%
}

.wd-90 {
    width: 90%
}

.LoadingCenter {
    margin: 2px 40% !important
}


/*Active page*/

.no-border-radius {
    border-radius: 0 !important;
}

.uni-chart canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 100%;
}

.uni-daterange {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/*custon checkbox to switch*/

.outerDivFull {
    margin: 0px;
}

.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 70px;
    height: 30px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
    background: #3e98d3;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
    content: 'No';
    position: absolute;
    top: 5px;
    left: 35px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
    content: 'Yes';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
    left: calc(100% - 2px);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

.sidebar-menu>li>a.active {
    background-color: #eaeaea;
}

.sidebar-menu>li>a .icon-holder {
    font-size: 20px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-right: 5px !important;
}

.sidebar-menu>li>a .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

nav>ol.breadcrumb {
    padding-top: 0 !important;
    padding-bottom: 7px !important;
}

.sidebar-logo a .logo-text {
    font-size: 18px !important;
    padding-top: 3px;
}

.sidebar .sidebar-logo .logo img {
    margin-top: 17px !important;
}

body.is-collapsed .sidebar .sidebar-logo .logo img {
    margin-left: 15px !important;
}

body.is-collapsed .sidebar-logo .peer-greed {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}


/*Buy token page*/

.buy-coin {
    /* background-image: url(https://catalyz.pheeca.com/img/bg-img/world-map.png);
    background-size: cover;
    background-position: top left; */
    background-image: url(https://accounts.uniworld.io/public/template-private/img/bg-buy.png);
    background-size: cover;
}

.unw-title {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold;
}

.unw-slogan {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 0;
}

.unw-sale {
    font-size: 42px;
    font-weight: bold;
}

.buy-heading {
    padding-top: 0px;
    padding-bottom: 30px;
}

.buy-content {
    padding: 20px 50px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 20px rgba(0, 0, 0, .2);
}

.buy-content .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0;
}

.buy-content .nav .nav-link {
    font-weight: bold;
    border-radius: 0 !important;
    /* border-radius: 25px !important; */
    padding: 10px 16px !important;
    margin-right: 5px;
}

.buy-content .nav .nav-link:hover {
    background-color: #DA6400;
    border-color: #DA6400;
}

.buy-content .nav .nav-link:hover span {
    color: #fff !important;
}

.buy-content .nav .nav-link img {
    height: 24px;
    width: 24px;
    float: left;
}

.buy-content .nav .nav-link span {
    padding-left: 5px;
    font-size: 14px;
    color: #24292e;
}

.buy-content .nav .nav-link.active {
    background-color: #DA6400;
    border-color: #DA6400;
}

.buy-content .nav .nav-link.active span {
    color: #fff !important;
}

.buy-content .tab-content {
    padding: 20px;
}

.input-buy {
    position: relative;
}

.input-buy .form-control-buy {
    padding: 10px 30px;
    font-size: 20px;
    height: auto;
    padding-right: 80px;
}

.input-buy span {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #57626e
}

.c-badge {
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    margin-left: 5px;
    cursor: pointer;
}

.btn-buy {
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    padding: 8px 50px !important;
    color: #fff !important;
    background-color: #DA6400 !important;
    border: 3px #DA6400 solid !important;
}

.btn-buy:hover {
    background-color: transparent !important;
    color: #DA6400 !important;
}

.box-countdown__right {
    padding-top: 0;
    height: auto;
    position: static;
    margin: 70px auto 5rem auto;
    /* background-image: url(https://accounts.uniworld.io/public/template-private/img/highlight-ball.png); */
    background-position: center;
    background-size: cover;
}

.circle-countdown {
    width: 441px;
    height: 441px;
    position: relative;
    top: 0;
    left: 0;
    padding: 2.5rem;
    border: 1px solid #5d6772;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.circle-countdown:before {
    content: "";
    position: absolute;
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
    border: 1px solid rgba(0, 0, 0, 0.33);
    border-radius: 50%;
}

.circle-countdown__content-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 2px rgb(36, 41, 46, .8);
    box-shadow: 0px 0px 10px 2px rgb(36, 41, 46, .8);
    color: #60ee58;
}

.circle-countdown__content {
    position: relative;
    width: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    border-radius: 50%;
    overflow: hidden;
}

.circle-countdown__content>*:not(.circle-countdown__progress):not(.wave-animation__water) {
    z-index: 1;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

.circle-countdown__hardcap-text {
    font-size: 14px !important;
    font-weight: normal !important;
}

.circle-countdown__hardcap {
    font-size: 37px !important;
    font-weight: 600;
}

.circle-countdown__end {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 25px !important;
    font-weight: 300 !important;
}

.circle-countdown__total-text {
    text-transform: uppercase;
    font-weight: normal !important;
}

.circle-countdown__total {
    font-size: 20px !important;
    font-weight: bold;
}

.circle-countdown__progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle-countdown .wave-animation__water {
    opacity: 1;
}

.wave-animation__water {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.wave-animation__water-wave--back {
    right: 0;
    fill: #1d1d1d;
    -webkit-animation: wave-back 1.4s infinite linear;
    animation: wave-back 1.4s infinite linear;
}

.wave-animation__water-wave {
    width: 200%;
    position: absolute;
    bottom: 100%;
}

.wave-animation__water-wave--front {
    left: 0;
    fill: rgba(0, 0, 0, 0.33);
    margin-bottom: -1px;
    -webkit-animation: wave-front 0.7s infinite linear;
    animation: wave-front 0.7s infinite linear;
}

.circle-countdown__countdown {
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 20px;
}

.circle-countdown__countdown>li {
    padding: 0 15px;
}

.circle-countdown__countdown>li>span {
    display: block;
}

.circle-countdown__countdown>li>span:nth-of-type(1) {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1px;
}

.circle-countdown__countdown>li>span:nth-of-type(2) {
    font-size: 13px;
    font-weight: 300;
}

.wave-animation {
    overflow: hidden;
}

.wave-animation__percent {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 64px;
}

.wave-animation__water {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    background: #24292e;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.wave-animation__water-wave {
    width: 200%;
    position: absolute;
    bottom: 100%;
}

.wave-animation__water-wave--back {
    right: 0;
    fill: rgba(36, 41, 46, 0.5);
    -webkit-animation: wave-back 1s infinite linear;
    animation: wave-back 1s infinite linear;
}

.wave-animation__water-wave--front {
    left: 0;
    fill: #24292e;
    margin-bottom: -1px;
    -webkit-animation: wave-front 1s infinite linear;
    animation: wave-front 1s infinite linear;
}

@-webkit-keyframes wave-front {
    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes wave-front {
    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@-webkit-keyframes wave-back {
    100% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}

@keyframes wave-back {
    100% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}


/**KYC CSS**/


/* Step */

.step-indicator {
    border-collapse: separate;
    display: table;
    margin-left: 0px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
    padding-top: 20px;
}

.step-indicator li {
    display: table-cell;
    position: relative;
    float: none;
    padding: 0;
    width: 1%;
    font-weight: bold;
    font-size: 13px;
}

.step-indicator li:after {
    background-color: #ccc;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    top: 32px;
}

.step-indicator li:after {
    left: 50%;
}

.step-indicator li:last-child:after {
    display: none;
}

.step-indicator li.active .step {
    border-color: #3e97eb;
    color: #3e97eb;
}

.step-indicator li.active .caption {
    color: #3e97eb;
}

.step-indicator li.complete:after {
    background-color: #24292e;
}

.step-indicator li.complete .step {
    border-color: #24292e;
    color: #24292e;
}

.step-indicator li.complete .caption {
    color: #24292e;
}

.step-indicator .step {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    position: relative;
    width: 64px;
    z-index: 1;
}

.step-indicator .step:hover {
    cursor: pointer;
}

.step-indicator .caption {
    color: #ccc;
    padding: 11px 16px;
}


/* Checkbox + Radio */

@-webkit-keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }
    to {
        border-color: #3e97eb;
    }
}

@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }
    to {
        border-color: #3e97eb;
    }
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed;
}

.magic-radio+label,
.magic-checkbox+label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.magic-radio+label:hover:before,
.magic-checkbox+label:hover:before {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: hover-color;
    animation-name: hover-color;
}

.magic-radio+label:before,
.magic-checkbox+label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0;
}

.magic-radio+label:after,
.magic-checkbox+label:after {
    position: absolute;
    display: none;
    content: '';
}

.magic-radio[disabled]+label,
.magic-checkbox[disabled]+label {
    cursor: not-allowed;
    color: #e4e4e4;
}

.magic-radio[disabled]+label:hover,
.magic-radio[disabled]+label:before,
.magic-radio[disabled]+label:after,
.magic-checkbox[disabled]+label:hover,
.magic-checkbox[disabled]+label:before,
.magic-checkbox[disabled]+label:after {
    cursor: not-allowed;
}

.magic-radio[disabled]+label:hover:before,
.magic-checkbox[disabled]+label:hover:before {
    border: 1px solid #e4e4e4;
    -webkit-animation-name: none;
    animation-name: none;
}

.magic-radio[disabled]+label:before,
.magic-checkbox[disabled]+label:before {
    border-color: #e4e4e4;
}

.magic-radio:checked+label:before,
.magic-checkbox:checked+label:before {
    -webkit-animation-name: none;
    animation-name: none;
}

.magic-radio:checked+label:after,
.magic-checkbox:checked+label:after {
    display: block;
}

.magic-radio+label:before {
    border-radius: 50%;
}

.magic-radio+label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3e97eb;
}

.magic-radio:checked+label:before {
    border: 1px solid #3e97eb;
}

.magic-radio:checked[disabled]+label:before {
    border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled]+label:after {
    background: #c9e2f9;
}

.magic-checkbox+label:before {
    border-radius: 3px;
}

.magic-checkbox+label:after {
    top: 2px;
    left: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked+label:before {
    border: #3e97eb;
    background: #3e97eb;
}

.magic-checkbox:checked[disabled]+label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}

.kyc-step {
    display: none;
    text-align: center;
}

.kyc-step .form-control {
    max-width: 400px;
}

.kyc-action {
    padding: 30px 0;
    text-align: center;
}

.kyc-action .btn {
    padding-left: 40px;
    padding-right: 40px;
}

.kyc-action .btn-secondary {
    background-color: #24292e;
}

.kyc-action .btn-secondary:hover {
    background-color: #2f353c;
}

.upload-box,
.uploaded-box {
    text-align: center;
    border: 3px #E5E5E5 dashed;
    background-color: #F8F8F8;
    width: 360px;
    height: 280px;
    margin-bottom: 15px;
}

.uploaded-box {
    border: 3px #E5E5E5 solid;
    background-color: transparent;
}

.upload-box .text-muted {
    color: #C7C7C7 !important;
    font-size: 13px;
    line-height: 1.3;
}

.upload-box .fa {
    font-size: 50px;
    padding-top: 30px;
}

.uploaded-box img {
    width: 100%;
    padding: 15px;
    max-height: 280px;
}

.kyc-form-submited {
    text-align: center;
    display: none;
}

.validate-status {
    color: #F3A334;
    font-weight: bold;
}

.completed-status {
    color: green;
    font-weight: bold;
}

.error-status {
    color: red;
    font-weight: bold;
}

@media (max-width: 576px) {
    .upload-box,
    .uploaded-box {
        width: 100%;
    }
    .xs-inline-grid {
        display: -ms-inline-grid;
        display: inline-grid;
    }
    #kyc-step-nav li .caption span {
        display: none;
    }
    .img-center-mb {
        text-align: center;
    }
    .img-center-mb img {
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

.sidebar-menu .sidebar-link.active:before {
    display: none !important;
}

body {
    overflow: auto !important;
}

.activities-tabs {
    border-bottom: 0 !important;
}

.nav-item-child {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-left: 30px;
    padding: 5px 15px;
    position: relative;
    white-space: nowrap;
}

.nav-item-child>a .icon-holder {
    margin-right: 10px
}

.icon-holder-right {
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width:500px) {
    .icon-holder-right {
        margin-top: 12px;
    }
}


/* itpo */

.uni-alert {
    margin-bottom: 0 !important;
    position: absolute !important;
    top: 10px;
    right: 10px;
    border: 0 !important;
    border-radius: 3px !important;
    padding: 15px;
    z-index: 999;
}

.uni-alert.alert-danger {
    background-color: #bd362f !important;
    color: #fff;
}

.uni-alert.alert-warning {
    background-color: #c47b0d !important;
    color: #fff;
}

.logged .uni-alert {
    position: fixed !important;
    top: 75px;
    right: 10px;
}

.ps__rail-x {
    left: 0px;
    bottom: 0px;
}

.ps__thumb-x {
    left: 0px;
    width: 0px;
}

.ps__rail-y {
    top: 0px;
    right: 0px;
}

.ps__thumb-y {
    top: 0px;
    height: 0px;
}

footer {
    height: 60px;
    line-height: 60px;
    background-color: #fff !important;
}

.wd-40 {
    width: 40%
}

.wd-50 {
    width: 50%
}

.wd-80 {
    width: 80%
}

.wd-90 {
    width: 90%
}

.deposit-history {
    /* background-image: url(https://accounts.uniworld.io/public/template-private/img/bg-buy.png);
    background-size: cover; */
}

.txid,
.text-successed {
    color: #F3A334;
}

.label-grey {
    color: #999;
}

#uni-deposit-history {
    height: 350px;
    max-height: 600px;
    overflow: auto
}

.first-emergency {
    background-color: rgb(255, 251, 246)
}

.second-emergency {
    background-color: rgb(207, 150, 140)
}

.third-emergency {
    background-color: rgb(235, 103, 103)
}


/* bounty & airdrop */


/* .page-container .main-content {
    padding: 65px 0px 20px !important;
} */

.header-ba {
    /* background-image: url(https://accounts.uniworld.io/public/template-private/img/Background.png); */
    background-size: 100%;
    background-repeat: no-repeat;
}

.header-ba .contents {
    margin: auto;
    /* text-align: center; */
    max-width: calc(100%);
    display: block;
    margin: 0 auto;
}

.header-ba .contents>h2 {
    font-size: 24px;
    color: #252525;
    margin-top: 0;
    margin-bottom: 16px;
}

.header-ba-logo {
    padding-top: 30px;
}

.header-ba-logo img {
    height: 120px;
}

.header-ba-title {
    padding-top: 15px;
    line-height: 1;
    /* text-transform: uppercase; */
}

.header-ba-title h2 {
    margin-bottom: 0;
}


/* .header-ba-title h2 span {
    border-top: 1px #ddd dashed;
    padding-top: 10px;
} */

.header-ba-title h3 {
    font-size: 18px;
}

.header-ba-notice span {
    /* border-bottom: 1px #ddd dashed;
    padding-bottom: 15px; */
}

.content-ba {
    padding-top: 50px;
}

.content-ba .tab-content {
    padding: 20px;
    border: 1px #ddd solid;
    border-top: 0;
}

.filter-tab {
    border-top: 1px #ddd solid !important;
}

.filter-tab label {
    font-size: 12px;
}

.filter-tab .form-group {
    margin-bottom: 10px;
}

.slider-handle {
    background-image: -o-linear-gradient(top, #7c8288 0, #7c8288 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7c8288), to(#7c8288)) !important;
    background-image: linear-gradient(to bottom, #7c8288 0, #7c8288 100%) !important;
    top: 3px;
    width: 15px;
    height: 15px;
}

.slider-selection {
    background-color: #687077;
}

.ba-right .nav-item a {
    font-size: 16px;
}

.ba-right .nav-item:last-child a {
    font-size: 14px;
    border: 0 !important
}

.BountyItemHunter {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:700px) {
    .BountyItemHunter {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.BountyItemHunter>.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 10px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.BountyItemHunter>.content>.symbolBar {
    width: 110px;
    display: none
}

@media (min-width:480px) {
    .BountyItemHunter>.content>.symbolBar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.BountyItemHunter>.content>.symbolBar>.symbol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #878d9a;
    background-size: cover;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 7px;
    color: #fff;
    height: 90px;
    width: 90px
}

.BountyItemHunter>.content>.symbolBar>.badges {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.BountyItemHunter>.content>.symbolBar>.badges>.badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #febf6e;
    margin: 0 0 3px 3px;
    border-radius: 50%;
    color: #fff;
    height: 22px;
    width: 22px
}

.BountyItemHunter>.content>.symbolBar>.badges>.badge.hot {
    background-color: #ff7171
}

.BountyItemHunter>.content>.symbolBar>.badges>.badge.clock {
    background-color: #47b1ff
}

.BountyItemHunter>.content>.symbolBar>.badges>.badge.new {
    background-color: #6ac53b
}

.BountyItemHunter>.content>.symbolBar>.badges>.badge.prefunded {
    background-color: #56b156
}

.BountyItemHunter>.content>.details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.BountyItemHunter>.content>.details .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px
}

.BountyItemHunter>.content>.details .title .star {
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    position: relative;
    margin-left: 12px;
    color: #ffd247;
    opacity: .5;
    top: -3px
}

.BountyItemHunter>.content>.details .title .star.is-starred,
.BountyItemHunter>.content>.details .title .star:hover {
    opacity: 1
}

.BountyItemHunter>.content>.details .title .externalLinkMark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 6px;
    margin-left: 16px;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 4px;
    background-image: -o-linear-gradient(top, #f2f2f2, #d4d4d4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#d4d4d4));
    background-image: linear-gradient(180deg, #f2f2f2, #d4d4d4)
}

.BountyItemHunter>.content>.details .title .externalLinkMark svg {
    color: #2e7fff;
    margin-right: 4px
}

.BountyItemHunter>.content>.details .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1280px) {
    .BountyItemHunter>.content>.details .info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.BountyItemHunter>.content>.details .info .props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.BountyItemHunter>.content>.details .info span {
    font-size: 12px;
    line-height: 14px;
    margin-right: 16px;
    margin-bottom: 10px;
    display: inline-block
}

.BountyItemHunter>.content>.details .info span a {
    color: #ff7a31;
    font-weight: 600
}

.BountyItemHunter>.content>.details .info span>svg {
    margin-right: 6px
}

.BountyItemHunter>.rewardWrapper {
    margin-top: 20px;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.BountyItemHunter>.rewardWrapper .SubmissionReward {
    width: 100%
}

@media (min-width:700px) {
    .BountyItemHunter>.rewardWrapper {
        padding-right: 31px;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto
    }
    .BountyItemHunter>.rewardWrapper .SubmissionReward {
        width: auto
    }
}

.BountyItemHunter.is-featured>.rewardWrapper {
    padding-right: 30px
}

.BountyItemHunter.is-featured>.featuredBadge-waiting {
    background: -o-linear-gradient(165deg, #ffdaaf, #fff7e6);
    background: linear-gradient(-75deg, #ffdaaf, #fff7e6);
    border-left: 1px solid #ffe2bf;
    position: absolute;
    width: 30px;
    bottom: 0;
    right: 0;
    top: 0
}

.BountyItemHunter.is-featured>.featuredBadge-waiting .text {
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    left: 50%;
    top: 50%
}

.BountyItemHunter.is-featured>.featuredBadge-pending {
    background: -o-linear-gradient(165deg, #fff3af, #fbffe6);
    background: linear-gradient(-75deg, #fff3af, #fbffe6);
    border-left: 1px solid #ffe2bf;
    position: absolute;
    width: 30px;
    bottom: 0;
    right: 0;
    top: 0
}

.BountyItemHunter.is-featured>.featuredBadge-pending .text {
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    left: 50%;
    top: 50%
}

.BountyItemHunter.is-featured>.featuredBadge-approved {
    background: -o-linear-gradient(165deg, #afffb6, #e6ffe8);
    background: linear-gradient(-75deg, #afffb6, #e6ffe8);
    border-left: 1px solid #ffe2bf;
    position: absolute;
    width: 30px;
    bottom: 0;
    right: 0;
    top: 0
}

.BountyItemHunter.is-featured>.featuredBadge-approved .text {
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    left: 50%;
    top: 50%
}

.BountyItemHunter.is-featured>.featuredBadge-rejected {
    background: -o-linear-gradient(165deg, #ffafaf, #ffe6e6);
    background: linear-gradient(-75deg, #ffafaf, #ffe6e6);
    border-left: 1px solid #ffe2bf;
    position: absolute;
    width: 30px;
    bottom: 0;
    right: 0;
    top: 0
}

.BountyItemHunter.is-featured>.featuredBadge-rejected .text {
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    left: 50%;
    top: 50%
}

.BountyList .BountyItemHost,
.BountyList .BountyItemHunter {
    border-bottom: 1px solid #ddd
}

.BountyList .BountyItemHost:last-child,
.BountyList .BountyItemHunter:last-child {
    border-bottom: none
}

.BountyList .BountyItemHunter.is-featured:nth-child(2) {
    border-bottom: 2px dashed #ddd
}

.BountyList .noResults {
    font-size: 18px;
    padding: 20px
}

.CategoryPill.internal {
    background-color: #eaeaea;
}

.CategoryPill {
    font-size: 12px;
    line-height: 14px;
    padding: 6px 16px;
    border-radius: 12px;
}

.BountyList {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
}

.SubmissionReward {
    border: 2px solid #ffddb2;
    background-color: #fefaef;
    border-radius: 5px;
    min-width: 185px
}

.SubmissionReward .mark {
    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;
    border-bottom: 1px solid #ffdaaf;
    color: #ff7a31;
    font-weight: 800;
    padding: 3px 8px;
    font-size: 14px;
    margin: 0 15px
}

.SubmissionReward .mark .coinType {
    font-size: 12px;
    font-weight: 400;
    color: #eead63
}

.SubmissionReward p {
    text-align: center;
    font-size: 14px;
    margin: 0
}

.SubmissionReward .reward {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    line-height: 18px;
    font-weight: 600;
    height: 50px
}

.SubmissionReward .reward .dollar {
    font-size: 11px;
    color: #737373
}

.details .info {
    font-size: 13px;
    color: #999;
    padding-bottom: 10px;
}

.details .category {
    padding-bottom: 5px;
}

.create-wallet-first {
    padding-bottom: 30px;
}

.btn-secondary {
    background-color: #24292e;
}

.btn-outline-secondary:hover {
    background-color: #24292e;
}

.progress-bar-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.progress-bar-top span {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #404960;
    margin: 0;
}

.progress-bar-content {
    background: rgba(64, 73, 96, 0.2);
    border-radius: 3px;
    height: 7px;
    margin: 10px 0 16px;
    overflow: hidden;
    width: 100%;
}

.progress-bar-inner {
    background: #0096ac;
    border-radius: 3px 0 0 3px;
    height: 7px;
}

.in-bonus {
    color: #404960;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    line-height: 2;
}

.in-bonus .active {
    font-weight: bold;
    color: #009391;
}

.itpo-card {
    border-top: 0 !important;
    border-radius: 0 !important;
}

.itpo-card .card-header {
    background: none;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px #ddd solid !important;
}

.itpo-card-info {
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.itpo-card-info-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.itpo-card-info-heading span {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #404960;
    margin: 0;
}

.itpo-card-info-top {
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.itpo-card-info-top .sub-title {
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    color: rgba(64, 73, 96, 0.6);
    margin: 0;
}

.itpo-card-info-top .delimiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-top: auto;
    height: 12px;
    margin: auto 6px 0 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.itpo-card-info-top .delimiter>div {
    background: rgba(64, 73, 96, 0.12);
    height: 1px;
    width: 100%;
}

.share-itpo-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0 0;
}

.share-itpo-text {
    color: #404960;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
}

.share-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 17px;
}

.share-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    width: 32px;
}

.buy-info .nav-tabs .nav-item {
    width: 50%;
    border-radius: 0 !important;
    text-align: center;
}

.buy-info .tab-content {
    padding: 10px;
    border: 1px #ddd solid;
    border-top: 0;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.buy-info .nav-tabs li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.font-10 {
    font-size: 10px;
}

.buy-info .input-buy .form-control-buy {
    padding: 5px 10px;
    font-size: 18px;
    height: auto;
    padding-right: 70px;
}

.buy-info .input-buy span {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #57626e;
}

.my-trade-label span {
    border-bottom: 3px #24292e solid;
    padding-bottom: 7px;
}

.itpo-my-trade {
    border-top: 1px #ddd solid;
    overflow: auto;
    height: 250px;
}

.itpo-my-trade table {
    font-size: 12px;
}

.itpo-my-trade table thead {
    background-color: #ddd;
}

.itpo-my-trade table th,
.itpo-my-trade table td {
    padding: 5px;
}

.itpo-card .card-header,
.itpo-card .card-body {
    padding: 10px;
}

.span-convertion {
    margin-left: 5px;
    margin-right: 5px;
}

.resend-token {
    float: right;
    background: red;
    color: whitesmoke;
    padding-bottom: 2px;
}

.resend-token :hover {
    color: #24292e !important;
    font-size: 15px;
}

group.validate-input {
    position: relative
}

.group.validate-input input {}

.group.validate-input .resend-token {
    position: absolute;
    top: 20px;
    right: 0;
    background: transparent;
    cursor: pointer;
    font-size: 13px;
}

.group.validate-input .resend-token:before {
    margin-right: 5px;
}

#uni-balances td {
    vertical-align: middle !important;
    font-family: Arial, Helvetica, sans-serif
}

@media (max-width: 768px) {
    .upload-box,
    .uploaded-box {
        width: 260px;
    }
}

@media (max-width: 576px) {
    .header .header-container .nav-left .notifications .dropdown-menu,
    .header .header-container .nav-right .notifications .dropdown-menu {
        min-width: 300px !important;
        right: -120px !important;
    }
    .uploaded-box img {
        width: 360px;
        max-height: 280px;
    }
    .kyc-steps .form-group .col-sm-3 {
        width: 100%;
        text-align: left !important;
    }
    .kyc-steps .form-group .col-sm-9,
    .kyc-step .form-control {
        width: 100%;
        max-width: 100% !important;
    }
    .upload-box,
    .uploaded-box {
        width: 100%;
    }
    .user-profile-form {
        padding-right: 0;
    }
    .qr-code-block {
        width: 100% !important;
        text-align: center;
    }
    .digit-numbers .form-control {
        max-width: 54px !important;
    }
    .uni-table {
        overflow: auto;
    }
    .circle-countdown {
        width: 350px;
        height: 350px;
        padding: 15px;
    }
    .buy-coin,
    .deposit-history {
        background: none;
    }
    span.form-control {
        max-width: 100%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .header-ba .contents {
        max-width: 100%;
    }
    .header-ba-notice span {
        border-bottom: 0;
    }
    .content-ba .container-fluid {
        padding: 0;
    }
    .header-ba-title h2 {
        font-size: 21px
    }
    .unw-title {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .unw-slogan {
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 0;
    }
}

@media (max-width: 400px) {
    .circle-countdown {
        width: 280px;
        height: 280px;
        padding: 10px;
    }
    .circle-countdown__content>*:not(.circle-countdown__progress):not(.wave-animation__water) {
        z-index: 1;
        position: relative;
        font-size: 8px;
        font-weight: 600;
    }
    .circle-countdown__hardcap-text {
        font-size: 12px !important;
        font-weight: normal !important;
    }
    .circle-countdown__hardcap {
        font-size: 25px !important;
        font-weight: 600;
    }
    .circle-countdown__end {
        margin-top: 7px;
        margin-bottom: 0px;
        font-size: 16px !important;
        font-weight: 300 !important;
    }
    .circle-countdown__total-text {
        font-size: 13px !important;
        text-transform: uppercase;
        font-weight: normal !important;
    }
    .circle-countdown__total {
        font-size: 14px !important;
        font-weight: bold;
    }
    .circle-countdown__content-wrapper {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 10px 2px rgb(36, 41, 46, .8);
        box-shadow: 0px 0px 10px 2px rgb(36, 41, 46, .8);
        color: #60ee58;
    }
    .circle-countdown__countdown {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        padding-top: 2px;
        padding-bottom: 5px;
    }
}

@media (max-width: 360px) {
    .circle-countdown {
        width: 270px;
        height: 270px;
        padding: 10px;
    }
    .circle-countdown__content-wrapper {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 10px 2px rgb(36, 41, 46, .8);
        box-shadow: 0px 0px 10px 2px rgb(36, 41, 46, .8);
        color: #60ee58;
        zoom: 0.6;
        -moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(1);
    }
}

@media (max-width: 320px) {
    .circle-countdown {
        width: 240px;
        height: 240px;
        padding: 10px;
    }
    .circle-countdown__content-wrapper {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 10px 2px rgb(36, 41, 46, .8);
        box-shadow: 0px 0px 10px 2px rgb(36, 41, 46, .8);
        color: #60ee58;
        zoom: 0.6;
        -moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.6);
        transform: scale(1);
    }
}

.withdraw-total-card .withdraw-total-card-item:last-child {
    border-bottom: 0;
}

@media (min-width:992px) {
    .withdraw-total-card-item {
        height: 108px;
        border-bottom: 1px #ddd dashed;
    }
}

@media (min-width:768px) {
    .withdraw-total-card,
    .with-draw-card {
        min-height: 340px;
    }
}

@media (max-width:768px) {
    .balance-number {
        font-size: 36px !important;
    }
}

@media (max-width:576px) {
    .download-app-card {
        display: none;
    }
    .withdraw-card-action,
    .balance-card {
        text-align: center;
    }
}

.register-form .react-tel-input {
    margin-top: 3px !important;
    margin-bottom: 10px !important;
}

.register-form .react-tel-input .country-list {
    max-height: 150px !important;
    margin: 0 !important;
}

.register-form .react-tel-input .country-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.register-form .react-tel-input .country-list::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.register-form .react-tel-input .country-list::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.register-form .react-tel-input .selected-flag,
.register-form .react-tel-input .flag-dropdown {
    border-radius: 0 !important;
}

.register-form .react-tel-input .flag-dropdown {
    background-color: rgba(255, 255, 255, .1) !important;
    border: 0 !important;
}

.register-form .react-tel-input .flag-dropdown:hover .selected-flag,
.register-form .react-tel-input .flag-dropdown:focus .selected-flag {
    background-color: rgba(255, 255, 255, .2) !important;
}

.register-form .react-tel-input .selected-flag .arrow {
    border-top: 4px solid #9b9b9b !important;
}

.register-form .react-tel-input input[type=text],
.register-form .react-tel-input input[type=tel] {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px #ddd solid !important;
    color: #fff !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(36, 41, 46, 0.78);
}

@media screen and (min-width: 1440px) {
    .is-collapsed .sidebar .sidebar-inner .sidebar-menu>li>a .icon-holder-right {
        display: none;
    }
}

.w24-h24 {
    width: 20px;
}

.max-100 {
    max-width: 100%;
}

.max-80 {
    max-width: 80%;
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.img-hover-gray img {
    filter: grayscale(100%);
    transition: all ease-in-out .4s;
}

.img-hover-gray:hover img {
    filter: grayscale(0%)
}

.card-create-wallet,
.card-access-wallet {
    background-color: #24292e !important;
    padding: 25px 30px;
    display: flex !important;
    flex-direction: row !important;
    transition: all ease-in-out .3s;
    top: 0;
    margin-top: 10px;
}

.img-hover-gray:hover .card-create-wallet {
    background-color: #5a78f0 !important;
}

.img-hover-gray:hover .card-access-wallet {
    background-color: #05c0a5 !important;
}

.card-create-wallet:hover,
.card-access-wallet:hover {
    -webkit-box-shadow: 0 5px 24px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 24px rgba(0, 0, 0, .15);
    top: -5px;
}

.img-hover-gray:hover .card-access-wallet .btn {
    border-color: #fff !important;
}

.img-hover-gray:hover .card-access-wallet .btn,
.img-hover-gray:hover .card-access-wallet a {
    color: #fff !important;
}

.card-create-wallet .card-image img,
.card-access-wallet .card-image img {
    width: 87px;
}

.card-create-wallet .card-image,
.card-access-wallet .card-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
}

.access-wallet-ul {
    padding-left: 30px !important;
    margin-top: 10px;
}

.access-wallet-ul li {
    font-size: 12px !important;
    line-height: 1.6;
    list-style: circle !important;
}

#modalGuide .modal-body,
.modal-bg {
    background-image: url(https://accounts.uniworld.io/public/template-private/img/garlands.85590a8d.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.space-between {
    justify-content: space-between !important;
}

.max-width-400 {
    max-width: 400px;
    margin: 0 auto;
}

.link-forgot {
    float: right;
    padding-top: 5px;
}

.justify-center {
    justify-content: center !important;
}

.modal-content {
    max-height: 90vh !important;
    overflow: hidden;
}

.modal-body {
    max-height: 80vh !important;
    overflow: auto;
}

.or-separator {
    position: relative;
    text-align: center;
}

.or-separator::before {
    height: 1px;
    width: 100%;
    content: '';
    background-color: #ddd;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}

.or-separator span {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
    position: relative;
}

.unw-cash-top {
    padding: 15px;
    border-radius: 5px;
    border: 1px #ddd solid
}

.unw-cash-top .unw-cash-top-title {
    font-size: 16px;
    color: rgb(152, 161, 178);
}

.unw-cash-top .unw-cash-top-value {
    color: #24292e;
    font-size: 24px;
}

.unw-cash-top .unw-cash-top-desc {
    font-size: 13px;
    font-weight: bold;
}

.wallet-button-top .btn-secondary {
    background-color: #24292e;
}

.wallet-button-top .btn-secondary:hover {
    background-color: #2f353c;
}

.wallet-button-top {
    padding-right: 15px;
}

.wallet-button-top-content {
    padding-bottom: 5px;
    border-bottom: 1px #ddd solid;
}

.total-balance-label {
    font-size: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.total-balance-button {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 10px;
}

.total-balance-button:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.nav-pills.wallet-pills .nav-link,
.nav-pills.history-pills .nav-link {
    color: rgb(36, 41, 46) !important;
}

.nav-pills.wallet-pills .nav-link.active,
.nav-pills.wallet-pills .show>.nav-link,
.nav-pills.history-pills .nav-link.active,
.nav-pills.history-pills .show>.nav-link {
    background-color: rgba(36, 41, 46, .2);
}

@media(max-width:576px) {
    .card-create-wallet,
    .card-access-wallet {
        display: block !important;
        text-align: center;
    }
    .card-create-wallet .card-image,
    .card-access-wallet .card-image {
        padding-right: 0 !important;
        margin-bottom: 10px;
        display: block !important;
    }
    .access-wallet-ul {
        text-align: left;
    }
}

.dashboard-card-header {
    line-height: 24px;
    white-space: nowrap;
    padding-bottom: 10px;
}

.dashboard-card-header span {
    color: rgb(152, 161, 178);
    font-size: 16px;
    font-weight: bold;
}

.td-coin-icon {
    width: 60px;
}

.td-coin-icon img {
    width: 28px;
    height: 28px;
}

.dashboard-card-header b,
.td-coin-name {
    color: #24292e;
    font-size: 20px;
    font-weight: bold;
}

.td-coin-value {
    text-align: right;
}

.td-coin-convert {
    font-size: 16px;
    font-weight: bold;
}

.td-coin-balance,
.wallet-chart-label,
.wallet-chart-percent {
    font-size: 12px;
    font-weight: bold;
    color: rgb(152, 161, 178);
}

.wallet-chart-price {
    color: #24292e;
    font-size: 30px;
    font-weight: bold;
}

.wallet-chart-select-coin {
    width: 200px;
    font-size: 20px;
    font-weight: bold;
    color: #24292e;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.wallet-chart-select-coin-menu {
    width: 200px;
}

.p-00 {
    padding: 0 !important;
}

.wallet-quick-view {
    padding-left: 15px;
}

.wallet-quick-view li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.dropdown.form-control {
    padding-left: 0;
}

.dropdown.form-control .wallet-chart-select-coin {
    font-size: 16px;
    width: 100%;
    text-align: left;
}

.input-place {
    position: relative;
}

.input-place input {
    padding-right: 50px;
}

.input-place span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-weight: bold;
}

.table-14,
.table-14 td,
.table-14 th {
    font-size: 14px;
}

.table-14 td,
.table-14 th {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.sidebar-menu li a {
    display: block;
}