/* Add this to your existing styles or create a new CSS file */
body {
  font-family: Arial, sans-serif;
  /* background-color: #f4f4f4; */
  background-image: linear-gradient(250deg, #e5f8ff, #ffffff 30%, #f7f8f2) !important;
  text-align: center;
  margin: 50px;
}

h1 {
  color: #fff;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
  text-align: left;
}

input {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

button {
  background-color: #00b6ed;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

/* Basic styling for the dropdown */
.styled-dropdown {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.h1,
h1,
.h2,
h2 {
  text-align: center;
}

.h2,
h2 {
  padding-top: 30px;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  text-align: center;
  margin: 50px;
}

header {
  background-color: #333;
  color: white;
  padding: 10px;
}

nav {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

nav a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

nav a:hover {
  background-color: #555;
}

main {
  margin-top: 20px;
}

nav {
  text-align: center;
  margin-top: 25px;
  font-size: 20px;
}

nav a {
  padding: 00px 50px;
}

.running-job {
  background-color: #e8ffe8 !important;
  font-weight: bold;
}

/* Style for required labels */
/* :required + label::before {
content: '*';
color: red;
margin-right: 4px; 
} */

.requiredLabel::after {
  content: " *";
  color: #ff5a5a;
  margin-right: 3px;
}

a.ui-icon-refresh::after {
  background-color: #b2b2b2 !important;
}

a.ui-icon-refresh {
  display: inline-block;
  color: #b2b2b2;
  background: #b2b2b2;
  margin: 0px !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  /* width: 25% !important; */
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.modal-content h1 {
  font-size: 2rem;
  margin: 0px;
  letter-spacing: -1px;
}

.modal-content p {
  text-align: center;
  margin: 25px 0px;
}

label.operationDaysInfo {
  background: #fdf3ea;
  color: #edc1a1 !important;
  padding: 6px 12px;
  border-radius: 10px;
  width: 200px;
  text-align: center;
  /* display: none; */
}

td.operationDaysInfo_td {
  text-align: center !important;
}

/* .close {
  color: #aaa;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} */

.close,
.deleteClose {
  background-color: #00b6ed !important;
  color: #fff;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
}

.close:hover,
.deleteClose:hover {
  /* background-color: #003171 !important; */
  background-image: linear-gradient(235deg, #33ac6a, #1ab0aa 51%, #00b5ec) !important;
}


body {
  overflow-x: hidden;
}

.button:hover {
  filter: drop-shadow(10px 10px 10px rgba(59, 0, 0, 0.4));
  -webkit-filter: drop-shadow(10px 10px 10px rgba(59, 0, 0, 0.4));
  -moz-filter: drop-shadow(10px 10px 10px rgba(59, 0, 0, 0.4));
}

.secondary-btn:hover {
  filter: none !important;
  -webkit-filter: none !important;
  -moz-filter: none !important;
}

.nav-dropdown-container {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.popup-bg {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cutout-top-right {
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background: white;
}

.cutout-top-left {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.cutout-bottom-right {
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  background: white;
}

.cutout-bottom-left {
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}

.resource-card-para,
.post-detail {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

testimonial-grid::-webkit-scrollbar {
  width: 2px;
}

testimonial-grid::-webkit-scrollbar-track {
  background: none;
}

testimonial-grid::-webkit-scrollbar-thumb {
  background: #25847b;
  border-radius: 12px;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  background: #25847b;
  border-radius: 8px;
}

.text-field-go-big-hero-form::-webkit-input-placeholder {
  /* Edge */
  color: rgba(112, 112, 112, 0.46);
}

.text-field-go-big-form-bottom-sec::-webkit-input-placeholder {
  /* Edge */
  color: rgba(112, 112, 112, 0.46);
}

.text-field-go-big-hero-form:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(112, 112, 112, 0.46);
}

.text-field-go-big-form-bottom-sec:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(112, 112, 112, 0.46);
}

.text-field-go-big-hero-form::placeholder {
  color: rgba(112, 112, 112, 0.46);
}

.text-field-go-big-form-bottom-sec::placeholder {
  color: rgba(112, 112, 112, 0.46);
}

.confetti-lottie {
  pointer-events: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 30px;
  width: 100px;
  padding: 5px;
}

::-webkit-scrollbar {
  width: 6px;
}

/*track*/
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

/*thumb*/
::-webkit-scrollbar-thumb {
  background: #25847b;
  border-radius: 8px;
}


/* Digital Team added styling - 1*/

h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}

.jumbotron {
  background-color: #f4511e;
  color: #fff;
  padding: 100px 25px;
}

i.fas {
  color: rgb(0, 181, 236) !important;
}

.fas {
  font-family: FontAwesome;
  font-style: normal;
}

.container-fluid {
  padding: 30px 0px;
  text-align: center
}

.container-fluid h1 {
  font-weight: normal !important;
}

.bg-grey {
  background-color: #f6f6f6;
}

.logo-small {
  color: #f4511e;
  font-size: 50px;
}

.logo {
  color: #f4511e;
  font-size: 200px;
}

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  color: #f4511e;
}

.carousel-indicators li {
  border-color: #f4511e;
}

.carousel-indicators li.active {
  background-color: #f4511e;
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}

.item span {
  font-style: normal;
}

.panel {
  border: 1px solid #f4511e;
  border-radius: 0 !important;
  transition: box-shadow 0.5s;
}

.panel:hover {
  box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}

.panel-footer .btn:hover {
  border: 1px solid #f4511e;
  background-color: #fff !important;
  color: #f4511e;
}

.panel-heading {
  color: #fff !important;
  background-color: #f4511e !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn {
  border-radius: 0px !Important;
}

.panel-footer {
  background-color: white !important;
}

.panel-footer h3 {
  font-size: 32px;
}

.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}

.panel-footer .btn {
  margin: 15px 0;
  background-color: #f4511e;
  color: #fff;
}

.navbar {
  margin-bottom: 0;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  border-radius: 0;
}

.navbar li a,
.navbar .navbar-brand {
  color: #222222 !important;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #f4511e !important;
  background-color: #fff !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}

.navbar-default {
  background-color: transparent !important;
}

footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: #f4511e;
}

.slideanim {
  visibility: hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@media screen and (max-width: 768px) {

  .table {
    overflow-x: auto;
    display: block;
    max-width: 100%;
  }

  .table::-webkit-scrollbar {
    width: 2px !important;
    /* Adjust the width as needed */
  }

  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }

  .btn-lg {
    width: 100%;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    font-size: 150px;
  }
}

.header_style {
  background-color: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  margin-top: -5px;
}

#navpage tbody tr {
  display: none;
}

#navpage thead tr {
  background-color: rgb(0, 181, 236) !important;
  font-weight: normal !important;
  color: #fff !important
}

div#nav_number a {
  background: #e8e2e2;
  padding: 1% 2%;
  color: #000;
}

div#nav_number a.active {
  color: #fff;
  background: #00b5ec;
}

.navbar-right {
  margin-right: 0px !Important;
}

div#nav_number {
  text-align: right;
}

.container_panel {
  border-radius: 0px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff !important;
  margin: 0% 2%;
  width: 96%;
  padding: 20px;
}

table#example thead th {
  background: #00b5ec;
  color: #fff;
}

