/*
Theme Name: Care Doctor Themes
Version: 2.1.4
Author: limamultimedia.com
Author URI: https://fb.com/pranastae
Theme URI: http://limamultimedia.com
Description: Theme for Caredokter
*/

@import url('https://fonts.cdnfonts.com/css/montserrat');

:root {
  --1stcolor: #ec1a78;
  --2ndcolor: #DD005C;
  --primaryBiru: rgba(35, 65, 91, 1);
  --secondary-pink-food-a: #F17686;
  --secondary-pink-food-b: #F5D5D5;
  --secondary-pink-food-d: #FFF2F2;
  --secondary-pink-food-c: #FFDEDE;
  --secondary-biru-caredokter: #CFDFF5;
  --primary-pink-care-dokter: #F01478;
  --primary-biru-care-dokter: #23415B;
  --grayscale-gray-b: #636363;
  --secondary-blue-hospital: #19558C;
  --secondary-hijau-health-a: #489683;
  --light-green: #EBF6F4;
  --dark-yellow: #E68D0B;
  --light-blue-caredokter: #F3F8FF;
  --light-dark-blue-caredokter: #E9F2FF;
}

mark {
  background-color: rgb(236 26 120 / 30%);
  color: black;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;

  /*Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial*/
}

html body {
  font-family: 'Montserrat', sans-serif;
}

body,
html {
  background: #fff !important;
  margin: 0;
  padding: 0;
  height: 100%;
  /* color: rgba(0,0,0,.54);*/
}

body.dokan-theme-caredoctor {
  color: var(--primary-biru-care-dokter);
}

.hidden {
  display: none !important;
}

button,
input,
optgroup,
select,
textarea {
  /*font-family: Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;*/
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  color: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

.btn-number:not(disabled):hover svg {
  fill: #FFF;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

*,
::after,
::before {
  box-sizing: inherit;
}

body a {
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: rgba(0, 0, 0, .7);
  text-decoration: none !important;
}

body a:hover {
  color: #f01478;
}

#sitewrap a {
  /*font-family: Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;*/
}

img {
  border-style: none;
}

body.input,
input[type=text],
select,
textarea {
  -webkit-appearance: none;
}

main#body {
  /*background: #FAFAFA;*/
}

body .rounded {
  border-radius: 8px !important;
}


body .rounded-large {
  border-radius: 12px !important;
}

body .form-switch .form-check-input {
  width: 40px;
  height: 20px;
}

body .form-check-input:checked {
  background-color: var(--primary-pink-care-dokter);
  border-color: var(--primary-pink-care-dokter);
}

body input.focus-red:focus {
  border-color: #F01478 !important;
  box-shadow: 0 0 5px #F8CCE0 !important;
}

.bg-red {
  background: var(--2ndcolor) !important;
}

.swal-button {
  border-radius: 12px;
}

.border-top-dash {
  border-top: 1px dashed #dee2e6 !important;
}

.border-bottom-dash {
  border-bottom: 1px dashed #dee2e6 !important;
}

.cursor-pointer {
  cursor: pointer;
}


.fw-500 {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}


.bg-success svg path {
  stroke: #489683;
}

.bg-danger svg path {
  stroke: #dc3545;
}

.text-grayscale-gray-b {
  color: var(--grayscale-gray-b);
}

.text-dark-yellow {
  color: var(--dark-yellow);
}

.text-green {
  color: var(--secondary-hijau-health-a) !important;
}

.bg-light-green {
  background: var(--light-green) !important;
}

.bg-grayscale-gray-b {
  background: var(--grayscale-gray-b);
}

.bg-secondary-pink-food-d {
  background: var(--secondary-pink-food-d);
}

.bg-caredokter-blue {
  background: var(--primary-biru-care-dokter);
}

.bg-secondary-blue-hospital {
  background: var(--secondary-blue-hospital);
}

.bg-secondary-hijau-health-a {
  background: var(--secondary-hijau-health-a) !important;
}

