/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap'); */ 
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,200;1,300;1,400;1,600;1,700;1,800&display=swap');
html {
  scroll-behavior: smooth;
  min-height: 100%;
  overflow: auto;
}

body {
  box-sizing: border-box;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #262b35;
  background-color: #f2f3ff;
  overflow: auto;
  width: 100%;
  overflow-x:hidden;
}
a {
    color: #6d7bdc;
}
/* button[disabled], html input[disabled] {
  cursor: not-allowed;
  border-color: rgba(118, 118, 118, 0.3);
  color: -internal-light-dark-color(rgb(84, 84, 84), rgb(170, 170, 170));
} */
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}
textarea {
  min-height: 25px;
  resize: vertical;
  border: 1px solid #e3e6e8;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
hr {
  margin:10px;
}


fieldset {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 1px solid #f1f1f1;
}
legend {
  font-size: 1rem;
  font-weight: 500;
  width:auto;
  margin:0 5px;
  padding:0 10px;
}
.button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    min-width: 5rem;
    min-height:1.5rem;
    padding:0.05rem 0.5rem;
    vertical-align: middle;
    line-height: 1.5;
    background-color: #fff;
    border-radius:0;
    border:1px solid transparent;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
}

.button:hover, .button:focus {
  text-decoration: none;
  outline: 0;
}
.button_groups {
  display: block;
  padding: 10px 0;
}
.btn-edit_icon {
  padding:0.15rem 0.15rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  border:1px solid #2bb191;
  color:#565656;
  line-height: 1.25;
  vertical-align: middle;
}
.btn-edit_icon:hover {
  background-color: #2bb191;
  color:#fff !important;
}

.btn-delete_icon {
  padding:0.15rem 0.15rem;
  min-width: 1.5rem;
  min-height: 1rem;
  border:1px solid #e95b6d;
  color: #565656;
  line-height: 1.25;
  vertical-align: middle;
}

.btn-delete_icon:hover {
  background-color: #e95b6d;
  color:#fff ;
}
.btn_save {
  background: #2bb191;
  color:#fff;
}
.btn_save:hover {
  background-color: #2bb191;
  color:#fff;
}
.btn_add {
  border: 1px solid #2dcaa4;
  color:#464646;
}
.btn_add:hover {
  background-color: #2dcaa4;
  color:#fff;
}
.btn_reset {
  border: 1px solid #e95b6d;
  color:#464646;
}
.btn_reset:hover {
  background-color: #e95b6d;
  color:#fff;
}
.btn_back {
  border:1px solid #777777;
  color:#464646;
}
.btn_back:hover {
  background-color: #565656;
  color:#fff;
}
.btn_view {
  background-color: #1fabd7;
  color:#fff;
}
.btn_view:hover {
  background-color: #1fabd7;
  color:#fff;
}
.btn_download {
  border: 1px solid #d971ae;
  color: #464646;
}
.btn_download:hover {
  background-color: #d971ae;
  color: #fff;
}
.btn_download-icon {
  min-width: 4rem !important;
  min-height:1rem;
  border: 1px solid #d971ae;
  color: #464646;
}
.btn_download-icon-xs {
  border: 1px solid #d971ae;
  color: #464646;
  padding:0.25rem 0.25rem;
  min-width: 1.5rem;
  min-height: 1rem;
  line-height: 1.25;
  vertical-align: middle;
}
.btn_download-icon:hover, .btn_download-icon-xs:hover {
  background-color: #d971ae;
  color: #fff;
}

.btn_upload {
  border: 1px solid #f6bb43;
  color:#464646;
}
.btn_upload:hover {
  background: #f6bb43;
  color:#fff;
}
.btn-compare_icon {
  padding:0.25rem 0.25rem;
  min-width: 1.5rem;
  min-height: 1rem;
  border:1px solid #4B89DC;
  color: #565656;
  line-height: 1.25;
  vertical-align: middle;
}
.btn-compare_icon:hover {
  background-color: #4B89DC;
  color:#fff;
}
.color_fff {
  color:#fff !important;
}
.bg_1 {
  background-color: #4B89DC !important;
  color: #fff;
  font-weight: 600;
}
.bg_2 {
    background-color: #777777 !important;
    font-weight: 600;
    color: #fff;
}
.bg_3 {
    background-color: #394353 !important;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.left-35 {
    left:35%;
}
.nav_header {
    background-color: #fff;
    color: #fff;
    padding: 0px;
    margin: 0;
    line-height: 30px;
    border-bottom: 1px solid #e1e2e8;
    vertical-align: middle;
    z-index: 99;
    box-shadow: 0 19px 34px -15px #f1f6f8;
    -webkit-box-shadow: 0 19px 34px -15px #eeeff3;
    -moz-box-shadow: 0 19px 34px -15px #eeeff3;
}

