/* This css file is to override bootstarp4 css
********************************************************* /
* Theme Name: Ex-Coin
* Theme URI:  http://themeforest.ne/user/uigigs
* Author: uigigs
* Author URI: http://uigigs.com
* Description:  Ex-coin html5 template
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: template,site template, html5, template
*********************************************************** /

/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------

1. General Style
2. Navbar Style
3. Coin List Style
4. Activity Style
5. Wallets Style
6. Banner Style
7. Live-graph Style
8. Catagori Style
9. Common Component Style
10. Currency Dashboard Style
11. Tranding Info Style
12. Working-process Style
13. Post Style
14 Blog Details Style
15. Support Details Style
16. FAQ Style
17. Footer Style

*/
/*
 * Mixin printing a linear-gradient
 * as well as a plain color fallback
 * and the `-webkit-` prefixed declaration
 * @access public
 * @param {Keyword | Angle} $direction - Linear gradient direction
 * @param {Arglist} $color-stops - List of color-stops composing the gradient
 *
 * @see https://www.sitepoint.com/building-linear-gradient-mixin-sass/
 */
/*
|----------------------------------------------------------------------------
| 1. General Style
|----------------------------------------------------------------------------
*/

html {
    direction: ltr;
    font-family: 'Arial', sans-serif;
}

html.light {
  background: #fff;
  color: #000;
}

html.dark {
  background: #000;
  color: #fff;
}


html[lang="ar"] {
    direction: rtl;
    font-family: 'Tajawal', 'Arial', sans-serif;
}

html[lang="ar"] body {
    overflow-x: hidden; /* ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¹ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¯ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¦Ã‚Â  */
}

* {
    box-sizing: border-box;
}

img, table {
    /* max-width: 100%; */
    height: auto;
}

body {
    text-align: left;
  padding-bottom: 60px; /* Ã™â€ Ã™ÂÃ˜Â³ Ã˜Â§Ã˜Â±Ã˜ÂªÃ™ÂÃ˜Â§Ã˜Â¹ Ã˜Â§Ã™â€žÃ™â€šÃ˜Â§Ã˜Â¦Ã™â€¦Ã˜Â© */
}
body { visibility: hidden; }

html[lang="ar"] body {
    text-align: right;
}

.container, .row {
    direction: inherit;
}

.btn {
    text-align: center;
}

html[lang="ar"] .btn {
    text-align: center;
}


p, span, div {
    direction: inherit;
    text-align: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    text-align: inherit;
}

body.prowallet-body-bg {
    /* font-family: 'Roboto', sans-serif; */
    /* background-color: #f5f7fa; */
    /* color: #333; */
    /* margin: 0; */
    /* padding: 0; */
}

.container.contact-page {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

.page-title {
    /* text-align: center; */
    /* font-size: 36px; */
    /* margin-bottom: 10px; */
}

.page-description {
    margin-bottom: 40px;
}

.contact-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-left {
    flex: 2;
}

.contact-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Form Card */
.form-card {
    background: #2b3036;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.form-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #ebb50c;
}

/* Input Fields */
.input-field {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.input-field:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 10px rgba(13,110,253,0.2);
    outline: none;
}

/* Button */
.btn-submit {
    background-color: #0d6efd;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.btn-submit:hover {
    background-color: #0b5ed7;
}

/* Messages */
.alert-success {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    background: #00af56a1;
    border: 1px solid #eafbf321;
}

.alert-error {
    color: #dc3545;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Sidebar Cards */
.sidebar-card {
    background: #2b3036;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.sidebar-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #ebb50c;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-card ul {
    list-style: none;
    padding-left: 0;
}

.sidebar-card ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

/* Responsive */
@media(max-width: 992px) {
    .contact-row {
        flex-direction: column;
    }
    .contact-left, .contact-right {
        flex: 1 1 100%;
    }
}

ul, ol {
    padding-left: 20px;
}

html[lang="ar"] ul, html[lang="ar"] ol {
    padding-right: 20px;
    padding-left: 0;
}

html[lang="ar"] .text-left {
    text-align: right !important;
}

html[lang="ar"] .text-right {
    text-align: left !important;
}

.float-left {
    float: left;
}

html[lang="ar"] .float-left {
    float: right;
}

.float-right {
    float: right;
}

html[lang="ar"] .float-right {
    float: left;
}

.margin-left {
    margin-left: 20px;
}


.col-by-conte{
    display: flex;
    background: #131313;
    padding: 15px;
    color: #c4c4c4;}
body.day-mode .col-by-conte{
background: #f8f8f8;
    color: #505050;
    
}



.pw-input-wrapper {
    position: relative;
}
.pw-btn-qr svg,
.pw-btn-paste svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    color: #ffffff;
}

body.day-mode .pw-btn-qr svg,
body.day-mode .pw-btn-paste svg {
    color: #000000;
}

.pw-withdraw-input {
    padding-right: 70px;
}

.pw-btn-paste, .pw-btn-qr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-content: center;
    align-items: center;
}

.pw-btn-paste {
    left: 10px;
}

.pw-btn-qr {
    left: 38px;
}
.title-news {
    font-size: 20px;
}
.error-box{
    background:#ffecec;
    color:#b10000;
    padding:12px;
    border-radius:6px;
    margin-bottom:15px;
    text-align:center;
    font-weight:500;
}





#chart-container {
    position: relative;
    touch-action: pan-y;
}

a#tv-attr-logo {
    display: none;
}

/* ===== Dropdown + Candle Data Container ===== */
#interval-wrapper {
display: flex;
    gap: 12px;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid #ffffff1a;
    align-content: center;
}

/* Ø§Ù„Ø²Ø± Ø§Ù„Ø±Ø¦ÙŠØ³ÙŠ Ù„Ù„Ù€ Interval */
.dropdown {
    position: relative;
    min-width: 80px;
    cursor: pointer;
}

.dropdown button {
width: 100%;
    background: #2b303600;
    border: 0px;
    padding: 8px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.day-mode .dropdown button {
    color: #353535 !important;
}

/* Ù‚Ø§Ø¦Ù…Ø© Ø§Ù„Ø®ÙŠØ§Ø±Ø§Øª */
.dropdown-menuchrt {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #1e2228;
    border: 1px solid #444;
    border-radius: 6px;
    display: none;
    flex-direction: column;
    z-index: 1000;
}
body.day-mode .dropdown-menuchrt {
    background: #f4f4f4;
    border: 1px solid #e2e2e2;
}
.dropdown-menuchrt div {
    padding: 8px 10px;
    cursor: pointer;
    font-size: 13px;
}

.dropdown-menuchrt div:hover {
    background: #15171c;
}
img.logo-bottom-left {
    display: none;
}

.logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none; /* Ù„Ù…Ù†Ø¹ Ø§Ù„ØªØ£Ø«ÙŠØ± Ø¹Ù„Ù‰ Ø§Ù„Ø´Ø§Ø±Øª */
    opacity: 0.15; /* Ø´ÙØ§ÙÙŠØ© 15% */
    z-index: 5;
    width: 150px; /* Ø­Ø¬Ù… Ø§Ù„ÙˆØ¬Ùˆ */
    height: auto;
    background: url('https://alol.net/assets/images/logo.png') no-repeat center center;
    background-size: contain;
}

/* Candle Data Inline Desktop */
.candle-data-inline {
    gap: 12px;
    font-size: 12px;
    color: #fff;
    align-items: center;
}

.candle-label {
    font-weight: bold;
    color: #aaa;
}

.candle-value {
    font-weight: normal;
    color: #fff;
}

/* ===== Mobile Responsiveness ===== */
@media (max-width: 768px) {
    #interval-wrapper {
        align-items: flex-start;
        gap: 6px;
    }

    .candle-data-inline {
        gap: 4px;

    }
}

/* Chart Styles */
#chart, #rsi-chart {
    width: 100%;
}

#chart {
    height: 500px;
    position: relative;
    margin-top: 10px;
}

#rsi-chart {
    height: 100px;
    margin-top: 10px;
}





.skeleton {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 14px;
    border-radius: 6px;
    overflow: hidden;
}

.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 6%), transparent);
    animation: shimmer 1.4s infinite;
}
body.day-mode .skeleton::after {
    background: linear-gradient(90deg, transparent, rgb(231 231 231 / 75%), transparent);
}

@keyframes shimmer {
    100% {
        left: 100%;
    }
}













.mobile-search-bar {
     display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    background: #2b3036;
    gap: 10px;
}
body.day-mode .mobile-search-bar {

    background: #fafaf9;
}
.msb-left, .msb-right {
    display:flex;
    gap:10px;
}
.msb-icon {
    width: 20px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
}
.msb-icon:hover { background:#232838; }
.msb-search-btn {
    flex:1;
    background:#161b2b;
    border-radius:12px;
    padding:10px;
    color:#aaa;
    display:flex;
    justify-content:space-between;
    cursor:pointer;
}
.muma {
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.9);
    z-index:9999;
    display:none;
    padding:20px;
}
#closeSearch {
    font-size:28px;
    color:#fff;
    position:absolute;
    right:20px;
    top:15px;
    cursor:pointer;
}
#cryptoSearch {
    width:100%;
    padding:14px;
    font-size:16px;
    border-radius:10px;
    border:none;
    outline:none;
    margin-top:40px;
    margin-bottom:10px;
    background:#1b1d23;
}
#cryptoResults div {
    padding:12px;
    border-bottom:1px solid #2a2f3a;
    cursor:pointer;
    color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
#cryptoResults div:hover { background:#1b1f2a; }

















#eMenu {
    position: fixed;
    bottom: 80px;
    right: 0;
    padding: 15px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    height: 64px;
    border: 0.1px solid #ffffff00;
    z-index: 5;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    left: 5%;
    border-radius: 15px;
    width: 90%;
}

.start-box {
  background: #2a2e32;
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(20,20,30,0.08);
}
body.day-mode .start-box {
  background: #ffffff;
  box-shadow: 0 8px 20px rgb(115 115 121 / 13%);
}

.start-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  align-content: center;
}

.text-side h3 {
  margin: 0;
font-weight: 600;
    color: #d8d8d8;}
    
body.day-mode .text-side h3 {
  margin: 0;
font-weight: 600;
    color: #636262;}

.text-side .muted {
  font-size: 13px;
  color: #93939c;
}

.icon-side {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.start-icon {
  width: 44px;
  height: 44px;
  color: #e4e4e4;
  opacity: .95;
}

.start-links {
  display: flex;
  flex-direction: row;
  gap: 6px;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}

.start-btn {
  padding: 10px;
  border-radius: 10px;
  background: #212529;
  color: #c2c2c2;
  transition: .15s;
  text-align: center;
  height: 50px;
  width: 50px;
}

/* ===== PAGE BG ===== */
.login-wrapperb {
    min-height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===== CARD ===== */
.login-cardb {
    width: 900px;
    max-width: 95%;
    display: flex;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.5);
}
body.day-mode .login-cardb {
    width: 900px;
    max-width: 95%;
    display: flex;
    border-radius: 18px;
    overflow: hidden;
box-shadow: 0 25px 60px rgb(0 0 0 / 15%);
}

/* ===== LEFT SIDE ===== */
.login-leftb {
    flex: 1;
    background: #f3c816;
    color: #0c0d0d;
    padding: 50px;
    text-align: -webkit-center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.welcome-titleb {
    font-size: 32px;
    margin-bottom: 10px;
}

.welcome-textb {
    opacity: 0.8;
    margin-bottom: 30px;
}

/* ===== QR ===== */
.qr-boxb {
    padding: 20px;
    border-radius: 12px;
    display: inline-block;
}

.qr-frameb {
    position: relative;
    background: #fff;
    padding: 15px;
}

.qr-frameb img {
    width: 200px;
    height: 200px;
}

/* ===== SCANNER CORNERS ===== */
.qr-frameb::before,
.qr-frameb::after,
.qr-frameb span::before,
.qr-frameb span::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border: 4px solid #000;
}

.qr-frameb::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.qr-frameb::after {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}

.qr-frameb span::before {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
}

.qr-frameb span::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

.qr-textb {
    margin-top: 10px;
    font-weight: bold;
    color: #000;
}

/* ===== RIGHT SIDE ===== */
.login-boxb {
    flex: 1;
    background: #2b3036;
    padding: 50px;
}
body.day-mode .login-boxb {
    background: #f0f0f0;
}

.login-titleb {
    text-align: center;
    margin-bottom: 30px;
}

/* ===== FORM ===== */
.login-formb {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#withdrawal_network,
#wallet_id {
    background: #2a2e32;
}

body.day-mode #withdrawal_network,
body.day-mode #wallet_id {
    background: #ffffff;
}

option.inputb-option {
    background: #2a2e32;
}
body.day-mode option.inputb-option {
    background: #ffffff;
}
.inputb {
    padding: 12px;
    border: none;
    border-bottom: 1px solid #cccccca3;
    outline: none;
        background: #7fffd400;
        color: #e4e4e4;
}
body.day-mode .inputb {
        color: #000000;
}
.inputb:focus {
    border-color: #ffcc00;
}

.btnb {
    margin-top: 10px;
    padding: 12px;
    background: #f3c816;
    color: #090909;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}
button.btn-cancelb {
    margin-top: 10px;
    padding: 12px;
    background: #212529;
    color: #f4f4f4;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

    input.inputb:-webkit-autofill, input.inputb:-webkit-autofill:hover, input.inputb:-webkit-autofill:focus, input.inputb:-webkit-autofill:active {
        -webkit-text-fill-color: #e4e4e4 !important;
        caret-color: #e4e4e4;
        box-shadow: 0 0 0px 1000px #2b3036 inset !important;
        -webkit-box-shadow: 0 0 0px 1000px #2b303600 inset !important;
        transition: background-color 5000s ease-in-out 0s;
    }
   body.day-mode input.inputb:-webkit-autofill, input.inputb:-webkit-autofill:hover, input.inputb:-webkit-autofill:focus, input.inputb:-webkit-autofill:active {
                -webkit-text-fill-color: #000000 !important;

    }

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .login-cardb {
        flex-direction: column;
    }
}
/* ===== MOBILE QR TOGGLE ===== */
.btn-qr-toggleb {
    display: none;
    margin-bottom: 15px;
}

.btn-qr-backb {
    display: none;
    margin-top: 15px;
}

/* ===== MOBILE MODE ===== */
@media (max-width: 768px) {

    .login-leftb {
        display: none;
    }

    .btn-qr-toggleb {
        display: block;
    }

    .login-cardb.qr-activeb .login-leftb {
        display: flex;
    }

    .login-cardb.qr-activeb .login-boxb {
        display: none;
    }
    .login-boxb
    {
    background: #2b303600;
    padding: 0;
    }
    .login-cardb {
    box-shadow: 0 25px 60px rgb(0 0 0 / 0%);
    }
    .login-cardb.qr-activeb .btn-qr-backb {
        display: block;
        font-size: 25px;
        border: 0;
        background: #f0f8ff00;
        text-align: -webkit-center;
    }
         /* ===== AUTOFILL FIX (BLACK / YELLOW THEME) ===== */
    input.inputb:-webkit-autofill,
    input.inputb:-webkit-autofill:hover,
    input.inputb:-webkit-autofill:focus,
    input.inputb:-webkit-autofill:active {

    -webkit-text-fill-color: #e4e4e4 !important;
    caret-color: #e4e4e4;

    box-shadow: 0 0 0px 1000px #2b3036 inset !important;
   -webkit-box-shadow: 0 0 0px 1000px #21252900 inset !important;
    transition: background-color 5000s ease-in-out 0s;
    }

    }
  

















.start-btn:hover {
  background: #4c5359;
  transform: translateY(-3px);
}
body.day-mode .start-btn {
  background: #f0f0f0;
  color: #c2c2c2;
}

body.day-mode .start-btn:hover {
  background: #dcdbdb;
}

body.day-mode .card .title {
    font-weight: 700;
    font-size: 14px;
    color: #656565;
    text-align: right;
}

.kblnc {direction: ltr;}
html[lang="ar"] .kblnc {direction: rtl;}


body.day-mode .card {
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgb(20 20 30 / 0%);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 120px;
    transition: transform .12s 
ease, box-shadow .12s 
ease;
    overflow: hidden;
}
body.day-mode .card .value {
    font-size: 18px;
    font-weight: 700;
    color: #797777;
    text-align: right;
    direction: ltr;
}
.menu-item {
display: block;
    color: #fff;
    padding: 12px 0;
    margin: 6px 0;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
    text-align: -webkit-center;
    width: 27%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background: #1b1d23;
    margin-right: 3%;
    height: 60px;
    line-height: normal;
    justify-content: center;

}
body.day-mode .menu-item {
    color: #4f4f4f;
    background: #f4f4f4;

}


#tradeMenu {
    position: fixed;
    bottom: 80px;
    right: 0;
    padding: 15px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    height: 64px;
    border: 0.1px solid #ffffff00;
    z-index: 5;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    left: 5%;
    border-radius: 15px;
    width: 90%;
}

body.day-mode .card .icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(0 0 0 / 2%), rgba(0, 0, 0, 0.01));
}

       .bnewsacde {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}

