.active{
    background: #98ff392e;
    border-radius: 4px;
}
.right-signe{
    height: 12px;
    width: 11px;
    margin-bottom: 0px;
    margin-right: 1px;
}
label{
    color: #000;
}
/* This style for messege animation*/
.animated {
    background: #a2ff00;
    color: #000000;
    width: fit-content;
    margin-top: 10px;
    border-radius: 4px;
    position: absolute;
    right: 35px;
    top: 45px;
    line-height: 35px;
    z-index: 9999;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
    }

    @keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}

.btn-next-to{
margin-top: 18px; 
padding: 3px; 
width: 80px;
}

.attribute {
    color: #4b00ff;
    font-weight: 700;
}
input,textarea,select{
  height: unset;
  padding: 5px;
  border: 0px solid #fff;
  box-shadow: 0 0 2px 0px;
}

select.form-control:not([size]):not([multiple]) {
  height: unset;
}
label{
  margin: 0;
  padding: 0px;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0px;
}
fieldset {
    min-width: 0px;
    padding: 15px;
    margin: 7px;
    border: 2px solid #66cc99;
}

legend {
    float: none;
    background: #92ffc9cc;
    padding: 0px 10px;
    width: fit-content;
    color: #000;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: auto;
}
.form-group{
  margin-bottom: 5px;
  padding: 0px 5px;
}
.form-control, .form-select {
    height: unset;
    padding: 5px;
    border: 0px solid #7c7c7c !important;
    box-shadow: 0 0 2.5px 0px !important;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.sticky {
    position: sticky;
    top: 0;
}

.content-header {
    padding: 0px 0px !important;
    box-shadow: 0px 0px 3px 0px;
    position: sticky;
    top: 48px;
    z-index: 999;
    background: #ffffff;
    color: #000000;
}

.copyright_msg{
    text-align: center;
    background: #ffd0d0;
    position: sticky;
    bottom: 0;
}

.content{
    padding-top: 10px !important;
}
.dataTables_length{
    margin-top: 1px;
}
.dataTables_filter{
    margin-top: 1px;
}
.btn-next-to{
    margin-top: 18px; 
    padding: 3px; 
    width: 80px;
}
.content-wrapper {
    background: #e2e7ff;
}
a {
    color: #ffffff;
}
.note-editable{
    height: 150px;
}