.custom-radio label {
    padding: 4px 15px 4px 15px;
    border-radius: 4px;
    background-color: #e5f6fb;
    color: #50c3e6;
    font-size: 12px;
}

.custom-radio input:checked + label {
    background-color: #50c3e6;
    color: #fff;
}

.brand-color {
  color: #2A8DE0;
}
#wait-button {
  cursor: no-drop;
}
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
    position: relative;
    top: 50%;
    width: 115px;
    height: 28px;
    overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #fcebeb;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
  content: "Inactive";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 80px;
    height: 22px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 6px 4px;
    background-color: #f44336;
    border-radius: 15px;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before {
  content: "Active";
  left: 34px;
  background-color: #13c56b;
  width: 78px;
}

#button-1 .checkbox:checked ~ .layer {
  background-color: #dcf6e9;
}


#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
  transition: 0.3s ease all;
}

.grid-view-filter .user-contact .col-6 {
    flex: 0 0 100%;
    border-right: 0 !important;
}
.grid-view-filter .user-contact {
    text-align: center;
}
.list-view-filter .user-contact .col-6:first-child {
  text-align: end;  
}


.dataTables_scrollBody::-webkit-scrollbar {
  width: 8px;
  height: 5px;

}


/* Handle */
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 2px;
  cursor: pointer;
}

/* Handle on hover */
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
  background: #ccc; 
}
.login-page {
    padding: 30px;
    background-color: #FFFFFD;
    border-radius: 15px;
    box-shadow: 0px 4px 13px #9c9885b8;
}
.lock-screen-user img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 5px solid #EFFAEC;
    box-shadow: -1px 0px 7px 2px #00000014;
}
.dataTables_scroll {
    margin-bottom: 10px;
}

.massege-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.massege-box img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 7px;
    object-fit: contain;
    background: #fff;
    box-shadow: 2px 3px 3px #00000012;
}
.fs-msg {
    box-shadow: 2px 3px 3px #00000012;
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 10px 10px 10px 0px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.choose-option {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.choose-option .rounded-pill {
    width: 115px;
}
.tc-gstCheck .btn-close {
    position: absolute;
    right: 0;
    background-color: #121212;
    color: #fff !important;
    font-size: 20px;
    padding: 0 !important;
    width: 30px;
    height: 25px;
    padding-bottom: 5px !important;
    opacity: 1;
    border-radius: 30px;
}
.view-userDetails{
  height: 177px;
  width: 177px;
}
#customerTable.table>:not(caption)>*>* {
    padding-right: 25px !important;
}
.custom-icon img {
    display: inline-block;
    font-size: 18px;
    line-height: inherit;
    text-align: center;
    margin-right: 0.4rem;
    border-radius: 5px;
    transition: all 0.7s ease;
    width: 27px;
}

@media (max-width: 767px){
  .view-userDetails{
    height: 130px;
    width: 130px;
  }
}


@media (min-width: 1200px){
    .loginPage {
    height: 100vh;
}
}

.loginP-imgContent h4 {
    font-size: 56px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
}
.loginP-imgContent h5 {
    font-size: 56px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}
.loginP-text {
    max-width: 600px;
    padding-inline: 80px;
}
.loginP-text h3 {
    color: #0F67B0;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.loginP-text h2 {
    color: #0E85EA;
    font-weight: 300;
    font-size: 33px;
}
.loginP-text p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.loginP-img {
    flex: 0 0 64%;
}
.loginP-img img {
    max-height: 100vh;
    object-fit: cover;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
    height: 100%;
}
.loginP-imgContent {
    position: absolute;
    top: 10%;
    left: 10%;
}

@media (max-width: 1300px){
    .loginP-imgContent h4, .loginP-imgContent h5 {
    font-size: 35px; 
    }
    .loginP-text h3 {
       font-size: 30px;
      margin-bottom: 10px;
    }
    .loginP-text h2 {
       font-size: 22px;
    }
    
}


@media (max-width: 1100px){
    .loginPage {
        flex-direction: column;
    }
    .loginP-img img {
        max-height: 100%;
        object-fit: cover;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
}
.loginP-text {
    margin: 0 auto;
    padding-block: 50px;
}
}


@media (max-width: 767px){
    .loginP-imgContent img {
        width: 40px;
    }
    .loginP-imgContent h4, .loginP-imgContent h5 {
        font-size: 26px;
    }
    .loginP-text {
        padding: 35px 20px;
    }
}
/*# sourceMappingURL=custom.min.css.map */


/************* CSS BY RAVINDRA ********/
.folder-card input[type=radio]:checked ~ .card {
    background-color: #DCF6E9 !important;
    box-shadow: 2px 3px 6px 4px #0000001a;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
  height: 37px !important;
  line-height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
  padding-left: .9rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px !important;
}


.razorpay-payment-button {
  background: #6691e7;
  padding: 8px 10px;
  border: 0;
  color: #fff;
  border-radius: 3px;
}


/************* CSS BY HUSAIN ********/
#resMsg span {
  color: red;
  font-weight: bold;
}
.conSec, .gstSec{
    display:none;
}
.error {
  border-color: red !important;
  font-style: italic;
  color: red;
}

.select2-container {
    z-index: 9 !important;
}


.pending span{
    height: 15px;
    width: 15px;
    background-color: #e3c652;
    border-radius: 50%;
    padding: 0px 8px;
}


.updated span{
     height: 15px;
    width: 15px;
    background-color: green;
    border-radius: 50%;
    padding: 0px 8px;
}

#reverted_by{
  color: red;
}
.link-info
{
  cursor: pointer;
}

.activ_bank
{
  margin-left: 30px;
  color: #d93b3b;
  font-weight: bold !important;
}

td.city{
    text-wrap: balance;
    white-space: nowrap;
    word-wrap: break-word;
}


.filling-button {
width: 105px;
}
.before-msg{
text-align: center;
}
.sucess-msg span {
color: green;
font-size: 13px;
width: 100% !important;
background: #eef9db;
float: left;
padding: 9px;
border-radius: 5px;
}
.sucess-msg {
margin-left: 5%;
margin-bottom: 20px !important;
float: left;
width: 91%;
}
.gst-sucess-msg span {
color: green;
font-size: 13px;
width: 100% !important;
background: #eef9db;
float: left;
padding: 9px;
border-radius: 5px;
}
.gst-sucess-msg {
margin-left: 5%;
margin-bottom: 20px !important;
float: left;
width: 91%;
}
.process-heading {
margin-left: 5%;
margin-bottom: 25px !important;
}
.sucessMsg{
font-size: 17px;
color: green;
font-weight: bold;
}


.customloader {
  border: 8px solid #f3f3f3;
  border-top-width: 8px;
  border-top-style: solid;
  border-top-color: rgb(243, 243, 243);
  border-radius: 50%;
  border-top: 8px solid #1f4a0b;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}

.text-success {
  border: 1px solid #a6cea6;
  padding: 7px 13px;
  border-radius: 3px;
  background: #d6f0d670;
  color: green !important;
}

.passwordInput {
      width: 108px;
      border: none;
      text-align: right;
    }
.showPass {
      cursor: pointer;
      font-size: 15px;
    }
.form-control:disabled {
  background-color: #becce1;
  opacity: 1;
  border: none;
}
.mismatch {
  color:#e35454 !important

}