a {
  color: #062575;
  text-decoration: none;
}
hr {
  opacity: 0.6;
}
a:hover {
  color: #01a310;
}
.link:hover {
  color: #01a310;
}
.fixed-header .navbar {
  background: #062575 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}
.p-0 {
  padding: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.bg-gray-101 {
  background-color: #fff !important;
}
/* .bg-altr{background-color: #EFEAF9 !important;} */
.bg-altr {
  background-color: #d6e5f5 !important;
}
.text-left {
  text-align: left !important;
}
.nav-item .active {
  color: #fff !important;
  font-size: 22px !important;
}

.user-tab .nav-item .active {
  color: #112233 !important;
}
.breadcrumb-item a {
  color: #062575 !important;
}

.event-card-body {
  padding: 2.25rem 1.75rem !important;
}

.section {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}
.event-list .card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.35); */
  margin-bottom: 1.25rem !important;
}
.event-box .highlight {
  background: #0009575e;
  padding: 5px;
  border-radius: 5px;
  color: rgb(0, 0, 0);
  text-align: center;
}
.btn-primary:disabled,
.btn-primary.disabled {
  cursor: not-allowed !important;
  pointer-events: auto !important;
}
.event-box .box-head {
  text-align: left;
  font-size: 20px !important;
  line-height: 20px;
  color: #000;
  font-weight: 500;
}

.event-box .box-head .search-input::placeholder {
  font-family: 'MYRIADPRO' !important;
}
.down-icon {
  color: #00a310;
  font-size: 32px;
  cursor: pointer;
}

.view-dline {
  background: #ff0000;
  text-align: center;
  padding: 5px;
  color: #fff;
  border-radius: 5px !important;
  width: 63%;
}

/* .deadline{  width: 85%;} */

/* .view-dline::after {
  content: "111";
} */

.event-box .payment {
  background: #062575;
  color: #fff !important;
  padding: 10px 35px;
  border-radius: 5px;
  text-align: center;
}

.event-box .running {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px;
  margin-right: 15px;
}

/* pagination */
.page-item.active .page-link {
  font-size: 20px !important;
  color: #ffffff;
  background-color: #062575;
  border-color: #062575;
}

.page-link {
  color: #062575;
  font-size: 20px !important;
  padding: 0.375rem 1rem;
  background-color: #ffffff;
  border: 1px solid #e0e0e1;
}

.btn-primary {
  color: #ffffff;
  background-color: #062575;
  border-color: #062575;
  font-size: 18px;
}
.map-icon {
  font-size: 38px;
  color: #ff0000;
  font-size: 32px;
  padding-left: 10px;
}

.head-cost {
  background: #94c3f7;
  padding: 25px 5px;
  text-align: center;
  font-size: 18px !important;
  line-height: 18px;
  color: #112233;
  font-weight: 500;
  border-radius: 5px;
  text-transform: capitalize;
  min-height: 68px;
}
.head-cost-c {
  background: #e7f8e9;
  padding: 25px 5px;
  text-align: center;
  font-size: 18px !important;
  line-height: 18px;
  color: #112233;
  font-weight: 500;
  border-radius: 5px;
  text-transform: capitalize;
}

.plr-5 {
  padding: 0 5px !important;
}

.box-disc {
  text-align: center;
  background: #f5be4e;
  border-radius: 5px;
  min-height: 150px;
  padding: 20px;
  font-size: 20px !important;
  color: #112233;
  font-weight: 400;
}

.tab-head-cost {
  background: #000957;
  border: #000957;
  border-radius: 5px;
  padding: 25px 5px;
  text-align: center;
  font-size: 18px !important;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
}

.tab-head-alt {
  background: #e7f8e9;
  border: #e7f8e9;
  border-radius: 5px;
  padding: 25px 5px;
  text-align: center;
  font-size: 18px !important;
  line-height: 18px;
  color: #112233;
  font-weight: 500;
  border-radius: 5px;
}
.btn-easy {
  margin: 0 10px;
  background: #00a310;
  border-color: #00a310;
}
.btn-manual {
  margin: 0 10px;
  box-shadow: 0px 4px 4px #00000040 !important;
}
.btn-prev {
  padding: 9px 70px !important;
}
.search-input {
  width: 90%;
  border: 1px solid #ada9a9;
  background-color: #f1f1f1;
  padding: 1% 2%;
  margin: 0% 1%;
  /* background-image: url(https://www.pngarea.com/pngm/109/1164446_searchicon-png-search-icon-png-download.png); */
  background-size: contain;
  background-repeat: no-repeat;
  outline: 0;
  background-position: right 1em bottom 13px;
  background-size: 25px;
  height: 55px;
  border-radius: 5px;
}
.bg-white {
  background-color: #fff !important;
}
.search-input:focus {
  background-color: #fff;
}

