div.custom-page-header-class {
  padding: 0px;
}

div.custom-page-header-class .flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 40px;
  border-bottom: 1px solid rgb(5 18 39 / 10%);
}

div.custom-page-header-class .flex-row .custom-page-logo {
  width: 60%;
  text-align: right;
}
.menu-icon {display: none;}

div.custom-page-header-class .flex-row .custom-page-lang {
  width: 40%;
  text-align: right;
}

.custom-page-lang ul {
  margin: 0;
  padding: 0;
}

.custom-page-lang ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.custom-page-lang ul li span {
  color: #0F63ED;
  font-family: 'Poppins';
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
}

.custom-container {
  max-width: 95%;
  margin: 0 auto;
}

.same-class-custom-page .flex-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0px 50px;
}

.same-class-custom-page .flex-row .account-side {
  width: 45%;
}

.same-class-custom-page .flex-row .right-side-image {
  width: 55%;
}

.same-class-custom-page .flex-row .account-side .sign-up-content h3 {
  margin: 0 0 0;
  color: #051227;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  font-family: 'Poppins';
}

.same-class-custom-page .flex-row .right-side-image .car-mobile-image {
  width: 100%;
  height: 680px;
  overflow: hidden;
  padding: 50px 0px;
}

.same-class-custom-page .flex-row .right-side-image .car-mobile-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.same-class-custom-page .flex-row .account-side .sign-up-content p {
  margin: 0 0 0;
  color: #999999;
  font-family: 'Poppins';
  line-height: 23px;
  letter-spacing: -0.32px;
  font-weight: 500;
}

.same-class-custom-page .flex-row .account-side .sign-up-content p a {
  color: #0F63ED;
  margin-left: 6px;
  transition: all 0.3s linear;
}

.same-class-custom-page .flex-row .account-side .sign-up-content p a:hover {
  text-decoration: underline !important;
}

.sign-up-content {
  margin-bottom: 55px;
}

.facebook-google-create-account {
  width: 100%;
}

.facebook-google-create-account ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.facebook-google-create-account ul li {
  list-style: none;
  width: 100%;
}

.facebook-google-create-account ul li a {
  width: 100%;
  background: #0F63ED;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins';
  line-height: normal;
  border-radius: 13px;
  padding: 12px 0px;
  transition: all 0.3s linear;
  border: 2px solid #0f63ed;
}

.facebook-google-create-account ul li.google-list a {
  background: #fff !important;
  color: #0f63ed !important;
}

.facebook-google-create-account ul li a span.custom-icons i {
  font-size: 20px;
}


.break-point h4 {
  margin: 0 0 0;
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  color: #051227;
  padding: 32px 0px;
}

.wid-class {
  width: 65%;
}

.custom-sign-up-form .input-field-block input {
  width: 100%;
  height: 55px;
  border: 1px solid #C8D4EB;
  border-radius: 13px;
  font-size: 16px;
  line-height: normal;
  color: #000;
  font-family: 'Poppins';
  padding: 10px 21px;
}

.custom-sign-up-form .input-field-block input:placeholder {
  font-size: 16px;
  line-height: normal;
  color: #C8D4EB !important;
  font-family: 'Poppins';
}

.custom-sign-up-form .input-field-block {
  margin-bottom: 12px;
}

.custom-form-btn input {
  width: 100%;
  height: 55px;
  border-radius: 13px;
  border: 2px solid #0f63ed;
  background: #0f63ed;
  color: #fff;
  font-family: 'Poppins';
  font-size: 18px;
  letter-spacing: -0.32px;
  font-weight: 600 !important;
  transition: all 0.3s linear;
}

.terms-and-condition-class p {
  margin: 14px 0 0;
  font-size: 13px;
  color: grey;
  font-weight: 400;
  font-family: 'Poppins';
  line-height: normal;
}


.terms-and-condition-class p a {
  color: grey !important;
}

.custom-page-social-icons ul {
  padding: 0 0 0;
  margin: 26px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.custom-page-social-icons ul li {
  list-style: none;
}

.custom-page-social-icons ul li a i {
  font-size: 25px;
  color: #0f63ed;
}

.custom-footer-copy-right {
  padding: 0px 0px 15px;
}

.custom-footer-copy-right p {
  margin: 0 0 0;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  font-family: 'Poppins';
  color: rgb(128 128 128 / 69%);
}

.facebook-google-create-account ul li a:hover {
  background: transparent !important;
  color: #0f63ed !important;
}

.facebook-google-create-account ul li.google-list a:hover {
  background: #0f63ed !important;
  color: #fff !important;
}

.custom-form-btn input:hover {
  background: #fff;
  color: #0f63ed;
}

.custom-page-social-icons ul li a:hover i {
  color: #181418;
}



.login-page {
  margin: 25px 0px;
}

.login-page p {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
}

.login-page p a {
  color: #0f63ed !important;
  font-size: 13px;
  font-weight: 500 !important;
  text-decoration: none;
  font-family: 'Poppins';
}

.login-page p label {
  color: #051227 !important;
  font-size: 12px;
  line-height: 28px;
  position: relative;
  bottom: 2px;
  font-family: 'Poppins';
}



.account-setting-pages-same-class {
  padding: 80px 0px 100px 25px;
}

.account-setting-pages-same-class .account-setting-flex-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.account-setting-pages-same-class .account-setting-flex-row .account-setting-sidebar {
  width: 20%;
  margin-right: 2%;
}

.account-setting-pages-same-class .account-setting-flex-row .account-page-content-div {
  width: 78% !important;
}

.account-page-title h2 {
  color: #051227;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Poppins';
  margin: 34px 0 40px;
  position: relative;
}

.profile-block {
  padding-right: 72px;
}

.profile-block input {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  width: 100% !important;
  height: 58px !important;
  border-radius: 15px;
  background: #ffff;
  font-size: 16px;
  color: #000;
  font-family: 'Poppins';
  border: 1px solid hsl(0deg 0% 50.2% / 9%);
}

.field-block {
  margin-bottom: 16px;
  position: relative;
}

.iti.iti--allow-dropdown {
  width: 100%;
  max-width: 100%;
}

.update-btn {
  text-align: right;
  margin-bottom: 80px;
}

.profile-block .update-btn input#update-btn {
  background: #c49633 !important;
  border: 2px solid #c49633;
  color: #fff !important;
  font-family: 'Poppins' !important;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 20px;
  width: 172px !important;
  border-radius: 8px !important;
}

h3.form-title {
  margin: 0 0 16px;
  color: #051227;
  font-size: 25px;
  line-height: normal;
  font-family: 'Poppins';
  font-weight: 600;
}

.account-same-block-last {
  margin-top: 120px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding: 80px 100px;
}

.account-same-block-last .last-content-div {
  width: 50%;
  margin: 0 0 0 auto;
}

.logo-div ul {
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.logo-div ul a {
  display: block;
  width: 80px;
  height: 60px;
  overflow: hidden;
}

.logo-div ul a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-div ul li {
  list-style: none;
}

.account-same-block-last h3.form-title-last {
  margin: 0 0 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: -0.32px;
}

.account-same-block-last p {
  margin: 16px 0 36px;
  color: #888888;
  letter-spacing: -0.32px;
  font-weight: 400;
  font-family: 'Poppins';
  font-size: 18px;
}

.profile-block input:focus {
  outline: none !important;
  /* border: unset; */
  /* box-shadow: rgb(15 99 237 / 30%) 0px 2px 8px 0px; */
}

.account-setting-sidebar .account-setting-sidebar-inner {
  background: #121212;
  width: 100%;
  border-radius: 41px;
  padding: 50px 25px 70px;
  position: relative;
}

.edit-profile {
  position: absolute;
  top: 35px;
  right: 26px;
}

.profile-div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
  margin: 0px 0 40px;
}

.profile-div .user-image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}

.user-name-label h4 {
  margin: 5px 0 0px;
  font-size: 23px;
  line-height: normal;
  color: #fff;
  font-weight: 600;
  font-family: 'Poppins';
}

.user-name-date p {
  margin: 0 0 0;
  color: #fff;
  font-size: 10px;
  line-height: normal;
  font-family: 'Poppins';
}

.sidebar-menu ul {
  padding: 0 0 0;
  margin: 0 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  flex-direction: column;
  width: 100%;
}

.sidebar-menu ul li {
  list-style: none;
  width: 100%;
}

.sidebar-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 20px;
  position: relative;
  gap: 10px;
  border-bottom: 0.5px solid rgb(224 229 238 / 48%);
}

.sidebar-menu ul li.active a {
  border: 2px solid #fff !important;
  border-radius: 13px;
}

