/* login page */
.login-page {
  height: 100vh;
  overflow: hidden;
}

.login-screen {
  max-width: 500px;
  width: 98%;
  margin: 0 auto;
  position: relative;
  top: 15%;
}

.login-screen h3 {
  font-size: 32px;
}

.login-screen p {
  margin-bottom: 40px;
}

.login-screen button {
  width: 100%;
}

.login-screen-img {
  height: 100vh;
}
.login-screen-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-slider {
  background-color: #E8F5E9;
  padding: 60px 20px;
}
.banner-slider .content-wrap {
  padding: 20px 40px 20px 0;
}
.banner-slider .content-wrap h2 {
  font-size: 50px;
}
.banner-slider .content-wrap h2 span {
  color: #4CAF4F;
}
@media (max-width: 1140px) {
  .banner-slider .content-wrap h2 {
    font-size: 35px;
  }
}
.banner-slider .content-wrap p {
  font-size: 18px;
}
@media (max-width: 992px) {
  .banner-slider .content-wrap {
    padding: 20px 10px;
  }
  .banner-slider .content-wrap h2 {
    font-size: 35px;
  }
  .banner-slider .content-wrap p {
    font-size: 16px;
  }
}
.banner-slider .banner-img {
  overflow: hidden;
  border: 5px solid #000;
  display: inline-block;
  border-radius: 40px;
}

.carousel-indicators [data-bs-target] {
  background-color: #000 !important;
}

.our-clients {
  background-color: #F5F7FA;
  padding: 60px 0;
  text-align: center;
}
.our-clients .client-content {
  max-width: 700px;
  margin: 0 auto 30px;
}
.our-clients .client-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our-clients .client-icons .slide-col {
  margin: 10px;
  font-size: 20px;
  min-width: 140px;
  padding: 10px;
  border: 2px solid #198754;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-weight: 700;
}

.services-wrap {
  padding: 60px 0;
}
.services-wrap .service-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services-wrap .service-row .services-col {
  width: 32%;
  background-color: #fff;
  box-shadow: 1px 4px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #4CAF4F;
  margin-bottom: 30px;
}
.services-wrap .service-row .services-col .service-icon {
  display: block;
  width: 70px;
  margin: 0 auto 10px;
}
.services-wrap .service-row .services-col h4 {
  margin-bottom: 10px;
}
.services-wrap .service-row .services-col p {
  font-size: 14px;
}

.common-wrap {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}

.about-section {
  background-color: #E8F5E9;
  padding: 60px 30px;
}
.about-section .about-img {
  text-align: center;
}

.medi-service {
  padding: 60px 30px;
  background-color: #F5F7FA;
}
.medi-service .medi-service-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.medi-service .medi-service-row .medi-service-col {
  width: 33%;
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid #198754;
  padding: 0 10px;
}
.medi-service .medi-service-row .medi-service-col h4 {
  color: #0070C0;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .medi-service .medi-service-row .medi-service-col {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .medi-service .medi-service-row .medi-service-col {
    width: 99%;
  }
}

.news-articles {
  padding: 60px 0 30px;
}
.news-articles .news-col .img-wrap {
  width: 100%;
  height: 250px;
}
.news-articles .news-col .img-wrap img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 10px;
}
.news-articles .news-col .news-content {
  padding: 25px;
  background-color: #fff;
  width: 80%;
  position: relative;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 1px 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-articles .news-col .news-content:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-articles .news-col .news-content a {
  color: #4CAF4F;
}
.news-articles .news-col .news-content a img {
  margin-left: 10px;
}
@media (max-width: 1140px) {
  .news-articles .news-col .news-content {
    padding: 20px;
    width: 90%;
  }
}

.testimonial-wrap {
  padding: 60px 30px 90px;
  background-color: #F5F7FA;
}
.testimonial-wrap h5 {
  color: #4CAF4F;
}
.testimonial-wrap #testimonialSlider .carousel-indicators {
  bottom: -80px;
}
.testimonial-wrap #testimonialSlider .carousel-indicators button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #4CAF4F !important;
}