.icon-dot {
  font-size: 14px;
  color: #062575;
  margin: 0 10px;
}

.add-icon {
  color: #062575;
  padding-right: 10px;
  font-size: 24px;
}
#about .box-head p {
  margin: 0;
  font-size: 20px !important;
  line-height: 20px !important;
  text-align: center;
}

#about .box-head .payment {
  color: #fff !important;
}
.mult-date {
  color: #fb0001;
  font-weight: 500;
}

#display_popup {
  font-size: 20px;
  cursor: pointer;
}
#popup_box {
  visibility: hidden;
  display: none;
  width: 50%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px grey;
  z-index: 99999;
}

#popup_box #cancel_button {
  float: right;
  margin-top: 10px;
  margin-bottom: 6px;
  margin-right: 10px;
  background-color: #fb0001;
  border: none;
  color: white;
  padding: 2px;
  border-radius: 100%;
  width: 32px;
  border: 1px solid #fb0001;
  /* box-shadow: 0px 0px 10px 0px grey; */
  cursor: pointer;
}
#popup_box #info_text {
  padding: 10px;
  clear: both;
  background-color: white;
  color: #6e6e6e;
}

.shadow2 {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #ccc;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.35);
}

#about .dline-c p {
  color: #000 !important;
  text-align: left !important;
  font-size: 18px !important;
  padding: 5px 20px !important;
  margin: 10px 0;
}
#about .dline-c p span {
  font-weight: 500;
  color: #062575;
}
@media only screen and (max-width: 1399px) {
  .input-group-text {
    padding: 0.73rem 0.3em;
  }
  .head-cost {
    font-size: 18px !important;
  }
  .head-cost-c {
    font-size: 18px !important;
  }
  .tab-head-alt {
    font-size: 18px !important;
  }
  .event-box .box-head {
    font-size: 17px !important;
  }
  #popup_box {
    width: 70%;
  }

  .user-tab .nav-link {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .wm-100 {
    width: 100% !important;
  }
  .pre-exh {
    margin-top: 25px;
  }
  .res-mt-10 {
    margin-top: 2rem !important;
  }
}

@media only screen and (max-width: 991px) {
  .cart-qty {
    position: relative !important;
    top: -48px !important;
    right: -19px !important;
  }
}