.sidebar-menu ul li a p.count-numbers {
  position: absolute;
  right: 12px;
  top: 13px;
  margin: 0;
  width: 31px;
  height: 31px;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  font-family: 'Poppins';
  color: #0f63ed !important;
}

.sidebar-menu ul li a span.link-text {
  color: #fff;
  font-family: 'Poppins';
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
}

span.icon-class img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}


span.eye-class {
  position: absolute;
  top: 16px;
  right: 20px;
  cursor: pointer;
}

span.eye-class i {
  color: #C8D4EB;
  font-size: 18px;
}

.dashboard-block {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 25px;
  padding: 40px 45px 25px;
  margin-right: 120px;
}

.dashboard-block01 {
  margin-bottom: 26px;
}

.dashboard-block h4 {
  margin: 0 0 10px;
  color: #051227;
  font-family: 'Poppins';
  font-size: 29px;
  font-weight: 600;
  line-height: 32px;
}

.dashboard-block p {
  color: #999999;
  margin: 0px 0 2px;
  font-family: 'Poppins';
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #c49633;
  padding-left: 34px;
}

ul.prepaid-reports {
  padding: 0 0 0;
  margin: 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 23px;
}

ul.prepaid-reports li {
  list-style: none;
  color: #051227;
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 400;
}

ul.prepaid-reports li img {
  position: relative;
  top: 4px;
}

ul.prepaid-reports li span.number-class {
  color: #051227;
  font-family: 'Poppins';
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 11px;
  position: relative;
  bottom: 1px;
}

.vin-number-input .vin-block input {
  height: 71px;
  border: 2px solid #C8D4EB;
  border-radius: 15px;
  font-family: 'Poppins';
  line-height: normal;
  font-weight: 400;
  font-size: 16px;
}

.vin-number-input .vin-block button.vin-btn {
  width: 100%;
  margin-top: 14px;
  background: #0F63ED;
  padding: 21px 12px;
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins';
  position: relative;
  border: 1px solid #0F63ED;
}

.vin-number-input .vin-block button.vin-btn span.arrow-class {
  position: absolute;
  right: 23px;
  top: 20px;
}

.vin-number-input .vin-block button.vin-btn span.arrow-class i {
  color: #fff;
  font-size: 25px;
}

p.report-class {
  text-align: center;
  margin: 40px 0 40px;
  color: #051227;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  font-family: 'Poppins';
}

p.report-class a {
  color: #0f63ed !important;
}

.dashboard-block02 ul {
  justify-content: center !important;
}

.account-page-content-wrapper {
  padding-top: 0px;
}

.my-reports-block01 {
  padding: 0 !important;
  border: 0 !important;
  margin-right: 150px;
}

section#my-reports-page-id .account-same-block-last {
  margin-top: 50px;
}

.popular-box {
  width: 100%;
  padding: 50px 150px 0px 0px;
}

.popular-box .box-items .subscribe-wrapper {
  width: 25%;
  border: 2px solid #0F63ED;
  background: rgb(223 235 255 / 37%);
  border-radius: 33px;
  padding: 72px 22px 22px;
  position: relative;
  margin: 0 auto;
}

.popular-box .box-items .subscribe-wrapper h4 {
  margin: 0 auto;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: -0.32px;
  font-family: 'Poppins';
  color: #000;
  width: 100%;
  text-align: center;
}

.popular-box .box-items .subscribe-wrapper .price-div {
  margin: 65px 0px 14px;
}

.popular-box .box-items .subscribe-wrapper .price-div p {
  margin: 0 0 0;
  text-align: center;
  font-size: 57px;
  line-height: 45px;
  font-weight: 700;
  font-family: 'Poppins';
  color: #0f63ed;
}

.popular-box .box-items .subscribe-wrapper .price-div p span {
  font-size: 10px;
  font-weight: 500 !important;
}

.popular-box .box-items .subscribe-wrapper .subscribe-now a {
  width: 100%;
  padding: 16px 20px;
  text-align: center;
  background: #0f63ed;
  display: block;
  color: #fff;
  border-radius: 14px;
  font-family: 'Poppins';
  font-size: 26px;
  letter-spacing: -0.32px;
}

.subscribe-now {
  margin: 33px 0px 0px;
}

.label-most-popular {
  position: absolute;
  top: 0;
  right: 0;
}

.label-most-popular p {
  margin: 0 0 0;
  background: #0F63ED;
  padding: 10px 24px 10px 35px;
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins';
  line-height: normal;
  font-weight: 600;
  border-radius: 0px 33px 0px 46px;
}

.payment-method {
  padding: 0 0 50px;
}

.payment-method h4 {
  text-align: center;
  font-size: 29px;
  line-height: normal;
  font-family: 'Poppins';
  color: #051227;
  font-weight: 600;
  margin: 0 0 0;
  padding: 50px 150px 0px 0px;
}

.select-payment-method {
  padding: 0px 150px 0px 0px;
  width: 100%;
}

.select-payment-method .drag-and-drop-box {
  width: 340px;
  border: 3px dashed #C8D4EB;
  height: 273px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
}


.select-payment-method .drag-and-drop-box .plus-icon i {
  font-size: 110px;
  color: #C8D4EB;
}

.select-payment-method .drag-and-drop-box label {
  color: #C8D4EB;
  font-size: 19px;
  font-family: 'Poppins';
  line-height: 28px;
  font-weight: 600;
  margin: 12px 0 0;
}



.check-out-flex-class {
  display: flex;
  align-items: flex-start;
}

.check-out-page-wrapper {
  max-width: 92%;
  margin: 0 auto;
}

div#custom-check-out-page {
  padding: 80px 0px 10px;
}

.check-out-details-side .details-heading-content {
  margin-bottom: 55px;
}

.check-out-details-side .details-heading-content h2 {
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 43.2px;
  letter-spacing: -0.32px;
  width: 65%;
  font-weight: 700;
  font-family: 'Poppins';
  color: #000;
}

.check-out-details-side .details-heading-content p {
  font-size: 18px;
  line-height: 25px;
  color: #888888;
  font-family: 'Poppins';
  letter-spacing: -0.32px;
  margin: 0 0 0;
}

