/*================================================================================
    Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
    Version: 2.0
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.class-image{
    width: 100%;
    height: auto;
}
.action-buttons{
    float: right;
}

.card-congratulations{
    background: -webkit-linear-gradient(332deg, #f4565e, rgba(247, 170, 174, 1));
    background: linear-gradient(118deg, #f4565e, rgba(247, 170, 174, 1));
    color: #FFFFFF;
}
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li.active > a{
    background: -webkit-linear-gradient(332deg, #f4565e, rgba(247, 170, 174, 1));
    background: linear-gradient(118deg, #f4565e, rgba(247, 170, 174, 1));
    box-shadow: 0 0 6px 1px rgba(115, 103, 240, 0.6);
    color: #FFFFFF;
    border-radius: 4px;
}
.auth-wrapper.auth-v1 .auth-inner.consent-form{
    max-width: 70%;
}
.consent-form .head-content{
    text-align: center;
}
.uppercase{
    text-transform: uppercase;
}

.consent-form .footer-content span{
    font-weight: 600;
    font-size: 16px;
}


@media (min-width: 481px) and (max-width: 1023px) {
    .auth-wrapper.auth-v1 .auth-inner.consent-form, .auth-inner.consent-form .logo{
        max-width: 90%;
    }

}

  /*
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 1023px) {
    .auth-wrapper.auth-v1 .auth-inner.consent-form,  .auth-inner.consent-form .logo{
        max-width: 90%;
    }
    .hide-on-mobile{
        display: none;
    }
}

html .content{
    /* margin-left: 390px; */
}

/* .vertical-layout.vertical-menu-modern.menu-expanded .main-menu{
    width: 390px;
} */

.w100p{
    width: 100%;
}
.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }

  .isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
  }

  .vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a svg{
    margin-right: 0.5rem;
    font-size: 15px;
    height: 15px;
    width: 15px;
  }
  .fs1r{
      /* font-size: 1rem; */
      font-size: 16px;
  }
.img-container {
    background-color: #f7f7f7;
    width: 450px;
    text-align: center;
    min-height: 200px;
    max-height: 450px;
    margin-bottom: 20px;
}
.file-input{
    overflow: hidden;
}
@media (min-width: 768px) {
    .img-container {
        min-height: 450px;
    }
}
@media (min-width: 576px) {
      .modal-slide-in .modal-dialog.sidebar-xl {
        width : 40rem;
      }
}

.auth-logo, .header-logo{
    width: 120px;
    height: 36px;
}

.icon-logo{
    width: 40px;
}
.white-space-revert{
    white-space: revert;
    text-align: left;
}
.text-red-300{
    color: #e57373;
}
.text-red-600{
    color: #e53935;
}
.text-yellow-600{
    color: #fdd835;
}
.text-green-300{
    color: #81c784;
}
.text-green-600{
    color: #43a047;
}
.text-black-600{
    color: #000000;
}
.dropdown-group{
    position: relative;
}
.file-manager-content-body .view-container.list-view .file-manager-item .file-logo-wrapper .dropdown-group{
    position: absolute;
    right: 1rem;
}


@media (min-width: 1023px) {
    .header-navbar.floating-nav{
        /* width: calc(100vw - (100vw - 100%) - calc(2rem * 2) - 390px); */
    }
}

.app-user-view .user-info-wrapper .user-info-title{
    width: 14rem;
}
label{
    font-size: 1rem;
}

.no-padding{
    padding: 0 !important;
}
.mt-05{
    margin-top: 0.5rem !important;
}
/* image preview*/

.image-preview {
    width: 250px;
    height: 250px;
    border: 2px dashed #ddd;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #ecf0f1;
}

.image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}

.image-preview label {
    position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    background-color: #bdc3c7;
    width: 150px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
/*end image preview*/


/*-Footer Menu-*/
.nav-footer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  /* display: flex; */
  overflow-x: auto;
}

.nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  font-family: sans-serif;
  font-size: 13px;
  color: #5E5873;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
  background-color: #eeeeee;
}

.nav__link--active {
  color:#f4565e;
}

.nav__icon {
  font-size: 18px;
}
footer.footer{
    padding: 0 !important;
}

d-none{
    display: none;
}

.ecommerce-application .grid-view .ecommerce-card .item-img{
    padding: 0;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #D8D6DE;
    background-color: white;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete > li > div {
    display: block;
    padding: 0.428rem 1rem;
    clear: both;
    font-weight: normal;
    color: #6E6B7B;
    white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    background-color: rgba(115, 103, 240, 0.12) !important;
    color: #f4565e !important;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.text-main-color{
    color: #565360 !important;
}

@media screen and (max-width: 1300px) {
    .content-wrapper, .sidebar-left{
        margin-top:50px;
    }
}

.feedback-form .card .card-body .col-12 h5{
    font-size: 1.3rem;
    margin-top: 20px;
}

.create-observation .form-check{
    padding-left: 3.15rem;
}


.assessment h5, .assessment p{
    font-size: 16px !important;
}


.assessment{
    font-family : 'Open Sans', Helvetica, Arial, serif !important;
}

.assessment .fw-bold{
    font-weight: bold  !important;
}