.bg-primary-gradient2 {
  background: linear-gradient(180deg, #062575 50%, #002699 100%) repeat-x;
}

.bg-gray-101 {
  background-color: #062575;
}

.text-c h4 {
  color: #fff;
}

.breadcrumb {
  display: inline-flex;
}

.btn-easy {
  margin: 0 10px;
  background: #00a310 !important;
  border-color: #00a310 !important;
}

.btn-primary {
  color: #ffffff;
  background-color: #062575;
  border-color: #062575;
  font-size: 18px;
}

.btn-success {
  color: #ffffff;
  background-color: #062575;
  border-color: #062575;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #00a310;
  border-color: #00a310;
}

.input-group-text {
  position: absolute;
  right: -5px;
  top: 0px !important;
  padding: 0.75rem 0.3em !important;
  border-radius: 0;
  background: #062575 !important;
  color: #fff;
  border-left-color: #062575 !important;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #062575 !important;
}
.view-dline {
  background: #ff0000;
  text-align: center;
  padding: 5px;
  color: #fff;
  border-radius: 5px !important;
  width: 63%;
}

.page-content-auth {
  background: #fff;
}
.text-font {
  font-size: 18px;
}

.footer-auth {
  bottom: 0;
  padding: 30px calc(1.25rem / 2);
  position: absolute;
  right: 0;
  background: #fff;
  color: #062575;
  left: 0px;
  height: 80px;
  box-shadow: 0 0px 4px rgba(15, 34, 58, 0.12);
}
.text-green {
  color: #01ba13;
}
.activate p {
  padding: 20px 0;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  font-size: 22px;
  margin-top: 20px;
}

.select2-search-disable__value-container,
.select2-search-disable__value-container--is-multi,
.select2-selection__value-container {
  padding: 7px 20px !important;
  background-color: #efeaf9 !important;
  border: 1px solid #062575;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.select2-selection__indicators {
  border: 1px solid #062575;
  border-left: 0;
}
.css-tj5bde-Svg {
  color: #062575;
}
.fs-20 {
  font-size: 20px;
}
.footer-page {
  font-size: 22px;
  background: rgba(6, 37, 117, 0.1);
  box-shadow: none;
  border-radius: 5px;
  padding: 40px;
  color: #062575;
}

.agree-check label {
  padding-left: 15px;
  font-size: 19px;
  color: #062575;
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #00a310;
}
.regi-box {
  background: #efeaf9;
  height: 650px;
  overflow: scroll;
  border: 1px solid #ccc;
  box-shadow: 5px 16px 28px rgba(0, 0, 0, 0.2);
}
.regi-box p {
  font-size: 20px;
  color: #112233;
}

.regi-box p strong {
  font-size: 20px;
  color: #112233;
}

.regi-box h3 {
  font-size: 28px;
  margin: 35px 0;
  text-align: center;
  color: #112233;
}

.w-lg {
  padding: 0.7rem 5rem;
  font-size: 1.125rem;
  line-height: 1.625;
  border-radius: 5px;
}

.page-item.active .page-link {
  font-size: 20px !important;
  color: #ffffff;
  background-color: #062575;
  border-color: #062575;
}

.page-link {
  color: #062575;
  font-size: 20px !important;
  padding: 0.375rem 1rem;
  background-color: #ffffff;
  border: 1px solid #e0e0e1;
}

.min-h-80 {
  min-height: 80vh;
}
.p-r-3 {
  padding: 0 6px !important;
}
.mtb-4 {
  margin: 50px 0;
}
.table > :not(:last-child) > :last-child > * {
  font-size: 20px;
}
.cust-tab tbody tr td {
  color: #112233 !important;
}
.table-color {
  background-color: #062575;
  color: #fff;
}
.table > :not(caption) > * > * {
  padding: 1rem;
  font-size: 20px;
  vertical-align: middle !important;
}

.create-btn {
  background: #062575;
  font-size: 20px;
  letter-spacing: 1px;
  width: 100%;
}
.create-btn:hover {
  color: #fff !important;
  background-color: #00a310;
  border-color: #00a310;
  box-shadow: 0 0 10px -5px rgba(45, 206, 137, 0.5);
}

.form-check-label {
  font-size: 20px;
  color: #112233;
  padding: 5px 10px;
}

.date-head {
  background: #000957;
  border: #000957;
  color: #fff;
}

.filter-box {
  cursor: pointer;
}
.filter-modal {
  position: absolute;
  right: 10%;
  width: auto;
}

.filter-modal {
  max-width: 700px !important;
}
.filter-modal .modal-header {
  background-color: #000957;
}
.filter-modal .modal-body {
  background-color: #dfdfdf;
}
.filter-modal .modal-title {
  color: #fff;
}

.flatpickr-months .flatpickr-month,
.flatpickr-weekdays {
  background: #00a310;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: #00a310;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #00a310;
  color: #fff;
  border-color: #00a310;
}
span.flatpickr-weekday {
  background: #00a310;
  color: #fff;
}

.filter-modal .form-check-label {
  padding: 0 5px;
  font-size: 18px;
}
.filter-modal .form-check-input:focus {
  box-shadow: none;
}

.entry-box {
  background: #efeaf9;
  padding: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #c3b7db;
  color: #112233;
  font-size: 20px;
}

.repeater .select2-selection__value-container {
  background-color: #ffffff !important;
  padding: 8px !important;
}

.repeater .select2-selection__menu {
  background-color: #efeaf9 !important;
  margin: 0;
}

.disc-val {
  padding: 8px 18px;
  background: #f5be4e;
  border-radius: 5px;
}

.disc-pad {
  padding: 1rem 0 !important;
}
.disc-box {
  background: #f5be4e;
  padding: 20px;
  font-size: 20px;
  color: #112233;
  border-radius: 5px;
}
.total-box {
  background: #efeaf9;
}
.total-box td {
  font-weight: 600;
}
.w-15 {
  width: 15%;
}

.close-btn {
  background-color: #fb0001;
  border: none;
  color: white;
  padding: 2px;
  width: 32px;
  border: 1px solid #fb0001;
  cursor: pointer;
}

.btn-back {
  background: #112233 !important;
}
.count-num {
  width: 40%;
  margin: 0 auto;
}

.count-num button {
  border-radius: inherit;
  background: #e6e9f1;
  color: #112233;
  font-weight: 600;
}

.count-num button:hover {
  background: #e6e9f1;
  color: #112233;
}

.disc-collapse {
  border-bottom: 0 !important;
  border-color: #fff !important;
}
.disc-collapse td {
  padding: 0;
}

.disc-val-col {
  padding: 10px 5px 8px 14px;
  background: #f5be4e;
  border-radius: 5px;
}
.w-60 {
  width: 60%;
}
#about .shop-card {
  background: #e7f8e9;
  padding: 20px;
}
#about .shop-card h4 {
  font-size: 24px;
}
#about .shop-card p {
  font-size: 20px;
}
.sucess_modal .modal-content {
  background-image: radial-gradient(
    rgba(255, 255, 255, 1),
    rgba(0, 163, 16, 1)
  );
}
.signup_modal .modal-content {
  background: #00a310 !important;
}
.signup_modal .modal-header {
  border-bottom: none;
}
.signup_modal .modal-content p {
  font-size: 20px;
  color: #fff;
}
.signup_modal .modal-content h4 {
  color: #fff;
}

