.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;
}

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

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

.logoDiv {
  width: 100%;
  text-align: center;
  background-color: var(--main-color);
  padding: 20px 10px;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  -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);
}

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

.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 {
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  text-align: center;
}

/* 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: 0.8rem !important;
}

.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;
}

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

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

.mobile {
  background-color: white !important;
  color: var(--main-color) !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;
}
.nav-icon{
  margin-right: 5px;
}
.picDiv{
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  border-radius: 100%;
  background-position: center;
  margin: auto;
  background-color: white;
  border: 1px solid #eff1f4;
}
.corporate-color{
  color: var(--main-color)
}
.intl-tel-input{
  width: 100%;
}

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

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

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

.border-radius-login{
  border-radius: 0rem 0rem 0.5rem 0.5rem;
}

.flag-div{
  text-align: center;
  padding: 10px;
}

.flag-img{
  width: 100%;
  filter: grayscale(100%);
}

.flag-img:hover{
  filter: grayscale(0%);
  cursor: pointer;
}

.flag-selected{
  width: 100%;
  filter: grayscale(0%);
  -webkit-box-shadow: 0px 0px 5px 4px rgba(148,148,148,1);
-moz-box-shadow: 0px 0px 5px 4px rgba(148,148,148,1);
box-shadow: 0px 0px 5px 4px rgba(148,148,148,1);
}

.lineTrough{
    -webkit-text-decoration-line: line-through; /* Safari */
    text-decoration-line: line-through; 
}

.badge-font-size{
  font-size: 100% !important;
}

.margin-center{
  margin: 0 auto;
}

.lead{
  margin-top: 0.5rem;
  font-weight: 500 !important;
}
#specialityList{
  margin-bottom: 15px;
}
#specialityList .dropdown-menu{
  transform: translate3d(0px, 36px, 0px) !important;
}

@media (min-width: 768px) { 
  .search-btn-mr-top{
    margin-top: 32px;
  }
}

.white-color-link{
  color: #FFFFFF !important;
}

@media (max-width: 767.98px) { 
  .picDiv{
    width: 50% !important;
    padding-top: 50% !important;
  }
}