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;
  z-index: 999 !important;
  top: 46px;
  bottom: 0;
  overflow-y: auto;
  /* -webkit-overflow-scrolling: touch;  */
}
.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%; */
  overflow: auto;
  scrollbar-width: none;
}

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

nav.sidebar .user-details {
  width: 65%;
  color: #fff;
  display: flex;
  margin: 0 auto;
  align-items: center;
  height: 27%;
}
nav.sidebar .user-details span {
  width: 48%;
  display: inline-block;
}
nav.sidebar .user-details p {
  margin: 0;
  width: 48%;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  
  display: inline-block;
}
nav.sidebar ul.list-unstyled li a {
  width: 100%;
  color: #FFF;
  outline: none;
  display: block;
  margin: 10px 0;
  font-size: 14px;
  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: 2px;
  scale: 0.7;
}
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: 16px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
  line-height: normal;
  
  height: 24%;
  margin-bottom: 1%;
}
nav.sidebar p.role {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  font-style: normal;
  line-height: normal;
  
  height: 19%;
  margin-bottom: 3%;
}
nav.sidebar .user-details span {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  
}
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:  3px 15px;
  display: flex;
  align-items: center;
}
nav.sidebar .header--content .sidebar-buttons{
  margin-top: 0!important;
  margin-bottom: 2%;
}
nav.sidebar .header--content .sidebar-buttons button{
  padding: 7px;
  margin: 2% 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: 100%;
  border: none;
  margin: 8px 0;
  font-size: 12px;
  color: #806A50;
  font-weight: 600;
  background: #FFF;
  border-radius: 3px;
  font-style: normal;
  line-height: normal;
  
}
.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: 18px;
  font-weight: 700;
  color: #00ADED;
  font-style: normal;
  line-height: normal;
  
}
.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;
  
  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;
  
  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;
  
}
.coc .card label.heading {
  font-size: 16px;
  font-weight: 700;
  color: #00ADED;
  font-style: normal;
  line-height: normal;
  
}
.coc .card .content_2 label.heading {
  font-size: 16px;
  font-weight: 700;
  color: #00ADED;
  font-style: normal;
  line-height: normal;
  
}
.coc .card p.text-content {
  margin: 0;
  font-size: 12px;
  padding-top: 5px;
}
.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;
  
  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;
  
  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-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-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coc .card .calculation span.total_taxes {
  color: #000;
  
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.coc .card .calculation input.total_taxes {
  color: #000;
  
  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;
  
}
.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;
  
}
.coc .card .calculation span.total, .coc .card .calculation span.total-price {
  color: #000;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coc .card .disclaimer h3.heading {
  color: #00ADED;
  
  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-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coc .card .disclaimer .conditions {
  color: #000;
  
  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-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 94px;
  height: 36px;
}

.coc .card .disclaimer .purchasepaper button {
  border-radius: 9px;
  background-color: #806A50;
  border: transparent;
  color: #FFF;
  text-align: center;   
  
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 145px;
  height: 36px;
  padding: 8px;
}
.coc .card .disclaimer .purchase button{
  /* 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;
  
  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;
  
}
.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-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: 14px;
  font-weight: 500;
  color: #A9A9A9;
  text-wrap: nowrap;
  font-style: normal;
  line-height: normal;
  padding: 10px 0;

}
.coc .card .datas table thead tr th.coc-no {
  text-align: left;
}
.coc .card .datas table tbody tr td {
  font-size: 12px;
  padding: 2px 10px;
  color: #00aded;
  font-weight: 600;
  border-bottom: 2px solid #00aded;
  vertical-align: middle;
  height: 40px;
}
.coc .card .datas table tbody tr .coc-no {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  text-align: left;
  font-style: normal;
  padding: 0;
  line-height: normal;
  
}
.coc .card .datas table tbody tr .status {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  
}
.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: 12px;
  color: #000000;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  
}
.coc .card .datas table tbody tr .Address {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  font-style: normal;
  line-height: 12.8px;
  
}
.coc .card .datas table tbody tr .Adress {
  font-size: 10px;
  color: #00ADED;
  font-weight: 500;
  font-style: normal;
  line-height: 12.8px;
  
}
.coc .card .datas table tbody tr .date {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  
}
.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;
  
}
.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;
  
  background-color: #806A50;
}
.logpaper-coc h1.heading {
  font-size: 18px;
  color: #00ADED;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  
}
.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: 18px;
  font-weight: 700;
  color: #00ADED;
  font-style: normal;
  line-height: normal;
  
}
.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;
  
}
.logpaper-coc .log-coc .status span.code {
  font-size: 12px;
  font-weight: 500;
  color: #A9A9A9;
  margin-right: 10px;
  font-style: normal;
  line-height: normal;
  
}
.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-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-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-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;
  
}
.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;
  
}
.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;
  
  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;
  
  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: 28px;
  outline: none;
  display: flex; 
  align-items: center; 
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  font-style: normal;
  border-radius: 7px;
  line-height: normal;
  
  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;
  
  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;
  
}
.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;
  width: 200px;
}

.logpaper-coc .log-coc .status .coc-upload .upload span.circle{ 
    margin-bottom: 0px;
    border-radius: 11px;
    background-image: url(../../assets/images/image-preview.png);
    background-size: 60%;
    background-color: #A9A9A9;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.logpaper-coc .log-coc .status .coc-upload .upload .dropzone {
  opacity: 0;
  height: 82px;
  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-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
}
.logpaper-coc .log-coc .status .coc-upload .upload p label {
  font-size: 10px;
  font-weight: 400;
  color: #1400FF;
  font-style: normal;
  line-height: normal;
  
  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;
  margin-bottom: 5px;
}
.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;
  
}
.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;
  
  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-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.logpaper-coc .log-coc .type .form-section input::placeholder {
  color: #000000 !important;
  
  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;
  
  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: 50.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;
  
}
.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;
  
}
.logpaper-coc .log-coc .type .form-section .details textarea {
  width: 100%;
  resize: none;
  padding: 12px;
  height: 120px;
  font-size: 8px;
  font-weight: 500;
  color: #000000;
  border-radius: 7px;
  background: #FFF;
  font-style: normal;
  line-height: normal;
  
  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;
  
}
.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;
  
}
.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;
  
  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;
  
}
.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;
  
}
.logpaper-coc .log-coc .type .form-section .declaration p {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  
}
.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;
  
  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;
  
  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-size: 18px;
  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;
  width: 100%;
  border: 1px solid #A9A9A9;
}
.myaccount .account-table .card table thead tr th {
  border: none;
  font-size: 14px;
  color: #A9A9A9;
  font-weight: 500;
  padding: 0px;
  font-style: normal;
  line-height: normal;
  
  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: 4px 4px 4px 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;
  
}
.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;
  
}
.myaccount .account-table .card table tbody tr .value, .myaccount .account-table .card table tbody tr .invoice {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  font-style: normal;
  line-height: normal;
  
}
.myaccount .account-table .card table tbody tr .status {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  
}
.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-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-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-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 7px;
  border: transparent;
}
.audit-statement h1.heading {
  color: #00ADED;
  
  font-size: 18px;
  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 .list {
  padding: 0 5px;
  height: 54px;
  color: #806A50;
  
  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 .list span {
  color: #806A50;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: normal;
}
.audit-statement .status-table .card .progress-status .status-count .list.active {
  background: #806A50;
  color: #FFF !important;
}
.audit-statement .status-table .card .progress-status .status-count .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;
  position: relative;
}

.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-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-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-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-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  width: 13% !important;
  padding: 0;
  align-content: center;
}
.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: 0 4px 0 0;
  width: 13%;
}
.audit-statement .status-table .card .datas table tbody tr .coc-no {
  
  font-size: 12px;
  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-size: 12px;
  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-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.audit-statement .status-table .card .datas table tbody tr .Adress {
  color: #000000;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.audit-statement .status-table .card .datas table tbody tr .refix {
  
  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-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-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.audit-statement .status-table .card .datas table tbody tr .auditor {
  color: #000000;
  
  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-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-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;
  
  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;
  
  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;
  
}

#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;
  
}
.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: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  padding: 10px 0;
}
.audit-report .card {
  padding: 20px 30px;
  background: #FFF;
  border-radius: 15px;
  border-bottom: 7px solid #806a50;
}
.audit-report .card .datas {
  overflow-x: auto;
  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-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.audit-report .card .coc-details form label {
  color: #A9A9A9;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: normal;
}
.audit-report .card .coc-details form span {
  
  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-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: #00ADED !important;
  
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.audit-report .card .coc-details form input::placeholder {
  color: #00ADED !important;
  
  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-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;
  
  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;
  
  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;
  
  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;
  
}
.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-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;
  
}
.audit-report .card .datas table tbody tr td.reference a {
  font-size: 10px;
  color: #00aded;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  
  text-decoration: none;
}
.audit-report .card .datas table tbody .status {
  color: #F44F4F;
  
  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-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.audit-report .card .notice p {
  color: #000;
  margin-top: 12px;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.audit-report .card a.newpage {
  color: #1400FF;
  
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.audit-report .chat .card {
  padding: 20px 20px;
  max-height: 400px;
}
.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: 15px !important;
  font-weight: 400 !important; 
  line-height: 0px;
  margin-bottom: 5px;
  font-style: normal;
}
.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;
  
}
.audit-report .chat .card .chat-container span.message {
  display: flex;
  color: #000;
  font-size: 12px !important;
  min-width: 60px;
  font-weight: 500;
  padding: 4px 10px !important;
  font-style: normal;
  position: relative;
  border-radius: 50px !important;
  align-items: center;
  
  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;
  
}
.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;
  
}
.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;
  
}
.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;
  
}
.audit-report .chat .card .chat-container .left span.message {
  /* padding-right: 40px; */
  display: flex;
  min-width: 60px;
  align-items: center;
  justify-content: space-between;
  background: #D0E1F7;
}
.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;
  width: 100%;
}
.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;
  
  background: #EDEDED; */

  width: 60%;
     border: 1px solid #9CA3AF;
     font-size: 13px;
     color: #727272;
     font-weight: 500;
     font-style: normal;
     border-radius: 10px;
     background: #fff;
     margin-right: 15px;
}
.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: 13px 6px;
  border-radius: 50%;
  position: absolute;
  align-items: center;
  background-color: #10b2ee;
}
.performance h1.heading {
  font-size: 18px !important;
  font-weight: 700;
  color: #00ADED;
  font-style: normal;
  line-height: normal;
  
}



.progress-status circle {
  fill: white;
}

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

.dashboard h1.heading {
  font-size: 16px;
  font-weight: 700;
  color: #1F2937;
  font-style: normal;
  line-height: normal;
  
}
.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;
  
}
.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;
  
}
.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;
  
}
.dashboard .performace-table .status .standing .circle-big .text span.cpd {
  font-size: 8px;
  font-weight: 500;
  color: #A9A9A9;
  font-style: normal;
  line-height: normal;
  
}
.dashboard .performace-table .status .sts-performace h4 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  line-height: normal;
  
}
.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;
  
  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;
  
  color: #000 !important;
}
.dashboard .performace-table .status .leaderboard {
  width: 55%;
  /* padding: 20px 20px; */
}
.dashboard .performace-table .status .leaderboard h5.heading {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  
}
.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 {
    border: none;
  background: transparent;
}

.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;
  
}
.dashboard .performace-table .status .leaderboard .top button.reg {
  border: none;
  height: 25px;
  font-size: 12px;
  color: #806A50;
  font-weight: 700;
  padding: 2px 12px;
  background: #FFF;
  border-radius: 9px;
  font-style: normal;
  line-height: normal;
  
}
.dashboard .performace-table .status .leaderboard .region p {
  display: flex;
  font-size: 18px;
  margin-top: 5px;
  font-weight: 600;
  color: #A9A9A9;
  text-align: right;
  font-style: normal;
  line-height: normal;
  align-items: center;
  
  justify-content: flex-end;
}
.dashboard .performace-table .status .leaderboard .region p i {
  margin-left: 5px;
}
.dashboard .performace-table .status .leaderboard .head {
  padding: 10px 35px 10px 20px
  ;
}
.dashboard .performace-table .status .leaderboard .head span {
  color: #9CA3AF;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.dashboard .performace-table .status .leaderboard .list {
  display: flex;
  align-items: center;
  padding: 10px;
}
.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-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-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  font-style: normal;
  line-height: normal;
  
}
.dashboard .performace-table .status .leaderboard .list .image-name span.company {
  color: #9CA3AF;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  
}
.dashboard .dashabord-audit-statement h1.heading {
  color: #00ADED;
  
  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-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-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-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-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-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-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-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-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-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}
