html, body {
  height: 100%;
}
body , *{
  font-family: 'Open Sans', sans-serif;
}
/* remove arrows from number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}
.border-top{
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
/* placeholder color */
.bordered-input::placeholder, .form-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1; /* Firefox */
  font-size: 14px;
  font-weight: 500;
}
.bordered-input:-ms-input-placeholder, .form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.bordered-input::-ms-input-placeholder, .form-input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.text-ellipsis{
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* end placeholder color */
.primary-color{
  color: #000000DE;
}
.white-color{
  color: #fff;
}
.primary-color-normal{
  color: rgba(0, 0, 0, 0.87) !important;
}
.primary-color-light{
  color: rgba(0, 0, 0, 0.74);
}
.color-danger {
  color: #E02020 !important;
}
.color-info{
  color: #376AE9;
}
.secondary-color{
  color: rgba(0, 0, 0, 0.6);
}
.metal-color{
  color: #00000099;
}
.light-metal-color{
  color: #00000059;
}
.purple-color{
  color: #5B128D !important;
}
.brown-color{
  color: #969696;
}
.brown-ligh-color {
    color: #0000001F;
}
.color-danger{
  color: #E02020 !important;
}
.info-color, .header-shoping-cart.info-color{
  color: #376AE9 !important;
}
.background-dark{
  background-color: #00000008;
}
.background-gray{
  background-color: #fafafa;
}
.background-white{
  background-color: white;
}
.background-brown{
  background-color: #0000001F;
}
.img-brown {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bg-ligh-brown{
  background-color: #0000000D !important;
}
.brown-ligh-color{
  color: #0000001F;
}
.img-brown{
 -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.font-45{
  font-size: 45px;
}
.font-35{
  font-size: 35px;
}
.font-32{
  font-size: 32px;
}
.font-22{
  font-size: 22px !important;
}
.font-20{
  font-size: 20px !important;
}
.font-15{
  font-size: 15px !important;
}
.font-14{
  font-size: 14px !important;
}
.font-12{
  font-size: 12px;
}
.font-11{
  font-size: 11px;
}
.font-600{
  font-weight: 600;
}
.font-500 {
  font-weight: 500 !important;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt-30{
  margin-top: 30px;
}
.margin-b-2{
  margin-bottom: 2px !important;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-95 {
  padding-right: 95px;
  padding-left: 95px;
}
.pt-37{
  padding-top: 37px;
}
.pt-35{
  padding-top: 35px;
}
.text-underline{
  text-decoration: underline;
}
.hidden{
  display: none;
}
.flex-1{
  -ms-flex: 1;  /* IE 10 */
  -webkit-flex: 1;
  flex: 1;
}
/* change navbar icon color */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(65, 65, 65, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* navbar border */
.navbar-toggler {
  border-color: rgb(171, 171, 171);
}
.nav-bar{
  padding: 12px 56px;
  box-shadow: 0px 4px 6px #0000001A;
  background-color: #fff;
}
.nav-bar li{
  position: relative;
}
.nav-bar a , button.dropdown-item{
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.6) !important;
  transition: color 0.2s ease-out;
  text-decoration: none;
  -webkit-appearance: unset;
}
.nav-bar li:hover a {
  color: rgba(0, 0, 0, 0.85) !important;
}
.navbar li.active a {
  color: #376AE9 !important;
  font-weight: 600;
}
.navbar li.active::after {
  content: "";
  position: absolute;
  bottom: -0.9rem;
  width: 100%;
  background-color: #376AE9;
  height: 2px;
}
.borderd-img{
  border: 2px solid #00000080;
}
.header-shoping-cart{
  color: #00000040 !important;
  font-size: 20px;
}
.page-header {
  background-color: #0000000D;
  color: #00000085;
  font-size: 25px;
  text-align: center;
  padding: 35px 0px;
  font-weight: 800;
}
.dropdown-menu{
  min-width: 158px;
  padding: .4rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15) !important;
  border-radius: .25rem;
}
#cart-count{
  position: absolute;
  top: -20px;
  right: -2px;
  font-size: 11px;
  color: #dc3545 !important;
  border-radius: 50%;
  color: white;
  width: 16px;
  height: 0;
  padding: 54%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* all buttons */
.custom-border-top{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.nav-btn{
  font-size: 12px;
  padding: 6px 18px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.2s ease-out;
}
.login-btn{
  background-color: transparent;
  border: 1px solid #376AE9;
  color: #376AE9;
}
.login-btn:hover{
  background-color: #376AE9;
  color: #fff;
}
.register-btn{
  background-color: #376AE9;
  color: #fff;
  border: 1px solid #376AE9;
}
.register-btn:hover{
  background-color: transparent;
  color: #376AE9;
}
.cancel-btn{
  background-color: transparent !important;
  color: #000000D9 !important;
  border: 1px solid transparent !important;
  font-size: 14px;
}
.cancel-btn:hover{
  background-color: transparent !important;
  border: 1px solid #376AE9 !important;
  color: #376AE9 !important;
}
.square-btn.remove-btn{
  background-color: #e5e5e5 !important;
  color: #E02020 !important;
  border: 1px solid #e5e5e5 !important;
  font-size: 14px;
}
.remove-btn:hover{
  background-color: #00000026 !important;
}
.square-btn {
  font-size: 14px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid !important;
  font-weight: 600;
  padding: 8px 16px;
  transition: all 0.2s ease-out;
}
.blue-btn{
  background-color: #376AE9;
  border: 1px solid #376AE9 !important;
  color: #FFF;
}
.blue-btn:hover{
  background-color: transparent;
  border: 1px solid #376AE9;
  color: #376AE9;
}
.green-btn{
  background-color: #218838;
  color: white;
}
.green-btn:hover{
  background-color: #218036;
}
.blue-outline-btn{
  background-color: transparent;
  border: 1px solid #376AE9;
  color: #376AE9;
}
.blue-outline-btn:hover{
  background-color: #376AE9;
  border: 1px solid #376AE9 !important;
  color: #FFF;
}
.sup-search-button{
  background-color: #376AE9;
  border: 1px solid #376AE9 !important;
  color: #fff;
}
.form-control:focus{
   border:1px solid #cacaca;
  box-shadow: unset;
}

.btn-left-custom-border{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btn-right-custom-border{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.sup-search-button {
  background-color: #376AE9;
  border: 1px solid #376AE9 !important;
  color: #fff;
}
.btn.disabled, .btn:disabled {
  pointer-events: none;
}
.card-btn-wide{
  width: calc(100% + 3px) !important;
  margin-left: -2px;
}
/* end all buttons */

/* alert css */
.alert{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 1rem 2rem;
  margin: 0 0 20px 0;
  border-radius: 4px;
}
.alert .alert-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25rem 0 0;
}
.alert .alert-text {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.alert.alert-danger {
  background: #fd397a;
  border: 1px solid #fd397a;
  color: #fff;
}
.alert .alert-icon i {
  font-size: 2rem;
}
/* end alert css */


/* search actions css */
.infinite-scroll-error {
  display: block;
  width: 85%;
  margin: auto;
  text-align: center;
  border-top: 1px solid #0000001F;
  padding-top: 15px
}
/* end search actions css */
/* toaster js css */
#toast-container>div {
  min-width: 96%;
  opacity: 1;
  -moz-box-shadow: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
#toast-container>div:hover{
  -moz-box-shadow: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.toast-success {
  background-color:  #1dc9b7;
}
.toast-success:hover {
  background-color: #1bc3b2;
  opacity: 1;
}
.toast-success {
  background-color:  #1dc9b7;
}
.toast-success:hover {
  background-color: #1bc3b2;
  opacity: 1;
}
/* end toaster js css */
/* alert message css */
.alertify .ajs-header {
  font-weight: 600;
}
.ajs-close {
  display: none !important;
}
.ajs-button {
  font-size: 14px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid !important;
  font-weight: 600;
  padding: 8px 16px;
  transition: all 0.2s ease-out;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: unset;
  min-height: unset;
}
.ajs-button.ajs-ok{
  background-color: #376AE9;
  border: 1px solid #376AE9 !important;
  color: #FFF;
}
.ajs-button.ajs-ok:hover{
  background-color: transparent;
  border: 1px solid #376AE9;
  color: #376AE9;
}
.ajs-button.ajs-cancel{
  background-color: #e5e5e5 !important;
  color: #E02020 !important;
  border: 1px solid #e5e5e5 !important;
  font-size: 14px;
}
.ajs-button.ajs-cancel:hover{
  background-color: #00000026 !important;
}
/* end alret message css */

/* card css */
.max-width-510{
  max-width: 510px;
  width: 510px
}
.width-100 {
  width: 100px;
}
.width-100 {
  width: 100px;
}
.primary-card{
  background-color: #fff;
  box-shadow: 0px 1px 2px #00000061;
  border-radius: 8px;
}
.custom-card .badge{
  padding: 5px 10px;
  border-radius: 45px;
  font-size: 12px;
  font-weight: 600;
}
.custom-card .badge-light{
  background-color: #0000001F;
  color: #000000DE;
}
.custom-card .badge-orange{
  background-color: #FA6400;
  color: #fff;
}
.custom-card .badge-purple{
  background-color: #5B128D;
  color: #fff;
}
.custom-card .badge-green{
  background-color: #AFE0B7;
  color: #1E612A;
}
.custom-card .badge-out{
  background-color: rgba(233, 236, 239, 0.38);
  color: #00000099;
}
.card-din{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.custom-card .medicine-name{
  font-size: 20px;
  color: #000000DE;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.custom-card .medicine-type{
  font-size: 12px;
  color: #00000099;
  font-weight: 600;
}
.custom-card .medicine-lot{
  font-size: 12px;
  color: #00000099;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.custom-card .medicine-info .badge{
  width: 120px;
    text-align: center;
}
.custom-card .original-container-option{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.80);
}
.custom-card .pharmacy-name {
  font-size: 14px;
  color: #000000DE;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.medicine-expiration{
  color: #E02020;
  font-size: 12px;
  font-weight: 600;
}

/* end card css */
.form-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #00000026;
  opacity: 1;
  outline: none;
  padding-bottom: 5px;
  color: #000000DE;
  font-size: 14px;
  font-weight: 600;
}
.bordered-input{
  border-radius:  8px;
  border: 1px solid #cacaca;
  font-size: 14px;
  height: calc(1.8em + .75rem + 2px) !important;
}
textarea.form-control {
  height: auto !important;
}
.input-fixed-height{
  height: calc(1.6em + .75rem + 2px);
}
/* for checkbox */

/* The container */
.checkbox-container {
  display: inline-flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 8px;
}


/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #376AE9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3.4px 3.4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* end custom checkbox  */
/* custom switch */
.switch {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 24px;
  margin-bottom: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #376AE9;
}

input:focus + .slider {
  box-shadow: 0 0 1px #376AE9;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.slider.round {
  border-radius: 35px;
}

.slider.round:before {
  border-radius: 50%;
}
/* end custom switch */
.form-buttons{
  width: 100%;
  padding: 8px 0px;
  border-radius: 8px;
  background-color: #376AE9;
  color: #fff;
  outline: 0 !important;
  font-weight: 600;
  border: 1px solid #376AE9;
  transition: all 0.2s ease-out;
}
.form-buttons:disabled:hover{
  background-color: #376AE9;
  color: #fff;
}
.form-buttons:enabled:hover{
  background-color: transparent;
  color: #376AE9;
}
.register-card{
  padding-top: 63px;
  background-color: white;
  box-shadow: 0px 6px 8px #0000001A;
  border-radius: 8px;
}
/* verification message css */
/* end verification message css */

/* Offer Medicine css */

.big-card{
  background-color: white;
  box-shadow: 0px 6px 8px #0000001A;
  border-radius: 8px;
  padding:25px 49px !important;
  max-width: 475px;
  margin: 0 auto;
}
/* select2 css */

.select2-container--default .select2-selection--single{
  height: calc(1.3em + .70rem + 7px) !important;
  border:1px solid #cacaca !important;
  border-radius: 8px !important;
  outline: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: unset !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  font-size: 14px !important;
  color: #495057 !important;
}
.select2-selection__placeholder{
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.4) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top:0 !important;
  bottom: 0 !important;
  height: 100% !important;
}
/* not borderd select2 */

.simple-select2 .select2-container--default .select2-selection--single{
  height: calc(1.3em + .54rem + 0px) !important;
  outline: 0 !important;
  border: none !important;
  border-bottom: 1px solid #00000026 !important;
}
/* end not borded select2 */
/* filters select 2 */
.dropdown-open .select2-container {
  width: 100% !important;
}
.dropdown-open .select2-container--default .select2-selection--single .select2-selection__rendered{
  font-size: 12px !important;
  color: #406ae9 !important;
  padding: 0 !important;
  padding-left: 5px !important;
}
.dropdown-open  .select2-selection__placeholder{
  font-size: 12px !important;
  color: #00000080 !important;
  font-weight: 600 !important;
}
.dropdown-open .select2-container--default .select2-selection--single {
  border : 0 !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  height: auto !important;
}
.dropdown-open .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}
/* end filters selec 2 */

/* home select2 */

.home-select .select2-container--default .select2-selection--single{
  height: 40px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important;
}
.home-select .select2-container {
  width: calc(100% - 30px) !important;
}
.home-select .select2-container--default .select2-selection--single .select2-selection__arrow{
  right: 0px !important;
  border: 1px solid #cacaca;
  border-radius: 8px;
  border-left: 0;
  background-color: white;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.home-select .bordered-input {
  height: 40px !important;
}
.home-select .select2-selection__clear {
  padding-right: 5px;
}
/* end home select2 */
.has-error .selection .select2-selection {
  border: 1px solid #dc3545 !important;
}

/* end select2 css */
/* datepicker css */
.datepicker{
  padding-left: 12px !important;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
/* end datepicker css */
.icon-box{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 45px;
  color: rgba(0, 0, 0, 0.74);
  font-size: 14px;
  border-radius: 8px;
}
.add-offer-btn i{
  font-size: 19px;
  color: white;
  background-color: #406ae9;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.add-offer-btn i:hover{
  cursor: pointer;
}
.add-offer-btn::after{
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  height: 2px;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.repeated-remove-icon{
  position: absolute;
  z-index: 10;
  right: 0;
  top: 15px;
  transition: color 0.2s ease-out;
  cursor: pointer;
}
.repeated-remove-icon:hover{
  color: #E02020;
}
/*end  Offer Medicine css */
/* offerd Medicines */
.sort-options-btn{
  padding: 5px 0px;
  font-weight: 600;
  font-size: 12px;
  background-color: white;
  color: #292C32;
  border: 1px solid #00000050;
  border-radius: 8px;
  width: 105px;
  text-align: unset;
}
.filter-icon{
  width: 30px;
  text-align: right;
}
.clear-filter-icon{
  position: absolute;
  right: 7px;
  top: 2px;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  height: 100%;
  color: #292C32 !important;
  z-index: 100;
  transition: color 0.2s ease-out;
}
.clear-filter-icon:hover{
  color: #fd397a !important;
}
.sort-text{
  width: 55px;
  display: inline-flex;
  justify-content: center;
}
.sort-options-btn.dropdown-toggle::after{
  display: none;
}
.sort-options-btn.active{
  color: #406ae9;
  border: 1px solid #5c83e6;
  outline: 0;
}
.sort-dropdown .dropdown-menu{
  width: calc(100% + 12px);
  border:0;
  min-width: unset;
  text-align: center;
  box-shadow: 0px 1px 1px #0000001A;
  padding: 5px 6px;
  left: -13px !important;

}
.sort-dropdown .dropdown-menu a{
  color: #00000080;
  font-size: 12px;
  padding: 7px 5px;
  border-bottom: 1px solid #0000001A !important;
  font-weight: 600;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: unset !important;
}
.dropdown-item.active{
  color: #406ae9 !important;
  background-color: transparent !important;
  font-weight: 600;
}
.infinite-scroll-error{
  display: block;
  width: 75%;
  margin: auto;
  text-align: center;
  border-top: 1px solid #0000001F;
  padding-top: 15px;
}
/* loader css */
.search-loader{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(191, 191, 191, 0.60);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* end loader css */

/* end Offered Medicines */

/* request log */

/* data Table style */
.dataTables_wrapper {
  width: 100%;
}
/* end data table style */

/* end request log */

/* contact-us css */
.contact-us-bg{
  background-image: url('../assets/images/home-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.bg-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(179deg, #376ae970 0%, #376AE900 100%) 0% 0% no-repeat padding-box;
}
/* profile css */
.profile-option div{
  border-right: 1px solid #00000014;
  padding: 0 20px;
}
.profile-option div.active{
  border-right: 2px solid #376AE9;
}
.profile-option a {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.6);
  transition: color 0.2s ease-out;
}
.profile-option a:hover{
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
.profile-option div.active a{
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.87) !important;
  font-weight: 600;
}
.profile-img-options{
  font-size: 10px;
  background: #46484E;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-top: -4px;
  box-shadow: 0px 6px 8px #0000001A;
}
.profile-img-options:hover{
  cursor: pointer;
}
.profile-img-options.upload-img{
  margin-left: 31px;
}
.no-pharmacy {
    background-color: #0000000D;
    box-shadow: 0px 1px 2px #0000001A;
    border-radius: 8px;
}
.profile-notification{
  padding: 20px;
  border: 1px solid #0000001F;
}
/* end profile css */

/* .contact-us-card{
  max-width: 384px;
  margin: 0 auto;
  padding: 26px 34px;
} */
/* end contact-us css */

/*need this .contact-us-card{
max-width: 384px;
margin: 0 auto;
padding: 26px 34px;
} */

/* loader css */
.search-loader{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(191, 191, 191, 0.60);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* end loader css */
/* shop cart css */
.quantity-options{
  font-size: 10px;
  background-color: #00000099;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
  padding-left: 0px;
}
.quantity-options.disable{
  background-color: #0000001F;
}
.quantity-options:hover{
  cursor: pointer;
}
.quantity-options.disable:hover{
  cursor: not-allowed;
}
.offer.out-of-stock .out-of-stock-alert{
  display: block;
}
.out-of-stock-alert {
  position: absolute;
  right: 0;
  left: 0;
  top: 13px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #E02020;
  font-weight: 600;
  top:13px;
}
/* end shop cart css */
/* profile css */
.profile-option a {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.6);
  transition: color 0.2s ease-out;
  padding: 0px 20px;
  border-right: 1px solid #00000014;
}
.profile-option a:hover{
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
.profile-option a.active{
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.87) !important;
  font-weight: 600;
  border-right: 2px solid #376AE9;
}
.profile-option.nav-tabs {
  border-bottom: unset;
}
.profile-img-options{
  font-size: 10px;
  background: #46484E;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-top: -4px;
  box-shadow: 0px 6px 8px #0000001A;
}
.profile-img-options:hover{
  cursor: pointer;
}
.profile-img-options.upload-img{
  margin-left: 31px;
}
.no-pharmacy {
  background-color: #0000000D;
  box-shadow: 0px 1px 2px #0000001A;
  border-radius: 8px;
}
#upload-photo {
  display: none;
}
.btn-outline-remove {
  background-color: transparent;
  border: 0;
  padding-left: 0;
}
/* end profile css */
/* validation css */
.input-group-append span.is-invalid{
  border: 1px solid #dc3545;
}
.input-group-append span.is-invalid i {
  color: #dc3545 !important;
}
/* end validation css */
/* home page */
.home-card{
  background-color: #0000000B;
  min-height: 140px;
}
.page-description{
  color: rgba(0, 0, 0, 0.80) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 70%;
  margin: 0 auto;
  padding-top: 15px;
}
.description-header{
  font-size: 28px;
  color: #000000DE;
  font-weight:600;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.49);
}
.description-content{
  color: rgba(0, 0, 0, 0.80);
  font-size: 14px;
  padding-top: 7px;
}
/* end home page */
/* terms css */
.terms-box{
  width: 100%;
  padding: 27px 24px;
  background-color: #0000001F;
  color: rgba(0, 0, 0, 0.80);
  border-radius: 8px;
  font-size: 14px;
}
/* end terms css */
.input-group-border-fix{
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.cancel-button-bg-brown{
  background-color: #e4e4e499 !important;
}
