#custom-carousel .carousel-caption {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right:0px;
    background: rgba(0,0,0,0.2);
    padding: 24px;
    width: 100%;
}

label.error{
    font-size: 10px;
    color:red;
}
.custom-required:after {
    content:" *";
    color:#ff4d4d;
}
ul.select2-choices {
    padding-right: 30px !important;
}

ul.select2-choices:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
/*.skin-blue .treeview-menu > li.active > a{
    background-color: #111;
    border-left: 2px red !important;
    padding: 8px 5px 8px 15px;
}*/
.delete-btn{
    border: 1px solid #FF0000;
    color: #FF0000;
}
.success-btn{
    border: 1px solid #7AA93C;
    color: #7AA93C;
}
.holo-primary-btn {
    border: 1px solid #3c8dbc;
    color: #3c8dbc;
}
.money {
    font-family: 'DejaVu Sans', sans-serif;
}
.payment-status-badge {
    position: absolute;
    top: 0px;
    left: 40%;
    font-size: 14px;
}
.box .border-right-dark {
    border-right: 1px solid #dadada;
}

.box .border-left-dark {
    border-left: 1px solid #dadada
}

/*.ribbon {
    border-radius: 0;
    text-shadow: none;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 5px 3px;
    background-color: #abbac3!important;
    position: absolute;
    left: 0px;
    top: 0px;
}
.ribbon.arrowed-in:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    border: 9px solid transparent;
    border-width: 9px 7px;
    border-right-color: #abbac3
}
.ribbon.arrowed-in:before {
    border-color: #abbac3;
    border-left-color: transparent!important;
}
.ribbon-large {
    font-size: 13px;
    padding: 3px 8px 4px;
}
.ribbon-large.arrowed-in:before {
    margin-left: 12px;
    border-width: 11px 8px;
    left: -16px
}
.ribbon-yellow {
    background-color: #fee188!important;
}
.ribbon-green {
    background-color: #82af6f!important;
}
.ribbon-alert {
    background-color: #f89406!important;
}*/

