/* NULLPOINT TECHNOLOGIES FX Client Area CSS */
html {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    color: #4e4e4e;
    height: 100%;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #212121;
    font-weight: 600;
}

h1 {
    margin-bottom: 14px;
    font-size: 48px;
    line-height: 62px;
}

h2 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 44px;
}

h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 38px;
}

h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400 !important;
}

h5 {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 28px;
}

h6 {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 24px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

h1 a: hover, h2 a: hover, h3 a: hover, h4 a: hover, h5 a: hover, h6 a: hover {
    color: #009688;
    text-decoration: none;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: inherit;
    font-size: 85%;
    font-weight: inherit;
}

p {
    margin-bottom: 25px;
}

/* LINKS */
a {
    /*color: #dcb140;
    */
}

a: hover, a: focus {
    outline: 0;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

/* IMAGES */
img {
    max-width: 100%;
}

/* ADDRESS */
address {
    line-height: inherit;
}

/* FORMS */
input, select, textarea {
    display: block;
    max-width: 100%;
    height: 50px !important;
    color: #838383;
    padding: 10px 15px !important;
    border: 1px solid #DDD !important;
    background: #fff !important;
    border-radius: 10px !important;
    line-height: 50px !important;
    margin-bottom: 0px !important;
}

input[type="checkbox"] {
    height: auto;
}

label {
    font-weight: normal;
}

textarea {
    height: 325px;
    resize: none;
}

select {
    width: 100%;
    /* height: 50px;
    */
}

input[class^="col-"], select[class^="col-"], textarea[class^="col-"] {
    padding: 10px 20px;
}

textarea: focus, input[type="url"]: focus, input[type="tel"]: focus, input[type="date"]: focus, input[type="datetime"]: focus, input[type="datetime-local"]: focus, input[type="week"]: focus, input[type="month"]: focus, input[type="text"]: focus, input[type="color"]: focus, input[type="email"]: focus, input[type="image"]: focus, input[type="number"]: focus, input[type="search"]: focus, input[type="password"]: focus {
    border-color: #dcb140;
    box-shadow: none;
    outline: 0;
}

select: focus {
    outline: none;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-top: -11px;
}

.checkbox input[type="checkbox"]: focus, .checkbox-inline input[type="checkbox"]: focus, .radio input[type="radio"]: focus, .radio-inline input[type="radio"]: focus {
    outline: none;
}

button, input[type="reset"], input[type="submit"], input[type="button"] {
    padding: 10px 48px 10px 50px;
    border: none;
    border-radius: 6px !important;
    background-color: #0099f1;
    color: #333;
    font-size: 12px;
    /* letter-spacing: 2px;
    */
    /* text-transform: uppercase;
    */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button: hover, input[type="reset"]: hover, input[type="submit"]: hover, input[type="button"]: hover {
    /* background-color: #212121;
    */
}

button, input[type="reset"]: focus, input[type="submit"]: focus, input[type="button"]: focus {
    box-shadow: none;
    outline: 0;
}

: : -moz-placeholder {
    color: #aaa;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}

: : -webkit-input-placeholder {
    color: #aaa;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}

: -ms-input-placeholder {
    color: #aaa;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}
/* TRANFORMATION CLASSES */
.text-mute {
    color: #c7c7c7;
}

.text-default-color {
    color: #dcb140;
}

.text-default-highlight {
    display: inline-block;
    padding: 10px 15px;
    margin: 10px 0;
    background-color: #dcb140;
    color: #fff;
}

.text-black-highlight {
    display: inline-block;
    padding: 10px 15px;
    margin: 10px 0;
    background-color: #212121;
    color: #fff;
}

.text-light {
    font-weight: 300;
}

.text-ultrabold {
    font-weight: 900;
}

.dropcap {
    float: left;
    font-size: 36px;
    line-height: 52px;
    font-weight: 700;
    margin-right: 10px;
}

.last, .no-margin-bottom {
    margin-bottom: 0 !important;
}

.margin-top-negative {
    margin-top: -100px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 42px;
        line-height: 56px;
    }

    .margin-top-negative {
        margin-top: 0;
    }
    .download-text-container {
        margin:20px
    }
}

/************************************************************************************+ ALERTS***********************************************************************************/
.alert {
    /* padding: 15px 30px;
    */
    /* border: none;
    */
    border-radius: 3px;
    /* color: #fff;
    */
    position: relative;
    text-align: center;
    margin-bottom: 0px;
}

.alert.alert-info {
    /* background-color: #838383;
    */
}

.alert.alert-danger {
    background-color: #fbe9e7;
    border-color: #ff5722;
    color: #d84315;
}

.alert.alert-success {
    background-color: #e8f5e9;
    border-color: #4caf50;
    color: #43a047;
}

.alert.alert-warning {
    background-color: #fae71b;
    color: #363636;
}

h1.error {
    color: #455560;
    font-size: 100px;
    line-height: 92px;
    font-weight: 400;
    text-align: right;
}

/************************************************************************************+ LISTS***********************************************************************************/
/* GENERAL */
ul, ol {
    padding: 0;
    margin-bottom: 25px;
    list-style-position: inside;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 20px;
}

dl {
    margin-bottom: 25px;
}

/* CHECK LIST */
.check-list {
    color: #212121;
    font-size: 16px;
    list-style: none;
}

.check-list li {
    margin-bottom: 7px;
}

.check-list li: last-child {
    margin-bottom: 0;
}

.check-list li: before {
    position: relative;
    top: 1px;
    margin-right: 20px;
    color: #dcb140;
    font-family: "materia-icons";
    content: "\ea54";
}

/* LEAF LIST */
.leaf-list {
    color: #212121;
    font-size: 16px;
    list-style: none;
}

.leaf-list li {
    margin-bottom: 7px;
}

.leaf-list li: last-child {
    margin-bottom: 0;
}

.leaf-list li: before {
    position: relative;
    top: 1px;
    margin-right: 20px;
    color: #dcb140;
    font-family: "FontAwesome";
    content: "\f06c";
}

/* BULLET LIST */
.bullet-list {
    list-style: none;
}

.bullet-list li {
    margin-bottom: 7px;
}

.bullet-list li: last-child {
    margin-bottom: 0;
}

.bullet-list li: before {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #dcb140;
    content: "";
}

/* LOGOS LIST */
.logos-list {
    margin-bottom: 20px;
    list-style: none;
}

.logos-list li {
    float: left;
    width: 20%;
    height: 45px;
    padding: 0 20px;
    text-align: center;
    background: no-repeat top center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.logos-list li: hover {
    background-position: bottom center;
}

.logos-list: after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

@media (max-width: 767px) {
    .logos-list li {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .logos-list li: last-child {
        margin-bottom: 0;
    }
}

/************************************************************************************+ BUTTONS***********************************************************************************/
.btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 12px 25px !important;
    /* border: none;
    */
    border-radius: 6px !important;
    /* margin-right: 10px;
    */
    /* margin-bottom: 20px;
    */
    font-size: 1.6rem !important;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize !important;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
}

.btn: last-child {
    margin-right: 0;
}

.btn: after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    content: "";
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn: focus, .btn: active {
    outline: 0 !important;
    box-shadow: none;
}

.btn: hover: after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.btn-xs {
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.btn-lg {
    padding: 14px 50px;
    font-size: 14px;
    text-transform: uppercase;
}

.btn i {
    display: inline-block;
    /* font-size: 150%; */
    /* line-height: 1px; */
    /* vertical-align: middle; */
}

/* DEFAULT BUTTON */
.btn-default {
    /* background-color: #dcb140;
    */
    /* color: #fff;
    */
}

.btn-default: after {
    /* background-color: #212121;
    */
}

.btn-default, .btn-default: hover, .btn-default: focus, .btn-default: active, .btn-default: active: focus {
    /* background-color: #dcb140;
    */
    /* color: #fff;
    */
}

.btn-default: hover {
    /* background-color: #212121;
    */
    /* color: #fff;
    */
}

/* WHITE BUTTON */
.btn-white {
    border: 1px solid #dcb140;
    color: #dcb140;
}

.btn-white: after {
    background-color: #dcb140;
}

.btn-white: hover {
    background-color: #dcb140;
    color: #fff;
}

/************************************************************************************+ DIVIDERS***********************************************************************************/
.hr {
    border-top: 1px solid #ebebeb;
    margin: 30px 0;
}

.hr.default-color {
    border-top-color: #dcb140;
}

.hr.black {
    border-top-color: #212121;
}

/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/

.panel {
    background-color: transparent;
    box-shadow: none;
}

.panel-heading {
    padding: 18px;
    border: none;
    border-radius: 0;
    background-color: #F3F3F3 !important;
}

.panel-title a,
.panel-title a:focus {
    position: relative;
    display: block;
    height: 65px;
    padding: 18px 45px 18px 20px;
    /* margin-bottom: 10px; */
    background-color: #f8f8f8;
    color: #222;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.panel-title a img {
    position: absolute;
    top: 0;
    left: 0;
}

.panel-title a i {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: #838383;
    color: #fff;
    font-size: 32px;
    text-align: center;
}

.panel-title a i + span,
.panel-title a img + span {
    padding-left: 65px;
}

.panel-title a:before {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "+";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.panel-title a:hover,
.panel-title a[aria-expanded="true"] {
    background-color: #0FB2A5 !important;
    color: #fff;
}

.panel-title a[aria-expanded="true"]:before {
    content: "-";
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 25px 30px;
    border: none;
}

.panel-body > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .panel-title a,
    .panel-title a:focus {
        height: auto;
        padding-left: 20px;
    }

    .panel-title a i,
    .panel-title a img {
        display: none;
    }

    .panel-title a i + span,
    .panel-title a img + span {
        padding-left: 0;
    }
}

/************************************************************************************+ TABS***********************************************************************************/
/* HORIZONTAL TABS */
.nav-tabs {
    border-bottom: none;
}

.nav-tabs {
    background: rgb(56, 56, 56) !important;
}

.nav-tabs > li {
    margin-bottom: 0;
    margin-right: 0;
}

.nav-tabs > li: last-child {
    margin-right: 0;
}

.nav-tabs > li > a {
    padding: 12px 20px;
    border: none;
    border-radius: 0;
    background-color: #f8f8f8;
    color: #212121;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-tabs > li > a: focus {
    border-color: transparent;
    background-color: transparent;
}

.nav-tabs > li > a: hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a: hover, .nav-tabs > li.active > a: focus {
    border: none;
    background-color: #337ab7;
    color: #fff;
}

.tab-content {
    margin: 0px 0;
}

.tab-content .pie-chart-container {
    margin-bottom: 0;
}

.tab-content .headline {
    margin-bottom: 50px;
}

.tab-content .tab-pane > *: last-child {
    /*margin-bottom: 0;
    */
}

.tab-content: after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* VERTICAL TABS */
.vertical-tabs {
    margin-bottom: 50px;
}

.vertical-tabs .nav-tabs {
    float: left;
}

.vertical-tabs .nav-tabs li {
    float: none;
    margin-left: 0;
}

/* VERTICAL TABS STYLE 1 */
.vertical-tabs.style-1 .nav-tabs {
    width: 370px;
    border-right: 1px solid #ebebeb;
}

.vertical-tabs.style-1 .nav-tabs > li > a {
    padding: 20px 30px;
    border-bottom: 1px solid #ebebeb;
    margin-right: 0;
    background-color: transparent;
    color: #838383;
    font-weight: 700;
    text-transform: uppercase;
}

.vertical-tabs.style-1 .nav-tabs > li: last-child > a {
    border-bottom: none;
}

.vertical-tabs.style-1 .nav-tabs > li > a i {
    position: relative;
    top: -4px;
    float: left;
    margin-right: 25px;
    font-size: 28px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.vertical-tabs.style-1 .nav-tabs > li: first-child > a {
    border-top: none;
}

.vertical-tabs.style-1 .nav-tabs > li > a: hover, .vertical-tabs.style-1 .nav-tabs > li.active > a {
    color: #212121;
}

.vertical-tabs.style-1 .nav-tabs > li.active > a {
    font-size: 16px;
}

.vertical-tabs.style-1 .nav-tabs > li > a: hover i, .vertical-tabs.style-1 .nav-tabs > li.active > a i {
    color: #dcb140;
}

.vertical-tabs.style-1 .nav-tabs > li.active > a i {
    font-size: 32px;
}

.vertical-tabs.style-1 .tab-content {
    margin-left: 370px;
    padding-left: 100px;
}

/* VERTICAL TABS style-2 */
.vertical-tabs.style-2 .nav-tabs {
    width: 370px;
}

.vertical-tabs.style-2 .nav-tabs > li > a {
    padding: 15px 20px;
    margin-right: 0;
    margin-bottom: 5px;
    background-color: #f8f8f8;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
}

.vertical-tabs.style-2.rounded .nav-tabs > li > a {
    border-radius: 5px;
}

.vertical-tabs.style-2 .nav-tabs > li: last-child > a {
    margin-bottom: 0;
}

.vertical-tabs.style-2 .nav-tabs > li > a i {
    position: relative;
    top: -4px;
    float: left;
    margin-right: 20px;
    font-size: 28px;
}

.vertical-tabs.style-2 .nav-tabs > li: first-child > a {
    border-top: none;
}

.vertical-tabs.style-2 .nav-tabs > li > a: hover, .vertical-tabs.style-2 .nav-tabs > li.active > a {
    background-color: #dcb140;
    color: #fff;
}

.vertical-tabs.style-2 .tab-content {
    padding-left: 30px;
    margin-top: 0;
    margin-left: 370px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .vertical-tabs.style-1 .nav-tabs {
        width: 270px;
    }

    .vertical-tabs.style-1 .tab-content {
        margin-left: 300px;
        padding-left: 0;
    }

    .vertical-tabs.style-2 .nav-tabs {
        width: 270px;
    }

    .vertical-tabs.style-2 .tab-content {
        margin-left: 290px;
        padding-left: 0;
    }
}

.dropzone-section {
    height: 250px;
    /* width: 600px; */
}

@media (max-width: 767px) {
    .nav-tabs > li {
        float: none;
        margin-right: 0;
        margin-bottom: 1px;
    }

    .nav-tabs > li: last-child {
        margin-bottom: 0;
    }

    .vertical-tabs.style-1 .nav-tabs {
        width: 100%;
        border: 1px solid #ebebeb;
        margin-bottom: 30px;
    }

    .vertical-tabs.style-1 .tab-content {
        margin-left: 0;
        padding-left: 0;
    }

    .vertical-tabs.style-2 .nav-tabs {
        float: none;
        width: 100%;
    }

    .vertical-tabs.style-2 .tab-content {
        margin-left: 0;
        padding-left: 0;
    }
}

.table-borderless td {
    border: none !important;
}

.position-left {
    margin-right: 7px;
}

.position-right {
    margin-left: 7px;
}

.no-border {
    border: none;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.p-40 {
    padding: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-30 {
    margin-top: 30px;
}

.m-30 {
    margin: 30px 0px;
    margin-bottom: 30px !important;
}

.mlt-30 {
    padding: 15px 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-70 {
    margin-top: 70px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-8 {
    padding-top: 8px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}

.p-20 {
    padding: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-5 {
    padding-right: 5px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;

}
.py-50 {
    padding: 50px 0;

}
.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-17 {
    font-size: 17px;
}

.lh-18 {
    line-height: 18px;
}

.text-bold {
    color: #212121;
    font-weight: bold!important;
}

.full-width {
    width: 100%;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline-block;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid #ddd;
}

.bg-grey02 {
    background: #fafafa;
}

.bg-white01 {
    background: #fff;
}

.bs-01 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#dob-day, #dob-day2, #step-director [name="dob-day"], #step-shareholder [name="dob-day"], #corp-date-inc-day {
    width: 27%;
    display: inline;
}

#dob-month, #dob-month2, #step-director [name="dob-month"], #step-shareholder [name="dob-month"], #corp-date-inc-month {
    width: 40%;
    display: inline;
}

#dob-year, #dob-year2, #step-director [name="dob-year"], #step-shareholder [name="dob-year"], #corp-date-inc-year {
    width: 30%;
    display: inline;
}

#open-demo-form label {
    line-height: 50px;
}

.loader-img img {
    width: 220px;
}

.position-left {
    margin-right: 7px;
}

.content-group {
    margin-bottom: 20px !important;
}

.bg-gold {
    background-color: #dcb140 !important;
}

.text-gold {
    color: #dcb140;
}

.bg-platinum {
    background-color: #7f7679 !important;
}

.text-platinum {
    color: #7f7679;
}

.bg-diamond {
    background-color: #1fd6ff !important;
}

.text-diamond {
    color: #1fd6ff;
}

#conditions .modal-body {
    max-height: 400px;
    overflow-y: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 130px auto;
    }
}

.intl-tel-input {
    width: 100%;
}

.form-error {
    display: none;
}

.form-error-outline {
    border-color: #dcb140;
}

#open-live-form label.double-line {
    padding: 0px 10px;
}

.g-recaptcha > div {
    margin: auto;
}

#sidebar-live-acc li.accbox, #sidebar-demo-acc li.accbox {
    vertical-align: middle;
    /* background: #f1f5f5;
    */
    /* background: -webkit-linear-gradient(top,#fff 0,#f9f9f9 100%);
    */
    /* background: linear-gradient(#fff 0,#f9f9f9 100%);
    */
    /* border-bottom: 1px solid #5e6c77; */
    /* border-radius: 3px;
    */
    padding-bottom: 10px;
    min-height: 30px;
    margin-bottom: 5px;
    color: #555555;
}

#sidebar-demo-acc li.accbox a {
    color: #ffffff !important;
}

#sidebar-live-acc li.accbox a {
    color: #ffffff !important;
}

.accbox {
    cursor: pointer;
}

.accbox:hover a {
    text-decoration: underline;
}

#sidebar-live-acc li .badge, #sidebar-demo-acc li .badge {
    font-size: 12px;
    margin-top: 10px;
    margin-right: 5px;
    font-weight: 600;
    background-color: #ffffff;
    color: #121212;
}
[data-css-mode="light"] #sidebar-live-acc li .badge,[data-css-mode="light"] #sidebar-demo-acc li .badge {
    font-size: 12px;
    margin-top: 10px;
    margin-right: 5px;
    font-weight: 600;
    background-color: #121212;
    color: #ffffff;
}
.text-accbox-leverage {
    margin-top: 10px;
    color:#fff;
}
[data-css-mode="light"] .text-accbox-leverage {
    margin-top: 10px;
    color:#121212;
}
[data-css-mode="light"] #sidebar-demo-acc li.accbox a {
    color: #121212 !important;
}

