@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;400;500;600;700&display=swap');

/*font-family: 'Jura', sans-serif;*/
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Jura', sans-serif;
}

h1 {
    font-size: 55px;
    font-weight: 700;
    font-family: 'Jura', sans-serif;
}

h2 {
    font-size: 45px;
    font-weight: 700;
    font-family: 'Jura', sans-serif;
}

h3 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Jura', sans-serif;
}

h4 {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Jura', sans-serif;
}

h5 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Jura', sans-serif;
}

h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Jura', sans-serif;
}

p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

li {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

label {
    font-size: 16px;
    font-weight: 500;
    color: white;
}

input {
    outline: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
   /* padding-left: 15px !important;
    padding-right: 15px !important; */
}

select {
    outline: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

a {
    outline: none;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    color: #716C6C;
    transition: 0.6s all ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

.compensate-for-scrollbar {
    position: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}

.screen-bg.modal-open {
    margin: 0 !important;
    padding: 0 !important;
}

/*SIGN IN & SIGN UP PAGE CSS BEGIN*/
.screen-bg {
    background-color: #131722;
}

.logo-sec {
    padding: 60px 0;
    text-align: center;
}

.signin-sec {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signin-box {
    background-color: #1D2331;
    padding: 50px 60px 50px;
}

.signin-heading {
    color: #A4A7AC;
    text-align: center;
    margin-bottom: 40px;
}

.email-field {
    position: relative;
    margin-bottom: 15px;
}

.email-field .form-control {
    font-weight: 700;
    height: auto;
    padding: 20px 45px 20px 50px;
    border-radius: 0;
    font-size: 15px;
    color: #fff;
    background-color: #505D6B;
    border: 0;
    width: 100%;
    text-align: left;
}

.email-field .form-control::placeholder {
    color: #A4A7AC;
}

.email-envelop {
    position: absolute;
    top: 17px;
    left: 21px;
    color: #A4A7AC;
    font-size: 18px;
}

.remember-text-field {
    font-weight: 700;
    color: #fff;
    padding: 7px 0 25px;
}

.remember-checkbox {
    width: 20px;
    height: 17px;
    vertical-align: text-bottom;
    margin-right: 12px;
}

input[type="checkbox"] {
    background-color: #505D6B;
}

.forgot-password {
    font-size: 15px;
    font-weight: 700;
    color: #0369FF !important;
}

.signin-btn button {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 15px 0;
    border: 0;
    border-color: #0369FF !important;
    background-color: #0369FF !important;
    box-shadow: none;
}

.signup-content {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 25px 0 0;
}

.signup-link {
    color: #0369FF !important;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}

.copyright-sec {
    padding: 40px 0 20px;
}

.copyright-sec p {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

/*SIGN IN & SIGN UP PAGE CSS END*/

/*OTP NUMBER PAGE CSS BEGIN*/
.otp-text {
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
}

.otp-number-sec .signin-heading {
    margin-bottom: 11px;
}

.otp-number-sec .signin-btn button {
    margin-top: 25px;
}

/*OTP NUMBER PAGE CSS END*/

/*OTP NUMBER 1 PAGE CSS BEGIN*/
.otp-text span {
    display: block;
}

.otp-numberone-sec .customBtn {
    border-radius: 0px;
    padding: 10px;
}

.otp-numberone-sec form input {
    display: inline-block;
    width: 65px;
    height: auto;
    text-align: center;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #707070;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-right: 26px;
}

.otp-numberone-sec .email-field {
    text-align: center;
    margin-bottom: 14px;
}

.otp-numberone-sec .signin-heading {
    margin-bottom: 18px;
}

/*OTP NUMBER 1 PAGE CSS END*/

/*FORGOT PASSWORD PAGE CSS BEGIN*/
.forgot-password .signin-btn button {
    margin-top: 25px;
}

/*FORGOT PASSWORD PAGE CSS END*/

/*MARKET PAGE CSS BEGIN*/
/*HEADER SECTION CSS BEGIN*/
header .nav-link {
    padding: 5px 0;
    text-transform: uppercase;
    color: #A6AEB7 !important;
    position: relative;
    background-color: transparent;
    box-shadow: none;
    font-weight: 700;
    font-size: 16px;
    transition: 0.6s all ease-in-out;
}

header .navbar-expand-md .navbar-collapse {
    justify-content: center;
}

header .nav-item {
    padding: 0 70px 0 0;
}

header {
    padding: 28px 100px;
    background-color: #1D2331;
}

header .row {
    display: flex;
    align-items: center;
}

header .nav-link:after {
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    margin-top: 5px;
    right: 0;
    transition: width .2s ease;
    bottom: 0;
}

header .nav-link:hover:after {
    width: 90% !important;
    left: 0px !important;
    background: #FFC300 !important;
    bottom: 0 !important;
}

header .dropdown:hover>.dropdown-menu {
    display: block;
    top: 25px;
    /* background-color: #f89321; */
}

header .dropdown-item:hover {
    color: #000;
    background-color: #fff;
}

header .dropdown-item {
    color: #000;
}

.separator {
    color: #fff;
    padding: 0 3px 0 0;
    vertical-align: sub;
}

header .navbar {
    padding: 0 0;
}

header .navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

header .navbar .dropdown-menu {
    border: none;
    background-color: #fff !important;
    padding: 20px 29px;
}

@media screen and (min-width: 992px) {
    header .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    header .navbar .nav-item {
        /* padding:.5rem .5rem; */
        margin: 0 .25rem;
    }

    header .navbar .dropdown {
        position: static;
    }

    header .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 45px;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
    }

    header .navbar .dropdown:hover .dropdown-menu,
    header .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }

    header .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        background-color: #fff;
    }
}

header .dropdown-toggle::after {
    display: none;
}

.dropdown-menu .nav-link {
    color: #000 !important;
}

.mega-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mega-inner h6 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mega-inner li {
    padding: 4px 0 0 0;
}

.mega-inner a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

.mega-inner a:hover {
    color: #000;
}

.user-menu-wrap {
    position: relative;
    width: 100%;
    margin: 29px auto;
}

.menu-container {
    visibility: hidden;
    opacity: 0;
}

.menu-container.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.user-menu {
    position: absolute;
    right: -22px;
    background-color: #FFFFFF;
    width: 256px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    z-index: 1;
}

.user-menu .profile-highlight {
    display: flex;
    border-bottom: 1px solid #E0E0E0;
    padding: 12px 16px;
    margin-bottom: 6px;
}

.user-menu .profile-highlight img {
    width: 48px;
    height: 48px;
    border-radius: 25px;
    -o-object-fit: cover;
    object-fit: cover;
}

.user-menu .profile-highlight .details {
    display: flex;
    flex-direction: column;
    margin: auto 12px;
}

.user-menu .profile-highlight .details #profile-name {
    font-weight: 600;
    font-size: 16px;
}

.user-menu .profile-highlight .details #profile-footer {
    font-weight: 300;
    font-size: 14px;
    margin-top: 4px;
}

.user-menu .footer {
    border-top: 1px solid #E0E0E0;
    padding-top: 6px;
    margin-top: 6px;
}

.user-menu .footer .user-menu-link {
    font-size: 13px;
}

.user-menu .user-menu-link {
    display: flex;
    text-decoration: none;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 16px;
}

.user-menu .user-menu-link div {
    margin: auto 10px;
}

.user-menu .user-menu-link:hover {
    background-color: #F5F5F5;
    color: #333333;
}

.user-menu:before {
    position: absolute;
    top: -16px;
    left: 120px;
    display: inline-block;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #E0E0E0;
}

.user-menu:after {
    position: absolute;
    top: -14px;
    left: 121px;
    display: inline-block;
    content: "";
    border: 7px solid transparent;
    border-bottom-color: #FFFFFF;
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-heading {
    color: #A4A7AC;
    font-size: 14px;
    font-weight: 600;
    margin-right: 9px;
}

.avatar-content {
    display: flex;
    align-items: center;
}

header .navbar-dark .navbar-nav .nav-link.active {
    color: #0369FF !important;
}

/*HEADER SECTION CSS END*/
/*GRAPH TABLE SECTION CSS BEGIN*/
.table-tabs-content .nav-tabs {
    border-bottom: 0;
    justify-content: center;
    padding: 30px 0;
}

.graph-sec {
    padding: 0 100px 40px;
}

.table-tabs-content .nav-tabs .nav-link {
    border: 1px solid #343B4A;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 40px;
    font-size: 18px;
    color: #A4A7AC;
    font-weight: 600;
}

.table-tabs-content .nav-tabs .nav-link.active {
    background-color: #1D2331;
}

.select-drop-down .form-control {
    background-color: transparent;
    height: auto;
    padding: 0 0 0;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    color: #A4A7AC;
}

.select-drop-down .form-control:focus {
    box-shadow: none;
}

.table-tabs-content .table thead th {
    font-size: 16px;
    font-weight: 600;
    color: #A4A7AC;
    text-align: center;
}

.select-drop-down .form-control option {
    background-color: #1D2331 !important;
    color: #A4A7AC !important;
    cursor: pointer;
}

.buy-sell-btn {
    display: flex;
    align-items: center;
}

.red-btn {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background-color: #931B20;
    padding: 8px 20px;
}

.green-btn {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background-color: #1AAA74;
    padding: 8px 20px;
}

.table-tabs-content .table td {
    padding: 3px 13px;
}

.table-tabs-content .table-bordered th {
    border: 1px solid #343B4A;
    font-size: 14px;
    color: #A4A7AC;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    height: 38px;
}

.table-tabs-content .table-bordered td {
    border: 1px solid #343B4A;
    font-size: 14px;
    color: #A4A7AC;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    height: 38px;
}

.rightside-spacing {
    border-right: 15px solid #fff;
}

.inner-tab-table .table-responsive {
    display: flex;
    align-items: flex-start;
}

.inner-tab-table .table-responsive>.table-bordered {
    margin-right: 15px;
    width: 6%;
}

.table-width {
    width: 59% !important;
}

.table-tabs-content .table-height th {
    height: 48px;
}

.table-tabs-content .table-box td {
    height: 42px;
}

.right-side-box {
    margin-top: 30px;
}

.right-side-search .form-control {
    border-radius: 0;
    border: 0;
    height: auto;
    padding: 12px 15px;
    background-color: #1D2331;
    font-size: 18px;
    font-weight: 600;
    color: #A4A7AC;
    box-shadow: none;
    outline: none;
}

.graph-box-span {
    background-color: #1D2331;
    padding: 20px 12px 4px;
    margin: 18px 0 0;
}

.graph-para {
    font-size: 15px;
    font-weight: 700;
    color: #84C796;
}

.graph-span {
    font-size: 26px;
    font-weight: 600;
    color: #A4A7AC;
}

.graph-small {
    font-size: 12px;
    color: #A4A7AC;
    font-weight: 600;
    vertical-align: middle;
}

.graph-box-content .fa-arrow-up {
    padding: 0 5px;
}

.graph-head {
    font-size: 16px;
    font-weight: 700;
    color: #A4A7AC;
    padding: 7px 0 0;
}

.table-items .table td {
    padding: 10px 0px;
    vertical-align: middle;
    border-top: 0;
    font-size: 14px;
    font-weight: 700;
    color: #A4A7AC;
}

.table-items {
    padding-top: 14px;
    border-top: 1px solid #4E5458;
    margin-top: 30px;
}

.watch-list {
    background-color: #1D2331;
    padding: 20px 12px 4px;
    margin: 18px 0 0;
}

.watch-heading {
    font-size: 26px;
    color: #A4A7AC;
    font-weight: 600;
}

.watch-list-table .table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #4E5458;
    font-size: 14px;
    font-weight: 700;
    color: #86ABE1;
    border-top: 0;
    padding: 10px 0;
}

.watch-list-table .table td {
    padding: 10px 0px;
    vertical-align: middle;
    border-top: 0;
    font-size: 12px;
    font-weight: 400;
    color: #A4A7AC;
}

.popup_content {
    left: 348px;
    display: none;
    position: absolute;
    top: 215px;
}

.show {
    display: block;
}

.linkStyle {
    color: green;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.linkStyle:hover,
.dropbtn:focus {
    color: black;
    text-decoration: underline;
}

#popup_content {
    background-color: #1D2331;
    margin-top: 60px;
    padding: 30px;
    width: 430px;
    font-size: 14px;
}

.popup-item-name {
    font-size: 18px;
    font-weight: 700;
    color: #0369FF;
    text-align: left;
}

.item-bid-content .form-control {
    height: auto;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #A4A7AC;
    background-color: transparent;
    padding: 0 10px;
    box-shadow: none;
    outline: none;
    color: #fff;
}

.item-bid-content h6 {
    font-size: 16px;
    color: #A4A7AC;
    display: flex;
    align-items: flex-end;
    padding: 10px 10px 0 0;
}

.item-main-div {
    display: flex;
}

.tab-content .modal.show .modal-dialog {
    top: 338px;
    left: -240px;
}

.tab-content .modal-body {
    background-color: #1D2331;
    border-radius: 0;
}

.action-qty-flex {
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
}

.action-qty {
    text-align: left;
    padding: 0 5px;
    width: 27%;
}

.action-qty label {
    text-align: left;
    font-weight: 700;
    color: #A4A7AC;
}

.action-qty .form-control {
    height: auto;
    border: 1px solid #A4A7AC;
    background-color: transparent;
    padding: 10px 10px;
    box-shadow: none;
    outline: none;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    color: #A4A7AC;
}

.btn-danger:hover,
.btn-danger:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.btn-danger {
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    background-color: #1AAA74 !important;
    outline: none;
    border: 0;
    border-radius: 0;
    padding: 10px 30px;
}

.btn-danger:not(:disabled):not(.disabled):active:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.tab-content .modal-body {
    padding: 25px 20px;
}

.modal-position {
    position: relative;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: #FC2121;
    cursor: pointer;
}

.right-side-search a {
    background-color: #1D2331;
    width: 100%;
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #A4A7AC;
}

.right-side-search a:hover,
.right-side-search a:focus {
    color: #A4A7AC;
}

.avatar-dropdown .dropdownContainer {
    position: relative;
}

.avatar-dropdown .dropdown-toggle {
    cursor: pointer;
    color: red;
}

.avatar-dropdown ul.dropdown-one {
    display: none;
    position: absolute;
    top: 50px;
    left: -132px;
    min-width: 274px;
    padding: 0;
    border: transparent;
    border-radius: 0;
    box-shadow: 0 0 13px 2px #ffffff1c;
    z-index: 1;
    background-color: #1D2331;
    padding: 4px 0 10px;
}

.avatar-dropdown ul.dropdown-one li {
    height: auto;
    list-style-type: none;
    border-top: 0;
}

.avatar-dropdown ul.dropdown-one li:hover {
    /*background-color: #eee;*/
}

.avatar-dropdown ul.dropdown-one li:first-child {
    list-style-type: none;
    border-top: none;
}

.avatar-dropdown ul.dropdown-one .fa-circle {
    font-size: 15px;
    color: rgba(115, 187, 22, 1);
}

.avatar-dropdown ul.dropdown-one li a {
    text-decoration: none;
    padding: .5em 1em;
    display: block;
    color: #A6AEB7;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.avatar-dropdown ul.dropdown-one .fa-list {
    font-size: 15px;
    padding: 5px;
    color: rgba(115, 187, 22, 1);
    border: 2px solid rgba(115, 187, 22, 1);
    border-radius: 100%;
}

.avatar-dropdown ul.dropdown-one li:last-child {
    text-align: left;
    padding: 0;
}

.img-dropdown {
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #343B4A;
    margin-bottom: 11px;
}

.img-dropdown h5 {
    font-size: 20px;
    font-weight: 700;
    color: #0369FF;
    margin-bottom: 0;
    margin-top: 10px;
}

.img-dropdown p {
    color: #A6AEB7;
    font-size: 16px;
    font-weight: 700;
}

.dropdown-one i {
    margin-right: 6px;
}

.wallet-card {
    font-size: 12px !important;
}

.main-graph-div {
    margin: 30px 0 0;
}

.action-qty-sel {
    width: 27%;
}

.action-qty-sel option {
    background-color: #000 !important;
}

.submit-form-btn {
    text-align: center;
}

.graph-sec .scrollbar-1 {
    scrollbar-width: thin;
    scrollbar-color: #ff7f00 #b0b7c4;
}

.graph-sec .scrollbar-1::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.graph-sec .scrollbar-1::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 2px solid transparent;
}

