.login ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.login ul{
    text-align: center;
    padding: 0;
}
span.success_warning {
    background: #1cc88a;
    width: auto;
    display: block;
    padding: 15px;
    color: white;
    margin-bottom: 15px;
    border-radius: 5px;
}
.select_choose{
    display: flex;
}
.select_choose label {
    margin-top: 7px;
    width: 220px;
}
.error {
    font-size: 5rem;
  width:fit-content !important;
}
.need_item {
    color: red;
}
#receipt{

    background: white;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 10px;
}
.user_task_holder{

}
.user_task_holder .date{
    width: 120px;
    height: 96px;
    display: flex;
    background: #dfdfdf;
    font-size: 14px;
    color: #232323;
    font-weight: 700;
    border-radius: 5px;
    margin-right: 5px;
}
.user_task_holder .information{
    color: #494949;
    font-size: 14px;
}
.wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width:400px;
    height:200px;
    border: 3px solid #4e73df;
    border-radius: 5px;
}
@media (min-width: 768px) {
    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 5px 1rem;
        width: 14rem;
    }
}
.counter {
    display: flex;
    align-items: center;
}

.counter_label {
    display: inline-flex;
    align-items: center;
    width: 80px; /* Adjust this to fit your widest content */
    justify-content: flex-start;
}
.counter_holder{
    font-size: 23px;
}
.minus_add:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f056";
    font-size: 14px;
    position: relative;
    top: -2px;
    color: #d41616;
    margin-right: 5px;
    cursor: pointer;
}
.plus_add:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f055";
    font-size: 14px;
    position: relative;
    top: -2px;
    color: #7acd32;
    margin-left: 5px;
    cursor: pointer;
}
.counter_name{
    margin-left: 35px;
}
.bg-gradient-primary {
    background-color: rgb(17 17 20);
    background-image: linear-gradient(180deg, rgb(41 41 41) 10%, rgb(17 17 20) 100%);
    background-size: cover;
}

.btn-primary {
    background-color: rgb(255 193 7);
    border-color: rgb(255 193 7);
    color: black;
    font-weight: 600;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    background-color: rgb(248, 186, 0);
    border-color: rgb(248, 186, 0);
    color: black;
    font-weight: 600;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: rgb(248, 186, 0);
    border-color: rgb(248, 186, 0);
    color: black;
    font-weight: 600;
    box-shadow: none;
}
a {
    color: #ffc107;
    text-decoration: none;
    background-color: transparent;
}
.bg-white{
    background-color: #353535 !important;
}
#wrapper #content-wrapper {
    background-color: #4e4e4e;
    width: 100%;
    overflow-x: hidden;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: .5rem 1rem;
    margin: 0 .5rem;
    display: block;
    color: #ffffff;
    text-decoration: none;
    border-radius: .35rem;
    white-space: nowrap;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover, .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: #eaecf4;
    color: #000000;
}
.card-header {
    background-color: #292929;
    border-bottom: 1px solid #ffc107;
}
.text-primary {
    color: #ffc107 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single{
    border:none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 5px !important;
    top: 6px !important;
}
/*.card {*/
/*    border: 1px solid #ffc107;*/
/*    background-color: #000000;*/
/*}*/
/*.table {*/
/*    width: 100%;*/
/*    margin-bottom: 1rem;*/
/*    color: #ffffff;*/
/*}*/
/*.table-bordered td, .table-bordered th {*/
/*    border: 1px solid #5a5a5a;*/
/*}*/
/*.table thead th {*/
/*    vertical-align: bottom;*/
/*    border-bottom: 2px solid #5a5a5a;*/
/*}*/
/*.table-bordered {*/
/*    border: 1px solid #5a5a5a;*/
/*}*/
/*body {*/
/*    color: #ffffff;*/
/*}*/
/*hr{*/
/*    background: #424242;*/
/*}*/

.ai_item{
    border: 2px solid #417897;
    border-radius: 4px;
    min-width: 153px;
    max-width: 153px;
    height: 140px;
    background: #4178971c;
    color: #bbbbbb;
    margin: 10px;
    padding: 10px;
    position: relative;
}
.ai_item_price_from {
    background: #3e3e32;
    color: #bbbbbb;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 3px 3px 5px;
    float: left;
}
.ai_item_price_to {
    background: #3e3e32;
    color: #bbbbbb;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 3px 3px 5px;
    float: right;
}

.ai_item_title {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: -8px;
    bottom: 8px;
}
.ai_item_notfound{
    border: 2px solid #bd2727;
    background: #f4433617;
}
.ai_holder {
    scale: 0.8;
}