[data-css-mode="light"] #sidebar-live-acc li.accbox a {
    color: #121212 !important;
}

#sidebar-live-acc2 li.accbox, #sidebar-demo-acc2 li.accbox {
    vertical-align: middle;
    background: #ffffff;
    /* background: -webkit-linear-gradient(top,#fff 0,#f9f9f9 100%);
    */
    /* background: linear-gradient(#4e4e4e 0,#4e4e4e 100%);
    */
    /* border: 1px solid #eee;
    */
    /* border-radius: 3px;
    */
    padding: 5px 10px;
    min-height: 30px;
    margin-bottom: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    color: #333;
}

#sidebar-live-acc2 li .badge, #sidebar-demo-acc2 li .badge {
    font-size: 10px;
    margin-right: 5px;
    font-weight: 500;
}

.wallet-balance-box, .pamm-wallet-balance-box {
    vertical-align: middle;
    background: #003144;
    /* background: -webkit-linear-gradient(top,#fff 0,#f9f9f9 100%);
    */
    /* background: linear-gradient(#fff 0,#f9f9f9 100%);
    */
    border: 1px solid #FFF;
    padding: 5px;
    min-height: 35px;
    margin-bottom: 5px;
    box-shadow: none;
    font-weight: bold;
}

.alert.alert-styled-left[class*="bg-"], .ui-pnotify.alert-styled-left[class*="bg-"] > .alert {
    border-left-color: rgba(0, 0, 0, 0.15) !important;
}

.alert.alert-styled-left, .ui-pnotify.alert-styled-left > .alert {
    border-left-width: 44px;
}

.alert[class*="alert-styled-"].alert-warning: after, .ui-pnotify[class*="alert-styled-"] > .alert.alert-warning: after, .alert[class*="alert-styled-"][class*="bg-warning"]: after, .ui-pnotify[class*="alert-styled-"] > .alert[class*="bg-warning"]: after {
    content: "\f071";
}

.alert[class*="alert-styled-"]: after, .ui-pnotify[class*="alert-styled-"] > .alert: after {
    content: "\e9a2";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    width: 44px;
    left: -44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: #808080scale;
}

.bg-warning {
    background-color: #ff5722 !important;
    border-color: #ff5722 !important;
    color: #fff !important;
}

#PLE-upload, #POA-upload {
    display: none;
}

