@charset "UTF-8";
@font-face {
  font-family: Volta45light;
  src: url("../fonts/VoltaModernDisplay-45Light.otf");
}
@font-face {
  font-family: Volta65medium;
  src: url("../fonts/VoltaModernDisplay-65Medium.otf");
}
@font-face {
  font-family: Volta95Black;
  src: url("../fonts/VoltaModernDisplay-95Black.otf");
}
@font-face {
  font-family: Volta55Roman;
  src: url("../fonts/VoltaModernText-55Roman.otf");
}
@font-face {
  font-family: Volta75Bold;
  src: url("../fonts/VoltaModernText-75Bold.otf");
}
h1 {
  color: #221F1F;
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
  font-size: 28px;
  /* margin-bottom: 1em; */
}

h2 {
  color: #221F1F;
  font-family: Volta75Bold, Arial, Helvetica, sans-serif;
  font-size: 22px;
}

h3 {
  color: #221F1F;
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

h4 {
  color: #221F1F;
  font-family: Volta75Bold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 10px;
}

body {
  /* padding-top: 3rem; */
  /* padding-bottom: 3rem; */
  color: #221F1F;
  font-family: Volta45light, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  background-color: #FFF;
}
body.white {
  background-color: #FFF;
}

a {
  color: #221F1F;
}
a:hover {
  color: #EBEBEB;
  text-decoration: none !important;
}

/* .container-fluid { 
    max-width:1440px;
 } */
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}
.color-white {
  color: #FFFFFF !important;
}

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

.main-mt-warehouse-selector {
  margin-top: 140px;
}

.a-disabled {
  color: #EBEBEB !important;
}

