@font-face {
	font-family: 'FiraGo';
	src: url('/public/panel/fonts/FiraGO-Regular.eot');
	src: local('☺'), url('/public/panel/fonts/FiraGO-Regular.woff') format('woff'), url('/public/panel/fonts/FiraGO-Regular.ttf') format('truetype'), url('/public/panel/fonts/FiraGO-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {
	text-decoration: none !important;
}
body {
	background: #ebf7f4;
	font-family: 'FiraGo';
}
input:focus {
	outline: none;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-70 {
  margin-top: 70px;
}

.pdng_0 {
	padding: 0;
}
.breadcrumb h1 {
  font-family: FiraGO;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #05004D;
  position: relative;
}
.breadcrumb {
  background: transparent !important;
	padding-left: 0px;
	padding-right: 0px;
}
.breadcrumb h1::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  left: 0;
  bottom: 0;
  margin-bottom: -10px;
  background: #00997d;
}
.tber.active {
  background: #00997d;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
}
/*ttrs*/
.track_detls li:nth-child(1), .stock_detls li:nth-child(1) {
	display: none;
}
.track_detls li:nth-child(2), .stock_detls li:nth-child(2) {
	display: none;
}

/*ttrs*/

.stock_detls a[href=""], .stock_detls a[href="#"] {
  pointer-events: none;
}

.kljpqw li:nth-child(1) {
	display: none;
}
.kljpqw li:nth-child(2) {
	display: none;
}
.tber {
  padding: 13px 15px;
  font-family: FiraGO;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #7B8898;
  cursor: pointer;
}
.taber {
  margin-top: 50px;
  margin-bottom: 50px;
}
.body-hd {
  background: rgb(0 153 125 / 4%);
}
.form-control {
  background: #fff !important;
  border: 1.5px solid #DDDFF2;
  box-sizing: border-box;
  border-radius: 8px;
  color: #3A3A40;
	height: 60px !important;
	box-shadow: none !important;
}
.company_p {
  display: none;
}
.reg_bridge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.reg_bridge .step, .reg_bridge .c_step {
  font-family: 'FiraGO';
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-feature-settings: 'case' on;
  color: #9CA8B3;
  white-space: nowrap;
}
.reg_bridge .step.active, .reg_bridge .c_step.active {
  color: #00997d;
}
.devider_line, .c_devider_line {
  width: 100%;
  height: 1px;
  border: 1px dashed #DDDFF2;
  margin-left: 10px;
  margin-right: 10px;
}
.active_line {
  border: 1px dashed #00997d;
}


.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 12px;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DDDFF2;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0;
  bottom: -2px;
  background-color: #9CA8B3;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #d1cfff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background: #00997d;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.sjp {
  color: #3A3A40;
  display: inline-block;
  vertical-align: middle;
}
.sjp span {
  color: #888;
}
.reg_logo {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 50px;
	margin-left: 60px;
}
/* .step_personal_2, .step_personal_3, .step_company_2, .step_company_3 {
	display: none;
} */
.btn-df {
	background: #00997d;
	border-radius: 8px;
	width: 100%;
	max-width: 230px;
	height: 60px;
	font-family: 'FiraGO';
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
}
.mt-100 {
	margin-top: 100px;
}
.hidden {
	display: none !important;
}
.personal_btn_prev, .company_btn_prev {
	background: rgba(92, 84, 255, 0.1);
	border-radius: 8px;
	width: 100%;
	max-width: 160px;
	height: 60px;
	font-family: FiraGO;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #00997d;
	margin-right: 30px;
	display: inline-block;
}
.btn {
	cursor: pointer;
}
.personal_btn_prev, .company_btn_prev {
	display: none;
}
.cke {
  font-size: 10px;
  margin-left: 10px;
  font-weight: bold;
}
.green_btn {
	color: #00C58C;
  background: rgba(0, 197, 140, 0.15);
}
.mx-none {
	max-width: none;
}

