[x-cloak] {
    display: none !important;
}

.alert ul {
    margin-bottom: 0px;
}

.alert p {
    margin-bottom: 0px;
}

.alert ul {
    list-style: none;
}

.pagination li button {
    color: #8c8c8c !important;
}


/* for validation icon disappear css */

.was-validated .form-control:valid,
.was-validated .form-control:invalid {
    background-image: none !important;
}

.was-validated .form-control:valid {
    border: 2px solid #38c172 !important;
}

.was-validated .form-control:invalid {
    border: 2px solid #e64a45 !important;
}

.rounded-img {
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
}

.error-help-block {
    color: #e64a45 !important;
}

.was-validated .form-control:invalid+.select2 .select2-selection {
    border-color: #dc3545!important;
}

.was-validated .form-control:valid+.select2 .select2-selection {
    border-color: #28a745!important;
}

*:focus {
    outline: 0px;
}


/* ========= */


/* loader css starts  */

.loader-background {
    text-align: center;
    background: #000000;
    opacity: 0.8;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 99999999;
    top: 0;
    left: 0;
    display: flex;
}

.spinner-border {
    position: absolute;
    height: 6rem;
    width: 6rem;
    top: 50vh;
}


/* loader css ends  */


/* Ask questions */
.faq-user-info-box {
    display: flex;
    padding-bottom: 12px;
  }

  .faq-user-info-box img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }

  .faq-user-info-text {
    margin-left: 12px;
  }

  .faq-user-info-text h4 {
    margin: 0;
  }

  .faq-user-info-text small {
    color: #d6d8d9;
  }

  .faq-text-box {
    display: flex;
  }

  .faq-text-box .dropdown-toggle::after {
    display: none;
  }

  .faq-text-box p {
    margin: 0;
    font-family: "Poppins";
  }

  .faq-text-box a {
    color: #666;
    font-size: 15px;
  }

  .faq-text-box i {
    color: #666;
    font-size: 24px;
  }

  .user-question {
    color: #217fb2;
  }


  .view-all-link {
  margin-top: auto !important;
  margin-bottom: auto !important;
  color: #48ad42;
  font-family: "Poppins";
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0;
  text-transform: capitalize;
  border-bottom: 1px solid #d6d8d9;
}

.required:after{
    content:"*";
    font-weight:bold;
    color:red;
    padding-left: 5px;
}

.statusOutline{
    padding: 8px 20px;
    border-radius: 8px;
    display: flex;
    gap: 4px;
    justify-content: center;
}
.statusPending{
    border: 1px solid #EBBC07;
    color: #EBBC07;
}
.statusAprroved{
    border: 1px solid #28a745;
    color: #28a745;
}
.statusRejected{
    border: 1px solid #dc3545;
    color: #dc3545;
}