.bkkjja {
    width: 95%;
    display: flex;
    padding: 18px 20px;
    border: 1px solid #ffffff12;
    background: #1b1d23;
    border-radius: 15px;
    margin-bottom: 4px;
    align-items: center;
    justify-content: space-between;
    transition: 0.25s ease;
    cursor: pointer;
}

body.day-mode .bkkjja {
    background: #eeeeee;
}

.bkkjja:hover {
    background: #23252c;
    transform: translateX(-4px);
    border-color: #ffc1072e;
}

.bkkjja svg.icon-left {
    width: 20px;
    height: 20px;
    color: #f0f0f0;
    margin-left: 12px;
}

body.day-mode .bkkjja svg.icon-left {
    color: #494949;
}

a.botojja {
    font-size: 16px;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    flex-grow: 1;
}

.bkkjja svg.arrow {
    width: 22px;
    height: 22px;
    color: #8d98a8;
    transition: 0.25s ease;
}

.bkkjja:hover svg.arrow {
    color: #ffc107;
    transform: translateX(-3px);
}


/* ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¦Ã‚Â ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ */
@media(max-width:520px){
  .start-content { flex-direction: column; text-align: center; }
  .icon-side { flex-direction: column; }
}



.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  direction: rtl;
  margin: 12px 0;
  align-items: stretch;
}

.card {
  background: #2a2e32;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(20,20,30,0.06);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 120px;
  transition: transform .12s ease, box-shadow .12s ease;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(20,20,30,0.09);
}

.card .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.card .icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, rgb(0 0 0 / 17%), rgba(0, 0, 0, 0.01));
}

.card .title {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-align: right;
}

.card .value {
  font-size: 18px;
  font-weight: 700;
  color: #e4e4e4;
  text-align: right;
  direction: ltr; /* ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€ Ã¢â‚¬â„¢ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¦Ã‚Â ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â© ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¶ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦/ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â² ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â© ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â± ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¦Ã‚Â ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¦Ã‚Â ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¯ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â© */
}

.card .muted {
  font-size: 12px;
  color: #93939c;
  text-align: right;
}

.badge {
  display:inline-block;
  padding:4px 8px;
  border-radius:999px;
  font-size:12px;
  font-weight:600;
}

.badge-danger  { background:#fdecea; color:#b02a37; }
.badge-info    { background:#eef7ff; color:#0b5ed7; }

@media(max-width:520px){
  .card { padding:12px; }
  .card .icon { width:40px; height:40px; }
}

.news-card { background: #2a2e32; border-radius: 12px; overflow: hidden; margin-bottom: 20px; box-shadow: 0 0 10px #00000040; }

body.day-mode .news-card {background: #f0f0f0;}



.news-card-img { width: 100%; height: 220px; overflow: hidden; background: #111; }
.news-card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.news-card-body { padding: 15px; }
.news-card-title { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.news-card-title a {text-decoration: none; }
.news-card-title a:hover {}
.news-card-text { font-size: 14px; line-height: 1.6; height: 63px; overflow: hidden; }
.news-categories-menu {background: #2a2e32;
    border-radius: 14px; }
    
body.day-mode .news-categories-menu {
    background: #f0f0f0;
}
.news-categories-menu .menu-title { font-size: 17px; font-weight: 600; margin-bottom: 15px; border-bottom: 1px solid #444; padding-bottom: 8px; }
.news-cat-item { display: flex;
    gap: 12px;
    padding: 12px;
    margin-bottom: 12px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: 0.2s;
    border-bottom: 1px solid #aaaaaa14; }
.news-cat-item:hover {border-color: #f1c40f; }
.news-cat-item.active-cat { border-color: #f1c40f57;
    border-radius: 20px; }
.news-cat-icon i { font-size: 22px;}
.news-cat-info .news-cat-title { font-size: 15px; font-weight: bold; }
.news-cat-info .news-cat-desc {font-size: 13px;color: #a4a4a4;}
body.day-mode .news-cat-info .news-cat-desc {color: #575757;}
.pagination { margin-top: 20px; }
.pagination a { display: inline-block; margin-right: 5px; padding: 5px 10px; background: #1f2326; border-radius: 6px; text-decoration: none; }
.pagination a.active-page { background: #f1c40f;font-weight: bold; }
.pagination a:hover { background: #f1c40f;}
/* Ã˜Â­Ã˜Â§Ã™Ë†Ã™Å Ã˜Â© Ã˜Â¹Ã˜Â§Ã™â€¦Ã˜Â© */
.news-wrapper {
    margin-top: 20px;
}

/* Ã™Æ’Ã˜Â±Ã˜Âª Ã˜Â§Ã™â€žÃ˜Â®Ã˜Â¨Ã˜Â± */
.news-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #00000040;
}

.news-image {
    width: 100%;
    height: 400px; /* Ã˜Â§Ã˜Â±Ã˜ÂªÃ™ÂÃ˜Â§Ã˜Â¹ Ã˜Â«Ã˜Â§Ã˜Â¨Ã˜Âª */
    overflow: hidden; /* Ã˜Â¥Ã˜Â®Ã™ÂÃ˜Â§Ã˜Â¡ Ã˜Â§Ã™â€žÃ˜Â¬Ã˜Â²Ã˜Â¡ Ã˜Â§Ã™â€žÃ˜Â²Ã˜Â§Ã˜Â¦Ã˜Â¯ */
    border-bottom: 3px solid #2c2c33;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ã˜ÂªÃ™â€¦Ã™â€žÃ˜Â£ Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â³Ã˜Â§Ã˜Â­Ã˜Â© Ã˜Â¨Ã˜Â§Ã™â€žÃ™Æ’Ã˜Â§Ã™â€¦Ã™â€ž Ã˜Â¨Ã˜Â§Ã˜Â­Ã˜ÂªÃ˜Â±Ã˜Â§Ã™ÂÃ™Å Ã˜Â© */
    object-position: center; /* Ã˜ÂªÃ˜Â±Ã™Æ’Ã™Å Ã˜Â² Ã˜Â§Ã™â€žÃ˜ÂµÃ™Ë†Ã˜Â±Ã˜Â© Ã™ÂÃ™Å  Ã˜Â§Ã™â€žÃ™â€¦Ã™â€ Ã˜ÂªÃ˜ÂµÃ™Â */
}

/* Ã˜Â¬Ã˜Â³Ã™â€¦ Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â­Ã˜ÂªÃ™Ë†Ã™â€° */
.news-body {
    padding: 20px;
}

/* Ã˜Â§Ã™â€žÃ˜Â¹Ã™â€ Ã™Ë†Ã˜Â§Ã™â€  */
.news-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Ã˜Â§Ã™â€žÃ˜Â¨Ã™Å Ã˜Â§Ã™â€ Ã˜Â§Ã˜Âª */
.news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 18px;
    font-size: 14px;
}

.news-meta i {
    margin-right: 5px;
}

/* Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â­Ã˜ÂªÃ™Ë†Ã™â€° */
.news-content {
    font-size: 17px;
    line-height: 1.8;
}
body.day-mode .news-content {
     color: #434343;
}

/* Ã˜Â±Ã™Ë†Ã˜Â§Ã˜Â¨Ã˜Â· Ã˜Â¯Ã˜Â§Ã˜Â®Ã™â€ž Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â­Ã˜ÂªÃ™Ë†Ã™â€° */
.news-content a {
    font-weight: 600;
    text-decoration: none;
}

.news-content a:hover {
    text-decoration: underline;
}

/* Ã˜Â§Ã™â€žÃ˜ÂµÃ™Ë†Ã˜Â± Ã˜Â¯Ã˜Â§Ã˜Â®Ã™â€ž Ã˜Â§Ã™â€žÃ™â€ Ã˜Âµ */
.news-content img {
    max-width: 100%;
    border-radius: 8px;
    margin: 12px 0;
    border: 2px solid #333;
}

/* Ã™â€¦Ã˜ÂªÃ˜Â¬Ã˜Â§Ã™Ë†Ã˜Â¨ */
@media(max-width:768px) {
    .news-title { font-size: 22px; }
    .news-content { font-size: 15px; }
    .news-meta { font-size: 13px; }
    .news-image img { height: 200px; }
}

/* Ã˜Â¹Ã™â€ Ã™Ë†Ã˜Â§Ã™â€  Ã˜Â§Ã™â€žÃ™â€¦Ã™â€šÃ˜Â§Ã™â€ž */
.news-title {
    font-size: 28px; /* Ã˜Â­Ã˜Â¬Ã™â€¦ Ã˜Â«Ã˜Â§Ã˜Â¨Ã˜Âª Ã™â€žÃ™â€žÃ˜Â¹Ã™â€ Ã™Ë†Ã˜Â§Ã™â€  */
    font-weight: 700;
    margin-bottom: 12px;
}

/* Ã˜Â¨Ã™Å Ã˜Â§Ã™â€ Ã˜Â§Ã˜Âª Ã˜Â§Ã™â€žÃ™â€¦Ã™â€šÃ˜Â§Ã™â€ž */
.news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
    margin-bottom: 20px;
}

.news-date {
    font-weight: 500;
}

.news-author {
    font-weight: 500;
}

/* Ã™â€¦Ã˜Â­Ã˜ÂªÃ™Ë†Ã™â€° Ã˜Â§Ã™â€žÃ™â€¦Ã™â€šÃ˜Â§Ã™â€ž */
.news-content {
    font-size: 16px; /* Ã˜Â­Ã˜Â¬Ã™â€¦ Ã˜Â§Ã™â€žÃ˜Â®Ã˜Â· Ã˜Â§Ã™â€žÃ˜Â£Ã˜Â³Ã˜Â§Ã˜Â³Ã™Å  Ã™â€žÃ™â€žÃ™â€¦Ã˜Â­Ã˜ÂªÃ™Ë†Ã™â€° */
    line-height: 1.7;
    color: #a4a4a4;
}

/* Ã˜Â±Ã™Ë†Ã˜Â§Ã˜Â¨Ã˜Â· Ã˜Â¯Ã˜Â§Ã˜Â®Ã™â€ž Ã˜Â§Ã™â€žÃ™â€¦Ã™â€šÃ˜Â§Ã™â€ž */
.news-content a {
    text-decoration: none;
}

.news-content a:hover {
    text-decoration: underline;
}

/* Ã™â€¦Ã˜ÂªÃ˜Â¬Ã˜Â§Ã™Ë†Ã˜Â¨ Ã™â€žÃ™â€žÃ™â€¡Ã™Ë†Ã˜Â§Ã˜ÂªÃ™Â */
@media(max-width:768px) {
    .news-title { font-size: 24px; }
    .news-content { font-size: 15px; }
    .news-meta { font-size: 13px; }
}
.latest-news-box {
  padding: 15px;
    border-radius: 10px;
    background: #2a2e32;
}

.latest-news-box h3 {
    margin-bottom: 12px;
}

.latest-news-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #2b2b33;
    padding-bottom: 10px;
}

.latest-news-item:last-child {
    border-bottom: none;
}

.latest-news-thumb {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #111;
}

.latest-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-news-info a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.latest-news-info a:hover {
    text-decoration: underline;
}

.latest-news-date {
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

body.day-mode .latest-news-item {
    border-bottom: 1px solid #2b2b3340;
}
body.day-mode .latest-news-box {
    background: #fafaf9;
}


.latest-news-box { padding: 10px 5px; background: transparent; }
.news-horizontal-card {
    display: flex;
    gap: 12px;
    align-items: stretch;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    transition: transform .18s ease, box-shadow .18s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    margin-bottom: 12px;
    overflow: hidden;
    background: #2b3036;
}
body.day-mode .news-horizontal-card {
    background: #fafaf9;
}
.news-horizontal-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.nh-thumb {
    flex: 0 0 90px;
    height: 70px;
    overflow: hidden;
    border-radius: 8px;
}
.nh-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
}
.nh-body {
    flex: 1 1 auto;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
.nh-title {
    font-size: 14px;
    margin: 0 0 6px 0;
    line-height: 1.2;
    font-weight: 600;
}
.nh-excerpt {
    font-size: 13px;
    margin-bottom: 8px;
        color: #b9b9b9;
}
body.day-mode .nh-excerpt {
    font-size: 13px;
    margin-bottom: 8px;
        color: #353535;
}
.nh-meta {
    font-size: 12px;
    display:flex;
    gap:8px;
    align-items:center;
}
.latest-news-grid {
    padding: 10px 5px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.news-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
    transition: transform .18s ease, box-shadow .18s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.news-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
}

.news-title {
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

/* Ã˜Â´Ã˜Â§Ã˜Â´Ã˜Â§Ã˜Âª Ã˜ÂµÃ˜ÂºÃ™Å Ã˜Â±Ã˜Â© */
@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .news-img {
        height: 90px;
    }
    .news-title {
        font-size: 13px;
    }
}

/* Ã˜Â´Ã˜Â§Ã˜Â´Ã˜Â§Ã˜Âª Ã˜Â£Ã™Æ’Ã˜Â¨Ã˜Â± */
@media (min-width: 1024px) {
    .news-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 768px) {
    .news-horizontal-card { gap:10px; padding:8px; }
    .nh-thumb { flex-basis:70px; height:56px; }
    .nh-title { font-size:13px; }
    .nh-excerpt { display:none; } /* Ã™â€žÃ˜Â¥Ã˜Â¸Ã™â€¡Ã˜Â§Ã˜Â± Ã˜Â§Ã˜Â®Ã˜ÂªÃ˜ÂµÃ˜Â§Ã˜Â± Ã˜Â£Ã˜Â¹Ã™â€žÃ™â€° Ã™ÂÃ™Å  Ã˜Â§Ã™â€žÃ˜Â´Ã˜Â§Ã˜Â´Ã˜Â§Ã˜Âª Ã˜Â§Ã™â€žÃ˜ÂµÃ˜ÂºÃ™Å Ã˜Â±Ã˜Â© */
}











    .mySelect {
      width: 100%;
      margin-bottom: 20px;
    }
.select2-selection__arrow {
  display: none !important;
}


.select2-selection--single {
  position: relative;
}

.select2-selection--single::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='gray' viewBox='0 0 24 24'><path d='M10,2A8,8 0 0,1 18,10C18,12.21 17.21,14.21 15.83,15.59L21.71,21.46L20.29,22.88L14.41,17C13.03,18.38 11.03,19.17 8.82,19.17A8,8 0 0,1 10,2M10,4A6,6 0 1,0 16,10A6,6 0 0,0 10,4Z'/></svg>") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

html[lang="ar"] .select2-selection--single::before {
  left: 8px;
}

.select2-selection__clear {
  display: none !important;
}
html[lang="ar"] .margin-left {
    margin-right: 20px;
    margin-left: 0;
}

.margin-right {
    margin-right: 20px;
}

html[lang="ar"] .margin-right {
    margin-left: 20px;
    margin-right: 0;
}
.fav-btn.fav-on {
    color: #ffc107;
}

.mobilmma{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background: #2b3036;
    position: relative;
}
body.day-mode .mobilmma{
    background: #fcfcfc;
}





.custom-trading-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.custom-trading-table tbody {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.custom-trading-table tbody tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.custom-trading-table tbody tr td {
    font-size: 10px;
    padding: 6px;
    word-wrap: break-word;
    text-align: center;
}

.custom-trading-table tbody tr td a {
    text-decoration: none;
}

.custom-trading-table tbody tr td svg {
    display: block;
    margin: auto;
}
 .green-text { color: rgb(14, 205, 131); font-weight: bold; font-size: 11px; }
        .red-text { color: rgb(246, 70, 93); font-weight: bold;  font-size: 11px;}


html, html a {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  }
.hstart {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #ffffff1a;
    border-radius: 24px;
}

body.day-mode .hstart {
  border: 1px solid #0000000a;
}
.texticon {
    font-size: 11px;

}

.modaent {
    /* position: relative; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff0;
    background-clip: padding-box;
    outline: 0;
}



.scontent {
 width: 100%;
 overflow: hidden;
 text-overflow: ellipsis;
 max-width: 400px;
 color: #d6d6d6;
}

body.day-mode .scontent {
 color: #4a4a4a;
}


.sumle1{
    border-bottom: 1px solid #ffffff12;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff12;
    padding-bottom: 15px;
    padding: 1vw;
    }


.menud-f-w{
    width: 100%;
    /* padding: 1vw; */
    font-size: 13px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.deposet-s{text-align: -webkit-center;background: #ffffff;padding: 3px;width: 32%;border-radius: 5px;color: #000000;}
.w-f {
    text-align: -webkit-center;
    background: #2a2e32;
    padding: 3px;
    width: 32%;
    border-radius: 5px;
}

body.day-mode .w-f {background: #e2e2e2;padding: 3px;border-color: #0000002b;}
.number {
    color: aliceblue;
    background: #15171c;
    border-radius: 5px;
    font-size: 9px;
    margin-left: 10px;
    padding: 5px;
    font-weight: 600;
}
.new {
    color: #000000;
    background: #edc130;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 10px;
    padding: 5px;
    font-weight: 600;
}



.ghapi {
    border-top: 1px #88888840 solid;
}

.gh {
    background: #101010;
    width: 100%;
    display: block;
    border-radius: 9px;
}
body.day-mode .gh {
    background: #eeeeee;
}



.lang-slider {
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: var(--sidebar-bg, #fff);
    color: #000;
    box-shadow: -3px 0 15px rgba(0,0,0,0.15);
    transition: 0.35s ease;
    z-index: 9999;
    padding: 15px;
}

body.day-mode .lang-slider {
    background: #fff;
    color: #000;
}

body:not(.day-mode) .lang-slider {
    background: #212529;
    color: #fff;
}

.lang-slider.open {
    right: 0;
}

.lang-header {
     display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-direction: row-reverse;
}
.lang-header .closeLang {
    cursor: pointer;
    font-size: 26px;
    font-weight: bold;
}

.lang-content a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 10px;
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

.lang-content a:hover {
    background: rgba(0,0,0,0.1);
}

.lang-content img {
    width: 32px;
    height: 32px;
}

#overlayLang {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: 9998;
}

#overlayLang.active {
    display: block;
}





.mode-btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}

.bn-svg {
  width: 24px;
  height: 24px;
  transition: fill 0.3s ease;
  fill: #ffffff; /* ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â  ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â  */
}
.day-mode .bn-svg {
  width: 24px;
  height: 24px;
  transition: fill 0.3s ease;
  fill: #4f4f4f; /* ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â  ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â  */
}
/* ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â  ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â  */
.day-mode #sunIcon {
  fill: #000000; /* ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± */
}

/* ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â  ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â  */
#moonIcon {
  fill: #ffffff; /* ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ */
  color: #f0f0f0;
}

.hidden {
  display: none;
}

button:focus,
button:active {
  outline: none;
  box-shadow: none;
}


.slixntainer {
    display: flex;
    width: 10%;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
}
.slider-container  {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  align-items: baseline;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}
.slider-container .slider {
  -webkit-appearance: none;
  overflow: hidden;
  width: 90%;
  height: 5px;
  border-radius: 30px;
  background: #1e1f24;
  background-size: var(--background-size, 50%, 50%) 100%;
  background-repeat: no-repeat;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: none !important;
  -webkit-min-logical-height: 10px;
}

body.day-mode .slider-container .slider {
    background: #f6f6ff;
}

.slider-container .slider:hover {
  opacity: 1;
  height: 10px;
}

.content .slider-container .slider::-webkit-slider-runnable-track {
  height: 50px;
  -webkit-appearance: none;
  color: #13bba4;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #54565a url("https://i.imgur.com/OuvOpHG.png") 50% 50% no-repeat;
  margin-left: 0%;
}

.slider::-moz-range-thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #54565a url("https://i.imgur.com/OuvOpHG.png") 50% 50% no-repeat;
}

#range{position: relative;}

#show-count {
    color: #000;
    font-weight: bold;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
   
}







.botmomclos {
    background: #3c3c3c54;
    padding: 2px;
    border-radius: 5px;
    color: #e3e3e3;
    text-align: -webkit-center;
    font-size: 12px;
    padding-left: 2px;
    display: block;
    width: 100px;
    border: 1px solid #00000030;
}

body.day-mode .botmomclos {
    background: #fafafa;
    border:1px solid #00000017;
    color: #000000;
}

.tablemedls {
    display: contents;
}


.butomr-d {
    border-radius: 5px;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #edc130;
    color: #000000;
    font-weight: 700;
}
.text-muted {
    color: #cecece !important;
    font-size: 12px;
}
body.day-mode .text-muted {
    color: #6c757d !important;
    font-size: 12px;
}
.text-sq {
    font-size: 11px;
}

.formmedles {
    padding: 13px;
    text-align: left;
    width: 350px;
    background: #171717;
}

body.day-mode .formmedles {
       padding: 23px;
    text-align: left;
    width: 350px;
    background: #0a0a0a00;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.drouserser {
    padding: 5px 10px;
    color: #ffffff;
    background-color: #01cea20a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ffffff42;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
}

.mune-lift {
 width: 17%;
    background: #1e2228;
    padding: 87px 5px 0px 0px;
}




::-webkit-scrollbar {
  width: 10px;
}


.formlogin {
    width: 100%;
    background: #00000000;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fff;
}

body.day-mode .formlogin {
  background: #00000003;
}






form.user-connected-from.user-login-form {
    color: #bdbdbd;
}

body.day-mode form.user-connected-from.user-login-form {
    color: #626262;
}


form.user-connected-from.user-signup-form {
    color: #dbdbdb;
}

body.day-mode form.user-connected-from.user-signup-form {
    color: #4a4a4a;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 0px solid rgba(0,0,0,.1);
}
::-webkit-scrollbar-track {
  background: #555;
}
 
::-webkit-scrollbar-thumb {
  background: #888; 
}

::-webkit-scrollbar-thumb:hover {
  background: #f3f3f3; 
}

.massive-shor-w {
    display: none;
}


.user-wallet-section.modal-container {

    width: 100%;
}
option.formloginselect {
    width: 100%;
    background: #181a20;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fff;
}



.negative {
    color: #f00;
}

.positive {
    color: #0f0;
}


.refrel{
    background: #15171c;
    padding: 10px;
    border-radius: 7px;
    color: aliceblue;
    font-size: 14px;
    font-weight: 600;
}


.asbhome {
    width: 100%;
    display: flex;
}
body.day-mode .asbhome {
    border-bottom: 1px solid #e0e0e0;
}





div#chartContainer {
    mix-blend-mode: unset;
}

body.day-mode div#chartContainer {
}



.munah
{display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
        color: #8b8b8b;


}
    


.activeah, .accordion:hover {
    background-color: #00ffc512;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    /* border-radius: 56px; */
    margin-bottom: 8px;
    /* height: 48px; */
    font-size: 14px;
    /* line-height: 130%; */
    padding-left: 16px;
    font-weight: 700;
    color: #edc130;
    cursor: pointer;
    background: rgb(254 5 64 / 9%);
    transition: all 0.3s ease 0s;
    user-select: none;
}

.liprs {
    padding-right: 10px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
}


.scmunah {
    font-size: 3px;
    width: 20px;
}
.conetc{
        padding: 5px;

}

.ghuicon {
    position: absolute;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    direction: ltr;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    border: 1px solid #e3e3e30f;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 16px;
    user-select: none;
    -webkit-user-select: none;
    background: #0f1114;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    background-color: #15171c;
}
 body.day-mode .select2-results__option[aria-selected] {
    cursor: pointer;
    background-color: #fafafa;
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.usehomeontainer {
    padding: 90px 0 100px 0;
}

.modal-usercu {
    min-width: 95%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}


.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
    background: #15171c;
}
body.day-mode .select2-search--dropdown {
   display: block;
    padding: 1px;
    background: #fafafa;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #;
    border: 1px solid #e3e3e305;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background: #1e1f24b8;
    color: rgb(234, 236, 239);
    font-size: 11px;
    border-radius: 5px;
    margin-bottom: 5px;
    justify-content: space-between;
    align-content: center;
    margin: 0;
}

body.day-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
   background: #f6f6ff;
   color: rgb(0 0 0);
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
    position: absolute;
    top: 0;
    width: 20px;
    left: 95%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fdfdfd transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}
span.select2-dropdown.select2-dropdown--below {
    width: 300px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dedede30;
    background: #00000045;
    color: #c7c7c7;
}

body.day-mode .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #f6f6f6;
    background: #f2f2f2;
    color: #4f4f4f;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f3f3f3;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #15171c;
    color: #00c896;
}
body.day-mode .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fafafa;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #33322b;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #33322b;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #ddcd3d;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #919191
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}





  /* Ã˜Â§Ã™â€žÃ˜Â²Ã˜Â± Ã˜Â§Ã™â€žÃ˜Â°Ã™Å  Ã™Å Ã™ÂÃ˜ÂªÃ˜Â­ Ã˜Â§Ã™â€žÃ˜Â¨Ã˜Â­Ã˜Â« */
  #openSearchBtn {
        font-size: 12px;
    cursor: pointer;
    width: 100%;
    background: #212529;
    border: 1px solid #ffffff17;
    color: aliceblue;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0px 4px;
  }
  body.day-mode #openSearchBtn {
    background: #eeeeee;
    border: 1px solid #ffffff17;
    color: #333333;
  }

  /* Ã˜Â´Ã˜Â§Ã˜Â´Ã˜Â© Ã˜Â§Ã™â€žÃ˜Â¨Ã˜Â­Ã˜Â« Ã˜Â§Ã™â€žÃ™Æ’Ã˜Â§Ã™â€¦Ã™â€žÃ˜Â© */
  #searchOverlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgb(33 37 41);display: none;z-index: 1000;padding: 20px;box-sizing: border-box;}

  /* Ã˜Â­Ã™â€šÃ™â€ž Ã˜Â§Ã™â€žÃ˜Â¨Ã˜Â­Ã˜Â« */
  #cryptoSearch {
    width: 100%;
    padding: 15px;
    font-size: 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 15px;
    background: #1b1d23;
    color: #fff;
  }



  /* Ã™â€ Ã˜ÂªÃ˜Â§Ã˜Â¦Ã˜Â¬ Ã˜Â§Ã™â€žÃ˜Â¨Ã˜Â­Ã˜Â« */
  #cryptoResults {
    margin-top: 15px;
    max-height: 70%;
    overflow-y: auto;
  }

  #cryptoResults div {
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #33333396;
    color: #ffffffa3;
  }

  #cryptoResults div:hover {
    background-color: #222;
  }

  /* Ã™â€žÃ™â€žÃ™â€¡Ã™Ë†Ã˜Â§Ã˜ÂªÃ™ÂÃ˜Å’ Ã˜Â­Ã™â€šÃ™â€ž Ã˜Â§Ã™â€žÃ˜Â¨Ã˜Â­Ã˜Â« Ã™Æ’Ã˜Â¨Ã™Å Ã˜Â± */
  @media (max-width: 768px) {
    #cryptoSearch {
      font-size: 14px;
      padding: 15px 30px;
    }
    #cryptoResults div {
      padding: 15px;
      font-size: 16px;
    }
  }



