@import url('https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700;900&display=swap');
/*font-family: 'Exo', sans-serif;*/ :root {
  --color-green: #A6C626;
  --color-white: #FFF;
  --color-black: #000;
  --color-orange: #EA550F;
  --color-gray: rgba(0, 0, 0, 0.63);
  --color-light: #989898;
  --color-blue: #202726;
  --color-lightGray: #D9D9D9;
  --color-darkGray: #636363;
  --color-pink: #FF68B1;
  --color-drakgreen: #00A124;
  --color-red: #F21616;
  --color-sky: #09C8C9;
  --color-Gray65: #a6a6a6;
  --table-color: #A3A3A3;
  --color-lightf5: #f5f5f5;
  --back-blue: #263238;
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.13), 0 4px 15px -2px rgba(0, 0, 0, 0.096);
}
*, *::before, *::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.text-green {
  color: var(--color-green);
}
.text-white {
  color: var(--color-white);
}
.text-black {
  color: var(--color-black);
}
.text-orange {
  color: var(--color-orange);
}
.text-gray {
  color: var(--color-gray);
}
.text-sky {
  color: var(--color-sky);
}
.text-light {
  color: var(--color-light);
}
.text-Gray65 {
  color: var(--color-Gray65);
}
.text-blue {
  color: var(--color-blue);
}
.text-pink {
  color: var(--color-pink);
}
.text-lightGray {
  color: var(--color-lightGray);
}
.text-darkGray {
  color: var(--color-darkGray);
}
.text-red {
  color: var(--color-red);
}
.text-back-blue {
  color: var(--bg-blue);
}
.text-drakgreen {
  color: var(--color-drakgreen);
}
.bg-green {
  background: var(--color-green);
}
.bg-sky {
  background: var(--color-sky);
}
.bg-red {
  background: var(--color-red);
}
.bg-back-blue {
  background: var(--back-blue);
}
.bg-white {
  background: var(--color-white);
}
.bg-black {
  background: var(--color-black);
}
.bg-orange {
  background: var(--color-orange);
}
.bg-gray {
  background: var(--color-gray);
}
.bg-light {
  background: var(--color-light);
}
.bg-Gray65 {
  background: var(--color-Gray65);
}
.bg-pink {
  background: var(--color-pink);
}
.bg-blue {
  background-color: var(--color-blue);
}
.bg-lightGray {
  background: var(--color-lightGray);
}
.bg-darkGray {
  background: var(--color-darkGray);
}
.bg-lightf5{
  background-color: var(--color-lightf5);
}
.border-orange {
  border-color: var(--color-orange);
}
.border-green {
  border-color: var(--color-green);
}
.boxGreen {
  background: rgba(166, 198, 38, 0.26);
}
.boxOrange {
  background: rgba(234, 85, 15, 0.19);
}
.boxBlack {
  background: rgba(69, 90, 100, 0.17);
}
.boxPink {
  background: rgba(234, 15, 133, 0.19);
}
a.text-orange {
  color: var(--color-orange);
}
a.text-orange:hover, a.text-orange:focus {
  color: var(--color-black);
}
body {
  font-family: 'Exo', sans-serif;
  color: var(--color-gray);
  line-height: 22px;
  padding: 0 !important;
  background: #fff;
  font-size: 16px;
  overflow-x: hidden;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden;
}
::selection {
  background: var(--color-orange);
  color: var(--color-white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--color-orange); /* Firefox */
  color: var(--color-white);
  text-shadow: none;
}
::-webkit-selection {
  background: var(--color-orange); /* Safari */
  color: var(--color-white);
  text-shadow: none;
}
a, .btn, img, button, .form-control, .CategoryBox h3, .AddListing, .AddVideo, .boxes .box {
  text-decoration: none;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  -moz-transition: 1s ease all;
  -ms-transition: 1s ease all;
  transition: 1s ease all;
}
a, .tableLink:hover {
  color: var(--color-black);
}
a:hover, a:active, a:focus, .tableLink {
  text-decoration: none;
  color: var(--color-orange);
  outline: none;
}
:focus {
  outline: -webkit-focus-ring-color auto 0;
}
.container, .container-fluid {
  position: relative;
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.spacer {
  padding-top: 80px;
  padding-bottom: 80px;
}
.spacer-mr {
  margin-top: 80px;
  margin-bottom: 80px;
}
thead {
  border-style: hidden;
  border-color: transparent;
}
/*=============== Start Form ===============*/
.contryCode {
  width: 70px;
  margin-right: 15px;
}
.form-control, .form-select {
  border-radius: 10px;
  outline: none;
  background: var(--color-white);
  border: 1px solid var(--color-light);
	height: 42px;
	color: var(--color-black);
	font-size: 15px;
}
textarea.form-control {
  height: inherit !important;
  padding: 12px 20px;
}
.form-control:focus, .form-select:focus {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  background: var(--color-white);
  border: 1px solid var(--color-black);
}
.form-control::placeholder, .form-select::placeholder {
  color: #828282;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  color: #828282;
}
.form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder {
  color: #828282;
}
.form-label, label {
  color: var(--color-black);
  font-weight: 600;
	font-size: 15px;
}
input.form-control:-internal-autofill-selected {
  background-color: inherit !important;
}
.form-group {
  margin-bottom: 20px;
}
sup {
  color: var(--color-orange);
}
select {
  border-radius: 11px;
  border-color: var(--color-light);
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 42px;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f107';
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 15px;
  color: #777;
  pointer-events: none;
}
select::-ms-expand {
  display: none;
}
.birth_box.select-wrapper:after{
	right: 26px
}
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: var(--color-white);
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}
.input-group-addon {
  background: var(--color-white);
  border: 0;
  border-radius: 0;
}
.chiller_cb {
  position: relative;
  /* height: 2rem; */
  display: flex;
  align-items: center;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: var(--color-orange);
  border-color: var(--color-orange);
}
.chiller_cb input:checked ~ span:before {
  width: 13px;
  height: 3px;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 8px;
  height: 3px;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 35px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px;
}
.chiller_cb span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #DDD;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 14px;
  left: 7px;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 8px;
  left: 4px;
}
.magic-radio-group {
  margin-top: 12px;
  margin-bottom: 25px;
}
.magic-radio-group label.control-label {
  display: block;
}
.magic-radio-group span {
  display: inline-block;
  position: relative;
}
.magic-radio {
  position: absolute;
  display: none;
}
.magic-radio[disabled] {
  cursor: not-allowed;
}
.magic-radio + label {
  position: relative;
  display: block;
  padding-left: 38px;
  cursor: pointer;
  margin: 0 20px 0 0;
  font-size: 14px;
  color: #007fff;
  line-height: 30px;
  font-weight: normal;
}
.magic-radio + label:hover:before {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: hover-color;
}
.magic-radio + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: '';
  border: 2px solid #007fff;
}
.magic-radio + label:after {
  position: absolute;
  display: none;
  content: '';
}
.magic-radio[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4;
}
.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after {
  cursor: not-allowed;
}
.magic-radio[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}
.magic-radio[disabled] + label:before {
  border-color: #e4e4e4;
}
.magic-radio:checked + label:before {
  animation-name: none;
}
.magic-radio:checked + label:after {
  display: block;
}
.magic-radio + label:before {
  border-radius: 50%;
}
.magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #007fff;
}
.magic-radio:checked + label:before {
  border: 2px solid #007fff;
}
.magic-radio:checked[disabled] + label:before {
  border: 2px solid var(--color-white);
}
.magic-radio:checked[disabled] + label:after {
  background: var(--color-white);
}
/*=============== End Form ===============*/
img {
  max-width: 100%;
}
ul {
  list-style-type: none;
}
ol, ul {
  margin: 0px;
  padding: 0;
}
ul li, ol li {
  color: var(--color-gray);
  line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
  color: var(--color-black);
  font-family: 'Exo', sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 42px;
  font-weight: bold;
  margin: 0px 0 30px;
  line-height: 48px;
  color: var(--color-black);
}
h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0px 0 30px;
  line-height: 42px;
  color: var(--color-white);
}
h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0px 0 40px;
}
h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 24px;
}
h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 22px;
}
.PageTitle{ margin-bottom: 25px;}
.PageTitle h1{
	margin-bottom: 15px;
}
.fw-medium {
  font-weight: 500;
}
.fw-smBold {
  font-weight: 600;
}
.text-center .titelLine:after {
  margin: 0 auto;
  left: 0;
  right: 0;
}
p {
  font-size: 16px;
  color: var(--color-light);
  line-height: 26px;
  margin-bottom: 25px;
  font-weight: 400;
}
p:last-child, P+p:last-child{
	margin-bottom: 0
}
strong {
  color: var(--color-black);
  font-weight: bold;
}
hr {
  border: none;
  height: 1px !important;
  width: 100%;
  background: var(--color-gray);
}
.btn {
  border-radius: 10px;
  padding: 0.75em 2.5em;
}
.btn-outline-warning {
  color: var(--color-orange);
  border-color: var(--color-orange);
  font-weight: 500;
  font-size: 16px;
}
.btn-outline-warning:hover {
  color: var(--color-white);
  background-color: var(--color-orange);
  border-color: var(--color-orange);
}
.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
  color: var(--color-white);
  background-color: var(--color-orange);
  border-color: var(--color-orange);
}
.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
  box-shadow: none;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: none;
}
.btn-outline-success {
  color: var(--color-green);
  border-color: var(--color-green);
  font-weight: 500;
  font-size: 16px;
}
.btn-outline-success:hover {
  color: var(--color-white);
  background-color: var(--color-green);
  border-color: var(--color-green);
}
.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-successsuccess.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
  color: var(--color-white);
  background-color: var(--color-green);
  border-color: var(--color-green);
}
.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
  box-shadow: none;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: none;
}
.btn-success {
  color: var(--color-white);
  background-color: var(--color-green);
  border: none;
}
.btn-success:hover, .btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: var(--color-white);
  background-color: var(--color-orange);
}
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus, .btn-check:focus + .btn-success, .btn-success:focus {
  box-shadow: none;
  background-color: var(--color-orange);
}
.btn-danger {
  color: var(--color-white);
  background-color: var(--color-orange);
}
.btn-danger:hover, .btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
	background-color: transparent;
  border-color: var(--color-orange);
  color: var(--color-orange);
}
.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus, .btn-check:focus + .btn-danger, .btn-danger:focus {
  box-shadow: none;
  background-color: transparent;
  color: var(--color-orange);
}
.btn-sm {
  font-size: 14px;
	padding: 0.5em 3em;
}
/* Global Button Styles */
.animated-button:link, .animated-button:visited {
  position: relative;
  text-align: center;
  overflow: hidden;
  letter-spacing: .08em;
  border-radius: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.animated-button:link:after, .animated-button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: 1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.animated-button:link:hover, .animated-button:visited:hover {
  color: var(--color-white);
  text-shadow: none;
}
.animated-button:link:hover:after, .animated-button:visited:hover:after {
  height: 450%;
}
.animated-button:link, .animated-button:visited {
  position: relative;
  text-align: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/* Victoria Buttons */
.animated-button.victoria-one:after {
  background: var(--color-orange);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
.btn-outline-success.animated-button.victoria-one:after {
  background: var(--color-green);
}
.animated-button.victoria-two {
  border: 2px solid var(--color-orange);
}
.animated-button.victoria-two:after {
  background: var(--color-orange)7;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
.animated-button.victoria-three {
  border: 2px solid var(--color-orange);
}
.animated-button.victoria-three:after {
  background: var(--color-orange);
  opacity: .5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.animated-button.victoria-three:hover:after {
  height: 140%;
  opacity: 1;
}
.animated-button.victoria-four {
  border: 2px solid var(--color-orange);
}
.animated-button.victoria-four:after {
  background: var(--color-orange)7;
  opacity: .5;
  -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.animated-button.victoria-four:hover:after {
  opacity: 1;
  height: 600% !important;
}
.animated-button span {
  position: relative;
  z-index: 99;
}
/*table {
  min-width: 750px;
}*/
/*================================ start header ===================================*/
.brand {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -1px;
  color: var(--color-orange);
  text-transform: uppercase;
}
.header, .drak-header, .header-orange, .header.bg-lightf5{
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 20px 0 20px;
  background-color: var(--color-white);
	 -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  -moz-transition: 1s ease all;
  -ms-transition: 1s ease all;
  transition: 1s ease all;
}
.header.bg-lightf5{
  background-color: var(--color-lightf5) ;
}
.drak-header {
  background-color: #263238;
}
.header-orange {
  background-color: var(--color-orange);
}
.header.active {
  box-shadow: var(--shadow-large);
  position: fixed;
}
.header .item-left {
  flex: 0 0 21%;
}
.header.drak-header.transparent{ background-color: transparent;}
.header.drak-header.transparent.active{ background-color: rgba(0, 0, 0, 0.9);}
.header-green{ background-color: var(--color-green);}
.header .logo a {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}
.header .item-center {
  flex: 0 0 62%;
}
.header .item-right {
  flex: 0 0 17%;
  display: flex;
  justify-content: flex-end;
}
.header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #717171;
  display: inline-block;
  transition: color 0.3s ease;
}
.header .menu > ul > li {
  display: inline-block;
  padding: 0 3%;
  position: relative;
}
.header .menu > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.header.drak-header .menu > ul > li > a {
  color: var(--color-white);
}
.header.header-orange .menu > ul > li > a {
  color: var(--color-white);
}
.header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 50px -20px rgba(0, 0, 0, 0.479);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
}
.header .menu > ul > li .sub-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 75px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -2px 2px 50px -20px rgba(0, 0, 0, 0.479);
}
.header .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 8px 0;
  font-size: 16px;
  color: #717171 !important;
  font-weight: 500;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu {
  min-width: 240px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding: 7px 0;
  display: inline-block;
  font-size: 16px;
  color: #717171;
  transition: color 0.3s ease;
  font-weight: 400;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item .compliance, .header .menu > ul > li .sub-menu.mega-menu > .list-item .account {
  background-color: rgba(237, 84, 158, 24%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item .account {
  background-color: #D3F6F7;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item .compliance i, .header .menu > ul > li .sub-menu.mega-menu > .list-item .account i {
  transform: translate(1px, 3px);
}
.header .menu > ul > li .sub-menu.mega-menu {
  transform: translateX(-20%);
}
.header .menu > ul > li .sub-menu.account_mega_menu{ transform: translateX(-35%);}
.header .menu > ul > li .sub-menu.account_mega_menu::before {
  left: 35%;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 {
  min-width: 440px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
  flex: 0 0 50%;
  padding: 10px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item:first-child {
  border-right: 1px solid #717171;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
  font-size: 18px;
  color: var(--color-black);
  font-weight: 700;
  line-height: 1;
  padding: 10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
  text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover, .header .menu > ul > li .sub-menu > ul > li > a:hover, .header .item-right a:hover, .header .menu > ul > li:hover > a {
  color: var(--color-orange) !important;
}
.mobile-menu-head, .mobile-menu-trigger {
  display: none;
}
.header.header-orange .menu > ul > li:hover > a {
  color: var(--color-black) !important;
}
.profile_img .pro_btn .p_btn a {
  padding: 8px 25px;
  border-color: transparent;
}
.menu-item-has-children .sub-menu.ib-menu.single-column-menu.mega-menu::before {
  left: 40px;
}
.profile_img .pro_btn .p_btn:first-child:hover a {
  background-color: transparent;
  border-color: var(--color-orange);
  transition: all 0.5s ease;
}
.profile_img .pro_btn .p_btn:last-child a {
  border-color: var(--color-orange);
  color: var(--color-orange);
}
.profile_img .pro_btn .p_btn:last-child:hover a {
  background-color: var(--color-orange);
  color: var(--color-white) !important;
  border-color: transparent;
  transition: all 0.5s ease;
}
.header .sub-menu .user_names p {
  margin: 0;
  text-transform: capitalize;
}
.drak-header .notification i {
  color: var(--color-white) !important;
}
.header-orange .notification i {
  color: var(--color-white) !important;
}
.drak-header .item-right .profile_img .p_name_img .profile_info p, .drak-header .item-right .profile_img .p_name_img .profile_info i, .header-orange .item-right .profile_img .p_name_img .profile_info p, .header-orange .item-right .profile_img .p_name_img .profile_info i {
  color: var(--color-white) !important;
}
.drak-header.header .mobile-menu-trigger span:before, .drak-header.header .mobile-menu-trigger span:after, .drak-header.header .mobile-menu-trigger span {
  background-color: var(--color-white);
}
/* =========================== end header */
/* ================ start login page ====================*/
.card {
  background-color: var(--color-white);
  border-radius: 42px;
  -webkit-box-shadow: 1px 1px 18px 1px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 1px 1px 18px 1px rgba(0, 0, 0, 0.10);
  box-shadow: 1px 1px 18px 1px rgba(0, 0, 0, 0.10);
	padding: 50px 40px;
	border: 0;
}
.card-sm{
  background-color: var(--color-white);
	border-radius: 24px;
  -webkit-box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.08);
	padding: 30px;
	border: 0;
}
.card-xs{
  background-color: var(--color-white);
	border-radius: 16px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
	padding: 24px;
	border: 0;
}
.sign_google {
  border: var(--color-light) 1px solid;
  border-radius: 11px;
  padding: 15px;
}
.sign_google:hover, .sign_google:active, .sign_google:focus, .sign_google:hover a, .sign_google:active a, .sign_google:focus a {
  border-color: var(--color-orange);
  transition: .4s;
  color: var(--color-orange);
}
.sign_or {
  font-size: 16px;
  margin: 30px 0;
  text-align: center;
  position: relative;
  max-width: auto;
}
.sign_or:before {
  content: "";
  display: block;
  width: 46%;
  height: 1px;
  background: var(--color-light);
  left: 0;
  top: 50%;
  position: absolute;
}
.sign_or:after {
  content: "";
  display: block;
  width: 46%;
  height: 1px;
  background: var(--color-light);
  right: 0;
  top: 50%;
  position: absolute;
}
.login_form .email_add span {
  color: #F21616;
}
.pass_add i {
  position: absolute;
  top: 15px;
  right: 15px;
}
.sign_btn button, .regis_btn div:nth-child(2) button, .edit_regis_btn div:nth-child(2) button {
  background-color: var(--color-orange);
  color: var(--color-white);
}
.forget_pass a:hover, .have_account .sign_up:hover {
  text-decoration: underline;
}
/* ============= end login page =================== */
/* ============= start AccRegistration page ============== */
.back_login a {
  color: #007EC6;
  font-weight: 600;
}
/*.Registrat_form .R_form{
  padding-bottom: 100px;
}*/

.back_login a:hover {
  color: var(--color-orange);
}
.R_banner_heading h5 {
  font-size: 20px;
}
.R_banner_heading h1 {
  margin-bottom: 10px !important;
}
.form_heading h3 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
}
.heading-c-line h3:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 17%;
  background-color: var(--color-orange);
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.form_heading {
  margin-bottom: 60px;
}
/*.Registrat_form .left_side,.regis_btn .form_R_btn{ padding: 0 44px 0 25px; }
.Registrat_form .right_side,.regis_btn .form_S_btn{  padding: 0 25px 0 44px; }
.Registrat_form .left_side .form_filed,.Registrat_form .right_side .form_filed{ margin-bottom: 40px;} */
.Registrat_form .right_side .form_filed input.num_91 {
  padding: 8px 10px !important;
}
.registrat_banner .registrat_main form .select-wrapper:after {
  right: 15px;
  /*top: 45px;*/
}
.Registrat_form .R_form .regis_btn {
  margin-top: 30px;
}
.pho_1, .bro_1, .bro_2 {
  width: 20%;
}
.pho_2 {
  width: 80%;
}
.bro_3 {
  width: 60%;
}
.registrat_banner .registrat_main form .Birthdate .select-wrapper.birth_box:after {
  right: 27px
}
/*  ============= end AccRegistration page ==============*/
/* ============== start profile page =============== */
 .my_profile {
  margin-top: 200px;
}
.main_my_profile {
  margin: 20px 100px;
}
.main_my_profile .my_profile_left {
  padding: 0 75px 0 0;
}
.main_my_profile .my_profile_right {
  padding: 0 0 0 75px;
}
.my_profile .my_profile_left .profile-title h1 {
  font-size: 40px;
  margin-bottom: 8px;
}
.my_profile .my_profile_left .profile-title p {
  font-size: 16px;
  color: var(--color-light);
}
.my_profile_right .profile_details {
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 40px 50px 50px;
}
.my_profile .my_profile_right .profile_details .pro_title {
  padding-bottom: 20px;
}
.my_profile .my_profile_right .profile_details .pro_name h4 {
  font-size: 22px;
}
.my_profile .my_profile_right .pro_title img {
  width: 115px;
}
.my_profile .profile_details .pro_content b, .my_profile .profile_details .pro_content span {
  font-size: 16px;
  color: var(--color-black);
}
.my_profile_right .profile_details .pro_content, .my_profile_right .pro_info_btn {
  display: flex !important;
}
.my_profile_right .profile_details .pro_content > div {
  width: 50% !important;
}
.my_profile .profile_details .pro_content b {
  width: 50%;
}
.my_profile .profile_details .pro_content .p_details {
  padding: 20px 0;
}
.my_profile .profile_details .pro_content form {
  margin-top: 50px;
}
.my_profile_right .profile_details .pro_content {
  padding: 0 20px;
}
.pro_info_btn .pro_edit, .pro_info_btn .pro_change {
  margin: 0;
  width: 250px;
}
.pro_info_btn .pro_edit button, .pro_info_btn .pro_change button {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 9px 0;
}
/* ============= end profile page =============== */
/* ============ start change password ================ */
.password_form .change_password label {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
  margin-bottom: 10px;
}
.password_form .change_password .current_pass, .password_form .change_password .New_pass, .password_form .change_password .Confirm_pass {
  margin-bottom: 35px;
}
.password_form .change_password .input-group span {
  background-color: var(--color-white);
}
.password_form .change_password .current_pass .input-group input {
  border-left: transparent;
}
.password_form .change_password .New_pass .input-group input, .password_form .change_password .Confirm_pass .input-group input {
  border-right: transparent;
}
.password_form .change_password .New_pass p {
  padding: 10px 0 0;
}
.password_form .change_password .input-group input, .password_form .change_password .input-group span {
  border-color: var(--color-orange);
  height: 42px;
  border-radius: 10px;
}
/* ============ end change password ==================== */
/* ============ start edit profile ==================== */
.edit_profile .main_edit .edit_pro_left .edit_title h1 {
  margin-bottom: 15px;
  font-size: 40px;
}
.edit_profile .main_edit .edit_pro_left .edit_title p {
  font-size: 16px;
}
.file-upload {
  display: none;
}
.edit_pic {
  max-width: 100%;
  width: 175px;
  border-radius: 50%;
  box-shadow: 1px 2px 3px 0px rgba(234, 84, 15, 1);
	margin: 0 auto;
}
.edit-button {
  margin-top: 20px;
}
.remove_btn{ margin-top: 15px; font-weight: 700; font-size: 15px;}
.edit_image {
  position: relative;
}
.edit_pic{ position: relative;}
.profile-edit {
    position: absolute;
    bottom: -5px;
    right: 22px;
	font-size: 16px;
  background-color: var(--color-orange);
  color: var(--color-white);
  padding: 10px;
  border-radius: 50%;
	line-height: 15px;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.profile-edit:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.edit_profile .editpic_form {
  padding: 0 15px
}
.upload_label {
  background-color: var(--color-orange);
  color: white;
  padding: 9px 35px;
  font-family: 'Exo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 11px;
  cursor: pointer;
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload_label:hover{
  background-color: var(--color-black);
  color: var(--color-white);
}
#file-chosen {
  margin-top: 0.3rem;
  font-family: 'Exo', sans-serif;
}
.edit_image .edit-button {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
	flex-direction: column;
}
.edit_profile .editpic_form .edit_form label {
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 10px;
}
.edit_profile .editpic_form .edit_form .eform_left > div, .edit_profile .editpic_form .edit_form .eform_right > div {
  margin-bottom: 45px;
}
.edit_profile .editpic_form .edit_form .eform_left input, .edit_profile .editpic_form .edit_form .eform_right input, .edit_profile .editpic_form .edit_form .eform_left select, .edit_profile .editpic_form .edit_form .eform_right select {
  border-color: #717171;
  height: 50px;
  width: 100%;
  font-size: 18px;
  color: #717171;
}
.editpic_form .edit_form .eform_right .select-wrapper:after, .editpic_form .edit_form .eform_left .select-wrapper:after {
  color: var(--color-black);
  right: 20px;
  ;
}
.edit_profile .edit_form .eform_right .phone_num_filed .phone_box1 input {
  border-color: var(--color-orange);
}
.edit_profile .edit_form .eform_right .phone_num_filed .phone_box1, .edit_profile .edit_form .eform_right .e_Birthdate .birth_box1, .edit_profile .edit_form .eform_right .e_Birthdate .birth_box2 {
  width: 20%;
}
.edit_profile .edit_form .eform_right .phone_num_filed .phone_box1 input, .edit_profile .edit_form .eform_right .e_Birthdate .birth_box1 input, .edit_profile .edit_form .eform_right .e_Birthdate .birth_box2 input {
  padding-left: 5px;
}
.edit_profile .edit_form .eform_right .phone_num_filed .phone_box2 {
  width: 80%;
}
.edit_profile .edit_form .eform_right .e_Birthdate .birth_box3 {
  width: 60%;
}
.edit_regis_btn > div {
  padding: 0 45px;
}
.edit_profile .edit_regis_btn {
  margin-top: 30px;
}
.edit_regis_btn div button, .edit_regis_btn div a {
  font-size: 16px;
  font-weight: 700;
}
/* ============ end edit profile ================= */
/* ============== start dashborad new page ================= */
.notification {
  position: relative;
}
.notification i {
  font-size: 25px;
  color: var(--color-black);
}
.item-right .h_call img {
  width: 25px;
  height: 25px;
}
.notification .noti_6 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color-orange);
  color: var(--color-white);
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: -8px;
  right: -5px;
}
.notification .noti_6 p {
  font-size: 12px;
  line-height: 5px;
  transform: translateY(8px);
  color: var(--color-white);
  font-weight: 600;
}
.header-orange .notification .noti_6 {
  background-color: var(--color-white);
}
.header-orange .notification .noti_6 p {
  color: var(--color-black);
}
.header .profile_info p {
  font-size: 16px;
  font-weight: 600;
  padding: 0 4px;
  color: var(--color-black);
	margin: 0;
}
.header .p_name_img {
  position: relative;
  transition: color 0.3s ease;
}
.header .p_name_img img {
  width: 56px;
  height: 56px;
}
.header .item-right .profile_img .sub-menu {
  width: 400px;
  border-radius: 20px;
  background-color: var(--color-white);
  display: none;
  position: absolute;
  right: 60px;
  top: 70px;
  padding: 20px 40px;
  box-shadow: var(--shadow-large);
  transition: all 0.5s;
  transform: translateX(62px);
}
.header .item-right .profile_img .sub-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 70px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -2px 2px 50px -20px rgba(0, 0, 0, 0.479);
}
.header .item-right .profile_img .p_name_img:hover .sub-menu {
  display: block;
}
.header .item-right .profile_img .user_names p {
  font-size: 16px;
}
.header .item-right .profile_img .user_names h6 {
  font-size: 20px;
}
.header .item-right .pro_drop_menu .user_img img {
  filter: drop-shadow(1px 3px 2px rgba(234, 84, 15, 0.5));
  width: 100px;
  height: 100px;
}
.profile_img .pro_drop_menu .pro_filed div {
  padding: 10px 0;
}
.profile_img .pro_drop_menu .pro_filed div b, .profile_img .pro_drop_menu .pro_filed div span {
  font-size: 16px;
  color: var(--color-black);
  width: 50%;
}
.action .p_menu ul li span.filed_name {
  display: inline-block;
  max-width: 150px;
}
.banner .dash_new_banner {
  margin: 30px auto 80px;
}
.user_name h1, .IB_banner .MY_Client h1 {
  font-size: 42px;
  font-weight: bold;
  font-family: inherit;
}
.user_name p, .IB_banner .MY_Client p {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
}
.refferal_link, .my_link, .IB_dashborad .IB_refferal_link, .IB_dashborad .P_link {
  padding: 10px 35px;
  border-radius: 18px;
  background: #f37b4c;
  box-shadow: inset -5px 5px 10px #f37b4c, inset 5px -5px 10px #f37b4c;
}
.my_link, .refferal_link {
  border-radius: 8px;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  -moz-transition: 1s ease all;
  -ms-transition: 1s ease all;
  transition: 1s ease all;
}
.my_link:hover, .refferal_link:hover {
  background: #f37b4c;
  box-shadow: inset -5px 5px 10px #f37b4c, inset 5px -5px 10px #f37b4c;
}
.refferal_link i, .IB_dashborad .IB_refferal_link i {
  font-size: 30px;
  color: #00A3FF;
}
.boxes .box .box_contant h3, .IB_boxes .box .box_contant h3{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
.dashb_new .boxes .box.active .box_contant p, .dashb_MT5 .boxes .box.active .box_contant p, .dashb_withdraw .boxes .box.active .box_contant p, .dashb_deposit .boxes .box.active .box_contant p {
  color: var(--color-white);
  font-size: 16px;
}
.banner .dash_new_banner .profaile_link p {
  color: var(--color-white);
  font-size: 15px;
  font-weight: 600;
}
.boxes {
  margin-top: -80px;
}
.active .box_icon, .wallet_i, .account_i, .deposit_i, .withdrawal_i {
  background-color: #8A2F05;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.wallet_i img, .account_i i, .deposit_i i, .withdrawal_i i {
  position: absolute;
  font-size: 30px;
  color: var(--color-white);
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.account_i {
  background-color: rgba(237, 84, 158, 24%);
}
.account_i i {
  color: var(--color-pink);
}
.deposit_i {
  background-color: rgba(166, 198, 38, 31%);
}
.deposit_i i {
  color: #A6C626;
}
.withdrawal_i {
  background-color: rgba(45, 211, 215, 21%);
}
.withdrawal_i i {
  color: #2DD3D7;
}
.boxes .box {
  background-color: var(--color-white);
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 3px 3px 15px 2px rgba(0, 0, 0, 0.08);
}
.boxes .active {
  background-color: #ffffff;
}
.boxes .box .box_contant p {
  font-size: 16px;
  color: #a1a1a1;
}
.show_filed p {
  color: var(--color-black);
  font-size: 16px;
}
.dash_new_withdrawal .main_withdrawal .Withdrawal_title p {
  font-size: 16px;
  color: var(--color-black);
  font-weight: 500;
}
.dashb_new .dash_new_withdrawal .main_withdrawal .dash_img {
  padding: 25px 0px 0 0px;
}
.dashb_new .dash_new_withdrawal .main_withdrawal .dash_img div {
  padding: 0 15px;
}
.position_name p {
  background-color: rgba(237, 84, 158, 24%);
  color: var(--color-pink);
  padding: 0px 15px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}
.title_btn {
  padding: 10px 38px;
}
.title_btn:hover a, .plans_btn:hover a, .withdraw_request .send_btn:hover button {
  color: var(--color-orange) !important;
}
.table_filed {
  padding: 24px;
}
.table_filed th {
  padding: 15px 0;
  text-align: center;
  font-size: 15px;
  color: var(--table-color);
  font-weight: 700;
	border: 0;
    box-shadow: inherit;
}
.table>:not(:first-child) {
    border-top: 0;
}
.table, .d_table, .de_table, .with_table, .your_file .your_file_table table {
  border-spacing: 0 5px !important;
  border-collapse: separate !important;
}
.position_table .table tbody td p {
  color: var(--color-black);
}
.user_info_basic h5 {
  font-weight: 600;
  font-size: 15px;
}
.table tbody tr {
box-shadow: inset 3px 4px 15px rgba(173, 172, 172, 0.1);
border-radius: 5px;
}
.table tbody tr td, .d_table tbody tr td, .de_table tbody tr td{
	background: rgba(224, 224, 224, 0.2);
	font-size: 14px;
	font-weight: 600;
	color: var(--color-black);
	border: 0;
	vertical-align: middle;
	line-height: 14px;
	padding: 15px 10px !important;
}
.table tbody tr td:nth-child(1), .d_table tbody tr td:nth-child(1), .de_table tbody tr td:nth-child(1), .with_table tbody tr td:nth-child(1), .your_file .your_file_table table tbody tr td:nth-child(1) {
  border-radius: 10px 0 0 10px;
}
.table tbody tr td:nth-last-child(1), .d_table tbody tr td:nth-last-child(1), .de_table tbody tr td:nth-last-child(1), .with_table tbody tr td:nth-last-child(1), .your_file .your_file_table table tbody tr td:nth-last-child(1) {
  border-radius: 0 10px 10px 0;
}
.user-info {
  display: flex;
  align-items: center;
}
.s_btn span, .b_btn span {
  padding: 5px 20px;
  background-color: rgba(237, 84, 158, 24%);
  border-radius: 15px;
  color: #B90BA7;
  font-size: 14px;
}
.b_btn span {
  background-color: rgba(0, 126, 198, 12%);
  color: #007EC6;
}
.minusvalue {
  color: var(--color-red) !important;
}
.plusvalue {
  color: var(--color-drakgreen) !important;
}
.table_footer .pre_btn {
  background-color: rgba(217, 217, 217, 53%);
  color: #A1A1A1;
  border-color: #D9D9D9;
}
.table_footer .pre_btn a {
  color: #A1A1A1;
  font-size: 16px;
}
.table_footer .next_btn {
  border-color: #D9D9D9;
  padding: 8px 55px;
}
.dash_account .main_dash_account {
  box-shadow: 5px 6px 45px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 6px 45px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 6px 45px -3px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: var(--color-white);
}
.dash_account .account_title, .dash_MT_account .account_title {
  padding: 80px;
}
.dash_MT_acc .account_title {
  padding: 80px 50px 80px 20px;
}
.dash_account .main_dash_account .plans_btn, .dash_MT_acc .main_dash_account .plans_btn {
  margin-top: 40px;
  padding: 0.7em 2.75em;
}
.dash_account .main_dash_account .plans_btn a {
  font-size: 16px;
  font-weight: 600;
}
.account_title h2 {
  font-size: 32px;
}
.account_vector img {
  margin-top: -50px;
}
.news_info p {
  font-size: 16px;
  margin-bottom: 22px !important;
}
.left_side .news_img{
	margin-bottom: 30px;
}
.dash_news .right_side .news_2 {
  margin-bottom: 50px;
}
.dash_news .right_side .news_2:last-child {
  margin-bottom: 0px;
}
.news_title .view_all a {
  font-size: 16px;
  text-decoration: underline;
}
.dash_news .left_side .news_info h3 {
  font-size: 22px;
}
.dash_news .left_side .news_info a:hover h3, .dash_news .right_side .news_info a:hover h3 {
  color: var(--color-orange);
}
.dash_news .right_side .news_info h3, .Help .help_banner .need_help h3 {
  font-size: 22px;
}
/* ============== start dashborad new page */
/* ============== start footer */
footer .f_Phone p a, footer .f_Email p a, .My_Wallet_D .wallet_form .form_fileds .payment_method select, .My_Wallet_M .wallet_form .form_fileds .payment_method select, .MT5_My_Wallet .wallet_form .form_fileds .payment_method select {
  font-size: 16px;
  color: #717171;
}
.copy_right {
  background-color: var(--color-light) !important;
}
.copy_right p {
  color: var(--color-black);
}
footer p {
  color: var(--color-black);
}
/* ================= end footer */
/* ============================= start dashboard new-total MT5 Account*/
.dash_MT_acc {
  margin: 80px auto;
}
.dash_MT_acc .main_dash_account {
  background-color: var(--bg-blue);
  box-shadow: none;
}
.dashb_MT5 .wallet_i, .dashb_withdraw .wallet_i {
  background-color: rgba(234, 85, 15, 30%);
}
.dashb_MT5 .wallet_i i, .dashb_withdraw .wallet_i i {
  color: var(--color-orange);
}
.user_tabs ul li {
  font-weight: 600;
  padding: 0 27px;
}
.user_table .main_user_t hr {
  margin: 0;
}
.user_details .select_acc h3 {
  margin-bottom: 20px !important;
}
.d_table thead tr th {
  padding-bottom: 20px;
}
.table tbody tr td p {
  color: var(--color-black);
  font-size: 14px;
}
.user_tabs ul li:first-child {
  border-radius: 11px;
}
.Deal_details h4 {
  margin: 35px 0px 15px;
  font-size: 20px;
}
.d_table tr td, .d_table tr th, .with_table tr td, .with_table tr th {
  padding: 0 20px;
}
.dash_MT_account {
  margin: 100px 0 50px 0;
}
/* ============================= end dashboard new-total MT5 Account*/
/* ============================= start dashboard new-total deposit*/
.wallet_i {
  background-color: rgba(234, 85, 15, 30%);
}
.wallet_i i {
  color: var(--color-orange);
}
.account_i {
  background-color: #E3EDBC;
}
.account_i i {
  color: var(--color-green);
}
.deposit_i i {
  color: var(--color-white);
}
input.nosubmit {
  border: none;
  outline: none;
  width: 100%;
  padding: 9px 10px 9px 50px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}
/*.dashb_deposit .Deposit_table .table_filed .de_table {
  width: 90%;
  margin: 0 auto;
}*/
.dashb_deposit .Deposit_table hr {
  margin: 0 !important;
}
.dashb_deposit .Deposit_table .table_title {
  padding: 25px;
}
.de_table tbody tr td, .with_table tbody tr td{
  padding: 10px 0 10px 0;
}
.de_table tbody tr td p {
  color: var(--color-black0);
  font-size: 14px;
}
.approved, .rejected, .pending {
  color: var(--color-green) !important;
  background-color: rgba(166, 198, 38, 15%);
  padding: 7px 30px;
  border-radius: 20px;
}
.rejected{
  color: var(--color-red) !important;
  background-color: #F8E0E0;
}
.pending{
  color: var(--color-Gray65) !important;
  background-color: transparent;
}
.Deposit_section, .deposit .Deposit_section {
  background-color: #263238;
}
.Deposit_section{
  padding: 80px 0;
}
.deposit_box {
  background-color: #1F272B;
}
.deposit_contant .deposit_box {
  border-radius: 20px;
  margin: 12px;
  padding: 25px 20px;
  box-shadow: 1px 1px 10px 0px rgba(51, 51, 51, 0.10);
  display: block;
}
.deposit_contant .deposit_box .deposit_bimg {
  height: 100px;
}
.deposit_contant .deposit_box p {
  font-size: 16px;
  color: var(--color-white);
  padding: 7px 0 0;
}
.deposit_box-white{
	background: var(--color-white);
}
.deposit_contant .deposit_box.deposit_box-white p{
	color: var(--color-black);
}
/* ============================= end dashboard new-total deposit*/
/* ============================= start dashboard newwithdraw*/

.dashb_withdraw .Withdraw_table .send_withdraw_table .send_withdraw {
  height: 100%;
}
.TableBox {
  border: 1px solid var(--table-color);
  border-radius: 11px;
}
.send_withdraw_table .withdraw_request .amount input {
  padding: 10px 20px 10px 20px;
  width: -webkit-fill-available;
}
.TableBox .bank_name, .TableBox .withdraw_request {
  padding: 20px;
}
.TableBox h3, .TableBox h4{
  margin: 15px;
  font-weight: 700;
}
.send_withdraw .bankaccount, .amount, .withdraw_request .form-group textarea, .internal_banner .transfer_form select, .internal_banner .transfer_form input, .internal_banner .transfer_form span, .My_Reports_D .report_bank .select_acc select {
  border: 1px solid var(--color-Gray65);
  height: 42px;
  border-radius: 10px;
  padding: 10px 20px;
  line-height: 1.2;
}
.TermsBoxUL{
	margin: 0;padding: 0;
}
.TermsBoxUL li{
	color: var(--color-black);
	margin-bottom: 18px;
	line-height: 1.5;
	list-style: disc;
	font-size: 15px;
}
.amount{
  height: inherit;
}
.send_enter_newbank .enter_newbankdetails .bank_name .send_btn button, .withdraw_request .send_btn button{
  font-size: 16px;
  padding: 7px 80px;
}
.with_table thead tr th, .your_file .file_details thead tr th {
  font-size: 15px;
  padding: 10px 5px 5px;
  font-weight: bold;
  color: var(--table-color);
  text-align: center;
}
.with_table tbody tr td {
  padding: 15px;
  border: none;
}
.with_table tbody .rejected, .Wallet_table .bank_detail_list table .rejected {
  background-color: rgba(242, 22, 22, 15%);
  color: var(--color-red) !important;
}
.WithdrawTable .table tbody tr {
  box-shadow: inherit
}
.WithdrawTable .table tbody tr td {
  background: #F9F9F9;
  -webkit-box-shadow: inset 4px 4px 15px 0px rgba(173, 172, 172, 0.1);
  -moz-box-shadow: inset 4px 4px 15px 0px rgba(173, 172, 172, 0.1);
  box-shadow: inset 4px 4px 15px 0px rgba(173, 172, 172, 0.1);
  border: 0;
}
hr.tfoot_hr {
  margin: 30px 0;
}
.enter_newbank .bank_detail_list .table_footer {
  padding: 0 30px 30px;
}
.table_footer .next_btn a {
  font-size: 16px;
}
.Withdraw_table .main_Withdraw_t .send_withdraw_table > div {
  padding: 0 12px;
}
.list_name p{margin: 0;}
/* ============================= end dashboard newwithdraw*/
/* ============================= Open New Account ======================== */
.OpenNewAcc .notification .noti_6, .Compliance_bank .notification .noti_6, .document_upload .notification .noti_6, .Fund_withdraw .notification .noti_6, .notification .noti_6, .Wallet .notification .noti_6, .Reports .notification .noti_6, .Help .notification .noti_6, .IB_dashborad .notification .noti_6 {
  background-color: var(--color-orange);
}
.OpenNewAcc .Open_new_banner {
  margin: 150px auto 100px;
}
.OpenNewAcc .Open_banner_title h1 {
  margin-bottom: 18px;
}
.OpenNewAcc .banner.choose_plan {
  position: relative;
}
.OpenNewAcc .banner.choose_plan .bg_left {
  position: absolute;
  left: 5%;
}
.OpenNewAcc .banner.choose_plan .bg_right {
  position: absolute;
  left: 85%;
  top: 50%;
  transform: translateY(-50%);
}
.OpenNewAcc .horizontal_boxes {
  margin-top: -120px;
  margin-bottom: 80px;
}
.green_part {
  position: absolute;
  height: 490px;
  width: 95px;
  background-color: rgba(166, 198, 38, 30%);
  z-index: 100;
  left: 30%;
}
.horizontal_boxes .h_box .h_box_contant .hbox_details {
  padding: 20px;
}
.horizontal_boxes .main_horizontal .h_box_title h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: var(--color-black);
  padding: 25px 0;
  margin: 0;
}
.horizontal_boxes .main_horizontal .h_box_subtitle{ padding: 20px 0 40px;}
.horizontal_boxes .main_horizontal .h_box_subtitle span {
  font-size: 20px;
}
.horizontal_boxes .main_horizontal .h_box_subtitle h2{
  font-size: 45px;
}
.horizontal_boxes .main_horizontal .h_box_subtitle > div p {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
}
.horizontal_boxes .main_horizontal .h_box_contant .hbox_details b,.horizontal_boxes .main_horizontal .h_box_contant .hbox_details span{
  font-size: 18px;
}
.banner .Open_new_banner .Open_banner_title p {
  text-align: center;
  font-size: 16px;
}
.h_box_contant input[type="checkbox"] {
  position: relative;
  width: 65px;
  height: 32px;
  -webkit-appearance: none;
  appearance: none;
  background: #E0E0E0;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  border: 2px solid #E0E0E0;
}
.h_box_contant input[type="checkbox"]::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-Gray65);
  position: absolute;
  top: -2px;
  left: 0;
  transition: .5s;
}
.horizontal_boxes .h_box {
  background-color: var(--color-white);
  padding: 40px 35px;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--color-white);
}
.h_box_contant input[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: var(--color-drakgreen);
}
.h_box_contant input[type="checkbox"]:checked {
  background: rgba(166, 198, 38, 19%);
  border-color: rgba(166, 198, 38, 19%);
}
.horizontal_boxes .h_box:hover {
  border-color: var(--color-orange);
  transition: .5s;
  transform: translateY(-10px);
}
/* ============================= Open New Account ======================== */
/* ============================= start Account_Listing ======================= */
.account_L1 {
  box-shadow: 1px 5px 12px 4px rgba(0, 0, 0, 0.158);
  border: 2px solid var(--color-white);
  border-radius: 14px;
  padding: 25px 35px 45px;
}
.list_img img {
  filter: drop-shadow(1px 3px 2px rgba(234, 84, 15, 0.5));
  border-radius: 50px;
}
.Account_listing .list_details .side_1 {
  padding: 0 15px;
}
.Account_listing .list_details .f_question p, .Account_listing .list_details .f_question span {
  width: 50%;
}
.Account_listing .list_details .f_question span {
  font-weight: 400;
}
/* ============================= end Account_Listing ========================== */
/* ============================ start changeMT5password ======================== */
.select_acc select, .select_acc input {
  background-color: transparent !important;
	color: #FFF;
}
.change_form .select_acc.form-group {
  margin-bottom: 25px;
}
.select_acc .select-wrapper::after, .enter_newbank .country .select-wrapper::after {
  color: var(--color-white);
}
.enter_info {
  background-color: #2F3E45;
}
.change_form .min_character ul {
  width: 90%;
}
.min_character label {
  color: var(--color-light) !important;
}
.min_character ul li {
  height: 3px;
  border-radius: 1.5px;
}
.change_btn .btn {
    font-size: 14px;
    font-weight: 700;
    border-color: var(--color-orange);
    padding: 10px 60px;
}
.change_btn .btn:hover {
  background-color: transparent;
}
.change_pass_form .select_acc .reset_btn, .Compliance_bank .bank_name .send_btn button {
  border-color: var(--color-orange);
  font-weight: 600;
}
.change_pass_form .select_acc .reset_btn:hover, .Compliance_bank .bank_name .send_btn button:hover {
  background-color: transparent;
  color: var(--color-orange);
}
/* ============================ end changeMT5password ======================== */
/* ============================ start changeMT5password successful ======================== */
.change_MT5_pass .pass_successful .success.success_bg {
  background: rgba(166, 198, 38, 0.15);
  border-radius: 20px;
}
/* ============================ end changeMT5password successful ======================== */
/* ============================ start Compliance bank details ============================ */
.enter_newbank .country .select-wrapper::after, .t_account .select-wrapper::after {
  top: 13px;
  color: #777;
}
.enter_newbank .bank_detail_list {
  height: max-content;
}
/* ============================ end Compliance bank details ============================ */
/* ============================ start Compliance Document upload new ============================ */

.main_your_file .file_title h3 {
  padding: 20px;
}
.your_file .file_details thead tr th {
  padding: 0 0 10px;
  font-weight: 600;
}
.your_file .file_details tbody tr{ 
  box-shadow: 3px 4px 15px 0px rgba(173, 172, 172, 0.10) inset;  
  background-color: #F9F9F9;
}
.your_file .file_details tbody tr td{
  padding: 10px;
  font-weight: 600;
  color: var(--color-black);
  font-size: 15px;
  text-align: center;
  border: 0;
  background-color: transparent;
}
.your_file .file_details tbody tr td p {
  font-weight: 600;
  font-size: 15px;
  color: var(--color-black);
}
.your_file .file_details tbody tr td:last-child {
  text-align: start;
}
.file_details tbody .pending, .Fund_withdraw .viabank_table .with_table tbody .pending, .Wallet_table .bank_detail_list table .pending, .Reports .report_table .with_table tbody tr .pending, .Help .client_mess .ticket_date span.pending {
  background: rgba(152, 152, 152, 12%);
}
.file_details tbody tr td span {
  font-size: 15px;
}
.your_file .your_file_table table tbody tr td:nth-last-child(1){
  padding-right: 150px;
}
/* ============================ end Compliance Document upload new ============================ */
/* ============================ start Compliance Document uploading new ============================ */

.uploading {
  margin-top: 15px;
}
.uploading h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.progress_btn .pause {
  color: var(--color-Gray65);
}
.progress_btn .close {
  color: var(--color-red);
}
.progress {
  height: 11px;
}
.progress .progress-bar {
  background: var(--color-green);
}
/* ============================ end Compliance Document uploading new ============================ */
/* ============================ start Compliance Document error ============================ */
.large_file .large_icon {
  background: rgba(242, 78, 30, 0.12);
  border-radius: 10px;
  padding: 10px 15px;
}
.document_banner .card-xs .completed_file p {
  font-weight: 600;
  color: var(--color-green);
	padding: 0;
}
.document_banner .card-xs .large_file p {
  font-weight: 600;
}
/* ============================ end Compliance Document error ============================ */
/* ============================ start Compliance Document completed ============================ */
.completed_file .completed_icon {
  background: rgba(166, 198, 38, 0.20);
  border-radius: 10px;
  padding: 10px 15px;
}
/* ============================ start Compliance Document completed ============================ */
/* ============================ start My fund deposit new ============================ */
.deposit_box p {
  color: var(--color-black);
  font-weight: 500;
}
.Fund_withdraw .Withdraw_table .send_withdraw {
  height: 100%;
}
/* ============================ end My fund deposit new ============================ */
/* ============================ start Internal transfer ============================ */
.t_account .select-wrapper::after {
  right: 15px;
}
.internal_transfer .main_internal_transfer {
  margin: 130px 0px 0;
}
.internal_transfer .main_internal_transfer .internal_title p, .via_banktransfer .viapaypal_title p {
  font-size: 16px;
}
.internal_banner .transfer_form {
  box-shadow: 3px 3px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 30px 30px;
  padding: 40px 30px;
}
.transfer_form .t_account button, .add_details .t_account button {
  padding: 7px 70px;
  border-width: 2px;
  font-weight: 600;
}
.internal_banner .transfer_form select, .internal_banner .transfer_form input, .internal_banner .transfer_form span {
  height: 50px !important;
}
.internal_transfer .transfer_form .t_account .form_account, .internal_transfer .transfer_form .t_acc {
  padding: 0 12px;
}
.internal_transfer .transfer_form .t_acc button {
  font-weight: 600;
  border-width: 2px;
  padding: 7px 80px;
}
.internal_transfer .internal_banner{ padding-top: 15px;}
/* ============================ end Internal transfer ============================ */
/* ============================ start Via Bank Transfer ============================ */
.via_title p {
  font-size: 16px;
}
.via_banktransfer .main_via_banktransfer .viabank_banner .viabank_title p {
  color: var(--color-black);
  font-size: 18px;
}
.amount_input select {
  padding: 10px;
	width: 110px;
	font-weight: 600;
}
.t_account .upload_btn a {
  padding: 7px 32px;
  border: 2px solid var(--color-Gray65);
  color: var(--back-blue);
}
.via_banktransfer .send_withdraw .paypal_details p {
  font-size: 16px;
  color: var(--color-black);
  line-height: 30px;
}
.viabank_title p {
  font-size: 16px;
}
.scanner {
    width: 137px;
}
/* ============================ end Via Bank Transfer ============================ */
/* ============================ start bitcoin ===================================== */
.Bitcoin_details .select_bank input, .Bitcoin_details .select_bank span {
  border-radius: 0;
  background-color: var(--color-lightGray);
  border: 2px solid var(--color-Gray65);
  color: var(--color-black);
  font-weight: 600;
  font-size: 16px;
	height: 42px;
	padding: 10px 15px;
}
.Bitcoin_details .select_bank span {
  background-color: var(--color-orange);
  border: 2px solid var(--color-orange);
  color: var(--color-white);
  padding: 9px 25px 8px;
	margin-left: -4px;
}
/* ============================ end bitcoin ===================================== */
/* ============================ start news ===================================== */
.news_section {
  margin-top: 130px;
}
.news_section .main_news_section h1 a{ font-size: 28px; text-decoration: underline; line-height: normal;}
.news_section .news_banner .news_img img, .news_section .News_2 .News_img img {
  border-radius: 10px;
}
.news_section .news_date span {
  font-size: 16px;
}
.news_section .news_date h2 {
  padding: 15px 0;
}
.news_section .news_details p, .news_section .News_2 p {
  font-size: 16px;
}
.news_section .News_2 .news_date span {
  font-size: 16px;
}
.Article .Article_date h1 {
  margin: 10px 0;
}
.Article .Article_banner .Article_date img {
  padding: 40px 0 0;
}
/* ============================ end news ===================================== */
/* ============================ start My_Wallet ===================================== */
.Wallet .header {
  background-color: transparent;
  transition: 0.5s;
}
.Wallet .header.active {
  background-color: var(--color-black);
  transition: 0.5s;
}
.My_Wallet .wallet_balance p, .MT5_My_Wallet .wallet_balance p, .My_Wallet_D .wallet_balance p, .My_Wallet_M .wallet_balance p {
  color: var(--color-white);
}
.My_Wallet, .My_Wallet_D, .My_Wallet_M, .MT5_My_Wallet {
  background-image: linear-gradient(rgba(38, 50, 56, 0.3), rgba(38, 50, 56, 0.5)), url(../img/wallet_banner.png);
  background-position: center;
  background-size: cover;
}
.Wallet .My_Wallet .main_My_Wallet{ margin-top: 130px;}
.Wallet .My_Wallet .wallet_balance, .Wallet .My_Wallet_D .wallet_balance, .Wallet .My_Wallet_M .wallet_balance, .Wallet .MT5_My_Wallet .wallet_balance {
  background: linear-gradient(147deg, rgba(234, 85, 15, 1) 10%, rgba(110, 0, 177, 1) 100%);
  width: 25%;
  border-radius: 8px;
  padding: 30px;
}
.My_Wallet .wallet_balance span h2{ font-size: 40px;}
.My_Wallet .Wallet_table .add_tabletitle, .Reports .report_table .add_tabletitle{ padding: 20px;}
.Wallet .My_Wallet .wallet_balance p, .Wallet .My_Wallet_D .wallet_balance p, .Wallet .My_Wallet_M .wallet_balance p, .Wallet .MT5_My_Wallet .wallet_balance p {
  padding-bottom: 15px;
}
.My_Wallet_banner .wallet_option ul li a, .My_Reports_banner .report_option ul li a {
  color: var(--color-Gray65);
  font-weight: 600;
  padding: 5px 0 21px;
}
.My_Wallet_banner .wallet_option ul li, .My_Reports_banner .report_option ul li {
  margin-bottom: 9px;
}
.My_Wallet_banner .wallet_option ul li.option_line a, .My_Reports_banner .report_option ul li.option_line a {
  color: var(--color-orange);
  border-bottom: 3px solid var(--color-orange);
}
.wallet_option, .report_option {
  width: 75%;
}
.My_Wallet .main_My_Wallet .wallet_option,.Reports .report_option{ padding: 30px 20px;}
.wallet_option ul, .report_option ul, .help_list ul {
  border-bottom: 3px solid var(--color-Gray65);
  position: relative;
}
.Wallet_table .bank_detail_list {
  border: 1px solid var(--color-white);
  border-radius: 11px;
}
.Wallet_table .bank_detail_list hr {
  background-color: var(--color-white);
}
.Wallet_table .bank_detail_list table tbody tr{ box-shadow: 3px 4px 15px 0px rgba(103, 103, 103, 0.10) inset; background-color: #293840;}
.Wallet_table .bank_detail_list table tr td{
  background-color: transparent;
  color: var(--color-white);
  text-align: center;
}
.report_table .bank_detail_list table tbody tr{ box-shadow: 3px 4px 15px 0px rgba(173, 172, 172, 0.10) inset; background-color: #F9F9F9;}
.My_Reports_T .report_table .bank_detail_list table tbody tr,.My_Reports_D .report_table .bank_detail_list table tbody tr{ background-color: rgba(224, 224, 224, 0.20);}
.report_table .bank_detail_list table tr td{ text-align: center;}
.report_table .bank_detail_list table tr td:first-child,.report_table .bank_detail_list table tr th:first-child{ padding-left: 20px;}
.Wallet_table .bank_detail_list .dataTable-bottom,.My_Reports .report_table .bank_detail_list .dataTable-bottom{ display: none;}
/* ============================ end My_Wallet ===================================== */
/* ============================ start MyWallet_Deposit ===================================== */
.main_My_Wallet .wallet_form {
  width: 60%;
}
.My_Wallet_D .wallet_form .form_fileds, .My_Wallet_M .wallet_form .form_fileds, .MT5_My_Wallet .wallet_form .form_fileds {
  padding: 40px;
  border-radius: 8px;
  background-color: #293439;
}
.My_Wallet_D .wallet_form .form_fileds .payment_method select, .My_Wallet_D .wallet_form .form_fileds .payment_method input, .My_Wallet_D .wallet_form .form_fileds .payment_method span, .My_Wallet_M .wallet_form .form_fileds .payment_method select, .My_Wallet_M .wallet_form .form_fileds .payment_method input, .My_Wallet_M .wallet_form .form_fileds .payment_method span, .MT5_My_Wallet .wallet_form .form_fileds .payment_method select, .MT5_My_Wallet .wallet_form .form_fileds .payment_method input, .MT5_My_Wallet .wallet_form .form_fileds .payment_method span {
  background-color: transparent;
  height: 50px;
  padding: 10px 15px;
  border-color: var(--color-Gray65);
}
.My_Wallet_D .wallet_form .select-wrapper::after, .My_Wallet_M .wallet_form .select-wrapper::after, .MT5_My_Wallet .wallet_form .select-wrapper::after {
  top: 15px;
  right: 20px;
  color: var(--color-white);
}
.My_Wallet_D .wallet_form .form_fileds .payment_method span, .My_Wallet_M .wallet_form .form_fileds .payment_method span, .MT5_My_Wallet .wallet_form .form_fileds .payment_method span {
  border-radius: 11px;
  padding: 15px 25px;
}
.My_Wallet_D .wallet_form .form_fileds .payment_method button, .My_Wallet_M .wallet_form .form_fileds .payment_method button, .MT5_My_Wallet .wallet_form .form_fileds .payment_method button {
  padding: 9px 83px;
  border: 2px solid var(--color-orange);
}
/* ============================ end MyWallet_Deposit ===================================== */
/* ============================ start My Reports ===================================== */
.report_option ul {
  border-color: var(--color-lightGray);
}
.My_Wallet_banner .wallet_option ul li a, .My_Reports_banner .report_option ul li a {
  padding: 5px 0 14px;
}
/* ============================ end My Reports ===================================== */
/* ============================ start My Reports dual ===================================== */
.My_Reports_D .My_Reports_banner .report_bank {
  width: 68%;
}
.Reports .My_Reports_D .report_bank form label {
  font-size: 16px;
  font-weight: 600 !important;
}
.Reports .My_Reports_D .report_bank form .select_acc .select-wrapper::after {
  top: 15px;
  right: 20px;
}
.Reports .My_Reports_D .report_bank form .date_form #datepicker, .Reports .My_Reports_D .report_bank form .date_form #datepicker2 {
  border: 1px solid var(--color-Gray65);
  border-radius: 11px;
  height: 45px;
  padding: 0 20px;
}
.Reports .My_Reports_D .report_bank form .date_form input {
  background-color: transparent;
  border: none;
}
/* ============================ end My Reports dual ===================================== */
/* ============================ start Help =================================== */
.Help, .Help .header {
  background-color: #f5f5f5
}
.Help .help_banner .need_help {
  background: var(--color-orange);
  margin-right: 30px;
  padding:30px;
  border-radius: 15px;
}
.Help .help_banner .need_help.chat_needhelp{ padding: 40px 50px;}
.help_banner .need_help .click_me p {
  font-size: 16px;
  color: var(--color-lightGray);
  margin: 10px 0 !important;
}
.Help .help_banner .need_help button {
  background-color: var(--color-white);
  color: var(--color-orange);
  outline: none;
  border: 1px solid var(--color-white);
  font-weight: 600;
  border-radius: 8px;
  padding: 5px 30px;
}
.Help .help_banner .need_help button:hover {
  background-color: transparent;
  color: var(--color-white);
}
.Help .help_list ul {
  border-color: var(--color-lightGray);
}
.Help .help_list ul li {
  font-weight: 600;
  width: 33.33%;
}
.Help .help_list ul li a {
  color: var(--color-Gray65);
  padding-bottom: 5px;
}
.Help .help_list ul li.option_line a {
  color: var(--color-orange);
  border-bottom: 3px solid var(--color-orange);
}
.Help .new_ticket span, .Help .client_mess .mess_1 {
  padding: 12px;
  box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}
.Help .new_ticket span i, .Help .client_mess .ticket_date span i {
  background-color: rgba(234, 85, 15, 0.19);
  border-radius: 8px;
  padding: 5px 6px;
}
.Help .client_mess .mess_1 {
  padding: 30px;
  margin-bottom: 40px;
}
.Help .client_mess .ticket_date span i {
  background-color: rgba(166, 198, 38, 0.274);
  padding: 8px;
}
.Help .client_mess .mess_2 .ticket_date span i {
  background-color: rgba(242, 22, 22, 20%);
  padding: 8px 10px;
}
.Help .client_mess .mess_3 .ticket_date span i {
  background-color: rgba(113, 113, 113, 20%);
}
.Help .client_mess .ticket_date span.approved, .Help .client_mess .ticket_date span.rejected, .Help .client_mess .ticket_date span.pending {
  font-weight: 600 !important;
}
.Help .help_banner .client_mess .clients_link p, .Help .help_banner .client_mess .clients_link i {
  font-size: 16px;
  color: var(--color-light);
}
.helpbox_img{ width: 80%;}
/* ========================================= end help ============================================ */
/* ========================================= start help draft ====================================== */
.help_list.help_list_draft ul li.option_line::after {
  left: 26%;
}
.client_mess .clients_btn button:hover {
  background-color: transparent;
  color: var(--color-orange);
}
.help_banner .help_right .client_mess .mess_1 b {
  color: var(--color-black);
}
.help_banner .client_mess .mess_1 .clients_btn a, .help_banner .client_mess .mess_1 .clients_btn button {
  font-weight: 600;
}
.help_banner .client_mess .mess_1 .clients_btn button{ padding: 5px 30px;}
.help_banner.help_banner.help_dreaf .client_mess .clients_link.dreaf p:last-child {
  padding-left: 15px;
}
/* ========================================= end help draft ========================================== */
/* ========================================= start help resolved ========================================== */
.Help .help_banner .client_mess .clients_link p.client_link_R {
  color: var(--color-red);
  font-weight: 500;
}
.help_list.help_list_resolve ul li.option_line::after {
  left: 55%;
}
/* ========================================= end help resolved ========================================== */
/* ========================================= start help chatbot ========================================== */
.Help .help_right .mess_1 .sender .sender_mess h6, .Help .help_right .mess_1 .recevier .recevier_mess h6 {
  color: var(--color-light) !important;
  border-radius: 10px;
  font-weight: 600;
  padding: 12px 25px !important;
}
.Help .help_right .mess_1 .recevier .recevier_mess h6 {
  box-shadow: 2px 3px 13px 1px rgba(0, 0, 0, 0.15); margin-right: 8px;
}
.Help .help_right .mess_1.mess_2 .clients_btn i {
  transform: rotate(180deg);
}
.Help .help_right .mess_1.mess_2 p {
  color: var(--color-light) !important;
  font-weight: 400 !important;
}
.Help .help_chat .help_right .mess_1.mess_2 p {
  padding: 10px;
}
.help_banner .client_mess .mess_1 .clients_info {
  margin-top: 20px;
}
.Help .help_banner .need_help .box_set .green_box {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -50px;
  left: 50px;
}
.Help .help_banner .need_help.chat_needhelp .box_set .blue_box {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -50px;
  left: 50%;
}
.Help .help_banner .need_help.chat_needhelp .box_set .white_box {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -50px;
  right: 0px;
}
.Help .help_banner .need_help.chat_needhelp .contact_btn a {
  color: var(--color-orange);
  font-weight: 600;
  padding: 10px 60px;
}
.Help .help_banner .need_help.chat_needhelp .contact_btn:hover a {
  background-color: transparent !important;
  border-color: var(--color-white);
  color: var(--color-white);
}
/* ========================================= end help chatbot ========================================== */
/* ========================================= start pamm management =========================================== */
.PAMM .header.green_header {
  background-color: var(--color-green);
}
.PAMM .header.green_header .notification .noti_6 {
  background-color: var(--color-white);
}
.PAMM .header.green_header .notification .noti_6 p {
  color: var(--color-black);
}
.PAMM .PAMM_banner {
  position: relative;
}
.PAMM .PAMM_banner .PAMM_details .PAMM_title h1 {
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
}
.PAMM .PAMM_banner .PAMM_details .PAMM_title p {
  color: #717171; 
}
.PAMM .PAMM_banner .left_box {
  width: 120px;
  height: 230px;
  background-color: rgba(228, 238, 190, 47%);
  position: absolute;
  top: 45%;
}
.PAMM .PAMM_banner .right_box {
  width: 85px;
  height: 230px;
  background-color: rgba(228, 238, 190, 47%);
  position: absolute;
  top: 15%;
  right: 0;
}
.PAMM .PAMM_banner .pamm_border {
  position: absolute;
  right: -45px;
  top: 53%;
}
.PAMM .PAMM_banner .PAMM_details .PAMM_title h1::after {
  content: '';
  position: absolute;
  width: 90%;
  height: 5px;
  background: var(--color-orange);
  left: 15%;
  bottom: 20%;
}
.PAMM .open_pamm.PAMM_banner .PAMM_details .PAMM_title h1::after{ width: 60%; left: 45%; bottom: 40%;}
.PAMM .PAMM_menu_list {
  transform: translate(0, -50px);
}
.PAMM .PAMM_menu_list .P_list {
  box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 30px;
}
.PAMM .PAMM_menu_list .P_list ul li a {
  font-weight: 600;
  color: var(--color-Gray65);
  padding: 0 10px 10px;
}
.PAMM .PAMM_menu_list .P_list ul li.Pmenu_active a {
  color: #72871E;
  border-bottom: 3px solid #72871E;
}
.PAMM .PAMM_banner .PAMM_img {
  position: relative;
}
/* ========================================= end pamm management =========================================== */
/* ========================================= start openPAMM list =========================================== */
.PAMM .PAMM_banner.pamm_money .PAMM_details .PAMM_title h1::after {
  width: 82%;
}
.PAMM .PAMM_banner.pamm_list .PAMM_details .PAMM_title h1::after {
  width: 42%;
  left: 65%;
  bottom: 40%;
}
.PAMM .PAMM_banner.pamm_invest .PAMM_details .PAMM_title h1::after, .PAMM .PAMM_banner.pamm_profit .PAMM_details .PAMM_title h1::after {
  width: 45%;
  left: 50%;
  bottom: 40%;
}
.PAMM .PAMM_banner.pamm_invest .pamm_border, .PAMM .PAMM_banner.pamm_profit .pamm_border {
  right: -5px;
  top: 55%;
}
/* ========================================= end openPAMM list =========================================== */
/* ========================================= start PAMM Myinvestment =========================================== */
.PAMM .boxes {
  margin: 0;
}
.PAMM .boxes .box {
  box-shadow: rgba(0, 0, 0, 0.137) 0px 5px 15px;
}
.PAMM .boxes .box .wallet_i, .IB_dashborad .IB_banner .IB_boxes .box .wallet_i {
  background-color: rgba(234, 85, 15, 24%);
}
.PAMM .boxes .box .wallet_i i, .IB_dashborad .IB_banner .IB_boxes .box .wallet_i i, .IB_dashborad .IB_banner .IB_MY_boxes .box .wallet_i i {
  color: var(--color-orange);
}
.PAMM .boxes .box .box_contant h3 {
  font-weight: 700;
}
/* ========================================= end PAMM Myinvestment =========================================== */
/* ========================================= start IB Dashboard =========================================== */
.IB_dashborad .IB_banner .IB_new_banner {
  margin: 130px auto 0px;
}
.IB_dashborad .IB_refferal_link, .IB_dashborad .P_link {
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.IB_dashborad .IB_banner .user_name p {
  color: #A6A6A6;
}
.IB_dashborad .IB_refferal_link i {
  color: var(--color-orange);
}
.IB_dashborad .IB_banner .IB_boxes .box {
  box-shadow: var(--shadow-large);
  border-radius: 8px;
  padding: 30px 20px;
}
.IB_dashborad .IB_charts .trand_box .trand, .IB_dashborad .IB_charts .trand_box .Sub_ID {
  background: var(--color-white);
  box-shadow: var(--shadow-large);
  padding: 30px;
  border-radius: 8px;
  margin: 20px 0;
}
.IB_dashborad .IB_banner .IB_boxes .box .wallet_i i {
  font-size: 30px;
}
.IB_charts .IB_table .position_name p {
  color: var(--color-pink);
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  background-color: rgba(255, 104, 177, 20%);
  border-radius: 7px;
  margin-left: 5px;
}
.IB_charts .Commission_chart p, .IB_charts .Transaction_chart p {
  font-size: 18px;
  font-weight: 500;
  text-align: start;
  color: var(--color-black);
  padding: 20px 0 20px 10px;
}
.IB_dashborad .IB_banner .IB_boxes .box .box_icon i, .IB_dashborad .IB_banner .IB_boxes .box .box_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 29px;
  transform: translate(-50%, -50%);
}
.IB_dashborad .IB_charts .trand_box .trand .wallet_i {
  background-color: #ED549E
}
.IB_dashborad .IB_charts .trand_box .Sub_ID .wallet_i {
  background-color: #09C8C9
}
.IB_dashborad .IB_charts .IB_table .main_position, .IB_dashborad .client_table .main_client_table .ib_table {
  border: 1px solid var(--table-color);
  border-radius: 8px;
}
.IB_dashborad .IB_charts .IB_table .main_position table tr td:first-child {
  padding-left: 30px;
}
.IB_charts .table_box .IB_table .table td .user_info_basic p, .IB_charts .table_box .IB_table .table td span {
  font-size: 16px;
  font-weight: 300;
  color: var(--color-black);
}
.user_info .user_img img{
	border-radius: 50px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.28);
}
.IB_charts .table_box .IB_table .table td.minusvalue {
  color: var(--color-red);
}
.IB_charts .table_box .IB_table .table td.plusvalue {
  color: var(--color-drakgreen);
}
.IB_charts .Transaction_chart p {
  padding-left: 20px;
}
.IB_dashborad .IB_banner .IB_MY_boxes .box {
  margin: 0 15px !important;
  width: calc(50% - 30px);
  box-shadow: rgba(0, 0, 0, 0.150) 8px 10px 15px;
  border-radius: 10px;
}
/* ========================================= end IB Dashboard =========================================== */
.IB_dashborad .IB_banner .IB_MY_boxes .box .wallet_i {
  background-color: #FFC9B0;
}
.IB_dashborad .Refferal_client .refferal_box {
  padding: 40px 0 0;
}
.IB_dashborad .Refferal_client .circul_level ul {
  border-bottom: 1px solid var(--color-lightGray);
  padding: 25px 0 35px;
}
.IB_dashborad .Refferal_client .circul_level ul li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--color-orange);
  margin-right: 28px;
}
.IB_dashborad .Refferal_client .circul_level ul li p {
  transform: translateY(50%);
  font-weight: 600;
}
.IB_dashborad .Refferal_client .refferal_box .reff_box1 {
  box-shadow: rgba(0, 0, 0, 0.205) 0px 5px 15px;
  margin: 0 15px;
  width: calc(33.33% - 30px);
  border-radius: 8px;
}
.IB_dashborad .Refferal_client .refferal_box .reff_box1 .box_icon {
  width: 55px;
  height: 55px;
}
.IB_dashborad .Refferal_client .refferal_box .reff_box1 .box_icon i {
  transform: translateY(60%);
}
.ib_Commissions .IB_banner .IB_new_banner .MY_Client p {
  color: var(--color-Gray65);
}
.ib_Commissions .my_info .IB_MY_boxes .box_contant h3 {
  font-size: 22px;
  font-weight: 700;
}
.ib_Commissions .IB_banner .my_info .IB_MY_boxes .box_icon img {
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  left: 50%;
}
.ib_Commissions .IB_banner .IB_MY_boxes .box {
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.2);
  padding: 30px 22px;
}
.IB_withdraw .Withdraw_table {
  margin-top: 150px;
}
.IB_withdraw .Withdraw_table .table_title .position_name {
  padding-left: 38px;
}
.IB_withdraw .Withdraw_table .send_withdraw_table {
  padding: 0 65px;
  display: flex;
}
.IB_withdraw .Withdraw_table .send_withdraw_table .send_withdraw {
  width: calc(50% - 38px);
  margin: 20px 19px 0;
}
.IB_withdraw .Withdraw_table .send_withdraw_table .withdraw_request textarea {
  height: 50px !important;
}
.ib_Commissions .IB_banner .IB_new_banner {
  margin-top: 90px;
}
.IB_dashborad .Refferal_client {
  padding: 90px 40px 5px;
}
.IB_dashborad .Refferal_client .refferal_title .select_level p {
  color: var(--color-orange);
  font-weight: 600;
  font-size: 16px;
}
.IB_dashborad .Refferal_client .refferal_title .select_level .level_active p {
  color: var(--color-white);
}
.IB_dashborad .Refferal_client .circul_level ul li:hover {
  background-color: var(--color-orange);
}
.IB_dashborad .Refferal_client .circul_level ul li:hover a p {
  color: var(--color-white);
}
.ib_clients .IB_banner .my_info .IB_MY_boxes .box_icon i, .ib_clients .Refferal_client .refferal_box .reff_box1 .box_icon i, .ib_clients .Refferal_client .refferal_box .reff_box1 .box_icon img {
  font-size: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.ib_Commissions.ib_clients .IB_banner .IB_MY_boxes .box {
  padding: 35px 22px;
}
.ib_clients .IB_banner .my_info .IB_MY_boxes .box_contant p {
  font-size: 16px;
}
.ib_clients .Refferal_client .refferal_box .reff_box1 .box_contant h3 {
  font-size: 22px;
}
.Reports .datepicker .datepicker-days table.table-condensed {
  min-width: 280px
}
.main_boxes .box_icon svg, .main_boxes .box_icon svg.wallet_orange {
  width: 25px;
  fill: #fff;
  transform: translateY(20px);
}
.main_boxes .box_icon svg.doller_green, .main_boxes .box_icon svg.doller_blue, .main_boxes .box_icon svg.doller_white {
  fill: #A6C626;
  width: 20px;
  transform: translateY(15px);
}
.main_boxes .box_icon svg.doller_blue {
  fill: #09C8C9;
}
.main_boxes .box_icon svg.user_pink, .main_boxes .box_icon svg.user_green, .main_boxes .box_icon svg.user_white {
  fill: none;
  stroke: #FF68B1;
  stroke-width: 3;
  stroke-linecap: round;
  width: 25px;
}
.position_table table tbody tr{
  box-shadow: none;
}
.main_boxes .box_icon svg.wallet_orange {
  fill: #EA550F;
}
.main_boxes .box_icon svg.user_green {
  stroke: #A6C626;
}
.main_boxes .box_icon svg.user_white {
  stroke: #fff;
}
.main_boxes .box_icon svg.doller_white {
  fill: #fff;
}
.view_all .text-orange:hover {
  color: var(--color-black);
  text-decoration: none;
}
.dashb_MT5 .user_details .dataTable-bottom {
  display: none;
}
.boxes .box:hover {
  background-color: #f5f5f5;
}
.boxes .box.active:hover {
  background-color: #ffffff;
}
.position_table .table_title {
  padding: 15px 15px;
}
.dataTable-bottom {
  padding-bottom: 0;
}
.account_vector img {
  padding: 20px;
}
.user_table .table_filed {
  padding: 0;
}
.Withdraw_table .send_withdraw .dataTable-bottom,.report_table .bank_detail_list .dataTable-bottom {
  padding-bottom: 16px;
}
.Deposit_table table.de_table tr td {
  text-align: center;
}
.dataTable-pagination li {
  display: block;
}
/* start sidebar page */
aside.sidebar {
  background-color: var(--color-orange);
  width: 250px;
  position: fixed;
  top: 140px;
  z-index: 99;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
aside.sidebar .sidebar-nav .nav-item {
  padding: 5px 30px;
}
aside.sidebar .sidebar-nav .nav-item .nav-link {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
}
aside.sidebar .sidebar-nav .nav-item .drop-down li {
  margin: 10px;
}
aside.sidebar .sidebar-nav .nav-item .drop-down li a {
  font-size: 14px;
  color: var(--color-lightGray);
}
aside.sidebar .sidebar-nav .nav-item .nav-link:hover, aside.sidebar .sidebar-nav .nav-item .drop-down li a:hover {
  color: var(--color-black);
}
aside.sidebar .sidebar-nav .nav-item .drop-down {
  display: none;
}
aside.sidebar .sidebar-nav .nav-item.sub-menu:hover .drop-down {
  display: block;
}
.LeftBar {
  width: calc(100% - 260px);
  margin-left: 250px;
  min-height: 100vh;
  transition: 0.5s;
  margin-top: 110px;
  padding: 0 2%;
}
.user_details {
  margin-top: 30px
}
.user_details .nav-pills .nav-item {
  margin-right: 10px;
}
.user_details .nav-pills .nav-link {
  border-radius: 8px;
  padding: 5px 27px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
}
.user_details .nav-pills .nav-link:hover, .user_details .nav-pills .nav-link.active, .user_details .nav-pills .show > .nav-link {
  color: var(--color-white);
  ;
  background-color: var(--color-orange);
  ;
}
.pass_successful{
  border-radius: 12px;
background: rgba(166, 198, 38, 0.15);
}
.document_banner .filelabel {
  border: 2px dashed var(--color-orange);
  border-radius: 5px;
  transition: border 300ms ease;
  cursor: pointer;
  text-align: center;
  padding: 50px 9px;
	width: 100%;
}
.document_banner .filelabel i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
}
.document_banner .filelabel i,
.document_banner .filelabel .title {
  color: #A1A1A1;
  transition: 200ms color;
  font-weight: 600;
  padding: 15px 0 0;
}
.document_banner .filelabel:hover {
  border: 2px solid var(--color-orange);
}
.document_banner .filelabel:hover i,
.document_banner .filelabel:hover .title {
  color: #6d6d6d;
}
.document_banner .FileUpload{
    display:none;
}
.document_banner .uploading .upload_size p{ font-size: 14px; margin: 0;}
.add_details input[type="file"]{
    display: none;
}
.add_details label.uploadBtn{
  display: inline-block;
  color: var(--back-blue);
  background-color: var(--color-lightGray);
  padding: 7px 25px;
  user-select: none;
  cursor: pointer;
  border: 2px solid #A6A6A6;
}
.add_details label.uploadBtn:active{
  transform: scale(0.9);
  background-color: var(--color-light);
}
.excel_btn > label{
  padding: 8px 50px;
  color: var(--color-orange);
  border: 2px solid var(--color-orange);
  margin: 0 5px;
  border-radius: 10px;
  width: 140px;
  font-weight: 600;
  cursor: pointer;
}
.excel_btn > label:hover{
  background: var(--color-orange);
  color: var(--color-white);
}
.hlang>a, .header .hlang>a:hover {
    color: #fff !important;
}
.hnotification>a, .header .hnotification>a:hover {
    color: #fff !important;
}
.singleacbxscroll::-webkit-scrollbar {
    display: none;
}
.singleacbxscroll {
    overflow-y: auto;
    max-height: 365px;
}
.singleacbxscroll .singleacbx:last-child {
    margin-bottom: 0 !important;
}
.singleacbx {
    border: 1px solid #f37b4c;
    padding: 20px 10px;
    background: #fafafa;
    border-radius: 10px;
    position: relative;
    padding-left: 50px;
	margin-bottom: 25px;
}
.accountbxsncl1 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.accountbxsncl2 {
    display: flex;
    align-items: center;
}
.accountbxsngp {
    flex-grow: 1;
    flex-basis: 0;
}
.accountbxsngp h5 {
    color: #140c3e;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}
.accountbxsngp p {
    color: #f37b4c;
    font-size: 16px;
    margin-bottom: 0;
	font-weight: 500;
}
.accountbxsnbal p {
    font-size: 16px;
    margin-bottom: 5px;
	font-weight: 500;
}
.accountbxsnbal h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: #f37b4c;
    font-weight: 600;
}
.accountbxsnlev, .accountbxsnipas {
    min-width: 120px;
}
.accountbxsnmpas {
    flex-grow: 1;
    flex-basis: 0;
}
.accountbxsnmpas {
    text-align: center;
    border-left: 1px solid #d4d6d4;
    border-right: 1px solid #d4d6d4;
}
.accountbxsnipas {
    text-align: end;
}
.accountbxsnlbl {
    margin-bottom: 5px;
    font-size: 16px;
	font-weight: 500;
}
.accountbxsnval {
    margin-bottom: 0px;
    font-size: 16px;
	font-weight: 500;
}
.ribbon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: absolute;
}
.ribbon-top-left {
    top: 0px;
    left: 0px;
}
.ribbon-top-left::before, .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #f37b4c;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 115px;
    padding: 0px 0;
    background-color: #f37b4c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
	font-weight: 500;
}
.ribbon-top-left span {
    right: 0px;
    top: 10px;
    transform: rotate(-45deg);
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.refferal_link>p {
    margin-bottom: 0;
}
.refferalbtn {
    border-radius: 5px !important;
    padding: 0px 5px;
    background: transparent !important;
    color: #fff !important;
    font-size: 14px;
    border: 1px solid #fff;
}
.spacer-top {
    padding-top: 70px;
}
footer {
  margin-top: 70px;
}
.select2-container .select2-selection--single {
    height: 42px;
    border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 42px;
    padding: 0.375rem 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.boxes .active .boxvalue {
    color: #000 !important;
}
button.dt-button {
    padding: 5px 15px !important;
    line-height: 21px;
}
.table tbody tr td {
    line-height: 21px;
}
.news-box {
  -webkit-box-shadow: 5px 4px 9px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 4px 9px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 4px 9px 0px rgba(0, 0, 0, 0.5);
}
.news-img {
  position: relative;
  max-height: 240px;
  height: 100%;
}
.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-img p {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 18px 25px;
  margin: 0;
  color: var(--bs-white);
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  -moz-transition: 1s ease all;
  -ms-transition: 1s ease all;
  transition: 1s ease all;
}
.news-box:hover a p {
  color: var(--bs-primary);
}
.news-content {
  padding: 20px 25px;
}
.news-content p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #A8A8A8;
}
.news-content a {
  color: #A8A8A8;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  -moz-transition: 1s ease all;
  -ms-transition: 1s ease all;
  transition: 1s ease all;
}
.news-content:hover a {
  color: var(--bs-primary);
}
.home-blog .news-img {
  position: relative;
  height: 80px;
}
.home-blog .news-img p {
  font-size: 0.875rem;
  font-weight: bold;
  padding: 7px 10px;
}
.home-blog .news-content {
  padding: 10px;
}
.home-blog .news-content p {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 8px;
  color: #7C7C7C;
}
.home-blog .news-content a {
  font-size: 12px;
  font-weight: 400;
}
.home-blog img {
  border-radius: 8px 8px 0 0;
}
.news-content {
    background: rgb(33,37,41);
}
.news-content h4 {
    color: #fff;
    margin-bottom: 15px;
}
/* ============================ start Help =================================== */

.need_help {
  background: var(--color-orange);
  margin-right: 30px;
  padding:30px;
  border-radius: 15px;
}
.need_help.chat_needhelp{ padding: 40px 50px;}

.new_ticketLink {
  padding: 12px;
  box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
	font-weight: 600;
	color: var(--color-orange);
	background: var(--color-white);
	display: inline-block;
}
.new_ticketLink i {
  background-color: rgba(234, 85, 15, 0.19);
  border-radius: 8px;
  padding: 5px 6px;
	color: var(--color-orange);
	margin-right: 5px;
}
.new_ticketLink:hover{background: var(--color-orange); color: var(--color-white);}
.new_ticketLink:hover i{color: var(--color-white);background-color: rgba(255, 255, 255, 0.2);}
.TicketBox{margin-top: 20px;}
.Ticket {
  padding: 25px;
  margin-bottom: 30px;
	background: var(--color-white);
box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.15);
border-radius: 10px;
}
.TicketDraf{ background: none;}
.Ticket .ticket_date h5{font-weight: 700; margin: 0;}
.Ticket .ticket_date h5 i {
  padding: 8px;
	margin-right: 10px;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 5px;
}
.Ticket.TicketOnGoing .ticket_date h5 i{
  background-color: rgba(166, 198, 38, 0.274);
	color: var(--color-green);
}
.Ticket.TicketPending .ticket_date h5 i{
  background: rgba(242, 22, 22, 0.2);
	color: var(--color-red);
}
.Ticket.TicketClosed .ticket_date h5 i{
  background-color: rgba(113, 113, 113, 0.2);
	color: var(--color-Gray65);
}

