
:root {
  --darkblue: #0e419c;
  --white: #ffffff;
  --lightblue: #0178ca;
}

:root {
  --light-blue: #1dadd1;
  --green: #7cc3b0;
  --navyblue: #03305c;
  --litesalmon: #e8a87c;
  --whiteText: #fff;
  --blacktext: #333;
  --grey: #707070;
}

/* :root {
  --darkblue: #7ec3b0;
  --white: #ffffff;
  --lightblue: #e8a87c;
}  */

.btn-primary {
  background-color: var(--grey);
  color: var(--white);
  border-color: var(--grey);
}

body,
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  user-select: none;
}

footer {
  background-color: #333;
  color: #fefefe;
  width: 100%;
}

.top-bar {
    background-color: var(--light-blue);
    color: #fff;
    padding: 4px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.trendingUpdateText {
  background-color: var(--navyblue);
  color: var(--white);
  padding: 10px;
  margin-top: 104px;
}

.login-Info-button {
  display: flex;
  float: right;
  align-items: center;
  gap: 10px;
}

.login-Info-button .btn-primary {
  background-color: inherit;
  border: none;
  color: #fff;
  padding: 0;
  border-radius: 0;
  font-weight: 600;
}

.login-Info-button .btn-primary:hover {
 color: var(--darkblue)
}

.login-Info-button .btn-primary:focus {
  box-shadow: none;
}

.login-Info-button .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  color: var(--blacktext);
  border-color: #fff;
}

.copy-writediv {
  background-color: #222;
  color: #fff;
  padding-top: 5px;
  border-top: #ccc;
  padding: 10px;
}

.copy-writediv p {
  margin-bottom: 0;
  font-size: 12px;
  color: #c5c5c5;
}

.register-title {
  color: var(--navyblue);
}

.register-form-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  /*margin-top: 120px;*/
}

.register-form-wrapper form {
  width: 800px;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #f1f1f1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.login-form-wrapper {
  padding: 30px 0px;
}

.login-form-wrapper form {
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #f1f1f1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.info-text {
  background-color: #e7f3fe;
  border-left: 6px solid #2196f3;
  padding: 10px;
  margin-top: 10px;
}

.info-text p {
  margin-bottom: inherit;
}

/*------------12-08-------------------*/
.icon-bar {
  z-index: 1;
  position: fixed;
  top: 45%;
  right: 0;
  width: 213px;
  display: flex;
  flex-direction: column;
}

.icon-bar a {
  transform: translate(160px, 0px);
  /*border-radius: 40px 0px 0px 40px;*/
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  padding: 6px;
  font-size: 22px;
  transition: all 0.8s;
}

.icon-bar a:hover {
  color: var(--white);
  transform: translate(0px, 0px);
}

.icon-bar a i {
  background-color: var(--white);
  height: 40px;
  width: 40px;
  color: var(--darkblue);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}

.icon-bar a:hover i {
  transform: rotate(360deg);
}

/*------------12-08-------------------*/
.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.watsapp {
  background: #38e76d;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--navyblue);
  font-size: 14px;
  font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--navyblue);
  transition: width 0.3s;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--navyblue);

}

.navbar-dark .navbar-nav .nav-link:focus::after,
.navbar-dark .navbar-nav .nav-link:hover:after {
  color: var(--navyblue);

  border-bottom: 2px solid var(--navyblue);
  width: 100%;
}

.collapse.navbar-collapse {
  justify-content: end;
}

.dropdown .dropdown-menu.show {
  width: 280px;
  padding: 10px;
}

.dropdown .serviceMenu {
  padding: 0.5rem;
  display: block;
  color: var(--navyblue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.dropdown ul.dropdown-menu li {
  padding: 4px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  font-weight: 500;
}

.dropdown ul.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown ul.dropdown-menu li a {
  color: var(--navyblue);
  text-decoration: none;

  font-size: 12px;
}

#mu-slider {
  display: inline;
  float: left;
  width: 100%;
}

.banner-section {
  margin-top: -7px;
}

#mu-slider .mu-slider-single {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

#mu-slider .mu-slider-single .mu-slider-img {
  display: inline;
  float: left;
  width: 100%;
  height: 500px;
}

#mu-slider .mu-slider-single .mu-slider-img figure {
  height: 100%;
  width: 100%;
}

#mu-slider .mu-slider-single .mu-slider-img figure img {
  width: 100%;
  height: 100%;
}

#mu-slider .mu-slider-single .mu-slider-img:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#mu-slider .mu-slider-single .mu-slider-content {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  padding: 0 15%;
  width: 100%;
  text-align: center;
  height: 100%;
}

#mu-slider .mu-slider-single .mu-slider-content h4 {
  letter-spacing: 1px;
  margin-bottom: 0;
}