.contact-us {
  margin: 60px 0;
}
.contact-us .contact-inner-wrap {
  background-color: #000;
  box-shadow: 1px 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.contact-us .contact-inner-wrap ul {
  color: #fff !important;
}
.contact-us .contact-inner-wrap .contact-left {
  color: #fff;
  padding: 30px;
}
.contact-us .contact-inner-wrap .contact-left ul {
  margin-top: 60px !important;
}
.contact-us .contact-inner-wrap .contact-left ul li {
  margin-bottom: 10px;
}
.contact-us .contact-inner-wrap .contact-left ul li a {
  color: #fff !important;
  text-decoration: none;
}
.contact-us .contact-inner-wrap .contact-left ul li a:hover {
  color: #4CAF4F !important;
}
.contact-us .contact-inner-wrap .contact-right {
  background-color: #fff;
  padding: 30px;
}
.contact-us .contact-inner-wrap .contact-right input,
.contact-us .contact-inner-wrap .contact-right textarea {
  border: 0;
  border-bottom: 1px solid #ced4da;
  padding: 1px;
  border-radius: 0;
}
.contact-us .contact-inner-wrap .contact-right input:focus,
.contact-us .contact-inner-wrap .contact-right textarea:focus {
  outline: none;
  box-shadow: none;
}
.contact-us .contact-inner-wrap .contact-right button {
  width: 120px;
  padding: 10px;
}

footer {
  background-color: #263238;
  padding: 40px 20px;
}
footer .footer-left-content a {
  margin-bottom: 20px;
  display: block;
}
footer .footer-left-content p {
  margin-bottom: 10px;
  color: #fff !important;
}
footer .footer-left-content ul {
  margin-top: 50px !important;
  display: flex;
}
footer .footer-left-content ul li {
  width: 35px;
  height: 35px;
  background-color: #E8F5E9;
  border-radius: 50%;
  padding: 5px;
  margin-right: 10px;
}
footer .footer-left-content ul li:hover {
  background-color: #4CAF4F;
}
footer h5 {
  color: #fff;
  margin-bottom: 20px;
}
footer .footer-list li {
  margin: 6px 0;
}
footer .footer-list li a {
  color: #ced4da;
  text-decoration: none;
}
footer .footer-list li a:hover {
  color: #4CAF4F;
}

.search-box form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 0;
  float: left;
  width: 80%;
  background: #f1f1f1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.search-box form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #000;
  color: white;
  font-size: 17px;
  border: 0;
  border-left: none;
  cursor: pointer;
  transform: scale(1.05);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.search-box form.example button:hover {
  background: #4CAF4F;
}
.search-box form.example::after {
  content: "";
  clear: both;
  display: table;
}

@media (max-width: 767px) {
  .services-wrap .service-row .services-col {
    width: 90%;
    margin: 0 auto 20px;
  }
  .testimonial-wrap .about-img {
    margin-bottom: 20px;
  }
  footer .footer-left-content, footer .search-box {
    margin-bottom: 30px;
  }
  footer .footer-list {
    margin-bottom: 30px !important;
  }
}
.slick-slide .slide-content {
  margin: 0 10%;
  padding: 50px 100px;
  background: #fff;
}

.slick-prev,
.slick-next {
  position: absolute;
  right: 0;
  top: 50px;
  background: #198754 !important;
  border: none;
  color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  z-index: 9;
}
.slick-prev:before,
.slick-next:before {
  content: ">";
  color: #E8F5E9;
  font-size: 20px;
  padding: 10px;
  margin-top: -8px;
  margin-right: -4px;
  display: block;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "<";
  margin-top: -8px;
  margin-left: -4px;
  display: block;
}

.first-wrap .content-col {
  margin-bottom: 60px;
}
.first-wrap .read-more {
  color: #4CAF4F;
}
.first-wrap .cols {
  border-radius: 10px;
  background-image: url(../images/dashboard-img.png);
  padding: 30px;
  position: relative;
  z-index: 99;
  color: #fff;
}
.first-wrap .cols a {
  margin-top: 20px;
  display: block;
  color: #fff;
}
.first-wrap .cols .col-iner {
  position: relative;
  z-index: 99;
}
.first-wrap .cols .col-iner p {
  font-size: 15px;
  color: #fff !important;
}

.overlay {
  position: relative;
}
.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.order-review ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  font-size: 14px;
}

.status-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.status-wrapper li {
  width: 48%;
}

.icon-wrap-top {
  text-align: center;
  padding: 5px;
}

.card-header * {
  list-style-type: none;
}

.required:after {
  content: "*";
  font-weight: bold;
  color: red;
  margin-left: 5px;
}

.card-header {
  padding: 50px 25px;
  width: 100%;
}

.card-header ul {
  margin: 0;
  padding: 0;
}

.card-header ul li {
  color: white;
  font-size: 20px;
  letter-spacing: 3px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
}

.days {
  padding: 10px 0;
}

.badge1 {
  position: relative;
}