.flex-class {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.flex-class .image-item-side {
  width: 50%;
}

.flex-class .image-wrapper {
  height: 215px;
  width: 357px;
}

.flex-class .image-wrapper img {
  width: 100%;
  height: 100%;
}

.flex-class .car-detail-div-content .all-details-car ul.car-details-list {
  padding: 0;
  margin: 0;
}

.dashboard-block ul.myPackages li {
  list-style: none;
}

.flex-class .car-detail-div-content .all-details-car ul.car-details-list li {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

.flex-class .car-detail-div-content .all-details-car ul.car-details-list li h5 {
  margin: 0 0 2px;
  color: #888888;
  letter-spacing: -0.32px;
  font-size: 15px;
  line-height: 25.2px;
  font-family: 'Poppins';
  font-weight: 400;
}

.flex-class .car-detail-div-content .all-details-car ul.car-details-list li p {
  color: #051227;
  font-weight: 500;
  letter-spacing: -0.32px;
  font-family: 'Poppins';
  line-height: 17px;
  font-size: 15px;
  margin: 0 0 15px;
}

.flex-class .car-detail-div-content .car-heading-des h4.car-name {
  margin: 0 0 0;
  color: #051227;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Poppins';
}

.flex-class .car-detail-div-content .car-heading-des p {
  color: #666666;
  font-size: 20px;
  line-height: 15px;
  font-weight: 400;
  font-family: 'Poppins';
  margin: 5px 0 24px;
}

.car-details-table-div .car-details-table-div-wrapper ul.car-details-table-div-list {
  margin: 32px 0 32px;
  border: 1px solid hsl(217.06deg 77.27% 8.63% / 20%);
  border-radius: 25px;
  width: 672px;
  padding: 20px 26px 2px;
}

.car-details-table-div .car-details-table-div-wrapper ul.car-details-table-div-list li {
  display: inline-flex;
  width: 48.5%;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  gap: 25px;
  vertical-align: text-top;
  margin-bottom: 12px;
  padding: 6px 16px;
  border-bottom: 1px solid rgb(5 18 39 / 20%);
}

.car-details-table-div .car-details-table-div-wrapper ul.car-details-table-div-list li .car-details-content-in-ul-list h4 {
  margin: 0 0 0;
  color: #888888;
  font-size: 14px;
  font-family: 'Poppins';
  line-height: 25px;
  letter-spacing: -0.32px;
  font-weight: 500;
}

.car-details-table-div .car-details-table-div-wrapper ul.car-details-table-div-list li .car-details-content-in-ul-list p {
  font-family: 'Poppins';
  font-size: 13px;
  line-height: 25px;
  color: #888888;
  font-weight: 400;
  margin: 0 0 0;
}

.car-details-table-div .car-details-table-div-wrapper ul.car-details-table-div-list li .car-details-content-in-ul-list p span {
  color: #0F63ED;
  margin-right: 3px;
}

.car-details-table-div .car-details-table-div-wrapper ul.car-details-table-div-list li:last-child {
  border: none;
}

.car-details-table-div .car-details-table-div-wrapper ul.car-details-table-div-list li:nth-child(5) {
  border: unset;
}

.membership-benefits-include-div {
  width: 80%;
}

h4.check-out-same-class {
  color: #000000;
  font-size: 25px;
  line-height: 43px;
  font-family: 'Poppins';
  font-weight: 700;
  letter-spacing: -0.32px;
  margin: 0 0 20px;
}

.membership-benefits-include-div .membership-benefits-include-wrapper ul.car-items-list {
  padding: 0;
  margin: 0;
}

.membership-benefits-include-div .membership-benefits-include-wrapper ul.car-items-list li {
  display: inline-flex;
  width: 49%;
  margin: 0px 0 10px;
  padding: 6px 6px;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  border-bottom: 1px solid rgb(5 18 39 / 20%);
  vertical-align: baseline;
}

.membership-benefits-include-div .membership-benefits-include-wrapper ul.car-items-list li a {
  display: flex;
  align-items: center;
  gap: 14px;
}

.car-details-table-div {
  width: 65%;
}

.membership-benefits-include-div .membership-benefits-include-wrapper ul.car-items-list li span.text-class {
  color: #051227;
  letter-spacing: -0.32px;
  font-weight: 400;
  font-family: 'Poppins';
  line-height: 25px;
  font-size: 14px;
}

.faq-check-out-page {
  width: 80%;
  padding: 45px 0px 50px;
}

.faq-check-out-page .faq-block:last-child h4 {
  border: unset !important;
}

.faq-check-out-page .faq-block h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 23px;
  font-family: 'Poppins';
  color: #000;
  padding: 14px 0px;
  border-bottom: 1px solid rgb(5 18 39 / 20%);
}

.faq-check-out-page .faq-block p {
  padding: 17px 0px 0px;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #999999;
  display: none;
}

.faq-check-out-page .faq-block h4 span.faq-arrow i {
  color: #051227;
  font-size: 13px;
  margin-right: 11px;
}

.faq-check-out-page h4.check-out-same-class {
  font-size: 36px !important;
}

.check-out-flex-class .check-out-details-side {
  width: 60%;
}

.check-out-flex-class .check-out-details-payment-side {
  width: 40%;
}

.check-out-bottom-page-content {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 54px 0px 50px;
  border-bottom: 1px solid #8080804a;
}

.check-out-bottom-page-content h5 {
  margin: 0 0 28px;
  color: #999999;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.32px;
  font-weight: 400;
}

.check-out-bottom-page-content p {
  margin: 0 0 0;
  color: #999999;
  font-size: 13px;
  line-height: 24px;
  font-family: 'Poppins';
  letter-spacing: -0.32px;
}

.check-out-flex-class .check-out-details-payment-side .select-item ul {
  padding: 0 0 0;
  margin: 0 0 0;
}

.check-out-flex-class .check-out-details-payment-side .select-item ul li.same-items {
  border: 2px solid #C1CFEA;
  height: 90px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 16px;
  padding: 12px 25px;
}

.label-clas-pos {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #0f61ee;
  border-radius: 0px 22px;
  padding: 2px 22px 0px;
}

.car-detail-div {
  width: 80%;
}

.check-out-flex-class .check-out-details-payment-side .select-item ul li.same-items .radio-div {
  width: 20px;
  height: 20px;
}

.check-out-flex-class .check-out-details-payment-side .select-item ul li.same-items .item-heading {
  width: 64%;
}

.check-out-flex-class .check-out-details-payment-side .select-item ul li.same-items .item-price {
  width: 20%;
}

.check-out-flex-class .check-out-details-payment-side .select-item ul li.same-items .item-heading h4 {
  margin: 0 0 0;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Poppins';
  font-weight: 600;
  color: #051227;
}

.check-out-flex-class .check-out-details-payment-side .select-item ul li.same-items .item-price p {
  margin: 0;
  color: #051227;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Poppins';
}

.check-out-flex-class .check-out-details-payment-side .select-item ul li.same-items .item-price p span {
  font-size: 9px;
}

.label-clas-pos span {
  font-size: 10px;
  line-height: normal;
  font-weight: 500;
  color: #fff;
  font-family: 'Poppins' !important;
  position: relative;
  bottom: 4px;
}

.payment-method-select ul {
  padding: 24px 0px 0px;
  margin: 0 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  border-bottom: 1px solid #c5c5c5;
}

.payment-method-select ul li {
  color: #0F63ED;
  font-size: 18px;
  line-height: normal;
  font-family: 'Poppins';
  font-weight: 500;
  cursor: pointer;
  padding: 0px 12px 8px 12px;
}

.payment-method-select ul li.active {
  position: relative;
}

.payment-method-select ul li.active::after {
  content: '';
  background: #0F63ED;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 100%;
  border-radius: 100px;
}

form.credit-card-and-paypal-class {
  padding: 30px 30px 25px 30px;
  background: hwb(217.3deg 5.88% 7.06% / 10%);
  border: 2px solid #0F63ED;
  border-radius: 22px;
}

.credit-card-and-paypal-div-wrapper .inputBox {
  margin-bottom: 16px;
}

.credit-card-and-paypal-div-wrapper .inputBox input {
  background: #fff !important;
  border: 2px solid #FFFFFF;
  border-radius: 13px;
  padding: 8px 12px;
  height: 48px !important;
  color: #C1CFEA;
  font-size: 16px;
  line-height: normal;
  font-family: 'Poppins';
}

.credit-card-and-paypal-div-wrapper .inputBox select {
  background: #fff !important;
  border: 2px solid #FFFFFF;
  border-radius: 13px;
  padding: 8px 12px;
  height: 48px !important;
  color: #C1CFEA;
  font-size: 16px;
  line-height: normal;
  font-family: 'Poppins';
}

.credit-card-and-paypal-div-wrapper .flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.credit-card-and-paypal-div-wrapper .flexbox span {
  display: none;
}

.credit-card-and-paypal-div-wrapper .flexbox .inputBox {
  flex: 1;
}

.credit-card-and-paypal-div-wrapper .flexbox .inputBox:last-child {
  flex: 2 !important;
}


.check-out-btn {
  margin: 20px 0px 52px;
}

.check-out-btn a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10.5px 20px;
  background: #0F63ED;
  color: #fff !important;
  border-radius: 17px;
  letter-spacing: -0.32px;
  font-size: 20px;
  line-height: normal;
}

.check-out-btn a i {
  font-size: 16px;
  margin-left: 10px;
}

.check-out-btn a span.price-btn {
  font-size: 20px;
  font-family: 'Poppins';
  line-height: normal;
  font-weight: 600;
  color: #fff;
}

p.check-des {
  color: #666666;
  font-size: 13px;
  letter-spacing: -0.32px;
  font-family: 'Poppins';
  font-weight: 400;
  width: 86%;
  line-height: 22px;
}

ul.des-list {
  padding: 0;
  margin: 20px 0 22px;
}

ul.des-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  color: #666666;
  letter-spacing: -0.32px;
  font-size: 13px;
  font-family: 'Poppins';
  font-weight: 400;
}

.check-out-logo {
  margin-top: 26px;
}

.check-out-logo img {
  width: 40%;
  object-fit: contain;
}

.check-box-class {
  margin: 24px 0px 31px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.check-box-class label {
  color: #0F63ED;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  font-family: 'Poppins';
}

.faq-arrow i.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.custom-check-box {
  width: 29px;
  height: 29px;
  border: 2px solid #C1CFEA;
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-check-box input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.custom-check-box label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.custom-check-box label::after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  color: #0f63ed;
  opacity: 0;
}

.custom-check-box input:checked+label::after {
  opacity: 1;
}


.inputBox {
  position: relative;
}

span.card-icon {
  position: absolute;
  top: 10px;
  right: 15px;
}

.credit-card-and-paypal-div-wrapper .inputBox input:placeholder {
  color: #C1CFEA !important;
  font-size: 16px !important;
  font-family: 'Poppins' !important;
}

form#paypal-payment {
  padding: 28px 25px 12px !important;
}

