@charset 'utf-8';
/* CSS DOCUMENT */


html,
body {
  height: 100%;
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
}

.hide {
  display: none;
}

.ease,
a,
input[type="submit"],
button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.auto {
  width: 1024px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

/********* Clearfix *********/
* html .clearfix {
  height: 1%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  display: block;
  clear: both;
}

.center-div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.middle-div {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hori-div {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.drpdown {
  position: relative;
  display: inline-block;
}

/********* Page Template *********/
label {
  font-weight: 400 !important;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

a:hover {
  text-decoration: none !important;
  outline: none !important;
}

a.btn-link {
  text-decoration: none !important;
  outline: none !important;
}

a.btn-link:hover {
  text-decoration: none !important;
  outline: none !important;
}

button {
  text-decoration: none;
  outline: none !important;
}

button:active {
  text-decoration: none;
  outline: none !important;
}

button:focus {
  text-decoration: none;
  outline: none !important;
}

input[type="text"],
input[type="password"],
input[type=email],
textarea,
.headerSection,
.footerSection {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"] {
  font-family: 'Lato', sans-serif;
}

textarea {
  outline: none;
  resize: none;
  font-family: 'Lato', sans-serif;
}

button {
  background: transparent;
  border: none;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

button:hover,
input[type=submit]:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.wrapper {
  max-width: 1024px !important;
  width: 96%;
  margin: 0 auto;
}

.wrapper2 {
  max-width: 1440px !important;
  width: 96%;
  margin: 0 auto;
}

.full-width {
  width: 100%;
}

.half-width {
  width: 50%;
}

.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bg {
  background-repeat: no-repeat;
  background-position: 50% 50% !important;
}

.fullscreen {
  width: 100%;
  min-height: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.width40 {
  width: 40%;
}

.width60 {
  width: 60%;
}

.width70 {
  width: 70%;
}

.upper-text {
  text-transform: uppercase;
}

.btn {
  margin: 0 6px;
  min-width: 115px;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 8px 20px 7px;
  font-size: 14px;
  outline: none !important;
}

.btn2 {
  min-width: 115px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-size: 300% 200% !important;
  background-position: 98% 100% !important;
  padding: 8px 20px 7px;
  font-size: 14px;
  outline: none !important;
}

.btn2:hover {
  background-position: 1% 0% !important;
}

.btn svg {
  margin-right: 3px;
}

.btn:focus {
  outline: none !important;
  box-shadow: none;
  text-decoration: none !important;
}

.btn-white-b {
  color: #FFF !important;
  background: linear-gradient(to right, #FFF 50%, transparent 50%);
  border: 1px solid #FFF;
  background-size: 220% 110%;
  background-position: right bottom;
  transition: all .3s ease-out;
}

.btn-white-b:hover {
  background-position: left bottom;
  color: #3db9ec !important;
}

.btn-blue-b {
  color: #FFF !important;
  background: linear-gradient(to right, #44b5e5 50%, transparent 50%);
  border: 1px solid #44b5e5;
  background-size: 220% 110%;
  background-position: right bottom;
  transition: all .3s ease-out;
  color: #44b5e5 !important;
}

.btn-blue-b:hover {
  background-position: left bottom;
  color: #FFF !important;
}

.btn-red-b {
  color: #FFF !important;
  background: linear-gradient(to right, #e95050 50%, transparent 50%);
  border: 1px solid #e95050;
  background-size: 220% 110%;
  background-position: right bottom;
  transition: all .3s ease-out;
  color: #e95050 !important;
}

.btn-red-b:hover {
  background-position: left bottom;
  color: #FFF !important;
}

.btn-grey-b {
  color: #FFF !important;
  background: linear-gradient(to right, #d5d7d9 50%, transparent 50%);
  border: 1px solid #d5d7d9;
  background-size: 220% 110%;
  background-position: right bottom;
  transition: all .3s ease-out;
  color: #162937 !important;
}

.btn-grey-b:hover {
  background-position: left bottom;
  color: #162937 !important;
}

.btn-green {
  color: #FFF !important;
  background: linear-gradient(to right, #6a9865 50%, #8ecd87 50%);
  border: 1px solid #8ecd87;
  background-size: 220% 110%;
  background-position: right bottom;
  transition: all .3s ease-out;
  color: #FFF !important;
}

.btn-green:hover {
  background-position: left bottom;
  color: #FFF !important;
  border: 1px solid #6a9865;
}

.btn-red {
  color: #FFF !important;
  background: #f02929;
  color: #FFF !important;
}

.btn-red:hover {
  background: #f20909;
}

.btn-dblue {
  color: #FFF !important;
  background: linear-gradient(to right, #44b5e5 50%, #162937 50%);
  border: 1px solid transparent;
  background-size: 220% 110%;
  background-position: right bottom;
  transition: all .3s ease-out;
  color: #FFF !important;
}

.btn-dblue:hover {
  background-position: left bottom;
  color: #FFF !important;
  border: 1px solid transparent;
}

.btn-blue {
  color: #71c8f0;
  background: #073763;
  border: 1px solid transparent;
}

.btn-blue:focus {
  color: #71c8f0;
  background: #073763;
  border: 1px solid transparent;
}

.btn-blue:hover {
  background: #ffd700;
  color: #000;
  border: 1px solid #000;
}

.btn-lblue {
  color: #FFF;
  background: #71c8f0;
}

.btn-lblue:focus {
  color: #FFF;
  background: #71c8f0;
}

.btn-lblue:hover {
  background: #79c8ec;
}

.btn-active {
  background: #ffd700;
  color: #000;
  border: 1px solid #000;
}

.btn-active:focus {
  background: #ffd700;
  color: #000;
  border: 1px solid #000;
}

.btn-yellow {
  background: #ffd700;
  color: #000;
  border: 1px solid #000;
}

.btn-yellow:focus {
  background: #ffd700;
  color: #000;
  border: 1px solid #000;
}

.btn-link {
  padding: 12px 15px 10px;
  background: #d5e4f0;
  color: #073763;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #072c45;
  max-width: 224px;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
}

.btn-link:focus {
  padding: 12px 15px 10px;
  background: #d5e4f0;
  color: #073763;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #072c45;
  max-width: 224px;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
}

.btn-link img {
  margin-right: 15px;
}

.btn-link:hover {
  background: #ffd700;
  border: 1px solid #072c45;
}

.btn-back {
  padding: 9px 12px 8px;
}

.del-btn:hover {
  background: #ff4545;
}


.edit-link {
  color: #44b5e5;
}

.edit-link:hover {
  color: #162937;
}

.colu {
  display: inline-block;
}

.va-top {
  vertical-align: top;
}

.va-mid {
  vertical-align: middle;
}

.va-bot {
  vertical-align: bottom;
}

.box-shadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.section {
  padding: 20px 0;
  margin: 30px 0 30px;
  background: #FFF;
  border-radius: 10px;
}

.page-sec-holder {
  min-width: 850px;
  width: 77%;
  display: inline-block;
  vertical-align: top;
}

.section2 {
  background: #f4f9fd;
  padding: 0;
}

.btn-holder {
  margin: 20px 0;
}

.box-shadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.link-a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  color: #039cfd;
  font-weight: 500;
}

.radius-white {
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

h3 {
  font-size: 30px;
  color: #0e171f;
}

h4 {
  font-size: 20px;
  color: #0e171f;
}

.title-holder {
  margin: 0 0 20px;
}

.title-holder h4 {
  font-weight: 400;
}

p,
a {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: #162937;
}

a:hover {
  text-decoration: none;
}

.blue-bg {
  background: #44b5e5;
}

.dblue-bg {
  background: #162937;
}

.bold {
  font-weight: 600;
}

a {
  color: #56bae7;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

/**HeaderSection **/
/**Pre-Loader**/

.loaderOverlayFull {
  position: fixed;
  left: 0;
  display: flex;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  align-items: center;
  justify-content: center;
}

.loaderOverlay {
  position: fixed;
  display: flex;
  right: 0;
  top: 59px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  align-items: center;
  justify-content: center;
  width: calc(100% - 250px);
  height: calc(100% - 157px);
}

.headerSection {
  background: #073763;
  border-top: 2px solid #ffd700;
  padding: 5px 10px 8px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 9999;
}

.headerSection .logo-holder {
  padding: 10px 0 0;
}

.headerSection .account-holder {
  color: #FFF;
  max-width: 320px;
  width: 100%;
  padding: 5px 0 10px;
}

.headerSection .account-holder .rewardpoints-holder {
  max-width: 120px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.headerSection .account-holder .profile-sub {
  max-width: 110px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  background: #71c8f0;
  color: #FFF;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  padding: 3px;
  margin: 0 3px;
}

.headerSection .account-holder h5 {
  color: #000;
  font-weight: 400;
  display: block;
  vertical-align: bottom;
  margin: 0;
  padding: 3px;
  text-align: center;
  background: #71c8f0;
  font-size: 12px;
}

.headerSection .account-holder h5 span {
  color: #FFF;
}

.headerSection .account-holder .points-holder {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  padding-top: 3px;
}

.headerSection .account-holder .points-holder p {
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
}

.headerSection .account-holder .points-holder h5 {
  color: #FFF;
  margin: 0;
  font-size: 12px;
  padding: 0;
}

.headerSection .account-holder .profile-sub {
  display: inline-block;
  font-size: 14px;
  color: #ffd700;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  margin-left: 15px;
  vertical-align: top;
  padding: 0;
}

.headerSection .account-holder .profile-sub .col {
  display: inline-block;
  vertical-align: middle;
}

.headerSection .account-holder .profile-sub .name {
  color: #FFF;
  font-size: 12px;
  text-align: left;
  padding: 2px 3px;
}

.headerSection .account-holder .profile-sub .arrow {
  width: 25%;
  margin: 0;
}

.headerSection .account-holder .profile-sub a.link {
  color: #ffd700;
}

.headerSection .account-holder .profile-sub .profile-menu {
  border-radius: 5px;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 215px;
  background: #FFF;
  z-index: 999;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.15);
}

.headerSection .account-holder .profile-sub:hover .profile-menu {
  display: block;
}

.headerSection .account-holder .profile-sub .profile-menu li {
  display: block;
  text-align: left;
}

.headerSection .account-holder .profile-sub .profile-menu li .icon-holder {
  display: inline-block;
  vertical-align: middle;
  max-width: 30px;
  width: 100%;
  margin-right: 0;
}

.headerSection .account-holder .profile-sub .profile-menu li .icon-holder img {
  display: inline-block;
}

.headerSection .account-holder .profile-sub .profile-menu li .icon-holder img.hover {
  display: none;
}

.headerSection .account-holder .profile-sub .profile-menu li:hover .icon-holder img {
  display: none;
}

.headerSection .account-holder .profile-sub .profile-menu li:hover .icon-holder img.hover {
  display: inline-block;
}

.headerSection .account-holder .profile-sub .profile-menu li:hover a {
  background: #073763;
  color: #FFF;
}

.headerSection .account-holder .profile-sub .profile-menu li a {
  display: block;
  padding: 8px 20px;
  color: #073763;
}

.headerSection .account-holder .level-holder {
  max-width: 100%;
  width: 100%;
  height: 12px;
  background: transparent;
  border: 2px solid #FFF;
  margin-top: 3px;
  position: relative;
}

.headerSection .account-holder .level-holder span {
  display: block;
  position: absolute;
  color: #FFF;
  font-size: 8px;
  top: 10px;
  text-align: center;
}

.headerSection .account-holder .level-holder span hr {
  display: block;
  width: 2px;
  height: 3px;
  background: #FFF;
  border: none;
  margin: 0 auto;
}

.headerSection .account-holder .level-holder span.level1 {
  left: -3px;
}

.headerSection .account-holder .level-holder span.level2 {
  left: 28px;
}

.headerSection .account-holder .level-holder span.level3 {
  left: 63px;
}

.headerSection .account-holder .level-holder span.level4 {
  left: 107px;
}

.headerSection .account-holder .level-holder .percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffd700;
}

.headerSection .account-holder .level-holder p {
  font-size: 10px;
  color: #101010;
  font-weight: 300;
  text-align: center;
  position: relative;
  margin-top: -1px;
}

.footerSection {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #1d2224;
  z-index: 99999;
  border: 0;
}

.footerSection .top-footer {
  padding: 20px 0;
  position: relative;
}

.footerSection .bottom-footer {
  padding: 20px 0;
  color: #FFF;
}

.footerSection .bottom-footer p {
  font-size: 16px;
  margin-bottom: 0px;
  color: #566368;
}

.footerSection .bottom-footer .disclaimer {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}

.footerSection .bottom-footer .disclaimer p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footerSection .bottom-footer .disclaimer img {
  margin-right: 5px;
}

.footerSection .bottom-footer .bottom-link {
  margin-top: 30px;
}

.footerSection .bottom-footer .bottom-link ul li {
  display: inline-block;
  margin: 0 3px;
}

.footerSection .bottom-footer .bottom-link ul li a {
  display: block;
  color: #1b242c;
  font-size: 12px;
}

.footerSection .bottom-footer .bottom-link ul li a:hover {
  color: #3bb3e4;
}

#main-container {
  position: relative;
  top: 0;
  height: calc(100vh - 250px) !important;
  overflow-y: auto;
}

.calxHeight {
  position: relative;
  top: 0;
  height: calc(100vh - 250px) !important;
  overflow-y: auto;
}

.sidebar {
  width: 250px;
  background: #ffffff;
  z-index: 3;
  min-height: 100% !important;
}

.sidebar .logo-holder {
  padding: 10px 20px;
  max-width: 200px;
  margin-bottom: 10px;
}

.sidebar ul li {
  position: relative;
  text-align: left;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.sidebar ul li.has-child:after {
  content: url('../images/drop-ico2.png');
  position: absolute;
  right: 10px;
  top: 13px;
}

.sidebar ul li.has-child.active:after {
  content: url('../images/drop-ico3.png');
  position: absolute;
  right: 10px;
  top: 13px;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.sidebar ul li:hover .submenu {
  background: transparent;
}

.sidebar ul li:hover .submenu li {
  background: transparent;
}

.sidebar ul>li.active {
  border-left: 4px solid #ffd700;
  border-bottom: 4px solid #ffd700;
  color: #FFF;
  background: #0b2e4e;
}

.sidebar ul>li:hover {
  border-left: 4px solid #ffd700;
  color: #FFF;
  background: #0b2e4e;
}

.sidebar ul li a {
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #637079;
}

.sidebar ul li a span {
  display: inline-block;
  vertical-align: middle;
  color: #151515;
  font-size: 14px;
  font-weight: 400;
}

.sidebar ul li a .icon-holder {
  display: inline-block;
  max-width: 45px;
  width: 100%;
}

.sidebar .submenu {
  display: block;
}

.sidebar .submenu a .icon-holder {
  display: inline-block;
  max-width: 15px;
  width: 100%;
  vertical-align: top;
}

.sidebar .submenu a span {
  display: inline-block;
  max-width: 135px;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  font-weight: 500;
}

.sidebar .submenu li {
  padding: 5px 10px 5px 25px;
  border: none;
  border-left: 4px solid transparent;
}

.sidebar .submenu li:hover {
  padding: 5px 10px 5px 25px;
  border-left: 4px solid transparent !important;
}

.sidebar ul li a .logout {
  display: inline-block;
  max-width: 40px;
  width: 100%;
}

.sidebar ul li a img.hover {
  display: none;
}

.sidebar ul li:hover>a span {
  color: #FFF;
}

.sidebar ul li.active>a span {
  color: #FFF;
}

.sidebar ul li:hover>a .icon-holder img {
  display: none;
}

.sidebar ul li:hover>a .icon-holder img.hover {
  display: inline-block;
}

.sidebar ul li.active>a .icon-holder img {
  display: none;
}

.sidebar ul li.active>a .icon-holder img.hover {
  display: inline-block;
}

.mr-10 {
  margin-right: 20px;
}

.justify-content-end {
  justify-content: end;
}

#main-wrapper {
  position: relative;
  width: calc(100% - 250px);
  background: #eaf5fe;
  overflow-y: auto;
  overflow-x: hidden;
}

.content-container .page-wrap {
  padding: 20px;
}

#main-wrapper nav {
  background: #162937;
  padding: 10px 20px;
}

#main-wrapper nav a {
  color: #FFF;
  font-size: 14px;
}

#main-wrapper nav a img {
  margin-right: 3px;
}

#main-wrapper nav ul {
  margin: 0;
}

#main-wrapper nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

#main-wrapper nav .welcome-user p {
  font-size: 14px;
  color: #FFF;
  margin: 0;
}

#main-wrapper nav .welcome-user p span {
  color: #44b5e5;
}

#main-wrapper nav .welcome-user label {
  display: block;
  font-size: 11px;
  color: #a0b3c0;
  margin: 0;
}

#main-wrapper nav .submenu {
  display: none;
  width: 220px;
  padding: 0;
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
  z-index: 99;
}

#main-wrapper nav .submenu li {
  display: block;
  width: 100%;
}

#main-wrapper nav .submenu li a {
  display: block;
  font-size: 13px;
  color: #637079;
  font-weight: 600;
  padding: 7px 10px;
}

#main-wrapper nav .submenu li a .icon-holder {
  display: inline-block;
  vertical-align: middle;
}

#main-wrapper nav .submenu li a span {
  display: inline-block;
  vertical-align: middle;
}

