.bg-login-image {
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

.login-logo {
  width: 100%;
  display: inline-block;
}

.bg-gradient-primary {
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #009688 10%, #004D40 100%);
  background-size: cover;
}

.bg-gradient {
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #F8F2E8 10%, #eee3d0 100%);
  background-size: cover;
}

.new-class {
  background: rgb(255, 9, 9);
}

.card-header {
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #ff0909;
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
  font-weight: 700;
}

@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: 0% 0;
  }
}

.skelly-container {
  /* border: 1px solid;
        background-color: #fff;
        border-color: #e5e6e9 #dfe0e4 #d0d1d5;
        border-radius: 3px; */
        padding: 12px;
        margin-bottom: 10px;    
        display: flex;
    }
    .skelly{
        animation: shimmer 1s linear infinite alternate;
        background: #e9ebee;
        background-image: linear-gradient(to right, #e9ebee 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
        background-repeat: no-repeat;
        background-size: 800px 150px;
        height: 10px;
        width: 100%;
        margin: 10px;
        border-radius: 5px;
    }
    .data-loading{
        animation: shimmer 1s linear infinite alternate;
        background: #e9ebee;
        background-image: linear-gradient(to right, #e9ebee 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
        background-repeat: no-repeat;
        background-size: 800px 150px;
        height: 20px;
        width: 100%;
        max-width: 500px;
        margin: 0px;
        border-radius: 5px;
    }
    .data-load{
        display: none;
    }
    .form-control-preview:disabled {
      background-color: #f5f5f5;
      color: #858796;
      padding-left: 10px;
      opacity: 1;
  }
  .form-check-input:checked {
    background-color: #1cc88a;
    border-color: #1cc88a;
}  
.offcanvas-footer {
    position: sticky;
    bottom: 0px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-color: white;    
    border-top: solid #e3e6f0 .5px;
}

.rounder-corners {
  border-radius: 20px;
}

.feedback-container {
  min-width: 1000px;
  margin: 0;
}
.feedback-card-container{
  max-height: 700px;
  overflow-y: auto;
}
.of-x{
  overflow-x: auto;
  overflow-y: hidden;
}
.grabbable-card:active {
  cursor: grabbing;
}
.grabbable-card:active {
  cursor: grab;
}
.sortable-placeholder {
    padding: 10px;
    margin: 10px 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    cursor: grab;
}


.upload__box {
  padding: 10px 10px;
  }
  .upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .upload__img-box {
    width: 150px;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  .img-bg{
      border: solid 1px #ccc;
      border-radius: 10px;
  }
  .upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 50%);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
    font-size: 14px;
  }
  .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
  }
  .feedback-title:hover{
   color:#3F51B5 !important;
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .0em solid;
    border-right: .0em solid transparent;
    border-bottom: 0;
    border-left: .0em solid transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: white !important;
  text-decoration: none;
  background-color: #FF5722 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-form-valid-color) !important;
}


.active-img{
  border: solid 5px var(--bs-form-valid-border-color);
}
.active-img-check{
  color: var(--bs-body-bg);
  background: var(--bs-form-valid-color);
  border-radius: 50px;
  padding: 10px;
  bottom: -5%;
  left: 55%;
  position: absolute;
  border: 5px solid var(--bs-body-bg);
}

.inactive-img{
  border: solid 5px var(--bs-form-invalid-border-color);
}
.inactive-img-check{
  color: var(--bs-body-bg);
  background: var(--bs-form-invalid-color);
  border-radius: 50px;
  padding: 7px 10px;
  bottom: -5%;
  left: 55%;
  position: absolute;
  border: 5px solid var(--bs-body-bg);
}
.profile-image-overlay{
  width: 60%;
  max-width: 130px;
  background-color: rgba(0,0,0,0.8);
  color:white;
  opacity: 0;
  transition: .5s ease;
  cursor: pointer;
  text-decoration: none;
}
.prof-img-container:hover .profile-image-overlay {
  opacity: 1;
}
.list-check{
  left: 10px;
  position: relative;
  height: 100%;
  border: solid #1cc88a 2px;
  opacity: 1;
  width: 2px;
  z-index: 1;
}
.list-check-icon{
  background-color: white;
  z-index: 2;
  height: 15px;
}
.tbl-new{
 margin-bottom: 0;
}
.tbl-new>thead>tr>th{
 background-color:#E8F5E9;
}
.tbl-new>:not(caption)>*>* {
  padding: .6rem 1rem;
  font-size: .8em;
  vertical-align: middle;
}
.tbl-header
{
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
  border-radius: 50%;
}

