: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 {
    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; */
    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{
  border: 2px solid #495057;
} */

.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;
}

@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;
    }
}
.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%;
}

@media (min-width: 1400px){
  .login-container{
    max-width: 900px;
  }
}

@media (max-width: 1400px){
  .log-block-content{
    top: 40px;
  }
}
 
