.bg-light {
  background-color: #f3f6f9;
}

.bg-red {
  background-color: #e13f1f;
}

.bg-green {
  background-color: #00a54b;
}

.bg-orange {
  background-color: #ff8a00;
}

.bg-blue {
  background-color: #00a3ff;
}

.border-blue {
  border: 1px solid #00a3ff;
}

.text-blue {
  color: #00a3ff;
}

.font-dark {
  color: #121212;
}

.font-gray {
  color: #656565;
}

.font-light {
  color: #cacaca;
}

.font-blue {
  color: #00a3ff;
}

.font-white {
  color: #fff;
}

.table-text {
  color: #929292;
}

.font-primary {
  color: #ff5634;
}

.client-row .detail {
  border-radius: 10px;
}

.earning-row .detail {
  border-radius: 10px;
}

.month button {
  padding: 8px 15px;
  background-color: #ffefec;
  color: #ff5634;
  border: none;
  border-radius: 5px;
}
.month button i {
  color: #ff5634;
}
.month button select {
  background-color: transparent;
  color: #ff5634;
}
.month button select:focus {
  outline: none;
  border: none;
}

.filter-select select {
  padding: 8px 10px;
  background-color: #ffefec;
  color: #ff5634;
  border: none;
  border-radius: 5px;
  height: 40px;
}

.chat-with-us {
  position: fixed;
  bottom: 65px;
  right: 100px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .chat-with-us {
    bottom: 15px;
    right: 10%;
  }
}
.chat-with-us p {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.chat-with-us .message-icon a {
  text-decoration: none;
  background-color: #ff5634;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.chat-with-us .message-icon a i {
  color: #fff;
}

#Vouchermodal .download-btn button {
  background-color: #ff5a34;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
}

#payoutModal .payment-btn button {
  background-color: #ff5a34;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
}

