.main-it-div {
    margin: 0;
    padding-left: 25px;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 24px;
    overflow: auto; }
    @media (max-width: 991px) {
      .main-it-div {
        padding-right: 182px; } }
    @media (max-width: 767px) {
      .main-it-div {
        padding: 24px; } }

.bd-wizard-card {
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 4px 0 rgba(208, 208, 208, 0.5);
    background-color: #ffffff;
    min-height: 520px;
    margin-top: auto;
    margin-bottom: auto; 
}
@media (max-width: 767px) {
    .bd-wizard-card {
    margin-top: 25px;
    margin-bottom: 0;
    min-height: auto; } 
}
.bd-wizard-card .card-body {
    padding: 20px 20px 20px 20px; 
}
@media (max-width: 767px) {
    .bd-wizard-card .card-body {
        padding: 50px 20px 20px; } 
}
  
  /* Wizard */
.wizard .audible {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  
.wizard .steps {
    margin-left: -40px
    /* position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 75px;
    width: 30%;  */
}
@media (max-width: 991px) {
    .wizard .steps {
    width: 310px; } 
}
@media (max-width: 767px) {
    .wizard .steps {
    position: absolute;
    bottom: calc(100% - 25px);
    padding-left: 0;
    width: 100%;
    top: auto;
    left: 0;
    right: auto; } 
}
.wizard .steps > ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    z-index: 1;
    height: 100%; 
}
@media (max-width: 767px) {
    .wizard .steps > ul {
        flex-direction: row; } 
}
.wizard .steps > ul li a {
display: inline-block; }
.wizard .steps > ul li a:hover {
    text-decoration: none; }
@media (max-width: 767px) {
.wizard .steps > ul li {
    margin-right: 12px; }
.wizard .steps > ul li:last-child {
    margin-right: 0; } }
.wizard .steps > ul li .media {
    padding-top: 15px; }
@media (max-width: 991px) {
    .wizard .steps > ul li .media {
    align-items: center; } }
@media (max-width: 767px) {
    .wizard .steps > ul li .media {
    padding-top: 0;
    padding-bottom: 0; } }
.wizard .steps > ul li .bd-wizard-step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(208, 208, 208, 0.5);
    background-color: #ffffff;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.54);
    text-align: center;
    line-height: 50px;
    margin-right: 20px; 
    font-weight: 600;
}
@media (max-width: 767px) {
    .wizard .steps > ul li .bd-wizard-step-icon {
    margin-right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px; } }
.wizard .steps > ul li .bd-wizard-step-title {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 2px; 
}
@media (max-width: 767px) {
    .wizard .steps > ul li .bd-wizard-step-title {
    display: none; } 
}
.wizard .steps > ul li .bd-wizard-step-subtitle {
    font-size: 13px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: normal;
    opacity: 0.8;
}
@media (max-width: 991px) {
    .wizard .steps > ul li .bd-wizard-step-subtitle {
    display: none; } 
}

.wizard .steps > ul li.current .bd-wizard-step-icon, .wizard .steps > ul li.done .bd-wizard-step-icon {
    background-color: var(--secondary-color); 
}

.wizard .steps > ul li.done .bd-wizard-step-icon {
    background-color: var(--link-color); 
    color: #fff;
}
  
.wizard .content .title {
    display: none; }
  
.wizard .content .logo {
    margin-bottom: 11px; }
  
.wizard .content .section-heading {
    font-size: 20px;
    color: #030303;
    margin-bottom: 30px; }
  