.dropzone.dz-clickable {
    min-height: 60px;
    border: 2px dashed #01a2b2;
    border-radius: 3px;
    vertical-align: middle;
    margin: 5px;
    padding: 5px;
    background: #FFF;
}

.dropzone i {
    font-size: 50px;
}

#validation-warning, #approved-warning {
    border-bottom: none;
    color: #555555 !important;
}

#client-approved, #client-pending {
    display: none;
    color: #fff;
}

div.dataTables_filter input {
    border-radius: 25px;
    height: 34px;
    padding-right: 38px;
    padding-left: 37px;
}

div.dataTables_filter label {
    position: relative;
}

div.dataTables_filter label: after {
    font-family: "Glyphicons Halflings";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: #808080scale;
    content: "\e98e";
    /* margin-left: -30px;
    */
    /* padding-right: 20px;
    */
    color: #d7d7d7;
    top: 10px;
    position: absolute;
    content: "\e003";
    left: 20px;
}

#account-details {
    min-height: 450px;
}

.dropdown-menu {
    /*min-width: 100%;
    */
    border-radius: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #dadada;
    margin: 0px;
    background-color: rgb(255, 255, 255);
}

.dropdown-menu > li > a {
    padding: 7px 20px;
}

@media (max-width: 767px) {
    .mb-md-40 {
        margin-bottom: 40px;
    }

    .btn {
        padding: 10px 15px !important;
    }

    #right-side {
        width: 100% !important;
    }

    .alert {
        padding: 10px !important;
        font-size: 12px !important;
    }

    .no-padding-xs {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }

    .h-divider {
        margin: 20px -20px !important;
    }

    #account-details-tabs li {
        width: 18%;
        float: left;
    }

    #account-details-tabs li i {
        margin: 0px !important;
    }

    .p-15-xs {
        padding: 0px 15px;
    }

    .no-margin-xs {
        margin: 0 !important;
    }

    .border-bottom-xs {
        border-bottom: 1px solid #ddd;
    }

    .main-wrapper {
        padding-bottom: 0px;
    }

    #aff_time_period {
        font-size: 12px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 6px 6px;
    }

    .navbar-default .navbar-toggle {
        padding-top: 10px;
    }

    .panel-white {
        border-radius: 0px;
        margin-bottom: 0px;
        border-bottom: 1px solid #ddd;
    }

    #main-tab-content > .tab-pane {
        padding: 15px !important;
    }

    .alert h3 {
        font-size: 18px;
        line-height: 28px;
    }

    footer {
        text-align: center;
    }

    .text-center-xs {
        text-align: center !important;
    }

    .parallelogram {
        color: #fff;
        position: relative;
        display: inline-block;
        padding: 10px 16px !important;
        z-index: 999;
        width: 89%;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .parallelogram h3 {
        font-size: 18px;
    }

    span.round-tabs {
        width: 40px !important;
        height: 40px !important;
        line-height: 35px !important;
        box-shadow: none !important;
        font-size: 17px !important;
        border: 3px solid #555 !important;
    }

    .step-completed .round-tabs {
        border: 3px solid #0FB2A5 !important;
        box-shadow: none;
    }

    #reg-tabs.nav-tabs > li.active > a span.round-tabs {
        border: 3px solid #0FB2A5 !important;
        box-shadow: none;
    }

    #reg-tabs.nav-tabs > li {
        width: 20%;
        float: left !important;
    }

    .liner {
        top: 18px !important;
    }
}

#navbar-mobile {
    background-color: #fff;
}

#navbar-mobile .navbar-toggle {
    background-color: #fff;
    border: none;
}
.lang-mobile-container {
    margin-left: auto;
    margin-right: auto;
}
#main-tabs-mobile,#lang-tabs-mobile {
    /* width: 100%;
    */
    position: absolute;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.97);
    width: 100%;
    top: 51px;
    box-shadow: 0px 1px 2px rgba(86, 96, 117, 0.4);
    overflow: hidden;
}

#deposit-funds > .nav-pills > li, #withdraw-funds > .nav-pills > li {
    height: 60px;
}

#deposit-funds > .nav-pills > li > a, #withdraw-funds > .nav-pills > li > a {
    background: transparent;
    border: 1px solid transparent;
    height: 100%;
    vertical-align: middle;
    line-height: 40px;
}

#deposit-funds > .nav-pills > li.active > a, #withdraw-funds > .nav-pills > li.active > a {
    background: transparent;
    border: 1px solid #ddd;
    opacity: 1;
}

.tools-iframe {
    width: 100%;
    min-height: 900px;
    border: none;
}

#deposit-wire .table > tbody > tr > td, #deposit-wire .table > tbody > tr > th, #deposit-wire .table > tfoot > tr > td, #deposit-wire .table > tfoot > tr > th, #deposit-wire .table > thead > tr > td, #deposit-wire .table > thead > tr > th {
    border: 1px solid #ddd;
}

.bg-gray {
    background-color: #d7d7d7;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td: first-child: before, table.dataTable.dtr-inline.collapsed > tbody > tr > th: first-child: before {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: #808080scale;
    background-color: transparent;
    color: #3f3f3f;
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td: first-child: before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th: first-child: before {
    content: "\f077";
    background-color: transparent;
}

#main-tabs-mobile a,#lang-tabs-mobile a {
    border-bottom: 1px solid #ddd;
    color: #333;
    padding: 15px;
    display: block;
}

#main-tabs-mobile a i,#lang-tabs-mobile a i {
    width: 20px;
}

#main-tabs-mobile .open-live-btn {
    background-color: #455560;
    color: #fff;
}

#main-tabs-mobile .open-demo-btn {
    background-color: #95989a;
    color: #fff;
}

#account-details-tabs li {
    text-align: center;
}

#account-details-tabs li a {
    padding: 10px 5px;
}

.text-left {
    text-align: left;
}

.avatar {
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 8px 0 0;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.panel {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

#left-side {
    background-color: #FFF;
    color: #555555;
    width: 260px;
}

#right-side {
    width: calc(100% - 260px);
}

#prices-sidebar {
    border: none;
    min-height: 800px;
    width: 100%;
}

.flex {
    display: flex;
}

#left-menu {
    list-style: none;
    color: #FFF;
    margin: auto -20px;
}

#left-menu li {
    padding: 5px 0;
}
#left-menu .left-menu-text-container {
    margin-left:4px;
}
.left-menu-icon {
    margin-right: 10px;
    width: 20px;
    display: inline-block;
}

#left-side li a:hover {
    background-color: #FFF;

    /* text-decoration: underline; */
    color: #f40101;
}
#left-side li a:hover .red-menu-span {
    color: #212121;
    /* text-decoration: underline; */
}

#left-menu li a:hover h5 {
    color: #ddd;
}

.reset-pass-form .btn {
    padding: 7px !important;
}

#left-menu a {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    padding: 7px;
}
.insight-pro-angle {
    font-size: 26px;
    padding-left: 8px
}
#left-menu h5 {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: bold;
    color: #FFF;
    line-height: 17px;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.left-side-section {
    padding: 10px 20px;
    /* border-bottom: 1px solid #0FB2A5; */
    /* border-top: 1px solid #7C878F; */
}
.left-side-acc-section {
    padding: 10px 13px;
    /* border-bottom: 1px solid #0FB2A5; */
    /* border-top: 1px solid #7C878F; */
}
.left-side-btn-section {
    padding: 10px 9px 10px 7px;
}
.loader {
    position: relative;
    margin: 0 auto;
    width: 80px;
    margin-top: 20px;
}

.loader: before {
    content: "";
    display: block;
    padding-top: 100%;
}

.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #ffc800;
    }
    40% {
        stroke: #000;
    }
    66% {
        stroke: #ffc800;
    }

    80%, 90% {
        stroke: #000;
    }
}

.login-box {
    max-width: 500px;
    margin: auto;
    background-color: #000;
    color: #FFF;
}

.login-box a {
    color: #0FB2A5 !important;
}

.text-danger {
    color: #F40000 !important;
}

.btn.btn-raised.btn-navy {
    background-color: #043E55 !important;
    color: rgba(255, 255, 255, 0.84);
}

#footer-warning {
    background-color: #0FB2A5;
    color: #FFF;
}

#main-tab-content .tab-pane {
    min-height: 500px;
}

.container-fluid {
    max-width: 1500px;
}

.text-white, .text-white: hover, .text-white: active, .text-white: focus {
    color: #fff !important;
}

#transfer-success, #transfer-err {
    margin: auto;
    float: initial;
}

#transfer-success {
    background-color: rgba(89, 181, 108, 0.17);
    margin-bottom: 40px;
}

.section-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    height: 59px;
}

.section-header span {
    padding: 20px 20px;
}

#main-tab-content > .tab-pane {
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#trading-tools label {
    display: block;
}

.text-lightblue {
    color: #57d9f1;
}

.btn-light {
    background-color: rgba(124, 124, 124, 0.52) !important;
    color: #fff !important;
}

.btn-light > b {
    background-color: rgba(54, 54, 54, 0.64);
}

.btn-light: hover {
    background-color: #7e7e7e !important;
}

.trading-hours-local-time, .trading-hours-status, .trading-hours-countdown {
    float: right;
}

#trading-hours-title {
    text-align: center;
    margin-top: 30px;
}

.trading-hours-market {
    margin-top: 30px;
}

.trading-hours-open {
    background-color: #399946 !important;
    color: #FFFFFF;
}

.trading-hours-closed {
    background-color: #d0021b !important;
    color: #FFFFFF;
}

.trading-hours-heading {
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #455560;
}

#trading-hours-container label {
    /*text-align: center;
    */
    font-family: 'Lato', sans-serif;
    font-size: 17px;
}

.countdown-section {
    display: block;
    float: left;
    font-size: 10px;
    text-align: center;
}

.countdown-amount {
    font-size: 16px;
}

.countdown-period {
    margin: 0 5px;
}

.countdown-descr {
    display: block;
    width: 100%;
}

.border-right {
    border-right: 1px solid #ddd;
}

.result-span {
    width: 100%;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    line-height: 40px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid #d7d7d7;
    max-width: 100%;
    height: 50px !important;
    color: #838383;
    padding: 10px 15px !important;
    border: 1px solid #DDD !important;
    border-radius: 10px !important;
    /* line-height: 50px !important; */
    margin-bottom: 0px !important;
}

.result-span {
    background: none;
    box-shadow: none;
}

input[type="text"]: read-only, .result-span {
    background-color: #fafafa;
}