li.same-items label.radio-label {
  width: 29px;
  height: 29px;
  border: 2px solid #C1CFEA;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.check-out-flex-class .check-out-details-payment-side .select-item ul li.same-items input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

li.same-items label.radio-label::after {
  content: '';
  background: #0F63ED;
  position: absolute;
  height: 19px;
  width: 19px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}

li.same-items input:checked+label.radio-label::after {
  opacity: 1;

}


li.same-items:has(input:checked) {
  background: rgb(15 99 237 / 10%) !important;
  border-color: #0F63ED !important;
  height: 100px !important;
}


li.same-items input:checked+label.radio-label {
  border-color: #0F63ED !important;
}

.payment-popup {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
}

.payment-popup .popup-wrapper {
  width: 800px;
  margin: 120px auto 0;
  background: rgb(223 235 255 / 64%);
  border: 2px solid #0F63ED;
  border-radius: 40px;
  padding: 40px 60px 24px;
  text-align: center;
  position: relative;
}

.payment-popup .popup-wrapper h4 {
  margin: 0 0 0;
  color: #051227;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  font-family: 'Poppins';
}

.payment-popup .popup-wrapper ul {
  padding-top: 16px !important;
}

.payment-popup .popup-wrapper .credit-card-and-paypal-div {
  width: 60%;
  margin: 0 auto;
}

.payment-popup .popup-wrapper .credit-card-and-paypal-div .credit-card-and-paypal-class {
  padding: 0 !important;
  background: transparent;
  border: unset !important;
}


div#popup-close {
  position: absolute;
  top: 24px;
  right: 30px;
}

div#popup-close i {
  font-size: 22px;
  color: #0a44a4;
  cursor: pointer;
  transition: all 0.2s linear;
}

.poup-logo {
  width: 100%;
  margin: 8px auto 0px;
  text-align: center;
}

div#popup-close i:hover {
  color: grey;
}

.payment-popup .popup-wrapper form#paypal-payment {
  padding: 0 !important;
}

.add-new-card-button button {
  width: 100%;
  background: #0F63ED;
  border: 2px solid #0F63ED;
  font-family: 'Poppins';
  font-size: 20px;
  line-height: normal;
  padding: 10px 14px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border-radius: 17px;
  letter-spacing: -0.32px;
  transition: all 0.3s linear;
}

.add-new-card-button button:hover {
  background: #fff;
  color: #0F63ED !important;
}

p.message-error {
  text-align: center;
  color: red !important;
  font-size: 16px;
}

p.message-success {
  text-align: center;
  color: green !important;
  font-size: 16px;
}

div#login-up-page {
  background-image: url(/wp-content/uploads/2024/03/choose-back-new2.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 150px;
}

#login-up-page .account-side {
  width: 50%;
}

#login-up-page .flex-row.sign-up-row {
  justify-content: flex-start;
}

#login-up-page .account-side h3 {
  color: #C49633;
  font-family: 'Norican', cursive;
  font-weight: 400;
  font-size: 40px;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 10px;
  position: relative;
  line-height: 50px;
}

#login-up-page .account-side p {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 16px;
}

#login-up-page .account-side p a {
  color: #C49633 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

#login-up-page .account-side .sign-up-content {
  margin-bottom: 50px;
}

#login-up-page .account-side .custom-page-social-icons li a i {
  color: #C49633;
  transition: all 0.3s linear;
}

#login-up-page .account-side .custom-page-social-icons li:hover a i {
  color: #fff;
}

#login-up-page .account-side .remember-me-content label {
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  line-height: normal;
  font-size: 14px;
}

#login-up-page .account-side .remember-me-content label:before {
  left: 0px !important;
  top: 0px;
}

#login-up-page .account-side .sign-up-content p a {
  font-size: 16px;
}

#login-up-page .terms-and-condition-class.login-page {
  margin: 10px 0px 15px;
}

#login-up-page input#form-btn {
  background-color: #C49633 !important;
  font-family: 'Poppins', sans-serif;
  border: unset;
  color: #fff;
  font-weight: 600 !important;
  transition: all 0.3s linear;
}

#login-up-page input#form-btn:hover {
  background-color: #fff !important;
  color: #C49633;
}

.custom-sign-up-form div.profileImage {
  width: 100%;
  height: 55px;
  border: 1px solid #C8D4EB;
  border-radius: 13px;
  margin-bottom: 12px;
  background: #F5F5F5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 21px;
}

.custom-sign-up-form div.profileImage input#registerImageUpload {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.custom-sign-up-form div.profileImage label {
  margin: 0px;
  font-size: 16px;
  line-height: normal;
  font-family: 'Poppins';
  color: rgb(0 0 0 / 80%);
}

.custom-sign-up-form div.profileImage img#registerImagePreview {
  height: 55px;
}

.custom-sign-up-form .input-field-block label.error {
  display: none !important;
}

.custom-sign-up-form .input-field-block input.error,
.custom-sign-up-form .input-field-block select.error,
.custom-sign-up-form .input-field-block textarea.error {
  border: 2px solid red !important;
}

#login-up-page button#signUpWavier {
  background-color: #C49633 !important;
  font-family: 'Poppins', sans-serif;
  border: unset;
  color: #fff;
  font-weight: 600 !important;
  transition: all 0.3s linear;
  width: 100%;
  height: 55px;
  border-radius: 13px;
  font-size: 18px;
  letter-spacing: -0.32px;
}

div#waiverModal {
  z-index: 9999999999;
}

div#waiverModal .modal-dialog {
  max-width: 1200px;
  width: 100%;
}

div#waiverModal .modal-dialog .modal-body {
  text-align: center;
}

div#waiverModal .modal-dialog .modal-body h2 {
  font-size: 28px;
  font-family: 'Poppins', sans-serif;
  color: #161921;
  margin-bottom: 0px;
}

div#waiverModal .modal-dialog .modal-body h4 {
  position: relative;
  font-family: 'Norican', cursive;
  color: #c49633;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.1em;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 5px;
}

div#waiverModal .modal-dialog .modal-body h3 {
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  color: #161921;
  margin-bottom: 30px;
}

div#waiverModal .modal-dialog .modal-body p {
  font-family: 'Poppins', sans-serif;
  margin: 0 0 25px 0;
  color: #525960;
  line-height: 1.75;
}

div#waiverModal .modal-dialog .modal-body .waiversBox {
  margin: 20px;
  padding: 30px 30px 30px;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-bottom: 0px;
}

div#waiverModal .modal-dialog .modal-header {
  border: unset;
  padding: 10px 10px 10px;
}

div#waiverModal .modal-dialog .modal-header button.btn-close {
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  color: red;
  opacity: 1;
  font-size: 16px;
  font-family: 'Font Awesome 6 Brands';
  font-weight: 900;
}

div#waiverModal .modal-dialog .modal-footer {
  border: unset;
  padding: 25px 0px;
  justify-content: center;
}

div#waiverModal .modal-dialog .modal-body {
  padding: 0px;
}

div#waiverModal .modal-dialog .modal-footer button#waiverModalAgree {
  background-color: #C49633;
  border: unset;
  font-size: 16px;
  height: 40px;
  padding: 0px 30px;
}

div#waiverModal .modal-dialog .modal-footer button.btn.btn-secondary {
  background-color: #b712129e;
  border: unset;
  font-size: 16px;
  height: 40px;
  padding: 0px 30px;
  color: #000;
}

div#waiverModal .modal-dialog div#signature {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

div#waiverModal .modal-dialog button#reset {
  max-width: 500px;
  margin: 0 auto;
  background: gray;
  color: #fff;
  border: unset;
  font-size: 12px;
  border-radius: 6px;
  height: unset;
  padding: 2px 15px;
}

div#waiverModal .modal-dialog div#signature canvas.jSignature {
  min-height: 125px !important;
}

div.swal-overlay {
  z-index: 99999999999;
}

.sidebar-menu ul li a span.icon-class {
  color: #c49633;
}

.sidebar-menu ul li.active a {
  border-color: #c49633 !important;
}

.sidebar-menu ul li.active a span.link-text {
  color: #c49633;
}

.dashboardFormValidationQuery label.error {
  display: none !important;
}

.dashboardFormValidationQuery input.error,
.dashboardFormValidationQuery select.error,
.dashboardFormValidationQuery textarea.error {
  border-color: red;
}

.sidebar-menu ul li:has(+li.active) a {
  border: unset;
}

.field-block label.inputLabel {
  margin-bottom: 0px;
  padding-left: 10px;
}

form div.myAccountPage .profileImage .avatar-upload {
  position: relative;
  max-width: 100%;
  margin: 5px auto 0;
  width: 100%;
  height: 250px;
}

form div.myAccountPage .profileImage .avatar-upload .avatar-edit {
  position: absolute;
  right: 5px;
  z-index: 1;
  top: 10px;
}