#mu-slider .mu-slider-single .mu-slider-content span {
  display: inline-block;
  height: 1px;
  width: 200px;
}

#mu-slider .mu-slider-single .mu-slider-content h2 {
  font-size: 46px;
  line-height: 80px;
  margin-bottom: 10px;
}

#mu-slider .mu-slider-single .mu-slider-content a {
  margin-top: 25px;
  text-decoration: none;
}

#mu-slider .mu-slider-single .mu-slider-content a:hover {
  background-color: #000;
  color: var(--textwhite);
}

.mu-read-more-btn {
  background-color: #707070;
  border-color: #707070;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}

.alert {
  font-size: 14px;
}

.navbar {
  padding: 4px;
  position: fixed;
  top: 34px;
  background: #fff;
  z-index: 9999;
  width: 100%;
  border-bottom: 1px solid var(--navyblue);
}

.navbar-brand img {
  width: 100px;
}

.user-login-information {
  background-color: var(--green);
  color: #fff;
  padding: 10px;
  border: 1px solid var(--green);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}


.user-login-information ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-top: 10px;
}

.user-login-information ul li {
  padding: 7px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.user-login-information ul li:last-child {
  padding: 4px;
  border-bottom: inherit;
}

.client-status-title {
  padding: 8px;
  border-radius: 5px;
  background-color: var(--navyblue);
  color: #fff;
}

.clientselectionwrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  /* justify-content: space-between; */
  position: relative;
  border: 2px solid #f1f1f1;
  padding: 12px;
}

.clientselectionwrapper .form-group {
  margin-bottom: 0;
}

.addmore-icon-div,
.remove-icon-div {
  width: 30px;
  border: 1px solid var(--navyblue);
  height: 30px;
  position: relative;
  border-radius: 50%;
  padding: -2px;
  /* top: 45%; */
  position: absolute;
  color: #fff;
  right: 11px;
  top: 50%;
  background: var(--navyblue);
  cursor: pointer;
}

.remove-icon-div {
  background-color: rgb(241, 84, 84) !important;
  border: 1px solid rgb(241, 84, 84) !important;
}

.addmore-icon-div i,
.remove-icon-div i {
  position: absolute;
  top: 20%;
  left: 25%;
  font-size: 18px;
}

.submitClientoptions {
  margin-top: 8px;
}

/*---------------------------PRK---------------------------*/

.trendingUpdateText a {
  text-decoration: none;
  color: var(--textwhite);
}

/*==================
 SERVICE SECTION
====================*/
#mu-service {
  display: inline;
  float: left;
  margin-top: -80px;
  width: 100%;
  background-color: var(--textwhite);
}

#mu-service .mu-service-area {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  gap: 0px;
  /* background: #fff; */
}

#mu-service .mu-service-area .mu-service-single {
  background-color: var(--navyblue);
  color: #fff;
  display: inline;
  float: left;
  padding: 10px;
  text-align: center;
  width: 33.33%;
  min-height: 194px;
  border-radius: 20px;
}

#mu-service .mu-service-area .mu-service-single:nth-child(2) {
  background-color: #707070;
  color: #fff;
}

#mu-service .mu-service-area .mu-service-single:nth-child(3) {
  background-color: var(--green);
}

#mu-service .mu-service-area .mu-service-single span {
  font-size: 30px;
}

#mu-service .mu-service-area .mu-service-single h3 {
  font-size: 25px;
}


/*==================
 ABOUT SECTION
====================*/
#mu-about-us {
  display: inline;
  float: left;
  width: 100%;
  padding: 60px 0;
  background-color: var(--textwhite);
}

#mu-about-us .mu-about-us-area {
  display: inline;
  float: left;
  width: 100%;
}

#mu-about-us .mu-about-us-area .mu-about-us-left {
  display: inline;
  float: left;
  width: 100%;
}

#mu-about-us .mu-about-us-area .mu-about-us-left h2 {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 600;
}

#mu-about-us .mu-about-us-area .mu-about-us-left ul {
  margin-left: 25px;
  margin-bottom: 15px;
}

#mu-about-us .mu-about-us-area .mu-about-us-left ul li {
  line-height: 30px;
  list-style: circle;
}

#mu-about-us .mu-about-us-area .mu-about-us-right {
  display: inline;
  float: left;
  width: 100%;
  display: block;
  width: 100%;
  background-color: #ccc;
}

#mu-about-us .mu-about-us-area .mu-about-us-right a {
  display: block;
  width: 100%;
  position: relative;
}

#mu-about-us .mu-about-us-area .mu-about-us-right a img {
  width: 100%;
}

#mu-about-us .mu-about-us-area .mu-about-us-right a:after {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #ddd;
  content: "\f04b";
  font-family: fontAwesome;
  font-size: 50px;
  left: 0;
  padding-top: 27%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