.dashboard .statement .card .coc-statement table tbody tr td {
  padding: 5px 10px !important;
  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-size: 12px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dashboard .statement .card .coc-statement table tbody tr .status {
  color: #000000;
  
  font-size: 12px !important;
  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-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dashboard .statement .card .coc-statement table tbody tr .Adress {
  color: #000000;
  
  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-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-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-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dashboard .messages .card .message-container .message-body .footer p {
  color: #A9A9A9;
  
  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;
  
}

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;
  
}
div#msgModal .modal-content .modal-body p {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  
  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;
  
  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;
  
  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;
  
}

.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;
    
    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;
  
}
.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;
  
}
.edit-profile .card .profile .details p.role {
  font-size: 14px;
  color: #00ADED;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0px;
  line-height: normal;
  
}
.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;
  
}
.edit-profile .card .profile .details .date-section .reg-count {
  font-size: 14px;
  color: #00ADED;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  
}
.edit-profile .card .specialize p {
  margin: 10px 0;
  font-size: 14px;
  color: #A9A9A9;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  
}
.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-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.edit-profile .card .current-emp p {
  color: #A9A9A9;
  
  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;
  
}
.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;
  
  background: #806A50;
}
.edit-profile h3.heading {
  color: #00ADED;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.edit-profile h6.heading {
  color: #00ADED;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.edit-profile .address input {
  height: 30px;
  width: 100%;
  color: #000000;
  
  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: #00ADED;
}
.edit-profile .address input::placeholder {
  color: #00ADED;
}
.edit-profile .address label {
  color: #A9A9A9;
  
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.edit-profile .address p.result {
  color: #000000;
  
  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;
  
}
.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;
  
}
.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;
  
  background: #806A50;
}
.edit-profile .result button.request a {
    color: #fff;
    text-decoration: none;
}
.edit-profile .pirb .card .registartion_card label {
  color: #a9a9a9;
  
  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-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-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-size: 18px;
  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-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.edit-profile .pirb .card .details p {
  color: #000000;
  
  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;
  
  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;
  
}
.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;
  
  background: #806A50;
}
.edit-profile .performance table thead tr th {
  border: none;
  align-content: center;
  padding: 0;
}
.edit-profile .performance table thead tr th span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #A9A9A9;
  font-style: normal;
  line-height: normal;
  
}
.edit-profile .performance table tbody tr td {
  font-size: 12px;
  padding: 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;
  
}
.edit-profile .performance table tbody tr td span.certificateno {
  font-size: 12px;
  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: 12px;
}
.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;
  
}

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

.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;
  
  transform: rotate(-90deg);
}

.edit-profile .pirb .card .id-card .card_back .card_content {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.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 (max-width: 1024px) {
    .audit-report .chat .card button.send-icon{
        position: unset !important;
        margin: auto;
    }
    .audit-report .chat .card .chatinput .chat-area input{
        width: 100%;
        margin-bottom: 10px;
    }
}


@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: auto;
    padding-bottom: 20px;
  }

.cpd-reward h1.heading {
  color: #00ADED;
  
  font-style: normal;
  line-height: normal;
  font-size: 18px !important;
  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: 14px;
    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 .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;
  
  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; 
  
}*/
.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 10px 10px 0px !important;
  font-size: 14px;
  color: #A9A9A9;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  
}
.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: 2px 0.8rem 2px 0;
  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; */
  padding-right: 0px !important;
  display: flex;
  justify-content: center;
}
.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;
  
}
.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;
  
}
.cpd-reward .account-table .card .datas table#DataTables_Table_0 {
    width: 100% !important;
}
.cpd-reward .points span a {
    color: #000;
    
    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;
  
}
.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-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-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-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-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: auto;
  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;
  flex-wrap: wrap;
}
.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-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
.cpd-reward .activity .card .upload p label {
  color: #1400FF;
  
  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-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-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-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;
  
  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-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: 14px;
    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-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-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-size: 12px;
  font-style: normal;
  font-weight: 600;
  width: 100px;
  margin: 0 auto;
}
.performance .status .standing .circle-big .text span.cpd {
  color: #A9A9A9;
  
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.performance .status .sts-performace h4 {
  color: #000;
  text-align: center;
  
  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-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;
  
}
.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: 8px;
  padding: 3px 0;
  font-weight: 600;
  text-align: center;
  font-style: normal;
  margin-bottom: 0px;
  line-height: normal;
  
  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;
  
}
.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;
  
  margin-bottom: 5px;
}
.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;
  
  justify-content: flex-end;
}
.performance .status .leaderboard .region p i {
  margin-left: 5px;
}

/* Added on 07-04-26 */

.leaderboard-card .heading {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

/* Dropdown wrapper */
.region-dropdown {
  position: relative;
  width: 120px;
}

/* Select styling */
.region-dropdown .form-control {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  padding: 6px 30px 6px 10px;
  appearance: none;
}

/* Arrow icon */
.region-dropdown i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
  pointer-events: none;
}

/* Remove old unwanted styles */
.performance .status .leaderboard .region {
  border: none !important;
}

.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;
  
}
.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;
  
}
.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: 9px;
  font-weight: 700;
  margin-bottom: 0;
  font-style: normal;
  line-height: normal;
  
}
.performance .status .leaderboard .list .image-name span.company {
  color: #FFF;
  font-size: 9px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  
}
.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: 14px;
  padding: 3px 0;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  
}
.performance .card .datas table tbody tr td {
  padding: 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;
  
}
.performance .card .datas table tbody tr .comment {
  font-size: 12px;
  padding-right: 10px;
}
.performance .card .datas .table-pagination p {
  color: #000;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  
}
.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;
  
  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;
  
  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: 18px;
  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 a.pswp-link {
  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;
  padding: 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;
}

 .modal-content .modal__footer .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-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;
  
  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;
  
}

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;
  
}
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;
  
}

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;
  
  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;
  
  margin-bottom: 0px !important;
}
div#otpmodal .modal-content .modal-body .submit-otp button {
  color: #FFF;
  border: none;
  font-size: 12px;
  display: inline;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  border-radius: 9px;
  line-height: normal;
  background: #806A50;
}

div#otpmodal .modal-content .modal-body .submit-otp button.otpclose {
  color: #9CA3AF !important;
  background: transparent;
  border: 1px solid #9CA3AF !important;
  margin-right: 5px;
}

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;
  
}
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;
  
}
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;
  
}
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;
  
}
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;
  
}
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;
  
}
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;
  
}
.logpaper-coc .log-coc .status .non-compliance h4.card-title {
  color: #A9A9A9;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  
}
.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: 20px !important;  /* newlyAdded */
  height: 20px !important; /* newlyAdded */
  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: 98%;
  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;
  
}
.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: 12px;
    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-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-flex;
cursor: pointer;
  align-items: center;
}

.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: 14px;
  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*/
  

  table#id_Card, table#id_Card_back {
    border: 1px solid #f5f9fc;
    box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.44);
    position: relative;
    max-width: 350px;
}
#id_Card_back tr td {
    padding: 5px;
}
#id_Card_back p {
    font-size: 9px;
    font-weight: 500;
    width: auto;
    display: inline-block;
}
#id_Card_back ul li {
  margin: 2px 0 4px 0;
  font-weight: 500;
}
#id_Card_back ul {
    margin-top: 0px;
    margin-bottom: 0px;
}
p.back_license {
    font-size: 18px !important;
    font-weight: 500 !important;
}
.add_style {
    width: 100% !important;
    text-align: right;
}
.emp_title {
    text-align: left;
}
.qualificationyear_wrapper {
    margin-left: 0;
}
#id_Card_back td div {
    width: auto;
    display: inline-block;
    margin: 0 15px 0 15px;
}
.learner_plumber .add_idcard_color{
    background-color: #009b00 !important;
}
.learner_plumber .id_admin {
    border: 2px solid #009b00 !important;
}
.qualified_plumber .id_admin {
    border: 2px solid #804000 !important;
}
.qualified_plumber .add_idcard_color {
    background-color: #804000 !important;
}
.qualified_plumber p.back_license {
    white-space: nowrap;
}
.master_plumber .add_idcard_color {
    background-color: #ff8000 !important;
    color: #fff;
}
.director_plumber .add_idcard_color {
    background-color: #ffff00 !important;
    color: #000 !important;
}
.director_plumber .id_admin{
    border: 2px solid #ff0 !important;
}
.technical_assistant .add_idcard_color{
    background-color: #00f !important;
}
.technical_assistant .id_admin {
    border: 2px solid #00f !important;
}
.technical_assistant p.back_license {
    white-space: nowrap;
    margin: -132px !important;
    font-size: 19px !important;
}
.technical_operator p.back_license {
    margin: -120px !important;
}
.technical_operator .alter_img img{
    display: none;
}
.licensed_plumber .id_admin {
    border: 2px solid #e80000 !important;
}
.licensed_plumber .add_idcard_color {
    background-color: #e80000 !important;
}
.licensed_plumber p.back_license {
    white-space: nowrap;
}
#id_Card_back br {
   display: none;
}
@media only screen and (min-width: 1367px) and (max-width:2000px ) {
    table#id_Card, table#id_Card_back {
        width: 100%;
        max-width: 98% !important;
        margin-bottom: 10px !important;
    }
}
@media only screen and (min-width: 2001px) and (max-width: 3000px ) { 
    table#id_Card, table#id_Card_back {
        width: 100%;
        max-width: 68% !important;
    }
}
@media only screen and (min-width: 3001px) and (max-width: 4000px ) { 
    table#id_Card, table#id_Card_back {
        width: 100%;
        max-width: 60% !important;
    }
}
/*  media query  */
@media only screen and (max-width: 992px) {
  .licensed_plumber table#id_Card_back tbody.rght-rotate-txt tr {
      height: auto !important;
  }
  
  /* table#id_Card tr, table#id_Card_back tr {width: 100%;display: inline-block;height: auto !important;} */
  
  /* table#id_Card tr td, table#id_Card_back tr td {width: 100%;display: inline-block;height: auto !important;border: none !important;} */
  
  table#id_Card, table#id_Card_back {table-layout: fixed;width: 100%;height: auto !important;margin-bottom: 30px;}
  
  #id_Card p.license {position: initial;margin: 0;}
  
  #id_Card img.id_logo {width: 80%;}
  
  #id_Card_back tbody {width: 100% !important;}
  
  p.back_license {transform: none !important;margin: 0 !important;}
  
  #id_Card p {margin: 0 0 10px 0;}
  
  #id_Card img.id_admin {width: 70%;margin-left: 0; height: 176px; object-fit: contain;}
  
  #id_Card_back p {margin-left: 0 !important;text-align: center;}
  
  #id_Card_back ul li {text-align: left;}
  
  #id_Card_back td div {margin-top: 8px;}
  
  .accordion .card-header button.btn.btn-link:after {right: 8px;}
}
#id_Card_back p.first-card-txt {
    font-size: 8px;
    margin: 0;
    line-height: 1.5;
}
#id_Card_back tr td.curr_emptxt {
    padding-left: 0;
    padding-right: 0;
}
.learner_plumber #id_Card_back p.back_license { 
    margin: -64px !important; 
    white-space: nowrap;  
} 
.licensed_plumber #id_Card_back p.back_license{ 
    margin: -69px !important;
      
} 
.qualified_plumber #id_Card_back p.back_license{  
    margin: -69px !important; 
}
.master_plumber #id_Card_back td.curr_emptxt p.emp_title, 
.licensed_plumber #id_Card_back td.curr_emptxt p.emp_title, 
.qualified_plumber #id_Card_back td.curr_emptxt p.emp_title{
    margin-left: 0;
    font-weight: 600;
    width: 49%;
    float: left;
    margin: 0; 
}
#id_Card_back td.curr_emptxt p.emp_title{
    padding-left: 10px;
    font-size: 10px;
    font-weight: 600;
}
.master_plumber #id_Card_back td.curr_emptxt p.plumber_name.add_style,
.licensed_plumber #id_Card_back td.curr_emptxt p.plumber_name.add_style,
.qualified_plumber #id_Card_back td.curr_emptxt p.plumber_name.add_style {
    display: inline-block;
    width: 49% !important;
    text-align: center;
    margin: 0;
 }
