@import url('style/bootstrap.css');
@import url('style/bootstrap-theme.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
}

.log-bg {
    background-image: url(images/background.jpg);
    backdrop-filter: blur(10px);
    background-size: cover;
    background-position: bottom;
    height: 100vh;
    background-color: #252626;
    padding: 20px;
}

.log-w-social {
    display: inline-flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.log-ac {
    text-align: center;
    margin-bottom: 30px;
}

.log-ac button {
    width: 240px;
}

.g-recaptcha {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: max-content;
}

.chat-link {
    position: fixed;
    right: 50px;
    z-index: 999;
    bottom: 50px;
}

.chat-link img {
    width: 50px;
}

.chat-link a {
    display: block;
    background-color: #fff;
    border: 2px solid #252626;
    position: relative;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0 10px 20px #0000002e;
}

.chat-link a span {
    position: absolute;
    left: -110px;
    background-color: #252626;
    color: #fff;
    font-size: 14px;
    padding: 4px 20px;
    border-radius: 15px;
    top: calc(50% - 16.5px);
    transform: translateX(20px);
    opacity: 0;
    transition: 0.5s ease-out;
}

.chat-link a:hover span {
    opacity: 1;
    transform: translateX(0);
}

.login-w {
    text-align: center;
}

.dont-acc {
    text-align: center;
}

.top-right-login button.navbar-toggler {
    background-color: white !important;
    margin: 0 auto;
}


.top-right-login .navbar-anonymous-usr {
    margin-top: 0;
}

.top-right-login li.nav-item a {
    color: #fff !important;
}

.login-w a,
.dont-acc a {
    font-weight: 500;
    color: #3d8bec;
}

.log-bg .logo img {
    max-width: 80%;
    width: 242px;
}

.log-bg .logo {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.login-sec {
    display: flex;
    height: 82vh;
}

.forget span {
    margin-left: 10px;
}

.mid-v {
    /*display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: auto;*/
}

a.btn-c {
    display: block;
}

.com {
    padding: 0px 6px;
    display: inline-block;
}

.com span {
    display: inline-block;
}

.com span .logo {
    margin-left: 20px;
}

.google-lang {
    display: inline-block;
}

.top-right-btns {
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;
}

.top-nav:after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #d9d9d9;
    position: absolute;
    bottom: 0;
}

ul.top-nav-list {
    text-align: center;
    display: inline-flex;
    margin-bottom: 0;
    gap: 15px;
}


.top-nav {
    background: #ffffff;
    position: sticky;
    z-index: 99;
    right: 20px;
    padding: 10px;
    top: 0;
    transition: 0.3s;
    margin-left: 286px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

section.main-content-area {
    padding: 10px 20px;
}

.logo {
    text-align: center;
    margin-top: 30px;
}

.rounded-btns {
    border: 1px solid #393939;
    padding: 12px;
    border-radius: 5px;
    color: #ffffff !important;
    font-weight: bold !important;
}

ul {
    padding: 0px;
}

.top-nav .logo h2 {
    font-size: 22px;
    font-weight: 700;
    color: #a0aec2;
    font-family: 'Montserrat';
    margin-bottom: 0px;
    text-align: center;
}

.top-nav-list li {
    display: inline-block;
}

.top-nav-list li a {
    font-size: 14px;
    color: #FFF;
    padding: 4px 20px 4px 16px;
    font-weight: 400;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #000;
    transition: 0.3s;
}

.top-nav-list li a:hover {
    background-color: #217bbf;
    color: #fff;
    border-color: #217bbf;
}

.top-nav-list li a:hover img {
    filter: brightness(20);
}

.top-nav-list li a img {
    margin-right: 6px;
    filter: invert(0) brightness(10);
}

a.btn-c img {
    filter: invert(1) grayscale(1) brightness(0);
}

.mystyle {
    width: 180px;
    /* padding: 25px; */
    background-color: #ffffff;
    color: #2d2d2d;
    top: 47px;
    right: 20px;
    font-size: 14px;
    border-radius: 4px;
    z-index: 99999999;
    padding: 10px 0px;
    box-sizing: border-box;
    position: absolute;
    box-shadow: 0px 3px 20px 0px rgba(31, 84, 250, 0.05);
    display: block !important;
}

.profile-view.mystyle a {
    font-size: 14px;
    color: #2d2d2d;
    padding: 6px 25px;
    display: block;
    font-weight: 400;
    text-align: left;
}

.profile-view.mystyle a:hover,
.profile-view.mystyle a:focus {
    color: #1a95f5;
}

.top-nav .row {
    align-items: center;
}

.user-top {
    background-color: transparent;
    border: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-right: 20px;
    background-image: url(images/header-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 7px;
    cursor: pointer;
}

.user-top:focus {
    outline: none;
}

.goog-te-gadget-simple {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 4px;
    font-family: "Roboto Mono", monospace !important;
    padding: 3px 6px !important;
}

.goog-te-gadget-simple img {
    display: none !important;
}

.user-btn {
    display: inline-block;
}

.profile-view {
    position: absolute;
    display: none;

}

.sidenav {
    height: 100%;
    padding-bottom: 40px;
    width: 286px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #252626;
    overflow-x: hidden;
    transition: 0.5s;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sidenav {
    transform: translateX(0px);
    opacity: 1;
}

.sidenav::-webkit-scrollbar {
    width: 4px;
}

.sidenav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sidenav::-webkit-scrollbar-thumb {
    background: #0cb9f8;
}

.sidenav::-webkit-scrollbar-thumb:hover {
    background: #1a95f5;
}

@media (max-width: 767px) {
    .main-bg {
        margin-left: 0px;
    }

    .sidenav {
        width: 286px;
        opacity: 0;
    }
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

#mainBg {
    transition: margin-left .5s;
}

.menu-img {
    margin-left: 20px;
    cursor: pointer;
}

.blue-top {
    background: #1f53f9;
    padding: 20px 10px;
}

.blue-top h2 {
    font-family: roboto;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    margin-bottom: 0px;
}

.blue-top h2 span {
    font-size: 16px;
    opacity: 0.8;
}

.blue-top img {
    margin-top: -30px;
}

.blue-top ul {
    margin-bottom: 0px;
}

.blue-top ul li {
    display: inline-block;
    margin-left: 20px;
}

.user-profile {
    text-align: center;
    padding: 30px 0px;
    padding-bottom: 0px;
}

.user-profile h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 5px;
}

.side-icons {
    display: inline-block;
    vertical-align: middle;
}

.user-profile p {
    ont-family: roboto;
    font-weight: 400;
    font-size: 14px;
    color: #a0aec2;
}

.side-list li {
    display: inline-block;
    margin: 0;
}

.pd-width .alert {
    background-image: none !important;
    color: #000 !important;
    background-color: #38383817 !important;
    border: 1px solid #383838;
}

.pd-width .alert a {
    display: inline-flex !important;
    margin-top: 0 !important;
    justify-content: center;
    align-items: center;
}

.pd-width .alert a:hover {
    background-color: #1a95f5;
    color: #fff;
}

.pd-width .live-btn,
.pd-width .demo-btn {
    margin-right: 10px;
    border: none;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    background-color: #000;
    border-radius: 4px;
}

.pd-width {
    text-align: center;
}

.side-list li a {
    background-image: url(images/menu-home.png);
    background-blend-mode: color-dodge;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #919191;
    padding: 4px 4px;
    border: 1px solid #919191;
    display: inline-flex;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    transform: translateY(4px);
    background-size: 14px;
}


ul.side-list {
    margin-bottom: 0;
}

.side-list li:nth-child(2) a {
    background-image: url(images/menu-mail.png);
}

.side-list li:nth-child(2) a:hover {
    background-image: url(images/menu-mail-2.png);
}

.side-list li:nth-child(3) a {
    background-image: url(images/menu-profile.png);
}

.side-list li:nth-child(3) a:hover {
    background-image: url(images/menu-profile-2.png);
}

.side-list li:nth-child(4) a {
    background-image: url(images/menu-logout.png);
}

.side-list li:nth-child(4) a:hover {
    background-image: url(images/menu-logout-2.png);
}

.side-list li a:hover {
    background-image: url(images/menu-home-2.png);
    background-color: #383838;
    border: 1px solid #383838;
}

.drop-card {
    background: #252626;
}

.drop-card .collapsed .list-img-1 h5,
.direct-link h5 {
    font-family: roboto;
    font-weight: 400;
    font-size: 14px !important;
    color: #fff !important;
    padding-top: 10px;
    padding-left: 20px;
}

.drop-card h5 {
    color: #ff0600;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 20px;
    font-family: roboto;
    font-weight: 400;
}



.drop-card .collapsed .list-img-1 a:hover,
.drop-card .list-img-1 a:hover {
    background-color: #ededed;
    color: #252626;
    background-image: url(images/deposit-icon-ac.png);
}

.drop-card .collapsed .list-img-1 a {
    background-image: url(images/deposit-icon.png);
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    width: calc(100% - 15px);
    margin: 0 auto;
    display: block;
    padding: 8px 15px 8px 60px;
    background-position: left center;
    background-position-x: 20px;
    border-radius: 4px;
    color: #fff;
    background-color: #252626;
}

.direct-link a {
    background: #252626;
    background-image: url(images/education-icon.png);
    background-blend-mode: luminosity;
    background-position: left center;
    background-position-x: 20px;
    background-repeat: no-repeat;
    display: block;
    width: calc(100% - 15px);
    padding: 8px 15px 8px 60px;
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    color: #fff;
}

.direct-link a:hover {
    background-color: #ededed;
    color: #252626;
    background-image: url(images/education-icon-ac.png);
}

.ancor-direct .direct-link:nth-child(2) a {
    background-image: url(images/download-icon.png);
}

.ancor-direct .direct-link:nth-child(2) a:hover {
    background-image: url(images/download-icon-ac.png);
}

.ancor-direct .direct-link:nth-child(3) a {
    background-image: url(images/promotions-icon.png);
}

.ancor-direct .direct-link:nth-child(3) a:hover {
    background-image: url(images/promotions-icon-ac.png);
}

.ancor-direct .direct-link:nth-child(4) a {
    background-image: url(images/daily-icon.png);
}

.ancor-direct .direct-link:nth-child(4) a:hover {
    background-image: url(images/daily-icon-ac.png);
}

.ancor-direct .direct-link:nth-child(5) a {
    background-image: url(images/ebooks-icon.png);
}

.ancor-direct .direct-link:nth-child(5) a:hover {
    background-image: url(images/ebooks-icon-ac.png);
}

.ancor-direct .direct-link:nth-child(6) a {
    background-image: url(images/reports-icon.png);
}

.ancor-direct .direct-link:nth-child(6) a:hover {
    background-image: url(images/reports-icon-ac.png);
}

.ancor-direct .direct-link:nth-child(7) a {
    background-image: url(images/terms-icon.png);
}

.ancor-direct .direct-link:nth-child(7) a:hover {
    background-image: url(images/terms-icon-ac.png);
}

.drop-card:nth-child(4) .collapsed .list-img-1 a {
    background-image: url(images/trading-icon.png);
}

.drop-card:nth-child(4) .list-img-1 a,
.drop-card:nth-child(4) .list-img-1 a:hover {
    background-image: url(images/trading-icon-ac.png);
}

.drop-card:nth-child(2) .collapsed .list-img-1 a {
    background-image: url(images/withdraw-icon.png);
}

.drop-card:nth-child(2) .list-img-1 a,
.drop-card:nth-child(2) .list-img-1 a:hover {
    background-image: url(images/withdraw-icon-ac.png);
}

.drop-card:nth-child(3) .collapsed .list-img-1 a {
    background-image: url(images/internal-icon.png);
}

.drop-card:nth-child(3) .list-img-1 a,
.drop-card:nth-child(3) .list-img-1 a:hover {
    background-image: url(images/internal-icon-ac.png);
}

.drop-card:nth-child(5) .collapsed .list-img-1 a {
    background-image: url(images/setting-icon.png);
}

.drop-card:nth-child(5) .list-img-1 a,
.drop-card:nth-child(5) .list-img-1 a:hover {
    background-image: url(images/setting-icon-ac.png);
}

.drop-card .list-img-1 a {
    background-color: #f1f4f9;
    background-image: url(images/deposit-icon-ac.png);
    width: 100%;
    background-blend-mode: luminosity;
    background-position: left center;
    background-position-x: 20px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: calc(100% - 15px);
    margin: 0 auto;
    display: block;
    padding: 8px 15px 8px 60px;
    background-position: left center;
    background-position-x: 20px;
    border-radius: 20px;
    color: #252626;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ancor-direct.cus-menu .direct-link a {
    background-image: url(images/documents-icon.png);
}

.ancor-direct.cus-menu .direct-link a:hover {
    background-image: url(images/documents-icon-ac.png);
}

.list-side-nav {
    width: calc(100% - 15px);
    margin: 0 auto;
}

.list-side-nav li {
    border-top: 1px solid #eff0f3;
    padding: 8px 10px 8px 66px;
    background-color: #fafafb;
}

.list-side-nav li a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #7a879b;

}

.list-side-nav li a:hover {
    color: #1b94f6;
}

.list-side-nav li a img {
    margin-left: 20px;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.drop-tab.collapsed {
    background-image: url(images/menu-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: 93%;
}

.drop-tab {
    background-image: url(images/menu-arrow-up.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: 93%;
}

.main-bg {
    padding: 60px 0 0;
    transition: 0.3s;
    background-color: #fff;
    min-height: calc(100vh - 103px);
    overflow: auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.box-white {
    background-color: #fff;
    min-height: 300px;
    width: 930px;
    border-radius: 4px;
    box-shadow: 0px 18px 20px 2px rgb(37 38 38 / 20%);
    margin-bottom: 80px;
    overflow: hidden;
    border: 1px solid #217bbf;
}

.box-white h2 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}

.box-body.box-body-1 h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.box-white h2 span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.top-sec {
    min-height: 72px;
    padding: 10px 30px;
    background-color: #217bbf;
}

.box-body {
    padding: 40px 32px;
}

.box-body p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 6px;
}


.selector-1 ul li {
    color: #AAAAAA;
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 16px;
    width: 23%;
}

.selector-1 ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.selector-1 ul li label {
    display: block;
    position: relative;
    border: 1px solid #e5e5e5;
    font-weight: 300;
    font-size: 1.35em;
    padding: 14px 10px 0px 49px;
    margin: 10px auto;
    height: 69px;
    width: 204px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.selector-1 ul li:hover label {
    color: #000;
}

.play-btn {
    z-index: 0 !important;
}

.selector-1 ul li .check {
    display: block;
    position: absolute;
    border: 1px solid #eff0f3;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 35px;
    left: 40px;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.selector-1 ul li:hover .check {
    border: 1px solid #eff0f3;
}

.selector-1 ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.selector-1 input[type=radio]:checked~.check {
    border: 1px solid #eff0f3;
}

.selector-1 input[type=radio]:checked~.check::before {
    background: #1a95f5;
}

.selector-1 input[type=radio]:checked~label {
    color: #1a95f5;
    border: 1px solid #f1f4f9;
    box-shadow: 0px 3px 7px 0px rgba(31, 84, 250, 0.06);
}


.Rounded_Rectangle_5 {
    border-width: 1px;
    border-color: rgb(31, 84, 250);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgba(31, 84, 250, 0.06);
    position: absolute;
    left: 628px;
    top: 401px;
    width: 202px;
    height: 67px;
    z-index: 72;
}

.table-1 th {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #7a879b;
    font-weight: 400;
    padding-bottom: 15px;
}

.table-1 td {
    width: 100%;
    border-bottom: 1px solid #eff0f3;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 10px 0px;
}

.table-1 {
    border-right: 1px solid #eff0f3;
    padding-right: 80px;
    margin-top: 20px
}

.table-1 td:last-child {
    text-align: right;
    color: #000;
}

.table-1 td span {
    color: #1a95f5;
    text-decoration: underline;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: #fff !important;
}

.grey-text {
    font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400 !important;
    margin-bottom: 27px !important;
    margin-top: 20px
}

.dash-list-1 li {
    list-style: none;
    display: inline-block;
    margin-right: 58px;
}

.dash-list-1 li p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #919fb3;
    font-weight: 400;
    margin-bottom: 10px;
}

.dash-list-1 li span {
    font-size: 15px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.btn-green {
    font-family: "Poppins", sans-serif;
    width: 106px;
    height: 39px;
    margin-right: 10px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
    background-color: #000;
    border: 1px solid #000;
    /*background: linear-gradient(180deg, rgba(68,133,235,1) 0%, rgba(11,185,248,1) 100%);*/
    transition: 0.3s;
    border-radius: 4px;
    padding: 6px 20px;
}

.btn-green:hover {
    background-color: #217bbf;
    color: #fff;
    border-color: #217bbf;
}

.btns-inner p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #606060;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0px;
}

.table-account-details table {
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 4px !important;
}

.table {
    margin-bottom: 5rem !important;
}

.table-account-details th {
    background: #217bbf;
    padding: 4px 24px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 0;
    border-bottom: none !important;
    text-align: center;
}

table .dropdown-menu {
    background-color: #ffffff;
    color: #2d2d2d;
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 0px;
    box-sizing: border-box;
    box-shadow: 0px 3px 20px 0px rgba(31, 84, 250, 0.05);
    border: none;
}

.select-table-1 select {
    width: 100%;
    border: none;
    color: #7a879b;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
}

.table-account-details th:first-child {}

.select-table-1 select:focus {
    outline: none;
}

.table-account-details th:last-child {}

.table-account-details td {
    padding: 10px 24px;
    border: 1px solid #eff2f6;
    color: #7a879b;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.btn-table,
.btn-table-1 {
    width: 100%;
    background-color: #00dc9f;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    border: none;
}

.btn-table-1 {
    background-color: #f9a44a;
}



/** deposit page **/

ul.field-deposit li {
    list-style: none;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #7a879b;
    font-weight: 500;
    margin-left: 10px;
}

.select-mt select {
    -webkit-appearance: none;
    width: 260px;
    border: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #7a879b;
    font-weight: 400;
    background-image: url(images/listing-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.select-mt select:focus {
    outline: none;
}

ul.field-deposit {
    border: 1px solid #e5e5e5;
    padding: 8px 10px;
    border-radius: 5px;
    width: 100%;
    /* margin-bottom: 40px;*/
    margin-top: 20px;
}

.commision-list {
    padding-left: 23px;
    margin-top: 20px;
}

.commision-list li {
    float: left;
    list-style-image: url(images/round-tick.png);
    margin-right: 70px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 400;
}

.top-sec-1 {
    padding-top: 24px;
}

.select-currency ul li {
    display: inline-block;
    margin-right: 40px;
}

.currency-label input:checked~.checkmark:after {
    display: block;
}

.currency-label input:checked~.checkmark {
    background-color: transparent;
}

.currency-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: Roboto;
    font-size: 16px;
    color: #60738f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.currency-label [type="radio"] {
    display: none;
}

.currency-label .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #eff0f3;
}

.currency-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.currency-label .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00dc9f;
}

.currency-2 li {
    margin-right: -5px !important;
    padding: 16px 40px;
    border: 1px solid #eff0f3;
    width: 210px;
}

.currency-2 li label {
    margin-bottom: 0px;
}

.currency-2 li span {
    color: #ff0600;
}

.currency-2 li p {
    margin-bottom: 0px;
}

.other-input {
    width: 84px;
    border: none;
    height: 24px;
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: 59px;
    font-weight: 300;
    right: 110px;
    color: #9aa3b2;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.other-input:focus {
    outline: none;
}

.bit-table-bg {
    border: 1px solid #eff0f3;
    border-radius: 4px;
    width: 96%;
}

.bit-table {
    width: 100%;
}

.bit-table tbody td {
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #919fb3;
    font-weight: 400;
}

.bit-table tbody td:last-child {
    color: #2d2d2d !important;
}


.bit-table tbody tr {
    border-bottom: 1px solid #eff0f3;
}


.bit-table tbody tr:last-child {
    border-bottom: none;
}




.bit-table tbody td:last-child {
    text-align: right;
}

.qr-code {
    margin-top: 50px;
    margin-bottom: 20px;
}

.select-currency {
    margin-top: 20px;
}

/** Deposit end*/
table .dropdown-menu a.dropdown-item:hover {
    background-color: transparent !important;
    color: #1a95f5 !important;
}

/** Mt4 start**/
.top-nav-list li .dropdown button {
    font-size: 14px;
    color: #FFF;
    padding: 4px 20px 4px 16px;
    font-weight: 400;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #000;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.top-nav-list li .dropdown button:hover {
    background-color: #217bbf;
    color: #fff;
    border-color: #217bbf;
}

.top-nav-list li .dropdown.show>.btn-secondary.dropdown-toggle {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.top-nav-list li .dropdown button img {
    filter: invert(0) brightness(10);
}

.dropdown-menu {
    padding: 0;
}

.drop-card {
    border-bottom: 1px solid #dadada24;
    padding: 4px 0;
}


.ancor-direct>div {
    border-bottom: 1px solid #dadada24;
    padding: 4px 0;
}

.dropdown-menu a {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
    border-radius: 0 !important;
}

.dropdown-menu a:hover {
    background-color: transparent;
    !important;
    color: #1a95f5 !important;
}

a.dep-btn {
    background-color: #000 !important;
    font-family: "Poppins", sans-serif !important;
    border-radius: 4px !important;
    padding: 20px !important;
    width: 400px !important;
    min-height: auto !important;
    transition: 0.3s;
}

a.dep-btn:hover {
    background-color: #217bbf !important;
}

.bg-thank-u img {
    background-color: #000;
    filter: grayscale(1) brightness(2);
    padding: 10px;
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 6px;
    margin-bottom: 20px;
}

.bg-thank-u p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 6px;
}

.blue-para {
    font-family: "Poppins", sans-serif;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 300 !important;
    margin-bottom: 20px !important;
}

.download-img {
    border: 1px solid #eff0f3;
    text-align: center;
    padding: 40px 0px;
    background-color: #fff;
    border-radius: 10px;
}

.download-mt {
    text-align: center;
    margin-top: 30px;
}

.download-mt h3 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 20px;
}

.download-mt p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #a0aec2;
    font-weight: 300;
    text-align: center;
}

.download-mt .btn-green {
    width: 186px;
    margin-top: 0px;
}

.box-body-1 {
    padding: 40px 32px !important;
}

/** mt4 end **/

/** my transfer start **/

.green {
    color: #00dc9f !important;
}

.table-account-details table tr:nth-child(odd) {
    background: #fff;
}

.table-account-details table tr:nth-child(even) {
    background: #efefef;
}

/** my transfer end **/

/** new transfer start **/

.select-transfer select {
    -webkit-appearance: none;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #7a879b;
    font-weight: 400;
    background-image: url(images/listing-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 6% center;
    border: 1px solid #eff0f3;
    border-radius: 5px;
    padding: 15px 20px;
}

.please-select h3 {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

.select-input {
    border: 1px solid #eff0f3;
    border-radius: 5px;
    padding: 15px 20px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #7a879b;
    font-weight: 400;
    width: 100%;
}

.select-input:focus {
    outline: none;
}

.select-input-1 {
    padding: 15px 40px;
    background-image: url(images/dollar.png);
    background-repeat: no-repeat;
    background-position: left 5% center;
    margin-bottom: 30px;
}

.pincode-input-text {
    border: none;
    padding: 15px;
    width: 60px;
    text-align: center;
    color: #e4e6ea;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.code-type {
    border: 1px solid #eff0f3;
    max-width: 255px;
    border-radius: 5px;

}

.pincode-input-text:focus {
    outline: none;
}

.please-select a {
    color: #479eef;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.forgot-pass {
    text-align: right;
}

.forgot-pass a {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
    font-size: 13px;
}

.submit-request .btn-green {
    margin-top: 40px !important;
    width: 126px;
}

/** top up demo **/

.demo-submit {
    margin-top: 0px !important;
    padding: 10px 20px !important;
    height: auto !important;
    width: 100% !important;

}

.select-input-2 {
    padding: 10px 20px;
}

/** top up demo end **/


.table-tab li {
    display: inline-block;
    margin-right: 30px;


}

.table-tab li a {
    border: none !important;
    padding: 10px 40px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #162238 !important;
    border-radius: 6px !important;
    background-color: #ededed;
}

.table-tab {
    border-bottom: none;
}

.table-tab .nav-link.active {
    color: #fff !important;
    background-color: #000;
}

.table-content {
    margin-top: 30px;
}

.btn-create .btn-green {
    width: auto !important;
    height: 45px !important;
    padding: 0px 30px !important;
    margin-top: 0px;
    margin-bottom: 30px;
}

.tab-content .table-account-details table {
    width: 100%;
    border: none;
    border-spacing: 4px !important;
}

/** open my demo account **/

.selector-2 ul li label {
    width: 272px;
    height: 96px;
}

.selector-2 ul li {
    margin-right: 25px;
}

.selector-2 ul li .check {
    top: 50px;
}

.demo-list {
    text-align: center;
    border: 1px solid #eff0f3;
    padding: 16px 0px;
    border-radius: 5px;
    margin-top: 10px;

}

.selector-2 li:last-child {
    margin: 0px 0px !important;
}

.demo-list li {
    display: inline-block;
    margin: 0px 28px;
    width: 82px;
}

.demo-list li h3 {
    color: #4d4d4d;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}


.select-demo select {
    -webkit-appearance: none;
    width: 100%;
    border: none;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #4d4d4d;
    font-weight: 400;
    background-image: url(images/grey-down.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-align: center;
}

.select-demo select:focus {
    outline: none;
}

.dollar-other .other-input {
    position: inherit;
    width: 100%;
    border-bottom: none;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #4d4d4d;
    font-weight: 400;
}

.dollar-other {
    background-image: url(images/dollar-1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 13px;
    margin: 0px 10px;
    border-bottom: 1px solid #dbdcde;
}

.documnet-list {
    list-style-image: url(images/bullet-grey.png);
    padding-left: 8px;
}

.documnet-list li {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #a0aec2;
    font-weight: 300;
    margin-bottom: 5px;
}


hr {
    border-top: 1px solid #eff0f3;
    height: 1px;
    margin: 0px 0px 30px 0px;
    width: 100%;
}

.uplaod-sec {

    padding-bottom: 30px
}

.upload-field {
    width: 100%;
    margin-top: 20px;
}

.upload-field h3 img {
    margin-right: 10px;
}

.upload-field h3 {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    border: 1px solid #cecece;
    padding: 15px 20px;
    font-weight: 400;
    color: #7a879b;
    background-image: url(images/upload-btn.png);
    background-repeat: no-repeat;
    background-position: right 6% center;
    border-radius: 5px;

}

.upload-field input {
    opacity: 0;
    width: 100%;
    position: absolute;
    padding: 9px;
}

.select-transfer .pass-change {
    margin-top: 10px;
    margin-bottom: 10px;

}

.pass-sec {
    border-right: 1px solid #f1f2f5;
    padding-right: 30px;
}


.pass-sec-1 {
    padding-top: 50px;

}

.pass-bar {
    height: 4px;
    background-image: none !important;
    background-color: #ff0600 !important;
}

.pass-sec-1 p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #465061;
    font-weight: 500;
}

.pass-sec-1 p span {
    font-weight: 400;
}

.pass-sec-1 .progress {
    width: 180px;
    margin: 25px 0px;
    background-image: none !important;
    background-color: #e4e7eb !important;
}

.profile-img {
    text-align: center;
    margin-top: 10px;
}

.profile-img img {
    margin-bottom: 15px;
}

.profile-img .picture-upload {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #479eef;
    font-weight: 400;


}

.profile-table .profile-t {
    border-bottom: 1px solid #eff0f3;
}

.profile-table .profile-t th,
.profile-t h3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 500;
    padding: 10px 0px;
}

.profile-table .profile-t th span,
.profile-t h3 span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #a0aec2;
    font-weight: 400;
}

.profile-table {
    width: 100%;
}

.profile-table td:last-child {
    text-align: right;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.profile-table td {
    padding-top: 8px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.restore-box {
    width: 512px !important;
}

.restore-box .btn-green {
    min-height: 50px;
    width: 140px;
}

.select-request select {
    -webkit-appearance: none;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #7a879b;
    font-weight: 400;
    background-image: url(images/listing-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 6% center;
    border: 1px solid #eff0f3;
    border-radius: 5px;
    padding: 10px 20px;
}

.select-request {
    margin-top: 20px;
    margin-bottom: 30px;
}

.select-request-input {
    border: 1px solid #eff0f3;
    border-radius: 5px;
    padding: 15px 20px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #7a879b;
    font-weight: 400;
    width: 100%;
}

.pay-1 {
    margin: 20px 0px 10px;
}

.pay-1 .select-input {
    margin-top: 20px;
}

.pay-1 .btn-green {
    width: auto !important;
    padding: 0px 15px !important;
}


.ib-1 {
    margin-top: 30px;
}

.ib-para {
    font-family: roboto !important;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 300 !important;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
}

.check-box-1 {
    display: block;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 35px;
}

.check-box-1 p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #a0aec2;
    font-weight: 300;
}


.check-box-1 p span {
    color: #4a70fa;
    font-weight: 400;
    text-decoration: underline;
}

.check-box-1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #eff0f3;
    border-radius: 3px;
}

.check-box-1 input:checked~.checkmark {
    background-color: transparent;
}

.checkmark:after {
    left: 2px;
    top: 4px;
    width: 14px;
    height: 10px;
    background-image: url(images/tick-img.png);
    background-repeat: no-repeat;
    background-position: center;

}

input:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.forget a {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(21, 31, 43, 0.8);
}

.forget a:hover {
    color: rgba(21, 31, 43, 1);
}

.forget {
    margin-top: 24px;
}

.login-sec h3 {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
}

.login-sec img {
    margin-top: 20px;
}

.login-sec p {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #fff;
}

.box-login {
    width: 400px;
    background: #fff;
    margin: auto !important;
    border-radius: 8px;
    padding: 30px;
    backdrop-filter: blur(3px);
    max-width: 100%;
}

.mid-v {
    width: 100%;
}

.dont-acc p a {
    display: block;
}

.box-login h2 {
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #1b94f6;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}

.box-login .email-lnk input {
    /*padding:8px 20px 8px 50px !important;
    background-image:url(images/email.png) !important;
    background-repeat:no-repeat !important;
    background-position:left 5% center !important;
    color:#151f2b !important;
    margin-bottom:20px;*/
    transition: 0.3s ease-in-out;
}



.box-login .email-lnk input:focus,
.box-login .pass-lnk input:focus,
.signup-field input:focus,
.signup-field select:focus {
    border-color: #000000;
    outline: none;
}

.signup-field {
    margin: 0px !important;
}


.box-login .pass-lnk input {
    /*padding:8px 20px 8px 50px !important;
    background-image:url(images/password.png) !important;
    background-repeat:no-repeat !important;
    background-position:left 5% center !important;
    color:#151f2b !important;*/
    transition: 0.3s ease-in-out;
}

.field-cs {
    /*background-color: #f1f5f9;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;*/
}

.field-cs label {
    color: #000;
    font-size: 13px;
    line-height: 10px;
}

.field-cs input,
.field-cs textarea,
.field-cs select {
    margin-bottom: 4px !important;
    background-color: #F8F8F8;
    padding: 10px 10px 10px 10px !important;
    border: 1px solid #fafafa;
}

.field-cs input.mail-field,
.field-cs input.password-field {
    padding-left: 50px !important;
    background-repeat: no-repeat;
    background-position: left 15px center;
}

.field-cs input.mail-field {
    background-image: url(./images/mail-icon-n.png);
}

.field-cs input.password-field {
    background-image: url(./images/lock-icon-n.png);
}

.box-login .btn-green {
    height: 46px;
    font-size: 16px;
    border-radius: 4px;
    width: 100%;
    font-weight: 500;
}

.login-w .or {
    color: #fff;
    position: relative;
}

.login-w .or:after {
    content: '';
    width: 46%;
    height: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 52%;
}

.login-w .or:before {
    content: '';
    width: 46%;
    height: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 52%;
}

span.log-w-social a {
    display: inline-block;
    background-color: #fff;
    max-width: 48%;
    flex: 0 0 48%;
    padding: 10px 10px;
    border-radius: 10px;
    color: #000;
    font-weight: 400;
}

span.log-w-social a img {
    margin-right: 10px;
}

.dont-acc p {
    color: #252626;
    font-size: 13px;
    margin-bottom: 0;
}

.dont-acc {
    margin-top: 0;
    padding: 10px;
    border-top: 1px solid #25262614;
    border-bottom: 1px solid #25262614;
}

.link-bt-signup {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.link-bt-signup a {
    color: #252626;
    font-size: 14px;
}

.link-bt-signup a:hover {
    color: #6acaf3;
}

.link-bt-signup {
    position: relative;
}

.link-bt-signup:after {
    display: block;
    width: 1px;
    height: 20px;
    background-color: #252626;
    content: '';
    position: absolute;
    top: 3px;
    transform: translateX(-8px);
}

.dont-acc p a {
    color: #252626;
    text-decoration: underline;
    font-weight: 400;
}

.middle-sep p {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #60646a;
    left: 19px;
    top: 84px;
    background-color: #f1f5f9;
    position: absolute;
    padding: 5px 0px;
}

.middle-sep:before {
    content: '';
    width: 1px;
    height: 198px;
    background-color: #eeeeee;
    position: absolute;
    left: 27px;
}

.btn-create-acc {
    margin-right: 10px;
    border: none;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
    background: rgb(68, 133, 235);
    background: linear-gradient(180deg, rgba(68, 133, 235, 1) 0%, rgba(11, 185, 248, 1) 100%);
    border-radius: 80px;
    color: #fff !important;
    border: none;
}

.btn-create-acc:hover {
    background: #1f3e9b;
}

.box-login h3 {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #151f2b;
    margin-top: 65px;
}

.box-signup h2 {
    margin-bottom: 0px !important;
}

.login-sec .box-signup p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #455a73;
    margin-top: 25px;
    margin-bottom: 10px;
}

.signup-field input,
.signup-field select {
    padding: 8px 20px !important;
    color: #151f2b !important;
    transition: 0.3s ease-in-out;
}

.mt-2 a {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #151f2b;
}

.resp_number,
.resp_code {
    width: 100% !important;
}

button.btn-green.btn-snd-pas {
    width: 100%;
}

.select-transfer.email-lnk.forgot-lnk input {
    margin-bottom: 0px !important;
}

.liveaccountsummary {
    width: 190px !important;
}

.bit-table tbody td img {
    width: 350px;
}

.form-control {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #7a879b;
    font-weight: 400;
    border: 1px solid #eff0f3;
    border-radius: 5px;
    padding: 15px 20px;
}

button.edit-btn {
    background-color: #1a95f5;
    border: none;
    color: #fff;
    width: 100%;
    right: 0;
    position: absolute;
    font-family: "Poppins", sans-serif;
    bottom: 0px;
    height: 35px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
}

.promotion-text-body h2 {
    color: #1f3e9b !important;
    font-weight: 400 !important;
}

.profile-img {
    text-align: center;
    margin-top: 10px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    height: 194px;
    width: 194px;
}

button.edit-btn:hover {
    height: 100%;
    background-color: #1a95f5;
}

th.update-btn {
    float: right;
}

.update-btn .btn-green {
    width: max-content;
    padding: 0px 20px;
    margin-top: 0px;
}


.user-update-txt .col-md-5 {
    padding-right: 0px !important;
}

.user-update-txt .col-md-7 {
    padding-left: 0px !important;
}

.update-btn .btn-green {
    margin-right: 0px;
}

.update-btn {
    float: right;
}

.profile-details {
    border-top: 1px solid #eff0f3;
}

.top-login-nav .logo img {
    width: 210px;
    height: auto;
}

.top-login-nav .row {
    align-items: center;
}

.top-right-login {
    margin-top: 0 !important;
    text-align: center;
}

.top-right-login span a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 6px 24px;
    font-size: 14px;
    margin-top: 0;
    background-color: #fff;
    color: #fff;
    border-radius: 60px;
    color: #247FC1;
}

.top-right-login span a:hover {
    color: #fff;
    background-color: #247FC1;
}

.top-login-nav .logo {
    margin-top: 0;
}

.top-login-nav {
    padding: 10px 0;
    background: rgb(27, 117, 187);
    background: linear-gradient(360deg, rgba(27, 117, 187, 1) 0%, rgba(109, 205, 245, 1) 100%);
}

.top-right-login.forget span {
    margin-left: 0 !important;
}

.login-content {
    display: inline-flex;
    min-height: calc(100vh - 69.28px);
    width: 100%;
    align-items: center;
    justify-content: center;
}

.mid-v .row {
    align-items: center;
}

.box-hr {
    border-left: 2px solid #1b94f6;
}

.box-login.signup_box_white {
    width: 800px;
}

.side-icons {
    position: absolute;
    right: 170px;
    width: max-content;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}


.goog-te-gadget-icon {
    display: inline-block;
}

.goog-te-gadget-simple {
    border: none;
    background-color: transparent;
    padding: 0;
    display: inline-block;
}

.goog-te-gadget-simple>img {
    vertical-align: middle;
    display: none;
}

.goog-te-gadget-simple>span {
    /* display: none; */
    font-size: 0;
    position: relative;
    display: block;
    width: 20px;
}

.goog-te-gadget-simple>span:after {
    width: 20px;
    height: 20px;
    display: block;
    content: '';
    background-image: url(./images/language-icon.png);
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0;
}

/**************************/
/***** Media-Querries *****/
/**************************/


@media (min-width: 1200px) {
    .mobile-menu {
        display: none;
    }

    .container {
        width: 1155px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }


}

@media (max-width: 1800px) {
    .user-btn {
        margin-top: 0 !important;
    }

    div#google_translate_element {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
    }
}


@media (max-width: 1500px) {

    .side-icons {
        display: none;
    }

    .top-nav-list li a {
        padding: 2px 12px;
    }
}

@media (max-width: 1400px) {
    .top-nav-list li a {
        padding: 2px 4px;
    }

    .top-nav-list li a img,
    .top-nav-list li .dropdown button img {
        width: 24px;
    }
}

@media (max-width: 1199px) {

    .top-nav-list li {
        margin-right: 8px;
    }

    .com span .logo {
        margin-left: 1px;
    }

    .btn-create-acc-a {
        padding: 12px 10px !important;
    }

    ul.top-nav-list.hidden-md-down {
        display: none;
    }

    .com {
        position: absolute;
        z-index: 9999;
    }
}



/* END OF iPAD LANDESCAPE*/


@media (max-width: 991px) {

    #mainBg {
        margin: 0px !important;
    }

    .btn-create-acc-a {
        width: 160px;
    }

    .box-login h3 {
        margin-top: 20px;
    }


    .top-nav {
        min-height: 72px;
    }

    .logo {
        padding: 10px 0px;
        min-height: 72px;
    }

    .btn-green {
        width: 94px;
        margin-right: 7px;
    }

    .dash-list-1 li {
        margin-right: 28px;
    }

    .selector-1 ul li {
        width: 30%;
    }

    .profile-img {
        height: 141.5px;
    }

    .profile-table .profile-t th:first-child {
        width: 138px;
    }

    .update-btn .btn-green {
        padding: 0px 10px;
    }

    .play-btn {
        padding-top: 50px !important;
    }

}




@media (max-width: 767px) {



    .box-body {
        padding: 20px;
    }


    .sidenav {
        box-shadow: 0px 3px 20px 0px rgba(142, 142, 142, 0.35);
    }

    .table-1 {
        border-right: none;
        padding-right: 0px;
    }

    .main-bg,
    .top-nav {
        margin: 0 !important;
    }

    .top-right-btns {
        text-align: start;
    }

    .com {
        right: 0;
        top: 10px;
    }

    #mySidenav {
        z-index: 9999;
    }

    .dash-list-1 li:last-child {
        border-right: none;
    }

    .dash-list-1 li {
        margin-right: 0px !important;
        width: 32%;
        border-right: 1px solid #eff0f3;
        text-align: center;
    }

    .dash-list-1 li p {
        margin-right: 4px;
        background-color: aliceblue;
    }

    .selector-1 ul li {
        width: auto;
    }

    ul.field-deposit li:nth-child(2) {
        width: 69%;
    }

    select#LiveAccountID {
        width: 100% !important;
    }

    .profile-img {
        width: 141.5px;
        margin: 0 auto;
    }

    .order-position-1 {
        -webkit-order: 1;
        /* Safari 6.1+ */
        order: 1;
    }

    .order-position-2 {
        -webkit-order: 2;
        /* Safari 6.1+ */
        order: 2;
    }

    .update-btn .btn-green {
        width: 140px;
        margin-bottom: 20px;
    }

    .update-btn {
        float: none;
        text-align: center;
        margin-top: 20px;
    }

    .user-update-txt .col-md-7,
    .user-update-txt .col-md-5 {
        padding: 0px;
        15px !important;
    }


    .download-mt .btn-green {
        width: 100% !important;
    }

    .download-img {
        border: none;
        padding: 10px;
        0px;
    }

    .download-img img {
        width: 40px;
    }

    .em-space {
        margin-top: 0px !important;
    }

    .download-mt {
        margin-top: 20px;
    }

    .play-btn {
        padding-top: 62px !important;
    }

}

@media (max-width: 575px) {

    /*.box-login .email-lnk input{
        padding: 10px 30px !important;
        width: 240px;
        margin-left: -25px;
        font-size: 13px;
    }
    .box-login .pass-lnk input{
        padding: 10px 30px !important;
        width: 240px;
        margin-left: -25px;
        font-size: 13px;
    }
    .log-w-social{
        font-size: 10px;
    }
    span.log-w-social img{
        margin-left: 10px;
        margin-top: 2px;
    }
    .resp_code{
        width: 60px !important;
    }
    .resp_number{
        width: 148px !important;
        margin: 0 -30px !important;
    }
    .login_social {
        margin: 5px 5px;
    }
    .box-login h2{
        text-align: center;
    }
    .middle-sep p{
        display:none;
    }
    .box-login .btn-green{
        width: 93% !important;
    }
    .box-login h3{
        margin-top: 76px;
    }
    .signup_resp select {
        width: 135% !important;
        margin: 0 -35px;
    }
    .signup_box_white {
        width: 285px !important;
        margin: 0 -15px;
    }
    .signup_resp input {
        width: 135% !important;
        margin: 0 -35px;
    }

    .have_account {
        margin: -60px 0;
    }*/
    .table-tab li {
        margin-right: 0 !important;
        width: 32% !important;
        text-align: center;
    }

    .table-tab li {
        display: block;
        width: 100% !important;
    }

    .table-tab li a {
        padding: 10px !important;
    }

    .com span .logo {
        text-align: center;
        margin-left: 0px;
    }

    .com span:first-child {
        position: absolute;
        left: 20px;
        top: 6px;
    }

    .com span:last-child {
        width: 100%;
    }

    .box-body p {
        font-size: 16px;
    }

    .main-bg {
        padding: 30px 15px;
    }

    .com {
        right: 30px;
        top: 5px;
    }

    .user-btn {
        margin-top: 0px;
        float: none;
        text-align: center;
        display: none;
    }

    .dash-list-1 li {
        margin-bottom: 0px;
    }

    .dash-list-1 li p img {
        display: none;
    }

    .dash-list-1 li:last-child {
        margin-bottom: 0px;
    }


    .btn-green {
        width: 160px;
    }

    .box-body p {
        font-size: 13px;
    }

    #mainBg {
        margin: 0px 15px 0px 15px !important;
    }

    .profile-table button {
        margin: 3px 6px;
    }

    .bitcoin_note {
        text-align: left;
        width: 280px !important;
    }

    .bitcoin_minimumamount {
        text-align: rigth;
        margin-left: -125px;
    }

    .bitcoin_exchangerate {
        float: left;
        text-align: left;
        margin-left: -179px;
    }

    .bitcoin_walletaddress {
        word-break: break-word;
        text-align: right;
        margin-left: -185px;
    }

    .webmoney_content {
        margin: 0 20px;
    }

    .selector-1 ul li label {
        width: 100%;
    }

    ul.field-deposit li:nth-child(2) {
        width: 36%;
    }

    .update-btn .btn-green {
        margin-bottom: 10px;
    }

    .profile-t {
        text-align: center;
    }

    .chat-link {
        position: fixed;
        right: 0;
        z-index: 999;
        bottom: 10px;
    }

    .chat-link a {
        background-color: #217bbf;
        border: 1px solid #217bbf;
        padding: 0;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-right: none;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .chat-link img {
        width: 20px;
        filter: invert(1) brightness(10);
    }
}


.table .dropdown-menu {
    left: inherit;
    right: 0;
}

.table-min-height {
    min-height: 256px;
}

/**.table-account-details tr:last-child td .dropdown-menu {
    top: -144px;
}**/