/* // Sub dropdown css */
.header-main
  .navbar-expand-lg
  .navbar-nav
  > .nav-item.dropdown
  > .nav-link:after {
  color: #062575;
}
.header-main .navbar-nav .dropdown-menu {
  padding: 10px 15px;
  border-top: 2px solid #fce994;
  border: 1px solid #ccc;
}
.header-main .navbar-nav .dropdown-menu li {
  padding: 3px 0;
}
.header-main .navbar-nav .dropdown-menu li a:hover {
  color: #bb883f;
}

/* // Login tab view css */
.user-tab .tab-pane {
  padding: 0;
}
.user-tab .card {
  margin-bottom: 0;
}
.bg-blue {
  background: #062575;
  border-radius: 10px;
}
.bg-white {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
}
.user-tab .nav-link {
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  font-size: 21px;
  color: #fff;
}
.user-tab .nav-item {
  cursor: pointer;
  line-height: 40px;
}
.user-tab .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent;
}

/* Forgot Password Css */
.forgot-pwd .card-body {
  background: #062575;
  border-radius: 10px;
}
.forgot-pwd h3 {
  color: #fff;
}
.forgot-pwd .form-label {
  color: #fff;
}
.forgot-pwd .text-font a {
  color: #fff;
}
.forgot-pwd .btn-primary {
  background: #fff;
  color: #062575;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.65rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #062575;
  background-color: #efeaf9 !important;
  background-clip: padding-box;
  border: 1px solid #062575;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.regi-box {
  background: #efeaf9 !important;
}

.list-type-04 li {
  position: relative;
  padding: 2px 0 2px 20px;
  color: #112233;
  font-size: 20px;
}

.form-control {
  font-size: 20px;
  line-height: 1.6;
  border: 1px solid #c3b7db;
  -webkit-appearance: none;
  background-color: #fff !important;
  color: #112233 !important;
}
.form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #112233;
  font-family: 'MYRIADPRO';
  font-size: 20px;
}
table tbody tr {
  border-bottom: 1px solid #000000;
}
.page-title-box {
  padding-bottom: 1.25rem;
}

.pwd-icon {
  position: relative;
  float: right;
  top: -40px;
  right: 20px;
}
.page-heading {
  padding: 20px 0;
}

.page-content-view {
  margin-top: 0px;
  padding: calc(40px + 1.25rem) calc(1.25rem / 2) 70px calc(1.25rem / 2);
}

.tab-running {
  background: #efeaf9;
  padding: 20px 5px;
  text-align: center;
  font-size: 20px !important;
  line-height: 18px;
  color: #112233;
  font-weight: 500;
}

.tab-run-show {
  background: #e7f8e9;
  padding: 20px 5px;
  text-align: center;
  font-size: 20px !important;
  line-height: 18px;
  color: #112233;
  font-weight: 500;
}

.running-total p {
  font-size: 22px;
  font-family: 'MYRIADPRO';
  color: #000 !important;
  text-align: justify;
  line-height: 35px;
}

.w-15 {
  width: 15%;
}

.btn-red {
  background: #fb0001 !important;
  border-color: #fb0001 !important;
}

.pe-auto {
  cursor: pointer;
}

.tab-nav .nav-item .active {
  line-height: 0px !important;
}

.tab-nav .tab-content {
  border: 1px solid #cdd1d7 !important;
}