.no-wrap {
    white-space: nowrap;
}



#account-details .panel {
    /* border-left: 1px solid #ddd !important; */
    /* border-top: 1px solid #ddd !important; */
}

#user-dropdown .caret {
    /* margin-top: 18px; */
    /* margin-left: 10px; */
}

.iconPreview, .transitionIconPreview {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    max-height: 48px;
    /* max-width: 360px; */
    position: absolute;
    width: 100%;
    /* z-index: 2;
    */
}

#calculator-tabs li {
    /* opacity: 0.7; */
}

#calculator-tabs li a {
    background-color: transparent !important;
    color: #4c4c4c;
    font-weight: bold;
}

#calculator-tabs li: hover, #calculator-tabs li.active {
    opacity: 1;
}

#calculator-tabs li.active .lg-title {
    /* border-bottom: 3px solid #455560; */
    padding-bottom: 15px;
    color: #0FB2A5 !important;
}

#calculator-tabs li.active a {
    color: #455560 !important;
}

#account-details-tabs .active > a {
    color: #383838;
    background-color: rgb(244, 244, 244);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.text-lightgray {
    color: #4e4e4e;
}

#dob-day, #dob-day2, #exp-day {
    width: 27%;
    display: inline;
}

#dob-month, #dob-month2, #exp-month {
    width: 40%;
    display: inline;
}

#dob-year, #dob-year2, #exp-year {
    width: 30%;
    display: inline;
}

#open-live-form select {
    padding: 8px 10px;
    height: 40px;
}

.sidebar li {
    padding: 10px 0px !important;
    padding-left: 45px !important;
    border-bottom: 1px solid #e1e1e1 !important;
}

.sidebar li i.fa {
    width: 30px;
    text-align: center;
    float: left;
    position: absolute;
    left: 0;
    top: 14px;
    font-size: 16px;
    color: #cacaca;
}

.btn-label-warning b {
    background: #0e51a7 !important;
    color: #fff !important;
}

.btn-label-navy b {
    background: #455560 !important;
    color: #fff !important;
}

.btn-label-success b {
    background: #59b56c !important;
    color: #f40101 !important;
}

.btn-label-gray b {
    background: #121212 !important;
    color: #fff !important;
}

.btn-label-gray b i {
    color: #f40101;
}

.btn-label-gray.btn-border b i {
    color: #FFFFFF;
}

.btn-label-yellow b {
    color: #ffc800 !important;
}

.first-left {
    padding: 14px 20px;
}

.alert.alert-yellow {
    background-color: #ffc800;
    color: rgba(255, 255, 255, 0.84);
}

.alert-et {
    background: #efefef !important;
    color: #000 !important;
    border: 1px solid #ddd !important;
}

.left-side-section .btn {
    /* background-color: #2b2b2b; */
    /* color: #fff !important; */
    font-size: 16px !important;
}

.disabled {
    cursor: not-allowed !important;
}

.world-bg {
    background: url(../images/login-bg.png);
    background-size: cover;
    background-color: #e0e5e9;
}

.StatisticsHover {
    cursor: default;
    border-bottom: solid 1px;
    border-bottom-style: dashed;
    color: #573f3f;
}

.StatisticsHover: hover {
    text-decoration: none;
}

#success-reg > div {
    min-height: 500px;
}

.pt-150 {
    padding-top: 150px;
}

.tooltip-inner {
    min-width: 350px;
    max-width: 250px;
    padding: 10px;
    text-align: center;
}

#home .tooltip-inner {
    min-width: 250px;
}

footer .text-info {
    color: rgb(172, 188, 203) !important;
}

@media (max-width: 767px) {
    .modal-wide, .modal-extra-wide, .modal-medium {
        width: 95%;
    }
}

@media (min-width: 768px) {
    .modal-wide, .modal-extra-wide, .modal-medium {
        width: 95%;
    }
}

@media (min-width: 992px) {
    .modal-wide, .modal-extra-wide {
        width: 95%;
    }

    .modal-medium {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .modal-wide {
        width: 90%;
    }

    .modal-extra-wide {
        width: 95%;
    }

    .modal-medium {
        width: 70%;
        margin: 50px auto;
    }
}

@media (min-width: 1600px) {
    .modal-wide {
        width: 80%;
    }

    .modal-extra-wide {
        width: 95%;
    }

    .modal-medium {
        width: 60%;
        margin: 50px auto;
    }
}

#conditions .modal-header {
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
}

#conditions .modal-footer {
    border-top: 1px solid #ddd;
}

#conditions .modal-body {
    min-height: 600px;
}

.form-group.checkbox label {
    padding-left: 30px !important;
}

.checkbox .checkbox-material, label.checkbox-inline .checkbox-material {
    left: 13px;
    position: absolute !important;
}

.input-group-addon {
    padding: 3px 19px 9px 0px;
}

.opacity1 {
    opacity: 1 !important;
    position: relative !important;
}

.nav-tabs > li > a: hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a: hover, .nav-tabs > li.active > a: focus {
    border: none;
    background-color: rgba(0, 0, 0, 0.12) !important;
    color: #fff;
}

@media (max-width: 767px) {
    .mob-ver {
        margin: 0px 0 40px 0 !important;
    }
}

/* ------------------------------------------------------------------------------** # Daterange picker** Date range picker component for Bootstrap** Version: 1.1* Latest update: Oct 20, 2015** ---------------------------------------------------------------------------- */
.daterangepicker {
    position: absolute;
    left: 0;
    margin-top: 5px;
    width: auto;
    padding: 0;
}

.daterangepicker.dropdown-menu {
    max-width: none;
    background-color: transparent;
    border: 0;
    z-index: 100000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.daterangepicker.dropup {
    margin-top: -5px;
}

.daterangepicker .ranges, .daterangepicker .calendar {
    float: left;
}

.daterangepicker.opensleft .calendars {
    float: left;
}

.daterangepicker.opensright .calendars {
    float: right;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none;
    margin-left: 0;
    margin-right: 0;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar {
    display: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 5px;
    padding: 10px;
}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker table tbody th, .daterangepicker table tbody td {
    cursor: pointer;
}

.daterangepicker th, .daterangepicker td {
    white-space: nowrap;
    text-align: center;
}

.daterangepicker th.week, .daterangepicker td.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker th {
    color: #999999;
    font-weight: normal;
    font-size: 12px;
    min-width: 36px;
}

.daterangepicker th > i {
    top: 0;
    color: #888;
}

.daterangepicker th.prev, .daterangepicker th.next {
    cursor: pointer;
}

.daterangepicker th.available: hover > i, .daterangepicker th.available: focus > i {
    color: #333333;
}

.daterangepicker td.available: hover, .daterangepicker td.available: focus {
    background-color: #f5f5f5;
}

.daterangepicker td.off, .daterangepicker td.disabled {
    color: #ccc;
}

.daterangepicker td.disabled {
    cursor: not-allowed;
}

.daterangepicker td.in-range {
    background-color: #f5f5f5;
}

.daterangepicker td.active, .daterangepicker td.active: hover, .daterangepicker td.active: focus {
    background-color: #26a69a;
    color: #fff;
    border-radius: 2px;
}

.daterangepicker .table-condensed tr > th, .daterangepicker .table-condensed tr > td {
    padding: 10px;
    line-height: 1;
}

.daterangepicker .table-condensed .month {
    font-size: 15px;
    line-height: 1;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
}

.daterangepicker select {
    display: inline-block;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.daterangepicker .daterangepicker_input {
    position: relative;
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    right: 11px;
    top: auto;
    bottom: 10px;
    color: #999999;
}

.daterangepicker .daterangepicker_input input {
    padding-left: 11px;
    padding-right: 34px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 12px 0;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.ranges {
    background-color: #fff;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 200px;
    margin-top: 5px;
}

.opensright .ranges {
    margin-left: 0;
}

.opensleft .ranges {
    margin-right: 0;
}

.ranges ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.ranges ul + .daterangepicker-inputs {
    border-top: 1px solid #e5e5e5;
}

.ranges ul li {
    color: #333333;
    padding: 8px 12px;
    cursor: pointer;
    margin-top: 1px;
}

.ranges ul li: first-child {
    margin-top: 0;
}

.ranges ul li: hover, .ranges ul li: focus {
    background-color: #f5f5f5;
}

.ranges ul li.active {
    color: #fff;
    background-color: #59b56c;
}

.ranges .daterangepicker-inputs {
    padding: 12px;
    padding-top: 17px;
}

.ranges.daterangepicker-inputs.daterangepicker_input + .daterangepicker_input {
    margin-top: 17px;
}

.ranges .daterangepicker-inputs .daterangepicker_input > span {
    display: block;
    font-size: 12px;
    margin-bottom: 7px;
    color: #999999;
}

.ranges .daterangepicker-inputs + .range_inputs {
    border-top: 1px solid #e5e5e5;
}

.ranges .range_inputs {
    padding: 12px;
}

.ranges .range_inputs .btn {
    display: block;
    width: 100%;
}

.ranges .range_inputs .btn + .btn {
    margin-top: 12px;
}

@media (min-width: 769px) {
    .ranges {
        margin: 5px;
    }
}

.daterange-custom {
    cursor: pointer;
}

.daterange-custom: after {
    content: "";
    display: table;
    clear: both;
}

.daterange-custom .label, .daterange-custom .badge {
    margin: 4px 0 0 7px;
    vertical-align: top;
}

.daterange-custom .label-icon {
    margin-top: 0;
    margin-right: 5px;
}

.daterange-custom-display {
    display: inline-block;
    position: relative;
    padding-left: 21px;
    line-height: 1;
}

.daterange-custom-display: after {
    content: "\e9c9";
    font-family: "icomoon";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: #808080scale;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.daterange-custom.is-opened .daterange-custom-display: after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.daterange-custom-display > i {
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.015em;
}

.daterange-custom-display b {
    display: inline-block;
    margin-left: 4px;
    font-weight: 400;
}

.daterange-custom-display b > i {
    font-size: 11px;
    display: block;
    line-height: 12px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
}

.daterange-custom-display em {
    line-height: 30px;
    vertical-align: top;
    margin: 0 4px;
}

@media (max-width: 769px) {
    .opensleft, .opensright {
        left: 0 !important;
        right: 0;
    }

    .opensleft .calendars, .opensright .calendars {
        float: none;
    }

    .daterangepicker.opensleft .ranges, .daterangepicker.opensright .ranges, .daterangepicker.opensleft .calendar, .daterangepicker.opensright .calendar, .daterangepicker.opensleft .calendars, .daterangepicker.opensright .calendars {
        float: none;
    }

    .daterangepicker {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .daterangepicker .calendar {
        margin-left: 0;
        margin-right: 0;
    }

    .daterangepicker .ranges {
        width: 100%;
    }
}

#sidebar-live-acc li .badge.badge-archived, #sidebar-demo-acc li .badge.badge-archived {
    margin-right: 0px;
    margin-top: 6px;
}

#trading-tools .error-message {
    color: #e30613;
}

.langselect > li > a: focus, .langselect > li > a: hover {
    text-decoration: none;
    background-color: #0000;
}

.langselect .open > a, .langselect .open > a: focus, .langselect .open > a: hover {
    background-color: #000;
    border-color: #000000;
}

#imgborder {
    border: 1px solid #ddd;
}

.mr-10 {
    margin-right: 10px;
}

.btn-blue-np {
    background-color: #087dbc !important;
    color: #fff !important;
}

.text-black {
    color: #555555;
}

.nav .open > a, .nav .open > a: focus, .nav .open > a: hover {
    background-color: #fff !important;
    border-color: #337ab7;
}

#dep-with-btn a {
    color: #fff !important;
}

.header-fix {
    /* width: 100%; */
}

@media (max-width: 767px) {
    .flex {
        display: block !important;
    }

    .header-fix {
        width: unset;
        margin-left: -15px;
    }
}

#deposit-wire .nav > li.active > a: focus, #deposit-wire.nav > li.active > a: hover {
    background-color: #4598e0 !important;
    border-color: #337ab7 !important;
}

