body .ds-visible-sm {
  display: none;
}
@media screen and (max-width: 576px) {
  body .ds-visible-sm {
    display: flex !important;
  }
}
body .ds-hidden-sm {
  display: flex;
}
@media screen and (max-width: 576px) {
  body .ds-hidden-sm {
    display: none !important;
  }
}
body .ds-visible-md {
  display: none;
}
@media screen and (max-width: 768px) {
  body .ds-visible-md {
    display: flex !important;
  }
}
body .ds-hidden-md {
  display: flex;
}
@media screen and (max-width: 768px) {
  body .ds-hidden-md {
    display: none !important;
  }
}
body .ds-visible-lg {
  display: none;
}
@media screen and (max-width: 992px) {
  body .ds-visible-lg {
    display: flex !important;
  }
}
body .ds-hidden-lg {
  display: flex;
}
@media screen and (max-width: 992px) {
  body .ds-hidden-lg {
    display: none !important;
  }
}
body .ds-visible-xl {
  display: none;
}
@media screen and (max-width: 1200px) {
  body .ds-visible-xl {
    display: flex !important;
  }
}
body .ds-hidden-xl {
  display: flex;
}
@media screen and (max-width: 1200px) {
  body .ds-hidden-xl {
    display: none !important;
  }
}

/* Full colors */
/* Subdued colors */
.ds-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}
.ds-button:focus, .ds-button:active {
  outline: none;
}
.ds-button:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-st {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 25px;
}
.ds-button-st:focus, .ds-button-st:active {
  outline: none;
}
.ds-button-st:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-cl {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 20px;
  height: 42px;
  border-radius: 21px;
  position: relative;
}
.ds-button-cl:focus, .ds-button-cl:active {
  outline: none;
}
.ds-button-cl:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.ds-button-cl:after {
  content: "\25bc";
  color: currentColor;
  position: absolute;
  font-size: 8px;
  z-index: 10;
  right: 10px;
}

.ds-button-mb, .ds-button-mb-white-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 8px;
}
.ds-button-mb:focus, .ds-button-mb-white-outline:focus, .ds-button-mb:active, .ds-button-mb-white-outline:active {
  outline: none;
}
.ds-button-mb:disabled, .ds-button-mb-white-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-st-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 25px;
  background-color: #30cc87;
  color: white;
}
.ds-button-st-confirm:focus, .ds-button-st-confirm:active {
  outline: none;
}
.ds-button-st-confirm:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-st-confirm-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #30cc87;
  color: #30cc87;
}
.ds-button-st-confirm-outline:focus, .ds-button-st-confirm-outline:active {
  outline: none;
}
.ds-button-st-confirm-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-st-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 25px;
  background-color: #ffa502;
  color: white;
}
.ds-button-st-warning:focus, .ds-button-st-warning:active {
  outline: none;
}
.ds-button-st-warning:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-st-warning-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #ffa502;
  color: #ffa502;
}
.ds-button-st-warning-outline:focus, .ds-button-st-warning-outline:active {
  outline: none;
}
.ds-button-st-warning-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-st-basic {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 25px;
  background-color: #0071ce;
  color: white;
}
.ds-button-st-basic:focus, .ds-button-st-basic:active {
  outline: none;
}
.ds-button-st-basic:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-st-basic-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #0071ce;
  color: #0071ce;
}
.ds-button-st-basic-outline:focus, .ds-button-st-basic-outline:active {
  outline: none;
}
.ds-button-st-basic-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-st-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 25px;
  background-color: #ff6e6e;
  color: white;
}
.ds-button-st-delete:focus, .ds-button-st-delete:active {
  outline: none;
}
.ds-button-st-delete:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-st-delete-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #ff6e6e;
  color: #ff6e6e;
}
.ds-button-st-delete-outline:focus, .ds-button-st-delete-outline:active {
  outline: none;
}
.ds-button-st-delete-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-st-locked {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 25px;
  background-color: #8f99a3;
  color: white;
}
.ds-button-st-locked:focus, .ds-button-st-locked:active {
  outline: none;
}
.ds-button-st-locked:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-st-locked-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #8f99a3;
  color: #8f99a3;
}
.ds-button-st-locked-outline:focus, .ds-button-st-locked-outline:active {
  outline: none;
}
.ds-button-st-locked-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-cl-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 20px;
  height: 42px;
  border-radius: 21px;
  position: relative;
  background-color: #30cc87;
  color: white;
}
.ds-button-cl-confirm:focus, .ds-button-cl-confirm:active {
  outline: none;
}
.ds-button-cl-confirm:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.ds-button-cl-confirm:after {
  content: "\25bc";
  color: currentColor;
  position: absolute;
  font-size: 8px;
  z-index: 10;
  right: 10px;
}

.ds-button-cl-confirm-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 20px;
  height: 42px;
  border-radius: 21px;
  position: relative;
  border: 2px solid #30cc87;
  color: #30cc87;
}
.ds-button-cl-confirm-outline:focus, .ds-button-cl-confirm-outline:active {
  outline: none;
}
.ds-button-cl-confirm-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.ds-button-cl-confirm-outline:after {
  content: "\25bc";
  color: currentColor;
  position: absolute;
  font-size: 8px;
  z-index: 10;
  right: 10px;
}

.ds-button-cl-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 20px;
  height: 42px;
  border-radius: 21px;
  position: relative;
  background-color: #ffa502;
  color: white;
}
.ds-button-cl-warning:focus, .ds-button-cl-warning:active {
  outline: none;
}
.ds-button-cl-warning:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.ds-button-cl-warning:after {
  content: "\25bc";
  color: currentColor;
  position: absolute;
  font-size: 8px;
  z-index: 10;
  right: 10px;
}

.ds-button-cl-warning-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 20px;
  height: 42px;
  border-radius: 21px;
  position: relative;
  border: 2px solid #ffa502;
  background-color: white;
  color: #ffa502;
}
.ds-button-cl-warning-outline:focus, .ds-button-cl-warning-outline:active {
  outline: none;
}
.ds-button-cl-warning-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.ds-button-cl-warning-outline:after {
  content: "\25bc";
  color: currentColor;
  position: absolute;
  font-size: 8px;
  z-index: 10;
  right: 10px;
}

.ds-button-cl-basic {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 20px;
  height: 42px;
  border-radius: 21px;
  position: relative;
  background-color: #0071ce;
  color: white;
}
.ds-button-cl-basic:focus, .ds-button-cl-basic:active {
  outline: none;
}
.ds-button-cl-basic:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.ds-button-cl-basic:after {
  content: "\25bc";
  color: currentColor;
  position: absolute;
  font-size: 8px;
  z-index: 10;
  right: 10px;
}

