@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
.box-shdow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
}
.box-shdowHover {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}
.flex {
  display: flex;
}
.d-block {
  display: block;
}
.d-none {
  display: none;
}
.justify-spacebetwwen {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.border-none {
  border: none;
  outline: none;
}
.c-dark {
  color: #000;
}
.c-white {
  color: #fff;
}
*,
::after,
::before {
  box-sizing: border-box;
}
*::-moz-selection {
  background: #264b72 none repeat scroll 0 0;
  color: #fff;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #c9c9c9;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #c9c9c9;
}
::-moz-placeholder {
  opacity: 1;
  color: #c9c9c9;
}
:-moz-placeholder {
  opacity: 1;
  color: #c9c9c9;
}
body {
  background: #fff;
  color: #474747;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}
div,
table,
td,
tr,
section,
h1,
h2,
h3,
h4,
h5,
h6,
p,
section,
article,
figure {
  margin: 0;
  padding: 0;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover {
  border-color: #76c7ff !important;
  box-shadow: none !important;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
h1 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
}
h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
}
h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
h5 {
  font-size: 18px;
  line-height: 1;
}
.btn {
  border: 0 none;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
a {
  text-decoration: none;
  transition: all 300ms ease 0s;
  cursor: pointer;
  border: none;
  outline: 0;
  color: #0c9cfd;
}
a:focus,
a:hover {
  outline: medium none;
  text-decoration: none;
  color: #d80200;
}
p {
  color: #474747;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.65px;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.heading {
  font-weight: 500;
  margin-bottom: 0;
}
button {
  border: none;
  outline: none;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  font-family: "Poppins", sans-serif !important;
}
button:disabled {
  background: #aaa8a6;
  color: #fff;
  pointer-events: none;
  padding: 4px 13px;
  border-radius: 6px;
  opacity: 0.55;
}
button.enable-btn {
  color: #fff;
  background-color: #0e559f;
  padding: 4px 13px;
  border-radius: 6px;
  opacity: 1;
}
button.enable-btn:hover {
  background-color: #000;
}
.btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border: none;
  outline: none;
  padding: 0 30px;
  color: #000;
  cursor: pointer;
}
.btn:focus {
  outline: none;
}
.btn:hover {
  color: #000;
}
.text-uppercase {
  text-transform: uppercase;
}
.blue__btn {
  background: #1a8fff;
  padding: 10px 30px;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
.blue__btn:hover {
  background-color: #116fc9;
  color: #fff;
}
.grey__btn {
  background: #d6d6d6;
  padding: 10px 30px;
  color: #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
.grey__btn:hover {
  background-color: #000000;
  color: #fff;
}
.buttonprt button {
  margin-right: 10px;
}
.green__btn {
  background: #009f3c;
  padding: 10px 0;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 13px;
  padding: 13px 0;
  font-weight: 500;
  letter-spacing: 0.65px;
}
.green__btn:hover {
  background-color: #5623b0;
}
.margin10 {
  margin-top: 10px;
}
.margin20 {
  margin-top: 20px;
}
.margin30 {
  margin-top: 30px;
}
.margin40 {
  margin-top: 40px;
}
.margin50 {
  margin-top: 50px;
}
.margin60 {
  margin-top: 60px;
}
.full-width {
  width: 100% !important;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.block__mb {
  display: none !important;
}
.block__mb_short {
  display: none !important;
}
.login-form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.login-form-group .select-hidden {
  display: none;
  padding-right: 10px;
}
.login-form-group .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #5e5e5e;
  width: 100%;
  height: 50px;
}
.login-form-group .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
}
.login-form-group .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #c1c1c1;
  position: absolute;
  top: 21px;
  right: 15px;
}
.login-form-group .select-styled:active:after,
.login-form-group .select-styled.active:after {
  top: 21px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #c1c1c1;
}
.login-form-group .select-options {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}
.login-form-group .select-options li {
  margin: 0;
  text-indent: 15px;
  border-bottom: 1px solid #d4d4d4;
  line-height: 40px;
  position: relative;
  padding-left: 13px;
  font-size: 13px;
}
.login-form-group .select-options li:last-child {
  border: none;
}
.login-form-group .select-options li:last-child:hover {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.login-form-group .select-options li:first-child {
  border: none;
}
.login-form-group .select-options li:nth-child(2):hover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.login-form-group .select-options li:before {
  width: 9px;
  height: 9px;
  border-radius: 10px;
  position: absolute;
  left: 10px;
  content: "";
  top: 16px;
  background: #00a8ec;
}
.login-form-group .select-options li:hover {
  color: #fff;
  background: #00a8ec;
}
.login-form-group .select-options li:hover:before {
  background: #fff;
}
.login-form-group .select-options li[rel="hide"] {
  display: none;
}
.selectpanel select {
  padding-left: 20px !important;
}
.login-form-group .selectpanel label {
  top: 0px;
  font-size: 14px;
  color: #5264ae;
  background: #fff;
  padding: 0 7px;
  border-radius: 30px;
  height: 1px;
  line-height: 0px;
}
.login-form-group select:focus ~ .bar:before,
.login-form-group select:focus ~ .bar:after {
  width: 100%;
  opacity: 1;
}
.login-form-group select.ligin-field:focus ~ label,
.login-form-group select.ligin-field:valid ~ label {
  top: -13px;
  font-size: 14px;
  color: #5264ae;
  background: #fff;
  padding: 0 5px;
}
.panel_box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  padding: 30px 30px;
}
.panel_box .innerBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smallTxt {
  font-size: 12px;
  color: #1a8fff;
}
.main_body {
  width: 100%;
  background: #f9f7f4;
}
.main_body .mainlogBody {
  background: url("../images/popupbg.png") 0 0 repeat;
  display: flex;
  position: relative;
  align-items: center;
  padding: 27em 0;
  background-size: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  .main_body .mainlogBody {
    height: 100%;
    padding: 5em 0;
  }
}
@media (max-width: 767px) {
  .main_body .mainlogBody {
    height: 100%;
    padding: 0;
  }
}
.main_body .middleContbody {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main_body .middleContbody {
    width: 100%;
  }
}
.main_body .middleContbody .log__body__cont {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px #e6e6e6;
  position: relative;
  z-index: 1;
  display: flex;
}
@media (max-width: 767px) {
  .main_body .middleContbody .log__body__cont {
    background: none;
    box-shadow: none;
  }
}
.main_body .middleContbody .log__body__cont:after {
  position: absolute;
  right: 0;
  top: -110px;
  background: url("../images/doted-bg.png");
  width: 182px;
  height: 182px;
  content: "";
  z-index: -1;
}
@media (max-width: 767px) {
  .main_body .middleContbody .log__body__cont:after {
    display: none;
  }
}
.main_body .main-bg-left {
  width: 51%;
  padding: 50px 45px;
}
@media (max-width: 767px) {
  .main_body .main-bg-left {
    width: 100%;
    padding: 20px 30px;
  }
}
.main_body .main-bg-left h3 {
  font-size: 35px;
  color: #101010;
  font-weight: 600;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .main_body .main-bg-left h3 {
    font-size: 23px;
  }
}
.main_body .main-bg-left p {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 15px;
  color: #777575;
}
@media (max-width: 767px) {
  .main_body .main-bg-left p {
    font-size: 11px;
  }
}
.main_body .main-bg-left p.blue {
  color: #5150a6;
}
.main_body .main-bg-left p a {
  color: #5150a6;
  text-decoration: underline;
}
.main_body .main-bg-left .select-user {
  display: flex;
  justify-content: space-between;
  margin: 70px 0 70px;
}
@media (max-width: 1200px) {
  .main_body .main-bg-left .select-user {
    flex-direction: column;
    margin: 30px 0 30px;
  }
}
.main_body .main-bg-left .select-user li {
  position: relative;
}
@media (max-width: 1200px) {
  .main_body .main-bg-left .select-user li {
    margin-bottom: 20px;
  }
}
.main_body .main-bg-left .select-user li label {
  background: #fff;
  width: 194px;
  height: 185px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #767676;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .main_body .main-bg-left .select-user li label {
    width: 100%;
    height: auto;
    padding: 10px 0;
    flex-direction: row;
    padding: 10px 15px;
    justify-content: flex-start;
    background: #f6f5fc;
  }
}
.main_body .main-bg-left .select-user li img {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .main_body .main-bg-left .select-user li img {
    width: 80px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.main_body .main-bg-left .select-user li .input-hidden {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.main_body .main-bg-left .select-user li input[type="radio"]:checked + label {
  border: 1px solid #52aaff;
  color: #52aaff;
}
.main_body .main-bg-left .select-user li input[type="radio"] label {
  transition: 500ms all;
}
.main_body .main-bg-right {
  width: 50%;
  background: #eff6fe;
  padding: 50px 45px;
  border-radius: 0 25px 25px 0;
  text-align: center;
  box-shadow: -5px 0 5px #e6e6e6;
}
@media (max-width: 767px) {
  .main_body .main-bg-right {
    display: none;
  }
}
.main_body .main-bg-right .login-img {
  margin-top: 50px;
}
.main_body .main-bg-right p {
  font-size: 13px;
  color: #5d5d5d;
  font-weight: 500;
}
.main_body .main-bg-right button {
  background: #fff;
  border: solid 1px #52aaff;
  border-radius: 5px;
  padding: 7px 20px;
  margin-left: 15px;
  color: #52aaff;
}
.main_body .main-bg-right button:hover {
  background: #52aaff;
  color: #fff;
}
.main_body .main-bg-right button.sp-org {
  background: #fff;
  border: solid 1px #ff8605;
  border-radius: 5px;
  padding: 7px 20px;
  margin-left: 15px;
  color: #ff8605;
}
.main_body .main-bg-right button.sp-org:hover {
  background: #ff8605;
  color: #fff;
}
.main_body .mainforgotBody {
  background: url("../images/forgotbg.png") 0 0 repeat;
  display: flex;
  position: relative;
  align-items: center;
  padding: 27em 0;
  background-size: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .main_body .mainforgotBody {
    background: none;
    padding: 0;
    height: 100%;
  }
}
.main_body .mainforgotBody .forgot-main-bg {
  position: relative;
  z-index: 1;
  display: flex;
}
.main_body .mainforgotBody .forgot-main-bg .padding-ltr0 {
  padding-left: 0;
  padding-top: 100px;
  padding-right: 60px;
}
.main_body .mainforgotBody .forgot-main-bg .shadow-none {
  box-shadow: none;
  padding-right: 0;
}
.row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.row.formROw .form_field {
  margin-left: 10px;
}
.row .form_field {
  width: 48%;
}
.row .form_field label {
  margin-bottom: 15px;
  display: block;
}
.row .form_fieldthird {
  width: 32%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.row .form_fieldthird label {
  margin-bottom: 15px;
  display: block;
}
.row .form_fieldthird .noimgshow {
  border: 1px solid #eee;
  padding: 0;
  margin-bottom: 10px;
  border-radius: 5px;
  position: relative;
}
.row .form_fieldthird .noimgshow a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.row .form_fieldthird .noimgshow a:hover .background {
  opacity: 1;
}
.row .form_fieldthird .noimgshow .background {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s linear;
}
.row .form_fieldthird .noimgshow .background i {
  background: yellow;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.row .form_fieldthird .noimg {
  width: auto!important;
  height: auto!important;
}
.row .form_fieldthird .browsefield {
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #eee;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 10px;
}
.row .form_fieldthird .browsebtn {
  background: #1a8fff;
  padding: 10px 20px;
  color: #fff;
  position: relative;
  display: block;
  text-align: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
.row .form_fieldthird .browsebtn input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}
.row .form_fieldthird .imgshow {
  width: 80%;
  height: 200px;
  border: 2px solid #eee;
  margin-bottom: 15px;
  border-radius: 10px;
}
.row .form_fieldthird .imgshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modalshape {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex!important;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.modalshape .rowbox {
  width: 40%;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.form-control {
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #eee;
  min-height: 45px;
}
.texar {
  height: auto;
}
.login-form-group {
  position: relative;
  margin-top: 20px;
}
.login-form-group .ligin-field {
  font-size: 14px;
  padding: 13px 10px 14px 20px;
  display: block;
  width: 100%;
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 21px;
  font-weight: 500;
  color: #5e5e5e;
}
.login-form-group .ligin-field:focus {
  outline: none;
}
.login-form-group label {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 11px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  padding: 0 5px;
}
.login-form-group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.login-form-group .bar:before {
  content: "";
  width: 0;
  bottom: 0;
  left: 0%;
  opacity: 0;
  height: 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  border: solid 1px #5264ae;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.login-form-group .field-icon {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 23px;
  color: #8c8c8c;
}
.login-form-group input[type="radio"] {
  width: 17px;
  height: 17px;
  margin: 0;
}
.login-form-group input[type="radio"]:checked + label {
  color: #52aaff;
}
.login-form-group input[type="radio"] + label {
  transition: 500ms all;
  top: -2px;
  padding-left: 10px;
  pointer-events: painted;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-30 {
  margin-top: 30px;
}
.forgot-form-group {
  position: relative;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .forgot-form-group {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .forgot-form-group {
    flex-direction: column;
  }
}
.forgot-form-group button {
  margin-bottom: 20px;
}
.cancel-btn {
  background: #dadada;
  font-size: 15px;
  width: auto;
  padding: 15px 38px;
  color: #000;
  font-weight: 600;
}
.cancel-btn:hover {
  background: #b41923;
  color: #fff;
}
.reset-btn {
  font-size: 15px;
  width: auto;
  padding: 15px 24px;
  font-weight: 600;
  background: #ff8605;
  color: #fff;
}
.reset-btn:hover {
  background: #5623b0;
  color: #fff;
}
.main-bg-right a.sp-org {
  background: #fff;
  border: solid 1px #ff8605;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 7px 20px;
  margin-left: 15px;
  color: #ff8605;
}
.main-bg-right a.sp-org:hover {
  background: #ff8605;
  color: #fff;
}
.divider-text {
  font-size: 17px;
  color: #a6a6a6;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.divider-text:after {
  content: "";
  background: #e6e6e6;
  width: 47%;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 0;
}
.divider-text:before {
  content: "";
  background: #e6e6e6;
  width: 47%;
  height: 1px;
  position: absolute;
  top: 13px;
  right: 0;
}
.social-login {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .social-login {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .social-login {
    justify-content: center;
    align-items: center;
  }
}
.social-login .log-btn {
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 7px 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .social-login .log-btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .social-login .log-btn {
    background: none !important;
    border: 1px solid #507cc0;
    color: #507cc0;
    font-weight: 500;
    max-width: 290px;
    width: 100%;
  }
}
.social-login .log-btn i {
  font-size: 20px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .social-login .log-btn i {
    padding-right: 20px;
  }
}
.social-login .log-btn.google-bg {
  background: #df4930;
}
@media (max-width: 767px) {
  .social-login .log-btn.google-bg {
    order: 2;
  }
}
.social-login .log-btn.fb-bg {
  background: #507cc0;
}
.social-login .log-btn.twitter-bg {
  background: #64ccf1;
}
.for-form-group {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .for-form-group {
    flex-direction: column;
  }
}
.for-form-group .remem-text .remem-check {
  height: 20px;
  width: 20px;
}
.for-form-group .remem-text label {
  font-size: 13px;
  color: #8c8c8c !important;
  line-height: 20px;
  position: relative;
  top: -5px !important;
}
@media (max-width: 767px) {
  .for-form-group .remem-text label {
    font-size: 12px;
  }
}
.for-form-group .forgot-text a {
  font-size: 13px;
}
.for-form-group .forgot-text a:hover {
  text-decoration: underline;
  color: #1a8fff;
}
input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 100%;
  opacity: 1;
}
input.ligin-field:focus ~ label,
input.ligin-field:valid ~ label {
  top: 0;
  font-size: 14px;
  color: #5264ae;
  background: #fff;
  padding: 0 5px;
  height: 1px;
  line-height: 0;
}
textarea:focus ~ .bar:before,
textarea:focus ~ .bar:after {
  width: 100%;
  opacity: 1;
}
textarea.ligin-field:focus ~ label,
textarea.ligin-field:valid ~ label {
  top: 0;
  font-size: 14px;
  color: #5264ae;
  background: #fff;
  padding: 0 5px;
  height: 1px;
  line-height: 0;
}
.wrapper {
  display: flex;
  background: #f9f8f4;
}
.wrapper .body-content {
  width: 100%;
  display: flex;
  overflow: hidden;
  vertical-align: top;
  align-items: flex-start;
}
.wrapper .body-content .sidebar {
  min-height: 100%;
  height: 100vh;
  transition: 0.5s;
  position: fixed;
  z-index: 33;
  width: 90px;
  transform: translateX(0px);
  background: #fff;
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 991px) {
  .wrapper .body-content .sidebar {
    width: 300px;
    right: 0;
    box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.12);
  }
}
.wrapper .body-content .sidebar .top__logoprt {
  background: #eff6fe;
  padding: 8px 20px;
}
.wrapper .body-content .sidebar .top__logoprt a {
  display: flex;
  align-items: center;
}
.wrapper .body-content .sidebar .top__logoprt a span {
  margin-left: 10px;
  display: none;
}
.wrapper .body-content .sidebar .top_userpanel {
  padding: 20px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.wrapper .body-content .sidebar .top_userpanel img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 15px;
}
.wrapper .body-content .sidebar .top_userpanel .userdetail {
  width: calc(100% - 65px);
}
.wrapper .body-content .sidebar .top_userpanel .userdetail h3 {
  font-size: 16px;
  font-weight: 500;
  color: #313096;
}
.wrapper .body-content .sidebar .top_userpanel .userdetail small {
  display: block;
}
.wrapper .body-content .sidebar .top_userpanel .userdetail button {
  background: #313096;
  color: #fff;
  font-size: 11px;
  border-radius: 30px;
  padding: 7px 30px;
  margin-top: 10px;
}
.wrapper .body-content .sidebar .top_userpanel .sidemenuclose {
  position: absolute;
  right: 0px;
  top: 17px;
  background: none;
}
.wrapper .body-content .sidebar .top_userpanel .sidemenuclose img {
  width: auto;
  height: auto;
  border-radius: 0;
}
.wrapper .body-content .sidebar .menu {
  padding: 20px 0px 0 0px;
}
.wrapper .body-content .sidebar .menu .mCSB_scrollTools {
  width: 4px;
}
.wrapper .body-content .sidebar .menu ul {
  direction: ltr;
}
.wrapper .body-content .sidebar .menu ul li a {
  padding: 8px 0 8px 20px;
  display: flex;
  font-size: 13px;
  text-transform: capitalize;
  color: #7e7e7e;
  font-weight: 500;
  align-items: flex-start;
  text-decoration: none;
}
.wrapper .body-content .sidebar .menu ul li a img {
  filter: grayscale(100%);
  margin-right: 10px;
}
.wrapper .body-content .sidebar .menu ul li a:hover {
  color: #0057b1;
}
.wrapper .body-content .sidebar .menu ul li a:hover img {
  filter: none;
}
.wrapper .body-content .sidebar .menu ul li a.active {
  color: #0057b1;
}
.wrapper .body-content .sidebar .menu ul li a.active img {
  filter: none;
}
.wrapper .body-content .sidebar .menu ul li a span {
  display: none;
  font-size: 13px;
}
@media (max-width: 991px) {
  .wrapper .body-content .sidebar .menu ul li a span {
    display: block;
  }
}
.wrapper .body-content .page__content {
  padding-left: 110px;
  transition: 0.5s;
  padding-right: 20px;
  width: 100%;
  min-width: 0;
}
@media (max-width: 991px) {
  .wrapper .body-content .page__content {
    padding: 0;
  }
}
.wrapper .body-content .page__content header {
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrapper .body-content .page__content header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 0;
    padding: 10px 20px;
  }
}
.wrapper .body-content .page__content header .leftPrt {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .wrapper .body-content .page__content header .leftPrt .sidetogglebtn {
    padding: 0;
    box-shadow: none;
  }
}
.wrapper .body-content .page__content header .rightnotificationprt {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.wrapper .body-content .page__content header .rightnotificationprt .bell {
  margin-right: 50px;
  position: relative;
}
.wrapper .body-content .page__content header .rightnotificationprt .bell a .fa {
  font-size: 22px;
  color: #949494;
}
.wrapper .body-content .page__content header .rightnotificationprt .bell a span {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  top: -14px;
  right: -6px;
  background: #0069d6;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}
.wrapper .body-content .page__content header .rightnotificationprt .bell .notification_drop {
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  background: var(--base-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-2em);
  border-radius: 10px;
  width: 280px;
  right: -20px;
  background: #fff;
}
.wrapper .body-content .page__content header .rightnotificationprt .bell .notification_drop:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #5623b0;
  position: absolute;
  right: 20px;
  top: -9px;
  content: "";
}
.wrapper .body-content .page__content header .rightnotificationprt .bell .notification_drop.open {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0.3s;
}
.wrapper .body-content .page__content header .rightnotificationprt .bell .notification_drop h2 {
  background: #5723af;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.wrapper .body-content .page__content header .rightnotificationprt .bell .notification_drop h2 span {
  background: #c0abe5;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .body-content .page__content header .rightnotificationprt .bell .notification_drop ul {
  max-height: 300px;
}
.wrapper .body-content .page__content header .rightnotificationprt .bell .notification_drop ul li {
  display: flex;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
}
.wrapper .body-content .page__content header .rightnotificationprt .bell .notification_drop ul li img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 10px;
}
.wrapper .body-content .page__content header .rightnotificationprt .bell .notification_drop ul li .rightnoteinfo {
  width: calc(100% - 40px);
}
.wrapper .body-content .page__content header .rightnotificationprt .bell .notification_drop ul li .rightnoteinfo h3 {
  font-size: 13px;
}
.wrapper .body-content .page__content header .rightnotificationprt .bell .notification_drop ul li .rightnoteinfo p {
  font-size: 12px;
  padding-top: 5px;
  color: #1a8fff;
  font-weight: 500;
}
.wrapper .body-content .page__content header .rightnotificationprt .bell .notification_drop ul li .rightnoteinfo small {
  color: #ccc;
  font-style: italic;
  font-size: 11px;
}
.wrapper .body-content .page__content header .rightnotificationprt .bell .notification_drop .mCSB_scrollTools {
  width: 4px;
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown {
  position: relative;
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown a {
  position: relative;
  color: #888888;
  font-size: 13px;
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown a .hdr-profile-img {
  width: 40px;
  height: 40px;
  border: 1px solid #1a8fff;
  padding: 3px;
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown a img {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 5px;
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: -17px;
  top: -2px;
  font-size: 16px;
  color: #888888;
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown .dropdown-submenu {
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-2em);
  border-radius: 10px;
  width: 180px;
  right: -20px;
  background: #fff;
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown .dropdown-submenu.open {
  display: block;
  visibility: visible;
  opacity: 1;
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown .dropdown-submenu ul li a {
  padding: 8px 10px;
  display: block;
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown .dropdown-submenu ul li a:after {
  display: none;
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown .dropdown-submenu ul li a img {
  width: auto;
  height: auto;
  filter: grayscale(100%);
  margin-right: 10px;
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown .dropdown-submenu ul li a:hover {
  color: #fff;
  background: #1a8fff;
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown .dropdown-submenu ul li a:hover img {
  filter: brightness(0) invert(1);
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown .dropdown-submenu ul li:first-child a:hover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown .dropdown-submenu ul li:last-child a:hover {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown .dropdown-submenu:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1a8fff;
  position: absolute;
  right: 20px;
  top: -9px;
  content: "";
}
@media screen and (min-width: 1024px) {
  .wrapper .body-content .page__content header .rightnotificationprt .profile__dropdown:hover .dropdown-submenu {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    margin-top: 5px;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0.3s;
  }
}
.wrapper .body-content .page__content .body__panel {
  padding: 40px 0 40px 0;
  min-height: 800px;
  position: relative;
}
@media (max-width: 991px) {
  .wrapper .body-content .page__content .body__panel {
    padding: 130px 10px 60px 10px;
  }
}
@media (max-width: 767px) {
  .wrapper .body-content .page__content .body__panel {
    padding: 110px 10px 60px 10px;
  }
}
.wrapper .body-content .page__content .body__panel .panel {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}
.wrapper .body-content .page__content .body__panel .panel .qrpanel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .body-content .page__content .body__panel .panel .qrpanel .copycode {
  color: blue;
  text-decoration: underline;
}
.wrapper .body-content .page__content .body__panel .panel .qrpanel .downloadbtn {
  background: orange;
  padding: 10px 30px;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 20px;
}
.wrapper .body-content .page__content .body__panel .toppanelprt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .body-content .page__content .body__panel .toppanelprt h4 {
  margin-bottom: 0;
}
.wrapper .body-content .page__content .body__panel .add_button {
  color: #fff;
  background: #1a8fff;
  text-transform: uppercase;
  font-weight: normal;
  padding: 12px 30px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.wrapper .body-content .page__content .body__panel .add_button img {
  margin-right: 10px;
}
.wrapper .body-content .page__content .body__panel .successprt {
  position: absolute;
  background: #35de81;
  border: 1px solid #02c559;
  top: 10px;
  right: 0;
  left: 0;
  line-height: 40px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .body-content .page__content .body__panel .successprt span {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.wrapper .body-content .page__content .body__panel .top_listing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  padding: 20px 15px;
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.6s linear;
}
@media (max-width: 1200px) {
  .wrapper .body-content .page__content .body__panel .top_listing .list__box {
    width: 48%;
    margin-bottom: 20px;
    justify-content: space-around;
    position: relative;
  }
}
@media (max-width: 767px) {
  .wrapper .body-content .page__content .body__panel .top_listing .list__box {
    flex-direction: column;
    justify-content: center;
  }
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box span {
  color: #737373;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .wrapper .body-content .page__content .body__panel .top_listing .list__box span {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .wrapper .body-content .page__content .body__panel .top_listing .list__box span {
    font-size: 11px;
  }
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box span h3 {
  font-weight: 600;
  font-size: 18px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .wrapper .body-content .page__content .body__panel .top_listing .list__box span h3 {
    font-size: 15px;
    padding-bottom: 10px;
  }
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box span h3 del {
  font-size: 20px;
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box span h3.org {
  color: #ff8400;
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box span h3.blu {
  color: #1a8fff;
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box span h3.green {
  color: #2bd59b;
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box span h5 {
  color: #2bd59b;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .wrapper .body-content .page__content .body__panel .top_listing .list__box span h5 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box span .ellip {
  text-align: right;
  color: #cdcdcd;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: 20px;
  padding-bottom: 17px;
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box span:nth-child(1) {
  order: 2;
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box.managementList {
  padding: 0;
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box.managementList span {
  align-items: flex-start;
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box.managementList a {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box.managementList a:hover {
  background: #5623b0;
  border-radius: 10px;
}
.wrapper .body-content .page__content .body__panel .top_listing .list__box.managementList a:hover span {
  color: #fff;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt {
    flex-direction: column;
  }
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning {
  width: 74.5%;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning {
    width: 69.5%;
  }
}
@media (max-width: 991px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning {
    width: 100%;
  }
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .earning__graph {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  padding: 10px 20px;
  position: relative;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .earning__graph .tab {
  border-bottom: 1px solid #e6e6e6;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .earning__graph .tab button {
  color: #000000;
  background: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  border-bottom: 2px solid #fff;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .earning__graph .tab button:first-child {
  padding-left: 0;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .earning__graph .tab button.active {
  color: #4788c4;
  border-bottom: 2px solid #4788c4;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .earning__graph .show__list {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 576px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .earning__graph .show__list {
    position: inherit;
    top: inherit;
    right: inherit;
    display: flex;
    justify-content: space-between;
  }
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .earning__graph .show__list span {
  margin-left: 50px;
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .earning__graph .show__list span {
    margin-left: 10px;
  }
}
@media (max-width: 576px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .earning__graph .show__list span {
    width: 100%;
    display: block;
    margin-left: 0px;
  }
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .earning__graph .show__list span select {
  border: none;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 600;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .earning__graph .show__list span select:focus {
  outline: none;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .earning__graph .show__list span:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: -11px;
  top: -2px;
  font-size: 16px;
  color: #000;
}
@media (max-width: 576px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .earning__graph .show__list span:after {
    right: 0;
    top: 1px;
  }
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  padding: 10px 20px;
  position: relative;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt h2 {
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 20px 0;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table {
  width: 100%;
}
@media (max-width: 767px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table {
    border-spacing: 0 10px;
  }
}
@media (max-width: 767px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr:nth-child(odd) {
    background: #f8f8fb;
  }
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr td {
  padding: 10px 0px;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 500;
  color: #777777;
  font-size: 14px;
}
@media (max-width: 767px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr td {
    display: inline-block;
    border-bottom: none;
    padding: 5px 10px;
  }
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr td:first-child {
    width: 67%;
  }
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr td:nth-child(2) {
    display: none;
  }
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 480px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr td:first-child {
    width: 45%;
  }
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr td .idprt {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr td .idprt {
    align-items: flex-start;
    flex-direction: column;
  }
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr td .idprt .galImg {
  background: #fcfbcc;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr td .idprt .galImg {
    display: none;
  }
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr td .idprt span {
  color: #3191f6;
  font-size: 15px;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr td .act {
  color: #01b81b;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr td button {
  background: none;
  outline: none;
  font-weight: 500;
  color: #fc1631;
  font-size: 14px;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt table tr:last-child td {
  border: none;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt .view_more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #ff8400;
  padding: 10px 0;
  margin-top: 20px;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .leftDashearning .pending_requestprt .view_more img {
  margin-left: 10px;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning {
  width: 24%;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning {
    width: 29%;
  }
}
@media (max-width: 991px) {
  .wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning {
    width: 100%;
    margin-top: 20px;
  }
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  padding: 10px 20px;
  position: relative;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt h2 {
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 18px 0;
  margin: 0;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt ul.bookList li .img {
  background: #ffe1d6;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt ul.bookList li .deliveryInfo span h3 {
  color: #ff8400;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt ul.bookList li:last-child {
  border-bottom: none;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt ul.availBook li .img {
  background: #cfeefb;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt ul.availBook li .deliveryInfo span h3 {
  color: #3698ff;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt ul li {
  display: flex;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0;
  position: relative;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt ul li .img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt ul li .deliveryInfo {
  width: calc(100% - 55px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt ul li .deliveryInfo span {
  align-self: center;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt ul li .deliveryInfo span h3 {
  font-size: 13px;
  font-weight: 600;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt ul li .deliveryInfo span p {
  font-size: 12px;
  color: #868686;
  padding-top: 5px;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt ul li .deliveryInfo small {
  font-size: 11px;
  font-weight: 500;
  color: #8c9395;
  display: flex;
  position: absolute;
  right: 0;
  top: 5px;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt ul li .deliveryInfo small font {
  color: #ff8400;
  margin-right: 5px;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt .view_more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #ff8400;
  padding: 10px 0;
}
.wrapper .body-content .page__content .body__panel .dashboardearning_prt .rightDashearning .booking__Prt .view_more img {
  margin-left: 10px;
}
.wrapper .body-content .page__content .body__panel .Profile_body {
  display: flex;
  justify-content: space-between;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody {
  width: 30%;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody h4 {
  font-weight: 500;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .profile_box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  padding: 20px 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .profile_box .profImg {
  width: 136px;
  height: 136px;
  border-radius: 100%;
  object-fit: cover;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .profile_box h2 {
  color: #ff921c;
  font-weight: 600;
  margin-top: 10px;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .profile_box span {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .profile_box span b {
  font-size: 15px;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .profile_box span p {
  font-size: 13px;
  color: #919191;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .btnPrt {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .btnPrt button {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 10px 20px;
  width: 48%;
  transition: all 0.6s linear;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .btnPrt button img {
  margin-right: 5px;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .btnPrt button:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .btnPrt .edit {
  background: #eff6fe;
  color: #1a8fff;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .btnPrt .verify {
  background: #f6d7dc;
  color: #e3462e;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .top_editbox {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  padding: 20px 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .top_editbox .browse_pic .profileUploadimgprt {
  width: 151px;
  height: 151px;
  border-radius: 100%;
  position: relative;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .top_editbox .browse_pic .profileUploadimgprt .thumb_img {
  width: 151px;
  height: 151px;
  border-radius: 100%;
  object-fit: cover;
  border: 5px solid #fff;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .top_editbox .browse_pic .profileUploadimgprt .browsebtn {
  position: absolute;
  background: #eff6fe;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 10px;
  cursor: pointer;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.11);
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .top_editbox .browse_pic .profileUploadimgprt .browsebtn input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.wrapper .body-content .page__content .body__panel .Profile_body .left_profileBody .downImsec {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  padding: 20px 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}
.wrapper .body-content .page__content .body__panel .Profile_body .right_profileBody {
  width: 67%;
}
.wrapper .body-content .page__content .body__panel .Profile_body .right_profileBody .editFieldsection h4 {
  font-weight: 500;
}
.wrapper .body-content .page__content .body__panel .Profile_body .right_profileBody .editFieldsection .field_box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  padding: 20px 15px;
}
.wrapper .body-content .page__content .body__panel .Profile_body .right_profileBody .editFieldsection .field_box .editProf {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 28px auto;
  width: 60%;
}
.wrapper .body-content .page__content .body__panel .dashboardverifyprt {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  padding: 60px 30px;
  margin-top: 200px;
  position: relative;
}
.wrapper .body-content .page__content .body__panel .dashboardverifyprt .leftImgprt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
}
.wrapper .body-content .page__content .body__panel .dashboardverifyprt .rightTxtprt {
  margin-left: auto;
  width: 54%;
}
.wrapper .body-content .page__content .body__panel .dashboardverifyprt .rightTxtprt .verifyBtn {
  padding: 10px 30px;
}
.wrapper .body-content .page__content .body__panel .dashboardverifyprt .rightTxtprt .verifyBtn:hover {
  color: #fff;
}
.wrapper .body-content .page__content .body__panel .topHeadingsection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .body-content .page__content .body__panel .topHeadingsection .seararea {
  position: relative;
}
.wrapper .body-content .page__content .body__panel .topHeadingsection .seararea input[type="search"] {
  height: 38px;
  border-radius: 10px;
  width: 200px;
  padding: 0 10px 0 10px;
  margin-left: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
}
.wrapper .body-content .page__content .body__panel .topHeadingsection .seararea input[type="search"]:focus {
  width: 300px;
}
.wrapper .body-content .page__content .body__panel .topHeadingsection .seararea:after {
  position: absolute;
  content: "\f002";
  font-family: "fontawesome";
  font-size: 14px;
  color: #666;
  right: 17px;
  top: 6px;
  left: inherit;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .vehical_list {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
  width: 31%;
  background: #fff;
  border-radius: 10px;
  margin: 10px;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .vehical_list .topnameprt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .vehical_list .topnameprt h3 {
  font-size: 16px;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .vehical_list .topnameprt span {
  background: #deefea;
  color: #039017;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 30px;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .vehical_list .vehicle_typeprt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .vehical_list .vehicle_typeprt .lefttypeList {
  display: flex;
  flex-direction: column;
  width: 47%;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .vehical_list .vehicle_typeprt .lefttypeList span {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .vehical_list .vehicle_typeprt .lefttypeList span:last-child {
  border-bottom: none;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .vehical_list .vehicle_typeprt .lefttypeList span small {
  color: #b5b4b4;
  font-weight: 500;
  font-size: 11px;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .vehical_list .vehicle_typeprt .lefttypeList span h4 {
  font-size: 13px;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .vehical_list .vehicle_typeprt img {
  width: 46%;
  border: 1px dotted #eee;
  border-radius: 10px;
  padding: 10px;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .service_list {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
  width: 31%;
  background: #fff;
  border-radius: 10px;
  margin: 10px;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .service_list .topnameprt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .service_list .topnameprt h3 {
  font-size: 16px;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .service_list .topnameprt span {
  background: #deefea;
  color: #039017;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 30px;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .service_list .vehicle_typeprt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .service_list .vehicle_typeprt .lefttypeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .service_list .vehicle_typeprt .lefttypeList span {
  padding: 10px 0;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .service_list .vehicle_typeprt .lefttypeList span:last-child {
  border-bottom: none;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .service_list .vehicle_typeprt .lefttypeList span small {
  color: #b5b4b4;
  font-weight: 500;
  font-size: 11px;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .service_list .vehicle_typeprt .lefttypeList span h4 {
  font-size: 13px;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .service_list .vehicle_typeprt img {
  width: 46%;
  border: 1px dotted #eee;
  border-radius: 10px;
  padding: 10px;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .service_list.right__imgprt {
  width: 60%;
  text-align: center;
  background: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .service_list.right__imgprt h4 {
  color: #1a8fff;
  font-weight: 500;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .service_list.right__imgprt .serviceimg {
  width: 40%;
  align-self: center;
  margin-top: 20px;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .contact_list {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
  width: 48%;
  background: #fff;
  border-radius: 10px;
  margin: 10px;
  transition: all 0.6s linear;
  display: flex;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .contact_list:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .contact_list .customerimg {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 20px;
  border: 1px solid #eee;
  padding: 2px;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .contact_list .rightContactInfo {
  width: calc(100% - 100px);
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .contact_list .rightContactInfo .degig {
  color: #b5b4b4;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .contact_list .rightContactInfo p {
  font-size: 12px;
  padding: 5px 0;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .contact_list button {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 10px 20px;
  transition: all 0.6s linear;
  margin-top: 10px;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .contact_list button.edit {
  background: #eff6fe;
  color: #1a8fff;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .contact_list button img {
  margin-right: 5px;
}
.wrapper .body-content .page__content .body__panel .vehicle_magementprt .contact_list button:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
}
.wrapper .body-content .page__content .body__panel .add_vehicalbox {
  background: #fff;
  width: 31%;
  padding: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin: 10px;
}
.wrapper .body-content .page__content .body__panel .add_vehicalbox .inner_vehical {
  border: 2px dotted #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 235px;
  color: #000;
  font-weight: 500;
  border-radius: 10px;
}
.wrapper .body-content .page__content .body__panel .add_vehicalbox .inner_vehical img {
  margin-bottom: 10px;
}
.wrapper .body-content .page__content .body__panel .servicebox {
  background: url("../images/servicebg.png") 0 0 no-repeat #fff;
  width: 100%;
  padding: 50px 30px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-size: 100%;
}
.wrapper .body-content .page__content .body__panel .servicebox .__boxservice {
  width: 41%;
  margin: 50px auto;
}
.wrapper .body-content .page__content .body__panel .servicebox .__boxservice h3 {
  margin-bottom: 30px;
}
.wrapper .body-content .page__content .body__panel .servicebox .topstepperprt {
  text-align: center;
}
.wrapper .body-content .page__content .body__panel .servicebox .topstepperprt h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.wrapper .body-content .page__content .body__panel .servicebox .topstepperprt p {
  margin-bottom: 30px;
}
.wrapper .body-content .page__content .body__panel .servicebox .topstepperprt .stepperimgprt {
  margin: 20px auto;
  width: 1020px;
}
.wrapper .body-content .page__content .body__panel .servicebox .topstepperprt .stepperimgprt ul {
  display: flex;
  margin-top: 20px;
}
.wrapper .body-content .page__content .body__panel .servicebox .topstepperprt .stepperimgprt ul li {
  width: 33%;
  padding: 0 2rem;
}
.wrapper .body-content .page__content .body__panel .servicebox .topstepperprt .stepperimgprt ul li:last-child {
  padding-left: 4rem;
}
.wrapper .body-content .page__content .body__panel .servicebox .topstepperprt .stepperimgprt ul li:first-child {
  padding-right: 6rem;
}
.wrapper .body-content .page__content .body__panel .servicebox .topstepperprt .stepperimgprt ul li h4 {
  color: #6e6c6c;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.wrapper .body-content .page__content .body__panel .servicebox .topstepperprt .stepperimgprt ul li p {
  font-size: 12px;
}
.wrapper .body-content .page__content .body__panel .servicebox .topstepperprt .stepperimgprt ul li.active h4 {
  color: #0e4a88;
}
.wrapper .body-content .page__content .body__panel .servicebox .topstepperprt .stepperimgprt ul li.active p {
  color: #000;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt {
  width: 48%;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt .selectpanel label {
  color: #a3a3a3;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt input.ligin-field:valid ~ label {
  color: #a3a3a3;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt .form_field .login-form-group sup {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 10px;
  right: 8px;
  font-size: 10px;
  line-height: 17px;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt .form_field .login-form-group del {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 8px;
  left: 20px;
  font-size: 15px;
  line-height: 32px;
  font-weight: 500;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt .form_field .login-form-group input[type="text"] {
  padding-right: 60px;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt .form_field .login-form-group.price input[type="text"] {
  padding-left: 40px;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt .form_field .swizprt h3 {
  color: #5e5e5e;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 10px;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt .addbutton {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-weight: 500;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt .addbutton img {
  margin-right: 10px;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt .station_body {
  background: #fafafa;
  border: 1px solid #f0f0f0;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt .station_body .close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt .select_vehicleprt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt .select_vehicleprt .leftselect {
  width: 90%;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .leftaccordianprt .insurance {
  width: 100%;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .rightimgprt {
  width: 48%;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .rightimgprt .__serviceListBox {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .rightimgprt .__serviceListBox img {
  width: 100%;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .rightimgprt .__serviceListBox .service__chipprt {
  padding: 20px;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .rightimgprt .__serviceListBox .service__chipprt label {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .rightimgprt .__serviceListBox .service__chipprt label span {
  color: #0e4a88;
  font-weight: 500;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .rightimgprt .__serviceListBox .service__chipprt .chip_list {
  display: flex;
  flex-wrap: wrap;
}
.wrapper .body-content .page__content .body__panel .servicebox .serviceaccordianprt .rightimgprt .__serviceListBox .service__chipprt .chip_list .chip {
  background: #f0f0f0;
  border-radius: 30px;
  padding: 5px 10px;
  display: flex;
  color: #4c4c4c;
  margin: 10px 2px 0;
  font-size: 14px;
}
.wrapper .body-content .page__content footer {
  background: #fff;
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.07);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 20px;
  text-align: center;
  font-size: 13px;
  color: #898989;
}
.wrapper.show .sidebar {
  width: 24%;
  margin-left: 0;
  transition: 0.5s;
  padding: 0px 0px 0 0px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .wrapper.show .sidebar {
    width: 23%;
  }
}
@media (max-width: 991px) {
  .wrapper.show .sidebar {
    width: 0;
  }
}
.wrapper.show .sidebar .top__logoprt a span {
  display: flex;
}
.wrapper.show .sidebar .menu ul li a span {
  display: inline-block;
}
.wrapper.show .page__content {
  padding-left: 25%;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .wrapper.show .page__content {
    padding-left: 25%;
  }
}
@media (max-width: 991px) {
  .wrapper.show .page__content {
    padding: 0;
  }
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 420px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
.viewcode {
  position: relative;
  display: inline-block;
}
.three-dots {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}
.more-action {
  position: absolute;
  width: 180px;
  right: 0;
  top: 50px;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 2;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.more-action a {
  display: inline-block;
  width: 100%;
}
.more-action a:hover {
  background-color: #ececec;
}
.more-action a span {
  padding: 0;
  background-color: transparent;
}
.more-action span {
  padding: 5px 14px;
  width: 100%;
  display: block;
}
.more-action span:hover {
  background-color: #ececec;
}
.viewcode:hover .more-action {
  visibility: visible;
  opacity: 1;
  top: 25px;
}
.viewcode .more-action li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  white-space: nowrap;
}
.viewcode .more-action li a {
  color: #626262;
  display: inline-block;
  width: 100%;
  padding: 6px 10px 6px 32px;
}
.viewcode .more-action li a:hover {
  background-color: rgba(130, 191, 255, 0.3);
}
.viewcode .more-action li:before {
  position: absolute;
  font-family: "fontawesome";
  font-size: 15px;
  vertical-align: middle;
  margin-left: 10px;
  top: 7px;
}
.viewcode .more-action li.editAction a {
  color: #1a73e8;
}
.viewcode .more-action li.editAction:before {
  content: "\f044";
  color: #1a73e8;
}
.viewcode .more-action li.deleteAction a {
  color: #fd0000;
}
.viewcode .more-action li.deleteAction:before {
  content: "\f1f8";
  color: #fd0000;
}
.viewcode .more-action li.viewAction a {
  color: #00b900;
}
.viewcode .more-action li.viewAction:before {
  content: "\f06e";
  color: #00b900;
}
.viewcode .more-action li.viewDtlAction a {
  color: #e8aa00;
}
.viewcode .more-action li.viewDtlAction:before {
  content: '';
  background: url("../images/icon/view-dtl-action-icon.png") 0 0 no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.viewcode .more-action li.viewEventAction a {
  color: #ff4d90;
}
.viewcode .more-action li.viewEventAction:before {
  content: '';
  background: url("../images/icon/view-event-action-icon.png") 0 0 no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.viewcode .more-action li.viewQRAction a {
  color: #0090b1;
}
.viewcode .more-action li.viewQRAction:before {
  content: "\f029";
  color: #0090b1;
}
.viewcode .more-action li.active-inactive p {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  border-radius: 40px;
  padding: 6px 12px;
  margin: 3px 0 3px 11px;
}
.viewcode .more-action li.active-inactive p.active {
  background-color: #009800;
  border: 1px solid #008000;
}
.viewcode .more-action li.active-inactive p.inactive {
  background-color: #fd0000;
  border: 1px solid #fd0000;
  width: auto;
}
@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: 0px;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}
.datatable.listingwrap .dataTables_wrapper {
  position: relative;
  top: -38px;
}
.datatable.listingwrap table td:last-child,
.datatable.listingwrap table th:last-child {
  text-align: right;
}
.datatable h4 {
  font-weight: 500;
  position: relative;
}
.datatable .dataTables_filter {
  display: none;
}
.datatable .dataTables_wrapper .dataTables_length {
  margin-left: auto;
  float: right;
}
.datatable table {
  border-spacing: 0 10px;
  border-collapse: separate;
}
.datatable table tbody tr:hover {
  background-color: #c0dffc !important;
  cursor: pointer;
}
.datatable table tbody tr:hover td {
  color: #000;
}
.datatable table tbody tr:hover td span {
  color: #fff;
}
.datatable table tbody tr:hover td span.act {
  color: #01b81b;
}
.datatable table tbody tr:hover td span.can {
  color: #fc1631;
}
.datatable table tbody tr:hover td span.download {
  color: #feb042;
}
.datatable table tbody tr:hover td.dataTables_empty {
  color: red !important;
}
.datatable table tbody tr:hover td a {
  color: #000;
}
.datatable table tr {
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
  padding: 7px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.datatable table tr td,
.datatable table tr th {
  padding: 10px 12px;
  background-color: inherit;
  background: none;
  text-align: left;
}
.datatable table tr td:first-child,
.datatable table tr th:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.datatable table tr td:last-child,
.datatable table tr th:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.datatable table tr td {
  padding: 10px 15px;
  color: #777777;
  font-size: 13px;
  font-weight: 500;
}
.datatable table tr td a {
  color: #777;
}
.datatable table tr td .idprt {
  display: flex;
  align-items: center;
}
.datatable table tr td .idprt .galImg {
  background: #fcfbcc;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid #eee;
}
.datatable table tr td .idprt span {
  color: #3191f6;
  font-size: 15px;
}
.datatable table tr td span.act {
  color: #01b81b;
}
.datatable table tr td span.can {
  color: #fc1631;
}
.datatable table tr td span.download {
  color: #feb042;
}
@media (max-width: 1024px) {
  .datatable table tr td {
    display: inline-block;
    text-align: left !important;
    padding: 15px 25px;
  }
  .datatable table tr td::before {
    content: attr(title);
    display: block;
    font-weight: bold;
    font-size: 15px;
    color: #000;
    margin-bottom: 11px;
  }
}
.datatable table tr td .location {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 111px;
}
.datatable table tr td .acceptprt a {
  margin: 0 10px;
}
.datatable table tr td .acceptprt a span img {
  margin-right: 5px;
}
.datatable table tr td.status {
  color: #d89f1f;
  font-weight: 500;
}
.datatable table tr td.catIcon img {
  width: 60px;
}
.datatable table tr td.catImg img {
  width: 120px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 2px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .datatable table thead {
    display: none;
  }
}
.datatable table thead th {
  border: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.datatable table thead th.sorting {
  background-image: inherit;
}
.datatable .dataTables_filter label {
  position: relative;
  display: inline-block;
}
.datatable .dataTables_filter label:after {
  position: absolute;
  content: "\f002";
  font-family: "fontawesome";
  font-size: 14px;
  color: #666;
  right: 17px;
  top: 6px;
  left: inherit;
}
.datatable .dataTables_filter input[type="search"] {
  height: 38px;
  border-radius: 10px;
  width: 200px;
  padding: 0 10px 0 10px;
  margin-left: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
}
.datatable .dataTables_filter input[type="search"]:focus {
  width: 300px;
}
.unverified {
  background: #e6e6e6;
  color: #69756b;
  padding: 8px 20px;
  width: 100px;
}
.inactive {
  background: #ffdfe1;
  color: #de2203;
  padding: 8px 20px;
  width: 100px;
}
.btnactive {
  background: #cce8d5;
  color: #039017;
  padding: 8px 20px;
  width: 100px;
}
table.dataTable.no-footer {
  border-bottom: none;
}
.dataTables_wrapper .dataTables_info {
  float: right;
  margin-top: 20px;
}
.dataTables_wrapper .dataTables_paginate {
  float: left;
  background: #fff;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-top: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-left: 1px solid #e6e6e6;
  margin: 0;
  color: #007afe !important;
  padding: 0.3em 1em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #5623b0;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #5623b0;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #5623b0;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_length select {
  background: #fff;
  border: 1px solid #cdcdcd;
  padding: 5px 20px 5px 10px;
  margin: 0 5px;
}
.datatable table.dataTable thead .sorting {
  background-image: none;
}
.datatable table.dataTable thead .sorting_asc {
  background-image: none !important;
}
.datatable table.dataTable thead .sorting_desc {
  background-image: none !important;
}
.datatable table thead th svg {
  cursor: pointer;
}
.datatable table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: inherit !important;
}
.datatable table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: inherit !important;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: inherit !important;
}
.set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  margin-bottom: 20px;
}
.set > a {
  display: flex;
  padding: 15px 20px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  justify-content: space-between;
}
.__delivery {
  width: 93%;
}
.__delivery h3 {
  font-size: 15px;
  color: #0e4a88;
  text-transform: uppercase;
  font-weight: 600;
}
.__delivery p {
  font-size: 13px;
  color: #575757;
  padding-top: 5px;
}
.set > a i {
  width: 27px;
  height: 27px;
  background: #0e4a88;
  margin-top: 2px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.content {
  background-color: #fff;
  display: none;
  padding: 0 20px 20px 20px;
}
.content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-left: 0px !important;
}
.toplogoprt {
  display: none;
}
.add__listdrop {
  position: relative;
}
@media (max-width: 1200px) {
  .add__listdrop {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.add__listdrop .add_dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(-2em);
  width: 180px;
  right: -12px;
  border-radius: 10px;
  z-index: 1;
}
.add__listdrop .add_dropdown:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  right: 20px;
  top: -9px;
  content: "";
}
.add__listdrop .add_dropdown:before {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 9px solid #ccc;
  position: absolute;
  right: 19px;
  top: -9px;
  content: "";
}
.add__listdrop .add_dropdown ul li a {
  padding: 10px;
  display: block;
  color: #6f6d6d !important;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px dotted #eee;
}
.add__listdrop .add_dropdown ul li a img {
  margin-right: 5px;
}
.add__listdrop .add_dropdown ul li a:hover {
  color: #feb042 !important;
}
.add__listdrop .add_dropdown ul li a i {
  margin-right: 10px;
  font-size: 13px;
}
.add__listdrop:hover .add_dropdown {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0.3s;
}
.loader-panel {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(172, 172, 172, 0.6);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
  letter-spacing: 2px;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #1a8fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #1a8fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 991px) {
  .hidden__mb {
    display: none !important;
  }
  .block__mb {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .main_body {
    background: #fff;
  }
  .block__mb_short {
    display: block !important;
  }
  .logo {
    display: none;
  }
  .toplogoprt {
    display: block;
    background: #eff6fe;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main_body .mainlogBody {
    background: none;
  }
  .mainlogBody .container {
    padding: 0;
    max-width: 100%;
  }
  .mainforgotBody .container {
    padding: 0;
    max-width: 100%;
  }
  .main_body .mainforgotBody .forgot-main-bg .padding-ltr0 {
    padding: 40px 20px;
  }
  .signbtn button {
    background: #fff;
    border: solid 1px #52aaff;
    border-radius: 5px;
    padding: 7px 20px;
    margin-left: 15px;
    color: #52aaff;
  }
  .signbtn button.sp-org {
    background: #fff;
    border: solid 1px #ff8605;
    border-radius: 5px;
    padding: 7px 20px;
    margin-left: 15px;
    color: #ff8605;
  }
  .mblogo {
    width: 100px;
  }
}
.pagination {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.pagination li {
  margin: 0 3px;
}
@media (max-width: 550px) {
  .pagination li {
    margin: 0 3px;
  }
}
.pagination li a {
  width: 30px;
  height: 35px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
}
.pagination li.active a {
  background: #0e4a88;
  color: #fff;
}
.inputpanel {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.inputpanel input[type="radio"] {
  margin-top: 0;
}
.timezonefield .css-yk16xz-control {
  background: #eee;
  border-radius: 10px;
  height: 45px;
}
.timezonefield .css-1pahdxg-control {
  background: #eee;
  border-radius: 10px;
  height: 45px;
}
.fullheight {
  height: 85vh!important;
}
.show-div {
  display: block;
}
.hide-div {
  display: none;
}
.pizesection {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 70%!important;
  padding: 30px;
  margin-right: auto;
}
.pizesection h3 {
  font-size: 18px!important;
}
.pizesection .form-control {
  border-radius: 10px!important;
  border: 1px solid #ccc !important;
  background: #eee !important;
  min-height: 45px!important;
}
.pizesection .topheding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.pizesection .prizerowprt {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.pizesection .prizerowprt.defaultrow {
  justify-content: flex-start;
}
.pizesection .prizerowprt.defaultrow .fieldprt {
  width: 75%;
  margin-right: 24px;
}
.pizesection .prizerowprt .fieldprt {
  width: 75%;
  margin-right: 10px;
}
.pizesection .prizerowprt .fieldprt .form-control {
  padding: 10px;
}
.acceptprt {
  display: flex;
  white-space: nowrap;
  justify-content: flex-end;
}
.pegigprt {
  display: flex;
  justify-content: space-between;
}
.pegigprt select {
  background: #fff;
  border: 1px solid #ccc;
  width: 100px;
  border-radius: 10px;
  outline: none;
  padding: 10px;
}
.basic-multi-select .css-yk16xz-control {
  background: none;
  border: none;
  outline: none;
}
.basic-multi-select .css-1pahdxg-control {
  background: none;
  border: none;
  outline: none;
}
.detailsprt {
  background: #fbfeff;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}
.viewcode a {
  display: inline-block;
}
.prizenumber label {
  background: url("../images/prize.png") 0 0 no-repeat;
  width: 45px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-right: 20px;
}
.prizenumber label span {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 100%;
  color: #000;
}
.searchprt {
  position: relative;
  margin-left: 20px;
}
.searchprt input[type="text"] {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 500;
  font-size: 14px;
  width: 600px;
  line-height: inherit;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .searchprt input[type="text"] {
    width: 360px;
  }
}
.searchprt input[type="text"]:focus {
  width: 650px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .searchprt input[type="text"]:focus {
    width: 380px;
  }
}
.searchprt:after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
  color: #cecece;
}
.topheader {
  border-bottom: 1px solid #000;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.rankdialog .topheader button {
  background: none;
  outline: none;
}
.dialigbody .form_field {
  margin-top: 20px;
}
.dialigbody .form_field .css-yk16xz-control {
  background: none;
  border: none;
  outline: none;
}
.dialigbody .form_field .css-1pahdxg-control {
  background: none;
  border: none;
  outline: none;
}
.input-group {
  margin-bottom: 20px;
}
.input-group input.form-control {
  width: 100%;
}
.dialigbody {
  padding: 0 30px 30px 30px;
}
.css-g1d714-ValueContainer {
  padding: 5px 8px!important;
}
.align-center {
  align-items: center;
}
.align-center span {
  margin-right: 10px;
}
.submenuprt {
  padding: 15px 20px 15px 20px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  color: #7e7e7e;
}
.submenuprt:hover {
  color: #0057b1;
}
.submenuprt img {
  margin-right: 5px;
  filter: grayscale(100%);
}
.submenuprt:hover img {
  filter: grayscale(0);
}
.submenuprt:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid black;
  position: absolute;
  content: "";
  right: 20px;
  top: 26px;
}
.subsubmenuprt {
  padding: 15px 20px 15px 20px;
  font-weight: normal;
  position: relative;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 307px;
  cursor: pointer;
}
.subsubmenuprt img {
  margin-right: 5px;
}
.subsubmenuprt:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid black;
  position: absolute;
  content: "";
  right: 0px;
  top: 26px;
}
.submenu-list {
  padding-left: 42px;
}
.submenu-list li a {
  position: relative;
}
.submenu-list li a:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 7px;
  border-left: 2px solid #3675b6;
  border-bottom: 2px solid #3675b6;
  transform: rotate(-30deg);
  top: 15px;
  margin-left: -20px;
}
.react-datetime-picker {
  font-size: 16px;
  padding: 8px 10px 8px 10px;
  display: block;
  width: 100%!important;
  line-height: 21px;
  font-weight: 500;
  color: #5e5e5e;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #eee;
  min-height: 45px;
}
.react-datetime-picker:focus {
  border: 1px solid #76c7ff;
}
.react-datetime-picker:hover {
  border: 1px solid #76c7ff;
}
.react-datetime-picker--open {
  border-radius: 10px;
}
.react-datetime-picker--closed .react-datetime-picker__wrapper {
  border-radius: 0px;
  font-size: 14px;
  color: #373737;
  font-weight: normal;
  border: none;
}
.react-datetime-picker--open .react-datetime-picker__wrapper {
  border-radius: 0px;
  font-size: 14px;
  color: #373737;
  font-weight: normal;
  border: none;
}
.react-datetime-picker__inputGroup {
  width: 80%;
}
.react-datetime-picker__inputGroup__input {
  color: #373737;
}
.react-calendar {
  width: 250px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}
.react-calendar--doubleView {
  width: 700px;
}
.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}
.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  height: 44px;
  margin-bottom: 1em;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers {
  font-weight: bold;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: calc(0.75em / 0.75) calc(0.5em / 0.75);
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__tile--now {
  background: #ffff76;
}
.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}
.react-calendar__tile--hasActive {
  background: #76baff;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar__tile--active {
  background: #006edc;
  color: white;
}
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}
.react-clock {
  display: block;
  position: relative;
}
.react-clock,
.react-clock *,
.react-clock *:before,
.react-clock *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-clock__face {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid black;
  border-radius: 50%;
}
.react-clock__hand {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
}
.react-clock__hand__body {
  position: absolute;
  background-color: black;
  transform: translateX(-50%);
}
.react-clock__mark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
}
.react-clock__mark__body {
  position: absolute;
  background-color: black;
  transform: translateX(-50%);
}
.react-clock__mark__number {
  position: absolute;
  left: -40px;
  width: 80px;
  text-align: center;
}
.react-datetime-picker {
  display: inline-flex;
  position: relative;
}
.react-datetime-picker,
.react-datetime-picker *,
.react-datetime-picker *:before,
.react-datetime-picker *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-datetime-picker--disabled {
  background-color: #f0f0f0;
  color: #6d6d6d;
}
.react-datetime-picker__wrapper {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  border: thin solid gray;
  justify-content: space-between;
}
.react-datetime-picker__inputGroup__divider {
  padding: 1px 0;
  white-space: pre;
}
.react-datetime-picker__inputGroup__input {
  min-width: 0.54em;
  height: calc(100% - 2px);
  position: relative;
  padding: 1px;
  border: 0;
  background: none;
  font: inherit;
  box-sizing: content-box;
  -moz-appearance: textfield;
}
.react-datetime-picker__inputGroup__input::-webkit-outer-spin-button,
.react-datetime-picker__inputGroup__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datetime-picker__inputGroup__input:invalid {
  background: rgba(255, 0, 0, 0.1);
}
.react-datetime-picker__inputGroup__input--hasLeadingZero {
  margin-left: -0.54em;
  padding-left: calc(1px + 0.54em);
}
.react-datetime-picker__inputGroup__amPm {
  font: inherit;
  -moz-appearance: menulist;
}
.react-datetime-picker__button {
  border: 0;
  background: transparent;
  padding: 4px 6px;
}
.react-datetime-picker__button:enabled {
  cursor: pointer;
}
.react-datetime-picker__button:enabled:hover .react-datetime-picker__button__icon,
.react-datetime-picker__button:enabled:focus .react-datetime-picker__button__icon {
  stroke: #0078d7;
}
.react-datetime-picker__button:disabled .react-datetime-picker__button__icon {
  stroke: #6d6d6d;
}
.react-datetime-picker__button svg {
  display: inherit;
}
.react-datetime-picker__calendar,
.react-datetime-picker__clock {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.react-datetime-picker__calendar--closed,
.react-datetime-picker__clock--closed {
  display: none;
}
.react-datetime-picker__calendar {
  width: 250px!important;
  max-width: 100vw;
}
.react-datetime-picker__calendar .react-calendar {
  border: 2px solid #ccc;
  border-radius: 10px!important;
}
.react-datetime-picker__clock {
  width: 200px;
  height: 180px!important;
  max-width: 100vw;
  padding: 25px;
  background-color: #fff !important;
  border: thin solid #a0a096;
}
.react-calendar {
  border-radius: 5px;
  width: 250px;
  max-width: 100%;
  background: #fff;
  font: inherit;
  line-height: 1.125em;
  border: 0;
  overflow: hidden;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
  font: inherit;
  font-size: 0.8em;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar--doubleView {
  width: 700px;
}
.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}
.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar__navigation {
  height: 44px;
  margin-bottom: 10px;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers {
  font-weight: bold;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: calc(0.75em / 0.75) calc(0.5em / 0.75);
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__tile--hasActive {
  background: #76baff;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar__tile--active {
  background: #006edc;
  color: white;
}
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}
.react-clock {
  background-color: white;
  border-radius: 50%;
}
.react-clock__face {
  border: 3px solid white;
}
.react-datetime-picker * {
  font-family: inherit;
}
.react-datetime-picker--closed {
  border-radius: 10px;
}
.react-datetime-picker--closed .react-datetime-picker__wrapper {
  border-radius: 10px;
}
.react-datetime-picker--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.react-datetime-picker--open .react-datetime-picker__wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.react-datetime-picker__wrapper {
  border: 0;
  border-radius: 4px;
  font-size: 1.25em;
}
.react-datetime-picker__inputGroup__divider {
  padding: 1px;
}
.react-datetime-picker__inputGroup__input {
  -moz-appearance: textfield;
}
.react-datetime-picker__inputGroup__input::-webkit-outer-spin-button,
.react-datetime-picker__inputGroup__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datetime-picker__inputGroup__input:invalid {
  background: rgba(255, 0, 0, 0.1);
}
.react-datetime-picker__inputGroup__input--hasLeadingZero {
  margin-left: -0.54em;
  padding-left: calc(1px + 0.54em);
}
.react-datetime-picker__calendar {
  border-radius: 10px;
  box-shadow: 0 30px 40px 0 rgba(16, 36, 94, 0.2);
  border-top-left-radius: 0;
}
.react-datetime-picker__calendar .react-calendar {
  border-top-left-radius: 0;
}
.react-datetime-picker__clock {
  border-radius: 4px;
  box-shadow: 0 30px 40px 0 rgba(16, 36, 94, 0.2);
  font-family: inherit;
  width: 185px;
  height: 220px;
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 10px!important;
}
.react-datetime-picker--open {
  border-radius: 10px!important;
  border-bottom-left-radius: 0;
}
.react-datetime-picker--open .react-datetime-picker__wrapper {
  border-radius: 4px;
  border-bottom-left-radius: 0;
}
.react-datetime-picker__clock {
  border-top-right-radius: 0;
}
.imgeshowprt {
  display: flex;
  justify-content: space-between;
}
.imgeshowprt .imgshow {
  width: 48%;
}
.imgeshowprt .imgshow label {
  margin-bottom: 15px;
  font-weight: 500;
  display: block;
  font-size: 16px;
  color: #000;
}
.imgeshowprt .imgshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px dashed #000;
  border-radius: 10px;
  height: 300px;
}
.fielddesc {
  width: 33%;
  margin-top: 20px;
}
.fielddesc.halfwidth {
  width: 22%;
}
.fielddesc label {
  margin-bottom: 15px;
  font-weight: 500;
  display: block;
  font-size: 16px;
  color: #000;
}
.bordertop {
  border-top: 1px solid #ccc;
}
.eventinfoprt h3 {
  padding: 20px 0;
  font-size: 20px;
}
.hashtag {
  display: flex;
}
.hashtag li {
  background: #eee;
  border-radius: 30px;
  text-align: center;
  padding: 5px 20px;
  margin-right: 10px;
}
.css-2613qy-menu {
  z-index: 9999;
}
.eventinfoprt h4 {
  color: #000;
  margin-bottom: 0px;
  margin-top: 20px;
  background: #eff6fe;
  display: flex;
  padding: 15px 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
}
.prof-mngmnt table tr th {
  white-space: nowrap;
}
.prof-mngmnt table tr td:nth-child(4) {
  word-break: break-all;
}
.prof-mngmnt table tr td:nth-child(6) {
  white-space: nowrap;
}
.prof-mngmnt .acceptprt:hover .more-action {
  display: block;
}
.prof-mngmnt .acceptprt {
  white-space: normal;
}
.prof-mngmnt .acceptprt .more-action {
  width: 125px;
  top: 0;
  margin-top: 50px;
}
.prof-mngmnt .acceptprt .more-action a {
  display: inline-block;
  width: 100%;
  padding: 5px 14px;
  margin: 0;
}
.prof-mngmnt .acceptprt .more-action a span {
  width: 100%;
  display: inline-block;
}
.form_browse-img {
  width: 12%;
  padding-top: 14px;
}
.form_browse-img img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.faq-bdy-sec .searchprt input {
  width: 380px;
}
.faq-bdy-sec .searchprt input:focus {
  width: 380px;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-row div:empty {
  display: none;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
}
.frm-clm-1 {
  width: 100%;
  margin-top: 25px;
}
.frm-clm-2 {
  width: 48.5%;
  margin-top: 25px;
}
.frm-clm-3 {
  width: 32%;
  margin-top: 25px;
}
.frm-clm-4 {
  width: 24%;
  margin-top: 25px;
}
.frm-clm-oneThird {
  width: 74%;
  margin-top: 25px;
}
.border-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 150px;
  border: 2px solid #eee;
  border-radius: 15px;
  padding: 20px;
}
.errorMsg {
  font-size: 13px;
  color: #ff0000;
  line-height: 1.4;
  white-space: nowrap;
  display: block;
}
.textCenter {
  text-align: center;
}
.flexVCenter {
  align-items: center;
}
.viewIcon a span {
  color: #0cae64 !important;
}
.viewIcon a:hover span {
  color: #000000 !important;
}
.viewIcon a:hover img {
  filter: brightness(0);
}
.viewIcon img {
  max-width: 15px;
  margin-right: 3px;
}
.bdy-top-heading-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 5px 0 15px 0;
}
.bdy-top-heading-area:after,
.bdy-top-heading-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #ccc;
}
.bdy-top-heading-area:before {
  top: -2px;
}
.bdy-top-heading-area:after {
  bottom: 0;
}
.bdy-top-heading-area h2,
.bdy-top-heading-area h4,
.bdy-top-heading-area .heading {
  font-size: 20px;
  color: #0057b1;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
}
.hdnsearchprt {
  position: relative;
  margin-top: 10px;
}
.hdnsearchprt:after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
  color: #909090;
}
.hdnsearchprt input[type="text"] {
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 500;
  font-size: 14px;
  width: 600px;
  line-height: inherit;
  transition: all 0.5s ease-in-out;
}
.hdnsearchprt.small-hdn-srch {
  margin-left: 20px;
}
.hdnsearchprt.small-hdn-srch input[type="text"] {
  max-width: 450px;
}
.bdy-top-heading-area .hdn-add-button {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #0058b3;
  padding: 12px 20px;
  margin-top: 10px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.bdy-top-heading-area .hdn-add-button:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.bdy-top-heading-area .hdn-add-button img {
  margin-right: 10px;
}
.full-width-banner {
  width: 100%;
  height: 250px;
  border: 2px solid #eee;
  border-radius: 10px;
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
.full-width-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-width-banner img.no-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.full-width-video {
  width: 100%;
  height: 350px;
  border: 2px solid #eee;
  border-radius: 10px;
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
.full-width-video .video-js,
.full-width-video video {
  width: 100%;
  height: 100%;
}
.uploaded-icon-box {
  width: 85px;
  height: 85px;
  border: 2px solid #eee;
  border-radius: 100%;
  margin-bottom: 0;
  margin-right: 15px;
  overflow: hidden;
}
.uploaded-icon-box .no-img,
.uploaded-icon-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon-browse-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.icon-browse-field {
  width: calc(100% - 100px);
}
.browsefield {
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #eee;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 10px;
  margin-bottom: 5px;
}
.browsefield .imgname {
  font-size: 14px;
  line-height: 16px;
}
.browsefield .browsebtn {
  background: #1a8fff;
  padding: 10px 20px;
  color: #fff;
  position: relative;
  display: block;
  text-align: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
.browsefield .browsebtn input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}
.calender-field .MuiGrid-container {
  width: 100%;
}
.calender-field .MuiFormControl-root {
  width: 100%;
}
.calender-field .errorMsg {
  margin-top: 10px;
}
.calender-field .MuiInput-underline:hover:not(.Mui-disabled):before {
  border-bottom: 1px solid #76c7ff;
}
.calender-field .MuiInput-underline:after {
  border-bottom: 1px solid #006ad8;
}
.calender-field .MuiInputAdornment-positionEnd {
  margin-bottom: 20px;
}
label {
  font-size: 15px;
  color: #474747;
  line-height: 20px;
  display: block;
  margin-bottom: 15px;
}
label sup {
  font-size: 17px;
  color: #ff0000;
}
.form-control {
  font-size: 14px;
  color: #474747;
  width: 100%;
  height: 45px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 5px;
}
textarea.form-control {
  height: 100px;
}
input:hover,
textarea:hover,
select:hover,
.form-control:hover {
  border-color: #76c7ff !important;
  box-shadow: none !important;
  outline: none;
}
input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  border-color: #006ad8 !important;
  box-shadow: none !important;
  outline: none;
}
button[type="submit"],
input[type="submit"] {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #1a8fff;
  padding: 10px 30px;
  margin-top: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: #116fc9;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.cancel-btn {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #d6d6d6;
  padding: 10px 30px;
  margin-top: 30px;
  margin-right: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cancel-btn:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.custom-radio-check-label {
  display: block;
  margin-bottom: 15px;
}
.custom-radio-check-label sup {
  font-size: 17px;
  color: #ff0000;
}
.custom-radio-check li {
  line-height: 1.2;
  margin-bottom: 8px;
}
.custom-radio-check li:last-child {
  margin-bottom: 0;
}
.custom-radio-check input[type=checkbox],
.custom-radio-check input[type=radio] {
  display: none;
}
.custom-radio-check label {
  margin: 0;
  cursor: pointer;
}
.custom-radio-check input[type=checkbox] + label,
.custom-radio-check input[type=radio] + label {
  position: relative;
  margin-left: 25px;
  margin-bottom: 5px;
}
.custom-radio-check input[type=checkbox] + label:after,
.custom-radio-check input[type=radio] + label::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #0e4a88;
  border-radius: 2px;
  top: 1px;
  left: -25px;
}
.custom-radio-check input[type=radio] + label:after {
  border-radius: 100%;
}
.custom-radio-check input[type=checkbox]:checked + label:after,
.custom-radio-check input[type=radio]:checked + label:after {
  border-color: #03a900;
}
.custom-radio-check input[type=checkbox]:checked + label:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 4px;
  transform: translateX(10px) rotate(-45deg);
  border-left: 1px solid #03a900;
  border-bottom: 1px solid #03a900;
  left: -31px;
  top: 6px;
}
.custom-radio-check input[type=radio]:checked + label:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  transform: translateX(10px) rotate(-45deg);
  background-color: #03a900;
  border-radius: 100%;
  left: -31px;
  top: 5px;
}
select.dflt-select-field {
  border: 1px solid #ccc;
  font-size: 15px;
  background-color: #eee;
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.dflt-select-field:focus-visible {
  border: 1px solid #ccc;
  outline: none;
}
select.dflt-select-field:focus {
  border: 1px solid #ccc;
  outline: none;
}
.form-row .css-yk16xz-control {
  border-color: #ccc;
  border-radius: 10px;
  background-color: #eee;
  height: 45px;
}
.form-row .css-1pahdxg-control {
  box-shadow: none !important;
  background-color: #eee;
  border-radius: 10px;
}
.form-row .css-yk16xz-control:hover {
  border-color: #76c7ff !important;
}
.form-row .css-yk16xz-control:focus {
  border-color: #006ad8 !important;
}
.select__control.css-1pahdxg-control,
.select__control.css-yk16xz-control {
  border: 1px solid #ccc !important;
}
.css-2b097c-container ~ .errorMsg {
  margin-top: 5px;
}
.go-btn-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.go-btn-field label {
  width: 100%;
}
.go-btn-field .form-control {
  width: 78%;
  margin: 0 0 5px 0;
}
.go-btn-field .errorMsg {
  width: 100%;
  display: block;
}
.go-btn {
  width: 20%;
  background: #1a8fff;
  padding: 0;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 5px 0;
}
.go-btn:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.basic-multi-select.form-control {
  padding: 0;
  border: none;
}
.bdy-data-table {
  margin-top: 40px;
}
.bdy-data-table .datatable table tr th {
  text-align: center;
  background-color: #e0e0e0;
  white-space: nowrap;
}
.bdy-data-table .datatable table tr th:first-child {
  text-align: left;
}
.bdy-data-table .datatable table tr th:last-child {
  text-align: right;
}
.bdy-data-table .datatable table tr td {
  text-align: center;
  word-break: break-all;
}
.bdy-data-table .datatable table tr td:first-child {
  text-align: left;
}
.bdy-data-table .datatable table tr td:last-child {
  text-align: right;
}
.bdy-data-table .datatable table tr td .small-td-one {
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
}
.bdy-data-table .datatable table tr td .small-td-two {
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
}
.bdy-data-table .datatable table tr td .list-aprvd-btn {
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  background-color: #00c36a;
  padding: 0 8px;
  border: 1px solid #00a559;
  border-radius: 30px;
}
.bdy-data-table .datatable table tr td .list-pnding-btn {
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  background-color: #FFB830;
  padding: 0 8px;
  border: 1px solid #FFB344;
  border-radius: 30px;
}
.bdy-data-table .datatable table tr td .list-rject-btn {
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  background-color: #FF4848;
  padding: 0 8px;
  border: 1px solid #FF2626;
  border-radius: 30px;
}
.bdy-data-table .datatable table tr td .acceptprt a {
  margin: 0 0 0 10px;
}
.bdy-data-table .datatable table tr td.dataTableCheckBox > div {
  vertical-align: middle;
}
.bdy-data-table .datatable .MuiSvgIcon-root {
  position: relative;
  top: 3px;
  font-size: 15px;
}
.pagination-section .pegigprt {
  flex-wrap: wrap;
}
.pagination-section .pagination,
.pagination-section .showPerPage {
  margin-top: 20px;
}
.prfsonal-dtl-bdy-prt h2 {
  font-size: 18px;
  color: #0059b5;
  font-weight: 600;
  margin-bottom: 20px;
}
.prfsonal-dtl-bdy-prt h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px;
}
.prfsonal-dtl-bdy-prt ul li {
  font-size: 13px;
  color: #7e7e7e;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 15px;
}
.prfsonal-dtl-bdy-prt ul li span {
  color: #0059b5;
  margin-left: 10px;
  word-break: break-word;
}
.prfsonal-dtl-bdy-prt ul li p {
  font-size: 13px;
  color: #474747;
  margin-top: 5px;
}
.prfsonal-dtl-bdy-prt ul li.followers-list span {
  font-size: 13px;
  background-color: #eaeaea;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 5px 10px;
  margin: 5px 7px;
  display: inline-block;
  word-break: keep-all;
}
.prfsonal-dtl-bdy-prt ul li.followers-list span img {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #0e4a88;
  border-radius: 100%;
  padding: 2px;
  margin-right: 5px;
}
.prfsonal-dtl-bdy-prt .srvc-event-name h2 {
  margin-bottom: 10px;
}
.prfsonal-dtl-bdy-prt .srvc-event-name .scrollbar-container {
  max-height: 180px;
}
.prfsonal-dtl-bdy-prt .srvc-event-name ul {
  padding-right: 20px;
}
.prfsonal-dtl-bdy-prt .srvc-event-name ul li {
  background-color: #eaeaea;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 10px 10px;
  font-size: 13px;
  color: #0059b5;
  font-weight: 500;
  word-break: break-word;
}
.prfsonal-dtl-bdy-prt .srvc-event-name ul li img {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #0e4a88;
  border-radius: 100%;
  padding: 2px;
  margin-right: 5px;
}
.prfsonal-dtl-uploaded-doc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prfsonal-dtl-uploaded-doc ul li {
  position: relative;
  width: 32%;
  margin-top: 30px;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.prfsonal-dtl-uploaded-doc ul li a {
  position: relative;
  padding: 50px 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.prfsonal-dtl-uploaded-doc ul li a:before {
  position: absolute;
  content: '\f019';
  font-family: 'fontawesome';
  font-size: 20px;
  color: #000000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: #ffff00;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.prfsonal-dtl-uploaded-doc ul li a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.prfsonal-dtl-uploaded-doc ul li a:hover:after {
  opacity: 1;
}
.prfsonal-dtl-uploaded-doc ul li a:hover:before {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.prfsonal-dtl-table-part {
  position: relative;
  margin-top: 50px;
}
.prfsonal-dtl-table-part h2 {
  margin-bottom: 5px;
}
.prfsonal-dtl-table-part table {
  width: 100%;
  border-spacing: 0 18px;
  border-collapse: separate;
}
.prfsonal-dtl-table-part table tr {
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.prfsonal-dtl-table-part table th,
.prfsonal-dtl-table-part table td {
  text-align: center;
  text-shadow: none;
  padding: 10px 15px;
}
.prfsonal-dtl-table-part table th:first-child,
.prfsonal-dtl-table-part table td:first-child {
  text-align: left;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.prfsonal-dtl-table-part table th:last-child,
.prfsonal-dtl-table-part table td:last-child {
  text-align: right;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.prfsonal-dtl-table-part table th {
  background-color: #e0e0e0;
  border: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.prfsonal-dtl-table-part table td {
  background-color: #ffffff;
  color: #777777;
  font-size: 13px;
  font-weight: 500;
}
.edit-btrich-recomen-bdy-part h2 {
  font-size: 18px;
  color: #0059b5;
  font-weight: 600;
  margin-bottom: 20px;
}
.edit-btrich-recomen-bdy-part ul li {
  font-size: 13px;
  color: #7e7e7e;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 15px;
}
.edit-btrich-recomen-bdy-part ul li span {
  color: #0059b5;
  margin-left: 10px;
  word-break: break-all;
}
.btrich-recomen-user-field h3 {
  font-size: 16px;
  color: #7e7e7e;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 15px;
}
.btrich-recomen-user-field h3 span {
  color: #0059b5;
  margin-top: 10px;
  word-break: break-all;
  display: block;
}
.download-icon a {
  position: relative;
  display: inline-block;
  padding: 8px;
}
.download-icon a img {
  max-height: 40px;
}
.download-icon a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.download-icon a:before {
  position: absolute;
  content: '\f019';
  font-family: fontawesome;
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 25px;
  width: 25px;
  height: 25px;
  background-color: #ffe000;
  border-radius: 100%;
  z-index: 5;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.download-icon a:hover:after {
  opacity: 1;
}
.download-icon a:hover:before {
  opacity: 1;
}
.create-botrich-event-add-prize-sec .pizesection {
  width: 100% !important;
}
.top-stripe-box {
  max-width: 250px;
  margin: 30px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
  background-color: #ffffff;
}
.top-stripe-box h4 {
  font-size: 25px;
  color: #0057b1;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.top-stripe-box h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.top-stripe-box p {
  font-size: 15px;
  color: #0057b1;
  font-weight: 600;
  line-height: 1;
}
.stripe-form-area {
  max-width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(129, 161, 173, 0.7);
  border-radius: 10px;
  padding: 25px 20px;
  margin-top: 0;
  text-align: center;
}
.stripe-form-area .frm-clm-1,
.stripe-form-area .frm-clm-3 {
  position: relative;
}
.stripe-form-area .form-control {
  margin-top: 15px;
}
.stripe-form-area .form-control::placeholder {
  opacity: 0.7;
  color: #474747;
  font-weight: 500;
}
.stripe-form-area .form-control.fa-icon-field {
  padding-left: 45px;
}
.stripe-form-area .fa {
  position: absolute;
  top: 51px;
  left: 15px;
  font-size: 16px;
  color: #7b7e81;
}
.stripe-form-area .form-control.stripe-card-element {
  padding-top: 13px;
}
.stripe-form-area .stripe-amount-msg {
  font-size: 13px;
  color: #0057b1;
  font-weight: 500;
  line-height: 1;
  padding: 3px 5px 5px 5px;
}
.stripe-form-area button[type="submit"],
.stripe-form-area input[type="submit"] {
  margin-top: 20px;
}
.text-center {
  text-align: center;
}
.MuiDialog-paperWidthSm {
  max-width: 700px !important;
}
.stripe-popup {
  padding: 20px;
}
.stripe-popup p {
  padding: 5px 0;
  font-size: 13px;
  color: #000;
}
.stripe-popup p strong {
  font-size: 15px;
  color: #0061bd;
  font-weight: 600;
  padding-right: 8px;
}
.stripe-popup .notify {
  font-size: 15px;
  background-color: #e6f3ff;
  border-radius: 6px;
  padding: 10px 15px;
  color: #0061bd;
  margin-bottom: 20px;
}
.stripe-popup .d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.stripe-from-row {
  align-items: center;
}
.stripe-from-row .frm-clm-3 {
  width: 40%;
}
.stripe-from-row .frm-clm-2 {
  width: 55%;
}
.fund-transfer-popup {
  min-width: 400px;
  text-align: center;
  border-radius: 10px;
}
.fund-transfer-popup .fund-transfer-popup-inner-area {
  padding: 20px 20px;
}
.fund-transfer-popup h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background-color: #1a8fff;
  padding: 20px 15px;
}
.fund-transfer-popup h3 {
  font-size: 16px;
  color: #0057b1;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.fund-transfer-popup p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.fund-transfer-popup .fund-transfer-popup-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.fund-transfer-popup .fund-transfer-popup-btn button {
  font-size: 13px;
  padding: 10px 20px;
}
.fund-transfer-popup .fund-transfer-popup-btn .cancel-btn {
  margin-right: 0;
}
.acss-payment-method-body {
  text-align: center;
}
.acss-payment-method-body .processing-event-category {
  font-size: 16px;
  color: #0057b1;
  font-weight: 500;
  line-height: 1;
}
.acss-payment-method-body .processing-event-category span {
  color: #ffa500;
  text-transform: uppercase;
  margin-left: 10px;
}
.acss-payment-method-body .succeeded-event-category {
  font-size: 16px;
  color: #0057b1;
  font-weight: 500;
  line-height: 1;
}
.acss-payment-method-body .succeeded-event-category span {
  color: #008000;
  text-transform: uppercase;
  margin-left: 10px;
}
.acss-payment-method-body .canceled-event-category {
  font-size: 16px;
  color: #0057b1;
  font-weight: 500;
  line-height: 1;
}
.acss-payment-method-body .canceled-event-category span {
  color: #ff0000;
  text-transform: uppercase;
  margin-left: 10px;
}
.add-acss-payment-button {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #0058b3;
  padding: 12px 20px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.add-acss-payment-button:hover,
.add-acss-payment-button:focus {
  color: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.add-acss-payment-button img {
  margin-right: 10px;
}
.delete-acss-payment-button {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #0058b3;
  padding: 12px 20px;
  margin-top: 25px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.delete-acss-payment-button:hover,
.delete-acss-payment-button:focus {
  color: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.delete-acss-payment-button img {
  margin-right: 10px;
}
.add-stripe-bal-btn-area {
  position: relative;
  max-width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(129, 161, 173, 0.7);
  border-radius: 10px;
  padding: 25px 20px;
  margin-top: 0;
  text-align: center;
}
.add-stripe-bal-btn-area p {
  font-size: 16px;
  color: #0057b1;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 30px;
}
.winner-details-popup .MuiDialog-container .MuiPaper-root {
  max-width: 510px !important;
}
.closeIcon {
  position: absolute;
  right: 10px;
  background: #eee;
  border-radius: 100%;
  width: 30px !important;
  height: 30px !important;
  top: 9px;
  padding: 5px;
  cursor: pointer;
}
.reportBtn {
  position: relative;
  cursor: pointer;
}
.reportBtn a {
  position: relative;
}
.reportBtn .reportCount {
  position: absolute;
  top: -28px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #0e4a88;
  border-radius: 100%;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  z-index: 2;
}
.reportBtn svg {
  position: relative;
  fill: #9f9e9c;
  width: 30px;
  height: 30px;
}
.reportDtlModalPopup .reportDtlPopupBoxArea {
  min-width: 650px !important;
  min-height: 380px;
  padding: 25px 20px;
}
@media (max-width: 667px) {
  .reportDtlModalPopup .reportDtlPopupBoxArea {
    min-width: 500px !important;
  }
}
@media (max-width: 567px) {
  .reportDtlModalPopup .reportDtlPopupBoxArea {
    min-width: 400px !important;
  }
}
@media (max-width: 467px) {
  .reportDtlModalPopup .reportDtlPopupBoxArea {
    min-width: 315px !important;
  }
}
@media (max-width: 379px) {
  .reportDtlModalPopup .reportDtlPopupBoxArea {
    min-width: 250px !important;
  }
}
.reportDtlModalPopup .reportDtlPopupBoxArea h2 {
  font-size: 20px;
  color: #0e4a88;
  font-weight: 500;
  border-bottom: 1px solid #0e4a88;
  padding-bottom: 15px;
  margin: 0 0 15px 0;
}
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul {
  list-style: none;
  padding: 0 18px 0 5px;
  margin: 0;
}
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li {
  position: relative;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: 25px;
}
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li .reportReason {
  padding: 15px 25px;
}
@media (max-width: 567px) {
  .reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li .reportReason {
    padding: 15px 10px;
  }
}
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li .reportAuthor {
  background-color: #f4f4f4;
  padding: 15px 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 567px) {
  .reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li .reportAuthor {
    padding: 15px 10px;
  }
}
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li .reportAuthor img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: top;
  border-radius: 100%;
  border: 3px solid #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  margin-right: 12px;
}
@media (max-width: 567px) {
  .reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li .reportAuthor img {
    width: 35px;
    height: 35px;
    margin-right: 8px;
  }
}
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li h3,
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li h4,
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li h4,
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li h5,
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li p {
  padding: 0;
  margin: 0;
}
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li h3,
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li h4 {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 3px;
}
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li h5 {
  font-size: 14px;
  color: #494949;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li p {
  font-size: 13px;
  color: #494949;
}
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li .report-delete {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 100%;
  text-align: center;
  line-height: 22px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody ul li .report-delete img {
  max-height: 14px;
}
.reportDtlModalPopup .reportDtlPopupBoxArea .reportDtlModalBody .reportPopupHeight {
  height: 60vh !important;
}
.createKeywordModalPopup .createKeywordPopupBoxArea {
  min-width: 500px !important;
  padding: 25px 20px;
}
@media (max-width: 667px) {
  .createKeywordModalPopup .createKeywordPopupBoxArea {
    min-width: 500px !important;
  }
}
@media (max-width: 567px) {
  .createKeywordModalPopup .createKeywordPopupBoxArea {
    min-width: 400px !important;
  }
}
@media (max-width: 467px) {
  .createKeywordModalPopup .createKeywordPopupBoxArea {
    min-width: 315px !important;
  }
}
@media (max-width: 379px) {
  .createKeywordModalPopup .createKeywordPopupBoxArea {
    min-width: 250px !important;
  }
}
.createKeywordModalPopup .createKeywordPopupBoxArea h2 {
  font-size: 20px;
  color: #0e4a88;
  font-weight: 500;
  border-bottom: 1px solid #0e4a88;
  padding-bottom: 15px;
  margin: 0 0 15px 0;
}
.createKeywordModalPopup .createKeywordPopupBoxArea .createKeywordModalBody {
  position: relative;
}
.delete-reportpopup {
  min-width: 350px;
  min-height: 180px;
  padding: 20px 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.delete-reportpopup p {
  font-size: 18px;
  color: #0e4a88;
  font-weight: bold;
  text-align: center;
}
.yes-no-btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
.yes-no-btn-group .yes-btn {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #1a8fff;
  padding: 10px 30px;
  margin-top: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.yes-no-btn-group .no-btn {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #d6d6d6;
  padding: 10px 30px;
  margin-top: 30px;
  margin-right: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.keyword-management-body textarea {
  resize: none;
}
.userMngMntHdnDatePicker {
  border-top: none;
}
.userMngMntHdnDatePicker .hdnsearchprt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
  margin-left: 0;
}
.userMngMntHdnDatePicker .hdnsearchprt::after {
  display: none;
}
.userMngMntHdnDatePicker .hdnsearchprt .MuiGrid-container {
  width: 40%;
  position: relative;
  margin-right: 10px;
}
.userMngMntHdnDatePicker .hdnsearchprt .MuiInput-underline:before,
.userMngMntHdnDatePicker .hdnsearchprt .MuiInput-underline:after {
  display: none;
}
.userMngMntHdnDatePicker .hdnsearchprt .MuiInput-input {
  background-color: #ffffff;
  padding: 14px !important;
}
.userMngMntHdnDatePicker .hdnsearchprt .MuiInput-formControl {
  position: relative;
}
.userMngMntHdnDatePicker .hdnsearchprt button.MuiIconButton-root {
  position: absolute;
  top: 0;
  right: 10px;
}
.userMngMntHdnDatePicker .hdnsearchprt .hdn-add-button {
  margin: 0;
}
.bdy-data-table table tr.notFoundArea {
  background-color: #ffffff !important;
}
.bdy-data-table table tr.notFoundArea:hover {
  background-color: #ffffff !important;
}
.bdy-data-table table tr.notFoundArea td {
  text-align: center !important;
  padding: 100px 20px;
}
.bdy-data-table table tr.notFoundArea td h3 {
  margin-top: 20px;
}
.post-details-banner-slider .slick-slider {
  position: relative;
  width: 100%;
  height: 350px;
  border: 2px solid #eee;
  border-radius: 10px;
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
.post-details-banner-slider .slick-slider div {
  width: 100%;
  height: 100%;
}
.post-details-banner-slider .slick-slider img,
.post-details-banner-slider .slick-slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-details-banner-slider .slick-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  max-width: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.post-details-banner-slider .slick-slider .slick-dots li button:before {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.9;
}
.post-details-banner-slider .slick-slider .slick-dots li.slick-active button:before {
  opacity: 0.9;
  color: #0e4a88;
}
.drag-drop-icon img {
  max-width: 20px;
}
.disable-drag-drop img {
  opacity: 0.3;
}