.nav_logo {
  padding: 0px;
}
.nav_logo a {
  /* padding: 5px; */
  display: block;
}
.nav_logo .logo_caption{
  display: none;
  position: absolute;
  top: 24px;
  /* right: 160px; */
  font-size: 22px;
  color: #5662ad;
  font-weight: 600;
  text-transform: uppercase;
}
.nav_logo > a > img {
  max-width: 100%;
  float: left;
  width: 150px;
  margin-top: 5px;
  margin-left: 15px;
}
.nav_img {
  height: 16px;
  width: 16px;
  display: block;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 5px;
}
ul.nav_menu {
  list-style-type: none;
  margin: 0px;
  padding: 0;
    /* display: flex; */
}
ul.nav_menu > li {
  transition: all 0.3s ease-out;
  padding: 10px 10px;
  margin:0px auto;
  min-height: 60px;
}
ul.nav_menu > li:not(:last-child) {
  border-bottom:1px solid #525252;
}
ul.nav_menu > li.active > a {
  color: #f1f0f0;
transition: all 0.5s ease-out;
}
ul.nav_menu > li.active {
  background-color: #454854;
  border-left: 5px solid #5a609a;
}
ul.nav_menu > li:hover {
  background-color: #414250;
  border-left: 5px solid #63a9d4;
}
ul.nav_menu > li:hover> a {
  color: #fff;
  transition: all 0.5s ease-out;
  margin: 0px auto;
}
/* ul.nav_menu > li.active::after {
  content: "";
    border-bottom: 2px solid #555a7e;
    left: 0;
    bottom: 0;
    display: block;
    position: relative;
    width: 70%;
    margin: 0px auto;
} */
ul.nav_menu > li > a {
  display: block;
  color: #a5a5a5;
  padding: 0px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: .75px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1rem;
  font-size: 12px;
  text-align: center;
}
ul.logout {
  list-style-type: none;
  margin: 15px;
  display: flex;
  float: right;
  line-height: 30px;
    vertical-align: middle;
}
ul.logout li a {
  color: #2e2f38;
  text-decoration: none;
  line-height: 1.5rem;
  vertical-align: middle;
  font-size: 14px;
  padding: 5px 10px;

}
ul.logout li a:hover {
  color: #000;
}
ul.logout li a.notif_icon {
  font-size: 20px;
    color: #888888;
    line-height: 1px;
    padding: 5px;
    margin: 0;
    position: relative;
}
ul.logout li a.notif_icon>span {
  position: absolute;
    left: 16px;
    top: 16px;
    top: -5px;
    /* padding: 5px; */
    font-weight: 600;
    min-width: 20px;
    line-height: 1.15rem;
    vertical-align: middle;
    height: 20px;
    color: #fff;
    text-align: center;
    background: #FF8F00;
    font-size: 10px;
    box-shadow: 2px 2px 2px #f2f3ff;
    border-radius: 90px;
}
ul.logout li.sync_block {
    background-color: #e9f9ffe0;
    padding: 0px 5px;
    border-radius: 2px;
    margin-right: 8px;
  }