.sledosh {
      height: 510px;
    width: 100%;
    display: contents;
}


.home-one-tite-tre {
  /* text-align: -webkit-center; */
  padding: 10px 10px 100px;
}

.home-1 {
font-size: 28px;
padding: 10px;
    font-weight: 600;
}

.home-2  {
    /* text-align: left; */
    line-height: 0;
    padding: 10px;
    margin-bottom: 9px;
}

.home-3  {
    /* text-align: left; */
    line-height: 0;
    padding: 10px;
}

.botom-a {
    border-radius: 5px;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #000000;
    font-weight: 600;
    padding: 9px  9px;
    background: linear-gradient(56deg, #f9cf19 0%, #dcaa0a 90%);
    margin-left: 5px;
}

.botom-b {
    border-radius: 5px;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: rgb(43 48 54);
    color: #ffffff;
    font-weight: 600;
    padding: 9px  59px;
}

body.day-mode .botom-b {
    background: rgb(240 240 240);
}


.banneyyu{
    width: 25%;
    
}








.icon-a {
    border-radius: 5px;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    /* background: #070708; */
    color: #ffffff;
    font-weight: 600;
    padding: 15px;
    border: 1px solid #4444446b;
}
.usock-home {
    background: #2b3036;
    margin-top: 2px;
    /* border: 1px solid rgb(240 242 247 / 0%); */
    border-radius: 8px;
}

body.day-mode .usock-home {
    background: #fafaf9;
}
.home-salgob {
    margin-top: 12px;
}

.accordion {
    background-color: #2b3036;
    color: #f3f3f3;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

body.day-mode .accordion {
  background-color: #fafaf9;
    color: #000000;
}

.active, .accordion:hover {
  /* background-color: #00000036; */
}

.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}


.products_productsContWrap__4ogse .products_productsCont__QZKeW li {
    position: relative;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
    flex: 1 0;
    cursor: pointer;
    text-align: center;
    border-radius: 12px;
}
.products_productsCont__QZKeW{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
}
.products_productsContWrap__4ogse {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
}
.products_productsContWrap__4ogse .products_productsCont__QZKeW .products_webCont__QX7YI {
    padding: 20px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--bg-secondary);
}
.products_productsContWrap__4ogse .products_productsCont__QZKeW li img {
    width: 140px;
    height: 140px;
}
.products_productsContWrap__4ogse .products_productsCont__QZKeW li p.products_des__CFIiD {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #707785;
}
.products_productsContWrap__4ogse .products_productsCont__QZKeW li .products_productsLink__7krbH {
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4fe5d0;
}
.products_productsContWrap__4ogse .products_productsCont__QZKeW .products_webCont__QX7YI {
    padding: 20px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #70707026;
}

.col-home4 {
    padding: 20px;
    text-align: -webkit-center;

}

.col-home10 {
    padding: 32px;
    text-align: -webkit-center;
}



.products_webCont__QX7YI{
    text-align: center;
}

.col-mune-home3 {padding: 20px;background: #2b3036;margin-right: 16px;width: 33%;display: block;}

body.day-mode .col-mune-home3{
       background:#fafaf9;
}

.useblohome11{text-align: -webkit-center;background: #2b3036;width: 100%;padding: 30px;}

body.day-mode .useblohome11{
   background:#fafaf9;
}


.uhhome11{
    padding: 32px;
    text-align: -webkit-center;
}

.uhhome1r1
{
    border-radius: 5px;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #dcaa0a;
    color: #000000;
    font-weight: 600;
    padding: 9px  59px;
}













.exbuysell {
    display: flex;
    justify-content: space-between;
}


#mobilhedin {
    display: block;
}



#mobilhedinmin {
    display: flex;
    width: 100%;
}



#abuysell{
    display: block;
}

.pt-ee8 {
    display: block;
}
.hidden {
    display: none;
}