.TicketStatus {
  padding: 6px 26px;
  border-radius: 20px;
	font-weight: 600;
	font-size: 15px;
}
.TicketOnGoing .TicketStatus{	
  color: var(--color-green);
  background-color: rgba(166, 198, 38, 15%);
}
.TicketPending .TicketStatus{
  color: var(--color-red);
  background-color: #F8E0E0;
}
.TicketClosed .TicketStatus{
  color: var(--color-Gray65);
	background: rgba(113, 113, 113, 0.2);
}
.clients_link p, .clients_link i {
  font-size: 16px;
  color: var(--color-light);
}
.helpbox_img{ width: 80%;}
.TicketTitle{
	margin: 0;
	padding: 15px 0;
}
/* ========================================= end help ============================================ */
/* ========================================= start help draft ====================================== */
.clients_btn button:hover {
  background-color: transparent;
  color: var(--color-orange);
}
.Ticket b {
  color: var(--color-black);
}
.Ticket .clients_btn a, .Ticket .clients_btn button {
  font-weight: 600;
}
.Ticket .clients_btn button{ padding: 5px 30px;}
.clients_link.dreaf p:last-child {
  padding-left: 15px;
}
/* ========================================= end help draft ========================================== */
/* ========================================= start help resolved ========================================== */
.clients_link p.client_link_R {
  color: var(--color-red);
  font-weight: 500;
}
/* ========================================= end help resolved ========================================== */
/* ========================================= start help chatbot ========================================== */
.Ticket .sender .sender_mess h6, .Ticket .recevier .recevier_mess h6 {
  color: var(--color-light) !important;
  border-radius: 10px;
  font-weight: 600;
  padding: 12px 25px !important;
	margin: 0;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}