.cal-icon {
  position: absolute;
  right: 12px;
  top: 18px;
  font-size: 18px;
  color: #062575;
}
#click-here-1:hover {
  color: #01a310;
}
#click-here-1 {
  color: #062575;
  cursor: pointer;
}
.error {
  color: rgb(255, 22, 22) !important;
  font-size: larger;
}

.count-num .btn-secondary {
  color: #ffffff !important;
  background-color: #062575 !important;
  border-color: #062575 !important;
  font-size: 20px !important;
  line-height: 32px !important;
}

.count-num .form-control:focus {
  box-shadow: none !important;
}
.cust-tab img {
  cursor: pointer;
}
::placeholder {
  font-family: 'MYRIADPRO';
}
.loginform input {
  background: #efeaf9 !important;
}
.loginform .user-tab .text-font {
  color: #062575;
  font-family: 'Montserrat';
  font-size: 16px;
}
.loginform .user-tab .text-font a {
  color: #062575;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
}

.view-dline .input-group-text {
  right: 0px;
}
.para {
  font-size: 18px !important;
}

.add-input {
  padding: 0;
  text-align: center;
}

.count-num .btn-secondary:disabled,
.count-num .btn-secondary.disabled {
  cursor: not-allowed !important;
  pointer-events: auto !important;
}
/* .styled-select select {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      radial-gradient(#ddd 70%, transparent 72%);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - .5em) .5em;
    background-size:
      5px 5px,
      5px 5px,
      1.5em 1.5em;
    background-repeat: no-repeat;
  }

  .styled-select select:focus {
    background-image:
      linear-gradient(45deg, white 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, white 50%),
      radial-gradient(gray 70%, transparent 72%);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - .5em) .5em;
    background-size:
      5px 5px,
      5px 5px,
      1.5em 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
  } */

.loginform .user-tab .text-font a:hover {
  color: #01a310 !important;
}

.changeCursor {
  cursor: wait !important;
  pointer-events: none;
}

.react-select.react-select-primary
  .react-select__control.react-select__control--is-disabled:hover {
  cursor: not-allowed !important;
}

.rights {
  color: #112233;
}

@media only screen and (max-width: 1499px) {
  .w-5 {
    width: 50% !important;
  }
}

.table-div {
  display: table-row;
  width: 100%;
}

.table-div .preview-class {
  border: 1px solid #112233;
  /* display: table-cell; */
  display: table-column;
  /* display: flex; */
  align-items: center;
  width: 8.3%;
  padding: 0 5px;
  margin: 0px 0px;
  text-align: center;
  font-size: 18px;
  color: #112233;
  margin-bottom: 0px;
  vertical-align: middle;
  border-left: 0;
  text-transform: capitalize;
}
.table-div .preview-class:first-child {
  border-left: 1px solid #112233;
}

.table-div {
  flex-wrap: nowrap !important;
  overflow: auto !important;
  padding: 0 10px;
}
.disabled .page-link {
  cursor: not-allowed !important;
  pointer-events: all;
}

.min-order {
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 24px;
}
.w-break {
  word-break: break-all !important;
}
.fa-info-circle {
  margin: 0 10px;
}

input::-ms-reveal,
input::-ms-clear {
  display: none !important;
}
.w-break {
  word-break: break-all !important;
}

.event-list .pagination ul li:disabled,
.event-list .pagination ul li.disabled {
  cursor: not-allowed !important;
  pointer-events: unset !important;
}

.pagination .page-link {
  cursor: pointer;
}

.pagination .page-item {
  cursor: pointer;
}

.pbtn-view {
  background: #00a310 !important;
  border-color: #00a310 !important;
  border-radius: 0.25rem !important;
  padding: 10px 20px 5px 20px !important;
}
/* Responsive Css  13 APR 2023 */

@media only screen and (max-width: 1399px) {
  .box-head .res-c-left {
    text-align: left !important;
  }
}

