.header .header-left .logo img {
    max-height: 30px;
    width: auto;
}
.table-responsive {
        margin: 30px 0;
    }

    .table-wrapper {
        min-width: 1000px;
        background: #fff;
        padding: 20px 25px;
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }

    .table-title {
        padding-bottom: 15px;
        background: #299be4;
        color: #fff;
        padding: 16px 30px;
        margin: -20px -25px 10px;
        border-radius: 3px 3px 0 0;
    }

    .table-title h2 {
        margin: 5px 0 0;
        font-size: 24px;
    }

    .table-title .btn {
        color: #566787;
        float: right;
        font-size: 13px;
        background: #fff;
        border: none;
        min-width: 50px;
        border-radius: 2px;
        border: none;
        outline: none !important;
        margin-left: 10px;
    }

    .table-title .btn:hover,
    .table-title .btn:focus {
        color: #566787;
        background: #f2f2f2;
    }

    .table-title .btn i {
        float: left;
        font-size: 21px;
        margin-right: 5px;
    }

    .table-title .btn span {
        float: left;
        margin-top: 2px;
    }

    table.table tr th,
    table.table tr td {
        border-color: #e9e9e9;
        padding: 12px 15px;
        vertical-align: middle;
        line-height: 1.1;
    }

    table.table tr th:first-child {
        width: 60px;
    }
    
    table.table tr th:last-child {
        width: 100px;
    }
    table#addpcftable tr th:first-child {
        width: 260px;
    }
    
    
    table.table-striped tbody tr:nth-of-type(odd) {
        background-color: #fcfcfc;
    }

    table.table-striped.table-hover tbody tr:hover {
        background: #f5f5f5;
    }

    table.table th i {
        font-size: 13px;
        margin: 0 5px;
        cursor: pointer;
    }

    table.table td:last-child i {
        opacity: 0.9;
        font-size: 20px;
        margin: 0px;
    }

    table.table td a {
        font-weight: bold;
        color: #566787;
        display: inline-block;
        text-decoration: none;
            font-weight: 500;
    }

    table.table td a:hover {
        color: #2196F3;
    }

    table.table td a.settings {
        color: #2196F3;
    }

    table.table td a.delete {
        color: #F44336;
    }

    table.table td i {
        font-size: 19px;
    }

    table.table .avatar {
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
    }

    .status {
        font-size: 30px;
        margin: 2px 2px 0 0;
        display: inline-block;
        vertical-align: middle;
        line-height: 10px;
    }

    .text-success {
        color: #10c469;
    }

    .text-info {
        color: #62c9e8;
    }

    .text-warning {
        color: #FFC107;
    }

    .text-danger {
        color: #ff5b5b;
    }

    .pagination {
        float: right;
        margin: 0 0 5px;
    }

    .pagination li a {
        border: none;
        font-size: 13px;
        min-width: 30px;
        min-height: 30px;
        color: #999;
        margin: 0 2px;
        line-height: 30px;
        border-radius: 2px !important;
        text-align: center;
        padding: 0 6px;
    }

    .pagination li a:hover {
        color: #666;
    }

    .pagination li.active a,
    .pagination li.active a.page-link {
        background: #03A9F4;
    }

    .pagination li.active a:hover {
        background: #0397d6;
    }

    .pagination li.disabled i {
        color: #ccc;
    }

    .pagination li i {
        font-size: 16px;
        padding-top: 6px
    }

    .hint-text {
        float: left;
        margin-top: 10px;
        font-size: 13px;
    }

    .dataTables_paginate.paging_simple_numbers {
        display: inline-flex;
        float: right;
        margin-right: 15px;
        margin-top: 20px;
    }

    div.dataTables_wrapper div.dataTables_info {
        margin-left: 15px;
        margin-top: 20px;
        display: inline-flex;
    }

    .dataTables_length {
        display: inline-flex;
        margin-left: 15px;
        margin-bottom: 20px;
    }

    #users_filter {
        display: inline-flex;
        float: right;
        margin-right: 15px;
        margin-bottom: 20px;
    }

    thead th {
        background: var(--tablethcolor) !important;
        color: #fff;
    }