ul.logout li a.sync_icon {
    font-size: 20px;
    font-weight: 500;
    color: #888888;
    line-height: 1px;
    padding: 5px;
    margin: 0;
    position: relative;
}
ul.logout li a.sync_icon > img {
    width: 24px;
}
ul.logout li a.sync_icon > span {
    font-size: 12px;
    display: inline-block;
    line-height: 1rem;
    padding-left: 5px;
    vertical-align: middle;
}
.user_icon {
  position: relative;
    margin: 0;
}
.user_icon img {
  width: 50px;
    height: 32px;
    border-radius: 100%;
}
.user_nav_icon {
  display: inline;
    margin: 0;
    padding: 10px;
}
.user_nav_icon img {
  width: 16px;
}
/* ul.nav_menu > li.dropdown >ul.dropdown-menu > li>a {
 line-height: 40px;
} */
/* ul.nav_menu > li.dropdown >ul.dropdown-menu > li {
 font-size: 14px;
 color: #464646;
 line-height: 36px;
 padding: 0 10px;
}
ul.nav_menu > li.dropdown >ul.dropdown-menu > li>a {
 color: #9b9b9b;
}
ul.nav_menu > li.dropdown >ul.dropdown-menu > li>a:hover {
 color: #000;
 text-decoration: none;
} */
.left_sidebar {
  display: inline-block;
  width: 7%;
  float: left;
  height: 100vh;
  position: fixed;
  background-color:#2e2f38;
  z-index:99;
}
.sidebar_content {
   display: inline-block;
   width: 97%;
   position: relative;
   left: 2%;
   /* margin-top:10px; */
}
.main_menu:hover .child_menu {
  display: block;
}
.child_menu {
    display: none;
    position: absolute;
    left: 84px;
    border-left:1px solid #525252;
    margin: 0;
    border-radius: 0px;
    top: 0;
    height: auto;
    line-height: 1.5rem;
    vertical-align: middle;
    background: #414250;
}
.child_menu > li {
    font-weight: 500;
    line-height: 2.5rem;
    vertical-align: middle;
    padding: 2px 10px;
    letter-spacing: .75px;
    text-transform: capitalize;
    font-size: 12px;
}
.child_menu > li:not(:last-child) {
    border-bottom: 1px solid #525252;
}
.child_menu > li a {
  min-width: 10rem;
  width: 10rem;
  display: block;
  margin: 0;
  color: #a5a5a5;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.child_menu > li:hover a, .child_menu > li:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.breadcrumb {
  background-color: transparent;
  padding:13px 0px 10px;
  margin-bottom:0;
}
.breadcrumb-item.active {
  color:#333;
  font-weight: 600;
  text-transform: uppercase;
}
.form-control {
  height: calc(0.75em + .75rem + 2px);
  padding: .175rem .175rem;
  background-color: #fff;
  font-size: 0.85rem;
  font-weight: 300;
  border-radius:0;
  border: 1px solid #e3e6e8;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.form-control:focus, textarea:focus {
    color: #495057;
    border-color: #5a5f9a;
    outline: 0;
    box-shadow: none;
}
table {
    border: 1px solid #e6e6e6 !important;
}
table.table > tbody > tr:nth-child(odd), table.table > tbody > tr:nth-child(odd) {
  background-color: #d0d5da21;
  border-top:1px solid #e6e6e6 !important;
  /* border-bottom:1px solid #e6e6e6 !important; */
}
.table td {
  padding: 0.35rem 0.75rem;
}
.table td, .table th {
 /* vertical-align: middle !important;*/
}
.table > thead > tr > th {
  border-bottom:1px solid #dedede !important;
}