.navbar-nav>li>a {
  font-size: 16px;
}

dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #00b5ec !important;
  background: #00b5ec !important;
}

.dataTables_filter {
  display: none;
}

.Videos_style img {
  padding: 2%;
  float: left
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
}

button {
  background: transparent !important;
}

.download {
  padding: 4px 15px;
  border-radius: 0px;
  background-color: #e5341e;
  color: #fff !important;
  text-align: center !important;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
}

#loader {
  display: none;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sessionlogout {
  /* margin-left: 50px; */
  padding: 0px;
  margin: 0px;
}

.footer-logo {
  width: 100px !important;
  height: auto !important;
  margin-bottom: 30px !important;
}

.section-cutout {
  height: 40px !important;
}

.section.footer-section {
  padding-bottom: 0px;
}

.announcement-z {
  /* background: #003171 !important;
  background-color: #003171 !important;
  background-image: none !important; */
  background-image: linear-gradient(235deg, #33ac6a, #1ab0aa 51%, #00b5ec);
}

.announcement_text-wrapper-z a.announcement_link-z.w-inline-block p.body-4z {
  text-align: center !important;
}

.contact_form-wrap-z {
  background-image: linear-gradient(269.93deg, rgba(51, 181, 157, 0.5) 0.06%, rgba(16, 85, 150, 0.5) 99.94%) !important;
}

.relative-z {
  height: 40px;
  max-height: 40px;
  position: relative;
}

.section-cutout.straight-z,
.section.footer-section {
  background-color: rgba(65, 65, 65, 0.8) !important;
}

.form_input-wrap-z {
  grid-area: span 1/span 2;
}

.gridArea {
  grid-area: span 1/span 1/span 1/span 1;
  padding-left: 20px;
}

.adjustLeft {
  left: 20px;
}

.radioLabel {
  opacity: .6;
  font-size: 16px;
  font-weight: normal;
}

.navbar_menu-items-z a.active {
  color: #ef4023 !important;
}

.margin-bottom-z.margin-xxsmall {
  margin-bottom: 0px;
  margin-left: 0;
}

.button-z {
  width: auto;
  line-height: 15px;
  transition: all .2s;
}

.section_home-hero-z.overflow-none,
.section_home-hero-z.newsletter {
  padding-top: 100px !important;
}

.section_home-hero-z {
  min-height: 34vw !important;
}

.gradientDiv_size {
  border-radius: 24px !important;
}

#configuration_Screen_Size {
  grid-area: 1/4/11/10;
}