form div.myAccountPage .profileImage .avatar-upload .avatar-edit input {
  display: none;
}

form div.myAccountPage .profileImage .avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

form div.myAccountPage .profileImage .avatar-upload .avatar-edit input+label:hover {
  background: #0f63ed;
  border-color: #0f63ed;
}

form div.myAccountPage .profileImage .avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

form div.myAccountPage .profileImage .avatar-upload .avatar-preview {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

form div.myAccountPage .profileImage .avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

form div.myAccountPage {
  display: flex;
  align-items: center;
  gap: 2%;
}

form div.myAccountPage .profileImage {
  width: 18%;
  height: 100%;
}

form div.myAccountPage .inputData {
  width: 82%;
}

form div.myAccountPage .profileImage .avatar-upload .avatar-edit input+label:hover:after {
  color: #fff;
}

.profile-div .user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

form div.myConsentForm {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 20px 20px;
}

form div.myConsentForm h3 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  color: #161921;
  font-weight: 600;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

form div.myConsentForm h4 {
  font-family: 'Norican', cursive;
  color: rgb(196, 150, 51);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  margin-bottom: 6px;
}

form div.myConsentForm h2 {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 600;
  margin-bottom: 25px;
}

form div.myConsentForm p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}

form div.myConsentForm h5 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #161921;
  font-weight: 600;
  margin: 0px 0px 15px;
}

ul.packagesItems {
  padding: 0px;
  margin: 0px;
}

ul.packagesItems li {
  background: white;
  padding: 0 0 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px #80808026;
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  margin-right: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

ul.packagesItems li .head {
  background: #121212;
}

ul.packagesItems li .price {
  background: rgb(18 18 18 / 40%);
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

ul.packagesItems li .description {
  padding: 20px 20px 20px;
}

ul.packagesItems li .action {
  text-align: center;
}

ul.packagesItems li.online .head {
  background: #c49633;
}

ul.packagesItems li .head {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

ul.packagesItems li.online .price {
  background: rgb(196 150 51 / 40%);
}

ul.packagesItems li .head .title h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 0px;
  text-shadow: 2px 2px 2px #121212ad;
}

ul.packagesItems li .head .title h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0;
  text-shadow: 2px 2px 2px #121212ad;
}

ul.packagesItems li .head img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  text-align: center;
  background: #9f7418;
  display: inline-block;
  line-height: 80px;
  position: relative;
  padding: 10px;
  overflow: visible;
}

ul.packagesItems li.offline .head img {
  background: #464040;
}

ul.packagesItems li .head .title {
  margin-left: 10px;
}

ul.packagesItems li .price span.amount {
  font-size: 42px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  letter-spacing: -2.5px;
}

ul.packagesItems li .price span.only {
  font-weight: 700;
  display: block;
  margin-left: 5px;
  position: relative;
  top: 10px;
  font-size: 10px;
  color: #000;
}

ul.packagesItems li .price span.currency {
  font-weight: 700;
  display: block;
  margin-left: 0px;
  position: relative;
  top: -10px;
  font-size: 15px;
  color: #000;
  right: -2px;
}

ul.packagesItems li .action button,
ul.packagesItems li .action a.btn {
  border: unset;
  background: #C49633;
  margin: 25px auto 0px;
  border-bottom: 4px solid #976f1a;
  text-shadow: #000000bf 0 1px 1px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  padding: 4px 25px;
  display: inline-block;
  line-height: inherit;
}

ul.packagesItems li .description * {
  font-size: 14px;
}

ul.packagesItems li label.purchased {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ff0000;
  color: white;
  border-radius: 3px 3px 0px 0px;
  left: inherit;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 5px 15px 2px;
}

ul.packagesItems li .description ul {
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
}

ul.packagesItems li .description ul li {
  box-shadow: unset;
  margin: 0px;
  padding: 0px;
  overflow: unset;
  border-radius: unset;
  width: 100%;
  list-style-position: inside;
  list-style-type: disc !important;
  display: list-item;
}

ul.packagesItems li .description h1,
ul.packagesItems li .description h2,
ul.packagesItems li .description h3,
ul.packagesItems li .description h4,
ul.packagesItems li .description h5,
ul.packagesItems li .description h6 {
  margin: 0px;
}

ul.packagesItems li .description p {
  margin: 0px;
}

div#packagePurchasedModal {
  z-index: 9999999999;
}

div#packagePurchasedModal .modal-dialog {
  width: 100%;
  max-width: 800px;
}

div#packagePurchasedModal .modal-dialog h3 {
  position: relative;
  font-family: 'Norican', cursive;
  color: #c49633;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.1em;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 12px;
}

div#packagePurchasedModal ul.packageDetail {
  padding: 0px;
  margin: 0px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-bottom: 30px;
}

div#packagePurchasedModal ul.packageDetail li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}

div#packagePurchasedModal ul.packageDetail li label {
  margin: 0px;
  width: 50%;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #161921;
  font-weight: 600;
  padding: 2px 12px;
}

div#packagePurchasedModal ul.packageDetail li span {
  width: 50%;
  border-left: 1px solid #eaeaea;
  font-family: 'Poppins', sans-serif;
  color: #161921;
  font-weight: 400;
  padding: 2px 12px;
  font-size: 14px;
}

div#packagePurchasedModal ul.packageDetail li:last-child {
  border: unset;
}

div#packagePurchasedModal ul.packageDetail li span b {
  font-weight: 400;
}

div#packagePurchasedModal ul.paymentMerchant {
  margin: 0px 0px 25px;
  padding: 0px;
  display: flex;
}

div#packagePurchasedModal ul.paymentMerchant li {
  position: relative;
  width: 20%;
  font-family: 'Poppins', sans-serif;
  color: #161921;
  font-weight: 400;
  padding: 2px 0px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

div#packagePurchasedModal ul.paymentMerchant li:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #cacaca;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  top: -1px;
}

div#packagePurchasedModal ul.paymentMerchant li input[type="radio"] {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 0;
  cursor: pointer !important;
}

#packagePurchasedModal div.modal-header h5 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  color: #161921;
}

#packagePurchasedModal div.modal-header button.btn-close {
  font-family: 'Font Awesome 6 Brands';
  color: red;
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  position: relative;
  top: -6px;
}

#packagePurchasedModal div.modal-header {
  display: flex;
  align-items: center;
  padding: 6px 15px;
}

div#packagePurchasedModal .paymentMerchantBox label[for="card-element"] {
  position: relative;
  font-family: 'Poppins', sans-serif;
  color: #161921;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 12px;
}

div#packagePurchasedModal .paymentMerchantBox button.submitPaymentStripe {
  background-color: #C49633;
  border: unset;
  font-size: 16px;
  padding: 6px 45px;
  color: #fff;
  border-radius: 4px;
  margin-top: 18px;
  display: block;
}

div#packagePurchasedModal .paymentMerchantBox button.submitPaymentPaypal {
  background-color: #C49633;
  border: unset;
  font-size: 16px;
  padding: 0px 40px;
  color: #fff;
  border-radius: 4px;
  margin-top: 5px;
  height: 40px;
  /* width: 120px; */
  display: block;
}

div#packagePurchasedModal .paymentMerchantBox div#card-element {
  border: 1px solid #eaeaea !important;
  padding: 15px 0px;
}

div#packagePurchasedModal ul.paymentMerchant li:has(input:checked):before {
  border-color: #c49633;
  background: #c49633;
}

div#packagePurchasedModal .couponApply .coupon {
  display: flex;
  margin-bottom: 25px;
  gap: 15px;
  align-items: center;
}

div#packagePurchasedModal .couponApply .coupon button.applyDiscount {
  background-color: #C49633;
  border: unset;
  font-size: 16px;
  padding: 6px 45px;
  color: #fff;
  border-radius: 4px;
  margin-top: 0px;
}

div#packagePurchasedModal .couponApply .coupon input[type="text"] {
  height: 40px;
  border: 1px solid #cacaca;
  background: transparent;
  border-radius: 4px;
}

div#packagePurchasedModal .couponApply .coupon input[type="text"].error {
  border-color: red;
}

.swal2-container {
  z-index: 99999999999 !important;
}

/* ---------- Css  */


div#calendar .fc-button-group button.fc-prev-button {
  background: #121212 !important;
  font-size: 16px;
  cursor: pointer;
}

div#calendar .fc-button-group button {
  padding: 6px 15px !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
}

div#calendar .fc-button-group button.fc-next-button {
  background: #121212 !important;
  color: #fff !important;
  font-size: 16px;
}

div#calendar .fc-button-group button:hover {
  background: #c49633 !important;
  color: #fff !important;
  border: 1px solid #c49633 !important;
  font-size: 16px;
}