.graph-sec .scrollbar-1::-webkit-scrollbar-thumb {
    background-color: #0369FF;
}

.graph-sec .scrollbar-1::-webkit-scrollbar-thumb:hover {
    background-color: #0369FF;
}

.graph-sec .scrollbar-1::-webkit-scrollbar-corner,
.graph-sec .scrollbar-1::-webkit-scrollbar-track {
    background-color: #b0b7c4;
}

.graph-sec [class^=scrollbar] {
    height: 737px;
    overflow-y: scroll;
}

.graph-sec [class^=scrollbar] .table-responsive-slide {
    width: 150%;
}

.security-text {
    text-align: center !important;
}

/*GRAPH TABLE SECTION CSS END*/
/*MARKET PAGE CSS END*/

/*POSITIONS PAGE CSS BEGIN*/
.position-item-center {
    text-align: center !important;
}

.main-amount-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amount-content-box h4 {
    font-size: 36px;
    color: #1AAA74;
}

.amount-content-box span {
    font-size: 14px;
    font-weight: 700;
    color: #A4A7AC;
    display: block;
}

.blue-col {
    color: #86ABE1 !important;
}

.dep-withdraw-btn {
    text-align: end;
}

.dep-green {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #1AAA74;
    padding: 10px 30px;
}

.dep-red {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #931B20;
    padding: 10px 30px;
}

