
/***** my balance start here *****/
.btn-pri {
    width: 100%;
    padding: 0.75rem!important;
    border-radius: 0px 0.475rem 0.475rem 0rem;
    border: 1px solid #009ef7!important;
    color: #009ef7;
}

/*********************************************
************** Custom css *******************/
a.disabled {
    pointer-events: none;
    cursor: default;
  }
/******************* for form style ********************/
.apiswitchset .form-check.form-check-solid .form-check-input .danger:checked {
    background-color: #f1416c!important;
    width: 20px;
    height: 19px;
}
.apiswitchset .form-check.form-check-custom.form-check-sm .form-check-input  {
    height: 1.5rem;
    width: 1.5rem;
}
.dropdown.show>.form-control.form-control-solid, .form-control.form-control-solid.active, .form-control.form-control-solid.focus, .form-control.form-control-solid:active, .form-control.form-control-solid:focus {
    background-color: #f3f3f300!important;
    border-color: #f3f3f300!important;
    color: #5e6278!important;
    transition: color .2s ease, background-color .2s ease;
}
input::file-selector-button {
    color: #009ef7!important;
    background-color: #eef7fc!important;
    padding: 0.5em;
    border: thin solid grey;
    border-radius: 3px;
}
input::file-selector-button:visited {
    color: #009ef7!important;
    background-color: #f0f9ff!important;
    padding: 0.5em;
    border: thin solid grey;
    border-radius: 3px;
}
.img-output {
    display: block;
    padding: 10px;
    border: 1px dashed #009ef7;
    background-color: #f1faff!important;
    border-radius: 10px;
}
.form-control.form-control-solid {
    background-color: #ffffff!important;
    border-color: #00000057!important;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
}

/***** uses for form blur ******/
input:focus {
    outline: 1px solid #505050!important;
}
input[type=text]:focus{
    outline: 1px solid #505050!important;
    background-color: #eef3f7!important;    
}
input[type=tel]:focus{
    outline: 1px solid #505050!important;
    background-color: #eef3f7!important;  
}
input[type=number]:focus{
    outline: 1px solid #505050!important;
    background-color: #eef3f7!important;  
}
textarea:focus { 
    outline: 1px solid #505050!important;
    box-shadow: 0 0 10px #719ECE;
}
.input-group input[type=text]:focus{
    outline: 1px solid #505050!important;
    background-color: #eef3f7!important;    
}


/********* Add API page design *********/
.card .card-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 47px;
    padding: 0 1rem;
    margin-bottom: 8px;
    /* border-bottom: 1px solid #eff2f5; */
}
.card .card-content .card-title {
    display: flex;
    align-items: center;
    margin: 0.5rem;
    margin-left: 0;
    font-weight: 400;
}
.card .card-content .card-title h6 {
    font-weight: 500;
    color: #000;
}
.card .card-content .btns {
    cursor: pointer;
    padding: 5px 10px;
    color: #009ef7;
    border-radius: 5px;
}
.card .card-content .btn-outline-primary1 {
    background: transparent;
    
}
/*
.card .card-content .btn-outline-primary:hover    {
    color:#fff!important;
    background-color: #009ef7!important;
} */
.card .card-content .btns i {
    color:#009ef7;
    font-size: 16px;
}

/**** uploading imamge  *****/
.img-output {
    display: block;
    padding: 10px;
    border: 1px dashed #009ef7;
    background-color: #f1faff!important;
    border-radius: 10px;
}
/*.img-output {
    display: none;
    padding: 10px;
    border: 1px dashed #009ef7;
    background-color: #f1faff!important;
    border-radius: 10px;
}*/
.card-height {
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eff2f5;
    border-radius: 0.625rem;
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
}
.close {
    background-color: #f1416c;
    border-radius: 50%;
    padding: 5px;
    right: 10px;
    top: 9px;
    position: absolute;
    color: #fff;
    /* float: right; */
    /* height: 30px; */
    font-size: 10px;
    font-weight: bold;
}
/* .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eff2f5;
    border-radius: 0.625rem;
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
} */
.btn-infos {color: #009ef7;
border-color: #009ef7;
background-color: #f1faff!important;
border: 1px dashed #009ef7;
border-radius: 0.475rem;
}
.datepick {
    position: relative;
    top: 0;
    right: 0;
    float: right;
}
.datepick select {
    word-wrap: normal;
    font-size: 11px;
    padding: 6px 29px;
    border: 1px solid #ffc700ad;
    text-align: left;
    background-color: #ffc700;
    color: #fff;
    border-radius: 0.475rem;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
  }

  /******** table design *********/
  .table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: rgb(88 102 114 / 8%);
    color: #000000;
  }
  .table-striped tr td {
    border-bottom: 1px solid #cccccc73;
}
.bg-custom {
    background-color: #eaeff0;

}
.bg-custom th {
  color: #000;
}