#main-wrapper nav .has-submenu {
  position: relative;
  background: url('../images/dropdown.png') no-repeat;
  background-position: 90% 50%;
  padding-right: 25px;
}

#main-wrapper nav .has-submenu:hover .submenu {
  display: block;
  position: absolute;
}

#main-wrapper nav .icon-holder {
  display: inline-block;
  max-width: 20px;
  width: 100%;
}

#main-wrapper nav .icon-holder img.hover {
  display: none;
}

#main-wrapper nav .submenu li {
  margin: 0;
  border-bottom: 1px solid #e7f0f7;
}

#main-wrapper nav .submenu li:last-child {
  border: none;
}

#main-wrapper nav .submenu li:hover img {
  display: none;
}

#main-wrapper nav .submenu li:hover img.hover {
  display: inline-block;
}

#main-wrapper nav .submenu li:hover a {
  color: #FFF;
}

#main-wrapper nav .submenu li:hover {
  background: #44b5e5;
}

#main-wrapper nav .profile-link .initials {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #FFF;
  padding: 7px 0;
  color: #44b5e5;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  margin-right: 3px;
}

#main-wrapper nav .flag-icon {
  border-radius: 50%;
  overflow: hidden;
  width: 21px !important;
  height: 20px !important;
  background-size: cover !important;
  vertical-align: middle;
  margin-right: 3px;
}

#main-wrapper nav .language-select button {
  padding-left: 0;
  min-width: initial;
  background: url('../images/dropdown.png') no-repeat;
  background-position: 90% 50%;
  padding-right: 25px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  outline: none !important;
}

#main-wrapper nav .language-select .caret {
  display: none;
}

#main-wrapper nav .language-select a {
  color: #637079;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  outline: none !important;
}

#main-wrapper nav .language-select li {
  margin: 0;
  width: 100%;
}

#main-wrapper nav .language-select li.selected {}

#main-wrapper nav .language-select li.selected a {
  background: #039cfd;
  color: #fff;
}

#main-wrapper nav .btn-group {
  margin: 0;
}

#main-wrapper nav .btn-white-b {
  font-weight: 600;
}

.drop-search {
  width: 100% !important;
}

.page-content {
  padding: 0;
}

.dashboard-page .main-content {
  width: 79%;
  min-width: 840px;
}

.dashboard-page .main-content .first-sec {}

.dashboard-page .main-content .first-sec .holder {
  padding: 10px;
  border-radius: 3px;
  background: #073763;
}

.dashboard-page .main-content .first-sec.dropdown {
  float: left;
  width: 13%;
}

.dashboard-page .main-content .first-sec.dropdown .holder {
  padding: 10px 5px;
  text-align: center;
  position: relative;
}

.dashboard-page .main-content .first-sec.dropdown .holder .btn {
  min-width: initial;
  color: #FFF;
  padding: 4px 5px 4px;
  text-align: center;
  margin: 0;
}

.dashboard-page .main-content .first-sec.dropdown .holder .dropdown-menu {
  background: #ffd700;
  margin: 0;
  border-radius: 0;
  width: 100%;
}

.dashboard-page .main-content .first-sec.dropdown .holder .dropdown-menu a {
  display: block;
  padding: 5px;
  color: #000;
  border-radius: 0;
  border: none;
}

.dashboard-page .main-content .trading-id {
  float: left;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding-right: 0;
}

.dashboard-page .main-content .balances-sec {
  min-width: 395px;
  display: inline-block;
  width: 58%;
  vertical-align: top;
  float: left;
  padding: 0 8px;
}

.dashboard-page .main-content .balances-sec .listing {
  display: flex;
}

.dashboard-page .main-content .balances-sec .listing .balance-holder {
  flex-basis: 25%;
  padding: 4px 3px;
}

.dashboard-page .main-content .balances-sec .listing .balance-holder p {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #71c8f0;
  margin: 0;
}

.dashboard-page .main-content .balances-sec .listing .balance-holder p span {
  color: #FFF;
  font-size: 14px;
}

.dashboard-page .sideboard {
  width: 20%;
  min-width: 215px;
  padding: 0 20px;
}

.dashboard-page .sideboard .wallet-balance {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}