div#calendar .fc-today-button {
  padding: 6px 15px !important;
  background: #c49633 !important;
  border: 1px solid #c49633 !important;
  opacity: 1 !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  cursor: pointer;
  font-size: 14px !important;
}

div#calendar .fc-today-button:hover {
  background: #121212 !important;
  border-color: #121212 !important;
}

div#calendar button.fc-button-active {
  background: #c49633 !important;
  border-color: #c49633 !important;
}

div#calendar button {
  background: #121212 !important;
  border-color: #121212 !important;
}


div#calendar .fc-view table.fc-scrollgrid-liquid {
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 0.9em;
  overflow: hidden;
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

div#calendar .fc-view table {
  border-collapse: collapse;
  font-size: 0.9em;
}


div#calendar .fc-view table thead tr {
  background-color: #121212;
  color: #ffffff;
}

.div#calendar .fc-view table th,
div#calendar .fc-view table td {
  padding: 14px 8px;
}

div#calendar .fc-view table tbody tr {
  border-bottom: 1px solid #dddddd;
}

div#calendar .fc-scroller::-webkit-scrollbar-track {
  background-color: #c8c8c8;
}

div#calendar .fc-scroller::-webkit-scrollbar {
  width: 2px;
}

div#calendar .fc-scroller::-webkit-scrollbar-thumb {
  background-color: #c49633;
}


div#calendar .fc-view table a:hover {
  color: #c49633;
}

div#calendar span.offline {
  background: #121212 !important;
  width: 100%;
  display: block;
  color: #fff !important;
}

div#calendar a {
  background: transparent;
  border: unset;
}

div#calendar span.online {
  background: #C49633 !important;
  width: 100%;
  display: block;
  color: #121212 !important;
}

div#calendar span.enrolled {
  background: green !important;
  width: 100%;
  display: block;
  color: #fff !important;
}


div#calendar a span {
  padding: 4px 4px;
  font-weight: 400;
  border-radius: 6px;
  margin: 0px 0px 6px;
  cursor: pointer;
  white-space: break-spaces;
  transition: all 0.3s linear;
  line-height: 14px;
  font-size: 12px !important;
}

div#calendar a span:hover {
  box-shadow: rgb(0 0 0 / 12%) 0px 10px 20px, rgb(0 0 0 / 15%) 0px 6px 6px !important;
}

.fc-daygrid-day-number {
  font-size: 18px;
  margin-bottom: 12px;
}

div.calenderPage .classImage {
  overflow: hidden;
  height: 300px;
  margin-bottom: 25px;
  border-radius: 4px;
  background: #eaeaea;
}

div.calenderPage .classImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

div.calenderPage label.title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
div.calenderPage .description {
    padding-top: 5px;
    padding-bottom: 20px;
}
div.calenderPage .description p {
  color: #525960;
  font-size: 13px;
  line-height: 22px !important;
  font-family: 'Poppins';
  margin-bottom: 10px;
}

div.calenderPage h5.modal-title {
  margin-top: 12px;
}

div#calendar span.full {
  background: red !important;
  color: #fff !important;
}

div.calenderPage .twoColumn {
  width: 49%;
  vertical-align: top;
}

div.calenderPage button.enrollInClass {
  background-color: #C49633;
  border: unset;
  font-size: 16px;
  padding: 8px 20px;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
}

div.calenderPage .twoColumn label.title {
  font-size: 18px !important;
}

div.calenderPage .twoColumn p {
  margin-bottom: 16px !important;
  font-size: 14px;
}

div#calendar table.fc-scrollgrid-sync-table {
  margin-bottom: 0 !important;
}

div#calendar table.fc-scrollgrid-sync-table tr {
  vertical-align: middle !important;
}


div#calendar .fc-view table.fc-scrollgrid-liquid thead tr th table.fc-col-header {
  margin-bottom: 0 !important;
}

div#calendar .fc-view table.fc-scrollgrid-liquid thead tr th {
  padding: 0px;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