@font-face {
  font-family: "Metropolis";
  src: url("../../assets/font/Metropolis-Black.otf");
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/font/Metropolis-ExtraBold.otf");
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/font/Metropolis-Bold.otf");
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/font/Metropolis-SemiBold.otf");
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/font/Metropolis-Regular.otf");
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/font/Metropolis-Medium.otf");
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/font/Metropolis-Thin.otf");
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/font/Metropolis-Light.otf");
  font-style: normal;
}
.top-navbar {
  position: fixed;
  top: 0;
  display: flex;
  z-index: 100;
  padding: 20px;
  background-color: #fff;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .top-navbar {
    display: none;
  }
}
.top-navbar .first-col {
  display: flex;
}
.top-navbar .first-col .logo {
  width: 250px;
}
.top-navbar .first-col .logo img {
  height: 30px;
}
.top-navbar .first-col .start-tutorial {
  display: flex;
  align-items: center;
}
.top-navbar .first-col .start-tutorial p {
  margin-bottom: 0px;
  margin-right: 20px;
  font-size: 18px;
}
.top-navbar .first-col .start-tutorial p i {
  margin-right: 10px;
  color: #2e3f5e;
}
.top-navbar .first-col .start-tutorial .tutorial-btn {
  background-color: #fff5f1;
  color: #ff5634;
  border: none;
}
.top-navbar .last-col {
  display: flex;
}
.top-navbar .last-col .search {
  border: 1px solid #e4e6ef;
  margin-right: 10px;
  padding: 8px;
  border-radius: 5px;
  height: 40px;
}
.top-navbar .last-col .search i {
  color: #e4e6ef;
}
.top-navbar .last-col .search input {
  border: none;
}
.top-navbar .last-col .search input:focus {
  outline: none;
  border: none;
}
.top-navbar .last-col .notification {
  display: flex;
}
.top-navbar .last-col .notification a {
  text-decoration: none;
  color: #e4e6ef;
  border: 1px solid #e4e6ef;
  border-radius: 5px;
  padding: 0px 10px;
  margin: 0px 5px;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
}
.top-navbar .last-col .notification i {
  color: #5e6278;
  font-size: 20px;
}
.top-navbar .last-col .dashboard-notification i {
  color: #ff5634;
}
.top-navbar .last-col .dashboard-notification .dropdown .dropdown-menu {
  padding: 10px 0px;
}
.top-navbar .last-col .dashboard-notification .dropdown .dropdown-menu a {
  color: #121212;
  text-decoration: none;
  border: none;
  height: auto;
  margin-bottom: 15px;
}
.top-navbar .last-col .dashboard-notification .dropdown .dropdown-menu a i {
  margin-left: 20px;
}
.top-navbar .last-col .dashboard-notification .account-user .user-detail h6 {
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.top-navbar .last-col .dashboard-notification .account-user .user-detail span {
  font-size: 12px;
  color: #464242;
  font-weight: 400;
}

.common-video {
  background-color: #ff5634;
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .common-video {
    flex-direction: column;
  }
}
.common-video .video-img {
  position: relative;
  width: 250px;
}
.common-video .video-img img {
  max-width: 100%;
}
.common-video .video-img button {
  position: absolute;
  background-color: transparent;
  border: none;
  color: #2e3f5e;
  padding: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.common-video .video-img button i {
  color: #2e3f5e;
  background-color: #fff;
  border-radius: 20px;
}
.common-video .video-img button:focus {
  outline: none;
  border: 0;
}
.common-video p {
  color: #fff;
  padding: 0px 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150.5%; /* 39.71px */
}
.common-video .finish-video-btn {
  margin: 0px 30px;
  padding: 0 20px;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 180.5%; /* 34.295px */
  text-decoration: none;
  border-radius: 8px;
}
.common-video .show-more-icon i {
  border: 1px solid #fff;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
}

.card {
  border-radius: 10px;
  margin-bottom: 20px;
}

.mobile-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  position: fixed;
  z-index: 100;
  top: 0px;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 981px) {
  .mobile-navbar {
    display: none;
  }
}
.mobile-navbar .menu-details .nav-links {
  margin-right: 10px;
}
.mobile-navbar .menu-details .nav-links .menu-icon i {
  color: #121212;
}
.mobile-navbar .menu-details .nav-links .offcanvas .offcanvas-header .offcanvas-title img {
  height: 30px;
}
.mobile-navbar .menu-details .nav-links .offcanvas .offcanvas-body .mobilenav-links a {
  display: block;
  color: #121212;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 0px;
  padding: 15px 0px 15px 30px;
}
.mobile-navbar .menu-details .nav-links .offcanvas .offcanvas-body .mobilenav-links a:hover {
  background-color: rgba(255, 86, 52, 0.5176470588);
  color: #fff;
}
.mobile-navbar .menu-details .nav-links .offcanvas .offcanvas-body .mobilenav-links a img {
  margin-right: 15px;
}
.mobile-navbar .menu-details .nav-links .offcanvas .offcanvas-body .mobilenav-links .accordion .accordion-item .accordion-header {
  padding-left: 12px;
}
.mobile-navbar .menu-details .nav-links .offcanvas .offcanvas-body .mobilenav-links .accordion .accordion-item .accordion-header:hover {
  background-color: rgba(255, 86, 52, 0.5176470588);
}
.mobile-navbar .menu-details .nav-links .offcanvas .offcanvas-body .mobilenav-links .accordion .accordion-item .accordion-header .accordion-button::after {
  background-size: 10px 10px;
  position: absolute;
  top: 20px;
  right: 0px;
}
.mobile-navbar .menu-details .nav-links .offcanvas .offcanvas-body .mobilenav-links .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  position: absolute;
  top: 12px;
  right: 0px;
}
.mobile-navbar .menu-details .nav-links .offcanvas .offcanvas-body .mobilenav-links .accordion .accordion-item .accordion-header button {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
}
.mobile-navbar .menu-details .nav-links .offcanvas .offcanvas-body .mobilenav-links .accordion .accordion-item .accordion-header button img {
  margin-right: 15px;
}
.mobile-navbar .menu-details .nav-links .offcanvas .offcanvas-body .mobilenav-links .accordion .accordion-item .accordion-body a:hover {
  background-color: transparent;
  color: #ff5634;
}
.mobile-navbar .menu-details .logo {
  height: 20px;
}
.mobile-navbar .menu-details .logo img {
  height: 100%;
}
.mobile-navbar .account-details {
  display: flex;
}
.mobile-navbar .account-details a.notification {
  color: #ff5634;
  border: 1px solid #e4e6ef;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.mobile-navbar .account-details a.notification i {
  color: #ff5634;
}
.mobile-navbar .account-details .account-user {
  margin-left: 8px;
}
.mobile-navbar .account-details .account-user a.dropdown-toggle {
  color: #ff5634;
  border: 1px solid #e4e6ef;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.mobile-navbar .account-details .account-user a.dropdown-toggle i {
  color: #ff5634;
}
.mobile-navbar .account-details .account-user .dropdown-toggle::after {
  display: none;
}
.mobile-navbar .account-details .account-user .dropdown-menu {
  padding: 15px;
}
.mobile-navbar .account-details .account-user .dropdown-menu .user-detail h6 {
  font-size: 16px;
  color: #121212;
  color: #656565;
  color: #00a3ff;
  margin-bottom: 2px;
  font-weight: 400;
}
.mobile-navbar .account-details .account-user .dropdown-menu .user-detail span {
  font-size: 12px;
  font-weight: 300;
  color: #121212;
  padding-bottom: 20px;
}
.mobile-navbar .account-details .account-user .dropdown-menu a {
  color: #656565;
  text-decoration: none;
  margin-bottom: 7px;
  font-size: 14px;
}
.mobile-navbar .account-details .account-user .dropdown-menu a i {
  margin-left: 10px;
  color: #00a3ff;
}