.bg-gradient-caredokter {
  background: linear-gradient(71.54deg, #FFF2F2 -0.96%, #E7F7FD 99.62%);
}


.bg-light-blue {
  background: var(--light-blue-caredokter);
}

.bg-light-dark-blue {
  background: var(--light-dark-blue-caredokter);
}

.border-1 {
  border-width: 1px;
}

.border-grey {
  border-color: #dee2e6 !important;
}

.border-dash {
  border-style: dashed;
}

.border-color-secondary-pink-food-c {
  border-color: var(--secondary-pink-food-c);
}

.badge-secondary-pink {
  border-radius: 8px;
  border: 1px solid var(--secondary-pink-food-b);
  background: var(--secondary-pink-food-d);
  padding: 3px 10px;
  color: var(--secondary-pink-food-a);
}



.a-c-button-style .btn-check:checked+.btn-outline-secondary {
  border-color: #B20054 !important;
  background: #FFF2F2 !important;
  color: #B20054 !important;
}


.filter-button-container button {
  padding: 0px 10px;
  border-radius: 12px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.filter-button-container .button {
  background: #ec1a78 !important;
  color: #FFF;
  border: 1px solid #ec1a78;
}

.filter-button-container .reset-filter {
  font-size: 14px !important;
  font-weight: 600 !important;
}


.btn-primary-caredokter,
.btn-secondary-caredokter {
  border-radius: 8px;
  padding: .375rem .75rem;
  text-align: center;
  font-weight: 600;
}

.btn-primary-caredokter {
  border: solid 1px #F01478 !important;
  background-color: #F01478 !important;
  color: #ffffff !important;
}

.btn-secondary-caredokter {
  border: solid 1px #F01478 !important;
  background: #FFF !important;
  color: #F01478 !important;
}

ul.no-list-style li {
  list-style: none;
}

/**
** Animation
**/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceInDown,
.animated.bounceInUp {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.tada {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/* Inner elements animations */
@-webkit-keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


/**
 * Header
 */


#header {
  background: linear-gradient(71.54deg, #FFF2F2 -0.96%, #E7F7FD 99.62%);
  margin-bottom: 15px;
}

.sticky-header {
  width: 100%;
  z-index: 100;
  position: fixed;
}

.lima-sticky {
  position: sticky;
  -webkit-position: sticky;
  top: 185px;
}

#header .header-top,
#header .header-top-wrapper {
  position: inherit;
  height: auto;
}

.menu-header-main-menu-container {
  width: 100%;
}

.content-tab-menu-item ul {
  margin-left: -15px !important;
}

.content-tab-menu-item ul li {
  background: #FFF;
  padding-left: 15px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}



/** 
 * End Header 
 *  */



/**
** login & Register
**/
.lima-login-register {
  position: relative;
  margin-top: 30px;
  min-height: 580px;
}

.card-login-register {
  display: block;
  box-shadow: 0 1px 6px 0 rgba(49, 53, 59, 0.12);
  cursor: default;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0px;
  margin: auto;
  border-radius: 8px;
  padding: 32px;
}

.lima-login-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}

.lima-title-login {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 1.4285714285714286rem;
  line-height: 26px;
  color: rgba(49, 53, 59, 0.96);
  -webkit-text-decoration: initial;
  text-decoration: initial;
  margin: 0;
}

.lima-login-title button {
  color: var(--1stcolor);
  font-size: 0.9285714285714286rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.lima-login-form {
  font-size: 0.9285714285714286rem;
  margin-top: 42px;
  text-align: left;
  color: rgba(0, 0, 0, 0.54);
}

.woocommerce .lima-login-form form.login,
.woocommerce .lima-login-form form.register {
  border: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.woocommerce .lima-login-form form .form-row label {
  color: rgba(49, 53, 59, 0.68);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  pointer-events: none;
}

.lima-login-form .lost-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.lima-login-form .lost-password a {
  color: var(--1stcolor);
  font-size: 0.8571428571428571rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  margin-left: auto;
}

.woocommerce .lima-login-form input.button.alt {
  width: 100%;
  height: 40px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 20px;
  text-indent: initial;
  border: none;
  border-radius: 8px;
  display: block;
  outline: none;
  position: relative;
  padding: 0 16px;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  margin-bottom: 16px;
}

.remember-me {
  padding: 3px;
  margin: 0 0 6px;
}

.login-hr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.login-hr .login-line {
  display: inline-block;
  border: 0.5px solid rgba(0, 0, 0, 0.12);
  width: 50%;
}

.login-hr .login-hr-text {
  font-size: 0.8571428571428571rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.38);
  padding: 0 18px;
  white-space: nowrap;
}

.lima-auth-button {
  position: relative;
}

.lima-auth-button .auth {
  width: 100%;
  height: 40px;
  color: var(--2ndcolor);
  font-weight: 600;
  line-height: 28px;
  text-indent: initial;
  background-color: #FFFFFF;
  border: 1px solid #E5E7E9;
  border-radius: 8px;
  display: block;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0 16px;

  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  margin-top: 16px;
  font-size: 1rem;
}

.lima-auth-button button.auth:hover {
  background-color: #E5E7E9;
}

.lima-auth-button button.auth:hover {
  background-color: #E5E7E9;
  box-shadow: 0px 1px 6px var(--color-shadow, rgba(49, 53, 59, 0.12));
}

#toast-auth {
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: #D6001C;
  padding: 12px 16px;
  border-radius: 8px;
  max-width: 560px;
  margin: 0px auto;
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, 96px);
  transition: transform 0.3s ease-in-out 0s;
}

#toast-auth.show {
  display: flex;
  -webkit-animation: anim-elem-1 0.7s ease-out both;
  -o-animation: anim-elem-1 0.7s ease-out both;
  animation: anim-elem-1 0.7s ease-out both;
}