.dashboard-page .sideboard .wallet-balance .title-holder {
  padding: 10px 10px;
  color: #FFF;
  background: #073763;
}

.dashboard-page .sideboard .wallet-balance .title-holder h5 {
  font-size: 14px;
  color: #FFF;
  display: inline-block;
  font-weight: 400;
}

.dashboard-page .sideboard .wallet-balance .title-holder img {
  display: inline-block;
  margin-right: 5px;
}

.dashboard-page .sideboard .wallet-balance .balances-holder {
  padding: 10px;
  background: #ffd700;
}

.dashboard-page .sideboard .wallet-balance .balances-holder p {
  font-size: 12px;
  color: #000;
  display: inline-block;
  margin-right: 5px;
}

.dashboard-page .sideboard .wallet-balance .balances-holder p.value {
  background: #FFF;
  text-align: right;
  padding: 3px;
  width: 75px;
  text-align: right;
}

.dashboard-page .sideboard .wallet-balance .balances-holder .balance {
  margin-bottom: 8px;
}

.dashboard-page .sideboard .wallet-balance .balances-holder:last-child .balance {
  margin-bottom: 0;
}

.dashboard-page .sideboard .wallet-balance .balances-holder .drop-search {
  width: 70px !important;
}

.dashboard-page .sideboard .promotions-holder {
  border-radius: 5px;
  background: url('../images/promo-bg.png')no-repeat;
  max-width: 215px;
  width: 100%;
  min-height: 390px;
  padding: 20px 10px;
  background-size: cover;
  margin: 0 auto;
}

.dashboard-page .sideboard .promotions-holder h3 {
  font-weight: 500;
}

.dashboard-page .sideboard .promotions-holder h4 {
  font-weight: 500;
}

.dashboard-page .sideboard .promotions-holder .img-holder {
  margin: 30px 0 20px;
}

.dashboard-page .table-holder table p {
  margin: 0;
}

.headerSection p {
  color: #fff;
}

.row-sec {
  margin-bottom: 20px;
}

.switch {
  position: relative;
  width: 150px;
  height: 45px;
  margin: 20px auto;
}

.switch input[type=checkbox] {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;

  width: 100%;
  height: 100%;
  z-index: 3;
}

.switch label,
.switch label span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition-duration: .2s;
}

.switch label {
  border-radius: 25px;
  background-color: #073763;
  margin: 0;
}

.switch label:before,
.switch label:after {
  position: absolute;
  top: 5px;
  width: 89px;
  line-height: 34px;
  color: #fff;
  text-align: center;

}

.switch label span {
  z-index: 1;
  width: 39px;
  height: 39px;
  margin: 3px;
  border-radius: 50%;
  background-color: #ffd700;
}

.switch label:before {
  left: 12px;
  font-size: 14px;
  content: 'Open Trades';
  display: none;
}

.switch label:after {
  right: 12px;
  font-size: 14px;
  content: 'Closed Trades';
  color: #FFF;
}

.switch input:checked+label {
  background-color: #073763;
}

.switch input:checked+label:before {
  content: 'Open Trades';
  display: block;
}

.switch input:checked+label:after {
  content: 'Closed Trades';
  display: none;
}

.switch input:checked+label span {
  transform: translateX(105px);
}

.tab-holder {
  padding: 0 10px;
}

.tab-holder ul li {
  display: inline-block;
  vertical-align: middle;
}

.tab-holder ul li a {
  padding: 8px 15px;
  color: #040404;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 4px solid transparent;
}

.tab-holder ul li.ui-tabs-active a {
  border-bottom: 4px solid #44b5e5;
  color: #44b5e5;
}

.link-holder {
  padding: 0 10px;
  border-bottom: 1px solid #ebf3f6;
}

.link-holder ul li {
  display: inline-block;
  vertical-align: middle;
}

.link-holder ul li a {
  padding: 8px 15px;
  color: #162937;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 4px solid transparent;
}

.link-holder ul li.active a {
  border-bottom: 4px solid #44b5e5;
  color: #44b5e5;
}

.link-holder ul li:hover a {
  border-bottom: 4px solid #44b5e5;
  color: #44b5e5;
}

.tab-holder .btn-holder {
  margin: 0;
  padding-bottom: 10px;
}

.tab-holder .dropdown-holder {
  max-width: 325px;
  width: 100%;
}

.tab-holder .dropdown-holder select {
  width: 100%;
  color: #162937;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.select2-dropdown {
  background: #FFF;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url('../images/drop-arrow.png') no-repeat;
  background-position: center;
}

.select2-container--open .select2-dropdown--below {
  box-shadow: 0px 0px 3px 3px rgb(0, 0, 0, 0.15);
}

.table-holder {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.table-holder table {
  table-layout: fixed;
  margin: 0 !important;
  border-radius: 5px;
}

.table-holder.fixed-layout table {
  table-layout: fixed !important;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
  bottom: 42%;
}

table.dataTable>thead>tr>th:not(.sorting_disabled),
table.dataTable>thead>tr>td:not(.sorting_disabled) {
  padding: 5px 15px 5px 10px;
  text-align: center;
}

.table-holder table {
  width: 100% !important;
  font-size: 14px;
}

.table-holder table.open-table tr th:first-child:before {
  display: none;
}

.table-holder table.open-table tr th:first-child:after {
  display: none;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
  right: 0.3em;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
  right: 0.7em
}

.table-holder table th {
  color: #131313;
  background: #71c8f0;
  width: auto !important;
  padding: 10px 10px;
  font-weight: 400;
}

.table-holder table th .select2-container--default .select2-selection--single {
  border: none;
}

.table-holder table td {
  color: #162937;
  width: auto !important;
  padding: 10px 15px;
  border-bottom: 5px solid #eaf5fe;
  background: #FFF;
}

.table-holder table td span {
  color: #44b5e5;
}

.table-holder.no-alter table tr:nth-child(even) td {
  background: #FFF;
}

.table-holder .pagination .paginate_button {
  display: none;
}

.table-holder .pagination .previous {
  display: inline-block;
  margin: 0 3px;
}

.table-holder .pagination .next {
  display: inline-block;
  margin: 0 3px;
}

.table-holder .pagination .previous a:before {
  content: url('../images/prev-pagination.png');
  width: 24px;
  height: 24px;
  border: 1px solid #d1dfe8;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 2px;
  margin-right: 5px;
}

.table-holder .pagination .previous a {
  border: none;
  padding: 3px 5px;
  font-size: 14px;
  color: #717c84;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.table-holder .pagination .next a:after {
  content: url('../images/next-pagination.png');
  width: 24px;
  height: 24px;
  border: 1px solid #d1dfe8;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 2px;
  margin-left: 5px;
}

.table-holder .pagination .next a {
  border: none;
  padding: 3px 5px;
  font-size: 14px;
  color: #717c84;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.table-holder2.t-left table tr th {
  text-align: left;
  padding: 10px 15px;
}

.table-holder2.t-left table tr td {
  text-align: left;
}

.table-holder2.t-left table tr td .btn {
  width: 100%;
}

.table-holder2 table tr th {
  background: #073763;
  color: #FFF;
  text-align: center;
}

.table-holder2 table tr td {
  border: 1px solid #e7f0f7;
  text-align: center;
}

.table-holder2 table tr td:last-child {
  border: 1px solid #e7f0f7;
  text-align: center;
}

.table-holder2 table tr:nth-child(even) td {
  background: #f4f9fd;
}


.table-holder3 {
  background: #FFF;
}

.table-holder3 table {
  table-layout: auto;
}

.table-holder3 table tr th {
  background: #FFF;
  color: #071f35;
  font-size: 16px;
  font-weight: 600;
}

.table-holder3 table tr td {
  color: #071f35;
  border-top: 1px solid #b3b3b3;
  border-bottom: none;
}

.table-holder3 table tr td p {
  color: #071f35;
  font-size: 12px;
  font-weight: 300;
}

.table-holder3 table tr td h5 {
  color: #071f35;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.sidebar .close-btn {
  display: none;
}

.table-holder4 {
  margin: 20px 0 30px;
  border-radius: 0;
}

.table-holder4 {
  margin: 20px 0 30px;
  border-radius: 0;
}

.table-holder4 tr th {
  background: #FFF;
  text-align: center;
  border: 1px solid #d5e5ec;
}

.table-holder4 tr td {
  background: #FFF;
  text-align: center;
  border: 1px solid #d5e5ec;
}

.table-holder4 tr:nth-child(even) td {
  background: #f4f9fd;
  text-align: center;
  border: 1px solid #d5e5ec;
}

.deposit-live .table-holder2 {
  margin: 20px 0 30px;
}

.profile-page .main-content {
  width: 100%;
  padding: 20px;
  border-radius: 3px;
  background: #FFF;
}

.profile-page .main-content .profile-complete {
  max-width: 795px;
  width: 100%;
  min-height: 25px;
  border: 1px solid #708799;
  position: relative;
  padding: 5px 10px 5px;
}

.profile-page .main-content .profile-complete p {
  margin-bottom: 0;
  position: relative;
}

.profile-page .main-content .profile-complete .percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffd700;
}

.profile-page .main-content .profile-complete:after {
  content: url('../images/complete-ico.png');
  position: absolute;
  top: 6px;
  right: 5px;
}

.profile-page .main-content .account-holder {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  text-align: center;
  margin: 20px;
}

.profile-page .main-content .account-holder .account {
  max-width: 200px;
  padding: 30px 20px 0;
  border: 1px solid #cfdce7;
  border-radius: 3px;
}

.profile-page .main-content .account-holder p {
  font-size: 14px;
  font-weight: 500;
  color: #073763;
}

.profile-page .main-content .account-holder .btn {
  width: 100%;
}

.profile-page .main-content .nav-holder {
  margin-bottom: 20px;
}

.profile-page .main-content .nav-holder .btn {
  min-width: 230px;
}