table.enrollClasses {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table.enrollClasses .classDetail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

table.enrollClasses .classDetail img {
  width: 120px;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
}

table.enrollClasses thead tr th {
  background: #121212;
  padding: 8px 12px;
  color: #fff;
  border: 1px solid;
  font-size: 12px;
  font-weight: 500;
}

table.enrollClasses .classDetail .detail h3 {
  font-size: 14px;
  /* line-height: 22px; */
  font-weight: 600;
  margin: 0 0 0px;
}

table.enrollClasses .classDetail .detail h4 {
  font-size: 12px;
  text-transform: capitalize;
  color: #c49633;
  margin: 0;
}

table.enrollClasses tbody tr td {
  padding: 6px 12px !important;
  font-size: 12px;
}

table.enrollClasses tbody tr td:first-child {
  color: #121212;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

table.enrollClasses td button {
  background: #c49633 !important;
  border: 1px solid #c49633;
  padding: 1px 15px;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: capitalize;
  transition: all 0.3s linear;
}

table.enrollClasses td button:hover {
  background: #121212 !important;
}

.classDetailPopup .modal-dialog {
  max-width: 800px !important;
}

.classDetailPopup .modal-dialog ul {
  padding: 0;
  margin: 0;
}

.classDetailPopup .modal-dialog h4 {
  margin: 12px 0 4px;
  font-size: 20px;
  line-height: 22px;
}

.classDetailPopup .modal-dialog .description p {
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 12px;
}

.classDetailPopup .modal-dialog button.btn-close {
  font-size: 15px;
  font-family: 'Font Awesome 6 Brands';
  color: red !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

.classDetailPopup .modal-dialog .modal-footer button {
  background: red;
  border: 1px solid red;
  padding: 4px 12px !important;
  font-size: 14px;
}

.classDetailPopup .modal-dialog img {
  height: 300px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 12px;
  background: #eaeaea;
  border-radius: 10px;
}

.classDetailPopup .modal-dialog ul li.twoColumn {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}

.classDetailPopup .modal-dialog ul li.twoColumn h4 {
  font-size: 18px;
  line-height: 18px;
  font-family: 'Poppins';
  margin: 0 0 3px;
}

.classDetailPopup .modal-dialog ul li.twoColumn p {
  font-size: 13px;
  line-height: 22px;
  margin: 8px 0 0px;
  text-transform: capitalize;
}

table.enrollClasses tbody tr td:last-child {
  text-align: center;
}

table.enrollClasses thead tr th:last-child {
  text-align: center;
}


table.enrollClasses thead tr th:first-child {
  text-align: center;
}

/* ====================== Transaction Table */

table.transactionTable tbody tr td:last-child {
  text-align: center;
}

table.transactionTable thead tr th:last-child {
  text-align: center;
}


table.transactionTable thead tr th:first-child {
  text-align: center;
}


table.transactionTable {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table.transactionTable .classDetail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

table.transactionTable .classDetail img {
  width: 120px;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
}

table.transactionTable thead tr th {
  background: #121212;
  padding: 8px 12px;
  color: #fff;
  border: 1px solid;
  font-size: 12px;
  font-weight: 500;
}

table.transactionTable .classDetail .detail h3 {
  font-size: 14px;
  /* line-height: 22px; */
  font-weight: 600;
  margin: 0 0 0px;
}

table.transactionTable .classDetail .detail h4 {
  font-size: 12px;
  text-transform: capitalize;
  color: #c49633;
  margin: 0;
}

table.transactionTable tbody tr td {
  padding: 6px 12px !important;
  font-size: 12px;
}

table.transactionTable tbody tr td:first-child {
  color: #121212;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

table.transactionTable td button {
  background: #c49633 !important;
  border: 1px solid #c49633;
  padding: 1px 15px;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: capitalize;
  transition: all 0.3s linear;
}

table.transactionTable td button:hover {
  background: #121212 !important;
}

table.transactionTable a.refundRequest {
  background: #f8d7da;
  padding: 6px 14px;
  color: #721c24;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

table.transactionTable a.requestSent {
  background: #d6d8d9;
  padding: 6px 14px;
  color: #1b1e21;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.dashboard-block ul.myPackages {
  padding: 0;
  margin: 32px 0px 20px;
}

.dashboard-block ul.myPackages h3 {
  margin: 0px 0px 16px;
  text-transform: capitalize;
  font-size: 25px;
  position: relative;
  font-weight: 600;
  background: #c49633;
  text-shadow: 2px 2px 2px #121212ad;
  font-family: 'Poppins';
  border-bottom: 1px solid rgb(197 197 197 / 63%);
  border-radius: 8px 8px 0px 0px;
  padding: 24px 22px 20px 62px;
  color: #fff;
}

.dashboard-block01 p b {
  font-size: 15px !important;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}

.dashboard-block ul.myPackages h3::after {
  content: '\f5fd';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 26px;
  top: 35px;
  font-size: 24px;
}

.dashboard-block01 ul.myclasses {
  padding: 0px;
  margin: 40px 0 0;
}

.dashboard-block01 ul.myclasses li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 31px;
}

.dashboard-block01 ul.myclasses li img {
  width: 160px;
  height: 100px;
  border-radius: 6px;
  object-fit: cover;
}

.dashboard-block01 ul.myclasses li .detail h4 {
  margin: 0 0 0px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.dashboard-block01 ul.myclasses li .detail h5 {
  margin: 0px 0 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #c49633;
  font-weight: 500;
}

.dashboard-block01 p:last-child {
  margin-right: 0 !important;
}

.dashboard-block ul.myPackages li {
  margin: 0px 20px 25px 0;
  font-weight: 700;
  color: #c49633;
  width: 30%;
  font-family: 'Poppins';
  box-shadow: rgb(0 0 0 / 3%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
  border-radius: 8px;
  display: inline-flex;
  gap: 3px;
  flex-direction: column;
  padding-bottom: 22px;
}

.package-page .account-page-title h2 {
  margin: 15px 0 30px;
  font-size: 30px;
}

.package-page .account-page-title.second h2 {
  margin: 5px 0 15px;
}

.package-page p.package-class-description {
  font-size: 16px;
}

.package-page .package-class-buttons a {
  border: unset;
  background: #C49633;
  display: inline-block;
  border-bottom: 4px solid #976f1a;
  text-shadow: #000000bf 0 1px 1px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 6px 25px;
}

.package-page .package-class-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 8px;
}

div.slotsAvailableMarqee {
  width: 100%;
  max-width: 1340px;
  margin-bottom: -10px;
  background: #eaeaea;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 6px 15px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.classDetailPopup .modal-dialog ul li {
  list-style-type: none;
}

.modal {
  z-index: 99;
}

table.enrollClasses td button.enrollCancelButton {
  background: #dc3545 !important;
  border-color: #dc3545;
}

.dashboard-block ul.myPackages h3 label {
  text-shadow: 2px 2px 2px #121212ad;
  color: #fff;
  font-size: 18px;
  display: block;
  margin-top: -2px;
}

.account-page-title h3.filters {
  margin: 0px;
  position: absolute;
  top: 40px;
  left: 0px;
  display: block;
  max-width: 1390px;
  width: 100%;
  text-align: right;
  line-height: unset;
}

.account-page-title {
  position: relative;
}

.account-page-title h3.filters a {
  padding: 6px 12px;
  text-transform: capitalize;
  font-size: 14px;
  background: #121212;
  border-color: #121212;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  margin: 0px -2px;
}

.account-page-title h3.filters a.active {
  background: #c49633;
}

.enrollClassesCancel button.btn-close {
  padding: 0px;
  margin: 0px;
  top: -6px;
  position: relative;
  font-family: 'Font Awesome 6 Brands';
  color: red;
  opacity: 1;
}

.enrollClassesCancel ul.optionsForCancel {
  padding: 16px 0px;
  margin: 0px;
  text-align: center;
}

.enrollClassesCancel ul.optionsForCancel li {
  list-style-type: none;
  margin-bottom: 12px;
}

.enrollClassesCancel ul.optionsForCancel li button.changeClassSlot {
  background: #c49633 !important;
  border: 1px solid #c49633;
  padding: 6px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: capitalize;
  transition: all 0.3s linear;
  min-width: 200px;
}

.enrollClassesCancel ul.optionsForCancel li button.cancelClassSlot,
.enrollClassesCancel ul.optionsForCancel li button.refundClassSlot {
  border: 1px solid;
  padding: 6px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: capitalize;
  transition: all 0.3s linear;
  background: #dc3545;
  border-color: #dc3545;
  min-width: 200px;
}

.enrollClassesCancel ul.optionsForCancel li:last-child {
  margin-bottom: 0px;
}

.enrollClassesCancel ul.optionsForCancel button.classSlotChangeProceed {
  background: #c49633 !important;
  border: 1px solid #c49633;
  padding: 6px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: capitalize;
  transition: all 0.3s linear;
  margin-top: 15px;
}

.enrollClassesCancel ul.optionsForCancel button.back {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
  border: unset;
  border-radius: 4px;
  font-size: 10px;
}

.enrollClassesCancel ul.optionsForCancel h4 {
  font-family: 'Poppins', sans-serif;
  color: #161921;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  margin: 25px 0px 4px;
}

.enrollClassesCancel ul.optionsForCancel input {
  height: 40px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid lightgray;
  padding: 0px 10px;
  font-size: 16px;
}


.classDetailPopup .modal-dialog .description {
    padding-top: 10px;
    padding-bottom: 20px;
}

/* =========================================================== Mobile Css */
.enrollClassesCancel ul.optionsForCancel .changeClassSlot {
    text-align: left;
}
.dashboard-block h4 a {
    color: inherit;
}

.dashboard-block p a {
    color: inherit;
}
div#calendar span.workshop {
    background: #656565 !important;
    color: #fff;
    display: block;
    width: 100%;
}
ul.optionsForCancel button.classChangeProceed {}

select.changeClassName {}

.enrollClassesCancel ul.optionsForCancel li button.changeClass {
    background: #c49633 !important;
    border: 1px solid #c49633;
    padding: 6px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: capitalize;
    transition: all 0.3s linear;
    min-width: 200px;
}

.enrollClassesCancel ul.optionsForCancel .changeClass {
    text-align: left;
}

.enrollClassesCancel ul.optionsForCancel button.classChangeProceed {
    background: #c49633 !important;
    border: 1px solid #c49633;
    padding: 6px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: capitalize;
    transition: all 0.3s linear;
    margin-top: 15px;
}

.enrollClassesCancel ul.optionsForCancel select {
    height: 40px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid lightgray;
    padding: 0px 10px;
    font-size: 16px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 850px) {
  .account-setting-pages-same-class .account-setting-flex-row {
    flex-direction: column !important;
  }

  .account-setting-pages-same-class .account-setting-flex-row .account-setting-sidebar {
    width: 100% !important;
    margin: 0 !important;
  }

  .account-setting-pages-same-class {
    padding: 50px 10px 50px !important;
  }

  .account-setting-sidebar .account-setting-sidebar-inner {
    padding: 15px 10px 10px !important;
    margin: 0 auto;
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 20px !important;!i;!;
  }

  .profile-div {
    margin-bottom: 18px !important;
  }

  .profile-div .user-image {
    width: 70px;
    height: 70px;
    margin: 0 0 10px;
  }

  .user-name-label h4 {
    font-size: 20px;
    color: #121212;
  }

  .sidebar-menu ul li a {
    padding: 13px 12px !important;
  }

  .sidebar-menu ul li a span.link-text {
    font-size: 15px !important;
    color: #000 !important;
  }

  .sidebar-menu ul li a span.icon-class i {
    font-size: 14px !important;
  }

  .account-setting-pages-same-class .account-setting-flex-row .account-page-content-div {
    width: 100% !important;
    margin-top: 16px;
  }

  div.slotsAvailableMarqee {
    font-size: 14px !important;
    line-height: 19px !important;
    padding: 14px 20px;
    !im;!;
    display: block !important;!i;!;
    margin-bottom: 14px;
    padding: 12px 12px;
  }

  .account-page-title h2 {
    font-size: 24px !important;
    line-height: 28px !important;
    margin: 25px 4px 20px;
  }

  .dashboard-block {
    margin: 0 0 20px !important;
    padding: 15px 10px 5px !important;
    border-radius: 4px;
  }

  .dashboard-block ul.myPackages {
    margin: 0px 0 0;
  }

  .dashboard-block p {
    font-size: 13px !important;
  }

  .dashboard-block h4 {
    font-size: 18px !important;
    line-height: 20px !important;
    margin-bottom: 0px;
  }

  .dashboard-block01 ul.myclasses {
    margin: 0px 0 0 !important;
  }

  .profile-block {
    padding: 0 !important;
  }

  .account-setting-pages-same-class ul.packagesItems>li {
    width: 100% !important;
    margin: 0 0 30px !important;
  }

  ul.packagesItems li .head img {
    height: 50px;
    width: 50px;
  }

  .account-page-content-wrapper {
    padding: 0 14px 0px;
  }

  .account-page-content-wrapper h2 {
    margin: 4px 0 2px !important;
  }

  div#packagePurchasedModal .modal-dialog {
    width: 96% !important;
  }

  form div.myAccountPage {
    flex-direction: column-reverse;
    gap: 0 !important;
  }

  form div.myAccountPage .inputData {
    width: 100%;
  }

  .field-block {
    margin-bottom: 10px;
  }

  .field-block label.inputLabel {
    font-size: 14px;
  }

  .profile-block input {
    height: 45px !important;
    font-size: 14px;
    border-radius: 4px;
  }

  .profile-block .update-btn input#update-btn {
    width: 100% !important;
    font-size: 14px !important;
  }

  form div.myConsentForm h3 {
    margin-bottom: 18px !important;
    font-size: 18px;
  }

  form div.myConsentForm h4 {
    font-size: 18px;
  }

  form div.myConsentForm h2 {
    line-height: normal;
    margin: 10px 0px 12px !important;
    font-size: 18px !important;
  }

  form div.myConsentForm p {
    font-size: 13px !important;
    line-height: 25px !important;
  }

  form div.myAccountPage .profileImage {
    width: 100%;
  }

  form div.myAccountPage .profileImage .avatar-upload {
    margin: 0px 0px 22px !important;
    width: 100%;
    height: 220px !important;
  }



  div#login-up-page {
    padding: 100px 0px 50px !important;
    background-position: 74% 100% !important;
    background-size: cover;
  }

  .same-class-custom-page .flex-row {
    flex-direction: column !important;
    padding: 0px 0px 0px !important;
  }

  #login-up-page .account-side {
    width: 100% !important;
  }


  .wid-class {
    width: 100% !important;
  }

  #login-up-page .account-side h3 {
    font-size: 25px !important;
    line-height: 32px;
    width: 90%;
  }

  #login-up-page .account-side p {
    font-size: 14px !important;
  }

  #login-up-page .account-side .sign-up-content {
    margin-bottom: 14px !important;
  }

  .custom-sign-up-form .input-field-block input {
    height: 48px !important;
    font-size: 14px;
  }

  #login-up-page .account-side p {
    align-items: center !important;
    font-size: 12px !important;
    width: 96%;
    margin: 0 auto;
  }

  #login-up-page .account-side p span.remember-me-content {
    line-height: 0 !important;
  }

  #login-up-page input#form-btn {
    width: 100% !important;
    padding: 10px 10px !important;
    font-size: 15px !important;
  }

  #login-up-page .terms-and-condition-class.login-page {
    margin: 0 0 10px !important;
  }

  .form-account-info {
    overflow-x: auto;
  }

  .form-account-info table.transactionTable {
    white-space: nowrap;
    margin: 0 0 8px;
  }

  table.enrollClasses {
    white-space: nowrap;
  }

  body.page-template .header-absolute {
    background: #121212;
  }

  body.page-template .header-absolute .header-logo img {
    width: 100px;
  }

  div#waiverModal .modal-dialog .modal-body h2 {
    font-size: 20px;
  }

  .modal-content {
    width: 100%;
  }

  div#waiverModal .modal-dialog .modal-body .waiversBox {
    padding: 18px !important;
  }

  div#waiverModal .modal-dialog .modal-body h4 {
    font-size: 18px;
  }

  div#waiverModal .modal-dialog .modal-body h3 {
    font-size: 20px;
    margin: 8px 0 12px;
  }

  div#waiverModal .modal-dialog .modal-body p {
    font-size: 12px;
    line-height: 20px;
  }

  div#waiverModal .modal-dialog .modal-footer {
    padding-bottom: 25px;
  }

  .dashboard-block ul.myPackages li {
    width: 100% !important;
    margin-top: 12px;
    padding-bottom: 10px;
  }

  .dashboard-block ul.myPackages h3 {
    padding: 12px 12px 2px 50px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .dashboard-block ul.myPackages h3::after {
    top: 15px !important;
    left: 15px;
  }

  .dashboard-block ul.myPackages p,.dashboard-block ul.myclasses p {
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px 10px;
    line-height: 20px;
  }

  form#account-info {
    padding: 0px;
  }

  .classDetailPopup .modal-dialog img {
    height: 200px;
  }

  .modal-header h5 {
    font-size: 16px;
  }

  .classDetailPopup .modal-dialog .description p {
    margin-bottom: 22px;
  }

  .classDetailPopup .modal-dialog ul li.twoColumn {
    margin-bottom: 12px;
  }

  .classDetailPopup .modal-dialog ul li.twoColumn h4 {
    font-size: 16px;
  }

  .classDetailPopup .modal-dialog ul li.twoColumn p {
    font-size: 12px;
    margin: 0 0 0;
  }

  .classDetailPopup .modal-dialog h4 {
    margin: 8px 0 6px;
    font-size: 16px;
  }

  .account-page-title h3.filters {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    position: static;
  }

  div#calendar {
    padding-top: 30px;
  }

  .account-page-title h3.filters a {
    border-radius: 4px;
    font-size: 12px;
    padding: 0px 12px !important;
    font-weight: 400;
  }

  body .fc .fc-toolbar {
    flex-direction: column;
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .fc .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
    order: -1;
  }

  .fc .fc-toolbar .fc-toolbar-chunk:nth-child(2) h2 {
    margin-bottom: 5px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 600;
    text-align: center;
  }

  .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body .fc .fc-toolbar .fc-toolbar-chunk {
    max-width: 100% !important;
    width: 100%;
  }

  body .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-group {
    flex: 1;
    text-align: center;
  }

  body .fc .fc-toolbar {
    margin-bottom: 0 !important;
  }
    .dashboard-block01 p b {
    font-size: 16px !important;
}
	.dashboard-block01 ul.myclasses li {
    margin-bottom: 12px;
}

