@charset "UTF-8";
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
.metavurx--customer .upload_img_btn {
  color: #fff;
  border-radius: 5px;
  background: #2f7f99;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 500;
}
.metavurx--customer .success_text {
  color: #11bf8e !important;
}
.metavurx--customer .failed_text {
  color: #bf1111 !important;
}
.metavurx--customer .cancel_text {
  color: #000 !important;
}
.metavurx--customer .receipt_watermark {
  position: absolute;
  top: 50%; /* Center the watermark vertically */
  left: 50%; /* Center the watermark horizontally */
  transform: translate(-50%, -50%) rotate(-45deg); /* Rotate and center the watermark */
  font-size: 4rem;
  pointer-events: none; /* Allow clicking through the watermark */
  white-space: nowrap; /* Prevent line breaks */
}
.metavurx--customer .receipt_watermark.success {
  color: rgba(0, 255, 26, 0.14);
}
.metavurx--customer .receipt_watermark.success::before {
  content: "PAID";
  font-weight: bold;
}
.metavurx--customer .receipt_watermark.failed {
  color: rgba(255, 0, 0, 0.37);
}
.metavurx--customer .receipt_watermark.failed::before {
  content: "FAILED";
  font-weight: bold;
}
.metavurx--customer .receipt_watermark.cancel {
  color: rgba(67, 67, 67, 0.37);
}
.metavurx--customer .receipt_watermark.cancel::before {
  content: "CANCELLED";
  font-weight: bold;
}
.metavurx--customer .customer_header {
  border-radius: 10px;
}
.metavurx--customer .customer_header .card-user {
  background: #efb420;
}
.metavurx--customer .customer_header .card-user img {
  border-radius: 10px;
}
.metavurx--customer .customer_header .card-user .user-info span {
  color: #fff;
}
.metavurx--customer .trigger-btn {
  background: none;
  border: none;
}
.metavurx--customer .trigger-btn:before {
  background: none;
}
.metavurx--customer .textfield {
  border-radius: 10px;
}
.metavurx--customer .textfield input {
  border-radius: 10px;
}
.metavurx--customer .textfield .multiselect__tags {
  border-radius: 10px;
  line-height: 1rem;
}
.metavurx--customer .img_summary {
  border-radius: 20px;
  max-height: 16rem;
}
.metavurx--customer .receipt_header {
  color: #000;
  font-family: "Poppins";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 576px) {
  .metavurx--customer .receipt_header {
    font-size: 18px;
  }
}
.metavurx--customer .receipt_qr_holder {
  height: 11rem;
  width: 11rem;
  padding: 1.5rem;
}
.metavurx--customer .receipt_sub_header {
  color: #000;
  font-family: "Poppins";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 576px) {
  .metavurx--customer .receipt_sub_header {
    font-size: 18px;
  }
}
.metavurx--customer .img_logo_receipt {
  max-height: 3rem;
}
.metavurx--customer .rules-description {
  overflow-y: auto;
  max-height: 400px;
  scrollbar-width: none;
  scrollbar-color: #103783 #ffffff;
  scrollbar-width: none;
  scrollbar-color: #103783 #ffffff;
  display: block;
}
.metavurx--customer .rules-description::-webkit-scrollbar {
  width: 8px;
}
.metavurx--customer .rules-description::-webkit-scrollbar-track {
  background: #9ea7cf;
  border-radius: 10px;
}
.metavurx--customer .rules-description::-webkit-scrollbar-thumb {
  background-color: #103783;
  border-radius: 10px;
  border: 3px none #ffffff;
}
.metavurx--customer .datatable-wrap {
  border: 0;
  border-radius: 20px !important;
}
.metavurx--customer .primary_bg {
  background: #efb420;
}
.metavurx--customer .small_images {
  width: 33%;
}
.metavurx--customer .game-desc-modal {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 150px;
  scrollbar-width: none;
  scrollbar-color: #103783 #ffffff;
  display: block;
}
.metavurx--customer .game-desc-modal::-webkit-scrollbar {
  width: 8px;
}
.metavurx--customer .game-desc-modal::-webkit-scrollbar-track {
  background: #9ea7cf;
  border-radius: 10px;
}
.metavurx--customer .game-desc-modal::-webkit-scrollbar-thumb {
  background-color: #103783;
  border-radius: 10px;
  border: 3px none #ffffff;
}
.metavurx--customer .game-lists {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  max-height: 480px;
  scrollbar-width: none;
  scrollbar-color: #103783 #ffffff;
}
@media (max-width: 425px) {
  .metavurx--customer .game-lists .flex_mobile {
    width: 100% !important;
  }
}
@media (max-width: 530px) {
  .metavurx--customer .game-lists .flex_mobile {
    width: 100% !important;
  }
}
.metavurx--customer .game-lists::-webkit-scrollbar {
  width: 8px;
}
.metavurx--customer .game-lists::-webkit-scrollbar-track {
  background: #9ea7cf;
  border-radius: 10px;
}
.metavurx--customer .game-lists::-webkit-scrollbar-thumb {
  background-color: #103783;
  border-radius: 10px;
  border: 3px none #ffffff;
}
.metavurx--customer .game-lists .selected_game {
  /* cursor: pointer;
  transition: transform 0.3s; */
  border: 5px solid #efb420;
  box-shadow: 1px 14px 8px #e2c89c;
  border-radius: 20px;
}
.metavurx--customer .game-lists .img_description {
  display: none;
}
.metavurx--customer .game-lists img {
  height: auto;
  width: 100%;
  /* height: 272px;
  width: 200px; */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -o-object-position: center;
     object-position: center;
}
.metavurx--customer ._top1-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  box-shadow: -4px 5px 20px;
}
.metavurx--customer .white-text {
  color: #fff;
}
.metavurx--customer .secondary-text.rounded {
  color: #000;
  background: #b5c6e0 !important;
  border-radius: 50% !important;
  font-size: medium;
}
.metavurx--customer .primary-text.rounded {
  color: #fff;
  background: #efb420 !important;
  border-radius: 50% !important;
  font-size: medium;
}
.metavurx--customer .primary-btn {
  background: #efb420;
  color: #fff;
  border-radius: 10px;
}
.metavurx--customer .secondary-btn-line {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  color: #000;
}
.metavurx--customer .cancel-booking {
  border-radius: 5px;
  background: #575e81;
  color: #fff;
}
.metavurx--customer .secondary-btn {
  background: #fff;
  border-radius: 10px;
  color: #000;
  border: 1px solid #dadada;
}
.metavurx--customer .profile_img_card .profile_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.metavurx--customer .profile_img_card .profile_img_container {
  height: 340px; /* Set the desired height for the container */
  overflow: hidden; /* Hide any overflowing parts of the image */
  border-radius: 20px;
}
@media (max-width: 768px) {
  .metavurx--customer .profile_img_card .profile_img_container {
    height: 400px;
  }
}
.metavurx--customer .profile_img_card .profile_img_container .profile_image_dropdown {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}
.metavurx--customer .profile_img_card .profile_img_container .profile_content_holder {
  position: absolute;
  top: 5rem;
  left: 4rem;
  right: 4rem;
}
@media (max-width: 768px) {
  .metavurx--customer .profile_img_card .profile_img_container .profile_content_holder {
    top: 3.4rem;
  }
}
.metavurx--customer .profile_img_card .profile_img_container .profile_content_holder .text-mobile {
  font-size: large;
  font-weight: bold;
}
@media (max-width: 576px) {
  .metavurx--customer .profile_img_card .profile_img_container .profile_content_holder .text-mobile.profile_large_text {
    font-size: large !important;
  }
}
@media (max-width: 768px) {
  .metavurx--customer .profile_img_card .profile_img_container .profile_content_holder .content {
    flex-wrap: wrap !important;
    display: flex !important;
    justify-content: center !important;
  }
}
.metavurx--customer .profile_img_card .profile_img_container .profile_pic {
  height: 9rem;
  width: 132px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fff;
  border-radius: 10px;
  -o-object-position: center;
     object-position: center;
}
.metavurx--customer.slideshow_header .carousel-slide {
  position: relative;
}
.metavurx--customer.slideshow_header .carousel-button {
  position: absolute;
  bottom: 13%;
  max-width: 100%;
  min-width: 18%;
}
.metavurx--customer.slideshow_header .slick-list {
  border-radius: 20px;
}
.metavurx--customer.slideshow_header img {
  height: 20rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.metavurx--customer.slideshow_header .slick-dots {
  bottom: 18px;
}
.metavurx--customer.slideshow_header .slick-dots li {
  background: rgba(255, 255, 255, 0.3098039216) !important;
  border-radius: 50px;
}
.metavurx--customer.slideshow_header .slick-dots li.slick-active button {
  background: #efb420 !important;
}
.metavurx--customer .card {
  border-radius: 20px;
  background: #fff;
}
.metavurx--customer .card .card-inner-gray {
  background: #f4f4f4;
  border-radius: 10px;
  border-color: #dadada;
}
.metavurx--customer .card .header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.metavurx--customer .card .bordered {
  border: 1px solid #dbdfea;
  border-radius: 10px;
}
.metavurx--admin .success_text {
  color: #11bf8e !important;
}
.metavurx--admin .failed_text {
  color: #bf1111 !important;
}
.metavurx--admin .cancel_text {
  color: #000 !important;
}
.metavurx--admin .datatable-wrap {
  border: none !important;
  border-radius: 20px !important;
}
.metavurx--admin .header_profile {
  border-radius: 10px;
}
.metavurx--admin .header_profile .profile {
  background-color: #328af2;
  color: #fff;
}
.metavurx--admin .header_profile .profile img {
  border-radius: 10px !important;
}
.metavurx--admin .header_profile .profile .lead-text {
  font-size: 0.8rem;
}
.metavurx--admin .header_profile .profile .user-status {
  font-size: 0.7rem;
}
.metavurx--admin .header_profile .metavurx_admin_link:hover {
  background: #328af2 !important;
  color: #fff !important;
}
.metavurx--admin .header_profile .metavurx_admin_link:hover ul li a,
.metavurx--admin .header_profile .metavurx_admin_link:hover .icon {
  color: #fff !important;
}
.metavurx--admin .header_profile .metavurx_admin_link .link-list a {
  font-size: 0.9rem;
}
.metavurx--admin .header_profile .metavurx_admin_link .link-list a .icon {
  font-size: 1.5rem;
  color: #000;
}
.metavurx--admin .game_form_tag .multiselect__tag {
  color: #328af2;
  background: #e9edf2;
  font-size: 12px;
  font-family: "Poppins";
}
.metavurx--admin .game_form_tag .multiselect__tag-icon:after {
  color: #328af2;
}
.metavurx--admin .game_form_tag .multiselect__tag-icon:hover, .metavurx--admin .game_form_tag .multiselect__tag-icon:focus {
  background: #e9edf2;
}
.metavurx--admin .group_text_dropdown .multiselect__tags {
  background-color: #2f7f99;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.metavurx--admin .group_text_dropdown .multiselect__tags .multiselect__input {
  color: #fff;
  background-color: #2f7f99;
}
.metavurx--admin .group_text_dropdown .multiselect__single {
  background: #2f7f99;
  color: #fff;
}
.metavurx--admin .group_text_dropdown .multiselect__select:before {
  color: #fff;
  border-color: #fff transparent transparent;
}
.metavurx--admin .group_text_dropdown .multiselect__select:after {
  color: #fff;
  border-color: #fff transparent transparent;
}
.metavurx--admin .group_text_dropdown .multiselect__select:hover, .metavurx--admin .group_text_dropdown .multiselect__select:focus {
  background: #2f7f99;
}
.metavurx--admin .sidebar {
  background: #000 !important;
}
.metavurx--admin .header {
  background: #000;
  padding-bottom: 0.2rem;
}
.metavurx--admin .scrollable-exp {
  overflow: auto;
  max-height: 400px;
  scrollbar-width: none;
  scrollbar-color: #103783 #ffffff;
  scrollbar-width: none;
  scrollbar-color: #103783 #ffffff;
  display: block;
}
.metavurx--admin .scrollable-exp::-webkit-scrollbar {
  width: 8px;
}
.metavurx--admin .scrollable-exp::-webkit-scrollbar-track {
  background: #9ea7cf;
  border-radius: 10px;
}
.metavurx--admin .scrollable-exp::-webkit-scrollbar-thumb {
  background-color: #103783;
  border-radius: 10px;
  border: 3px none #ffffff;
}
.metavurx--admin .group-rates-fields {
  overflow-y: auto;
  max-height: 300px;
  scrollbar-width: none;
  scrollbar-color: #103783 #ffffff;
  scrollbar-width: none;
  scrollbar-color: #103783 #ffffff;
  display: block;
}
.metavurx--admin .group-rates-fields::-webkit-scrollbar {
  width: 8px;
}
.metavurx--admin .group-rates-fields::-webkit-scrollbar-track {
  background: #9ea7cf;
  border-radius: 10px;
}
.metavurx--admin .group-rates-fields::-webkit-scrollbar-thumb {
  background-color: #103783;
  border-radius: 10px;
  border: 3px none #ffffff;
}
.metavurx--admin .input-keywords .input-tag {
  color: #328af2 !important;
  background-color: #e9edf2 !important;
  border: 1px solid #e9edf2 !important;
}
.metavurx--admin .input-keywords .remove {
  color: #328af2 !important;
}
.metavurx--admin .trigger-btn {
  background: none;
  border: none;
}
.metavurx--admin .trigger-btn:before {
  background: none;
}
.metavurx--admin .cancel-booking {
  border-radius: 5px;
  background: #575e81;
  color: #fff;
}
.metavurx--admin .primary_btn {
  color: #fff;
  border-radius: 5px;
  background: #328af2;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 500;
}
.metavurx--admin .upload_img_btn {
  color: #fff;
  border-radius: 5px;
  background: #2f7f99;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 500;
}
.metavurx--admin .secondary_btn {
  color: #328af2;
  border-radius: 5px;
  background: #e9edf2;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 500;
}
.metavurx--admin .metavurx-badge {
  border-radius: 30px;
  line-height: 25px;
  width: 85px;
  color: #fff !important;
  display: block;
}
.metavurx--admin .metavurx-badge.success-badge {
  background: #3ca716;
}
.metavurx--admin .metavurx-badge.danger-badge {
  background: #ff1f1f;
}
.metavurx--admin .metavurx-badge.dark-badge {
  background: #000;
}
.metavurx--admin .metavurx-badge.gray-badge {
  background: #5e5e5e;
}
.metavurx--admin .metavurx-badge.warning-badge {
  background: #ff8636;
}
.metavurx--admin .radio_label::before {
  border-color: #e9edf2 !important;
  background-color: #e9edf2 !important;
}
.metavurx--admin .radio_label::after {
  background: none !important;
  font-size: 2.4rem !important;
}
.metavurx--admin .custom-control-label::after {
  color: #328af2;
  background: #e9edf2;
}
.metavurx--admin .metavurx-modal-content {
  font-family: "Poppins" !important;
  border-radius: 20px;
}
.metavurx--admin .metavurx-modal-content label,
.metavurx--admin .metavurx-modal-content input,
.metavurx--admin .metavurx-modal-content h5 {
  font-family: "Poppins" !important;
}
.metavurx--admin .multiselect__tags {
  line-height: 1rem;
}
.metavurx--admin .multiselect__tags,
.metavurx--admin .multiselect__input,
.metavurx--admin .multiselect__single {
  font-family: "Poppins" !important;
  background: #f4f4f4;
  border-radius: 10px;
}
.metavurx--admin .multiselect__tag {
  font-size: 12px;
  border-radius: 10px;
  background: #172468;
}
.metavurx--admin .multiselect__tag-icon:after {
  color: #fff;
}
.metavurx--admin .multiselect__tag-icon:hover, .metavurx--admin .multiselect__tag-icon:focus {
  background: #172468;
}
.metavurx--admin .form_img {
  height: 9rem;
  width: 132px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.metavurx--admin .bg_grey {
  background: #f4f4f4;
}
.metavurx--admin .bg_primary {
  background: #e9edf2 !important;
  color: #328af2;
}
.metavurx--admin .rounded_field {
  border-radius: 10px;
}
.metavurx--admin .rounded_left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.metavurx--admin .rounded_right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.metavurx--admin .card {
  border-radius: 20px;
  background: #fff;
  font-family: "Poppins" !important;
}
.metavurx--admin .card .card-inner-gray {
  background: #f4f4f4;
  border-radius: 10px;
  border-color: #dadada;
}
.metavurx--admin .card .header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.metavurx--admin .card .bordered {
  border: 1px solid #dbdfea;
  border-radius: 10px;
}
.metavurx_background {
  background: #e6e7ee;
}
.metavurx_sidebar {
  background: #f6f7fc;
  border: none;
}
@media (min-width: 1200px) {
  .metavurx_sidebar {
    width: 250px;
  }
}
.metavurx_sidebar-header {
  background: #f6f7fc !important;
  border: none;
  height: 4.46rem;
}
@media (min-width: 1200px) {
  .metavurx_sidebar-header {
    width: 0 !important;
  }
}
.metavurx_sidebar-main_menu {
  padding: 0px !important;
}
.metavurx_sidebar-menu {
  color: #fff !important;
  padding-top: 2rem !important;
}
.metavurx_sidebar-menu--heading {
  color: #c0c0c0;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.metavurx_sidebar-menu li:hover > a {
  background: none !important;
  border-radius: 0px !important;
  color: #fff !important;
}
.metavurx_sidebar-menu li:hover > a > span > em {
  color: #fff !important;
}
.metavurx_sidebar-menu--item {
  margin-bottom: 1%;
  padding-bottom: 3%;
  padding-left: 19%;
}
.metavurx_sidebar-menu--item:hover {
  background: #e2c89c !important;
  border-radius: 0px;
  border-left: #efb420 solid;
  color: #fff;
}
.metavurx_sidebar-menu--active {
  background: #efb420 !important;
  border-radius: 0px;
  border-left: #efb420 solid;
  color: #fff;
  padding-bottom: 3%;
}
.metavurx_sidebar-menu--active a,
.metavurx_sidebar-menu--active span,
.metavurx_sidebar-menu--active em {
  color: #fff;
  font-weight: 700;
}
.metavurx_sidebar-menu--link {
  color: #000;
  font-weight: 300;
  font-size: 13px;
  padding: 0px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.metavurx_sidebar-menu--link:hover, .metavurx_sidebar-menu--link:active, .metavurx_sidebar-menu--link:focus {
  background: none !important;
  border-radius: 0px;
  color: #000;
}
.metavurx_sidebar-menu--link_icon {
  color: #fff;
  width: 29px !important;
}
.metavurx_sidebar-menu--link_icon:hover {
  color: #fff;
}
.metavurx_sidebar-menu--link_icon-icon {
  font-size: 20px !important;
}
.metavurx_sidebar-menu--link_icon-icon:hover, .metavurx_sidebar-menu--link_icon-icon:active, .metavurx_sidebar-menu--link_icon-icon:visited {
  color: #fff;
}
.metavurx_sidebar-admin-menu {
  color: #fff !important;
  padding-top: 2rem !important;
}
.metavurx_sidebar-admin-menu--heading {
  color: #c0c0c0;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.metavurx_sidebar-admin-menu li:hover > a {
  background: none !important;
  border-radius: 0px !important;
  color: #fff !important;
}
.metavurx_sidebar-admin-menu li:hover > a > span > em {
  color: #fff !important;
}
.metavurx_sidebar-admin-menu--item {
  margin-bottom: 1%;
  padding-bottom: 3%;
  padding-left: 8%;
}
.metavurx_sidebar-admin-menu--item:hover {
  background: #328af2 !important;
  border-radius: 0px;
  border-left: #328af2 solid;
  color: #fff;
}
.metavurx_sidebar-admin-menu--active {
  background: #328af2 !important;
  border-radius: 0px;
  border-left: #328af2 solid;
  color: #fff;
  padding-bottom: 3%;
}
.metavurx_sidebar-admin-menu--active a,
.metavurx_sidebar-admin-menu--active span,
.metavurx_sidebar-admin-menu--active em {
  color: #fff;
  font-weight: 700;
}
.metavurx_sidebar-admin-menu--link {
  color: #000;
  font-weight: 300;
  font-size: 13px;
  padding: 0px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.metavurx_sidebar-admin-menu--link:hover, .metavurx_sidebar-admin-menu--link:active, .metavurx_sidebar-admin-menu--link:focus {
  background: none !important;
  border-radius: 0px;
  color: #000;
}
.metavurx_sidebar-admin-menu--link_icon {
  color: #fff;
  width: 29px !important;
}
.metavurx_sidebar-admin-menu--link_icon:hover {
  color: #fff;
}
.metavurx_sidebar-admin-menu--link_icon-icon {
  font-size: 20px !important;
}
.metavurx_sidebar-admin-menu--link_icon-icon:hover, .metavurx_sidebar-admin-menu--link_icon-icon:active, .metavurx_sidebar-admin-menu--link_icon-icon:visited {
  color: #fff;
}
.metavurx_wrap {
  background: #f6f7fc;
}
@media (min-width: 1200px) {
  .metavurx_wrap {
    padding-left: 250px !important;
  }
}
.metavurx_wrap-header {
  background: #f6f7fc;
  border: none;
}
@media (min-width: 1200px) {
  .metavurx_wrap-header {
    left: 250px !important;
  }
}
.metavurx_footer {
  padding: 10px 22px !important;
  font-weight: 300;
  font-size: 13px;
}

.metavurx-card_header {
  background-color: #103783;
  color: #fff;
}

.review-avatar-width {
  width: 4.7rem;
}

.vue-star-rating {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

#page-details .vue-star-rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.toggle-invert {
  filter: invert(1);
}

.not-found-height {
  height: 81vh;
}

.input-space {
  margin: 0.4rem 0;
}

ol li {
  list-style: decimal !important;
  list-style-position: inside !important;
}

/* For summernote override unordered and order list */
.note-editable ul li {
  list-style: disc !important;
  list-style-position: inside !important;
}

.note-editable ol li {
  list-style: decimal !important;
  list-style-position: inside !important;
}

.game-image-form {
  max-width: 100%;
  height: auto;
}

.metavurxvr-fit-img {
  -o-object-fit: contain;
     object-fit: contain;
}

.metavurxvr-img-avatar {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.metavurxvr-rounded {
  border-radius: 10px;
}
.metavurxvr-rounded.bordered {
  border: 1px solid #000;
}
.metavurxvr-rounded.bg-grey {
  background: #f4f4f4;
}

.metavurx-membership {
  background: rgb(63, 94, 251);
  background: linear-gradient(148deg, rgb(63, 94, 251) 0%, rgb(252, 70, 107) 100%);
}
.metavurx-membership_name {
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
}
.metavurx-membership_info {
  font-size: 0.9rem;
  color: #fff !important;
}

.metavurx-table.rounded_table {
  border: none !important;
  border-radius: 20px !important;
  background: #f4f4f4;
  color: #000;
}
.metavurx-table.bg_alt thead tr th {
  background: none !important;
  border: none !important;
}
.metavurx-table.bg_alt tbody tr:hover {
  background: #1e2228 !important;
  color: #fff;
}
.metavurx-table.bg_alt tbody tr:hover .tb-amount,
.metavurx-table.bg_alt tbody tr:hover .ni-more-h,
.metavurx-table.bg_alt tbody tr:hover .dataTables_empty {
  color: #fff !important;
}
.metavurx-table.bg_alt tbody tr:hover .ni-more-h:hover {
  color: #fff !important;
}
.metavurx-table thead tr th {
  border: none;
  background: #efb420 !important;
  border-bottom: none;
  border-top: none;
}
.metavurx-table thead tr th .sub-text {
  color: #fff !important;
  font-weight: 500;
}
.metavurx-table tbody tr:hover {
  background: #e2c89c !important;
  color: #fff;
}
.metavurx-table tbody tr:hover .tb-amount,
.metavurx-table tbody tr:hover .ni-more-h,
.metavurx-table tbody tr:hover .dataTables_empty {
  color: #fff !important;
}
.metavurx-table tbody tr:hover .ni-more-h:hover {
  color: #000 !important;
}
.metavurx-table tbody tr td {
  padding: 0.5rem 0px 0.5rem 15px !important;
  font-size: 12px;
}
.metavurx-table_right {
  text-align: right;
}
.metavurx-table-dt-pagination .custom-select {
  background: #f4f4f4;
}
.metavurx-table-dt-pagination div ul.pagination {
  justify-content: flex-end !important;
  text-align: right;
  position: relative;
  top: 1px;
  font-family: "OpenSans";
  font-size: 0.9rem;
  color: black;
}
.metavurx-table-dt-pagination div ul.pagination li.paginate_button.page-item a.page-link {
  border-radius: 5px;
  height: 25px;
}
.metavurx-table-dt-pagination div ul.pagination li.paginate_button.page-item.active a.page-link {
  color: white;
  border-radius: 5px;
  height: 25px;
  z-index: 1;
}
.metavurx-table-dt-pages div {
  justify-content: flex-end !important;
  text-align: right;
  position: relative;
  top: 1px;
  font-family: "OpenSans";
  font-size: 0.9rem;
  color: black;
}
.metavurx-table-button {
  background: #efb420;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0px;
  padding: 0.4rem 0.5rem;
}
.metavurx-table-button:hover, .metavurx-table-button:focus, .metavurx-table-button:active {
  background: #efb420;
  color: #fff;
}
.metavurx-table-admin_button {
  background: #328af2 !important;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 10px;
  padding: 0.4rem 0.5rem;
}
.metavurx-table-admin_button:hover, .metavurx-table-admin_button:focus, .metavurx-table-admin_button:active {
  background: #efb420;
  color: #fff;
}
.metavurx-table thead {
  color: #fff;
  text-transform: capitalize;
}
.metavurx-table thead tr th {
  border-bottom: none;
  border-top: none;
  border-left: 1px solid white;
  padding: 0.3rem 1rem;
}
.metavurx-table thead tr th:first-child {
  border-left: none;
}
.metavurx-table .link-list-opt li:hover {
  color: #fff;
  background: #e2c89c !important;
}
.metavurx-table .link-list-opt li:hover a {
  color: #fff;
  background: none !important;
}
.metavurx-table .admin_tb_link li:hover {
  color: #fff;
  background: #328af2 !important;
}
.metavurx-table .admin_tb_link li:hover a {
  color: #fff;
  background: none !important;
}

/* ADMIN PAGINATION */
.admin_table .page-link.active,
.admin_table .active > .page-link {
  border-radius: 5px;
  background: none !important;
  color: #fff !important;
}

/* ADMIN PAGINATION */
div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
  border-radius: 10px;
  background: #f4f4f4;
  border: 1px solid #dadada;
}

.page-link.active,
.active > .page-link {
  border-radius: 5px;
  background: #efb420 !important;
  color: #fff;
}

.page-item .page-link {
  background: none;
  border: none;
  border-color: none;
}
.page-item.next .page-link, .page-item.previous .page-link {
  background: none;
  border: none;
  border-color: none;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.metavurx-button_primary {
  background-color: #efb420;
  color: #fff;
  border-radius: 0px !important;
}
.metavurx-button_primary:hover, .metavurx-button_primary:active {
  background-color: #fff;
  color: #000;
  border: 1px solid #818589;
}
.metavurx-button_cancel {
  background-color: #818589;
  color: #fff;
  border-radius: 0px !important;
  border: 1px solid #818589;
}
.metavurx-button_cancel:hover, .metavurx-button_cancel:active {
  background-color: #fff;
  color: #000;
  border: 1px solid #818589;
}
.metavurx-button_counter {
  background-color: #f47609;
  color: #fff;
  border-radius: 0px !important;
  border: 1px solid #818589;
}
.metavurx-button_counter:hover, .metavurx-button_counter:active {
  background-color: #fff;
  color: #000;
  border: 1px solid #818589;
}
.metavurx-button_round {
  background: #103783;
  color: #fff;
  border-radius: 20px;
}

.metavurx-textfield {
  border-radius: 0px !important;
}

.metavurx-card_footer {
  background-color: transparent !important;
  border-top: 1px solid #e6e7ee;
}
.metavurx-card-tabs > * {
  border: 1px solid #000;
}
.metavurx-card-tabs > *:not(:last-child) {
  border-right: none;
}

.metavurx-nav {
  margin: -0.5rem -1rem;
}

.metavurx-nav .metavurx-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
}

.metavurx-nav-pills {
  --bs-metavurx-nav-pills-border-radius: 2px;
  --bs-metavurx-nav-pills-link-active-color: #000;
  --bs-metavurx-nav-pills-link-active-bg: #ffffff;
}

.metavurx-nav-pills .metavurx-nav-link {
  background: #274b8f;
  border: none;
  height: 2.5rem;
  color: #fff;
}

.metavurx-nav-pills .metavurx-nav-link:disabled {
  color: var(--bs-metavurx-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

.metavurx-nav-pills .metavurx-nav-link.active,
.metavurx-nav-pills .show > .metavurx-nav-link {
  color: var(--bs-metavurx-nav-pills-link-active-color);
  background-color: var(--bs-metavurx-nav-pills-link-active-bg);
}

.metavurx-card-inner {
  padding: 0.25rem;
}

.metavurx-danger-sm {
  font-family: '"Montserrat", sans-serif';
  font-size: 0.75rem;
  color: #e24c4b;
}
.metavurx-success-sm {
  font-family: '"Montserrat", sans-serif';
  font-size: 0.75rem;
  color: #afd092;
}
.metavurx-logo-correct {
  width: 0.6rem;
}
.metavurx-logo-failed {
  width: 0.6rem;
}
.metavurx-bcrumb-font {
  font-size: 0.8rem;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}
.metavurx-pad-spacing-sm {
  padding: 1rem;
}
.metavurx-font-sm {
  font-size: 0.75rem;
}
.metavurx-font-md {
  font-size: 0.875rem;
}
.metavurx-font-lg {
  font-size: 1rem;
}

.metavurx-card {
  background: white;
  border-radius: 10px;
}
.metavurx-card-headline {
  font-family: "OpenSans";
  font-size: 0.85rem;
  color: #103783;
}
.metavurx-card-headline-1 {
  font-size: 0.8rem;
}
.metavurx-card-headline-2 {
  font-family: "OpenSans-Bold";
  font-size: 1rem;
  color: #103783;
}
.metavurx-card-headline-3 {
  font-family: "OpenSans-Bold";
  font-size: 0.8rem;
  color: #103783;
}
.metavurx-card-title {
  font-family: "OpenSans-SemiBold";
  font-size: 0.8rem;
  color: #103783;
}
.metavurx-card-paragraph {
  font-family: "OpenSans";
  font-size: 0.8rem;
  color: #404040;
}
.metavurx-card-paragraph-1 {
  font-family: "OpenSans-Bold";
  font-size: 0.8rem;
  color: #404040;
}
.metavurx-card-paragraph-2 {
  font-family: "OpenSans-Bold";
  font-size: 0.6rem;
  color: #404040;
}
.metavurx-card-paragraph-3 {
  font-family: "OpenSans";
  font-size: 0.6rem;
  color: #404040;
}
.metavurx-card-label {
  font-family: "OpenSans-Bold";
  font-size: 0.8rem;
  color: #404040;
}
.metavurx-card-label-1 {
  font-family: "OpenSans";
  font-size: 0.8rem;
  color: #404040;
}
.metavurx-card-label-2 {
  font-family: "OpenSans";
  font-size: 0.6rem;
  color: #404040;
}
.metavurx-card-icon {
  position: relative;
  bottom: 5px;
  width: 25px;
}
.metavurx-card-img {
  width: 225px;
}
.metavurx-card-img-1 {
  width: 175px;
}
.metavurx-card-button {
  font-family: "OpenSans-Light";
  font-size: 0.8rem;
  color: white;
  background: linear-gradient(to right, #efb420, #5f79ac);
  border-radius: 20px;
  border: none;
  width: auto;
  padding: 0.3rem 1rem;
  justify-content: center;
}
.metavurx-card-button-1 {
  width: 100%;
}
.metavurx-card-button-2 {
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-button-2 {
    width: 80%;
  }
}
.metavurx-card-button-circle {
  height: 150px;
  background: linear-gradient(to right, #6fcb2a, #31ab75);
  width: 150px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  font-size: 1.3rem;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
.metavurx-card-button-circle-stop {
  background: linear-gradient(to right, #f52469, #fd0b1e);
}
@media only screen and (max-width: 75em) {
  .metavurx-card-button-circle {
    height: 100px;
    width: 100px;
    font-size: 0.95rem;
  }
}
.metavurx-card-button:hover {
  color: white;
}
.metavurx-card-body-1 {
  padding: 13px 20px;
}
.metavurx-card-body-header {
  font-family: "OpenSans";
  font-size: 0.85rem;
  color: #103783;
}
.metavurx-card-body-header-back {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}
.metavurx-card-body-avatar {
  width: 120px !important;
  height: 120px !important;
  background: white !important;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 120em) {
  .metavurx-card-body-avatar {
    width: 135px !important;
    height: 135px !important;
    background: white !important;
  }
}
@media only screen and (max-width: 75em) {
  .metavurx-card-body-avatar {
    width: 85px !important;
    height: 85px !important;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-body-avatar {
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.metavurx-card-body-text {
  font-family: "OpenSans";
  font-size: 0.75rem;
  color: #666667;
  padding: 0;
  margin: 0;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 120em) {
  .metavurx-card-body-text {
    font-family: "OpenSans";
    font-size: 0.85rem;
    color: #666667;
  }
}
@media only screen and (max-width: 75em) {
  .metavurx-card-body-text {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-body-text {
    text-align: center;
  }
}
.metavurx-card-body-tracker-text {
  font-family: "OpenSans";
  font-size: 1.2rem;
  color: #666667;
  padding: 0;
  margin: 0;
}
.metavurx-card-body-content {
  background: #e3e9f3;
  border-radius: 10px;
  padding: 15px 25px;
}
.metavurx-card-body-content-1 {
  height: 60px;
}
.metavurx-card-body-content-2 {
  height: 133px;
}
.metavurx-card-body-content-3 {
  height: 60px;
  padding: 10px 25px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 75em) {
  .metavurx-card-body-content-3 {
    height: 79px;
  }
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-body-content-3 {
    padding: 15px 25px;
    height: 108px;
  }
}
.metavurx-card-body-content-4 {
  height: 133px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 75em) {
  .metavurx-card-body-content-4 {
    height: 170px;
  }
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-body-content-4 {
    height: 160px;
  }
}
.metavurx-card-body-content-5 {
  height: 165px;
}
.metavurx-card-body-content-title {
  font-family: "OpenSans";
  font-size: 0.85rem;
  color: #103783;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 75em) {
  .metavurx-card-body-content-title {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-body-content-title {
    text-align: center;
  }
}
.metavurx-card-body-graph {
  width: 90px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 120em) {
  .metavurx-card-body-graph {
    width: 100px;
  }
}
.metavurx-card-body-label {
  font-family: "OpenSans-SemiBold";
  font-size: 0.8rem;
  color: #666667;
}
.metavurx-card-body-value {
  font-family: "OpenSans";
  font-size: 0.8rem;
  color: #666667;
}
.metavurx-card-body-logo {
  width: 100px;
}
.metavurx-card-body-hide {
  display: none;
}
.metavurx-card-body-image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.metavurx-card-height {
  height: 250px;
}
.metavurx-card-height-1 {
  height: 65px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-height-1 {
    height: auto;
  }
}
.metavurx-card-height-2 {
  height: 172px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-height-2 {
    height: 250px;
  }
}
.metavurx-card-height-3 {
  height: 250px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 75em) {
  .metavurx-card-height-3 {
    height: 280px;
  }
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-height-3 {
    height: auto;
  }
}
.metavurx-card-height-4 {
  height: 310px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 56.25em) {
  .metavurx-card-height-4 {
    height: 535px;
  }
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-height-4 {
    height: auto;
  }
}
.metavurx-card-height-5 {
  height: 220px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-height-5 {
    height: auto;
  }
}
.metavurx-card-height-6 {
  height: 430px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-height-6 {
    height: auto;
  }
}
.metavurx-card-height-7 {
  height: 275px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-height-7 {
    height: auto;
  }
}
.metavurx-card-height-8 {
  height: 270px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-height-8 {
    height: auto;
  }
}
.metavurx-card-height-9 {
  height: 210px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-height-9 {
    height: auto;
  }
}
.metavurx-card-height-10 {
  height: 407px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-height-10 {
    height: auto;
  }
}
.metavurx-card-height-11 {
  height: 172px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-height-11 {
    height: auto;
  }
}
.metavurx-card-height-12 {
  height: 300px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 37.5em) {
  .metavurx-card-height-12 {
    height: auto;
  }
}
.metavurx-card-carousel-line {
  margin-bottom: -30px;
  margin-left: 0;
  margin-right: 0;
}
.metavurx-card-carousel-line li {
  background-color: #103783;
  width: 200px;
}
.metavurx-progress {
  border-radius: 10px;
  height: 0.7rem;
  background-color: #dcdcdc;
}
.metavurx-progress-1 {
  height: 1rem;
  border-radius: 10px;
}
.metavurx-progress-productive {
  background-color: #78d11f;
}
.metavurx-progress-productive-1 {
  background-color: #103783;
}
.metavurx-progress-idle {
  background-color: #dcdcdc;
}
.metavurx-progress-time {
  font-family: "OpenSans-Light";
  font-size: 0.7rem;
  color: black;
}
.metavurx-progress-time-1 {
  font-family: "OpenSans-Light";
  font-size: 0.7rem;
  color: red;
}
.metavurx-progress-btn {
  background: transparent !important;
  border: none !important;
}
.metavurx-progress-btn:focus {
  outline: none;
}
.metavurx-progress-btn-pause {
  height: 40px;
  width: 40px;
  border-radius: 30%;
  text-align: center;
  background: linear-gradient(to right, #f62367, #fd0c1f);
  color: white;
  font-size: 1.6rem;
}
.metavurx-progress-btn-play {
  height: 40px;
  width: 40px;
  border-radius: 30%;
  text-align: center;
  background: #78d11f;
  color: white;
  font-size: 1.6rem;
}
.metavurx-menu {
  width: 100%;
  display: inline-block;
  padding: 0.35rem;
  text-align: center;
  font-family: "OpenSans";
  font-size: 0.85rem;
  color: #fff;
  text-transform: uppercase;
}
.metavurx-menu-1 {
  width: 49.8%;
  margin-bottom: 0.3rem;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 85.375em) {
  .metavurx-menu-1 {
    width: 49.8%;
  }
}
@media only screen and (max-width: 98em) {
  .metavurx-menu-1 {
    width: 49.8%;
  }
}
@media only screen and (max-width: 75em) {
  .metavurx-menu-1 {
    width: 49.75%;
  }
}
@media only screen and (max-width: 56.25em) {
  .metavurx-menu-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .metavurx-menu-1 {
    width: 100%;
  }
}
.metavurx-menu-2 {
  width: 24.8%;
  margin-bottom: 0.3rem;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 85.375em) {
  .metavurx-menu-2 {
    width: 24.8%;
  }
}
@media only screen and (max-width: 98em) {
  .metavurx-menu-2 {
    width: 24.8%;
  }
}
@media only screen and (max-width: 75em) {
  .metavurx-menu-2 {
    width: 24.75%;
  }
}
@media only screen and (max-width: 56.25em) {
  .metavurx-menu-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 37.5em) {
  .metavurx-menu-2 {
    width: 50%;
  }
}
.metavurx-menu-link.active {
  color: white;
}
.metavurx-menu-link.inactive {
  color: #103783;
}
.metavurx-menu-link:hover {
  color: white;
}
.metavurx-menu.active {
  background-color: #103783;
}
.metavurx-menu.inactive {
  background-color: #b5c6e0;
  color: #103783;
}
.metavurx-menu:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.metavurx-menu:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.metavurx-error {
  font-family: "OpenSans-SemiBold";
}
.metavurx-error-head {
  font-family: "OpenSans-SemiBold";
  font-size: 10rem;
  color: #103783;
}

.vc-container {
  width: 100%;
  border-color: transparent !important;
  background-color: transparent;
}

.vc-pane-container {
  border: none;
}

.vc-header {
  padding: 0 !important;
  top: -1px !important;
}

.vc-title {
  font-size: 0.85rem;
  color: white;
  font-family: "OpenSans";
  color: #103783 !important;
}

.vc-weeks {
  background: #e3e9f3;
  border-radius: 10px;
  font-family: "OpenSans";
  height: 178px;
  padding: 8px !important;
  margin-top: 10px;
}

.vc-weekday {
  padding-bottom: 3px !important;
}

.vc-day-content {
  font-size: 0.85rem !important;
}

.vc-arrows-container {
  padding: 0 !important;
  top: -1px !important;
}

.vc-day {
  min-height: 25px !important;
  min-width: 15px !important;
}

.vc-weekday {
  font-family: "OpenSans-SemiBold";
  color: black !important;
}

textarea {
  resize: none;
}

textarea.form-control {
  min-height: 0 !important;
}

textarea.form-control-md {
  min-height: 0 !important;
  height: 122px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.metavurx-dropdown_link:hover {
  background: #e2c89c !important;
  color: #fff !important;
}
.metavurx-dropdown_link:hover ul li a {
  color: #fff !important;
}
.metavurx .bg_primary {
  background: #efb420;
}
.metavurx .modal_rounded {
  border-radius: 20px;
}
.metavurx .textfield {
  border-radius: 10px;
}
.metavurx .textfield input {
  border-radius: 10px;
}
.metavurx .textfield .multiselect__tags {
  border-radius: 10px;
  line-height: 1rem;
}
.metavurx-link {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.metavurx-link_label {
  font-size: 13px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.metavurx-primary-btn {
  border-radius: 11px;
  background: #2352b4;
  color: #fff;
}
.metavurx-secondary-btn-form {
  background: #fff !important;
  border-radius: 10px !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}
.metavurx-primary-btn:hover {
  background: #0d2649;
}
.metavurx-secondary-btn {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0);
  color: #fff;
}
.metavurx-secondary-btn:hover {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}
.metavurx-eye {
  height: calc(2.625rem + 16px) !important;
}
.metavurx-login--admin .bg_img {
  background: url("/public/assets/images/bg-admin.webp"), lightgray 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: slides 10s infinite;
}
.metavurx-login--admin .primary--login-btn {
  border-radius: 10px;
  background: #d3106c;
  color: #fff;
}
.metavurx-login--admin .secondary--back-btn {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0);
  color: #fff;
}
.metavurx-login--admin .form_glass {
  background: linear-gradient(350deg, rgba(0, 0, 0, 0.644) 0%, rgba(0, 0, 0, 0.644) 35% 100%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  position: relative; /* Required for absolute positioning of noise */
  overflow: hidden; /* Clip the noise within the container */
}
.metavurx-login--admin .form_glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/public/assets/images/noisy_bg.png); /* Replace with actual path */
  opacity: 0.1; /* Adjust the opacity to control the intensity of noise */
  pointer-events: none; /* Allows clicks to go through the noise layer */
  mix-blend-mode: overlay;
}
.metavurx-login--admin .header--title {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.metavurx-login--admin .header--subtitle {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.metavurx-login--admin .primary-link {
  color: #fff !important;
}
.metavurx-login--admin .form .rounded_border {
  border-radius: 10px;
}
.metavurx-login--admin .form .rounded_border .multiselect__tags {
  border-radius: 10px;
}
.metavurx-login--admin .form .textfield {
  border-radius: 10px;
  line-height: 2.25rem;
}
.metavurx-login--admin .form .passcode-switch {
  height: calc(2.625rem + 16px) !important;
}
.metavurx-login--admin .footer {
  opacity: 0.6999999881;
  font-size: 10px;
}
.metavurx-login .bg_img {
  background: url("/public/images/Group_34.webp"), lightgray 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: slide 10s infinite;
}
.metavurx-login .large_form {
  max-width: 513px;
}
.metavurx-login .form_header {
  text-align: center;
}
.metavurx-login h3 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
.metavurx-login .color-white {
  color: #fff;
}
.metavurx-login .form_glass {
  background: linear-gradient(350deg, rgba(37, 40, 41, 0.89) 0%, rgba(37, 40, 41, 0.89) 35% 100%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  position: relative; /* Required for absolute positioning of noise */
  overflow: hidden; /* Clip the noise within the container */
}
.metavurx-login .form_glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/public/assets/images/noisy_bg.png); /* Replace with actual path */
  opacity: 0.1; /* Adjust the opacity to control the intensity of noise */
  pointer-events: none; /* Allows clicks to go through the noise layer */
  mix-blend-mode: overlay;
}
.metavurx-login .header-title {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.metavurx-login .header-subtitle {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.metavurx-login .form .rounded_border {
  border-radius: 10px;
}
.metavurx-login .form .rounded_border .multiselect__tags {
  border-radius: 10px;
}
.metavurx-login .form .textfield {
  border-radius: 10px;
  line-height: 2.25rem;
}
.metavurx-login .footer {
  opacity: 0.6999999881;
  font-size: 10px;
}
.metavurx-form-title {
  font-family: "OpenSans";
  font-size: 0.8rem;
  color: #4e6797;
}
.metavurx-form-label {
  font-family: "OpenSans";
  font-size: 0.8rem;
  color: black;
}
.metavurx-form-label-1 {
  font-family: "OpenSans";
  font-size: 0.8rem;
  color: black;
}
.metavurx-form-display-file {
  width: 20%;
}
.metavurx-form-display-file-text {
  font-family: "OpenSans";
  font-size: 0.8rem;
  color: #103783;
}
.metavurx-form-prepend {
  height: 35px;
  font-family: "OpenSans";
  font-size: 0.8rem;
  color: white;
  background: linear-gradient(to right, #efb420, #b5c6e0);
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.metavurx-form-textfield {
  background: #e3e9f3;
  border-radius: 10px;
  font-family: "OpenSans";
  font-size: 0.8rem;
  color: black;
  border: 1px solid #e3e9f3;
  height: 35px;
}
.metavurx-form-textfield:focus {
  color: #103783;
  background-color: white;
  border: 1px solid #103783;
}
.metavurx-form-textfield::-moz-placeholder {
  color: #666667 !important;
}
.metavurx-form-textfield::placeholder {
  color: #666667 !important;
}
.metavurx-form-multiselect .multiselect,
.metavurx-form-multiselect .multiselect__input,
.metavurx-form-multiselect .multiselect--disabled,
.metavurx-form-multiselect .multiselect__single {
  font-family: "OpenSans";
  font-size: 0.8rem !important;
  color: black !important;
}
.metavurx-form-multiselect .multiselect__tags {
  padding: 5px 5px 0px 5px;
  border-radius: 10px;
  background-color: #e3e9f3;
  border: 1px solid #e3e9f3;
  min-height: 35px;
  height: 35px;
}
.metavurx-form-multiselect .multiselect--disabled {
  border-radius: 10px;
  min-height: 30px;
  height: auto;
}
.metavurx-form-multiselect .multiselect__tags:focus {
  border: 1px solid #103783;
}
.metavurx-form-multiselect .multiselect__option {
  min-height: 0px;
  line-height: 0px;
}
.metavurx-form-multiselect .multiselect--above.multiselect--active .multiselect__current,
.metavurx-form-multiselect .multiselect--above.multiselect--active .multiselect__input,
.metavurx-form-multiselect .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.metavurx-form-multiselect .multiselect__option--highlight {
  background: #41b883;
  outline: none;
  font-family: "OpenSans-SemiBold";
  font-size: 0.8rem;
  color: white;
  min-height: 0px;
  line-height: 0px;
}
.metavurx-form-multiselect .multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  min-height: 0px;
  line-height: 22.5px;
}
.metavurx-form-multiselect .multiselect__option--selected {
  background: #103783;
  font-family: "OpenSans-SemiBold";
  font-size: 0.8rem;
  color: white;
  min-height: 0px;
  line-height: 0px;
}
.metavurx-form-multiselect .multiselect__option--selected:after {
  background: #103783;
  min-height: 0px;
  line-height: 22.5px;
  color: white;
}
.metavurx-form-multiselect .multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  font-family: "OpenSans-SemiBold";
  font-size: 0.8rem;
  color: white;
  min-height: 0px;
  line-height: 0px;
}
.metavurx-form-multiselect .multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  min-height: 0px;
  line-height: 22.5px;
}
.metavurx-form-multiselect .multiselect__tag-icon:after {
  content: "×";
  color: white;
  font-size: 14px;
}
.metavurx-form-multiselect .multiselect__tag-icon:focus,
.metavurx-form-multiselect .multiselect__tag-icon:hover {
  background: #369a6e;
}
.metavurx-form-multiselect .multiselect__tag-icon:focus:after,
.metavurx-form-multiselect .multiselect__tag-icon:hover:after {
  color: white;
}
.metavurx-form-multiselect .multiselect__placeholder {
  padding-top: 0px;
  padding-left: 12px;
  font-family: "OpenSans";
  font-size: 0.8rem;
  color: #6e6e6e;
}
.metavurx-form-multiselect .multiselect__input,
.metavurx-form-multiselect .multiselect__single {
  line-height: 20px;
  margin-left: 6px;
  background: transparent;
}
.metavurx-form-multiselect .multiselect__select {
  height: 35px;
}
.metavurx-form-multiselect .multiselect--disabled > .multiselect__select {
  height: 30px;
  background: #e3e9f3;
  border-radius: 10px;
}
.metavurx-form-multiselect-select-multiscrollable .multiselect__tags {
  height: 50px;
  border: 1px solid #e3e9f3;
  overflow-y: auto;
  overflow-x: hidden;
}
.metavurx-form-multiselect-select-multi .multiselect__tags {
  height: auto;
  min-height: 30px;
  border: 1px solid #e3e9f3;
}
.metavurx-form-multiselect-select-single .multiselect__tags {
  min-height: 35px;
  height: 35px;
  border: 1px solid #e3e9f3;
}
.metavurx-form-span-success {
  font-family: "OpenSans";
  font-size: 0.75rem;
  color: #afd092;
}
.metavurx-form-span-danger {
  font-family: "OpenSans";
  font-size: 0.75rem;
  color: #e24c4b;
}
.metavurx-form-span-peso {
  color: #103783;
}
.metavurx-form-logo-correct {
  width: 10px;
}
.metavurx-form-logo-failed {
  width: 10px;
}
.metavurx-form-error {
  font-family: "OpenSans";
  font-size: 0.8rem;
  color: #cd6632;
}
.metavurx-form-file-input:focus ~ .metavurx-form-file-label {
  border-color: #103783;
}
.metavurx-form-file-label {
  background: white;
  border-radius: 10px;
  font-family: "OpenSans";
  font-size: 0.8rem;
  color: black;
  height: 35px;
  border: 1px solid #e3e9f3;
  z-index: 0;
}
.metavurx-form-file-img {
  width: 200px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 37.5em) {
  .metavurx-form-file-img {
    width: 100px;
  }
}
.metavurx-form-switch-label::before {
  background-color: #9ea7cf;
  border: none;
}
.metavurx-form-switch-label::after {
  background-color: white !important;
}
.metavurx-form-switch-label::focus {
  border-color: #103783;
}
.metavurx-form-switch-input:focus:not(:checked) ~ .metavurx-form-switch-label::before {
  border-color: #103783;
}
.metavurx-form-switch-input:checked ~ .metavurx-form-switch-label::before {
  border-color: #103783;
  background-color: #103783;
}
.metavurx-form-switch-input:not(:disabled):active ~ .metavurx-form-switch-label::before {
  border-color: #103783;
  background-color: #103783;
}
.metavurx-form-btn {
  font-family: "OpenSans-Light";
  font-size: 0.8rem;
  color: white;
  border-radius: 10px;
  justify-content: center;
  width: 100px;
  border: none;
  padding: 0.2rem 1rem;
}
.metavurx-form-btn-save {
  background: linear-gradient(to right, #efb420, #b5c6e0);
}
.metavurx-form-btn-edit {
  background: #78d11f;
}
.metavurx-form-btn-cancel {
  background: #949494;
}
.metavurx-form-btn:hover {
  color: white;
}
.metavurx-form-btn:focus {
  outline: none !important;
}
.metavurx-form-required {
  color: #e24c4b;
}
.metavurx-form-hide {
  display: none;
}
.metavurx-form-custom-label {
  font: "OpenSans-Bold" !important;
  font-size: 0.8rem !important;
  color: black;
}
.metavurx-form-custom-label::before {
  border: #103783 solid 1px !important;
}
.metavurx-form-custom-label:after {
  background: #103783 !important;
  border-radius: 5px !important;
}
.metavurx-form-custom-input {
  color: black;
}
.metavurx-form-custom-input:checked ~ .metavurx-form-custom-label::before {
  background: #103783 !important;
}
.metavurx-form-small {
  font-style: italic;
  font-family: "OpenSans";
  font-size: 0.75rem;
  color: black;
}
.metavurx-form-hr {
  width: 95%;
  border-top: 3px solid black;
}
.metavurx-form-hr-1 {
  border-top: 1px solid black;
}
.metavurx-form-hr-2 {
  width: 98%;
  border-top: 3px solid black;
  margin-top: -1rem;
}
.metavurx-modal-ul {
  list-style: disc;
}
.metavurx-modal-size {
  max-width: 83%;
}
.metavurx-modal-content {
  border-radius: 10px;
}
.metavurx-modal-header {
  padding: 1rem 1.25rem 0.5rem 1.5rem;
  border: none;
}
.metavurx-modal-header-headline {
  font-family: "OpenSans";
  font-size: 1rem;
  color: #103783;
}
.metavurx-modal-header-1 {
  background: #e3e9f3;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.metavurx-modal-header-reset {
  position: relative;
  bottom: 2px;
}
.metavurx-modal-header-reset-text {
  font-family: "OpenSans";
  font-size: 0.9rem;
  color: #103783;
}
.metavurx-modal-header-reset-svg {
  position: relative;
  bottom: 2px;
  width: 20px;
}
.metavurx-modal-body {
  padding: 0.5rem 1.5rem;
}
.metavurx-modal-table {
  font-family: "OpenSans";
  font-size: 0.85rem;
  color: black;
}
.metavurx-modal-table-1 {
  margin-bottom: 0.5rem;
}
.metavurx-modal-table thead tr {
  border-right: 2px solid black;
}
.metavurx-modal-table th {
  border-top: 0;
  border-right: 2px solid black;
  text-align: center;
  padding: 0.35rem;
  min-width: 80px;
}
.metavurx-modal-table td {
  border-top: 2px solid black;
  text-align: center;
  min-width: 80px;
}
.metavurx-modal-table-1 td {
  border-top: 0;
  text-align: center;
  min-width: 80px;
}
.metavurx-modal-table th:last-child {
  border: none;
}
.metavurx-modal-table th:first-child, .metavurx-modal-table td:first-child, .metavurx-modal-table-1 th:first-child, .metavurx-modal-table-1 td:first-child {
  padding-left: 0;
}
.metavurx-modal-table th:last-child, .metavurx-modal-table td:last-child, .metavurx-modal-table-1 th:last-child, .metavurx-modal-table-1 td:last-child {
  padding-right: 0;
}
.metavurx-modal-approvers_box {
  height: 100px;
  overflow-y: scroll;
  /* Chrome, Edge, and Safari */
}
.metavurx-modal-approvers_box {
  scrollbar-width: none;
  scrollbar-color: #103783 #ffffff;
}
.metavurx-modal-approvers_box::-webkit-scrollbar {
  width: 8px;
}
.metavurx-modal-approvers_box::-webkit-scrollbar-track {
  background: #9ea7cf;
  border-radius: 10px;
}
.metavurx-modal-approvers_box::-webkit-scrollbar-thumb {
  background-color: #103783;
  border-radius: 10px;
  border: 3px none #ffffff;
}
.metavurx-modal-approvers_box-info {
  color: #103783;
  font-size: 1.1rem;
}
.metavurx-modal-approvers_box-text {
  font-family: "OpenSans";
  font-size: 0.9rem;
  color: black;
}
.metavurx-modal-tabs {
  color: black;
  justify-content: center;
  border-bottom: 0 !important;
  margin-bottom: -30px !important;
}
.metavurx-modal-item {
  text-align: center !important;
}
.metavurx-modal-item-1 {
  width: 20%;
  padding-right: 0 !important;
}
.metavurx-modal-item-2 {
  width: 25%;
  padding-right: 0 !important;
}
.metavurx-modal-link {
  font-family: "OpenSans" !important;
  font-size: 0.9rem !important;
  color: #103783 !important;
  background: #b5c6e0 !important;
  border-radius: 5px !important;
  width: 98%;
  height: 50% !important;
  justify-content: center !important;
}
.metavurx-modal-link.active {
  color: white !important;
  background: #103783 !important;
}
.metavurx-modal-tabs .metavurx-modal-item {
  padding: 0 !important;
}
.metavurx-modal-tabs .metavurx-modal-link:after {
  height: 0 !important;
}

.custom-calendar .vc-pane-container {
  --day-border: 1px solid #dadada;
  --day-border-highlight: 1px solid #dadada;
  --weekday-bg: #fff;
  --day-width: 50px;
  width: 100%;
  background: #fff !important;
}
.custom-calendar .vc-pane-container .vc-header {
  background-color: #f1f5f8;
}
.custom-calendar .vc-pane-container .vc-weeks {
  background: #fff !important;
  padding: 0px;
  border-radius: 0px;
  height: -moz-fit-content;
  height: fit-content;
}
.custom-calendar .vc-pane-container .vc-day {
  padding: 0 5px 3px 5px;
  text-align: left;
  height: 9vh;
  min-width: var(--day-width);
  background-color: white;
}
.custom-calendar .vc-pane-container .vc-day .day-label.primary {
  color: #fff;
  background: #efb420;
  border-radius: 50%;
}
.custom-calendar .vc-pane-container .vc-day.weekday-1, .custom-calendar .vc-pane-container .vc-day.weekday-7 {
  background-color: #bae1ff;
}
.custom-calendar .vc-pane-container .vc-day:not(.on-bottom) {
  border-bottom: var(--day-border);
}
.custom-calendar .vc-pane-container .vc-day:not(.on-bottom).weekday-1 {
  border-bottom: var(--day-border-highlight);
}
.custom-calendar .vc-pane-container .vc-day:not(.on-right) {
  border-right: var(--day-border);
  border-bottom: 1px solid #dadada;
}
.custom-calendar .vc-pane-container .vc-day-dots {
  margin-bottom: 5px;
}

.custom-calendar-front .vc-pane-container {
  --day-border: 1px solid #b8c2cc;
  --day-border-highlight: 1px solid #b8c2cc;
  --weekday-bg: #f8fafc;
  --day-width: 1rem;
  border-radius: 0;
  width: 100%;
}
.custom-calendar-front .vc-pane-container .vc-header {
  background-color: #fff;
  color: #575e81;
}
.custom-calendar-front .vc-pane-container .vc-header .vc-title {
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.custom-calendar-front .vc-pane-container .vc-weeks {
  background: #fff !important;
  padding: 0px;
  border-radius: 0px;
  height: -moz-fit-content;
  height: fit-content;
}
.custom-calendar-front .vc-pane-container .vc-weeks .vc-weekday {
  background-color: #172468;
  font-family: "Poppins";
  color: #fff !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-calendar-front .vc-pane-container .vc-day {
  font-family: "Poppins";
  padding: 0 5px 3px 5px;
  text-align: left;
  height: 11vh;
  min-width: var(--day-width);
  background-color: white;
  overflow-y: auto;
}
.custom-calendar-front .vc-pane-container .vc-day .day-label.primary {
  background: #efb420;
  color: #fff;
  border-radius: 50%;
  padding: 2%;
}
.custom-calendar-front .vc-pane-container .vc-day .primary_btn {
  border-radius: 5px;
  background: #172468;
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 85%;
}
.custom-calendar-front .vc-pane-container .vc-day .secondary_btn {
  border-radius: 5px;
  background: #dadada;
  color: #000;
  text-align: center;
  font-family: "Poppins";
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 85%;
}
.custom-calendar-front .vc-pane-container .vc-day.weekday-1, .custom-calendar-front .vc-pane-container .vc-day.weekday-7 {
  background-color: #575e81;
  color: #fff;
}
.custom-calendar-front .vc-pane-container .vc-day:not(.on-bottom) {
  border-bottom: var(--day-border);
}
.custom-calendar-front .vc-pane-container .vc-day:not(.on-bottom).weekday-1 {
  border-bottom: var(--day-border-highlight);
}
.custom-calendar-front .vc-pane-container .vc-day:not(.on-right) {
  border-right: var(--day-border);
  border-bottom: 1px solid #dadada;
}
.custom-calendar-front .vc-pane-container .vc-day-dots {
  margin-bottom: 5px;
}