.badge1[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -0.5px;
  right: -0.5px;
  font-size: 0.7em;
  background: red;
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 1px #333;
}

#calendar tr th {
  color: #00796b !important;
}

@media screen and (max-width: 720px) {
  .weekdays td,
  .days td {
    width: 13.1%;
  }
}
@media screen and (max-width: 420px) {
  .weekdays td,
  .days td {
    width: 12.5%;
  }
  .days td .active {
    padding: 2px;
  }
}
@media screen and (max-width: 290px) {
  .weekdays td,
  .days td {
    width: 12.2%;
  }
}
.visit-type input {
  margin-right: 8px;
}

.time-slots button {
  padding: 8px 12px;
  margin: 5px;
  background: #80cbc4;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.form-group {
  margin-bottom: 15px;
}

.form-group input {
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.submit-btn {
  width: 160px;
  margin: 0 auto;
  padding: 12px;
  background: #00796b;
  color: white;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.submit-btn:hover {
  background: #004d40;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto;
}

a {
  cursor: pointer;
  color: #00ab6c;
}

p,
ul,
ol {
  color: #717171 !important;
}

input,
select.form-select,
textarea {
  font-size: 16px !important;
}

@media (max-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1140px !important;
  }
}
@media (min-width: 1024px) {
  .container,
  .container-sm {
    max-width: 1440px !important;
  }
}
h3 {
  font-size: 30px !important;
  font-weight: 700;
}

h4 {
  font-size: 22px !important;
}
@media (max-width: 1140px) {
  h4 {
    font-size: 18px;
  }
}

p {
  font-size: 16px;
}

ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  font-size: 12px;
  margin-bottom: 6px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00ab6c;
}

.common-btn {
  min-width: 120px !important;
}

.save-btn {
  width: 120px;
  margin: 20px auto 0;
  display: block !important;
}

.btn-primary {
  background-color: #0070C0 !important;
}

.logo-wrap {
  width: 80px;
}

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #4CAF4F;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}

button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.mb-40 {
  margin-bottom: 40px;
}

/*==================== admin layout ===================*/
#dashboard-layout #left-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  background-color: #fff;
  overflow-y: auto;
  height: 100vh;
  border-right: 1px solid #e6ecf5;
  margin-top: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  z-index: 2;
}
#dashboard-layout #left-menu.small-left-menu,
#dashboard-layout #logo.small-left-menu {
  width: 60px;
}
#dashboard-layout #left-menu ul {
  padding: 0;
  margin: 0;
}
#dashboard-layout #left-menu ul li {
  padding: 0 10px;
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd;
}
#dashboard-layout #left-menu ul li:last-child {
  border-bottom: 0;
}
#dashboard-layout #left-menu > ul > li {
  margin: 15px 0;
}
#dashboard-layout #left-menu ul li a {
  color: #000 !important;
  width: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  height: 37px;
  position: relative;
  text-decoration: none;
}
#dashboard-layout #left-menu ul li a i {
  font-size: 22px;
  text-align: center;
  padding: 0 2px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-self: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#dashboard-layout #left-menu ul li a i img {
  width: 25px;
  display: block;
}
#dashboard-layout #left-menu ul li:hover a span {
  color: #4CAF4F;
}
#dashboard-layout #left-menu ul li:hover a i {
  color: #4CAF4F;
}
#dashboard-layout #left-menu ul li a span {
  width: 100%;
  height: 22px;
  padding-left: 10px;
  color: #99abb4;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#dashboard-layout #left-menu ul li.active a {
  border-bottom: 2px solid #4CAF4F;
}
#dashboard-layout #left-menu ul li.active a span {
  color: #000;
}
#dashboard-layout #left-menu ul li.active a i {
  background-color: #4CAF4F;
  color: #fff;
}
#dashboard-layout #left-menu li.has-sub ul {
  background-color: #CEFBD1;
  margin: 0 -10px;
  padding-left: 45px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#dashboard-layout #left-menu li ul.open {
  /*    height: 140px;*/
}
#dashboard-layout #left-menu li.has-sub ul > li {
  padding-top: 5px;
}
#dashboard-layout a:hover {
  text-decoration: none;
}
#dashboard-layout #logo {
  position: fixed;
  top: 0;
  z-index: 2;
  left: 0;
  background-color: #fff;
  border-color: #464e62;
  height: 60px;
  width: 280px;
  font-size: 30px;
  line-height: 2em;
  border-right: 1px solid #e6ecf5;
  border-bottom: 1px solid #e6ecf5;
  z-index: 4;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