#bulkUpload_Screen_Size {
  grid-area: 1/6/2/13;
}

.gradientDiv_size {
  padding: 4% !important;
  margin-bottom: 40px !important;
}

.configuration_screen_form,
.form-z {
  grid-row-gap: 10px !important;
}

.removePaddingLeft {
  padding-left: 5px !important;
}

.margin50 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#bulkUpload_Screen_Load {
  padding-left: 40px;
}

select {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("https://assets-global.website-files.com/6303b5d67785d03e915dbbad/631642b344c1d25e5d342f4a_chevron-down%201.svg");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 50%;
}

.section_home-solutions-gallery {
  background-image: url(https://assets-global.website-files.com/60f5b26…/633e0bc…_logo-grayscale.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.center-aligned-container-z {
  margin-top: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

img.refreshIcon {
  width: 20px !important;
}

.hiddenDiv {
  grid-area: span 1 / span 2 / span 1 / span 2;
  padding: 0px 20px;
}

.hiddenDiv div {
  margin-top: 1%;
}

.innerCheckboxPaddingLeft {
  padding-left: 15px;
}

.tt_grid_container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto;
}

.tt_grid_item:nth-child(1) {
  grid-area: 1 / 1 / span 1 / span 1;
}

.tt_grid_item:nth-child(2) {
  grid-area: 1 / 2 / span 1 / span 1;
}

.tt_grid_item:nth-child(3) {
  grid-area: 1 / 3 / span 1 / span 1;
}

.radioButtonsStyle {
  display: flex;
  justify-content: space-evenly;
  width: 200px;
}

.radioButtonsStyle div label {
  color: #8d8d8d !important;
  font-weight: normal !important;
  font-family: Lato, sans-serif !important;
}

.w-checkbox {
  padding-left: 0px !important;
}

.form-switch span.form_label-z {
  left: 20px;
}

.innerCheckboxPaddingLeft .form_label-z {
  left: 1% !important;
}

a.footer-link {
  text-decoration: none !important;
}

th,
td {
  background: transparent !important;
  background-color: transparent !important;
}

.h2-heading_z {
  padding: 0px;
}

.section_home-features-z.btm-margin-100 {
  padding-bottom: 50px;
}

.table thead th,
.table tbody tr td {
  text-align: center;
}

.table a {
  text-decoration: none !important;
}

.navbar_menu-items-z a {
  text-decoration: none !important;
}

.configuration_innerScreen_size,
.form-block-z {
  padding: 30px 20px !important;
}

/* @media screen and (min-width: 768px) {
.configuration_innerScreen_size,
.form-block-z {
min-width: 550px;
}
} */

@media screen and (max-width: 768px) {

  #configuration_Screen_Size {
    grid-area: 1/1/11/5;
  }
}

/* @media (max-height: 400px) {
html, body {
overflow-y: hidden;
}
} */

@media (min-height: 400px) {

  html,
  body {
    overflow-y: auto;
    /* or scroll to always show the scrollbar */
  }
}


/* Medspa */
*,
a {
  font-family: "Lato", sans-serif !important;
}

#leftAdminMenuBar {
  background: #003171 !important;
  top: 0px !important;
  height: 100%;
  width: 55px;
  background: var(--leftAdminMenuBarColor);
  position: fixed;
  top: 65px;
  z-index: 9999 !important;
}

body {
  /* background: #f3f5fa !important; */
  background-image: linear-gradient(250deg, #e5f8ff, #ffffff 30%, #f7f8f2) !important;
}

#mainDiv {
  padding: 86px 46px 15px 46px !important;
  /* background: #f7f8f2; */
  /* background: linear-gradient(90deg, #d6c9c2 0%, #f7f8f2 100%); */
}

/* html,
body { */
/* background-image: linear-gradient(250deg, #e5f8ff, #ffffff 30%, #f7f8f2) !important; */