#deposit-wire.nav.active > li > a {
    background-color: #4598e0 !important;
    border-color: #337ab7 !important;
}

.main-refresh {
    padding-top: 5px;
}

/************************************************************************************+ PASSWORD VALIDATION***********************************************************************************/
/*==========================show password style============================*/
.showpassword {
    background: transparent;
}

/*==========================requirements style============================*/
.incorrectMsg {
    display: none;
    color: #fa3429;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
}

.incorrectCre {
    display: none;
    color: #fa3429;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 1.5rem;
    text-align: center;
}

.incoregcre {
    display: none;
    border-radius: 3px;
    position: relative;
    text-align: center;
    padding: 15px;
    background-color: rgba(237, 28, 36, 0.73);
    text-transform: capitalize;
}

.incoregpas {
    display: none;
    border-radius: 3px;
    position: relative;
    text-align: center;
    padding: 15px;
    background-color: rgba(237, 28, 36, 0.73);
    text-transform: capitalize;
}

.invalid {
    color: #F40000;
    transition: all 0.1s ease-in;
}

.invalid: before {
    content: "";
    padding-right: 15px;
}

.invalid .fa-check-circle {
    display: none;
}

.invalidPass {
    background: rgba(192, 57, 43, 0.85);
}

.valid {
    color: #0FB2A5;
    transition: all 0.2s ease-in;
    animation-name: grow;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
}

.valid .fa-times-circle {
    display: none;
}

.valid strong {

}

.valid: : before {
    content: "\2713 ";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: #808080scale;
    left: -5px;
    position: relative;
    font-weight: 800;
    animation-name: grow;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    -moz-transition: -moz-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    -ms-transition: -ms-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    -o-transition: -o-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-backface-visibility: hidden;
}

.password_info ul {
    margin: 0 auto;
    width: 250px;
}

.password_info li {
    padding: 5px;
    text-align: left;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-backface-visibility: visible;
    transition: all 0.2s ease-in;
}

/*==========================requirements logic============================*/
.password_info {
    display: none;
    padding: 10px 5px;
    /* margin-top: 5px;
    */
    /* text-align: left;
    */
    font-family: helvetica, arial, sans-serif;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #000;
    text-align: center;
    /* margin: 1em auto;
    */
    z-index: 2;
    width: 100%;
    /*display: none;
    padding: 10px 5px;
    margin-top: 5px;
    text-align: left;
    font-family: helvetica, arial, sans-serif;
    position: relative;
    text-align: center;
    margin: 1em auto;
    width: 400px;
    //transition: all .2s ease-in;
    height: 0;
    max-height: 300px;
    max-width: 400px;
    opacity: 0;
    text-align: left;
    transition: all 1s linear;
    overflow: hidden;
    font-family: helvetica, arial, sans-serif;
    position: relative;
    */
}

/*.pass_show {
	height: 30vh !important;
	opacity: 1 !important;
}
*/
.incorrectMsg {
    display: none;
}

.shake {
    animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes grow {
    50% {
        transform: scale(1.1);
    }
}

.password_info_reset {
    display: none;
    padding-left: 2px;
    font-family: helvetica, arial, sans-serif;
    position: absolute;
    background-color: #FFFFFF;
    text-align: center;
    z-index: 2;
}

.password_info_reset ul {
    margin: 0 auto;
    width: 250px;
}

.password_info_reset li {
    padding: 5px;
    text-align: left;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-backface-visibility: visible;
    transition: all 0.2s ease-in;
}

.text-white {
    color: #FFFFFF !important;
}

.change_pass {
    bottom: -30%;
}

.pin-modal {
    border-radius: 15px !important;
}

.pin-modal .form-group {
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.pin-modal .input-group {
    border: 1px solid rgb(234, 236, 239);
    border-radius: 15px;
}

.pin-modal .modal-title {
    text-align: center;
}

.pin-modal .input-group-btn {
    background-color: #EEEEEE;
    border-radius: 0 15px 15px 0;
}

.pin-modal .success-msg {
    padding-top: 2%;
}

.pin-modal .failed-msg {
    padding-top: 2%;
    color: red;
}

.pin-modal .form-group .form-control {
    background-image: none !important;
    padding: 0 0 0 5%;
    margin: 0 !important;
}

.get-pin {
    box-shadow: none !important;
    background-color: unset !important;
    margin: 0 !important;
    padding: 0 !important;
}

.get-pin:hover {
    background-color: unset !important;
}

#pin-code-modal .modal-dialog {
    width: 475px;
}

.black-bg {
    background-color: #000;
}

.btn.btn-raised.btn-success, .input-group-btn .btn.btn-raised.btn-success, .btn.btn-fab.btn-success, .input-group-btn .btn.btn-fab.btn-success, .btn-group-raised .btn.btn-success, .btn-group-raised .input-group-btn .btn.btn-success {
    background-color: #0FB2A5 !important;
    color: rgba(255, 255, 255, 0.84);
}

.btn.btn-raised.btn-danger, .input-group-btn .btn.btn-raised.btn-danger, .btn.btn-fab.btn-danger, .input-group-btn .btn.btn-fab.btn-danger, .btn-group-raised .btn.btn-danger, .btn-group-raised .input-group-btn .btn.btn-danger {
    background-color: #F40000 !important;
    color: rgba(255, 255, 255, 0.84);
}

.btn.btn-raised.btn-success, .input-group-btn .btn.btn-raised.btn-success, .btn.btn-fab.btn-success, .input-group-btn .btn.btn-fab.btn-success, .btn-group-raised .btn.btn-success, .btn-group-raised .input-group-btn .btn.btn-success {
    background-color: #f40101 !important;
    color: rgba(255, 255, 255, 0.84);
}

.alert.alert-navy {
    background-color: #333333 !important;
    color: rgba(255, 255, 255, 0.84);
}

.alert.alert-gray {
    background-color: #999999 !important;
    color: rgba(255, 255, 255, 0.84);
}

.alert.alert-info {
    background-color: #0099DF !important;
    color: rgba(255, 255, 255, 0.84);
}

.alert.alert-success {
    background-color: #0FB2A5 !important;
    color: rgba(255, 255, 255, 0.84);
}

.btn-label-danger > b {
    background-color: #492636 !important;
}

.btn-label-success > b {
    background-color: #121212 !important;
}

.parallelogram {

    color: #fff;

    position: relative;

    display: inline-block;

    padding: 10px 30px;

    z-index: 999;

    width: 89%;
}

.parallelogram:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: skew(-24deg);
    -moz-transform: skew(-9deg);
    -o-transform: skew(-9deg);
    z-index: -1;
    border-radius: 8px;
}

.bg-1:after {
    background-color: #333333;
}

.bg-2:after {
    background-color: #999999;
}

.bg-3:after {
    background-color: #0099DF;
}

.bg-4:after {
    background-color: #0FB2A5;
}

.height-58 {
    min-height: 60px;
}

.p-25 {
    padding: 25px;
}

.p-15 {
    padding: 15px;
}

.p-0 {
    padding: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.mt-20 {
    margin-top: 20px;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: 'Lato', sans-serif !important;
}

#left-side li a:hover {
    text-decoration: none;
}

#faq .faq .panel-heading {
    background-color: transparent;
}

#faq .faq {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#faq .faq .panel-heading {
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 0px;
}

#faq .faq .panel-title a, #faq .faq .panel-title a:focus {
    background-color: transparent;
}

#faq .faq .panel-body {
    border: 1px solid #0FB2A5;
}

.table > thead > tr > th {
    background-color: #F3F3F3 !important;
    padding: 35px 10px !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #F3F3F3;
    padding: 12px 10px !important;
}

.p-40 {
    padding: 40px;
}

.margin-auto {
    margin: auto;
}

.divider {
    position: absolute;
    left: 0%;
    top: 20%;
    bottom: 20%;
    border-left: 2px solid #000;
}

.icons-ul {
    background: #FFF !important;
}

.icons-ul > li > a, .icons-ul > li > a:hover, .icons-ul > li > a:focus {
    color: #555 !important;
}

.icons-ul > li.active > a, .icons-ul > li > a:hover, .icons-ul > li > a:focus {
    color: #0FB2A5 !important;
}

.icons-ul > li > a:focus, .icons-ul > li > a:hover {
    background-color: #FFF;
}

.h-divider {
    background-color: #EEEEEE;
    display: block;
    height: 20px;
    margin: 20px -30px;
}

#header-elements {
    display: flex;
    align-items: flex-start;
    text-align: right;
    justify-content: flex-end;
}

#left-menu a {
    text-decoration: initial;
}

#left-menu a.active {
    background-color: #f40000 !important;
    color: #FFF !important;
}
#left-menu a.active .red-menu-span {
    color: #212121 !important;
}
.label, .badge {
    border-radius: 15px !important;
    padding: 5px 10px !important;
}

.board #reg-tabs.nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    box-sizing: border-box;
    background: transparent !important;
}