/*==================
 FEATURES SECTION
====================*/
#mu-features {
  display: inline;
  float: left;
  padding: 30px 0;
  width: 100%;
}

#mu-features .mu-features-area {
  display: inline;
  float: left;
  width: 100%;
}

#mu-features .mu-features-area .mu-features-content {
  display: inline;
  float: left;
  /* margin-top: 50px; */
  width: 100%;
}

#mu-features .mu-features-area .mu-features-content .mu-single-feature {
  display: inline;
  float: left;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0 10px;
  width: 100%;
}

#mu-features .mu-features-area .mu-features-content .mu-single-feature span {
  font-size: 25px;
  padding: 10px 15px;
}

#mu-features .mu-features-area .mu-features-content .mu-single-feature h4 {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 10px;
  position: relative;
}

#mu-features .mu-features-area .mu-features-content .mu-single-feature h4:after {
  background-color: var(--navyblue);
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 70px;
  position: absolute;
}

#mu-features .mu-features-area .mu-features-content .mu-single-feature p {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1.7;
}

#mu-features .mu-features-area .mu-features-content .mu-single-feature a {
  border: 1px solid #888;
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*==== about us dynamic video player ====*/
#about-video-popup {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  z-index: 99999;
}

#about-video-popup span {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 30px;
  margin-right: 50px;
  margin-top: 50px;
}

#about-video-popup iframe {
  background: url(../img/loader.gif) center center no-repeat;
  margin: 10% auto;
  width: 650px;
  height: 450px;
}

.mu-title {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.mu-title h2 {
  color: var(--navyblue);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.mu-title p {
  color: #555;
  letter-spacing: 0.3px;
  line-height: 1.7;
}

/*==================
 FOOTER
====================*/
#mu-footer {
  display: inline;
  float: left;
  width: 100%;
}

#mu-footer .mu-footer-top {
  background-color: #333;
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}

#mu-footer .mu-footer-top .mu-footer-top-area {
  display: inline;
  float: left;
  width: 100%;
}

#mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget {
  display: inline;
  float: left;
  width: 100%;
}

#mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget h4 {
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
}

#mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul {
  list-style-type: none;
  padding-left: 0;
}

#mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a {
  color: #f9f9f9;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0 5px 15px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a:hover {
  text-decoration: none;
  color: var(--darkblue);
}

#mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a:before {
  content: "\f101";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 5px;
}

#mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a:hover,
#mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a:focus {
  margin-left: 5px;
}

#mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget p {
  color: #f9f9f9;
}

#mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget .mu-subscribe-form {
  display: inline;
  float: left;
  margin-top: 10px;
  width: 100%;
}

#mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget .mu-subscribe-form input[type="email"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  font-size: 15px;
  height: 35px;
  margin-bottom: 20px;
  padding: 5px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget .mu-subscribe-form .mu-subscribe-btn {
  color: #fff;
  border: medium none;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}

#mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget address p {
  font-weight: lighter;
  letter-spacing: 0.5px;
}

#mu-footer .mu-footer-bottom {
  background-color: #222;
  display: inline;
  float: left;
  padding: 25px 0;
  width: 100%;
}

#mu-footer .mu-footer-bottom .mu-footer-bottom-area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

#mu-footer .mu-footer-bottom .mu-footer-bottom-area p {
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 0.3px;
}

#mu-footer .mu-footer-bottom .mu-footer-bottom-area p a {
  color: #fff;
}

.login-form-wrapper .text-center .login-title {
  color: var(--navyblue);
}

.login-form-wrapper .loginButton button {
  width: 150px;
}

/* changes 14-08-2023 */

.mu-blog-archive .mu-blog-single-item {
  margin-bottom: 35px;
}

.mu-blog-single .mu-blog-single-item {
  background-color: #fff;
  padding-bottom: 30px;
}

.mu-blog-single .mu-blog-single-item .mu-blog-caption {
  padding: 0 15px;
}

.mu-blog-single .mu-blog-single-item .mu-blog-meta {
  padding: 0 15px;
}

.mu-blog-single .mu-blog-single-item .mu-blog-description {
  padding: 0 0px 30px;
}

.mu-blog-single .mu-blog-single-item .mu-blog-description ul {
  padding-left: 2px;
  margin-left: inherit !important;
}

.mu-blog-single .mu-blog-single-item .mu-blog-description ul li {
  line-height: 1.8;
  padding-left: 25px;
  list-style: none !important;
  position: relative;
}

.mu-blog-single .mu-blog-single-item .mu-blog-description ul li:before {
  content: "\f14a";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  color: var(--navyblue);
}

/*dataprivacy*/

/*==================
 CONTACT PAGE
====================*/
#mu-contact {
  display: inline;
  float: left;
  padding: 60px 0;
  width: 100%;
}

