.members-link {

    position: relative;
    padding-bottom: 14px;
    white-space: nowrap;
    border: 0;
    color: #666666; }

    .members-link:after {
      position: absolute;
      top: 100%;
      margin-top: -4px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #0094FF;
      content: '';
      opacity: 0;
      -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: height 0.3s, opacity 0.3s, transform 0.3s;
      transition: height 0.3s, opacity 0.3s, transform 0.3s;
      transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

    .members-link.active {
      color: #000000;
      background-color: transparent; }

    .members-link:hover {
      color: #000000; }

    .members-link.inactive {
      pointer-events: none;
      color: rgba(98, 98, 98, 0.5); }

.subteam-level.text-left.d-flex.is-hidden-new  {
    display: flex!important;
}

.bootstrap-h2-h3-h4 h2 {
    font-size: 30px;
    color: #000000;
    margin-bottom: .5rem;
    font-weight:500;
    line-height:1.2
}
.bootstrap-h2-h3-h4 h3 {
    font-size: 24px;
    color: #000000;
    font-weight:500;
    line-height:1.2
}
.bootstrap-h2-h3-h4 h4 {
    font-size: 18px;
    color: #000000;
    font-weight:500;
    line-height:1.2
}
.bootstrap-h2-h3-h4 h5 {
    font-size: 14px;
    color: #000000;
    font-weight:500;
    line-height:1.2
}
.bootstrap-h2-h3-h4 h6 {
    font-size: 12px;
    color: #000000;
    font-weight:500;
    line-height:1.2
}

.custom-file-input:lang(es) ~ .custom-file-label::after {
  content: '';
  top: 50%;
  bottom: auto;
  right: auto;
  left: 0;
  width: 10em;
  height: 2.2em;
  border: 1px solid;
  border-radius: 5px;
  background: transparent;
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  transform: translate(5px, -50%); }

.p-small-margin p {
    margin-bottom: 4px;
}
.p-minus-margin p {
    margin-bottom: -10px;
}
.icon-18 {
  font-size: 18px; }


.members-count-padding-left {
    padding-left: 22px;
}
.members-count-padding-right {
    padding-right: 22px;
}

.custom-file-user {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  margin-top: auto;
  margin-bottom: auto;
}

.custom-file-user-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  margin: 0;
  opacity: 0;
  text-indent: -999px;
  cursor: pointer !important;
}

.custom-file-user-input:focus ~ .custom-file-user-label {
  border-color: #ced4da;
  box-shadow: 0 0 0 0.1rem #ced4da;
}

.custom-file-user-input[disabled] ~ .custom-file-user-label,
.custom-file-user-input:disabled ~ .custom-file-user-label {
  background-color: #e9ecef;
}

.custom-file-user-input:lang(en) ~ .custom-file-user-label::after {
  content: "Choose image";
}
.custom-file-user-input:lang(es) ~ .custom-file-user-label::after {
  content: "Elegir imagen";
}

.custom-file-user-input ~ .custom-file-user-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-user-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.39em + 0.75rem + 6px);
  padding: 0.375rem 0;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f4f4f4;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  display: flex;
}

.custom-file-user-label::after {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  margin-top: -0.05rem;
  margin-left: -0.05rem;
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  width: 126px;
}
.custom-file-user-label .text-position {
    padding-right: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    /*justify-content: flex-end;*/
    width: calc(100% - 135px);
  margin-left: auto;
}
@media (max-width: 767px){
  .custom-file-user-label::after{
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .custom-file-user-label.text-position{overflow: hidden;}
}

@media only screen and (max-width: 600px) {
    .floated-cell-custom{
        width:100% !important;
    }
    .floated-cell-custom-left{
        width:20% !important;
    }
   .floated-cell-custom-right{
        width:75% !important;
    }
}

.input-group-message .btn-copy-message-mobile {
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 0 5px 0; }

.no-margin-inside > p,h1,h2,h3,h4,h5,h6{
    margin-bottom: 0;
}
.btn.disabled {
    pointer-events: auto;
}
.btn-danger {
  color: #fff;
  background-color: #ed5565;
  border-color: #ed5565;
}
.btn-default {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}

.delete-team-modal .modal-body {
  padding-top: 130px;
  background-image: url(../img/bg-report.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100px; }

.pac-container {
    z-index: 1051 !important;
}
@media all and (max-width:736px) {
    .hide-place-holder-on-mobile::-webkit-input-placeholder {
        color: #F1F1F1;
    }
    .hide-place-holder-on-mobile:hover::-webkit-input-placeholder {
        color: #F1F1F1;
    }
    .hide-place-holder-on-mobile:-moz-placeholder { /* Firefox 18- */
        color: #F1F1F1;
    }
    .hide-place-holder-on-mobile::-moz-placeholder { /* Firefox 19+ */
        color: #F1F1F1;
    }
    .hide-place-holder-on-mobile:hover::-moz-placeholder { /* Firefox 19+ */
        color: #F1F1F1;
    }
    .hide-place-holder-on-mobile:-ms-input-placeholder {
        color: #F1F1F1;
    }
    .hide-place-holder-on-mobile:hover:-ms-input-placeholder {
        color: #F1F1F1;
    }
}

@media (min-width: 992px) {
    .size-aside {
        max-width: 300px;
    }
}

.tooltip-locked-action {
  margin-left: 0;
  margin-right: auto;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-size: 14px;
  line-height: 16px;
  padding: 14px 16px; }
  .tooltip-locked-action:before {
    content: '';
    position: absolute;
    top: 0;
    margin-top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 25px;
    background-image: url(../img/tooltip-arrow-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top; }

.btn-locked-action[disabled]{
    background-color:  #ffffff!important;
    border-color: var(--color-grey);
}

.valign-middle-imp {
  vertical-align: middle!important; }

.icon-revers-180 {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    display: inline-block;
}
.icon-revers-360 {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    display: inline-block;
}

.small-margin-bottom {
    margin-bottom: 2px;
}

.btn-brand-default  {
color: #000000;
background: #FFD11E;
border-color: #FFD11E }
.btn-brand-default:hover, .btn-brand-default:focus {
  color: #000000;
  background: #EBBC06;
  border-color: #EBBC06; }


.btn-brand-border-default {
color:  #000000;
background: transparent;
border-color:  #FFD11E; }
.btn-brand-border-default:hover, .btn-brand-border-default:focus {
  color: #000000;
  background: #EBBC06;
  border-color: #C59300 }
  .btn-brand-border-default:hover .icon, .btn-brand-border-default:focus .icon {
    color:  #000000 !important; }


@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 0.2em;
}

.loader-wrapper-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}
