body {
  font-family: "Poppins", sans-serif;
  background: var(--Background, linear-gradient(180deg, rgba(255, 207, 164, 0.08) 0%, rgba(179, 229, 255, 0.63) 99.99%, #DAE9FF 100%)) fixed;
  background-size: cover;
}

.container-fluid {
  padding: 0;
  height: 100vh;
}

.dataTables_processing {
  text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #806A50 !important;
  border: 1px solid transparent !important;
}

.table-action a.starrating {
  font-size: 10px;
}

/* LOGIN PAGE */

.form-box img.login-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 20px;
}

.audit-login a.plumber_signup {
  width: 100%;
  color: #000;
  display: block;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.form-box {
  width: 40%;
  padding: 30px;
  margin: 0 auto;
  margin-top: 15vh;
  background: #fff;
}

.form-box label {
  margin-bottom: 5px;
}

.form-box .form-group {
  margin-bottom: 10px;
}

.form-box .btn.submit {
  width: 100%;
  color: #fff;
  padding: 10px;
  margin: 20px 0;
  background-color: #000;
}

.form-box p {
  font-size: 15px;
  margin-bottom: 5px;
}

.form-box h1 {
  font-size: 30px;
  text-align: center;
}

.form-box form {
  margin-top: 20px;
}

.form-box .form-group input {
  outline: none;
  color: #00aded;
  box-shadow: none;
  border: 1px solid #00000021;
  background-color: #00000008;
}

.form-box .form-group label {
  color: #a9a9a9;
}

.form-box .forgot a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}
/* Registration  Popup */
#register_popup .modal-body .card.card-body h4.card-title  {
    font-size: 23px;
    display: flex;
    justify-content: center;
    margin-bottom: 43px;
     font-family: 'Helvetica' !important;
    font-weight: 600;
}

#register_popup .modal-body .card.card-body h5.card-subtitle {
    font-weight: 400;
    margin-bottom: 19px;
    font-size: 18px;
    font-family: 'Helvetica' !important;
}

#register_popup .modal-body .card.card-body a {
    color: #0d6efd;
    text-decoration: none;
}

#register_popup .modal-content {
    width: 100%;
    position:relative;
    background: #fff;
}

#register_popup .form-group {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

#register_popup .form-group label {
    font-size: 16px;
    margin-left: 6px;
    margin-bottom: 4px;
    font-family: 'Helvetica' !important;
    color: #a9a9a9;
}

#register_popup .form-group input {
    padding: 12px;
    color: #48c7ff;
    outline: none;
    box-shadow: none;
    border: 1px solid #00000021;
    background-color: #00000008;
}

#register_popup .modal-body button.btn.btn-default.close_reg {
    position: absolute;
    font-size: 24px;
    top: 0;
    right: 0;
    z-index: 999;
}
#register_popup .modal-content.register_modal .modal-body .card-body {
   padding:0;
   border: none;
   background: #fff;
   border-radius: 0.25rem;
}

#register_popup .modal-content.register_modal .modal-body .card.card-body button.btn.btn-success {
    background: black;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: block;
    margin: 42px auto 12px auto;
    padding: 15px 24px;
    width: 100%;
    border: transparent;
}

#register_popup form.form-horizontal.mt-4.register {
    margin-top: 10px !important;
}