/* Video Modal */
.video-modal {
  text-align: left;
}
.video-modal p {
  color: #7E8299;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.video-modal h4 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.video-modal .tutorial-list {
  list-style-type: none;
  padding: 0;
}
.video-modal .tutorial-list li {
  list-style-type: none;
  padding: 15px 0;
}
.video-modal .tutorial-list li.active {
  background: #F5F8FA;
  opacity: 0.7;
}
.video-modal .tutorial-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  padding: 0 16px;
}
.video-modal .tutorial-list-item .img-container {
  width: 100px;
}
.video-modal .tutorial-list-item .img-container img {
  width: 100%;
}
.video-modal .tutorial-list-item .tutorial-list-content {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.desktop-sidebar {
  background-color: #fff;
  padding: 0px 20px 0px 0;
  height: 90vh;
  overflow-y: scroll;
  width: 250px;
  position: fixed;
}
@media screen and (max-width: 980px) {
  .desktop-sidebar {
    display: none;
  }
}
.desktop-sidebar .nav-links a {
  display: block;
  color: #121212;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 15px 0px 15px 30px;
}
.desktop-sidebar .nav-links a:hover {
  background-color: rgba(255, 86, 52, 0.5176470588);
  color: #fff;
}
.desktop-sidebar .nav-links a img {
  margin-right: 15px;
}
.desktop-sidebar .nav-links .accordion .accordion-item .accordion-header {
  padding-left: 12px;
}
.desktop-sidebar .nav-links .accordion .accordion-item .accordion-header:hover {
  background-color: rgba(255, 86, 52, 0.5176470588);
}
.desktop-sidebar .nav-links .accordion .accordion-item .accordion-header .accordion-button::after {
  background-size: 10px 10px;
  position: absolute;
  top: 20px;
  right: 0px;
}
.desktop-sidebar .nav-links .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  position: absolute;
  top: 12px;
  right: 0px;
}
.desktop-sidebar .nav-links .accordion .accordion-item .accordion-header button {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
}
.desktop-sidebar .nav-links .accordion .accordion-item .accordion-header button img {
  margin-right: 15px;
}
.desktop-sidebar .nav-links .accordion .accordion-item .accordion-body a:hover {
  background-color: transparent;
  color: #ff5634;
}