.form-check.form-check-solid .form-check-input {
    width: 55px;
    height: 23px;
    background-color: #ccc;
}
.form-check.form-check-solid .form-check-input:checked {
    background-color: #009ef7!important;
    width: 50px;
    height: 23px;
}
.underline {
    border-bottom: 1px solid #009ef7;
}
.slabspan {
    font-size: 10px;
}


/******* Slab popup *******/
/* The Modal (background) */
.slabpopup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: transparent; /* Fallback color */

  }
  .slab-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border-radius: 7px;
        border: 1px solid #99959536;
        width: 80%;
   }
   
  
  /* The Close Button */
 
  .slab-content .modal-header {
    padding: 0px;
  }
  .close1:hover,
  .close1:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .btn-group-sm>.btn, .btn-smm {
    padding: 5px 18px!important;
    /* padding: .55rem 1.25rem; */
    font-size: 0.9rem;
    border-radius: 3px;
}
.nav-group.nav-group-outline {
    background-color: #f9f9f9;
    border-radius: -10px;
    border: 1px solid #ffffff!important;
}
.switch_button {
    margin-left: 5px!important;
}
.form-control.form-control-solid::placeholder {
    text-align: left;
}
.swith_button .btn {
    display: inline-block;
    font-weight: 300;
    line-height: 0.5!important;

    
}
.s1{
    border-radius: 5px 0px 0px 5px;
}
.s2{
    border-radius: 0px 5px 5px 0px;
}
.nav-group{
    padding: 0px!important;
    border-radius: 6px;;
}

/****** Commission slab master ******/
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border: 1px solid #a8a8a8!important;
    border-radius: 0.475rem;
}
.input-group .form-control.form-control-solid {
    background-color: #ffffff!important;
    border-color: #ffffffc2!important;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
}
.input-group .form-control.form-control-solid input[type=text]:focus{
    background-color: #ffffff!important;
    border-color: #ffffffc2!important;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
}
.set .form-select.form-select-solid {
    background-color: #fff;
    border-color: #505050!important;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease;
    border-radius: .475rem 0rem 0rem .475rem;
}
/***** select color start here ******/
.select2-container--bootstrap5.select2-container--focus .form-select-solid, .select2-container--bootstrap5.select2-container--open .form-select-solid {
    background-color: #ffffff;
    outline: 1px solid #505050!important;
}
.form-select.form-select-solid {
    background-color: #ffffff;
    border-color: #a8a8a8;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease;
}
/***** select color end here ******/
.setbtn {
    border-radius: 0px .475rem .475rem 0px;
    border-color: #b6dffbc2!important;
}
.set .btn-success {
    border-color: #b6dffbc2!important;
}
.modal-content {
    left: -13px!important;
   
}
.modal-header {
    padding: 0.75rem 1.75rem;
}
.form-control {
    border: 1px solid #a8a8a8!important;
}
.form-control input[type=text]:focus {
    outline: 1px solid #505050!important;
}
.w-100 {
    width: 100px;
}
.w300 {
    width: 300px;
}

.input-group>.form-control input[type=text]:focus {
    outline: 1px solid #505050!important;
    background-color: #fff!important;   
}


.checkset .form-check-input {
    width: 1.2rem;
    height: 1.1rem;
    cursor: pointer;
}
.checkset .form-check-input:checked {
    background-color: #ff0000!important;
    border-color: #ff0000!important;
}