/*.profile-page.personal-details .main-content{max-width: 1128px; width: 100%;}*/
.profile-page.personal-details .main-content .content-holder {
  max-width: calc(100% - 300px);
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.profile-page.personal-details .main-content .img-holder {
  max-width: 300px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}


.popup-content {
  position: relative;
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  background: #073763;
  padding: 30px 30px 20px;
}

.popup-content.popup-small {
  max-width: 530px;
}

.popup-content.popup-med {
  max-width: 600px;
}

.mfp-close-btn-in .mfp-close {
  color: #FFF;
}

.popup-content .content {
  padding: 20px 0;
}

.popup-content .t-white {
  color: #FFF;
}

.popup-content p {
  font-size: 16px;
  color: #FFF;
}

.popup-content p {
  font-size: 16px;
}

.form-holder.half-width {
  max-width: 400px;
  width: 100%;
}

.form-holder ul li {
  position: relative;
}

.form-holder ul li.half-width.f-left {
  padding-right: 10px;
}
.form-holder ul li.half-width.paddingRight {
  padding-right: 25px;
}
.form-holder ul li.half-width.f-left.pr-0 {
  padding-right: 0px;
}

.form-holder ul li.half-width.f-right {
  padding-left: 10px;
}

.form-holder ul li {
  padding: 8px 0;
}

.manage-form-holder .form-holder ul li {
  padding: 15px 0;
}

.form-holder ul li input,
.form-control {
  width: 100%;
  min-height: 40px;
  border-radius: 4px;
  border: 1px solid #28485e;
  padding: 5px 10px;
  font-size: 14px;
  color: black;
}

.form-holder ul li select.drop-search {
  width: 100%;
  min-height: 40px;
  border: 1px solid #28485e;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.form-holder ul li .select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  min-height: 35px;
  width: 100%;
  border: 1px solid #28485e;
  font-size: 14px;
}

.form-holder ul li .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

.form-holder ul li .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.form-holder ul li textarea {
  width: 100%;
  min-height: 100px;
  border: 1px solid #28485e;
  padding: 5px 10px;
  font-size: 14px;
}

.form-holder ul li .text-value2 {
  width: 100%;
  min-height: 100px;
  max-height: 200px;
  overflow-y: scroll;
  border: 1px solid #28485e;
  padding: 5px 10px;
  font-size: 14px;
}

.form-holder ul li .text-value2 .chat {
  margin: 3px 0;
}

.form-holder ul li label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #162937;
}

.form-holder ul li .file-upload {
  position: relative;
}

.form-holder ul li .file-upload-select {
  max-width: 400px;
  width: 100%;
}

.form-holder ul li .file-select-name {
  padding: 6px 8px;
  border: 1px solid #28485e;
  max-width: 330px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  min-height: 35px;
  overflow: hidden;
}

.form-holder ul li .file-select-button {
  display: inline-block;
  vertical-align: middle;
  max-width: 30px;
  width: 100%;
  margin-left: 15px;
}

.form-holder ul li input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.form-holder ul li.date-holder .datepicker {
  background: url('../images/date-picker.png') no-repeat;
  background-position: 95% 50%;
}

.form-holder ul li .note {
  margin: 5px 0;
}

.form-holder ul.overflowHidden li {
  padding: 4px 0;
}

.form-holder ul li .iti {
  width: 100%;
}

.form-holder ul li .iti__country {
  padding: 5px 10px;
}

.form-holder .radio {
  max-width: 233px;
  width: 100%;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 45px;
  border-radius: 5px;
  overflow: hidden;
}

.form-holder .radio input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
}

.form-holder .radio span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px 25px;
  background: #073763;
  color: #FFF;
}

.form-holder .radio span p {
  color: #FFF;
}

.form-holder .radio span.activated {
  background: #cacaca;
}

.form-holder .radio input[type="radio"]:checked~span {
  background: #71c8f0;
}

.form-holder .radio input[type="radio"]:checked~span p {
  color: #000;
}

.form-holder.form-joint {
  max-width: 220px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.form-holder.form-joint.third-joint {
  margin: 0;
}

.form-holder .currency {
  position: relative;
  width: 100%;
}

.form-holder .currency.aaafx-wallet2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 65px;
}

.form-holder .currency input {
  padding-right: 65px;
  color: black;
}

.form-holder .currency .cur {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #073763;
  color: #FFF;
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 3px;
  text-align: center;
}

.popup-content .form-holder .currency .cur {
  top: auto;
  bottom: 3px;
}

.popup-content .form-holder .currency.max .cur {
  top: auto;
  bottom: 3px;
  width: 140px;
}

.popup-content .form-holder .currency.max .cur a {
  display: block;
  color: #FFF;
}

.profile-page .title-holder h4 {
  font-weight: 300;
}

.e2fa-page .main-content {
  max-width: 655px;
}

.e2fa-page .main-content .img-holder {
  margin: 10px auto;
}

.e2fa-page .main-content .content-holder {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}

.e2fa-page .main-content .content-holder .qr-code {
  margin: 10px 0;
}

.note p {
  font-weight: 300;
  font-size: 12px;
  margin: 5px 0;
}

.note p strong {
  font-weight: 400;
}


.loyalty-program .main-content {
  max-width: 1140px;
}

.loyalty-program .nav-holder {
  margin-bottom: 20px;
}

.loyalty-program .nav-holder .btn {
  padding: 8px 10px 7px;
}

.loyalty-program .badges-holder {
  margin: 30px 0;
}

.loyalty-program .badges-holder .colu svg {
  color: #073763;
  font-size: 20px;
  margin-top: -20px;
}

.loyalty-program .badges-holder img {
  margin: 0 10px;
}

.loyalty-program .percentage-holder {
  max-width: 340px;
  width: 100%;
  height: 20px;
  position: relative;
  border: 1px solid #000000;
  margin: 10px 0 40px;
}

.loyalty-program .percentage-holder span {
  position: absolute;
  top: 17px;
  left: 0;
  color: #162937;
  text-align: center;
}

.loyalty-program .percentage-holder span.level1 {
  left: -5px;
}

.loyalty-program .percentage-holder span.level2 {
  left: 95px;
}

.loyalty-program .percentage-holder span.level3 {
  left: 203px;
}

.loyalty-program .percentage-holder span.level4 {
  left: 321px;
}

.loyalty-program .percentage-holder span hr {
  width: 1px;
  height: 10px;
  margin: 0 auto;
  background: #000;
}

.loyalty-program .percentage-holder .percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffd700;
}

.loyalty-program .percentage-holder p {
  position: relative;
  text-align: center;
}

.loyalty-program .stats {
  margin: 20px 0;
}

.loyalty-program .stats li {
  display: inline-block;
  max-width: 330px;
  width: 100%;
}

.loyalty-program .stats li.icons {
  max-width: 50px;
}

.loyalty-program .stats li a.print {
  color: #90a4ac;
  margin: 0 5px;
}

a.print {
  color: #90a4ac;
  margin: 0 5px;
}

.loyalty-program .stats li label {
  min-width: 130px;
  display: inline-block;
  vertical-align: middle;
}

.loyalty-program .stats li p {
  max-width: 80px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #072c45;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.loyalty-program .stats li .btn {
  max-width: 90px;
  min-width: initial;
  width: 100%;
  font-size: 12px;
  border: 1px solid #072c45;
  padding: 6px 5px;
  display: inline-block;
  vertical-align: middle;
}

.loyalty-program .stats li select.tier {
  max-width: 180px;
  border: 1px solid #28485e;
}

.loyalty-program .stats li .select2-container--default .select2-selection--single {
  border: 1px solid #28485e;
  border-radius: 0 !important;
}

.loyalty-program .table-holder {
  margin: 10px 0 20px;
}

.loyalty-program .table-holder table {
  table-layout: auto;
}

.loyalty-program .table-holder table tr th.express {
  width: 35% !important;
}

.loyalty-program .table-holder table tr td:nth-child(4) {
  text-align: left;
}

.loyalty-program .table-holder table tr th:last-child {
  width: 25%;
}

.loyalty-program .table-holder table tr td:last-child {
  text-align: left;
  width: 30%;
}

.loyalty-program .redeem-holder {
  max-width: 240px;
  width: 100%;
  outline: 5px solid transparent !important;
  background: #f2f4f6;
  padding: 10px 0;
  border-radius: 5px;
  margin: 10px 5px;
  ;
  border: 1px solid #bbc6d0;
  display: inline-block;
  vertical-align: top;
}

.loyalty-program .redeem-holder:hover {
  outline: 5px solid #fff200 !important;
  border: 1px solid transparent;
}