#mu-contact .mu-contact-area {
  display: inline;
  float: left;

  width: 100%;
}

#mu-contact .mu-contact-area .mu-contact-content {
  display: inline;
  float: left;
  margin-top: 10px;
  width: 100%;
}

#mu-contact .mu-contact-area .mu-contact-content .mu-contact-left {
  display: inline;
  float: left;
  width: 100%;
}

#mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform {
  display: inline;
  float: left;
  width: 100%;
}

#mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform .reply-title {
  font-size: 25px;
  margin-top: 0;
}

#mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform label {
  display: block;
}

#mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform label .required {
  color: #f60;
}

#mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform input[type="text"],
#mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform input[type="email"],
#mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform input[type="url"] {
  border: none;
  border: 1px solid #ddd;
  color: #555;
  margin-bottom: 10px;
  height: 35px;
  padding: 5px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform textarea {
  border: none;
  border: 1px solid #ddd;
  color: #555;
  margin-bottom: 5px;
  padding: 10px;
  height: 100px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform .form-submit input {
  margin-top: 10px;
}

#mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
  display: inline;
  float: left;
  width: 100%;
}

#mu-contact .mu-contact-area .mu-contact-content .mu-contact-right iframe {
  height: 500px;
}

/*==================
 ERROR PAGE
====================*/
#mu-error {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

#mu-error .mu-error-area {
  display: inline;
  float: left;

  width: 100%;
  text-align: center;
}

#mu-error .mu-error-area p {
  font-size: 22px;
}

#mu-error .mu-error-area h2 {
  font-size: 200px;
  line-height: 1.7;
}

.client-submitted-results {
  margin: 10px 0;
}

.client-submitted-results table {
  text-align: center;
}

label {
  font-size: 14px;
  font-weight: 600;
}

.deleteAction {
  cursor: pointer;
}

.client-dashboard-links {
  background-color: var(--navyblue);
  color: #fff;
  padding: 10px;
}

.client-dashboard-links ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.client-dashboard-links ul li {
  padding: 7px;
  border-bottom: 1px solid #f1f1f1;
}

.client-dashboard-links ul li a {
  color: #fff;
}

.client-dashboard-links ul li a:hover {
  text-decoration: none;
}

.client-dashboard-links ul li:last-child {
  border-bottom: none;
}

/* Admin Css Starts here */

.companyadminheader {
  position: sticky;
  top: 0;
  z-index: 999;
}

.admin-form-wrapper {
  position: relative;
  height: 100%;
}

.admin-form-wrapper form {
  padding: 20px;
  width: 500px;
  border: 1px solid #f1f1f1;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.admin-form-wrapper form .logo img {
  width: 200px;
  margin-bottom: 10px;
}

/*Admin Dashboard css Starts Heres */

.companyadminheader .navbar {
  background-color: var(--green);
  color: var(--blacktext);
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: inherit;
}

.companyadminheader .dropdown-toggle {
  background-color: inherit !important;
  border: inherit !important;
}

.companyadminheader .dropdown-toggle:hover,
.companyadminheader .dropdown-toggle:focus {
  background-color: inherit;
  border: inherit;
  box-shadow: inherit !important;
}

.dashboardmainwrapper .btn-info {
  background-color: var(--navyblue);
  color: var(--whiteText);
  border: var(--navyblue);
}

.dashboardmainwrapper .navbar {
  position: sticky;
  top: 0;
  padding: 15px 10px;
  background: #116eb3 !important;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-left: 250px;
  z-index: 99;
}

.dashboardmainwrapper .navbar.toggleNavbar {
  margin-left: 45px;
}

.dashboardmainwrapper .content-wrapper.toggleWrapper {
  margin-left: 45px;
  position: relative;
}

.dashboardmainwrapper .navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.dashboardmainwrapper .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
}

.dashboardmainwrapper .wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.dashboardmainwrapper #sidebar {
  position: fixed;
  left: 0;
  z-index: 999;
  background: #fff;
  color: var(--blacktext);
  transition: all 0.3s;
  width: 250px;
  height: 100vh;
  border: 1px solid #f1f1f1;
}

.dashboardmainwrapper #sidebar .sidebar-header {
  padding: 20px 10px;
}

.dashboardmainwrapper #sidebar.active {
  margin-left: 70px;
}

.dashboardmainwrapper #sidebar.active .navbar {
  margin-left: 70px;
}

.dashboardmainwrapper #sidebar ul.components {
  border-bottom: 1px solid #47748b;
  height: 90vh;
  overflow: auto;
}

.dashboardmainwrapper #sidebar ul li {
  font-size: 12px;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.dashboardmainwrapper #sidebar ul li:last-child {
  border-bottom: none;
}