tr.tablehead td {
    background: var(--tablethcolor) !important;
    color: #fff;
}
    table#addpcftable thead th{
        background: #fff !important;
        color: #7c2296;
    }
    .ui.dimmer {
        background: rgba(0, 0, 0, .65);
    }

    .sidebar,
    .header {
        z-index: 1;
    }

    .custoemrdetailsul li {
        list-style: none;
        margin: 10px 0;
    }

    .custoemrdetailsul li span {
        width: 230px;
        display: inline-block;
    }

    .wedit,
    .wedit .fa,
    .wedit .fa:before {
        color: #fff;
    }

    .form-floating > label {
        color: #777777;
    }

    .calendar-table thead th,
    .datepicker-days thead th {
        background: none !important;
        color: #000;
    }

    .actiondrop .dropdown-item {
        padding: 10px 20px;
    }

    .loading__overlay {
        content: '';
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;

        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0);
        height: 0;
        width: 0;
    }

    .loading__overlay.waiting {
        visibility: visible;
        opacity: 1;
        content: '';
        width: 100%;
        height: 100%;
        display: flex;
        z-index: 999999;
        align-items: center;

        position: fixed;

        background-color: rgba(0, 0, 0, 0.65);
        cursor: wait;
    }

    .waiting .loading__icon {
        content: '';
        width: 5%;
        height: 5%;
        min-width: 50px;
        min-height: 50px;
        background-image: url(../../images/loading-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
    }

    .c-stepper__item {
        position: relative;
        display: flex;
        gap: 1rem;
        padding-bottom: 3.3rem;
    }

    a.hidlink {
        display: none;
    }

    .nolink {
        pointer-events: none;
        color: #eee !important;
    }
    .nolinkgrey {
        pointer-events: none;
    color: #b8b3b4!important;
    background-color: #eee!important;

    }
    /* .c-stepper__item:before {
    content: "";
    flex: 0 0 var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    background-color: lightgrey;
}*/
    .c-stepper__content {
        max-width: 600px;
    }

    .c-stepper__number {
        height: var(--circle-size);
        border-radius: 50%;
        background-color: lightgrey;
        height: 35px;
        width: 35px;
        text-align: center;
    }

    .c-stepper__title {
        font-weight: bold;
        font-size: clamp(1rem, 4vw, 1.25rem);
        margin-bottom: clamp(0.85rem, 2vmax, 1rem);
    }

    .disable .c-stepper__title {
        color: #ababab;
    }

    .c-stepper__item:not(:last-child):after {
        content: "";
        position: absolute;
        left: 0;
        top: calc(var(--circle-size) + var(--spacing));
        bottom: var(--spacing);
        z-index: 0;
        transform: translateX(calc(var(--circle-size) / 2));
        width: 2px;
        background-color: #e0e0e0;
    }

    .c-stepper__number:before {
        font-family: "FontAwesome";
        font-weight: 900;
        content: "\f068";
        position: absolute;
        top: 4px;
        left: 10px;
        font-size: 20px;
        color: #fff;
    }

    .done .c-stepper__number {
        background-color: #35b309;
    }

    .reject .c-stepper__number {
        background-color: #b30909;
    }

    .done .c-stepper__number:before {
        font-family: "FontAwesome";
        font-weight: 900;
        content: "\f00c";
        position: absolute;
        top: 3px;
        left: 8px;
        font-size: 20px;
        color: #fff;
    }

    .noactivebtn {
        border-color: #e6e6e6 !important;
        pointer-events: none !important;
        opacity: .65 !important;
        color: #ababab !important;
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #f4f4f4;
        opacity: 1;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #scoretable td {
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
        padding-right: 10px;
    }

    #scoretable td:nth-child(2),
    #scoretable td:nth-child(3),
    #scoretable th:nth-child(2),
    #scoretable th:nth-child(3) {
        text-align: center;
    }

    #scoretable th {
        padding-right: 10px;
        line-height: 1;
    }

    .radio label span::before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.125em #00005c;
    }

    .radio label input:checked + span::before {
        box-shadow: inset 0 0 0 0.4375em #00005c;
    }

    #scoretable td:nth-child(2) {
        font-weight: 700;
    }

    #scoretable td:nth-child(3) {
        color: #ccc;
    }

    .icdiv {
        position: relative;
        padding: 30px;
        padding-top: 30px;
        padding-top: 10px;
    }

    .icdiv img {
        max-width: 100%;
    }

    .radio label {
        display: flex;
        cursor: pointer;
        font-weight: 500;
        position: relative;
        overflow: hidden;
        margin-bottom: 0.375em;
    }

    .radio label input {
        position: absolute;
        left: -9999px;
    }

    .radio label span {
        display: flex;
        align-items: center;
        padding: 0.575em 1.75em 0.575em 1.375em;
        border-radius: 99em;
        transition: 0.25s ease;
    }

    .radio label span::before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.125em #00005c;
    }

    .radio label input:checked + span::before {
        box-shadow: inset 0 0 0 0.4375em #00005c;
    }

    .radio label input:checked + span {
        background-color: #d6d6e5;
    }

    .custoemrdetailsul {
        padding-left: 0rem;
    }

    .custoemrdetailsul li {
        margin: 0;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #e9e9e9;
    }

    .custoemrdetailsul li span {
        display: inline-block;
        width: 250px;
    }
    .custoemrdetailsul.cstableft li span {
        display: inline-block;
        width: 150px;
    }
    .form-control.err {
        border: 1px solid #f60b0b;
    }

    .hyperlink {
        color: #7c2296!important;
        font-weight: 600!important;
        text-decoration: underline!important;
    }


