.w-auto {
    width: auto;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.wp-10 {
    width: 10px;
}

.wp-15 {
    width: 15px !important;
}

.wp-20 {
    width: 20px;
}

.wp-25 {
    width: 25px;
}

.wp-30 {
    width: 30px;
}

.wp-40 {
    width: 40px;
}

.wp-50 {
    width: 50px;
}

.wp-55 {
    width: 55px !important;
}

.wp-60 {
    width: 60px;
}

.wp-75 {
    width: 75px;
}

.wp-80 {
    width: 80px;
}

.wp-90 {
    width: 80px;
}

.wp-100 {
    width: 100px !important;
}

.wp-120 {
    width: 120px !important;
}

.wp-130 {
    width: 130px !important;
}

.wp-150 {
    width: 150px !important;
}

.wp-160 {
    width: 160px !important;
}

.wp-200 {
    width: 200px !important;
}
.wp-250 {
    width: 250px !important;
}
.wp-300 {
    width: 300px !important;
}
.wp-400 {
    width: 400px !important;
}
.wp-500 {
    width: 500px !important;
}

.h-100 {
    height: 100%;
}

.hp-30 {
    height: 30px;
}

.hp-40 {
    height: 40px;
}

.hp-50 {
    height: 50px;
}

.hp-100 {
    height: 100px;
}

.hp-150 {
    height: 150px;
}

.hp-300 {
    height: 300px;
}

.min-hp-300 {
    min-height: 300px;
}
.min-wp-300{
    min-width: 300px;
}
select.min-wp-300>span{
    min-width: 300px !important;
}

.text-md {
    font-size: 70%;
}

td.text-overflow-hidden {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fz-10 {
    font-size: 10px !important;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-15 {
    font-size: 15px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-24 {
    font-size: 24px !important;
}

.line-height-1rem {
    line-height: 1rem;
}

.hide-y-scrollbar {
    overflow-y: scroll;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.hide-y-scrollbar::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

.hide-x-scrollbar {
    overflow-x: scroll;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.hide-x-scrollbar::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

.queue-block {
    border: 1px solid var(--theme-second-color);
    background-color: var(--pale-blue);
    padding: 7.5px;
    height: 85vh;
}

.queue-block-title {
    border-bottom: 7px solid var(--theme-second-color);
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.queue-block-card {
    padding: 0px;
}

.card-person {
    width: 96% !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-person .person-number {
    position: absolute;
    border-top-left-radius: 5px;
    background-color: var(--theme-second-color);
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
}

.card-person .person-action {
    width: 25px;
    position: absolute;
    top: 35px;
    font-size: 16px;
    padding-left: 2px;
    text-align: center;
}

.card-person .person-detail {
    margin: 5px;
    padding-left: 28px;
}

.card-person>.person-detail>p {
    font-size: 13px;
}

.ps-relative {
    position: relative;
}

.ps-absolute {
    position: absolute;
    top: 0px;
    left: 0px;
}

img.round {
    border-radius: 100% !important;
    object-fit: cover !important;
    /* width: 100% !important; */
    /* height: 100% !important; */
    max-width: 100% !important;
    max-height: 100% !important;
}

img.object-fit-cover {
    object-fit: cover !important;
}

.btn.no-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.border-radius-1 {
    border-radius: 0.25rem;
}

.input-same-label {
    border: none !important;
    background-color: transparent !important;
    margin-top: -0.25rem !important;
}

.custom-control-label.checkbox-lg::before,
.custom-control-label.checkbox-lg::after {
    top: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
}

/* BORDER */
.border-round {
    border-radius: 50%;
}

/* OPACITY */
.opacity-100 {
    opacity: 1;
}

.opacity-90 {
    opacity: 0.9;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-50 {
    opacity: 0.5;
}

input[type=radio].sz-lg,
input[type=checkbox].sz-lg {
    margin-top: 0.15rem;
    width: 1.25rem;
    height: 1.25rem;
}

input[type=radio].sz-md,
input[type=checkbox].sz-md {
    margin-top: 0.25rem;
    width: 1rem;
    height: 1rem;
}

label.sz-lg {
    padding-right: 1.5rem;
    padding-left: 0.5rem;
}

label.sz-md {
    padding-right: 1rem;
    padding-left: 0.25rem;
}

.overflow-x{
    overflow-x: auto;
}
.overflow-y{
    overflow-y: auto;
}

.text-sp-normal{
    white-space: normal !important;
}

/* CUSTOM-SCROLLBAR */

  ::-webkit-scrollbar {
    width: 5px;
    height: 15px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
    background: #888;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  body::-webkit-scrollbar {
    width: 10px;
    height: 15px;
  }