.dashboardmainwrapper #sidebar ul p {
  padding: 10px;
  font-size: 15px;
  display: block;
  color: #000;
}

.dashboardmainwrapper #sidebar ul li a {
  font-size: 1.1em;
  display: block;
  color: var(--blacktext);
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
}

.dashboardmainwrapper #sidebar ul li:hover {
  background: #f1f1f1;
}

.dashboardmainwrapper .dropdown-toggle::after {
  display: inline-block;
  /* float: right; */
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  position: absolute;
  right: 10px;
}

.collapseButton {
  margin-bottom: 10px;
}

.dashboardmainwrapper #content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}

.dashboardmainwrapper .content {
  width: 100%;
}

.dashboardmainwrapper .content-wrapper {
  padding: 2px;
  margin-left: 250px;
  height: 100vh;
}

.dashboardmainwrapper .content-wrapper .card-body {
  padding: 2px;
}

.dashboardmainwrapper .content-wrapper .card-header {
  padding: 6px;
  background-color: var(--navyblue);
  color: var(--white);
}

.dashboardmainwrapper .content-wrapper .dataTable th,
.dashboardmainwrapper .content-wrapper .dataTable td {
  padding: 4px;
  font-size: 14px;
}

.dashboardmainwrapper .content-wrapper .dataTable td button {
  padding: 3px;
  font-size: 14px;
}

table.dataTable.no-footer th,
.table.dataTable.no-footer td {
  padding: 4px;
  font-size: 14px;
}

.dashboardmainwrapper .content-wrapper .content-inner-wrapper {
  background-color: #fff;
  padding: 6px;
  overflow: auto;
}

.dashboardmainwrapper .formAllinputs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 5px;
}

.dashboardmainwrapper .option_Button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
}

.dashboardmainwrapper .datatableClass {
  border: 1px solid #ddd;
}

.dashboardmainwrapper .datatableClass tbody:nth-child(even) {
  background: #f1f1f1;
}

.tawk-flex {
  display: none;
}

.loader {
  width: 60px;
  /* height: 100px; */
  /*border: 1px solid red;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.company-details .email-text a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

address {
  font-size: 14px;
}

address p a {
  color: #f9f9f9;
}

.indianBankDetailsPopUp,
.zelleBankDetailspopUp {
  z-index: 9999 !important;
}

.indianBankDetailsPopUp .modal-header h4,
.zelleBankDetailspopUp .modal-header h4 {
  font-size: 16px;
  margin-bottom: 0;

}

.indianBankDetailsPopUp .modal-body .labeltext,
.zelleBankDetailspopUp .modal-body .labeltext {
  font-weight: 600;
}

.buttonIndianBank {
  margin-bottom: 27px;
  width: 100%;
}

.buttonZelle button,
.buttonIndianBank button {
  width: 100%;
  font-weight: 600;
}

.companyadminheader #collapsibleNavbar button.btn-primary {
  padding: 0;
}

.companyadminheader #collapsibleNavbar .dropdown .dropdown-menu {
  left: inherit;
  right: 0;
}

.companyadminheader #collapsibleNavbar .dropdown .dropdown-menu.show {
  width: auto;
  padding: 4px;
}

.companyadminheader #collapsibleNavbar .dropdown .admin-icon img {
  border-radius: 50%;
  padding: 2px;
  border: 2px solid #f1f1f1;
}

/* Admin dashboard ends here  */

table.showdataTtable th,
table.showdataTtable td {
  padding: 4px;
  font-size: 14px;
  text-align: center;
}

.invoiceForm .card {
  width: 400px;
  height: 180px;
  border-radius: 5px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 10px 10px;
  position: relative;
}

.invoiceForm .main,
.invoiceForm .copy-button {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
}

.invoiceForm .card::after {
  position: absolute;
  content: "";
  height: 25px;
  right: -15px;
  border-radius: 40px;
  z-index: 1;
  top: 70px;
  background-color: var(--green);
  width: 25px;
}

.invoiceForm .card::before {
  position: absolute;
  content: "";
  height: 25px;
  left: -15px;
  border-radius: 40px;
  z-index: 1;
  top: 70px;
  background-color: var(--green);
  width: 25px;
}

.invoiceForm .co-img img {
  width: 100px;
  height: 100px;
}

.invoiceForm .vertical {
  border-left: 5px dotted black;
  height: 100px;
  position: absolute;
  left: 40%;
}

.invoiceForm .content h1 {
  font-size: 35px;
  margin-left: -20px;
  color: #565656;
}

.invoiceForm .content h1 span {
  font-size: 18px;
}

.invoiceForm .content h2 {
  font-size: 18px;
  margin-left: -20px;
  color: var(--navyblue);
  text-transform: uppercase;
}

.invoiceForm .content p {
  font-size: 16px;
  color: #696969;
  margin-left: -20px;
}

.invoiceForm .copy-button {
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}

.invoiceForm .copy-button input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}