.loyalty-program .redeem-holder .content-holder {
  max-width: 163px;
  text-align: left;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.loyalty-program .redeem-holder .content-holder p {
  font-size: 11px;
  font-weight: 300;
  color: #072c45;
  margin-bottom: 0;
  min-height: 31px;
}

.loyalty-program .redeem-holder .content-holder h3 {
  font-size: 11px;
  font-weight: 300;
  color: #072c45;
}

.loyalty-program .redeem-holder .content-holder h3 span {
  color: #71c8f0;
  font-size: 30px;
  font-weight: 400;
}

.loyalty-program .redeem-holder .content-holder h3 strong {
  font-weight: 400;
}

.loyalty-program .redeem-holder .icon-holder {
  max-width: 60px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.loyalty-program .statement-table tr td {
  text-align: center !important;
}


.request-call .main-content .content-holder {
  padding-right: 20px;
}

.profile-page .main-content .img-holder.va-top {
  vertical-align: top;
  padding-top: 15px;
}

.request-call .support-nav {
  width: 100%;
  margin: 20px 0 30px;
  text-align: left;
}

.request-call .support-nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

.request-call .support-nav li:first-child {
  margin-left: 0;
}

.request-call .support-nav li a {
  font-size: 14px;
  font-weight: 300;
  color: #162937;
  display: block;
  padding: 10px 0;
  border-bottom: 5px solid transparent;
}

.request-call .support-nav li a:hover {
  border-bottom: 5px solid #ffd700;
}

.request-call .support-nav li.active a {
  border-bottom: 5px solid #ffd700;
}


.profile-page.support-page .main-content {
  max-width: 900px;
}

.profile-page.support-page .main-content .content-holder {
  max-width: 490px;
}

.profile-page.support-page .form-holder ul li .file-upload-select {
  max-width: 100%; position:relative;
}

.profile-page.support-page .form-holder ul li .file-select-name {
  max-width: 89%;
}

.profile-page.support-page.open-tick .main-content {
  max-width: 100%;
  width: 100%;
}


.profile-page.change-pass .main-content {
  max-width: 930px;
}

.profile-page.change-pass .main-content .content-holder {
  max-width: 520px;
  margin-right: 20px;
}

/*.profile-page.manage-acct .main-content{max-width: 1140px; }*/
.profile-page.manage-acct .main-content .content-holder {
  max-width: 100%;
}

.profile-page.manage-acct .main-content .content-holder .form-holder {
  max-width: 720px;
  display: inline-block;
}

.profile-page.manage-acct .main-content .content-holder .btn-holder {
  text-align: left;
  margin-top: 11px;
}

.profile-page.manage-acct .main-content .content-holder .btn-holder .btn {
  margin-right: 13px;
}

.profile-page.manage-acct .main-content .content-holder .btn-holder .btn:last-child {
  margin: 0;
}

.profile-page.manage-acct .main-content .content-holder .btn-sideholder {
  max-width: 260px;
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
  padding-top: 8px;
}

.profile-page.manage-acct .main-content .content-holder .btn-sideholder .btn {
  display: block;
  margin: 0 0 25px;
}

.profile-page.live-acct .main-content .content-holder .form-holder {
  max-width: 510px;
  width: 100%;
  padding-right: 30px;
}

.profile-page.live-acct .main-content .content-holder .form-holder .btn-holder {
  text-align: center;
}

.profile-page.live-acct .main-content .content-holder .guide-holder {
  max-width: 500px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 25px 0 0 0;
}

.profile-page.live-acct .main-content .content-holder .guide-holder .guide {
  max-width: 225px;
  width: 100%;
  background: #e5ecf2;
  padding: 5px 10px 20px;
  margin: 5px;
  text-align: center;
  border-radius: 5px;
  vertical-align: top;
}

.profile-page.live-acct .main-content .content-holder .guide-holder.demo-guide .guide {
  padding: 20px 10px 20px;
  padding: 20px 10px 20px;
  min-height: 240px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.profile-page.live-acct .main-content .content-holder .guide-holder.demo-guide .guide p {
  min-height: 40px;
}

.profile-page.live-acct .main-content .content-holder .guide-holder .guide img {
  margin-bottom: 30px;
}

.profile-page.live-acct .main-content .content-holder .guide-holder .guide p {
  font-weight: 500;
}


.profile-page.add-label .main-content .content-holder {
  max-width: 100%;
}

.profile-page.add-label .form-holder {
  max-width: 490px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.profile-page.add-label .img-holder {
  max-width: 320px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}


.profile-page.internal-transfer .main-content .img-holder {
  max-width: 320px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.profile-page.internal-transfer .main-content .form-holder {}

.profile-page.internal-transfer .main-content .form-holder .btn-holder {
  text-align: center;
}

.profile-page.internal-transfer .main-content .content-holder .form-holder {
  max-width: 690px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}


.profile-page.reset-trading-pass .main-content {
  max-width: 700px;
}

.profile-page.reset-trading-pass .main-content .account-holder {
  max-width: 265px;
  vertical-align: top;
}

.profile-page.reset-trading-pass .main-content .account-holder .account {
  max-width: 265px;
  padding: 30px 10px;
  min-height: 287px;
}

.profile-page.reset-trading-pass .main-content .account-holder .account p {
  margin-bottom: 20px;
}

.profile-page.reset-pass .nav-holder ul {
  max-width: 510px;
  width: 100%;
}

.profile-page.reset-pass .nav-holder ul li {
  display: inline-block;
}

.profile-page.reset-pass .nav-holder p {
  max-width: 300px;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

.w-100 {
  width: 100%;
}

.position-relative {
  position: relative;
}

.profile-page.deposit-live .main-content {
  max-width: 100%;
}

.profile-page.deposit-live .main-content .nav-holder {
  width: 100%;
}

.profile-page.deposit-live .main-content .nav-holder li {
  display: inline-block;
}

.profile-page.deposit-live .acct-transfer li {
  display: flex;
  align-items: center;
  max-width: 420px;
  width: 100%;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
}

.profile-page.deposit-live .acct-transfer li.currency .cur {
  top: 0px;
  right: 0px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-page.deposit-live .acct-transfer ul {
  display: flex;
}

.profile-page.deposit-live .acct-transfer li label {
  display: inline-block;
  margin-right: 20px;
  flex: none;
}

.profile-page.deposit-live .acct-transfer li select {
  display: inline-block;
  width: 100%;
}

.profile-page.deposit-live .acct-transfer li input {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 40px;
}

.profile-page.deposit-live .acct-transfer li.fund input {
  max-width: 100px;
}

.profile-page.deposit-live .acct-transfer li.fund .btn {
  min-width: initial;
  vertical-align: top;
  padding: 7px 20px 6px;
}

.profile-page.deposit-live .acct-transfer {
  margin: 30px 0;
}

.profile-page.deposit-live .dep-nav {
  border-bottom: 1px solid #eaf5fe;
}

.profile-page.deposit-live .dep-nav ul {
  margin: 0;
}

.profile-page.deposit-live .dep-nav ul li {
  display: inline-block;
  vertical-align: middle;
}

.profile-page.deposit-live .dep-nav ul li a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #162937;
  padding: 10px 20px;
  border-bottom: 5px solid transparent;
}

.profile-page.deposit-live .dep-nav ul li.active a {
  border-bottom: 5px solid #ffd700;
}

.profile-page.deposit-live .dep-nav ul li:hover a {
  border-bottom: 5px solid #ffd700;
}

.profile-page.deposit-live .aaafx-wallet {
  max-width: 700px;
  margin: 30px 0;
}

.profile-page.deposit-live .aaafx-wallet ul li.f-left {
  padding-right: 50px;
}

.profile-page.deposit-live .aaafx-wallet ul li.f-right {
  padding-left: 50px;
}

.profile-page.deposit-live .aaafx-wallet ul li.f-right .cur {
  top: auto;
  bottom: 3px;
}

.profile-page.deposit-live .otp-holder {
  max-width: 310px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.profile-page.deposit-live .otp-holder label {
  margin: 0 5px 0 0;
}

.profile-page.deposit-live .otp-holder input[type="text"] {
  max-width: 150px;
  width: 100%;
  min-height: 37px;
  border: 1px solid #28485e;
  padding: 5px 10px;
  font-size: 14px;
  margin-right: -5px;
}

.profile-page.deposit-live .otp-holder * {
  display: inline-block;
  vertical-align: middle;
}

.profile-page.deposit-live .dep-demo {
  max-width: 340px;
}

/*.profile-page.transactions-dep .acct-transfer li{max-width: 200px;}*/
.profile-page.transactions-dep .widthraw-form {
  max-width: 700px;
}

.profile-page.transactions-dep .widthraw-form .f-left {
  padding-right: 50px;
}

.profile-page.transactions-dep .widthraw-form .f-right {
  padding-left: 50px;
}


.profile-page.bonus-page .dep-nav ul li a {
  text-align: center;
  padding: 10px 30px;
  min-width: 135px;
}

/*.profile-page.bonus-page .acct-transfer li{max-width: 350px;}*/
.profile-page.bonus-page .acct-transfer li .currency input {
  width: 100%;
  max-width: 100%;
}

.profile-page.bonus-page .acct-transfer li .currency .cur {
  white-space: nowrap;
}

.profile-page.bonus-page .btn-rem {
  color: #FFF;
  max-width: 70px;
  width: 100%;
  display: inline-block;
  min-width: 70px;
  padding: 8px 5px 7px;
  margin: 0 5px;
}

.profile-page.bonus-page .bonus-form {
  max-width: 100%;
}

.profile-page.bonus-page .bonus-form .checkbox {
  width: 100% !important;
  color: #000;
}

.profile-page.bonus-page .bonus-form .checkbox span {
  border: 1px solid #073763;
}

.profile-page.bonus-page .bonus-form .checkbox p {
  color: #000;
  font-size: 12px;
}

.profile-page.bonus-page .bonus-form .checkbox p a {
  font-size: 12px;
}

.profile-page.refer-page .dep-nav {
  margin-bottom: 20px;
}

.profile-page.refer-page .main-content .content-holder {
  max-width: 670px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.profile-page.refer-page .main-content .img-holder {
  max-width: 320px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.profile-page.refer-page .refer-holder {
  text-align: center;
  max-width: 260px;
  width: 100%;
  margin: 20px auto;
  font-size: 16px;
  color: #162937;
  border: 1px solid #073763;
  border-radius: 3px;
  padding: 10px 45px;
  font-size: 16px;
}

.profile-page.refer-page .refer-holder p {
  font-size: 16px;
  margin: 0;
}

.profile-page.refer-page .refer-holder span {
  font-weight: 600;
}

.profile-page.refer-page .share-input {
  position: relative;
  max-width: 480px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.profile-page.refer-page .share-input a {
  position: absolute;
  top: 6px;
  right: 5px;
}

.profile-page.refer-page .btn-share {
  max-width: 185px;
  margin-left: -3px;
  display: inline-block;
  vertical-align: middle;
}


.checkbox {
  position: relative;
  width: 21px;
  height: 21px;
  margin: 0 auto;
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.checkbox span {
  display: block;
  margin: 0 auto;
  width: 21px;
  height: 21px;
  background: url('../images/check.png') no-repeat;
}

.checkbox input[type="checkbox"]:checked~span {
  width: 21px;
  height: 21px;
  background: url('../images/checked.png') no-repeat;
}


.pamm-content .title-holder {
  max-width: 570px;
  width: 100%;
  margin: 30px 0;
}

.pamm-content .title-holder h4 {
  margin-bottom: 5px;
}

.pamm-manager {
  max-width: 570px;
  width: 100%;
  border: 1px solid #959595;
  border-radius: 5px;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
}

.pamm-manager.ib-content {
  border: none;
}

.ib-content2 p {
  margin: 0;
}

.pamm-manager h3 {
  font-size: 18px;
  font-weight: 400;
  color: #162937;
  margin-bottom: 15px;
}

.pamm-manager ul {
  padding-left: 20px;
}

.pamm-manager ul li {
  font-size: 12px;
  font-weight: 300;
  color: #162937;
  list-style-type: disc;
  margin: 10px 0;
}

.pamm-benefits {
  max-width: 400px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.pamm-benefits .benefits {
  margin: 0 5px 14px;
  border-radius: 5px;
  max-width: 180px;
  width: 100%;
  background: #073763;
  color: #FFF;
  font-size: 12px;
  padding: 30px 5px 10px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  min-height: 105px;
  position: relative;
}

.pamm-benefits .benefits p {
  color: #FFF;
}

.pamm-benefits.ib-content2 .benefits {
  padding: 15px 10px 10px;
}

.auto-page .auto-content {
  max-width: 260px;
  width: 100%;
  text-align: center;
  padding: 12px 10px;
  color: #71c8f0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #496c8d;
  border-radius: 5px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.03);
  margin: 10px auto;
}

.auto-page .auto-content p {
  color: #71c8f0;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.auto-page .auto-holder {
  text-align: center;
}

.auto-page .auto-holder .colu {
  text-align: center;
  max-width: 255px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.auto-page .auto-holder .mid-col {
  max-width: 380px;
  width: 100%;
}

.auto-page .auto-holder .mid-col img {
  width: 70%;
}

.auto-page .auto-holder .mid-col h3 {
  font-size: 24px;
  color: #073763;
}

.auto-page .auto-holder .mid-col ul {
  display: block;
  margin: 0;
  text-align: left;
  list-style: disc;
  padding: 10px 20px;
}

.auto-page .auto-holder .mid-col ul li {
  list-style-type: disc;
  padding: 0 20px;
  list-style-position: inside;
}

.auto-page .auto-holder .colu .auto-content {
  text-align: center;
  padding: 15px 15px;
  background: #073763;
  min-height: 85px;
}

.auto-page .auto-holder .colu .auto-content h4 {
  font-size: 14px;
  color: #71c8f0;
  font-weight: 400;
  margin-bottom: 3px;
}

.auto-page .auto-holder .colu .auto-content p {
  font-size: 14px;
  color: #FFF;
  font-weight: 300;
}


.copy-page .auto-content img {
  margin-bottom: 5px;
}

.copy-page .auto-holder .colu .auto-content {
  padding: 10px 25px;
  min-height: 50px;
}

.copy-page .auto-holder .colu .auto-content h4 {
  font-size: 13px;
}

.copy-page .auto-holder .mid-col {
  max-width: 340px;
}

.copy-page .auto-holder .mid-col .auto-content {
  min-height: 340px;
  max-width: 300px;
  width: 100%;
  text-align: center;
  padding: 30px;
  color: #71c8f0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #496c8d;
  border-radius: 5px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.03);
  margin: 10px auto;
  background: #FFF;
}

.copy-page .auto-holder .mid-col .auto-content h4 {
  font-size: 16px;
  margin-bottom: 40px;
}

.copy-page .auto-holder .mid-col .auto-content p {
  font-size: 14px;
  color: #111111;
  text-align: left;
  margin-bottom: 10px;
}


.vps-plans {
  /*text-align: center;*/
  margin: 50px 0;
}

.vps-plans .plan-main {
  max-width: 290px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.vps-plans .plan-holder {
  padding: 20px 0;
  padding-bottom: 20px;
}

.vps-plans .box-shadow {
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  overflow: hidden;
}

.vps-plans .plan-main:hover .box-shadow {
  box-shadow: 2px 2px 24px rgba(11, 46, 78, 0.4);
}

.vps-plans .plan-main .title-holder {
  margin: 0;
  background: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  padding: 20px 10px;
}

.vps-plans .plan-main .title-holder h3 {
  font-size: 16px;
  font-weight: 300;
}

.vps-plans .plan-main.bronze .plan-holder {
  background: #c55715;
}

.vps-plans .plan-main.bronze h3 {
  color: #c55715;
}

.vps-plans .plan-main.bronze .box-shadow {
  margin-bottom: 65px;
}

.vps-plans .plan-main.silver .box-shadow {
  margin-bottom: 65px;
}

.vps-plans .plan-main.gold .box-shadow {
  margin-bottom: 65px;
}

.vps-plans .plan-main.silver {
  position: relative;
}

.vps-plans .plan-main.silver {
  margin: 0 -10px 0;
}

.vps-plans .plan-main.silver .plan-holder {
  background: #c5c5c5;
  position: relative;
}

.vps-plans .plan-main.silver h3 {
  color: #c0c0c0;
}

.vps-plans .plan-main.gold .plan-holder {
  background: #b69d67;
}

.vps-plans .plan-main.gold h3 {
  color: #ac9863;
}

.vps-plans .plan-main ul li {
  position: relative;
  padding: 5px 16px;
  text-align: center;
}

.vps-plans .plan-main ul li:after {
  content: url('../images/line-bg.png');
  display: block;
}

.vps-plans .plan-main ul li:last-child:after {
  display: none;
}

.vps-plans .plan-main ul li p {
  color: #FFF;
  margin: 0;
}

.vps-plans .plan-main:hover {
  margin: -40px 0 0;
  position: relative;
  z-index: 3;
}

.vps-plans .plan-main:hover .plan-holder {
  min-height: 375px;
}

.vps-plans .plan-main:hover .plan-holder ul {
  margin-top: 35px;
}

.vps-plans .plan-main.silver:hover {
  margin: -40px -10px 0;
}


.login-page {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  position: relative;
  background: url('../images/video-poster.jpg')no-repeat;
  background-size: cover;
}

.login-page #main-wrapper {
  padding: 0;
}

.login-page .video-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.login-page .video-holder video {
  width: 100vw;
  height: 100%;
  position: absolute;
  object-fit: cover;
  min-height: 600px;
}

.login-page .login-holder {
  max-width: 320px;
  width: 100%;
  text-align: center;
}

.login-page .login-holder h1 {
  margin: 20px 0;
  font-size: 60px;
  font-weight: 300;
  color: #FFF;
}

.login-page .login-holder .form-holder {
  text-align: left;
}

.login-page .login-holder .form-holder label {
  color: #FFF;
}

.login-page .login-holder .form-holder input {
  background: transparent;
  border: 1px solid #FFF;
  color: #70c8f0;
}

.login-page .login-holder .form-holder input {
  background: transparent;
  border: 1px solid #FFF;
  color: #70c8f0;
}

.login-page ul li a {
  font-size: 12px;
  color: #70c8f0;
  display: block;
  margin: 5px 0;
}

.login-page ul li a:hover {
  color: #6dd1ff;
}

.login-page .btn-holder {
  width: 100%;
}

.login-page .btn-holder .btn {
  width: 100%;
}

.login-page .login-holder .btn-holder .btn {
  width: 100%;
  border: none;
  padding: 8px 10px;
}

.login-page .links p {
  color: #FFF;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}

.login-page .links a {
  font-weight: 300;
  font-size: 14px;
  color: #71c9f1;
  text-transform: uppercase;
}

.login-page .links a:hover {
  color: #6dd1ff;
}

.checkbox2 {
  width: 120px;
  height: initial;
  margin: 0;
}

.checkbox2 span {
  width: 14px;
  height: 14px;
  background: url('../images/check2.png') no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.checkbox2 p {
  color: #FFF;
  font-size: 12px;
  display: inline-block;
  font-weight: 300;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.checkbox2 input[type="checkbox"] {
  min-height: initial;
}

.checkbox2 input[type="checkbox"]:checked~span {
  width: 14px;
  height: 14px;
  background: url('../images/checked2.png') no-repeat;
  display: inline-block;
  vertical-align: middle;
}


.register-page .login-page {
  min-height: 900px;
}

.reset-pass .login-page {
  min-height: 500px;
}

.reset-pass .register-holder {
  max-width: 470px;
  width: 100%;
}

.register-page.login-page .toggle-pass {
  display: block;
  position: absolute;
  bottom: 4px;
  right: 8px;
  z-index: 2;
  cursor: pointer;
  color: #162937;
}

.login-page .toggle-pass {
  display: block;
  position: absolute;
  bottom: 4px;
  right: 8px;
  z-index: 2;
  cursor: pointer;
  color: #fff;
}

.register-holder {
  padding: 20px;
  text-align: center;
}

.register-holder .form-holder {
  max-width: 470px;
  width: 100%;
  display: block;
  padding: 20px;
  border-radius: 10px;
  background: #FFF;
  text-align: left;
}

.register-holder .links {
  margin: 5px 0;
}

.register-holder h3 {
  font-size: 30px;
  font-weight: 300;
}

.register-holder hr {
  display: block;
  max-width: 110px;
  margin: 10px auto;
  background: #073763;
  width: 100%;
  height: 3px;
  border: none;
}

.register-holder .checkbox2 {
  width: 100%;
  position: relative;
}

.register-holder .checkbox2 span {
  border: 1px solid #000;
}

.register-holder .checkbox2 input {
  width: 100%;
  height: 100%;
}

.register-holder .checkbox2 p {
  color: #1b9ad4;
  font-size: 12px;
  margin: 2px 5px 0;
}

.register-holder .checkbox2 p a {
  color: #1b9ad4;
  font-size: 12px;
  display: inline-block;
  text-decoration: underline !important;
}

.d-flex {
  display: flex !important;
}

.underline {
  text-decoration: underline !important;
}

.routerLink {
  margin-right: 10px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.white {
  color: #ffffff;
}

.align-items-center {
  align-items: center;
}

.align-items-top {
  align-items: top;
}

.justify-content-between {
  justify-content: space-between;
}

/* Responsive */
@media (min-width: 320px) and (max-width: 1180px) {
  #main-container {
    height: auto !important;
  }

  .footerSection {
    position: relative !important;
  }
}

@media only screen and (max-width: 1584px) {
  .dashboard-page .main-content .balances-sec .listing .balance-holder p:last-child {
    display: block;
  }

  .dashboard-page .main-content .balances-sec .holder {
    padding: 2px 10px 5px;
  }
}

@media only screen and (max-width: 1345px) {
  .menu-nav-link {
    display: block !important;
    font-size: 16px;
    margin: 7px 0 0 70px;
  }

  .menu-nav-link a {
    font-size: 24px;
    color: #71c8f0;
  }

  #main-wrapper {
    padding-left: 0;
    width: 100% !important;
  }

  .toggle-sidebar #main-wrapper {
    padding-left: 0;
  }

  /* .sidebar{display: none; position: absolute; height:calc(100% - 63px);} */
  .sidebar {
    position: fixed;
    z-index: 99;
  }

  .profile-page.deposit-live .acct-transfer li {
    vertical-align: bottom;
    max-width: 49%;
    width: 100%;
  }

  .profile-page.deposit-live .acct-transfer li input {
    max-width: 100%;
  }

  .profile-page.deposit-live .acct-transfer li.currency .cur {
    top: 0px;
    right: 3px;
  }
}


@media only screen and (max-width: 1095px) {
  .profile-page.deposit-live .acct-transfer ul{
    flex-wrap: wrap;
    column-gap: 30px;
  }
  .profile-page.deposit-live .acct-transfer li{
    max-width: calc((100% - 30px) / 2);
    margin-right: 0;
  }
  .profile-page.deposit-live .acct-transfer li label{
    min-width: 125px;
  }
  .dashboard-page .main-content {
    min-width: initial;
    width: 100%;
  }

  .dashboard-page .main-content .balances-sec {
    min-width: 100%;
  }

  .dashboard-page .sideboard {
    width: 100%;
    padding: 0;
  }

  .dashboard-page .sideboard .promotions-holder {
    max-width: 100%;
    background: #ffd700;
    text-align: center;
    background-position: 100% 0;
    min-height: initial;
  }

  .dashboard-page .sideboard .promotions-holder br {
    display: none;
  }

  .dashboard-page .sideboard .promotions-holder .img-holder {
    width: 250px;
    height: 250px;
    margin: 30px auto 20px;
    border-radius: 50%;
    padding: 20px;
    background: #FFF;
  }

  .dashboard-page .sideboard .promotions-holder .img-holder img {
    margin-top: 20px;
  }

  .dashboard-page .sideboard .wallet-balance .balances-holder .balance {
    width: 49%;
    display: inline-block;
  }

  .dashboard-page .main-content .trading-id {
    width: 100%;
    margin: 10px 0;
  }

  .dashboard-page .main-content .balances-sec {
    min-width: initial;
    width: 100%;
  }

  .profile-page.deposit-live .main-content .nav-holder li {
    width: 48%;
    margin: 5px;
  }

  .profile-page.deposit-live .main-content .nav-holder li .btn {
    width: 100%;
  }

  .pamm-manager {
    margin: 20px auto;
    display: block;
  }

  .pamm-benefits {
    margin: 20px auto;
    display: block;
    text-align: center;
  }

  .profile-page.personal-details .main-content .img-holder {
    margin: 20px 0;
    text-align: center;
    max-width: 100%;
  }

  .profile-page.personal-details .main-content .content-holder {
    max-width: 100%;
  }

  .profile-page .main-content .profile-complete {
    max-width: 100%;
  }

  .profile-page .main-content .form-holder.half-width {
    max-width: 100%;
  }

  .profile-page .main-content .nav-holder .btn {
    float: none;
    max-width: 100%;
    margin: 5px 0;
    width: 100%;
  }

  .profile-page.manage-acct .main-content .content-holder .btn-sideholder {
    max-width: 100%;
    margin-left: 0;
  }

  .profile-page.manage-acct .main-content .content-holder .form-holder {
    max-width: 100%;
  }

  .profile-page.manage-acct .main-content .content-holder .btn-sideholder .btn {
    display: inline-block;
    margin-right: 20px;
  }

  .dashboard-page .main-content .balances-sec {
    padding-left: 0;
    width: 80%;
  }
}

@media only screen and (max-width: 980px) {
  .auto-page .auto-holder .colu {
    display: block;
    margin: 5px auto;
  }
  .calxHeight{
    height: unset !important;
  }

  .table-holder {
    max-width: 950px;
    overflow: scroll;
  }

  .table-holder table {
    width: 1100px !important;
    max-width: initial;
  }

  .profile-page.change-pass .main-content {
    display: flex;
    flex-direction: column;
  }

  .profile-page.change-pass .main-content .img-holder {
    order: 2;
    text-align: center;
    margin: 10px 0;
    max-width: 100%;
  }

  .profile-page.change-pass .main-content .content-holder {
    order: 3;
  }
}

@media only screen and (max-width: 950px) {

  .profile-page.support-page .main-content {
    max-width: 100%;
  }

  .profile-page.add-label .main-content .content-holder .row-sec {
    display: flex;
    flex-direction: column;
  }

  .profile-page.add-label .main-content .content-holder .row-sec .img-holder {
    order: 1;
    max-width: 100%;
    text-align: center;
  }

  .profile-page.add-label .main-content .content-holder .row-sec .form-holder {
    order: 2;
    max-width: 100%;
  }

  .profile-page.add-label .main-content .content-holder .btn-holder .btn {
    width: 100%;
    margin: 5px 0;
  }

  .profile-page.live-acct .main-content .content-holder .form-holder {
    max-width: 100%;
  }

  .profile-page.live-acct .main-content .content-holder .guide-holder {
    margin: 20px auto;
    display: block;
  }

  .vps-plans .plan-main {
    display: block;
    margin: 10px auto;
  }

  .vps-plans .plan-main.silver {
    margin: 10px auto;
  }

  .vps-plans .plan-main.gold .box-shadow {
    margin-bottom: 25px;
  }

  .vps-plans .plan-main.bronze .box-shadow {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 845px) {
  .dashboard-page .main-content .balances-sec {
    padding-left: 0;
    width: 70%;
  }

  .dashboard-page .main-content .first-sec.dropdown {
    width: 30%;
  }
}

@media only screen and (max-width: 800px) {
  .profile-page.bonus-page .acct-transfer li {
    max-width: 100%;
  }

  .profile-page.deposit-live .acct-transfer li label {
    display: block;
  }

  .profile-page.deposit-live .acct-transfer li select {
    max-width: 100%;
  }

  .profile-page.internal-transfer .main-content .img-holder {
    max-width: 100%;
    text-align: center;
  }

  .profile-page.refer-page .main-content .img-holder {
    max-width: 100%;
    text-align: center;
  }

  .profile-page.refer-page .btn-share {
    max-width: 100%;
    margin: 0;
  }

  .profile-page.refer-page .share-input {
    max-width: 100%;
  }

  .profile-page.transactions-dep .widthraw-form {
    max-width: 100%;
  }

  .profile-page.transactions-dep .widthraw-form li {
    width: 100%;
  }

  .profile-page.transactions-dep .widthraw-form .f-left {
    padding: 0;
  }

  .profile-page.transactions-dep .widthraw-form .f-right {
    padding: 0;
  }

  .loyalty-program .stats li.icons {
    max-width: 100%;
    margin: 10px 0;
    text-align: center !important;
  }
}

@media only screen and (max-width: 767px){
.fullMob {
    max-width: 100% !important;
}
  .account-holder .name-holder{
    width: 100%;
  }
  .headerSection .account-holder .profile-sub{
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .headerSection .account-holder .points-holder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 10px;
  }
  .headerSection .account-holder .profile-sub .arrow{
    width: 30px;
    text-align: right;
  }
  .account-holder .mr-10{
    margin-right: 0;
  }
  .headerSection .account-holder{
    padding: 2px 0;
  }
  .profile-page.deposit-live .acct-transfer li label{
    min-width: 125px;
  }
  .profile-page.deposit-live .acct-transfer li{
    max-width: 100%;
    margin-right: 0;
  }
  .footerSection .bottom-footer .logo-wrap {
    margin-right: 15px !important;
  }
  .footerSection .bottom-footer .logo-wrap img{
    max-width: 85px;
  }
  .calxHeight{
    height: unset !important;
  }
  .headerSection .account-holder .profile-sub .name{
    display: flex;
  }
}

@media only screen and (max-width: 740px) {
  .loyalty-program .stats li {
    max-width: 49%;
  }

  .loyalty-program .stats li label {
    display: block;
  }

  .loyalty-program .stats li input {
    width: 100%;
  }

  .profile-page.manage-acct .main-content .content-holder .btn-sideholder {
    text-align: center;
  }

  .btn-link {
    max-width: 80%;
    width: 100%;
    margin: 10px auto !important;
    text-align: left;
  }

  .profile-page.manage-acct .main-content .content-holder .btn-holder {
    text-align: center;
  }
}

@media only screen and (max-width: 690px) {
  .auto-page .auto-content {
    max-width: 100%;
    margin: 20px 0;
  }

  .auto-page .auto-holder .colu {
    max-width: 80%;
    margin: 10px auto;
  }

  .profile-page.deposit-live .main-content .nav-holder li {
    width: 100%;
    margin: 5px 0;
  }

  .profile-page.deposit-live .aaafx-wallet ul li.f-left {
    padding: 0;
  }

  .profile-page.deposit-live .aaafx-wallet ul li.f-right {
    padding: 0;
  }

  .form-holder ul li.half-width {
    width: 100%;
    padding: 0;
    margin: 5px 0;
  }

  .form-holder ul li.half-width.f-left {
    padding-right: 0;
  }

  .form-holder ul li.half-width.f-right {
    padding-left: 0;
  }

  .profile-page.deposit-live .dep-nav ul li {
    width: 100%;
    border-bottom: 1px solid #d5e5ec;
  }

  .profile-page.deposit-live .dep-nav ul li:last-child {
    border-bottom: none;
  }

  .profile-page.deposit-live .acct-transfer li {
    max-width: 100%;
  }

  .profile-page.deposit-live .acct-transfer li input {
    max-width: 100%;
  }

  .profile-page.deposit-live .acct-transfer li.fund input {
    max-width: 100%;
  }

  .profile-page.deposit-live .acct-transfer li.fund .btn {
    max-width: 100%;
    width: 100%;
    margin: 5px 0;
  }

  .profile-page.deposit-live .dep-demo {
    max-width: 100%;
  }

  .refer-page .half-width {
    width: 100%;
  }

  .profile-page.refer-page .share-input input {
    padding-right: 50px;
  }

  .register-holder {
    width: 75%;
  }

  .dashboard-page .main-content .balances-sec {
    padding-right: 0;
    margin: 0 0 10px;
    width: 100%;
  }

  .dashboard-page .main-content .first-sec.dropdown {
    width: 100%;
  }
}

@media only screen and (max-width: 625px) {
  .dashboard-page .main-content .balances-sec .listing {
    display: block;
  }

  .dashboard-page .main-content .balances-sec .listing .balance-holder {
    width: 45%;
    display: inline-block;
  }

  .headerSection .account-holder {
    max-width: 280px;
  }

  .request-call .support-nav ul li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e7f0f7;
  }

  .request-call .support-nav ul li:last-child {
    border-bottom: none;
  }
}

@media only screen and (max-width: 575px) {
  .headerSection .left-nav {
    width: 100%;
  }
  .headerSection .account-holder .profile-sub{
    margin-top: 11px;
  }

  .headerSection .left-nav .menu-nav-link {
    float: right;
    padding-right: 6px;
  }

  .headerSection .account-holder {
    max-width: 100%;
  }

  .headerSection .account-holder .name-holder {
    max-width: 100%;
  }

 

  .headerSection .account-holder .points-holder * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
  }

  .sidebar {
    height: calc(100% - 102px);
    top: 113px;
  }
  .country_selector.LangafterLogin{
    position: absolute;
    top: 11px;
    right: 48px;
  }

}

@media only screen and (max-width: 555px) {
  .profile-page.live-acct .main-content .content-holder .guide-holder {
    text-align: center;
  }

  .profile-page.live-acct .main-content .content-holder .guide-holder .guide {
    max-width: 100%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 540px) {
  .form-holder .radio {
    max-width: 100%;
    margin: 5px 0;
  }

  .profile-page.live-acct .main-content .content-holder .form-holder {
    padding-right: 0;
  }

  .form-holder.form-joint {
    max-width: 100%;
  }

  .btn-link {
    max-width: 100%;
    width: 100%;
    margin: 10px auto !important;
    text-align: left;
  }

  .profile-page.support-page .form-holder ul li .file-select-name {
    max-width: 80%;
  }
}

@media only screen and (max-width: 510px) {

  .auto-page .btn-holder .btn {
    width: 100%;
  }

  .auto-page .auto-holder .colu {
    max-width: 100%;
  }

  .loyalty-program .stats li select.tier {
    max-width: 100%;
  }

  .request-call .main-content .content-holder {
    padding-right: 0;
  }

  .loyalty-program .badges-holder .colu svg {
    display: none;
  }
}

@media only screen and (max-width: 490px) {
  .form-holder ul li .file-upload-select {
    max-width: 100%;
  }

  .form-holder ul li .file-select-name {
    max-width: 270px;
  }

  .loyalty-program .stats li {
    max-width: 100%;
  }

  .loyalty-program .stats li .btn {
    max-width: 100%;
    margin: 5px 0;
  }

  .loyalty-program .stats li p {
    max-width: 100%;
  }

  .register-holder {
    width: 85%;
  }

  .register-page .login-page {
    min-height: 990px;
  }

  .reset-pass .login-page {
    min-height: 500px;
  }

  .profile-page.reset-pass .nav-holder ul li {
    width: 100%;
  }

  .profile-page.reset-trading-pass .main-content .account-holder {
    margin: 30px auto;
    display: block;
  }

}

@media only screen and (max-width: 470px) {
  .btn-holder .btn {
    width: 100%;
    margin: 5px 0;
  }

  .pamm-benefits.ib-content2 .benefits {
    max-width: 100%;
    margin: 5px 0;
    min-height: initial;
    padding: 30px 5px;
  }

  .pamm-benefits .benefits br {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  .dashboard-page .main-content .balances-sec .listing .balance-holder {
    width: 100%;
  }

  .dashboard-page .sideboard .wallet-balance .balances-holder .balance {
    width: 100%;
  }

  .dashboard-page .sideboard .wallet-balance .balances-holder .drop-search {
    width: 50% !important;
  }

  .content-container .page-wrap {
    padding: 12px;
  }

  .profile-page .main-content .nav-holder .btn {
    min-width: 100%;
  }

  .profile-page.deposit-live .otp-holder input[type="submit"] {
    padding: 8px 15px 7px;
    min-width: 20px;
  }

  .form-holder ul li .text-value2 .chat p {
    width: 100%;
  }

  .form-holder ul li.date-holder:after {
    bottom: 5px;
    right: 10px;
  }
}

@media only screen and (max-width: 390px) {

  .profile-page.bonus-page .dep-nav ul li a {
    min-width: 90px;
    padding: 10px 20px;
  }

  .profile-page.bonus-page .acct-transfer li .currency .cur {
    width: 110px;
  }

  .form-holder ul li .file-select-name {
    max-width: 240px;
  }
}

@media only screen and (max-width: 350px) {

  .form-holder ul li .file-select-name {
    max-width: 200px;
  }
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 10px;
}

.toggle-password svg.feather {
  width: 15px;
}

.errorMsg {
  color: white;
}

#pr-box.light {
  color: #2d2f31;
}

#pr-box {
  font: 13px/16px sans-serif;
  position: absolute;
  z-index: 1000;
  width: 300px;
  max-width: 100%;
}

#pr-box.light p {
  background-color: #073763;
  color: #f1f1f1;
}

#pr-box p {
  padding: 20px;
  margin: 0;
  background: #073763;
}

#pr-box.light ul {
  background-color: #f1f1f1;
}

#pr-box ul {
  padding: 10px;
  margin: 0;
}

#pr-box ul li {
  list-style: none;
  padding: 0 0 7px;
}

#pr-box.light ul li span {
  background-color: #f1f1f1;
  border: 3px solid #073763;
}

#pr-box ul li span {
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  border-radius: 100%;
  margin-right: 15px;
}

#pr-box.light ul li span.pr-ok {
  background-color: #073763;
  border: 3px solid #073763;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.white,
.white:hover,
.white:focus,
.form-holder ul li label.white {
  color: #fff;
}

.popup-content.popup-small {
  overflow: hidden;
}

span[role="alert"] {
  color: #ff0000;
}

.d-block {
  display: block !important;
}

.listAlign p {
  position: relative;
  padding-left: 20px;
}

.listAlign p span {
  position: absolute;
  left: 0;
}

.float-label {
  color: var(--black);
  text-transform: capitalize;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 15px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all .2s ease;
}

.error .float-field+.float-label,
.float-field:focus+.float-label,
.float-field:not(:placeholder-shown)+.float-label {
  font-size: 11px;
  line-height: 1;
  top: 15px;
  background: #fff;
  left: 20px;
}

.addressBox {
  margin-top: 20px;
  background-color: rgb(109 221 24);
  padding: 1%;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  position: relative;
}

button.copy {
  position: absolute;
  right: 5px;
  background: #acff6d;
  padding: 4px 7px;
  top: 4px;
  border-radius: 4px;
}

p.copytext {
  position: absolute;
  top: 0;
  right: 0;
  top: -33px;
  background: #073763;
  color: #fff;
  padding: 6px;
  border-radius: 6px;
  font-size: 12px;
}

.bottom-footer .mb-3 {
  margin-bottom: 12px;
}

.file-upload-select.multiUpload,
.setUpFxaccount li {
  display: flex;
  align-items: center;
}

.profile-page.support-page .form-holder ul li .multiUpload .file-select-name {
  max-width: 100%;
  position: relative;
  z-index: 99;
}

.profile-page.support-page .form-holder ul li .multiUpload .file-select-button {
  position: relative;
  z-index: 99;
}

.setUpFxaccount li a.btn {
  padding: 0 0 0 10px;
  min-width: auto;
}

.setUpFxaccount {
  background: var(--white);
  padding: 0 15px;
  border-radius: 4px;
}

.uploadShowMenu {
  bottom: 90px;
  position: absolute;
  left: 0px;
  max-width: 400px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
  z-index: -1;
  transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s;
  box-shadow: 0 0 11px 1px rgb(231 246 255 / 30%);
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
}

.uploadShowMenu.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0s, 0s, .3s;
}

.sptIcon {
  position: relative;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgb(231 246 255) !important;
  border-radius: 50%;
}

.ticketDocs {
  clear: both;
}

.flex-none {
  flex: none;
}

.disclaimer .mr-3 {
  margin-right: 30px;
}

.themeSelect .holder {
  padding: 4px !important;
}

.calcTrader {
  width: 100%;
  height: calc(100vh - 70px);
}

.roleAD .btn.btn-secondary.large {
  width: 80px;
  text-align: center;
}

.holder.customBtn.mr-3 {
  margin-right: 10px;
}

.profile-page.bonus-page .bonus-form .checkbox.w-auto {
  width: auto !important;
  margin: -2px 9px 0 0;
}

.elips {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 40px;
  white-space: nowrap;
}

.customCheckBox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 12px 0 0px 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.customCheckBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.customCheckBox:hover input~.checkmark {
  background-color: #ccc;
}

.customCheckBox input:checked~.checkmark {
  background-color: #073763;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.customCheckBox input:checked~.checkmark:after {
  display: block;
}

.customCheckBox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

form.max-400 {
  max-width: 400px;
}

/* 251122 */
.chat {
  clear: both;
}

.chat.t-right .fullDocument {
  background: #eaf5fe;
  padding: 10px 10px;
  float: right;
  margin: 3px 0 22px 0;
  border-radius: 4px;
  font-size: 13px;
  max-width: 80%;
  position: relative;
}

.chat.t-left .fullDocument {
  background: #073763;
  color: #fff !important;
  padding: 10px;
  /* display: inline-flex; */
  display: inline-block;
  justify-content: flex-start;
  margin: 3px 0 22px 0;
  border-radius: 4px;
  font-size: 13px;
  max-width: 80%;
  position: relative;
}

.chat .fullDocument .date {
  position: absolute;
  bottom: -23px;
  color: var(--titlecolor);
  line-height: 1;
  right: 0;
  min-width: 150px;
  text-align: right;
  opacity: .5;
  font-size: 11px;
}

.chat .fullDocument:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #eaf5fe;
  position: absolute;
  content: "";
  right: -7px;
  top: 1px;
}

.chat.t-left .fullDocument:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #073763;
  left: -7px;
  right: inherit;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.chat.t-left .fullDocument .date {
  right: inherit;
  left: 0;
}

.chat.t-left p {
  color: #fff !important;
  margin: 0;
  font-size: 13px;
}

.dateView {
  display: inline-flex;
  background: rgb(113 200 240 / 22%);
  padding: 5px;
  border-radius: 4px;
  margin: 6px 0 1px 0;
}

.dateView p {
  color: #fff;
  font-size: 11px;
  margin: 0 6px 0 0;
  line-height: 20px;
}

.dateView span {
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dateView a {
  color: #162937;
}

.form-holder ul li .text-value2 {
  max-height: 290px;
}

.open-ticket-head {
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-bottom: 20px;
}

.open-ticket-head .mr-2 {
  margin-right: 5px;
}

.open-ticket-head .mt-2 {
  margin-top: 5px;
}

.open-ticket-head span {
  margin: 0 5px;
}

.open-ticket-head svg.feather {
  color: #71c8f0
}

.mxinherit {
  max-width: inherit !important;
}

.open-ticket-border {
  border: 1px solid #ddd !important;
}
.border-0{border:0!important;}
.submit-box {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.replybox {
  width: calc(100% - 120px);
}

.msg_send_btn {
  background: #ffa003;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 34px;
  position: relative;
  right: 0;
  top: 0;
  min-width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  margin: 0 15px;
}

.d-none {
  display: none !important;
}
.mt5{margin-top:20px;}

.submit-box input[type="file"] {
  position: absolute;
  top: -16px!important;
  left: 0;
  width: 50px!important;
  height: 50px!important;
  opacity: 0;
  cursor: pointer;
}
.open-ticket-border .file-select-name {
  padding: 6px 8px;
  border: 0!important;
  max-width: 330px;
  width: 100%;
  display: inherit!important;
  vertical-align: middle;
  min-height:  inherit!important;
  overflow: hidden;
}
.m2{margin:0 10px ;}
.ltWer {
    margin-bottom: 20px;
}
.onclickList {
    background: #f7f7f7;
    padding: 20px 30px;
}
.form-holder ul.listSpace li.half-width.f-left {
    padding-right: 25px;
}

/*=== Language ===*/
.loginregister .countrypos {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999;
}
.countrypos:before {
  background-image: url('../images/chevron-down.svg');
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 0;
  top: 9px;
}
.country_selector_btn_wrapper {
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 8px;
}
.country_selector .country_selector_flag {
  height: 18px;
  width: 18px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  background: url('../images/language-flags.png') no-repeat;
  background-size: 100%;
}

.country_selector .country_selector_flag.flag-eng {
  background-position: 0 0;
}
.country_selector .country_selector_flag.flag-spa{
  background-position: 0 -19px;
}
.country_selector .country_selector_flag.flag-arb{
  background-position: 0 -38px;
}
.country_selector .country_selector_flag.flag-chi{
  background-position: 0 -57.5px;
}
.country_selector .country_selector_flag.flag-fil{
  background-position: 0 -76.5px;
}
.country_selector .country_selector_flag.flag-ms{
  background-position: 0 -96px;
}
.country_selector .country_selector_flag.flag-th{
  background-position: 0 -115px;
}
.country_selector .country_selector_flag.flag-vt{
  background-position: 0 -134px;
}
.country_selector .country_selector_flag.flag-id{
  background-position: 0 -153px;
}


.country_selector_btn_wrapper span.country_selector_name {
  display: none;
}
.country_selector_new .country_dropdown {
  position: absolute;
  margin-top: 56px;
  background-color: white;
  margin: 0;
  padding: 0;
  max-height: 335px;
  overflow-y: auto;
  list-style: none;
  width: 190px;
  right: 0;
  border: 1px solid #999;
  top: 103%;
  border-radius: 4px;
}
.country_selector_new .country_dropdown .country_dropdown_list_item {
  padding: 8px 15px;
  color: #000032;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #999;
  cursor: pointer;
}
.country_selector_new .country_dropdown .country_dropdown_list_item:hover {
  background-color: #ffd700;
}
.ml-auto{
  margin-left: auto;
}
.country_selector.LangafterLogin{
  z-index: 999;
}