#dashboard-layout #logo img {
  width: 60px;
}
#dashboard-layout #header {
  background-color: #fff;
  height: 60px;
  border-bottom: 1px solid #e6ecf5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
#dashboard-layout #header .header-left {
  padding-left: 300px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#dashboard-layout #header .header-left .menu-label {
  padding-right: 15px;
}
#dashboard-layout #header .header-left .profile_content {
  display: flex;
  flex-direction: column;
}
#dashboard-layout #header .header-left .profile_content small {
  font-size: 12px;
  color: #00ab6c;
}
#dashboard-layout #header .header-right {
  padding-right: 40px;
}
#dashboard-layout #header .header-right i,
#dashboard-layout #header .header-left i {
  font-size: 30px;
  line-height: 2em;
  padding: 0 5px;
  cursor: pointer;
}
#dashboard-layout #main-content {
  min-height: calc(100vh - 60px);
  clear: both;
}
#dashboard-layout #page-container {
  padding-left: 300px;
  padding-top: 80px;
  padding-right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#dashboard-layout #page-container.small-left-menu,
#dashboard-layout #header .header-left.small-left-menu {
  padding-left: 80px;
}
#dashboard-layout .card {
  border: 1px solid #e6ecf5;
  margin-bottom: 1em;
  font-weight: 300;
}
#dashboard-layout .card .title {
  padding: 15px 20px;
  border-bottom: 1px solid #e6ecf5;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
}
#dashboard-layout #show-lable {
  opacity: 0;
  visibility: hidden;
  left: 80px;
  font-weight: 300;
  padding: 6px 15px;
  background-color: #0e9aee;
  position: fixed;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#dashboard-layout #left-menu.small-left-menu li.has-sub::after {
  content: "";
}
#dashboard-layout #left-menu.small-left-menu li.has-sub ul {
  position: fixed;
  width: 280px;
  z-index: 123;
  height: 0;
  left: 69px;
  padding-left: 15px;
}
#dashboard-layout #left-menu.small-left-menu ul li a span {
  display: none !important;
}
@media only screen and (max-width: 992px) {
  #dashboard-layout {
    /*
        #logo{
            padding: 0;
            padding-left: 3px;
        }
        .small-logo{
            display: block;
        }
    */
  }
  #dashboard-layout #left-menu,
  #dashboard-layout #logo {
    width: 60px;
  }
  #dashboard-layout #page-container,
  #dashboard-layout #header .header-left {
    padding-left: 80px;
  }
  #dashboard-layout #toggle-left-menu,
  #dashboard-layout .big-logo {
    display: none;
  }
}
#dashboard-layout #toggle-left-menu {
  width: 40px !important;
  display: block;
}
@media only screen and (min-width: 992px) {
  #dashboard-layout .small-logo {
    display: none;
  }
}

#left-menu li.has-sub .dropdown::after {
  content: "";
  background-image: url(../images/ExpandArrow.svg);
  position: absolute;
  background-size: contain;
  top: 8px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#left-menu li.has-sub.rotate:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.top-wrap .top-col-wrap {
  padding: 10px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.top-wrap .top-col-wrap .icon-wrap-top {
  width: 35px;
  height: 35px;
  background-color: #00ab6c;
  border-radius: 10px;
}
.top-wrap .green-col-wrap {
  background-color: #CEFBD1;
}
.top-wrap .green-col-wrap p {
  color: #00ab6c !important;
}
.top-wrap .blue-col-wrap {
  background-color: #8ECCF7;
}
.top-wrap .blue-col-wrap p {
  color: #0070C0 !important;
}
.top-wrap .blue-col-wrap .icon-wrap-top {
  background-color: #0070C0;
}

.gradient-border {
  padding: 24px;
  border: 2px solid #0070C0;
  border-radius: 10px;
}

.form-card-wrap {
  background-color: #F3FEF3;
  padding: 40px;
}
.form-card-wrap h4 {
  margin-bottom: 10px;
}
.form-card-wrap .card {
  background-color: transparent;
  padding: 10px;
  border: 0 !important;
}

.nav-link {
  color: #4CAF4F !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #4CAF4F !important;
  color: #fff !important;
}

.color-green {
  color: #4CAF4F !important;
}

.nav-item {
  margin-right: 15px;
}

.icon-col {
  width: 15px;
  display: inline-block;
}

table th {
  font-size: 14px;
}
table td {
  font-size: 14px;
}

select {
  appearance: auto !important;
}

.custom-select {
  min-width: 150px;
  padding: 8px;
  border: 2px solid #4CAF4F;
  border-radius: 6px;
}