.dashboard-block01 ul.myclasses li img {
    width: 100px !important;
    height: 75px !important;
    object-fit: cover;
}

.dashboard-block01 ul.myclasses {margin-top: 15px !important;margin-left: 4px !important;}


.dashboard-block01 ul.myclasses li .detail h4 {
    font-size: 17px !important;
    margin-bottom: 4px;
}

.dashboard-block01 ul.myclasses li .detail h5 {
    font-size: 13px !important;
}
	body.page-template-class-schedules-template .form-account-info {
    overflow: hidden !important;
}
	
	
/* 	========== */

body div#calendar .fc-view table tbody tr td table tbody tr {
    display: flex !important;
    white-space: nowrap;
    flex-direction: column !important;
}
div#calendar a span {
    padding: 8px 0px !important;
}
body div#calendar .fc-view table tbody tr td table tbody tr td {
    flex: 1 !important;
}
/* 	========== */
.menu-icon {display: block;}

.menu-icon {
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 16px;
    display: block;
}
.user-name-date p {
    color: #121212;
}

.bar {
    width: 100%;
    height: 3px;
    background-color: #000;
    margin: 5px 0;
    transition: 0.4s ease;
}

.menu-icon.open .bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.menu-icon.open .bar:nth-child(2) {
    opacity: 0;
}

.menu-icon.open .bar:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}
.menu-class {display: none;
	
	}
.fc .fc-view-harness {
    height: 650px !important;
}

.div#calendar .fc-view table th, div#calendar .fc-view table td {
    padding: 3px 8px !important;
}
span.eye-class {
    top: 9px;
    right: 15px;
}
.dashboard-block ul.myPackages h3 label {
    font-size: 14px;
}	
	ul.packagesItems li .price span.amount {
    font-size: 30px;
}

ul.packagesItems li .price span.currency {
    right: 0px;
}

.account-setting-pages-same-class .account-page-title h2 {
    margin-bottom: 10px !important;
}
	form div.myConsentForm {
    padding: 20px 12px;
}
	div#calendar .fc-today-button {
    padding: 2px 10px !important;
    font-size: 12px !important;
}

div#calendar .fc-button-group button {
    padding: 2px 6px !important;
    text-transform: capitalize !important;
    font-size: 12px !important;
}

div#calendar .fc-view table thead {
    display: none;
}

div#calendar .fc-view table td[role="presentation"] {
    padding: 0px !important;
}

div#calendar .fc-view table td[role="presentation"] div.fc-daygrid-body {
    width: 100% !important;
}

div#calendar .fc-view table td[role="presentation"] div.fc-daygrid-body table {
    width: 100% !important;
}

#classSchedulePage .account-page-content-wrapper {
    padding: 0px;
}
body div#calendar .fc-view table tbody tr td table tbody tr td.fc-day-disabled {
    display: none;
}
div#calendar .fc-view table a.fc-daygrid-dot-event:before,div#calendar .fc-view table a.fc-daygrid-dot-event:after {
    display: none;
}
div#calendar .fc-view table a.fc-daygrid-dot-event {
    box-shadow: unset;
}
div#packagePurchasedModal ul.paymentMerchant li {
    width: 50%;
}
}