/* Admin panel CSS START */
.main_panel {
	display: flex;
}
.sidebar {
	position: fixed;
	width: 300px;
	height: 100vh;
	background-color: #f50;
	display: flex;
}
.main_content {
	width: calc(100% - 300px);
	margin-left: 300px;
	float: right;
	padding-top: 30px;
}
.manu_icn {
	width: 100px;
	background: #00997d;
}
.manu_txt {
	width: 100%;
	background: #fff;
  padding-right: 20px;
}
.logo img {
	padding: 0;
}
.side_menu_icn {
	margin-top: 0;
  padding: 0;
	overflow-y: hidden;
	max-height: calc(100vh - 170px);
}
.side_menu_icn li {
	list-style: none;
	background: transparent;
	width: auto;
	height: 70px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nots {
	position: absolute;
	bottom: 0;
	padding: 30px;
}
.side_menu_icn li:hover {
	margin-left: 20px;
	background: #534CE5;
	border-radius: 10px 0px 0px 10px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.side_menu_txt {
	margin-top: 0;
  padding: 0;
	overflow-y: auto;
	max-height: calc(100vh - 250px);
	margin-top: 20px;
}
.side_menu_txt li {
	font-family: 'FiraGO';
	list-style: none;
  background: transparent;
  width: auto;
  height: 70px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: left;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0px 30px;
}
.side_menu_txt li:hover {
	margin-left: 0px;
	background: #ebf7f4;
	border-radius: 0px 10px 10px 0px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.side_menu_txt li a {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	color: #7B8898;
}
.side_menu_txt li a:hover {
	text-decoration: none;
}
.side_menu_txt li:hover a {
	color: #3A3A40;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}



.side_menu_txt::-webkit-scrollbar {
  width: 6px;
}

.side_menu_txt::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.side_menu_txt::-webkit-scrollbar-thumb {
  background: #00997d;
	border-radius: 10px;
}

.side_menu_txt::-webkit-scrollbar-thumb:hover {
  background: #00997d;
	border-radius: 10px;
}



.ballance {
	min-height: 120px;
}
.logo {
	width: 100%;
  text-align: center;
  margin-top: 20px;
}
.ballance_box {
	border: 2px solid #00997d;
	box-sizing: border-box;
	border-radius: 8px;
	height: 50px;
	vertical-align: middle;
	padding: 14px 26px;
}
.fill_blnce {
  background: rgb(0 153 125 / 40%);
  border-radius: 8px;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 7px 10px;
  margin-left: 10px;
}
.ballance_box p {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #7B8898;
}
.ballance_box span {
	font-family: 'FiraGO';
	font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #00997d;
  margin-left: 5px;
}
.ballance_box a {
	color: #00997d;
	text-decoration: none;
}
.ballance_box a:hover {
	color: #00997d;
}
.monay_box {
	display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.prper {
	display: none;
}
.payable {
	padding: 0px 30px;
  margin-top: 15px;
}
.payable p {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #7B8898;
  padding: 0px 10px;
}
.payable span {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #7B8898;
	margin-left: 5px;
}
.payable a {
	color: #00997d;
}
.payable a:hover {
	color: #278f7c;
	text-decoration: none;
}

.user_icon {
	display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
	position: absolute;
  right: 0;
  margin-right: 35px;
  margin-top: 25px;
}
.user_txt .p1 {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #3A3A40;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 10px;
}
.user_txt .p2 {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #00997d;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 10px;
}
.user_img {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
}
.user_txt .p2 span {
	font-weight: bold;
}
.contact_us {
	position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
	z-index: 9;
}
.contact_us a {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.02em;
	font-feature-settings: 'case' on;
	color: #05004D;
}
.contact_us a:hover {
	text-decoration: none;
}
.contact_us::before {
	content: '';
	background: rgba(92, 84, 255, 0.2);
	border-radius: 0px;
	position: absolute;
	height: 15px;
	width: 100%;
	margin-top: 12px;
	pointer-events: none;
}
.emptybox {
	border:1px solid #ff9494;
}
.page_btns {
	padding-top: 50px;
	padding-left: 0px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	vertical-align: middle;
	margin-bottom: 0px;
}
.page_btns > .active_btn {
	color: #FFFFFF;
  background: #00997d;
  border-radius: 8px;
  height: 75px;
}
.page_btns > .active_btn a {
	color: #FFFFFF;
}
.page_btns li:first-child {
	margin-left: 0px !important;
}
.page_btns li {
	list-style: none;
}
.btn1, .btn2, .btn3, .btn4, .btn5 {
	background: #FFFFFF;
	position: relative;
	border-radius: 8px;
	height: 75px;
	width: 100%;
	margin-left: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page_btns a {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	display: grid;
	align-items: center;
	text-align: center;
	color: #7B8898;
  z-index: 1;
	height: 100%;
	width: 100%;
}
.page_btns a:hover {
	text-decoration: none;
}
/* .btn1.active_btn::before {
	content: url(/public/panel/images/btn11.svg) !important;
}
.btn2.active_btn::before {
	content: url(/public/panel/images/btn22.svg) !important;
}
.btn3.active_btn::before {
	content: url(/public/panel/images/btn33.svg) !important;
}
.btn4.active_btn::before {
	content: url(/public/panel/images/btn44.svg) !important;
}
.btn5.active_btn::before {
	content: url(/public/panel/images/btn55.svg) !important;
}
.btn1::before {
	content: url(/public/panel/images/btn1.svg);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn2::before {
	content: url(/public/panel/images/btn2.svg);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn3::before {
	content: url(/public/panel/images/btn3.svg);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn4::before {
	content: url(/public/panel/images/btn4.svg);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn5::before {
	content: url(/public/panel/images/btn5.svg);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
} */
.btn1:hover, .btn2:hover, .btn3:hover, .btn4:hover, .btn5:hover {
	background: #00997d;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn1:hover a, .btn2:hover a, .btn3:hover a, .btn4:hover a, .btn5:hover a {
	color: #fff;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
/* .btn1:hover.btn1::before {
	content: url(/public/panel/images/btn11.svg);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn2:hover.btn2::before {
	content: url(/public/panel/images/btn22.svg);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn3:hover.btn3::before {
	content: url(/public/panel/images/btn33.svg);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn4:hover.btn4::before {
	content: url(/public/panel/images/btn44.svg);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn5:hover.btn5::before {
	content: url(/public/panel/images/btn55.svg);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
} */

.track_code {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 30px;
	margin-top: 50px;
	position: relative;
}

.track_code h4 {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #00997d;
  margin-bottom: 10px;
}
.track_code .amnt_txt {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #7B8898;
}
.amnt_inpt {
	display: flex;
  margin-top: 30px;
  align-items: center;
}
.amnt_inpt input, .amnt_inpt select {
	background: #F3F3FF;
	border-radius: 8px;
	height: 53px !important;
  border: none;
  max-width: 40%;
	position: relative;
}
.amnt_inpt select {
	max-width: none;
	color: #878f98 !important;
}
.amnt_inpt .splkc {
	margin-left: 20px;
}

.amnt_inpt input:focus {
	box-shadow: none;
	background: #F3F3FF;
}
.amnt_inpt button:focus {
	outline: none;
}
.amnt_inpt button {
	background: #00C58C;
	border-radius: 8px;
	height: 53px !important;
	border: none;
	margin-left: 20px;
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
  padding: 15px 20px;
  cursor: pointer;
	position: relative;
}
.splkc button {
	background: #F3F3FF;
	border-radius: 8px;
	height: 53px !important;
	border: none;
	margin-left: 10px;
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
  color: #333 !important;
  padding: 15px 20px;
}
.tracking_box {
	position: relative;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 10px;
}
.track_cdbx {
	display: flex;
	align-items: center;
}
.track_cdbx_img img {
  margin-right: 17px;
}
.track_cdbx_txt p {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	color: #9CA8B3;
  margin-bottom: 5px;
}
.track_cdbx_txt h4 {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #4841DB;
  margin-bottom: 0px;
}
.declar {
	width: fit-content;
	background: #FF3636;
	border-radius: 8px;
	height: 40px;
	display: flex;
	align-items: center;
	text-align: center;
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 20px;
	cursor: pointer;
	justify-content: center;
	margin-top: 20px;
}
.track_detls {
	display: flex;
	align-items: center;
  justify-content: flex-end;
	margin-bottom: 0px;
}
.track_detls li {
	list-style: none;
	margin-left: 15px;
}
.d_none {
	display: none;
}
.stock_box {
	position: relative;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 10px;
}
.stock_img img {
  margin-right: 10px;
}
.stock_cdbx {
	display: flex;
	align-items: center;
}
.stock_cdbx_img img {
  margin-right: 17px;
}
.stock_cdbx_txt p {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	color: #9CA8B3;
  margin-bottom: 5px;
}
.stock_cdbx_txt span {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #3A3A40;
	margin-left: 10px;
}
.stock_cdbx_txt strong {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #3A3A40;
	margin-left: 10px;
}
.stock_cdbx_txt .weight {
	color: #00997d;
}
.stock_cdbx_txt .transport {
	color: #FF3636;
}
.stock_cdbx_txt h4 {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	white-space: nowrap;
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	display: block;
	color: #4841DB;
  margin-bottom: 0px;
}
.stock_cdbx_txt h4:hover {
	overflow: inherit;
	background-color: #e7e6ff;
	border-radius: 15px;
	position: relative;
	z-index: 9;
	padding: 0 5px;
	width: auto;
}
.stock_detls {
	display: flex;
	align-items: center;
  justify-content: flex-end;
	margin-bottom: 0px;
}
.stock_detls li {
	list-style: none;
	margin-left: 15px;
}
.pay_btn {
	height: 50px;
	background: rgba(92, 84, 255, 0.2);
	border-radius: 8px;
	padding: 0px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pay_btn a {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #00997d;
}
.pay_btn a:hover {
	text-decoration: none;
}
.user_img {
	position: relative;
}

.card_payment {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 30px;
	position: relative;
}
.card_payment h2 {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #3A3A40;
	margin-top: 40px;
  margin-bottom: 48px;
}
.card_payment p {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #7B8898;
	margin-bottom: 5px;
}
.card_payment span {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #3A30FF;
}
.money_inpt {
	position: relative;
	margin-top: 30px;
}
.money_inpt input {
	width: 100%;
	height: 60px;
	background: rgb(235 247 244);
	border: 1.5px solid rgb(153 214 203);
	box-sizing: border-box;
	border-radius: 8px;
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #00997d;
	padding: 20px;
}
.money_inpt input::placeholder {
  color: #00997d;
  opacity: 1;
}

.money_inpt input :-ms-input-placeholder {
  color: #3A30FF;
}

.money_inpt input ::-ms-input-placeholder {
  color: #3A30FF;
}
.topup_btn {
	width: 150px;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 5px;
	margin-right: 5px;
	height: 50px;
	background: #00997d;
	border-radius: 8px;
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFFFFF;
}
.money_inpt input::-webkit-outer-spin-button,
.money_inpt input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.money_inpt input[type=number] {
  -moz-appearance: textfield;
}
.nmbr_payment {
	border: 2px solid rgba(5, 0, 77, 0.1);
	box-sizing: border-box;
	border-radius: 8px;
	padding: 30px;
	position: relative;
}
.nmbr_payment h2 {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #3A3A40;
	margin-top: 20px;
	margin-bottom: 20px;
}
.nmbr_payment p {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #00997d;
	margin-bottom: 0px;
}
.account_box {
	background: rgba(255, 255, 255, 0.5);
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 8px;
  padding: 17px 20px;
	position: relative;
	height: 50px;
}
.account_num {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #3A3A40;
}
.TBC {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #01A3DF;
	margin-right: 20px;
}
.BOG {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #FC6719;
	margin-right: 20px;
}
.copy_txt {
  margin-right: 5px !important;
}
.ttl_sec {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #3A3A40;
}
.branch_box1 {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 30px 20px;
}
.branch_box {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 30px 20px;
	height: 100%;
}
.branch_box h2 {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #3A3A40;
	margin-bottom: 20px;
}
.branch_box p {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #7B8898;
  margin-bottom: 5px;
}
.branch_box button {
	height: 50px;
	width: 100%;
	background: rgba(92, 84, 255, 0.2);
	border-radius: 8px;
	border: none;
	margin-top: 20px;
	outline: none;
	cursor: pointer;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	font-family: 'FiraGO';
	color: #3A30FF;
	position: relative;
	text-align: left;
	padding-left: 50px;
}
.branch_box button::before {
  content: url(../images/location.svg);
  position: absolute;
  left: 0;
  margin-left: 15px;
  margin-top: -1px;
}
.branch_box button::after {
  content: url(../images/arrow.png);
  position: absolute;
  right: 0;
  margin-right: 15px;
}
.new_branch_box {
  padding: 30px 15px;
	background: rgba(92, 84, 255, 0.05);
	border: 2px dashed rgba(92, 84, 255, 0.5);
	box-sizing: border-box;
  border-radius: 8px;
	min-height: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #00997d;
}
.brnch_contact_box h1 {
	font-family: 'FiraGO';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #3A3A40;
  margin-top: 30px;
  margin-bottom: 25px;
}
.brnch_contact_box p {
	font-family: 'FiraGO';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #7B8898;
  margin-bottom: 20px;
}
.brnch_contact_box a {
	font-family: 'FiraGO';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #00997d;
}
.brnch_contact_box a:hover {
	text-decoration: none;
}
.bft {
	position: relative;
}
.bft::before {
	content: url(../images/ill.svg);
	position: absolute;
	right: 0;
	top: 0;
	height: auto;
	width: auto;
}
.trans_box {
	background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
	margin-bottom: 10px;
	position: relative;
}
.trans_text img {
	max-height: 60px;
  max-width: 60px;
}
.trans_txt {
	display: flex;
  align-items: center;
  justify-content: center;
}
.trans_text {
	margin-left: 20px;
}
.trans_text p {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #7B8898;
	margin-bottom: 5px;
}
.trans_text span {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}
.trans_text .col_def1 {
	color: #00997d;
}
.trans_text .col_def2 {
	color: #00C58C;
}
.trans_text strong {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #3A3A40;
}
.trans_inv button {
	height: 50px;
	width: 100%;
	background: rgba(92, 84, 255, 0.2);
	border-radius: 8px;
	border: none;
	outline: none;
	cursor: pointer;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #7B8898;
	position: relative;
	text-align: left;
	padding-left: 50px;
	padding-right: 100px;
}
.trans_inv button::before {
  content: url(../images/invoice.svg);
  position: absolute;
  left: 0;
  margin-left: 15px;
  margin-top: -1px;
}
.trans_inv button::after {
  content: url(../images/cloud.svg);
  position: absolute;
  right: 0;
  margin-right: 15px;
}
.trans_img {
	border-radius: 50%;
	border: 1px dashed rgba(156, 168, 179, 0.5);
	background: #F3F3FF;
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.side_menu_txt .active {
	margin-left: 0px;
	background: #ebf7f4;
	border-radius: 0px 10px 10px 0px;
	-webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.side_menu_txt .active a {
  font-family: 'FiraGO';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #3A3A40;
	-webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.side_menu_icn .active {
	margin-left: 20px;
  background: #534CE5;
  border-radius: 10px 0px 0px 10px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.popup_box {
	background: rgb(0 0 0 / 0.7);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.pop_up {
	background: #fff;
	width: 60%;
	height: fit-content;
	position: absolute;
	display: table;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 30px;
	border-radius: 12px;
}
.popup_left {
	display: flex;
	align-items: center;
}
.popup_img img {
	max-height: 50px;
}
.popup_txt {
  margin-left: 0;
}
.popup_txt p {
  margin-bottom: 5px;
	font-family: FiraGO;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	color: #9CA8B3;
}
.popup_txt h4 {
  margin-bottom: 0px;
	font-family: FiraGO;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #00997d;
}
.popup_img {
	display: none;
}
.popup_right img {
	max-height: 50px;
}
.popup_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #F3F3FF;
	padding-bottom: 20px;
}
.pop_ttl {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	font-feature-settings: 'case' on;
	color: #05004D;
}
.pop_mdl {
	display: flex;
	align-items: center;
	display: none;
}
.pop_mdl h5 {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #3A3A40;
}
.new_inpt input {
	height: 60px;
	width: 100%;
	background: #FFFFFF;
	border: 1.5px solid #DDDFF2;
	box-sizing: border-box;
	border-radius: 8px;
  padding: 20px;
}
.img_input {
	position: relative;
}
.img_input img {
	position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 10px;
}

.abder, .mg-h-content, .ft-nav {
	display: none;
}

.flight-list{
  margin-top: 70px;
}
.flight-simple {
  background: #FFFFFF;
  border-radius: 8px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.fly-info {
  width: 100%;
}
.fly-img {
  padding: 0 30px;
}
.flight-simple {
  margin-bottom: 15px;
}
.fly-info {
  font-family: 'FiraGO';
  font-size: 14px;
  color: #9CA8B3;
}
.fly-info span {
  font-family: 'FiraGO';
  font-weight: 600;
  font-size: 16px;
  color: #00997d;
  margin-left: 10px;
}
.fly-info span.spn-dt {
  color: #3A3A40;
}
.faq-main-ttl {
  font-family: 'FiraGO';
  font-weight: 600;
  font-size: 18px;
  font-feature-settings: 'case' on;
  color: #7B8898;
  margin-top: 70px;
}
.faq-simple {
  background: #FFFFFF;
  box-shadow: 10px 10px 20px rgba(5, 0, 77, 0.1);
  border-radius: 8px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}
.faq-ttl {
  font-family: 'FiraGO';
  font-weight: bold;
  font-size: 18px;
  color: #3A3A40;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
}
.faq-text {
  font-family: 'FiraGO';
  font-weight: normal;
  font-size: 16px;
  color: #9CA8B3;
  margin-top: 25px;
  display: none;
}
.faq-simple.active .faq-text {
  display: block;
}
.faq-sample.active {
  box-shadow: 10px 10px 20px rgba(5, 0, 77, 0.1);
}
.faq-simple {
  position: relative;
}
.faq-simple.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 2px dashed rgba(92, 84, 255, 0.2);
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-left: 10px;
}
.zc-in {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  background: #fff;
  border-radius: 8px;
}
.close-faq {
  background: #ebf7f4;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
}
.main_content {
    min-height: 100vh;
}
.addr_bx {
  margin-top: 70px;
}
.addr_nm {
  padding: 0;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.addr_nm li {
	padding: 20px 30px;
	padding-right: 70px;
	display: block;
	list-style: none;
	border-top: 1px solid #fff;
	position: relative;
	border-bottom: 1px solid #eee;
}
.addr_nm strong {
  font-family: 'FiraGO';
  font-weight: 500;
  font-size: 18px;
  color: #3A3A40;
}
.addr_nm span {
  font-family: 'FiraGO';
  font-weight: 600;
  font-size: 16px;
  color: #00997d;
	margin-left: 10px;
}
.mr_lft_10 {
	margin-left: 0px !important;
}
.addr_nm li:nth-child(even) {
  background: transparent;
}
.copy-m-text {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 30px;
  width: 42px;
  height: 42px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: -21px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.copy-m-text:hover {
  background: rgba(92, 84, 255, 0.1);
  transition-duration: 0.3s;
}
.copy-m-text.active {
  background: rgba(92, 84, 255, 0.3);
}
.suc-text {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px 27px;
  background: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 8px;
  border: 1px solid rgba(92, 84, 255, 0.2);
  z-index: 999;
}
.setting-btn {
  margin-top: 70px;
}
.setting-btn a {
  font-family: 'FiraGO';
  font-weight: 500;
  font-size: 16px;
  color: #7B8898;
  text-decoration: none !important;
  display: inline-table;
  width: fit-content;
  height: 45px;
  padding: 15px;
  border-radius: 8px;
}
.setting-btn a.active {
  background: rgb(153 214 203);
  color: #3A3A40;
  font-weight: 600;
}
.my-pr-image {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
}
.img-container-p {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.hidden-inp {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  right: 0;
  bottom: 0;
}
.change-photo {
  font-family: 'FiraGO';
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #014a3d;
  background: rgb(153 214 203);
  border-radius: 8px;
  padding: 10px 25px;
  cursor: pointer;
}
.del-photo {
  background: #FF3636;
  border-radius: 8px;
  font-family: 'FiraGO';
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF !important;
  padding: 10px 25px;
  cursor: pointer;
  text-decoration: none !important;
}
.info-box, .change-ntfs {
  margin-top: 40px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px
}
.password-change {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px
}
.gend-sn {
  margin-bottom: 0;
}
.gend-sn input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.gend-sn label {
  position: relative;
  padding-left: 25px;
  margin-right: 30px;
  cursor: pointer;
}
.gend-sn label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #9CA8B3;
  border-radius: 50%;
}
.gend-sn label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: #00997d;
  border-radius: 50%;
  margin-top: 4px;
  margin-left: 4px;
  display: none;
}
.gend-sn input[type="radio"]:checked + label::before {
  border: 2px solid #00997d;
}
.gend-sn input[type="radio"]:checked + label::after {
  display: block;
}
.sqm {
  font-family: 'FiraGO';
  font-weight: bold;
  font-size: 16px;
  color: #3A3A40;
}
.logo img {
	height: 80px;
}
.stb {
  position: relative;
  top: 0;
  left: 0;
  font-family: 'FiraGO';
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 8px;
	width: 100%;
  padding: 0px 5px;
}
.moins {
  position: relative;
  margin-bottom: 30px;
}
.form-control {
  padding-left: 20px !important;
}
.ogun {
  margin-top: 50px;
}
.ogun button {
  background: #00997d;
  border-radius: 8px;
  font-family: FiraGO;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
}
/* .rised {
  color: #7B8898;
} */
.picker {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
  margin-top: 52px;
  pointer-events: none;
}
.datepicker {
  cursor: pointer;
}
.stb {
	margin-top: 0 !important;
}
.password-change {
  margin-top: 50px;
}
.mrt009 {
  font-family: 'FiraGO';
  font-weight: 500;
  font-size: 16px;
  color: #3A3A40;
}
.jfsp {
  font-family: 'FiraGO';
  font-weight: normal;
  font-size: 16px;
  color: #7B8898;
  margin-top: 20px;
}
.glesY {
  margin-top: 50px;
}
.w-bg {
  background: #fff !important;
}
.mrgb {
  margin-top: 22px !important;
  margin-right: 22px !important;
	display: none;
}
.mb-30 {
  margin-bottom: 30px
}
.dl-bx {
  border: 1px solid #DDDFF2;
  box-sizing: border-box;
  border-radius: 8px;
  /* min-height: 150px; */
  padding: 20px 25px;
}
.mt-25 {
  margin-top: 25px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-15 {
  margin-right: 15px;
}
.gs-concept {
}


.switch.gr {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 12px;
  vertical-align: middle;
}

.switch.gr input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider.gr {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DDDFF2;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider.gr:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0;
  bottom: -2px;
  background-color: #9CA8B3;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider.gr {
  background-color: rgba(0, 197, 140, 0.15);
}

input:focus + .slider.gr {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider.gr:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background: #00C58C;
}

/* Rounded slider */
.slider.gr.round {
  border-radius: 34px;
}

.slider.gr.round:before {
  border-radius: 50%;
}
.turnedoff {
  cursor: not-allowed;
}
.turnedoff input {
  pointer-events: none;
  border: 1px solid #efefef;
}
.btn-lf {
  border: 2px solid #FF3636;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: FiraGO;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #FF3636;
  background: #fff;
  padding: 15px 39px;
  margin-left: 30px;
}
.dr-lab span {
  position: relative;
  cursor: pointer;
}
.dr-lab strong {
  position: relative;
  z-index: 1;
  font-weight: normal;
}
.dr-lab span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(0, 197, 140, 0.3);
}
.popup_box {
  display: none;
  overflow-y: scroll;
}
.w-100 {
  width: 100%;
}
.add-prod {
	min-width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 0;
}
.add-prod img {
	margin-right: 10px;
}
.epic {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.cppd {
  border: 2px solid rgba(5, 0, 77, 0.1);
  border-radius: 10px;
  padding: 30px;
}
.hjgps {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hjgps > span {
  display: block;
  width: calc(100% - 40px);
  font-family: 'FiraGO';
  font-weight: 500;
  font-size: 16px;
  color: #7B8898;
  margin-bottom: 25px;
}
.elem-ber {
  font-family: 'FiraGO';
  font-weight: 600;
  font-size: 18px;
  font-feature-settings: 'case' on;
  color: #3A3A40;
}
.main_content {
  padding-bottom: 150px;
}
.additional-pro {
  border: 1px solid #dedff2;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}
.additional-pro h4 {
  font-size: 15px;
  top: 0;
  margin-bottom: 0;
  margin-top: -12px;
  background: #fff;
  padding: 3px 5px;
  border-radius: 9px;
  text-align: center;
}
.bbjs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bbjs span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.del-gt img {
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.ttlbes {
  width: 100%;
  justify-content: flex-start !important;
  font-weight: bold;
}
.open-edit {
  cursor: pointer;
}

.mob-dec, .gn-edit {
	display: none;
}

@media only screen and (max-width: 1350px) {
	.pop_up {
		width: 80%;
	}
	.contact_us {
		display: none;
	}

	.amnt_inpt input {
		max-width: 70%;
	}
}
@media only screen and (max-width: 1000px) {
	.pop_up {
		width: 90%;
	}

}

@media only screen and (max-width: 1200px) {
	.manu_txt {
		display: none;
	}
	.sidebar {
		width: 100px;
	}
	.main_content {
		margin-left: 100px;
		width: calc(100% - 100px);
	}
	.pop_up {
		width: 100%;
	}
}

@media only screen and (max-width: 800px) {
	.btn-show-shiping-company {
		max-width: 100%;
	}
	.mt-sm-10 {
		margin-top: 10px;
	}
	.addr_num {
		  font-size: 12px;
			padding: 5px !important;
	}
	.op-ft-nav {
		font-size: 14px;
		opacity: 0.7;
		background: #eee;
		border-radius: 50px;
		text-align: center;
		align-items: center !important;
	}
	.taber {
		display: flex;
	}
	.sidebar {
		display: none;
	}
	.nots {
		display: none !important;
	}
	.epic2 {
		margin-top: 40px;
	}
	.manu_icn {
		width: 100%;
	}
	.manu_icn .logo {
		display: none;
	}
	.main_panel {
		display: block;
	}
	.main_content {
			width: 100%;
			margin-left: 0;
	}
	.ft-nav {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: #fff;
		z-index: 999;
		align-items: center;
		justify-content: space-between;
		padding: 10px;
	}
	.b-text {
		font-size: 12px;
		color: #00997d !important;
		display: none;
		margin-left: 10px;
		font-weight: bold;
	}
	.q-db {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 10px 20px;
		border-radius: 50px;
	}
	.q-db.active {
		background: rgba(92, 84, 255, 0.1);
	}
	.q-db.active .b-text {
		display: block;
	}
	.q-db img {
		height: 20px;
	}
	.op-ft-nav span {
		background: #7B8898;
		border-radius: 2px;
		width: 16px;
		height: 2px;
		display: block;
		margin-bottom: 6px;
	}
	.op-ft-nav span:last-child {
		width: 12px;
	}
	.op-ft-nav {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		padding: 10px 20px;
	}
	.ong-popup {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(245, 244, 255, 0.6);
		backdrop-filter: blur(5px);
		z-index: 999;
		display: none;
	}
	.close-mpopup {
		position: fixed;
		bottom:0;
		right: 0;
		background: #00997d;
		border-radius: 50px;
		width: 40px;
		height: 40px;
		margin-right: 18px;
		margin-bottom: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.close-mpopup span {
		width: 16px;
		display: block;
		background: #FFFFFF;
		border-radius: 2px;
		height: 2px;
		position: absolute;
		transform: rotate(45deg);
	}
	.close-mpopup span:last-child {
		transform: rotate(-45deg);
	}
	.ong-popup ul {
		height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
		padding: 0;
		padding-bottom: 80px;
	}
	.ong-popup li {
		list-style: none;
		display: block;
		margin-bottom: 10px;
	/*	margin-right: -100%; */
	}
	.ong-popup img {
		margin-left: 10px;
	}
	.ong-popup a::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #F3F3FF;
		z-index: -1;
	}
	.ong-popup a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(92, 84, 255, 0.1);
		border-radius: 8px;
		padding: 15px;
		font-weight: 500;
		font-size: 14px;
		color: #3A3A40;
		font-weight: bold;
		position: relative;
		overflow: hidden;
		text-decoration: none !important;
	}
	.bft::before {
		display: none;
	}
	.brnch_contact_box {
		margin-bottom: 40px;
	}
	.fly-img {
			padding: 0 10px !important;
	}
	.fly-info span.spn-dt {
		display: block;
		margin: 0;
	}
	.trans_inv button::after {
		display: none;
	}
	.trans_inv button {
		position: absolute;
		bottom: 0;
		right: 0;
		display: table;
		width: fit-content;
		padding: 0 15px 0 40px;
		height: 30px;
		border-radius: 8px 0;
		font-size: 14px;
	}
	.trans_text span, .trans_text strong {
			font-size: 16px;
	}
	.trans_box {
		overflow: hidden;
	}
	.addr_nm strong {
		font-size: 17px !important;
	}
	.addr_nm span {
		display: block;
		margin: 0 !important;
	}
	.suc-text {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(245, 244, 255, 0.1) !important;
		backdrop-filter: blur(5px) !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.img-container-p {
		display: block !important;
		text-align: center;
		margin-top: 30px !important;
	}
	.change-photo {
			width: 100%;
	}
	.img-container-p .moins, .del-photo {
		margin: 0 !important;
		float: left;
		margin-bottom: 50px !important;
	}
	.img-container-p .moins {
		width: calc(70% - 10px);
	}
	.del-photo {
		width: 30%;
		margin-left: 10px !important;
	}
	.my-pr-image {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.setting-btn {
		white-space: nowrap;
		overflow-x: scroll;
		-ms-overflow-style: none;
    scrollbar-width: none;
	}
	.setting-btn::-webkit-scrollbar {
		display: none;
	}
	body {
		overflow-x: hidden;
	}
	.header {
		height: 66px;
		background: #1C1C1E;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px;
	}
	.p1 {
		display: none;
	}
	.main_content {
		padding-top: 0px;
	}
	.user_txt .p2 {
		font-size: 12px;
		color: #9CA8B3;
		text-align: left;
		margin-left: 10px;
	}
	.user_txt .p2 span {
		display: block;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	}
	.user_icon {
		position: relative;
		margin: 0;
		flex-direction: row-reverse;
	}
	.user_img {
		width: 40px;
		height: 40px;
	}
	.hgf-bl {
		font-weight: normal;
		font-size: 12px;
		color: #9CA8B3;
	}
	.hgf-bl span {
		color: #fff;
		font-weight: bold;
	}
	.hgf-bl1 {
		font-weight: normal;
		font-size: 12px;
		color: #0e7055;
	}
	.hgf-bl1 span {
		color: #02c58c;
		font-weight: bold;
	}
	.mg-h-content {
		display: block;
	}
	.abder {
		background: #3A3A40;
		border-radius: 50px;
		width: 36px;
		height: 36px;
		color: #DDDFF2;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.abder span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 16px;
		height: 2px;
		background: #DDDFF2 !important;
		margin-top: -1px;
		margin-left: -8px;
	}
	.abder span:last-child {
		transform: rotate(90deg);
	}
	.breadcrumb h1 {
		font-size: 25px;
	}
	.main_content {
		padding-bottom: 80px !important;
	}
	.card_payment, .nmbr_payment {
		margin-bottom: 30px;
	}
	.topup_btn {
		width: 40px;
		color: transparent;
		border-radius: 50%;
		width: 50px;
		height: 50px;
	}
	.topup_btn::before {
		content: '+';
		position: absolute;
		top: 50%;
		left: 50%;
		color: #fff;
		font-size: 50px;
		margin-top: -9px;
		margin-left: -13px;
	}
	.account_box {
		padding: 13px 8px;
	}
	.account_num strong {
		font-size: 12px;
	}
	.TBC, .BOG {
		margin-right: 5px;
	}
	.nmbr_payment, .card_payment {
			padding: 30px 15px;
	}
	.reg_logo {
		position: relative;
		margin-top: 20px;
		margin-left: 15px;
		margin-bottom: -40px;
	}
	.reg_logo img {
		height: 30px;
	}
	.tber {
		padding: 13px 5px;
		font-size: 15px;
	}
	.taber {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.reg_bridge {
		display: none;
	}
	.register-box {
			margin-top: 30px !important;
			display: flex;
			align-items: center;
			justify-content: space-between;
	}
	.register-box button, .btn-df {
		font-size: 14px;
	}
	.ghn {
		padding-bottom: 30px !important;
	}
	.sjp span {
		display: none;
	}
	.page_btns {
		display: none;
	}
	.track_code {
		margin: 0;
	}
	.mob-dec {
		display: flex;
		background: rgba(5, 0, 77, 0.05);
		height: 50px;
		align-items: center;
		justify-content: space-between;
	}
	.mob-dec a:first-child img {
		height: 35px !important;
    padding: 5px;
	}
	.mob-dec a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 7px 0;
	}
	.mob-dec a.active {
		background: #fff;
	}
	.amnt_inpt input {
		max-width: 100%;
	}
	.amnt_inpt button {
		position: relative;
		width: 53px;
		margin-left: 8px !important;
		color: transparent;
		border-radius: 8px;
		right: 0;
		overflow: hidden;
		margin: 0;
		margin-top: 8px;
	}

	.amnt_inpt .splkc {
		margin: 0;
	}

	.amnt_inpt .splkc {
		flex: 0 calc(100% - 62px);
		margin-top: 8px;
	}
	.amnt_inpt button::before {
		content: '+';
		position: absolute;
		top: 50%;
		left: 50%;
		color: #fff;
		font-size: 50px;
		margin-top: -10px;
		margin-left: -12px;
	}
	.amnt_inpt {
		position: relative;
		flex-wrap: wrap;
	}
	.track_code {
		padding: 30px 15px;
	}
	.tracking_box {
		padding: 30px 15px !important;
	}
	.track_cdbx_txt h4 {
			display: block;
	}

	.track_detls li {
		display: none;
	}
	.open-edit {
		display: block !important;
	}
	.tracking_box .col-md-6 {
		width: 50%;
	}
	.track_cdbx_txt h4 {
		font-size: 14px;
	}
	.track_code::before {
		display: none;
	}
	.declar {
		width: 47px;
		height: 47px;
		padding: 0;
		overflow: hidden;
		color: transparent;
		border-radius: 50%;
		background-color: #fff;
		background-image: url(/public/panel/images/det4.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 46px;
	}
	.novisual {
		width: fit-content;
		float: right;
		background: #FF3636;
		border-radius: 8px;
		height: 40px;
		display: flex;
		align-items: center;
		text-align: center;
		font-family: 'FiraGO';
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 19px;
		color: #FFFFFF;
		text-decoration: none;
		padding: 0px 20px;
		cursor: pointer;
	}
	.pop_up {
			bottom: auto;
	}
	.pop_up label, .pop_mdl h5, .pop_up select {
		font-size: 13px !important;
	}
	.pop_up {
			padding: 30px 15px;
	}
	.popup_body .mt-100 {
		margin-top: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.stock_box {
		padding: 30px 15px;
	}
	.dgn-no {
		display: none;
	}
	.gn-edit {
		position: absolute;
    top: 0;
    right: 0;
		margin-top: 2px;
		display: block;
	}
	.prper {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 999;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		display: none;
	}
	.kljpqw {
		padding: 0;
	}
	.kljpqw li {
		display: block;
		width: 100%;
		margin-left: 10px;
		margin-right: 10px;
	}
	.lghp-2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin-top: 0;
		padding: 10px 20px;
	}
}
@media only screen and (max-width: 1700px) {
  .zin2 {
    margin-top: 50px;
  }
}
.crnsc {
	background: #f3f3ff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5d54ff;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 40px;
	margin-right: 10px;
	cursor: pointer;
	cursor: pointer;
}
.crnsc img {
	width: 16px;
	position: relative;
	margin: 0;
}
.drpsjk {
	width: 40px;
	height: 40px;
	color: #5d54ff;
	background: #f3f3ff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.drpsjk img {
	width: 16px;
	margin: 0;
	position: relative !important;
}
.dtopay {
	font-family: 'FiraGO';
  font-size: 16px;
  text-align: center;
  color: #00997d !important;
  background: rgba(92, 84, 255, 0.2);
  border-radius: 8px;
  padding: 10px 25px;
  cursor: pointer;
	text-decoration: none !important;
	font-weight: bold;
}
.product_currency_select {
	border: 0;
	background: transparent;
	outline: none;
	-webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.product_currency_select:hover, .product_currency_select:focus {
	outline: none;
}
.searchResult {
	display: none;
	position: absolute;
	z-index: 1;
	background: rgb(255, 255, 255);
	box-shadow: rgb(221 221 221) 0px 0px 5px 0px;
	padding: 20px;
	width: 100%;
	border-radius: 5px;
}
.dataListSug {
	padding: 5px 0;
	cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .sent_mobhide {
    display: none;
  }
}
.paying_text {
	color: #ff3636;
	margin-top: 30px;
	padding: 30px;
	background-color: rgb(255 54 54 / 10%);
	border-radius: 8px;
}
.sb-box {
	background: #fff;
  width: 100%;
  display: flex;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 2px 2px 30px 0 #eaeaea;
  height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: 0.3s;
	margin-bottom: 20px;
}
.sb-box:hover {
	box-shadow: 2px 2px 30px 0 #d2d2d2;
	transition-duration: 0.3s;
}
.sb-box img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.logoreg img {
	height: 100px;
}
.fill_blnce img {
	height: 34px;
}
.fly-img img {
	border-radius: 50%;
	border: 1px solid #ececec;
}
.contk {
	height: 200px;
}
div.error { display: none; }
input.error { border: 1px solid red !important; }
form.cmxform label.error {
	width: 100%;
	width: 100%;
  font-size: 13px;
  color: #ff0000;
  display: block;
  margin-top: 5px;
}
.samesize input, .samesize .btn, .samesize .select2-container--default .select2-selection--single, .samesize .select2-container .select2-selection--single .select2-selection__rendered,
.samesize .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px !important;
	border-radius: 8px !important;

}
.samesize .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 45px !important;

}
.samesize .select2-container--default .select2-selection--single {
		border: 1.5px solid #DDDFF2 !important;
		border-radius: 8px;
}
.btn-show-shiping-company {
	font-size: 15px !important;
}