tr.accordion-toggle > th::before {
 content: '-';
 left:0;
 top: 0;
 color: #fff;
 padding-left: 10px;
 padding-right: 10px;
}
tr.accordion-toggle.collapsed > th::before {
 content: '+';
 left:0;
 top: 0;
 color: #fff;
 padding-left: 10px;
 padding-right: 10px;
}
.borderless tr > th, .borderless tr >td {
  border:none !important;
}
.table_dropdown {
  display: block;
    width: 100%;
    height: 24px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ececec;
    border-radius: 1px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.table_dropdown:hover, .table_dropdown:focus, .table_dropdown:active {
  outline: 0;
  border: 1px solid #565656;
}
/* tr.product_table_header {
  background: #cccccc;
  color: #000;
} */
tr.product_table_header > th {
  font-weight: 600 !important;
  letter-spacing: 0.015rem;
}
.sortings:after {
  content: "\f0dc";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #dedede;
  cursor: pointer;
}
section.content_section {
  position: relative;
  background-color: #fff;
  margin: 0;
  padding:15px 20px;
  margin-top:0px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.dashboard_content_section {
  height: 100%;
  min-height:390px;
  position: relative;
  background-color: #fff;
  margin: 0;
  padding:15px 20px;
  margin-top:0px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.dashboard_nodata {
  margin: 0px auto;
  text-align: center;
  display: block;
  padding: 120px;
  line-height: 1rem;
  vertical-align: middle;
}
.info {
  position: relative;
  left: 0;
  top:0;
}
.info>i {
  font-size: 14px;
  color: #3e7fd6;
  cursor: pointer;
  padding-left:5px;
}
.help_window {
  display: none;
  position: absolute;
  font-size: 12px;
  text-align: left;
  color: #fff;
  left: 25px;
  top: 0;
  padding: 10px;
  background-color: #4c4c4c;
  border:1px solid #dedede;
  z-index: 9;
  width: max-content;
}
info>i:hover, .info:hover .help_window {
  display:block;
}
.disabled {
  opacity: 0.3;
  cursor:no-drop;
}
.input_file {
  position: absolute;
    /* font-size: 5px; */
    opacity: 0;
    right: 0;
    top: 0;
    margin: 0;
    padding: 1px;
    width: 91px;
    cursor: pointer;
    height: 30px;
}
.status_ok {
  color: #2bb191;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
  margin: 0px auto;
}
.status_warning {
  color: #ecb308;
  font-weight:600;
  font-size:18px;
  cursor: pointer;
  text-align: center;
  padding: 5px;
  margin: 0px auto;
}
.status_error {
  color: #e95b6d;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  padding: 5px;
  margin: 0px auto;
}
.status_draft {
  color: #868686;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
  margin: 0px auto;
}
.status_select_warn {
  color: #ecb308;
  font-weight:600;
  font-size:18px;
  cursor: pointer;
  text-align: center;
  padding: 5px;
  margin: 0px auto;
}
.status_deleted {
    color:#e95b6d ;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    vertical-align: text-top;
    padding:0.25rem 0.25rem;
    min-width: 1.5rem;
    min-height: 1rem;
    border-radius:3px;
    vertical-align: baseline;
}
.status_deleted:hover {
    color: #e95b6d;
}
.info  {
  color: #ecb308;
  font-weight:600;
  font-size:18px;
  cursor: pointer;
  text-align: center;
  padding: 5px;
  margin: 0px auto;
}
.status_info-icon {
  color: #6d7bdc;
  font-weight:600;
  font-size:18px;
  cursor: pointer;
  text-align: center;
  padding: 5px;
  margin: 0px auto;
}
.note_text {
  width: 100%;
  color:#e95b6d;
  font-size:12px;
  margin: 0;
  display: block;
}
.instock {
    margin: 0;
    padding: 5px;
    background: #2bb191;
    color: #fff;
    font-size: 10px;
    border-radius: 15px;
}
.outofstock {
    margin: 0;
    padding: 5px;
    background: #e95b6d;
    color: #fff;
    font-size: 10px;
    border-radius: 15px;
}
.success {
    margin: 0;
    padding: 5px;
    background: #2bb191;
    color: #fff;
    font-size: 10px;
    border-radius: 15px;
}
.error {
    margin: 0;
    padding: 5px;
    background: #e95b6d;
    color: #fff;
    font-size: 10px;
    border-radius: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.inprogress {
  margin: 0;
  padding: 5px;
  background: #eab30c;
  color: #fff;
  font-size: 10px;
  border-radius: 15px;
}
/* Toggle */
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 20px;
  margin-bottom:0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cacaca;
  border:1px solid #bbb;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #4B89DC;
  border:1px solid #4B89DC;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.edit_icon i {
  background: #65a964;
    width: 22px;
    height: 20px;
    cursor: pointer;
    position: relative;
    padding: 4px 5px;
    color: #fff;
}
.delete_icon i {
  background: #de3653;
    width: 22px;
    height: 20px;
    cursor: pointer;
    position: relative;
    padding: 3px 5px;
    color: #fff;
}
/* Rounded sliders */

/* Custom Checkbox */
.checkmark span:before, .checkmark span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.checkmark {
  position: relative;
  display: flex;
  align-items: center;
}
.checkmark input {
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid #bbb;
    position: absolute;
    left: 2rem;
    transition: all 0.2s;
    background-color: #fff;
    z-index: 9;
    opacity: 0;
    box-sizing: content-box;
}
.checkmark input[type=checkbox]:checked ~ span {
  background: #2bb191;
  border-color: #2bb191;
}
.checkmark input[type=checkbox]:checked ~ span:before {
  width: 0.65rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.checkmark input[type=checkbox]:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.checkmark input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.checkmark input:disabled ~ label {
  color: #dcdcdc;
}
.checkmark input:disabled ~ label:hover {
  cursor: default;
}
.checkmark label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
  width: 1rem;
  height: 1.5rem;
}
.checkmark span {
  display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    border: 1px solid #b5b5b5;
    position: absolute;
    left: 2rem;
    transition: all 0.2s;
    background-color: #fff;
    z-index: 0;
    box-sizing: content-box;
}
.checkmark span:before {
  transform: rotate(-55deg);
  top: 0.65rem;
  left: 0.3rem;
}
.checkmark span:after {
  transform: rotate(35deg);
  bottom: 0.15rem;
  left: 0.15rem;
}
/* Custom Checkbox */

/* Custom Checkbox - 1 */
.checkmark_radius span:before, .checkmark_radius span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.checkmark_radius {
  position: relative;
  display: flex;
  align-items: center;
}
.checkmark input {
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid #bbb;
    position: absolute;
    left: 2rem;
    transition: all 0.2s;
    background-color: #fff;
    z-index: 9;
    opacity: 0;
    box-sizing: content-box;
}
.checkmark input:checked ~ span {
  background: #2bb191;
  border-color: #2bb191;
}
.checkmark input:checked ~ span:before {
  width: 0.65rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.checkmark input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.checkmark input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.checkmark input:disabled ~ label {
  color: #dcdcdc;
}
.checkmark input:disabled ~ label:hover {
  cursor: default;
}
.checkmark label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
  width: 1rem;
  height: 1.5rem;
}
.checkmark span {
  display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    border: 1px solid #b5b5b5;
    position: absolute;
    left: 2rem;
    transition: all 0.2s;
    background-color: #fff;
    z-index: 0;
    box-sizing: content-box;
}
.checkmark span:before {
  transform: rotate(-55deg);
  top: 0.65rem;
  left: 0.3rem;
}
.checkmark span:after {
  transform: rotate(35deg);
  bottom: 0.15rem;
  left: 0.15rem;
}
/* Custom Checkbox - 2 */


/* dataTables */
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 8px;
}
.dataTables_length > label select {
  padding: 0.175rem 1rem;
  margin: 0 10px;
      padding: 0 1.5rem;
      display: inline-block;
}
.page-link {
  padding: 0.25rem 0.5rem;
  margin-left: -1px;
  color:#262b35;
  /* border: 1px solid #000000; */
}
.page-link:hover {
  color: #26abd7;
}
.page-item.active .page-link {
  background-color: #26abd7;
  border-color: #26abd7;
}
div.DTFC_LeftWrapper table.dataTable.no-footer {
  border-right: 2px solid #b7b7b7 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0em !important;
  margin-left: 0px !important;
  background: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: none !important;
  border: 1px solid #dee2e6 !important;
  outline: 0 !important;
}
#freeze_length > label {
  display: flex;
}
/* .data_info {
  margin: 0;
    padding: 0;
    /* display: inline; */
   /* position: relative;
    top: -40px;
    left: 0;
} */
/* dataTables */

/* Modal */
.modal-header {
  background-color: #5662ad;
    color: #fff;
    border-radius: 0;
    padding: 0.5rem;
}
.modal-header-right {
    display: block;
    margin: 0;
    padding: 0.75rem 1rem;
    color: #fff;
    background-color: #5662ad;
    font-weight: 600;
    line-height: 1.35rem;
    vertical-align: middle;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 2px 0px 3px 2px #dedede;
}
.modal-content {
  border-radius: 0;
}
.modal button.close {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 1;
    vertical-align: middle;
    width: 1.75rem;
    height: 1.95rem;
    border-radius: 0;
    padding: 20px 20px 25px 20px;
    opacity: 1;
    /* border: 2px solid #dedede; */
    background-color: #fbfbfb;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.modal button.close:hover {
  opacity: 1 !important;
  background: #fff;
  outline: 0;
}
.modal button .close_icon {
  position: relative;
    top: -12px;
    left: -5px;
    font-weight: 400;
    font-size: 20px;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, -100px);
  transform: translate(0px, -100px);
}