.generalswitch .form-check-input:checked {
    background-color: #50cd89;
    border-color: #50cd89;
}
.center {
    height: 100%;
    position: relative;
}
.center .centers {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.generalswitch table tbody td {
    border-right: 1px solid #e5e5e5;
}
.gset .form-check-input[type=checkbox] {
    border-radius: .2em;
}
.bg-task {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    background-color: #fff;
}
.generalswitch .form-control {
    border: 1px solid #a8a8a8!important;
    width: 82px!important;
}
.amountswitch .form-control {
    border: 1px solid #a8a8a8!important;
}
.amountswitch .form-check-input {
    width: 1.2rem;
    height: 1.1rem;
    cursor: pointer;
}
.amountswitch .form-check-input:checked {
    background-color: #50cd89;
    border-color: #50cd89;
}
.generalswitch .form-check.form-check-custom.form-check-lg .form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
.generalswitch .form-check.form-check-custom.form-check-lg .form-check-input:checked {
    border-radius: 0.25em;
    background-color: #50cd89!important;
    border-color: #50cd89!important;
} 

.block {
    width: 100%;
    border: 1px solid #f1416c!important;
    color: #f1416c;
    border-color: #f1416c!important;
    background-color: #38373700;
    padding: 0.25rem 1.5rem;
    border-radius: 0.25em;
    font-size: 12px;
    letter-spacing: 0px;
}
.range_primary {
    width: 100%;
    border: 1px solid #009ef7!important;
    color: #009ef7;
    border-color: #009ef7!important;
    background-color: #38373700;
    padding: 0.25rem 1.5rem;
    border-radius: 0.25em;
    font-size: 12px;
    letter-spacing: 0px;
}
.range_primary:hover {
    width: 100%;
    border: 1px solid #009ef7!important;
    color: #ffffff;
    border-color: #009ef7!important;
    background-color: #009ef7;
    padding: 0.25rem 1.5rem;
    border-radius: 0.25em;
    font-size: 12px;
    letter-spacing: 0px;
}
.block:hover {
    width: 100%;
    border: 1px solid #f1416c!important;
    color: #fff;
    border-color: #f1416c!important;
    background-color: #f1416c;
    padding: 0.25rem 1.5rem;
    border-radius: 0.25em;
    font-size: 12px;
    letter-spacing: 0px;
}
.mb-05 {
    margin-bottom: 1px;
}
.btn-border-dark {
    border: 1px solid #000!important;
}
.adminapi_content .form-control.form-control-solid {
    width: 112px;
    height: 44px;
}


.prepaid .input-group-prepaid {
    display: flex;
    align-items: center;
    padding: 0.2rem!important;
    border-radius: 0.475rem;
    border: none;
}
.prepaid .select-prepaid {
    display: block;
    width: 100%!important;

}

.prepaid .form-control {
    border: 1px solid #ffffff!important;
}
.prepaid .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border: 1px solid #e4e6ef!important;
    border-radius: 0.475rem;
}
.prepaid .form-select.form-select-solid {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease;
}
.prepaid .input-group-plast {
    border: none;
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: none;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.475rem;
}
.text-left {
    text-align: left;
}
.text-1 {
    text-align: left;
    font-size: 12px !important;
    font-size: 0.75rem !important;
}
.text-4 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
}
.text-5 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
}
.text-7 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    text-align: left;
}
.bg-light-2 {
    background-color: #f8f8fa !important;
}
.text-16 {
    font-size: 4rem !important;
}

/************ Custom alert up popup design in css ***********/
.custom_alert {
    position: fixed;
    right: 3px;
    top: 10px;
    z-index: 999;
}


/******** userlist design here *******/
.btn-show i{
    color: #f1416c;
}
.btn.btn-show {
    color: #f1416c!important;
    border: 1px solid #f1416c!important;
    border-color: #f1416c;
    background-color: transparent;
}
.btn.btn-show:hover, .btn-show i  {
    color: #fff!important;
    border: 1px solid #f1416c!important;
    border-color: #f1416c;
    background-color: #f1416c;
}
.btn-inf i{
    color: #009ef7;
}
.btn.btn-inf {
    color: #009ef7!important;
    border: 1px solid #009ef7!important;
    border-color: #009ef7;
    background-color: transparent;
}
.btn.btn-inf:hover, .btn-inf i  {
    color: #fff!important;
    border: 1px solid #009ef7!important;
    border-color: #009ef7;
    background-color: #009ef7;
}
.btn-completed i{
    color: #50cd89;
}
.btn.btn-completed {
    color: #50cd89!important;
    border: 1px solid #50cd89!important;
    border-color: #50cd89;
    background-color: transparent;
}
.btn.btn-completed:hover, .btn-completed i  {
    color: #fff!important;
    border: 1px solid #50cd89!important;
    border-color: #50cd89;
    background-color: #50cd89;
}

