/** Css for icheck box start **/
[class*="icheck-"] {
    min-height: 22px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-left: 0;
}
.icheck-inline {
    display: inline-block;
}
/* Loader */
#loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    /* display: none;  */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none;
}
/* Loader -Ends */
.icheck-inline + .icheck-inline {
    margin-left: 0.75rem;
    margin-top: 6px;
}
[class*="icheck-"] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
[class*="icheck-"] > input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
}
[class*="icheck-"] > input:first-child:disabled {
    cursor: default;
}
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #d3cfc8;
    border-radius: 0;
    margin-left: -29px;
}

[class*="icheck-"]
    > input:first-child:checked
    + input[type="hidden"]
    + label::after,
[class*="icheck-"] > input:first-child:checked + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}
/** Css for icheck box end **/

.faviconsmallimg {
    width: 30px;
}
.logosmallimg {
    width: 150px;
}

.margin10 {
    margin: 10px;
    width: 98%;
}
.col-white {
    color: #ffffff;
}
a {
    color: #007bff;
    text-decoration: none !important;
    background-color: transparent;
}
b,
strong {
    font-weight: bolder;
}
label {
    margin-bottom: 1px;
    font-weight: bold !important;
}
label.error {
    margin-top: 1px;
    color: red !important;
    font-weight: normal !important;
    font-size: 13px !important;
}
.dataTables_filter {
    display: none;
}
tfoot {
    display: table-header-group;
}
tfoot input {
    width: auto;
}
.non_searchable input {
    display: none;
}

/* status toogle */
input[type="checkbox"].tgl-ios {
    position: absolute;
    margin: 11px 0 0 16px;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="checkbox"].tgl-ios + label {
    cursor: pointer;
}
input[type="checkbox"].tgl-ios + label {
    position: relative;
    padding: 10px 0 0 50px;
    line-height: 2em;
}
input[type="checkbox"].tgl-ios:checked + label::before {
    background: #55d069;
}
input[type="checkbox"].tgl-ios + label::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 50px;
    height: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].tgl-ios:checked + label::after {
    margin-left: 26px;
}
input[type="checkbox"].tgl-ios + label::after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.form-check-inline {
    margin-top: 10px;
}
.select2 {
    display: block;
    width: 100%;
    padding: 0.3rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #f8fafc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    margin-top: -5px !important;
    padding: 0px !important;
}
.select2-container--default .select2-selection--single {
    padding: 5px;
    border: 0px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 6px !important;
}
.form-check-input {
    margin-top: 4px !important;
}
.bggray {
    background-color: #edf1f4 !important;
}
.statuswidth {
    width: 55px;
}
.actionwidth {
    width: 120px;
}
.logosmallimg {
    height: 70px;
    width: 80px;
}
.loder {
    width: 200px;
    text-align: center;
}
.minheightdiv {
    height: 100px;
    overflow: auto;
}
.select2-selection__choice {
    color: black !important;
}
.removecat {
    cursor: pointer;
}
.plan_card_header {
    font-size: 15px !important;
    text-align: center !important;
    padding: 15px;
    width: fit-content;
    border-radius: 0px 0px 16px 16px;
    margin: auto;
    color: white;
    text-transform: uppercase !important;
}
.plan_card_header .card-subtitle {
    font-size: 10px;
}
.plan_card_header .card-title {
    font-size: 15px !important;
}

.card-price {
    font-size: 24px;
    font-weight: 600;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}
.error-page > .error-content {
  display: block;
  margin-left: 0px!important;
  text-align: center!important;
}