#toast-auth p {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 0.857143rem;
  line-height: 18px;
  text-decoration: initial;
  margin: 0px;
  color: rgb(255, 255, 255);
  flex: 1 1 0%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 8px;
  color: rgba(49, 53, 59, 0.96);
  border: none;
  background-color: #F3F4F5;
}

.my-profile-overlay {
  position: absolute;
  top: 36px;
  left: -50px;
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  box-shadow: rgba(35, 65, 91, 0.1) 0px 3px 12px 0px;
  transform: translate3d(0px, 0px, 0px);
  width: 320px;
  min-height: 350px;
  z-index: 495;
  overflow: hidden;
  height: auto;
  padding: 0px;
}

.my-profile-wrap {
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.my-profil-detail {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0px 3px 5px 0px rgba(35, 65, 91, 0.15);
  background: linear-gradient(71.54deg, #FFF2F2 -0.96%, #E7F7FD 99.62%);
  border-radius: 4px;
  padding: 8px 16px;
  width: 92%;
  margin: 20px 0px 0px;
}

.my-profil-image {
  width: 44px;
  margin-right: 8px;
  border-radius: 50%;
  box-shadow: rgb(0 0 0 / 12%) 0px 2px 8px 0px;
  position: relative;
  overflow: hidden;
}

.my-profil-image img {
  width: 100%;
  height: 100%;
}

.my-profil-name {
  display: flex;
  width: 80%;
  flex-direction: column;
}

.my-profil-dashboard {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.my-profil-dashboard span {
  color: rgba(240, 20, 120, 1);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  padding: 2px;
}

.my-profil-dashboard span img {
  height: 26px;
}

.my-profil-arrow {
  margin-top: 3px;
}

.my-profil-menu {
  display: flex;
  width: 94%;
}

.my-profil-menu-list {
  width: 100%;
  margin: 10px 0px 0px;
  padding: 0px 10px 0px 10px;
}

.my-profile-overlay {
  visibility: hidden;
}

.btn-user-profil:hover .my-profile-overlay {
  visibility: visible;
}

/*blog*/
.content-sidebar h4 {
  font-size: 1.28571rem;
  font-weight: 500;
  margin-block-start: 0px;
  color: #636363;
  margin-bottom: 0px;
}

.content-sidebar .wp-block-latest-posts {
  list-style: none;
  padding-inline-start: 0px;
  list-style-type: none;
}

.content-sidebar .wp-block-latest-posts li {
  margin-bottom: 8px;
  font-size: 1rem;
  border-bottom: 1px dashed rgb(241, 241, 241);
}

.content-sidebar .wp-block-latest-posts li a {
  margin-bottom: 8px;
  font-size: 1rem;
}

.content-sidebar .wp-block-latest-posts li a {
  display: inline-block;
  color: rgb(17, 17, 17);
  padding: 8px 0px;
  line-height: 1.5rem;
  padding-inline-start: 0px;
  list-style-type: none;
}

.content-sidebar .wp-block-latest-posts li a:hover {
  color: #03ac0e;
}

.page404 {
  text-align: center;
  margin: 16px;
  min-height: 50vh;
}

.page404-img {
  background-repeat: no-repeat;
  background-size: 99% 100%;
  display: inline-block;
  height: auto;
  margin: 0px auto;
  position: relative;
  text-align: center;
  width: 100%;
}

.page404-img img {
  max-width: 280px;
}

.page404-title {
  font-size: 1.4285714285714286rem;
  font-weight: 800;
  line-height: 26px;
  margin: 16px auto;
  color: #000000;
}

.page404-description {
  line-height: 20px;
  margin-bottom: 40px;
}

.care-button {
  width: auto;
  height: 40px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none;
  background-position: center;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 0 16px;
  -webkit-transition: background 300ms, border 300ms, color 300ms;
  transition: background 300ms, border 300ms, color 300ms;
  background: var(--1stcolor);
  border: none;
}

.single-content-wrapper .post-cat a {
  background-color: rgb(34, 34, 34);
  color: var(--N0, #FFFFFF);
  display: inline-block;
  padding: 3px 6px 4px;
  white-space: nowrap;
}

.single-content-wrapper .entry-title h1 {
  font-size: 2.57143rem;
  font-weight: 400;
  line-height: 54px;
  min-height: 54px;
  margin-bottom: 8px;
}


.entry-title h1.entry-title,
.entry-title h1.entry-title:hover {
  color: var(--primary-biru-care-dokter);
}


.text-caredokter-blue {
  color: var(--primary-biru-care-dokter);
}

.text-caredokter-pink {
  color: var(--primary-pink-care-dokter);
}

.single-content-wrapper .post-date {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font-size: 0.785714rem;
  margin-bottom: 16px;
}

.single-content-wrapper .featured-image img {
  margin: 24px 0px 0px;
  max-width: 100%;
  width: 100%;
}

.single-content-wrapper .entry-content {
  color: rgb(34, 34, 34);
  font-size: 1.07143rem;
  line-height: 22.5px;
  margin-top: 0px;
  margin-bottom: 26px;
}

.single-content-wrapper .post-cat-tag {
  margin-bottom: 8px;
}

.single-content-wrapper .post-tag b {
  padding: 4px 8px;
  background-color: rgb(0, 0, 0);
  color: var(--N0, #FFFFFF);
  font-size: 12px;
  font-weight: 500;
  margin-right: 8px;
}

.single-content-wrapper .post-tag a {
  font-size: 12px;
  border: 1px solid rgb(233, 233, 233);
  margin-right: 4px;
  padding: 4px;
  display: inline-block;
}

.single-content-wrapper .post-tag a:hover {
  background-color: #03ac0e;
  color: #fff;
}

/* COMMENTS
**************************************************/
#comments {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease;
}

/* comment textarea wrapper */
#comment-wrapper {
  display: table-header-group;
  text-align: left;
}

.comment-wrapper-inner {
  overflow: hidden;
}

/* comment text area */
#comment {
  position: relative;
  z-index: 4;
  left: 0;
  width: 100%;
  height: 131px;
  display: block;
  padding: 10px;
  margin: 0;
  background: none;
  border: 1px solid var(--color-border, #E5E7E9);
  border-radius: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: var(--color-text-low, rgba(49, 53, 59, 0.68));
  resize: none;
}

/* comment form fields wrapper */
#commentform-fields {
  margin: 0 -1px 10px 0;
  text-align: left;
  overflow: hidden;
}

#author-wrapper,
#email-wrapper,
#url-wrapper {
  position: relative;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0;
}

#author,
#email,
#url {
  width: 100%;
  height: 28px;
  border: none;
  background: none;
  border: 1px solid var(--color-border, #E5E7E9);
  font-size: 15px;
  color: var(--color-text-low, rgba(49, 53, 59, 0.68));
  ;
  border-radius: 0;
  margin: 0;
  padding: 5px;
}

/* submit button */
.form-submit {
  width: 100%;
  text-align: left;
}

.comment-form #submit {
  float: right;
  height: 32px;
  color: white;
  padding: 0px 16px;
  font-weight: 800;
  border-radius: 8px;
  font-size: 12px;
  background: var(--1stcolor);
  cursor: pointer;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-form #submit:hover {
  text-decoration: none;
}