/***** userlist ****/
.btn-show i{
    color: #f1416c;
}
.btn.btn-show {
    color: #f1416c!important;
    border: 1px solid #f1416c!important;
    border-color: #f1416c;
    background-color: transparent;
}
.btn.btn-show:hover, .btn-show i  {
    color: #fff!important;
    border: 1px solid #f1416c!important;
    border-color: #f1416c;
    background-color: #f1416c;
}
.btn-inf i{
    color: #009ef7;
}
.btn.btn-inf {
    color: #009ef7!important;
    border: 1px solid #009ef7!important;
    border-color: #009ef7;
    background-color: transparent;
}
.btn.btn-inf:hover, .btn-inf i  {
    color: #fff!important;
    border: 1px solid #009ef7!important;
    border-color: #009ef7;
    background-color: #009ef7;
}
.btn-completed i{
    color: #50cd89;
}
.btn.btn-completed {
    color: #50cd89!important;
    border: 1px solid #50cd89!important;
    border-color: #50cd89;
    background-color: transparent;
}
.btn.btn-completed:hover, .btn-completed i  {
    color: #fff!important;
    border: 1px solid #50cd89!important;
    border-color: #50cd89;
    background-color: #50cd89;
}

/*********** left menu **********/
.left-menu .form-check.form-check-custom.form-check-sm .form-check-input {
    height: 1.5rem;
    width: 1.5rem;
}
.kyc-images {
    max-width: 100%;
    height: 300px;
}

/******* all table border effect *****/
.table.gy-1 td, .table.gy-1 th {
    border-right: 1px solid #dfdddd;
}
.table td, .table th {
    border-right: 1px solid #dfdddd;
}


/******* retailer *******/
.apiswitchset .form-check.form-check-solid .form-check-input:checked {
    background-color: #009ef7!important;
    width: 20px;
    height: 19px;
}


