/* 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: 100px;
}

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

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

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

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

.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: #4A5073;
    background-color: transparent;
    background-image: none;
    border-color: #4A5073;
} */

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

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

.hide {
  display: none;
}

.reply_to_feed_text, .reply_to_comment_text {
  border-radius: 0.5rem;
  height: 53px !important;
}

.reply_to_feed_text input,
.reply_to_comment_text input {
  padding: 10px;
}

.reply_text {
  padding: 2% 0 0 0;
}

.fa-line {
  color:green;
  font-size: 30px;
}
.fa-facebook-messenger {
  background: radial-gradient(circle at 30% 107%, #0099ff 0%, #0099ff 5%, #a033ff 45%, #ff5280 75%, #ff7061 90%);;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
  font-size: 30px;
}
.fa-facebook-square {
  color: #3b5998;
  font-size: 30px;
}
.fa-reply-all {
  font-size: 30px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1AA260;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1AA260;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.cursor-default {
  cursor: default !important;
}

.btn-default {
  background-color: silver;
}

.m-fadeOut {
  transform:translate(9999px);
  opacity: 0;  
}
.m-fadeIn {
  transition: opacity 0.5s linear;  
  transform:translate(0);
  opacity: 1;
}

.sub-sidebar {
  padding-left: 22%;
}

@media only screen and (max-width: 600px) {
  .sub-sidebar {
    padding-left: 0;
  }
}