/**redister**/
.common-login-field {
  min-height: 100vh;
  background-color: #fff;
}
.common-login-field .row {
  align-items: center;
  background-color: #fff;
}
.common-login-field .row .col-one .user-form {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .common-login-field .row .col-one .user-form {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.common-login-field .row .col-one .user-form .form-group {
  margin-bottom: 15px;
  position: relative;
}
.common-login-field .row .col-one .user-form .form-group a {
  text-decoration: none;
  color: #1d88fe;
  font-size: 14px;
}
.common-login-field .row .col-one .user-form .form-group label {
  color: #3f3f3f;
  font-size: 14px;
  margin-bottom: 10px;
}
.common-login-field .row .col-one .user-form .form-group input {
  background-color: #f3f6f9 !important;
  color: #3f3f3f;
  border: none;
  font-size: 14px;
  width: 100%;
  padding: 10px 8px;
}
.common-login-field .row .col-one .user-form .form-group .password-input {
  position: relative;
}
.common-login-field .row .col-one .user-form .form-group .password-input i {
  position: absolute;
  right: 10px;
  top: 13px;
}
.common-login-field .row .col-one .user-form button {
  margin-top: 15px;
  width: 100%;
  background-color: #ff5634;
  color: #fff;
  border: none;
  font-size: 18px;
}
.common-login-field .row .col-one .user-form p {
  margin-top: 15px;
  text-align: center;
}
.common-login-field .row .col-one .user-form p a {
  text-decoration: none;
  color: #1d88fe;
}
.common-login-field .row .col-one .forget-password {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .common-login-field .row .col-one .forget-password {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
  }
}
.common-login-field .row .col-one .forget-password a {
  text-decoration: none;
  color: #00a3ff;
}
.common-login-field .row .col-two {
  padding: 0% 0%;
  background: url("../img/register/bg.png");
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.common-login-field .row .col-two .image {
  width: 100%;
  margin: 30px 0px;
}
.common-login-field .row .col-two .image img {
  height: 300px;
}
.common-login-field .row .col-two .col-2-wrapper {
  height: 100vh;
}
.common-login-field .row .col-two .logo {
  margin: 12% 0;
}
.common-login-field .row .col-two .logo img {
  width: 80px;
}

/**common**/
.common-container {
  margin-top: 80px;
}
.common-container .common-row .col-two {
  margin-left: 270px;
}
@media screen and (max-width: 980px) {
  .common-container .common-row .col-two {
    margin-left: 0px;
  }
}
.common-container .common-heading {
  margin-bottom: 30px;
  font-weight: 700;
}
.common-container .col-two {
  padding: 20px;
}
.common-container .col-two .general-setting-details .nav-tabs {
  border-bottom: none;
  justify-content: center;
}
.common-container .col-two .general-setting-details .nav-tabs .nav-link {
  width: 50%;
  text-align: center;
  font-size: 20px;
  border: none;
  background-color: #fff4f2;
  color: #ff5634;
}
.common-container .col-two .general-setting-details .nav-tabs .nav-link.active {
  background-color: #ff5634;
  color: #fff;
}
.common-container .col-two .general-setting-details .payment-accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
}
.common-container .col-two .general-setting-details .payment-accordion .accordion-header .accordion-button {
  color: #464e5f;
  font-size: 20px;
  padding-left: 40px;
}
.common-container .col-two .general-setting-details .payment-accordion .accordion-header .accordion-button img {
  margin-right: 15px;
}
.common-container .col-two .general-setting-details .payment-accordion .accordion-header .accordion-button::after {
  position: absolute;
  left: 4px;
  background-image: url("../img/plusicon.png");
}
.common-container .col-two .general-setting-details .payment-accordion .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("../img/minusicon.png");
}
.common-container .col-two .general-setting-details .payment-accordion .accordion-header .form-check {
  text-align: center;
}
.common-container .col-two .general-setting-details .payment-accordion .accordion-header .form-check input {
  height: 16px;
  width: 16px;
}
.common-container .col-two .general-setting-details .payment-accordion .accordion-body form .form-group {
  margin-bottom: 15px;
}
.common-container .col-two .general-setting-details .payment-accordion .accordion-body form .form-group label {
  color: #121212;
  font-size: 14px;
  margin-bottom: 10px;
}
.common-container .col-two .general-setting-details .payment-accordion .accordion-body form .form-group input {
  background-color: #f3f6f9;
  padding: 10px 10px;
}
.common-container .col-two .general-setting-details .payment-accordion .accordion-body form .save-btn {
  margin-top: 25px;
  text-align: right;
}
.common-container .col-two .general-setting-details .payment-accordion .accordion-body form .save-btn button {
  border: none;
  background-color: #36c0f4;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  min-width: 150px;
  text-align: center;
}
.common-container .col-two .general-setting-details .profile-setting label {
  font-size: 16px;
  color: #656565;
}
.common-container .col-two .general-setting-details .profile-setting .profile-photo {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.common-container .col-two .general-setting-details .profile-setting .profile-photo .edit {
  margin-left: -20px;
}
.common-container .col-two .general-setting-details .profile-setting .profile-photo a {
  text-decoration: none;
  color: #656565;
}
.common-container .col-two .general-setting-details .change-password form .save-btn {
  margin-top: 25px;
  text-align: right;
}
.common-container .col-two .general-setting-details .change-password form .save-btn button {
  border: none;
  background-color: #36c0f4;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  min-width: 150px;
  text-align: center;
}

.common-table {
  width: 100%;
  margin: 30px 0px;
}
@media only screen and (max-width: 576px) {
  .common-table {
    overflow-x: scroll;
  }
}
.common-table table tr {
  padding: 10px;
}
.common-table table tr th {
  padding: 10px 10px;
  color: #3f3f3f;
}
.common-table table tr td {
  padding: 10px 10px;
  color: #929292;
}
.common-table table tr td button {
  min-width: 150px;
}
.common-table table tr td.font-blue {
  color: #00a3ff;
}

/**homepage**/
.home-row-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home-row-one {
    flex-direction: column;
  }
}
.home-row-one .promo-url {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .home-row-one .promo-url {
    flex-direction: column;
  }
}
.home-row-one .promo-url h5 {
  color: #121212;
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.home-row-one .promo-url .copy-url .input-url {
  display: flex;
  align-items: center;
}
.home-row-one .promo-url .copy-url .input-url input {
  border: 1px solid #e6e6e6;
  color: #464e5f;
  padding: 10px 20px;
  font-size: 14px;
  min-width: 370px;
}
@media screen and (max-width: 767px) {
  .home-row-one .promo-url .copy-url .input-url input {
    min-width: 230px;
  }
}
.home-row-one .promo-url .copy-url .input-url i {
  color: #ff5634;
  margin-left: 15px;
  font-size: 22px;
  cursor: pointer;
}
.home-row-one .promo-url .copy-url p {
  color: #929292;
}
.home-row-one .marketing-area-btn button {
  background-color: #ff5a34;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
}

.unpaid-commision p {
  color: #121212;
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.unpaid-commision p span {
  font-size: 22px;
  color: #00a54b;
}
.unpaid-commision .cashout-btn button {
  background-color: #ff5a34;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
}

/**marketing**/
.promote-section {
  background-color: #1d88fe;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
}
.promote-section .promote-text {
  color: #fff;
}
.promote-section .promote-text h6 {
  font-size: 22px;
}
.promote-section .promote-text h6 button {
  background-color: #ff5a34;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
}
.promote-section .promote-text p {
  font-size: 16px;
}
.promote-section .promote-img {
  width: 200px;
}
.promote-section .promote-img img {
  max-width: 100%;
}

.create-id .sub-id input {
  margin-right: 10px;
  margin-bottom: 10px;
}
.create-id .sub-id button {
  background-color: #ff5a34;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
  margin-bottom: 10px;
}
.create-id .promo-url .copy-url .input-url {
  align-items: center;
}
.create-id .promo-url .copy-url .input-url i {
  color: #ff5634;
  font-size: 22px;
  cursor: pointer;
}

.video-card-row .video-card {
  padding: 10px;
}
.video-card-row .video-card .card-img {
  width: 100%;
  position: relative;
}
.video-card-row .video-card .card-img img {
  max-width: 100%;
}
.video-card-row .video-card .card-img .play-icon {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -40%);
}
.video-card-row .video-card .card-img .play-icon a img {
  height: 40px;
}
.video-card-row .video-card .copy-code {
  margin-top: 15px;
}
.video-card-row .video-card .copy-code input {
  color: #b5b5c3;
  border: 1px solid #ecf0f3;
  padding: 8px 10px;
  border-radius: 3px;
  width: 80%;
}
.video-card-row .video-card .copy-code a i {
  color: #ff5634;
}

.earn-value select {
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #929292;
}

#payment-tabbing {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #payment-tabbing {
    width: 100%;
  }
}
#payment-tabbing .payout-nav .nav-tabs {
  justify-content: center;
  border: none;
  margin-bottom: 0px;
}
#payment-tabbing .payout-nav .nav-tabs .nav-link.active {
  background-color: #fff3f1;
  color: #ff5634;
  border: none;
}
#payment-tabbing .payout-nav .nav-tabs .nav-link {
  background-color: #ff5634;
  color: #fff;
  width: 50%;
}
#payment-tabbing .payout-tab-content {
  background-color: #00a3ff;
}
#payment-tabbing .payout-tab-content .payment-detail {
  color: #fff;
  text-align: center;
}
#payment-tabbing .payout-tab-content .payment-detail span {
  color: #fff;
  font-size: 14px;
}
#payment-tabbing .payout-tab-content .payment-detail .form-group {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}
@media screen and (max-width: 767px) {
  #payment-tabbing .payout-tab-content .payment-detail .form-group {
    flex-direction: column;
  }
}
#payment-tabbing .payout-tab-content .payment-detail .form-group label {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #payment-tabbing .payout-tab-content .payment-detail .form-group label {
    margin-bottom: 10px;
  }
}
#payment-tabbing .payout-tab-content .payment-detail .form-group input {
  background-color: #fff;
  padding: 8px 10px;
  color: #121212;
  border: none;
  border-radius: 5px;
}
#payment-tabbing .payout-tab-content .payment-detail .request-amount-btn {
  text-align: center;
}
#payment-tabbing .payout-tab-content .payment-detail .request-amount-btn button {
  background-color: #ff5a34;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
}