.audit-it {
  padding: 20px;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.audit-it .sidebar {
  width: 300px;
  position: fixed;
  height: CALC(100vh - 40px);
}
.audit-it .content {
  margin-left: CALC(300px + 2%);
  width: calc(100% - 300px);
}
.audit-it nav.sidebar {
  padding: 2%;
  border-radius: 23px;
  background: #806A50;
  height: 96%;
}

.input-group-text {
  background-color: #f7f7f7;
}

nav.sidebar .user-details {
  width: 65%;
  color: #fff;
  display: flex;
  margin: 0 auto;
  align-items: center;
  height: 25%;
}
nav.sidebar .user-details span {
  width: 48%;
  display: inline-block;
}
nav.sidebar .user-details p {
  margin: 0;
  width: 48%;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  display: inline-block;
}
nav.sidebar ul.list-unstyled li a {
  width: 100%;
  color: #FFF;
  outline: none;
  display: block;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  padding: 15px 20px;
  line-height: normal;
  font-family: Poppins;
  text-decoration: none;
}
nav.sidebar ul.list-unstyled li a svg {
  margin-right: 15px;
}
nav.sidebar ul.list-unstyled li:hover {
  background: #fff;
  color: #000;
  border-radius: 3px;
}
nav.sidebar ul.list-unstyled li:hover a {
  color: #806A50;
}
nav.sidebar ul.list-unstyled li:hover svg circle {
  fill: #806A50;
}
nav.sidebar ul.list-unstyled li.active {
  border-radius: 3px;
  background-color: #ffffff;
}
nav.sidebar ul.list-unstyled li.active a {
  color: #806A50 !important;
}
nav.sidebar ul.list-unstyled li.active a svg circle {
  fill: #806A50;
}
nav.sidebar h5.name {
  color: #FFF;  
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
  line-height: normal;
  font-family: Poppins;
  height: 24%;
  margin-bottom: 1%;
}
nav.sidebar p.role {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  height: 19%;
  margin-bottom: 1%;
}
nav.sidebar .user-details span {
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
nav.sidebar .header--content{
  height: 100%;
}
nav.sidebar .sidebar-header {
  display: flex;
  flex-direction: column;
  height: 20%;
  margin-bottom: 5%;
}
nav.sidebar .sidebar-header a{
  height: 44%;
}
nav.sidebar .sidebar-header a img{
  height: 100%!important;
  width: unset!important;
  margin: 0!important;
  aspect-ratio: 1/1!important;
  object-fit: cover;
}
nav.sidebar .sidebar-header .user-info{
  margin-top: 1%;
  height: 55%;
}
nav.sidebar .header--content ul{
  /* display: flex!important; */
  /* flex-direction: column; */
  height: 40%;
  margin: 0;
  /* flex-wrap: nowrap; */
  /* align-items: flex-start; */
  margin-bottom: 10px;
}
nav.sidebar .header--content ul li{
  height: 17%;
}
nav.sidebar .header--content ul li a{
  height: 100%;
  margin: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
nav.sidebar .header--content .sidebar-buttons{
  height: 20%;
  margin-top: 0!important;
  margin-bottom: 2%;
}
nav.sidebar .header--content .sidebar-buttons button{
  height: 30%!important;
  padding: 0;
  margin: 1% 0!important;
}
nav.sidebar .header--content .sidebar-edit-logout{
  margin: 0!important;
  height: 10%;
}
nav.sidebar .header--content .sidebar-edit-logout ul{
  height: 100%;
}
nav.sidebar .header--content .sidebar-edit-logout ul li{
  margin-bottom: 3%;
  height: 44%;
}
nav.sidebar .header--content .sidebar-edit-logout ul li a svg{
  height: 100%;
}
nav.sidebar .header--content .sidebar-icons{
  height: 7%;
  margin-top: 5%!important;
}
nav.sidebar .header--content .sidebar-icons svg{
  height: 100%;
}
.audit-it nav.sidebar button.sidebar-btn {
  width: 80%;
  height: 42px;
  border: none;
  margin: 8px 0;
  font-size: 14px;
  color: #806A50;
  font-weight: 600;
  background: #FFF;
  border-radius: 3px;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.audit-it nav.sidebar button.sidebar-btn a {
  color: #806A50;
  text-decoration: none;
}
.audit-it nav.sidebar .sidebar-icons {
  display: flex;
  justify-content: space-around;
}
.coc h1.heading {
  font-size: 24px;
  font-weight: 700;
  color: #00ADED;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.coc h1.heading span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
  padding: 0px 10px;
  border-radius: 50%;
  vertical-align: middle;
  border: 2px solid #00ADED;
}
.coc .card {
  padding: 15px;
  border-radius: 15px;
  border: none;
}
.coc .card .purchase-btns {
  width: 100%;
  margin: 0 auto;
  padding: 32px 0;
  border-bottom: 1px solid #A9A9A9;
}
.coc .card .purchase-btns button {
  width: 75%;
  height: 36px;
  margin: 0 auto;
}
.coc .card .purchase-btns .electronic {
  width: 100px;
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
  color: #806A50;
  font-weight: 700;
  font-style: normal;
  border-radius: 9px;
  line-height: normal;
  font-family: Poppins;
  border: 1px solid #806A50;
}
.coc .card .purchase-btns .paper {
  width: 100px;
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
  color: #806A50;
  font-weight: 700;
  font-style: normal;
  border-radius: 9px;
  line-height: normal;
  font-family: Poppins;
  border: 1px solid #806A50;
}

.coc .card .purchase-btns .paper.active {
  color: #fff !important;
  background-color: #806A50;
}

.coc .card .purchase-btns .electronic.active {
  color: #fff !important;
  background-color: #806A50;
}

.content_1 {
  padding: 11px 4px;
  border-bottom: 1px solid #A9A9A9;
}

.coc .card .delivery {
  padding: 10px;
  border-bottom: 1px solid #A9A9A9;
}

.coc .card .delivery label.heading {
  font-size: 16px;
  color: #00ADED;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.coc .card label.heading {
  font-size: 16px;
  font-weight: 700;
  color: #00ADED;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.coc .card .content_2 label.heading {
  font-size: 16px;
  font-weight: 700;
  color: #00ADED;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.coc .card p.text-content {
  margin: 0;
  font-size: 10px;
}
.coc .card .btn-center {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
p#delivery_card-error {
  margin: 0;
  font-size: 10px;
  color: #ff9b00;
}


.coc .card .btn-center .electronic {
  height: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  border-radius: 9px;
  border: transparent;
  line-height: normal;
  font-family: Poppins;
  background-color: #806A50;
}
.coc .card .btn-center .electronic:disabled {
  background: #a9a9a9;
}

.form-control.error_class_1 {
  font-size: 1rem !important;
}

.coc .card .delivery select {
  width: 100%;
  height: 30px;
  outline: none;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 10px;
  border-radius: 7px;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  color: #000000 !important;
  border: 1px solid #A9A9A9 !important;
}
.coc .card .delivery select::after{
  color: #337ab7;
}
.coc .card .delivery select::-moz-placeholder {
  color: #A9A9A9;
}
.coc .card .delivery select::placeholder {
  color: #A9A9A9;
}
.coc .card .delivery select option {
  padding: 5px;
  color: #00ADED;
}
.coc .card .count .counters {
  width: 28px;
  height: 28px;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 12px;
  border-radius: 7px;
  align-items: center;
  border: transparent;
  justify-content: center;
  background-color: #806A50;
}
.dataTables_length{
  display: none;
}
.coc .card .count .countervalue {
  color: #00ADED;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.coc .card .calculation {
  padding: 5px;
}
.coc .card .calculation span.taxes {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coc .card .calculation span.total_taxes {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coc .card .calculation input.total_taxes {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coc .card .calculation span.price {
  width: 38%;
  border: none;
  color: #000;
  outline: none;  
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.coc .card .calculation input.price {
  width: 38%;
  border: none;
  color: #000;
  outline: none;  
  font-size: 11px;
  font-weight: 500;
  text-align: right;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.coc .card .calculation span.total, .coc .card .calculation span.total-price {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coc .card .disclaimer h3.heading {
  color: #00ADED;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.coc .card .disclaimer .declare {
  gap: 10px;
  display: flex;
  /* margin: 20px 0; */
  align-items: center;
}
.coc .card .disclaimer .declare input {
  height: 20px;
  width: 20px;
  border: 1px solid #A9A9A9;
  background: #FFF;
  margin: 0px 5px;
  background-color: white;
  border-radius: 4px !important;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.coc .card .disclaimer .declare input:checked {
  background: #00ADED !important;
}
.coc .card .disclaimer .declare label {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coc .card .disclaimer .conditions {
  color: #000;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coc .card .disclaimer .conditions ul {
  padding-left: 15px;
}
.coc .card .disclaimer .purchase button {
  border-radius: 9px;
  background-color: #806A50;
  border: transparent;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 94px;
  height: 36px;
}
.coc .card .disclaimer .purchase button:disabled{
  background-color: #A9A9A9;
}
.coc .card .coc-statement {
  padding: 32px 0;
}
.coc .card .coc-statement .counts-list {
  width: 70%;
  margin: 0 auto;
}
.coc .card .coc-statement .counts-list span.statement-counts {
  height: 36px;
  width: 100px;
  margin: auto;
  color: #FFF;
  display: block;
  padding: 7px 0;
  font-size: 14px;
  font-weight: 700;
  border-radius: 9px;
  margin-bottom: 2px;
  text-align: center;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  background-color: #806A50;
}
.coc .card .coc-statement .counts-list p {
  width: 100px;
  color: #000;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.coc .card .search {
  padding: 25px 0;
}
.coc .card .search input {
  border-radius: 7px;
  height: 30px;
  border: 1px solid #A9A9A9;
  color: #A9A9A9;
  padding: 5px 20px;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  outline: none;
  font-weight: 600;
  line-height: normal;
}
.coc .card .search input::-moz-placeholder {
  color: #A9A9A9;
}
.coc .card .search input::placeholder {
  color: #A9A9A9;
}
.coc .card .datas {
  width: 95%;
  margin: 0 auto;
  overflow-y: auto;
  padding: 0px;
}

.coc .card .datas .dataTables_filter {
  float: left;
}

.dataTables_info {
  width: 50%;
  font-size: 10px;
}

.dataTables_info {
  width: 35%;
  float: left;
  font-size: 10px;
  margin-top: 5px;
}

.dataTables_paginate {
  /*width: 58%;*/ /* Note : Hid by the developer in order to make right alignement : Rani 25/10/2023 */
  float: right;
}

.sorting, .sorting_asc, .sorting_desc {
    background-image: none !important;
}

table#DataTables_Table_0 {
    border: none;
}

.datas .dataTables_wrapper .dataTables_paginate a.paginate_button {
  margin: 0 2px;
  font-size: 10px;
  cursor: pointer;
  color: #806A50;
  padding: 2px 7px;
  border-radius: 3px;
  text-decoration: none;
}

.datas .dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
  color: white !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
  color: white !important;
  background: #806A50 !important;
}

.coc .card .datas div#DataTables_Table_0_wrapper {
  padding: 0;
}

.coc .card .datas table{
  width: 100% !important;
}

.coc .card .datas table thead tr th {
  border: none;
  font-size: 12px;
  font-weight: 500;
  color: #A9A9A9;
  text-wrap: nowrap;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;

}
.coc .card .datas table thead tr th.coc-no {
  text-align: left;
}
.coc .card .datas table tbody tr td {
  font-size: 12px;
  padding: 25px 0;
  color: #00aded;
  font-weight: 600;
  border-bottom: 2px solid #00aded;
}
.coc .card .datas table tbody tr .coc-no {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: left;
  font-style: normal;
  padding: 25px 10px;
  line-height: normal;
  font-family: Poppins;
}
.coc .card .datas table tbody tr .status {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.coc .card .datas table tbody tr .status span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.coc .card .datas table tbody tr .type {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.coc .card .datas table tbody tr .Address {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  font-style: normal;
  line-height: 12.8px;
  font-family: Poppins;
}
.coc .card .datas table tbody tr .Adress {
  font-size: 10px;
  color: #00ADED;
  font-weight: 500;
  font-style: normal;
  line-height: 12.8px;
  font-family: Poppins;
}
.coc .card .datas table tbody tr .date {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.coc .card .datas table tbody tr .action {
  color: #00ADED;
}
.coc .card .datas table tbody tr .action a {
  color: #00aded;
}
.coc .card .datas .table-pagination p {
  color: #000;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.coc .card .datas .table-pagination .next-prev {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  align-items: center;
}
.coc .card .datas .table-pagination .next-prev span i {
  color: #806A50;
  cursor: pointer;
}
.coc .card .datas .table-pagination .next-prev span button {
  width: 25px;
  height: 25px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  border-radius: 7px;
  line-height: normal;
  border: transparent;
  font-family: Poppins;
  background-color: #806A50;
}
.logpaper-coc h1.heading {
  font-size: 24px;
  color: #00ADED;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .card {
  padding: 20px 30px;
  border-radius: 15px;
  border: none;
}
.logpaper-coc .log-coc .card form#form .type .form-section .select2-container {
  width: 100% !important;
}
.logpaper-coc .log-coc .card .select2-container .select2-selection {
  height: 35px;
  border-radius: 7px;
}
.logpaper-coc .log-coc .card h2.heading {
  font-size: 24px;
  font-weight: 700;
  color: #00ADED;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .card .dummy .dz-image {
  /* width: 77px;
  height: 77px;
  overflow: hidden;
  border-radius: 7px; */
}
.logpaper-coc .log-coc .card .status .dummy {
  width: fit-content;
}
.logpaper-coc .log-coc .card .dummy .dz-image img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
}
.logpaper-coc .log-coc .card .dummy .dz-image a {
  /* position: absolute; */
}

.logpaper-coc .log-coc .type .form-section .install-upload .images .dummy .dz-image .loading-container {
  width: 77px;
  overflow: hidden;
  border-radius: 7px;
}

.logpaper-coc .log-coc .type .form-section .install-upload .images .dummy .dz-image .loading-container img.loading-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.logpaper-coc .log-coc .status p.plumber {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  color: #A9A9A9;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .status span.code {
  font-size: 12px;
  font-weight: 500;
  color: #A9A9A9;
  margin-right: 10px;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .status .checkbox {
  border-radius: 7px;
  margin-bottom: 18px;
  background: #EDEDED;
  padding: 12px 0 12px 5px;
  border: 1px solid #A9A9A9;
}
.logpaper-coc .log-coc .status .checkbox .uncheck {
  width: 23px;
}
.logpaper-coc .log-coc .status .checkbox input {
  outline: none;
  cursor: pointer;
  margin: 0px 5px;
  appearance: none;
  background: #FFF;
  vertical-align: middle;
  width: 13px !important;
  height: 13px !important;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #A9A9A9;
  border-radius: 4px !important;
}
.logpaper-coc .log-coc .status .checkbox input:checked {
  background-color: #00ADED !important;
}
.logpaper-coc .log-coc .status .checkbox label {
  color: #000000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.logpaper-coc .log-coc .status .checkbox span.codeno {
  margin: 0px 10px;
  color: #000000;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 20px;
}
.logpaper-coc .log-coc .status .compliance p {
  margin: 0;
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.logpaper-coc .log-coc .status .compliance{
  padding: 10px;
}
.logpaper-coc .log-coc .status .compliance span {
  font-size: 10px;
  display: block;
  color: #A9A9A9;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .status .compliance textarea {
  width: 100%;
  resize: none;
  height: 72px;
  padding: 10px;
  outline: none;
  font-size: 12px;
  color: #00ADED;
  margin-top: 10px;
  border-radius: 7px;
  background: #FFF;
  border: 1px solid #A9A9A9;
}
.logpaper-coc .log-coc .status .non-compliance p {
  font-size: 12px;
  color: #A9A9A9;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .status .non-compliance textarea {
  font-size: 10px;
  color: #00ADED;
}
.logpaper-coc .log-coc .status .non-compliance .ncnote_wrapper p.tagline {
  font-size: 10px;
  margin-top: 5px;
  color: #ff5a00;
}

tr.noncomplianceappend {
  font-size: 12px;
}

.noncomplianceappend td {
  padding: 10px;
}

.logpaper-coc .log-coc .status .non-Compliance {
  width: 100%;
  resize: none;
  margin-top: 10px;
  overflow-y: auto;
  border-radius: 7px;
  background: #FFF;
  margin-bottom: 10px;
  border: 1px solid #A9A9A9;
   height: 80px;
}

.logpaper-coc .log-coc .status .non-compliance {
  width: 100%;
  margin: 0px;
  resize: none;
  background: #FFF;
  border-radius: 7px;
}
.scroll-y {
  overflow-y: scroll;
}

.logpaper-coc .log-coc .status select {
  height: 30px;
  outline: none;
  font-size: 10px;
  color: #00ADED;
  font-weight: 500;
  font-style: normal;
  border-radius: 7px;
  line-height: normal;
  font-family: Poppins;
  padding: 5px 10px !important;
}
.logpaper-coc .log-coc .status .select2-selection__rendered {
  height: 30px;
  outline: none;
  font-size: 10px;
  color: #00ADED;
  font-weight: 500;
  font-style: normal;
  border-radius: 7px;
  line-height: normal;
  font-family: Poppins;
  padding: 5px 10px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 27px;
  outline: none;
  font-size: 12px;
  color: #00ADED;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid #aaa;
}

.logpaper-coc .log-coc .type .select2-selection__rendered {
  height: 35px;
  outline: none;
  display: flex; 
  align-items: center; 
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  font-style: normal;
  border-radius: 7px;
  line-height: normal;
  font-family: Poppins;
  padding: 5px 10px !important;
}

.logpaper-coc .log-coc .card form#form .type .form-section .select2-container .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

ul#select2-ncnotice-results {
  font-size: 12px;
}

.logpaper-coc .log-coc .status .non-compliance button#noncompliancemodalbtn {
  width: 100%;
  border: none;
  font-size: 10px;
  border-radius: 7px;
  background-color: #806A50;
}

.logpaper-coc .log-coc .status .non-compliance button.add {
  width: 100%;
  height: 30px;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  border-radius: 9px;
  font-style: normal;
  border: transparent;
  line-height: normal;
  font-family: Poppins;
  background: #806A50;
}
.logpaper-coc .log-coc .status .coc-upload {
  padding: 15px 0;
}
.logpaper-coc .log-coc .status .coc-upload label {
  font-size: 10px;
  font-weight: 500;
  color: #A9A9A9;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .status .coc-upload .upload {
  display: flex;
  height: 120px;
  margin-top: 5px;
  border-radius: 7px;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #A9A9A9;
}
.logpaper-coc .log-coc .status .coc-upload .upload .dropzone {
  opacity: 0;
  height: 120px;
  cursor: pointer;
  position: absolute;
  outline: none !important;
}
.logpaper-coc .log-coc .status .coc-upload .upload span.circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-bottom: 13px;
  background: #A9A9A9;
}
.logpaper-coc .log-coc .status .coc-upload .upload p {
  color: #000;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
.logpaper-coc .log-coc .status .coc-upload .upload p label {
  font-size: 10px;
  font-weight: 400;
  color: #1400FF;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  text-decoration-line: underline;
}
.logpaper-coc .log-coc .status .coc-upload .upload span {
  font-size: 10px;
  color: #A9A9A9;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .type .file2append {
  gap: 5px;
  display: flex !important;
}
.logpaper-coc .log-coc .type h2.heading {
  margin-bottom: 5px;
}
.logpaper-coc .log-coc .type .file2append .multipleupload {
  width: 75px;
  height: 65px;
  overflow: hidden;
  border-radius: 4px;
}
.logpaper-coc .log-coc .type .file2append .multipleupload a {
  width: 100%;
  height: 100%;
  display: block;
}
.logpaper-coc .log-coc .type .file2append .multipleupload a img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.logpaper-coc .log-coc .type .form-section label {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .type .form-section input {
  height: 35px;
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  font-style: normal;
  position: relative;
  line-height: normal;
  font-family: Poppins;
  border-radius: 7px;
  border: 1px solid #A9A9A9;
  padding: 5px 10px !important;
}
.logpaper-coc .log-coc .type .form-section input::-moz-placeholder {
  color: #000000 !important;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.logpaper-coc .log-coc .type .form-section input::placeholder {
  color: #000000 !important;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.logpaper-coc .log-coc .type .form-section  input:focus {
  outline: 0;
  box-shadow: none;
}
.logpaper-coc .log-coc .type .form-section  select {
  width: 100%;
  height: 30px;
  outline: none;
  font-size: 10px;
  color: #00ADED;
  font-weight: 500;
  font-style: normal;
  border-radius: 7px;
  line-height: normal;
  font-family: Poppins;
  border: 1px solid #A9A9A9;
  padding: 5px 10px !important;
}
.logpaper-coc .log-coc .type .form-section .completion {
  position: relative;
}
.logpaper-coc .log-coc .type .form-section .completion i.fa.fa-calendar {
  top: 35.5px;
  right: 19px;
  font-size: 12px;
  color: #929090;
  position: absolute;
}
.logpaper-coc .log-coc .type .form-section .details h3 {
  font-size: 12px;
  font-weight: 500;
  color: #A9A9A9;
  font-style: normal;
  margin-bottom: 5px;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .type .form-section .details p {
  font-size: 12px;
  font-weight: 500;
  color: #A9A9A9;
  font-style: normal;
  margin-bottom: 5px;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .type .form-section .details textarea {
  width: 100%;
  resize: none;
  padding: 10px;
  height: 120px;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  border-radius: 7px;
  background: #FFF;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  border: 1px solid #A9A9A9;
}
.logpaper-coc .log-coc .type .form-section .details textarea::-moz-placeholder {
  color: #000000 !important;
}
.logpaper-coc .log-coc .type .form-section .details textarea::placeholder {
  color: #000000 !important;
}
.logpaper-coc .log-coc .type .form-section .install-upload lable {
  font-size: 12px;
  font-weight: 500;
  color: #A9A9A9;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .type .form-section .install-upload .upload {
  height: 82px;
  width: 200px;
  display: flex;
  border-radius: 7px;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #a9a9a9;
}
.logpaper-coc .log-coc .type .form-section .install-upload .upload .dropzone {
  opacity: 0;
  width: 100%;
  height: 82px;
  cursor: pointer;
  position: absolute;
  outline: none !important;
}
.logpaper-coc .log-coc .type .form-section .install-upload .upload span.circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-bottom: 5px;
  background: #A9A9A9;
}
.logpaper-coc .log-coc .type .form-section .install-upload .upload p {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 5px;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .type .form-section .install-upload .upload p label {
  font-size: 10px;
  font-weight: 400;
  color: #1400FF;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  text-decoration-line: underline;
}
.logpaper-coc .log-coc .type .form-section .install-upload .upload span {
  font-size: 10px;
  font-weight: 500;
  color: #A9A9A9;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .type .form-section .install-upload .images .dummy .dz-image {
  /* width: 77px;
  overflow: hidden;
  border-radius: 7px; */

  display: flex;
}
.logpaper-coc .log-coc .type .form-section .install-upload .images .dummy .dz-image img {
  /* width: 100%;
  height: 100%;
  object-fit: fill; */
}
.logpaper-coc .log-coc .type .form-section .install-upload .images .dummy a.dz-remove {
  /* top: 0;
  right: -19px;
  position: absolute; */
}
div#preview-template2 {
  gap: 25px;
  row-gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: start;
}
.logpaper-coc .log-coc .type .form-section .install-upload .dummy {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 7px;
  background: #D9D9D9;
  border: 1px solid #A9A9A9;
}
.logpaper-coc .log-coc .type .form-section .install-upload .images .row {
    height: 85px;
}

.logpaper-coc .log-coc .type .form-section .install-upload .images .dummy {
  height: 100%;
  border: none;
  /* display: flex; */
  border-radius: 7px;
  position: relative;
  /* align-items: center; */
  /* justify-content: center; */
  background: transparent;
}
.logpaper-coc .log-coc .type .form-section .install-upload .images .dummy .dz-image a {
  /* top: 0; */
  /* position: absolute; */
}
.logpaper-coc .log-coc .type .form-section .declaration {
  /* margin-top: 90px; */
}
.logpaper-coc .log-coc .type .form-section .declaration h4 {
  font-size: 12px;
  color: #A9A9A9;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .type .form-section .declaration p {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .type .form-section .declaration p span {
  color: #00ADED;
}
.logpaper-coc .log-coc .type .form-section .declaration .checkbox {
  gap: 10px;
  width: 100%;
  font-size: 8px;
  color: #00ADED;
  font-weight: 600;
  font-style: normal;
  padding: 10px 10px;
  border-radius: 7px;
  margin-bottom: 10px;
  font-family: Poppins;
  border: 1px solid #A9A9A9;
}
.logpaper-coc .card.viewpage .checkbox {
  background: #EDEDED;
}
.logpaper-coc .log-coc .type .form-section .declaration .checkbox input[type="radio"] {
  outline: none;
  cursor: pointer;
  margin: 0px 5px;
  appearance: none;
  background: #FFF;
  width: 10px !important;
  vertical-align: middle;
  height: 16px !important;
  background-color: white;
  border: 1px solid #A9A9A9;
  padding: 5px 8px !important;
  border-radius: 4px !important;
}

.logpaper-coc .log-coc .type .form-section .declaration .checkbox input:checked {
  background-color: #00ADED !important;
}
.logpaper-coc .log-coc .type .form-section .declaration .checkbox label {
  width: 95%;
}
.logpaper-coc .log-coc .type .form-section .form-submission {
  padding: 15px 0;
}
.logpaper-coc .log-coc .type .form-section .form-submission .cancel button.cancel {
  height: 30px;
  font-size: 14px;
  color: #806A50;
  font-weight: 700;
  padding: 0px 20px;
  border-radius: 9px;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  border: 1px solid #806A50;
}
.logpaper-coc .log-coc .type .form-section .form-submission .save-log button.save {
  margin-right: 20px;
}
.logpaper-coc .log-coc .type .form-section .form-submission .save-log button {
  height: 30px;
  color: #FFF;
  font-size: 12px;
  padding: 0 20px;
  font-weight: 600;
  font-style: normal;
  border-radius: 7px;
  line-height: normal;
  border: transparent;
  font-family: Poppins;
  background: #806A50;
}
.myaccount h1.heading {
  color: #00ADED;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.myaccount .account-table .card {
  padding: 35px;
  background: #FFF;
  border-radius: 15px;
}
.myaccount .account-table .card .search input {
  height: 30px;
  outline: none;
  font-size: 12px;
  color: #A9A9A9;
  font-weight: 600;
  padding: 5px 20px;
  font-style: normal;
  border-radius: 7px;
  line-height: normal;
  font-family: Poppins;
  border: 1px solid #A9A9A9;
}
.myaccount .account-table .card table thead tr th {
  border: none;
  font-size: 12px;
  color: #A9A9A9;
  font-weight: 500;
  padding: 10px 0px;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  width: 13% !important;
}
.myaccount .account-table .card table thead tr th:first-child {
  width: 20% !important;
}
.myaccount .account-table .card table tbody tr td {
  width: 13%;
  padding: 15px 0;
  vertical-align: middle; 
  border-bottom: 2px solid #00ADED;
}
.myaccount .account-table .card table tbody tr .description {
  width: 20%;
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  font-style: normal;
  font-family: Poppins;
}
.myaccount .account-table .card table tbody tr .indate, .myaccount .account-table .card table tbody tr .paydate, .myaccount .account-table .card table tbody tr .order-status {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.myaccount .account-table .card table tbody tr .value, .myaccount .account-table .card table tbody tr .invoice {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.myaccount .account-table .card table tbody tr .status {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.myaccount .account-table .card table tbody tr .status span.paid {
  color: #D2E288;
}
.myaccount .account-table .card table tbody tr .status span.unpaid {
  color: #F44F4F;
}
.myaccount .account-table .card table tbody tr .action {
  color: #00ADED;
  text-align: center;
}
.myaccount .account-table .card table tbody tr .action button.pay {
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 9px;
  background: #F44F4F;
  height: 27px;
  padding: 0px 10px;
  border: none;
}
.myaccount .account-table .card table tbody tr .action i.fa-solid.fa-chevron-right {
  color: #00ADED;
}
.myaccount .account-table .card .table-pagination {
  width: 100%;
  margin: 0 auto;
}
.myaccount .account-table .card .table-pagination p {
  color: #000;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.myaccount .account-table .card .table-pagination .next-prev {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  align-items: center;
}
.myaccount .account-table .card .table-pagination .next-prev span i {
  color: #806A50;
  cursor: pointer;
}
.myaccount .account-table .card .table-pagination .next-prev span button {
  height: 25px;
  width: 25px;
  background-color: #806A50;
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 7px;
  border: transparent;
}
.audit-statement h1.heading {
  color: #00ADED;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.audit-statement .status-table .card {
  padding: 15px 30px;
  border-radius: 15px;
  background: #FFF;
  border: none;
}
.audit-statement .status-table .card .progress-status {
  margin: 30px 0px;
}
.audit-statement .status-table .card .progress-status .status-count {
  display: flex;
  gap: 15px;
}
.audit-statement .status-table .card .progress-status .status-count button.list {
  padding: 0 15px;
  height: 54px;
  color: #806A50;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 9px;
  border: 1px solid #806A50;
}
.audit-statement .status-table .card .progress-status .status-count button.list span {
  color: #806A50;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: normal;
}
.audit-statement .status-table .card .progress-status .status-count button.list.active {
  background: #806A50;
  color: #FFF !important;
}
.audit-statement .status-table .card .progress-status .status-count button.list.active span {
  color: #fff;
}
.audit-statement .status-table .card .progress-status .info {
  position: absolute;
  right: 20px;
  top: 20px;
}
.audit-statement .status-table .card .progress-status .info span.tool-tip {
  font-weight: 500;
  border-radius: 50%;
  padding: 0px 10px;
  border: 2px solid #00ADED;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
  color: #00ADED;
}

.audit-statement .status-table .card .progress-status .failed-ratio {
  float: right;
}
.audit-statement .status-table .card .progress-status .failed-ratio .circle-big {
  position: relative;
  width: 95px;
}
.audit-statement .status-table .card .progress-status .failed-ratio .circle-big .text {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 25px;
}
.audit-statement .status-table .card .progress-status .failed-ratio .circle-big .text span.rank {
  color: #000;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
.audit-statement .status-table .card .progress-status .failed-ratio .circle-big .text span.performance {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 70%;
  display: block;
  margin: 0 auto;
}
.audit-statement .status-table .card .progress-status .failed-ratio .circle-big svg.success {
  position: absolute;
  right: 0;
}
.audit-statement .status-table .card .search input {
  border-radius: 7px;
  height: 30px;
  border: 1px solid #A9A9A9;
  color: #A9A9A9;
  padding: 5px 20px;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  outline: none;
  font-weight: 600;
  line-height: normal;
}
.audit-statement .status-table .card .datas table thead tr th {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  width: 13% !important;
  padding: 10px 0px;
}
.audit-statement .status-table .card .datas table thead tr th:first-child {
  width: 12% !important;
}
.audit-statement .status-table .card .datas table tbody tr td {
  border-bottom: 2px solid #00ADED;
  padding: 15px 0;
  width: 13%;
}
.audit-statement .status-table .card .datas table tbody tr .coc-no {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 12%;
}
.audit-statement .status-table .card .datas table tbody tr .coc-no span.incomplete {
  color: #F44F4F;
}
.audit-statement .status-table .card .datas table tbody tr .coc-no span.upcoming {
  color: #F4D04F;
}
.audit-statement .status-table .card .datas table tbody tr .coc-no span.completed {
  color: #D2E288;
}
.audit-statement .status-table .card .datas table tbody tr .status {
  color: #00ADED;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.audit-statement .status-table .card .datas table tbody tr .status span {
  display: block;
  font-size: 12px;
}
.audit-statement .status-table .card .datas table tbody tr .customer {
  color: #000000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.audit-statement .status-table .card .datas table tbody tr .Adress {
  color: #000000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.audit-statement .status-table .card .datas table tbody tr .refix {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.audit-statement .status-table .card .datas table tbody tr .refix span.incomplete {
  color: #F44F4F;
}
.audit-statement .status-table .card .datas table tbody tr .refix span.upcoming {
  color: #F4D04F;
}
.audit-statement .status-table .card .datas table tbody tr .refix span.completed {
  color: #D2E288;
}
.audit-statement .status-table .card .datas table tbody tr .refix-complete {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.audit-statement .status-table .card .datas table tbody tr .refix-complete span.incomplete {
  color: #F44F4F;
}
.audit-statement .status-table .card .datas table tbody tr .refix-complete span.upcoming {
  color: #F4D04F;
}
.audit-statement .status-table .card .datas table tbody tr .refix-complete span.completed {
  color: #D2E288;
}
.audit-statement .status-table .card .datas table tbody tr .date-allocated {
  color: #000000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.audit-statement .status-table .card .datas table tbody tr .auditor {
  color: #000000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.audit-statement .status-table .card .datas table tbody tr .action {
  color: #00ADED;
  text-align: center;
}
.audit-statement .status-table .card .datas .table-pagination {
  width: 100%;
  margin: 0 auto;
}
.audit-statement .status-table .card .datas .table-pagination p {
  color: #000;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.audit-statement .status-table .card .datas .table-pagination .next-prev {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  align-items: center;
}
.audit-statement .status-table .card .datas .table-pagination .next-prev span i {
  color: #806A50;
  cursor: pointer;
}
.audit-statement .status-table .card .datas .table-pagination .next-prev span button {
  height: 25px;
  width: 25px;
  background-color: #806A50;
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 7px;
  border: transparent;
}

#ratingmodal form.ratingform .modal-header button.close {
  display: none;
}

#ratingmodal form.ratingform .modal-body .form-group {
  text-align: start;
}

#ratingmodal form.ratingform .modal-footer button.btn.btn-success {
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  color: #806a50;
  padding: 5px 20px;
  font-style: normal;
  border-radius: 10px;
  line-height: normal;
  font-family: Poppins;
  border: 1px solid #806a50;
  background-color: transparent;
}

#ratingmodal form.ratingform .modal-footer button.btn.btn-default {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  font-weight: 700;
  padding: 5px 20px;
  font-style: normal;
  border-radius: 10px;
  line-height: normal;
  font-family: Poppins;
  border: 1px solid #806a50;
  background-color: #806a50;
}

#ratingmodal form.ratingform .modal-header h4.modal-title {
  font-size: 22px;
  font-weight: 600;
  color: #00aded;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}

#ratingmodal form.ratingform .modal-footer.ratingfooter {
  justify-content: space-between;
}

#ratingmodal form.ratingform .modal-body label {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.audit-report .chat .card .chatcontent {
    max-height: 78svh;
    overflow-y: auto;
    padding-right: 10px
}

.audit-report .chat .card .chatcontent::-webkit-scrollbar {
    width: 3px
}

.audit-report .chat .card .chatcontent::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px #ededed
}

.audit-report .chat .card .chatcontent::-webkit-scrollbar-thumb {
    background: #a9a9a9;
    border-radius: 10px
}

.audit-report .chat .card .chatcontent::-webkit-scrollbar-thumb:hover {
    background: #5d5c5c
}
.audit-report h1.heading {
  font-size: 24px;
  font-weight: 700;
  color: #00ADED;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.audit-report .card {
  padding: 20px 30px;
  background: #FFF;
  border-radius: 15px;
}
.audit-report .card .datas {
  overflow-x: scroll;
  margin-bottom: 20px;
}
.audit-report .card .datas::-webkit-scrollbar {
  height: 3px;
  border-radius: 10px;
}
.audit-report .card .datas::-webkit-scrollbar-track {
  background: #EDEDED;
}
.audit-report .card .datas::-webkit-scrollbar-thumb {
  background: #A9A9A9;
  border-radius: 10px;
}
.audit-report .card .datas::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.audit-report .card h4.heading {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.audit-report .card .coc-details form label {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: normal;
}
.audit-report .card .coc-details form span {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
}
.audit_coc_reason span.select2-selection.select2-selection--multiple {
  border: none;
}
.audit-report .card .coc-details form span.incomplete {
  color: #F4D04F;
}
.audit-report .card .coc-details form span.upcoming {
  color: #F4D04F;
}
.audit-report .card .coc-details form span.completed {
  color: #D2E288;
}
.audit-report .card .coc-details form input {
  color: #000000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #A9A9A9;
  padding: 5px 10px !important;
  background-color: #D9D9D9;
  border-radius: 7px;
  height: 30px;
}
.audit-report .card .coc-details form input::-moz-placeholder {
  color: #000000 !important;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.audit-report .card .coc-details form input::placeholder {
  color: #000000 !important;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.audit-report .card .coc-details form input:focus {
  outline: 0;
  box-shadow: none;
}
.audit-report .card .coc-details form select {
  border-radius: 7px;
  border: 1px solid #A9A9A9;
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 10px;
  padding: 0px 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #D9D9D9;
  height: 30px;
  width: 100%;
  outline: none;
  color: #00ADED !important;
}
.audit-report .card .coc-details form select::-moz-placeholder {
  color: #00ADED !important;
}
.audit-report .card .coc-details form select::placeholder {
  color: #00ADED !important;
}
.audit-report .card span.select2-selection.select2-selection--single {
  border: none;
}
.audit-report .card .coc-details form .sts-yesorno button {
  width: 39%;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  font-style: normal;
  border-radius: 7px;
  font-family: Poppins;
  border: 1px solid #A9A9A9;
}
.audit-report .card .coc-details form .sts-yesorno button.active {
  background: #A9A9A9;
}
  
.audit-report .card .coc-details form .select2 .select2-selection__rendered {
  /* height: 30px; */
  font-size: 10px;
  color: #000000;
  font-weight: 500;
  font-style: normal;
  border-radius: 7px;
  line-height: normal;
  font-family: Poppins;
  border: 1px solid #a9a9a9;
  padding: 5px 10px!important;
  background-color: #d9d9d9;
}

.audit-report .card .coc-details form .select2 .select2-selection__rendered li {
  text-align: end;
}
.audit-report .card .datas table thead tr th {
  font-size: 12px;
  color: #A9A9A9;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  border-bottom: none;
  font-family: Poppins;
  width: 15% !important;
}
.audit-report .card .datas table thead tr th.reference {
  max-width: 90px;
}
.audit-report .card .datas table tbody tr td {
  vertical-align: middle;
  border-bottom: 1px solid #00ADED;
}
.audit-report .card .datas table tbody .review {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.audit-report .card .datas table tbody tr td.reference {
  max-width: 150px !important;
}
.audit-report .card .datas table tbody .review span.incomplete {
  color: #F44F4F;
}
.audit-report .card .datas table tbody .review span.upcoming {
  color: #F4D04F;
}
.audit-report .card .datas table tbody .review span.completed {
  color: #D2E288;
}
.audit-report .card .datas table tbody .statement, .audit-report .card .datas table tbody .comments {
  color: #00ADED;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.audit-report .card .datas table tbody .reference, .audit-report .card .datas table tbody .performance {
  font-size: 12px;
  font-weight: 500;
  color: #00ADED;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.audit-report .card .datas table tbody tr td.reference a {
  font-size: 10px;
  color: #00aded;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  text-decoration: none;
}
.audit-report .card .datas table tbody .status {
  color: #F44F4F;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.audit-report .card .datas table tbody .status span.incomplete {
  color: #F44F4F;
}
.audit-report .card .datas table tbody .status span.upcoming {
  color: #F4D04F;
}
.audit-report .card .datas table tbody .status span.completed {
  color: #D2E288;
}
.audit-report .card .datas table tbody .comments {
  min-width: 150px !important;
}
.audit-report .card .datas table tbody .images .image-center {
  width: 30px;
  margin: 0 auto;
}
.audit-report .card .datas table tbody .images span.image {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background: #A9A9A9;
}
.audit-report .card .datas table tbody .images span.image a {
  width: 100%;
  height: 100%;
}
.audit-report .card .datas table tbody .images span.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audit-report .card .notice span {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.audit-report .card .notice p {
  color: #000;
  margin-top: 12px;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}
.audit-report .card a.newpage {
  color: #1400FF;
  font-family: Poppins;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.audit-report .chat .card {
  padding: 20px 20px;
}
.audit-report .chat .card .chat-container {
  /* padding: 10px 10px;  */
  margin-top: 10px;
}
.audit-report .chat .card .chat-container::-webkit-scrollbar {
  width: 3px;
  border-radius: 10px;
}
.audit-report .chat .card .chat-container::-webkit-scrollbar-track {
  background: #EDEDED;
}
.audit-report .chat .card .chat-container::-webkit-scrollbar-thumb {
  background: #A9A9A9;
  border-radius: 10px;
}
.audit-report .chat .card .chat-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.audit-report .chat .card .chat-container p {
  color: #A9A9A9;
  font-size: 12px;
  font-weight: 300;
  line-height: 0px;
  margin-bottom: 5px;
  font-style: normal;
  font-family: Poppins;
  text-decoration-line: underline;
}
.audit-report .chat .card .chat-container .left .chat_options {
  top: 21px;
  right: 0px;
  padding: 4px;
  border-radius: 2px;
  position: absolute;
  background: #d9d9d9;
}

.audit-report .chat .card .chat-container .left i {
  cursor: pointer;
}

.audit-report .chat .card .chat-container .left p {
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  text-decoration: none;
}

.audit-report .chat .card .chat-container .left p a {
  color: #000;
  text-decoration: none;
}
.audit-report .chat .card .chat-container .right .chat_options {
  top: 25px;
  right: 10px;
  padding: 4px;
  border-radius: 2px;
  position: absolute;
  background: #d9d9d9;
}

.audit-report .chat .card .chat-container .right i {
  cursor: pointer;
}

.audit-report .chat .card .chat-container .right p {
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  text-decoration: none;
}

.audit-report .chat .card .chat-container .right p a {
  color: #000;
  text-decoration: none;
}
  
.audit-report .chat .card .chat-container .left {
  margin: 20px 0;
  position: relative;
}
.audit-report .chat .card .chat-container .left span.name {
  display: block;
  font-size: 6px;
  line-height: 2;
  color: #A9A9A9;
  font-weight: 500;
  font-style: normal;
  font-family: Poppins;
}
.audit-report .chat .card .chat-container span.message {
  height: 20px;
  display: flex;
  color: #000;
  font-size: 6px;
  min-width: 60px;
  font-weight: 500;
  padding: 5px 10px;
  font-style: normal;
  position: relative;
  border-radius: 10px;
  align-items: center;
  font-family: Poppins;
  background: #EDEDED;
  justify-content: space-between;
}
.audit-report .chat .card .chat-container sub {
  font-size: 6px;
  color: #A9A9A9;
  margin-left: 5px;
  font-weight: 500;
  text-align: center;
  font-style: normal;
  font-family: Poppins;
}
.audit-report .chat .card .chat-container .right {
  margin: 20px 0;
  text-align: right;
  position: relative;
}
.audit-report .chat .card .chat-container span.name {
  display: block;
  font-size: 6px;
  color: #A9A9A9;
  font-weight: 500;
  /* line-height: 0px; */
  font-style: normal;
  font-family: Poppins;
}
.audit-report .chat .card .chat-container .right sub {
  margin-left: 0;
  /*margin-right: 5px !important;*/
  margin-right: 24px !important;
}
.audit-report .chat .card .chat-container .left span.mgs_time {
  font-size: 6px;
  color: #a9a9a9;
  margin-left: 5px;
  font-weight: 500;
  text-align: center;
  font-style: normal;
  font-family: Poppins;
}
.audit-report .chat .card .chat-container .right span.mgs_time {
  font-size: 6px;
  color: #a9a9a9;
  margin-left: 5px;
  font-weight: 500;
  text-align: center;
  font-style: normal;
  font-family: Poppins;
}
.audit-report .chat .card .chat-container .left span.message {
  /* padding-right: 40px; */
  display: flex;
  min-width: 60px;
  align-items: center;
  justify-content: space-between;
}
.audit-report .chat .card .chat-container .left span.message i {
  cursor: pointer;
}
.audit-report .chat .card .chat-container .left .mgs_content {
  display: flex;
  margin-top: 6px;
  align-items: center;
}
.audit-report .chat .card .chat-container .chatbar_options {
  /*margin-top: 7px;*/
  /*Updated by vimala*/
  margin-top: -23px;
  padding-left: 15px;
}
.audit-report .chat .card .chat-container .chatbar_options p {
  line-height: .8;
  padding-left: 50px;
  text-decoration: none;
}
.audit-report .chat .card .chat-container .chatbar_options p a {
  font-size: 8px;
  color: black;
  margin: 5px 0 0;
  font-weight: 500;
  text-decoration: none !important;
}
.audit-report .chat .card .chatinput {
  margin: 7px 0;
}
.audit-report .chat .card .chatinput .chat-area {
  position: relative;
}
.audit-report .chat .card .chatinput .chat-area input {
  width: 100%;
  /* height: 25px; */
  border: none;
  outline: none;
  font-size: 12px;
  color: #727272;
  font-weight: 500;
  padding: 6px 10px;
  font-style: normal;
  border-radius: 10px;
  font-family: Poppins;
  background: #EDEDED;
}
.audit-report .chat .card .chatinput .chat-area button.send {
  top: 6.5px;
  right: 5px;
  width: 17px;
  border: none;
  color: #fff;
  height: 17px;
  display: flex;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 50%;
  position: absolute;
  align-items: center;
  background-color: #10b2ee;
}
.performance h1.heading {
  font-size: 24px;
  font-weight: 700;
  color: #00ADED;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}



.progress-status circle {
  fill: white;
}

.dashboard .performace-table .status .standing circle {
  fill: white;
}

.dashboard h1.heading {
  font-size: 24px;
  font-weight: 700;
  color: #00ADED;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.dashboard h1.heading span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
  padding: 0px 10px;
  border-radius: 50%;
  vertical-align: middle;
  border: 2px solid #00ADED;
}
.dashboard .performace-table .status {
  display: flex;
  border-radius: 18px;
  background-color: #806A50;
}
.dashboard .performace-table .status .standing {
  width: 45%;
  padding: 15px;
  background: #fff;
  border-radius: 18px;
}
.dashboard .performace-table .status .standing .circle-big {
  width: 134px;
  height: 134px;
  margin: 0 auto;
  position: relative;
}
.dashboard .performace-table .status .standing .circle-big .text {
  top: 25px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.dashboard .performace-table .status .standing .circle-big .text .small {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.dashboard .performace-table .status .standing .circle-big .text span {
  display: block;
}
.dashboard .performace-table .status .standing .circle-big .text span.rank {
  color: #000;
  font-size: 8px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.dashboard .performace-table .status .standing .circle-big .text span.performance {
  width: 100px;
  color: #000;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  font-style: normal;
  font-family: Poppins;
}
.dashboard .performace-table .status .standing .circle-big .text span.cpd {
  font-size: 8px;
  font-weight: 500;
  color: #A9A9A9;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.dashboard .performace-table .status .sts-performace h4 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.dashboard .performace-table .status .sts-performace p {
  color: #fff;
}
.dashboard .performace-table .status .sts-performace p.view_performance {
  width: 133px;
  padding: 5px;
  margin: auto;
  font-size: 13px;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #00ADED;
}
.dashboard .performace-table .status .sts-performace p.view_performance a{
  color: #fff;
  text-decoration: none;
}
.dashboard .performace-table .status .sts-performace p.heading {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  font-style: normal;
  line-height: normal;
  margin-bottom: 10px;
  font-family: Poppins;
  color: #A9A9A9 !important;
}
.dashboard .performace-table .status .sts-performace .data {
  margin: 10px 0 !important;
}
.dashboard .performace-table .status .sts-performace .data.active {
  border-radius: 3px;
  background: #D2E288;
}
.dashboard .performace-table .status .sts-performace p.listing {
  padding: 3px 0;
  font-size: 12px;/* 26/03/2024 */
  font-weight: 600;
  margin-bottom: 0px;
  font-style: normal;
  text-align: center;
  line-height: normal;
  font-family: Poppins;
  color: #000 !important;
}
.dashboard .performace-table .status .leaderboard {
  width: 55%;
  padding: 35px 20px;
}
.dashboard .performace-table .status .leaderboard h5.heading {
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.dashboard .performace-table .status .leaderboard .region {
  position: relative;
  border-bottom: 2px solid #fff;
}
.dashboard .performace-table .status .leaderboard .top {
    display: flex;
    justify-content: space-between;
}
.dashboard .performace-table .status .leaderboard .region span.select2-selection__arrow {
  display: none;
}
.dashboard .performace-table .status .leaderboard .region i.fa-solid.fa-angle-left {
  top: 14px;
  right: -2px;
  font-size: 11px;
  position: absolute;
}
.dashboard .performace-table .status .leaderboard .region .select2-container--default .select2-selection--single {
    background: transparent;
    border: none;
}

.dashboard .performace-table .status .leaderboard .region .select2-container--default .select2-selection--single span#select2-city-container {
  z-index: 9;
  font-size: 12px;
  color: #A9A9A9;
  font-weight: 600;
  margin-top: 10px;
  text-align: right;
  position: relative;
  padding-right: 7px;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.dashboard .performace-table .status .leaderboard .top button.reg {
  border: none;
  height: 25px;
  color: #806A50;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 12px;
  background: #FFF;
  border-radius: 9px;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.dashboard .performace-table .status .leaderboard .region p {
  color: #A9A9A9;
  text-align: right;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
}
.dashboard .performace-table .status .leaderboard .region p i {
  margin-left: 5px;
}
.dashboard .performace-table .status .leaderboard .head {
  padding: 10px 0;
}
.dashboard .performace-table .status .leaderboard .head span {
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.dashboard .performace-table .status .leaderboard .list {
  display: flex;
  align-items: center;
}
.dashboard .performace-table .status .leaderboard .list .row.image-name {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard .performace-table .status .leaderboard .list span {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.dashboard .performace-table .status .leaderboard .list .image-name span.image {
  width: 45px;
  height: 45px;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
}
.dashboard .performace-table .status .leaderboard .list .image-name p.name {
  color: #FFF;
  font-family: Poppins;
  font-size: 12px; /* 26/03/2024 */
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.dashboard .performace-table .status .leaderboard .list .image-name span.company {
  color: #FFF;
  font-size: 12px; /* 26/03/2024 */
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.dashboard .dashabord-audit-statement h1.heading {
  color: #00ADED;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.dashboard .dashabord-audit-statement .status-table .card {
  padding: 15px 30px;
  border-radius: 15px;
  background: #FFF;
  border: none;
}
.dashboard .dashabord-audit-statement .status-table .card .progress-status .status-count {
  display: flex;
  gap: 15px;
}
.dashboard .dashabord-audit-statement .status-table .card .progress-status .status-count button.list {
  text-wrap: wrap;
  height: 54px;
  color: #806A50;
  font-family: Poppins;
  font-size: 12px;
  text-wrap: nowrap;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 9px;
  border: 1px solid #806A50;
}
.dashboard .dashabord-audit-statement .status-table .card .progress-status .status-count button.list span {
  color: #806A50;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: normal;
}
.dashboard .dashabord-audit-statement .status-table .card .progress-status .status-count button.list.active {
  background: #806A50;
  color: #FFF !important;
}
.dashboard .dashabord-audit-statement .status-table .card .progress-status .status-count button.list.active span {
  color: #fff;
}
.dashboard .dashabord-audit-statement .status-table .card .progress-status .failed-ratio {
  float: right;
}
.dashboard .dashabord-audit-statement .status-table .card .progress-status .failed-ratio .circle-big {
  position: relative;
  width: 95px;
}
.dashboard .dashabord-audit-statement .status-table .card .progress-status .failed-ratio .circle-big .text {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 25px;
}
.dashboard .dashabord-audit-statement .status-table .card .progress-status .failed-ratio .circle-big .text span.rank {
  color: #000;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
.dashboard .dashabord-audit-statement .status-table .card .progress-status .failed-ratio .circle-big .text span.performance {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 70%;
  display: block;
  margin: 0 auto;
}
.dashboard .dashabord-audit-statement .status-table .card .progress-status .failed-ratio .circle-big svg.success {
  position: absolute;
  right: 0;
}
.dashboard .dashabord-audit-statement .status-table .datas table thead tr th {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  padding: 10px 0px;
}
.dashboard .dashabord-audit-statement .status-table .datas table thead tr th span {
  display: block;
}
.dashboard .dashabord-audit-statement .status-table .datas table tbody tr:last-child td {
  /* border-bottom: none; */
}
.dashboard .dashabord-audit-statement .status-table .datas table tbody tr td {
  border-bottom: 2px solid #00ADED;
  padding: 15px 0;
}
.dashboard .dashabord-audit-statement .status-table .datas table tbody tr .status {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.dashboard .dashabord-audit-statement .status-table .datas table tbody tr .status span {
  border-radius: 19px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 7px 15px;
}
.dashboard .dashabord-audit-statement .status-table .datas table tbody tr .status .refix {
  background: #F44F4F;
}
.dashboard .dashabord-audit-statement .status-table .datas table tbody tr .status .pending {
  background: #F4D04F;
}
.dashboard .dashabord-audit-statement .status-table .datas table tbody tr .status .complete {
  background: #D2E288;
}
.dashboard .dashabord-audit-statement .status-table .datas table tbody tr .coc-no {
  color: #000000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dashboard .dashabord-audit-statement .status-table .datas table tbody tr .coc-no span.date {
  color: #000000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
.dashboard .statement .card {
  padding: 15px 30px;
  border-radius: 15px;
  background: #FFF;
  border: none;
}
.points p.title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-wrap: nowrap;
}

.points span.point {
  font-size: 22px;
  font-weight: 800;
  color: #00ADED;
  text-wrap: nowrap;
}
.dashboard .statement .card .coc-statement table thead tr th {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}
.dashboard .statement .card .coc-statement table tbody tr td {
  padding: 25px 0;
  border-bottom: 2px solid #00ADED;
}
.dashboard .statement .card .coc-statement table tbody tr {
  border-bottom: 2px solid #00aded;
}
.dashboard .statement .card .coc-statement table tbody tr .coc-no {
  color: #000000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dashboard .statement .card .coc-statement table tbody tr .status {
  color: #000000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dashboard .statement .card .coc-statement table tbody tr .status span {
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.dashboard .statement .card .coc-statement table tbody tr .type {
  color: #000000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dashboard .statement .card .coc-statement table tbody tr .Adress {
  color: #000000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.8px;
}
.dashboard .statement .card .coc-statement table tbody tr .date {
  color: #000000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.dashboard .statement .card .coc-statement table tbody tr .action {
  color: #00ADED;
}
.dashboard .messages .card {
  padding: 30px 15px;
  border-radius: 15px;
  background: #FFF;
  border: none;
}
.dashboard .messages .card .message-container {
  height: 400px;
  overflow-y: scroll;
  padding: 0 15px;
}
.dashboard .messages .card .message-container::-webkit-scrollbar {
  width: 3px;
  border-radius: 10px;
}
.dashboard .messages .card .message-container::-webkit-scrollbar-track {
  background: #EDEDED;
}
.dashboard .messages .card .message-container::-webkit-scrollbar-thumb {
  background: #A9A9A9;
  border-radius: 10px;
}
.dashboard .messages .card .message-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.dashboard .messages .card .message-container .message-body {
  position: relative;
  border-bottom: 1px solid #00aded;
}
.dashboard .messages .card .message-container .message-body span.notify {
    width: 8px;
    height: 8px;
    display: block;
    background: #D2E288;
    border-radius: 20px;
    position: absolute;
    left: -15px;
    top: 10px;
}
.dashboard .messages .card .message-container .message-body .header p {
  color: #00ADED;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.dashboard .messages .card .message-container .message-body .header p.completed {
  color: #000000 !important;
}
.dashboard .messages .card .message-container .message-body .header span {
  display: block;
  height: 20px;
}
.dashboard .messages .card .message-container .message-body p.message-content {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dashboard .messages .card .message-container .message-body .footer p {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.dashboard .circular-progress .progress-wrapper .svg_content .svg_inn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dashboard .circular-progress .progress-wrapper .svg_content .svg_inn span.tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
}

.dashboard .circular-progress .progress-wrapper .svg_content .svg_inn:hover span.tooltiptext {
  visibility: visible;
  border-radius: 5px;
  font-size: 12px;
  background: #fff;
  color: #00aded;
  border: none;
  box-shadow: 0px 0px 3px 1px #00000030;
  padding: 5px;
  text-align: start;
  position: absolute;
  top: -70px !important;
  z-index: 111;
  left: 40px;
}

.dashboard .circular-progress .progress-wrapper .svg_content .svg_inn span.tooltiptext {
    width: 150px !important;
    border-radius: 5px;
}

div#msgModal .modal-content {
    width: 80%;
}

div#msgModal .modal-content .modal-header h5.modal-title {
  font-size: 22px;
  font-weight: 600;
  color: #00aded;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}

div#msgModal .modal-content .modal-header button {
  border: none;
  display: none;
  color: #f00;
  font-size: 20px;
  background: transparent;
}
div#msgModal .modal-content .modal-body .header p {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
div#msgModal .modal-content .modal-body p {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  margin: 2px 0 !important;
}
div#msgModal .modal-content .modal-body p span {
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  margin: 2px 0 !important;
  color: #000 !important;
  font-size: 11px !important;
  font-family: Poppins !important;
} 
div#msgModal .modal-content .modal-footer .append_msg_footer {
  gap: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
div#msgModal .modal-header, .dashboard div#msgModal .modal-footer {
  border: none;
}
div#msgModal .modal-content .modal-footer .append_msg_footer button.btn.btn-secondary.markmsg {
  font-size: 12px;
  cursor: pointer;
  font-weight: 700;
  color: #806a50;
  padding: 5px 20px;
  font-style: normal;
  border-radius: 10px;
  line-height: normal;
  font-family: Poppins;
  border: 1px solid #806a50;
  background-color: transparent;
}
div#msgModal .modal-content .modal-footer .append_msg_footer button.btn.btn-primary.markmsg {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  font-weight: 700;
  padding: 5px 20px;
  font-style: normal;
  border-radius: 10px;
  line-height: normal;
  font-family: Poppins;
  border: 1px solid #806a50;
  background-color: #806a50;
}
.modal-content{
  width: 50%;
  margin: 0 auto;
}
.modal-content .purchase_otp input {
  width: 8%;
  height: 32px;
  border: none;
  border-radius: 5px;
  background-color: #a3a3a3;
}
.modal-content .form-group {
  text-align: center;
}
.modal-content .purchase_otp {
  margin: 0 10px 15px;
}
.modal-content .invalidOTP {
  color: #F44F4F;
  font-size: 13px;
  font-weight: 600;
}
.modal-content .form-group h4 {
  font-size: 13px;
}
.modal-content label {
  margin: 10px 0 0;
}
.modal-content .enter_otp h3 {
  margin: 15px 0;
  font-size: 14px;
}
.modal-content button.btn.btn-success.resend {
  border: none;
  color: #7612e1;
  font-weight: 600;
  text-decoration: underline;
  background-color: transparent;
}
button.btn.btn-success.resend:focus {
  box-shadow: none;
}
.modal-content .otp_buttons {
  gap: 20px;
  display: flex;
  justify-content: center;
}
.modal-content .otp_buttons button.btn.btn-success {
  border: none;
  background-color: #806A50;
}


/* EDIT-PROFILE */

.edit-profile .card {
  border-radius: 15px;
  background: #FFF;
  border: none;
  padding: 20px;
}
.edit-profile .card span.select2-selection.select2-selection--single {
  border-radius: 7px;
}
.edit-profile .card .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  font-family: Poppins;
}

.edit-profile .card .apply button.apply {
    height: 27px;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    font-style: normal;
    border-radius: 9px;
    font-family: Poppins;
    background: #806a50
}

.edit-profile .card .apply button.apply a {
    color: #fff;
    text-decoration: none
}

span.select2.select2-container.select2-container--default {
  max-width: 100%;
  min-width: 100% !important;
}
li.select2-results__option {
  font-size: 12px;
  font-weight: 600;
  color: #00ADED;
  font-family: Poppins;
}
.edit-profile .card .profile {
  /*gap: 30px;*/
  gap: 5px;
  display: flex;
  align-items: center;
}
.edit-profile .card .profile .image {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.edit-profile .card .profile .image img#profile_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.edit-profile .card .profile .details p.name {
  font-size: 18px;
  color: #00ADED;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0px;
  line-height: normal;
  font-family: Poppins;
}
.edit-profile .card .profile .details p.role {
  font-size: 14px;
  color: #00ADED;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0px;
  line-height: normal;
  font-family: Poppins;
}
.edit-profile .card .profile .details .date-section {
  gap: 20px;
  display: flex;
  justify-content: space-between;
}
.edit-profile .card .profile .details .date-section .reg span {
  font-size: 12px;
  color: #00ADED;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.edit-profile .card .profile .details .date-section .reg-count {
  font-size: 14px;
  color: #00ADED;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.edit-profile .card .specialize p {
  margin: 10px 0;
  font-size: 12px;
  color: #A9A9A9;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.edit-profile .card .specialize ul {
  padding: 0;
  list-style: none;
}
.edit-profile .card .specialize ul li {
  gap: 10px;
  margin: 5px 0px;
  align-items: center;
  display: inline-flex;
}
.edit-profile .card .specialize ul li p {
  color: #000 !important;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.edit-profile .card .current-emp p {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.edit-profile .card .current-emp h5 {
  font-size: 18px;
  color: #00ADED;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.edit-profile .address .update {
  height: 27px;
  border: none;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 9px;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  background: #806A50;
}
.edit-profile h3.heading {
  color: #00ADED;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.edit-profile h6.heading {
  color: #00ADED;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.edit-profile .address input {
  height: 30px;
  width: 100%;
  color: #000000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 5px 10px;
  border-radius: 7px;
  border: 1px solid #A9A9A9;
  outline: none;
}
.edit-profile .address input::-moz-placeholder {
  color: #000000;
}
.edit-profile .address input::placeholder {
  color: #000000;
}
.edit-profile .address label {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.edit-profile .address p.result {
  color: #000000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.edit-profile .labels p {
  font-size: 12px;
  font-weight: 500;
  color: #A9A9A9;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.edit-profile .result {
  align-items: center;
}
.edit-profile .result p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000000;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.edit-profile .result button.request {
  border: none;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  text-wrap: nowrap;
  padding: 5px 15px;
  border-radius: 9px;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  background: #806A50;
}
.edit-profile .result button.request a {
    color: #fff;
    text-decoration: none;
}
.edit-profile .pirb .card .registartion_card label {
  color: #a9a9a9;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.edit-profile .pirb .card .registartion_card select {
  height: 30px;
  width: 100%;
  color: #00aded;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 5px 10px;
  border-radius: 7px;
  border: 1px solid #a9a9a9;
  outline: none;
}

.edit-profile .pirb .card .registartion_card button.btn {
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 9px;
  border: none;
  background: #806a50;
  height: 27px;
}
.edit-profile .pirb h1.heading {
  color: #00ADED;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.edit-profile .pirb .card {
  border-radius: 15px;
  background: #FFF;
  border: none;
  padding: 20px;
}
.edit-profile .pirb .card .details label {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.edit-profile .pirb .card .details p {
  color: #000000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.edit-profile .pirb .card .details p.status {
  color: #37AD00;
}
.edit-profile .pirb .card .id-card img {
  width: 50%;
  margin: 0 auto;
}
.edit-profile .pirb .card .apply button.apply {
  height: 27px;
  border: none;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 15px;
  font-style: normal;
  border-radius: 9px;
  font-family: Poppins;
  background: #806A50;
}
.edit-profile .pirb .card .apply button.apply a {
  color: #fff;
  text-decoration: none;
}
.edit-profile .pirb .personal-details .labels p.result {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.edit-profile .pirb .address {
  align-items: flex-end;
}
.edit-profile .pirb .address button#deliverCardUpdation {
  padding: 5px 20px;
}
.edit-profile .pirb .address button.update {
  height: 27px;
  border: none;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  border-radius: 9px;
  font-style: normal;
  width: fit-content;
  line-height: normal;
  font-family: Poppins;
  background: #806A50;
}
.edit-profile .performance table thead tr th {
  border: none;
}
.edit-profile .performance table thead tr th span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #A9A9A9;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.edit-profile .performance table tbody tr td {
  font-size: 12px;
  padding: 15px 0;
  font-weight: 600;
  color: #00aded;
  border-bottom: 2px solid #00aded;
}
.edit-profile .performance table tbody tr td span {
  display: block;
  color: #000000;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.edit-profile .performance table tbody tr td span.certificateno {
  font-size: 16px;
  font-weight: 600;
}
.edit-profile .performance table tbody tr td span.date {
  font-size: 12px;
  font-weight: 500;
}
.edit-profile .performance table tbody tr td span.qc-type {
  font-weight: 600;
  font-size: 14px;
}
.edit-profile .performance table tbody tr td span.qc-route {
  font-weight: 500;
  font-size: 12px;
}
.edit-profile .pirb .card .id-card img.id_admin {
    width: 66%;
    margin-bottom: 10px;
    border: 2px solid #ff8000 !important;
}

.edit-profile .pirb .card .id-card img.id_logo {
    /* width: 100%; */
}

.edit-profile .pirb .card .id-card p.user_name {
  font-size: 11px;
  font-weight: 500;
  padding-right: 8px;
  font-family: Poppins;
}

.edit-profile .pirb .card .id-card p.register-num {
  font-size: 10px;
  margin: 20px 0px;
  font-weight: 600;
  text-align: start;
  font-family: Poppins;
}

.edit-profile .pirb .card .id-card p.rene-date {
    text-align: start;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 30px;
}

.edit-profile .pirb .card .id-card tr.add_idcard_color {
    height: 27px !important;
    background-color: #ff8000 !important;
}

.edit-profile .pirb .card .id-card img.plum_lic {
    width: 59px;
    margin: -22px 5px 0px 5px !important;
    height: 55px;
    background-color: #fff;
    object-fit: contain;
}

.edit-profile .pirb .card .id-card .idcard_icon {
    width: 30%;
    display: inline-block;
    float: left;
    text-align: left;
    vertical-align: middle;
    padding-left: 29px;
}

.edit-profile .pirb .card .id-card .idcard--name {
    width: 70%;
    display: inline-block;
    float: left;
    text-align: left;
    vertical-align: middle;
}

.edit-profile .pirb .card .id-card p.license {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    width: 100%;
    margin-top: 0px;
    color: #fff;
}
/* 21-03-24 */
.edit-profile .pirb .card .id-card table#id_Card{
  width: 100%;
  height: unset;
  max-width: 350px;
  aspect-ratio: 3.3 / 2.1;
}
.edit-profile .pirb .card .id-card table#id_Card,table#id_Card_back {
  /*width: 75%;*//* 21-03-24 */
  margin: auto;
  height: 230px;
  padding: 10px!important;
  border: 1px solid #f5f9fc;
  background-color: #f5f9fc;
  box-shadow: 1px 4px 14px rgba(0,0,0,.44);
}

.edit-profile .pirb .card .id-card #id_Card_back tbody:first-child tr:first-child td {
  padding: 6px 75px 6px 16px !important;
}


.edit-profile .pirb .card .id-card p.first-card-txt {
  margin: 0;
  line-height: 1;
  font-size: 11px;
}

.edit-profile .pirb .card .id-card  #id_Card_back tr td {
    padding: 5px;
}

.edit-profile .pirb .card .id-card td.logo_content {
  width: 60%;
  padding: 5px 0 0 10px;
}

.edit-profile .pirb .card .id-card td.profile_content {
  width: 130px;
  text-align: end;
  padding: 5px 10px 0 0;
  vertical-align: baseline;
}

/*.edit-profile .pirb .card .id-card td.profile_content img {
  width: 60%;
  height: 100px;
}*/

.edit-profile .pirb .card .id-card td.profile_content img {
    object-fit: contain;
}
/* 21-03-24 */
  
.edit-profile .pirb .card .id-card .card_back {
  width: 100%;
  height: unset;
  max-width: 350px;
  aspect-ratio: 3.3 / 2.1;
}

.edit-profile .pirb .card .id-card .card_back {
  /*width: 75%;*/ /* 21-03-24 */
  margin: auto;
  display: flex;
  /*height: 230px;*/ /* 21-03-24 */
  margin-top: 20px;
  overflow: hidden;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  background-color: #f5f9fc;
  border: 1px solid #f5f9fc;
  box-shadow: 1px 4px 14px rgba(0,0,0,.44);
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_top {
  padding: 10px;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_title p.title {
  font-size: 8px;
  margin: 0 0 4px;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list {
  gap: 5px;
  display: flex;
  justify-content: space-between;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_1{
  gap: 5px;
  width: 50%;
  display: grid;
  align-items: self-start;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_1 .list_content {
  gap: 5px;
  height: 20px;
  display: flex;
  align-items: center;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_1 .list_content span.list_text {
  font-size: 8px;
  text-wrap: nowrap;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_1 .list_content span.list_img {
  width: 20px;
  height: 20px;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_1 .list_content span.list_img img{
  width: 100%;
  height: 100%;
  margin-top: -5px;
  object-fit: cover;
}
.card_back .card_content .content_top .item_list .list_2 {
  gap: 5px;
  width: 50%;
  display: grid;
  align-items: self-start;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_2 .list_content {
  gap: 5px;
  display: flex;
  align-items: center;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_2 .list_content span.list_text {
  font-size: 8px;
  text-wrap: nowrap;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_2 .list_content span.list_img {
  width: 20px;
  height: 20px;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_2 .list_content span.list_img img {
  width: 100%;
  height: 100%;
  margin-top: -5px;
  object-fit: cover;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_bottom {
  height: 38%;
  display: flex;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_bottom .emp_detail {
  width: 80%;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_bottom .emp_detail .details {
  height: 50%;
  display: flex;
  align-items: center;
  border-top: 1px solid;
  padding: 0 5px 5px 10px;
  border-bottom: 1px solid;
  justify-content: space-between;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_bottom .emp_detail .details span.name {
  font-size: 10px;
  font-weight: 600;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_bottom .emp_detail .details span.role {
  width: 35%;
  font-size: 8px;
  line-height: 8px;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_bottom .emp_detail .verification {
  text-align: start;
  padding-left: 10px;
  padding-top: 5px;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_bottom .emp_detail .verification p {
  font-size: 8px;
  margin: 0;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_bottom .Specialisation {
  width: 30%;
  display: grid;
  padding-bottom: 5px;
  border-top: 1px solid;
  border-left: 1px solid;
  justify-content: center;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_bottom .Specialisation  p {
  font-weight: 600;
  font-size: 8px;
  margin: 0;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_bottom .Specialisation ul {
  margin: 0;
  list-style: none;
  padding-left: 20px;
  width: fit-content;
}
.edit-profile .pirb .card .id-card .card_back .card_content .content_bottom .Specialisation ul li {
  width: 50px;
  font-size: 8px;
  text-wrap: wrap;
  text-align: start;
}
.edit-profile .pirb .card .id-card .card_back .card_footer {
  position: relative;
  background-color: #ff8000;
  width: 10%;
}
.edit-profile .pirb .card .id-card .card_back .card_footer span.master_plumb {
  top: 42%;
  left: -47px;
  color: #fff;
  font-size: 15px;
  text-wrap: nowrap;
  position: absolute;
  font-family: Poppins;
  transform: rotate(-90deg);
}

.edit-profile .pirb .card .id-card .card_back .card_content {
  width: 90%;
  height: 100%;
}

ul {
  display: block !important;
}

.logcocstatementbody .datepicker table tr td.active:not(.disabled) {
    color: #fff !important;
}
.logcocstatementbody .datepicker table tr td.day:not(.disabled) {
    color: #000;
    font-weight: 600;
}

.label-note {
   font-size: 11px;
}
input.same_as_chk{
    height: fit-content !important;
    width: fit-content !important;
    position: absolute;
}
p.chklabel{
  padding-left: 17px;
}

@media screen and (max-width: 1500px){
  .edit-profile .pirb .address button.update {
    width: fit-content;
  }
}

/* CPD-REWARD */

.datepicker-days th, .datepicker-days td {
  font-weight: 400;
  padding: 5px 10px;
}

.circular-progress{
  float: left;
  }
  .circular-progress .progress-wrapper circle {     
    fill: none;
    stroke-dasharray: 0;
  }
  .meter{
    fill: none !important;
    transition: stroke-dashoffset 1s cubic-bezier(0.43, 0.41, 0.22, 0.91);
    transform-origin: center center;
    transform: rotate(-90deg) scaleX(-1);
  }
  .meter2 {
    /*stroke-width: 10px;*/
    /*stroke: #008eff;*/
    fill: none !important;
  transition: stroke-dashoffset 1s cubic-bezier(0.43, 0.41, 0.22, 0.91);
    transform-origin: center center;
    transform: rotate(-91deg) scale(1, 1.03);
   /* transform: rotate(-90 150 150) translate(18.75,18.75);*/
  }
  text.rank {
      color: #000;
    font-weight: 500;
    font-size: 13px;
  }
  text.performance {
      color: #000;
    font-weight: 500;
    font-size: 12px;
  }
  text.prank {
      color: #000;
    font-weight: 500;
    font-size: 11px;
  }
  text.pperformance {
      color: #000;
    font-weight: 600;
    font-size:12px;
  }
  text.small {
    font-weight: 600;
    font-size: 10px;
  }
  text.cpd {
      font-weight: 400;
      font-size: 11px;
      color: #000;
  }
  /* PROGRESS BAR - BASE */
  .hmeter { 
      height: 12px;
      height: 12px;
      position: absolute;
      background: #d4d4d4;
  }

  .hmeter > span {
      display: block;
      height: 100%;
      background-color: #00aded;
      position: relative;
      overflow: hidden;
  }
  .hmeter > span:after {
      content: "";
      position: absolute;
      top: 0; left: 0; bottom: 0; right: 0;    
      overflow: hidden;
  }

  /* PROGRESS BAR - ANIMATION */
  @-webkit-keyframes move {
    0% {background-position: 0 0;}
    100% {background-position: 30px 30px;}
  }
  @-moz-keyframes move {
    0% {background-position: 0 0;}
    100% {background-position: 30px 30px;}
  }
  ::-ms-fill-lower {background: #00aded;}

  .cpd-reward .account-table .card table tbody tr .image span img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .cpd-reward .datas div#DataTables_Table_0_wrapper {
    overflow-x: scroll;
    padding-bottom: 20px;
  }

.cpd-reward h1.heading {
  color: #00ADED;
  font-family: Poppins;
  font-style: normal;
  line-height: normal;
  font-size: 24px;
  font-weight: 700;
}
.cpd-reward h1.heading span {
  font-weight: 500;
  border-radius: 50%;
  padding: 0px 10px;
  border: 2px solid #00ADED;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
}
.cpd-reward h1.heading .tool-tip:hover .tooltiptext {
    visibility: visible;
    width: 200px;
    border-radius: 5px;
    font-size: 12px;
    background: #fff;
    color: #00aded;
    border: none;
    box-shadow: 0px 0px 3px 1px #00000030;
    left: 25px;
    top: -10px;
    padding: 5px;
    text-align: start;
}

.cpd-reward h1.heading .tool-tip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.cpd-reward h1.heading .tool-tip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
}

.cpd-reward h1.heading span {
    font-weight: 500;
    border-radius: 50%;
    padding: 0 10px;
    border: 2px solid #00aded;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px;
}

.cpd-reward .reward-progress .card {
  border-radius: 15px;
  background: #FFF;
  border: none;
  padding: 20px;
}
/* .cpd-reward .reward-progress .card .points p.title {
  color: #000;
  margin: 5px 0;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-family: Poppins;
  line-height: normal;
}
.cpd-reward .reward-progress .card .points span.point {
  color: #00ADED;
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  line-height: normal; 
  font-family: Poppins;
}*/
.cpd-reward .account-table .card {
  padding: 20px;
  background: #FFF;
  border-radius: 15px;
}
.cpd-reward .account-table .card .search input {
  height: 30px;
  outline: none;
  font-size: 10px;
  color: #A9A9A9;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 7px;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  border: 1px solid #A9A9A9;
}
.cpd-reward .account-table .card table thead tr th {
  border: none;
  padding: 10px;
  font-size: 12px;
  color: #A9A9A9;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.cpd-reward .account-table .card table thead tr th.date {
  padding-left: 9px;
  text-align: start;
}
.cpd-reward .account-table .card table thead tr th.activity {
  padding-left: 10px;
}
.cpd-reward .account-table .card table thead tr th.image, .cpd-reward .account-table .card table thead tr th.comment {
  text-align: center;
}
.cpd-reward .account-table .card table tbody tr td {
  text-align: center;
  padding: 1.2rem 0.5rem;
  border-bottom: 2px solid #00ADED;
}
.cpd-reward .account-table .card table tbody td.comment {
  text-align: center;
}
.cpd-reward .account-table .card table tbody tr td.activity {
    text-align: start;
}
.cpd-reward .account-table .card table tbody tr td.date {
  text-align: start;
}
.cpd-reward .account-table .card table tbody tr td.text-end {
  padding-right: 19px;
}
.cpd-reward .account-table .card table tbody tr td.text-end .fa-chevron-right {
  cursor: pointer;
  color: #00aded;
}
.cpd-reward .account-table .card table tbody tr .image .img_icon {
  display: flex;
  justify-content: center;
}
.cpd-reward .account-table .card table tbody tr .activity, .cpd-reward .account-table .card table tbody tr .comment {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.cpd-reward .account-table .card table tbody tr .date, .cpd-reward .account-table .card table tbody tr .point, .cpd-reward .account-table .card table tbody tr .Weight {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.cpd-reward .account-table .card .datas table#DataTables_Table_0 {
    width: 100% !important;
}
.cpd-reward .points span a {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-right: 10px;
}
.cpd-reward .account-table .card table tbody tr .image {
  text-align: center;
}
.cpd-reward .account-table .card table tbody tr .image span {
  width: 21px;
  height: 21px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #A9A9A9;
}
.cpd-reward .account-table .card table tbody tr .image span img{
  width: 100%;
  margin-top: -5.5px;
  height: 100% !important;
  object-fit: cover !important;
}
.cpd-reward .account-table .card table tbody tr .status {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.cpd-reward .account-table .card table tbody tr .status .not-submit {
  color: #000;
}
.cpd-reward .account-table .card table tbody tr .status .pending {
  color: #F4D04F;
}
.cpd-reward .account-table .card table tbody tr .status .reject {
  color: #F44F4F;
}
.cpd-reward .account-table .card table tbody tr .status .approve {
  color: #D2E288;
}
.cpd-reward .account-table .card .table-pagination {
  width: 100%;
  margin: 0 auto;
}
.cpd-reward .account-table .card .table-pagination p {
  color: #000;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.cpd-reward .account-table .card .table-pagination .next-prev {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  align-items: center;
}
.cpd-reward .account-table .card .table-pagination .next-prev span i {
  color: #806A50;
  cursor: pointer;
}
.cpd-reward .account-table .card .table-pagination .next-prev span button {
  height: 25px;
  width: 25px;
  background-color: #806A50;
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 7px;
  border: transparent;
}
.cpd-reward .activity ul#name-list1 {
  padding: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0px 0px 3px #9d9d9d;
}
.cpd-reward .activity ul li {
  padding: 5px;
  font-size: 10px;
  cursor: pointer;
  color: #a9a9a9;
}
.cpd-reward .activity ul#name-list1 li:hover {
  color: #fff;
  background-color: #00aded;
}
.cpd-reward .activity .card {
  border-radius: 15px;
  background: #FFF;
  border: none;
  padding: 20px;
}
.cpd-reward .activity .card input {
  border-radius: 7px;
  border: 1px solid #A9A9A9;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  margin: 10px 0;
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  outline: none;
}
.cpd-reward .activity .card textarea {
  border-radius: 7px;
  border: 1px solid #A9A9A9;
  height: 145px;
  width: 100%;
  padding: 5px 10px;
  resize: none;
  margin: 10px 0;
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  outline: none;
}

.cpd-reward .account-table {
  position: relative;
}

.cpd-reward span.pending_points {
  top: 29px;
  z-index: 2;
  right: 37px;
  color: #fff;
  font-weight: 600;
  padding: 3px 19px;
  position: absolute;
  border-radius: 15px;
  background: #f4d14e;
}

.cpd-reward .activity .card input::placeholder{
  color: #00ADED;
}

.cpd-reward .activity .card textarea::placeholder{
  color: #00ADED;
}
.cpd-reward .activity .card .upload {
  height: 97px;
  display: flex;
  margin-top: 5px;
  border-radius: 7px;
  position: relative;
  align-items: center;
  flex-direction: column;
  border: 1px solid #A9A9A9;
  justify-content: space-evenly;
}
.cpd-reward .activity .card div#preview-template {
  display: flex;
  margin: 10px 0;
}
.cpd-reward .activity .card div#preview-template .dz-image {
  display: flex;
}
.cpd-reward .activity .card .dropzone-previews .dz-preview .dz-image img {
  border-radius: 10px;
}
.cpd-reward .activity .card .upload .dropzone {
  position: absolute;
  outline: none !important;
  height: 120px;
  cursor: pointer;
  opacity: 0;
}
.cpd-reward .activity .card .upload span.circle {
  width: 24px;
  height: 24px;
  background: #A9A9A9;
  border-radius: 50%;
  margin-bottom: 13px;
}
.cpd-reward .activity .card .upload .dz-message.needsclick {
  font-size: 10px;
  font-weight: 600;
}
.cpd-reward .activity .card .upload .dz-message.needsclick span {
  color: #00f;
  font-size: 10px;
}
.cpd-reward .activity .card .upload .file_size {
  font-size: 12px;
  font-weight: 600;
  color: #A9A9A9;
  text-transform: capitalize;
}
.cpd-reward .activity .card .upload p {
  color: #000;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
.cpd-reward .activity .card .upload p label {
  color: #1400FF;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.cpd-reward .activity .card .upload span {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cpd-reward .activity .card .declare {
  display: inline-flex;
  gap: 10px;
  margin-top: 14px;
}
.cpd-reward .activity .card .declare label {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cpd-reward .activity .card .declare input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #A9A9A9;
  background: #FFF;
  margin: 0px 5px;
  background-color: white;
  border-radius: 8px !important;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.cpd-reward .activity .card .declare input[type=checkbox]:checked {
  background: #00ADED !important;
}
.cpd-reward .activity .card button.save {
  color: #806A50;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 9px;
  height: 36px;
  padding: 0px 25px;
  background-color: #fff;
  border: 1px solid #806A50;
}
.cpd-reward .activity .card button.submit {
  height: 36px;
  color: #FFF;
  font-size: 14px;
  padding: 0 20px;
  font-weight: 700;
  font-style: normal;
  border-radius: 9px;
  line-height: normal;
  border: transparent;
  font-family: Poppins;
  background: #806A50;
}

.cpd-reward .activity .card button.submit:disabled {
  background-color: #a9a9a9;
}

*{
  font-family: "Poppins", sans-serif;
}

.reward-progress .points {
  display: grid;
  height: 150px;
}

.cpd-reward .points span.point {
  font-size: 40px;
}

@media (min-width: 1500px) and (max-width: 1800px){

  .reward-progress .points {
      height: 130px;
  }

  .cpd-reward .points span.point {
  font-size: 30px;
}

}

@media screen and (max-width: 1500px){

  .reward-progress .points {
    height: 104px;
  }

  .cpd-reward .points span.point {
    font-size: 25px;
  }

  .cpd-reward .points p.title{
    font-size: 15px;
    font-weight: 700;
  }

}
 
/* PERFORMANCE */

.performance h1.heading {
  color: #00ADED;
  font-family: Poppins;
  font-style: normal;
  line-height: normal;
  font-size: 24px;
  font-weight: 700;
}
.performance h1.heading span {
  font-weight: 500;
  border-radius: 50%;
  padding: 0px 10px;
  border: 2px solid #00ADED;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
}

.performance h1.heading .tool-tip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.performance h1.heading .tool-tip:hover .tooltiptext {
    visibility: visible;
    width: 200px;
    border-radius: 5px;
    font-size: 12px;
    background: #fff;
    color: #00aded;
    border: none;
    box-shadow: 0px 0px 3px 1px #00000030;
    left: 25px;
    top: -10px;
    padding: 5px;
    text-align: start;
}

.performance h1.heading .tool-tip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
}
.performance .status {
  background-color: #806A50;
  border-radius: 18px;
  display: flex;
}
.performance .status .standing {
  width: 45%;
  background: #fff;
  border-radius: 18px;
  padding: 15px;
}
.performance .status .standing .circle-big {
  position: relative;
  width: 134px;
  height: 134px;
  margin: 0 auto;
}
.performance .status .standing .circle-big .text {
  position: absolute;
  width: 100%;
  top: 25px;
  text-align: center;
}
.performance .status .standing .circle-big .text .small {
  color: #000;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.performance .status .standing .circle-big .text span {
  display: block;
}
.performance .status .standing .circle-big .text span.rank {
  color: #000;
  font-family: Poppins;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.performance .status .standing .circle-big .text span.performance {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  width: 100px;
  margin: 0 auto;
}
.performance .status .standing .circle-big .text span.cpd {
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.performance .status .sts-performace h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.performance .status .sts-performace p {
  color: #fff;
}
.performance .status .sts-performace p.heading {
  color: #A9A9A9 !important;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.performance .status .leaderboard .region {
  position: relative;
  border-bottom: 2px solid #fff;
}
.performance .status .leaderboard .top {
    display: flex;
    justify-content: space-between;
}
.performance .status .leaderboard .region .select2-container--default .select2-selection--single {
    background: transparent;
    border: none;
}

.performance .status .leaderboard .region .select2-container--default .select2-selection--single span#select2-city-container {
  z-index: 9;
  font-size: 13px;
  color: #A9A9A9;
  font-weight: 600;
  margin-top: 10px;
  text-align: right;
  position: relative;
  padding-right: 7px;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.performance .status .leaderboard .region span.select2-selection__arrow {
  display: none;
}
.performance .status .leaderboard .region i.fa-solid.fa-angle-left {
  top: 14px;
  right: -2px;
  font-size: 11px;
  position: absolute;
}
.performance .status .sts-performace .data {
  margin: 10px 0 !important;
}
.performance .status .sts-performace .data.active {
  border-radius: 3px;
  background: #D2E288;
}
.performance .status .sts-performace p.listing {
  font-size: 12px; /* 26/03/2024 */
  padding: 3px 0;
  font-weight: 600;
  text-align: center;
  font-style: normal;
  margin-bottom: 0px;
  line-height: normal;
  font-family: Poppins;
  color: #000 !important;
}
.performance .status .leaderboard {
  width: 55%;
  padding: 35px 20px;
}
.performance .status .leaderboard h5.heading {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.performance .status .leaderboard .top button.reg {
  height: 36px;
  border: none;
  font-size: 14px;
  color: #806A50;
  background: #FFF;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 9px;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.performance .status .leaderboard .region p {
  display: flex;
  color: #A9A9A9;
  font-size: 18px;
  margin-top: 5px;
  font-weight: 600;
  text-align: right;
  font-style: normal;
  line-height: normal;
  align-items: center;
  font-family: Poppins;
  justify-content: flex-end;
}
.performance .status .leaderboard .region p i {
  margin-left: 5px;
}
.performance .status .leaderboard .head {
  padding: 10px 0;
}
.performance .status .leaderboard .head span {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.performance .status .leaderboard .list {
  display: flex;
  align-items: center;
}
.performance .status .leaderboard .list span {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.performance .status .leaderboard .list .image-name span.image {
  width: 45px;
  height: 45px;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
}
.performance .status .leaderboard .list .image-name span.image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.performance .status .leaderboard .list .image-name p.name {
  color: #FFF;
  font-size: 12px; /* 26/03/2024 */
  font-weight: 700;
  margin-bottom: 0;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.performance .status .leaderboard .list .image-name span.company {
  color: #FFF;
  font-size: 12px; /* 26/03/2024 */
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.performance .card {
  border: none;
  background: #FFF;
  padding: 20px 30px;
  border-radius: 15px;
}
.performance .card .datas {
  width: 100%;
  margin: 0 auto;
}
.performance .card .datas table thead tr th {
  border: none;
  color: #A9A9A9;
  font-size: 12px;
  padding: 10px 0;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.performance .card .datas table tbody tr td {
  padding: 15px 0;
  border-bottom: 2px solid #00ADED;
}
.performance .card .datas table tbody tr .date, .performance .card .datas table tbody tr .type, .performance .card .datas table tbody tr .point, .performance .card .datas table tbody tr .comment {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.performance .card .datas table tbody tr .comment {
  font-size: 8px;
  padding-right: 10px;
}
.performance .card .datas .table-pagination p {
  color: #000;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.performance .card .datas .table-pagination .next-prev {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.performance .card .datas .table-pagination .next-prev span i {
  color: #806A50;
  cursor: pointer;
}
.performance .card .datas .table-pagination .next-prev span button {
  color: #FFF;
  width: 25px;
  height: 25px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 7px;
  font-style: normal;
  border: transparent;
  line-height: normal;
  font-family: Poppins;
  background-color: #806A50;
}
.deliverygroupdiv {
    display: none;
    position: relative;
}

.select_drop {
  top: 5px;
  right: 18px;
  padding: 5px;
  color: #00aded;
  font-size: 10px;
  position: absolute;
  background-color: #fff;
  transform: rotate(90deg);
}
.row form-group align-items-center mb-3{
  display: none;
}

.disclaimer.p-2 {
  border-top: 1px solid #8d8888;
}
.displaynone {
  display: none;
}
.error_class_1 {
  margin: 0;
  color: #ff5a00 !important;
  font-size: 12px !important;
}
#cpdModal .modal-dialog {
  max-width: 100%;
}
 .modal_container{
  /* top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
  display: none;
  overflow: auto;
  position: fixed;
  font-family: Poppins;
  background-color: rgba(0, 0, 0, 0.4431372549); */
}

#cpdModal .error_class_1{
  text-align: start;
}
 .modal-content {
  width: 60%;
  margin: auto;
  padding: 20px;
  margin-top: 28px;
  border-radius: 10px;
  animation: bootstrap 0.3s;
  background-color: #ffffff;
}
 .modal-content .modal__header .modal__title {
   color: #00ADED;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
}
 .modal-content .modal__body {
  padding: 0 20px;
}
 .modal-content .modal__body .body__content {
  margin: 5px 0;
}
 .modal-content .modal__body .body__content h2 {
  font-size: 17px;
  font-weight: 600;
  text-align: start;
}
 .modal-content .modal__body .body__content .declare {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
 .modal-content .modal__body .body__content input#declaration1 {
  outline: none;
  cursor: pointer;
  margin: 0px 5px;
  appearance: none;
  background: #FFF;
  vertical-align: middle;
  width: 20px !important;
  height: 20px !important;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #A9A9A9;
  border-radius: 6px !important;
}
 .modal-content .modal__body .body__content input#declaration1:checked {
  background: #00ADED !important;
}
 .modal-content .modal__body .body__content label.custom-control-label {
  width: 90%;
  text-wrap: wrap;
  font-size: 10px;
  text-align: start;
}
 .modal-content .modal__body .body__content .text__label {
  width: 100%;
  margin: 10px 0;
  display: block;
  color: #A9A9A9;
  font-size: 12px;
  text-align: start;
}
 .modal-content .modal__body .body__content p.edit_status {
  margin: 0;
  padding: 0 5px;
  font-size: 11px;
  /* color: #f4d04f; */
  font-weight: 600;
  text-align: start;
}
.cpd-reward .account-table .card table tbody tr .not-submit {
  color: #000;
}
 .modal-content .modal__body .body__content .pending {
  color: #F4D04F;
}
 .modal-content .modal__body .body__content  .reject {
  color: #F44F4F;
}
 .modal-content .modal__body .body__content  .approve {
  color: #D2E288;
}
 .modal-content .modal__body .body__content input[type=text] {
  width: 70%;
  outline: none;
  color: #000000;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #A9A9A9;
}
 .modal-content .modal__body .body__content textarea {
  width: 96%;
  resize: none;
  height: 90px;
  padding: 12px;
  outline: none;
  color: #000000;
  font-size: 10px;
  border-radius: 10px;
  border: 1px solid #A9A9A9;
}
 .modal-content .modal__body .body__content .upload__container {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

 .modal-content .modal__body .body__content p.edit_status.pending {
  color: #f4d04f;
}

 .modal-content .modal__body .body__content p.edit_status.reject {
  color: #F44F4F;
}

 .modal-content .modal__body .body__content .approved_container .drag-drop-image {
  /* height: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #a9a9a9; */
}
 .modal-content .modal__body .body__content .approved_container .drag-drop-image a.lb-initialized {
  height: 80px;
  width: 80px;
  margin: 0 5px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #a9a9a9;
}
 .modal-content .modal__body .body__content .approved_container .drag-drop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 .modal-content .modal__body .body__content .upload__container .upload__content1 {
  display: grid;
  height: 100px;
  padding: 0 10px;
  min-width: 220px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #a9a9a9;
}
 .modal-content .modal__body .body__content .upload__container .upload__content1 .drop__head {
  height: 50%;
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}
 .modal-content .modal__body .body__content .upload__container .upload__content1 span.circle {
  width: 40px;
  height: 40px;
  margin: auto;
  display: flex;
  border-radius: 50%;
  background-color: #A9A9A9;
}
 .modal-content .modal__body .body__content .upload__container .upload__content1 .dz-message.needsclick {
  font-size: 10px;
  font-weight: 600;
}
 .modal-content .modal__body .body__content .upload__container .upload__content1 .dz-message.needsclick span {
    color: blue;
}
 .modal-content .modal__body .body__content .upload__container .upload__content1 .file_size {
  font-size: 9px;
  color: #A9A9A9;
  font-weight: 600;
}
 .modal-content .modal__body .body__content .upload__container .upload__content1 .drop__head .badge__round {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  background-color: #A9A9A9;
}
 .modal-content .modal__body .body__content .upload__container .upload__content1 .drop__foot .drop__text {
  margin: 0;
  font-size: 13px;
}
 .modal-content .modal__body .body__content .upload__container .upload__content2,  .modal-content .modal__body .body__content .upload__container .upload__content3,  .modal-content .modal__body .body__content .upload__container .upload__content4 {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #A9A9A9;
  background: linear-gradient(0deg, #A9A9A9, #A9A9A9), linear-gradient(0deg, #D9D9D9, #D9D9D9);
}
 .modal-content .modal__body .body__content .approval__status {
  padding: 5px;
  color: #DE0000;
}
 .modal-content .modal__footer {
  width: 96%;
  display: flex;
  margin: 20px 0 0 0;
  justify-content: space-between;
}
 .modal-content .modal__footer .btn__left {
  width: 60%;
  text-align: start;
}
 .modal-content .modal__footer .btn-cancel {
  width: 100px;
  height: 35px;
  color: #806a50;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 7px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #806a50;
}
 .modal-content .modal__footer .btn__right {
  /* width: 25%; */
  gap: 50px;
  display: flex;
  justify-content: space-between;
}
 .modal-content .modal__footer .btn__right .btn-resubmit {
  color: #fff;
  width: 100px;
  height: 35px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-wrap: nowrap;
  padding: 5px 10px;
  border-radius: 7px;
  background-color: #806a50;
}
 .modal-content .modal__footer .btn__right .btn-resubmit:disabled {
  background-color: #A9A9A9;
}

@media screen and (max-width: 1600px){
   .modal-content .modal__footer .btn__right{
    /* width: 32%; */
  }
}

div#otpmodal .modal-content {
  width: 400px;
}

div#otpmodal .modal-content .modal-body {
  padding: 17px 24px;
}

div#otpmodal .modal-content .modal-body .noticebox h3 {
  color: #00ADED;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  text-transform: capitalize;
}

div#otpmodal .modal-content .modal-body .noticebox ul {
  color: #000;
  font-size: 8px;
  font-weight: 500;
  padding-left: 15px;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}

div#otpmodal .modal-content .modal-body .otp-verification .form-group h4 {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
div#otpmodal .modal-content .modal-body .otp-verification .form-group h3 {
  color: #A9A9A9;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}

div#otpmodal .modal-content .modal-body .otp-verification .form-group h3 span {
  color: #000;
  margin-left: 5px;
}
div#otpmodal .modal-content .modal-body .otp-fill {
  margin-top: 0;
  margin: 10px 0;
}

div#otpmodal .modal-content .modal-body .otp-fill .field input {
  width: 23px;
  height: 27px;
  color: #ffffff;
  border-radius: 6px;
  text-align: center;
  background: #A9A9A9;
  border: 1px solid #A9A9A9;
}
div#otpmodal .modal-content .modal-body .otp-fill input {
  color: #f00;
  width: 100%;
  height: 20px;
  border: none;
  text-align: center;
  margin-bottom: 10px;
  background: transparent;
}
div#otpmodal .modal-content .modal-body .otp-fill .tagline.error_otp {
  color: red;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}
div#otpmodal .modal-content .modal-body .resend-link button {
  padding: 0;
  border: none;
  color: #1400FF;
  font-size: 8px;
  font-weight: 500;
  background: none;
  font-style: normal;
  width: fit-content;
  line-height: normal;
  font-family: Poppins;
  text-decoration-line: underline;
}

div#otpmodal .modal-content .modal-body .resend-link p {
  color: #A9A9A9;
  font-size: 8px;
  font-weight: 500;
  text-align: center;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
  margin-bottom: 0px !important;
}
div#otpmodal .modal-content .modal-body .submit-otp button {
  color: #FFF;
  border: none;
  font-size: 12px;
  display: inline;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  border-radius: 9px;
  line-height: normal;
  background: #806A50;
  font-family: Poppins;
}
div#noncompliancemodal .modal-content {
  width: 600px;
}
div#noncompliancemodal .modal-content .modal-header h4 {
  color: #00ADED;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
div#noncompliancemodal .modal-content .modal-header button {
  display: none;
}
div#noncompliancemodal .modal-content .modal-body  .form-group {
  text-align: start;
}
div#noncompliancemodal .modal-content .modal-body .form-group label {
  color: #A9A9A9;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
div#noncompliancemodal .modal-content .modal-body .form-group select {
  height: 30px;
  outline: none;
  color: #00ADED;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
div#noncompliancemodal .modal-content .modal-body .form-group textarea {
  resize: none;
  height: 160px;
  color: #00ADED;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
div#noncompliancemodal .modal-content .modal-body .form-group input.image_file {
  font-size: 12px;
}
div#noncompliancemodal .modal-content .modal-body p {
  color: #A9A9A9;
  font-size: 10px;
  font-weight: 500;
  margin: 10px 0 0;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
div#noncompliancemodal .modal-content .modal-body .imagemultiple {
  gap: 10px;
  display: flex;
  margin: 10px 0;
}
div#noncompliancemodal .modal-content .modal-body .imagemultiple .multipleupload {
  display: flex;
  gap: 5px;
}
div#noncompliancemodal .modal-content .modal-body .imagemultiple .multipleupload a {
  width: 70px;
  height: 70px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
div#noncompliancemodal .modal-content .modal-body .imagemultiple .multipleupload a img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
div#noncompliancemodal .modal-content .modal-body .imagemultiple .multipleupload i{
  cursor: pointer;
}
div#noncompliancemodal .modal-content .modal-footer button {
  color: #FFF;
  border: none;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  font-style: normal;
  border-radius: 9px;
  line-height: normal;
  background: #806A50;
  font-family: Poppins;
}
div#noncompliancemodal .modal-content .modal-body .form-group.imagedrop p {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .status .non-compliance h4.card-title {
  color: #A9A9A9;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  font-family: Poppins;
}
.logpaper-coc .log-coc .status .non-compliance img {
  width: 93px;
  height: 80px;
  object-fit: contain;
}

.logpaper-coc .log-coc .status .paperimage {
  padding: 0;
  width: 77px;
  height: 77px;
  overflow: hidden;
  border-radius: 7px;
}

.logpaper-coc .log-coc .status #preview-template1 {
  margin: 0;
}

.logpaper-coc .log-coc .status .paperimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logpaper-coc .log-coc .status .ncemail_wrapper {
  padding: 10px;
}

.logpaper-coc .log-coc .status .custom-control.custom-radio .custom-control-input {
  outline: none;
  cursor: pointer;
  /* margin: 0px 5px; */
  appearance: none;
  background: #FFF;
  vertical-align: middle;
  /*width: 16px !important;
  height: 15px !important;*/
  width: 20px !important;
  height: 20px !important;
  background-color: white;
  -webkit-appearance: none;
  border: 1px solid #A9A9A9;
  border-radius: 50% !important;
}
.logpaper-coc .log-coc .status .custom-control.custom-radio .custom-control-input:checked{
    background-color: #00aded;
}
.logpaper-coc .log-coc .status .custom-control.custom-radio label.custom-control-label {
  width: 90%;
  text-wrap: wrap;
  font-size: 12px;
}
.logpaper-coc .log-coc .status .ncemail_wrapper label {
  width: 100%;
  color: #A9A9A9;
  margin: 10px 0;
  display: block;
  font-size: 12px;
}

@keyframes bootstrap {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}


/*  COMMON CSS  */

.circular-progress{
  width: 100%;
  position: relative;
}
.circular-progress .title-wrapper {
  display: flex;
  width: 100%;
}
.circular-progress .title-wrapper span.reward_type {
  width: 20%;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}
.circular-progress .progress-wrapper {
  display: flex;
}
.circular-progress .progress-wrapper .svg_content {
  width: 20%;
  text-align: center;
}
.circular-progress .progress-wrapper .svg_content .svg_inn {
  width: 80%;
  margin: auto;
  position: relative;
}
.circular-progress .progress-wrapper .svg_content .svg_inn svg {
  z-index: 4;
  width: 100%;
  background: #fff;
  gap: 0 !important;
  overflow: visible;
  position: relative;
}
.circular-progress .progress-wrapper .svg_content .svg_inn svg text {
  fill: #A9A9A9;
  font-size: 11px;
  transform: translateY(5px);
}

.cpd-reward .circular-progress .progress-wrapper .svg_content .svg_inn span.tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
}

.cpd-reward .circular-progress .progress-wrapper .svg_content .svg_inn span.tooltiptext {
    border-radius: 5px;
    width: 150px !important;
}

.cpd-reward .circular-progress .progress-wrapper .svg_content .svg_inn:hover span.tooltiptext {
    left: 40px;
    border: none;
    padding: 5px;
    z-index: 111;
    color: #00aded;
    font-size: 12px;
    background: #fff;
    text-align: start;
    border-radius: 5px;
    position: absolute;
    visibility: visible;
    top: -70px !important;
    box-shadow: 0px 0px 3px 1px #00000030;
}
.circular-progress .button-wrapper {
  display: flex;
  margin-top: 5px;
}
.circular-progress .button-wrapper span.reward_level {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.acheived_status {
  display: flex;
  font-size: 10px;
  text-align: center;
}
.hbar_content {
  width: 96%;
  margin: auto;
  position: relative;
}
.hmeter {
  width: 100%;
  height: 12px;
  position: absolute;
  background: #d4d4d4;
}
.circular-progress .h_Progress {
  top: 39%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}
span.achieved{
  color: #fff !important;
  background: #D2E288 !important;
}
span.acheived_status {
  display: flex;
  color: #fff !important;/*#00ADED;*/
  font-size: 10px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 10px;
  background: #A9A9A9;
}
li.select2-results__option {
  color: #00ADED;
  font-size: 12px;
  font-weight: 600;
  font-family: Poppins;
}
.select2-selection__arrow b {
  border-color: #00aded transparent transparent transparent !important;
}
.select2-results__options::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px #7b7b7b;
}
.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #7b7b7b;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555555;
}

.empty_table button.buy_more a {
  color: #fff;
  text-decoration: none;
}



/* MEDIA QUERY */

@media screen and (max-width: 1540px){
  .hmeter{
    height: 8px !important;   
  }
  /* 21-03-24 */
  /*.edit-profile .pirb .card .id-card table#id_Card, table#id_Card_back {
    width: 100%;
    height: 170px;
  }
  .edit-profile .pirb .card .id-card .card_back {
    width: 100%;
    height: 170px;
  }*/
  /* 21-03-24 */
  .edit-profile .pirb .card .id-card p.register-num {
    font-size: 10px;
  }
  .edit-profile .pirb .card .id-card p.rene-date {
    font-size: 10px;
  }
  .edit-profile .pirb .card .id-card p.user_name {
    font-size: 10px;
  }
  span.select2.select2-container.select2-container--default {
    width: auto;
  }
  .edit-profile .pirb .card .id-card td.profile_content img {
    height: 83px;
    width: 60% !important;
  }
  .edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_title p.title {
    font-size: 7px;
  }
  .edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_1 .list_content span.list_img {
    width: 15px;
    height: 15px;
  }
  .edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_2 .list_content span.list_img {
    width: 15px;
    height: 15px;
  }
  .edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_1 .list_content span.list_img img {
    margin-top: -14px;
  }
  .edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_2 .list_content span.list_img img {
    margin-top: -14px;
  }
  .edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_1 .list_content {
    height: 15px;
  }
  .edit-profile .pirb .card .id-card .card_back .card_content .content_top .item_list .list_1 {
    gap: 1px;
  }
  .card_back .card_content .content_top .item_list .list_2 {
    gap: 2px;
  }
  .edit-profile .pirb .card .id-card .card_back .card_content .content_top {
    padding-bottom: 4px;
  }
  .edit-profile .pirb .card .id-card .card_back .card_content .content_bottom .emp_detail .details {
    height: 34%;
    padding-bottom: 0;
  }
  .edit-profile .pirb .card .id-card .card_back .card_content {
    height: auto;
  }

  .edit-profile .pirb .card .id-card .card_back .card_content .content_bottom .Specialisation ul li {
    margin: 0;
  }

  .edit-profile .pirb .card .id-card .card_back .card_content .content_bottom .Specialisation ul li {
    margin: 0;
  }
}

@media (min-width: 1550px) and (max-width: 3600px){
  .points p.title{
    font-size: 23px;
    font-weight: 500;
  }
  .dashboard .statement .card .points span.point{
    font-size: 40px;
  }
  span.acheived_status{
    font-size: 16px;
  }
  .circular-progress .title-wrapper span.reward_type{
    font-size: 18px;
  }
  .circular-progress .h_Progress{
    top: 42%;
  }
}

/* LMS ModeL  */

#lmsModel h5.modal-title {
  color: #806A50;
  font-size: 17px;
  font-weight: 600;
}
#lmsModel .modal-body p {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
#lmsModel .modal-body ul li {
  font-size: 12px;
  font-weight: 500;
}
#lmsModel .modal-footer button#registerlmsbtn {
  background: #806A50;
  border-radius: 10px;
}
#lmsModel .modal-content {
  width: 92%;
  border-radius: 14px;
}
div#lmsModel .modal-header {
  border: none;
  padding-bottom: 5px;
}
div#lmsModel .modal-body {
  padding: 5px 16px;
}
div#lmsModel .modal-footer {
  border: none;
  padding: 5px 16px;
  justify-content: center;
}
div#lmsModel .modal-dialog {
  transform: translateY(62%);
}
#lmsModel .modal-body ul {
  margin-bottom: 0px;
}

#lmsModel .modalloader{
  text-align: center;
}

.coc .card .count .counters.disabled {
    background: #a9a9a9;
}

/*p#agreement-error {
    position: absolute;
    top: 1130px;
}
*/
.separate._chat .content {
    margin: 0;
    width: 100%;
}

.separate._chat .content .audit-report .chat .chatbar_options {
    margin-top: 0;
}

.separate._chat .content .audit-report .chat input#chattext {
    border-radius: 20px;
    height: 30px !important;
}
span.chat_img .chat_options {
    padding: 4px;
    border-radius: 2px;
    background: #d9d9d9;
}

span.chat_img .chatbar_options {
   /*gap: 2px;**/
    align-items: baseline !important;
    z-index: 1;
}

.audit-report .chat .card .chat-container .chatbar_options p {
    padding-left: 0 !important;
}

/* Inline removed Style 22-02-2024 Start */
/* audit-statement */
 .audit-statement .status-table .card .progress-status .failed-ratio circle {     
      stroke-dasharray: 0;
      fill: none;
    }
    .audit-statement .status-table .card .progress-status .failed-ratio .meter {
      fill: none !important;
    transition: stroke-dashoffset 1s cubic-bezier(0.43, 0.41, 0.22, 0.91);
      transform-origin: center center;
      transform: rotate(-90deg) scaleX(-1);
    }
    .audit-statement .status-table .card .progress-status .failed-ratio text.rank {
        color: #000;
      font-weight: 500;
      font-size: 13px;
    }
    .audit-statement .status-table .card .progress-status .failed-ratio text.performance {
        color: #000;
      font-weight: 500;
      font-size: 12px;
    }
    .audit-statement .status-table .card .progress-status .failed-ratio text.prank {
        color: #000;
      font-weight: 500;
      font-size: 8px;
    }
    .audit-statement .status-table .card .progress-status .failed-ratio text.pperformance {
        color: #000;
      font-weight: 600;
      font-size: 10px;
    }
    .audit-statement .status-table .card .progress-status .failed-ratio text.small {
      font-weight: 600;
      font-size: 10px;
    }
    .audit-statement .status-table .card .progress-status .failed-ratio text.cpd {
        color: #000;
      font-weight: 400;
      font-size: 6px;
    }
/* audit-statement */

/* coc-log */
    .logpaper-coc .log-coc .status .row.non-compliancemain button#noncompliancemodalbtn {
    width: auto;
    border: none;
    font-size: 10px;
    border-radius: 7px;
    background-color: #806a50;
    white-space: nowrap;
    display: inline-block;
    padding-left: 23px;
    padding-right: 23px;
}

.logpaper-coc .log-coc .status .compliance .row.non-compliancemain {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.logpaper-coc .log-coc .status .compliance .non-Compliancetext {
    width: 60%;
}

.logpaper-coc .log-coc .status .compliance .non-Compliancebutton {
    width: 40%;
    padding-right: 0px;
    text-align: end;
}

.logpaper-coc .log-coc .status .compliance.pre-space {
    padding-left: 0;
    padding-right: 0;
}

.logpaper-coc .log-coc .status .non-Compliance {
    height: 130px;
    margin-bottom: 0;
}

.logpaper-coc .log-coc .status .ncemail_wrapper {
    padding-bottom: 0;
}

.logpaper-coc .log-coc .status .ncemail_wrapper label {
    margin-bottom: 0;
}

.logpaper-coc .log-coc .custom-control.custom-radio {
    align-items: baseline;
}

.logpaper-coc .log-coc .status .custom-control.custom-radio label.custom-control-label {
    margin-top: 0;
}

.logpaper-coc .log-coc .status .checkbox {
    margin-bottom: 12px;
}
.logpaper-coc .log-coc .status .non-Compliance {
    height: 150px;
}
.logpaper-coc .log-coc .status .compliance {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}
.logpaper-coc .log-coc .status .row.non-compliance {
    padding-top: 15px;
}

.logpaper-coc .log-coc .status .ncemail_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.logpaper-coc .log-coc .status .non-compliance .col-xl-6 {
    padding-left: 0;
}

.logpaper-coc .log-coc .status .non-compliance .ncreason_wrapper {
    padding-right: 0;
}
.logpaper-coc textarea:disabled {
    background-color: #ededed !important;
}

.logpaper-coc .log-coc .status .non-Compliance.disable1 {
    background-color: #ededed !important;
}

/* coc-log */
/* Dashboard */
.dashboard .statement .card .circular-progress .progress-wrapper .svg_content .svg_inn svg path.meter.meter2 {
    transition: unset !important;
}
.dashboard .performace-table .status .leaderboard .list .image-name span.image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.empty_table {
    width: 70%;
    margin: auto;
    text-align: center;
}

.empty_table .No_stock_available {
    color: #00aded;
    font-size: 12px;
    font-weight: 600;
}

.empty_table button.buy_more {
    background: #806a50;
    border: none;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 10px;
}
/* dashboard */

/* CPD reward */
.reward-progress .circular-progress .progress-wrapper .svg_content path.meter.meter2 {
    transition: unset !important;
}
.cpd-reward .activity .card .dz-preview.dz-image-preview .dz-error-message {
    font-size: 10px;
    color: #ff5a00;
}
/* CPD reward */
/* performance status */
    .performance .status .standing .circle-big circle {     
      stroke-dasharray: 0;
      fill: none;
    }
    .performance .status .standing .circle-big .meter {
      fill: none !important;
    transition: stroke-dashoffset 1s cubic-bezier(0.43, 0.41, 0.22, 0.91);
      transform-origin: center center;
      transform: rotate(-90deg) scaleX(-1);
    }
    .performance .status .standing .circle-big text.rank {
        color: #000;
      font-weight: 500;
      font-size: 13px;
    }
    .performance .status .standing .circle-big text.performance {
        color: #000;
      font-weight: 500;
      font-size: 8px;
    }
    .performance .status .standing .circle-big text.prank {
        color: #000;
      font-weight: 500;
      font-size: 8px;
    }
    .performance .status .standing .circle-big text.pperformance {
        color: #000;
      font-weight: 600;
      font-size: 10px;
    }
    .performance .status .standing .circle-big text.small {
      font-weight: 600;
      font-size: 10px;
    }
    .performance .status .standing .circle-big text.cpd {
        color: #000;
      font-weight: 400;
      font-size: 6px;
    }
/* performance status */
/* Edit Profile */
.edit-profile .performance table tbody tr td span.view_skill {
    cursor: pointer;
    text-align: center;
}
div#skillModal .append_skill_body span.text__label {
    font-weight: 500;
    color: #a9a9a9;
    font-size: 14px;
}

div#skillModal .append_skill_body span {
    color: #00aded;
    font-size: 14px;
}

div#skillModal h5#skillModalLabel {
    color: #00aded;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

div#skillModal .modal-header {
    padding: 15px 5px;
}

div#skillModal .modal-body {
    padding: 15px 0;
}
div#skillModal .modal-content {
    width: 80%;
    margin-top: 10%;
}

div#skillModal .modal-dialog {
    max-width: 50% !important;
}
/* Edit Profile */
/* Tooltip */
.dashboard h1.heading .tool-tip {
  position: relative;
  display: inline-block;
cursor: pointer;
}

.dashboard h1.heading .tool-tip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
}

.dashboard h1.heading .tool-tip:hover .tooltiptext {
  visibility: visible;
  width: 200px;
  border-radius: 5px;
  font-size: 12px;
  background: #fff;
  color: #00aded;
  border: none;
  box-shadow: 0px 0px 3px 1px #00000030;
    left: 25px;
    top: -10px;
    padding: 5px;
    text-align: start;
}

.dashboard h1.heading span.tooltiptext {
    width: 250px;
    border-radius: 5px;
}
/* Tooltip */
/* Inline removed Style 22-02-2024 End */

.edit-profile .alert_success {
color: #fff;
background: #3ea13e;
padding: 5px 15px;
width: fit-content;
text-align: center;
font-size: 12px;
border-radius: 5px;
margin: 0 auto;
margin-bottom: 20px;
font-weight: 500;
}

.edit-profile .error {
    color: #f00 !important;
    font-size: 10px !important;
}

/* 21-03-24 */
.logpaper-coc .log-coc .status .form-section label {
  font-size: 12px !important;
}
.dashboard, .logpaper-coc, .audit-report, .performance, .edit-profile{
    padding-bottom: 20px;
}
/* 21-03-24 */

/* ADDED ON 21-03-24 START*/
span.tool-tip {
  
      position: relative;
      font-size: 16px;
      font-weight: 500;
      margin-left: 5px;
      padding: 0px 10px;
      border-radius: 50%;
      vertical-align: middle;
      border: 2px solid #00ADED;
} 
      
span.tooltiptext {
      
      visibility: hidden;
      width: 200px;
      background-color: black;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px;
      position: absolute;
      z-index: 1;
}
    
.tool-tip:hover .tooltiptext {

      visibility: visible;
      width: 200px;
      border-radius: 5px;
      font-size: 12px;
      background: #fff;
      color: #00aded;
      border: none;
      box-shadow: 0px 0px 3px 1px #00000030;
      left: 30px;
      top: -10px;
      padding: 5px;
      text-align: start;
}
  /* ADDED ON 21-03-24 END*/
  
/* Media screen added my chinnapparaj 29.10.2024 */
@media only screen and (max-width: 800px) {
  .form-box.audit-login {
      width: 100%;
      margin-top: 0;
  }
}