/**Modified side bar**/
[class*="sidebar-dark-"] {
  background: linear-gradient(-130deg, #8A88F4 11%, #4643D3 85%)!important;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #4946DB!important;
  color: #fff!important;
}
.brand-link {
  padding: 5px 0px 40px 0.5rem !important;
}
.brand-link .brand-image {
  max-height: 70px !important;
  width: auto !important;
}
[class*="sidebar-dark-"] .sidebar a {
  color: #fff!important;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus {
  background-color: rgb(230, 229, 255) !important;
  color: #1d1d1e !important;
}
.card-header {
  background-color: rgba(73, 70, 219, 0.5)!important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125)!important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: #4946db !important;
}
.btn-primary, .btn-success {
  color: #fff!important;
  background-color: #4a48cc!important;
  border-color: #4a48cc!important;
}
.bg-success.btn:hover, .btn-primary.btn:hover, .btn-success:hover {
  border-color: #5351f2!important;
  background-color: #5351f2!important;
  color: #fff!important;
}
.bg-success.btn:not(:disabled):not(.disabled):active, .bg-success.btn:not(:disabled):not(.disabled).active, .bg-success.btn:active, .bg-success.btn.active{
   border-color: #5351f2!important;
  background-color: #5351f2!important;
  color: #fff!important; 
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff!important;
  background-color: #4a48cc!important;
}
.card-primary.card-outline {
  border-top: 3px solid #4a48cc!important;
}
.login-page, .register-page{
    background: linear-gradient(-130deg, #8A88F4 11%, #4643D3 85%) !important;
}
.dataTable .btn{
    margin: 3px 5px!important;
}
.nav-pills .nav-link {
  color: #040404!important;
} 
.blankscheme{
  padding: 2px 0px;
  font-size: 12px;
  font-weight: bold;
}
.activescheme{
    background-color: #3e993b;
    color: #fff;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 5px;
}
.exiprescheme{
    background-color: #a8414b;
    color: #fff;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 5px;
}


/****/
.print{
    cursor: pointer;
}
.frontcard{
    font-family: Arial, Helvetica, sans-serif;;
    width: 210mm;
    height: 148.5mm;
   /* background-image: url('../images/cardfront.jpg')!important;*/
    background-size: 99%;
    position: relative;
}
.backcard{
    font-family: Arial, Helvetica, sans-serif;;
    width: 210mm;
    height: 148.5mm;
    /*background-image: url('../images/cardback.jpg')!important;*/   
    background-size: 99%;
    position: relative;
}
.footeratt{
    width: 96%;
    position: absolute;
    top: 1220px;
    left: 30px;
}
.cardno{
  padding: 150px 0px 0px 37%;
  color: #000; /*#fcfbf9;*/
  letter-spacing: 2px;
  font-size: 45px;
  font-weight: bold;
}
.qrprice{ 
    padding-top: 440px;
    padding-left: 1380px;
    width: 350px;
    color: #000; /*#fffcc5;*/
    font-size: 50px;
    font-weight: bold;
}
.qrcode{
    width: 480px;
    text-align: center;
    float: left;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 15px 15px 0px 15px;
    margin: 24px 0px 5px 2px; 
    opacity: 0.85;
}
.qrcode p{
    font-size: 12px;
    margin: 0px 0px 5px 0px; 
    color: #000;
}
.description{
   padding-left: 120px;
   padding-top: 120px;
}
.description p{
    width: 185mm;
    font-size: 30px;
    word-wrap: break-word;
    inline-size: 710px;
    margin-bottom: 0px;
}
.description ol, .description ul {
    padding: 35px;
}
.description li {
  width: 185mm;
  font-size: 30px;
  word-wrap: break-word;
  inline-size: 710px;
  
}
.exchange_mill{
    width: 88%;
    font-size: 45px;
    margin-left: 300px;
    margin-top: 215px;
    color: #000;
}
.ord1, .rord1{   
  margin-left: 700px;
  width: 100px;    
}
.ord2, .rord2{  
  margin-left: 100px;
  width: 100px;    
}
.ord3, .rord3{
  margin-left: 100px;
  width: 150px; 
}
.return_card{
    width: 88%;
    font-size: 45px;
    margin-left: 300px;
    margin-top: 55px;
    color: #000; 
}
#cardList{
  border: 1px solid #e8d8d8;
  border-radius: 5px;
  padding: 10px;
  height: 350px;
  overflow: auto;
}

#cardList ul{
  padding: 3px;
  list-style-type: none;
}

#cardList li{
   width: 32%;
  float: left;
  border: 1px solid #ccc;
  margin: 5px;
  border-radius: 5px;
  padding: 10px;
}

.cardinfo{
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 3px;
}