@media only screen and (max-width: 991px) {
  /* .cart-qty{display: none;} */

  .res-txt-center {
    text-align: center !important;
  }
  .res-mb-2 {
    margin-bottom: 20px !important;
  }
  .res-mb-4 {
    margin-bottom: 40px !important;
  }
  .box-head .res-c-left {
    text-align: left !important;
  }
  .res-ml-0 {
    margin-left: 0 !important;
  }
  .event-box .res-mb-2 {
    margin-bottom: 20px !important;
  }
  .res-mt-view {
    margin-top: 15% !important;
  }
  .res-right-7px {
    right: 7px !important;
  }
  .res-cart {
    text-align: right;
  }

  .res-edit-check {
    height: 50px;
    width: 50px !important;
    margin-top: 30px;
  }
  /* .table-div {flex-wrap: wrap !important;} */
  .header-main .res-dis-view {
    display: block !important;
    background: #082575;
    border: 0px !important;
    margin-left: 1 !important;
    text-align: center;
  }
  .header-main .res-dis-view a {
    color: #ffffff;
    text-decoration: none;
  }
  .res-text-c {
    text-align: center;
  }
  .box-save {
    padding: 20px 15px 15px 20px !important;
  }
  .res-fpnt {
    font-size: 22px;
  }
  .middle-box .res-m-box {
    margin-bottom: 20px;
    text-align: center !important;
  }
  .filter-modal {
    left: 10%;
  }
  .cust-tab tr th {
    color: #fff !important;
  }
  .r-w-f {
    width: 50% !important;
  }
}