.ds-button-cl-basic-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 20px;
  height: 42px;
  border-radius: 21px;
  position: relative;
  border: 2px solid #0071ce;
  color: #0071ce;
}
.ds-button-cl-basic-outline:focus, .ds-button-cl-basic-outline:active {
  outline: none;
}
.ds-button-cl-basic-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.ds-button-cl-basic-outline:after {
  content: "\25bc";
  color: currentColor;
  position: absolute;
  font-size: 8px;
  z-index: 10;
  right: 10px;
}

.ds-button-cl-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 20px;
  height: 42px;
  border-radius: 21px;
  position: relative;
  background-color: #ff6e6e;
  color: white;
}
.ds-button-cl-delete:focus, .ds-button-cl-delete:active {
  outline: none;
}
.ds-button-cl-delete:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.ds-button-cl-delete:after {
  content: "\25bc";
  color: currentColor;
  position: absolute;
  font-size: 8px;
  z-index: 10;
  right: 10px;
}

.ds-button-cl-delete-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 20px;
  height: 42px;
  border-radius: 21px;
  position: relative;
  border: 2px solid #ff6e6e;
  color: #ff6e6e;
}
.ds-button-cl-delete-outline:focus, .ds-button-cl-delete-outline:active {
  outline: none;
}
.ds-button-cl-delete-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.ds-button-cl-delete-outline:after {
  content: "\25bc";
  color: currentColor;
  position: absolute;
  font-size: 8px;
  z-index: 10;
  right: 10px;
}

.ds-button-cl-locked {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 20px;
  height: 42px;
  border-radius: 21px;
  position: relative;
  background-color: #8f99a3;
  color: white;
}
.ds-button-cl-locked:focus, .ds-button-cl-locked:active {
  outline: none;
}
.ds-button-cl-locked:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.ds-button-cl-locked:after {
  content: "\25bc";
  color: currentColor;
  position: absolute;
  font-size: 8px;
  z-index: 10;
  right: 10px;
}

.ds-button-cl-locked-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 20px;
  height: 42px;
  border-radius: 21px;
  position: relative;
  border: 2px solid #8f99a3;
  color: #8f99a3;
}
.ds-button-cl-locked-outline:focus, .ds-button-cl-locked-outline:active {
  outline: none;
}
.ds-button-cl-locked-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.ds-button-cl-locked-outline:after {
  content: "\25bc";
  color: currentColor;
  position: absolute;
  font-size: 8px;
  z-index: 10;
  right: 10px;
}

.ds-button-mb-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 8px;
  background-color: #30cc87;
  color: white;
}
.ds-button-mb-confirm:focus, .ds-button-mb-confirm:active {
  outline: none;
}
.ds-button-mb-confirm:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-mb-confirm-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 8px;
  border: 2px solid #30cc87;
  color: #30cc87;
}
.ds-button-mb-confirm-outline:focus, .ds-button-mb-confirm-outline:active {
  outline: none;
}
.ds-button-mb-confirm-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-mb-pink {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 8px;
  background-color: #ea57b9;
  color: white;
}
.ds-button-mb-pink:focus, .ds-button-mb-pink:active {
  outline: none;
}
.ds-button-mb-pink:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-mb-pink-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 8px;
  border: 2px solid #ea57b9;
  color: #ea57b9;
}
.ds-button-mb-pink-outline:focus, .ds-button-mb-pink-outline:active {
  outline: none;
}
.ds-button-mb-pink-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-mb-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 8px;
  background-color: #ffa502;
  color: white;
}
.ds-button-mb-warning:focus, .ds-button-mb-warning:active {
  outline: none;
}
.ds-button-mb-warning:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-mb-warning-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 8px;
  border: 2px solid #ffa502;
  background-color: white;
  color: #ffa502;
}
.ds-button-mb-warning-outline:focus, .ds-button-mb-warning-outline:active {
  outline: none;
}
.ds-button-mb-warning-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-mb-basic {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 8px;
  background-color: #0071ce;
  color: white;
}
.ds-button-mb-basic:focus, .ds-button-mb-basic:active {
  outline: none;
}
.ds-button-mb-basic:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-mb-basic-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 8px;
  border: 2px solid #0071ce;
  color: #0071ce;
}
.ds-button-mb-basic-outline:focus, .ds-button-mb-basic-outline:active {
  outline: none;
}
.ds-button-mb-basic-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-mb-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 8px;
  background-color: #ff6e6e;
  color: white;
}
.ds-button-mb-delete:focus, .ds-button-mb-delete:active {
  outline: none;
}
.ds-button-mb-delete:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-mb-delete-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 8px;
  border: 2px solid #ff6e6e;
  color: #ff6e6e;
}
.ds-button-mb-delete-outline:focus, .ds-button-mb-delete-outline:active {
  outline: none;
}
.ds-button-mb-delete-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-mb-locked {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 8px;
  background-color: #8f99a3;
  color: white;
}
.ds-button-mb-locked:focus, .ds-button-mb-locked:active {
  outline: none;
}
.ds-button-mb-locked:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-mb-locked-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.6px;
  padding: 0px 25px;
  height: 50px;
  border-radius: 8px;
  border: 2px solid #8f99a3;
  color: #8f99a3;
}
.ds-button-mb-locked-outline:focus, .ds-button-mb-locked-outline:active {
  outline: none;
}
.ds-button-mb-locked-outline:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-button-mb-white-outline {
  border: 2px solid white;
  background: transparent;
  color: white;
}

/* Size modifiers */
.ds-button-small {
  height: 30px;
}

.ds-button-medium {
  height: 40px;
}

.ds-button-large {
  height: 50px;
}

.ds-button-dialog-action {
  min-width: 230px;
}

/* End */
.ds-layer-transparent {
  background: transparent;
}

.ds-layer-white {
  background: white;
}

.ds-layer-white-subdued {
  background: rgba(255, 255, 255, 0.5);
}

.ds-layer-light-blue {
  background: #42bde8;
}

.ds-layer-light-blue-secondary {
  background: #f6faff;
}

.ds-layer-light-blue-tertiary {
  background: #edf2f8;
}

.ds-layer-light-blue-quaternary {
  background: #dfeff6;
}

.ds-layer-blue {
  background: #0071ce;
}

.ds-layer-blue2 {
  background: #1550ef;
}