/* background: #f7f8f2 !important; */
/* background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
  background-image: linear-gradient(235deg, #e5f8ff, #ffffff 51%, #f7f8f2); */
/* background-image: linear-gradient(250deg, #e5f8ff 5%, #ffffff, #f7f8f2 80%) !important; */
/* } */

.section1 .page-padding-z.large {
  padding: 4vh 5vh;
  display: block;
  background: white;
  min-height: 55vh;
  border-radius: 10px;
  Color: #666666;
  color: #b3b3b3;
  /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
  /* box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em; */
  /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

a.navbar_link-z:hover {
  color: #ef4023 !important;
}

p.navbar_link-z {
  margin: 0px !important;
}

.navbar_link-z {
  font-size: 15px !important;
  color: darkgrey !important;
}

.form-list {
  display: flex;
  list-style: none;
  left: 0;
}

.list_item-z {
  /* background-image: url(https://assets-global.website-files.com/60f5b26…/633e0bc…_icon-checkl_green.svg); */
  display: inline-block !important;
  margin-right: 10px;
  flex: 1;
  text-align: center;
  color: #616161;
  /*dark grey*/
}

.navbar_span {
  color: #a0a0a0;
  margin-right: 15px;
  font-size: 15px;
  font-weight: bold;
}

.navbar_span_active {
  /* color: #003171; */
  /* color: #000000; */
  color: #616161;
  font-size: 16px;
  text-transform: capitalize;
}

.removePaddingTB {
  padding: 25px 60px;
}

.h4_title {
  padding-top: 1vh;
  color: black;
  font-size: 20px;
  font-weight: bold;
}

.h6_title {
  padding-top: 0vh;
  color: #616161;
  /*dark grey*/
  font-size: 15px;
}

.align_left {
  text-align: left;
  /* width:100%!important; */
}

.margin30 {
  margin-top: 30px;
}

.align_left label {
  font-size: 14px;
  color: #616161;
  /*dark grey*/
  font-weight: normal;
  margin-bottom: 2px;
}

.align_left input::placeholder {
  color: #616161;
  /*dark grey*/
  font-size: 14px;
}

.marginTop {
  margin-top: 3vh;
}

.headerContainer {
  margin: 0vh 3vh;
  padding: 0px;
  width: 100% !important;
}

.primary-button-z {
  /* background: #003171cf; */
  background: #00b6ed;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: bold;
}

.primary-button-z:hover {
  /* background: #003171; */
  background-image: linear-gradient(235deg, #33ac6a, #1ab0aa 51%, #00b5ec);
}

.buttonsClass {
  text-align: right;
  margin-top: 40px;
}

.buttonsClass hr {
  margin: 5vh 0vh 2vh 0vh;
}

.checkbox_container {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}

.styled-checkbox {
  flex: 0 0 24%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.styled-checkbox:hover {
  background-color: #f5f5f5;
}

.styled-checkbox input[type="checkbox"] {
  /* margin-right: 5px; */
  width: 25px;
  height: 14px !important;
  margin: 0px 5px 0px 0px !important;
}

.styled-checkbox label {
  flex: 1;
  cursor: pointer;
  margin-left: 5px;
}

table.table.table-hover thead tr th {
  vertical-align: middle;
  font-size: 12px;
  color: #616161;
  /*dark grey*/
  text-align: left;
  background: #f3f5fa !important;
}

table.table.table-hover tbody tr td {
  font-size: 14px;
  color: #616161;
  /*dark grey*/
  text-align: left;
  padding: 2px;
  vertical-align: middle;
}

ul#fileList li {
  /* list-style-type: none !important; */
  list-style-type: circle !important;
}

/* ol,
ul {
  padding-left: 0rem !important;
} */

.error-message {
  font-size: 10px;
  color: red;
}

.margin10 {
  margin-top: 10px !important;
}

.submitRight {
  z-index: 0 !important;
}

.submitLeft {
  z-index: 0 !important;
  /* z-index: -1 !important; */
}

.bg-element-left {
  z-index: 0;
  width: 500px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-clip: border-box;
  position: absolute;
  top: 150px;
  bottom: 0%;
  left: -20%;
  right: auto;
}

/* .bg-element-right {
  /* z-index: 0;
  position: absolute;
  top: -35%;
  left: auto; */
/* bottom: -5%; */
/* right: -30%; */
/* top: -100%;
  left: 70%; 
}*/

.form-select {
  height: auto !important;
}

.pageHeading {
  text-align: left !important;
}

.buttonContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.buttonContainerSubmit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 10px;
  box-sizing: border-box;
}

.left-button {
  order: 1;
  /* Put the left button first */
}

.middle-button {
  order: 2;
  /* Put the middle button in the middle */
}

.right-buttons {
  order: 3;
  /* Put the right buttons last */
}



.submitBack {
  color: #00b6ed;
  font-size: 30px;
  text-decoration: none;
  /* transition: font-size 0.3s ease; */
}

.submitBack:hover {
  cursor: pointer;
  color: #33ac6b;
  /* font-size: 32px; */
}

.submitPage {
  min-width: 95px;
  height: 40px;
  letter-spacing: 0.5px;
  padding-top: 10px !important;
  text-align: center !important;
}

/* #submit_back {
  padding-top: 10px !important;
} */

/* Style the dropdown button */
.dropdownTZ {
  position: relative;
  display: block;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content_TZ {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, .15);
  border: 1px solid #ced4da;
  border-radius: .25rem;
  z-index: 1;
  overflow: auto !important;
  height: 180px;
}

.dropdown-content_TZ::-webkit-scrollbar,
.table::-webkit-scrollbar {
  height: 6px;
}

.dropdown-content_TZ::-webkit-scrollbar-track,
.table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dropdown-content_TZ::-webkit-scrollbar-thumb,
.table::-webkit-scrollbar-thumb {
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Style the search box inside the dropdown */
.search-box {
  width: 100%;
  padding: .375rem .75rem;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  line-height: 1.5;
}

/* Style the dropdown items */
.dropdown-content_TZ a {
  color: #212529;
  display: block;
  padding: .25rem .75rem;
  clear: both;
  font-weight: 400;
  color: #495057;
  text-align: inherit;
  /* white-space: nowrap;
  width: 100%; */
  background-color: transparent;
  border: 0;
  text-decoration: none;
}

/* Change color of dropdown links on hover */
.dropdown-content_TZ a:hover,
.dropdown-content_TZ a:focus {
  color: #ffffff;
  /* Change hover color here */
  text-decoration: none;
  background-color: #8b8b8b;
}

/* Show the dropdown menu on focus */
.dropdownTZ:focus-within .dropdown-content_TZ {
  display: block;
  width: 100%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* Optional - may be required for some versions of Firefox */
}

/*Multi Select serachable Dropdown*/
.ms-dropdowncontainer {
  position: relative;
  min-width: 205px;
}

.ms-dropdowninput {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
}

.ms-dropdownlist {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  display: none;
  z-index: 1000;
}

.ms-dropdownlist-item {
  padding: 2px;
  /* padding: 1px 1px 1px 5px;*/
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.ms-dropdownlist-item input {
  margin-right: 0px;
  width: 10%;
}

.ms-dropdownlist-item:hover {
  background-color: #f1f1f1;
}

.ms-search-input {
  width: 100%;
  padding: 10px;
  border: none;
  box-sizing: border-box;
}

input.form-control.ms-search-input {
  box-shadow: none !important;
}

input.ms-dropdowncheckbox {
  /* display: none; */
}

/*Multi Select serachable Dropdown - End*/

.scrollToBottomButton:hover {
  cursor: pointer;
}

.container-large-z.pageHeading .buttonContainer {
  padding: 0px !important;
}

@media screen and (max-width: 991px) {
  .announcement_content-z {
    text-align: center !important;
    justify-content: center !important;
  }

  .col-sm-4.margin10 {
    text-align: left;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animation-container {
  animation: fadeIn 1s ease-in-out;
}

/*progress bar*/
:root {
  --primary-color: rgb(11, 78, 179);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  /* margin: 2rem 0 4rem; */
  margin: 20px 20px 30px 20px !important;
}

.progressbar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px !important;
  width: 100%;
  background-color: #dcdcdc;
  z-index: -1;
}

.progress {
  background-color: rgb(50 172 109) !important;
  width: 0%;
  transition: 0.3s;
}

.progress-step {
  width: 2.1875rem;
  height: 2.1875rem;
  width: 1rem;
  height: 1rem;
  background-color: #dcdcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .progress-step::before {
  counter-increment: step;
  content: counter(step);
} */

.progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 0.5rem);
  font-size: 0.85rem;
  color: #666;
}

.progress-step-active {
  background-color: rgb(4 181 228) !important;
  color: #f3f3f3;
}

.form-step {
  display: none;
  transform-origin: top;
  animation: animate 0.5s;
}

.form-step-active {
  display: block;
}

/* @keyframes animate {
  from {
    transform: scale(1, 0);
    opacity: 0;
  }

  to {
    transform: scale(1, 1);
    opacity: 1;
  }
} */

/* #userResponse_Section {
  position: relative;
  height: 400px;
  Set a fixed height to maindiv or adjust as needed
} */

#paginationButtons {
  margin-bottom: 0px !important;
  /* position: absolute;
  bottom: 0;
  width: 100%; */
  /* margin-left: 3%; */
}

table#userResponseTable thead tr th {
  vertical-align: middle !important;
}