@media only screen and (max-width: 767px) {
  .search-btn {
    right: -5px !important;
    top: 0px !important;
  }
  .res-txt-center {
    text-align: center !important;
  }
  .res-mt-view {
    margin-top: 25% !important;
  }
  .res-d-none {
    display: none;
  }
  .res-width div {
    width: 100% !important;
  }
  .table-div .preview-class {
    width: 20%;
  }
  .res-mb-manual {
    margin-bottom: 20px !important;
  }
  .w-res-full {
    width: 100% !important;
  }
  .pre-exh {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .res-w-f {
    width: 50% !important;
  }
  .list-group-item {
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 480px) {
  .res-w-100 {
    width: 100% !important;
  }
  .search-btn {
    right: -5px !important;
    top: 20px !important;
  }
  .res-p-r input {
    padding-right: 30px;
  }
  .res-mt-view {
    margin-top: 45% !important;
  }
  .user-tab .nav-tabs .nav-res2 {
    line-height: 1.8;
  }
  .user-tab .nav-tabs .nav-res1 {
    line-height: 3.6;
  }
  .table-div .preview-class {
    width: 35%;
  }
  .middle-box .res-m-box {
    margin-bottom: 38px;
    text-align: center !important;
  }
  .res-cart-icon {
    height: 35px;
    width: 50px;
    margin: 40px;
  }
  .res-tab-str .nav-link {
    line-height: 20px;
  }
  .res-fpnt {
    font-size: 18px;
  }
}
.fw-normal {
  font-weight: 500;
}

/* 03 July 2023 CSS*/
.cust-tab tr th {
  color: #fff !important;
}
.react-datepicker-wrapper {
  width: 100%;
}
.w-100 {
  width: 100% !important;
}

.hw-color {
  color: #01a310 !important;
}
.hw-color:hover {
  color: #062575 !important;
}

/* 17 AUG RASYFIDE CSS*/
.new-card h6 {
  color: #0d084c !important;
  font-family: 'MYRIADPRO' !important;
  font-size: 24px;
}
.pull-right {
  float: right;
}
.list-group-item {
  color: #0d084c !important;
  font-family: 'MYRIADPRO' !important;
  font-size: 19px;
}
.left-bar .active {
  background-color: #01a310 !important;
  border: none;
  color: #fff !important;
}
.hw-color {
  color: #01a310 !important;
}
.hw-color:hover {
  color: #062575 !important;
}
/* 23 AUG 2023 CSS */
.header-easy {
  background: #1fa310 !important;
}
.text-red {
  color: #ff5c75 !important;
}
.new-card h4 {
  color: #0d084c !important;
  font-size: 1.5rem;
}
.new-card p {
  color: #112233 !important;
  font-size: 20px;
}
.text-green {
  color: #01a310 !important;
  text-decoration: none;
}
.easyfied-form Label {
  color: #000;
  font-size: 20px !important;
  margin-right: 15px;
}

.easyfied-form select {
  font-size: 20px;
  line-height: 1.6;
  border: 1px solid #c3b7db;
  -webkit-appearance: none;
  background-color: #fff !important;
}
.greeen-btn {
  background: #1fa310 !important;
  color: #fff !important;
}
.greeen-btn:hover {
  background: #0d084c !important;
  color: #fff !important;
}

.msg-box p {
  color: red !important;
  text-align: left;
  font-size: 24px;
  padding-top: 10px;
  margin-bottom: 0;
}

.prof-btn .btn-secondary {
  color: #ffffff;
  background-color: #062575 !important;
  border-color: #062575 !important;
  padding: 15px;
  border-radius: 5px;
  font-size: 20px !important;
}

/* .img-btn{
  padding: 7px 20px !important;
} */

.img-crud .btn-primary:disabled,
.img-crud .btn-primary.disabled {
  color: #ffffff;
  background: #082575 !important;
  border-color: #082575 !important;
}

.img-btn-add {
  padding: 7px 20px !important;
  background: #082575 !important;
  border-color: #082575 !important;
}
.pad-pmr {
  padding: 5px 18px !important;
}
.img-btn-save {
  padding: 7px 20px !important;
  background: #1fa310 !important;
  border-color: #1fa310 !important;
}

.img-box-bor {
  border: 1px solid #c3b7db;
  width: 100%;
  padding: 10px;
}
.euip-read-more {
  font-weight: bold;
  color: #20a310;
}
.euip-read-more:hover {
  font-weight: bold;
  color: #20a310;
}
/* Equipment CSS  18 SEPT*/
.equi-card .card-header {
  background: #efefef;
}
.euip-box p {
  color: #000 !important;
  font-size: 20px;
}
.eqip-p-4 {
  padding: 40px;
}
.form-cont-label label {
  font-size: 20px;
}
.form-cont-label p {
  font-size: 20px;
}
.sponsor-read-more {
  padding: 0.65rem 3.25rem !important;
  background: #1fa310 !important;
  border-color: #1fa310 !important;
}
.social-btn a {
  margin: 0 10px;
}

.high-view {
  background: #20a310;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
}
.mx-image-auto {
  margin: 0 auto;
}

.filter-line p {
  font-size: 24px;
  color: #000 !important;
}

.image-gallery-slide .image-gallery-description {
  left: 40% !important;
}

.terms p {
  color: #123;
  font-size: 20px;
  font-family: 'MYRIADPRO';
}

.term-date {
  color: #123;
  font-size: 20px;
  font-family: 'MYRIADPRO';
  text-align: left;
}
.terms ul li {
  color: #123;
  font-size: 20px;
  font-family: 'MYRIADPRO';
}

.term-modal {
  max-width: 95% !important;
  margin: 1.75rem auto;
}

.term-modal .modal-body {
  overflow: scroll;
  height: 700px;
}

/* new CSS */
.text-red {
  color: #ff5c75 !important;
}
.fs-new {
  font-size: 1.5rem;
}

.gift-card {
  border: 1px solid #ff5c75;
  padding: 20px;
  background: yellow;
  border-radius: 10px;
}

.gift-card p {
  margin-bottom: 0;
  color: #112233;
  font-size: 18px;
}

.win-gift p {
  font-size: 20px !important;
  color: #ff5c75 !important;
}

.bg-f5 {
  background: #f5f5f5;
}

.pre-exh {
  font-size: 18px;
  font-family: 'MYRIADPRO';
}

.pre-text {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.35);
  padding: 20px;
  border-radius: 10px;
  font-size: 20px;
}
.curr-plan:disabled,
.curr-plan.disabled {
  background-color: #082575 !important;
  border-color: #082575 !important;
  cursor: not-allowed !important;
  pointer-events: unset !important;
  border-radius: 5px !important;
}
.bg-plan {
  background: #ce9603 !important;
}

.premier-unlock .view-box {
  background: #fcfcfc;
  border-color: #082575 !important;
}

.front-acc .box-acc {
  background: #fffefe;
  border: 1px solid #082575;
}
.front-acc .list-data ul li {
  font-size: 18px !important;
  line-height: 25px;
  color: #112233;
}
.front-acc .list-data h6 {
  font-size: 20px !important;
  color: #112233;
}
.pre-date .react-datepicker__day--keyboard-selected,
.pre-date .react-datepicker__month-text--keyboard-selected,
.pre-date .react-datepicker__quarter-text--keyboard-selected,
.pre-date .react-datepicker__year-text--keyboard-selected {
  background-color: #082575 !important;
  color: #fff;
}

.pre-date .react-datepicker__month .react-datepicker__month-text,
.pre-date .react-datepicker__month .react-datepicker__quarter-text {
  border: 1px solid #ccc;
}
.card-body .gr-icon {
  color: rgb(96, 153, 62) !important;
}

.min-card {
  min-height: 168px !important;
}
.min-card1 {
  padding: 10px 5px !important;
}  

.tax {
  color: #112233;
  font-weight: normal;
  font-size: 16px;
}

.pages .text-note{
  font-size: 20px !important;
  font-family: 'MYRIADPRO' !important;
  color: #ff0000 !important;
  line-height: 25px !important;
}
@media only screen and (max-width: 1920px) {
  .min-card {
    min-height: 272px !important;
  }
  .card-hei {
    min-height: 160px !important;
  }

}
@media only screen and (max-width: 1599px) {
  .frm-sel-pad {
    padding: 0.65rem 2.5rem 0.65rem 0.5rem !important;
  }
  .temo-m-l {
    margin-left: 0px !important;
  }
  .min-card {
    min-height: 272px !important;
  }
  .card-hei {
    min-height: 160px !important;
  }
}

@media only screen and (max-width: 1499px) {
  .tax {
    font-size: 16px;
  }
  .min-card {
    min-height: 300px !important;
  }
  .card-hei {
    min-height: 188px !important;
  }
}
@media only screen and (max-width: 1399px) {

  .min-card1{
    font-size: 16px;
  }
  .res-mr {
    margin-right: 40px !important;
  }
  .frm-sel-pad {
    font-size: 14px !important;
    height: 50px !important;
  }
  .easyfide-navbar.navbar-nav > .nav-item > .nav-link {
    font-size: 1.2rem !important;
  }
  .plan-window .card-body {padding: 1.25rem 1rem;}
  .plan-window .card-header h4{font-size: 20px;}
  .plan-window ul li{font-size: 18px;}
  .plan-window ul .list-group-item{font-size: 16px;}
  .plan-window .min-card {
    min-height: 250px !important;
  }
  .plan-window .card-hei {
    min-height: 145px !important;
  }
}


.temo-m-l {
  margin-left: 0px !important;
}
.header-easy .m-auto {
  margin: auto !important;
}
.btn-danger {
  color: #ffffff;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.list-brn-view .btn-sm {
  padding: 0.5rem 1rem;
}
.type-radio label {
  margin: 0 30px 0 0;
}
.down-arrow {
  color: #20a310;
  font-size: 28px;
  cursor: pointer;
}
.down-arrow:hover {
  color: #08236c;
}

.easy-page .pagination .disabled {
  cursor: not-allowed !important;
  pointer-events: unset !important;
}
.mres {
  margin-top: 7px !important;
}

.fs-btn .fs-6{font-size: 18px !important;}

/* Responsive Css 11 SEPT 2023 */
@media only screen and (max-width: 991px) {
  .min-card {
    min-height: 0 !important;
  }
  .view-dline {
    width: 95% !important;
  }
  .prof-btn {
    margin: 20px 0 !important;
  }
  .count-num {
    width: 100% !important;
  }
  .tax {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
.res-agree-check {text-align: center !important;}
.res-agree-check input{margin-bottom: 10px !important;}
  .footer-page{text-align: center !important;}
  .footer-page .text-right{text-align: center !important;}
  .footer-page .text-left{text-align: center !important;}
  .footer-page .rights {
    line-height: 1.2;
    margin-bottom: 10px;
}
  .res-mar {
    margin-bottom: 20px !important;
  }
  .res-mul-tab {
    display: block !important;
    padding: 0 !important;
  }

  .res-mul-tab .nav-link.active,
  .res-mul-tab .nav-item.show .nav-link {
    color: #000000 !important;
    background-color: #dfdfdf !important;
    border-color: #014299 !important;
  }
  .res-mul-tab .nav-link {
    border: 1px solid #014299 !important;
  }
  .euip-box {
    text-align: center;
  }
  .res-card-header {
    text-align: center !important;
  }
  .res-card-header h4 {
    margin-bottom: 20px;
  }
  .res-card-header .text-left {
    text-align: center !important;
  }
  .res-card-header .text-right {
    text-align: center !important;
  }
  /* #014299 */
  .pre-text {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 480px) {
  .event-card-body {
    padding: 2.25rem 1rem !important;
  }
  .res-pop {
    width: 300px !important;
  }
  .pagination .page-link {
    font-size: 12px !important;
  }
  .event-box .box-head {
    text-align: center !important;
    margin-bottom: 20px;
  }
  .event-box .add-left {
    text-align: left !important;
  }

  .user-tab {
    padding: 1.25rem 0.5rem !important;
  }
  .shop-card {
    padding: 5px !important;
  }
  .shop-card .card-body {
    padding: 1.25rem 0rem !important;
  }
  .user-tab .nav-link {
    font-size: 15px !important;
  }
  .save-hgt {
    height: 40px;
  }
  .p-6 {
    padding: 1rem !important;
  }

  .image-gallery-slide .image-gallery-description {
    left: 32%;
  }
}