/* The container */
.radiocontent {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 0px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Hide the browser's default radio button */
.radiocontent input {
position: absolute;
opacity: 0;
cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontent:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocontent input:checked ~ .checkmark {
background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontent input:checked ~ .checkmark:after {
display: block;
}

/* Style the indicator (dot/circle) */
.radiocontent .checkmark:after {
    top: 8px;
    left: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
}
.rbox {
    position: relative;
    border: 1px solid #e4e6ef;
    border-radius: 0.475rem;
    background: #f1faff;
    padding: 11px;
    line-height: 1.5;
}
.rtag {
    position: absolute;
    right: 0;
    top: 13px;
}
/******* uses for movetobank modal only ********/
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: -12px;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-contents {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 1% auto; 
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: .475rem;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
    outline: 0;
}
.card-head {
    display: flex;
    justify-content: space-between;
}

/******** admin dashboard design start here *******/
.admin_dash .svg-icon.svg-icon-3x svg {
    height: 2rem !important;
    width: 2rem !important;
}

.admin_dash .nav.nav-pills.nav-pills-custom .nav-link:hover {

    color: #fff !important;
    border: 1px solid #1081c2;
    transition-duration: 1ms;
    position: relative;
}

.admin_dash .nav.nav-pills.nav-pills-custom .nav-link span:hover .nav-link {
    color: #fff !important;
}

.admin_dash .nav.nav-pills.nav-pills-custom .nav-link span {
    background-color: transparent;
    color: #000 !important;
    border: 1px solid transparent;
    transition-duration: 1ms;
    position: relative;
}

.admin_dash .nav.nav-pills.nav-pills-custom .nav-link,
.admin_dash .nav.nav-pills.nav-pills-custom .show>.nav-link {
    border: 1px dashed #e4e6ef;
    border-radius: 12px;
    background-color: #f1faff !important;
}


.admin_dash .holder {
    background-color: #fff;
    height: auto;
    overflow: hidden;
}

.admin_dash .holder1 {
    background-color: #fff;
    height: 200px;
    overflow: hidden;
}

.admin_dash .holder .mask {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.admin_dash .holder1 .mask1 {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.admin_dash .holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.admin_dash .holder ul li {
    padding: 1px 0px;
}

.admin_dash .holder ul li a {
    color: darkred;
    text-decoration: none;
}

.admin_dash .holder1 .mask1 {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.admin_dash .holder1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.admin_dash .holder1 ul li {
    padding: 1px 0px;
}

.admin_dash .holder1 ul li a {
    color: darkred;
    text-decoration: none;
}
/******  Custom checkbox design start here ******/
.dept_rolemaster .form-check-input {
    width: 1.75rem!important;
    height: 1.75rem!important;
}
/****** dept&role details ******/
.role_toggle {
    display: none;
    position: absolute;
}

/****** table design details ******/
.table-flex textarea{
    position: relative;
    border: 1px;
    height: 80px;
    padding: 0px;
    width: 100%;
    background-color: transparent;
}
.btn-dark i{
    color: #000;
}
.btn.btn-dark {
    color: #000!important;
    border: 1px solid #000!important;
    border-color: #000;
    background-color: transparent;
}
.btn.btn-dark:focus, .btn-dark i  {
    color: #fff!important;
    background-color: #000;
}
.btn-dark span:hover  {
    color: #fff!important;
    cursor: pointer;
}
.btn.btn-dark:hover {
    color: #fff!important;
}
/***** For checkbox styling purpose *****/
.gset1 .form-check-input {
    width: 1.2rem;
    height: 1.1rem;
    cursor: pointer;
}
.gset1 .input-group {
    width: 115px;
    border: 1px solid #000!important;
}

.generalswitch .form-check-input {
    width: 1.2rem;
    height: 1.1rem;
    cursor: pointer;
}

/**************** dept&role master **************/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
		
		.modal_card .card .card-header {
			border-bottom: 1px solid #f3f1f1;
			min-height: 20px;
			padding: 0 1.25rem;
		}
		.modal_card .card {
			border: 1px solid #cccccc4d;
		}
		.modal_card .card-title h6 {
			font-weight: 400;
		}
		.modal_card .card .card_subtitle {
			display: flex;
			justify-content: space-between;
			align-items: stretch;
			flex-wrap: wrap;
			min-height: 30px;
			padding: 0 1.25rem;
			background-color: transparent;
			border-bottom: 1px solid #eff2f5;
		}
		.modal_card .card .card_subtitle h6{
			font-weight: 400;
    		font-size: 12px;
		}
		.modal_card .card .card-body {
			padding: 1rem 0.25rem;
		}
		.modal_card .generalswitch .form-check.form-check-custom.form-check-lg .form-check-input {
			width: 0.9rem;
			height: 0.9rem;
			border-radius: 0.25rem;
			cursor: pointer;
		}
		/*
		.modal_card .card-title .active::after {
			content: "\F124";
		} */
		.modal_card .card .accordion::before {
			content: '+';
			position: absolute;
			top: 2px;
			right: 8px;
			color: #009ef7;
			/* font-weight: bold; */
			font-size: 18px;
			float: right;
			margin-left: 5px;
		}

		.modal_card .card .accordion.active::before {
			content: '-';
			position: absolute;
			top: 2px;
			right: 8px;
			color: #009ef7;
			/* font-weight: bold; */
			font-size: 18px;
			float: right;
			margin-left: 5px;
		}

		/***** For cards design start here ******/

		/***** For cards design end here *****/
		

		.modal_card .category{padding: 5px 15px;}
		.modal_card .article{padding: 5px 15px;}

		.category_show {
			display: flex;
			text-align: end;
			margin: 0 auto;
			padding: 2px 6px;
			background: #ff003e;
			color: #fff;
			font-size: 9px;
			border-radius: 2px;
			letter-spacing: 0.5px;
		}
		.panel {
			display: none;
			overflow: hidden;
		}
		.modal_card .select_all {
			border-bottom: 1px dashed #ccc;
		}

/****** button modal *****/
.btn-absolute {
    position: absolute;
    right: 2px;
}


/****** button mark ******/
.button_mark {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 480px) {
    .button_mark {
        display: block;
    }
    .button_mark_btn .btn {
        margin-bottom: 12px;
    }
    .table-media {
        width: 100%;
        min-width: 632px;
    }
  }

 /**** month calendar css here ****/
  
 .jcalendar_warning {
    color: #171616;
}

/****** Retailer profile page design  css ******/
.loader_retailer {
    position: absolute;
    top: 52%;
    right: 9%;
    border: 2px solid #eee4e4;
    border-radius: 50%;
    border-top: 2px solid #009ef7;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loader {
    position: absolute;
    top: 18%;
    right: 6%;
    border: 2px solid #eee4e4;
    border-radius: 50%;
    border-top: 2px solid #009ef7;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
	