@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/roboto/roboto-v19-latin-100.eot');
    src: local('Roboto Thin'), local('Roboto-Thin'),
        url('../fonts/roboto/roboto-v19-latin-100.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/roboto-v19-latin-100.woff2') format('woff2'),
        url('../fonts/roboto/roboto-v19-latin-100.woff') format('woff'),
        url('../fonts/roboto/roboto-v19-latin-100.ttf') format('truetype'),
        url('../fonts/roboto/roboto-v19-latin-100.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto/roboto-v19-latin-300.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../fonts/roboto/roboto-v19-latin-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/roboto-v19-latin-300.woff2') format('woff2'),
        url('../fonts/roboto/roboto-v19-latin-300.woff') format('woff'),
        url('../fonts/roboto/roboto-v19-latin-300.ttf') format('truetype'),
        url('../fonts/roboto/roboto-v19-latin-300.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto/roboto-v19-latin-regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/roboto/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/roboto-v19-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto/roboto-v19-latin-regular.woff') format('woff'),
        url('../fonts/roboto/roboto-v19-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto/roboto-v19-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto/roboto-v19-latin-500.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../fonts/roboto/roboto-v19-latin-500.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/roboto-v19-latin-500.woff2') format('woff2'),
        url('../fonts/roboto/roboto-v19-latin-500.woff') format('woff'),
        url('../fonts/roboto/roboto-v19-latin-500.ttf') format('truetype'),
        url('../fonts/roboto/roboto-v19-latin-500.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto/roboto-v19-latin-700.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../fonts/roboto/roboto-v19-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/roboto-v19-latin-700.woff2') format('woff2'),
        url('../fonts/roboto/roboto-v19-latin-700.woff') format('woff'),
        url('../fonts/roboto/roboto-v19-latin-700.ttf') format('truetype'),
        url('../fonts/roboto/roboto-v19-latin-700.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto/roboto-v19-latin-900.eot');
    src: local('Roboto Black'), local('Roboto-Black'),
        url('../fonts/roboto/roboto-v19-latin-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/roboto-v19-latin-900.woff2') format('woff2'),
        url('../fonts/roboto/roboto-v19-latin-900.woff') format('woff'),
        url('../fonts/roboto/roboto-v19-latin-900.ttf') format('truetype'),
        url('../fonts/roboto/roboto-v19-latin-900.svg#Roboto') format('svg');
}

body {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    background: #FFF;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ml-40{
    margin-left: 40px;
}
.ml-36{
    margin-left: 36px;
}
.mb5 {
    margin-bottom: 5px !important;
}
.form-group {
    margin-bottom: 5px;
}
.w-200 {
    width: 200px;
}
button:focus{
    outline: none;
}
.heading {
    margin-bottom: 40px;
}
.heading h2 {
    font-size: 36px;
    font-weight: 300;
}
.heading h2 b {
    font-weight: bold;
    border-bottom: 2px dotted #fdda22;
    padding-bottom: 5px;
}
.buy_highlight{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #49D295;
    z-index: 0;
    opacity: 0.2 !important;
}
.sell_highlight{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #FF3F3F;
    z-index: 0;
    opacity: 0.2 !important;
}

.sell, .red { color: #FF3F3F !important; }
.buy, .green { color: #49D295 !important; }
.mb-30 { margin-bottom: 20px; }
.padding-right { padding-right: 10px !important; }
.padding-left { padding-left: 10px !important; }

.btn.btn-theme {
    background: #FFF;
    border: 2px solid #fdda22;
    height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #fa9311;
    font-size: 15px;
    padding: .375rem 1rem;
    transition: all 0.3s ease-in-out;
}
.btn-theme p {
    float: right;
    margin: 0;
    padding-left: 10px;
}

.active_market {
    background-color: rgba(250, 176, 59, 0.2);

}
.curr_dropdown_box tr {
    cursor: pointer;
}
.btn.btn-theme:hover {
    background: #fdda22;
    color: #FFF;
}
.btn.btn-sm.btn-theme {
    height: 32px;
    font-size: 12px;
    padding: .375rem 0.6rem;
    border: 1px solid #fdda22;
}
.btn.btn-theme:hover {
    background: #fdda22;
    color: #FFF;
}
.btn:focus { box-shadow: none; }
.form-control {
    height: 36px;
    padding: 5px 10px;
    font-size: 15px;
}
.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    border: 1px solid #fdda22;
}
a.navbar-brand img {
    height: 38px;
    display: block;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color:  #fdda22; }
.custom-control-label::before {
    background-color: #FFF;
    border: 1px solid #fdda22;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #fdda22;
    background-color: #fdda22;
}
.custom-control-input:focus ~ .custom-control-label::before { box-shadow: none; }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border: 1px solid #fdda22;
}

/* Side Menu */
#sidebar {
    width: 220px;
    background: #FFF;
    color: #333;
    transition: all 0.3s;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
    position: fixed;
    height: 100vh;
    overflow: auto;
}
#sidebar .sidebar-header {
    padding: 5px 10px;
    background: #FFF;
    height: 49px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EEE;
}
#sidebar .sidebar-header img.large-logo  {
    width: 140px; 
    display: block; 
}
#sidebar .sidebar-header img.small-logo {
    width: 44px; 
    display: none;
}
#sidebar ul {
    padding: 20px 0 0;
    margin-bottom: 0;
    list-style: none;
}
#sidebar ul li {
    width: 190px;
    margin-bottom: 10px;
    transition: all 0.3s;
} 
#sidebar ul li a {
    padding: 8px 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
#sidebar ul li a i {
    margin-right: 7px;
    font-size: 18px;
}
#sidebar ul li.active > a, #sidebar ul li a:hover {
    color: #fff;
    background: #fdda22;
    border-radius: 0 5px 5px 0;
}
#sidebar ul li.toggle-button {
    width: 100%;
    margin-bottom: 0;
}
#sidebar ul li.toggle-button .btn {
    background: #fdda22;
    color: #FFF;
    width: 44px;
    height: 44px;
    padding: 8px;
    font-size: 20px;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
    margin-left: 15px;
}
.dropdown-toggle::after { display: none; }

#sidebar.active {
    width: 80px;
    text-align: center;
}

#sidebarCollapse.active .fa-angle-left:before {
    content: "\f105";
}
#sidebar.active .sidebar-header img.large-logo  { display: none; }
#sidebar.active .sidebar-header img.small-logo { 
    display: block; 
    margin: 0 auto;
}
#sidebar.active ul li a{
    justify-content: center;
}
#sidebar.active ul li a i {
    margin-right: 0;
    margin-bottom: 0;
    display: block;
    font-size: 24px;
}
#sidebar.active ul li.active > a, #sidebar.active ul li > a:hover { border-radius: 0; }
#sidebar.active ul li span { display: none; }
#sidebar.active ul li { width: 100%; }

#sidebarCollapse { display: block; }
#sidebarCollapse1 { 
    background: #fdda22;
    width: 32px;
    height: 32px;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    margin-right: 10px;
    display: none;
}
body.active #content {
    margin-left: 80px;
}
/* Side Menu */

.wrapper {
    display: flex;
    align-items: stretch;
    flex: 1;
}
/* Navigation */
.navbar {
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.navbar { padding: 0 10px; }
.navbar .navbar-nav .nav-item .nav-link {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 15px;
    border-top: 3px solid transparent;
    transition: all 0.2s ease-in-out;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item:hover .nav-link {
    border-top: 3px solid #fdda22;
    color: #fdda22;
}
.navbar .navbar-nav .nav-item .nav-link i {
    margin-right: 10px;
    font-size: 18px;
}
.navbar .navbar-nav .nav-item .nav-link{
    display: flex;
    align-items: center;
}
.profilepic img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}
.profilepic h6 {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-left: 10px;
}

.profilepic h6:first-of-type {
    margin-top: 0;
    border: 0;
}

.profilepic .dropdown-item {
    padding: 0.15rem 1.3rem !important;
}

.wallet-balance { align-items: center; }
.wallet-balance li {
    padding-left: 25px;
    display: flex;
    align-items: center;
}
.wallet-balance li:first-child { padding-left: 0; }
.wallet-balance li i {
    color: #fdda22;
    font-size: 18px;
}
.wallet-balance li span {font-weight: 500; }
.language-dropdown {
    position: absolute;
    top: -10px;
    right: 0;
}
.language-dropdown .lang-en .flag {
    background-image: url("http://findicons.com/files/icons/282/flags/48/united_states_of_america_usa.png");
    background-size: cover;
}
.language-dropdown .lang-pt .flag {
    background-image: url("http://icons.iconarchive.com/icons/icondrawer/flags/48/Brazil-icon.png");
}
.language-dropdown .lang-es .flag {
    background-image: url("http://www.imaginarium.pt/responsive/2015/images/iconsFicha/banderaES.png");
}
.language-dropdown label,
.language-dropdown ul li {
    display: block;
    width: 24px;
    height: 20px;
    background: #fff;
    padding: 0;
    cursor: pointer;
    margin-bottom: 0;
}
.language-dropdown ul.lang-list {
    position: relative;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
}
.language-dropdown ul.lang-list li.selected { display: none; }
.language-dropdown label {
    position: relative;
    z-index: 2;
}
.language-dropdown .lang-flag .flag,
.language-dropdown .lang-list .lang .flag {
    float: left;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.language-dropdown.open ul.lang-list {
    visibility: visible;
    opacity: 1;
}
/* //Navigation */

/* Content */
#content {
    position: relative;
    z-index: 0;
    width: 100%;
}
.main-content {
    padding: 20px;
    background-color: #f0f5fb;
    height: 100%;
}
.content-section {
    width: 100%;
}
.card { 
    position: relative;
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
    border: 0px;
}
.card-header {
    background: #FFF;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.card-header h4 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 0;
}
.card-header > div {
    display: flex;
    align-items: center;
}
/*.card-header .dropdown{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}
.card-header .dateselection .dropdown {
    position: initial;
    transform: none;
}*/
.card-body {
    padding: 10px;
}
.card-body-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.downloabuttons .btn {
    font-size: 14px;
    font-weight: 600;
    height: 36px;
    width: 80px;
    line-height: 18px;
    border-radius: 3px;
    padding: 5px;
    margin: 3px;
    background: #EEE;
    border: 1px solid #DDD;
    transition: all 0.3s ease-in-out;
}
.downloabuttons .btn:hover,
.downloabuttons .btn:focus {
    background: #fdda22;
    border: 1px solid #fdda22;
    color: #fff;
}
.dateselection span {
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
}
.dateselection {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.searchbox {
    position: relative;
}
.search {
    width: 200px;
    max-width: 0;
    padding: 5px 10px;
    transition: all .5s ease;
    position: absolute;
    box-sizing: border-box;
    opacity: 0;
    top: -6px;
    right: 10px;
    border: 1px solid #DDD;
    border-radius: 5px;
}
.search:focus{
    outline: none;
    border-color: #fdda22;
}
.expanded .search {
    max-width:200px;
    opacity:1;
    right: 35px;
}
.searchicon {
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 10px;
    text-align: center;
}

/* Custom Popup */
.modal_body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    max-height: 100%;
}
.close_popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-popup {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: inherit;
    border-radius: 10px;
    display: none;
    background: rgba(0,0,0,0.75);
    z-index: 3;
}
.custom-popup-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 20px;
    flex-direction: column;
}
.custom-popup-content .box {
    background: #FFF;
    border-radius: 0 0 10px 10px;
    position: relative;
    flex: 1;
    overflow: auto;
}
.custom-popup-content .box.bigbox {
    width: 100%;
}
.custom-popup-content .box.smallbox { 
    width: 450px; 
    max-height: 100%;
    overflow: auto;
}
.custom-popup-content .box.infobox { min-width: 600px; }
.custom-popup-content h4 {
    text-align: center;
    line-height: 26px;
    margin-bottom: 15px;
    font-size: 18px;
}
.box-header {
    background: #EEE;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.box-header.smallheader { width: 450px; }
.box-header h2 {
    font-size: 18px;
    margin-bottom: 0;
}
.closeicon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #FFF;
    text-align: center;
    line-height: 26px;
    display: block;
    cursor: pointer;
}
.box-body {
    padding: 15px;
    height: 100%;
    overflow-y: auto;
}
.closeicon i {
    font-size: 26px;
    color: #fdda22;
}
.custom-popup-content .box .social-media-share a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #FFF;
    font-size: 20px;
    margin: 5px;
}
.custom-popup-content form .form-group label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
}
.custom-popup-content form .form-group .form-control {
    height: 44px;
    padding: 5px 10px;
    font-size: 15px;
}
.or {
    text-align: center;
    margin: 10px 0;
    color: #777;
    font-weight: 600;
}
#FrozenWalletPopup{
    height: auto;
}