.master_plumber #id_Card_back p.alter_lost_veri, 
.licensed_plumber #id_Card_back p.alter_lost_veri,
.qualified_plumber #id_Card_back p.alter_lost_veri
 {
    text-align: left;
    color: #4d4d4d;
    margin: 0;
}
#id_Card_back p.alter_lost_veri{
    font-size: 8px;
}
#id_Card_back p.alter_lost_veri{
    padding: 5px 0 0px 10px;
    margin-bottom: 0 !important; 
}
.technical_operator #id_Card_back p.alter_lost_veri
{
    color: #4d4d4d;
}

.learner_plumber #id_Card_back p.alter_lost_veri,
.technical_assistant  #id_Card_back p.alter_lost_veri {
    text-align: left;
    color: #4d4d4d;
}
#id_Card_back td.add_width.img-txt span {
    margin-left: 0px;
    float: left;
    padding-right: 0px;
}
.master_plumber p.back_license {
   margin: -69px !important;
   font-size: 15px !important;
}
td.add_idcard_color{
    padding: 6px 20px 6px 20px !important;
}
#id_Card_back td.add_width.img-txt span p{
    margin: 0;
    width: 15px;
    height: 15px;
}
#id_Card_back td .txt-img-card {
    margin: 0;
    font-size: 8px;
    line-height: 1;
}
.txt-img-card {
    padding-right: 30px;
    height: 19px;
    display: flex !important;
    vertical-align: middle;
    align-items: center;
}

.learner_plumber #id_Card_back td.curr_emptxt p.emp_title,
.technical_assistant #id_Card_back td.curr_emptxt p.emp_title,
.technical_operator #id_Card_back td.curr_emptxt p.emp_title  {
    font-weight: 600;
    text-align: left;
}
.learner_plumber #id_Card_back td.curr_emptxt p.plumber_name.add_style,
.technical_assistant #id_Card_back td.curr_emptxt p.plumber_name.add_style,
.technical_operator #id_Card_back td.curr_emptxt p.plumber_name.add_style  {
    text-align: left;
}
.alter_img img {
    position: absolute;
    right: 43%;
    margin-top: 30px;
}
table#id_Card_back img {
    position: unset;
    margin-top: 0;    
}
.licensed_plumber #id_Card_back span.curr_txts,
.qualified_plumber #id_Card_back span.curr_txts,
.master_plumber #id_Card_back span.curr_txts {
    display: inline-block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 0px;
}
.learner_plumber #id_Card_back span.curr_txts,
.technical_assistant #id_Card_back span.curr_txts,
.technical_operator #id_Card_back span.curr_txts {
    margin: 0;
}
p.vrfy {
    font-size: 8px !important;
    text-align: left;
    float: left;
    margin: 0px 0 3px 10px;
}
td.curr_emptxt + td p {
    font-weight: 600 !important;
}
td.curr_emptxt + td {
    text-align: left;
    padding-left: 10px !important;
}
#id_Card_back td .txt-img-card{ 
    margin-left: 0;
    margin-right: 0;
    float: left;
    width: 45%;
    padding-left: 7px;
    
} 
#id_Card_back td.curr_emptxt {
    padding: 0 !important;
    padding-top: 0px !important;
    width: 360px;
    vertical-align: top;
    text-align: left;
} 
#id_Card_back span.curr_txts {
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
#id_Card_back tbody.rght-rotate-txt tr {
    height: 245px !important;
} 
@media only screen and (min-width: 993px) and (max-width: 1249px) {
   table#id_Card_back tbody.rght-rotate-txt tr {
    width: 100% !important;
  }
    .add_top_value .alter_img {
        max-width: 462px !important;
    }
    .row.add_top_value .col-md-6 {
    flex: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
}
@media only screen and (min-width: 993px) and (max-width: 1249px) {
  table#id_Card tr td, table#id_Card_back tr td {
    width: auto;
    height: auto !important;
  }
    .technical_operator p.back_license{
        margin: -121px !important;
    }
  
  #id_Card_back p.back_license {
    transform: rotate(0deg) !important;
        margin: -128px !important;
  }
  .mini-sidebar .scroll-sidebar{
    width: 100%;
  }
  .mini-sidebar .sidebar-nav #sidebarnav li a{
    width: 100%;
  }
   
}

@media (min-width: 1300px){
.coc-innercard {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        padding-right: 5px;
        text-align: center;
        justify-content: center;
    }

    .coc-card p {
        font-size: 12px;
        display: flex;
        align-items: center;
        flex: 1;
        text-align: center;
        /* justify-content: center; */
    }
}
@media screen and (min-width: 1367px){
    .adt-sttment--scrollng .card-body table td {
      font-size: 10px;
  }
  
  .adt-sttment--scrollng .card-body thead th, .adt-sttment--scrollng .card-body table.dataTable thead td {
      font-size: 10px;
  }
}
.idcard_icon img {background: #fff;}
#id_Card_back td.add_width.img-txt span:nth-child(4n + 1) {
    clear: both;
}
#id_Card_back td.add_width.img-txt span{
    line-height: 1;
}
#id_Card_back tbody:first-child tr:first-child td {
    padding: 6px 75px 6px 16px !important;
}
td.add_width.img-txt {
    height: 100px;
    vertical-align: top;
    padding-left: 10px !important;
}
.spclizatn---sctn {
    padding-top: 0px !important;
}
.spclizatn---sctn p, .spclizatn---sctn div {
    font-size: 11px !important;
    margin-top: 0 !important;
}
.spclizatn---sctn p {
    margin-bottom: 0;
}
.add_width.empty-data {
    height: 122px;
}
.rght-rotate-txt{
    width: 10%;
    display: inline-block;
    float: right;
    position: absolute;
    top: 0;
    right: 10px;
    height: 205px;
}
td.spclizatn---sctn {
    padding-right: 48px !important;
}
.technical_assistant .alter_img img,
.learner_plumber .alter_img img{
    display: none;
}
#id_Card_back img {
    display: block;
}
#id_Card_back span.curr_txts{
    border-bottom: 1px solid #000;
}
tr.dynmci---icns {
    display: none;
}
.spclizatn---sctn div{
    width: 100% !important;
    margin: 0 0 0 10px !important;
}
.licensed_plumber .solar---img, 
.licensed_plumber .slr--wtr-ttle, 
.licensed_plumber .heat---img, 
.licensed_plumber .heat---ttle, 
.licensed_plumber .gas---img, 
.licensed_plumber .gas-title,
.qualified_plumber .solar---img, 
.qualified_plumber .slr--wtr-ttle, 
.qualified_plumber .heat---img, 
.qualified_plumber .heat---ttle, 
.qualified_plumber .gas---img, 
.qualified_plumber .gas-title,
.technical----operator--top--cntnt,
.technical----operator--static-icons,
.back--crd--logo,
.tchn--asiiisss{
    display: none !important;
}
.technical_operator #id_Card_back p.alter_lost_veri{
    font-size: 12px;
    margin-bottom: 15px !important;
}
.technical_operator #id_Card_back td.curr_emptxt{
    vertical-align: middle;
}
.technical_assistant #id_Card_back td.curr_emptxt,
.learner_plumber #id_Card_back td.curr_emptxt{
    vertical-align: middle;
}
.technical_assistant #id_Card_back span.curr_txts,
.technical_operator #id_Card_back span.curr_txts,
.learner_plumber #id_Card_back span.curr_txts{
    border-bottom: 0px;
}
@media only screen and (max-width: 1200px) {
  .table-responsive.m-t-40 {
    height: auto !important;
  }
}
.row.add_top_value {
    margin-bottom: 22px !important;
}
div#plumberaccordion {
    margin-top: 20px !important;
}
#id_Card_back p.back_license{transform: rotate(-90deg) !important;}
.chatbar_options div {
    position: absolute;
    background: #efefef;
    padding: 5px 20px;
    z-index: 1;
}
.alter_img {
    position: relative;
}
.edit-profile .pirb .card .id-card #id_Card_back tr td.add_idcard_color {
    padding: 0 !important;
    width: 50px;
    transform: translateX(10px);
}
.edit-profile .pirb .card .id-card table#id_Card tbody tr td:first-child {
    padding: 5px 0 0 10px;
}
.edit-profile .specialize label{
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.5px;
    color: #9CA3AF;
}
.edit-profile .pirb .card .id-card table#id_Card tbody tr td:nth-child(2) {
    padding: 5px 10px 0 0;
}
.edit-profile .pirb .card #id_Card_back  img {
    width: 100% !important;
}
.row.add_top_value.master_plumber .col-md-6 {
    width: 100%;
}

.row.add_top_value.licensed_plumber .col-md-6 {
    width: 100%;
}
/* Media screen added my chinnapparaj 29.10.2024 */
@media only screen and (max-width: 800px) {
  .form-box.audit-login {
      width: 100%;
      margin-top: 0;
  }
}





  /* added on 29-01-2026 tooltip text */


/* span.tooltiptext2 {
  visibility: hidden;
  opacity: 0;
  transition: opacity .4s ease, visibility .4s ease;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 999;
}
.tool-tip.tooltip-visible .tooltiptext2 {
  visibility: visible;
  opacity: 1;
}

.tool-tip:hover .tooltiptext2 {
   visibility: visible; 
  border-radius: 5px;
  font-size: 14px;
  background: #fff;
  color: #00aded;
  border: none;
  box-shadow: 0px 0px 3px 1px #00000030;
  left: 30px;
  top: -10px;
  padding: 5px;
  text-align: start;
}

.tooltiptext2,.tool-tip:hover .tooltiptext2{
  width: 520px !important;
  max-width: 600px !important;
}

.tool-tip:hover .tooltiptext2 .card{
  border: none !important;
}

.tooltiptext2 .heading{
  font-size: 18px !important;
} */

span.tooltiptext2 {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  width:  max-content;
  max-width: 460px;
  background: #fff;
  color: #00aded;
  text-align: start;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  top: 30px;
  left: -10px;
  z-index: 999;
  box-shadow: 0px 0px 3px 1px #00000030;
 
}

.tool-tip.tooltip-visible .tooltiptext2 {
  visibility: visible;
  opacity: 1;
}

.tooltiptext2 .card {
  border: none !important;
}

.tooltiptext2 .heading {
  font-size: 18px !important;
}

.tooltiptext2 p{
  font-size: 13px !important;
  line-height: 18px !important;
}


td.refix p {
  margin: 0 !important;
}

td.refix-complete p {
  margin: 0 !important;
}
/* 
.coc-statement table td {
  font-size: 12px;
} */

.fs-12 {
  font-size: 12px !important;
  vertical-align: middle;
}

/* Added on 05-02-26 */

 @media screen and (min-width: 768px) and (max-width: 900px) {
      .cat-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
      }
    }

/* Added on 09-02-26 */

/* .truncate {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: 40px;
max-height: 40px !important;
} */

.table-action {
  display: flex;
  flex-direction: column;
}

table tbody tr .expdate {
  width: 72px !important;
}

/* Added on 19-02-26 */

.truncate { 
    display: flex;
    align-items: center;
    /* justify-content: center; */
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.truncate-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* margin: 0 auto; */
}

.action-btn {
    border-radius: 9px;
    background-color: #806a50;
    border: transparent;
    color: #fff;
    text-align: center;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 36px;
}

/** Professional Bonus Start **/
.professional-bonus h1.heading {
    color: #00aded;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 1rem 0 !important;
}
.professional-bonus  .card-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  position: absolute;
  top: -25px;
  left: 0;
}

.professional-bonus .achievement-status {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #806a50;
  color: #806a50;
  border-radius: 20px;
  padding: 5px 10px;
  z-index: 3;
}

.professional-bonus .isAchived {
  background: #806a50;
  color: #ffffff;

}