.contact-form form h4 {
  margin-bottom: 20px;
}
.contact-form form .form-group {
  margin-bottom: 15px;
}
.contact-form form .form-group label {
  font-size: 14px;
  margin-bottom: 8px;
  color: #121212;
}
.contact-form form .form-group p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #121212;
}
.contact-form form .form-group input {
  width: 100%;
  border: 1px solid #cacaca;
  padding: 8px 10px;
  border-radius: 5px;
  background-color: #f5f8fa;
  color: #121212;
}
.contact-form form .form-group textarea {
  width: 100%;
  border: 1px solid #cacaca;
  padding: 8px 10px;
  border-radius: 5px;
  background-color: #f5f8fa;
  color: #121212;
}
.contact-form form .submit-btn button {
  background-color: #ff5a34;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
}

.map {
  width: 100%;
}
.map img {
  max-width: 100%;
}

.contact-card {
  background-color: #f5f8fa;
  padding: 20px 30px;
  border-radius: 8px;
  text-align: center;
}
.contact-card i {
  color: #ff5634;
  font-size: 18px;
}
.contact-card h6 {
  color: #121212;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact-card span {
  color: #5e6278;
  font-size: 16px;
}

.social-icons {
  background-color: #f5f8fa;
  width: 100%;
  padding: 30px 0px;
  border-radius: 8px;
}
.social-icons .all-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 25px;
}
.social-icons .all-icons a {
  text-decoration: none;
  margin: 0px 5px;
}
.social-icons .all-icons a i {
  color: #ff5634;
  font-size: 20px;
}

