.table-header {
  font-size: .875rem !important;
}

.custom-select {
  width: 50px;
  font-size: .875rem !important;
  display: inline-block !important;
}

.table-action {
  width: 200px;
}

.fa {
  font-size: large !important;
}

.margin-actions-buttons {
  margin-bottom: 5px;
}

.table-width {
  width: 100% !important;
}

.view-container {
  margin-left: 10px;
  margin-right: 10px;
}

.remove-action {
  pointer-events: none;
}

.help-block {
  display: block;
  margin-top: 5px;
  color: #dc3545;
}

.main-background {}

.main-background-text {}

.main-text {}

.main-text-background {}

.input-name {
  background-color: transparent;
  border: none;
  font-weight: bold;
}

/**  STYLE 2 */
::-webkit-scrollbar-thumb {
  background-color: #A3A6A9 !important;
}

.logoDiv {
  width: 100%;
}

.logoDivImg {
  margin: auto;
  width: 100%;
}

.select2-selection {
  height: calc(2.25rem + 2px) !important;
}

.errorLogin {
  width: 100%;
  text-align: center;
  background-color: red;
  color: white;
  margin-bottom: 10px;
}

.user-panel .info .d-block {
  margin-bottom: 0px !important;
}

.user-panel img {
  width: 1rem !important;
}

.login-box {
  -webkit-box-shadow: 0px 0px 38px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 38px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 38px -16px rgba(0, 0, 0, 0.75);
}