/* Modal-right */

/* .modal.right.fade {
  margin-top: 75px !important;
} */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal-dialog, .modal-dialog-auto {
  width: auto !important;
  min-width:30%;
  max-width: 75%;
}
.modal.right .modal-dialog-lg {
  width: 420px;
}
.modal-dialog, .modal-dialog-xl {
  width: 100% !important;
}
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.right .modal-body {
  padding: 15px 15px 80px;
  overflow-y: scroll;
}
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
  top: 0;
}
/* modal-right */

/* Modal */

/* Tabs */
.nav-link {
  padding:0.25rem 1rem !important;
  border-radius: 0.15rem !important;
}
a.nav-link   {
  text-decoration: underline;
}
/* li.nav-item a:after {
  content:'/';
  left:0;
  top: 0;
  display: inline-block;
} */
/* Tabs */

/* status_info */
.status_info {
  width: 100%;
  text-align: left;
  padding: 3px 5px !important;
  cursor:pointer;
  color: #fff;
  background-color: #394353;
  border-bottom: 1px solid #ececec;
  box-shadow: 0px 1px 1px 1px #f1f1f1;
}
.status_info.accordion-toggle::before {
  content: '\f139';
  font-family: 'FontAwesome';
  color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 16px;
    display: block;
}
.status_info.accordion-toggle.collapsed::before {
  content: '\f13a';
  font-family: 'FontAwesome';
  color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 16px;
    display: block;
}
/* status_info */
.border_btm {
  border-bottom: 1px solid #ececec;
  margin: 10px;
  width: 80%;
  margin: 10px auto;
}
.logo_icon {
    width:60px;
}
/*Dashboard */
.card {
    cursor: pointer;
    border-radius: 0px;
    box-shadow: 1px 1px 1px #f7f7f7;
    border: 1px solid #efefef;
    box-shadow: 1px 1px 1px 0px rgb(0 0 0 / 2%);
}
.card-body {
  padding: 0.75rem;
  min-height:110px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.dashboard_download_icon {
  width:50px;
  float: right;
  text-align: right;
}
.dashboard_download_icon > img {
  width: 100%;
}
.dashboard_stat_title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding-left: 5px;
    border-left:5px solid #1fabd7;
    line-height: 1rem;
}
.dashboard_stat {
  padding: 5px 0px;
  display: flex;
  margin-top:-3px;
  right: 10px;
  border-radius: 30px;
  color: #fff;
  position: absolute;
  font-size: 0.75rem;
  line-height: 0.75rem;
  align-items: center;
  font-weight: 500;
}
.stat_up {
  color: #19ca86;
  /* background-color: #19ca86; */
}
.stat_down {
  color: #e45158;
  /* background-color: #e45158; */
}
.dashboard_icon {
  font-size: 28px;
  color: #a5a5a5;
  line-height: 1rem;
  height: 36px;
}
.dashboard_icon > img {
  width: 32px;
}
.dashboard_count {
    display: block;
    font-size: 1.65rem;
    font-weight: 600;
    text-align: center;
    color: #4a4b52;
    margin: 0;
    padding: 0;
    line-height: 1.25rem;
    margin-top: 13px;
}
.dashboard_count>i {
    font-size: 12px;
}
.dashboard_subtitle {
  display: block;
  margin: 0;
  color: #101010bd;
  line-height: 2rem;
  font-size: 14px;
  opacity: 0.6;
  font-weight: 400;
  text-align: center;
}
.dashboard_listing {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.2rem;
}
.dashboard_listing>span {
  display: block;
  line-height: 2.5rem;
}
.dashboard_listing>span>a {
  float:right;
}
.dashboard_listing>a>span {
  position: absolute;
  right: 1rem;
  font-size: 16px;
}
.dropdown_table {
    width:300px;
    padding: 5px;
    margin: 0;
    font-size: 14px;
    box-shadow: 4px 4px 4px 0px #67676754;
}
/* .dropdown_table_block-right > .dropdown_table {
  padding: 5px;
  margin: 0;
  font-size: 12px;
} */
.dropdown_table tbody > tr > td {
  background-color: #fff !important;
  padding: 0.5rem;
}
.dropdown_table thead > tr > th {
  padding: 0.5rem !important;
  font-weight: 500;
}
.dropdown-menu.show.dropdown_table_block {
  top: -40px !important;
  width: 300px;
}
.dropdown-menu.show.dropdown_table_block-right {
  top: -40px !important;
  left: -40px !important;
  width: 230px !important;

}
.dashboard_title {
  font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
    color: #565656;
}
.dashboard_title::before {
    content: '';
    border-left: 5px solid #26abd7;
    position: relative;
    left: 0px;
    padding-right: 10px;
}
.dropdown-menu {
  padding: 0;
}
/*.row.p-t-15 {
    padding-top: 15px;
}*/
.right_side_notif {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 75px;
  right: 0;
  background-color: #fff;
  border-left:1px solid #e0e0e0;
  border-top:1px solid #e0e0e0;
  overflow-x: hidden;
  transition: 0.5s;
}