.members {
  background: linear-gradient(90deg, #ff8869 0%, #ffd3ab 100%);
  border-radius: 10px;
  padding: 80px;
}
@media only screen and (max-width: 768px) {
  .members {
    padding: 30px;
  }
}
.members .row .col .leader-card {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.members .row .col .leader-card.mid {
  transform: scale(1.15);
}
@media only screen and (max-width: 768px) {
  .members .row .col .leader-card.mid {
    transform: scale(1);
  }
}
.members .row .col .leader-card .leader-img {
  margin-bottom: 15px;
  text-align: center;
}
.members .row .col .leader-card h4 {
  color: #656565;
  font-size: 20px;
}
.members .row .col .leader-card span {
  font-size: 16px;
  color: #b5b5c3;
  font-weight: 300;
}
.members .row .col .leader-card .amount {
  text-align: center;
}
.members .row .col .leader-card .amount button {
  background-color: #00a3ff;
  border: none;
  padding: 8px 15px;
  color: #fff;
}

.help-card .help-client {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .help-card .help-client {
    flex-direction: column;
    justify-content: center;
  }
  .help-card .help-client .col-one {
    margin-bottom: 20px;
    text-align: center;
  }
  .help-card .help-client .col-one h3 {
    font-weight: 700;
    margin-bottom: 30px;
  }
  .help-card .help-client .col-one .form-group {
    justify-content: center;
  }
}
.help-card .help-client .col-one {
  flex: 50%;
}
@media only screen and (max-width: 992px) {
  .help-card .help-client .col-one {
    flex: 100%;
  }
}
.help-card .help-client .col-one h3 {
  color: #121212;
  font-size: 28px;
}
.help-card .help-client .col-one .form-group {
  border: 1px solid #b5b5c3;
  padding: 10px 10px;
  border-radius: 5px;
}
.help-card .help-client .col-one .form-group input {
  border: none;
  padding: 0px 10px;
}
.help-card .help-client .col-one .form-group input:focus {
  outline: none;
  border: none;
  color: #b5b5c3;
}
.help-card .help-client .col-one .form-group i {
  color: #b5b5c3;
}
.help-card .help-client .col-two {
  width: 300px;
}
@media screen and (max-width: 980px) {
  .help-card .help-client .col-two {
    margin-left: auto;
    margin-right: auto;
  }
}
.help-card .help-client .col-two img {
  width: 100%;
}

.accordion-row h4 {
  font-size: 22px;
  color: #121212;
}
.accordion-row .accordion .accordion-header .accordion-button {
  color: #121212;
  font-size: 16px;
  font-weight: 600;
  padding-left: 40px;
}
.accordion-row .accordion .accordion-header .accordion-button:not(.collapsed) {
  background-color: #fff;
}
.accordion-row .accordion .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../img/minusicon.png);
}
.accordion-row .accordion .accordion-header .accordion-button::after {
  position: absolute;
  left: 4px;
  background-image: url(../img/plusicon.png);
}