.invoiceForm .copy-button button {
  padding: 5px 20px;
  background-color: var(--navyblue);
  color: #fff;
  border: 1px solid transparent;
}

.invoiceForm .couponCardmain {
  padding: 30px;
  background-color: var(--green);
}

.amountNeedPayDiv {
  margin: 10px 0;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 8px;
  background-color: #ddd;
  color: #000;
  font-size: 20px;
  border-radius: 10px;
}

.amountNeedPayDiv p {
  margin-bottom: 0;
}



/* width */
::-webkit-scrollbar {
  width: 10px;
  border-radius: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.commentsViewtable {
  position: relative;
  height: 350px;
  overflow: auto;
}

.commentsViewtable table thead {
  position: sticky;
  top: 0;
  background-color: var(--green);
  color: #fff;
}

.commentsViewtable table th,
.commentsViewtable table td {
  padding: 4px;
  font-size: 14px;
}

.content-inner-wrapper .searchDiv {
  width: 300px;
  margin: 5px 2px;
  float: right;
}

.content-inner-wrapper .documentUserstableview {
  position: relative;
}

.content-inner-wrapper .documentUserstableview table th,
.content-inner-wrapper .documentUserstableview table td {
  padding: 4px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}

.content-inner-wrapper .documentUserstableview table td select {
  padding: 4px;
  font-size: 14px;
}

.content-inner-wrapper .documentUserstableview table td button {
  font-size: 12px;
}

.actionFilterButtons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
}

.actionFilterButtons div select {
  width: 200px;
}

.preparationUsertable table th,
.preparationUsertable table td {
  padding: 4px;
  vertical-align: middle;
  font-size: 14px;
}

.preparationUsertable table td select {
  font-size: 14px;
}

.invoicePage table th,
.invoicePage table td {
  padding: 4px;
  font-size: 14px;
}

.invoicePage .invoiceForm {
  width: 600px;
  margin: 0 auto;
}

.pagination {
  margin: 10px auto;
  width: 90%;
}


.pagination a {
  color: #333;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination a:active {
  /* color: var(--white); */
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  background-color: var(--green) !important;
}

.pagination a.active {
  background-color: #0178ca;
}


.draftDetailsTable table tr th,
.draftDetailsTable table tr td {
  padding: 4px;
}

.draftDetailsTable table tr td input {
  padding: 4px;
  font-size: 14px;
}

.draftDetailsTable table tr td button {
  padding: 4px 6px;
  font-size: 12px;
}

.autorizationimgDiv {
  position: fixed;
  right: 0;
  top: 30%;
}

/* Admin SVG Css Starts Here */

.custom-shape-divider-top-1708422703 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1708422703 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px;
}

.custom-shape-divider-top-1708422703 .shape-fill {
  fill: #7CC3B0;
}

.custom-shape-divider-bottom-1708422926 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1708422926 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1708422926 .shape-fill {
  fill: #E27D5F;
}

/* Admin SVG Css Ends Here */



/* Rating and Review Starts Here 30-04-2024 */
.myrofeedback {
  padding-top: 5px;
  margin: 30px 0px;
  display: inline;
  float: left;
  width: 100%;
}

.myrofeedback .mu-title h2 {
  text-align: left;
  font-size: 22px;
}

.myrofeedback .card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 8px;
  margin: 10px;
  min-height: 132px;
}

.myrofeedback .card .card-body {
  padding: 10px;
}

.myrofeedback .ratinginfo {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
}

.noofratings .fa-star {
  color: #ddd;
  font-size: 16px;
}

.noofratings .fa-star.checked {
  color: gold;
}

.myrofeedback .ratinginfo .rateddate {
  font-size: 12px;
  color: #c0c0c0;
}

.myrofeedback .ratingmessage p {
  font-size: 14px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.viewallwrap {
  text-align: center;
  margin-top: 30px;
}

.viewallwrap a {
  text-decoration: none;
}

.viewallwrap button {
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 14px;
}

.owl-buttons .owl-prev i,
.owl-buttons .owl-next i {
  font-size: 20px;
  color: #fff;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
  background: var(--green) !important;
  opacity: inherit !important;
}

/* Overall Review Css Starts Here */
.overallReviewsPage .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 25px;
}

.overallratingtitle {
  color: var(--navyblue);
  margin: 20px 0px;
}

.overallReviewsPage .rating>span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  color: #4e4a4a7a;
  font-size: 30px;
}

.overallReviewsPage .rating>span:hover:before,
.overallReviewsPage .rating>span.selected:before {
  content: "\2605";
  position: absolute;
  color: gold;
}

.overallReviewsPage .rateformwrapper,
.overallReviewsPage .overallreviews {
  padding: 14px;
}