.right_side_notif a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 25px;
  color:  #e95b6d;
  display: block;
  transition: 0.3s;
}
.closebtn {
  position: absolute;
  top: 0;
  right: 6px;
  font-weight: 500;
  line-height: 1.5rem;
  vertical-align: middle;
  margin-left: 0px;
  z-index: 999;
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 25px;
  color: #e95b6d;
  display: block;
  transition: 0.3s;
}
a.closebtn:hover {
  color: #e95b6d;
  text-decoration: none;
}

@media screen and (max-height: 450px) {
  .right_side_notif a {font-size: 18px;}
}
.right_side_notif ul > .notification-header {
  display: block;
    margin: 0;
    padding: 0.75rem 1rem;
    color: #333;
    font-weight: 600;
    line-height: 1.35rem;
    vertical-align: middle;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
}
.right_side_notif ul > .notification-item {
  display: block;
    margin: 0;
    padding: 0.5rem 1rem;
    line-height: 1.5rem;
    vertical-align: middle;
    font-size: 14px;
    border-bottom: 1px solid #dedede;
}
.right_side_notif ul {
  padding-left:0rem;
  list-style-type:none;
}
.right_side_notif ul > .notification-item .leg_sold {
    background: #2196f31f;
    padding: 8px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin-right: 7px;
    border: 1px solid #acc9dc;
}
.right_side_notif ul > .notification-item .leg_return {
    background: #673ab72b;
    padding: 8px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin-right: 7px;
    border: 1px solid #cabde0;
}
.right_side_notif ul > .notification-item .leg_cancel {
    background: #ff572214;
    padding: 8px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin-right: 7px;
    border: 1px solid #eacabf;
}
.right_side_notif ul > .notification-item.sold {
background: #2196f31f;
}
.right_side_notif ul > .notification-item.returned {
background: #673ab72b;
}
.right_side_notif ul > .notification-item.cancelled {
background: #ff572214;
}
#backg_blur.backg_blur {
    display: none;
    position: fixed;
    top: 75px;
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: 910;
    opacity: 0.8;
    overflow: hidden;
    background-color: #bbb;
    transition: 0.5s;
}
td>label>sup, sup {
    color: #e95b6d;
    font-size: 16px;
    font-weight: 600;
    vertical-align: bottom;
    left: 0.25rem;
    top:-0.7rem;
}
.amazon_bg {
  background-color: #fa980b24;
}
.ebay_bg {
    background-color: #56b54b21;
}
.walmart_bg {
    background-color: #1c76ce26;
}
.pmt_bg {
  background-color: #fa780312;
}
.alert-popup {
  display: block;
  margin: 0;
  padding: 10px;
  min-width: 25%;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 0rem;
  top: 0.5rem;
  text-align: center;
  z-index: 99;
  border-radius: 3px;
  box-shadow: 4px 3px 10px 0px #79797954;
}
.alert-popup_success {
  color: #fdfdfd;
  background-color: #2bb191;
  border-color: #78a716;
}
.alert-popup_abort {
  color: #fdfdfd;
  background-color: #e95b6d;
  border-color: #e95b6d;
}
.auth_width {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.loader {
  display : block;
  position : fixed;
  z-index: 100;
  background-color:#000;
  opacity : 0.6;
  background-repeat : no-repeat;
  background-position : center;
  left : 0;
  bottom : 0;
  right : 0;
  top : 0;
}
.loader > img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0px 0px -50px;
}
.loading_text {
  position: absolute;
  top: 45%;
  left: 45%;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 18px;
  margin-top:10px;
}
.loader_block {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 45%;
  margin: 0px auto;
  text-align: center;
}
.dashboard_block_loader {
  display: block;
  margin: 0px auto;
  text-align: center;
  vertical-align: bottom;
  line-height: 2rem;
  /* padding: 30%; */
  position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.not_found {
  text-align: center;
  font-weight:600;
  color: #e95b6d;
}

/* ON/OFF switch */
.switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 22px;
    padding: 3px;
    margin: 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;

    line-height: normal;
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}
.switch-left-right .switch-input:checked ~ .switch-label {
    background: inherit;
}
.switch-input:checked ~ .switch-label {
    background: #28a745;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-left-right .switch-label {
    overflow: hidden;
}
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}
.switch-left-right .switch-input:checked ~ .switch-label:before {
    opacity: 1;
    left: 75px;
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-left-right .switch-label:before {
    background: #e1e1e1;
    text-align: left;
    padding-left: 80px!important;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #5d5d5d;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

span.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    position: absolute;

}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-left-right .switch-input:checked ~ .switch-label:after {
    left: 0!important;
    opacity: 1;
    padding-left: 45px;
}


.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}