@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #3e97eb; } }

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: top; }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0; }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb; }

.magic-radio:checked + label:before {
  border: 1px solid #3e97eb; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #3e97eb;
  background: #3e97eb; }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }
ul.permissionlist{
    padding-left: 0;
}
ul.permissionlist ul{
    padding-left: 40px;
}
ul.permissionlist,ul.permissionlist ul{
    display: block;
    position: relative;
}
ul.permissionlist li{
 display: block;  
     position: relative;
}
.backup{
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 500!important;
}
.downloadbacksql{
    
}


.tooltip:before,
.tooltip:after {
 position: absolute;
 content: ‘’;
 opacity: 1;
 transition: all 0.4s ease;
}
.tooltip:before {
 border-width: 10px 8px 0 8px;
 border-style: solid;
 border-color: #1687d9 transparent transparent transparent;
 top: -15px;
 transform: translateY(20px);
}
.tooltip:after {
 content: attr(data-tooltip);
 background: #1687d9;
 width: 160px;
 height: 40px;
 font-size: 14px;
 font-weight: 400;
 top: -75px;
 left: -10px;
 padding: 10px;
 border-radius: 5px;
 letter-spacing: 1px;
 transform: translateY(20px);
}
.tooltip:hover::before,
.tooltip:hover::after {
 opacity: 1;
 transform: translateY(-2px);
}

[data-tooltip]:not([data-position]):before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    background: #000;
    margin-left: -0.07142857rem;
    margin-bottom: 0.14285714rem;
    z-index: 1900;
}
[data-tooltip]:after {
    pointer-events: none;
    content: attr(data-tooltip);
    position: absolute;
    text-transform: none;
    text-align: left;
    text-shadow: none;
    white-space: nowrap;
    font-size: 11px;
    border: 0;
    line-height: 1.4285em;
    max-width: none;
    background: #000;
    padding: 4px 10px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    border-radius: 0.28571429rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    z-index: 1901;
}
.sidebar-menu li.active > ul > li > a {
    background-color: #fff;
    color: #232323;
}
.sidebar-menu li.active ul li a.on{
    background-color: #af95c1;
    color: #fff;
}



.profile {
    position: relative;
    text-align: center;
    margin-top: 0px
}

.profile img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid red;
    cursor: pointer
}
.dropdown *{
   
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition:all 2s;
        right: -130px;
     
}

.dropdown-content a {
    color: black;
     padding: 6px 11px;
    text-decoration: none;
    display: block;
    margin:0 5px!important;
}

.dropdown-content a:hover {
    background-color: #ddd
}

.dropdown:hover .dropdown-content {
    display: block;
}

.profile ul {
    background-color: #fff;
    width: auto;
    height: auto;
    border-radius: 4px;
    right: 164px;
    top: -46px;
    position: absolute;
    padding: 0px;
    transition: all 0.5s;
    z-index: 1;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.profile ul::before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 10px;
    width: 10px;
    top: 22px;
    transform: rotate(45deg);
    right: -5px;
}

.profile ul li {
    list-style: none;
    text-align: left;
    font-size: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 4px;
    margin:0;
}

.profile ul li:hover {
    background-color: #fff
}

.profile ul li i {
    margin-right: 7px
}

.dataTable thead tr th:first-child:before,.dataTable thead tr th:first-child:after{
    display: none!important;
}
.dataTable thead tr th:first-child{
    width: 7px!important;
}
.card-table .table td {
    border-top: 1px solid #e2e5e8;
    padding: 0.3rem;
    white-space: nowrap;
    font-size: 12px;
    height: 33px;
}
.card-table .table th{
     font-size: 12px;
}