.Ticket .recevier .recevier_mess h6 {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}
.Ticket .clients_btn i {
  transform: rotate(180deg);
}
.clients_info p{font-size: 14px; margin: 0;}
.ClientName .ClientImg{
	width: 48px;
	height: 48px;
	margin-right: 10px;
}
.ClientName .ClientImg img{
	height: 100%;
	object-fit: cover;
	border-radius: 50px;	
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.28);
}
.recevier .ClientName .ClientImg{margin-right: 0px; margin-left: 10px;}
.need_help .box_set .green_box {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -50px;
  left: 50px;
}
.need_help.chat_needhelp .box_set .blue_box {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -50px;
  left: 50%;
}
.need_help.chat_needhelp .box_set .white_box {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -50px;
  right: 0px;
}
.need_help.chat_needhelp .contact_btn a {
  color: var(--color-orange);
  font-weight: 600;
  padding: 10px 60px;
}
.need_help.chat_needhelp .contact_btn:hover a {
  background-color: transparent !important;
  border-color: var(--color-white);
  color: var(--color-white);
}
/* ========================================= end help chatbot ========================================== */
.HelpTab .nav-pills{
	border-bottom: 3px solid var(--color-lightGray);
	margin-bottom: 30px;
}
.HelpTab .nav-pills .nav-item {
	
}
.HelpTab .nav-pills .nav-item svg{
	fill:var(--color-orange);
	width: 20px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.HelpTab .nav-pills .nav-link {
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-Gray65);
	background: none;
	padding: 0 35px 12px;
	position: relative;
}
.HelpTab .nav-pills .nav-link:hover, .HelpTab .nav-pills .nav-link.active, .HelpTab .nav-pills .show > .nav-link {
	color: var(--color-orange);
}
.HelpTab .nav-pills .nav-link:hover:after, .HelpTab .nav-pills .nav-link.active:after, .HelpTab .nav-pills .show > .nav-link:after{
    content: "";
    border-bottom: 3px solid var(--color-orange);
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
}
.sender_mess p, .recevier p{ font-size: 14px;}
.pright-15 {
    padding-right: 15px;
}
.alldata, .yearlydata, .monthlydata, .weeklydata {
    padding: 0.25rem 1.25rem;
    font-size: .813rem;
    border-radius: 0.375rem;
    font-weight: 500;
}
.inlinettlbtn {
    display: flex;
    align-items: center;
    width: 100%;
}
.inlinettl, .inlinebtn {
    flex-grow: 1;
    flex-basis: 0;
}
.inlinebtn {
    text-align: end;
}
span.tabNum {
    padding-left: 5px;
}
.table-pborder {
    border: 1px solid var(--table-color);
    border-radius: 11px;
    padding: 20px;
}
.tcwidth-100 {
    max-width: 160px !important;
    word-wrap: break-word;
}