.coltrd {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

span.fpy {
    font-size: 9px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

i.fa {
    font-size: 13px;
    padding: 4px;
}


.titltrdbuk {display: flex;align-items: center;flex-direction: row;justify-content: flex-start;padding: 5px;border-bottom: 1px solid #3b3c40;margin-bottom: 5px;}

body.day-mode .titltrdbuk {border-bottom:1px solid #e0e0e0;}

.exchange_headlineWrapper__X4csW {
    display: none;
}

.depos {
    DISPLAY: block;
}

.next4 {
    display: block;
}

  .fghid {
    display: none;
}

.fghidm1{
    display: none;
}

.dark-mode {
  background-color: black;
  color: white;
}

.userdeskob {
    display: block;
    width: 100%;
}


.asbaa {
    display: flex;
}

.asbname {
    width: 28%;
    border-right: solid 1px #4a4646;
    padding: 20px;
}

.asb {
    padding: 5px 10px;
}




                        .cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}

.cc-selector-2 input{
    position:absolute;
    z-index:999;
}

.visa{background-image:url(https://pumlx.info/img/w.png);}
.mastercard{background-image:url(https://pumlx.info/img/d.png);}

.cc-selector-2 input:active +.drinkcard-cc, .cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector-2 input:checked +.drinkcard-cc, .cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:100px;height:70px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);
}
.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}

/* Extras */
p{margin-bottom:.3em;}
.cc-selector-2 input{ margin: 5px 0 0 12px; }
.cc-selector-2 label{ margin-left: 7px; }

                            
                


















.modalrk-content {
    position: relative;
    background-color: rgb(21 23 28);
    /* margin: auto; */
    padding: 0;
    border: 1px solid #8888880f;
    width: 20%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    padding: 15px;
    height: 50%;
    left: 40%;
    top: 10%;
    z-index: 3;
}
html[lang="ar"] .modalrk-content {
    right: 40%;
   
} 
body.day-mode .modalrk-content {
    background-color: rgb(255 255 255);

}

.modalrk-language{
    position: relative;
    background-color: rgb(0 0 0);
    /* margin: auto; */
    padding: 0;
    border: 1px solid #8888880f;
    width: 20%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    padding: 15px;
    height: 30%;
    left: 40%;
    top: 10%;
    z-index: 4;
}

html[lang="ar"]  .modalrk-language{
    right: 40%;
}


body.day-mode .modalrk-language{
    background-color: rgb(255 255 255);
}

.modalrk {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 4; /* Sit on top */
  padding-top: 0; /* Location of the box */
  right: 1px;
  top: 68px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgb(0 0 0 / 71%); /* Black w/ opacity */
}


@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


.closek {
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: white;
}
body.day-mode .closek {
    color: #000000;
}

.closek:hover,
.closek:focus {
  text-decoration: none;
  cursor: pointer;
}

.modalrk-header {
    border-bottom: 1px #8888880f solid;
}

.modalrk-body {padding: 2px 16px;}

.modalrk-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
}

































.modalr-content {
    position: relative;
    background-color: rgb(21 23 28);
    /* margin: auto; */
    padding: 0;
    border: 1px solid #8888880f;
    width: 20%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    padding: 15px;
    height: 100%;
}



.modalr {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 4; /* Sit on top */
  padding-top: 0; /* Location of the box */
  right: 1px;
  top: 68px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgb(196 196 196 / 70%); /* Black w/ opacity */
}


@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: white;
}
body.day-mode  .close {
    color: #000000;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modalr-header {
    border-bottom: 1px #8888880f solid;
}

.modalr-body {padding: 2px 16px;}

.modalr-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
}








.asbnametrd {
    width: 28%;
    border-right: solid 1px #181a20;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}


body.day-mode .asbnametrd {
    border-right: solid 1px #e4e4e4;
}
.asbaatrd {
    display: flex;
}

.html-inupt-range {
  position: relative;
  height: 15px;
}

.html-inupt-range input[type='range'] {
  -webkit-appearance: none;
  height: 6px;
  margin: 0;
  background: #a29bfe;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.html-inupt-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
  background-image: linear-gradient(to bottom, #6c5ce7 0, #6c5ce7 100%);
  border-radius: 50%;
}

.html-input-range-custom input[type='range'] {
  position: relative;
  z-index: 99;
  opacity: 0;
}

.html-input-range-custom .hir-tracker-bg,
.html-input-range-custom .hir-tracker-bg::after,
.html-input-range-custom .hir-tracker-bg::before {
  position: absolute;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
}

.html-input-range-custom .hir-tracker-bg {
  top: 10px;
  left: -7px;
  width: calc(100% + 15px);
  height: 6px;
  background-color: #a29bfe;
  border-radius: 5px;
}


.banner-bottom-bar_barInfo__bCyyu {
    width: 25%;
}


svg.sc-gEvEer.hSTeNi.mx-icon {
    font-size: 45px;
    color: #f0f0f0;
    /* border: 1px solid #ffffff0a; */
    padding: 10px;
    border-radius: 15px;
}
body.day-mode svg.sc-gEvEer.hSTeNi.mx-icon {
    color: #4f4f4f;
}

 
 




.html-input-range-custom .hir-tracker-bg::after,
.html-input-range-custom .hir-tracker-bg::before {
  content: '';
  z-index: 1;
  top: -4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #a29bfe;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
}

.html-input-range-custom .hir-tracker-bg::before {
  left: 0;
}

.html-input-range-custom .hir-tracker-bg::after {
  right: 0;
}

.html-input-range-custom .hir-tracker-thumb,
.html-input-range-custom .hir-tracker-thumb::after {
  position: absolute;
  background-color: #6c5ce7;
}

.html-input-range-custom .hir-tracker-thumb {
  top: 10px;
  left: 0;
  width: 0;
  height: 6px;
  transition: width 150ms linear;
}

.html-input-range-custom .hir-tracker-thumb::after {
  content: '';
  z-index: 2;
  top: -4px;
  right: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.html-inupt-range .tooltip,
.html-inupt-range .tooltip::after,
.html-inupt-range .tooltip::before {
  position: absolute;
}

.html-inupt-range .tooltip {
  z-index: 0;
  top: -32px;
  left: 0;
  padding: 5px 12px;
  transform: translateX(-50%);
  font-size: 14px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  transition: left 100ms linear;
}

.html-inupt-range .tooltip::after,
.html-inupt-range .tooltip::before {
  content: '';
  width: 0;
  height: 0;
}

.html-inupt-range .tooltip::after {
  bottom: -4px;
  left: calc(50% - 4px);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}

.html-inupt-range .tooltip::before {
  bottom: -5px;
  left: calc(50% - 5px);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f1f1f1;
}

#paddingleft {padding-left: 0;
}
.css-wqgyt0 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-size: 14px;
    color: rgb(132, 142, 156);
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.css-c4ldkn {
    background: #13151f00;
    color: rgb(234, 236, 239);
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: right;
    display: flex;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 5px;
    justify-content: space-between;
    align-content: center;
    border: 1px solid #434343;
}

body.day-mode .css-c4ldkn {
  background: #f6f6ff;
  color: rgb(100 100 100);
  border: 1px solid #ececec;
}

.css-1wlt96c {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    outline: none;
    background-color: inherit;
    opacity: 1;
    border: none !important;
    color: aliceblue;
}

body.day-mode .css-1wlt96c {
 color: #5e5e5e;
}

.css-1wlt96csell {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    outline: none;
    background-color: inherit;
    opacity: 1;
    border: none !important;
}

.css-3b4u8g {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}













.containerpag {
    display: block;
    padding: 107px 50px 0px 50px;
    background: radial-gradient(845.04px at 50% 1.82%,#28a7451f 0,#000000 100%);
}

.subheader-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

.contdddr {
    text-align: left;
}


.asbaatrdbuy {
    margin: 5px;
    background: #2b3036;
    border-radius: 7px;
}
body.day-mode .asbaatrdbuy{
    background: #fafafa;
}

  .toggle-btn {
    flex: 1;
    border: none;
    padding: 10px 0;
    font-weight: bold;
    cursor: pointer;
    background: #2b2f36;
    color: #fff;
    border-radius: 10px 0 0 10px;
    transition: 0.3s;
    border: 1px solid #4c4b4b;
  }
  .toggle-btn:last-child {
    border-radius: 0 10px 10px 0;
  }
  .toggle-btn.active {
    background: #01cea2;
    color: #fff;
  }
  body.day-mode .toggle-btn {
    background: #fafafa;
    color: #464646;
    border: 1px solid #dadada;
  }
  body.day-mode .toggle-btn.active {
    background: #01cea2 !important;
    color: #fff !important;
    border-color: #01cea2 !important;
}


  /* Ã¢Å“â€¦ Ã˜Â¬Ã˜Â¹Ã™â€ž Ã˜Â²Ã˜Â± SELL Ã˜Â£Ã˜Â­Ã™â€¦Ã˜Â± Ã˜Â¹Ã™â€ Ã˜Â¯ Ã˜Â§Ã™â€žÃ˜ÂªÃ™ÂÃ˜Â¹Ã™Å Ã™â€ž */
  #btnSell.active {
    background: #ff3333 !important;
  }
.modal-body {
    /* overflow-y: auto !important; */
    /* overflow-x: hidden; */
    /* max-height: 320px; */

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #545454 transparent;
}

/* Chrome, Edge, Safari */
.modal-body::-webkit-scrollbar {
    width: 4px; /* ÃƒËœÃ‚Â³Ãƒâ„¢Ã†â€™ÃƒËœÃ‚Â±Ãƒâ„¢Ã‹â€ Ãƒâ„¢Ã‹â€ Ãƒâ„¢Ã¢â‚¬Å¾ ÃƒËœÃ‚Â±Ãƒâ„¢Ã‚ÂÃƒâ„¢Ã…Â ÃƒËœÃ‚Â¹ */
}

.modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #545454;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: #3e3e3e;
}

.blnct {
    overflow-y: auto !important;
    overflow-x: hidden;
    max-height: 50%;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #545454 transparent;
}

/* Chrome, Edge, Safari */
.blnct::-webkit-scrollbar {
    width: 4px; /* ÃƒËœÃ‚Â³Ãƒâ„¢Ã†â€™ÃƒËœÃ‚Â±Ãƒâ„¢Ã‹â€ Ãƒâ„¢Ã‹â€ Ãƒâ„¢Ã¢â‚¬Å¾ ÃƒËœÃ‚Â±Ãƒâ„¢Ã‚ÂÃƒâ„¢Ã…Â ÃƒËœÃ‚Â¹ */
}

.blnct::-webkit-scrollbar-track {
    background: transparent;
}

.blnct::-webkit-scrollbar-thumb {
    background: #545454;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.blnct::-webkit-scrollbar-thumb:hover {
    background: #3e3e3e;
}



.fa fa-bell {
  background-color: #edc130;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}






.Xrange {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
    color: white;
    background: #1e1f24;
    border-radius: 5px;
    margin-bottom: 5px;
}











.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .fa-bell {background-color: #3e8e41;    border: 0;
    background: #f0f8ff00;}
.drnew{
border-bottom: 1px solid #c3c3c3;}
.badger {
  position: absolute;
  top: -19px;
  right: -7px;
  padding: 0.5px  5px;
  border-radius: 16%;
  font-size: 14px;
  background-color: red;
  color: white;
  font-weight: 900;
}



.userrding {
    width: 100%;
    text-align: center;
    background: #ffffff;
    padding: 40px 40px 45px 40px;
}



.deskobb {
     display: block;

}



  .mobilmm {
    display: none;
}

  .aretsm {
    display: none;
}







.rdfggDz {
    display: grid;
    width: 100%;
    text-align: center;
    overflow: hidden;
}



.mmnav {
    display: none;
}




body {
  width: 100%;
  height: 100%;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 26px;
  color: #d6d6d6;
  font-weight: 400;
  position: relative;
  text-rendering: optimizeLegibility;
  }

p {

  margin-bottom: 0;
  font-family: "Quicksand", sans-serif;
  }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  line-height: 100%;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  }

h1 {
  font-size: 42px; }

h2 {
  font-size: 20px;
  }

h3 {
  font-size: 30px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 12px; }

img {
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block; }

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block; }

a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  }
 body.day-mode a {
color: #000000;

  }
  a:hover, a:focus {
    text-decoration: none;
    outline: 0;
    }

.faceboox {
  background: #3b5998; }

.twitter {
  background: #1da1f2; }

.google-plus {
  background: #dd4b39; }

.linkdin {
  background: #0077b5; }

.pinterest {
  background: #bd081c; }

.instagram {
  background: #5851db; }

button {
  font-family: "Quicksand", sans-serif; }

iframe {
  border: 0; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(17, 17, 17, 0.7); }

.panel-heading-block {
  padding: 10px 0 10px 15px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0; }
  .panel-heading-block h5 {
    font-size: 14px;
    color: #1c2437;
    margin: 0; }

/*** Form and inputs ***/
input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus, select:focus, textarea:focus {
  outline: none; }

.buy-btn {
  height: 40px;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #edc130;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .buy-btn:focus, .buy-btn:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.sell-btn {
  height: 40px;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #dd1900;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .sell-btn:focus, .sell-btn:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.section-padding {
  padding: 100px 0; }

.section-padding-top {
  padding-top: 100px; }

.section-padding-bottom {
  padding-bottom: 100px; }

.section-padding-50 {
  padding: 50px 0; }

.section-padding-50-top {
  padding-top: 50px; }

.section-padding-80-top {
  padding-top: 80px; }

.section-padding-80-bottom {
  padding-bottom: 80px; }

.margin-balance {
  margin-bottom: -30px;
  zoom: 1;
  position: relative;
  overflow: hidden; }

.white-bg {
  background: #fff; }

.dark-blue-bg {
  background: #0b132d; }

.base-color {
  color: #1652f0; }

.section-title-one {
  text-align: center;
  margin-bottom: 75px; }
  .section-title-one h3 {
    font-weight: 700;
    font-size: 36px;
    color: #0b132d;
    margin-bottom: 33px; }
  .section-title-one p {
    line-height: 24px;
    margin-bottom: 0; }

.setion-title-two {
  text-align: center;
  position: relative;
  margin-bottom: 40px; }
  .setion-title-two:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 2;
    background: #e8e9eb; }
  .setion-title-two h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    z-index: 99;
    max-width: 170px;
    margin: 0 auto;
    background: #fcfdff;
    color: #5f5f5f;
    text-transform: uppercase; }

.section-title-three {
  margin-bottom: 55px;
  text-align: center; }
  .section-title-three h3 {
    font-size: 36px;
    font-weight: 700;
    color: #0b132d; }

/*
|----------------------------------------------------------------------------
| 2. Navbar Style
|----------------------------------------------------------------------------
*/
.navbar {
  min-height: 80px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 980;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #2d35720d;
  }
  .navbar.day-mode {
       min-height: 80px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgb(255 255 255);
  z-index: 980;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #2d35720d;
  }

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav > li > a {
  font-weight: 400;
  font-size: 14px;
  padding: 6px 15px;
  text-align: left;
  }

.navbar-nav > li.language-option > a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;

  }

.navbar-expand-lg .navbar-nav > li.button > .btn.nav-link {
  background: transparent;
  border: 1px solid transparent; }
  .navbar-expand-lg .navbar-nav > li.button > .btn.nav-link:focus, .navbar-expand-lg .navbar-nav > li.button > .btn.nav-link:focus:active, .navbar-expand-lg .navbar-nav > li.button > .btn.nav-link:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: #fff; }

.navbar-expand-lg .navbar-nav > li.button.active > .btn.nav-link {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2); }

.navbar-expand-lg .navbar-nav > li.button > .nav-link:hover,
.navbar-nav > li.button > a:hover {
  background-color: #ffffff;
  color: #009efd; }

.dropdown-menu {
  display: block;
  min-width: 480px;
  border: none;
  background-color: #ffffff;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  left: 0;
  }

.dropdown:hover > .dropdown-menu {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible; }

.navbar-nav > li:last-child .dropdown-menu,
.navbar-nav > li:nth-last-child(2) .dropdown-menu,
.navbar-nav > li:nth-last-child(3) .dropdown-menu,
.navbar-nav > li:nth-last-child(4) .dropdown-menu {
  right: 0;
  left: auto;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0; }

.dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%; }

.dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto; }

.navbar-nav > li:last-child .dropdown-menu .dropdown-menu,
.navbar-nav > li:nth-last-child(2) .dropdown-menu .dropdown-menu,
.navbar-nav > li:nth-last-child(3) .dropdown-menu .dropdown-menu,
.navbar-nav > li:nth-last-child(4) .dropdown-menu .dropdown-menu {
  right: 100%;
  left: auto;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }

.navbar-nav > li:last-child .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu,
.navbar-nav > li:nth-last-child(2) .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu,
.navbar-nav > li:nth-last-child(3) .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu,
.navbar-nav > li:nth-last-child(4) .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  right: auto;
  left: 100%; }

.navbar-nav > li:last-child .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu,
.navbar-nav > li:nth-last-child(2) .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu,
.navbar-nav > li:nth-last-child(3) .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu,
.navbar-nav > li:nth-last-child(4) .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%; }

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-link,
.navbar-nav .dropdown-menu > li > a {
  color: #000000;
  padding: 7px 20px;
  font-size: 15px;
  }
  
  html[lang="ar"] .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link,
.navbar-nav .dropdown-menu > li > a {
  text-align: right;
  }

.dropdown-menu .dropdown-toggle::after {
  content: none; }

.navbar-expand-lg .navbar-nav .dropdown-menu :hover > .nav-link,
.navbar-nav .dropdown-menu > :hover > a {
  background-color: #5656560f;
  color: #d5a40b;
  }
  

  

.navigation-two .navbar {
  position: relative;
  background: #1f2738;
  padding: 0 35px;
  border-color: transparent; }

@media all and (min-width: 992px) {
  .dropdown-menu {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; } 
    

    
    
}

@media (max-width: 1200px) {
  .navbar-expand-lg > .container {
    position: relative; }
  .navbar {
    min-height: 80px; }
  .navbar-toggler {
    background: #e2e2e200;
    position: absolute;
    right: 0;
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0;
    border-radius: 5px;
    }
    
    
    
    #mobilhedin {
    display: none;
}
 
    
    .navbar-toggler:focus {
      outline: none; }
  .navbar-toggler span,
  .navbar-toggler span:before,
  .navbar-toggler span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 35px;
    background: #dddddd;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: '';
    }
  .navbar-toggler span {
    background-color: transparent;
    }
  .navbar-toggler span:before,
  .navbar-toggler span:after {
    top: 0; }
  .navbar-toggler span,
  .navbar-toggler span:before,
  .navbar-toggler span:after {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .navbar-toggler.collapsed span {
    background-color: #9e9e9e;
    }
  .navbar-toggler.collapsed span:before {
    top: -10px; }
  .navbar-toggler.collapsed span:after {
    top: 10px; }
  .navbar-toggler span:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .navbar-toggler span:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .navbar-toggler.collapsed span:before,
  .navbar-toggler.collapsed span:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    }
  .navbar-collapse {
    position: absolute;
    background-color: #000000;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    top: 100%;
    right: 15px;
    min-width: 320px;
    }
  .navbar-collapse .navbar-nav {
    max-height: 400px;
    overflow: auto; }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-nav > li > a {
    color: #ffffff;
    }
  .navbar-expand-lg .navbar-nav .nav-link, .main-nav .navbar-nav li {
    display: block;
    clear: both;
    text-align: left; }
  .dropdown-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    position: static;
    left: 0px;
    clear: both;
    min-width: 180px;
    padding: 5px 0 5px 8px;
    display: none;
    }
  .dropdown-menu .dropdown-menu {
    padding-left: 15px; }
  .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link,
  .navbar-nav .dropdown-menu > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
    width: -webkit-fill-available;
    }
  .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link:before,
  .navbar-nav .dropdown-menu > li > a:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .navbar-expand-lg .navbar-nav .dropdown .nav-link, .navbar-nav > li.dropdown > a {
    padding-right: 50px; }
  .dropdown > a:after {
    content: "\e61a";
    font-family: 'themify';
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px 15px; }
  .dropdown-menu .dropdown > a:after {
    padding-top: 4px;
    padding-bottom: 4px; }
    
    .order-count-dropdown .dropdown-menu {
  min-width: auto; }

.trending-info-currency-option .dropdown-menu {
  min-width: 150px; }

    
  .dropdown a.sm-shown:after {
    content: "\e622"; }
  .navbar-expand-lg .navbar-nav > li.button > .nav-link,
  .navbar-nav > li.button > a {
    margin: 0 5px 5px;
    background-color: #edc130;
    color: #ffffff;
    border-radius: 0; }
  .navbar-white .navbar-toggler span:before,
  .navbar-white .navbar-toggler span:after {
    background-color: #edc130; }
  .navbar-white .navbar-toggler.collapsed span {
    background-color: #edc130; }
  .navbar-white .navbar-toggler span {
    background-color: transparent; }
  .navbar {
    min-height: 60px;
    }
  .navbar.navbar-white {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); }
  .navbar > .container {
    width: 100%;
    max-width: none;
    padding: 0 15px; }
  .navbar-collapse {
    right: 0;
    left: 0; } }

/*
|----------------------------------------------------------------------------
| 3. Coin List Style
|----------------------------------------------------------------------------
*/
.new-ticker-block-section {
  padding: 120px 0 0 0; }
  .new-ticker-block-section .coin-list th,
  .new-ticker-block-section .coin-list tr {
    font-size: 14px; }

.new-ticker-block .search-form .input-box input[type='text'] {
  border-color: transparent; }

.ex-color-buy,
.color-buy {
  color: #00c162; }

.ex-color-sell,
.color-sell {
  color: #dd1900; }

.color-buy,
.color-sell {
  position: relative;
  cursor: pointer; }

.ticker-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ticker-nav .nav-item-last {
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .ticker-nav .nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 100px;
    text-align: center; }
    .ticker-nav .nav-item a {
      font-weight: 600;
      color: #1c2437;
      margin: 0;
      padding: 16px 30px;
      background: #fff;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      border-right: 1px solid #f0f0f0;
      border-left: 1px solid transparent;
      border-bottom: 1px solid #b5d6ff; }
      .ticker-nav .nav-item a:focus, .ticker-nav .nav-item a:active, .ticker-nav .nav-item a:hover {
        border-right: 1px solid #b5d6ff;
        border-bottom: 1px solid transparent;
        border-left: 1px solid #b5d6ff;
        border-top: 1px solid #b5d6ff; }
      .ticker-nav .nav-item a h5 {
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #1c2437;
        margin: 0 0 0 15px; }
    .ticker-nav .nav-item a.active {
      background: transparent;
      border-right: 1px solid #b5d6ff;
      border-bottom: 1px solid #fafcff;
      border-left: 1px solid #b5d6ff;
      border-top: 1px solid #b5d6ff;
      color: #edc130; }
      .ticker-nav .nav-item a.active h5 {
        color: #edc130; }
  .ticker-nav .nav-item-last {
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }

.search-form .input-box {
  position: relative; }
  .search-form .input-box button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    width: 50px;
    height: 55px;
    border: none;
    cursor: pointer; }
    .search-form .input-box button:focus, .search-form .input-box button:active {
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .search-form .input-box input[type='text'] {
    height: 56px;
    border: none;
    border-bottom: 1px solid #b5d6ff;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .search-form .input-box input[type='text']:focus, .search-form .input-box input[type='text']:active {
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }

.coin-list {
  margin-bottom: 0;
  border-bottom: none; }
  .coin-list thead th {
    border: none;
    font-size: 13px;
    font-family: "Quicksand", sans-serif;
    color: #a2a2a2;
    font-weight: 300; }
  .coin-list tbody tr {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff; }
    .coin-list tbody tr:hover {
      background-color: rgba(0, 0, 0, 0.03); }
    .coin-list tbody tr td {
      border-top: none;
      color: #797979;
      padding: 22px 15px;
      font-weight: 600; }
      .coin-list tbody tr td b {
        color: #a2a2a2; }

.favorite-coin {
  padding: 0 20px;
  position: relative;
  cursor: pointer; }
  .favorite-coin:before {
    content: "\f005";
    font-weight: 300;
    font-family: Font Awesome\ 5 Free; }

.favorite-coin.active:before {
  content: "\f005";
  font-weight: 900;
  color: #ff7700; }

/*
|----------------------------------------------------------------------------
| 4. Activity Style
|----------------------------------------------------------------------------
*/
.activity-section {
  padding: 120px 0 90px 0; }

.activity-block {
  margin-bottom: 30px;
  padding: 40px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.05); }
  .activity-block img {
    margin-bottom: 25px; }
  .activity-block h4 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #0b132d; }
  .activity-block p {
    margin-bottom: 0; }

/*
|----------------------------------------------------------------------------
| 5. Wallets Style
|----------------------------------------------------------------------------
*/
.wallets-section {
  padding-bottom: 120px; }

.wallets-block {
  text-align: center; }
  .wallets-block > img {
    display: inline;
    margin-bottom: 35px; }
  .wallets-block > img + h5 {
    margin-bottom: 8px; }
  .wallets-block h5 {
    line-height: 20px;
    font-weight: 600; }
  .wallets-block .base-color {
    margin-bottom: 45px; }

.download-option-block {
  margin-bottom: 50px; }

.download-wrap-inner {
  display: block; }

.download-wrap-inner {
  margin-bottom: 20px; }
  .download-wrap-inner + h4 {
    font-weight: 700;
    font-size: 15px; }

.download-wrap {
  position: relative;
  display: inline-block;
  margin-right: 50px; }
  .download-wrap:last-of-type {
    margin-right: 0px; }
  .download-wrap .input-hidden {
    position: absolute;
    left: -9999px; }
  .download-wrap input[type=radio] + label > i.fab {
    height: 70px;
    width: 70px;
    color: #0b132d;
    border: 1px solid #e8e9eb;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    font-size: 28px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
  .download-wrap input[type=radio]:checked + label > i.fab {
    background: #edc130;
    color: #fff; }

.download-btn {
  width: 200px;
  height: 60px;
  font-weight: 500;
  background: #edc130;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .download-btn:active, .download-btn:focus, .download-btnfocus:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

/*
|----------------------------------------------------------------------------
| 6. Banner Style
|----------------------------------------------------------------------------
*/
.banner-block {
  padding: 310px 0 43px 0;
  position: relative;
  background: url("../images/bg/1.jpg") no-repeat center center;
  background-size: cover; }

.banner-content {
  text-align: center;
  margin-bottom: 100px; }
  .banner-content h2 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px; }
  .banner-content p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 57px; }
  .banner-content .subs-form .input-box {
    max-width: 570px;
    position: relative;
    margin: 0 auto; }
  .banner-content .subs-form input {
    border: none;
    height: 55px;
    padding: 0 175px 0 25px;
    background: #fff; }
    .banner-content .subs-form input:focus {
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .banner-content .subs-form button {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 170px;
    height: 55px;
    background: #edc130;
    color: #fff;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0; }
    .banner-content .subs-form button:active, .banner-content .subs-form button:focus {
      border: none;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }

/*
|----------------------------------------------------------------------------
| 7. Live-graph Style
|----------------------------------------------------------------------------
*/
.volume,
.transmoney,
.color-white {
  color: #fff; }

.graph-padding {
  margin: 20px 0 40px; }

.graph-item-block {
  display: block; }

.graph-item {
  padding: 25px 15px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px; }
  .graph-item .graph-content h5 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 23px; }
  .graph-item .price-change {
    font-weight: 700; }
  .graph-item .volume,
  .graph-item .transmoney {
    font-size: 13px; }

/*
|----------------------------------------------------------------------------
| 8. Catagori Style
|----------------------------------------------------------------------------
*/
.catagori-section {
  margin-bottom: 120px; }

.catagori-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.catagori-list {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%; }
  .catagori-list .nav {
    display: block; }
  .catagori-list .nav-link {
    padding: 18px;
    border-bottom: 1px solid #e2e3e5; }
    .catagori-list .nav-link h4 {
      margin-bottom: 0;
      font-weight: 700;
      color: #0b132d; }
  .catagori-list .nav-item {
    text-align: left; }
  .catagori-list .nav-link:hover,
  .catagori-list .nav-link:focus,
  .catagori-list .nav-link.active {
    border-color: transparent;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08); }
  .catagori-list .nav-link.active h4 {
    color: #edc130; }

.catagoritab-content {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding: 0 0 0 100px; }

.catagori-content > p {
  margin-bottom: 26px; }

.catagori-content img {
  margin-bottom: 26px; }

.pros-cons-block .cons-block,
.pros-cons-block .pros-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.pros-cons-block h5, .pros-cons-block p {
  margin: 0; }

.pros-cons-block h5 {
  font-weight: 700;
  padding-right: 10px; }

.pros-cons-block p {
  margin-top: -4px; }

.pros-cons-block .pros-block {
  margin-bottom: 15px; }

/*
|----------------------------------------------------------------------------
| 9. Common Component Style
|----------------------------------------------------------------------------
*/
.modal-backdrop {
  background: #1b1e63; }

.modal-container .modal-content {
  background: transparent;
  border-color: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  }

.modal-container .modal-body {
  padding: 0;
  background: #5c595900;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  }

.modal-container .modal-header {
  text-align: center;
  background: #1b1e63; }
  .modal-container .modal-header h5 {
    font-size: 24px;
    font-weight: 700;
    color: #fff; }
  .modal-container .modal-header .close {
    color: #fff; }
    .modal-container .modal-header .close:focus {
      outline: none; }

.modal-container .modal-info-block {
  text-align: center;
  padding-top: 30px; }
  .modal-container .modal-info-block p {
    margin-bottom: 18px;
    color: #bdbdbd;
    }
  .modal-container .modal-info-block .block-inner {
    padding: 8px 25px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #2c2c2c;
    margin: 7px;
    }
    .modal-container .modal-info-block .block-inner p {
      margin-bottom: 0; }
    .modal-container .modal-info-block .block-inner span {
      font-size: 14px;
      font-weight: 700;
      /* color: #ffffff; */
      }

.modal-container .user-connected-form-block {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  margin-top: 2px;
  }
  .modal-container .user-connected-form-block p {
    text-align: left; }
  .modal-container .user-connected-form-block .btn-default,
  .modal-container .user-connected-form-block .form-control {
    border-radius: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    }

.modal-container .user-signup-form select {
  font-size: 15px; }
  .modal-container .user-signup-form select:focus, .modal-container .user-signup-form select:active, .modal-container .user-signup-form select:focus:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e8e9eb; }

.user-login-form .pass-remember-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.user-login-form .custom-checkbox .custom-control-label::before {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }

.news-headline-block .news-tags {
  font-weight: 700;
  color: #fefefe;
  border: 1px solid #e8e9eb;
  padding: 5px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.news-headlines-slider a {
  color: #fefefe;
  line-height: 18px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in; }
  .news-headlines-slider a:hover {
    color: #fff; }

.subheader {
  background-size: cover;
  text-align: center;
  position: relative;
  }
  .subheader h3, .subheader p {
    font-weight: 700;
    color: #ffffff;
    }
   body.day-mode .subheader h3, .subheader p {
    color: #1b1b1b;
    }
  .subheader p {
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 15px; }
  .subheader h3 {
    margin-bottom: 25px; }

.subheader-search {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0; }
  .subheader-search .form-control {
    background: transparent; }
  .subheader-search .input-box input[type='text'] {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    font-size: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
  .subheader-search .input-box button .fa {
    color: #fff;
    font-size: 15px; }
  .subheader-search ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .subheader-search :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .subheader-search ::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .subheader-search ::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .subheader-search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  .subheader-search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }

.contact-form-wrap {
  padding: 120px 0; }

.contact-form .form-row {
  margin-right: -15px;
  margin-left: -15px; }
  .contact-form .form-row > .col,
  .contact-form .form-row > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px; }

.contact-form .form-group {
  margin-bottom: 30px; }

.contact-form .form-control {
  background: #000;
  border: 1px solid #e8e9eb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .contact-form .form-control:focus, .contact-form .form-control:active, .contact-form .form-control:focus:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.contact-form input.form-control {
  padding: 0 20px;
  min-height: 55px; }

.contact-form textarea {
  resize: none; }

.contact-form .custom-checkbox {
  position: relative;
  padding: 18px 15px;
  border: 1px solid #e8e9eb;
  border-radius: 5px;
  display: inline-block;
  min-width: 300px;
  margin-bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .contact-form .custom-checkbox .custom-checkbox-wrap {
    position: relative;
    padding-left: 30px; }
  .contact-form .custom-checkbox img {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 50px;
    height: 50px; }

.contact-form .btn-default {
  width: 200px;
  height: 55px;
  text-align: center;
  border-radius: 5px;
  background: #edc130;
  font-weight: 700;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .contact-form .btn-default:focus, .contact-form .btn-default:active, .contact-form .btn-default:focus:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

.contact-info-outer {
  padding-bottom: 120px; }

.contact-info-wrap {
  border: 1px solid #e8e9eb;
  -webkit-box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.map-block {
  height: 400px;
  width: 100%; }

.contact-info-block {
  padding: 0 160px 0 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .contact-info-block h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0b132d;
    margin-bottom: 45px; }

.contact-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left; }
  .contact-info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .contact-info-list li img {
      margin: 10px 15px 0 0; }
    .contact-info-list li p {
      margin-bottom: 25px; }
    .contact-info-list li:last-child p {
      margin-bottom: 0; }

.lattest-news-section {
  padding-bottom: 120px; }
  .lattest-news-section .setion-title-two {
    margin-bottom: 60px; }

.post-style-one {
  padding: 40px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fff;
  border: 1px solid #e8e9eb; }
  .post-style-one .post-metat-date {
    display: block;
    font-size: 14px;
    margin-bottom: 5px; }
  .post-style-one .post-title {
    font-weight: 700;
    margin-bottom: 20px; }
    .post-style-one .post-title a {
      color: #0b132d; }
  .post-style-one .post-entry {
    margin-bottom: 20px; }
  .post-style-one .post-link {
    font-weight: 700;
    font-size: 14px;
    color: #edc130; }

.features-section {
  padding: 120px 0 40px 0; }

.features-block {
  margin-bottom: 70px;
  text-align: center; }
  .features-block img {
    margin: 0 auto 30px auto;
    display: block; }
  .features-block h4 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #1c2437; }
  .features-block p {
    margin-bottom: 0; }

.colto-section {
  background: url("../images/bg/4.png") no-repeat center center;
  background-size: cover;
  padding: 90px 0; }

.colto-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.colto-content h3 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff; }

.colto-content p {
  color: #fff;
  margin: 0; }

.colto-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .colto-btn-group span {
    font-weight: 700;
    color: #fff;
    height: 34px;
    width: 34px;
    margin: 0 15px;
    display: block;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid rgba(252, 253, 255, 0.08); }

.callto-btn {
  padding: 17px 40px;
  border: 1px solid rgba(252, 253, 255, 0.08);
  background-color: rgba(252, 253, 255, 0.078);
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in; }
  .callto-btn:hover, .callto-btn:focus, .callto-btn:active, .callto-btn:focus:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    color: #edc130;
    background: #fff;
    border-color: #fff; }

.testimonials-section {
  padding: 120px 0 160px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08); }

.testimonials-title {
  text-align: center;
  margin-bottom: 55px; }
  .testimonials-title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #0b132d; }

.testimonial-slider {
  padding: 50px 75px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.05); }
  .testimonial-slider button.slick-next,
  .testimonial-slider button.slick-prev {
    position: absolute;
    top: 50%;
    color: transparent;
    border: none;
    outline: none;
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: transparent; }
    .testimonial-slider button.slick-next:before,
    .testimonial-slider button.slick-prev:before {
      font-family: Font Awesome\ 5 Free;
      color: #5f5f5f;
      font-weight: 900;
      font-size: 18px; }
  .testimonial-slider button.slick-next {
    right: -43px; }
    .testimonial-slider button.slick-next:before {
      content: "\f105"; }
  .testimonial-slider button.slick-prev {
    left: -43px; }
    .testimonial-slider button.slick-prev:before {
      content: "\f104"; }
  .testimonial-slider .slick-slide {
    outline: none; }
  .testimonial-slider .slick-dots {
    list-style: none;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    left: 0;
    bottom: -43px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .testimonial-slider .slick-dots li {
      line-height: 100%;
      margin: 8px 15px 0 0; }
      .testimonial-slider .slick-dots li:last-child {
        margin-right: 0px; }
      .testimonial-slider .slick-dots li button {
        color: transparent;
        border: none;
        outline: none;
        height: 8px;
        width: 8px;
        padding: 0;
        cursor: pointer;
        background: rgba(22, 82, 240, 0.5);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }
    .testimonial-slider .slick-dots li.slick-active {
      margin-top: 5px !important; }
      .testimonial-slider .slick-dots li.slick-active button {
        height: 14px;
        width: 14px;
        background: #edc130; }

.testimonial-block {
  text-align: center; }
  .testimonial-block:focus {
    outline: none; }
  .testimonial-block img {
    display: block;
    margin: 0 auto 35px auto; }
  .testimonial-block p {
    font-size: 18px;
    line-height: 30px; }

.testimonials-author h5 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #1c2437; }

.testimonials-author p {
  margin-bottom: 0;
  font-size: 15px; }

.support-category-section {
  padding: 120px 0 50px 0; }

.support-category-block {
  padding: 40px 0;
  border: 1px solid #e8e9eb;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .support-category-block img {
    display: block;
    margin: 0 auto 35px auto; }
  .support-category-block h4 {
    font-weight: 700;
    margin-bottom: 0;
    color: #1c2437; }

.support-list-section {
  border-top: 1px solid #bababa4a;
  padding: 80px 0 40px 0;
  }

.support-list,
.others-support-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .support-list li,
  .others-support-list li {
    margin-bottom: 15px; }
    .support-list li:last-child,
    .others-support-list li:last-child {
      margin-bottom: 0; }
    .support-list li a,
    .others-support-list li a {
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in; }
      .support-list li a:hover,
      .others-support-list li a:hover {
        color: #dcaa0a; }
  .support-list li.colord a,
  .others-support-list li.colord a {
    text-decoration: underline;
    color: #1652f0; }

.support-list-block h5,
.others-support-list-block h5 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  }

.others-support-list-block {
  padding: 47px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e8e9eb; }

.input-pw-amount .form-control {
  /* border-top:none; */
  /* border-left:none; */
  /* border-right:none; */
  font-size:50px;
  height:100px;
}

.input-pw-amount .input-group-text {
  border-top:0px;
  border-right:0px;
  border-left:0px;
  border-bottom: 1px solid #232528d4;
  background:none;
}

.input-pw-amount select.form-control {
  border:none;
  height:100px;
  font-size:22px;
}

.settings_menu .list-group-item-action {
  width: 100%;
  /* color: #d4d4d4; */
  text-align: inherit;
}

.others-support-list-section {
  padding: 0 0 120px 0; }

  .user-login-signup-section {
    /* padding: 180px 0 150px 0; */
    /* background:
    url("../images/bg/5.jpg") no-repeat center center; */
    background-size: cover;
    }
  
  .user-login-signup-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 55vh;
    }
    .user-login-signup-form-wrap .modal-content {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      }
    .user-login-signup-form-wrap .modal-content > h3 {
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      margin: 0 auto 45px auto; }
  
      .user-wallet-section {
        /* padding: 90px 0 100px 0; */
        /* background: url("../images/bg/5.jpg") no-repeat center center; */
        /* background-size: cover; */
        }
      
      .user-wallet-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width:100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .user-wallet-wrap .modal-content {
          min-width:100%;
          -webkit-box-flex: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
        .user-wallet-wrap .modal-content > h3 {
          font-size: 24px;
          font-weight: 700;
          color: #fff;
          margin: 0 auto 45px auto; }
.currencies_balance {
}

      /*
  /*
|----------------------------------------------------------------------------
| 10. Currency Dashboard Style
|----------------------------------------------------------------------------
*/
.dashboard-fullwidth {
  padding: 0 50px; }
  .dashboard-fullwidth .col-form-label {
    font-size: 10px; }

.exchange-chart-block {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e8e9eb; }

.order-count-dropdown button.dropdown-toggle {
  background: transparent;
  border: none; }
  .order-count-dropdown button.dropdown-toggle:focus, .order-count-dropdown button.dropdown-toggle:hover, .order-count-dropdown button.dropdown-toggle:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
  .order-count-dropdown button.dropdown-toggle:after {
    content: none; }
  .order-count-dropdown button.dropdown-toggle:before {
    position: absolute;
    font-size: 14px;
    top: 8px;
    right: -3px;
    content: '\f107';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    color: #a2a2a2; }


.dahboard-order-block,
.das-market-block,
.order-history-block {
  width: 100%; }

.dahboard-order-block {
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f0f0f0; }

.das-market-nav,
.das-oreder-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #f0f0f0; }
  .das-market-nav .nav-item,
  .das-oreder-nav .nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .das-market-nav .nav-item a,
    .das-oreder-nav .nav-item a {
      padding: 0px;
      margin: 0 auto; }
  .das-market-nav .nav-item-first,
  .das-oreder-nav .nav-item-first {
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
    .das-market-nav .nav-item-first a,
    .das-oreder-nav .nav-item-first a {
      text-align: left;
      color: #1c2437;
      font-weight: 500;
      font-size: 14px; }
  .das-market-nav li,
  .das-oreder-nav li {
    height: 35px;
    text-align: center;
    border-right: 1px solid #f0f0f0; }
    .das-market-nav li:last-child,
    .das-oreder-nav li:last-child {
      border: none; }

.das-oreder-table {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0; }
  .das-oreder-table thead th {
    border: none;
    font-weight: 500;
    font-size: 12px;
    color: #a2a2a2; }
  .das-oreder-table td {
    position: relative;
    border-top: none;
    background: #fff; }
    .das-oreder-table td span {
      z-index: 2;
      font-weight: 600;
      font-size: 13px;
      position: relative; }

.rate-ratio {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 1px;
  z-index: 1;
  height: 20px;
  width: 30px;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  background: #fcedeb; }

.das-oreder-table.das-buy-table thead th {
  border-bottom: 1px solid #f0f0f0; }

.das-oreder-table.das-buy-table thead h4 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 14px; }

.das-oreder-table.das-buy-table thead h4, .das-oreder-table.das-buy-table thead img {
  display: inline-block; }

.das-oreder-table.das-buy-table .rate-ratio {
  background: #ebfaf3; }

.das-market-tab-pane {
  height: 500px;
  position: relative; }

.history-table,
.das-market-table {
  height: 500px; }
  .history-table .favorite-coin,
  .das-market-table .favorite-coin {
    padding: 0 10px;
    font-size: 11px; }
  .history-table tbody tr,
  .das-market-table tbody tr {
    border-bottom: 1px solid transparent; }
    .history-table tbody tr:hover,
    .das-market-table tbody tr:hover {
      background: #ff00000f; }
    .history-table tbody tr td,
    .das-market-table tbody tr td {
      padding: 6px 5px;
      font-size: 13px; }

.market-new-ticker-block {
  background: #fff;
  margin-bottom: 25px;
  border: 1px solid #e8e9eb;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .market-new-ticker-block .search-form .input-box button {
    height: 36px; }
  .market-new-ticker-block .search-form .input-box input[type='text'] {
    height: 36px;
    border-bottom: 1px solid #f0f0f0; }
  .market-new-ticker-block .ticker-nav .nav-item {
    min-width: 0; }
    .market-new-ticker-block .ticker-nav .nav-item a {
      padding: 8px 5px;
      font-size: 13px; }
    .market-new-ticker-block .ticker-nav .nav-item:last-child a {
      border-right: none; }

.order-history-block {
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f0f0f0; }
  .order-history-block .history-table tbody tr td {
    padding: 6px 15px; }

.order-history-block-inner {
  height: 695px;
  position: relative; }
  .order-history-block-inner table {
    margin-bottom: 0; }

.dark-blue-bg .dahboard-order-block,
.dark-blue-bg .dahboard-market-block {
  border: 1px solid rgba(255, 255, 255, 0.06); }

.dark-blue-bg .das-oreder-nav,
.dark-blue-bg .das-market-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .dark-blue-bg .das-oreder-nav li,
  .dark-blue-bg .das-market-nav li {
    border-right: 1px solid rgba(255, 255, 255, 0.06); }
    .dark-blue-bg .das-oreder-nav li.nav-item:not(.nav-item-first),
    .dark-blue-bg .das-market-nav li.nav-item:not(.nav-item-first) {
      background: rgba(255, 255, 255, 0.05); }
    .dark-blue-bg .das-oreder-nav li:last-child,
    .dark-blue-bg .das-market-nav li:last-child {
      border: none; }

.dark-blue-bg .new-ticker-block {
  border: 1px solid rgba(255, 255, 255, 0.06); }

.dark-blue-bg .market-new-ticker-block .search-form .input-box input[type='text'] {
  background: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.dark-blue-bg .search-form .input-box input[type='text'] {
  border-bottom: none; }

.dark-blue-bg .search-form .input-box button {
  color: #fff; }

.dark-blue-bg .market-new-ticker-block .ticker-nav .nav-item {
  background: rgba(255, 255, 255, 0.05); }

.dark-blue-bg .ticker-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.dark-blue-bg .ticker-nav .nav-item a {
  background: transparent;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none; }

.dark-blue-bg .nav-tabs .nav-link.active {
  border: none;
  background: rgba(255, 255, 255, 0.05); }

.dark-blue-bg .das-market-nav .nav-item-first a,
.dark-blue-bg .das-oreder-nav .nav-item-first a {
  color: #fff;
  background: rgba(255, 255, 255, 0.05); }

.dark-blue-bg .order-count-dropdown button.dropdown-toggle {
  color: #797979; }

.dark-blue-bg .das-oreder-table {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
  .dark-blue-bg .das-oreder-table thead {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.5); }
    .dark-blue-bg .das-oreder-table thead th {
      font-weight: 500;
      font-size: 12px;
      color: #a2a2a2; }

.dark-blue-bg .das-oreder-table td {
  background: transparent; }
  .dark-blue-bg .das-oreder-table td span:not(.color-sell):not(.color-buy) {
    color: #fff; }
  .dark-blue-bg .das-oreder-table td .rate-ratio {
    background: rgba(221, 25, 0, 0.08); }

.dark-blue-bg .das-oreder-table.das-buy-table .rate-ratio {
  background: rgba(0, 193, 98, 0.08); }

.dark-blue-bg .market-new-ticker-block {
  background: transparent; }

.dark-blue-bg .order-history-block {
  border: 1px solid rgba(255, 255, 255, 0.05); }

.dark-blue-bg .panel-heading-block {
  background: rgba(255, 255, 255, 0.05); }
  .dark-blue-bg .panel-heading-block h5 {
    color: #fff; }

.dark-blue-bg .coin-list tbody tr {
  background: transparent; }

.dark-blue-bg .coin-list thead {
  background: rgba(255, 255, 255, 0.1); }

.dark-blue-bg .latest-tranjections-table thead th {
  background: rgba(255, 255, 255, 0.05);
  border: none; }

.dark-blue-bg .parent-order-tab .nav-item a.nav-link {
  background: rgba(255, 255, 255, 0.05); }

.dark-blue-bg .tv_orde_table,
.dark-blue-bg .tv_ammount-form-block .form-input-block .form-control,
.dark-blue-bg .tv_orde_table.table td, .dark-blue-bg .tv_orde_table.table th,
.dark-blue-bg .tv_orde_table thead th.tv_orde_1st_th,
.dark-blue-bg .parent-order-tab .nav-item a.nav-link,
.dark-blue-bg .panel-heading-block,
.dark-blue-bg .coin-list tbody tr,
.dark-blue-bg .das-oreder-table.das-buy-table thead th,
.dark-blue-bg .exchange-chart-block,
.dark-blue-bg .latest-tranjections-block-inner {
  border-color: #192030; }

.dark-blue-bg .latest-tranjections-block {
  border: 1px solid rgba(255, 255, 255, 0.05); }
  .dark-blue-bg .latest-tranjections-block .panel-heading-block {
    border: 1px solid rgba(255, 255, 255, 0.05); }

.dark-blue-bg .col-form-label {
  color: #797979; }

.dark-blue-bg .tv_ammount-form-block .readonly .form-control[readonly],
.dark-blue-bg .tv_ammount-form-block .form-input-block .tv-btc-tag,
.dark-blue-bg .form-control {
  background-color: #1b2334; }

.dark-blue-bg .currency-rate .currency-convert .dropdown .btn {
  color: #fff; }

.dark-blue-bg .currency-rate .update-rate .currency-info > span {
  color: #717f9d; }

.dark-blue-bg .currency-rate .update-rate .currency-info h6 {
  color: #fff; }
  .dark-blue-bg .currency-rate .update-rate .currency-info h6.color-buy {
    color: #edc130; }

.dark-blue-bg .ticker-nav .nav-item a h5 {
  color: #fff; }

.dark-blue-bg .ticker-nav .nav-item a.active {
  color: #0978ff; }
  .dark-blue-bg .ticker-nav .nav-item a.active h5 {
    color: #0978ff; }

.dark-blue-bg .history-table tr td,
.dark-blue-bg .das-market-table tr td {
  color: #fff; }

.parent-order-tab {
  border: none; }
  .parent-order-tab .nav-item {
    margin-bottom: 0; }
    .parent-order-tab .nav-item a.nav-link {
      border: 1px solid #f0f0f0;
      background: #fff; }
      .parent-order-tab .nav-item a.nav-link h5 {
        margin: 0;
        font-weight: 600; }
    .parent-order-tab .nav-item a.nav-link.active {
      color: #1652f0;
      background: transparent; }

.tv_orde_table {
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .tv_orde_table thead th {
    border: none;
    font-size: 12px;
    color: #a2a2a2; }

.tv_ammount-form-block .form-input-block {
  position: relative; }
  .tv_ammount-form-block .form-input-block .tv-btc-tag {
    position: absolute;
    right: 21px;
    top: 1px;
    height: 36px;
    width: 30px;
    text-align: center;
    color: #c1c1c1;
    line-height: 38px;
    background: #fff; }
  .tv_ammount-form-block .form-input-block .form-control {
    border: 1px solid #f0f0f0;
    height: 40px; }
  .tv_ammount-form-block .form-input-block .form-control:focus, .tv_ammount-form-block .form-input-block .form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.tv_ammount-form-block .readonly .tv-btc-tag {
  background: #f7f7f7; }

.tv_ammount-form-block .readonly .form-control[readonly] {
  background: #000000; }

.tv_ammount-form-block .amcharts-axis-label tspan {
  color: #fff !important; }

.tv_ammount-form-two .form-input-block .tv-btc-tag {
  right: 50px;
  color: #827f7f; }

.dashboard-body {
  margin-bottom: 30px; }

.order-form-area-block table {
  margin-bottom: 0; }

#chartdiv {
  width: 100%;
  height: 350px;
  margin-top: -20px; }

#chartdiv_2 {
  height: 530px; }

.amcharts-axis-title {
  display: none; }

.amcharts-balloon-div-categoryAxis {
  display: none; }

.tradingview-widget-container {
  /* margin-bottom: 30px; */
  }

.latest-tranjections-block-inner {
  border: 1px solid #e8e9eb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative; }
  .latest-tranjections-block-inner .panel-heading-block h5 {
    color: #192030;
    font-weight: 600; }

.latest-tranjections-table {
  margin-bottom: 0;
  border-radius: 5px; }
  .latest-tranjections-table thead th {
    color: #a2a2a2;
    background: #fafafa;
    border-bottom: 1px solid #e8e9eb; }
  .latest-tranjections-table tbody tr {
    border: none; }
    .latest-tranjections-table tbody tr td {
      font-weight: 500;
      padding: 10px 15px; }

.login-warning-block {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center; }
  .login-warning-block img {
    display: block;
    margin: 0 auto 10px auto; }
  .login-warning-block p {
    margin-bottom: 0; }
  .login-warning-block a {
    color: #1652f0; }

.btc-parcentage {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0; }
  .btc-parcentage li {
    display: inline-block;
    padding: 8px 0;
    width: 25%;
    text-align: center; }
    .btc-parcentage li a {
      font-size: 16px;
      color: #fff; }

.total-btc,
.usd-ammount {
  display: block;
  text-align: right;
  padding: 6px 0 0 0;
  font-size: 16px;
  color: #fff; }

.currency-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 50px;
  border: 1px solid #e8e9eb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .currency-rate .currency-convert {
    padding-right: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.06); }
    .currency-rate .currency-convert .dropdown .dropdown-toggle {
      background: transparent;
      font-weight: 700; }
    .currency-rate .currency-convert .dropdown .btn:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .currency-rate .update-rate {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px; }
    .currency-rate .update-rate .currency-info {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1; }
      .currency-rate .update-rate .currency-info > span {
        font-size: 14px;
        color: #797979;
        font-weight: 600; }
      .currency-rate .update-rate .currency-info h6 {
        font-size: 15px;
        font-weight: 700; }
        .currency-rate .update-rate .currency-info h6 .transmoney {
          font-size: 13px;
          font-weight: 500; }

.currency-rate-v2 {
  border-color: transparent; }

sub.transmoney-value {
  bottom: 0px; }

.currency-info-base {
  color: #c6cbdb;
  font-weight: 700; }

.form-top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .form-top-block span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    color: #fff; }

.order-form-area-block {
  margin-bottom: 30px; }

.latest-tranjections-area {
  padding-bottom: 120px; }

.not-login {
  padding-bottom: 50px; }

.tv_orde_table thead th.tv_orde_1st_th {
  border-right: 1px solid #e8e9eb; }

/*
|----------------------------------------------------------------------------
| 11. Tranding Info Style
|----------------------------------------------------------------------------
*/
.new-ticker-block-wrap {
  border: 1px solid #e8e9eb;
  border-radius: 5px; }

.teanding-info-block {
  padding: 120px 0; }
  .teanding-info-block table {
    border: 1px solid #e8e9eb; }
    .teanding-info-block table thead tr th:first-child {
      padding: 15px;
      text-align: center;
      border-right: 1px solid #e8e9eb; }
    .teanding-info-block table tbody tr td {
      padding: 15px; }
      .teanding-info-block table tbody tr td:first-child {
        text-align: center;
        border-right: 1px solid #e8e9eb; }
      .teanding-info-block table tbody tr td img {
        display: inline-block;
        margin-right: 8px; }
      .teanding-info-block table tbody tr td span {
        vertical-align: middle; }
  .teanding-info-block .search-form input[type='text'] {
    height: 50px;
    min-width: 270px;
    border: 1px solid #e8e9eb;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .teanding-info-block .search-form button {
    height: 50px; }

.trending-info-currency-option .dropdown-toggle {
  background: #f7f7f7;
  color: #797979;
  min-width: 150px;
  min-height: 50px;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e8e9eb; }
  .trending-info-currency-option .dropdown-toggle:focus, .trending-info-currency-option .dropdown-toggle:active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .trending-info-currency-option .dropdown-toggle:after {
    position: absolute;
    right: 25px;
    top: 21px; }


.trending-info-currency-option .dropdown-item.active,
.trending-info-currency-option .dropdown-item:active {
  background: #f7f7f7;
  color: #797979; }

.trending-info-currency-option i.fas {
  background: #fff;
  border: 1px solid #e8e9eb;
  height: 26px;
  width: 26px;
  vertical-align: middle;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  color: #1c2437;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 15px; }

.trending-info-currency-option .btn-primary:not(:disabled):not(.disabled).active,
.trending-info-currency-option .btn-primary:not(:disabled):not(.disabled):active,
.trending-info-currency-option.show > .btn-primary.dropdown-toggle {
  background: #f7f7f7;
  color: #797979;
  border: 1px solid #e8e9eb;
  -webkit-box-shadow: none;
  box-shadow: none; }

.trending-info-tab {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .trending-info-tab .nav-item {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    min-width: 100px; }

.account-server-info-block {
  border: 1px solid #e8e9eb;
  margin-top: 30px; }

.account-table {
  margin-bottom: 0; }
  .account-table thead tr th {
    border: none;
    text-align: right;
    color: #a2a2a2; }
    .account-table thead tr th:first-child {
      text-align: left; }
  .account-table tbody tr {
    background: #fff;
    text-align: right; }
    .account-table tbody tr td:first-child {
      text-align: left; }

/*
|----------------------------------------------------------------------------
| 12. Working-process Style
|----------------------------------------------------------------------------
*/
.working-process-section {
  padding: 120px 0 80px 0; }

.working-process-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .working-process-list li + li {
    margin-top: 55px; }

.working-process-step h4 {
  font-weight: 700;
  color: #0b132d;
  margin-bottom: 10px; }
  .working-process-step h4 span {
    color: #1652f0; }

.process-details {
  margin-left: 15px;
  padding: 10px 0 0 35px;
  position: relative; }
  .process-details p {
    margin-bottom: 0; }
  .process-details:before {
    content: url("../images/others/19.png");
    position: absolute;
    left: 0;
    top: 9px; }

.user-connected-form-block {
  padding: 40px 40px 45px 40px;
  background: #2a2e32;
  /* -webkit-box-shadow: 0px -20px 45px 0px rgba(0, 0, 0, 0.05); */
  /* box-shadow: 0px -20px 45px 0px rgba(0, 0, 0, 0.05); */
  /* box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%); */
  }
  
 body.day-mode .user-connected-form-block{
  border: 1px solid #0000000a;
  background: rgb(255 255 255);
 }
  .user-connected-form-block h3 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    }
  .user-connected-form-block p {
    margin: 0 auto;
    text-align: center;
    font-size: 14px; }
    .user-connected-form-block p a {
      /* color: #ffffff; */
      }

.user-connected-from input {
  border-radius: 0px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid #4c4c4c;
  color: #e1e1e1;
  }
  
  body.day-mode .user-connected-from input {
  color: #000000;
  border: 1px solid #e4e4e4;
  }
  .user-connected-from input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e8e9eb; }

.user-connected-from .form-group {
  margin-bottom: 30px; }

.user-connected-from .btn-default {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  min-height: 42px;
  background: #ebb50b;
  border-radius: 10px;
  margin-top: 10px;
  }
  
  .user-connected-from .btn-default:active, .user-connected-from .btn-default:focus:active, .user-connected-from .btn-default:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.counter-section.counter-style-two {
  padding: 210px 0 286px 0; }

.counter-section {
  position: relative;
  overflow: hidden;
  padding: 210px 0 120px 0;
  background: url(../images/bg/3.png) no-repeat top -10px center; }

.counter-block {
  text-align: center;
  margin-bottom: 30px; }
  .counter-block h3 {
    color: #1652f0;
    font-weight: 700;
    margin-bottom: 10px; }
  .counter-block p {
    margin-bottom: 0;
    font-size: 18px; }

.counter-vintage {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -90px;
  margin: 0 auto; }
  .counter-vintage img {
    display: block;
    margin: 0 auto; }

.app-download-section {
  padding: 120px 0 90px 0;
  background-image: -moz-linear-gradient(90deg, white 0%, rgba(22, 82, 240, 0.03) 100%);
  background-image: -webkit-linear-gradient(90deg, white 0%, rgba(22, 82, 240, 0.03) 100%);
  background-image: -ms-linear-gradient(90deg, white 0%, rgba(22, 82, 240, 0.03) 100%); }

.download-options-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center; }
  .download-options-list li {
    display: inline-block;
    margin: 0 30px 30px 0; }
    .download-options-list li:last-child {
      margin-right: 0; }

.apps-download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  padding: 12px 25px;
  border: 1px solid #e8e9eb;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .apps-download-btn:focus, .apps-download-btn:active, .apps-download-btn:focus:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .apps-download-btn p {
    margin: 0; }
  .apps-download-btn i.fab,
  .apps-download-btn i.fas {
    font-size: 30px;
    color: #edc130; }
  .apps-download-btn .btn-content {
    padding-left: 15px;
    text-align: left; }
    .apps-download-btn .btn-content span {
      font-size: 14px; }
    .apps-download-btn .btn-content p {
      font-size: 16px;
      font-weight: 700;
      line-height: 20px; }

/*
|----------------------------------------------------------------------------
| 13. Post Style
|----------------------------------------------------------------------------
*/
.latest-post-section {
  padding: 120px 0 60px 0; }

.post-style-two.post-full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px; }
  .post-style-two.post-full-width .post-contnet-wrap {
    padding: 100px 100px 101px 50px; }
  .post-style-two.post-full-width .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .post-style-two.post-full-width .post-meta {
    margin-bottom: 8px; }
  .post-style-two.post-full-width .post-title {
    margin-bottom: 26px; }
    .post-style-two.post-full-width .post-title a {
      font-size: 24px; }
  .post-style-two.post-full-width .post-entry {
    margin-bottom: 60px; }

.post-style-two {
  margin-bottom: 60px; }
  .post-style-two .post-contnet-wrap {
    padding: 22px 30px 18px 30px;
    background-color: #fff;
    border: 1px solid #e8e9eb;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in; }
    .post-style-two .post-contnet-wrap:hover {
      -webkit-box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.05); }
  .post-style-two .post-thumb img, .post-style-two .post-thumb a {
    display: block; }
  .post-style-two .post-meta {
    font-size: 14px;
    color: #edc130;
    display: block;
    margin-bottom: 5px; }
  .post-style-two .post-title {
    margin-bottom: 25px; }
    .post-style-two .post-title a {
      color: #1c2437;
      font-size: 18px;
      font-weight: 700; }
  .post-style-two .post-entry {
    margin-bottom: 35px; }
  .post-style-two .post-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .post-style-two .author-thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    margin-right: 12px; }
  .post-style-two .post-comments,
  .post-style-two .post-author-block,
  .post-style-two .post-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .post-style-two .author-info h5 {
    font-size: 14px;
    font-weight: 700; }
  .post-style-two .post-comments img {
    margin-right: 9px; }

/*---------------------------------------------
	14 Blog Details Style
---------------------------------------------*/
.blog-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 120px 0 40px 0; }
  .blog-details-wrapper .info {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; }
    .blog-details-wrapper .info .post-author-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 42px; }
      .blog-details-wrapper .info .post-author-block a {
        display: block; }
    .blog-details-wrapper .info .author-info h5 {
      font-weight: 700;
      margin-bottom: 0;
      font-size: 14px;
      color: #5f5f5f; }
    .blog-details-wrapper .info .author-thumb {
      margin-right: 15px; }
    .blog-details-wrapper .info .post-meta-block span {
      color: #edc130;
      display: block;
      margin-bottom: 10px; }
    .blog-details-wrapper .info .post-comments {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .blog-details-wrapper .info .post-comments img {
        margin: 0 15px 0 0; }

.details-post-meta-block {
  padding: 50px 0;
  background: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e8e9eb; }

.post-tag-block h5 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #1c2437; }

.post-tag-block .tags a {
  padding: 3px 15px;
  border: 1px solid #e8e9eb;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .post-tag-block .tags a:hover {
    border-color: #edc130;
    color: #edc130; }

.details-post-meta-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .details-post-meta-block-wrap .post-author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .details-post-meta-block-wrap .post-author-block img {
      margin-right: 15px; }
    .details-post-meta-block-wrap .post-author-block .author-info h5 {
      font-weight: 700;
      margin-bottom: 0; }

.single-post-block .post-thumb-block {
  margin-bottom: 40px; }

.single-post-block .post-title {
  font-size: 24px;
  font-weight: 700;
  color: #0b132d;
  margin-bottom: 20px; }

.single-post-block blockquote {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #0b132d; }

.single-post-block .list-post-entry {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }
  .single-post-block .list-post-entry li i.fas {
    margin-right: 20px;
    color: #aaaaaa; }
  .single-post-block .list-post-entry li + li {
    margin-top: 10px; }

.post-comment-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .post-comment-block .comment-respond,
  .post-comment-block .comment-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 60px 30px; }
    .post-comment-block .comment-respond h4,
    .post-comment-block .comment-area h4 {
      font-size: 18px;
      font-weight: 700;
      color: #1c2437;
      margin-bottom: 42px; }
  .post-comment-block .form-control {
    background: #080808; }
  .post-comment-block .comment-respond {
    position: relative; }
    .post-comment-block .comment-respond:before {
      position: absolute;
      content: '';
      top: 60px;
      right: 0;
      bottom: 60px;
      width: 1px;
      background: rgba(17, 17, 17, 0.08); }
    .post-comment-block .comment-respond .form-group {
      margin-bottom: 30px; }
      .post-comment-block .comment-respond .form-group textarea {
        resize: none; }
      .post-comment-block .comment-respond .form-group .form-control {
        height: 50px;
        border: 0;
        border-bottom: 1px solid rgba(17, 17, 17, 0.08);
        border-radius: 0;
        font-size: 14px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .post-comment-block .comment-respond .form-group .form-control:focus {
          border-bottom-color: #edc130; }
      .post-comment-block .comment-respond .form-group textarea.form-control {
        height: 100px; }
  .post-comment-block .comment-area .comments {
    padding: 0;
    margin: 0;
    list-style: none; }
    .post-comment-block .comment-area .comments .comment .comment-wrap {
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(17, 17, 17, 0.08); }
      .post-comment-block .comment-area .comments .comment .comment-wrap .comment-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .commenter-thumb {
          height: 55px;
          width: 55px;
          border-radius: 50%;
          overflow: hidden; }
        .post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .commenter-info {
          padding-left: 20px; }
          .post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .commenter-info span {
            display: block; }
            .post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .commenter-info span.commenter-name {
              font-size: 14px;
              font-weight: 700;
              line-height: 100%;
              color: #1c2437; }
            .post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .commenter-info span.date {
              font-size: 12px;
              color: #5f5f5f; }
        .post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .reply {
          margin-left: auto; }
          .post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .reply .reply-button {
            font-size: 12px;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            cursor: pointer;
            text-transform: uppercase;
            color: #fcfdff;
            background: #f7f9fc;
            color: #5f5f5f;
            border: 1px solid #e8e9eb;
            border-radius: 3px;
            padding: 0px 15px;
            transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in; }
            .post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .reply .reply-button:hover {
              color: #edc130;
              border-color: #edc130; }
          .post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .reply .modal-body .comment-respond:before {
            height: 0;
            width: 0; }
      .post-comment-block .comment-area .comments .comment .comment-wrap .comment-body {
        padding-top: 12px;
        color: #5f5f5f; }
        .post-comment-block .comment-area .comments .comment .comment-wrap .comment-body p {
          margin-bottom: 5px; }
    .post-comment-block .comment-area .comments .comment .child-comment {
      margin-left: 40px;
      margin-top: 30px; }
    .post-comment-block .comment-area .comments .comment:last-child .child-comment .comment:last-child .comment-wrap {
      border-bottom: 1px solid rgba(17, 17, 17, 0.08);
      padding-bottom: 30px; }
    .post-comment-block .comment-area .comments .comment + .comment {
      margin-top: 30px; }
  .post-comment-block .comment-area .view-all {
    margin-top: 20px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: #edc130;
    text-decoration: underline; }

.comment-respond .btn-default {
  width: 170px;
  height: 55px;
  background: #edc130;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .comment-respond .btn-default:hover, .comment-respond .btn-default:active, .comment-respond .btn-default:active:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

/*
|----------------------------------------------------------------------------
| 15. Support Details Style
|----------------------------------------------------------------------------
*/
.support-details-section {
  padding: 120px 0 0 0; }

.support-details-tab-nav h4 {
  font-weight: 700;
  color: #0b132d;
  margin-bottom: 50px; }

.support-list .nav-tabs {
  border-color: transparent; }

.support-list .nav-link {
  padding: 10px 20px;
  background: transparent;
  border: none;
  text-align: left;
  line-height: 24px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.support-list .nav-link.active {
  background: #edc130;
  color: #fff; }

.support-details-content .sp-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0b132d; }

.supporter-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px; }
  .supporter-details img {
    margin-right: 15px; }

.sp-info h5 {
  font-weight: 700;
  margin-bottom: 3px; }

.support-entry-block {
  margin-bottom: 37px; }
  .support-entry-block p {
    margin-bottom: 25px; }
  .support-entry-block p + p {
    margin-bottom: 0; }

.details-support-steps h5 {
  margin-bottom: 17px;
  font-weight: 700;
  color: #1c2437; }

.details-support-steps p {
  margin-bottom: 25px; }

.account-support-block {
  margin-bottom: 45px; }

.account-support-img-block.double-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .account-support-img-block.double-img > div {
    margin-right: 45px; }

.chart-support-block {
  margin-bottom: 33px; }

.last-support-block {
  margin-bottom: 65px; }
  .last-support-block p {
    margin-bottom: 0; }

.support-details-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #e8e9eb; }

.post-share-block h5,
.ishelpful-block h5 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #1c2437; }

.post-share-block ul,
.ishelpful-block ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .post-share-block ul li,
  .ishelpful-block ul li {
    display: inline-block; }

.ishelpful-list a {
  padding: 4px 15px;
  border: 1px solid #1652f0;
  color: #1652f0;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.ishelpful-list li:first-child {
  margin-right: 15px; }

.social-share-list li {
  margin-right: 15px; }
  .social-share-list li:last-child {
    margin-right: 0; }
  .social-share-list li a {
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }

.qs-answer-section {
  padding: 120px 0;
  text-align: center; }
  .qs-answer-section h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px; }
  .qs-answer-section img {
    margin: 0 auto 45px auto; }
  .qs-answer-section > span {
    margin-bottom: 35px;
    display: block; }
  .qs-answer-section .btn-group {
    display: block;
    margin-bottom: 50px; }
  .qs-answer-section .btn-default {
    width: 150px;
    height: 50px;
    background: #cff0db;
    color: #edc130;
    font-weight: 700;
    margin: 0 25px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important; }
    .qs-answer-section .btn-default:hover, .qs-answer-section .btn-default:focus, .qs-answer-section .btn-defaultfocus:active {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
    .qs-answer-section .btn-default:hover {
      background: #edc130;
      color: #fff; }
  .qs-answer-section .btn-default.active {
    background: #edc130;
    color: #fff; }
  .qs-answer-section p {
    margin-bottom: 0; }
    .qs-answer-section p span {
      color: #edc130;
      font-weight: 700; }

/*-----------------------------------
16. FAQ Style
-----------------------------------*/
.faq-section {
  padding: 120px 0; }
  .faq-section .qs-answer-section {
    padding-bottom: 0; }

.bg-offwhite {
  background-color: #f5f8f9; }

.accordion .accordion-header button {
  text-align: left;
  background-color: transparent;
  font-weight: 400;
  font-size: 1.8rem;
  color: #edc130;
  border: none;
  padding: 12px 0 12px 40px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative; }

.accordion .accordion-header button.collapsed {
  color: #003a49; }

.accordion .accordion-header button:before {
  content: '\f106';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 2.2rem;
  line-height: inherit;
  padding: 12px 0;
  text-align: left;
  color: #edc130;
  position: absolute;
  top: 0;
  left: 0; }

.accordion .accordion-header button.collapsed:before {
  content: '\f107'; }

.accordion-body {
  padding: 0 0 25px 40px; }

.settings_menu .list-group-item {
    position: relative;
    padding: 18px 50px 18px 20px;
    border-radius: 10px;
    margin-bottom: 12px;
    background: #212529;
    transition: all 0.3s ease;
}

body.day-mode .settings_menu .list-group-item {
    background: #f8f8f8;
}
.settings_menu .list-group-item h3 {
    font-size: 18px;
    font-weight: 600;
}

.settings_menu .list-group-item span {
    font-size: 14px;
    color: #6c757d;
}

/* Ø§ÙØªØ±Ø§Ø¶ÙŠØ§Ù‹ Ù„Ù„Ø³Ù‡Ù… ÙÙŠ Ø§Ù„Ù„ØºØ§Øª LTR */
.settings_menu .list-group-item::after {
    content: "\2192"; /* Ø³Ù‡Ù… Ù„Ù„ÙŠÙ…ÙŠÙ† */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #999;
    transition: all 0.3s ease;
}

/* Ø¹Ù†Ø¯ hover */
.settings_menu .list-group-item:hover::after {
    color: #cb9e10;
    right: 15px;
}

/* Ù„Ù„ØºØ© Ø§Ù„Ø¹Ø±Ø¨ÙŠØ© */
html[lang="ar"] .settings_menu .list-group-item::after {
    content: "\2190"; /* Ø³Ù‡Ù… Ù„Ù„ÙŠØ³Ø§Ø± */
    left: 20px;        /* Ø¶Ø¹ Ø§Ù„Ø³Ù‡Ù… Ø¹Ù„Ù‰ Ø§Ù„ÙŠØ³Ø§Ø± Ø¨Ø¯Ù„ Ø§Ù„ÙŠÙ…ÙŠÙ† */
    right: auto;       /* Ø£Ù„ØºÙ Ø§Ù„Ø®Ø§ØµÙŠØ© Ø§Ù„Ø³Ø§Ø¨Ù‚Ø© */
}

html[lang="ar"] .settings_menu .list-group-item:hover::after {
    left: 15px;       /* Ø­Ø±ÙƒØªÙ‡ Ø·ÙÙŠÙØ© Ø¹Ù†Ø¯ hover */
}

body.day-mode .settings_menu .list-group-item:hover {
    background: #aeaeae73;
    padding-right: 60px;
}
.settings_menu .list-group-item:hover::after {
    color: #cb9e10;
    right: 15px;
}

/* Active */
.settings_menu .list-group-item.active {
    background: #ecb60c2b;
    color: #ffffff;
    border-radius: 0px 10px 10px 0px;
}

body.day-mode .settings_menu .list-group-item.active {
    background: #ecb60c2b;
    color: #1d1d1d;
    border-radius: 0px 10px 10px 0px;
}

.settings_menu .list-group-item.active span,
.settings_menu .list-group-item.active::after {
    color: #fff;
}
    .list-group-item {
  border: none;
  padding: 7px 30px;
  margin-left: -1px;
  background-color: transparent;
  position: relative; }

.list-group-item.active {
  background-color: transparent; }

.list-group-item-action:focus, .list-group-item-action:hover {
  background-color: #ffe00012;
  color: #939393;
  }

.list-group-item:before {
  content: '';
  top: 0;
  bottom: 0;
  left: -2px;
  width: 0;
  background-color: #edc130;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* border-radius: 100%; */
  /* height: 10px; */
  }

.list-group-item.active:before {
  width: 3px;
  }

.list-group-item + .list-group-item {
  margin-top: 24px; }

.list-group-item h5 {
  font-weight: 700;
  color: #0b132d;
  font-size: 18px;
  margin: 0; }

.list-group-item p {
  margin-top: 10px;
  margin-bottom: 0; }

.list-group-item.active p {
  color: #5f5f5f; }

.tab-pane > h4 {
  font-size: 24px;
  color: #0b132d;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 60px;
  margin-bottom: 0px; }

.accordion.style-2 .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.accordion.style-2 .accordion-header button {
  font-weight: 400;
  color: #0b132d;
  font-size: 18px;
  padding: 35px 30px 35px 0;
  width: 100%;
  position: relative; }
  .accordion.style-2 .accordion-header button:focus, .accordion.style-2 .accordion-header button:active:focus {
    outline: none; }

.accordion.style-2 .accordion-header button:before {
  content: none; }

.accordion.style-2 .accordion-header button:after {
  content: "\e622";
  font-family: 'themify';
  position: absolute;
  top: 0;
  right: 0;
  line-height: 23px;
  width: 25px;
  text-align: center;
  height: 25px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  font-size: 1.2rem;
  margin: 29px 0; }

.accordion.style-2 .accordion-header button.collapsed:after {
  content: "\e61a"; }

.accordion.style-2 .accordion-body {
  padding-left: 0; }

/*
|----------------------------------------------------------------------------
| 17. Footer Style
|----------------------------------------------------------------------------
*/
.footer {
  border-top: 1px solid #bababa4a;
  }

.footer-upper-section {
  padding: 120px 0;
  position: relative; }
  .footer-upper-section .footer-icon-wrap {
    position: absolute;
    right: 170px;
    bottom: 55px; }

.footer-info-list > h4 {
  font-size: 14px;
  font-weight: 700;
  /* color: #fff; */
  margin-bottom: 40px;
  }

.footer-info-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-info-list ul li {
    margin-bottom: 15px; }
    .footer-info-list ul li:last-child {
      margin-bottom: 0; }
    .footer-info-list ul li a {
      /* color: #c6cbdb; */
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      }
      .footer-info-list ul li a:hover {
        color: #fff; }

.footer-info-list .contact-info {
  /* color: #c6cbdb; */
  margin-bottom: 65px;
  }
  .footer-info-list .contact-info li {
    margin-bottom: 5px; }
  .footer-info-list .contact-info span {
    /* color: #fff; */
    }

.footer-info-list .social-style-two {
  list-style: none; }
  .footer-info-list .social-style-two li {
    display: inline-block;
    margin-right: 30px; }
    .footer-info-list .social-style-two li:last-child {
      margin-right: 0; }
    .footer-info-list .social-style-two li a {
      /* color: #fff; */
      font-size: 18px;
      }
      .footer-info-list .social-style-two li a:hover {
        color: #edc130; }

.footer-bottom {
  padding: 45px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08); }

.footer-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.trade-volume-block {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  .trade-volume-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none; }
    .trade-volume-block ul li {
      color: #c6cbdb;
      margin-right: 25px; }
      .trade-volume-block ul li span {
        color: #fff; }
      .trade-volume-block ul li:last-child {
        margin-right: 0; }

.copyright-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #c6cbdb; }

  .prowallet-body-bg {
    background-color: #212529;
    height: -webkit-fill-available;
    color: #ffffff;
  }
  
    .prowallet-body-bg.day-mode {
   background-color: rgb(255 255 255);
   height: -webkit-fill-available;
   color: #000000;
  }

  .prowallet-code-view {
    max-width:100%;
    word-wrap: break-word;
    font-size:12px;
  }

  .prowallet-content-page {
    padding-top:20px;
    padding-bottom:20px;
  }
  
  
  
  
  
  @media only screen and (max-width:767px){  .user-wallet-section {
    /* padding: 81px 0 100px 0; */
    }
    
    
    .modalr-content {
    position: relative;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    padding: 20px;
}
  
  .user-wallet-section.modal-container {width: 100%;}
  
.banneyyu{
    width: 33%;
    
}
  .mmnav {
    display: block;
}
  
  
  .pt-ee8 {
    display: none;
}
  .rdfggDz {
    display: none;
}
.depos {
    DISPLAY: NONE;
}



  .fghid {
    display: inline-flex;
    text-align: center;
    width: 90%;
    padding: 5px;
    position: fixed;
    bottom: 15px;
    background: #1b1d23; /* ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¦Ã‚Â  */
    line-height: 1;
    font-size: 14px;
    height: 64px;
border: 0.1px solid #ffffff0f;
z-index: 100;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    left: 5%;
    border-radius: 15px;
  }

svg.sc-gEvEer.hSTeNi.mx-icon.active {
    color: #ecb60c;
}

.bottom-loader {
       position: absolute;
        top: 0;
        left: 5%;
        height: 0.5px;
        width: 0;
        background: #f0f0f057;
        transition: width 0.3s 
ease;
        border-radius: 15px;
}

 body.day-mode .fghid {
    background: #f4f4f4;
}

.fghidm1{
          display: flex;
        text-align: center;
        width: 90%;
        padding: 5px;
        position: fixed;
        bottom: 84PX;
        background: #1b1d23;
        left: 5%;
        line-height: 1;
        font-size: 14px;
        height: 49px;
        z-index: 100;
        border-radius: 20px;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    
     body.day-mode .fghidm1 {
    background: #f0f0f0;
}

a.components-entrance-entrance-entranceWrapper {
    color: var(--main-text-1);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}
.pages-home-index-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 4vw;
    height: 14.33333vw;
    z-index: 1;
    align-items: center;
    background: black;
}


.pages-home-index-header .pages-home-index-searchEntry {
    flex: 1 1;
    background: #f8f9fc;
    height: 8.53333vw;
    margin-left: 2.66667vw;
    border-radius: 43.2vw;
    padding-left: 3.2vw;
    display: flex;
    align-items: center;
    color: #75799e;
    font-size: 3.73333vw;
    margin-right: 2.66667vw;
}

.components-entrance-entrances-entrancesWrapper.components-entrance-entranceswithmorebutton-entrancesWrapper {
    border-bottom: 2.13333vw solid var(--background-color-3);
    border-top: 2.13333vw solid var(--background-color-3);
    padding: 4vw;
    font-size: 13px;
}

.components-entrance-entrance-entranceWrapper img {
    width: 6.93333vw;
    height: 6.93333vw;
    margin-bottom: 0.53333vw;
    filter: brightness(0.8) hue-rotate(114deg);
}

.components-entrance-entrances-entrancesWrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5.33333vw;
}


.components-entrance-entrance-entranceWrapper span {
    font-size: 3.2vw;
    text-align: center;
}

.deskobb {
         display: none;

}
  .mobilmm {
    display: block;
}

  .aretsm {
 position: absolute;
    right: 50px;
    top: 50%;
    height: 26px;
    cursor: pointer;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0;
    border-radius: 5px;
    border: 0;
    display: flex;}



.userdeskob
{
    display: none;
}


.containerpag {
    display: none;
    
}


#mobilhedin {
    display: none;
}

#paddingleft {padding-left: 15px;
}

#abuysell{
    display: none;
}

html[lang="ar"] {
    direction: ltr;
    font-family: 'Tajawal', 'Arial', sans-serif;
}

.asbaatrd {
    display: flex;
    background: #0a0a0a5c;
    border: 12px solid #181a20;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row-reverse;
}
.asb {
    padding: 10px;
    text-align: center;
}


.asbnametrd {
    width: auto;
    border-right: none;
    padding: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.exchange_layoutMX__0zSjA .exchange_headlineWrapper__X4csW {
    grid-column: 1/3;
    grid-row: 1/2;
}

.headline_layoutH5Wrapper__fVnW5 {
    padding: 12px 16px;
}
.headline_extendInfoWrapper__dooIS, .headline_left__lBBPY, .headline_wrapper__BKn9L {
    display: flex;
    align-items: center;
}
.headline_wrapper__BKn9L {
    justify-content: space-between;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    /* height: 100%; */
    color: #838c9b;
}

.headline_layoutH5Wrapper__fVnW5 .headline_left__lBBPY {
    grid-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
}


.headline_left__lBBPY {
    flex: 1 1;
}

.headline_layoutH5Wrapper__fVnW5 .headline_symbolName__KfmIZ {
    grid-column: 1/2;
    grid-row: 1/2;
    overflow: hidden;
}
.headline_left__lBBPY .headline_symbolName__KfmIZ {
    white-space: nowrap;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
}
.headline_layoutH5Wrapper__fVnW5 .headline_favorite__TzDos {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    flex-shrink: 0;
}
.cMqsAc {
    vertical-align: -0.15em;
}
.headline_favorite__TzDos {
    color: #707785;
    cursor: pointer;
    -webkit-margin-start: 6px;
    margin-inline-start: 6px;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}
.headline_layoutH5Wrapper__fVnW5 .headline_symbolInfoBox__hPN35 {
    overflow: hidden;
}
.headline_layoutH5Wrapper__fVnW5 .headline_symbolName__KfmIZ .headline_bigName__dspVW {
    font-size: 16px;
}
.headline_bigName__dspVW, .headline_bigName__dspVW h1 {
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #f3f5f7;
}
.headline_etfDisplay__P4Hdv {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 2px;
    color: #87909f;
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.headline_arrowBox__vTsHV {
    height: 40px;
    display: flex;
    align-items: center;
}
.cMqsAc {
    vertical-align: -0.15em;
}
.headline_arrow__gLJ8H {
    font-size: 16px;
    -webkit-margin-start: 8px;
    margin-inline-start: 8px;
    cursor: pointer;
    color: #f6f7f9;
}
.mx-icon, .svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.headline_layoutH5Wrapper__fVnW5 .headline_latestPrice__AYXu0 {
    grid-column: 1/2;
    grid-row: 2/3;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}


.headline_leftItem__7BFYq {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
}

.headline_latestPrice__AYXu0 .headline_titleWrapper__7kpP3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headline_layoutH5Wrapper__fVnW5 .headline_extendInfoWrapper__dooIS {
    overflow: hidden;
    grid-column: 2/3;
    grid-row: 1/3;
    flex-direction: column;
    width: 50%;
}
.headline_extendInfoWrapper__dooIS, .headline_left__lBBPY, .headline_wrapper__BKn9L {
    display: flex;
    align-items: center;
}
.headline_layoutH5Wrapper__fVnW5 .headline_extendInfoWrapper__dooIS .headline_leftItem__7BFYq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}
.headline_leftItem__7BFYq {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
}
.headline_layoutH5Wrapper__fVnW5 .headline_extendInfoWrapper__dooIS .headline_leftItem__7BFYq .headline_title__x1csO {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.headline_layoutH5Wrapper__fVnW5 .headline_extendInfoWrapper__dooIS .headline_leftItem__7BFYq .headline_assessEndTip__g_4TI, .headline_layoutH5Wrapper__fVnW5 .headline_extendInfoWrapper__dooIS .headline_leftItem__7BFYq .headline_countdown__6lTO9, .headline_layoutH5Wrapper__fVnW5 .headline_extendInfoWrapper__dooIS .headline_leftItem__7BFYq .headline_title__x1csO {
    width: 70%;
    text-align: end;
}
.headline_extendInfoWrapper__dooIS .headline_title__x1csO {
    display: flex;
    align-items: center;
}
body.day-mode .headline_title__x1csO {
    color: #666666;
}

.headline_title__x1csO {
    color: #f4f5f7;
}
.headline_layoutH5Wrapper__fVnW5 .headline_latestPrice__AYXu0 .headline_title__x1csO {
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
    line-height: 28px;
}

.headline_latestPrice__AYXu0 .headline_title__x1csO {
    font-size: 16px;
    font-weight: 700;
}
.exchange_headlineWrapper__X4csW {
    display: block;
}


#mobilhedinmin {
    display: none;
}


.tablemedls {
    display: none;
}



  }
 .prowallet-footer-text-white {
    color: #666;
    margin-top:20px;
  }
  
  
  
/* Hide navbar on iPad & tablets only */
@media (min-width: 768px) and (max-width: 1366px) {

  #navbarSupportedContent {
    display: none !important;
  }
  #mobilhedin{
    display: block;
  }
          .fghid {
        display: inline-flex;
        text-align: center;
        width: 90%;
        padding: 5px;
        position: fixed;
        bottom: 15px;
        background: #1b1d23;
        line-height: 1;
        font-size: 14px;
        height: 64px;
        border: 0.1px solid #ffffff0f;
        z-index: 100;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        left: 5%;
        border-radius: 15px;
    }
    svg.sc-gEvEer.hSTeNi.mx-icon {
    font-size: 10px;
    color: #f0f0f0;
    /* border: 1px solid #ffffff0a; */
    padding: 10px;
    border-radius: 15px;
}

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }











}