/* place comment box above the textfields */
#commentform {
  display: table;
  width: 100%;
}

/* when logged in */
.logged-in-as {
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  bottom: 2px;
  margin: 0;
  color: #ccc;
  display: none;
  height: 20px;
}

.logged-in-as a {
  color: #ccc;
}

/* comment form placeholder */
#respond textarea::-webkit-input-placeholder {
  opacity: 1;
  color: var(--color-text-placeholder, rgba(49, 53, 59, 0.44));
}

#respond textarea:-moz-placeholder {
  opacity: 1;
  color: var(--color-text-placeholder, rgba(49, 53, 59, 0.44));
}

#respond textarea::-moz-placeholder {
  opacity: 1;
  color: var(--color-text-placeholder, rgba(49, 53, 59, 0.44));
}

#respond textarea:-ms-input-placeholder {
  opacity: 1;
  color: var(--color-text-placeholder, rgba(49, 53, 59, 0.44));
}

#respond input::-webkit-input-placeholder {
  opacity: 1;
  color: var(--color-text-placeholder, rgba(49, 53, 59, 0.44));
}

#respond input:-moz-placeholder {
  opacity: 1;
  color: var(--color-text-placeholder, rgba(49, 53, 59, 0.44));
}

#respond input::-moz-placeholder {
  opacity: 1;
  color: var(--color-text-placeholder, rgba(49, 53, 59, 0.44));
}