.professional-bonus .page-header {
  border-radius: 25px 25px 0 0;
  padding: 25px 30px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 40px;
}

.professional-bonus .page-header .percentage {
  color: #00ADED;
  font-size: 42px;
  font-weight: 700;
  min-width: 14%;
  text-align: center;
}

.professional-bonus .page-header .percentage-text p {
  color: #020202;
  font-size: 16px;
  margin: 0;
}

.professional-bonus .page-body {
  padding: 45px 15px 15px 15px;
  border-radius: 0 0 25px 25px;
  background: #ffffff;
}

.professional-bonus .cat-section {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.professional-bonus .cat-section h3.title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.professional-bonus .cat-card-wrapper {
  gap: 50px 30px;
  display: grid;
  margin: 0 50px;
  grid-template-columns: repeat(3, 1fr);
}

.professional-bonus .cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  border: 1px solid #806a50;
  border-radius: 20px;
  padding: 20px 10px;
  position: relative;
  min-height: 270px;
  max-width: 260px;
  justify-content: center;
}

.professional-bonus .cat-card .cat-card-header {
  padding: 20px;
  position: relative;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}

.professional-bonus .cat-card .cat-card-header span.percentage {
  font-weight: 700;
  font-size: 14px;
  z-index: 2;
  position: absolute;
  top: 13px;
}

.professional-bonus .cat-card .cat-card-header img {
  position: absolute;
  top: -7px;
  right: 0px;
  width: 5rem;
}

.professional-bonus .cat-card .cat-body {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.professional-bonus .cat-card .cat-body p {
  font-size: 14px;
  padding: 0px 10px;
  margin: 0;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;    
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .professional-bonus .cat-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
  }

  .professional-bonus .page-header {
    flex-direction: column;
    align-items: self-start;
    gap: 0px;
  }
}

.professional-bonus .percentage-text h1.heading {
  color: #00aded;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 !important;
}
.professional-bonus .multi-categ{
  margin: 0 50px;
  font-size: 14px;
  font-weight: 600;
}
.professional-bonus .mulcat-section {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/** professional bonus page end **/
/** field performance statue **/
.fps-statement .fps-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
}

.fps-statement .fps-percentage {
  font-size: 26px;
  font-weight: 700;
  color: rgb(255, 176, 0);
}

.fps-statement .fps-bar-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 0px;
}

.fps-statement .fps-segment {
    height: 22px;
    /* border-radius: 20px; */
    position: relative;
    background: #eee;
    overflow: hidden;
    text-align: center;
}

.fps-statement .fps-segment-fill {
    height: 100%;
    background: #000;
}

.fps-statement .fps-label-top {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.fps-statement .fps-label-bottom {
    font-size: 11px;
    display: flex;
    justify-content: space-between;
}


.fps-statement .rotated {
    writing-mode: sideways-lr;
    text-align: center !important;
    /* vertical-align: bottom !important; */
    padding: 0 !important;
    line-height: 14px;
    height: 160px;   
    max-height: 160px;
    white-space: nowrap;
}
.fps-statement .date{
    width: 120px;
    text-align: center;
}

.point{
    width: 60px;
    text-align: center;
    padding: 0px 8px !important;
}

.fps-statement .number{
    width:100px;
}

.fps-statement .comment{
    width:280px;
    text-align: center;
    color: #000;
    
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}


th:nth-child(4) { 
    width: 160px; 
}

.fps-statement .coc-statement table tbody tr td {
    padding: 0px !important;
    vertical-align: middle;
    text-align:center;
    font-size: 12px !important;

}

.fps-statement .status {
    width: 170px;
    text-align: center;
    font-weight: normal !important;
}

.fps-statement.card .search input {
    border-radius: 7px;
    height: 30px;
    border: 1px solid #a9a9a9;
    color: #a9a9a9;
    padding: 5px 20px;
    
    font-size: 12px;
    font-style: normal;
    outline: none;
    font-weight: 600;
    line-height: normal;
}

/* professional standing status page */
.pss-statement .p-point {
      font-size: 27px;
      font-weight: 800;
      color: #dd8102;
      text-wrap: nowrap;
      margin-left: -19px;
  }

  .pss-statement .circular-progress .p_h_Progress {
      top: 50%;
      width: 112%;
      position: absolute;
      transform: translateY(-50%);
      margin-left: -29px;
  }
  .pss-statement .hmeter.progress_h_bar span {
      background: #dd8102;
  }

  .pss-statement.text-base{
      text-align: end;
      font-size: 14px;
      font-weight: 600;
  }

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

.coc .card .newconditions {
  color: #000;
  
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}




/* NEW DESIGN START */

/* GLOBAL STYLE START */

* {
  font-family: 'Inter';
}

.primary--card {
  background: #FFFFFF !important;
  border-radius: 25px !important;
  padding: 25px 20px 20px !important;
  box-shadow: 1px 1px 5px 0px #00000040;
  border-bottom: 7px solid #806A50 !important;
}

.primary--card--top {
  background: #F6F6F6 !important;
  border-radius: 15px !important;
  padding: 20px 20px !important;
  box-shadow: 1px 1px 5px 0px #00000040;
  border-top: 7px solid #00ADED !important;
}

.primary--btn {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  border-radius: 8px;
  background: #806A50;
  letter-spacing: -0.7px;
  padding: 5px 15px;
}

.secondary--btn {
  color: #9CA3AF !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 8px 10px !important;
  line-height: 12px !important;
  text-align: center !important;
  letter-spacing: -0.5px !important;
  border: 1px solid #9CA3AF !important;
  border-radius: 8px;
}

.title--primary {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  letter-spacing: -0.7px !important;
  color: #1F2937 !important;
  margin-bottom: 15px;
}

.title--secondary {
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  letter-spacing: -0.7px !important;
  color: #111827 !important;
  position: relative;
  width: fit-content;
  cursor: default;
}

.fieldset-input {
  position: relative;
}

.fieldset-input > label {
  position: absolute;
  z-index: 1;
  top: -6px;
  left: 7px;
  font-family: Inter;
  font-weight: 700 !important;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.5px;
  text-align: center;
  margin: 0;
  background: #ffffff;
  padding: 0 1px;
  color: #9CA3AF !important;
}

.fieldset-input textarea {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.7px;
  color: #A9A9A9;
  font-size: 12px !important;
  border: 1px solid #9CA3AF;
  border-radius: 10px;
}

.fieldset-input span.select2-selection.select2-selection--single {
  border: 1px solid #9CA3AF;
  border-radius: 7px;
}

.fieldset-input input {
  height: 28px !important;
  padding-left: 8px !important;
  padding-right: 20px !important;
}

.audit-it .content {
  margin-left: CALC(220px + 2%) !important;
  width: calc(100% - 270px) !important;
}

.audit-it .content > div {
  max-width: 1200px;
  margin: auto;
}

.custom-max-width {
  margin: 0 auto;
  max-width: 1200px;
}

span.tooltiptext2 {
  display: none !important;
}

.tool-tip.tooltip-visible span.tooltiptext2 {
  display: block !important;
}

.new-circular-progress {
  position: relative;
}

.new-circular-progress .img-sec .img-cont img {
  object-fit: cover;
  width: 90%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.new-circular-progress .img-sec .img-cont.active img{
     width:110%;
}

.new-circular-progress .img-sec .img-cont span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #fff;
  transform: translate(-48%, -50%);
  font-weight: 700;
}

.new-circular-progress .progress-inn {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.new-circular-progress .progress-inn .text-sec {
  text-align: center;
  flex: 1;
}

.new-circular-progress .progress-inn .text-sec h4 {
  font-family: Inter;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #9CA3AF;
  margin-bottom: 0px;
}

.new-circular-progress .progress--bar {
  position: absolute;
  top: 50%;
  left: 0;
  height: 5px;
  width: 100%;
  background: #F6DADA;
  border-radius: 20px;
  transform: translateY(-50%);
  overflow: hidden;
}

.new-circular-progress .progress--bar span.progress-status {
  width: 70%;
  display: block;
  background: #E4CA63;
  height: 100%;
}

.new-circular-progress .progress-inn .text-sec p {
  font-family: Inter;
  font-weight: 400;
  font-size: 8px;
  line-height: 13px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #9CA3AF;
  margin-bottom: 0;
}

.img-sec {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}

.img-sec .img-cont {
  flex: 1;
  position: relative;
  z-index: 9;
}

.img-sec .img-cont img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* GLOBAL STYLE END */

/* LAYOUT DESIGN START */

.audit-it {
  padding: 0;
  margin-top: 46px;
}

.audit-it .content {
  margin-left: CALC(300px + 2%);
  width: calc(100% - 360px);
}

/* LAYOUT DESIGN END */

/* SIDEBAR DESIGN START */

.audit-it nav.sidebar {
  width: 220px;
  padding: 1%;
  border-radius: 0;
}

nav.sidebar .sidebar-header a {
  margin: auto;
  width: fit-content;
}

nav.sidebar .sidebar-header a img {
  padding: 3px;
  /* background: linear-gradient(135deg, #2488FB 0%, #183091 70.71%); */
  box-shadow: 0px 10px 15px 0px #0000001A;
  box-shadow: 0px 4px 6px 0px #0000001A;
}

nav.sidebar .user-details {
  gap: 5px;
  width: 100%;
  justify-content: center;
}

nav.sidebar .user-details span {
  width: auto;
  color: #9CA3AF;
  font-size: 12px;
  font-weight: 400;
}

nav.sidebar .user-details p {
  width: auto;
  color: #9CA3AF;
  font-size: 12px;
  font-weight: 400;
}

.user-details svg {
  width: 15px;
  height: 12px;
  margin-right: 3px;
}

nav.sidebar ul.list-unstyled li a {
  font-size: 12px;
  font-weight: 400;
  padding: 5px 10px;
}

button.menu-dropdown {
  background: transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #FBBF24;
}

button.menu-dropdown svg {
  height: 12px;
  width: 7px;
}

.btn-toggle[aria-expanded="true"] svg {
    transform: rotate(90deg);
}

.header--content {
  gap: 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.sidebar-buttons {
  border-top: 1px solid #8c7961;
  padding-top: 15px;
}

a.sidebar-btn.logout-btn {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  border-radius: 8px;
  font-style: normal;
  line-height: normal;
  display: flex;
  padding: 7px;
  margin: 2% auto !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #F44F4F;
  color: #F44F4F;
}

.audit-it nav.sidebar button.sidebar-btn {
  border-radius: 8px;
}

nav.sidebar .header--content .sidebar-buttons {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #8c7961;
}

nav.sidebar .sidebar-header a {
  height: 70px;
}

nav.sidebar .sidebar-header {
  height: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #8c7961;
}



nav.sidebar ul.list-unstyled li:hover,
nav.sidebar ul.list-unstyled li.active {
  background: transparent;
}

nav.sidebar ul.list-unstyled li:hover a,
nav.sidebar ul.list-unstyled li.active a {
  color: #FBBF24 !important;
}

nav.sidebar ul.list-unstyled li:hover a svg use,
nav.sidebar ul.list-unstyled li.active a svg use {
  fill: #FBBF24;
}

button.menu-toggle {
  border: none;
  padding: 0;
  margin-right: 20px;
  background: none;
  display: none;
}

button.menu-toggle svg {
  width: 25px;
  height: 25px;
}

a.sidebar-btn.logout-btn svg {
    display: none;
}

/* SIDEBAR DESIGN END */

/* HEADER SEACTION START */

nav.hearder-main {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 4px 4px 4px 0px #00000040;
}

.empty-side {
  width: 220px;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 10px;
  width: calc(100% - 300px);
}

.header-content h1.header-title {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #806A50;
  margin: 0;
}

.header-content button.notification {
  background: transparent;
  border: none;
}

/* HEADER SEACTION END */

/* EDIT PROFILE START */

.edit-profile .card .profile {
  gap: 15px;
}

.edit-profile .card .profile .image {
  width: 70px;
  height: 70px;
  padding: 3px;
  background: linear-gradient(135deg, #2488FB 0%, #183091 70.71%);
  box-shadow: 0px 10px 15px 0px #0000001A;
  box-shadow: 0px 4px 6px 0px #0000001A;
}

.edit-profile .card .profile .image img#profile_image {
  border-radius: 50%;
}

.edit-profile .card .profile .details p.name {
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #111827;
}

.edit-profile .card .profile .details p.role {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #111827;
}

.edit-profile .card .profile .details .date-section .reg span {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #9CA3AF;
}

.edit-profile .card .profile .details .date-section {
  justify-content: start;
  gap: 5px;
  align-items: center;
}

.edit-profile .card .profile .details .date-section .reg-count {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #111827;
}

.edit-profile .card .specialize ul li {
  gap: 5px;
  align-items: center;
}

.edit-profile .card .specialize ul li p {
  margin-top: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.5px;
}

.edit-profile .pirb .card .details label {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.5px;
  color: #9CA3AF;
}

.edit-profile .pirb .card .details .desc p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.7px;
  margin: 0 0 0 10px;
}

button.apply {
  height: 27px;
  border: none;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 9px;
  font-style: normal;
  line-height: normal;
  
  background: #806A50;
}

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

.edit-profile .pirb .card .id-card table#id_Card, table#id_Card_back {
  box-shadow: none;
}

table#id_Card, table#id_Card_back {
  box-shadow: none;
}