/* latin-ext */
@font-face {
  font-family: 'Terminal Dosis';
  font-style: normal;
  font-weight: 400;
  src: local('Dosis Regular'), local('Dosis-Regular'), url(https://fonts.gstatic.com/s/terminaldosis/v13/BXRyvFbejejHgENDQMs-nhycKtDe9ZiOqA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Terminal Dosis';
  font-style: normal;
  font-weight: 400;
  src: local('Dosis Regular'), local('Dosis-Regular'), url(https://fonts.gstatic.com/s/terminaldosis/v13/BXRyvFbejejHgENDQMs-nhycKtDQ9Zg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.brand-title {
  font-family: Terminal Dosis;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 1rem;
}

.cut-overflow {
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cut-overflow:hover,
.user-name {
  width: auto;
  white-space: initial;
  overflow: visible;
}

.doctor-font {
  font-family: Terminal Dosis;
  text-transform: uppercase;
}

.full-width {
  width: 100% !important;
}

.dropdown-left {
  transform: translate3d(-50%, -101px, 0px) !important;
}

.btn-secondary {
  font-weight: bold;
}


.toolt {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.toolt .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.toolt:hover .tooltiptext {
  visibility: visible;
}

.android {
  background-color: white !important;
  color: #9FC137 !important;
}

.android-inverted{
  background-color: #9FC137 !important;
  color: white  !important;
}

.ios {
  background-color: white !important;
  color: black !important;
}

.ios-inverted {
  background-color: black !important;
  color: white !important;
}

.desktop {
  background-color: white !important;
  color: var(--danger-color) !important;
}

.desktop-inverted {
  background-color: #3B81C4 !important;
  color: white !important;
}

.mobile {
  background-color: white !important;
  color: var(--main-color) !important;
}

.mobile-inverted {
  background-color: var(--main-color) !important;
  color: white !important;
}

.emsg {
  color: var(--danger-color) !important;
  font-size: 12px;
}

.sub-title {
  text-align: center;
  font-weight: bold;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  max-width: 100%;
  max-height: 100%;
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* signature */
.signature-upload {
  position: relative;
  max-width: 205px;
  margin: auto;
}

.signature-upload .signature-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.signature-upload .signature-edit input {
  display: none;
}

.signature-upload .signature-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.signature-upload .signature-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.signature-upload .signature-edit input+label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.signature-upload .signature-preview {
  max-width: 100%;
  max-height: 100%;
  width: 192px;
  height: 192px;
  position: relative;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.signature-upload .signature-preview>div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.excelbtn,
.excelbtn:focus {
  background-color: #207345 !important;
  border-color: #207345 !important;
}

.excelbtn:hover {
  color: #207345 !important;
  background-color: white !important;
}

.excelbtn:active {
  color: #207345 !important;
  background-color: white !important;
}

body:not(.modal-open) {
  padding-right: 0px !important;
}

.modal-open {
  padding-right: 0px !important;
}

::-webkit-scrollbar {
  height: 6px;
  /* height of horizontal scrollbar ← You're missing this */
  width: 6px;
  /* width of vertical scrollbar */
  border: 4px solid #d5d5d5;
}

.picDiv {
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  border-radius: 100%;
  background-position: center;
  float: left;
  margin: 8px;
  background-color: white;
  border: 1px solid #eff1f4;
}

.doctorOnline {
  
}

.doctorName {
  font-weight: bold;
  text-align: center;
}

.alert-info {
  border: none !important;
  text-align: center;
  padding: 5px !important;
}

.alert-default {
  background-color: #e0e0e0;
  padding: 5px !important;
  text-align: center;
}

.corporate {
  color: var(--main-color) !important;
}

.black {
  color: black !important;
}

.nav-link>p {
  margin-left: 5px !important;
}

.link{
  color: #0645AD !important;
  text-decoration-line: underline !important;
  cursor: pointer;
}
.corporate-bg{
  background-color: var(--main-color);
  color: white;
}
.badge-green{
  background-color: #28a745;
  color: white;
}
.picDiv{
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  border-radius: 100%;
  background-position: center;
  float: left;
  margin: 8px;
  background-color: white;
  border: 1px solid #eff1f4;
}
.pointer{
  cursor: pointer !important;
}
.intl-tel-input{
  width: 100%;
}
h4.brand-title{
  font-size: 18px !important;
}
.rating-star-lg{
  font-size: 40px;
}
.rating-star-xs{
  font-size: 10px;
}
.gray-star{
  color: #8e8e8e;
}
.yellow-star{
  color:  #edc309;
}
.white-star{
  color:  white;
}
.platform-icon{
  max-height: 25px !important;
  margin-left: 0px !important;
  background-color: white !important;
  border-radius: 100% !important;
}
.subcorporate-title{
  font-size: 0.9rem;
  text-transform: uppercase;
}
.default-card{
  background-color: white !important;
  color: black !important;
}

.card-selected{
  background-color: white !important;
  color: var(--main-color) !important;
}

.btn-white{
  background-color: white !important;
  color: var(--main-color) !important;
}

.bg-secondary{
  background-color: #969696 !important;
}

.corporate-text{
  color: var(--main-color);
}

.bag-info{
  background-color: var(--info-color) !important;
}

.text-info{
  color: var(--info-color) !important;
}

.img-container{
    width: 90px;
    height: 90px;
    -webkit-border-radius: 60px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 60px;
    -moz-background-clip: padding;
    border-radius: 60px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    float: left;
    background-size: cover;
    background-position: center center;
}

:root{
  --main-color : rgb(40,180,115);
  --danger-color: #dc3545;
  --warning-color: #f8b73f;
  --success-color: #1e7e34;
  --info-color: #007bff;
  --default-color: #f4f4f4;
}
.corporate-color{
  color: var(--main-color)
}
.flag-selected {
  width: 100%;
  filter: grayscale(0%);
  -webkit-box-shadow: 0px 0px 5px 4px rgb(148 148 148);
  -moz-box-shadow: 0px 0px 5px 4px rgba(148,148,148,1);
  box-shadow: 0px 0px 5px 4px rgb(148 148 148);
}
.disabled-element{
  pointer-events: none;
  opacity: 0.8;
  background: #e9ecef;
}

.btn-bg-image {
  background-color: #FF6347;
  color: white;
}

.btn-bg-image:hover {
  background-color: white;
  color: #FF6347;
}