.fixed_popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7779;
    border-radius: 0px;
}
/* //Custom Popup */

/* Verification Card */
.verification_list {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 100px;
    margin: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.verification_list .icon {
    width: 40px;
    flex: 0 0 40px;
    margin-right: 15px;
    font-size: 36px;
}
.unverify{
    color: #777;  
}
.verify{
    color: #fdda22;  
}
.verification_list .details{
    flex: 1;
}
.verification_list svg{
    color: rgba(0, 0, 0, 0.125);
}
.verification_list .details h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.verification_list .details p {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
}
.verification_list.verify {
    background-color: rgba(253, 218, 34, 0.1);
}
/* //Verification Card */

/* Best Offer Card */
.chart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-height: 350px;
    overflow: auto;
}
.chart-list {
    background-color: #FFF;
    padding: 12px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    border-radius: 8px;
    width: calc(50% - 14px);
    flex: 0 0 calc(50% - 14px);
    margin: 7px;
    height: 160px;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: contain !important;
}
.chart-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.coin-details img {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.coin-details {
    display: flex;
    align-items: flex-start;
    font-weight: 500;
}
.coin-details p { margin-bottom: 5px; }
.buyselllink {
    display: block;
    text-align: right;
}
.buyselllink a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-left: 2px;
}
.chart-bottom {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
}
.chart-bottom span { color: #FF3F3F; }
.favourite { color: #777; }


/* //Best Offer Card */

/* Fund/Performance Card */
.dropdown-toggle { cursor: pointer; }
.dropdown-menu.custom-dropdown {
    right: 0;
    left: inherit !important;
    margin: 0;
    padding: 5px 0;
    min-width: 200px;
}
.table td .dropdown-menu.custom-dropdown {
    left: 0 !important;
}
.dropdown-menu.custom-dropdown .dropdown-item {
    padding: 0.4rem 1rem;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #fdda22;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #fdda22;
}
.table td, .table th {
    padding: 6px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
}
.table td.norecordfound { text-align: center; }

.table-common img { 
    margin-right: 10px; 
    width: 24px;
    vertical-align: middle;
    border-radius: 100px;
}
.table-common.table thead { 
    background: #F0F5FB; 
    font-size: 16px;
    color: #777;
}
.table-common.table thead th {
    border: none;
    font-weight: 500;
    white-space: nowrap;
    font-size: 14px;
}
.table-common.table td {
    font-size: 14px;
    color: #777;
    white-space: nowrap;
}
.wallet_dropdown select {
    border: 0 !important;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    background: no-repeat;
    padding: 0 5px;
}
.table-common.table td.name{
    color: #333;
    font-weight: 500;
}
/* .transaction-table.table td { font-size: 14px; } */
.transaction .table-common.table td {
    border: 0;
    padding: 1px 5px;
}

.transaction .table-common.table thead th {
    font-size: 13px;
    padding: 8px 5px;
}
.total-balance {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.total-balance span { color: #777; }
/* //Fund/Performance Card */

/* My Favourite Card */
.myfavourite-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #DDD;
    border-radius: 15px;
    padding: 11px;
    margin-bottom: 10px;
}
.myfavourite-list .icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.myfavourite-list .icon img {
    width: 40px;
    flex: 0 0 40px;
    margin-right: 12px;
}
.myfavourite-list .icon span {
    font-size: 18px;
    font-weight: 500;
}
.myfavourite-list p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
}
/* //My Favourite Card */

/* Best Performance Card */
.dashboard-tab .nav-tabs {
    border-bottom: none;
    align-items: center;
    color: #ccc;
} 
.dashboard-tab .nav-tabs .nav-link {
    border: none;
    padding: 0 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}
.dashboard-tab .nav-tabs .nav-link.active,
.dashboard-tab .nav-tabs .nav-link:hover { color: #fdda22;
} 
/* //Best Performance Card */

.viewmore, .discovermore {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fdda22;
}
.viewmore:hover, .discovermore:hover { color: #fdda22; }

/* Referral Program */
.earned-progress {
    background: #F0F5FB;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.progress {
    background-color: rgba(250, 176, 59, .3);
    height: 20px;
}
.progress-bar { 
    color: #333; 
    font-weight: 500;
}
.progress-bar.first { background: #fdda22; }
.progress-bar.second { background: rgba(250, 176, 59, .6) }
.progress-bar.third { background: rgba(250, 176, 59, .4) }

.social-media-share label {
    margin-bottom: 0;
    font-weight: 500;
}
.social-media-share a {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #FFF;
    font-size: 16px;
    margin-left: 5px;
}
.social-media-share a.facebook-icon { background: #39559a; }
.social-media-share a.twitter-icon { background: #359ced; }
.social-media-share a.linkedin-icon { background: #2777b5; }
.social-media-share a.google-icon { background: #e44033; }
/* //Referral Program */

/* Promotional Quest */
.promotional-quests p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.promotional-quests span { color: #fdda22; }
.promotion-fund {
    background: #FFF;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}
.promotion-fund h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #777;
}
.promotion-fund h2 {
    font-size: 30px;
    color: #fa9311;
    margin: 0px;
} 
.promotion-fund h2 span { font-size: 18px; }
.follow-social {
    border: 1px solid #fdda22;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin-bottom: 15px;
}
.follow-social h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: -25px;
}
.social-media-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.covexcoin {
    display: flex;
    align-items: center;
}
.covexcoin span {
    font-size: 18px;
    font-weight: 500;
}
.covexcoin img {
    width: 36px;
    margin-left: 5px;
}
.lavel-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.level-box-list {
    margin: 10px;
    width: calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    background: #FFF;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
.level-box-list p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #777;
    margin-bottom: 5px;
}
.level-box-list h4 {
    font-size: 30px;
    color: #fa9311;
    margin-bottom: 0;
}
.share-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}
.share-links .btn { margin: 10px; }
.share-links .btn {
    margin: 7px;
    width: calc(33.33% - 14px);
    flex: 0 0 calc(33.33% - 14px);
    background: #FFF;
    border: 1px solid #fdda22;
    height: auto;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 21px;
    color: #fa9311;
    font-size: 15px;
    padding: 0.7em 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}
.share-links .btn:hover {
    background: #fdda22;
    color: #FFF;
}
/* //Promotional Quest */

.wallettype {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wallettype label {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
.wallettype label.selected { color: #fdda22 }
.wallettype a {
    display: block;
    height: 46px;
    width: 46px;
    margin: 5px 15px;
    background: #fdda22;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
}

/* Chart */
.donutchart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px 0;
}
.donutchart img { max-width: 270px; }
.donut-details {
    text-align: center;
    margin-top: 50px;
}
.donut-details span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #777;
}
.donut-details h4 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 20px;
}
/* //Chart */

.ad-section {
    width: 160px;
    flex: 0 0 160px;
}
.ad-section img { width: 100%; }
/* //Content */

.copyright {
    background: #333;
    padding: 12px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 0;
    height: 2px;
    background-color: #DDD;
}

/* Basic Exchange */

.basic-exchange,
.advance-exchange {
    padding: 10px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f0f5fb;
}
.basic-exchange #AboutCoinPopup .box {
    flex: inherit;
}

.exchange-nav { align-items: center; }
.toggle-switch {
    padding: 0.4rem 1rem;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-link{
    margin-right: 20px;
}
.exchange-nav li.icon-link a.dropdown-toggle,
.exchange-nav li.icon-link a.theme-mode {
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
}
.basic-exchange .row {
    margin-left: -5px;
    margin-right: -5px;
    flex-wrap: nowrap;
}
.row .column.column-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 5px;
    padding-right: 5px;
}
.row .column.column-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 5px;
    padding-right: 5px;
}
.row .column.column-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 5px;
    padding-right: 5px;
}

.latest > .card > .card-body > .latest-list > .latest-list-body {
    height: calc(100vh - 158px);
    overflow-y: auto;
    overflow-x: hidden;
}
.orderbook > .card > .card-body {
    height: calc(100vh - 115px);
    /*overflow-y: auto;
    overflow-x: hidden;*/
}
.balance > .card > .card-body {
    height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}

.latest-list-header,
.order-list-header,
.transaction-list-header {
    background: #F0F5FB;
    border-radius: 5px;
}
.latest-list-header ul,
.order-list-header ul,
.transaction-list-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.latest-list-header ul li,
.order-list-header ul li,
.transaction-list-header ul li {
    display: block;
    padding: 8px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #777;
    flex: 1;
}
.latest-list-body ul,
.order-list-body ul,
.transaction-list-body ul {
    padding: 0;
    margin: 0;
}
.latest-list-body ul li,
.order-list-body ul li,
.transaction-list-body ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.latest-list-body ul li p,
.order-list-body ul li p,
.transaction-list-body ul li p {
    font-size: 14px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 0;
    padding: 1px 5px;
    position: relative;
    z-index: 1;
    flex: 1;
}
.latest-list-body ul li span,
.order-list-body ul li span,
.transaction-list-body ul li span{
    opacity: 0.5; 
}
.transaction {
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 !important;
    flex-direction: column;
    max-width: inherit !important;
}
.advance_asset {
    background: rgba(253, 218, 34, 0.2);
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
}
.custom-popup-about {
    top: 100%;
    bottom: inherit;
}
.advance_assets {
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 14px;
}
.advance_assets.asstes1 h6 {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
}
.advance_assets p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.advance_assets p span {
    color: #777;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
}
.advance_assets.asstes1 a {
    display: flex;
    margin-left: 15px;
}
.advance_assets.asstes1 a img {
    margin-right: 10px;
}
.advance_assets.asstes2 label {
    margin: 0;
}
.advance_assets.asstes2  label {
    font-weight: 500;
    color: #777;
    margin: 0px;
}
.advance_assets.asstes2 span {
    font-weight: 500;
}
.advance_assets.asstes2 span small {
    font-weight: 500;
    color: #777;
    font-size: 100%
}
.advance_assets.asstes2 a {
    color: #fdda22;
    font-weight: 500;
    margin-left: 10px;
}
.basic-exchange .chart-card,
.advance-exchange .chart-card {
    -webkit-box-flex: 1;
    flex: 1;
}
.basic-exchange .transaction-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.advance-exchange .transaction-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.drop{
    position: relative;
}
.drop .nav-link{
    display: flex;
}
.drop .nav-link i{
    padding-left: 5px;
}
.adv_transaction .buy-card{
    margin-bottom: 10px;
    display: block;
}
.adv_transaction .form-group {
    margin-bottom: 0.5rem;
}
.adv_transaction .form-control{
    font-size: 13px;
}
.advance-exchange .buy-card .card-body {
    padding: 10px;
}
.advance-exchange .transaction > .card > .card-body > .latest-list > .latest-list-body {
    max-height: 155px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: calc(100vh - 615px);
}
.adv_transaction {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 70px);
}
.adv_transaction .card-body{
    flex: 1;
    overflow: hidden;
}
.adv_transaction .latest-list-body{
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}
.adv_transaction .transaction-card{
    flex: 1;
    height: calc(100vh - 500px);
}

.adv_transaction .latest-list {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.order-list-body {
    flex: 1;
    overflow-y: auto;
}
.order-list {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 113px);
}
.value {
    background: #F0F5FB;
    text-align: center;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    color: #777;
    margin-bottom: 0;
}
.value span { color: #333; }
.aggregation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #CCC;
    padding: 10px 10px;
}
.aggregation span {
    font-size: 14px;
    font-weight: 500;
    color: #777;
}
.aggregation label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}
.plusminusbutton { display: flex; }
.plusminusbutton a {
    display: block;
    width: 26px;
    height: 20px;
    background: #f0f5fb;
    text-align: center;
    line-height: 18px;
    font-weight: 500;
    border: 1px solid #DDD;
    font-size: 15px;
    margin-left: 2px;
}
.chart-card { margin-bottom: 10px; }
.chart-card #tv_chart_container {
    height: 100%;
}
.chart-card .tab-content {
    height: 100%;
}
.chart-card .tab-pane {
    height: 100%;
}
.chart-card iframe {
    height: 100% !important;
}
#DepthChartDiv {
    height: 100%;
}
.fixed_headers tbody {
    height: 135px;
    overflow-y: auto;
}
.fixed_headers thead,
.fixed_headers tbody { display: block; }
.fixed_headers tr { display: flex; } 
.fixed_headers td,
.fixed_headers th {
    display: block;
    width: 25%;
}
.orderbook .custom-select {
    border: none;
    padding: 0 1.75rem 0 0.75rem;
    height: auto;
    margin-right: 5px;
    color: #fdda22;
    font-size: 15px;
}
.orderbook .nav {
    display: none;
}
.balance .currency-details {
    display: flex;
    align-items: center;
}
.balance .currency-details img {
    width: 24px;
    flex: 0 0 24px;
    margin-right: 10px;
}
.currency-details a {
    display: flex;
    align-items: center;
}
.currency-details p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.currency-details p span {
    color: #777;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
}