#userResponseTable {
  border-radius: 5px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;

}

#userResponseTable thead {
  background-image: linear-gradient(50deg, #e5f8ff, #25847b38 30%, #ebe8d9) !important;

}

#paginationButtons button {
  padding: 0px !important;
}

#paginationButtons td {
  border: 0px !important;
}

tbody#userResponseBody tr td {
  vertical-align: middle !important;
}

/* .paginationButton {
  background: #f3f3f3;
  padding: 6px 10px;
  border-radius: 50%;
} */

.flipped-arrow {
  transform: scaleX(-1);
  display: inline-block;
}

table#paginationButtons td {
  padding: 0px;
}

table#paginationButtons tr,
table#paginationButtons td {
  border: 0px solid transparent;
}

/* .prodType_dpd option[value="-"] {
  color: white;
} */


div#service_section table tr td input,
div#service_section table tr td:nth-child(3) label,
div#seriesPackage_Section table tr td input,
div#seriesPackage_Section table tr td:nth-child(3) label {
  font-size: 13px !important;
  padding: 5px !important;
}

div#service_section table tr td:nth-child(2) input::placeholder,
div#service_section table tr td:nth-child(3) input::placeholder,
div#product_section table tr td:nth-child(2) input::placeholder,
div#product_section table tr td:nth-child(3) input::placeholder,
div#seriesPackage_Section table tr td:nth-child(2) input::placeholder,
div#seriesPackage_Section table tr td:nth-child(3) input::placeholder,
div#seriesPackage_Section table tr td:nth-child(6) input::placeholder {
  font-size: 13px !important;
}