.deposit-align {
    display: flex;
    align-items: center;
    background-color: #1D2331;
    padding: 20px 20px;
    margin: 30px 0 30px;
}

.position-table .table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #343B4A;
    border: 1px solid #343B4A;
    font-size: 16px;
    font-weight: 600;
    color: #A4A7AC;
    text-align: center;
}

.position-table .table-bordered td {
    border: 1px solid #343B4A;
    font-size: 14px;
    font-weight: 600;
    color: #A4A7AC;
    text-align: center;
    height: 42px;
}

.position-table .table {
    width: 100%;
}

.avatar-dropdown {
    display: block;
}

.mobile-show {
    display: none;
}

header .navbar {
    width: 100%;
}

header .navbar-expand-lg .navbar-nav {
    margin: 0 auto;
}

/*POSITIONS PAGE CSS END*/

/*WALLET PAGE CSS BEGIN*/
.wallet-count-sec {
    padding: 70px 120px 50px;
}

.wallet-box-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 100px 80px;
}

.wallet-box-content {
    background-color: #1D2331;
    padding: 40px 30px;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    margin: 0 20px;
}

.wallet-box-content p {
    font-weight: 700;
    color: #A4A7AC;
    font-size: 14px;
}

.wallet-box-content span {
    font-size: 36px;
    font-weight: 700;
    color: #86ABE1;
}

.blue-box-content span {
    color: #0369FF;
}

.red-box-content span {
    color: #F01720;
}

.green-box-content span {
    color: #1AAA74;
}

.bank-tranfer {
    margin: 50px 121px 0;
}

.bank-tranfer h6 {
    font-size: 16px;
    color: #fff;
    background-color: #931B20;
    display: inline-block;
    padding: 13px 36px;
    text-align: center;
    margin-bottom: 24px;
}

.bank-tranfer-btn .btn-primary {
    background-color: #1D2331;
    border-color: #1D2331;
    font-size: 16px;
    font-weight: 600;
    color: #A4A7AC;
    padding: 15px 31px;
    border-radius: 8px;
    margin-right: 9px;
}

.bank-tranfer-btn .btn-primary i {
    margin-right: 7px;
}

.bank-tranfer-btn .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #1D2331;
    border-color: #1D2331;
    color: #A4A7AC;
}

.bank-tranfer-btn .btn-primary.focus,
.bank-tranfer-btn .btn-primary:focus {
    box-shadow: none;
}

.bank-tranfer-btn .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.deposit-gr {
    background-color: #1AAA74 !important;
}

.transaction-content {
    margin: 50px 0 0 120px;
}

.transaction-content h4 {
    color: #A4A7AC;
    font-size: 35px;
    margin-bottom: 40px;
}

.transaction-table {
    width: 65%;
}

.transaction-table .table-bordered thead th {
    font-size: 16px;
    font-weight: 600;
    color: #A4A7AC;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #343B4A;
    border: 1px solid #343B4A;
}

.transaction-table .table-bordered td {
    font-size: 14px;
    color: #A4A7AC;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #343B4A;
    border: 1px solid #343B4A;
}

/*WALLET PAGE CSS END*/

/*BIDS PAGE CSS BEGIN*/
.bids-table {
    width: 100%;
}

/*BIDS PAGE CSS END*/

/*SUPPORT PAGE CSS BEGIN*/
.need-help-sec {
    text-align: center;
    padding: 70px 120px 70px;
    height: 80vh;
}

.need-help-sec-rule {
    text-align: center;
    padding: 70px 120px 70px;
}

.need-help-heading {
    color: #A4A7AC;
}

.need-help-text {
    font-size: 20px;
    font-weight: 700;
    color: #A4A7AC;
    padding: 13px 0 140px;
}

.need-help-boxes {
    color: #A4A7AC;
    background-color: #1D2331;
    padding: 70px 0 70px;
    text-align: center;
    border-radius: 8px;
}

.need-help-boxes i {
    font-size: 30px;
}

.need-help-boxes p {
    font-size: 20px;
    font-weight: 500;
    color: #A4A7AC;
    padding-top: 15px;
}

.need-help-boxes a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #A4A7AC;
}

.help-boxes-row {
    width: 60%;
    margin: 0 auto 0 auto;
}

/*SUPPORT PAGE CSS END*/

/*PROFILE PAGE CSS BEGIN*/
.profile-uploader-content .avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.profile-uploader-content .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    bottom: 10px;
}

.profile-uploader-content .avatar-upload .avatar-edit input {
    display: none;
}

.profile-uploader-content .avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #A4A7AC !important;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.profile-uploader-content .avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.profile-uploader-content .avatar-upload .avatar-edit input+label:after {
    content: "\f030";
    font-family: 'FontAwesome';
    color: #515E6D;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 92%;
}

.profile-uploader-content .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.profile-uploader-content .avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#imagePreview {
    display: block !important;
}

.profile-setting-sec {
    height: 100%;
    padding: 20px 120px;
}

.edit-profile-btn {
    text-align: center;
}

.edit-profile-btn .btn-primary {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #0369FF;
    border-radius: 0;
    padding: 11px 40px;
    margin: 66px 0 0;
}

.profile-flex-content {
    display: none;
}

.left-content {
    font-size: 22px;
    font-weight: 500;
    color: #A4A7AC;
    padding-top: 25px;
}

.right-content {
    font-size: 20px;
    font-weight: 700;
    color: #A4A7AC;
    margin-left: 70px;
    padding-top: 25px;
}

.profile-setting-sec .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #0369FF;
    border-color: #0369FF;
    color: #fff;
}

.profile-setting-sec .btn-primary.focus,
.bank-tranfer-btn .btn-primary:focus {
    box-shadow: none;
}

.profile-setting-sec .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

/*PROFILE PAGE CSS END*/

/*PROFILE SETTING PAGE CSS BEGIN*/
.profile-set-sec {
    padding: 30px 0 80px;
}

.profile-set-heading {
    color: #A4A7AC;
    text-align: center;
    margin-bottom: 50px;
    MARGIN-TOP: 30PX;
}

.set-name {
    font-size: 22px;
    color: #A4A7AC;
}

.set-text {
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: 1px solid #505D6B;
    padding: 32px 0;
    background-color: transparent;
    border-radius: 0;
}