.row.add_top_value {
  gap: 15px;
}

.edit-profile .pirb .address {
  align-items: flex-start;
}

.edit-profile .address .fieldset-input label:before {
  content: "";
  width: 100%;
  background: #ffffff;
  height: 3px;
  top: 5px;
  position: absolute;
  z-index: -1;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

.edit-profile .address .checkbox input {
  display: none;
}

.checkmark {
  width: 21px;
  height: 21px;
  border: 2px solid #00ADED;
  border-radius: 7px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}

.checkbox input:checked + .checkmark {
  background-color: #00ADED;
  border-color: #00ADED;
}

.checkmark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: none;
  transform: translate(-50%, -50%) rotate(45deg);
}

.checkbox input:checked + .checkmark::after {
  display: block;
}

p.chklabel {
  margin: 0;
  padding-left: 5px;
}

.edit-profile .address p.result {
  margin-bottom: 0;
}

.edit-profile .performance table tbody tr td {
  border-bottom: 1px solid #A9A9A9
}

.edit-profile .performance table tbody tr td span.view_skill {
  font-size: 9px !important;
  text-wrap: nowrap;
  color: #9CA3AF;
  border: 1px solid #9CA3AF;
  border-radius: 5px;
}

.edit-profile .performance table.table thead tr th span {
  font-size: 10px !important;
}

.edit-profile .performance table.table thead .truncate {
  justify-content: center;
}

.performance table.datatables {
  width: 100% !important;
}

.performance .dataTables_wrapper input[type="search"] {
  height: 26px;
  outline: none;
  font-size: 12px;
  color: #A9A9A9;
  font-weight: 600;
  padding: 3px 15px;
  font-style: normal;
  border-radius: 7px;
  line-height: normal;
  border: 1px solid #A9A9A9;
  margin-bottom: 10px;
}

.performance h2.heading.title--secondary {
  margin-bottom: -20px;
  transform: translateX(-15px);
}

.performance div#DataTables_Table_0_info {
  float: none;
  margin: auto;
  width: fit-content;
}

.performance div#DataTables_Table_0_paginate {
  float: none;
  width: fit-content;
  margin: 0 auto;
}

.performance div#DataTables_Table_0_paginate .paginate_button.previous.disabled:hover {
  background: none !important;
}

.performance div#DataTables_Table_0_paginate .paginate_button.next.disabled:hover {
  background: none !important;
}

.performance div#DataTables_Table_0_paginate a.paginate_button {
  border-radius: 6px;
  border: 1px solid #9CA3AF;
  font-size: 10px;
  cursor: pointer;
  padding: 2px 7px;
}

.performance div#DataTables_Table_0_paginate a.paginate_button:hover {
  border-radius: 6px;
  border: 1px solid #9CA3AF !important;
}

.performance div#DataTables_Table_0_paginate a.paginate_button.current:hover {
  color: white !important;
  border: 1px solid #806A50 !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
  border: #806A50 !important;
}

.performance {
  padding-bottom: 0;
}

.performance table.datatables tbody tr td .truncate {
  justify-content: center;
}

p.card-desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.5px;
  color: #2B313E;
}

.fieldset-input input::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #A9A9A9 !important;
}

/* EDIT PROFILE END */


/* MY ACCOUNTS PAGE START */

.account-table table#DataTables_Table_0 {
  width: 100% !important;
}

.myaccount .account-table .card.primary--card {
  padding: 10px 20px !important;
}

.myaccount .account-table .card table tbody tr .description {
  font-weight: 400;
}

.myaccount .account-table .card table tbody tr .value, 
.myaccount .account-table .card table tbody tr .invoice {
  font-weight: 400;
}

.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-weight: 400;
}

.myaccount .account-table .card table tbody tr .status span.unpaid {
  color: #000000;
}

.myaccount .account-table .card table tbody tr .truncate {
  justify-content: center;
}

.myaccount .account-table .card table tbody tr td.description .truncate {
  justify-content: start;
}

.myaccount .account-table .card table thead tr th {
  text-align: center;
  text-wrap: nowrap;
  padding: 0 5px;
}

.account-table div#DataTables_Table_0_info {
  float: none;
  margin: 0 auto;
  width: fit-content;
}

.account-table div#DataTables_Table_0_paginate {
  float: none;
  margin: auto;
  width: fit-content;
}

.myaccount .account-table .card table tbody tr td {
  border-bottom: 1px solid #A9A9A9;
}

.myaccount .account-table .card table tbody tr:last-child td {
  border-bottom: 0;
}

.myaccount .account-table .card table tbody tr .action button.pay {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  background: #806A50;
  letter-spacing: -0.7px;
  padding: 5px 15px;
  height: auto;
  text-wrap: nowrap;
}

.myaccount .account-table .card table tbody tr .action a.btn-secondary {
  color: #9CA3AF !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 8px 10px !important;
  line-height: 12px !important;
  text-align: center !important;
  letter-spacing: -0.5px !important;
  border: 1px solid #9CA3AF !important;
  border-radius: 8px;
  background: transparent;
  text-wrap: nowrap;
}

.myaccount .account-table .card table thead tr th {
  color: #9CA3AF;
  font-weight: 600;
}

.datas .dataTables_wrapper .dataTables_paginate a.paginate_button {
  border-radius: 6px;
  border: 1px solid #9CA3AF;
}

.datas .dataTables_wrapper .dataTables_paginate span.ellipsis {
  padding: 0 2px;
  color: #9CA3AF;
}

.account-table .datas {
  overflow-x: auto;
}

a.viewPdf {
  border-radius: 6px;
  border: 1px solid #9CA3AF;
  font-size: 10px;
  cursor: pointer;
  color: #806a50;
  padding: 4px 7px;
}

a.viewPdf i {
  color: #806a50 !important;
}

/* MY ACCOUNTS PAGE END */


/* FIELD PERFORMANCE PAGE START */

.dashboard .tool-tip {
  border: none;
  padding: 0;
}

.fps-statement .dashboard .fps-wrapper {
  padding: 0;
}

.fps-statement .fps-label-top {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #9CA3AF;
  text-wrap: nowrap;
}

.fps-statement .fps-label-bottom {
  font-family: Inter;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-top: 2px;
}

.fps-statement .fps-segment {
  background: #F6DADA;
  height: 10px;
}

.fps-statement .fps-bar-container > div:first-child .fps-segment {
  border-radius: 15px 0 0 15px;
}

.fps-statement .fps-bar-container > div:last-child .fps-segment {
  border-radius: 0 10px 10px 0;
}

.fps-statement .fps-percentage {
  font-size: 24px;
  text-wrap: nowrap;
}

.coc-statement table.table .truncate {
  justify-content: center;
}

.coc-statement table.table thead .truncate .truncate-content {
  font-family: Inter;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #9CA3AF;
}

.coc-statement table.table tbody tr td:first-child {
  text-align: start;
}

.coc-statement table.table tbody tr td:first-child .truncate {
  justify-content: start;
}

.coc-statement table.table thead td {
  border: none;
}

.coc-statement table.table thead td {
  border: none;
}

.dashboard .statement .card .coc-statement table tbody tr td {
  border-bottom: 0;
}

.dashboard .statement .card .coc-statement table tbody tr {
  border-bottom: 1px solid #A9A9A9;
}

.dashboard .statement .card .coc-statement table tbody tr:last-child {
  border: 0;
}

.newsearch input[type="search"] {
  height: 30px;
  outline: none;
  font-size: 12px;
  color: #A9A9A9;
  font-weight: 600;
  padding: 5px 20px;
  font-style: normal;
  border-radius: 7px;
  line-height: normal;
  border: 1px solid #A9A9A9;
}

.dashboard .statement .card .coc-statement table thead tr th {
  font-family: Inter;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.7px;
  vertical-align: bottom;
  color: #9CA3AF;
}

.dashboard .statement .card .coc-statement table thead tr th.rotated {
  text-align: left !important;
  vertical-align: middle;
  padding-bottom: 10px !important;
}

.dashboard .statement .card .coc-statement table thead tr th {
  font-family: Inter;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.7px;
  vertical-align: bottom;
  color: #9CA3AF;
}

.dashboard .statement .card .coc-statement table thead tr th.rotated {
  text-align: left !important;
  vertical-align: middle;
}

.fps-statement .coc-statement div#DataTables_Table_0_info, 
.fps-statement .coc-statement div#DataTables_Table_0_paginate {
  float: none;
  width: fit-content;
  margin: 0 auto;
}

.fps-statement .coc-statement div#DataTables_Table_0_paginate .paginate_button {
  border-radius: 6px;
  border: 1px solid #9ca3af;
  margin: 0 2px;
  font-size: 10px;
  cursor: pointer;
  color: #806a50;
  padding: 2px 7px;
}

.fps-statement .coc-statement div#DataTables_Table_0_paginate .paginate_button:hover i {
  color: #ffffff;
}

.fps-statement .coc-statement div#DataTables_Table_0_paginate a.paginate_button.current:hover {
  color: #ffffff !important;
}