div#product_section table td select,
div#product_section table td input,
div#product_section table td label {
  font-size: 13px !important;
  padding: 5px !important;
}

div#service_section table tr td:nth-child(3) label,
div#product_section table tr td:nth-child(3) label,
div#seriesPackage_Section table tr td:nth-child(3) label {
  background: #e9ecef;
  border-radius: var(--bs-border-radius);
  width: 100%;
  margin: 0px !important;
  display: block !important;
  padding: 6px 5px !important;
}

div#service_section table tr td:nth-child(9) div {
  background: #e9ecef !important;
  border-radius: var(--bs-border-radius);
  padding: 5px !important;
  height: 31px !important;
  /* width: 100%;
  margin: 2px !important;
  display: block !important;
  padding: 5px !important;
  min-height: 32px !important; */
}

.pageLoading {
  /* background: #fff; */
  background-image: linear-gradient(250deg, #e5f8ff, #ffffff 30%, #f7f8f2) !important;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageLoading div {
  /* background: #fff; */
  width: 15px;
  height: 32px;
  margin-left: 10px;
  animation: pageLoading 1.2s infinite;
}

@keyframes pageLoading {
  50% {
    height: 64px;
  }
}

.pageLoading div:nth-child(1) {
  background: #33ac6a;
  animation-delay: -0.40s;
}

.pageLoading div:nth-child(2) {
  background: #1ab0aa;
  animation-delay: -0.20s;
}

.pageLoading div:nth-child(3) {
  background: #00b5ec;
  animation-delay: 0s;
}

.saveDraft_note {
  font-size: 12px;
  margin: 2vh 0vh;
  padding: 0px !important;
  font-weight: bold;
}

span.saveDraftTitle {
  background: #FFB700;
  padding: 4px 10px;
  border-radius: 20px;
}

.blinking {
  /* animation: blink 3s infinite; */
  font-size: 15px;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
}

.navLogout {
  background: #00b6ed;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: bold;
}

.navLogout a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.navLogout:hover {
  /* background-color: #003171 !important; */
  background-image: linear-gradient(235deg, #33ac6a, #1ab0aa 51%, #00b5ec) !important;
}

.otherHideRow {
  display: none;
}

.otherShowRow {
  display: table-row;
}

.addmMoreItems {
  padding: 4px 10px;
  font-size: 11px;
}

.medBD_accordion {
  font-weight: bold;
  background-color: #f6f6f6;
  color: #3e4f69;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  vertical-align: middle;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 5px;
  border-radius: 5px;
}

.medBD_active,
.medBD_accordion:hover {
  background-color: #cbd0d8;
}

.medBD_accordion:after {
  content: '\002B';
  color: #3e4f69;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 18px;
}

.medBD_active:after {
  content: "\2212";
}

.medBD_panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* for default checkboxes */
input[type=checkbox] {
  height: 15px !important;
  width: auto;
  margin: 5px !important;
}

div#service_section tbody tr td:nth-child(9) {
  text-align: center;
}

div#service_section tbody tr td:nth-child(9) input[type=checkbox] {
  /* margin: 3px 0px 0px 0px !important; */
  margin: 0px 0px 0px 0px !important;
  height: 20px !important;
  width: auto;
}

