small.p-error {
    color: red;
    font-size: 13px;
    position: absolute;
}
.form-group-mb {
    margin-bottom: 15px!important;
}
.form-group-mt {
    margin-top: 25px!important;
}
.showpass {
    position: absolute;
    bottom: 118px;
    z-index: 999;
    /* margin-right: 0; */
    right: 12%;
}

/* swal design */
.custom-swal-popup {
    width: 500px; 
    height: 270px; 
}
.custom-swal-confirmButton, .custom-swal-cancelButton {
    padding: 8px 15px; 
    font-size: 13px !important; 
}
.custom-swal-icon{
    font-size: 15px!important;
}
span.verify-pan {
    color: red;
    font-weight: bold;
    cursor: pointer;
    margin-left: 150px;
    text-decoration: underline;
}
span.verified-pan {
    color: green;
    font-weight: bold;
    cursor: pointer;
    margin-left: 140px;
    text-decoration: underline;
}
.modal-content {
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background: #d7ebff;
    border-radius: 15px;
}
.modal-content-retailer {
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background: #66cccc;
    border-radius: 15px;
}
.modal-header {
    padding: 0;
    border: none;
}
.otp-modal .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    /* padding: 32px 0px 15px 0px; */
}
.box-feild input {
    font-size: 14px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 0px;
    margin-left: 10px;
    text-align: center !important;
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
    padding-left: 0px;
    border: 1px solid black;
    border-radius: 7px;
}
.modal-header button.close {
    position: absolute;
    top: 10px;
    right: 5px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 16px;
    line-height: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    color: #000000;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-body {
    position: relative;
    padding: 11px;
    margin-top: 30px;
}
.otp-modal .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    /* padding: 32px 0px 15px 0px; */
} 
.btn-search {
    border-radius: 20px;
    background: #ff6666 !important;
    border: unset;
    width: 100px;
    margin-top: 0px !important;
}
.pendingModal {
    position: absolute;
    inset: 50% auto auto 50%;
    /* border: 1px solid rgb(204, 204, 204); */
    /* background: rgb(255, 255, 255); */
    /* overflow: auto; */
    /* border-radius: 4px; */
    /* outline: none; */
    /* padding: 20px; */
    /* margin-right: -50%; */
    transform: translate(-50%, -50%);
}
.modal-details {
    padding: 15px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #66cccc;
    border-color: #66cccc;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #66cccc;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.p-accordion-header-text {
    line-height: 1.2;
    font-size: 15px;
    color: gray;
    font-weight: normal;
}
p.m-0.faq-ans {
    line-height: 1.5;
    font-size: 13px;
    color: gray;
    font-weight: normal;
}
.modal-sm {
    width: 500px;
}
:focus-visible{
    outline: none;
}
.resend-text {
    color: #ff6666;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}
.resend-timmer {
    color: #ff6666;
    background: transparent;
    margin-bottom: 0px;

}
.resend-disable {
    color: #ff6666a6;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}
.resend-div{
    display: flex;
    margin-top: 5px;
    justify-content: end;

}
p.resend-text {
    margin-bottom: 0px;
}
.no-record {
    /* justify-items: center; */
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}
.carousel .carousel-status {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
    color: #fff;
    display: none;
}
.mx-width {
    width: fit-content;
}
.figure img {
    width: 100%;
    height: 456px;
    object-fit: contain;
}
.namekpi img {
    height: 53px;
}
li.slide img {
    height: 410px;
    object-fit: cover;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.react-datepicker-wrapper {
    display: inline-block;
    padding: 0;
    border: 0;
    width: 100%;
}
.report-submit-btn{
    border-radius: 20px;
    background: #ff6666 !important;
    border: unset;
    width: 100px;
    margin-top: 25px;
}
small.report-error-field {
    font-size: 11px;
    color: red;
    position: relative;
    margin-top: 35px;
    left: 14px;
  }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: center;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #6cc;
    border-color: #6cc;
    cursor: default;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: black;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination {
    display: flex;
    padding-left: 0;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    border-radius: 4px;
}