/* your styles go here */
#error_login {
    color: red;
}

.login-title {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.manage_data {
    float: right;
}

.add-btn {
    float: right;
    text-align: right;
}

a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

a:hover {
    color: gray
}

.img-preview {
    max-width: 300px;
}

.error {
    color: red;
}

.success {
    color: green;
}

/*Group action carousel*/
.group-action {
    border: 1px solid;
    padding: 5%;
    border-radius: 20px;
    margin: 3% 0;
}

.btn-remove-action {
    width: 100%;
}

.search-group {
    padding: 2% 0;
}

.ignore{
    visibility: hidden;
}

/* .sorting_1 {
    font-weight: 600;
} */

.loader{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 20% 34%;
}

/* LOADER 2 */

#loader-2 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
}

#loader-2 span:nth-child(1){
  animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

textarea.form-control {
  height: 40px;
}

textarea.layout {
  height: auto !important;
  padding: 20px;
}

.choices__inner {
  border-radius: 30px !important;
}

.intent_promotion .choices {
  margin-bottom: 0;
  height: 40px;
}

.intent_promotion .choices__inner {
  border-radius: 0px !important;
  height: 40px;
  width: 360px;
}

.intent_promotion .input-group-prepend, .intent_promotion .promotion_id {
  height: 40px !important;
}
/* .intent_promotion .dropdown-toggle::after {
  display: none;
}

.intent_promotion .btn-outline-primary:hover {
    color: #4680ff;
    background-color: transparent;
    background-image: none;
    border-color: #4680ff;
} */

.choices__list--dropdown {
  z-index: 99 !important;
}

.mentiony-container.is-invalid {
  border-color: #dc3545 !important;
}

.hide {
  display: none;
}