tbody tr td:nth-child(1) {
  text-align: center !important;
}

.ds-radio-container {
  margin-bottom: 20px;
}

.ds-radio-container label {
  display: block;
  margin-bottom: 10px;
}

.ds-radio-container input[type="radio"] {
  /* margin-right: 10px; */
  width: 2% !important;
}

.ds-radio-description {
  margin-left: 25px;
  color: #666;
  font-size: 0.9em;
}

.dataSubmission-type {
  /* display: none; */
  margin-top: 30px;
  padding: 15px;
  border-top: 1px solid #ccc;
  /* border-top: 2px dashed #ccc; */
  /* border: 1px solid #ccc; */
  /* border-radius: 5px; */
  /* background-color: #f9f9f9; */
}

.ds-upload-area {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background-color: #f9f9f9;
  cursor: pointer;
  margin-bottom: 5px;
  /* margin-bottom: 20px; */
}

.ds-upload-area.dragging {
  background-color: #e9e9e9;
}

.ds-file-preview {
  margin: 10px;
  text-align: center;
}

.ds-file-preview img {
  width: 83px !important;
  height: 100px !important;
  max-width: 83px;
  max-height: 100px;
  border-radius: 5px;
  margin-top: 20px;
}

.ds-file-preview a {
  display: block;
  /* margin-top: 10px; */
  background-color: transparent;
  border: none;
  /* color: #009AC8; */
  color: #ff1a1aab;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  /* margin: 4px 20px 0px 0px !important; */
  /* margin: 2px 2px 0px 0px !important; */
  margin: 10px 5px 0px 0px !important;
  /* font-size: 20px; */
}

.text-truncate {
  font-size: 14px;
  color: #009AC8;
  margin-top: 5px !important;
}

.ds-file-preview a:hover {
  color: #ff1a1a;
}

.bs-btn-remove {
  cursor: pointer;
  color: #ff1a1a;
  font-size: 18px;
  z-index: 1
}

.bs-btn-remove img {
  width: 5px;
  height: 5px;
  max-width: 10px;
  max-height: 10px;
  margin-top: 0px;
}

.bs-btn-remove i {
  width: 24px;
  height: 24px;
}

.ds-file-preview {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
}

.uploadAnc {
  text-decoration: none;
  background: #32ac6d;
}

.uploadAnc:hover {
  /* background: #003171; */
  background-image: linear-gradient(235deg, #00b5ec, #1ab0aa 51%, #33ac6a);
}

label.btn.btn-primary {
  background: #00b6ed;
  padding: 8px 16px;
  border-radius: 25px !important;
  font-size: 13px;
  font-weight: bold;
  border: none;
  color: white;
}

label.btn.btn-primary:hover {
  /* background: #003171; */
  background-image: linear-gradient(235deg, #00b5ec, #1ab0aa 51%, #33ac6a);
}

.ds-card {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #feb600;
  --color-gray: #ccc;
  --color-dark-gray: #ccc;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
  margin-right: 10px;
}

.ds-grid {
  display: grid;
  grid-gap: var(--card-padding);
  /* margin: 0 auto; */
  max-width: 100%;
  /* max-width: 60em; */
  padding: 0;

  @media (min-width: 42em) {
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-columns: repeat(2, 1fr); */
  }
}

.ds-card {
  background-color: #fff;
  border-radius: var(--card-radius);
  position: relative;

  &:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  }
}

.ds-radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: calc(var(--card-padding) + var(--radio-border-width));
  top: calc(var(--card-padding) + var(--radio-border-width));
  width: 20px !important;
  height: 20px !important;
}