@media screen and (max-width: 1400px) {
  .fps-statement .dashboard .statement .row .col-md-5, 
  .fps-statement .dashboard .statement .row .col-md-7 {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .fps-statement .dashboard .statement .row .col-md-5, 
  .fps-statement .dashboard .statement .row .col-md-7 {
    width: 100%;
  }
}

/* FIELD PERFORMANCE PAGE END */

/* COC Statements Page START */

.coc .card p.text-content {
  line-height: 12px;
  color: #111827;
}

.content_1 {
  padding: 0 4px;
  border-bottom: 0;
}

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

.coc .card .delivery label.heading {
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #A9A9A9;
}

.coc .card .count .counters.disabled {
  color: #806A50;
  background: #ffffff;
  border: 1px solid #806A50;
}

.coc .card .count .countervalue {
  border: 1px solid #806A50;
  flex: 1;
  border-radius: 10px;
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.7px;
  padding: 5px 10px;
  color: #A9A9A9;
}

.coc .card .calculation span.taxes {
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #111827;
}

.coc .card .calculation span.price {
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.7px;
  text-align: right;
  color: #111827;
}

.coc .card .calculation {
  padding: 2px 0 5px;
}

.purchase-btn-sec {
  border: 1px solid #A9A9A9;
  border-width: 1px 0;
  padding: 7px 0;
  text-align: center;
}

.btn-purchase {
  background: #806A50;
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  padding: 5px 15px;
}

.coc .card .disclaimer .conditions {
  color: #111827;
}

.coc .card .disclaimer .declare label {
  font-weight: 400;
  color: #111827;
}

.coc-card {
  padding: 10px;
  border-radius: 10px;
  border-top: 4px solid #806A50;
  box-shadow: 2px 2px 2px 0px #00000040;
  display: flex;
  gap: 0px;
  align-items: center;
  flex: 1;
  background: #F6F6F6;
  flex-wrap: wrap;
  text-align: center;
}

.coc-card .coc-innercard{
  margin: 0 auto;
}
.coc-card.border-blue {
  border-top: 4px solid #0EA5E9;
}

.coc-card p {
  margin: 0 auto;
  font-size: 11px;
  letter-spacing: -0.5px;
}



.coc-card-section {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.coc-card svg {
  flex-shrink: 0;
  scale: 0.8;
  margin-left: -8px;
  /* margin-top: -4px; */
}

.coc-card span {
  font-size: 13px;
  margin-right: 3px;
  /* margin-left: -4px; */
}

.coc .card .datas .dataTables_filter {
  margin-left: auto;
  float: none;
}

.coc .card .datas h2.heading.title--secondary {
  width: fit-content;
  transform: translateY(4px);
  margin-bottom: -20px;
}

.coc .card .datas .dataTables_filter {
  margin-left: auto;
  float: none;
}

.coc .card .datas h2.heading.title--secondary {
  width: fit-content;
  transform: translateY(4px);
  margin-bottom: -20px;
}

.coc .card .datas table thead tr th {
  text-align: center !important;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  text-align: center;
}

.coc .card .datas table tbody tr td {
  font-family: Inter;
  font-weight: 400 !important;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #000000;
  border-bottom: 1px solid #A9A9A9;
}

.coc .card .datas table tbody tr td .truncate {
  justify-content: center;
}

.coc .card .datas table tbody tr .action a.btn.btn-outline-secondary.btn-sm {
  color: #9CA3AF !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 8px 10px !important;
  line-height: 12px !important;
  text-align: center !important;
  letter-spacing: -0.5px !important;
  border: 1px solid #9CA3AF !important;
  border-radius: 8px;
  background: transparent;
  text-wrap: nowrap;
}

.coc .card .datas table tbody tr .action a.btn.btn-brown.btn-sm {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  background: #806A50;
  letter-spacing: -0.7px;
  padding: 5px 15px;
  height: auto;
  text-wrap: nowrap;
}

.coc .card .datas div#DataTables_Table_0_info,
.coc .card .datas div#DataTables_Table_0_paginate {
  float: none;
  margin: auto;
  width: fit-content;
}

.coc .card .search input {
  border-radius: 10px;
}

.coc .card .datas {
  width: 100%;
}

.coc .card .datas table {
  /* margin-left: 20px; */
  width: 95% !important;
}

.coc .card .newdesign {
  margin-bottom: 15px;
  padding: 0 0px 10px;
}

.coc .card .btn-center .electronic {
  padding: 5px 20px;
}

.coc .card .newconditions ul {
  padding-left: 22px;
}

.installation-card .checkbox input {
  min-width: 14px;
}

.logpaper-coc .log-coc .status .checkbox span.codeno {
  margin: 0;
  font-weight: 400;
}

.logpaper-coc .log-coc .status .checkbox label {
  font-weight: 400;
}

.logpaper-coc .log-coc .status .checkbox {
  padding: 3px;
  min-height: 28px;
}

.logpaper-coc .log-coc .status .checkbox input {
  margin-left: 0;
  height: 20px !important;
  width: 20px !important;
  min-width: 20px !important;
  border-radius: 8px;
}

.status.type .fieldset-input label {
  text-wrap: nowrap;
  width: fit-content;
  text-align: start;
}

.logpaper-coc .log-coc .type .form-section .install-upload .upload span.circle {
  margin-bottom: 0px;
  border-radius: 11px;
  background-image: url(../../assets/images/image-preview.png);
  background-size: 60%;
  background-color: #A9A9A9;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.logpaper-coc .log-coc .type .form-section .install-upload .upload p {
  margin-bottom: 0;
}

.logpaper-coc .log-coc .type .form-section .install-upload .images .dummy .dz-image {
  position: relative;
}

.logpaper-coc .log-coc .type .form-section .install-upload .images .dummy a.dz-remove {
  position: absolute;
  right: 0;
}

.non-compliance-card p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #A9A9A9;
}

.non-Compliancebutton button#noncompliancemodalbtn {
  color: #806A50;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  height: 32px;
  padding: 0px 10px;
  background-color: #fff;
  border: 1px solid #806A50;
  margin: 0 auto;
  display: block;
}

input.custom-control-input.installationtypebox {
  outline: none;
  cursor: pointer;
  margin: 0px;
  appearance: none;
  background: #FFF;
  width: 26px !important;
  min-width: 26px !important;
  vertical-align: middle;
  height: 26px !important;
  background-color: white;
  border: 1px solid #A9A9A9;
  padding: 5px 8px !important;
  border-radius: 10px !important;
  cursor: pointer;
}

.checkbox label.custom-control-label {
  font-family: Inter;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.5px;
  display: flex;
  color: #9CA3AF;
  margin-bottom: 5px;
  gap: 5px;
}

.logpaper-coc .log-coc .type .form-section .declaration .checkbox {
  padding: 5px;
  background: #E2E2E2;
  border: 1px solid #A9A9A9;
}

.logpaper-coc .log-coc .type .form-section .declaration .checkbox input[type="radio"] {
  margin: 0;
  width: 26px !important;
  height: 26px !important;
  border-radius: 8px !important;
}

.logpaper-coc .log-coc .type .form-section .declaration .checkbox label {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #111827;
}

.logpaper-coc .log-coc .status .checkbox {
  background: #E2E2E2;
}

.save-log {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

input.custom-control-input.installationtypebox:checked {
  background-color: #00aded !important;
}

span#select2-ncnotice-container {
  height: 26px;
  outline: none;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  font-style: normal;
  border-radius: 7px;
  line-height: normal;
  padding: 5px 10px !important;
}

input.custom-control-input.installationtypebox:checked {
  background-color: #00aded !important;
}

.logpaper-coc .log-coc .type .form-section .form-submission .save-log button.logcocbtn {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  background: #806A50;
  letter-spacing: -0.7px;
  padding: 5px 15px;
  height: auto;
  text-wrap: nowrap;
}

.logpaper-coc .log-coc .type .form-section .form-submission .save-log button.savecocbtn {
  color: #9CA3AF !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 8px 10px !important;
  line-height: 12px !important;
  text-align: center !important;
  letter-spacing: -0.5px !important;
  border: 1px solid #9CA3AF !important;
  border-radius: 8px;
  background: transparent;
  text-wrap: nowrap;
}

.logpaper-coc .log-coc .type .form-section .form-submission .save-log button.cancelcocbtn {
  color: #9CA3AF !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 8px 10px !important;
  line-height: 12px !important;
  text-align: center !important;
  letter-spacing: -0.5px !important;
  border: 1px solid #9CA3AF !important;
  border-radius: 8px;
  background: transparent;
  text-wrap: nowrap;
}

.primary--card--top.nonComplianceCard {
  padding: 10px !important;
  border-radius: 10px !important;
  border-top: 4px solid #5FC1ED !important;
  background: #fff !important;
}

.nonComplianceCard .card--header {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

button.view-btn {
  background: #5FC1ED;
  border: 1px solid #5FC1ED;
  border-radius: 10px;
  color: #ffffff;
  padding: 6px 18px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.7px;
  text-align: center;
}

.nonComplianceCard .card--body {
  display: flex;
  gap: 5px;
  align-items: self-start;
}

.nonComplianceCard .card--body p.cmd-desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.7px;
  color: #111827;
  margin-left: 5px;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nonComplianceCard .card--body p.cmd-header {
  margin-bottom: 4px;
}

.nonComplianceCard .card--body img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.logpaper-coc .log-coc .type .form-section .form-submission {
  display: block !important;
}

.logpaper-coc .log-coc .type .form-section .form-submission .save-log.text-end {
  justify-content: space-between;
}

div#noncompliancemodal .modal-content {
  width: 100%;
}

.logpaper-coc .log-coc .type .form-section .declaration p.desclare {
  color: #A9A9A9;
}

/* COC Statements Page END */


/* AUDIT STATEMENT START */

.audit-statement .status-table table {
  width: 97% !important;
}

.audit-statement .status-table table thead tr th {
  text-align: center;
}

.audit-statement .status-table table tbody tr td {
  text-align: center;
}

.audit-statement .status-table table tbody tr td .truncate {
  justify-content: center;
}

.audit-statement .status-table .card .datas table tbody tr .Adress .truncate {
  justify-content: center;
}

.audit-statement .status-table .coc-card-section {
  width: 70%;
}

.audit-statement .status-table .newsearch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.audit-statement .status-table .newsearch input[type="search"] {
  color: #A9A9A9;
  border: 1px solid #9CA3AF;
  padding: 5px 15px;
  border-radius: 10px;
}

.audit-statement .status-table table tbody tr td .truncate .truncate-content {
  color: #000000 !important;
  font-weight: 400;
}

.audit-statement .status-table table tbody tr td .truncate .truncate-content p {
  color: #000000 !important;
  font-weight: 400;
}

.audit-statement .status-table .card .datas div#DataTables_Table_0_info, 
.audit-statement .status-table .card .datas div#DataTables_Table_0_paginate {
  float: none;
  width: fit-content;
  margin: 0 auto;
}

.audit-statement .status-table .card .datas table tbody tr .Adress .truncate-content {
  text-align: start;
}

.audit-statement .status-table .card .datas div#DataTables_Table_0_wrapper {
  overflow-x: auto;
}

.dashboard .statement .card .coc-statement table tbody tr .status {
  font-weight: 400;
}

.dashboard .statement .card .coc-statement table thead tr td .truncate {
  color: #9CA3AF;
}

a.view-audit {
  color: #9CA3AF !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 6px 10px !important;
  line-height: 12px !important;
  text-align: center !important;
  letter-spacing: -0.5px !important;
  border: 1px solid #9CA3AF !important;
  border-radius: 8px;
  background: transparent;
  text-wrap: nowrap;
  text-decoration: none;
}

a.starrating {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  background: #806A50;
  letter-spacing: -0.7px;
  padding: 6px 10px !important;
  height: auto;
  text-wrap: nowrap;
  text-decoration: none;
}

.audit-statement .status-table table tbody tr td.action .truncate {
  justify-content: end;
}

.audit-statement .status-table table tbody tr td.action .truncate .table-action {
  flex-flow: row;
  gap: 5px;
}


/* AUDIT STATEMENT END */

/* Professional Standing Status start */

.pss-statement .statement .card.primary--card--top h6 {
  color: #111827;
  font-weight: 700;
  font-size: 14px;
}

.pss-statement .statement .card.primary--card--top p {
  font-size: 12px;
  color: #111827;
}

.pss-report-table h1.heading.title--secondary {
  margin-bottom: -30px;
}

.pss-report-table table thead tr td .truncate {
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #9CA3AF;
}

.pss-report-table table tr td {
  text-align: center;
  color: #000000;
}

.pss-report-table table thead tr td {
  border: none;
  padding-bottom: 0;
}

.pss-report-table table tbody tr td {
  border-bottom: 1px solid #A9A9A9;
  font-size: 13px;
}

.pss-report-table table tbody tr:last-child td {
  border: none
}

.pss-report-table .datas table {
  width: 97% !important;
  margin: auto;
}

.pss-report-table .datas div#DataTables_Table_0_info, 
.pss-report-table .datas div#DataTables_Table_0_paginate {
  float: none;
  width: fit-content;
  margin: 0 auto;
}

.pss-report-table table tbody tr td a.btn.btn-success {
  height: 27px;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 10px !important;
  font-style: normal;
  line-height: normal;
  background: #806a50;
  text-wrap: nowrap;
}

.tool-tip .tooltiptext2 h1.heading.title--secondary {
  color: #00ADED !important;
}

.tool-tip .tooltiptext2  p {
  font-family: Poppins;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  color: #020202;
}

/* .tool-tip .tooltiptext2 p:last-child {
  margin-bottom: 0;
} */

.current-level {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

/* Professional Standing Status end */

/* MY CPD PAGE START */

.title--secondary span.tool-tip {
  border: none;
  padding: 0;
  position: unset;
}

.title--secondary span.tool-tip span.tooltiptext2 {
  top: 100%;
}

.cpd--graph .reward-status > div.text-label {
  font-family: Inter;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: -0.7px;
  color: #9CA3AF;
  text-wrap: nowrap;
}

.cpd--graph .reward-status .level-bar {
  height: 10px;
  background: #F6DADA;
}

.cpd--graph .reward-status:first-child .level-bar {
  border-radius: 10px 0 0 10px;
}

.cpd--graph .reward-status:last-child .level-bar {
  border-radius: 0 10px 10px 0;
}

.cpd--graph .reward-status .level-label {
  font-family: Inter;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.5px;
}

.align-title-search h2.title--secondary {
  margin-bottom: -25px;
}

.align-title-search div#DataTables_Table_0_filter {
  text-align: end;
}