#respond input:-ms-input-placeholder {
  opacity: 1;
  color: var(--color-text-placeholder, rgba(49, 53, 59, 0.44));
}

#respond textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

#respond textarea:focus:-moz-placeholder {
  color: transparent;
}

#respond textarea:focus::-moz-placeholder {
  color: transparent;
}

#respond textarea:focus:-ms-input-placeholder {
  color: transparent;
}

#respond input:focus::-webkit-input-placeholder {
  color: transparent;
}

#respond input:focus:-moz-placeholder {
  color: transparent;
}

#respond input:focus::-moz-placeholder {
  color: transparent;
}

#respond input:focus:-ms-input-placeholder {
  color: transparent;
}

/* comment title */
.comment-title,
#reply-title {
  margin: 0 0 10px;
  padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
  padding: 30px 0 10px 0;
  border: none;
  font-size: 15px;
  color: #6D7174;
}

.commentwrap .pagenav a {
  color: #000000;
  text-decoration: underline;
}

.commentwrap .pagenav a:hover {
  text-decoration: none;
}

.commentwrap .pagenav.top {
  margin: 0 auto;
}

/* commentlist */
.commentlist {
  padding: 50px 0 15px 2px;
  margin: 2px auto 0 auto;
  z-index: 5;
}

ul.children li {
  padding-top: 10px;
}

.commentlist li {
  margin: 0 0 0 -1px;
  padding: 9px 0 22px 0;
  list-style: none;
  position: relative;
}

.commentlist li:first-child:before,
ul.children li:before {
  display: none;
}

/* nested comment */
.children li {
  padding: 0 0 0 15px;
  margin: 0;
  border-bottom: none;
}

/* comment author */
.commentlist .comment-author {
  font-size: 15px;
  color: #000000;
}

.commentlist .comment-author a {
  color: rgb(34, 34, 34);
  text-decoration: underline;
}

.commentlist .comment-author a:hover {
  text-decoration: none;
}

.commentlist .bypostauthor .comment-author:before {
  content: 'Post author';
  font-style: normal;
  color: #fff;
  margin-right: 5px;
  background-color: rgb(81 110 171 / 70%);
  padding: 0px 2px;
}

/* comment time */
.commentlist .comment-time {
  display: block;
  font-size: 0.785714rem;
}

/* comment entry */
.commentlist .comment-entry {
  color: rgb(17, 17, 17);
  display: block;
  clear: both;
  margin-top: 2px;
  margin-bottom: -3px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.commentlist .comment-entry .awaiting-moderation {
  font-size: 10px;
}

/* comment reply button */
.commentlist .comment-reply-link {
  display: inline-block;
  margin-left: 5px;
  color: rgb(81, 110, 171);
  text-decoration: underline;
}

.commentlist .comment-reply-link:hover {
  text-decoration: none;
}

/* comment edit link */
.comment-edit-link {
  color: rgb(81, 110, 171);
  margin-left: 10px;
  display: inline-block;
  text-decoration: underline;
}

.comment-edit-link:hover {
  text-decoration: none;
}

/* default commentlist list styles */
.commentlist .comment-entry ul {
  list-style-type: disc;
  list-style-position: inside;
}

.commentlist .comment-entry ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.commentlist .comment-entry ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.commentlist .comment-entry ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.commentlist .comment-entry ul ul,
.commentlist .comment-entry ol ul {
  list-style-type: circle;
  list-style-position: inside;
}

.commentlist .comment-entry ol ol,
.commentlist .comment-entry ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
}