.toggle-btn input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}
.toggle-btn label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 20px;
  background: grey;
  display: block;
  border-radius: 10px;
  position: relative;
}
.toggle-btn label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 10px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.toggle-btn input:checked + label {
  background: #bada55;
}
.toggle-btn input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.toggle-btn label:active:after {
  width: 20px;
}

.table-btn {
  padding: 4px !important;
  font-size: 12px !important;
}

.paginate_button.current {
  background-color: #CEFBD1 !important;
  font-weight: 700;
}

table.dataTable {
  margin-bottom: 30px !important;
}
table.dataTable a {
  color: #00ab6c;
}

table,
th,
td {
  border: 1px solid #ddd !important;
  border-collapse: collapse;
}

.accordion {
  position: relative;
  z-index: 1;
}

.accordion-button:not(.collapsed) {
  background-color: #CEFBD1 !important;
}

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

.accordion-item {
  margin-bottom: 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.common-page {
  padding: 50px 0;
}
.common-page h1 {
  color: #00ab6c;
}
.common-page h2 {
  padding: 20px 0;
  margin-top: 20px;
  color: #0070C0;
  border-top: 1px solid #CEFBD1;
}
.common-page h3 {
  font-size: 22px !important;
  margin: 20px 0;
}

.role-permission-table .toggleBtn {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.modal-dialog {
  top: 30%;
  transform: translateY(-30%) !important;
  max-width: 600px !important;
  max-height: 600px;
}

.back-btn {
  color: #00ab6c;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  margin-bottom: 20px;
}
.back-btn img {
  width: 20px;
}

.form-list-wrapper .site-input-wrap input {
  padding: 10px;
  border: 2px solid #00ab6c;
  border-radius: 10px;
  width: 200px;
  align-items: flex-start;
}
.form-list-wrapper .site-input-wrap .indication-wrap {
  width: calc(100% - 250px);
}
.form-list-wrapper .modal-list {
  margin-top: 20px !important;
  max-height: 350px;
  overflow-y: auto;
  padding-left: 10px !important;
}
.form-list-wrapper .modal-list li {
  border-bottom: 1px solid #CEFBD1;
  padding: 10px 0;
  position: relative;
}
.form-list-wrapper .modal-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 10px;
  left: 0;
  background-color: #0e9aee;
  display: inline-block;
}
.form-list-wrapper .modal-list li:last-child {
  border-bottom: 0;
}
.form-list-wrapper .modal-list li a {
  color: #0e9aee;
  text-decoration: none;
  padding: 0 10px;
}
.form-list-wrapper .modal-list .draft:before {
  background-color: red;
}
.form-list-wrapper .modal-list .draft a {
  color: red;
}
.form-list-wrapper .modal-list .inprocess:before {
  background-color: orange;
}
.form-list-wrapper .modal-list .inprocess a {
  color: orange;
}
.form-list-wrapper .modal-list .complete:before {
  background-color: green;
}
.form-list-wrapper .modal-list .complete a {
  color: green;
}

.main-subject-wrap {
  position: relative;
  padding: 30px;
}
.main-subject-wrap .subject-form-wrap {
  max-width: 700px;
  left: -80px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 91;
  background-color: #fff;
  border-radius: 10px;
}
.main-subject-wrap:after {
  content: "";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.draft {
  color: red;
  padding: 0 10px;
}

.inprocess {
  color: orange;
  padding: 0 10px;
}

.complete {
  color: green;
  padding: 0 10px;
}

.indication-wrap {
  display: flex;
  justify-content: flex-end;
}
.indication-wrap li {
  margin: 0 5px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.indication-wrap li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.indication-wrap li .default-indi {
  background-color: #0070C0;
}
.indication-wrap li .draft-indi {
  background-color: red;
}
.indication-wrap li .inprogress-indi {
  background-color: orange;
}
.indication-wrap li .complete-indi {
  background-color: green;
}

.status-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.query-list-wrap table tbody tr.draft-row td, .query-list-wrap table tbody tr.draft-row th {
  background-color: red !important;
  color: #fff;
}

.query-list-wrap table tbody tr.inprogress-row td, .query-list-wrap table tbody tr.inprogress-row th {
  background-color: orange !important;
  color: #fff;
}

.query-list-wrap table tbody tr.closed-row td, .query-list-wrap table tbody tr.closed-row th {
  background-color: green !important;
  color: #fff;
}

.newUI .chat-container .privacyPolicy {
  display: none !important;
}

/*# sourceMappingURL=styles.css.map */