.align-title-search div#DataTables_Table_0_filter input[type="search"] {
  width: 100%;
}

.datas.cpd-table-sec table#DataTables_Table_0 thead tr th {
  font-family: Inter;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #9CA3AF;
  padding: 10px 18px !important;
  padding-top: 0;
}

.datas.cpd-table-sec table#DataTables_Table_0 tbody tr td {
  color: #000000;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.datas.cpd-table-sec table#DataTables_Table_0 tbody tr td .img_icon {
  width: 80px;
  height: 50px;
  padding: 5px;
  border-radius: 5px;
}

.datas.cpd-table-sec table#DataTables_Table_0 tbody tr td .img_icon img.photo_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.datas.cpd-table-sec table#DataTables_Table_0 tbody tr td .img_icon span {
  display: block;
  height: 100%;
}

.datas.cpd-table-sec table#DataTables_Table_0 tbody tr td .img_icon span a {
  display: block;
  height: 100%;
}

.datas.cpd-table-sec table#DataTables_Table_0 tbody tr td.image .truncate {
  max-height: max-content;
}

.datas.cpd-table-sec table#DataTables_Table_0 tbody tr td .img_icon:has(img) {
  border: 1px solid #F6DADA;
}

.datas.cpd-table-sec table#DataTables_Table_0 tbody tr td .truncate {
  justify-content: center;
}

.datas.cpd-table-sec table#DataTables_Table_0 tbody tr td a.btn.btn-outline-secondary {
  height: 27px;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 8px !important;
  font-style: normal;
  line-height: normal;
  background: #806a50;
  text-wrap: nowrap;
}

.datas.cpd-table-sec table#DataTables_Table_0 tbody tr td a.btn.btn-pending {
  height: 27px;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 8px !important;
  font-style: normal;
  line-height: normal;
  text-wrap: nowrap;
  background: #5fc2ee !important;
    display: flex;   
    align-items: center;
}

.datas.cpd-table-sec table#DataTables_Table_0 tbody tr td a.btn.btn-approved {
  height: 27px;
  border: 1px solid #806a50 !important;
  color: #806a50 !important;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 8px !important;
  font-style: normal;
  line-height: normal;
  background: transparent !important;
  text-wrap: nowrap;
}



form.form.submit-cpd-form .fieldset-input textarea#comments {
  height: 40px;
  resize: auto;
  color: #A9A9A9;
  font-weight: 500;
}

form.form.submit-cpd-form .fieldset-input textarea#comments::placeholder {
  color: #A9A9A9;
}

.cpd-reward .activity .card .upload span.circle {
  margin-bottom: 0px;
  border-radius: 11px;
  background-image: url("../../assets/images/image-preview.png");
  background-size: 60%;
  background-color: #A9A9A9;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.cpd-reward .activity .card .upload .dz-message.needsclick {
  font-size: 12px;
  text-align: center;
}

.cpd-reward .activity .card .upload .file_size {
  font-size: 9px;
  font-size: 500;
}

.cpd-declare .declare.custom-control {
    margin-top: 0 !important;
}

.cpd-reward .activity .card .declare label {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.5px;
  color: #111827;
}

.cpd-reward .activity .card .declare {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.5px;
}

.cpd-reward .activity .card button.save {
  height: 30px;
  font-weight: 400;
}

.cpd-reward .activity .card button.submit {
  height: 30px;
}

.cpd-reward .activity .card div#preview-template {
  overflow-x: auto;
  gap: 5px;
  padding-bottom: 5px;
}

.cpd-reward .activity .card .dropzone-previews .dz-preview .dz-image > img {
  width: 60px;
  height: 80px;
  object-fit: contain;
}

.cpd-reward .activity .card div#preview-template .dz-image {
  position: relative;
}

.cpd-reward .activity .card div#preview-template .dz-image a.dz-remove {
  position: absolute;
  right: 0;
}

/* MY CPD PAGE END */

/* PROFESSIONAL BONUS PAGE START */

.professional-bonus h1.heading {
  margin: 0 0 10px !important;
}

.professional-bonus .primary--card--top {
  padding: 10px !important;
  border-radius: 8px !important;
}

.professional-bonus .primary--card--top span.fw-bold {
  font-family: Inter;
  font-weight: 400 !important;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #111827 !important;
}

.professional-bonus .primary--card--top span.small {
  flex: 1;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #2B313E !important;
}

.professional-bonus .primary--card--top.border-light-green {
  border-color: #D2E288 !important;
  margin-bottom: 15px !important;
  border-top-width: 4px !important;
}

.professional-bonus .primary--card--top.border-orange {
  border-color: #E89B05 !important;
  border-top-width: 4px !important;
}

.primary--card--top.border-light-blue.award-card {
  position: relative;
  border-radius: 12px !important;
  height: 100%;
  border-top: 7px solid #00ADED !important

}

.primary--card--top.border-light-blue.award-card span.badge {
  padding: 7px 10px;
  position: absolute;
  top: -5px;
  right: -1px;
  background: #0EA5E9 !important;
  width: fit-content !important;
  font-size: 11px;
  font-weight: 600;
}

.primary--card--top.border-light-blue.award-card h6.fw-bold {
  font-family: Inter;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}

.primary--card--top.border-light-blue.award-card p.small {
  font-size: 13px;
  text-align: start;
  line-height: 1;
  color: #2B313E !important;
}

.primary--card--top.border-light-blue.award-card span.card-img {
  display: block;
  border-radius: 50%;
  background: #ffffff;
  padding: 10px;
  width: 100%;
  height: 100%;
  border: 4px solid #00ADED;
  box-shadow: 0px 2px 4px 0px #0000001A;
  margin-top: 10px;
}

.primary--card--top.border-light-blue.available-card {
  position: relative;
  border-radius: 11px !important;
  border-top-width: 5px !important;
  border-top: 7px solid #a99b8a !important

}

.primary--card--top.border-light-blue.available-card span.badge {
  padding: 7px 10px;
  position: absolute;
  top: -6px;
  right: -1px;
  background: #fff !important;
  width: fit-content !important;
  font-size: 11px;
  font-weight: 600;
  color: #806A50A6;
  border: 1px solid #806A50A6;
}

.primary--card--top.border-light-blue.available-card h6.fw-bold {
  font-family: Inter;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}

.primary--card--top.border-light-blue.available-card p.small {
  font-size: 13px;
  text-align: start;
  line-height: 1;
  color: #2B313E !important;
}

.primary--card--top.border-light-blue.available-card span.card-img {
  display: block;
  border-radius: 50%;
  background: #ffffff;
  padding: 10px;
  width: 100%;
  height: 100%;
  border: 4px solid #a99b8a;
  box-shadow: 0px 2px 4px 0px #0000001A;
  margin-top: 10px;
}

span.card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* PROFESSIONAL BONUS PAGE END */


/* RESPONSIVE START */

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

  table#id_Card_back {
    width: 100%;
  }

  #id_Card_back td .txt-img-card {
    text-align: start;
    width: 41%;
  }

}

@media screen and (max-width: 1024px) {
  
  .audit-it .content {
    width: calc(100% - 100px) !important;
    margin-left: 80px !important;
  }

  .audit-it .sidebar.show ~ .content {
    margin-left: 260px !important;
  }

  nav.sidebar .sidebar-header {
    display: none;
  }

  .audit-it .sidebar.show .sidebar-header {
    display: block;
  }

  nav.sidebar .header--content ul li a span {
    display: none;
  }

  nav.sidebar.show .header--content ul li a span {
    display: block;
  }

  nav.sidebar .header--content button.menu-dropdown {
    display: none;
  }

  nav.sidebar.show .header--content button.menu-dropdown {
    display: flex;
  }

  nav.sidebar .header--content ul li {
    margin-bottom: 20px;
  }

  nav.sidebar.show .header--content ul li a {
    justify-content: flex-start !important;
    gap: 10px;
  }

  nav.sidebar .header--content ul {
    margin: 0;
  }

  .audit-it .sidebar {
    width: 60px !important;
    padding: 0 !important;
  }

  .audit-it .sidebar.show {
    width: 220px !important;
    padding: 10px !important;
    z-index: 10;
  }

  nav.sidebar .header--content ul li a {
    padding: 3px 10px;
    /* text-align: center; */
    justify-content: center;
  }

  nav.sidebar ul.list-unstyled li a svg {
    margin: 0;
  }

  .top-section {
    margin-top: 20px;
  }

  .empty-side {
    width: 60px;
  }

  button.menu-toggle {
    display: block;
    margin: 0 auto;
  }

  .header-content {
    width: 100%;
  }

  .audit-it nav.sidebar button.sidebar-btn:has(a.cus_li_name) {
    display: none;
  }

  .audit-it nav.sidebar.show button.sidebar-btn:has(a.cus_li_name) {
    display: block;
  }

  a.sidebar-btn.logout-btn svg {
    display: block;
  }

  .audit-it nav.sidebar.show a.sidebar-btn.logout-btn svg {
    display: none;
  }

  a.sidebar-btn.logout-btn span {
    display: none;
  }

  .audit-it nav.sidebar.show a.sidebar-btn.logout-btn span {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 7px;
  }

  a.sidebar-btn.logout-btn {
    background: transparent;
    border: none;
    padding: 0;
  }

  nav.sidebar .header--content .sidebar-buttons {
    /* display: flex; */
    align-items: end;
    justify-content: end;
    flex-flow: column;
  }

  .newsearch {
    flex-wrap: wrap;
  }

  nav.sidebar ul.list-unstyled li a svg {
    scale: 1;
  }

  nav.sidebar.show .sidebar-header a img {
    width: 82px !important;
  }

  .green-status-dot {
    bottom: -31px !important;
    left: 60px !important;
  }

}

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

  div#skillmodal .modal-content {
    width: 90%;
  }

  .modal-content .purchase_otp input {
    width: 30px;
    text-align: center;
    color: #ffffff;
  }

  .edit-profile .pirb .card .id-card table#id_Card {
    max-width: 400px;
  }

  table#id_Card_back {
    max-width: 400px;
  }

  .edit-profile .pirb .card .id-card #id_Card_back tr td.add_idcard_color {
    height: 100% !important;
    transform: translateX(184px);
  }

  .edit-profile .pirb .card .id-card #id_Card_back tr td.add_idcard_color p.back_license {
    transform: rotate(-90deg);
    position: relative;
    left: -33px;
  }

  #id_Card_back p.vrfy {
    margin-left: 10px;
    text-align: left;
  }

  #id_Card_back tbody.rght-rotate-txt tr {
    height: 241px !important;
  }

  #id_Card_back tbody.rght-rotate-txt tr {
    float: right;
    height: 221px !important;
  }

  .edit-profile .pirb .card .id-card #id_Card_back tr td.add_idcard_color {
    transform: translateX(11px);
    height: 221px!important;
  }

  .edit-profile .pirb .card .id-card #id_Card_back tr td.add_idcard_color p.back_license {
    left: 0;
  }

  #id_Card_back td.curr_emptxt p.emp_title {
    padding-left: 4px;
    font-size: 8px;
  }

  #id_Card_back span.curr_txts {
    height: 40px;
  }

  table#id_Card_back {
    min-width: 370px;
  }

  table#id_Card {
    min-width: 370px;
  }

  .row.add_top_value .col-md-6 {
    overflow-x: auto;
  }

  .edit-profile .pirb .card .id-card #id_Card_back tr td.add_idcard_color p.back_license {
    left: -36px;
  }

  #id_Card_back tbody.rght-rotate-txt tr {
    float: right;
    height: 221px !important;
  }

  .edit-profile .pirb .card .id-card #id_Card_back tr td.add_idcard_color p.back_license {
    left: -36px;
  }

  .performance div#DataTables_Table_0_wrapper {
    overflow-x: auto;
  }

  .performance table.datatables {
    width: 370px;
  }

  .performance table.datatables thead tr th {
    text-wrap: nowrap;
    padding: 0 5px;
  }

  div#skillModal .modal-dialog {
    max-width: 90% !important;
    margin: 0 auto;
  }

  .audit-statement .status-table .coc-card-section {
    width: 100%;
  }

}

