.absolute {
    position: absolute;
}

.absolute-left-0 {
    position: absolute;
    left: 0;
}

.absolute-right-0 {
    position: absolute;
    right: 0;
}

.absolute-top-0 {
    position: absolute;
    top: 0;
}

.my-auto {
    margin-left: auto;
    margin-right: auto;
}

.absolute-bottom-0 {
    position: absolute;
    bottom: 0;
}

.border-shape {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: skew(-10deg);
    position: absolute;
}

.b2{
    border-width: 2px;
}
.b3{
    border-width: 3px;
}
.b4{
    border-width: 4px;
}
.b5{
    border-width: 5px;
}
.shape1 {
    border-left: none;
    border-bottom: none;
}

.shape2 {
    border-right: none;
}

.shape3 {
    border-left: none;
}
.shape4 {
    border-top: none;
}

.shape5 {
    border-left: none;
    border-right: none;
    border-top: none;
}

.w-10 {
    width: 10px;
}

.w-20 {
    width: 20px;
}

.w-50 {
    width: 50px;
}

.w-100 {
    width: 100px;
}

.w-full {
    width: 100%;
}

.w-cut {
    width: 50%;
}

.h-10 {
    height: 10px;
}

.h-20 {
    height: 20px;
}

.h-50 {
    height: 50px;
}

.h-100 {
    height: 100px;
}

.h-full {
    height: 100%;
}
.h-cut {
    height: 50%;
}

.square-10 {
    width: 10px;
    height: 10px;
}

.square-50 {
    width: 50px;
    height: 50px;
}


.skew-x--0 {
    transform: skewX(-0deg);
}

.skew-x--10 {
    transform: skewX(-10deg);
}

.skew-x--15 {
    transform: skewX(-15deg);
}

.skew-x--20 {
    transform: skewX(-20deg);
}

.skew-x--45 {
    transform: skewX(-45deg);
}

.skew-y--0 {
    transform: skewY(-0deg);
}

.skew-y--10 {
    transform: skewY(-10deg);
}

.skew-y--20 {
    transform: skewY(-20deg);
}

.skew-y--45 {
    transform: skewY(-45deg);
}


.skew-x-0 {
    transform: skewX(0deg);
}

.skew-x-10 {
    transform: skewX(10deg);
}

.skew-x-20 {
    transform: skewX(20deg);
}

.skew-x-45 {
    transform: skewX(45deg);
}

.skew-y-0 {
    transform: skewY(0deg);
}

.skew-y-10 {
    transform: skewY(10deg);
}

.skew-y-20 {
    transform: skewY(20deg);
}

.skew-y-45 {
    transform: skewY(45deg);
}


.border-top-left-0 {
    border-top-left-radius: 0;
}

.border-top-left-5 {
    border-top-left-radius: 5px;
}

.border-top-left-10 {
    border-top-left-radius: 10px;
}

.border-top-left-15 {
    border-top-left-radius: 15px;
}

.border-top-left-20 {
    border-top-left-radius: 20px;
}
.border-top-left-40 {
    border-top-left-radius: 40px;
}
.border-top-right-0 {
    border-top-right-radius: 0;
}

.border-top-right-5 {
    border-top-right-radius: 5px;
}

.border-top-right-10 {
    border-top-right-radius: 10px;
}
.border-top-right-15 {
    border-top-right-radius: 15px;
}

.border-top-right-20 {
    border-top-right-radius: 20px;
}

.border-top-right-40 {
    border-top-right-radius: 40px;
}

.border-bottom-left-0 {
    border-bottom-left-radius: 0;
}

.border-bottom-left-5 {
    border-bottom-left-radius: 5px;
}

.border-bottom-left-10 {
    border-bottom-left-radius: 10px;
}

.border-bottom-left-20 {
    border-bottom-left-radius: 20px;
}

.border-bottom-left-40 {
    border-bottom-left-radius: 40px;
}

.border-bottom-right-0 {
    border-bottom-right-radius: 0;
}

.border-bottom-right-5 {
    border-bottom-right-radius: 5px;
}

.border-bottom-right-10 {
    border-bottom-right-radius: 10px;
}
.border-bottom-right-15 {
    border-bottom-right-radius: 15px;
}

.border-bottom-right-20 {
    border-bottom-right-radius: 20px;
}