.box-shadow .elementor-container {
  box-shadow: 0 1px 6px 0 rgb(49 53 59 / 12%);
  margin-bottom: 24px;
  border-radius: 12px;
}

.lm-slider-banner.three div[data-owl-desktop-items="4"] .owl-stage-outer .owl-stage {}

.paging-navigation.clearfix {
  margin: 20px 0px;
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  position: relative;
  float: left;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 20px 0px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 1px solid rgb(225, 225, 225);
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  margin-right: 8px;
  display: inline-block;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: var(--1stcolor);
  color: #fff;
}

.single-product .yp-header-bg {
  background-image: none !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
  color: #fff !important;
}

.Title-Small-14-Bold {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;
  color: var(--primaryBiru);
}

.lima-nav-list {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 5px 0px 5px 0px;
  padding: 5px;
}

.lima-nav-list:hover {
  box-shadow: 0px 3px 5px 0px rgba(35, 65, 91, 0.15);
  border-radius: 12px;
}

.lima-nav-image {
  margin: 2px 12px 4px 4px;
}

.lima-nav-content {
  min-width: 0px;
  flex: 1 1 0%;
}

.lima-nav-notif {
  margin-left: 8px;
}

.lima-nav-heading {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(35, 65, 91, 1);
  margin: 10px 0px;
}

.lima-nav-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(35, 65, 91, 1);
}

.lima-nav-notif span {
  background: linear-gradient(0deg, #C2283C, #C2283C), linear-gradient(0deg, #F01478, #F01478);
  padding: 2px 6px 2px 6px;
  color: #fff;
  border-radius: 24px;
  min-width: 20px;
  min-height: 20px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border: 1px solid rgba(240, 20, 120, 1);
}

.menu-logout {
  display: block;
  color: rgba(240, 20, 120, 1) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  margin: 20px 0px 10px 0px;
  border: 1px solid rgba(240, 20, 120, 1);
  padding: 8px;
  border-radius: 12px;
}

.menu-logout:hover {
  color: #fff !important;
  background: rgba(240, 20, 120, 1);
}

/**
inbox header
**/
.chatOverlayHeader {
  border-radius: 12px;
  width: 200px;
  z-index: 495;
  position: absolute;
  top: 50px;
  left: -50px;
  background-color: rgb(255, 255, 255);
  transform: translate3d(0px, 0px, 0px);
  overflow: hidden;
  padding: 0px;
  animation-name: animation-1b9fd8r;
  animation-duration: 0.4s;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(35, 65, 91, 0.1);
}

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

.lima-hide {
  display: none !important;
}

body .lima-show {
  display: block !important;
}

.notifikasi-container {
  position: relative;
}

.notification-container {
  box-sizing: border-box;
  width: 400px;
  max-height: calc(100vh - 108px);
  border-radius: 12px;
  z-index: 495;
  position: absolute;
  top: 50px;
  left: -50px;
  background-color: rgb(255, 255, 255);
  transform: translate3d(0px, 0px, 0px);
  overflow: hidden;
  padding: 0px;
  animation-name: animation-1b9fd8r;
  animation-duration: 0.4s;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(35, 65, 91, 0.1);
}

.cart-container {
  position: relative;
}

.inbox-container {
  position: relative;
}

.notification-title {
  padding: 16px 16px 8px 16px;
  height: 40px;
}

.notification-title h3 {
  font-size: 16px;
  line-height: 20px;
  color: rgba(35, 65, 91, 1);
  font-weight: 700;
}

.showTabLink {
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(228, 228, 228, 1);
  margin-bottom: 4px;
}

.TabLink {
  margin-top: 20px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 50% !important;
}

.TabLink p,
.lnkNotif p {
  font-size: 14px;
  line-height: 17px;
  color: rgba(35, 65, 91, 1);
  font-weight: 600;
  margin-bottom: 0px;
}

.TabLink p:after {
  content: "";
  width: 100%;
  display: block;
  height: 4px;
  border-radius: 4px;
  top: 41px;
  background: transparent;
  margin-top: 14px;
}

.limatabshow p {
  color: rgba(240, 20, 120, 1);
}

.limatabshow p:after {
  background: rgba(240, 20, 120, 1);
}

.lnkNotif a {
  font-size: 14px;
  line-height: 17px;
  color: rgba(240, 20, 120, 1) !important;
  font-weight: 600;
}

.lnkNotif {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.12) 0px -2px 4px 0px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 40px;
  padding: 8px 16px 8px 16px;
  flex: 0 0 auto;
  transition: height 0.4s ease 0s, padding 0.4s ease 0s;
}