/*Barcode Styles*/
.barcode {
    border: 1px solid #ccc;
    display: block;
    height: 10.3in;
    margin: 10px auto;
    padding-top: 0.1in;
    page-break-after: always;
    width: 8.45in;
}
.barcode .style30:nth-child(3n+1) {
    margin-left: 0.1in;
}
.barcode .style30 {
    height: 1in;
    margin: 0 0.07in;
    padding-top: 0.05in;
    width: 2.625in;
}
.barcode .style20 {
    height: 1in;
    margin: 0 0.1in;
    padding-top: 0.05in;
    width: 4in;
}
.barcode .item {
    border: 1px dotted #ccc;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}
.barcode .barcode_site, .barcode .barcode_name {
    font-size: 14px;
}
.barcode .barcode_site {
    font-weight: bold;
}
.barcode .barcode_site, .barcode .barcode_name, .barcode .barcode_image, .barcode .variants {
    display: block;
}
/*Barcode Styles*/
.custom-legend {
    font-size: 16px;
    font-weight: normal;
}

/* for scroll sidebar */
body, html {
    margin: 0;
    box-sizing: border-box;  
  }

/* html{
    overflow-x: hidden;
    overflow-y: auto;
}
body{
    overflow-x: hidden;
    overflow-y: hidden;
} */

.wrapper ::-webkit-scrollbar {
    width: 0.4em;
    height: 0.7em;
  }

  .wrapper ::-webkit-scrollbar-thumb {
    background-color: #888;
  }

  .main-sidebar {
    bottom: 0;
    float: none;
    left: 0;
    position: fixed;
    overflow-y: auto;
    top: 0;      
  }

  .sidebar-menu {
    height: 100%;
    width: 100%;
    overflow-y: auto;  
    scrollbar-width: none;
    -ms-overflow-style: none; 
    /* overflow-y: scroll;  */
  }
  .sidebar-menu[transition] {
    transition: var(--transition);
  }
  .sidebar-menu::-webkit-scrollbar {
    width: 0.5em;
  }
  .main-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

  /* sidebar and topbar colrs and styles  */

  .sidebar-menu::-webkit-scrollbar-thumb {
    background-color: #888; 
  }

    .sidebar-collapse .main-sidebar {
        overflow-y: visible !important;
        position: absolute;
      }

     .sidebar-menu.tree {
        padding-bottom: 300px;
    }

    .emptyValidate.error{
        border:1px solid red;
    }

    .content-wrapper {
        padding-top: 40px;
    }

.sidebar-mini .navbar {
    background-color: #c7d4ef !important;
    color: #000;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #003ab7;
    background-image: linear-gradient(to bottom, #003ab7, #0072ff);
}

.skin-blue .main-header .logo {
    background-color: #003ab7;
    color: #fff;
    border-bottom: 0 solid transparent;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.skin-blue .main-header .navbar .sidebar-toggle {
    color: #003ab7;
    border-right: 1px solid #b6c3dd;
}
.skin-blue .main-header .navbar .nav > li > a {
    color: #000;
    border-left: 1px solid #b6c3dd;
}

.skin-blue .sidebar-menu > li.header {
    color: #ffffff;
    background: #004ccf;
}

.skin-blue .sidebar-menu > li.active > a {
    border-left-color: #1f6df7;
}
.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li.menu-open > a {
    color: #fff;
    background: #1f6df7;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
    background: #003bb1;
}

.skin-blue .sidebar a {
    color: #fff;
}

.skin-blue .sidebar-menu .treeview-menu > li > a {
    color: #b3cef3;
}

.content-header>h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    margin-top: 5px;
    color: #002b64;
}
.skin-blue .sidebar-menu .treeview-menu > li.active > a, .skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    color: #fff;
    font-weight: 600;
}
/* Customize forms  */

.form-control {
    border-radius: 3px;
    height: 30px;
}
.form-group label {
    margin-bottom: 2px;
   
}
/* .btn {
    padding: 4px 12px;
    border-radius: 3px !important;
} */
.btn {
    padding: 3px 7px;
    border-radius: 5px !important;
}
.btn-round, .btn-xs {
    border-radius: 25px !important;
    width: 26px;
    height: 26px;
    padding: 3px 0;
    text-align: center;
}
.form-control:focus {
    border-color: #4e94f9;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 3px;
    padding: 4px 12px;
    height: 30px;
}

.select2-container {
    width: 100% !important;
}
.content-wrapper {
    background-color: #f9f9f9;
 
}
.box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.btn-sidebar {
    border-radius: 0 !important;
    padding: 4px 10px;
}
.table thead {
    background: #04c;
    color: #fff;
}
/* button colors */

.btn-danger {
    background-color: #ff0063;
    border-color: #ff0063;
    background-image: linear-gradient(to right bottom, #ff0d0d, #ff0031, #ff004b, #ff0063, #ff007a);
}
.btn-success {
    background-color: #15b530;
    border-color: #15b530;
    background-image: linear-gradient(to right bottom, #00cf3f, #0f8d64);
}

.btn-primary {
    background-color: #0063de;
    border-color: #0063de;
    background-image: linear-gradient(to right bottom, #0081e3, #1054f1);
}

.btn-warning {
    background-color: #ebb208;
    border-color: #ebb208;
    background-image: linear-gradient(to right bottom, #e3bb00, #ebb208, #f3aa14, #f9a11f, #ff9829);
}

/* Custom Login */

.login-logo, .register-logo {
    margin-bottom: 15px;
}

.login-box-body, .register-box-body {
    width: 100%;
}
.login-box {
    max-width: 360px;
    margin: auto;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.w-100 {
    width: 100%;
}

.aj-header .navbar {
    background-color: #0f5bd5 !important;
        color: #fff !important;
}

.aj-header .navbar .nav > li > a {
    color: #fff !important;
    border-left: 1px solid #176cf5 !important;
}

.content-wrapper {
    min-height: 100vh !important;
}

.mob-top {
    margin-top: 30px;
}

.aj-round img {
    width: 100%;
}
.aj-round a {
    display: block;
    background: #F1F8FF;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin:auto;
}

.aj-round label {
    text-align: center;
    display: block;
    margin-top: 5px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.aj-flexy{
    display: flex;
    flex-wrap: wrap;
}

.sidebar-collapse .not-show-collapse{
 display: none;
}

.sidebar-collapse .main-sidebar{
    height: 100vh !important;
    overflow: auto !important;
}
.sidebar-collapse .treeview-menu{
    display: none !important;
}
.side-scroll{
 max-height: 80vh; 
 overflow: auto;
}

.scroll-vertical{
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    white-space: nowrap;
    max-width: 72%;
}
.d-none {
    display: none;
}
.border-bottom-0{
    border-bottom: 0 !important;
}
.border-bottom-1{
    border-bottom: 1px solid #ddd !important;
}
/* helper Popup */

.help-container {
    background: #fff;
    height: calc(100vh - 50px);
    overflow: auto;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.control-sidebar {
    position: fixed !important;
    width: 380px !important;
    right: -380px;
}
.help-header {
    background: #00308f;
    padding: 10px;
    padding-bottom: 25px;
    color: #fff;
    z-index: 1;
    position: relative;
}
.help-body {
    z-index: 2;
    position: relative;
    margin-top: -15px;
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.h-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
}

.help-header  .icon i {
    color: #fff;
}
.help-header  .icon  {
    padding: 5px;
}
.help-video {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    justify-content: space-evenly;
    border-bottom: 1px solid #eee;
}
.help-video .btn-app {
    margin: 0;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 7px;
}
.help-faqs {
    padding: 15px;
}
.help-faqs .title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.acc-qus {
    position: relative;
    font-size: 16px;
    padding: 10px 0;
    cursor: pointer;
}
.acc-ans {
    padding: 10px;
    font-size: 14px;
    padding-top: 0;
}
.acc-qus .fa {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #999999;
    top: 38%;
}
.accord-item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
#helpSidebar {
    padding: 0;
    position: absolute;
    left: 0;
    width: 250px;
    top: 56px;
    z-index: 9;
    background: #ffffff;
    height: calc(100vh - 106px);
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.help-sidebar .sidebar-menu {
    padding: 0;
}
.form-inline.not-show-collapse .input-group {
    padding: 0 4px !important;
}

.fix-search div.dataTables_wrapper div.dataTables_filter input {
    max-width: 90px;
}
.fix-search div.dataTables_wrapper div.dataTables_length select {
    width: 65px;
}
.right-ico {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0px;
    padding: 8px;
}
.aj-row{
    display: flex;
    flex-flow: wrap;
}
.mb-1{
    margin-bottom: 10px;;
}
.aj-cardy{
    max-height: 400px;
    min-height: 400px;
    border: 1px solid #eee;
    /* background: #fff !important; */
}
.aj-cardy span{
    display: block;
}
.aj-c-title {
    font-size: large;
    font-weight: bold;
}
.aj-c-sub {
    font-size:medium;
}
.aj-c-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aj-c-img {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    height: 220px;
    padding: 15px;
}
.aj-c-img img {
    margin: auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
    
}
.bg-primary{
    background-color: #0036a3  !important;
}
@media (max-width: 768px) {
    #custom-carousel .carousel-caption h1 {
      font-size: 14px !important;
    }
    #custom-carousel .carousel-caption {
        padding: 10px;
    }
    .mob-top {
        margin-top: 70px;
    }
    
  }