.currency-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.currency-price-list {
    display: flex;
    flex-direction: column;
    width: 50%;
    flex: 0 0 50%;
    margin-top: 5px;
}
.currency-price-list:first-child {
    width: 100%;
    flex: 0 0 100%;
}
.currency-price-list label {
    font-size: 13px;
    font-weight: 500;
    color: #777;
    margin-bottom: 0px;
}
.currency-price-list span {
    font-size: 14px;
    font-weight: 500;
}
.currency-price-list span small {
    font-size: 100%;
    font-weight: 500;
    color: #777;
}
.currency-price-bottom .currency-price-list {
    max-width: inherit;
    flex: inherit;
    width: inherit;
}
.currency-price-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.currency-price-bottom .text-center a {
    color: #fdda22;
}
.balance .form-control{
    height: 30px;
    font-size: 13px;
    border-radius: 6px;
    color: #000;
}
.balance .custom-select{
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.balance-hr {
    margin: 5px 0px;
}
.order-form { font-size: 15px; }
.order-form .fees {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-form .fees label {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
}
.order-form .fees span {
    font-weight: 500;
    color: #777;
    font-size: 13px;
}
.order-form .buysellbutton {
    display: flex;
    margin-top: 5px;
}
.order-form .buysellbutton .btn-buy {
    background: #FFF;
    border: 1px solid #CCC;
    width: 50%;
    height: 36px;
    border-radius: 7px 0 0 7px;
    margin-right: -1px;
    font-weight: 500;
    letter-spacing: 1px;
    outline: none;
}
.order-form .buysellbutton .btn-sell {
    background: #FFF;
    border: 1px solid #CCC;
    width: 50%;
    height: 36px;
    border-radius: 0 7px 7px 0;
    margin-left: -1px;
    font-weight: 500;
    letter-spacing: 1px;
    outline: none;
}
.order-form .buysellbutton .btn-buy.active {
    color: #49D295;
    border-color: #49D295;
    z-index: 1;
}
.order-form .buysellbutton .btn-sell.active {
    color: #FF3F3F;
    border-color: #FF3F3F;
    z-index: 1;
}
.order-form .inlineform {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.order-form .inlineform label {
    margin-bottom: 0;
    width: 70px;
    flex: 0 0 70px;
    color: #777;
    font-size: 13px;
}
.order-form .inlineform .position-relative,
.retepersentage { flex: 1; }
.order-form .inlineform span {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #777;
    transform: translateY(-50%);
}
.order-form .retepersentage ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.order-form .retepersentage ul li {
    display: block;
}
.order-form .retepersentage ul li a {
    display: block;
    text-align: center;
    color: #777;
    font-size: 13px;
    font-weight: 500;
}
.order-form .retepersentage ul li.active a, 
.order-form .retepersentage ul li a:hover {
    color: #fdda22;
}
.order-form .total-ustd,
.order-form .estimate-value {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}
.order-form .total-ustd label,
.order-form .estimate-value label {
    font-weight: 500;
    margin-bottom: 0;
}
.order-form .estimate-value label span { color: #fdda22; }

.order-form .estimate-value p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 4px;
    font-weight: 500;
}
.form-group.custom-form-group .custom-select {
    margin-right: 10px;
}
.order-form .estimate-value p span { color: #777; }
button.btn.btn-buycurrency {
    width: 100%;
    height: 36px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 500;
    background: rgba(72, 210, 149, .3);
    color: #49D295;
    margin-bottom: 10px;
    font-size: 14px;
}
button.btn.btn-sellcurrency {
    width: 100%;
    height: 36px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 500;
    background: rgba(255, 63, 63, 0.3);
    color: #FF3F3F;
    margin-bottom: 10px;
    font-size: 14px;
}
.balance-tab { margin-bottom: 10px; }
.balance-tab.nav-tabs .nav-item { margin-bottom: 0; }
.balance-tab.nav-tabs .nav-link { 
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    color: #777;
    font-size: 13px;
}
.balance-tab.nav-tabs .nav-link.active { 
    color: #fdda22;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 2px solid #fdda22;
}
.aboutcoin p{
    font-size: 14px;
    margin: 0;
}
.set_search {
    position: relative;
    margin: 5px;
}

.set_search input {
    border: 1px solid #ced4da;
    height: 30px;
    text-indent: 25px;
    border-radius: 4px;
    font-size: 13px;
    width: 100%;
}

.set_search button {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 0;
    font-size: 13px;
    height: 30px;
}

/* Advance Exchange */
.advance-exchange .card-header .dropdown {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}
.advance-exchange .card-header .dropdown.drop {
    position: inherit;
    transform: none;
}
.advance-exchange {
    padding: 10px;
}
.advance-exchange .row {
    margin-left: -5px;
    margin-right: -5px;
}
.transaction > .card > .card-body > .latest-list > .latest-list-body {
    height: calc(100vh - 231px);
    overflow-y: auto;
    overflow-x: hidden;
}
.market {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.market .currency-dropdown {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
.market .currency-dropdown .custom-select {
    height: 34px;
    font-size: 14px;
    padding: 5px 30px 5px 5px;
    border: 1px solid #DDD;
}
.market .current-price {
    color: #49D295;
    font-size: 18px;
    font-weight: 500;
    padding-right: 20px;
}
.market .current-price span {
    font-size: 14px;
    font-weight: 400;
}
.market .current-price-details { padding-right: 20px; }
.market .current-price-details label {
    font-size: 13px;
    font-weight: 500;
    color: #777;
    margin-bottom: 0;
}
.market .current-price-details h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.currency-dropdown nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.currency-dropdown .dropdown-menu {
    padding: 10px;
}

.currency-dropdown .nav-link {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 0;
}
.curr_dropdown_box {
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    width: 550px;
    display: none;
    margin-top: 13px;
    z-index: 2;
}

.currency-dropdown.active .curr_drop_toggle {
    border-color: #fdda22;
    color: #fdda22 !important;
}
.curr_dropdown_box .fixed_headers tbody {
    height: 200px;
}
.curr_dropdown_box table{
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.currency-dropdown.active .curr_dropdown_box {
    display: block;
}
.curr_dropdown_box td:first-of-type, .curr_dropdown_box th:first-of-type {
    width: 40px;
}
#favourite i {
    color: #fdda22;
}

.curr_drop_toggle {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 6px 15px;
    border-radius: 5px;
    cursor: pointer;
}
.search_box {
    position: relative;
}

.search_box i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    font-size: 14px;
}

.currency-dropdown .nav-link.active {
    border-bottom: 1px solid #fdda22;
    color: #fdda22;
}

.currency-dropdown nav .nav-tabs {
    border: 0;
}
.form-group.custom-form-group {
    display: flex;
}
.basic-exchange .balance .card-body .currency-dropdown {
    position: relative;
    user-select: none;
}
.basic-exchange .balance .card-body .currency-dropdown .curr_drop_toggle {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}
.basic-exchange .balance .curr_dropdown_box {
    right: -10px;
    left: inherit;
    margin-top: 0;
    width: calc(100% + 20px);
}
.basic-exchange .balance .search_box .form-control {
    width: 100%;
    margin-bottom: 10px;
}
.basic-exchange .curr_dropdown_box .fixed_headers tbody{
    height: calc(100vh - 300px);
}
.currency-dropdown .nav-link
.form-group.custom-form-group .custom-select {
    width: 100px;
    height: 30px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 25px 0 5px;
}
.form-group.custom-form-group input {
    padding: 5px 80px 5px 10px;
    font-size: 13px;
}

.form-group.custom-form-group span {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 13px;
}
.max-buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 3px;
    font-size: 12px;
}
.max-buy span { color: #777; }
.max-buy small { 
    color: #49D295; 
    font-size: 100%;
}
.max-buy span b { font-weight: 500; }
.chartlink {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.chartlink a {
    font-size: 14px;
    margin: 0 3px;
    text-transform: uppercase;
}
.chartlink a:hover, .chartlink a.active { color: #fdda22; }
.buycard { margin-bottom: 10px; }

.copybutton {
    width: 40px;
    position: relative;
    padding: 5px;
    border-radius: 0 0.25rem 0.25rem 0;
    text-align: center;
    line-height: 26px;
    background: #fdda22;
    color: #FFF;
    display: block;
}
.copybutton a { display: block; }
.box-body .input-group.referralcode {
    width: 60%;
    margin: 0 auto;
}
ul.ratepercentage1 {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
ul.ratepercentage1 li:after {
    position: absolute;
    width: 100%;
    background: #ccc;
    height: 2px;
    content: "";
    top: 7px;
    left: 0px;
    z-index: -1;
    transition: all 0.5s 0s;
}
ul.ratepercentage1 li {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    flex: 1;
}
ul.ratepercentage1 li.IsCompleteDot:after{
    background: #49d295;
}
ul.ratepercentage1 li:last-of-type{
    text-align: right;
}
ul.ratepercentage1 li .dot {
    height: 16px;
    width: 16px;
    background: #FFF;
    border-radius: 50%;
    border: 2px solid #4ad29e;
    margin: 0 auto;
}
ul.ratepercentage1 li label {
    margin-bottom: 0;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
ul.ratepercentage1 li:first-child .dot { margin-left: 0; }
ul.ratepercentage1 li:last-child .dot { margin-right: 0; }



.gj-picker-bootstrap .modal-footer { padding:  5px; }
.gj-picker-bootstrap .modal-footer .btn {
    border: 1px solid #fdda22;
    color: #fdda22;
}
.gj-picker-bootstrap .modal-footer .btn:hover {
    border: 1px solid #fdda22;
    background: #fdda22;
    color: #FFF;
}




/*---- portfolio ----*/
.performance_chart {
    text-align: center;
}
.performance_chart p {
    margin-top: 15px;
    color: #777;
}

.perfoming img {
    max-width: 150px;
}
.perfoming .donut-details {
    margin-top: 30px;
}
.perfomance_chart {
    padding: 10px;
}

.perfomance_chart img {
    max-width: 350px;
}

.perfomance_chart ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.perfomance_chart .row {
    align-items: center;
}

.perfomance_chart ul b {
    color: #fdda22;
}

.perfomance_chart ul li {
    margin: 10px 0;
}

.perfomance_chart .list-group a {
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 100px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.perfomance_chart .list-group a.active {
    color: #fdda22;
    border-color: #fdda22;
}
.summerybg {
    padding: 30px 0;
}
.summery span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #777;
    margin-bottom: 15px;
    display: block;
}
.summery h5 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.summery h5 small {
    font-size: 16px;
    font-weight: 600;
}
.summery {
    text-align: center;
    border-right: 1px solid #ccc;
}
.trade_details span small {
    font-size: 80%;
    color: #777;
    font-weight: 500;
}
.trade_details span {
    font-weight: 500;
}
.trade_details {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 0 10px;
}
.trade_details div {
    margin-left: 30px;
}
/* portfolio end */


/*wallet start*/

.receive_text p {
    font-size: 15px;
    margin: 0;
    color: #777;
}
.receive_add {
    background: #f0f5fb;
    display: flex;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.receive_add p {
    margin: 0;
    font-weight: 500;
}
.receive_add_social i {
    margin-right: 10px;
}
.receive_scan {
    background: #f0f5fb;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 30px;
}
.receive_scan img{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    max-height: 300px;
}
.receive {
    padding: 20px;
}
.send, .send .form-group {
    margin: 0 !important;
}
.receive h6{
    text-transform: uppercase;
    font-size: 14px;
}
.copy_btn {
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 50px;
    line-height: 50px;
}
.copy_btn_h {
    line-height: 65px;
}

button.btn.btn-buycurrencywithdrawal {
    background: rgba(253, 218, 34, 0.2);
    color: #fdda22;
    margin: 0px !important;
    border-radius: 20px;
}

.wallet_btn .btn {
    padding: 0;
    margin: 0 10px;
    color: #fdda22;
}
.wallet .table td {
    border: 0;
}
.wallet tbody{
    height: inherit;
    flex: 1;
}
.wallet .table{
    display: flex;
    flex-direction: column;
    height: calc(100vh - 210px);
}
.order_history .table, .user_report .table{
    height: calc(100vh - 255px);
}
.user_report td:last-of-type, .user_report th:last-of-type {
    text-align: right;
    flex: 0 0 600px;
}

/*wallet end*/

/* buysell */

.exchangebuy .form-control {
    border-radius: 20px;
    height: 50px;
    font-size: 18px;
    padding: 5px 15px;
    color: #333;
    font-weight: 500;
}
.exchangebuy label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #777;
}
.exchangebuy small {
    margin-top: 5px;
    color: #777;
    font-size: 13px;
}
.exchangebuy small b {
    margin-top: 5px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
.exchangebuy {
    margin: 0px 20px;
}
.exchangebuy button.btn {
    margin-bottom: 15px;
    border-radius: 20px;
    font-size: 20px;
    height: 50px;
}
.exchangebuy .form-group {
    margin: 15px 0;
}

.buy_sell td:first-of-type img {
    width: 36px;
}

.buy_sell td:first-of-type {
    font-weight: 500;
    color: #000;
}
.buy_link {
    text-transform: uppercase;
    font-weight: 600;
    color: #49D295 !important;
    font-size: 16px;
}
.sell_link {
    text-transform: uppercase;
    font-weight: 600;
    color: #FF3F3F !important;
    font-size: 16px;
}
.buy_sell tbody{
    height: 700px !important;
}
/*---- buysell end ----*/



/*footer start*/
footer {
    background-color: #333;
    z-index: 1;
    position: relative;
    padding: 15px 10px;
}

footer a {
    color: #777;
    font-size: 14px;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_copyright {
    font-size: 14px;
    color: #777;
}
.footer_left_link {
    color: #777;
}

.footer_left_link a {
    margin-right: 15px;
}

.footer_right_link a {
    font-size: 18px;
    margin-left: 10px;
}

footer a:hover, footer a:focus {
    color: #fff;
}
/*footer end*/


/*orders start*/
.order_filter {
    display: flex;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
}

.order_filter input, .order_filter select {
    border: 1px solid #ccc;
    padding: 4px 5px;
    border-radius: 6px;
    margin: 0 10px;
    height: 30px;
    width: 100px;
    font-size: 14px;
}

.order_filter span {
    color: #777;
}

.order_filter span:first-of-type {
    margin-left: 0;
}

.order_filter {
    margin-bottom: 10px;
    margin-top: 5px;
}

.order_filter .button {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 0 5px;
    height: 30px;
    padding: 0 20px;
    color: #fdda22;
    box-shadow: none;
    font-size: 16px;
}

.order_filter .custom-checkbox {
    margin-left: 20px;
}
.order_filter .custom-control-label::after, .order_filter .custom-control-label::before{
    top: 0.15rem;
}
.order_filter .gj-datepicker {
    max-width: 160px;
    margin-right: 10px;
}

.order_filter .gj-datepicker input {
    margin-right: 0;
    border-right: 0;
}

.order_filter .gj-datepicker button {
    border-radius: 0 6px 6px 0;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}
.order_filter .gj-datepicker button:focus {
    color: #333 !important;
    border-color: #ccc !important;
}
.order_filter .btn-theme {
    background-color: #fdda22 !important;
    color: #fff;
    border-color: #fdda22 !important;
}
.order_filter a {
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 6px;
    margin: 0 5px;
    font-size: 12px;
    font-weight: 500;
}

.order_filter a:focus {
    border-color: #fdda22;
    color: #fdda22;
    outline: none;
}
.advance-exchange .order_filter{
    margin: 0px 0 5px 0;
}
/*orders end*/







/* social trading plateform start*/

/* dashboard start*/
.feed-head {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.feed-head img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 100px;
}

.feeds {
    padding: 15px;
    margin-bottom: 30px;
}
.feeds:last-of-type {
    margin: 0;
}

.feed-profile h4 {
    font-size: 20px;
   /*// text-transform: uppercase;*/
}

.feed-profile p {
    margin: 0;
    font-size: 14px;
}

.feed-profile p span {
    color: #777;
}

.comment-text {
    margin: 30px 0;
}

.feed-commnet-count {
    border-radius: 5px;
    background-color: #F0F5FB;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.feed-commnet-count span {
    font-size: 14px;
    padding-left: 10px;
}

.feed-commnet-count b {
    color: #fdda22;
}
.fe-comment-profile {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.fe-comment-profile img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100px;
}
.fe-comment-profile small {
    color: #777;
    display: block;
}

.fe-comment-profile-box {
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.fe-comment-profile p {
    margin: 0;
    font-size: 14px;
}

.fe-comment-profile p b {
    text-transform: uppercase;
    color: #fdda22;
}

.fe-comment-profile div:first-of-type {
    flex: 1;
}
.fe-comment-det {
    padding-left: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.fe-comment-det a {
    color: #fdda22;
    margin: 10px 0;
    display: inline-block;
}
.fe-comment-det .riply-btn {
        margin-right: 15px;

}
.fe-comment-det .send-icon {
    margin: 0;
}
.fe-comment-write-box img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-right: 10px;
}

.fe-comment-write-box {
    display: flex;
    align-items: center;
    background-color: #f0f5fb;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.fe-comment-write-box .form-control {
    border: 0px;
    height: 40px;
    padding-right: 80px;
}

.fe-comment-write-box a {
    position: absolute;
    right: 25px;
    height: 40px;
    line-height: 40px;
    top: 10px;
    font-size: 20px;
    color: #fdda22;
}

.fe-comment-write-box a.camera-icon {
    right: 60px;
    color: #777;
}

.feed .fixed_headers td, .feed .fixed_headers th {
    width: 100%;
}
.feed .fixed_headers th:last-of-type{
    text-align: right;
}
.feed .fixed_headers td:last-of-type{
    text-align: right;
    color: #fdda22;
}
.feed .fixed_headers tbody {
    height: 100%;
}
.feed_right_block .card {
    height: calc(33.33% - 13px);
    margin-bottom: 20px;
}
.feed_right_block .card-body{
    flex: 1;
}
.feed_right_block .table-common img{
    width: 34px;
    height: 34px;
    border-radius: 100px;
}
.feed_right_block .table-common td:first-of-type{
    color: #333;
}
.feed_right_block .table-common td{
    font-weight: 500;
}

.feed_right_block, .feed_right_block .table-responsive {
    height: 100%;
}

.feed_right_block .card table {
    height: 100%;
    overflow: hidden;
}
.copy-trade-td a {
    display: block;
    color: #fdda22;
    text-transform: uppercase;
    font-size: 12px;
}

.copy-trade-td img {
    width: 34px;
}

.btn-copy {
    background-color: #fdda22;
    color: #fff;
    font-weight: 600;
    padding: 5px 14px;
    margin-left: 20px;
    font-size: 14px;
    border-radius: 10px;
}
.btn-copy:hover {
    color: #fff;
}

.copy-trade-td span {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.add_stats {
    padding: 20px;
}

.stats_cont {
    text-align: center;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all 0.3s 0s;
}
.stats_cont:hover {
    border-color: rgba(204, 204, 204, 0.3);
}

.stats_cont h4 {
    margin: 15px 0 10px;
    font-size: 20px;
}

.stats_cont span {
    color: #777;
}

/* dashboard end*/

/*market start*/
.market_tab_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.market_tab_filter_dropdown .dropdown-toggle {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    padding: 6px 20px;
    display: inline-block;
    color: #fdda22 !important;
    text-transform: uppercase;
    border-radius: 10px;
}
.market_tab_filter_dropdown {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-left: 10px;
}

.market_tab_filter_dropdown span {
    width: 100%;
    font-weight: normal;
    color: #777;
    font-size: 14px;
}

.market_tab_filter_dropdown span b {
    color: #000;
    font-size: 18px;
}

.market_tab_filter_dropdown .dropdown {
    margin-right: 10px;
}

.market_tab_filter_dropdown .dropdown-toggle i {
    color: #333;
}
.market_tab_filter .icon {
    padding: 15px 20px;
    font-size: 20px;
    background-color: #F0F5FB;
    border-radius: 10px;
}
.progress_td b {
    color: #000;
}

.progress_td .progress-bar {
    height: 10px;
}

.progress_td .progress {
    height: 10px;
    background-color: transparent;
    border: 1px solid #007bff;
    border-radius: 0;
}
.progress_td .progress.buy{
    border: 1px solid #49D295;
}
.progress_td .progress.buy .progress-bar{
    background-color: #49D295;
}
.progress_td .progress.sell{
    border: 1px solid #FF3F3F;
}
.progress_td .progress.sell .progress-bar{
    background-color: #FF3F3F;
}
.padd-15 {
    padding: 15px 10px;
}
/*market end*/


/*copy trade start*/
.copy_trade_filter{
    padding: 15px;
}
.copy_trade_filter .icon span{
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 15px;
    font-weight: 500;
}
.copy_trade_filter.market_tab_filter .icon{
    padding: 15px 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.copy_trade_filter .dropdown label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #777;
    margin: 0;
}
.copy_trade_filter .dropdown-toggle{
    display: flex;
    color: #333 !important;
    text-transform: inherit;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}
.copy_trade_filter .dropdown{
    width: calc(25% - 10px);
}
.copy_trade_filter .dropdown-menu{
    width: 100%;
}

.autocopy_invest {
    display: flex;
    padding: 10px;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.autocopy_invest span {
    display: block;
    color: #777;
    font-size: 14px;
}

.autocopy_invest b {
    font-size: 20px;
}

.trader_top {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
}

.trader_profile {
    display: flex;
    align-items: center;
}

.trader_profile img {
    width: 34px;
    height: 34px;
    margin-right: 5px;
    border-radius: 100px;
}

.trader_profile h6 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}

.trader_profile span {
    color: #777;
    font-size: 13px;
}

.trader_profile b {
    color: #333;
}


.trader_box {
    border-radius: 20px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    overflow: hidden;
}
.trader_box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #777;
    font-size: 14px;
}
.trader_bottom {
    padding: 10px;
    background-color: #F0F5FB;
    border-top: 1px solid #ccc;
}

.trader_top ul {
    text-align: right;
}

.trader_box b {
    color: #333;
}
.padd-top-5{
    padding-top: 5px;
}
.padd-bottom-5{
    padding-bottom: 5px;
}

.copy_trade_list {
    margin: 20px 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
}

.copy_trade_list span {
    display: block;
    color: #777;
    font-size: 13px;
}

.copy_trade_list b {
    font-size: 14px;
}
.copy_trade {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 20px;
}

.copy_trade_profile {
    display: flex;
    align-items: center;
}

.copy_trade_profile img {
    width: 70px;
    margin-right: 15px;
}

.copy_trade_profile h6 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.copy_trade_profile > div:last-of-type {
    flex: 1;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.copy_trade_profile > div:first-of-type a {
    color: #fdda22;
    font-size: 14px;
    text-transform: uppercase;
}

.copy_trade_profile > div:last-of-type a {
    margin-right: 15px;
    font-size: 15px;
}

.copy_trade_profile > div:last-of-type a.active {
    color: #fdda22;
}
.refine-fund h4 {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

.refine-fund .card {
    margin-bottom: 10px;
}

.refine-fund ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.refine-fund ul li {
    background-color: #F0F5FB;
    padding: 9px;
    border-radius: 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    text-transform: uppercase;
}

.refine-fund {
    max-width: 600px;
    width: 100%;
}

.refine-fund ul li b {
    color: #fdda22;
    font-weight: 500;
}
.button {
    background-color: #fdda22;
    color: #333;
    border: 0;
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 18px;
    box-shadow: 4px 4px 6px rgba(253, 218, 34, 0.5);
    font-weight: 500;
    transition: all 0.3s 0s;
}
.button:hover {
    background-color: #333;
    color: #fff;
    box-shadow: 4px 4px 6px rgba(51, 51, 51, 0.2);
}
.button p{
    float: right;
    margin: 0;
    padding-left: 10px;
}
.refine-fund .button{
    margin: 15px auto 0;
    display: table;
}
.refine-fund .box-header {
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.refine-fund .box-header a {
    color: #fdda22;
}

.copy-modal-head {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.copy-modal-head img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin-right: 10px;
    object-fit: cover;
}

.copy-modal-head h6 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.copy-modal-head span {
    font-size: 13px;
    text-transform: uppercase;
    color: #777;
}

.copy-modal-head b {
    font-size: 16px;
    font-weight: 500;
}
.copy-trade-popup {
    padding: 15px;
    margin: 0 !important;
}

.copy-trade-popup .card {
    margin-top: 20px;
}

.copy-trade-popup .card .card-body {
    padding: 20px;
}
.copy-trade-popup .nav-tabs {
    justify-content: flex-end;
    margin-bottom: 14px;
    max-width: 340px;
    width: 100%;
}

.copy-trade-popup .nav-tabs .nav-item {
    padding: 0 10px;
    font-size: 14px;
}

.custom-plus-minus button {
    background-color: #F0F5FB;
    border: 0;
    font-size: 22px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 0;
    color: #fdda22;
}
.custom-plus-minus input {
    height: 40px;
    border: 0;
    width: 100%;
    flex: 1;
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
    outline: none;
    box-shadow: none;
    text-align: center;
}
.custom-plus-minus .form-group {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    width: 100%;
}
.custom-plus-minus label {
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 0;
}
.custom-plus-minus {
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
}
.input-det {
    font-size: 14px;
    text-align: right;
    display: block;
    color: #777;
}
.custom-plus-minus .d-flex{
    justify-content: flex-end;
}
.copy-trade-popup .custom-control {
    margin-left: 10px;
}

.copy-trade-popup .button {
    margin-bottom: 10px;
    padding: 8px 40px;
}

/*copy trade end*/




/*my trade start*/
.show_result_drop .dropdown-toggle {
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 13px;
    padding: 6px 15px;
    display: inline-block;
    color: #333 !important;
    text-transform: uppercase;
    font-weight: 500;
}

.show_result_drop small {
    color: #777;
    padding-right: 5px;
}

.show_result_drop .dropdown-toggle i {
    color: #fdda22;
    padding-left: 5px;
}
.my_trades{
    position: relative;
}
.my_trades td img {
    width: 34px;
}

.my_trades td span {
    display: block;
    font-weight: 500;
    color: #333;
    line-height: normal;
    font-size: 13px;
}
.my_trades .close_action{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.theme-color {
    color: #fdda22 !important;
}

.half_opacity {
    opacity: 0.5;
}

.my_trades .close_action > a {
    color: #fdda22;
    font-weight: 100;
    margin-right: 10px;
    font-size: 16px;
}

.my_trades .close_action .dropdown-toggle {
    color: #333;
}
.my_trade_tabs {
    border-radius: 100px;
    padding: 0 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
}

.my_trade_tabs .nav-link {
    padding: 7px 12px !important;
    display: block;
    margin: 0;
    text-transform: capitalize !important;
    border-radius: 0;
    border-top: 2px solid transparent !important;
}

.my_trade_tabs .nav-link.active {
    border-top: 2px solid !important;
}
.view_tab {
    position: absolute;
    top: 1px;
    right: 16px;
}
.view_tab .nav-link {
    border: 0;
    margin: 0;
    padding: 5px 8px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view_tab .nav-tabs {
    border: 0;
}

.view_tab .nav-link.active {
    color: #fdda22;
}
.my_trades .trader_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my_trades .trader_profile span{
    color: #333;
    font-weight: 500;
    display: block;
    line-height: normal;
}
.my_trades .trader_box:last-of-type {
    margin: 0;
}
.my_trades .col-xl-4 {
    max-width: 380px;
    width: 100%;
    flex: 0 0 380px;
    padding-right: 5px !important;
}

.my_trades .col-xl-8 {
    flex: 1;
    max-width: 100%;
}
/*my trade end*/



/* my network start*/
.follow_box {
    padding: 5px 7.5px;
}

.follow_body {
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 7.5px 0;
    overflow: hidden;
}

.follow_box .col {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.follow_box .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.follow_head img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin-right: 10px;
}

.follow_head {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.follow_head .d-flex div {
    flex: 1;
}

.follow_head h6 {

    margin: 0;
}

.follow_head span {
    color: #777;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.unfollow-label {
    background-color: #f0f5fb;
    border: 0;
    border-radius: 4px;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 32px;
    color: #fdda22;
}

.follow-label {
    background-color: #fdda22;
    border: 0;
    border-radius: 4px;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 32px;
    color: #ffffff;
}
.follow_center {
    text-align: center;
    padding: 30px 5px;
}

.follow_center small {
    font-size: 14px;
}

.follow_center h5 {
    color: #777;
    margin-bottom: 15px;
}

.follow_center label {
    color: #fdda22;
    margin: 0;
    font-weight: 500;
}

.follow_cont ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.follow_cont {
    padding: 10px;
    background-color: #f0f5fb;
    font-size: 14px;
    margin-bottom: 15px;
}

.follow_cont span {
    color: #777;
}
.launch_button a.btn {
    font-size: 15px;
    color: #fff;
}
.buy_laun .custom-form-input span {
    right: 15px;
    top: 44px;
}


.follow_group_profile ul {
    padding: 0 15px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.follow_group_profile ul li img {
    object-fit: cover;
    width: calc(100% - 6px);
    margin: 3px 0;
    border-radius: 10px;
}

.follow_group_profile ul li {
    width: 20%;
}

.follow_group_profile ul li:first-of-type {
    width: 40%;
}
.follow_cont h5 {
    margin: 0;
    color: #777;
    font-size: 16px;
}

.follow_cont h5 small {
    font-size: 14px;
}
.follow_head label {
    margin: 0;
}

.follow_head label b {
    border: 1px solid;
    padding: 1px 6px;
    border-radius: 6px;
    margin-right: 5px;
    font-weight: normal;
}
.follow_box .active .follow_body {
    border-color: #fdda22;
}

.follow_box .nav-item.nav-link {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

.follow_box .nav-tabs {
    border: 0;
}
/* my network end*/


/* leaderboard start */
.leaderboard #leaderboard .fixed_headers tbody {
    height: 340px;
}
.leaderboard #leaderboard .table-common img{
    width: 34px;
}
.leader_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leader_drop {
    display: flex;
}

.leader_drop .dropdown-toggle {
    display: flex;
    color: #333 !important;
    text-transform: inherit;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 6px 20px;
    min-width: 250px;
}

.leader_drop label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #777;
    margin: 0;
}

.leader_drop .dropdown {
    margin-right: 15px;
}

.leader_filter .dateselection a {
    text-transform: uppercase;
    font-size: 14px;
}

.leader_filter .dateselection .dropdown {
    margin-right: 10px;
}
.leaderboard .follow_box {
    padding: 10px 0;
}
.trophy-label {
    color: #fdda22;
    background-color: transparent;
    border: 1px solid;
    border-radius: 10px;
    padding: 7px 14px;
    font-weight: 500;
}
.leaderbox_center ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.leaderbox_center ul li {
    display: flex;
    align-items: center;
    background-color: #F7FBFF;
    border-radius: 100px;
    margin: 10px;
    padding: 8px;
}

.leaderbox_center li span {
    width: 50%;
    text-align: right;
    font-size: 14px;
    color: #777;
    padding-right: 5px;
}

.leaderbox_center li b {
    padding-left: 5px;
}

.follow_cont a {
    color: #fdda22;
    text-transform: uppercase;
    font-weight: 500;
}
.leaderboard .col-lg-6 .fixed_headers td:first-of-type, .leaderboard .col-lg-6 .fixed_headers th:first-of-type {
    width: 60px;
}

.leaderboard .col-lg-6 .fixed_headers td, .leaderboard .col-lg-6 .fixed_headers th {
    width: 35%;
}
/* leaderboard end */


/*profile start*/
.profile_left {
    border-radius: 20px;
    border: 1px solid #ccc;
    position: relative;
}

.profile_header {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.profile_header .profile {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    object-fit: cover;
    margin-right: 10px;
}

.profile_header div {
    flex: 1;
}

.profile_header h6 {
    text-transform: uppercase;
}

.profile_header label {
    text-transform: uppercase;
    color: #fdda22;
    font-size: 12px;
    display: block;
    margin: 0;
}

.profile_header p {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
    margin-bottom: 0;
}

.profile_des ul {
    padding: 10px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.profile_des ul li {
    width: 50%;
    flex: 0 0 50%;
    padding: 10px 0;
}

.profile_des span {
    display: block;
    font-size: 14px;
    color: #777;
    padding: 0 10px;
}

.profile_des b {
    font-size: 18px;
    font-weight: 400;
    padding: 0 10px;
}

.profile_trade {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.profile_trade li img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    object-fit: cover;
    margin-right: 5px;
}

.profile_trade li {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    margin: 5px;
}

.profile_trade h6 {
    margin: 0;
    font-size: 13px;
    line-height: 12px;
}

.profile_trade small {
    font-size: 11px;
    color: #777;
}

.profile_left .card {
    margin: 15px;
}

.profile_des {
    border-bottom: 1px solid #ccc;
}
.profile_feeds .feeds {
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-bottom: 20px;
}
.profile_feeds .feeds:last-of-type {
    margin: 0;
}

.profile_feeds {
    padding: 10px 5px;
}
.profile_post img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 10px;
}

.profile_post textarea {
    width: 100%;
    border: 0;
    height: auto;
    line-height: normal;
    box-shadow: none;
}

.profile_post textarea:focus {
    outline: none;
}

.profile_post_bottom {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile_post {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 20px;
}

.profile_post_bottom .left a {
    text-transform: uppercase;
}
.profile_post_bottom .right a {
    margin-left: 15px;
}


/*statics start*/
.copiers-details {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 15px;
    width: 100%;
}

.copiers-details span {
    font-size: 13px;
    background-color: #F0F5FB;
    padding: 10px;
    border-radius: 5px;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copiers-details h5 {
    font-size: 18px;
    font-weight: normal;
}

.trading_progress ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.trading_progress ul li {
    margin: 18px 15px;
}

.trading_progress ul li span {
    color: #777;
    font-weight: 300;
}

.trading_progress ul li .d-flex {
    justify-content: space-between;
}

.trading_progress ul li b {
    font-size: 14px;
}


.trading_progress .progress-bar {
    height: 6px;
}

.trading_progress .progress {
    height: 6px;
    background-color: #F0F5FB;
}

.btc-progress .progress-bar {
    background-color: #fdda22;
}

.bch-progress .progress-bar {
    background-color: #8DC451;
}

.ltc-progress .progress-bar {
    background-color: #ccc;
}

.eth-progress .progress-bar {
    background-color: #627EEA;
}

.xrp-progress .progress-bar {
    background-color: #00AAE4;
}

.statics_stats .stats_cont {
    display: flex;
    align-items: center;
    text-align: left;
    margin: 10px 5px;
    padding: 10px;
}

.statics_stats img {
    width: 40px;
    margin-right: 10px;
}

.statics_stats .stats_cont h4 {
    margin: 0;
    font-size: 16px;
}

.statics_stats .stats_cont span {
    font-size: 14px;
}

.profile_portfolio td img {
    width: 34px;
    height: 34px;
    border-radius: 100px;
}

.profile_portfolio td span {
    display: block;
    font-weight: 500;
    color: #333;
    line-height: normal;
    font-size: 13px;
}
/*statics end*/


/* achivements start*/

.achivements_box {
    padding: 10px;
}
.achivements_box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.achivements_box li {
    margin: 6px 0;
    font-size: 14px;
}
.achivements_box li i {
    color: #777;
    padding-right: 5px;
}

.achivements_box h4 {
    margin-top: 15px;
    font-size: 20px;
}

.achivements_foot {
    background-color: #F0F5FB;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0 0 15px 15px;
}

.achivements_foot span {
    width: 20px;
    height: 4px;
    background-color: #777;
    margin: 0 5px;
    border-radius: 10px;
}

.achivements_foot b {
    margin-left: 15px;
}
.achivements .card-body{
    padding-bottom: 0px !important;
}
.diamond .check {
    color: #58D7FF;
}
.diamond .achivements_foot .check {
    background-color: #58D7FF;
}
.diamond h4 {
    color: #58D7FF;
    font-size: 20px;
    font-weight: normal;
}

.crystal .check {
    color: #8325CC;
}
.crystal .achivements_foot .check {
    background-color: #8325CC;
}
.crystal h4 {
    color: #8325CC;
    font-size: 20px;
    font-weight: normal;
}

.iron .check {
    color: #434b4d;
}
.iron .achivements_foot .check {
    background-color: #434b4d;
}
.iron h4 {
    color: #434b4d;
    font-size: 20px;
    font-weight: normal;
}


.bronze .check {
    color: #9A7D72;
}
.bronze .achivements_foot .check {
    background-color: #9A7D72;
}
.bronze h4 {
    color: #9A7D72;
    font-size: 20px;
    font-weight: normal;
}


.gold .check {
    color: #DAA520;
}
.gold .achivements_foot .check {
    background-color: #DAA520;
}
.gold h4 {
    color: #DAA520;
    font-size: 20px;
    font-weight: normal;
}


.silver .check {
    color: #C0C0C0;
}
.silver .achivements_foot .check {
    background-color: #C0C0C0;
}
.silver h4 {
    color: #C0C0C0;
    font-size: 20px;
    font-weight: normal;
}
/* achivement end*/

/*profile end*/


/*social trading plateform end*/



/*trading promo start*/
.follow_center p {
    text-align: left;
    margin: 0;
    padding: 0 15px;
   
}
.contest_time {
    border: 1px solid #ccc;
    border-radius: 20px;
    background-image: url(../img/contest.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.contest_time h3 {
    margin: 0;
    text-align: center;
    padding: 100px 30px;
}

.contest_time h3 b {
    display: block;
    color: #fdda22;
}
.contest .trophy-label {
    font-size: 20px;
    padding: 4px 8px;
    flex: inherit;
    margin-left: 10px;
}
.contest .follow_box a{
    display: block;
}

/*contest deetail start*/
.contest-detail h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.contest-detail p {
    font-size: 15px;
    color: #777;
}

.contest-detail ul {
    margin: 0;
    padding: 10px 0 0 20px;
    list-style: none;
}

.contest-detail li b {
    display: block;
    color: #333;
}

.contest-detail li {
    font-size: 15px;
    color: #777;
    margin-top: 20px;
}
.contest .table-common img{
    width: 34px;
}
/*contest detail end*/

/*promotion start*/
.card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid #ccc;
}
.card-foot span {
    color: #fdda22;
    font-size: 18px;
    font-weight: 500;
}
.card-foot .button{
    padding: 8px 30px;
    font-size: 16px;
    text-transform: uppercase;
}
.promotion_box .card-body {
    padding: 20px;
}
.promotion_box .card-body p:last-of-type {
    margin: 0;
}

.promotion_box .card-body p {
    color: #777;
    font-size: 14px;
}
.promotion_box .col-md-4 {
    padding-right: 10px;
    padding-left: 10px;
}

.promotion_box.row {
    margin-left: -10px;
    margin-right: -10px;
}
.promotion .summery h5{
    font-size: 22px;
}
/*promotion end*/

/*trading promo end*/



/*profile start*/
.profile-setting {
    display: flex;
}

.profile-change-img {
    flex: 0 0 150px;
    max-width: 150px;
    position: relative;
    margin-right: 20px;
}

.profile-change-img img {
    width: 150px;
    height: 150px;
    border-radius: 4px;
}
.p-image{
    position: relative;
}
.profile-change-img a {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #fdda22;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
    margin: -15px auto 0;
    z-index: 1;
    position: relative;
    font-size: 14px;
}
.profile-change-img  input{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 0;
    opacity: 0;
    cursor: pointer;
    transform: translate(-50%, 0px);
    z-index: 1;
}

.profile-form{
    flex: 1;
}

.custom-form-input .form-control {
    border-radius: 20px !important;
    background-color: #F0F5FB;
    border: 0;
    color: #333;
    /*text-transform: uppercase;*/
    font-weight: 500;
    height: inherit;
    padding: 12px 15px;
}

.custom-form-input label {
    text-transform: uppercase;
    font-size: 14px;
    color: #777;
}

.custom-form-input {
    margin-bottom: 20px;
}

.custom-form-input textarea.form-control {
    height: 120px;
}
.custom-form-input .input-group-append{
    display: none;
}
.notification-sett .custom-switch{
    margin-bottom: 20px;
}
.notification-sett .custom-switch:last-of-type{
    margin-bottom: 0px;
}
.two-factor-box {
    max-width: 500px;
    margin: 0 auto;
}

.qr_box {
    text-align: center;
    background-color: #f0f5fb;
    padding: 40px;
    border-radius: 20px;
    margin: 20px 0;
}

.two-factor small {
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
}

button.btn.theme-color {
    background-color: rgba(253, 218, 34, 0.2);
    margin: 0;
    border-radius: 100px;
    height: 46px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.btn.theme-color p {
    margin: 0;
    padding-left: 5px;
}
.login_device_box i {
    font-size: 100px;
    display: block;
}

.login_device_box {
    text-align: center;
    background-color: #f0f5fb;
    padding: 40px 10px;
    border-radius: 20px;
    margin-top: 20px;
    cursor: pointer;
}
.login_device_box.device_active {
    background-color: rgba(253, 218, 34, 0.2);
}
.login_device_box span {
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    font-weight: 500;
}

.login_device .row {
    margin-left: -10px;
    margin-right: -10px;
}

.login_device .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.login_device .btn {
    max-width: 500px;
    margin-top: 20px !important;
}


.payment_linked_box {
    padding: 30px 15px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.payment_linked_box small {
    font-size: 14px;
    color: #777;
}

.payment_linked_box h4 {
    white-space: nowrap;
    margin: 0 0 0 10px;
}
.linked_account .row {
    margin-left: -10px;
    margin-right: -10px;
}

.linked_account .col{
    padding-left: 10px;
    padding-right: 10px;
}
.verification_price ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

.verification_price h4 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.verification_price ul li b {
    display: block;
    color: #fdda22;
}

.verification_price {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px;
}

.verification_price li {
    margin: 15px 0px;
}

.social_link_add label {
    margin: 0 !important;
    max-width: 110px;
    width: 110px;
}

.social_link_add .form-control {
    max-width: 430px;
    width: 100%;
    margin-right: 20px;
    flex: 1;
}
.social_link_add .d-flex:last-of-type{
    margin-bottom: 0px;
}

.btn-small {
    padding: 9px 30px;
}


.file {
    position: relative;
    overflow: hidden;
    border: 1px solid #fdda22;
    cursor: pointer;
    color: #fdda22 !important;
    font-weight: 500;
    border-radius: 5px;
    margin: 0 auto;
    display: table;
    max-width: 130px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 20px;
}
.file input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    z-index: 0;
}
.verification_box {
    background-color: #F0F5FB;
    text-align: center;
    padding: 7rem 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.verification_box h4 {
    font-size: 20px;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: #fff;
}

.verification_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.trading_rule .trader_box {
    margin: 10px 5px;
}
.trading_rule .trader_box ul {
    text-align: left;
}

.trading_rule .close_action a {
    font-size: 20px;
    margin-left: 10px;
}

.trading_rule .close_action a:first-of-type {
    color: #fdda22;
}

.trading_rule .trader_top {
    align-items: start;
}
.trading_rule  .form-group {
    position: relative;
}

.trading_rule 
.custom-switch {
    position: absolute;
    right: 5px;
    top: 42px;
}
.trading_rule .custom-form-input small {
    text-align: right;
    display: block;
    color: #777;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 12px;
}
.trading_rule .custom-plus-minus{
    max-width: 100%;
}
.trading_rule .custom-plus-minus .form-group{
    background-color: #f0f5fb;
    max-width: 100%;
    padding: 5px 20px;
    border: 0;
    border-radius: 100px;
}
.trading_rule .custom-plus-minus label{
    margin-bottom: 0.5rem; 
}
.trading_rule .custom-plus-minus button {
    border: 1px solid #ccc;
    font-weight: bold;
    font-size: 26px;
    height: 34px;
    width: 34px;
    border-radius: 5px;
}

.trading_rule .custom-plus-minus input {
    background-color: transparent;
    height: 36px;
    line-height: 36px;
}

.btn2 {
    background-color: #F0F5FB;
    color: #fdda22;
    margin-bottom: 10px;
    padding: 9px 30px;
    font-weight: 500;
}

.btn2:hover {
    background-color: #fdda22;
    color: #fff;
}


.BsMultiSelect span {
    font-size: 16px;
}

.dashboardcode-bsmultiselect span {
    font-size: 15px;
    font-weight: 500;
}

.dashboardcode-bsmultiselect li {
    border: 1px solid #ccc;
    margin-right: 10px;
    padding: 8px 12px !important;
    top: 0 !important;
}

.dashboardcode-bsmultiselect ul {
    padding: 5px 15px !important;
}
.dashboardcode-bsmultiselect li button {
    margin-left: 5px;
}

.dashboardcode-bsmultiselect li button span {
    font-size: 20px;
}
.dashboardcode-bsmultiselect ul:first-of-type li:last-of-type input {
    width: 100px !important;
    padding: 6px 10px !important;
}

.dashboardcode-bsmultiselect ul:first-of-type li:last-of-type {
    padding: 0 !important;
}
.dashboardcode-bsmultiselect ul.dropdown-menu {
    padding: 10px !important;
}

.dashboardcode-bsmultiselect ul.dropdown-menu li {
    margin: 0;
}
.trade_curr .verification_box img {
    max-width: 80px;
    margin-bottom: 15px;
}
.trade_curr .verification_box h4{
    font-weight: 400;
}
.settings .my_trade_tabs .nav-link {
    font-size: 13px;
    color: #333;
}


/*custom range picker css start*/
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin-top: 5px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #f0f5fb;
}
input[type=range]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background: #fdda22;
    cursor: pointer;
    -webkit-appearance: none;
    top: -2px;
    position: relative;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #f0f5fb;
}
input[type=range]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background: #fdda22;
    cursor: pointer;
    top: -2px;
    position: relative;
}

/*custom range picker css end*/


.general-setting ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.general-setting ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 15px;
    margin: 15px 5px;
    border-radius: 10px;
}
.general-setting h5 {
    font-size: 16px;
    margin: 0 10px 0 0;
}
.sett_right {
    flex: 1;
    text-align: right;
}
.sett_right .form-control {
    max-width: 150px;
    width: 100%;
}
.general-setting {
    max-width: 700px;
    width: 100%;
}

/*profile end*/



/*bonus program start*/
.bonus_program .fixed_headers tbody {
    height: 185px;
}
/*bonus program end*/





/*frontpage start*/
.buy_selldisable {
        background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 224px;
    left: 0;
    width: 100%;
    height: 59%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 15px;
}
.buy_selldisable a {
       color: #ff9311;
}
.topbar_dropdown .wallet-balance {
    display: flex;
    margin: 0;
}

.topbar_dropdown .wallet-balance li {
    position: relative;
}

.topbar_dropdown .wallet_dropdown select {
    padding-right: 0;
}
.topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 30px;
    z-index: 77799;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar a {
    font-weight: 500;
    margin-right: 15px;
    transition: all 0.3s 0s;
    font-size: 15px;
}

.topbar a:hover {
    color: #fdda22;
}
.menu {
    margin: 35px 30px 0;
    position: fixed !important;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    padding: 0px 15px;
    border-radius: 4px;
    box-shadow: none;
    transition: all 0.5s 0s;
    background-color: transparent;
}
.menu.fixed {
    position: fixed;
    margin: 0;
    width: 100%;
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.menu .button {
    margin-top: 10px;
    margin-left: 10px;
    display: block;
}
.menu .navbar-brand img {
    width: 150px;
}

.menu .navbar-brand{
    padding: 13px 0;
}
.menu .navbar-collapse{
    justify-content: flex-end;
}
.menu .nav-item .nav-link{
    padding: 22px 15px !important;
    font-weight: 600;
}

.home-banner{
    background-color: #f0f5fb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px 15px 15px;
    position: relative;
}
.home-banner:after {
    content: "";
    background-image: url(../img/yello_dot.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}
.home-banner .container{
    position: relative;
    z-index: 1;
}
.home_banner_contant {
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.home-banner h1 {
    font-weight: 300;
    line-height: 54px;
    font-size: 36px;
}

.home-banner h1 b {
    color: #333;
    font-weight: bold;
    font-size: 3rem;
}

.home-banner p {
    margin: 30px 0;
    font-size: 20px;
}

.home-banner .col-md-7 {
    padding-right: 30px;
}



section {
    padding: 60px 15px;
    position: relative;
}
.choose_box{
    padding: 3rem 3rem 0;
}
.choose_box svg {
    height: 60px;
    width: 60px;
    color: #333;
    transition: all 0.3s 0s;
}
.choose_box:hover svg {
    color: #fdda22;
}

.choose_box h2 {
    margin-top: 2rem;
    font-size: 24px;
    margin-bottom: 1rem;
}

.choose_box p {
    font-size: 16px;
    color: #777;
    margin: 0;
}
.about{
    padding: 0px 30px;
    margin: 70px 0;
}
.about .top-shape{
    height: 100%;
}

.service_box {
    background-color: #fff;
    padding: 60px 30px;
    margin: 20px 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}
.service_box p {
    margin: 0;
    color: #777;
    line-height: 30px;
    font-size: 18px;
}
.service_box h4 {
    font-size: 24px;
    margin: 20px 0;
    font-weight: 400;
}
.service_box i {
    font-size: 40px;
    width: 90px;
    height: 90px;
    background-color: #000;
    text-align: center;
    line-height: 90px;
    border-radius: 100px;
    color: #fff;
}
.service_box .fa-exchange-alt{
    background: #00ebff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #00ebff, #00afff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #00ebff, #00afff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.service_box .fa-wallet{
    background: #ffb65c;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffb65c, #ff9100);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ffb65c, #ff9100); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.service_box .fa-coins{
    background: #b439ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #b439ff, #851aff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #b439ff, #851aff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.service_box .fa-credit-card{
    background: #0fd3b7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #7ae7dc, #0fd3b7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #7ae7dc, #0fd3b7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.top-shape {
    width: 100%;
    height: 100%;
    background-color: #f0f5fb;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: skewY(-5deg);
    z-index: -1;
}


.about_right h6 {
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 400;
}

.about_right {
    max-width: 600px;
    width: 100%;
    padding-left: 15px;
}

.about_right p {
    font-size: 18px;
    color: #777;
    line-height: 30px;
}



.service .row {
    padding-top: 80px;
}
.service .row:first-of-type {
    padding-top: 0;
}
.service_cont i {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    text-align: center;
    line-height: 80px;
    background-color: rgba(6, 209, 180, 0.1);
    font-size: 24px;
    position: relative;
    color: #06d1b4;
}

.service_cont i:after {
    content: "";
    width: 50px;
    height: 50px;
    background-color: rgba(6, 209, 180, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100px;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.service_cont .fa-exchange-alt{
    background-color: rgba(6, 209, 180, 0.1);
    color: #06d1b4;
}
.service_cont .fa-exchange-alt:after{
    background-color: rgba(6, 209, 180, 0.2);
}

.service_cont .fa-wallet{
    background-color: rgba(255, 182, 92, 0.1);
    color: #ffb65c;
}
.service_cont .fa-wallet:after{
    background-color: rgba(255, 182, 92, 0.2);
}

.service_cont .fa-coins{
    background-color: rgba(180, 57, 255, 0.1);
    color: #b439ff;
}
.service_cont .fa-coins:after{
    background-color: rgba(180, 57, 255, 0.2);
}

.service_cont .fa-credit-card{
    background-color: rgba(15, 211, 183, 0.1);
    color: #0fd3b7;
}
.service_cont .fa-credit-card:after{
    background-color: rgba(15, 211, 183, 0.2);
}

.service_cont h4 {
    margin: 20px 0 30px;
    font-size: 30px;
}

.service_cont p {
    font-size: 18px;
    color: #777;
    line-height: 30px;
    margin-bottom: 30px;
}

.service_cont a {
    font-size: 20px;
}
.service_cont img {
    max-width: 500px;
    margin: 0 auto;
    display: table;
    width: 100%;
}
.service_cont {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}





.open_account .container {
    text-align: center;
    padding: 3rem 0;
}

.open_account p {
    margin: 30px auto;
    max-width: 900px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
.open_account .top-shape {
    background-color: #fdda22;
    z-index: -1;
}
.open_account .button {
    background-color: #333;
    color: #fff;
    box-shadow: 4px 4px 6px rgba(51, 51, 51, 0.2);
}
.open_account .heading h2 b{
    border-color: #333;
}


.contact_form .container {
    background-color: #fff;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}

.contact_form .heading {
    text-align: center;
}

.contact_form .heading p {
    max-width: 750px;
    font-size: 18px;
    margin: 0 auto;
    line-height: 30px;
}

.foot_copyright{
    background-color: #333;
}
.foot-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.foot-brand img {
    width: 100%;
}

.foot-brand span {
    width: 200px;
    height: 200px;
    background-color: #fefefe;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

.social_link {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.social_link a {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #fdda22;
    margin: 0px 5px;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.social_link .fb {
    background-color: #3b5998;
}

.social_link .tw {
    background-color: #03a9f4;
}

.social_link .cub {
    background-color: #2fa7db;
}

.social_link .env {
    background-color: #f1b501;
}

.foot_copyright span {
    color: #777;
}
.foot_copyright .d-flex {
    justify-content: space-between;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px dotted #444;
}
.foot_link span {
    display: flex;
    align-items: center;
}

.foot_link {
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

.foot_link a {
    font-size: 16px;
    color: #777;
    padding: 0.5rem 1rem;
    display: block;
    transition: all 0.3s 0s;
}

.foot_link a:hover {
    color: #fdda22;
}

.carousel-indicators li {
    background-color: #fdda22;
    width: 14px;
    height: 14px;
    border-radius: 100px !important;
    background-clip: inherit;
    box-sizing: inherit;
    border: 0;
}

.carousel-indicators {
    bottom: -60px;
}
.home-banner .row {
    padding: 15px;
}
.carousel-control-prev{
    display: none;
}
.carousel-control-next{
    display: none;
}
/*front page end*/



/*login start*/

.sign_in {
    background-color: #f0f5fb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.sign_in:after {
    content: "";
    background-image: url(../img/yello_dot.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}
.sign_box {
    max-width: 600px;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    width: 100%;
    position: relative;
    z-index: 1;
}
.account_brand{
    margin: 0 auto;
    display: table;
}
.sign_box a img {
    max-width: 180px;
    width: 100%;
}

.sign_box span {
    display: block;
    background-color: rgba(253, 218, 34, 0.2);
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 1rem 0rem;
    border-radius: 4px;
    color: #777;
}

.sign_box span a {
    color: #333;
}
.sign_box .dashboard-tab .nav-tabs{
    justify-content: center;
}

.sign_box .dashboard-tab .nav-tabs .nav-link {
    font-size: 24px;
    text-transform: capitalize;
}

.sign_box .dashboard-tab {
    margin-bottom: 20px;
}

.sign_box .form-group {
    position: relative;
}

.sign_box .form-group img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 20px;
}

.sign_box .form-group .form-control {
    padding-left: 50px;
    height: 50px;
    text-transform: inherit;
    border-radius: 100px !important;
}

.sign_box .button {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign_box .button p {
    margin: 0 0 0 10px;
}
.sign_box .custom-control-label a {
    color: #333;
    border-bottom: 1px solid;
    font-weight: 600;
}
.sign_box .custom-control-label {
    color: #777;
}
.forgot_passwork_link a {
    font-weight: 500;
}
.forgot_passwork_link {
    margin-bottom: 2rem;
}

.scrollTop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: #fdda22;
    text-align: center;
    line-height: 40px;
    color: #333 !important;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 777;
    border-radius: 4px;
}
/*login end*/



/*chat box css start*/
.chatbox {
    position: absolute;
    top: 100%;
    right: 0;
    width: 800px;
    display: none;
    z-index: 1;
}
.chatting.active .chatbox {
    display: block;
}
.chatbox .card{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.chatuser_list {
    max-width: 270px;
    width: 100%;
    border-right: 1px solid #ccc;
    height: 496px;
    overflow: auto;
    flex: 0 0 270px;
}
.chatuser_list ul {
    padding: 0;
    margin: 0;
}
.chatuser_list img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    object-fit: cover;
}
.chatuser_list ul li {
    padding: 10px !important;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s 0s;
    cursor: pointer;
}
.chatuser_list ul li.active {
    background-color: #f0f5fb;
}

.chatuser_list ul li:hover {
    background-color: #f0f5fb;
}
.chatuser_list h4 {
    font-size: 15px;
    margin: 0 10px;
    flex: 1;
}
.chatuser_list small {
    color: #777;
}
.chating_box .d-flex {
    flex-direction: column;
}

.chat_body {
    padding: 10px;
    height: 400px;
    overflow: auto;
}

.chat_body li img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    object-fit: cover;
    flex: 0 0 40px;
}

.chat_body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.chat_body li {
    padding: 0;
    width: 80%;
}

.chat_body p {
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    position: relative;
    word-break: break-all;
}

.chat_body p b{
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 0px;
    padding: 0 10px;
}
.date_span{
    display: block;
    text-align: right;
}

.chating_box {
    height: 100%;
    flex: 1;
}
.chat_head h4 {
    text-align: center;
    margin: 0;
    font-size: 16px;
    padding: 8px;
    border-bottom: 1px solid #ccc;
}
.chatbox .card-body {
    padding: 0;
}
.chat_body li.my_message {
    margin-left: 20%;
    justify-content: flex-end;
}

.chat_body li.my_message p {
    border: 0;
    background-color: #f0f5fb;
}


/*chat box css end*/



/*Defferent browser start*/
.microsoft_ie .modal_body{
    flex: 1;
}
.microsoft_ie .advance_asset .box{
    flex: inherit;
}
.microsoft_ie .advance_asset .modal_body{
    flex: inherit;
}
/*Defferent browser end*/

#opennewticketPopup .modal_body {
    max-width: 600px;
    width: 100%;
}
#opennewticketPopup textarea {
    height: 150px;
}

#open_ticket_form .btn-theme{
    justify-content: center;
    margin: 0 auto;
    display: flex;
}
#open_ticket_form .btn-theme p{
    margin: 0px;
    padding-left: 5px;
}

.ticket_info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ticket_info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    font-size: 14px;
}

#reply_ticket_form .camera-icon input {
    position: absolute;
    opacity: 0;
    width: 20px;
    right: 0px;
    top: 0px;
    padding: 0;
}

#reply_ticket_form .camera-icon {
    overflow: hidden;
}

/*loader start*/
.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
}
.loader:after {
    border: 4px solid #777;
    border-radius: 50%;
    border-top: 4px solid #fdda22;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    content: "";
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*loader end*/
.launchpad_box {
    cursor: pointer;
    text-transform: none;;
}

.launchpad_box label {
    color: #fff;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 12px;
}
label.upcoming {
    background-color: #f0b90b;
}
label.ongoing {
    background-color: rgb(124, 185, 2);
}
label.ended {
    background-color: rgb(229, 57, 53);
}
.launchpad_box h4 {
    padding: 0;
}

.launchpad_box p {
    font-size: 14px;
    line-height: 22px;
}
.launchpad_box .row:nth-child(2) {
    flex: 1;
}
.launchpad_box.curr .bottom_pad{
    display: block;
    padding: 15px;
}
.bottom_pad {
    display: none;
}
.bottom_pad img {
    max-width: 30px;
}
.launchpad_box .follow_center p {
    cursor: pointer;
    text-transform: inherit;
}
.bottom_pad ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.launchpad_box .follow_head img{
    object-fit: contain;
}
.bottom_pad ul li a {
    display: flex !important;
    align-items: center;
    margin-bottom: 10px;
}
.bottom_pad ul li:last-of-type a{
    margin-bottom: 0px;
}

.bottom_pad h4 {
    margin: 0;
    font-size: 14px;
    margin-left: 10px;
    flex: 1;
}

.launchpad_box.curr .bottom_pad .trophy-label {
    font-size: 16px;
}
.launch_button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.launch_button .btn {
    margin: 0 15px;
    font-weight: 600;
    font-size: 16px;
}
.laun_social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    list-style: none;
}
.laun_social a {
    display: block;
    border-radius: 100px;
    background-color: #eee;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin: 0 5px;
    transition: all 0.3s 0s;
    color: #ff9311;
}

.laun_social a:hover {
    background-color: #ff9311;
    color: #fff;
}
.buy_laun {

    padding: 30px;
    border-radius: 6px;
    margin-top: 10px;
    position: relative;
}
.buy_laun h4 {
    margin-bottom: 15px;
}

.buy_laun label {
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 5px;
}

.buy_laun .button {
    margin: 5px;

    width: 100%; 
}

.buy_laun .form-group span {
    top: 37px;
    font-weight: 600;
}

.buy_laun .form-group .form-control {
    font-size: 16px;
    font-weight: 600;
}
.laun_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    color: #ccc;
}

.laun_overlay b {
    font-size: 30px;
    font-weight: 500;
}
.buy_laun .custom-form-input{
    margin-bottom: 0px;
    position: relative;
}
.buy_sell_cont .form-group span {
    position: absolute;

    z-index: 0;
    font-size: 12px;
}
.laun_table .fixed_headers td, .laun_table .fixed_headers th {
    width: 33.33%;
    color: #000;
}
.laun_table h4.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
}
.label_right_date {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.label_right_date b{
    font-size: 20px;
    font-weight: normal;
}
.title {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
}
.launch_buy_order  {
    color: #daf6ea;
}

.launch_sell_order  {

    cursor: pointer;
}

.laun_table .table td, .table th{
    border: none;
}
.ul_coin_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.ul_coin_list img {
    max-width: 20px;
    margin: 0 5px;
}

.order_confirm {
    list-style: none;
    text-align: left;
    padding: 15px;
    min-width: 300px;
    width: 100%;
    background-color: #eee;
}

.order_confirm li {
    margin-bottom: 10px;
    font-size: 14px;
}

.order_confirm li:last-of-type {
    margin: 0;
}

.IsCompleteDot .dot{
    background-color: #49d295 !important;
}
.fixed_height {
    max-height: 490px;
}
.d_s_f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    }

.fixed_headers .marketfeepaid {
    height: 168px;
    overflow: auto;
}
.coming_soon {
    position: relative;
}
.coming_soon:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    opacity: 0.7;
}
.coming_soon h5 {
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.new_div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.table_height {
    height: 700px;
}
.fixe_h {
    height: 800px;
}

.blog_listing {
    background: #f1f5f9;
    border-radius: 10px;
    text-align: left;
    padding: 15px;
    margin: 15px 0;
}

.blog_img img {
    border-radius: 10px;
}

.blog_title {
    font-size: 18px;
    font-weight: 500;
}

.blog_img {
    margin-bottom: 15px;
}
.blog_listing p {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 10px;
    max-height: 60px;
    min-height: 60px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 18px;
    overflow: hidden;
}

.blog_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.blog_listing i {
    font-size: 20px;
    height: inherit;
    width: inherit;
    border: 0;
    line-height: normal;
}
.blog_listing:hover i {
    background-color: transparent;
    color: #fdda22;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ff9212;
    border-color: #ff9212;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination {
    justify-content: flex-end;
}
.page-link {
    color: #333;
}
.page-link:hover {
    z-index: 2;
    color: #121212;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.blog_flex a {
    color: #fdda22;
    font-weight: 500;
}
.cases_list a {
    background: #fff;
    padding: 15px;
    margin: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.32);
    border-radius: 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
    max-width: 270px;
}

.cases_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.blog_right {
    padding: 15px;
    background: #f1f5f9;
    border-radius: 10px;
}

.cases_list a:hover {
    background: #fdda22;
    color: #fff;
}
.blog_d p {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 10px;
    max-height: inherit;
    min-height: inherit;
    text-overflow: inherit;
    line-height: 25px;
    overflow: inherit;
}
.blog_d {
    display: flex;
    align-items: flex-start;
}

.blog_d .blog_date {
    display: block;
    background-color: #ff9212;
    color: #fff;
    padding: 12px 18px;
    margin-right: 20px;
    text-align: center;
    font-weight: 600;
}
.blog_banner {
    background-color: #f0f5fb;
    display: flex;
    align-items: center;
    padding: 300px 15px 100px;
    background-image: url(../img/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    min-height: inherit;
}
.wrapper_bg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.w_text {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 50px;
}

.w_text h6 {
    text-transform: capitalize;
    margin-bottom: 30px;
    color:#121212;
}

 

.w_text h4 {
    text-transform: capitalize;
    margin-bottom: 30px;
     color:#121212;
}

.w_text h4 b {
    color: #fdda22;
}

.w_text .btn {
    background: #fdda22;
    color: #fff;
    width: 100px;
    font-size: 20px;
    text-transform: capitalize;
}
.advanced_select{
    font-size: 14px;
    padding: 6px 20px 6px 10px;
    display: flex;
    color: #333 !important;
    text-transform: inherit;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    cursor: pointer;
}
.d_f {
    display: flex;
    align-items: center;
}
.user_feed {
    justify-content: space-between;
}
.d_ff {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 15px 15px;
}
.btn_sell {
    margin-left: 0;
    background: rgba(255, 63, 63, 0.3);
    color: #FF3F3F !important;
}
.btn_buy {
    margin-left: 0;
    background: rgba(72, 210, 149, .3);
    color: #49D295;
}

.n_box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.n_box div {
    width: calc(33.33% - 20px);
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 11px;
}
.n_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.df {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.df span {
    display: block !important;
}

.copy-modal-head div {
    width: 100%;
}
.f_df {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.f_df label {
    margin-right: 10px;
}
.f_df div {
    margin-right: 10px;
}
.f_df input {
    font-size: 13px;
    padding: 5px;
    height: inherit;
    text-align: left;
}
.f_df div:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
}
.w_df {
    width: 100%;
    max-width: 100%;
}

.w_df input {
    background: #f1f5f9;
}

.w_df .d-flex {
    justify-content: flex-start;
}

.w_df .form-group {
    max-width: 100%;
}
#Custom_top_trader_Popup{
    height: 100%;
}
#Custom_top_trader_Popup .custom-popup-content{
    justify-content: start;
}
.copy_trade .table-responsive{
    max-height: 305px;
    overflow: auto;
}
.btn_copy.btn_copy{
    background-color: #49D295;
    color: #fff !important;
}
#TopCopierDiv, #bindtoptradershtml {
    max-height: 426px;
    overflow: auto;
}