.lblNotif {
  overflow: auto;
  overscroll-behavior-y: contain;
}

.showTabDesc {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 208px);
}

.cardNotif {
  display: block;
  border-bottom: 1px solid rgba(228, 228, 228, 1);
  padding: 16px 16px 8px 16px;
}

.cardUnread {
  background: rgba(235, 246, 244, 1);
}

.dateNotif {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
}

.timeNotif {
  min-width: 0px;
  flex: 1 1 0%;
}

.timeNotif span {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(35, 65, 91, 1);
}

.statusNotif {
  margin-left: 8px;
}

.statusNotif span {
  background: rgba(25, 85, 140, 1);
  padding: 2px 10px;
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
}

.descNotif {
  display: flex;
  padding-top: 10px;
  margin: 0px;
  transition: color 280ms ease 0s;
}

.thumbNotif {
  width: 50px;
  height: 50px;
  margin: 0px 10px 0px 0px;
}

.thumbNotif img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trackingNotif {
  min-width: 0px;
  flex: 1 1 0%;
}

.cardNotif:hover {
  color: rgba(35, 65, 91, 1) !important;
}

.trackingTitle {
  color: rgba(35, 65, 91, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  max-width: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 42px;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.trackingBy {
  color: rgba(35, 65, 91, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.trackingResi {
  color: rgba(61, 61, 61, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 8px;
}

.TabDesc {
  display: none;
}

.rounded-large {
  border-radius: 30px !important;
}

.primary-bg {
  background: var(--1stcolor) !important;
  color: #FFF !important;
}

.primary-bg:hover {
  background: var(--2ndcolor) !important;
}

#TipePromo label.btn {
  white-space: nowrap;
}

form.search-form .input-group {
  border-radius: 8px;
}

form.search-form .input-group input {
  border-radius: 20px 20px 0;
  border: 0;
}

form.search-form .input-group button {
  border-radius: 0 20px 20px;
  border-left: 1px solid #F0F0F0;
}


a.loading,
button.loading {
  opacity: .25;
  position: relative;
  cursor: no-drop;
}

a.loading:after,
button.loading:after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  left: 48%;
  animation: spin 2s linear infinite;
  color: #CCC;
}



/**
 * Page Template Tentang
 */
.page-template-page-tentang .menu-menu-tentang-container {
  clear: both;
  display: block;
  text-align: right;
}

.page-template-page-tentang #menu-menu-tentang li {
  display: inline-block;
  padding: 0px 15px 0px 15px;
}

.page-template-page-tentang #menu-menu-tentang li:last-child {
  padding-right: 0;
}

.page-template-page-tentang #menu-menu-tentang a {
  color: #F01478;
  font-weight: 600;
  font-size: 12px;
}

.page-template-page-tentang #menu-menu-tentang {
  float: right;
  padding-top: 10px;
}

.page-template-page-tentang .care-footer {
  border-top: 0px;
}



input.not-completed,
select.not-competed,
textarea.not-completed {
  box-shadow: 0 0 3px #F00;
}

/** SELECT2 */
.input-group .select2-container {
  flex: 1 1 auto;
  border-radius: 5px 0px 0px 5px !important;
  ;
}

.input-group .select2-container--default .select2-selection--single {
  border: 0;
}

#lima-modal-filter .select2-container--open .select2-dropdown--below {
  margin-top: 0 !important;
}

/** END SELECT2 */