#reg-tabs.nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 0px auto;
    margin-bottom: 0;
    box-sizing: border-box;
    background: transparent !important;
}

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    border: 1px dashed #555555;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 35px;
    z-index: 1;
}

#reg-tabs.nav-tabs > li.active > a, #reg-tabs.nav-tabs > li.active > a:hover, #reg-tabs.nav-tabs > li.active > a:focus {
    color: #555555 !important;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

#reg-tabs.nav-tabs > li.active span {
    color: #0fb2a5 !important;
}

span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #FFF;
    z-index: 2;
    /* position: absolute; */
    left: 0;
    text-align: center;
    font-size: 25px;
    margin-bottom: 11px;
    border: 1px solid #555;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #555;
}

span.round-tabs.one {
    color: #555;
    border: 2px solid #555;
}

li.active span.round-tabs.one {
    background: #000 !important;
    border: 2px solid #555555;
    color: #555555;
}

span.round-tabs.two {
    color: #555555;
    border: 2px solid #555555;
}

li.active span.round-tabs.two {
    background: #000 !important;
    border: 2px solid #ddd;
}

span.round-tabs.three {
    color: #555555;
    border: 2px solid #555555;
}

li.active span.round-tabs.three {
    background: #000 !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four {
    color: #555555;
    border: 2px solid #555555;
}

li.active span.round-tabs.four {
    background: #000 !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five {
    color: #555555;
    border: 2px solid #555555;
}

li.active span.round-tabs.five {
    background: #000 !important;
    border: 2px solid #ddd;
    color: #999;
}

#reg-tabs.nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;
    color: #0fb2a5;
    border: 1px solid #0fb2a5;
    box-shadow: 0 0 0 3px rgb(255 255 255), 0 0 0 6px #0fb2a5;
}

#reg-tabs.nav-tabs > li.active > a span.round-tabs i {
    color: #34a1b4 !important;
}

#reg-tabs.nav-tabs > li {
    /* width: 20%; */
}

/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
#reg-tabs.nav-tabs > li a {
    /* width: 70px; */
    /* height: 70px; */
    color: #555 !important;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    pointer-events: none;
    font-weight: bold;
}

#reg-tabs.nav-tabs > li a:hover {
    background: transparent;
}

.mr-10 {
    margin-right: 10px !important;
}

.submit_error {
    display: none;
}

input[type='checkbox'] {
    height: initial !important;
}

.center-header {
    background: #555555;
    color: #FFF;
    padding: 10px 50px;
    text-align: center;
    width: initial;
    display: inline-block;
    margin: auto;
    position: relative;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

#forms-content {
    border-radius: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

#acknowledgements {
    padding: 40px;
    max-height: 250px;
    overflow-y: scroll;
}

.no-border-radius {
    border-radius: 0px !important;
}