.ds-layer-blue-gradient {
  background: radial-gradient(at top left at top left, #91ebff, #0071ce);
}

.ds-layer-light-blue-gradient {
  background: radial-gradient(at top left at top left, #b4ebff, #42bde8);
}

.ds-layer-deep-blue {
  background: #0f1c26;
}

.ds-layer-deep-blue-secondary {
  background: #293a48;
}

.ds-layer-pale-blue {
  background: #4c9bdc;
}

.ds-layer-pale-blue-secondary {
  background: #7fb8e6;
}

.ds-layer-grey {
  background: #8f99a3;
}

.ds-layer-grey-secondary {
  background: #dde2e9;
}

.ds-layer-green {
  background: #30cc87;
}

.ds-layer-green-gradient {
  background: radial-gradient(at top left at top left, #b0ffb0, #4edd4e);
}

.ds-layer-orange {
  background: #ffa502;
}

.ds-layer-orange-gradient {
  background: radial-gradient(at top left at top left, #ffe67c, #ffab3e);
}

.ds-layer-red {
  background: #ff6e6e;
}

.ds-layer-red-subdued {
  background: rgba(255, 110, 110, 0.5);
}

.ds-layer-red-gradient {
  background: radial-gradient(at top left at top left, #ff9f9f, #f44d4d);
}

.ds-layer-purple {
  background: #6f6eff;
}

.ds-layer-purple-gradient {
  background: radial-gradient(at top left at top left, #9d9dff, #4a4ae5);
}

.ds-layer-yellow {
  background: #e1da3e;
}

.ds-layer-yellow-gradient {
  background: radial-gradient(at top left at top left, #ffe67c, #ffab3e);
}

.ds-layer-pink {
  background: #ea57b9;
}

.ds-layer-pink-gradient {
  background: radial-gradient(at top left at top left, #ff99dd, #f374c9);
}

.ds-layer-black {
  background: #000;
}

.ds-layer-disabled-01 {
  opacity: .1;
}

.ds-layer-disabled-03 {
  opacity: .3;
}

.ds-layer-disabled-05 {
  opacity: .5;
}

.ds-layer-opacity-1 {
  opacity: 1;
}

.ds-border-square {
  border-radius: 0;
}

.ds-border-3 {
  border-radius: 3px;
}

.ds-border-semi-rounded {
  border-radius: 5px;
}

.ds-border-rounded {
  border-radius: 10px;
}

.ds-border-semi-round {
  border-radius: 25px;
}

.ds-border-round {
  border-radius: 50%;
}

.ds-border-none {
  border: none !important;
  box-sizing: border-box;
}

.ds-border-light-blue {
  border: 1px solid rgba(127, 184, 230, 0.5);
  box-sizing: border-box;
}

.ds-border-blue {
  border: 1px solid #0071ce;
  box-sizing: border-box;
}

.ds-border-blue2 {
  border: 1px solid #1550ef;
  box-sizing: border-box;
}

.ds-border-blue-dot {
  border: 1px dashed #7fb8e6;
  box-sizing: border-box;
}

.ds-border-blue-dot-2 {
  border: 2px dashed #7fb8e6;
  box-sizing: border-box;
}

.ds-border-grey-dot {
  border: 2px dashed rgba(143, 153, 163, 0.5);
  box-sizing: border-box;
}

.ds-border-grey2 {
  border: 1px solid rgba(221, 226, 233, 0.5);
  box-sizing: border-box;
}

.ds-border-green {
  border: 1px solid #30cc87;
  box-sizing: border-box;
}

.ds-border-red {
  border: 1px solid #ff6e6e;
  box-sizing: border-box;
}

.ds-border-orange {
  border: 1px solid #ffa502;
  box-sizing: border-box;
}

.ds-border-white {
  border: 1px solid white;
  box-sizing: border-box;
}

.ds-border-quick-action {
  border-radius: 50%;
  padding: 6px;
  background: linear-gradient(to bottom, #91ebff, #0071ce);
  box-sizing: border-box;
}

.ds-shadow-deep-blue {
  box-shadow: 0 0 20px 0 rgba(0, 113, 206, 0.2);
}

.ds-shadow-deep-blue-secondary {
  box-shadow: 0 0 10px 0 rgba(0, 113, 206, 0.1);
}

.ds-shadow-inner-blue {
  -moz-box-shadow: inset 0 0 10px #0071ce;
  -webkit-box-shadow: inset 0 0 10px #0071ce;
  box-shadow: inset 0 0 10px #0071ce;
}

html {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}
/* Text full */
.ds-text-h1-title {
  color: #293a48;
  font-family: "Open Sans", sans-serif;
  font-size: 1.714rem;
  line-height: 2rem;
  font-weight: bold;
}

.ds-text-h1-title-alt {
  color: #293a48;
  font-family: "Open Sans", sans-serif;
  font-size: 1.429rem;
  line-height: 1.929rem;
  font-weight: bold;
}

.ds-text-h2-title {
  color: #293a48;
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
}

.ds-text-h3-title {
  color: #8f99a3;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.357rem;
  font-weight: bold;
}

.ds-text-body {
  color: #8f99a3;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.214rem;
}

.ds-text-sub-heading {
  color: #8f99a3;
  font-family: "Open Sans", sans-serif;
  font-size: 0.857rem;
  line-height: 1.214rem;
}

.ds-text-caption {
  color: #8f99a3;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.357rem;
  font-style: italic;
}

.ds-text-input-text-blue {
  color: #0071ce;
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
  font-weight: bold;
}

.ds-text-input-text-green {
  color: #30cc87;
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
  font-weight: bold;
}

.ds-text-input-text-orange {
  color: #ffa502;
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
  font-weight: bold;
}

.ds-text-button-text {
  color: #0071ce;
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
  font-weight: bold;
}

.ds-text-ui-action {
  color: #0071ce;
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
}

.ds-text-link {
  color: #0071ce;
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
  text-decoration: underline;
  cursor: pointer;
}

.ds-text-ui-sub-action {
  color: #0071ce;
  font-family: "Open Sans", sans-serif;
  font-size: 0.714rem;
  line-height: 1rem;
  font-weight: bold;
}

.ds-text-ui-action-cursive {
  color: #4c9bdc;
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
  font-style: italic;
}

.ds-text-xl-title {
  color: #293a48;
  font-family: "Open Sans", sans-serif;
  font-size: 2.571rem;
  line-height: 3.5rem;
  font-weight: bold;
}

.ds-text-l-title {
  color: #0071ce;
  font-family: "Open Sans", sans-serif;
  font-size: 1.429rem;
  line-height: 1.929rem;
  font-weight: bold;
}

/* End */
/* Text subdued */
.ds-text-h1-title-subdued {
  color: rgba(41, 58, 72, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 1.714rem;
  line-height: 2rem;
  font-weight: bold;
}

.ds-text-h1-title-alt-subdued {
  color: rgba(41, 58, 72, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 1.429rem;
  line-height: 1.929rem;
  font-weight: bold;
}

.ds-text-h2-title-subdued {
  color: rgba(41, 58, 72, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
}

.ds-text-h3-title-subdued {
  color: rgba(143, 153, 163, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.357rem;
  font-weight: bold;
}

.ds-text-body-subdued {
  color: rgba(143, 153, 163, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.214rem;
}

.ds-text-sub-heading-subdued {
  color: rgba(143, 153, 163, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 0.857rem;
  line-height: 1.214rem;
}

.ds-text-caption-subdued {
  color: rgba(143, 153, 163, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.357rem;
  font-style: italic;
}

.ds-text-input-text-blue-subdued {
  color: rgba(0, 113, 206, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
  font-weight: bold;
}

.ds-text-input-text-green-subdued {
  color: rgba(48, 204, 135, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
  font-weight: bold;
}

.ds-text-input-text-orange-subdued {
  color: rgba(255, 165, 2, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
  font-weight: bold;
}

.ds-text-button-text-subdued {
  color: rgba(0, 113, 206, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
  font-weight: bold;
}

.ds-text-ui-action-subdued {
  color: rgba(0, 113, 206, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
}

.ds-text-link-subdued {
  color: rgba(0, 113, 206, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
  text-decoration: underline;
}

.ds-text-ui-sub-action-subdued {
  color: rgba(0, 113, 206, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 0.714rem;
  line-height: 1rem bold;
}

.ds-text-ui-action-cursive-subdued {
  color: rgba(76, 155, 220, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 1.143rem;
  line-height: 1.571rem;
  font-style: italic;
}

.ds-text-xl-title-subdued {
  color: rgba(41, 58, 72, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 2.571rem;
  line-height: 3.5rem;
  font-weight: bold;
}

.ds-text-l-title-subdued {
  color: rgba(0, 113, 206, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 1.429rem;
  line-height: 1.929rem;
  font-weight: bold;
}

/* End */
/* Color full */
.ds-color-white {
  color: white;
}

.ds-color-blue1-primary {
  color: #0071ce;
}

.ds-color-blue2-primary {
  color: #1550ef;
}

.ds-color-deep-blue1-primary {
  color: #0f1c26;
}

.ds-color-deep-blue2-primary {
  color: #293a48;
}

.ds-color-deep-blue3-primary {
  color: #081f4d;
}

.ds-color-pale-blue1-secondary {
  color: #4c9bdc;
}

.ds-color-pale-blue2-secondary {
  color: #7fb8e6;
}

.ds-color-grey1-secondary {
  color: #8f99a3;
}

.ds-color-grey2-secondary {
  color: #dde2e9;
}

.ds-color-grey3-secondary {
  color: #a4aebd;
}

.ds-color-grey4-secondary {
  color: #838fa6;
}

.ds-color-light-blue4-secondary {
  color: #c7e4f7;
}

.ds-color-light-blue3-secondary {
  color: #dfeff6;
}

.ds-color-light-blue2-secondary {
  color: #edf2f8;
}

.ds-color-light-blue1-secondary {
  color: #f6faff;
}

.ds-color-green-alternative {
  color: #30cc87;
}

.ds-color-orange-alternative {
  color: #ffa502;
}

.ds-color-red-alternative {
  color: #ff6e6e;
}

.ds-color-purple-alternative {
  color: #6f6eff;
}

.ds-color-light-blue-alternative {
  color: #42bde8;
}

.ds-color-yellow-alternative {
  color: #e1da3e;
}

.ds-color-pink-alternative {
  color: #ea57b9;
}

/* End */
/* Color subdued */
.ds-color-white-subdued {
  color: rgba(255, 255, 255, 0.5);
}

.ds-color-blue1-primary-subdued {
  color: rgba(0, 113, 206, 0.5);
}

.ds-color-deep-blue1-primary-subdued {
  color: rgba(15, 28, 38, 0.5);
}

.ds-color-deep-blue2-primary-subdued {
  color: rgba(41, 58, 72, 0.5);
}

.ds-color-pale-blue1-secondary-subdued {
  color: rgba(76, 155, 220, 0.5);
}

.ds-color-pale-blue2-secondary-subdued {
  color: rgba(127, 184, 230, 0.5);
}

.ds-color-grey1-secondary-subdued {
  color: rgba(143, 153, 163, 0.5);
}

.ds-color-grey2-secondary-subdued {
  color: rgba(221, 226, 233, 0.5);
}

.ds-color-light-blue4-secondary {
  color: rgba(199, 228, 247, 0.5);
}

.ds-color-light-blue3-secondary-subdued {
  color: rgba(223, 239, 246, 0.5);
}

.ds-color-light-blue2-secondary-subdued {
  color: rgba(237, 242, 248, 0.5);
}

.ds-color-light-blue1-secondary-subdued {
  color: rgba(246, 250, 255, 0.5);
}

.ds-color-green-alternative-subdued {
  color: rgba(48, 204, 135, 0.5);
}

.ds-color-orange-alternative-subdued {
  color: rgba(255, 165, 2, 0.5);
}

.ds-color-red-alternative-subdued {
  color: rgba(255, 110, 110, 0.5);
}

.ds-color-purple-alternative-subdued {
  color: rgba(111, 110, 255, 0.5);
}

.ds-color-light-blue-alternative-subdued {
  color: rgba(66, 189, 232, 0.5);
}

.ds-color-yellow-alternative-subdued {
  color: rgba(225, 218, 62, 0.5);
}

.ds-color-pink-alternative-subdued {
  color: rgba(234, 87, 185, 0.5);
}

/* End */
.ds-text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ds-text-capitalize {
  text-transform: capitalize;
}

.ds-pointer {
  cursor: pointer;
}

.icon_50 {
  font-size: 50px;
}
.icon-sm {
  font-size: 20px;
}
.icon-md {
  font-size: 25px;
}
.icon-lg {
  font-size: 30px;
}
.icon-xl {
  font-size: 40px;
}
.icon-xxl {
  font-size: 80px;
}
.icon-xxxl {
  font-size: 100px;
}

.ds-input-container {
  position: relative;
  z-index: 0;
  width: 100%;
}
.ds-input-container .ds-input {
  position: relative;
  z-index: 10;
  border: 1px solid #0071ce;
  padding: 5px 25px 5px 20px;
  margin: 5px 0px;
  box-sizing: border-box;
  display: block;
  background-color: transparent;
  border-radius: 5px;
  height: 50px;
  width: 100%;
}
.ds-input-container .ds-input::placeholder {
  color: #c7e4f7;
  font-style: italic;
  font-weight: bold;
}
.ds-input-container .ds-input.validation-error {
  border: 1px solid #ff6e6e;
}
.ds-input-container .ds-input.validation-error::placeholder {
  color: rgba(255, 110, 110, 0.5);
}
.ds-input-container .ds-input.validation-success {
  border: 1px solid #30cc87;
}
.ds-input-container .ds-custom-placeholder {
  position: absolute;
  z-index: -1;
}
.ds-input-container .ds-validation-icon, .ds-input-container .ds-visibility-icon, .ds-input-container .ds-unit-icon, .ds-input-container .ds-datepicker-icon {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 14px;
}
.ds-input-container .ds-unit-icon {
  z-index: 1;
}

.ds-placeholder-icon:focus::placeholder {
  opacity: 0;
  transition: opacity 0.1s ease-in;
  -webkit-transition: opacity 0.1s ease-in;
}
.ds-placeholder-icon:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.1s ease-in;
  -webkit-transition: opacity 0.1s ease-in;
}
.ds-placeholder-icon:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.1s ease-in;
  -webkit-transition: opacity 0.1s ease-in;
}
.ds-placeholder-icon:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.1s ease-in;
  -webkit-transition: opacity 0.1s ease-in;
}
.ds-placeholder-icon::-webkit-input-placeholder {
  font-family: 'nm' !important;
  color: inherit;
  transition: opacity 0.7s ease-in;
  -webkit-transition: opacity 0.7s ease-in;
}
.ds-placeholder-icon::-moz-placeholder {
  font-family: 'nm' !important;
  color: inherit;
  transition: opacity 0.7s ease-in;
  -webkit-transition: opacity 0.7s ease-in;
}
.ds-placeholder-icon:-moz-placeholder {
  font-family: 'nm' !important;
  color: inherit;
  transition: opacity 0.7s ease-in;
  -webkit-transition: opacity 0.7s ease-in;
}
.ds-placeholder-icon::placeholder {
  font-family: 'nm' !important;
  color: inherit;
  transition: opacity 0.7s ease-in;
  -webkit-transition: opacity 0.7s ease-in;
}

label.validation-error {
  color: #ff6e6e;
  font-weight: 600;
}

select.ds-input {
  appearance: none;
}

input[type='checkbox'].ds-input {
  width: 20px;
  height: 20px;
}

.ds-overflow-auto {
  overflow: auto;
}

.ds-overflow-x-auto {
  overflow-x: auto;
}

.ds-overflow-y-auto {
  overflow-y: auto;
}

.ds-overflow-hidden {
  overflow: hidden;
}

.ds-overflow-x-hidden {
  overflow-x: hidden;
}

.ds-overflow-y-hidden {
  overflow-y: hidden;
}

.ds-overflow-scroll {
  overflow: scroll;
}

.ds-overflow-x-scroll {
  overflow-x: scroll;
}

.ds-overflow-y-scroll {
  overflow-y: scroll;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes shake_x {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.ds-shake-x {
  animation: 500ms linear shake_x;
}

.ds-fade-in {
  animation: 500ms fade_in;
}

.ds-pulse {
  animation: 500ms pulse;
}

@font-face {
  font-family: 'nm';
  src: url("../../fonts/nm.eot?5o4gq5");
  src: url("../../fonts/nm.eot?5o4gq5#iefix") format("embedded-opentype"), url("../../fonts/nm.ttf?5o4gq5") format("truetype"), url("../../fonts/nm.woff?5o4gq5") format("woff"), url("../../fonts/nm.svg?5o4gq5#nm") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nm' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-smartphone:before {
  content: "\e94e";
}

.icon-forbidden:before {
  content: "\e945";
}

.icon-hourglass:before {
  content: "\e946";
}

.icon-people:before {
  content: "\e94b";
}

.icon-syringe:before {
  content: "\e94c";
}

.icon-thumbs-down:before {
  content: "\e94d";
}

.icon-switch:before {
  content: "\e944";
}

.icon-money:before {
  content: "\e93e";
}

.icon-justice:before {
  content: "\e93f";
}

.icon-warning:before {
  content: "\e942";
}

.icon-rood:before {
  content: "\e943";
}

.icon-maze:before {
  content: "\e91a";
}

.icon-send:before {
  content: "\e919";
}

.icon-image:before {
  content: "\e918";
}

.icon-lightning-filled:before {
  content: "\e916";
}

.icon-lightning:before {
  content: "\e917";
}

.icon-patient-consent-not-confirmed:before {
  content: "\e99b";
}

.icon-patient-consent-confirmed:before {
  content: "\e99a";
}

.icon-consent-not-confirmed:before {
  content: "\e999";
}

.icon-consent-confirmed:before {
  content: "\e998";
}

.icon-link:before {
  content: "\e997";
}

.icon-free-clinic:before {
  content: "\e995";
}

.icon-paid-clinic:before {
  content: "\e996";
}

.icon-mobile:before {
  content: "\e992";
}

.icon-dashboard:before {
  content: "\e990";
}

.icon-cloud:before {
  content: "\e991";
}

.icon-admin-patients:before {
  content: "\e94a";
}

.icon-pdf-document:before {
  content: "\e98e";
}

.icon-clip:before {
  content: "\e98d";
}

.icon-my-forms:before {
  content: "\e98c";
}

.icon-chevron-down:before {
  content: "\e988";
}

.icon-chevron-up:before {
  content: "\e989";
}

.icon-chevron-left:before {
  content: "\e98a";
}

.icon-chevron-right:before {
  content: "\e98b";
}

.icon-shipping:before {
  content: "\e987";
}

.icon-expand:before {
  content: "\e961";
}

.icon-videoconsultation:before {
  content: "\e96a";
}

.icon-custom:before {
  content: "\e914";
}

.icon-arrows:before {
  content: "\e90b";
}

.icon-media:before {
  content: "\e927";
}

.icon-highlight-color:before {
  content: "\e902";
}

.icon-align-center:before {
  content: "\e905";
}

.icon-align-left:before {
  content: "\e906";
}

.icon-align-right:before {
  content: "\e907";
}

.icon-bold:before {
  content: "\e90c";
}

.icon-bullet-list:before {
  content: "\e90d";
}

.icon-italic:before {
  content: "\e923";
}

.icon-text-color:before {
  content: "\e937";
}

.icon-underline:before {
  content: "\e93b";
}

.icon-checkbox:before {
  content: "\e911";
}

.icon-choices:before {
  content: "\e912";
}

.icon-free-text:before {
  content: "\e920";
}

.icon-list:before {
  content: "\e924";
}

.icon-yes-no:before {
  content: "\e93d";
}

.icon-calendar:before {
  content: "\e90e";
}

.icon-consent:before {
  content: "\e913";
}

.icon-email:before {
  content: "\e91e";
}

.icon-invoice:before {
  content: "\e922";
}

.icon-quote:before {
  content: "\e934";
}

.icon-doctor:before {
  content: "\e92c";
}

.icon-account:before {
  content: "\e929";
}

.icon-cosmetics:before {
  content: "\e92a";
}

.icon-my-documents:before {
  content: "\e92b";
}

.icon-logout:before {
  content: "\e926";
}

.icon-admin-dashboard:before {
  content: "\e98f";
}

.icon-patients:before {
  content: "\e97b";
}

.icon-stock:before {
  content: "\e986";
}

.icon-chat:before {
  content: "\e948";
}

.icon-settings:before {
  content: "\e983";
}

.icon-help:before {
  content: "\e96c";
}

.icon-academy:before {
  content: "\e940";
}

.icon-consultation:before {
  content: "\e949";
}

.icon-documents:before {
  content: "\e951";
}

.icon-thumb-up:before {
  content: "\e95d";
}

.icon-marketplace:before {
  content: "\e977";
}

.icon-medias:before {
  content: "\e978";
}

.icon-notes:before {
  content: "\e97a";
}

.icon-cross:before {
  content: "\e904";
}

.icon-zones:before {
  content: "\e938";
}

.icon-more:before {
  content: "\e939";
}

.icon-collapse:before {
  content: "\e969";
}

.icon-add:before {
  content: "\e903";
}

.icon-display:before {
  content: "\e965";
}

.icon-d-body:before {
  content: "\e900";
}

.icon-d-face:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e908";
}

.icon-arrow-right:before {
  content: "\e909";
}

.icon-back:before {
  content: "\e90a";
}

.icon-camera:before {
  content: "\e90f";
}

.icon-check:before {
  content: "\e910";
}

.icon-delete:before {
  content: "\e915";
}

.icon-download:before {
  content: "\e91b";
}

.icon-caret-down:before {
  content: "\e91c";
}

.icon-caret-up:before {
  content: "\e91d";
}

.icon-forth:before {
  content: "\e91f";
}

.icon-info:before {
  content: "\e921";
}

.icon-live-photo:before {
  content: "\e925";
}

.icon-minus:before {
  content: "\e928";
}

.icon-one-to-ten:before {
  content: "\e92d";
}

.icon-pdf:before {
  content: "\e92e";
}

.icon-photo:before {
  content: "\e92f";
}

.icon-picture:before {
  content: "\e930";
}

.icon-plus:before {
  content: "\e931";
}

.icon-quickaction-chat:before {
  content: "\e932";
}

.icon-quickaction-master:before {
  content: "\e933";
}

.icon-share:before {
  content: "\e935";
}

.icon-substract-circle:before {
  content: "\e936";
}

.icon-top:before {
  content: "\e93a";
}

.icon-video:before {
  content: "\e93c";
}

.icon-add-picture:before {
  content: "\e941";
}

.icon-cart:before {
  content: "\e947";
}

.icon-edit:before {
  content: "\e952";
}

.icon-move:before {
  content: "\e979";
}

.icon-research:before {
  content: "\e97c";
}

.icon-return:before {
  content: "\e97d";
}

.icon-see:before {
  content: "\e982";
}

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url("../../fonts/Open_Sans/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: italic;
  src: url("../../fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url("../../fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  src: url("../../fonts/Open_Sans/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 500;
  font-style: normal;
  src: url("../../fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 500;
  font-style: italic;
  src: url("../../fonts/Open_Sans/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url("../../fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: italic;
  src: url("../../fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  src: url("../../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  src: url("../../fonts/Open_Sans/OpenSans-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: normal;
  src: url("../../fonts/Open_Sans/OpenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: italic;
  src: url("../../fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
}
/* === Common Parent > Child Sizing === */
.ds-w-100 {
  width: 100%;
}

.ds-h-100 {
  height: 100%;
}

.ds-h-100-important {
  height: 100% !important;
}

/* === end === */
/* === Common Box Sizing === */
.ds-border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ds-content-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* === end === */
/* === Common Box Spaces ===*/
.ds-m-0 {
  margin: 0px;
}

.ds-m-5 {
  margin: 5px;
}

.ds-m-10 {
  margin: 10px;
}

.ds-m-15 {
  margin: 15px;
}

.ds-m-20 {
  margin: 20px;
}

.ds-m-25 {
  margin: 25px;
}

.ds-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.ds-mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.ds-mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.ds-mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.ds-mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.ds-mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.ds-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ds-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.ds-my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ds-my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ds-my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ds-my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ds-my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.ds-my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ds-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.ds-mt-0 {
  margin-top: 0px;
}

.ds-mt-5 {
  margin-top: 5px;
}

.ds-mt-10 {
  margin-top: 10px;
}

.ds-mt-15 {
  margin-top: 15px;
}

.ds-mt-20 {
  margin-top: 20px;
}

.ds-mt-25 {
  margin-top: 25px;
}

.ds-mt-30 {
  margin-top: 30px;
}

.ds-mt-40 {
  margin-top: 40px;
}

.ds-ml-0 {
  margin-left: 0px;
}

.ds-ml-5 {
  margin-left: 5px;
}

.ds-ml-10 {
  margin-left: 10px;
}

.ds-ml-15 {
  margin-left: 15px;
}

.ds-ml-20 {
  margin-left: 20px;
}

.ds-ml-25 {
  margin-left: 25px;
}

.ds-ml-30 {
  margin-left: 30px;
}

.ds-ml-50 {
  margin-left: 50px;
}

.ds-mb-0 {
  margin-bottom: 0px;
}

.ds-mb-5 {
  margin-bottom: 5px;
}

.ds-mb-10 {
  margin-bottom: 10px;
}

.ds-mb-15 {
  margin-bottom: 15px;
}

.ds-mb-20 {
  margin-bottom: 20px;
}

.ds-mb-25 {
  margin-bottom: 25px;
}

.ds-mr-0 {
  margin-right: 0px;
}

.ds-mr-5 {
  margin-right: 5px;
}

.ds-mr-10 {
  margin-right: 10px;
}

.ds-mr-15 {
  margin-right: 15px;
}

.ds-mr-20 {
  margin-right: 20px;
}

.ds-mr-25 {
  margin-right: 25px;
}

.ds-p-0 {
  padding: 0px;
}

.ds-p-5 {
  padding: 5px;
}

.ds-p-10 {
  padding: 10px;
}

.ds-p-15 {
  padding: 15px;
}

.ds-p-20 {
  padding: 20px;
}

.ds-p-25 {
  padding: 25px;
}

.ds-p-35 {
  padding: 35px;
}

.ds-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.ds-px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.ds-px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ds-px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.ds-px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ds-px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.ds-px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.ds-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ds-py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ds-py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ds-py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ds-py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ds-py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ds-py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.ds-pt-0 {
  padding-top: 0px;
}

.ds-pt-5 {
  padding-top: 5px;
}

.ds-pt-10 {
  padding-top: 10px;
}

.ds-pt-15 {
  padding-top: 15px;
}

.ds-pt-20 {
  padding-top: 20px;
}

.ds-pt-25 {
  padding-top: 25px;
}

.ds-pl-0 {
  padding-left: 0px;
}

.ds-pl-5 {
  padding-left: 5px;
}

.ds-pl-10 {
  padding-left: 10px;
}

.ds-pl-15 {
  padding-left: 15px;
}

.ds-pl-20 {
  padding-left: 20px;
}

.ds-pl-25 {
  padding-left: 25px;
}

.ds-pl-30 {
  padding-left: 30px;
}

.ds-pb-0 {
  padding-bottom: 0px;
}

.ds-pb-5 {
  padding-bottom: 5px;
}

.ds-pb-10 {
  padding-bottom: 10px;
}

.ds-pb-15 {
  padding-bottom: 15px;
}

.ds-pb-20 {
  padding-bottom: 20px;
}

.ds-pb-25 {
  padding-bottom: 25px;
}

.ds-pr-0 {
  padding-right: 0px;
}

.ds-pr-5 {
  padding-right: 5px;
}

.ds-pr-10 {
  padding-right: 10px;
}

.ds-pr-15 {
  padding-right: 15px;
}

.ds-pr-20 {
  padding-right: 20px;
}

.ds-pr-25 {
  padding-right: 25px;
}

/* === end === */
/* === Common Box Positions === */
.ds-pos-absolute {
  position: absolute;
}

.ds-pos-relative {
  position: relative;
}

.ds-pos-abs-y-center {
  top: 50%;
  transform: translateY(-50%);
}

.ds-pos-abs-x-center {
  left: 50%;
  transform: translateY(-50%);
}

.ds-pos-abs-center-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ds-reset-padding {
  padding: 0 !important;
}

/* === Common Flex Layout === */
.ds-flex-start-between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ds-flex-start-around {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.ds-flex-start-evenly {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.ds-flex-start-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.ds-flex-start-center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.ds-flex-start-end {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.ds-flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ds-flex-baseline-between {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.ds-flex-center-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ds-flex-center-evenly {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.ds-flex-center-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ds-flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-flex-center-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ds-flex-end-between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.ds-flex-end-around {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

.ds-flex-end-evenly {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
}

.ds-flex-end-start {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.ds-flex-end-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ds-flex-end-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.ds-flex-stretch-between {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.ds-flex-stretch-around {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}

.ds-flex-stretch-evenly {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
}

.ds-flex-stretch-start {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.ds-flex-stretch-center {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.ds-flex-stretch-end {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.ds-flex-gap-5 {
  gap: 5px;
}

.ds-flex-gap-10 {
  gap: 10px;
}

.ds-flex-gap-15 {
  gap: 15px;
}

.ds-flex-gap-20 {
  gap: 20px;
}

.ds-flex-gap-25 {
  gap: 25px;
}

.ds-flex {
  display: flex;
}

.ds-inline-flex {
  display: inline-flex;
}

.ds-flex-wrap {
  flex-wrap: wrap;
}

.ds-flex-nowrap {
  flex-wrap: nowrap;
}

.ds-flex-column {
  flex-direction: column;
}

.ds-flex-row {
  flex-direction: row;
}

.ds-flex-seed {
  flex: 1 1 auto;
}

/* === End === */
.ds-block {
  display: block !important;
}

.ds-inline-block {
  display: inline-block !important;
}

.ds-text-blue-primary {
  color: #0071CE;
}

.ds-text-blue-secondary {
  color: #60b2e4;
}

.ds-text-grey {
  color: #a4aebd;
}

.ds-text-dark-grey {
  color: #2F4253;
}

.ds-text-dark {
  color: #293A48;
}

.ds-text-blue-secondary-light {
  color: #7FB8E6;
}

.ds-text-white {
  color: #ffff;
}

.ds-text-success {
  color: #30CC87;
}

.ds-text-warning {
  color: #FFA502;
}

.ds-text-error {
  color: #FF6E6E;
}

.ds-text-extra-small {
  font-size: 10px;
}

.ds-text-small {
  font-size: 12px;
}

.ds-text-medium {
  font-size: 14px;
}

.ds-text-regular {
  font-size: 1rem;
}

.ds-text-semi-large {
  font-size: 18px;
}

.ds-text-large {
  font-size: 20px;
}

.ds-text-size-32 {
  font-size: 32px;
}

.ds-text-size-40 {
  font-size: 40px;
}

.ds-text-extra-large {
  font-size: 24px;
}

.ds-text-ultra-light {
  font-weight: 200;
}

.ds-text-light {
  font-weight: 300;
}

.ds-text-normal {
  font-weight: 400;
}

.ds-text-font-regular {
  font-weight: 500;
}

.ds-text-semi-bolt {
  font-weight: 600;
}

.ds-text-semi-bolt-italic {
  font-weight: 600;
  font-style: italic;
}

.ds-text-bolt {
  font-weight: 700;
}

.ds-text-italic {
  font-style: italic;
}

.ds-text-underline {
  text-decoration: underline;
}

.ds-text-underline-0 {
  text-decoration: none;
}

.ds-text-lowercase {
  text-transform: lowercase;
}

.ds-text-uppercase {
  text-transform: uppercase;
}

.ds-text-capitalize {
  text-transform: capitalize;
}

.ds-text-start {
  text-align: start;
}

.ds-text-center {
  text-align: center;
}

.ds-text-end {
  text-align: end;
}

.ds-text-justify {
  text-align: justify;
}

.ds-lh-2 {
  line-height: 2rem;
}

.button {
  cursor: pointer;
  border: none;
}
.button:focus {
  outline: none;
}
.button:disabled {
  opacity: .6;
  cursor: not-allowed !important;
}
.button__sm {
  height: 2.500em;
  width: 2.500em;
}
.button__md {
  height: 50px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 50px;
}
.button__full-width {
  width: 100%;
}
.button__round {
  border-radius: 50%;
}
.button__oval {
  border-radius: 25px;
}
.button__white {
  background-color: #ffff !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 113, 206, 0.2);
}
.button__green {
  background-color: #30CC87;
  box-shadow: 0px 0px 20px 0px rgba(0, 113, 206, 0.2);
}
.button__blue {
  background-color: #0071CE;
  color: #ffff;
}
.button__blue-outline {
  background-color: transparent;
  border: 1px solid #0071CE;
  color: #0071CE;
}
.button__red {
  background-color: #FF6E6E;
  color: #ffff;
}
.button__red-outline {
  background-color: transparent;
  border: 1px solid #FF6E6E;
  color: #FF6E6E;
}

.doctolib-btn {
  display: flex;
  align-items: center;
  border: 1px solid #0071CE;
  border-radius: 4px;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  outline: none;
  box-shadow: none;
  padding: 0 16px;
  color: #0071CE;
  background-color: transparent;
  transition: opacity 500ms, color 100ms, background-color 100ms;
}
.doctolib-btn:hover {
  color: #ffff;
  background-color: #0071CE;
}
.doctolib-btn .material-icons {
  font-weight: 700;
  font-size: 18px;
  margin-right: 5px;
}

.app {
  width: 100%;
  margin: auto;
  background-color: #f6faff;
  height: 100%;
}

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

[disable-unauthorized-container], [disable-feature-container] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .5;
  user-select: none;
}

html, body {
  height: 100%;
  background-color: #F6FAFF;
  box-sizing: border-box;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

img {
  vertical-align: middle;
}

input {
  outline: none;
}

/*MATERIAL OVERRIDES*/
.mat-input-element {
  font: 16px "Open Sans", sans-serif !important;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing.dark-backdrop {
  background: #fff;
  opacity: 0.75 !important;
}

.snackbar-success {
  background-color: #30CC87;
}
.snackbar-error {
  background-color: #FF6E6E;
}
.snackbar-success, .snackbar-error {
  font-size: 18px;
  color: #ffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 113, 206, 0.2);
}

.treatment-type-tooltip {
  padding: 10px 15px !important;
  white-space: pre-line;
  font-size: 1em;
  line-height: 1.5em;
  min-width: 325px;
}

div.mat-card-header-text {
  margin: 0 10px;
}

.text-input-error-tooltip {
  white-space: pre-line;
}

.base-backdrop {
  background-color: rgba(15, 28, 38, 0.9);
}

.base-panel, .common-panel .mat-dialog-container, .popup-panel .mat-dialog-container, .doc-template-panel .mat-dialog-container, .consultation-panel .mat-dialog-container, .reset-password-panel .mat-dialog-container {
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 113, 206, 0.2);
  background-color: transparent;
}

.popup-backdrop {
  background-color: transparent;
}

.popup-panel .mat-dialog-container {
  overflow: visible;
  box-shadow: none;
}

.video-call-panel .mat-dialog-container {
  padding: 7px;
}

.doc-template-panel {
  max-width: unset !important;
  max-height: unset !important;
}

@media screen and (max-height: 900px) {
  .doc-template-panel {
    transform: scale(0.9) translateZ(0);
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-height: 800px) {
  .doc-template-panel {
    transform: scale(0.85) translateZ(0);
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-height: 750px) {
  .doc-template-panel {
    transform: scale(0.85) translateZ(0);
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
}
.consultation-panel .mat-dialog-container {
  width: 100%;
  height: 100%;
}

.share-panel .mat-dialog-container {
  padding: 0;
  background-color: transparent;
}

.status-select {
  visibility: hidden;
  width: 100%;
  position: absolute;
  margin-left: 5px;
  margin-top: 20px;
}

.status-panel.mat-select-panel {
  height: 192px;
  width: 156px !important;
  min-width: 156px !important;
}

.round-select-panel.mat-select-panel {
  height: 197px;
  width: 250px !important;
  min-width: 250px !important;
  margin-left: -44px !important;
}

.round-select-panel.mat-select-panel,
.status-panel.mat-select-panel {
  margin-top: 10px;
  overflow: unset !important;
  padding-top: 1px;
}
.round-select-panel.mat-select-panel::after,
.status-panel.mat-select-panel::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 10px solid white;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.round-select-panel.mat-select-panel.ng-animating,
.status-panel.mat-select-panel.ng-animating {
  visibility: hidden;
}

.attachment-preview-popup .mat-dialog-container {
  padding: 0;
}

.mat-card-header-text {
  width: 100%;
}

.outline-none {
  outline: none;
}
.outline-none:focus {
  outline: none;
}

.price-select {
  visibility: hidden;
  position: absolute;
  margin-left: 5px;
  margin-top: 20px;
}

.consultations-actions-panel {
  position: relative !important;
}
.consultations-actions-panel mat-dialog-container {
  background-color: transparent;
  padding: 0;
}

.products-table-panel .mat-dialog-container {
  overflow-y: hidden !important;
}

.add-patient-panel .mat-dialog-container {
  overflow: inherit !important;
}

.payment-method-panel .mat-dialog-container {
  padding: 13px !important;
  overflow: inherit !important;
}

.ds-action-button {
  background: radial-gradient(at center top at center top, #91ebff, #0071ce);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.ds-action-button::after {
  position: absolute;
  display: block;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  background: radial-gradient(at top left at top left, #91ebff, #0071ce);
  content: '';
  z-index: 0;
  border-radius: 50%;
}

.mat-sort-header-arrow[style] .mat-sort-header-stem {
  display: none;
}
.mat-sort-header-arrow[style] .mat-sort-header-indicator {
  opacity: 1;
  color: black;
  font-weight: bold;
}
.mat-sort-header-arrow[style] .mat-sort-header-indicator .mat-sort-header-pointer-left, .mat-sort-header-arrow[style] .mat-sort-header-indicator .mat-sort-header-pointer-right, .mat-sort-header-arrow[style] .mat-sort-header-indicator .mat-sort-header-pointer-middle {
  display: none;
}

.mat-sort-header-button {
  width: 100%;
  justify-content: flex-start;
}

.mat-horizontal-stepper-header-container {
  display: none !important;
}

.dialog-container__no-padding .mat-dialog-container {
  padding: 0;
}

.nm-dialog-container .mat-dialog-container {
  padding: 0;
  overflow: inherit !important;
}

.external-app-dialog .mat-dialog-container {
  padding: 0;
  border-radius: 25px;
}

.mat-stepper__no-padding .mat-horizontal-content-container {
  padding: 0;
}

.mat-expansion-panel-body {
  padding: 0 !important;
}

.cdk-overlay-backdrop.blue-backdrop.cdk-overlay-backdrop-showing {
  background-color: #0071ce;
  opacity: .7;
}

.open-info-panel .mat-dialog-container {
  border-radius: 10px;
}

.download-app-popup {
  overflow: auto;
}
.download-app-popup .mat-dialog-container {
  border-radius: 25px;
  padding: 18px;
  box-shadow: none;
}

.ng2-pdf-viewer-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ng2-pdf-viewer-container::-webkit-scrollbar {
  display: none;
}

div.mat-drawer-backdrop.mat-drawer-shown {
  background: transparent !important;
}

.feature-info_tooltip {
  width: 220px;
  padding: 10px 10px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  font-size: 14px !important;
  line-height: 18px !important;
  color: #0f1c26 !important;
}

.import-file-tooltip,
.nm-tooltip {
  background-color: white;
  color: #0f1c26 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 20px !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 113, 206, 0.2);
}

.import-file-tooltip {
  width: 300px !important;
}

.error-dialog .mat-dialog-container {
  padding: 5px !important;
  background: #ff6e6e;
}

.notification-dialog .mat-dialog-container {
  background: #323232;
  color: rgba(255, 255, 255, 0.7);
  padding: 15px !important;
}

.image-loading-placeholder {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 110px;
  height: 60px;
  background: center/contain no-repeat url("~src/assets/img/placeholder.png") scroll;
}
.image-loading-placeholder:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 45px;
  height: 45px;
  border-radius: 23px;
  border: 5px solid #dde2e9;
}

.cdk-overlay-container {
  overflow: auto;
}

.cdk-overlay-backdrop {
  position: fixed;
}

.fc-event-main {
  white-space: nowrap;
}

.color-menu .mat-menu-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