.carousel {
  margin-bottom: 4rem;
  margin-top: 3.5rem;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 32rem;
  min-height: 150px;
  background: no-repeat center center scroll;
  background-size: cover;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.carousel-caption {
  /* border-top: 4px solid $text-color;
  border-left: 4px solid $text-color;
  border-bottom: 4px solid $text-color; */
  padding: 25px;
  right: 60%;
  left: 1%;
}
.carousel-caption h1 {
  color: #221F1F;
  margin-bottom: 0.3em;
}
.carousel-caption h2 {
  color: #221F1F;
}
.carousel-caption p {
  color: #221F1F;
}

/* @media only screen and (min-device-width: 425px) and (max-device-width: 768px) {
    .carousel-item {
      height: 15rem;
  }
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 425px) {
  .carousel-item {
    height: 45rem;
}
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
    right: 10%;
    padding-top: 90px !important;

  }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 425px) {
  .carousel-item {
    height: 11rem;
}

}
 */
.btn {
  border-radius: 0px !important;
  border: 0.125rem solid #221F1F;
  background-color: rgba(255, 255, 255, 0);
  transition-property: border-color, color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  margin-top: 1.125rem;
  font-family: Volta65medium, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #221F1F;
  text-transform: uppercase;
}
.btn.datatable {
  margin-top: 5px;
}

.btn-quantity {
  margin-top: 0rem;
}

.btn-white {
  border-radius: 0px !important;
  border: 0.125rem solid #fff;
  background-color: rgba(255, 255, 255, 0);
  transition-property: border-color, color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  margin-top: 1.125rem;
  font-family: Volta65medium, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
}
.btn-white.datatable {
  margin-top: 5px;
}

.btn-white:hover,
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show > .btn-white.dropdown-toggle,
.btn-white.focus,
.btn-white:focus {
  color: #221F1F !important;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-dark-blue {
  border-radius: 0px !important;
  border: 0.125rem solid #0460A9;
  background-color: rgba(255, 255, 255, 0);
  transition-property: border-color, color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  margin-top: 1.125rem;
  font-family: Volta65medium, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #0460A9;
  text-transform: uppercase;
}
.btn-dark-blue.datatable {
  margin-top: 5px;
}

.btn-dark-blue:hover,
.btn-dark-blue:not(:disabled):not(.disabled).active,
.btn-dark-blue:not(:disabled):not(.disabled):active,
.show > .btn-dark-blue.dropdown-toggle,
.btn-dark-blue.focus,
.btn-dark-blue:focus {
  color: #fff !important;
  background-color: #0460A9;
  border-color: #0460A9;
  box-shadow: none;
}

.btn-light-orange {
  border-radius: 0px !important;
  border: 0.125rem solid #EB9B1D;
  background-color: rgba(255, 255, 255, 0);
  transition-property: border-color, color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  margin-top: 1.125rem;
  font-family: Volta65medium, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #EB9B1D;
  text-transform: uppercase;
}
.btn-light-orange.datatable {
  margin-top: 5px;
}

.btn-light-orange:hover,
.btn-light-orange:not(:disabled):not(.disabled).active,
.btn-light-orange:not(:disabled):not(.disabled):active,
.show > .btn-light-orange.dropdown-toggle,
.btn-light-orange.focus,
.btn-light-orange:focus {
  color: #fff !important;
  background-color: #EB9B1D;
  border-color: #EB9B1D;
  box-shadow: none;
}

.btn-dark-orange {
  border-radius: 0px !important;
  border: 0.125rem solid #FF585D;
  background-color: rgba(255, 255, 255, 0);
  transition-property: border-color, color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  margin-top: 1.125rem;
  font-family: Volta65medium, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FF585D;
  text-transform: uppercase;
}
.btn-dark-orange.datatable {
  margin-top: 5px;
}

.btn-dark-orange:hover,
.btn-dark-orange:not(:disabled):not(.disabled).active,
.btn-dark-orange:not(:disabled):not(.disabled):active,
.show > .btn-dark-orange.dropdown-toggle,
.btn-dark-orange.focus,
.btn-dark-orange:focus {
  color: #fff !important;
  background-color: #FF585D;
  border-color: #FF585D;
  box-shadow: none;
}

.btn-light-blue {
  border-radius: 0px !important;
  border: 0.125rem solid #50E2D0;
  background-color: rgba(255, 255, 255, 0);
  transition-property: border-color, color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  margin-top: 1.125rem;
  font-family: Volta65medium, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #50E2D0;
  text-transform: uppercase;
}
.btn-light-blue.datatable {
  margin-top: 5px;
}

.btn-purple {
  border-radius: 0px !important;
  border: 0.125rem solid #8F2DDE;
  background-color: rgba(255, 255, 255, 0);
  transition-property: border-color, color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  margin-top: 1.125rem;
  font-family: Volta65medium, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #8F2DDE;
  text-transform: uppercase;
}
.btn-purple.datatable {
  margin-top: 5px;
}

.btn-purple:hover,
.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active,
.show > .btn-purple.dropdown-toggle,
.btn-purple.focus,
.btn-purple:focus {
  color: #fff !important;
  background-color: #8F2DDE;
  border-color: #8F2DDE;
  box-shadow: none;
}

.btn-success {
  border-color: #002068;
  color: #002068;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #002068;
  border-color: #002068;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle,
.btn-success.focus,
.btn-success:focus {
  color: #FFFFFF;
  background-color: #002068;
  border-color: #002068;
  box-shadow: 0 0 0 0.2rem rgba(232, 73, 34, 0.5);
}

.btn-danger {
  border-color: #ff585D;
  color: #ff585D;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #ff585D;
  border-color: #ff585D;
}

.btn-primary-solid {
  background-color: #221F1F;
  color: #FFFFFF;
}
.btn-primary-solid:hover {
  background-color: #EBEBEB;
  color: #FFFFFF;
}

.btn-danger-solid {
  background-color: #ff585D;
  color: #FFFFFF;
}
.btn-danger-solid:hover {
  background-color: #ffd1c6;
  color: #FFFFFF;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle,
.btn-danger.focus,
.btn-danger:focus {
  color: #FFFFFF;
  background-color: #ff585D;
  border-color: #ff585D;
  box-shadow: 0 0 0 0.2rem rgba(3, 96, 169, 0.5);
}

.home-box {
  padding: 1.25rem;
  border: 1px solid #221F1F;
  width: 100%;
  margin-bottom: 15px;
}

.box-responde {
  background-color: #ff585D;
  border: 1px solid #ff585D;
  color: #FFFFFF;
}
.box-responde h2,
.box-responde h4,
.box-responde h3 {
  color: #FFFFFF;
}
.box-responde .btn {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.box-responde .btn-primary:hover {
  color: #ff585D;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.box-campaigns {
  background-color: #FFC100;
  border: 1px solid #FFC100;
  color: #FFFFFF;
}
.box-campaigns h2,
.box-campaigns h4,
.box-campaigns h3 {
  color: #FFFFFF;
}
.box-campaigns .btn {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.box-campaigns .btn-primary:hover {
  color: #FFC100;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.box-dark-blue {
  background-color: #002068;
  border: 1px solid #002068;
  color: #FFFFFF;
}
.box-dark-blue h2,
.box-dark-blue h4,
.box-dark-blue h3 {
  color: #FFFFFF;
}
.box-dark-blue .btn {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.box-dark-blue .btn-primary:hover {
  color: #002068;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.box-lt-orange {
  background-color: #FFC100;
  border: 1px solid #FFC100;
  color: #FFFFFF;
}
.box-lt-orange h2,
.box-lt-orange h4,
.box-lt-orange h3 {
  color: #FFFFFF;
}
.box-lt-orange .btn {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.box-lt-orange .btn-primary:hover {
  color: #FFC100;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.box-dark-orange {
  background-color: #ff585D;
  border: 1px solid #ff585D;
  color: #FFFFFF;
}
.box-dark-orange h2,
.box-dark-orange h4,
.box-dark-orange h3 {
  color: #FFFFFF;
}
.box-dark-orange .btn {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.box-dark-orange .btn-primary:hover {
  color: #ff585D;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.box-orange {
  background-color: #002068;
  border: 1px solid #002068;
  color: #FFFFFF;
}
.box-orange h2,
.box-orange h4,
.box-orange h3 {
  color: #FFFFFF;
}
.box-orange .btn {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.box-orange .btn-primary:hover {
  color: #002068;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.product-img-box {
  margin: 0 auto !important;
  text-align: center;
}

.product-img {
  max-height: 200px;
}

.bg-white {
  background-color: #FFFFFF;
}

nav {
  border-bottom: 1px solid #EBEBEB;
}

.nav-link {
  color: #221F1F;
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.nav-icon {
  padding: 0.5rem;
  color: #EBEBEB !important;
}

.social-networks a {
  color: #221F1F;
  padding: 0px 10px;
}

.small-footer {
  background-color: #002068;
  padding: 7px 15px 0px 15px;
  height: 40px;
  margin-top: -2px;
}
.small-footer p,
.small-footer a {
  margin-top: 2px;
  color: #FFFFFF;
  font-family: Volta45light, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.novartis-logo-footer {
  max-width: 200px;
}

.badge-notification {
  position: relative;
  margin-right: 10px;
}

.top-badge-cart {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
  top: -18px;
  right: 20px;
  width: 20px;
  height: 20px;
  line-height: 15px;
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-radius: 50%;
  background: #ff585D;
  color: #fff;
}

span.badge-notification {
  margin-right: 24px;
}

span.badge-notification[data-badge]::after {
  top: -11px;
  right: -24px;
}

.no-campaign {
  color: #EBEBEB;
}

.responde-campaign {
  color: #ff585D;
}

.responde-link {
  color: #ff585D !important;
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.producuts-campaign-link {
  color: #002068 !important;
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
  font-size: 17px;
}

.producuts-campaign-link-apricot {
  color: #50e2d0 !important;
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
  font-size: 17px;
}

.campaign-campaign {
  color: #FFC100;
}

.campaign-blue {
  color: #002068;
}

.campaign-campaign-link {
  color: #002068 !important;
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.dropdown-menu {
  background-color: #F5F5F5;
  border: 0px;
  border-radius: 0;
  margin: 0;
  box-shadow: 0px 42px 41px 0px rgba(0, 0, 0, 0.56);
}

.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.dropdown-header {
  color: #221F1F;
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0.5rem 0;
  margin-bottom: 0.2rem;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

.form-control {
  border-radius: 0px;
  height: 37px;
}

label {
  color: #221F1F;
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 0px;
}

::-webkit-input-placeholder {
  font-size: 12px;
}

::-moz-placeholder {
  font-size: 12px;
}

:-ms-input-placeholder {
  font-size: 12px;
}

:-moz-placeholder {
  font-size: 12px;
}

footer {
  padding: 20px 0px 20px 0px;
  border-top: 1px solid #EBEBEB;
  background-color: #FFFFFF;
}

.footer-wrapper {
  margin-top: 100px;
  background-color: #FFFFFF;
}

.body-login {
  background: url("../img/background/login-bg.jpg") no-repeat center center fixed;
  background-size: cover;
}

@media (max-width: 576px) {
  .body-login {
    background: url("../img/background/login-bg-mobile.jpg") no-repeat center center fixed;
    background-size: cover;
  }
}
.body-login-hospital {
  background: url("../img/background/login-bg-hospitals.jpg") no-repeat center center fixed;
  background-size: cover;
}

@media (max-width: 576px) {
  .body-login-hospital {
    background: url("../img/background/login-bg-hospitals-mobile.jpg") no-repeat center center fixed;
    background-size: cover;
  }
}
.body-login-pharmacist {
  background: url("../img/background/login-bg-hospitals.jpg") no-repeat center center fixed;
  background-size: cover;
}

@media (max-width: 576px) {
  .body-login-pharmacist {
    background: url("../img/background/login-bg-hospitals-mobile.jpg") no-repeat center center fixed;
    background-size: cover;
  }
}
.login-link-forgot-password {
  font-family: Volta55Roman, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.registration-link {
  color: #002068;
}

h5.modal-title {
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
  font-size: 25px;
}

.modal-body,
.modal-footer {
  background-color: #F5F5F5;
}

.close-modal {
  color: #ff585D;
}

.table thead th {
  font-size: 12px;
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
}

.main-product-title-shopping-cart {
  font-size: 14px;
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
}

.table td,
.table th {
  border-top: 0px;
}

select.form-control.wholesaler,
input.form-control.order-date {
  width: 100%;
}

.modal-header {
  border-bottom: 0px;
}

.modal-footer {
  border-top: 0px;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-backdrop {
  background-color: #3A434B;
}

.bg-lt-orange {
  background-color: #FFC100 !important;
}

.bg-dark-orange {
  background-color: #ff585D !important;
}

.bg-dark-blue {
  background-color: #002068 !important;
}

.bg-lt-blue {
  background-color: #002068 !important;
}

.bg-dark-green {
  background-color: #6ab04c !important;
}

.bg-lt-grey {
  background-color: #EBEBEB !important;
}

.lt-orange {
  color: #FFC100;
}

.apricot {
  color: #50e2d0;
}

.dark-orange {
  color: #ff585D;
}

.dark-blue {
  color: #002068;
}

.lt-grey {
  color: #EBEBEB;
}

.btn-table {
  margin-top: 0px;
}

table.table-campaigns > tbody > tr > td {
  vertical-align: middle;
}

table.table-orders > tbody > tr > td {
  vertical-align: middle;
}

.table.table-campaigns.cart {
  border: 1px solid #ced4da;
}

.shoppingcart-card {
  background-color: #F5F5F5;
}

#shopping-cart-form fieldset:not(:first-of-type) {
  display: none;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
  margin-bottom: 5px;
}

#progressbar {
  margin-bottom: 10px;
  overflow: hidden;
  color: #EBEBEB;
  text-align: center;
  padding-inline-start: 0px !important;
}

#progressbar .active {
  color: #002068;
}

#progressbar li {
  list-style-type: none;
  font-size: 10px;
  /* width: 33.33%; */
  width: 49.98%;
  float: left;
  position: relative;
  font-family: Volta95medium, Arial, Helvetica, sans-serif;
}

#progressbar #complete:before {
  font-family: "Font Awesome 5 Free";
  /* This is the correct font-family*/
  content: "\f058";
}

#progressbar #verify:before {
  font-family: "Font Awesome 5 Free";
  /* This is the correct font-family*/
  content: "\f058";
}

#progressbar #finish:before {
  font-family: "Font Awesome 5 Free";
  /* This is the correct font-family*/
  /* content: "\f058" */
  content: "\f058";
}

#progressbar li:before {
  width: 30px;
  height: 30px;
  line-height: 25px;
  display: block;
  font-size: 21px;
  color: #FFFFFF;
  background: #EBEBEB;
  border-radius: 50%;
  margin: 0 auto 0px auto;
  padding: 3px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 6px;
  background: #EBEBEB;
  position: absolute;
  left: 0;
  top: 12px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #002068;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #002068;
}

.fit-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.campaings-list-img {
  max-width: 70px;
}

.campaings-list-img-small {
  max-width: 50px;
}

.shake {
  animation: shake 0.3s 2 alternate;
}

glyphicon-shopping-cart {
  position: relative;
}

.cart-run {
  animation: cart-run 0.6s;
}

.glow {
  animation: glow 0.6s;
}
@keyframes shake {
  33% {
    transform: rotate(30deg);
  }
  66% {
    transform: rotate(-30deg);
  }
}
@keyframes cart-run {
  from {
    left: -30px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.card-box {
  position: relative;
  color: #fff;
  padding: 30px 10px 30px 10px;
  margin: 15px 0px;
}

.card-box:hover {
  text-decoration: none;
  color: #f1f1f1;
}

.card-box:hover .icon i {
  font-size: 100px;
  transition: 1s;
  -webkit-transition: 1s;
}

.card-box .inner {
  padding: 5px 10px 0 10px;
}

.card-box h3 {
  font-size: 27px;
  font-weight: bold;
  margin: 0 0 8px 0;
  white-space: nowrap;
  padding: 0;
  text-align: left;
}

.card-box p {
  font-size: 15px;
}

.card-box .icon {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  z-index: 0;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.4);
}

.inner h1 {
  color: #FFFFFF;
  margin-bottom: 0em;
}
.inner p {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.card-box:hover .card-box-footer {
  background: rgba(0, 0, 0, 0.3);
}

.bg-apricot {
  background-color: #50e2d0 !important;
}

.bg-lt-orange {
  background-color: #FFC100 !important;
}

.bg-dk-orange {
  background-color: #ff585D !important;
}

.bg-ultra-light-grey {
  background-color: #F5F5F5 !important;
}

.badge-pill,
span.label {
  padding: 0.5em 1.6em;
  font-family: Volta95medium, Arial, Helvetica, sans-serif !important;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 10rem;
  font-weight: 700;
}

.badge-danger,
.bg-danger {
  background-color: #ff585D !important;
  color: #FFFFFF;
}

.badge-success,
.bg-success {
  background-color: #002068 !important;
  color: #FFFFFF;
}

.badge-warning {
  background-color: #FFC100 !important;
  color: #FFFFFF;
}

.badge-info,
.bg-primary {
  background-color: #9FD2FD !important;
  color: #FFFFFF;
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .navbar-toggler {
  color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

/* .navbar {
  padding-bottom: 30px;
}
 */
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  font-family: Volta45light, Arial, Helvetica, sans-serif;
  /* margin-left: 30px; */
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #ff585D;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #ff585D;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

.quiz-box,
.quiz-title-box,
.therapeutic-areas-box {
  margin-top: 20px;
}

.captcha-box {
  margin-top: 32px;
}

.chooseProfile {
  display: none;
}

.img-quiz-win {
  max-height: 200px;
}

.footer-phone-number {
  color: #9FD2FD !important;
  font-size: 38px;
}
.footer-phone-number a {
  color: #9FD2FD !important;
}

.notify-badge {
  position: absolute;
  right: 26px;
  top: 8px;
  background: #ff585D;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 12px;
}
.notify-badge span {
  font-weight: 900;
}

.nav-pills .nav-link,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #9FD2FD;
  margin-bottom: 8px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #002068;
}

.nav-pills .nav-link {
  border-radius: 0px !important;
  padding: 9px 15px;
}

.table tbody th.total-th,
table tbody td.total-td {
  font-size: 17px;
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
}

.page-item.active .page-link {
  background-color: #002068;
  border-color: #002068;
}

.page-link {
  color: #002068;
}

.btn.btn-primary.popup {
  margin-top: 0px !important;
}

.alert {
  color: #FFFFFF;
  border-radius: 0px;
  margin: 15px 0px 15px 0px;
  padding: 30px 30px 15px 30px;
  font-size: 14px;
  font-family: Volta65Medium, Arial, Helvetica, sans-serif;
}

.alert-success {
  background-color: #18BB9C;
}

.alert-warning {
  background-color: #F29C11;
}

.alert-info {
  background-color: #3498DB;
}

.alert-danger {
  background-color: #E84C3C;
}

/* button.close {
  color: $white;
  text-shadow: none;
  opacity: 0.3;
  font-size: 1.8em;
}
 */
.alert.alert-dismissable.alert-success > div > div.col-2 > i {
  opacity: 0.5;
}

.login-main-words {
  font-size: 130px;
  font-family: Volta95Black, Arial, Helvetica, sans-serif;
  line-height: 98px;
  opacity: 0.6;
  text-transform: uppercase;
  color: #FFFFFF;
}

.btn-no-border {
  border: 0px !important;
}

.font-20 {
  font-size: 14px !important;
  vertical-align: middle;
  color: #221F1F !important;
}

.p-website_client_horary {
  line-height: 18px;
}

/* new additions to scss file on 18.05.2020 */
.w-30 {
  width: 30% !important;
}

.stock-alert-i {
  color: #ff585D;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .mobile-mt-10 {
    margin-top: 10px;
  }
  .mobile-mt-20 {
    margin-top: 20px;
  }
  .mobile-mt-30 {
    margin-top: 30px;
  }
}
[data-notify=container] {
  box-shadow: 5px 5px 5px 0px rgba(59, 59, 59, 0.2);
  padding: 20px;
}

span[data-notify=icon] > img {
  width: 100px;
  padding-right: 20px;
}

tbody tr.selected td {
  background-color: #6ab04c;
}

.sticky-top {
  position: sticky;
  /* top: 90px; */
  z-index: 1020;
}

.bg-ultra-light-orange {
  background-color: rgba(231, 73, 35, 0.0784313725);
}

.bg-ultra-dark-light-orange {
  background-color: rgba(231, 73, 35, 0.1803921569);
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  z-index: 1021;
}

.alert-discount {
  font-weight: bolder;
  background-color: #8C1F1A;
  border-radius: 425px;
  padding-bottom: 0px;
  padding-top: 19px;
  text-align: center;
  color: white;
  height: 60px;
  width: 60px;
  font-family: Volta75Bold, Arial, Helvetica, sans-serif;
}

.table-wrapper {
  overflow-y: auto;
  height: 500px;
}

.table-wrapper thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  background: #E0DFDF;
}

td {
  min-height: 200px;
}

.dropdown-menu {
  font-size: 14px;
}

/* RADIOPHARMA */
/* RADIOPHARMA */
/* RADIOPHARMA */
.box {
  width: 40px;
  height: 15px;
  display: inline-block;
}

.label {
  padding: 0px;
  font-size: 16px;
}

.aberto {
  border: 2px solid #000000 !important;
  background: #fff;
  color: #000000;
  cursor: pointer;
}

.aberto-pre-reserva {
  border: 2px solid #E99B1E !important;
  background: #fff;
  color: #E99B1E;
  cursor: pointer;
}

.nao-aberto {
  border: 2px solid #E6E6E6 !important;
  background: #fff;
  color: #E6E6E6;
  cursor: pointer;
}

.nao-aberto-reservado {
  background: #E6E6E6;
  color: #fff;
  cursor: pointer;
}

.reservado {
  background: #50E2D0;
  color: #fff;
  cursor: pointer;
}

.pre-reservado {
  background: #EA9B1D;
  color: #fff;
  cursor: pointer;
}

.table td,
.table th {
  padding: 0.5rem;
}

.btn-green {
  border-color: #50e2d0;
  color: #50e2d0;
}
.btn-green:hover {
  color: #FFFFFF;
  background-color: #50e2d0;
  border-color: #50e2d0;
}

th {
  font-family: Volta65medium, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.routing_table {
  margin-bottom: 0px;
  border: 0px;
}

.routing_table > thead > tr > th {
  border-bottom: 0;
  vertical-align: bottom;
  white-space: nowrap;
  text-align: center;
  background-color: #fff !important;
  border: 0px !important;
}

/*
.routing_table > thead > tr > th:first-child{
  background: #ccc;

}
*/
.routing_table > tbody > tr > td {
  text-align: center;
  border-bottom: 0;
  padding: 5px;
  font-family: Volta65medium, Arial, Helvetica, sans-serif;
  border: 2px solid #E6E6E6;
  min-width: 80px;
  font-size: 0.9em;
}

.routing_table > tbody > tr > th {
  text-align: left;
  background: #f2f2f2;
  white-space: nowrap;
  padding: 15px;
  font-family: Volta65medium, Arial, Helvetica, sans-serif;
}

.have_routing {
  background: #1d86c8;
  color: #fff;
  cursor: pointer;
}

.no_routing {
  cursor: pointer;
}

.table-scrollable {
  overflow-x: auto;
  overflow-y: hidden;
}

.weekend {
  border: 2px solid #FFDEDF !important;
  background: #fff;
  color: #FFDEDF !important;
}

.aberto {
  border: 2px solid #000000 !important;
  background: #fff;
  color: #000000;
  cursor: pointer;
}

.phone {
  border: 2px solid #000000 !important;
  background: #fff;
  color: #000000;
  cursor: pointer;
}

.no_routing {
  color: #E6E6E6;
}

.aberto-pre-reserva {
  border: 2px solid #E99B1E !important;
  background: #fff;
  color: #E99B1E;
  cursor: pointer;
}

.pre-reservado {
  background: #EA9B1D;
  color: #fff;
  cursor: pointer;
}

.nao-aberto {
  border: 2px solid #E6E6E6 !important;
  background: #fff;
  color: #E6E6E6;
  cursor: pointer;
}

.nao-aberto-reservado {
  background: #E6E6E6;
  color: #fff;
  cursor: pointer;
}

.meu-reservado {
  background: #50E2D0;
  border: 2px solid #50E2D0 !important;
  color: #fff;
  cursor: pointer;
}

.reservado {
  background: #50E2D0;
  order: 2px solid #50E2D0 !important;
  color: #fff;
  cursor: pointer;
}

.manutenção {
  background: #FF585D;
  border: 2px solid #FF585D !important;
  color: #fff;
  cursor: pointer;
}

.wrapper1,
.wrapper2 {
  overflow-x: auto;
  overflow-y: hidden;
}

.wrapper1 {
  height: 20px;
  width: 100%;
}

.div1 {
  height: 20px;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
}
.close.modal {
  color: #fff;
}

.table-spacing {
  border-spacing: 25px;
}

input::file-selector-button {
  font-weight: bold;
  color: black;
  padding: 0px 5px;
  border: thin solid grey;
  border-radius: 3px;
  height: 20px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.feather-16 {
  width: 16px;
  height: 16px;
}

.feather-24 {
  width: 24px;
  height: 24px;
}

.feather-32 {
  width: 32px;
  height: 32px;
}

.feather-50 {
  width: 50px;
  height: 50px;
}

.feather-60 {
  width: 60px;
  height: 60px;
}

.btn-datatable {
  height: 38px;
  width: 38px;
  padding: 8px;
}

tr > td {
  vertical-align: middle !important;
}

td {
  height: 30px;
}

.table-spacing {
  border-collapse: separate;
  border-spacing: 5px !important;
}

.table-border-bottom > tbody > tr {
  /* border-bottom: 1px solid #E6E6E6; */
  height: 59px;
}

.table-border-bottom > thead > tr {
  /* border-bottom: 1px solid #E6E6E6; */
  height: 33px;
}

.table-border-bottom > thead > tr > th,
.table-border-bottom > tbody > tr > td {
  padding-left: 20px;
  padding-right: 20px;
}

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

form.datatable {
  margin-block-end: 0px;
}

.pt-120 {
  padding-top: 120px;
}

.min-h-60 {
  min-height: 60px;
}

.min-h-80 {
  min-height: 80px;
}

@media (max-width: 768px) {
  .min-h-80 {
    min-height: unset; /* Remove o valor de min-height */
  }
}
.min-h-100 {
  min-height: 100px;
}

.min-h-125 {
  min-height: 125px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn.btn-primary.hand.del_search {
  margin-top: 0px;
  height: 37px;
}

.highlight-next-3-days {
  text-align: center;
  border-bottom: 2px solid #E6E6E6;
  color: #E6E6E6;
  font-size: 9px;
  font-family: Volta65medium, Arial, Helvetica, sans-serif;
}

.highlight-weekend {
  text-align: center;
  border-bottom: 2px solid #FFDEDF;
  font-size: 9px;
  font-family: Volta65medium, Arial, Helvetica, sans-serif;
}

.highlight-next-2-days {
  text-align: center;
  border-bottom: 2px solid #000;
  font-size: 9px;
  font-family: Volta65medium, Arial, Helvetica, sans-serif;
}

.highlight-next-5-days {
  text-align: center;
  border-bottom: 2px solid #E99B1E;
  color: #E99B1E;
  font-size: 9px;
  font-family: Volta65medium, Arial, Helvetica, sans-serif;
}

.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item:not(:last-child) {
  margin-right: -1px;
}
.navbar-nav .nav-link {
  display: inline-block;
  border-right: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.navbar-nav .nav-link > i {
  margin-top: 4px;
  font-size: 16px;
}

.badge-notitfication {
  position: relative;
  top: -11px;
  left: -10px;
  background-color: #ff585D;
  font-size: 10px;
  padding: 5px 8px;
  font-weight: 500;
  border-radius: 50px;
  color: white;
}

.blinking-span {
  animation: blink-animation 1s steps(2, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.accordion-title {
  color: #221F1F;
  font-family: Volta75Bold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 28px;
}/*# sourceMappingURL=style.css.map */