.affiliate-url {
  max-width: 900px;
}
.affiliate-url h6 {
  margin-right: 10px;
}
.affiliate-url .input-url input {
  border: 1px solid #e6e6e6;
  font-size: 14px;
  margin-right: 10px;
}
.affiliate-url .input-url i {
  color: #ff5634;
  font-size: 22px;
  cursor: pointer;
  margin-top: 8px;
}
.affiliate-url .input-url img {
  height: 40px;
}

/* Voucher tickets */
.voucher-tickets {
  color: #fff;
  background-image: url("../../img/voucher/Subtract.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 30px;
  margin: 15px 0;
}
.voucher-tickets.yellow {
  color: #80051b;
}
.voucher-tickets .price {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.voucher-tickets .sep {
  width: 100%;
  margin: 10px auto;
  height: 5px;
  border-top: 2px dashed #fff;
}
.voucher-tickets .tc {
  text-align: center;
  font-family: Metropolis;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.voucher-tickets h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.voucher-tickets h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}
.voucher-tickets p {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.2;
  margin: 0;
}
@media only screen and (max-width: 1400px) and (min-width: 1100px) {
  .voucher-tickets p {
    line-height: normal;
  }
}
@media only screen and (max-width: 576px) {
  .voucher-tickets p {
    line-height: normal;
  }
}
.voucher-tickets span {
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.voucher-tickets .button-container {
  display: inline-flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}
.voucher-tickets a {
  width: auto;
  text-align: center;
  border-radius: 6px;
  padding: 12px 10px;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(16, 16, 16, 0.08);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.voucher-tickets a.orange {
  color: #f9732a;
}
.voucher-tickets a.green {
  color: #009e78;
}
.voucher-tickets a.yellow {
  background-color: #80051b;
  color: #ffe665;
}

.promo-container-voucher {
  margin: 20px 0;
}
.promo-container-voucher .create-id .sub-id-title {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 116.667% */
}
.promo-container-voucher .create-id .sub-id input {
  width: none;
}
.promo-container-voucher .create-id .sub-id button {
  width: 100%;
  border-radius: 4px;
}

.filter-sp {
  margin: 20px 0 5px;
}
.filter-sp a {
  text-decoration: underline;
  color: #ff5634;
}

.voucher-btn {
  background-color: #ff5a34;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
}

/* Voucher Pop-up */
.custom-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}

.create-event-modal {
  color: #121212;
  padding: 20px 10px;
}
.create-event-modal h1 {
  max-width: 400px;
  margin: 30px auto;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (max-width: 576px) {
  .create-event-modal h1 {
    font-size: 24px;
  }
}
.create-event-modal .video-container {
  max-width: 450px;
  margin: 10px auto 20px;
}
.create-event-modal .video-container iframe {
  border-radius: 16px;
}
.create-event-modal h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 180.5%; /* 36.1px */
}
.create-event-modal h2 span {
  color: #ff5634;
}
.create-event-modal p {
  color: #464e5f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180.5%; /* 28.88px */
  text-align: left;
}
.create-event-modal p span {
  color: #121212;
  font-weight: 600;
}
.create-event-modal .custom-map {
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}
.create-event-modal .custom-map .card {
  padding: 20px;
  margin: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
}
.create-event-modal .custom-map .map {
  max-width: 300px;
  margin: auto;
}
.create-event-modal h4 {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180.5%; /* 28.88px */
  max-width: 400px;
  margin: auto;
}
.create-event-modal h4 span {
  font-weight: 600;
}
.create-event-modal .card {
  padding: 20px;
  margin: 10px;
}
.create-event-modal .contact-form {
  margin: 30px 10px;
}
.create-event-modal .contact-form form .form-group {
  text-align: left;
}
.create-event-modal .contact-form form .form-group input {
  border: none;
}
.create-event-modal .contact-form form .form-group textarea {
  border: none;
}
.create-event-modal .footer-popup {
  padding: 20px 10px;
}
.create-event-modal .footer-popup .submit-btn button {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  background: #ff5634;
  padding: 14px 24px;
  color: #fff;
  border: none;
}

.password-verification {
  text-align: center;
}
.password-verification h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.password-verification p {
  font-size: 14px;
  color: #656565;
}
.password-verification p a {
  text-decoration: none;
  color: #00a3ff;
}
.password-verification .verification-code {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.password-verification .verification-code input {
  margin: 10px 10px;
  background-color: #f6f5f5;
  height: 60px;
  width: 50px;
  font-size: 14px;
  color: #3f3f3f;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.password-verification span {
  color: #3f3f3f;
  font-size: 14px;
  text-align: center;
}
.password-verification span a {
  color: #1d88fe;
  text-decoration: none;
}
.password-verification .submit-btn {
  margin-top: 20px;
}
.password-verification .submit-btn button {
  margin: 15px auto 0;
  width: 100%;
  background-color: #ff5634;
  color: #fff;
  border: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px;
  max-width: 450px;
  margin: auto;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

/* Faq Affiliate */
.customFAQ .font-gray {
  color: #7E8299;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
}

.custom-accordion .accordion-item {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.custom-accordion .accordion-body p {
  color: #7E8299;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 153.333% */
}

/* Password tooltip */
#passwordTooltip {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
  margin-top: 3.5px;
  z-index: 9;
}
#passwordTooltip .arrow-tooltip {
  position: absolute;
  border-top: 0;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  transform: translateY(-10px);
  right: 48%;
}
#passwordTooltip .tooltip-inner {
  background-color: #fff;
  color: #121212;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 19.5px */
  min-width: 250px;
  max-width: 250px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  padding: 10px 20px;
}
#passwordTooltip .tooltip-inner ul {
  padding: 0;
  list-style-type: none;
}
#passwordTooltip .tooltip-inner ul li {
  margin-bottom: 6px;
  display: flex;
  align-items: start;
  justify-content: start;
}
#passwordTooltip .tooltip-inner ul li::before {
  content: "";
  min-width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 6px;
  border: 1.5px solid;
  margin-top: 2px;
}
#passwordTooltip .tooltip-inner ul li.req {
  color: #ff5634;
}
#passwordTooltip .tooltip-inner ul li.req::before {
  border-color: #ff5634;
}
#passwordTooltip .tooltip-inner ul li.present {
  color: #121212;
}
#passwordTooltip .tooltip-inner ul li.present::before {
  background-color: #50CD89;
  border-color: #50CD89;
}
#passwordTooltip .tooltip-inner ul li.warn::before {
  border-color: #DADADA;
}

.faq-account {
  overflow: hidden;
}
.faq-account .row {
  max-height: 100vh;
  align-items: start;
}
.faq-account .row .col-one {
  max-height: 100vh;
  overflow: auto;
}
.faq-account .row .col-one::-webkit-scrollbar {
  width: 6px;
}
.faq-account .row .col-one::-webkit-scrollbar-track {
  background: white; /* Color of the track */
}
.faq-account .row .col-one::-webkit-scrollbar-thumb {
  background: #cacaca; /* Color of the handle */
  border-radius: 8px;
}
.faq-account .row .col-one::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the handle on hover */
  cursor: pointer;
}
.faq-account .row .card {
  max-width: 95%;
  margin: 35px auto;
}
.faq-account .row .card.help-card .help-client {
  flex-direction: column;
}
.faq-account .row .card.help-card .help-client .col-one {
  width: 100%;
}
.faq-account .right-container {
  position: relative;
  height: 100vh;
}
.faq-account .right-container .right-comand {
  position: absolute;
}
.faq-account .custom-accordion {
  margin: 30px 0 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Metropolis";
  font-weight: 400;
  overflow-x: hidden;
  background-color: #f3f6f9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  font-weight: 400;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
