/* width height */
.w-\[10px\] {
    width: 10px;
}

.w-\[16px\] {
    width: 16px;
}

.w-\[18px\] {
    width: 18px;
}

.w-\[22px\] {
    width: 22px;
}

.w-\[25px\] {
    width: 25px;
}

.w-\[27px\] {
    width: 27px;
}

.w-\[30px\] {
    width: 30px;
}

.w-\[34px\] {
    width: 34px;
}

.w-\[39px\] {
    width: 39px;
}

.w-\[45px\] {
    width: 45px;
}

.w-\[80px\] {
    width: 80px;
}

.w-\[95px\] {
    width: 95px;
}

.w-\[100px\] {
    width: 100px;
}

.w-\[140px\] {
    width: 140px;
}

.w-\[150px\] {
    width: 150px;
}

.w-\[160px\] {
    width: 160px;
}

.w-\[174px\] {
    width: 174px;
}

.w-\[200px\] {
    width: 200px;
}

.w-\[300px\] {
    width: 300px;
}

.w-\[1200px\] {
    width: 1200px;
}

.w-1\/4 {
    width: 25%;
}

.w-1\/5 {
    width: 20%;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.h-\[10px\] {
    height: 10px;
}

.h-\[15px\] {
    height: 15px;
}

.h-\[16px\] {
    height: 16px;
}

.h-\[18px\] {
    height: 18px;
}


.h-\[22px\] {
    height: 22px;
}

.h-\[25px\] {
    height: 25px;
}

.h-\[30px\] {
    height: 30px;
}

.h-\[32px\] {
    height: 32px;
}

.h-\[40px\] {
    height: 40px;
}

.h-\[44px\] {
    height: 44px;
}

.h-\[45px\] {
    height: 45px;
}

.h-\[62px\] {
    height: 62px;
}

.h-\[80px\] {
    height: 80px;
}

.h-\[95px\] {
    height: 95px
}


.h-\[400px\] {
    height: 400px;
}

.max-h-\[400px\] {
    max-height: 400px;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

/* margin padding */
.mt-1 {
    margin-top: 0.25rem;
}

.mt-\[30px\] {
    margin-top: 30px;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-4 {
    margin-left: 1rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
    margin-bottom: -12rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-\[10px\] {
    margin-bottom: 10px;
}

.ml-2 {
    margin-left: 0.5rem;
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.my-\[30px\] {
    margin-top: 30px;
    margin-bottom: 30px
}

.mb-\[60px\] {
    margin-bottom: 60px;
}

.mr-8 {
    margin-right: 2rem;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-auto {
    margin: 0 auto;
}

.p-1 {
    padding: 0.25rem;
}

.p-\[2px\] {
    padding: 2px;
}

.p-2 {
    padding: 0.5rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-\[10px\] {
    padding: 10px;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-\[160px\] {
    padding-left: 160px;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-\[30px\] {
    padding-top: 30px;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-\[20px\] {
    padding-bottom: 20px;
}

.pb-\[60px\] {
    padding-bottom: 60px;
}

/* background */

.bg-\[\#e3e3e3\] {
    background-color: #e3e3e3;
}

.bg-\[\#ffaa09\] {
    background-color: #ffaa09;
}

.bg-\[\#1678ff\] {
    background-color: #1678ff;
}

.bg-red-500 {
    background-color: rgb(239 68 68);
}

.bg-blue-500 {
    background-color: rgb(59 130 246);
    ;
}

.bg-white {
    background-color: #fff;
}

.shadow {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

/* font size */
.text-\[10px\] {
    font-size: 10px;
}

.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 14px;
}

.text-base {
    font-size: 16px;
}

.text-\[30px\] {
    font-size: 30px
}

.text-center {
    text-align: center;
}

.text-blue-500 {
    color: rgb(59 130 246);
}

.text-\[\#333333\] {
    color: #333;
}

.text-\[\#999999\] {
    color: #999;
}

.text-\[\#ffaa09\] {
    color: #ffaa09;
}

.text-white {
    color: #fff;
}

/** border */
.rounded {
    border-radius: 0.25rem;
}

.rounded-\[15px\] {
    border-radius: 15px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-full {
    border-radius: 9999px;
}

.border {
    border: 1px solid rgba(192, 191, 196, .3);
    /*border-width: 1px;
    border-color: #c0bfc4;
    border-style: solid;*/
}

.border-b {
    border-bottom: 1px solid rgba(192, 191, 196, .3);
    ;
    /*border-bottom-width: 1px;
    border-color: #c0bfc4;
    border-style: solid;*/
}

.border-t {
    border-top: 1px solid rgba(192, 191, 196, .3);
    ;
    /*border-bottom-width: 1px;
    border-color: #c0bfc4;
    border-style: solid;*/
}

.border-none {
    border-style: none;
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.border-b-\[3px\] {
    border-bottom: 3px solid rgb(59 130 246);
}

.border-blue-500 {
    border-color: rgb(59 130 246);
}

/* flex */
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.items-center {
    align-items: center;
}

.hidden {
    display: none;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

/* grid */
.grid {
    display: grid;
}

.grid-cols-8 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}

.gap-4 {
    gap: 0.5rem;
}

/**hover */
.cursor-pointer {
    cursor: pointer;
}

/** bg */


/** position */
.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.static {
    position: static;
}

.sticky {
    position: sticky;
}

.-right-\[10px\] {
    right: -10px;
}

.right-full {
    right: 100%;
}

.top-0 {
    top: 0;
}

.top-1\/2 {
    top: -64%;
}

.top-\[55px\] {
    top: 55px;
}

.-top-\[8px\] {
    top: -8px;
}

.left-0 {
    left: 0;
}

.left-full {
    left: 100%;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}


.-right-3 {
    right: 0.75rem;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.bottom-\[300px\] {
    bottom: 300px;
}

.overflow-auto {
    overflow: auto;
}