.wizard .content p {
    font-size: 14px;
    line-height: 1.43;
    color: #6b6767; }
  
.wizard .content .form-group {
    margin-bottom: 23px; }
  
.wizard .content .form-control {
    padding: 16px 25px;
    min-height: 50px;
    border-radius: 4px;
    font-size: 15px;
    border: solid 1px #ececec; }
.wizard .content .form-control::-webkit-input-placeholder {
      color: #919aa3; }
.wizard .content .form-control::-moz-placeholder {
      color: #919aa3; }
.wizard .content .form-control:-ms-input-placeholder {
      color: #919aa3; }
.wizard .content .form-control::-ms-input-placeholder {
      color: #919aa3; }
.wizard .content .form-control::placeholder {
      color: #919aa3; }
  
.wizard .actions > ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0; }
  
.wizard .actions li a {
    display: inline-block;
    border-radius: 6px;
    background-color: #763cb0;
    padding: 16px 30px;
    color: #fff;
    font-style: 15px;
    font-weight: bold; }
.wizard .actions li a:hover {
      text-decoration: none; }
  
.wizard .actions li.disabled {
    display: none; }
  
.bd-wizard-btn {
    padding: 16px 30px;
    background-color: #ff8770;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff; 
}
@media (max-width: 767px) {
    .bd-wizard-btn {
    padding: 12px 24px; } }
  
.actions {
    display: none; }
  
.card-footer-text {
    margin-bottom: 0;
    margin-top: 39px; }

.body-right-color{
    background-color: #ececec;
    background-image: linear-gradient(45deg,var(--primary-color),var(--primary-color));
    background-size: 30% 100%;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 0;
}

.its-responsive-table{
    padding: 0;
}  
.its-responsive-table li {
    border-radius: 3px;
    padding: 7px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}
.its-table-header {
    background-color: #95A5A6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.its-table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}

.its-table-row-hover {
    background-color: #f0efef;
    border:1px solid var(--primary-color2);
}


.its-col-1 {
    flex-basis: 15%;
}
.its-col-2 {
    flex-basis: 15%;
}
.its-col-3 {
    flex-basis: 20%;
}
.its-col-4 {
    flex-basis: 30%;
}
.its-col-5 {
    flex-basis: 10%;
}
.its-col-6 {
    flex-basis: 10%;
}

    
@media all and (max-width: 767px) {
    .its-table-header {
        display: none;
    }
    .its-li {
        display: block;
    }
  }


.hl-col-1 {
    flex-basis: 8%;
    font-size: 14px;
}
.hl-col-2 {
    flex-basis: 59%;
    font-size: 14px;
}
.hl-col-3 {
    flex-basis: 13%;
    font-size: 14px;
}
.hl-col-4 {
    flex-basis: 10%;
    font-size: 14px;
}
.hl-col-5 {
    flex-basis: 20%;
    font-size: 14px;
}

.money-rupee:focus{
    box-shadow: none;
    border: none
}

.hlpan-col-1 {
    flex-basis: 6%;
    font-size: 12px;
}
.hlpan-col-2 {
    flex-basis: 12%;
    font-size: 12px;
}
.hlpan-col-3 {
    flex-basis: 12%;
    font-size: 12px;
}
.hlpan-col-4 {
    flex-basis: 12%;
    font-size: 12px;
}
.hlpan-col-5 {
    flex-basis: 12%;
    font-size: 12px;
}
.hlpan-col-6 {
    flex-basis: 13%;
    font-size: 12px;
}
.hlpan-col-7 {
    flex-basis: 13%;
    font-size: 12px;
}
.hlpan-col-8 {
    flex-basis: 10%;
    font-size: 12px;
}
.hlpan-col-9 {
    flex-basis: 10%;
    font-size: 12px;
}

.upward-transition {
    opacity: 0;
    transform: translateY(10px);
    -webkit-animation: eliment-animation .3s ease-in-out .33333s;
    animation: eliment-animation .3s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.footer-min-container{
    height:25px;
    width:100%;
    position:fixed;
    bottom:1px;
    left:15px;
    z-index:999;
}
.min-item{
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem 0.25rem 0 0;
    background-color:var(--primary-color);
    color:#fff;
    height:25px;
    width:100%;
    margin-left:2px;
}
.min-item p{
    padding:2px  5px 5px 5px;
}
.min-item i{
    position:absolute;
    top:5px;
    right:10px;
    cursor:pointer;
}

.drawyer-icon{
    position:absolute;
    top:5px;
    right:10px;
    cursor:pointer;
}

.count-tiles{
    text-align: center;
    text-transform: uppercase;
    padding: 2px;
}

.count-tiles .count{
    font-size:30px;
    margin:5px;
}

.count-tiles .label{
    font-size:14px;
    margin-bottom: 0;
}

.count-tiles .divider{
    width: 3px;
    margin: auto;
    height: 90%;
    background-color: #f0f0f0;
    margin-top: 10px;
    border-radius: 20%;
}

.emp-responsive-table{
    padding: 0;
}  
.emp-responsive-table li {
    border-radius: 3px;
    padding: 7px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}
.emp-table-header {
    background-color: #95A5A6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.emp-table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}
.emp-table-row:hover {
    background-color: #f0efef;
    border:1px solid var(--primary-color2);
}

.emp-col-1 {
    flex-basis: 7%;
    text-align: center;
}
.emp-col-2 {
    flex-basis: 13%;
}
.emp-col-3 {
    flex-basis: 16%;
}
.emp-col-4 {
    flex-basis: 15%;
}
.emp-col-5 {
    flex-basis: 13%;
}
.emp-col-6 {
    flex-basis: 13%;
}
.emp-col-7 {
    flex-basis: 13%;
    text-align: center;
}
.emp-col-8 {
    flex-basis: 10%;
    text-align: center;
}


.emp-table-header input{
    height: 25px;
    padding: 0 0 0 5px;
}
    
@media all and (max-width: 767px) {
    .emp-table-header {
        display: none;
    }
    .emp-li {
        display: block;
    }
  }

.loader-modal{
    display: flex;
    align-items: center;
    justify-content: center;
  }


.sweet-alert button:focus {
    box-shadow: none;
}

.swal-overlay--show-modal .swal-modal {
    opacity: 1;
    /* pointer-events: auto;
    box-sizing: border-box; */
    /* -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s; */
    /* will-change: transform; */
}

.users-col-1 {
    flex-basis: 7%;
    text-align: center;
}
.users-col-2 {
    flex-basis: 10%;
}
.users-col-3 {
    flex-basis: 15%;
}
.users-col-4 {
    flex-basis: 15%;
}
.users-col-5 {
    flex-basis: 13%;
}
.users-col-6 {
    flex-basis: 10%;
}
.users-col-7 {
    flex-basis: 10%;
    text-align: center;
}
.users-col-8 {
    flex-basis: 10%;
    text-align: center;
}
.users-col-9 {
    flex-basis: 10%;
    text-align: center;
}

.react-dual-listbox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .react-dual-listbox * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .react-dual-listbox input:disabled,
  .react-dual-listbox select:disabled {
    background: #eee;
    cursor: not-allowed;
  }
  .react-dual-listbox button,
  .react-dual-listbox select {
    line-height: 1.42857;
    font-family: inherit;
  }
  
  .rdl-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  
  .rdl-filter{
    display: block;
    border: 1px solid var(--primary-color2);
    border-radius: 2px;
    padding: 8px 12px;
    width: 100%;
    color: #333;
    font-size: 14px;
    border-bottom:0;
    border-radius:5px 5px 0 0;
  }
  .rdl-control {
    display: block;
    border: 1px solid var(--primary-color2);
    border-radius: 2px;
    padding: 8px 12px;
    width: 100%;
    color: #333;
    font-size: 14px;
    min-height: 200px;
  }
  
  .rdl-filter {
    margin-bottom: 10px;
  }
  
  .rdl-control-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .rdl-control-label {
    padding: 2px 4px;
  }
  .rdl-control-label.rdl-sr-only {
    /* position: absolute; */
    clip: rect(0 0 0 0);
  }
  
  .rdl-control {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .rdl-control optgroup {
    font: inherit;
    font-weight: 700;
  }
  
  .rdl-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 10px;
  }
  .rdl-has-header .rdl-actions {
    padding-top: 31px;
  }
  .rdl-has-filter .rdl-actions {
    padding-top: 44px;
  }
  .rdl-has-header.rdl-has-filter .rdl-actions {
    padding-top: 75px;
  }
  
  .rdl-actions-right,
  .rdl-actions-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .rdl-actions-right {
    margin-bottom: 10px;
  }
  
  .rdl-move {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    color: #333;
    font-size: 12px;
  }
  .rdl-move:active:not(:disabled), .rdl-move:focus:not(:disabled) {
    border-color: #8c8c8c;
    background: #e6e6e6;
  }
  .rdl-move:focus:not(:disabled) {
    outline: thin dotted;
    outline-offset: -2px;
  }
  .rdl-move:hover:not(:disabled) {
    border-color: #adadad;
    background: #e6e6e6;
  }
  .rdl-move:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .rdl-move:last-child {
    margin-bottom: 0;
  }
  .rdl-move i {
    margin: 0 -1px;
  }
  
  .rdl-align-top .rdl-available {
    margin-right: 10px;
  }
  .rdl-align-top .rdl-selected {
    margin-left: 10px;
  }
  .rdl-align-top .rdl-control {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .rdl-align-top .rdl-actions-left,
  .rdl-align-top .rdl-actions-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
  .rdl-align-top .rdl-list-box .rdl-move {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .rdl-align-top .rdl-list-box .rdl-move:first-child {
    margin-bottom: 0;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .rdl-align-top .rdl-list-box .rdl-move:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

.users-table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    border:1px solid transparent;
}
.users-table-row:hover {
    background-color: #f0efef;
    border:1px solid var(--primary-color2);
    border-left:5px solid var(--primary-color2);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}

.users-table-row.active {
    background-color: #f0efef;
    border:1px solid var(--primary-color2);
    border-left:5px solid var(--primary-color2);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    padding-left:5px;
}

.users-table-row.active .col{
    padding-left:7px;
}

.users-table-row .col{
    padding-left:10px;
}

.users-table-row:hover .col{
    padding-left:7px;
}

.users-table-header {
    background-color: #95A5A6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.users-table-header .col{
    padding: 0;
}

.ess-col-1 {
    flex-basis: 10%;
    text-align: center;
}
.ess-col-2 {
    flex-basis: 10%;
}
.ess-col-3 {
    flex-basis: 10%;
}
.ess-col-4 {
    flex-basis: 10%;
}
.ess-col-5 {
    flex-basis: 20%;
}
.ess-col-6 {
    flex-basis: 20%;
}
.ess-col-7 {
    flex-basis: 10%;
}
.ess-col-8 {
    flex-basis: 10%;
    text-align: center;
}



.lic-col-1 {
    flex-basis: 10%;
    text-align: center;
}
.lic-col-2 {
    flex-basis: 15%;
    padding: 0 2px 0 2px;
}
.lic-col-3 {
    flex-basis: 20%;
    padding: 0 2px 0 2px;
}
.lic-col-4 {
    flex-basis: 20%;
    padding: 0 2px 0 2px;
}
.lic-col-5 {
    flex-basis: 15%;
    padding: 0 2px 0 2px;
}
.lic-col-6 {
    flex-basis: 12%;
    padding: 0 2px 0 2px;
}
.lic-col-7 {
    flex-basis: 8%;
    padding: 0 2px 0 2px;
    text-align: center;
}

.lic-text:focus{
    box-shadow: none;
    border: none
}


.che-col-1 {
    flex-basis: 15%;
    text-align: center;
}
.che-col-2 {
    flex-basis: 50%;
    text-align: center;
}
.che-col-3 {
    flex-basis: 25%;
    text-align: center;
}
.che-col-4 {
    flex-basis: 15%;
    text-align: center;
}

.itrs-col-1 {
    flex-basis: 15%;
    font-size:13px;
}
.itrs-col-2 {
    flex-basis: 15%;
    font-size:13px;
}
.itrs-col-3 {
    flex-basis: 13%;
    font-size:13px;
}
.itrs-col-4 {
    flex-basis: 13%;
    font-size:13px;
}
.itrs-col-5 {
    flex-basis: 15%;
    font-size:13px;
}
.itrs-col-6 {
    flex-basis: 29%;
    font-size:13px;
}

.itrso-col-1 {
    flex-basis: 8%;
    font-size:13px;
    font-weight:500;
}
.itrso-col-2 {
    flex-basis:34%;
    font-size:13px;
    font-weight:500;
}
.itrso-col-3 {
    flex-basis: 14%;
    font-size:13px;
    font-weight:500;
    text-align: right;
}
.itrso-col-4 {
    flex-basis: 14%;
    font-size:13px;
    font-weight:500;
    text-align: right;
}
.itrso-col-5 {
    flex-basis: 30%;
    font-size:13px;
    font-weight:500;
}


.itadh-col-1 {
    flex-basis: 10%;
    font-size:13px;
    padding-top: 4px;
    padding-bottom: 3px;
}

.itadh-col-2 {
    flex-basis: 30%;
    font-size:13px;
}


.itad-col-1 {
    flex-basis: 8%;
    font-size:13px;
    padding-top: 4px;
    padding-bottom: 3px;
}
.itad-col-2 {
    flex-basis: 34%;
    font-size:13px;
    padding-top: 4px;
    padding-bottom: 3px;
}
.itad-col-3 {
    flex-basis: 12%;
    font-size:13px;
    padding-top: 4px;
    padding-bottom: 3px;
}
.itad-col-4 {
    flex-basis: 12%;
    font-size:13px;
    padding-top: 2px;
    padding-bottom: 3px;
}
.itad-col-5 {
    flex-basis: 34%;
    font-size:13px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.itad-table-row {
    padding-bottom:0 ;
    padding-top: 1px;
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}

.itad-table-row-hover {
    background-color: #f0efef;
    border:1px solid var(--primary-color2);
    padding-bottom:0 ;
    padding-top: 1px;
}

.itad-table-row .symbol{
    height:25px;
    border-radius: 3px 0 0 3px;
    padding:2px 5px 2px  5px;
    border-color: var(--primary-color2);
}
.itad-table-row textarea{
    height:25px;
    border-radius:3px;
    padding:2px 5px 2px  5px;
}

.itad-table-row input{
    height:25px;
    border-radius:0 3px 3px 0;
    padding:2px 5px 2px  5px;
    border-color: var(--primary-color2);
    border-left: none;    
}

.itad-responsive-table{
    padding: 0;
}  
.itad-responsive-table .its-table-header {
    border-radius: 3px;
    padding: 7px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.itad-responsive-table .itad-table-row {
    border-radius: 3px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.itad-texarea-red{
    border: 1px solid salmon;   
}

.ess-claim-col-1 {
    flex-basis: 8%;
    text-align: center;
    font-size:13px;
}
.ess-claim-col-2 {
    flex-basis: 18%;
    font-size:13px;
}
.ess-claim-col-3 {
    flex-basis: 13%;
    font-size:13px;
}
.ess-claim-col-4 {
    flex-basis: 17%;
    font-size:13px;
}
.ess-claim-col-5 {
    flex-basis: 14%;
    font-size:13px;
    text-align : center;
}
.ess-claim-col-6 {
    flex-basis: 15%;
    font-size:13px;
    text-align: center;
}
.ess-claim-col-7 {
    flex-basis: 15%;
    font-size:13px;
    text-align: center;
}