.no-border-radius-bottom {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.no-border-radius-top {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.step-completed, .step-completed a, .step-completed i {
    color: #0FB2A5 !important;
}

.step-completed .round-tabs {
    border: 1px solid #0FB2A5;
    box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #0FB2A5;
}

.panel-darkgray {
    background: #555555;
    color: #FFF;
}

.fs-60 {
    font-size: 60px;
}

.btn-border {
    border: 2px solid !important;
}

input[type='radio'] {
    height: initial !important;
    margin-right: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.fs-100 {
    font-size: 100% !important;
}

#quiz-form {
    max-height: 500px;
    overflow-x: scroll;
}

.panel-green-bg {
    background: url(../images/hm-green-bg.jpg);
    background-size: cover;
}

/* Hantec Markets App page */
@media (min-width: 1200px) {
    .row-mobile-app {
        background: url('../images/Mobile-App-Portal-BlackRed Background - 2023.10.11.png');
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center;
    }
}

@media (max-width: 1199px) {
    .row-mobile-app .col-mobile-app-black {
        background-color: #000;
    }

    .row-mobile-app .col-mobile-app-red {
        background-color: #ed2127;
    }
}

.row-mobile-app .col-mobile-app-black ul {
    list-style-type: none;
    padding-left: 20px;
}

.row-mobile-app .col-mobile-app-black ul li:before {
    font-family: 'FontAwesome';
    content: '\f05d';
    margin: 0 5px 0 -15px;
}

.width-auto {
    width: auto !important;
}

.row-mobile-app .col-mobile-app-black ul li {
    margin-bottom: 10px;
}

.mobile-app-red {
    color: #ed2127;
}
.download-red-app{
    color: #ed2127!important;
    font-size:18px;
}
/* End Hantec Markets App page */

.pl-45 {
    padding-left: 45px !important;
}

.multiselect-item.filter {
    padding-left: 20px;
}

.multiselect-container.dropdown-menu {
    z-index: 99999;
    max-height: 400px;
    overflow: scroll;
}
.line-icon {
    background-image: url(../images/line-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.wechat-icon {
    background-image: url(../images/wechatlogo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.whatsapp-icon {
    background-image: url(../images/whatsapp-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.telegram-icon {
    background-image: url(../images/telegram-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.form-group label.control-label {
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

.login-box .form-group.is-focused label, .login-box .form-group.is-focused label.control-label {
    color: #FFF !important;
}

.d-flex-evenly {
    justify-content: space-evenly;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.d-flex-end {
    justify-content: end;
}

.btn-info {
    background: #0FB2A5 !important;
    border-color: #0FB2A5 !important;
    color: #FFF !important;
}

.btn-info.btn-border {
    background: transparent !important;
    color: #267d8b !important;
}

.pt-15 {
    padding-top: 15px;
}

.step-completed .glyphicon:before {
    content: "\e013";
}

.step-completed .round-tabs {
    background: #0FB2A5;
}

.step-completed i {
    color: #FFF !important;
}

.step-completed span {
    color: #0FB2A5 !important;
}

#balances_piechart {
    min-height: 400px;
}
#balances_nochart {
    height: 100%;
    position: relative;
    top: -100px;
}
@media (min-width: 480px) {
#balances_nochart {
    height: 100%;
    position: relative;
    top: -145px;
}
}


#header-contact > * {
    padding: 0px 10px;
}

.text-success {
    color: #0FB2A5 !important;
}

.d-flex {
    display: flex!important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mr-7 {
    margin-right: 7px;
}

.ml-7 {
    margin-left: 7px;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.header-separator {
    height: 40px;
    width: 1px;
    background: #555;
    display: block;
    padding: 0px !important;
    margin: 0 20px;
}

.nav-justified > li {
    display: table-cell;
    width: 1%;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child, table.dataTable.dtr-inline.collapsed tbody th:first-child {
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    color: #3f3f3f;
    box-shadow: none;
}
@media (min-width:480px){
.mh-600 {
    min-height: 544px;
}    
}


.mh-300 {
    min-height: 272px;
}

.br-7 {
    border-right: 7px solid #EEEEEE;
}

.bl-7 {
    border-left: 7px solid #EEEEEE;
}

.bt-7 {
    border-top: 7px solid #EEEEEE;
}

.bb-7 {
    border-bottom: 7px solid #EEEEEE;
}

.center-vertical {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btg-3 {
    border-top: 3px solid #555555;
}
[data-css-mode="dark"] .btg-10 {
    border-top: 10px solid #121212;
}
.btg-10 {
    border-top: 10px solid #EEEEEE;
}
.btn.btn-success.btn-border-icon {
    background: transparent !important;
    border: 2px solid #f40101;
    color: #121212 !important;
}

.btn.btn-success.btn-border-icon b {
    background: #f40000 !important;
}

.btn.btn-success.btn-border-icon b i {
    color: #FFFFFF !important;
}

.btn.btn-raised:not(.btn-link), .input-group-btn .btn.btn-raised:not(.btn-link), .btn-group-raised .btn:not(.btn-link), .btn-group-raised .input-group-btn .btn:not(.btn-link) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#downloads .btn {
    padding: 4px 15px !important;
    white-space: normal;
    line-height: 20px;
}

.dataTables_filter > label:after {
    content: "\f002";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 19px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 12px;
    color: #cbcbcb;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.no-padding-left {
    padding-left: 0px;
}

#downloads btn {
    white-space: normal;
    line-height: 20px;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: center left;
    padding-left: 20px !important;
}

#walletbal-tabs li a i {
    height: 42px;
}

/*DARK MODE*/
[data-css-mode="dark"] {
    background: #121212;
    color: #FFF;
}

[data-css-mode="dark"] .text-black {
    color: #FFF;
}

[data-css-mode="dark"] .dropdown-menu:not(.mobile-dropdown-lang) > li > a {
    padding: 7px 20px;
    color: #fff;
}

[data-css-mode="dark"] .bg-white {
    background-color: #000000;
}

[data-css-mode="dark"] #header-top, [data-css-mode="dark"] #validation-warning, [data-css-mode="dark"] #approved-warning {
    color: #FFF !important;
}

[data-css-mode="dark"] #header-top {
    background-color: #000000;
}

[data-css-mode="dark"] #left-side {
    background-color: #000000;
    color: #ffffff !important;
}


[data-css-mode="dark"] #left-menu a {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

[data-css-mode="dark"] .br-7 {
    border-right: 7px solid #121212;
}

[data-css-mode="dark"] .bl-7 {
    border-left: 7px solid #121212;
}

[data-css-mode="dark"] .bt-7 {
    border-top: 7px solid #121212;
}

[data-css-mode="dark"] .bb-7 {
    border-bottom: 7px solid #121212;
}

[data-css-mode="dark"] h1, [data-css-mode="dark"] h2, [data-css-mode="dark"] h3, [data-css-mode="dark"] h4, [data-css-mode="dark"] h5, [data-css-mode="dark"] h6, [data-css-mode="dark"] .trading-hours-heading, [data-css-mode="dark"] .btn-info.btn-border {
    color: #FFFFFF !important;
}

[data-css-mode="dark"] table > thead > tr > th, [data-css-mode="dark"] table.dataTable tbody tr {
    background-color: initial !important;
}

[data-css-mode="dark"] .table > tbody > tr > td, [data-css-mode="dark"] .table > tbody > tr > th, [data-css-mode="dark"] .table > tfoot > tr > td, [data-css-mode="dark"] .table > tfoot > tr > th, [data-css-mode="dark"].table > thead > tr > td, [data-css-mode="dark"] .table > thead > tr > th {
    border-top: 1px solid #3e3e4c;
}

[data-css-mode="dark"] .h-divider {
    background-color: #121212;
}

[data-css-mode="dark"] .icons-ul {
    background-color: #000000 !important;
}

[data-css-mode="dark"] .icons-ul > li > a, [data-css-mode="dark"] .icons-ul > li > a:hover, [data-css-mode="dark"] .icons-ul > li > a:focus {
    color: #FFFFFF !important;
}

[data-css-mode="dark"] input, [data-css-mode="dark"] select, [data-css-mode="dark"] textarea {
    color: #FFFFFF !important;
    border: 1px solid #666666 !important;
    background: #222222 !important;
}

[data-css-mode="dark"] #footer > div {
    color: #FFFFFF !important;
}

[data-css-mode="dark"] .blockUI.blockOverlay {
    background-color: #222227 !important;
}

[data-css-mode="dark"] .blockUI i {
    color: #FFFFFF !important;
}

[data-css-mode="dark"] .dataTables_wrapper .dataTables_length, [data-css-mode="dark"] .dataTables_wrapper .dataTables_filter, [data-css-mode="dark"] .dataTables_wrapper .dataTables_info, [data-css-mode="dark"] .dataTables_wrapper .dataTables_processing, [data-css-mode="dark"] .dataTables_wrapper .dataTables_paginate {
    color: #FFFFFF;
}

[data-css-mode="dark"] a, [data-css-mode="dark"] a:hover, [data-css-mode="dark"] a:focus {
    color: #FFF;
}

[data-css-mode="dark"] .icons-ul > li.active > a, [data-css-mode="dark"] .icons-ul > li > a:hover, [data-css-mode="dark"] .icons-ul > li > a:focus {
    color: #0FB2A5 !important;
}

[data-css-mode="dark"] .icons-ul > li > a:focus, [data-css-mode="dark"] .icons-ul > li > a:hover {
    background-color: initial;
}

[data-css-mode="dark"] .pagination > li > a, [data-css-mode="dark"] .pagination > li > span {
    background-color: #222227;
    border: 1px solid #4e4e56;
}

[data-css-mode="dark"] .pagination > .disabled > a, [data-css-mode="dark"] .pagination > .disabled > a:focus, [data-css-mode="dark"] .pagination > .disabled > a:hover, [data-css-mode="dark"] .pagination > .disabled > span, [data-css-mode="dark"] .pagination > .disabled > span:focus, [data-css-mode="dark"] .pagination > .disabled > span:hover {
    background-color: #222227;
    border-color: #4e4e56;
}

[data-css-mode="dark"] .iconPreview, [data-css-mode="dark"] .transitionIconPreview {
    filter: brightness(0) invert(1);
}

[data-css-mode="dark"] .dt-button {
    color: #FFF;
}

[data-css-mode="dark"] .btn:not(.btn-raised), [data-css-mode="dark"] .input-group-btn .btn:not(.btn-raised), [data-css-mode="dark"] .btn:not(.btn-raised).btn-default, [data-css-mode="dark"] .input-group-btn .btn:not(.btn-raised).btn-default {
    color: #ffffff;
}

[data-css-mode="dark"] .panel-heading {
    background-color: #171717 !important;
}

[data-css-mode="dark"] .panel {
    border-left: 0px !important;
}

[data-css-mode="dark"] .StatisticsHover {
    color: #FFFFFF;
}

[data-css-mode="dark"] .text-primary {
    color: #0fb2a5;
}

[data-css-mode="dark"] .step-completed .round-tabs {
    box-shadow: 0 0 0 3px #222227, 0 0 0 6px #0FB2A5;
}

[data-css-mode="dark"] .step-completed i {
    color: #222227 !important;
}

[data-css-mode="dark"] .panel-white {
    background-color: #222227 !important;
}

[data-css-mode="dark"] .btn-label-gray b {
    background-color: #FFFFFF !important;
}

[data-css-mode="dark"] .btn-label-success > b {
    background-color: #FFFFFF !important;
}

[data-css-mode="dark"] .btn-label-gray b i {
    color: #F40000 !important;
}

[data-css-mode="dark"] .btn.btn-success.btn-border-icon {
    color: #FFFFFF !important;
}

[data-css-mode="dark"] .btn.btn-success.btn-border-icon b {
    background: #FFFFFF !important;
}

[data-css-mode="dark"] .btn.btn-success.btn-border-icon b i {
    color: #F40000 !important;
}

[data-css-mode="dark"] .dropzone.dz-clickable {
    background: #000;
}

[data-css-mode="dark"] .panel-darkgray {
    background: #222222;
}

[data-css-mode="dark"] .text-bold {
    color: #FFF !important;
}

[data-css-mode="dark"] .result-span {
    color: #FFFFFF !important;
    border: 1px solid #666666 !important;
    background: #222222 !important;
}

[data-css-mode="dark"] .modal-content {
    background-color: #000;
}

[data-css-mode="dark"] .close {
    color: #fff;
    opacity: 1;
}

[data-css-mode="dark"] .bg-gray {
    background-color: #121212;
}

 [data-css-mode="dark"] .dropdown-menu:not(.mobile-dropdown-lang) {
    background-color: #181818;
}

[data-css-mode="dark"] .btn-border.btn-label-gray b i {
    color: #000000 !important;
}

/*END DARK MODE*/


.btn-label-gray.btn-raised.btn-success {
    background-color: #0FB2A5 !important;
}

.numbered-list-pamm {
    list-style: none;
    padding-top: 2rem;
    padding-left: 0;
    counter-reset: li;
    margin: 0;
}

.numbered-list-pamm li {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 12px;
    counter-increment: li; /* Increment the counter for each <li> */
}

.numbered-list-pamm li::before {
    content: counter(li);
    background-color: #212121;
    color: white;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    margin-right: 1rem;
    font-family: 'Lato', sans-serif !important;
}

.pamm-title-started {
    color: #212121;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 1rem;
}

.cta-pamm-container {
    padding-top: 1rem;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

.btn-join-pamm {
    margin-right: auto !important;
}

.cta-pamm-container a {
    justify-content: center;
    width: 48%;
}

.cta-pamm-container .cta_login_text {
    margin-left: 8px;
}

.box-container h5 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.box-container p {
    font-size: 16px;
    font-weight: 400;
}

.hero-info-column p {
    font-size: 16px;
    font-weight: 400;
}
.hero-info-column card {
    border-radius: 6px;
    }

.request-manager-container .title-white {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
}

[data-css-mode="light"] .request-manager-container .title-white {
    color: #212121;
}

.request-manager-container p {
    font-size: 16px;
}

.pamm-investor-list {
    list-style-position: unset;
    margin-left: 2.5rem;
}

.pamm-investor-list li {
    font-size: 16px;
    margin: 2rem 0;
}

[data-css-mode="light"] .fa-slash-hm {
    fill: #212121; /* Inherits the current text color */
}

[data-css-mode="light"] .active .fa-slash-hm {
    fill: #ffffff; /* Inherits the current text color */
}
.fa-slash-hm:hover {
    fill: #212121; /* Inherits the current text color */
}

[data-css-mode="dark"] .fa-slash-hm {

    fill: #ffffff; /* Inherits the current text color */
}

.fa-slash-svg {
    width: 15px;
    height: 25px;
    margin-top: 7px;
}

.tab-pane.pamm-panel {
    padding: 0 !important;
}

.tree-pamm-img {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .tree-pamm-img {
        margin: 10px 0;
    }
}
#pamm-panel .btn {
    text-transform: unset!important;
}

.info-container {
    background-color: #f7f6f2;
}

.info-icon-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.info-icon-circle i {
    color: #000;
    font-size: 14px;
}

.info-text-black {
    color: #000;
}
.risk-warning-ok-btn {
    padding: 1rem;
    width: 100%!important;
    text-align: center;
    justify-content: center;
}
#risk-warning-modal {
    backdrop-filter: blur(5px);

}
#risk-warning-modal .modal-content {
    text-align: center;
    border: 1px solid #c9c9c9;
    padding: 3rem;
}
#risk-warning-modal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}
.acuity-container {
    padding: 3rem 0rem!important;
}
[data-css-mode="light"] .acuity-container {
    padding:  0 0 3rem !important;
}
.insight-terminal-container{
    display: flex;
    justify-content: end;
}
.insightpro-account-ok {
    padding: 1rem;
    width: 100%!important;
    text-align: center;
    justify-content: center;
}
#insightpro-accounts-modal .modal-content {
    text-align: left;
    border: 3px solid #666666;
    padding: 0.5rem;
    border-radius: 5px;
}
#insightpro-accounts-modal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    width: 450px;
    margin: 0 auto;
}
#insightpro-accounts-modal  .modal-content .modal-header {
    border-bottom: none;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 0;
    padding-left: 8px;
}
.insightpro-accounts-ok{
    width: 100%!important;
    display: block;
}
.cta_signals_container {
    width: 100%;
    text-align: center;
    justify-content: center;
}
.signals-insight-text{
    margin-left: 2rem;
    margin-right: 2rem;
}
h4.signals-insight-text{
    margin-left: 2rem;
    margin-right: 2rem;

    margin-bottom: 8px;
}
.qr-code-img {
    margin: 0 auto;
    display: block;
    width: 120px;
    height: auto;
}
.stepper {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 10px;
    padding-left: 0px;
    padding-right: 0px;

}
.insight-pro-metatrader-details {
        padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 1200px) {

    .stepper,.insight-pro-metatrader-details {
        padding-left: 40px;
        padding-right: 40px;

    }
    .step-content-text {
        display: flex!important;
        align-items: flex-start;
        margin-bottom: 10px;
        
    }
    .line {
        height: 50px;

    }
    .step-content ul {
        display: inline-flex!important;
      }
}

.step {
    display: inline-flex;

}

.step-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 15px;
}

.step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    font-size: 38px;
    color: white;
    border: 3px solid #666666;
    font-weight: bold;
    border-radius: 50%;
    margin-bottom: 5px;
}
[data-css-mode="light"] .step-number {
    color: #212121 !important;
}
.line {
    width: 2px;
    height: 78px;
    border-left: 2px dashed #666666;
    flex-grow: 1;
}

.last-line {
    display: none;
}
.step-content-text {
    display: block;
}
.step-content h5 {
    color: #ffffff !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 8px;
}
[data-css-mode="light"] .step-content h5 {
    color: #212121 !important;
}
.step-content .btn {
    margin-right: 8px;
}
.step-content p {
    color: #777;
    margin: 5px 0 15px;
    font-size: 14px;
}


.step-content ul {
    display: block;
  }
  .step-content li {
    margin-right: 16px;
  }
  .step-content li::marker {
    color:  #F40000;
  }
  .step-content li > a {
    color:  #F40000;
  }