.filterstyle{
         background: #fff; cursor: pointer; padding: 5px 10px; border: 1px solid #ccc; width: 100%   
        }


/*Tooltip*/


/*Tooltip text*/
.tooltip2 {
  position: relative;
  color: #00b4ab;
}

.tooltip2 .tooltip2-text {
        font-size: 9px;
    line-height: 1.3em;
    visibility: hidden;
    max-width: 300px;
    background-color: #7c2296;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: -11px;
    left: -142px;
    margin-left: -100px;
    opacity: 0;
    transition: .3s;
    transform: translate3d(60px, 0px, 0px);
    white-space: normal;
    width: 200px;
    border: 0;
    text-align: left;
}

.tooltip2 .tooltip2-text::after {
  content: "";
     position: absolute;
    top: 42%;
    right: -9px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #7c2296 transparent transparent transparent;
    transform: rotate(-90deg);
}

.tooltip2:hover .tooltip2-text {
  visibility: visible;
  opacity: 1;
  transform: translate3d(40px, 0px, 0px);
}
.infopng{
 width: 17px; height: 17px;margin-right:5px;   
}
#users {
    table-layout: fixed;   
    width: 100% !important;
}

.masterlistlink{
    text-decoration: underline!important;
}
.errormsgcn .fa{
 color: #fa142f;   
}
.removemasterfile{
 background: #7e7e7e;
    color:#fff!important;
    padding: 3px 10px;
    font-size: 11px;
    border-radius: 8px;
    font-weight: 500!important;
}
#signicon,#signicongr {
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    background: #eee;
    padding: 3em;
    color: #999;
    padding-left: 82px;
    height: 100%;
}

#signaturepad {
    border: 1px solid #ccc;
    width: 300px;
    border: 3px dotted #ccc;
    border-radius: 5px;
    padding: 2px;
    height: 162px;
    background-size: 235px 135px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
#signaturepadgr{
    border: 1px solid #ccc;
    width: 300px;
    border: 3px dotted #ccc;
    border-radius: 5px;
    padding: 2px;
    height: 162px;
    background-size: 235px 135px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
#signicon::before,#signicongr::before {

    width: 16px;
    content: " ";
    background-image: url('../../images/quill.png');
    position: absolute;
    left: 47px;
    top: 58px;
    height: 35px;
    width: 35px;
    background-size: 35px;
}

.signature-pad {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    height: 250px;
        
}
.signature-pad2 {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    height: 250px;
        
}
.signcontent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 400px;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    z-index: 100;
    display: none;
    border-radius: 10px;
    /*to hide popup initially*/
}
.signcontent2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 400px;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    z-index: 100;
    display: none;
    border-radius: 10px;
    /*to hide popup initially*/
}


.close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 4px;
}

.close-btnimg {
    position: absolute;
    right: -18px;
    top: -9px;
    width: 40px;
    height: 40px;
}

.close-btnimg img {
    max-width: 100%;
}

.overlayback {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
tr.norecord td{
     border-color: transparent!important;
    padding: 20px 15px!important;  
    text-align: center;
}
.signimg img{
    width: 200px;
    height: auto;
}
.buttons-colvis{
 margin-left: 20px!important;   
}
#dropzone {
  position: relative;
}
#dropBox {
  border: 3px dashed #0087F7;
  border-radius: 5px;
  background: #F3F4F5;
  cursor: pointer;
}

#dropBox {
  min-height: 160px;
  padding: 35px;
  box-sizing: border-box;
  height: 160px;
}
#dropBox p {
  text-align: center;
  margin: 2em 0;
  font-size: 17px;
  font-weight: bold;
  color: #999;
}
#imguploaddiv {
  border: 3px dashed #ccc;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
#uploadedselfie {
  margin-top: 16px;
  margin-bottom: 0px;
  max-height: 110px;
}
.removeimg {
  position: relative;
  display: block;
}
#fileInput {
  display: none;
}
#imguploaddiv.show {
  opacity: 1;
  visibility: visible;
}
.hideall{
 display: none!important;
}
.stpending{
    color: #e8a80c;
}
.stapprove{
    color: #22a10d;
}
.pendingprint{
      font-size: 10px;
    display: inline-block;
    background: #e5b521;
    padding: 2px 5px;
    margin-left: 3px;
    border-radius: 9px;
  color: #fff;
}
#users_processing{
 display: none!important;   
}

@media (max-width: 480px) {
    .sidebar,
    .header {
        z-index: 99999!important;
    }
}
