:root {
  --background-icon-menu: linear-gradient(310deg, rgb(23, 193, 232) 0%, rgb(23, 193, 232) 100%);
}

.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 3px 15px 3px 13px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    min-width: 100%;
    max-width: 100%;
    display: block;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--google {
  background: #DD4B39;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
    color: white;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
  color: white;
}

.loginBtn--linkedin {
  background-color: #0a66c2;
  /* background-image: linear-gradient(#4C69BA, #3B55A0); */
  text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--linkedin:hover,
.loginBtn--linkedin:focus {
background-color: #04669A;
color: white;
}

.loginBtn--google:before {
  content: '';
  display: block;
  border-right: #BB3F30 1px solid;
  position: relative;
  left: 10px;
}

.footer-title-medviewer {
  /* text-shadow: 2px 2px 5px black; */
  font-family: 'Walkway UltraBold';
  color: #e41b47;
  font-weight: bold;
  font-size: 2rem;
  line-height: 20px;
  padding-top: 15px;
}

.footer-subtitle-medviewer {
  font-family: 'Walkway UltraBold';
  color: #8c8b8b;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

.footer-title-medviewer-login {
  text-shadow: 2px 2px 5px black;
  font-family: 'Walkway UltraBold';
  color: #e41b47;
  font-weight: bold;
  font-size: 2rem;
  line-height: 20px;
  padding-top: 15px;
}

.footer-subtitle-medviewer-login {
  font-family: 'Walkway UltraBold';
  color: white;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

.user-data-title{
  margin-bottom: 0.1rem;
}
.user-data-text{
  margin: 0;
}
.text_selectlanguage{
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.control-payment-plan{
  display: flex;
  justify-content: center;
}

/* =================== FORM VALIDATION  ============================== */

.formulario__input {
	width: 100%;
	background: #fff;
	border: 3px solid transparent;
	border-radius: 3px;
	height: 45px;
	line-height: 45px;
	padding: 0 40px 0 10px;
	transition: .3s ease all;
}
.formulario__input:focus {
	border: 3px solid #0075FF;
	outline: none;
	box-shadow: 3px 0px 30px rgba(163,163,163, 0.4);
}

.formulario__input-error {
	font-size: 12px;
	margin-bottom: 0;
	display: none;
}

.formulario__input-error-activo {
	display: block;
  color: #f93154 !important;
}

.formulario__validacion-estado {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 100;
	font-size: 16px;
	opacity: 0;
}

.formulario__checkbox {
	margin-right: 10px;
}

.formulario__grupo-terminos, 
.formulario__mensaje,
.formulario__grupo-btn-enviar {
	grid-column: span 2;
}

.formulario__mensaje {
	height: 45px;
	line-height: 45px;
	background: #F66060;
	padding: 0 15px;
	border-radius: 3px;
	display: none;
}

.formulario__mensaje-activo {
	display: block;
}

.formulario__mensaje p {
	margin: 0;
}

.formulario__grupo-btn-enviar {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.formulario__btn {
	height: 45px;
	line-height: 45px;
	width: 30%;
	background: #000;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: .1s ease all;
}

.formulario__btn:hover {
	box-shadow: 3px 0px 30px rgba(163,163,163, 1);
}

.formulario__mensaje-exito {
	font-size: 14px;
	color: #119200;
	display: none;
}

.formulario__mensaje-exito-activo {
	display: block;
}

/* ----- -----  Estilos para Validacion ----- ----- */
.formulario__grupo-correcto .formulario__validacion-estado {
	color: #1ed12d;
	opacity: 1;
}
.formulario__grupo-incorrecto .formulario__label {
	color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
	color: #bb2929;
	opacity: 1;
}

.formulario__grupo-incorrecto:focus {
	border: 3px solid #f93154;
}
.studies-icon {
  font-size: 1rem !important;
}
.jsondatatable-btn{
  padding: 0.75rem 1rem;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #495057;
  opacity: 1; /* Firefox */
  font-weight: bold;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #495057;
  font-weight: bold;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color:  #495057;
  font-weight: bold;
}

.textContent{
  display: none;
}

.swal-footer{
  display: flex;
  flex-direction: row-reverse;
}

.title-h5{
  color: #344767;
  font-size: 1.25rem;
  line-height: 1.375;
  font-weight: 700 !important;
}
.number-quantity-time{

  padding-bottom: 13px;
  height: 100%;
  border: 1px solid #8392AB;
  
}

/* Buttons System */
.control-payment-method:hover {
  cursor: pointer;
}
.card {
  -ms-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.card:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
/* Pending to fix */
@media screen and (max-width: 736px) {
  /* .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl{
      position: relative;
      bottom: 210px;
  }
  body{
      background-color: greenyellow;
  } */
  .content-whatsapp-number{
    flex-direction: column;
  }
  .btns_upload-images{
    max-width: 13%;
    position: relative;
    bottom: 5px;
  }
}


.item-menu-studies a{
  cursor: pointer;
}

.content-data-study{
  overflow-x: unset;
}
#studies-table_wrapper{
  padding: 0 8px;
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after{
  right: 1.5rem;
}

/* Rotate Spin */

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.control-show-spinner-email{
  display: none;
}

.nav-link,
svg .color-background,
.nav-link-text{
  -ms-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.nav-link:hover{
  font-weight: 600;
  box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
  border-radius: 0.5rem;
  color: #344767;
  background-color: #fff;
}
.nav-link:hover .icon-shape{
  background-image: var(--background-icon-menu);
}

.nav-link:hover svg .color-background{
  fill: #fff !important;
}

.nav-link:hover .nav-link-text{
  color: #344767;
  font-weight: 600;
}

.dashboard-video-control{
  width: 100%;
}
.txt_navigatedigital{
  color: white;
}

#control-settings-show-navbar {
  -ms-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;

}
#control-settings-show-navbar:hover {
  transform: scale(1.1, 1.1);
}


/* Menu Top List Studies starts*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap");

/* .wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  margin: 15px auto 0;
} */

.wrapper .title {
  padding: 30px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #ebedec;
}

.wrapper .tabs_wrap {
  padding: 20px;
  border-bottom: 1px solid #ebedec;
}

.wrapper .tabs_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper .tabs_wrap ul li {
  width: 100%;
  text-align: center;
  background: #e9ecf1;
  border-right: 1px solid #c1c4c9;
  padding: 13px 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wrapper .tabs_wrap ul li:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.wrapper .tabs_wrap ul li:last-child {
  border-right: 0px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.wrapper .tabs_wrap .study-menu-item-control:hover,
.wrapper .tabs_wrap .study-menu-item-control.active {
  background-image: var(--background-icon-menu);
  color: #fff;
}

.wrapper .container .item_wrap {
  padding: 10px 20px;
  border-bottom: 1px solid #ebedec;
  cursor: pointer;
}

.wrapper .container .item_wrap:hover {
  background: #e9ecf1;
}

.wrapper .container .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item_wrap .item .item_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_wrap .item_left img {
  width: 70px;
  height: 70px;
  display: block;
}

.item_wrap .item_left .data {
  margin-left: 20px;
}

.item_wrap .item_left .data .name {
  font-weight: 600;
}

.item_wrap .item_left .data .distance {
  color: #7f8b9b;
  font-size: 14px;
  margin-top: 3px;
}

.item_wrap .item_right .status {
  position: relative;
  color: #77818d;
}

.item_wrap .item_right .status:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b3bbc8;
}

.item_wrap.offline .item_right .status {
  color: #b3bbc8;
}

.item_wrap.online .item_right .status:before {
  background: #7fc469;
}

/* Menu Top List Studies ends*/

@media (min-width: 1200px){
  .medsoft-login {
      flex: 0 0 auto;
      width: 41.666667%;
  }
}
.tabs_wrap ul{
  list-style: none;
}

#btnToogleMenuLeft{
  position: fixed; 
  background: #fff;
  border-radius: 50%;
  bottom: 90px;
  right: 30px;
  font-size: 1.25rem;
  z-index: 990;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 16%);
  cursor: pointer;
  display: none;
}

@media (max-width: 992px){
  #btnToogleMenuLeft{
    display: block;
  }
}