.set-link {
    color: #0369FF;
    font-size: 22px;
    font-weight: 700;
    text-align: end;
    display: block;
}

.setting-row .form-control:focus {
    background-color: transparent;
    box-shadow: none;
}

.setting-row .form-control {
    color: #fff;
}

.setting-row {
    display: flex;
    align-items: center;
    margin-top: 21px;
}

.change-password-link {
    font-size: 22px;
    font-weight: 700;
    color: #0369FF !important;
    padding: 35px 0 0;
    display: block;
    text-align: center;
    text-decoration: underline;
}

.bank-info-link {
    font-size: 22px;
    font-weight: 700;
    color: #0369FF !important;
    padding: 35px 0 0;
    text-decoration: underline;
    vertical-align: middle;
}

.set-profile-box {
    margin-bottom: 50px;
}

.update-profile-btn {
    text-align: center;
}

.update-profile-btn .btn-primary {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #0369FF;
    border-radius: 0;
    padding: 11px 40px;
    margin: 66px 0 0;
}

/*PROFILE SETTING PAGE CSS END*/

/*RESPONSIVE CSS BEGIN*/
@media only screen and (min-width: 320px) and (max-width: 529px) {
    .fa.fa-bell {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .number {
        left: 15px !important;
    }

    .box {
        width: 320px !important;
        left: -218px !important;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .table-tabs-content .table td {
        padding: 3px 9px;
    }

    .graph-sec [class^=scrollbar] {
        height: auto;
        overflow-y: auto;
    }

    .graph-sec [class^=scrollbar] .table-responsive-slide {
        width: auto;
    }

    .need-help-sec {
        padding: 50px 15px 50px;
        height: 100%;
    }

    .need-help-heading {
        font-size: 33px;
    }

    .need-help-text {
        font-size: 18px;
        padding: 13px 0 90px;
    }

    .help-boxes-row {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .need-help-boxes {
        padding: 70px 0 70px;
        margin-bottom: 20px;
    }

    .table-tabs-content .table-bordered td {
        font-size: 12px;
    }

    .logo-sec img {
        width: 150px;
    }

    .signin-heading {
        font-size: 25px;
    }

    .signin-box {
        padding: 30px 15px;
    }

    .otp-numberone-sec form input {
        width: 45px;
    }

    .signup-box {
        padding: 130px 0 40px;
    }

    .signup-copyright {
        padding: 160px 0 30px !important;
        position: initial;
    }

    header {
        padding: 28px 15px;
    }

    .mobile-show {
        display: block !important;
    }

    .avatar-dropdown {
        display: none;
    }

    header .navbar-collapse {
        margin: 30px 0 0;
    }

    header .navbar-dark .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }

    .avatar-content {
        margin: 15px 0 0px;
    }

    .account-heading {
        font-size: 16px;
        text-transform: uppercase;
    }

    .avatar-dropdown ul.dropdown-one {
        left: 0;
    }

    header .navbar-collapse.show {
        margin: 30px 0 0;
    }

    .graph-sec {
        padding: 0 15px 40px;
    }

    .table-tabs-content .nav-tabs .nav-link {
        padding: 5px 24px;
    }

    .tab-content .modal.show .modal-dialog {
        left: 0;
    }

    #search input[type="search"] {
        font-size: 23px;
    }

    .main-amount-box {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }

    .amount-content-box {
        margin: 30px 0 0;
    }

    .dep-green {
        padding: 10px 36px;
        margin-bottom: 10px;
    }

    .deposit-align {
        padding: 20px 20px 42px;
    }

    .dep-withdraw-btn {
        text-align: center;
    }

    .copyright-sec {
        padding: 50px 0 30px;
    }

    .wallet-box-flex {
        display: block;
        margin: 0 0px 80px;
    }

    .wallet-count-sec {
        padding: 70px 15px 50px;
    }

    .bank-tranfer {
        margin: 50px 0px 0;
    }

    .transaction-content {
        margin: 50px 0 0 0px;
    }

    .transaction-table {
        width: 100%;
    }

    .wallet-box-content {
        width: 100%;
        margin: 0 0px 20px;
    }

    .bank-tranfer-btn .btn-primary {
        margin-right: 0;
        display: block;
        margin-bottom: 15px;
    }

    .profile-setting-sec {
        padding: 20px 15px;
        height: 100%;
    }

    .profile-flex-content {
        display: none !important;
    }

    .profile-flex-content li {
        font-size: 26px;
        font-weight: 500;
        color: #A4A7AC;
    }

    .profile-flex-content span {
        font-size: 24px;
        font-weight: 700;
        color: #A4A7AC;
    }

    .left-content {
        font-size: 22px;
        padding-top: 25px;
        text-align: center;
    }

    .right-content {
        font-size: 20px;
        margin-left: 0;
        text-align: center;
        padding-top: 9px;
    }

    .profile-set-heading {
        font-size: 33px;
    }

    .set-name {
        margin-bottom: 12px;
    }

    .set-link {
        text-align: left;
        margin-top: 12px;
    }

    .change-password-link {
        padding: 20px 0 0;
        text-align: center;
    }

    .bank-info-link {
        padding: 16px 0 0;
        display: block;
    }

    .profile-set-sec {
        padding: 80px 15px 80px;
    }

    .xd-message {
        width: 100% !important;
    }

    .bank-tranfer-btn-modal .modal-dialog {
        max-width: 100% !important;
    }

    .modal-box-content {
        display: block !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .modal-listing-content span {
        margin-left: 0 !important;
        display: block !important;
    }

    .modal-listing-btn {
        margin-top: 20px;
    }

    .wallet-withdraw {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .modal-drop-list-inner {
        width: 100% !important;
        margin: 0 !important;
    }

    .wallet-select-field {
        margin: 0 0 !important;
    }

    .wallet-select-field .form-control {
        margin: 10px 0;
    }

    .balance-amount-re ul {
        width: 100% !important;
    }

    .withdraw-box {
        width: 78% !important;
    }

    .modal-body-content h4 {
        font-size: 28px !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
    .copyright-sec {
        padding: 0 0 30px;
    }

    .signup-box {
        padding: 130px 0 40px;
    }

    .signup-copyright {
        padding: 160px 0 30px;
        position: initial;
    }
}

@media only screen and (min-width: 530px) and (max-width: 767px) {
    .fa.fa-bell {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .number {
        left: 15px !important;
    }

    .box {
        width: 320px !important;
        left: -218px !important;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .table-tabs-content .table td {
        padding: 3px 9px;
    }

    .graph-sec [class^=scrollbar] {
        height: auto;
        overflow-y: auto;
    }

    .graph-sec [class^=scrollbar] .table-responsive-slide {
        width: auto;
    }

    .logo-sec img {
        width: 150px;
        margin-bottom: 50px;
    }

    .table-tabs-content .table-bordered td {
        font-size: 12px;
    }

    .signin-heading {
        font-size: 25px;
    }

    .signin-box {
        padding: 10px 45px 10px;
    }

    .copyright-sec {
        position: initial;
        padding: 125px 0 30px;
    }

    .otp-numberone-sec form input {
        width: 45px;
    }

    .signup-box {
        padding: 270px 0 140px;
    }

    .signup-copyright {
        padding: 230px 0 30px;
        position: initial;
    }

    header {
        padding: 28px 15px;
    }

    .mobile-show {
        display: block !important;
    }

    .avatar-dropdown {
        display: none;
    }

    header .navbar-collapse {
        margin: 30px 0 0;
    }

    header .navbar-dark .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }

    .avatar-content {
        margin: 15px 0 0px;
    }

    .account-heading {
        font-size: 16px;
        text-transform: uppercase;
    }

    .avatar-dropdown ul.dropdown-one {
        left: 0;
    }

    header .navbar-collapse.show {
        margin: 30px 0 0;
    }

    .graph-sec {
        padding: 0 15px 40px;
    }

    .table-tabs-content .nav-tabs .nav-link {
        padding: 5px 24px;
    }

    .tab-content .modal.show .modal-dialog {
        left: 0;
    }

    #search input[type="search"] {
        font-size: 23px;
    }

    .amount-content-box {
        margin: 30px 0 0;
    }

    .dep-green {
        padding: 10px 36px;
        margin-bottom: 10px;
    }

    .deposit-align {
        padding: 20px 20px 42px;
    }

    .dep-withdraw-btn {
        margin-top: 35px;
        text-align: center;
    }

    .position-table .table {
        width: 100%;
    }

    .need-help-sec {
        padding: 50px 15px 50px;
        height: 100%;
    }

    .need-help-heading {
        font-size: 33px;
    }

    .need-help-text {
        font-size: 18px;
        padding: 13px 0 90px;
    }

    .help-boxes-row {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .need-help-boxes {
        padding: 70px 0 70px;
        margin-bottom: 20px;
    }

    .wallet-box-flex {
        display: block;
        margin: 0 0px 80px;
    }

    .wallet-count-sec {
        padding: 70px 15px 50px;
    }

    .bank-tranfer {
        margin: 50px 0px 0;
    }

    .transaction-content {
        margin: 50px 0 0 0px;
    }

    .transaction-table {
        width: 100%;
    }

    .wallet-box-content {
        width: 100%;
        margin: 0 0px 20px;
    }

    .profile-setting-sec {
        padding: 20px 15px;
        height: 100%;
    }

    .profile-flex-content {
        display: none !important;
    }

    .profile-flex-content li {
        font-size: 26px;
        font-weight: 500;
        color: #A4A7AC;
    }

    .profile-flex-content span {
        font-size: 24px;
        font-weight: 700;
        color: #A4A7AC;
    }

    .left-content {
        font-size: 22px;
        padding-top: 25px;
    }

    .profile-set-heading {
        font-size: 33px;
    }

    .set-name {
        margin-bottom: 12px;
    }

    .set-link {
        text-align: end;
        margin-top: 12px;
    }

    .change-password-link {
        padding: 20px 0 0;
    }

    .bank-info-link {
        padding: 16px 0 0;
        display: block;
    }

    .profile-set-sec {
        padding: 80px 15px 80px;
    }

    .bank-tranfer-btn-modal .modal-dialog {
        max-width: 100% !important;
    }

    .modal-listing-content span {
        margin-left: 0 !important;
        display: block !important;
    }

    .modal-listing-btn {
        margin-top: 20px;
    }

    /*NOTIFICATION PAGE CSS BEGIN*/
    .notification-sec-bar {
        padding: 70px 15px 70px !important;
    }

    .notification-tag-heading {
        font-size: 30px;
    }

    .notification-sec-bar .nav-tabs .nav-link {
        font-size: 18px !important;
        padding: 10px 4px !important;
    }

    .notification-sec-bar .nav-tabs {
        justify-content: center !important;
        padding: 20px 0 30px;
    }

    .notification-contents {
        padding: 20px 15px 20px !important;
        width: 100% !important;
    }

    /*NOTIFICATION PAGE CSS END*/
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    .fa.fa-bell {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .number {
        left: 15px !important;
    }

    .box {
        width: 320px !important;
        left: -218px !important;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .graph-sec [class^=scrollbar] {
        height: auto;
        overflow-y: auto;
    }

    .graph-sec [class^=scrollbar] .table-responsive-slide {
        width: auto;
    }

    .table-tabs-content .table-bordered td {
        font-size: 12px;
    }

    .logo-sec img {
        width: 200px;
    }

    .signin-heading {
        font-size: 25px;
    }

    .signin-box {
        padding: 40px 45px 50px;
    }

    .otp-numberone-sec form input {
        width: 45px;
    }

    .signup-box {
        padding: 270px 0 140px;
    }

    .signup-copyright {
        padding: 230px 0 30px;
        position: initial;
    }

    header {
        padding: 28px 15px;
    }

    .mobile-show {
        display: block !important;
    }

    .avatar-dropdown {
        display: none;
    }

    header .navbar-collapse {
        margin: 30px 0 0;
    }

    header .navbar-dark .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }

    .avatar-content {
        margin: 15px 0 0px;
    }

    .account-heading {
        font-size: 16px;
        text-transform: uppercase;
    }

    .avatar-dropdown ul.dropdown-one {
        left: 0;
    }

    header .navbar-collapse.show {
        margin: 30px 0 0;
    }

    .graph-sec {
        padding: 0 15px 40px;
    }

    .table-tabs-content .nav-tabs .nav-link {
        padding: 5px 24px;
    }

    .tab-content .modal.show .modal-dialog {
        left: 0;
    }

    #search input[type="search"] {
        font-size: 23px;
    }

    .amount-content-box {
        margin: 30px 0 0;
    }

    .dep-green {
        padding: 10px 36px;
        margin-bottom: 10px;
    }

    .deposit-align {
        padding: 20px 20px 42px;
    }

    .dep-withdraw-btn {
        margin-top: 35px;
        text-align: center;
    }

    .position-table .table {
        width: 100%;
    }

    .need-help-sec {
        padding: 50px 15px 50px;
        height: 78vh;
    }

    .need-help-heading {
        font-size: 33px;
        width: 50%;
        margin: 0 auto 0 auto;
    }

    .need-help-text {
        font-size: 18px;
        padding: 13px 0 90px;
        width: 60%;
        margin: 0 auto 0 auto;
    }

    .help-boxes-row {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .need-help-boxes {
        padding: 70px 0 70px;
        margin-bottom: 20px;
    }

    .wallet-box-flex {
        display: block;
        margin: 0 0px 80px;
    }

    .wallet-count-sec {
        padding: 70px 15px 50px;
    }

    .bank-tranfer {
        margin: 50px 0px 0;
    }

    .transaction-content {
        margin: 50px 0 0 0px;
    }

    .transaction-table {
        width: 100%;
    }

    .wallet-box-content {
        width: 100%;
        margin: 0 0px 20px;
    }

    .profile-setting-sec {
        padding: 20px 15px;
        height: 100%;
    }

    .profile-flex-content {
        display: none !important;
    }

    .profile-flex-content li {
        font-size: 26px;
        font-weight: 500;
        color: #A4A7AC;
    }

    .profile-flex-content span {
        font-size: 24px;
        font-weight: 700;
        color: #A4A7AC;
    }

    .left-content {
        font-size: 22px;
        padding-top: 25px;
    }

    .profile-set-heading {
        font-size: 33px;
    }

    .set-name {
        margin-bottom: 12px;
    }

    .set-link {
        text-align: end;
        margin-top: 12px;
    }

    .change-password-link {
        padding: 20px 0 0;
    }

    .profile-set-sec {
        padding: 80px 15px 80px;
    }

    .xd-message {
        width: 60% !important;
    }

    .bank-tranfer-btn-modal .modal-dialog {
        max-width: 100% !important;
    }

    .modal-listing-content span {
        margin-left: 0 !important;
        display: block !important;
    }

    .modal-listing-btn {
        margin-top: 20px;
    }

    .table-tabs-content .table td {
        padding: 3px 9px;
    }

    /*NOTIFICATION PAGE CSS BEGIN*/
    .notification-sec-bar {
        padding: 70px 15px 70px !important;
    }

    .notification-tag-heading {
        font-size: 30px;
    }

    .notification-sec-bar .nav-tabs .nav-link {
        font-size: 18px !important;
        padding: 10px 4px !important;
    }

    .notification-sec-bar .nav-tabs {
        justify-content: center !important;
        padding: 20px 0 30px;
    }

    .notification-contents {
        padding: 20px 15px 20px !important;
        width: 100% !important;
    }

    /*NOTIFICATION PAGE CSS END*/

}

@media only screen and (min-width:992px) and (max-width: 1199px) {
    .graph-sec [class^=scrollbar] {
        height: 627px;
        overflow-y: scroll;
    }

    .logo-sec img {
        width: 200px;
    }

    .table-tabs-content .table-bordered td {
        font-size: 12px;
    }

    .signin-heading {
        font-size: 25px;
    }

    .signin-box {
        padding: 40px 25px 50px;
    }

    .otp-text {
        font-size: 14px;
    }

    .otp-numberone-sec form input {
        width: 36px;
    }

    .forgot-password {
        font-size: 13px;
    }

    .remember-text-field {
        font-size: 13px;
    }

    .signup-box {
        padding: 270px 0 140px;
    }

    .signup-copyright {
        padding: 230px 0 30px;
        position: initial;
    }

    header {
        padding: 28px 15px;
    }

    header .nav-item {
        padding: 0 20px 0 0;
    }

    .graph-sec {
        padding: 0 15px 40px;
    }

    .tab-content .modal.show .modal-dialog {
        left: 0;
    }

    .amount-content-box {
        margin: 0px 26px 0 0;
        width: 100%;
    }

    .dep-green {
        padding: 10px 10px;
        margin-bottom: 10px;
    }

    .deposit-align {
        padding: 30px 20px;
    }

    .dep-withdraw-btn {
        /* margin-top: 35px; */
    }

    .position-table .table {
        width: 100%;
    }

    .amount-content-box h4 {
        font-size: 27px;
    }

    .dep-red {
        padding: 10px 10px;
    }

    .amount-content-box span {
        font-size: 12px;
    }

    .main-amount-box {
        align-items: flex-end;
    }

    .help-boxes-row {
        width: 100%;
    }

    .wallet-count-sec {
        padding: 70px 15px 50px;
    }

    .bank-tranfer {
        margin: 50px 0px 0;
    }

    .transaction-content {
        margin: 50px 0 0 0px;
    }

    .transaction-table {
        width: 100%;
    }

    .wallet-box-content {
        width: 100%;
        margin: 0 10px 0 0;
        padding: 40px 15px;
    }

    .wallet-box-flex {
        margin: 0 0px 80px;
    }

    .wallet-box-content span {
        font-size: 25px;
    }

    .wallet-box-content p {
        font-size: 10px;
    }

    .profile-setting-sec {
        padding: 20px 15px;
        height: 100%;
    }

    .profile-flex-content {
        display: none !important;
    }

    .profile-flex-content li {
        font-size: 26px;
        font-weight: 500;
        color: #A4A7AC;
    }

    .profile-flex-content span {
        font-size: 24px;
        font-weight: 700;
        color: #A4A7AC;
    }

    .left-content {
        font-size: 22px;
        padding-top: 25px;
    }

    .profile-set-heading {
        font-size: 33px;
    }

    .set-name {
        margin-bottom: 12px;
    }

    .set-link {
        text-align: end;
        margin-top: 12px;
    }

    .change-password-link {
        padding: 20px 0 0;
    }

    .bank-tranfer-btn-modal .modal-dialog {
        max-width: 100% !important;
    }

    .modal-listing-content span {
        margin-left: 0 !important;
        display: block !important;
    }

    .modal-listing-btn {
        margin-top: 20px;
    }

    .table-tabs-content .table td {
        padding: 3px 9px;
    }

    /*NOTIFICATION PAGE CSS BEGIN*/
    .notification-contents {
        width: 80% !important;
    }

    /*NOTIFICATION PAGE CSS END*/
}

@media only screen and (min-width: 1260px) and (max-width: 1365px) {
    .graph-sec [class^=scrollbar] {
        height: 607px;
        overflow-y: scroll;
    }

    .otp-numberone-sec form input {
        width: 40px;
    }

    header .nav-item {
        padding: 0 20px 0 0;
    }

    .table-tabs-content .table-bordered td {
        font-size: 12px;
    }

    .forgot-password {
        font-size: 13px;
    }

    .remember-text-field {
        font-size: 13px;
    }

    .signup-box {
        padding: 270px 0 140px;
    }

    .signup-copyright {
        padding: 230px 0 30px !important;
        position: initial;
    }

    .tab-content .modal.show .modal-dialog {
        top: 340px;
        left: 2px;
    }

    .amount-content-box {
        margin: 0px 2px 0 0;
        width: 100%;
    }

    .dep-green {
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .deposit-align {
        padding: 30px 20px;
    }

    .amount-content-box h4 {
        font-size: 27px;
    }

    .dep-red {
        padding: 10px 15px;
    }

    .amount-content-box span {
        font-size: 12px;
    }

    .main-amount-box {
        align-items: flex-end;
    }

    .copyright-sec {
        padding: 10px 0 20px;
    }

    .wallet-box-content {
        width: 100%;
        margin: 0 10px 0 0;
        padding: 40px 15px;
    }

    .wallet-box-flex {
        margin: 0 0px 80px;
    }

    .wallet-box-content span {
        font-size: 25px;
    }

    .wallet-box-content p {
        font-size: 10px;
    }

    .wallet-box-flex {
        margin: 0 0px 80px;
    }

    .bank-tranfer {
        margin: 50px 20px 0;
    }

    .transaction-content {
        margin: 50px 0 0 20px;
    }

    .profile-setting-sec {
        padding: 20px 15px;
        height: 100%;
    }

    .profile-flex-content {
        display: none !important;
    }

    .profile-flex-content li {
        font-size: 26px;
        font-weight: 500;
        color: #A4A7AC;
    }

    .profile-flex-content span {
        font-size: 24px;
        font-weight: 700;
        color: #A4A7AC;
    }

    .left-content {
        font-size: 22px;
        padding-top: 25px;
    }

    .table-tabs-content .table td {
        padding: 3px 9px;
    }


    /*NOTIFICATION PAGE CSS BEGIN*/
    .notification-contents {
        width: 80% !important;
    }

    /*NOTIFICATION PAGE CSS END*/
}

@media only screen and (min-width:1366px) and (max-width: 1439px) {
    .table-tabs-content .table td {
        padding: 3px 9px;
    }

    .graph-sec [class^=scrollbar] {
        height: 575px;
        overflow-y: scroll;
    }

    header .nav-item {
        padding: 0 20px 0 0;
    }

    .otp-numberone-sec form input {
        width: 40px;
    }

    .table-tabs-content .table-bordered td {
        font-size: 12px;
    }

    .signup-box {
        padding: 270px 0 140px;
    }

    .signup-copyright {
        padding: 230px 0 30px !important;
        position: initial;
    }

    .tab-content .modal.show .modal-dialog {
        top: 340px;
        left: -42px;
    }

    .amount-content-box {
        margin: 0px 2px 0 0;
        width: 100%;
    }

    .dep-green {
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .deposit-align {
        padding: 30px 20px;
    }

    .amount-content-box h4 {
        font-size: 27px;
    }

    .dep-red {
        padding: 10px 15px;
    }

    .amount-content-box span {
        font-size: 12px;
    }

    .main-amount-box {
        align-items: flex-end;
    }

    .copyright-sec {
        padding: 10px 0 20px;
    }

    .wallet-box-content {
        width: 100%;
        margin: 0 10px 0 0;
        padding: 40px 15px;
    }

    .wallet-box-flex {
        margin: 0 0px 80px;
    }

    .wallet-box-content span {
        font-size: 25px;
    }

    .wallet-box-content p {
        font-size: 10px;
    }

    .wallet-box-flex {
        margin: 0 0px 80px;
    }

    .bank-tranfer {
        margin: 50px 20px 0;
    }

    .transaction-content {
        margin: 50px 0 0 20px;
    }

    .profile-setting-sec {
        padding: 20px 15px;
        height: 100%;
    }

    .profile-flex-content {
        display: none !important;
    }

    .profile-flex-content li {
        font-size: 26px;
        font-weight: 500;
        color: #A4A7AC;
    }

    .profile-flex-content span {
        font-size: 24px;
        font-weight: 700;
        color: #A4A7AC;
    }

    .left-content {
        font-size: 22px;
        padding-top: 25px;
    }

    /*NOTIFICATION PAGE CSS BEGIN*/
    .notification-contents {
        width: 80% !important;
    }

    /*NOTIFICATION PAGE CSS END*/
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .graph-sec [class^=scrollbar] {
        height: 627px;
        overflow-y: scroll;
    }

    header .nav-item {
        padding: 0 30px 0 0;
    }

    .table-tabs-content .table-bordered td {
        font-size: 12px;
    }

    .otp-numberone-sec form input {
        width: 53px;
    }

    .signup-box {
        padding: 270px 0 140px;
    }

    .signup-copyright {
        padding: 230px 0 30px;
        position: initial;
    }

    .tab-content .modal.show .modal-dialog {
        left: -98px;
        top: 340px;
    }

    .amount-content-box {
        margin: 0px 12px 0 0;
        width: 100%;
    }

    .deposit-align {
        padding: 30px 20px;
    }

    .amount-content-box h4 {
        font-size: 27px;
    }

    .amount-content-box span {
        font-size: 12px;
    }

    .main-amount-box {
        align-items: flex-end;
    }

    .dep-green {
        padding: 10px 22px;
    }

    .dep-red {
        padding: 10px 22px;
    }

    .wallet-box-flex {
        margin: 0 0px 80px;
    }

    .bank-tranfer {
        margin: 50px 20px 0;
    }

    .transaction-content {
        margin: 50px 0 0 20px;
    }

    .profile-setting-sec {
        padding: 20px 15px;
        height: 100%;
    }

    .profile-flex-content {
        display: none !important;
    }

    .profile-flex-content li {
        font-size: 26px;
        font-weight: 500;
        color: #A4A7AC;
    }

    .profile-flex-content span {
        font-size: 24px;
        font-weight: 700;
        color: #A4A7AC;
    }

    .left-content {
        font-size: 22px;
        padding-top: 25px;
    }

    .bank-tranfer-btn-modal .modal-dialog {
        max-width: 67% !important;
    }

    .modal-listing-content span {
        margin-left: 0 !important;
        display: block !important;
    }

    .modal-listing-btn {
        margin-top: 20px;
    }

    .table-tabs-content .table td {
        padding: 3px 9px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .table-tabs-content .table td {
        padding: 3px 9px;
    }

    .graph-sec [class^=scrollbar] {
        height: 707px;
        overflow-y: scroll;
    }

    .tab-content .modal.show .modal-dialog {
        left: -128px;
        top: 340px;
    }

    .amount-content-box {
        margin: 0px 26px 0 0;
        width: 100%;
    }

    .main-amount-box {
        align-items: flex-end;
    }

    .deposit-align {
        padding: 35px 20px 35px;
    }

    .bank-tranfer-btn-modal .modal-dialog {
        max-width: 67% !important;
    }

    .modal-listing-content span {
        margin-left: 0 !important;
        display: block !important;
    }

    .modal-listing-btn {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1680px) and (max-width: 1919px) {
    .graph-sec [class^=scrollbar] {
        height: 857px;
        overflow-y: scroll;
    }

    .tab-content .modal.show .modal-dialog {
        left: -176px;
    }
}

@media only screen and (min-width: 2560px) {
    .tab-content .modal.show .modal-dialog {
        left: -468px;
        top: 380px;
    }
}

/*RESPONSIVE CSS END*/

/*HEART CSS BEGIN*/
.fa-heart-o {
    color: red;
    cursor: pointer;
}

.fa-heart {
    color: red;
    cursor: pointer;
}

/*HEART CSS END*/

.xd-message {
    display: flex;
    flex-wrap: nowrap;
    width: 46%;
    height: 100%;
    min-height: 29px;
    background: #FFF;
    border: 1px solid #455870;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto 2rem auto;
}

.xd-message-icon {
    background: #455870;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 1.6rem;
    margin: 0;
    margin-left: -1px;
}

.xd-message-content {
    flex: 6;
    padding-left: 1.5rem;
    margin: 0;
    display: flex;
    align-items: center;
}

.xd-message-content p {
    padding: 0;
    margin: 0;
    color: #0369FF;
    font-weight: 700;
}

.xd-message-close {
    color: #455870;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    transition: color 0.4s ease;
}

.xd-message-close .close-icon {
    transition: color 0.4s ease;
}

.xd-message-close .close-icon:hover {
    color: #0b0e11;
}

.msg-danger {
    border: 1px solid #b05150;
}

.msg-danger .xd-message-icon {
    background: #931B20;
}

.msg-danger .xd-message-content,
.msg-danger .xd-message-close {
    color: #0369FF;
}

.msg-danger .xd-message-close .close-icon:hover {
    color: #0369FF;
}

.msg-success {
    border: 1px solid #47ae74;
}

.msg-success .xd-message-icon {
    background: #47ae74;
}

.msg-success .xd-message-content,
.msg-success .xd-message-close {
    color: #47ae74;
}

.msg-success .xd-message-close .close-icon:hover {
    color: #388a5c;
}

.msg-warning {
    border: 1px solid #ef974b;
}

.msg-warning .xd-message-icon {
    background: #ef974b;
}

.msg-warning .xd-message-content,
.msg-warning .xd-message-close {
    color: #ef974b;
}

.msg-warning .xd-message-close .close-icon:hover {
    color: #eb7c1c;
}

.hide {
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: hideMsgAlert 1s;
    animation: hideMsgAlert 1s;
}

.xd-message-content span {
    font-size: 20px;
}

@-webkit-keyframes hideMsgAlert {
    0% {
        opacity: 1;
        transform: translateX(-20%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes hideMsgAlert {
    0% {
        opacity: 1;
        transform: translateX(-20%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@media only screen and (max-width: 1000px) {

    .xd-message-icon,
    .xd-message-close {
        font-size: 1rem;
    }

    .xd-message-content {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 600px) {

    .xd-message-icon,
    .xd-message-close {
        font-size: 1rem;
    }

    .xd-message-content {
        font-size: 0.8rem;
    }

    .heading span {
        display: none;
    }
}

.watchlist-table {
    padding: 33px 0 0;
    width: 70%;
}

.watchlist-color {
    color: #86ABE1 !important;
}

.bank-tranfer-btn-modal .modal-header {
    border-bottom: 0;
    background-color: #131722;
    padding: 22px 10px 10px;
}

.bank-tranfer-btn-modal .modal-footer {
    border-top: 0;
    background-color: #131722;
}

.bank-tranfer-btn-modal .modal-body {
    background-color: #131722;
}

.bank-tranfer-btn-modal .modal-dialog {
    max-width: 50%;
    border-radius: 15px;
}

.modal-body-content h4 {
    color: #A4A7AC;
    font-size: 40px;
    text-align: center;
}

.modal-body-content i {
    margin-right: 7px;
}

.add-account-link {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #0369FF !important;
    margin: 17px 0 20px;
}

.modal-box-content {
    background-color: #1D2331;
    border-radius: 8px;
    padding: 25px 25px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 82%;
    margin: 50px auto 0 auto;
}

.modal-listing-content li {
    font-weight: 500;
    font-size: 20px;
    color: #A4A7AC;
    padding: 5px 0 0;
}

.modal-listing-content span {
    margin-left: 18px;
}

.modal-listing-btn .btn-primary {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #0369FF;
    border-radius: 0;
    padding: 12px 58px;
}

.bank-tranfer-btn-modal .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #0369FF;
    border-color: #0369FF;
    color: #fff;
}

.bank-tranfer-btn-modal .modal-header .close {
    padding: 0rem 0rem;
    margin: 0rem 0rem 0rem auto;
    background-color: #A4A7AC;
    color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-drop-list-inner {
    width: 81%;
    margin: 36px auto 25px auto;
}

.modal-drop-list-inner .form-control {
    height: auto;
    background-color: transparent;
    padding: 20px 20px;
    outline: none;
    border-color: #505D6B;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    color: #A4A7AC;
}

.wallet-withdraw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto 0 auto;
}

.wallet-select-field {
    width: 100%;
    margin: 0 19px;
}

.wallet-select-field .form-control {
    height: auto;
    background-color: transparent;
    padding: 20px 20px;
    outline: none;
    border-color: #505D6B;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    color: #A4A7AC;
}

.modal-next-btn {
    text-align: center;
    padding: 50px 0 50px;
}

.modal-next-btn .btn-primary {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #0369FF;
    border-radius: 0;
    padding: 12px 58px;
    margin: 0 auto;
}

.withdraw-summary-text {
    font-size: 20px;
    font-weight: 600;
    color: #A4A7AC !important;
    text-align: center;
    margin: 30px 0 0;
}

.balance-amount-re ul {
    border-top: 1px solid #343B4A;
    border-bottom: 1px solid #343B4A;
    width: 72%;
    margin: 30px auto 0 auto;
    padding: 6px 36px;
}

.balance-amount-re li {
    font-weight: 500;
    color: #A4A7AC;
    padding: 7px 0;
}

.bank-name-heading {
    font-size: 20px;
    font-weight: 500;
    color: #A4A7AC;
}

.withdraw-box {
    font-weight: 500;
    color: #A4A7AC;
    width: 64%;
    margin: 10px auto 0 auto;
}

.screen-bg {
    padding-right: 0 !important;
}

.results {
    display: none;
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    width: 60%;
    margin: 0 auto 0 auto;
}

.results li {
    display: block;
}

.results li:first-child {
    margin-top: -1px
}

.results li:first-child:before,
.search .results li:first-child:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border: 5px outset transparent;
}

.results li:first-child:before {
    border-bottom: 5px solid #c4c7d7;
    top: -11px;
}

.results li:nth-child(1) {
    border-bottom: 1px solid #ffffff45;
}

.results li:nth-child(2) {
    border-bottom: 1px solid #ffffff45;
}

.results li:nth-child(3) {
    border-bottom: 1px solid #ffffff45;
}

.results li:first-child:after {
    border-bottom: 5px solid #fdfdfd;
    top: -10px;
}

.results li:first-child:hover:before,
.search .results li:first-child:hover:after {
    display: none
}

.results li:last-child {
    margin-bottom: -1px;
}

.results a {
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 6px 40px 6px 10px;
    color: #808394;
    font-weight: 500;
    text-shadow: 0 1px #fff;
    border: 1px solid transparent;
    border-radius: 3px;
}

.results a span {
    font-weight: 200
}

.results a:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    background: url("https://cssdeck.com/uploads/media/items/7/7BNkBjd.png") 0 0 no-repeat;
}

.results a:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    border-color: #2380dd #2179d5 #1a60aa;
    background-color: #338cdf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59aaf4), color-stop(100%, #338cdf));
    background-image: -webkit-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -moz-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -ms-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -o-linear-gradient(top, #59aaf4, #338cdf);
    background-image: linear-gradient(top, #59aaf4, #338cdf);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -o-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
}

#searchform input:focus+.results {
    display: block
}

.watchlist-view-all {
    color: #0369FF;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.watchlist-hearts {
    margin-top: 33px;
    width: 9% !important;
}

.eye-box {
    position: absolute;
    top: 17px;
    right: 20px;
    color: #A4A7AC;
    font-size: 18px;
}

.eye-box a {
    color: #A4A7AC;
}

.signup-account {
    text-align: center;
}

.signup-account .btn-danger {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    width: auto;
    border-radius: 0;
    padding: 8px 0;
    border: 0;
    border-color: #0369FF !important;
    background-color: #0369FF !important;
    box-shadow: none;
}

#watchlistModal .modal-header {
    background-color: #1D2331;
    border-bottom: 0;
    color: #fff;
}

#watchlistModal .tab-content .modal-body {
    padding: 25px 20px;
    color: #fff;
    background-color: #1D2331;
}

#watchlistModal .modal-footer {
    background-color: #1D2331;
    border-top: 0;
}

.eye-box .fa-eye-slash:before {
    position: absolute;
}

.setting-row #country {
    color: #000 !important;
}

.table-box thead th {
    color: #fff;
}

.table-box thead td {
    color: #fff;
}

.avatar-round-img img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.img-dropdown img {
    border-radius: 50%;
    width: 62px;
    height: 62px;
}

.graph-side-btns {
    margin: 19px 0 20px;
}

.graph-side-btns li {
    display: inline-block;
    padding: 0 6px 0 0;
}

.graph-side-btns a {
    color: #86ABE1;
    font-size: 20px;
    padding: 8px 10px;
}

.graph-side-btns a:focus {
    padding: 8px 10px;
    background-color: #ffffff52;
    border-radius: 4px;
}

.graph-more {
    font-size: 16px !important;
}

.graph-more i {
    vertical-align: middle;
    margin-left: 4px;
}

.graph-more:focus {
    background-color: transparent !important;
}

.bank-setting-sec {
    height: 100vh;
    padding: 20px 120px;
}

.bank-setting-sec .change-password-link {
    padding: 35px 0 20px;
}

.bank-tranfer-btn {
    display: flex;
    align-items: center;
}

.icons {
    display: inline;
    float: right
}

.notification {
    padding-top: 10px;
    position: relative;
    display: inline-block;
}

.number {
    height: 20px;
    width: 20px;
    background-color: #1D2331;
    border-radius: 20px;
    color: #A6AEB7;
    text-align: center;
    position: absolute;
    top: -4px;
    left: 56px;
    padding: 3px;
    border-style: solid;
    border-width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

.number:empty {
    display: none;
}

.notBtn {
    transition: 0.5s;
    cursor: pointer
}

.fa.fa-bell {
    font-size: 22px !important;
    padding-bottom: 10px;
    color: #A6AEB7;
    margin-right: 40px;
    margin-left: 40px;
}

.box {
    width: 450px;
    height: 0px;
    border-radius: 10px;
    transition: 0.5s;
    position: absolute;
    overflow-y: scroll;
    padding: 0px;
    left: -300px;
    margin-top: 5px;
    background-color: #1D2331;
    /* -webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.2); */
    -moz-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
     box-shadow: 1px 0px 11px 2px rgba(0,0,0,0.1); 
    cursor: context-menu;
    z-index: 2;
    /* box-shadow: 0 0 13px 2px #ffffff1c; */
}

.notBtn:hover>.box {
    height: 60vh
}

.content {
    padding: 20px;
    color: black;
    vertical-align: middle;
    text-align: left;
}

.gry {
    background-color: #F4F4F4;
}

.top {
    color: black;
    padding: 10px
}

.display {
    position: relative;
}

.cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1D2331;
}

.cont:empty {
    display: none;
}

.stick {
    text-align: center;
    display: block;
    font-size: 50pt;
    padding-top: 70px;
    padding-left: 80px
}

.stick:hover {
    color: black;
}

.cent {
    text-align: center;
    display: block;
}

.sec {
    padding: 25px 10px;
    background-color: #1D2331;
    transition: 0.5s;
}

.profCont {
    padding-left: 15px;
}

.profile {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 75px;
    float: left;
}

.txt {
    vertical-align: top;
    padding: 5px 10px 0px 5px;
    color: #A6AEB7;
    font-size: 16px;
    font-weight: 700;
}

.sub {
    color: #1AAA74;
    font-size: 14px;
    font-weight: 700;
}

.sec:hover {
    background-color: #BFBFBF;
}

.sec:hover .txt {
    color: #000;
}

.sec:hover .sub {
    color: #931B20;
}

.notification .scrollbar {
    margin-left: 30px;
    float: left;
    /* background: #212529; */
    overflow-y: scroll;
    margin-bottom: 25px;
}

.notification #style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.notification #style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.notification #style-3::-webkit-scrollbar-thumb {
    background-color: #0369FF;
}

.notify-view-all {
    color: #0369FF;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 20px 0;
    background-color: #1D2331;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.new-bg {
    background-image: url('/front/images/new-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#chart {max-width: 650px;margin: 35px auto;}
.apexcharts-xaxis-texts-g text {fill: #A4A7AC;}
.apexcharts-yaxis-texts-g text {fill: #A4A7AC;}
.apexcharts-menu-icon svg, .apexcharts-reset-icon svg, .apexcharts-zoom-icon svg, .apexcharts-zoomin-icon svg, .apexcharts-zoomout-icon svg {fill: #A4A7AC !important;}
.apexcharts-pan-icon svg {fill: #A4A7AC !important;}
.main-graph-div {position: relative;}
.days-filter {position: absolute;top: -10px;left: 18px;z-index: 2;}
.days-filter li {display: inline;padding: 0 10px 0 0;}
.days-filter a {font-family: 'Jura', sans-serif;font-size: 17px;font-weight: 700;color: #86ABE1;}
.apexcharts-toolbar {top: -10px !important;}