.overallReviewsPage .rateformwrapper form {
  width: 40%;
}

.overallReviewsPage .rateformwrapper form label {
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 12px;
}

.overallReviewsPage .rateformwrapper form .submitbtn {
  text-align: center;
}

.overallReviewsPage .overallreviews .card {
  margin-bottom: 5px;
  border-radius: 5px;
}

.overallReviewsPage .overallreviews .card .card-body {
  padding: 10px;
}

.overallReviewsPage .overallreviews .card .card-body .ratinginfo {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.overallReviewsPage .ratinginfo .rateddate {
  font-size: 12px;
  color: #c0c0c0;
}

.overallReviewsPage .ratingmessage p {
  font-size: 14px;
  margin-bottom: 8px;
}

.rateerrorMsgclass {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.overallReviewsPage .rateformwrapper .form-control {
  font-size: 14px;
}

.overallReviewsPage .rateformwrapper .mandatory {
  font-size: 12px;
  color: red;
}

.overallReviewsPage .nav-tabs .nav-link {
  font-size: 14px;
  padding: 4px 8px;
  color: #000;
}

.ratusername {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ratusername .userdefaultimage img {
  width: 30px;
}

.ratusername i {
  font-size: 12px;
  color: #c0c0c0;
}

.myrofeedback .owl-buttons {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 999;
}

.user-profile-info p {
  margin-bottom: 1px;
  font-size: 12px;
  color: #c0c0c0;
}


.charcountindication {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--navyblue);
}

.badge-light {
  color: #fff;
  background-color: var(--navyblue);
  margin-left: 5px;
  font-size: 90%;
}

span.email-text {
  font-size: 14px;
  font-weight: 500;
}


span.phone-text {
  font-size: 14px;
  font-weight: 500;
}

.uploadImageClasswrapper .hint-text{
  color: #a4a4a4;
  padding: 2px;
  font-size: 12px;
}

.whyusclass p{
  text-align: justify;
}

@media (min-width: 768px) {
  .table-responsive {
    display: inline-table;
  }
}


/* Media Quires Starts Here */


@media (max-width: 768px) {
  .dashboardmainwrapper #sidebar {
    margin-left: -250px;
  }

  .dashboardmainwrapper #sidebar.active {
    margin-left: 0px;
  }

  .dashboardmainwrapper #sidebarCollapse span {
    display: none;
  }
}

@media only screen and (min-width: 280px) and (max-width: 767px) {

  p,
  span,
  a {
    font-size: 12px !important;
  }

  #mu-slider .mu-slider-single .mu-slider-content {
    padding: 5px;
    top: 5px;
  }

  #mu-service .mu-service-area .mu-service-single {
    width: auto;
  }

  #mu-service .mu-service-area {
    display: grid;
  }

  .mu-title p {
    padding: inherit;
  }

  .navbar-toggler {
    background-color: var(--green);
  }

  .company-details {
    margin-bottom: 10px;
  }

  .company-details span {
    font-size: 12px;
  }

  .top-bar {
    padding: inherit;
    position: inherit;
  }

  .login-Info-button .btn-primary {
    font-size: 12px;
  }

  .login-Info-button {
    float: inherit;
    justify-content: left;
    padding-bottom: 10px;
  }

  .dropdown .serviceMenu {
    padding: inherit;
  }

  .dropdown .dropdown-menu.show {
    width: inherit;
    padding: inherit;
  }

  .navbar-brand img {
    width: 100px;
  }

  #mu-slider .mu-slider-single .mu-slider-img figure img {
    width: 100%;
    height: 30vh;
  }

  #mu-slider .mu-slider-single .mu-slider-content h2 {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: inherit;

  }

  #mu-slider .mu-slider-single .mu-slider-img {
    display: inline;
    float: left;
    width: 100%;
    height: 275px;
  }

  #mu-about-us .mu-about-us-area .mu-about-us-left h2 {
    font-size: 22px;
    text-align: center !important;
  }

  #mu-features {
    padding: 30px 0;
    width: 100%;
  }

  .mu-about-us-right img {
    height: inherit !important;
  }

  #mu-about-us {
    display: inline;
    float: left;
    width: 100%;
    padding: 30px 0;
    background-color: var(--textwhite);
  }

  #mu-service .mu-service-area .mu-service-single {
    padding: 20px;
  }

  #mu-service .mu-service-area .mu-service-single {
    min-height: inherit;
  }

  #mu-features .mu-features-area .mu-features-content .mu-single-feature h4 {
    font-size: 22px;
  }

  #mu-features .mu-features-area .mu-features-content .mu-single-feature {
    display: inline;
    float: left;
    margin-bottom: inherit;
    margin-top: inherit;
    padding: 0 10px;
    width: 100%;
  }

  .register-form-wrapper form,
  .login-form-wrapper form {
    width: 100%;
  }

  .login-form-wrapper {
    padding: 100px 15px;
  }

  .navbar {
    position: inherit;
  }

  .banner-section {
    margin-top: inherit;
  }

  .dashboard-page-wrapper {
    margin-top: inherit;
  }

  .trendingUpdateText {
    background-color: var(--navyblue);
    color: var(--white);
    padding: 10px;
    margin-top: inherit;
  }

  .admin-form-wrapper form {
    width: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}