.switch-left-right .switch-label:after {
    text-align: left;
    text-indent: 9px;
    background: #28a745!important;
    left: -75px!important;
    opacity: 1;
    width: 100%!important;

}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
  width: 8px;
  height: 18px;
  top: 5px;
  left: -22px;
  right: 0;
  bottom: 0;
  padding: 5px 0 0 0;
  text-indent: -35px;
  border-radius: 20px;
  box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 600;
}
.switch-input:checked ~ .switch-handle {
    left: 40px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background: linear-gradient(to bottom, #e9e9e9, #fbfbfb);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.colorpicker-component > .input-group-addon {
    padding: 0;
    background-color: #fff;
}
.colorpicker-element .input-group-addon i, .colorpicker-element .add-on i{
    height: 32px !important;
    width: 30px !important;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
/* ON/OFF switch */
.profile_image {
  width: 100px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}
.profile_image > img {
  width:100%;
}
#imageUpload
{
  opacity: 0;
}
.mandatory {
  color: #e95b6d;
  font-size: 12px;
}
/* Label Field */
.label_left {
  float: left;
  padding: 0 10px;
  line-height: 1.5rem;
  vertical-align: middle;
}
.label_field {
    margin: 0 15px;
    padding: 0;
    display: block;
    position: relative;
    left: auto;
}
/* .dashboard_dropdown.show + .dropdown-menu {
  display: block;
} */
.m-h-250 {
  min-height: 250px;
}
.refresh_btn {
    margin: 10px 0;
    vertical-align: middle;
    text-align: right;
    font-size: 14px;
    cursor: pointer;
    float: right;
}
.img-zone {
  width:200px;
  height:200px;
  background-color:#CCCCCC;
}
.overlay-layer {
  position:absolute;
  margin-top:-40px;
  background-color:#525252;
  z-index:0;
  font-size:14px;
  font-weight: 500;
  color:#FFFFFF;
  padding: 5px 10px;
  text-align:center;
  line-height:22px;
  cursor: pointer;
}
.upload_btn {
  position: relative;
  width: 100px;
  height: 40px;
  z-index: 10;
  margin-top: -20px;
  cursor: pointer;
}
.m-w-85 {
  min-width: 85px;
}


/* Datepicker */
.wrapperss label, .wrapperto label {
    font-size: 0.75rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
    color: #000;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
}
.wrapperss input,.wrapperto input {
	font-family: 'Roboto';
	display:block;
	border-radius: 0.25rem;
	line-height: 1.5rem;
	font-size: 1rem;
	color: #607D8B;
	width: 100%;
	margin-top: 0.5rem;
  padding: 9px 13px;
}
.wrapperto input:focus,.wrapperss input:focus{outline: none;}
#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0rem;
}
.wrapperto table,.wrapperss table{
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
	background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688;
	color: white;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 1.25rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}
table.ui-datepicker-calendar tr{
  height: unset;
  background: unset;
}
.wrapper_fll {
    display: inline-block;
    width: 100%;
}
.wrapperbtn {
    float: left;
    line-height: 6;
}
.wrapperbtn a{
  border: 1px solid #1f88e6;
  padding: 6px 18px;
  color: #000;
  border-radius: 5px;
}
.wrapperbtn a:hover {
    background: #1f88e6;
    color: #fff;
}
/* Datepicker */
.width-125 {
    width:125px;
}
.width-160 {
    width:160px;
}