@media screen and (max-width: 980px) {
  
  .coc-card-section {
    justify-content: space-between;
  }

  .performance-score-card {
    justify-content: space-between;
  }
  
  .coc-card {
    width: 46%;
    flex: none;
  }

  .score-card {
    width: 46% !important;
    flex: none !important;
    flex-direction: column;
  }

  .edit-profile form.address_card {
    margin-top: 20px;
  }
  
}

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

  .coc-card-section {
    margin-top: 20px;
  }

  .performance-score-card {
    margin-top: 20px;
  }

  .coc .card .datas h2.heading.title--secondary {
    transform: none;
    margin: 0;
  }

  .coc-card {
    width: 100%;
  }

  .score-card {
    width: 100% !important;
  }

  .performance h2.heading.title--secondary {
    margin-bottom: 0;
    transform: translateX(-15px);
  }

  .edit-profile .pirb .address button.apply {
    margin-left: auto;
    width: fit-content;
    display: block;
  }

  .pss-report-table h1.heading.title--secondary {
    margin: 0;
  }
  
  .edit-profile .address .fieldset-input label {
    font-size: 10px;
  }

  .title--secondary span.tool-tip {
    position: unset !important;
  }

  .title--secondary span.tool-tip .tooltiptext2 {
    width: 100% !important;
    left: 0 !important;
    top: 110%;
  }

  .title--secondary {
    position: relative;
  }

  .fps-statement .fps-label-top {
    font-size: 8px;
  }

  .header-content h1.header-title {
    font-size: 16px;
  }

  .cpd--graph .col-2 {
    width: 100%;
  }

  .cpd--graph .col-10 {
    width: 100%;
  }

  .align-title-search h2.title--secondary {
    margin-bottom: 20px;
  }

  .cpd-sub-btn {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .cpd-sub-btn .col-md-6 {
    width: fit-content;
  }

  div#cpdModal .modal-content {
    width: 90%;
  }

  .dashboard-circular-progress .img-sec .img-cont span {
    font-size: 20px !important;
  }

}

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

  div#skillModal .modal-dialog {
    max-width: 98% !important;
    margin: 0 auto;
  }

  div#skillModal .modal-content {
    width: 90%;
  }

  .header-content h1.header-title {
    font-size: 14px;
  }

  .cpd--graph .reward-status>div.text-label {
    font-size: 8px !important;
  }


}

/* RESPONSIVE END */

/* NEW DESIGN END */

/* Added on 07-04-26 */

.dashboard .card .datas table tbody tr .action a.btn.btn-brown.btn-sm {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  background: #806A50;
  letter-spacing: -0.7px;
  padding: 5px 15px;
  height: auto;
  text-wrap: nowrap;
}

.leaderboard .leaderboard-header {
  padding: 20px 20px 10px 20px;
  background: #8d7961;
  border-radius: 10px 10px 0px 0px;
}

.leaderboard .region-wrapper {
  padding: 0px 20px 20px 20px;
}

.leaderboard .leaderboard-header .select2-selection s.elect2-selection--single {
  background: #71614e !important;
  border: none !important;
}

/* Dashboard circuler progress */

.dashboard-circular-progress {
  position: relative;
}

.dashboard-circular-progress .img-sec .img-cont img {
  object-fit: cover;
  width: 80%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.dashboard-circular-progress .img-sec .img-cont.active img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dashboard-circular-progress .img-sec .img-cont span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -50%);
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}

.dashboard-circular-progress .progress-inn {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.dashboard-circular-progress .progress-inn .text-sec {
  text-align: center;
  flex: 1;
}

.dashboard-circular-progress .progress-inn .text-sec h4 {
  font-family: Inter;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #9CA3AF;
  margin-bottom: 0px;
}

.dashboard-circular-progress .progress--bar {
  position: absolute;
  top: 50%;
  left: 0;
  height: 5px;
  width: 100%;
  background: #F6DADA;
  border-radius: 20px;
  transform: translateY(-50%);
  overflow: hidden;
}

.dashboard-circular-progress .progress--bar span.progress-status {
  width: 70%;
  display: block;
  background: #E4CA63;
  height: 100%;
}

.dashboard-circular-progress .progress-inn .text-sec p {
  font-family: Inter;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #9CA3AF;
  margin-bottom: 0;
}

.dashboard-circular-progress .img-sec {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.dashboard-circular-progress .img-sec .img-cont {
      flex: 1;
      position: relative;
      z-index: 9;
      display: flex;
      justify-content: center;
}

.dashboard .card.coc .datas h2.heading.title--secondary {
  width: fit-content;
  transform: translateY(4px);
  margin-bottom: -20px;
}

.dashboard .card.coc  .datas table thead tr th {
  border: none;
  font-size: 14px;
  color: #A9A9A9;
  text-wrap: nowrap;
  font-style: normal;
  padding: 10px 0;
  text-align: center !important;
  font-family: Inter;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.7px;

}

.dashboard .card.coc table.table .truncate {
  justify-content: center;
}

.dashboard .card.coc .datas div#DataTables_Table_0_info, .dashboard .card.coc .datas div#DataTables_Table_0_paginate {
    float: none;
    margin: auto;
    width: fit-content;
}

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

/* Notification card */

#messageList .message-body {
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 10px;
}

.message-title {
  color: #00ADED;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}

.message-content {
  font-size: 12px;
  margin-bottom: 5px;
}

.message-body .footer p {
  font-size: 12px;
  color: #A8A8A8;
  margin-bottom: 5px;
}

.green-status-dot{
  width: 15px;
  height: 15px;
  background-color: #99AF33;
  border:2px solid #849241;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  left: 51px;
}

.red-status-dot{
  width: 15px;
  height: 15px;
  background-color: #F44F4F;
  border: 2px solid #c05353;  
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  left: 51px;
}

/* Added on 13-04-26 */

#cpdModal {
  max-width: 100%;
  scrollbar-width: none;
}

@media only screen and (max-width: 800px) { 
  span.tooltiptext2 {
    top: 30px;
    left: -160px;
  }
}

@media only screen and (max-width: 660px) { 
      span.tooltiptext2 {
        width: 460px !important;
        top: 30px;
        left: -205px;
      }
    .new-circular-progress .img-sec .img-cont span{
          font-size:24px;
          transform: translate(-40%, -50%);
      }
}

@media only screen and (max-width: 660px) { 
  span.tooltiptext2 {
    width: 350px !important;
    top: 30px;
    left: -205px;
  }
}

/* Auditstatement Page New Design */

.audit-info-card .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.audit-info-card .row .audit-label {
    font-size: 12px;
    color: #9CA3AF;
    width: auto;
}

.audit-info-card .row .audit-value {
      font-size: 12px;
      width: auto;
}

.audit-info-card .row.total .audit-label {
  font-size: 13px;
  font-weight: 700;
  color: #000 !important;
}

.audit-info-card .row .audit-text {
      font-size: 12px;
      width: auto;
      padding-left: 5px;
}

.audit-info-card .row .left, .audit-info-card .row .right {
      width: auto;
}

.audit-info-card .row.column {
    display: flex;
    flex-direction: column;
    padding: 0 12px;
}

/* Performance score card */

.performance-score-card {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.score-card {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 0px #00000040;
  display: flex;
  justify-content: center;
  gap: 0px;
  align-items: center;
  flex: 1;
  background: #F6F6F6;
  flex-wrap: wrap;
}

.performance-score-card .performance-score {
  font-size: 13px;
  font-weight: 700;
}

.performance-score-card .performance-text {
  font-size: 11px;
}

.border-blue {
  border-top: 4px solid #0EA5E9;
}

.border-orange {
  border-top: 4px solid #E89B05 !important;
}

/* Audit Finding Cards */

.audit-finding-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #fff !important;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #D5D5D5;
  border-bottom: 7px solid #806a50;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.audit-finding-card {
  border-radius: 15px;
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
}

.audit-finding-card .audit-finding-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.audit-finding-card-header h5 {
    font-size: 15px;
    font-weight: 700;
}

.audit-finding-card .audit-finding-card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.audit-finding-card .audit-finding-card-content {
  max-width: 75%;
}

.audit-finding-card .label {
  font-size: 12px;
  color: #888;
  margin-bottom: 3px;
}

.audit-finding-card .text {
  font-size: 14px;
  color: #333;
}

.audit-finding-card .card-side {
  text-align: center;
}

.audit-finding-card .card-side img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.audit-finding-card .score {
  font-size: 13px;
  font-weight: 600;
}

.audit-finding-btn {
    color: #fff;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: 14px;
}

.audit-finding-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.audit-finding-card-footer {
  display: flex;
  justify-content: space-between;
}

/* Color Borders */
.orange {
  border-top: 5px solid #E89B05;
}

.red {
  border-top: 5px solid #F44F4F;
}

.sky-blue {
  border-top: 5px solid #5FC1ED;
}

.light-green {
  border-top: 5px solid #D2E288;
}

/* color-btns */
.orange-btn {
  background: #E89B05;
  border: 1px solid #E89B05;
}

.red-btn {
  background: #F44F4F;
  border: 1px solid #F44F4F;
}

.sky-blue-btn {
  background: #5FC1ED;
  border: 1px solid #5FC1ED;
}

.light-green-btn {
  background: #D2E288;
  border: 1px solid #D2E288;
}

/* 4/17/2026 START*/
.audit-finding-cards .notice span {
    color: #9CA3AF;
   font-family: Inter;
   font-weight: 700;
   font-style: Bold;
   font-size: 12px;
   line-height: 12px;
   letter-spacing: -0.5px;
   text-align: center;
}
.audit-finding-cards .notice p {
   color: #A9A9A9;   
   font-family: Poppins;
   font-size: 11px;
   font-weight: 500;
   margin-bottom: 10px;
}

.chatinput.chatfooter {
    padding: 15px 12px;
    background: transparent;
    display: flex;
    align-items: center !important;
}

.chattext::placeholder {
   font-family: Inter;
   font-weight: 500;
   font-style: Bold;
   font-size: 18px;
   line-height: 20px;
   color: #A9A9A9;
}

.send {
    display: none;
}

.send-icon {
    background-color: #806a50;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 4px 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.25s ease, transform 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    white-space: nowrap;
    top: 0px !important;
}

/* Hide the arrow icon, show "Send" text instead */
.send-icon i {
    display: none;
}

input#chattext::placeholder{ 
    font-size: 12px;
}

.send-icon::before {
    content: "Send";
}

#chatattachment img {
    width: 16px;
    padding-bottom: 5px;
}

/* Utility */
.displaynone {
    display: none !important;
}


/* 4/17/2026 END*/

@media only screen and (max-width: 500px) { 
  .audit-finding-card .audit-finding-card-content {
      max-width: 90%;
  }
  .audit-finding-card .text {
    font-size: 12px;
  }
}

/** 20-04-2026 **/

.custom-popover {
  max-width: 460px;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0px 0px 3px 1px #00000030;

}

.custom-popover .popover-header {
  background: #fff;
  color: #00aded;
  font-size: 15px;
  font-weight: 700;
  text-align: start;
  border-bottom: none;
}

.custom-popover .popover-body {
  font-family: Poppins;
  font-size: 13px !important;
  font-weight: 400;
  line-height:18px;
  letter-spacing: 0%;
  color: #020202;

}

.custom-popover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  border-radius: 6px;
}
/* Remove arrow completely */
.popover .popover-arrow {
  display: none !important;
}

.arrow-icon {
    transition: transform 0.3s ease;
}

/* Rotated state */
.arrow-rotate {
    transform: rotate(90deg);
}
/** aded on 15-04-2026 */
/* Metadata panel */
#pswp-meta {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    max-width: 250px;
    line-height: 1.5;
}
#pswp-meta a {
    color: #4fc3f7;
    text-decoration: none;
}
.pswp__img{
  object-fit: contain !important;
}