@supports(-webkit-appearance: none) or (-moz-appearance: none) {
  .ds-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition:
      background 0.2s ease-out,
      border-color 0.2s ease-out;
    width: var(--radio-size);

    &::after {
      border: var(--radio-border-width) solid #fff;
      border-top: 0;
      border-left: 0;
      content: '';
      display: block;
      height: 0.70rem;
      left: 25%;
      position: absolute;
      top: 50%;
      transform:
        rotate(45deg) translate(-50%, -50%);
      width: 0.320rem;
    }

    &:checked {
      background: #feb600;
      border-color: #feb600;
    }
  }

  .ds-card:hover .ds-radio {
    border-color: var(--color-dark-gray);

    &:checked {
      border-color: #feb600;
    }
  }
}

.ds-plan-details {
  border: var(--radio-border-width) solid var(--color-gray);
  border-radius: var(--card-radius);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
  transition: border-color 0.2s ease-out;
  min-height: 232px !important;
  /* min-height: 200px !important; */
}

.ds-plan-description {
  font-size: 13.7px;
}

.ds-card:hover .ds-plan-details {
  border-color: var(--color-dark-gray);
}

.ds-radio:checked~.ds-plan-details {
  border-color: #feb600;
}

.ds-radio:focus~.ds-plan-details {
  box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.ds-radio:disabled~.ds-plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}

.ds-radio:disabled~.ds-plan-details .ds-plan-type {
  color: var(--color-dark-gray);
}

.ds-card:hover .ds-radio:disabled~.ds-plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}

.ds-card:hover .ds-radio:disabled {
  border-color: var(--color-gray);
}

.ds-plan-type {
  color: #feb600;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 15px;
  padding-right: 25px;
}

.ds-plan-cost {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
}

.ds-slash {
  font-weight: normal;
}

.ds-ds-plan-cycle {
  font-size: 2rem;
  font-variant: none;
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

.ds-hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.modal-content h1,
.gradientText {
  /* background: linear-gradient(to right, #ff0000, #0000ff); */
  background: linear-gradient(235deg, #33ac6a, #1ab0aa 51%, #00b5ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

div#processingDiv {
  color: #5991aa;
}

#myModalSubmitConfirmation .modal-content,
#submitProcessing .modal-content,
#myModal .modal-content {
  /* height: 60%; */
  /* color: transparent; */
  /* vertical-align: middle; */
  min-height: 220px;
  justify-content: center;
  text-align: center;
}

#showLoader .modal-content {
  align-items: center;
  background: transparent;
  border: none;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Center vertically */
}

#loginButton {
  /* margin-right: 10px; */
  /* Space between button and loader */
}

#loginimgloader {
  margin-left: 10px;
}

/* .loginloader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 4px solid #33ad6b;
  width: 20px;
  height: 20px;
  animation: loginspin 1s linear infinite;
} */

.loginPage {
  border: 1px solid #30588c !important;
  height: 38px !important;
  color: #616161 !important;
}

.zen_ob_tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}

.zen_ob_tooltip .zen_ob_tooltiptext {
  visibility: hidden;
  width: 250px;
  font-weight: bold;
  background-color: #00b6ed;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -15px;
  right: 147%;
  /* left: 147%; */
}

.zen_ob_tooltip .zen_ob_tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  /* right: 100%; */
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #00b6ed;
  /* border-color: transparent #00b6ed transparent transparent; */
}

.zen_ob_tooltip:hover .zen_ob_tooltiptext {
  visibility: visible;
}

tbody.employee_sectionTbody tr td input,
tbody.room_sectionTbody tr td input,
tbody.campaign_sectionTbody tr td input {
  font-size: 13px;
}

.ms-formslist-NA {
  background: beige;
}

.category-panel-heading {
  cursor: pointer;
  background-color: #03b4e41f;
  /* background-color: #f6f6f6; */
  font-weight: bold;
  transition: 0.4s;
  /* overflow: hidden; */
}
.category-panel-heading:hover, .category-panel-heading-active {
  background-color:#32ac6c1f;
}

.category-panel-heading td:after {
  content: '\002B';
  color: #3e4f69;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 18px;
}

.category-panel-heading-active td:after {
  content: "\2212";
}

.category-panel-heading tr td{
  padding: 10px 8px 8px 8px!important;
  text-align: left !important;
  border-radius: 10px;
}

/* .table-hover tbody tr.addMore_NoHover:hover {
  background-color: white!important; 
}

.table-row {
  display: table-row;
} 
 

.table-cell {
  display: table-cell;
  padding: 8px;
}

.colspan-9 {
  display: table-cell;
  width: 100%;
}*/

/* hide category column, but use more appropriate table class names 
table.table.table-hover thead tr th:nth-child(3), table.table.table-hover tbody tr td:nth-child(3) {
  display: none;
} */