body {
    background-image: url('../images/background-login.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
    height: 100vh;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

* {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; 
}

h1, h2, h3, h4, h5, h6, button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

h1 {
    font-size: 2.5rem; /* Bootstrap equivalente */
    line-height: 1.2; /* Bootstrap equivalente */
}

h2 {
    font-size: 2rem; /* Bootstrap equivalente */
    line-height: 1.2; /* Bootstrap equivalente */
}

h3 {
    font-size: 1.75rem; /* Bootstrap equivalente */
    line-height: 1.2; /* Bootstrap equivalente */
}

h4 {
    font-size: 1.5rem; /* Bootstrap equivalente */
    line-height: 1.2; /* Bootstrap equivalente */
}

h5 {
    font-size: 1.25rem; /* Bootstrap equivalente */
    line-height: 1.2; /* Bootstrap equivalente */
}

h6 {
    font-size: 1rem; /* Bootstrap equivalente */
    line-height: 1.2; /* Bootstrap equivalente */
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #bcdbf0 !important;
    border-color: #bcdbf0 !important;
}

.title_icon {
    font-size: 25px;
    vertical-align: middle;
  }
  
  .alignToTitle {
    float: right;
  }
  
  .required {
    color: #f44336;
  }
  
  .ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
  }
  
  .wrapper-image-preview{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  .box {
    display: block;
    /* min-width: 300px; */
    height: 250px;
    margin: 10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    overflow: hidden;
  }
  
  .animate {
    animation: ripple 0.4s linear;
  }
  
  .upload-options .btn {
    cursor: pointer;
  }
  
  @keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
  }
  
  .float{
    /* top: 70%; */
    position: fixed;
    padding: 13px;
    bottom: 40px;
    right: 40px;
    background-color: #b697da;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    border-color: #b697da;
    box-shadow: 2px 2px 3px #999;
  }
  .float:focus{
    box-shadow: 0 0 0 0.2rem rgba(135,144,247,.5);
    color: #fff;
  }
  .float:hover{
    box-shadow: 0 0 0 0.2rem rgba(135,144,247,.5);
    color: #fff;
  }
  
  .my-float{
    color: #fff;
  }
  
  .nav-link {
    padding: .5rem .5rem;
  }
  
  .category-action .action-icon {
    color: #98a6ad;
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px;
  }
  /* Academy Version 1.4 */
  .form-control:disabled, .form-control[readonly]
  {
      background-color: grey;
  }
  .bootstrap-tagsinput {
      width: 100%;
  }
  .bootstrap-tagsinput .tag {
    background-color: rgb(239, 114, 115);
    border-radius: 3px;
    padding: 0 3px;
  }
  .message_sending_time{
      display: block;
      padding: 5px;
      font-size: 9px;
      color: #a2a0a0;
  }
  .nav-pills .nav-link {
      padding-left: 0px;
      padding-right: 0px;
  }
  .draggable-item {
      cursor: all-scroll;
  }
  .thinner-card-body {
    padding: 1.0rem;
  }
  .display-none {
    display: none;
  }
  /* This css is responsible for preventing body scrolling when the modal is opened */
  body.show {
      overflow: hidden;
      position: fixed;
  }
  /* This css is responsible for modal scrolling when the modal scrolling is not working */
  .modal {
    overflow-y:auto;
  }
  .hidden {
      display: none;
  }
  .new-theme-alert {
      padding: 27px;
  }
  .new-theme-alert a{
      float: right;
      margin-top: -7px;
  }
  .visit_website {
    padding: calc(32px / 2) 0;
    overflow: hidden;
  }
  
  .loader-modal{
    position: fixed;
    width: 100%;
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b9b9b978;
    z-index: 1000;
    color: #6a7b66;
    text-align: center;
    padding-top: 100px;
  }
  