/* Gallery Css Starts Here */

.gallery-block.grid-gallery .heading {
  margin-bottom: 50px;
  text-align: center;
}

.gallery-block.grid-gallery .heading h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover {
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img {

  transition: 0.4s;
  width: 100%;
  padding: 6px;


}

.gallery-block.grid-gallery .item p {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  padding: 4px;
}

.gallery-block.grid-gallery .item {
  margin-bottom: 20px;
}

.gallery-block.grid-gallery .card{
  min-height: 200px;
}
.gallery-block.grid-gallery .card .card-body {
  text-align: center;
  padding: 4px;
}

.gallery-block.grid-gallery .card .card-footer {

  padding: 0px;
}

#baguetteBox-slider .full-image figure img {
  background-color: #fff;
  border-radius: 4px;
}

@media (min-width: 576px) {
  .gallery-block.grid-gallery .scale-on-hover:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}


/* New Css Starts Here */
.expandDashboard {
  width: 0 !important;
}

.rightContentsideClass {
  margin-left: 38px !important;
}

section.adminDasboardlogin {
  background-color: #f1f1f1;
  padding: 50px;
  height: 100%;
}

section .admindashboardloginWrapper {
  display: flex;
  background: #fff;
  width: 100%;
  height: calc(100vh - 100px);
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.adminDasboardlogin .leftimagewrapper {
  background-image: url(../images/adminLoginbg.jpg);
  background-size: cover;
  background-position: top centler;
  background-repeat: no-repeat;
}

.adminDasboardlogin .rightloginwrapper {
  width: 40%;
  padding: 20px;
}

.adminDasboardlogin .leftimagewrapper {
  width: 60%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.adminDasboardlogin .rightloginwrapper form {
  width: 70%;
  margin: 74px auto;
}

.adminDasboardlogin .rightloginwrapper form .logo {
  margin-bottom: 50px;
}

.adminDasboardlogin .rightloginwrapper form .logo img {
  width: 220px;
}
.dashboardmainwrapper button{
  font-size: 14px;
  padding: 4px 6px;
}
.dashboardmainwrapper table.display th, .dashboardmainwrapper table.display td{
 font-size: 14px;
}
.dashboardmainwrapper .dataTables_info, .dashboardmainwrapper .dataTables_paginate.paging_simple_numbers{
  font-size: 14px;
}

.dashboardmainwrapper table.display th{
  font-weight: 600;
}
.dashboardmainwrapper .actionBtns{
  display: flex;
  align-items: center;
  gap: 8px;
}


/* 25-07-2025 FeedbackSwitch and related css*/

.feedbackHeadertitle{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feedbackHeadertitle .feedbackswitch label{
  height: 21px;
}
.feedbackHeadertitle .feedbackswitch input#cb-switch {
    display: none;
}
.feedbackHeadertitle .feedbackswitch label input:checked + span {
    background-color: #007bff;
}
.feedbackHeadertitle .feedbackswitch label input + span {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 100%;
    background: #ddd;
    border: 1px solid #eee;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.feedbackHeadertitle .feedbackswitch label input:checked + span small {
    left: 15px;
    transition: left .25s;
    background: #fff;
}
.feedbackHeadertitle .feedbackswitch label input + span small {
    position: absolute;
    display: block;
    width: 26px;
    height: 15px;
    border-radius: 1.875rem;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    top: 2px;
    left: 2px;
    text-align: center;
}
.feedbackHeadertitle .feedbackswitch label input:checked + span small {
    left: 15px;
    transition: left .25s;
    background: #fff;
}
.feedbackHeadertitle .feedbackswitch label input:checked + span small:after {
    content: "ON";
    opacity: 1;
    left: 3px;
    color: #006BB8;
    top: 0px;
}
.feedbackHeadertitle .feedbackswitch span small:after {
    content: "OFF";
    width: 20px;
    /* text-align: center; */
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 0px;
    transition: opacity .25s;
    right: 3px;
    opacity: 1;
    color: #0b4a99;
    /* top: 3px; */
    /* left: 18px; */
}
.feedbackswitch .d-flex{
  gap: 8px;
}
.feedbackswitch .d-flex label{
  margin-bottom: 0;
}
.feedbackswitch .switchtext{
  margin-bottom: 0;
}