.rotate90 {
    transform: rotate(90deg);
      
}
.left-side-section li.active a {
    color:#F40101 !important
}
.acuity-container-home div[class*="Title__title"] {
    display: none !important;
}
.acuity-container-home div[class*="AcuityResearchTerminalWidget__sidebar"] {
   display: none !important;
}
.join-email-signals{
    margin: 0 2rem!important;
    border-radius: 5px!important;
}
.join-email-signals p {
    text-align: center;
    margin-bottom: 2rem;
}
.join-email-signals p:first-of-type {
    margin-top: 2rem;
}
.join-email-signals p:last-of-type {
    margin-bottom: 8px;
}
.join-email-signals a:not(.text-danger) {
    color: black !important;
}
.join-email-signals .join-title-started {
    color: #212121;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.blur-modal {
    filter: blur(5px);
    pointer-events: none;

}
.password_info_forgot_pass {
    display: none;
}
.password_info_forgot_pass.panel-darkgray {
    background: #e5e5e5;
    color: #FFF;
}
[data-css-mode="dark"] .password_info_forgot_pass.panel-darkgray {
    background: #222222;
}
[data-css-mode="light"] .login #header-top {
    background: #fff!important;
}
.mobile-menu-lang {
    padding: 6px 0 0  8px;
}
.mobile-menu-lang .dropdown-menu.dropdown-lang{
    width: 130px;
    left: -64px;
}
.mobile-app-lang .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.mobile-menu-lang .dropdown-toggle, .mobile-menu-lang .dropdown-toggle:hover, .mobile-menu-lang .dropdown-toggle:focus {
    color: rgba(0, 150, 136, 0.73)!important;
}
.line-qr-th
{
    display: inline-block;
    position: fixed;
    left: 98%;
    top: 97%;
    width: 101px;
    padding: 10px;
    height: 128px;
    z-index: 10000!important;
    transform: translate(-100%, -100%);
    white-space: nowrap;
    background: #06c554;
}
.line-qr-th img{
    display: inline;
    position: fixed;
    top: 20%;
    right: 0%;
    padding: 9px;
}
.line-qr-th span{
    display: inline-block;
    position: relative;
    top: 0%;
}
.login .langselect .dropdown-toggle {
    min-width: 65px;
}


.password-container .icon-inside {
    position: absolute;
    right: 62px;
    top: 70%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: none;
}

.password-container .icon-inside .btn {
    background: transparent;
    border: none;
    padding: 0;
    padding: 12px 25px !important;
    /* border: none; */
    border-radius: 6px !important;
}

.password-container .icon-inside .btn:focus {
    outline: none;
    box-shadow: none;
}

.password-container .form-control.pwd {
    padding-right: 30px!important; /* Make space for the icon */
}
.password-container input{
    position: relative;
    z-index: 1;
}
#change-pass-form .password-container .icon-inside {
    right: 60px!important;
}
.password-container .icon-inside-row {
    position: absolute;
    right: 77px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: none;
}
#verify-email-modal {
    backdrop-filter: blur(5px);

}
[data-css-mode="dark"]  .modal-content {    
    border: 3px #666666 solid;
    border-radius: 11px;
}
.modal {
        backdrop-filter: blur(5px);

}
.modal-btn {
    display: inline!important;
    width: 48%!important;
    text-align: center!important;

}
.modal-btn-lg {
    display: inline!important;
    width: 96%!important;
    text-align: center!important;

}
#reset-pass-modal .modal-footer {
    padding-bottom: 50px;
}
.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)!important;
  margin: 0; /* override Bootstrap’s default */
}
@media (max-width: 576px) {
  .nav {
    overflow-x: scroll;
  }
  .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
[data-css-mode="dark"] .white-text {
    color: #FFFFFF !important;
}
.tick-icon {
    width: 32px;
    position: relative;
    top: 34%;
}
.tick-icon-success {
    width: auto;
    margin-right: 8px;
}
#account_to_account_success {
    background-color: rgba(89, 181, 108, 0.17)!important;
    margin-bottom: 40px;
    color: black!important;
}
[data-css-mode="dark"] #account_to_account_success {
    background-color: rgba(89, 181, 108, 0.17)!important;
    margin-bottom: 40px;
    color: #fff!important;
}

.cta-copy-trading-container {
    padding-top: 1rem;
    width: 100%;
    justify-content: center;
    display: block;
}

.btn-join-pamm {
    margin-right: auto !important;
}

.cta-copy-trading-container a {
    justify-content: center;
    width: 100%;
}
.cta-copy-trading-container .cta_launch_link {
    margin-top: 4px;
}
.copy-trading-download-bg {
    margin-top: 20px;
    background: url('../images/double-phone-brokeree-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.download-copy-trading-container p {
    font-size: 16px;
}
.download-copy-trading-container .title-white {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 100%;
    color: #ffffff !important;
    font-weight: 700 !important;
}

[data-css-mode="light"] .download-copy-trading-container .title-white {
    color: #212121!important;
}
@media (min-width:1200px) {
    .download-text-container{
        padding-left: 130px;
    }
}
a.mobile-app-red {
    color: #ed2127!important;
    padding-right:4px;
}
.fa-menu-icons {
    width: 20px;
    height: auto;
    vertical-align: -0.225em;
    margin-right: 8px;
}
@media (min-width:768px) {
    .fa-menu-icons.pamm-icon{
    vertical-align: -0.925em!important
    }
}
.fa-menu-icons.pamm-icon{
   vertical-align: -0.225em;
}
.fa-menu-icons-btn {
    width: 20px;
    height: auto;
    vertical-align: -0.225em;
    margin-right: 0;
}
[data-css-mode="light"] .fa-menu-icons {
    filter: invert(1);
}
#main-tabs-mobile .fa-menu-icons,#main-tabs-mobile .fa-menu-small-icons {
    filter: invert(1);
    vertical-align: middle;
}
[data-css-mode="light"] .fa-menu-small-icons {
    filter: invert(1);
}
#left-side a:not(.active):hover .fa-menu-icons {
filter: brightness(0.5) saturate(100%) invert(27%) sepia(99%) 
            saturate(7471%) hue-rotate(356deg) brightness(104%) contrast(97%);
}
#left-side a:not(.active):hover .fa-menu-small-icons {
filter: brightness(0.5) saturate(100%) invert(27%) sepia(99%) 
            saturate(7471%) hue-rotate(356deg) brightness(104%) contrast(97%);
}
h4.sidebar-header {
    font-size: 16px;
    font-weight: 600!important;
}
.red-menu-span {
    font-size: 13px;
    color: #f40101;
    font-weight: 600;
    line-height: 1;
}
.fa-menu-small-icons {
    width: 20px;
    height: auto;
    vertical-align: -0.725em;
    margin-right: 8px;
}
.flex-column{
    flex-direction: column;
}
.add-btn-icon {
    margin: 6px 0;

}

/* Hantec Mobile */
.cta-copy-trading-container,.cta-webtrader-container {
    padding-top: 1rem;
    width: 100%;
    justify-content: center;
    display: block;
}

.btn-join-pamm {
    margin-right: auto !important;
}

.cta-hm-mobile-container a ,.cta-webtrader-container a{
    justify-content: center;
    width: 100%;
}
.cta-hm-mobile-container .cta_launch_link {
    margin-top: 4px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.hm-mobile-download-bg {
    margin-top: 20px;
    background: url('../images/hm-mobile/bg_launch_webtrader.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 370px;
    padding: 4rem 0;
}
.webtrader-download-bg {
    margin-top: 20px;
    background: url('../images/webtrader/double-phone-aqx 1.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 370px;
    padding: 4rem 0;
}
.download-hm-mobile-container p,.download-webtrader-container p  {
    font-size: 16px;
}
.download-hm-mobile-container .title-white,.download-webtrader-container .title-white  {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 100%;
    color: #ffffff !important;
    font-weight: 700 !important;
}

[data-css-mode="light"] .download-hm-mobile-container .title-white,[data-css-mode="light"] .download-text-container .title-white {
    color: #212121!important;
}
@media (min-width:1200px) {
    .download-text-container{
        padding-left: 130px;
    }
}
.empty-span-red{
    color: #ed2127!important;
    font-size:16px;
}

[data-css-mode="dark"] .tooltip .tooltip-inner {
  background-color: #ffffff;
  color: #000;
}

[data-css-mode="dark"] .tooltip .arrow::before {
  border-left-color: #ffffff;
}
[data-css-mode="dark"] .datepicker-container {
  background-color: #1e1e1e !important;
  border-color: #333 !important;
  color: #f8f9fa !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5) !important;
}

[data-css-mode="dark"] .datepicker-dropdown {
  border-color: #333 !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6) !important;
}

[data-css-mode="dark"] .datepicker-panel > ul > li {
  background-color: #1e1e1e !important;
  color: #f8f9fa !important;
}

[data-css-mode="dark"] .datepicker-panel > ul > li:hover {
  background-color: #333 !important;
  color: #ffffff !important;
}

[data-css-mode="dark"] .datepicker-panel > ul > li.muted,
[data-css-mode="dark"] .datepicker-panel > ul > li.muted:hover {
  color: #777 !important;
  background-color: #1e1e1e !important;
}

[data-css-mode="dark"] .datepicker-panel > ul > li.picked,
[data-css-mode="dark"] .datepicker-panel > ul > li.picked:hover {
  color: #0d6efd !important; /* Bootstrap primary blue */
  background-color: #222 !important;
}

[data-css-mode="dark"] .datepicker-panel > ul > li.disabled,
[data-css-mode="dark"] .datepicker-panel > ul > li.disabled:hover {
  cursor: default !important;
  color: #555 !important;
  background-color: #2a2a2a !important;
}

[data-css-mode="dark"] .datepicker-panel > ul[data-view="week"] > li,
[data-css-mode="dark"] .datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #1e1e1e !important;
  color: #aaa !important;
}

[data-css-mode="dark"] .datepicker-top-left:before,
[data-css-mode="dark"] .datepicker-top-right:before {
  border-bottom-color: #0d6efd !important;
}

[data-css-mode="dark"] .datepicker-top-left:after,
[data-css-mode="dark"] .datepicker-top-right:after {
  border-bottom-color: #1e1e1e !important;
}

[data-css-mode="dark"] .datepicker-bottom-left:before,
[data-css-mode="dark"] .datepicker-bottom-right:before {
  border-top-color: #0d6efd !important;
}

[data-css-mode="dark"] .datepicker-bottom-left:after,
[data-css-mode="dark"] .datepicker-bottom-right:after {
  border-top-color: #1e1e1e !important;
}
