@cataract6545/tmui
Version:
tm-vuetify是一个新势力由主题驱动的UI组件库,相比其它优势大,组件全,设计趋势紧跟未来。具有主题生成,主题实时切换,暗黑实时切换,lottie动画,图表等新颖功能,tmui TMUI
2,642 lines • 119 kB
CSS
.blur {
backdrop-filter: blur(5px);
background-color: rgba(0, 0, 0, 0.3);
}
.overflow {
overflow: hidden;
}
.overflow-x {
overflow-x: hidden;
overflow-y: auto;
}
.overflow-y {
overflow-x: auto;
overflow-y: hidden;
}
.relative {
position: relative !important;
}
.absolute {
position: absolute !important;
}
.fixed {
position: fixed !important;
}
.sticky {
position: sticky !important;
}
.fulled-height {
display: flex;
align-items: stretch;
}
.clear {
clear: both;
}
.fulled {
width: 100%;
display: block;
}
.fulled-height {
height: 100%;
display: block;
}
.gray-100 {
filter: grayscale(100%);
}
.gray {
filter: grayscale(25%);
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block;
}
.vertical-align-top {
vertical-align: top;
}
.vertical-align-middle {
vertical-align: middle;
}
.vertical-align-bottom {
vertical-align: bottom;
}
.wrap {
white-space: pre-wrap;
word-break: break-all;
}
.nowrap {
white-space: nowrap;
}
.vertical-align-top {
vertical-align: top;
}
.vertical-align-middle {
vertical-align: middle;
}
.vertical-align-bottom {
vertical-align: bottom;
}
.zIndex-0 {
z-index: 0;
}
.zIndex-n0 {
z-index: 0;
}
.zIndex-1 {
z-index: 1;
}
.zIndex-n1 {
z-index: 4;
}
.zIndex-2 {
z-index: 2;
}
.zIndex-n2 {
z-index: 8;
}
.zIndex-3 {
z-index: 3;
}
.zIndex-n3 {
z-index: 12;
}
.zIndex-4 {
z-index: 4;
}
.zIndex-n4 {
z-index: 16;
}
.zIndex-5 {
z-index: 5;
}
.zIndex-n5 {
z-index: 20;
}
.zIndex-6 {
z-index: 6;
}
.zIndex-n6 {
z-index: 24;
}
.zIndex-7 {
z-index: 7;
}
.zIndex-n7 {
z-index: 28;
}
.zIndex-8 {
z-index: 8;
}
.zIndex-n8 {
z-index: 32;
}
.zIndex-9 {
z-index: 9;
}
.zIndex-n9 {
z-index: 36;
}
.zIndex-10 {
z-index: 10;
}
.zIndex-n10 {
z-index: 40;
}
.zIndex-11 {
z-index: 11;
}
.zIndex-n11 {
z-index: 44;
}
.zIndex-12 {
z-index: 12;
}
.zIndex-n12 {
z-index: 48;
}
.zIndex-13 {
z-index: 13;
}
.zIndex-n13 {
z-index: 52;
}
.zIndex-14 {
z-index: 14;
}
.zIndex-n14 {
z-index: 56;
}
.zIndex-15 {
z-index: 15;
}
.zIndex-n15 {
z-index: 60;
}
.zIndex-16 {
z-index: 16;
}
.zIndex-n16 {
z-index: 64;
}
.zIndex-17 {
z-index: 17;
}
.zIndex-n17 {
z-index: 68;
}
.zIndex-18 {
z-index: 18;
}
.zIndex-n18 {
z-index: 72;
}
.zIndex-19 {
z-index: 19;
}
.zIndex-n19 {
z-index: 76;
}
.zIndex-20 {
z-index: 20;
}
.zIndex-n20 {
z-index: 80;
}
.zIndex-21 {
z-index: 21;
}
.zIndex-n21 {
z-index: 84;
}
.zIndex-22 {
z-index: 22;
}
.zIndex-n22 {
z-index: 88;
}
.zIndex-23 {
z-index: 23;
}
.zIndex-n23 {
z-index: 92;
}
.zIndex-24 {
z-index: 24;
}
.zIndex-n24 {
z-index: 96;
}
.zIndex-25 {
z-index: 25;
}
.zIndex-n25 {
z-index: 100;
}
.zIndex-26 {
z-index: 26;
}
.zIndex-n26 {
z-index: 104;
}
.text-overflow {
width: 100%;
display: block;
white-space: nowrap;
overflow: hidden;
}
.text-overflow-1 {
width: 100%;
display: -webkit-box;
white-space: inherit;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.text-overflow-2 {
width: 100%;
display: -webkit-box;
white-space: inherit;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.text-overflow-3 {
width: 100%;
display: -webkit-box;
white-space: inherit;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.text-overflow-4 {
width: 100%;
display: -webkit-box;
white-space: inherit;
overflow: hidden;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.text-overflow {
text-overflow: ellipsis;
}
.text-overflow-1 {
text-overflow: ellipsis;
lines: 1;
}
.text-overflow-2 {
text-overflow: ellipsis;
lines: 2;
}
.text-overflow-3 {
text-overflow: ellipsis;
lines: 3;
}
.text-overflow-4 {
text-overflow: ellipsis;
lines: 4;
}
.wrap {
word-wrap: break-word;
}
.text-delete {
text-decoration: line-through;
}
.text-underline {
text-decoration: underline;
}
.text-size-xxs {
font-size: 12px;
}
.text-size-xxs span {
font-size: 12px;
}
.text-size-xxs {
font-size: 12px;
}
.text-size-xs {
font-size: 13px;
}
.text-size-xs span {
font-size: 13px;
}
.text-size-xs {
font-size: 13px;
}
.text-size-s {
font-size: 13px;
}
.text-size-s span {
font-size: 13px;
}
.text-size-s {
font-size: 13px;
}
.text-size-m {
font-size: 14px;
}
.text-size-m span {
font-size: 14px;
}
.text-size-m {
font-size: 14px;
}
.text-size-n {
font-size: 16px;
}
.text-size-n span {
font-size: 16px;
}
.text-size-n {
font-size: 16px;
}
.text-size-g {
font-size: 18px;
}
.text-size-g span {
font-size: 18px;
}
.text-size-g {
font-size: 18px;
}
.text-size-lg {
font-size: 20px;
}
.text-size-lg span {
font-size: 20px;
}
.text-size-lg {
font-size: 20px;
}
.text-size-xl {
font-size: 24px;
}
.text-size-xl span {
font-size: 24px;
}
.text-size-xl {
font-size: 24px;
}
.text-weight-s {
font-weight: 100;
}
.text-weight-n {
font-weight: 400;
}
.text-weight-b {
font-weight: 700;
}
.text-align-left {
text-align: left;
}
.text-align-right {
text-align: right;
}
.text-align-center {
text-align: center;
}
.round-0 {
border-radius: 0 !important;
}
.round-1 {
border-radius: 1px !important;
}
.round-2 {
border-radius: 2px !important;
}
.round-3 {
border-radius: 3px !important;
}
.round-4 {
border-radius: 4px !important;
}
.round-5 {
border-radius: 5px !important;
}
.round-6 {
border-radius: 6px !important;
}
.round-7 {
border-radius: 7px !important;
}
.round-8 {
border-radius: 8px !important;
}
.round-9 {
border-radius: 9px !important;
}
.round-10 {
border-radius: 10px !important;
}
.round-11 {
border-radius: 11px !important;
}
.round-12 {
border-radius: 12px !important;
}
.round-13 {
border-radius: 13px !important;
}
.round-14 {
border-radius: 14px !important;
}
.round-15 {
border-radius: 15px !important;
}
.round-16 {
border-radius: 16px !important;
}
.round-17 {
border-radius: 17px !important;
}
.round-18 {
border-radius: 18px !important;
}
.round-19 {
border-radius: 19px !important;
}
.round-20 {
border-radius: 20px !important;
}
.round-21 {
border-radius: 21px !important;
}
.round-22 {
border-radius: 22px !important;
}
.round-23 {
border-radius: 23px !important;
}
.round-24 {
border-radius: 24px !important;
}
.round-25 {
border-radius: 25px !important;
}
.round-26 {
border-radius: 26px !important;
}
.round-tl-0 {
border-top-left-radius: 0 !important;
}
.round-tl-1 {
border-top-left-radius: 1px !important;
}
.round-tl-2 {
border-top-left-radius: 2px !important;
}
.round-tl-3 {
border-top-left-radius: 3px !important;
}
.round-tl-4 {
border-top-left-radius: 4px !important;
}
.round-tl-5 {
border-top-left-radius: 5px !important;
}
.round-tl-6 {
border-top-left-radius: 6px !important;
}
.round-tl-7 {
border-top-left-radius: 7px !important;
}
.round-tl-8 {
border-top-left-radius: 8px !important;
}
.round-tl-9 {
border-top-left-radius: 9px !important;
}
.round-tl-10 {
border-top-left-radius: 10px !important;
}
.round-tl-11 {
border-top-left-radius: 11px !important;
}
.round-tl-12 {
border-top-left-radius: 12px !important;
}
.round-tl-13 {
border-top-left-radius: 13px !important;
}
.round-tl-14 {
border-top-left-radius: 14px !important;
}
.round-tl-15 {
border-top-left-radius: 15px !important;
}
.round-tl-16 {
border-top-left-radius: 16px !important;
}
.round-tl-17 {
border-top-left-radius: 17px !important;
}
.round-tl-18 {
border-top-left-radius: 18px !important;
}
.round-tl-19 {
border-top-left-radius: 19px !important;
}
.round-tl-20 {
border-top-left-radius: 20px !important;
}
.round-tl-21 {
border-top-left-radius: 21px !important;
}
.round-tl-22 {
border-top-left-radius: 22px !important;
}
.round-tl-23 {
border-top-left-radius: 23px !important;
}
.round-tl-24 {
border-top-left-radius: 24px !important;
}
.round-tl-25 {
border-top-left-radius: 25px !important;
}
.round-tl-26 {
border-top-left-radius: 26px !important;
}
.round-tl-27 {
border-top-left-radius: 27px !important;
}
.round-tl-28 {
border-top-left-radius: 28px !important;
}
.round-tl-29 {
border-top-left-radius: 29px !important;
}
.round-tl-30 {
border-top-left-radius: 30px !important;
}
.round-tl-31 {
border-top-left-radius: 31px !important;
}
.round-tl-32 {
border-top-left-radius: 32px !important;
}
.round-tl-33 {
border-top-left-radius: 33px !important;
}
.round-tl-34 {
border-top-left-radius: 34px !important;
}
.round-tl-35 {
border-top-left-radius: 35px !important;
}
.round-tl-36 {
border-top-left-radius: 36px !important;
}
.round-tl-37 {
border-top-left-radius: 37px !important;
}
.round-tl-38 {
border-top-left-radius: 38px !important;
}
.round-tl-39 {
border-top-left-radius: 39px !important;
}
.round-tl-40 {
border-top-left-radius: 40px !important;
}
.round-tl-41 {
border-top-left-radius: 41px !important;
}
.round-tl-42 {
border-top-left-radius: 42px !important;
}
.round-tl-43 {
border-top-left-radius: 43px !important;
}
.round-tl-44 {
border-top-left-radius: 44px !important;
}
.round-tl-45 {
border-top-left-radius: 45px !important;
}
.round-tl-46 {
border-top-left-radius: 46px !important;
}
.round-tl-47 {
border-top-left-radius: 47px !important;
}
.round-tl-48 {
border-top-left-radius: 48px !important;
}
.round-tl-49 {
border-top-left-radius: 49px !important;
}
.round-tr-0 {
border-top-right-radius: 0 !important;
}
.round-tr-1 {
border-top-right-radius: 1px !important;
}
.round-tr-2 {
border-top-right-radius: 2px !important;
}
.round-tr-3 {
border-top-right-radius: 3px !important;
}
.round-tr-4 {
border-top-right-radius: 4px !important;
}
.round-tr-5 {
border-top-right-radius: 5px !important;
}
.round-tr-6 {
border-top-right-radius: 6px !important;
}
.round-tr-7 {
border-top-right-radius: 7px !important;
}
.round-tr-8 {
border-top-right-radius: 8px !important;
}
.round-tr-9 {
border-top-right-radius: 9px !important;
}
.round-tr-10 {
border-top-right-radius: 10px !important;
}
.round-tr-11 {
border-top-right-radius: 11px !important;
}
.round-tr-12 {
border-top-right-radius: 12px !important;
}
.round-tr-13 {
border-top-right-radius: 13px !important;
}
.round-tr-14 {
border-top-right-radius: 14px !important;
}
.round-tr-15 {
border-top-right-radius: 15px !important;
}
.round-tr-16 {
border-top-right-radius: 16px !important;
}
.round-tr-17 {
border-top-right-radius: 17px !important;
}
.round-tr-18 {
border-top-right-radius: 18px !important;
}
.round-tr-19 {
border-top-right-radius: 19px !important;
}
.round-tr-20 {
border-top-right-radius: 20px !important;
}
.round-tr-21 {
border-top-right-radius: 21px !important;
}
.round-tr-22 {
border-top-right-radius: 22px !important;
}
.round-tr-23 {
border-top-right-radius: 23px !important;
}
.round-tr-24 {
border-top-right-radius: 24px !important;
}
.round-tr-25 {
border-top-right-radius: 25px !important;
}
.round-tr-26 {
border-top-right-radius: 26px !important;
}
.round-tr-27 {
border-top-right-radius: 27px !important;
}
.round-tr-28 {
border-top-right-radius: 28px !important;
}
.round-tr-29 {
border-top-right-radius: 29px !important;
}
.round-tr-30 {
border-top-right-radius: 30px !important;
}
.round-tr-31 {
border-top-right-radius: 31px !important;
}
.round-tr-32 {
border-top-right-radius: 32px !important;
}
.round-tr-33 {
border-top-right-radius: 33px !important;
}
.round-tr-34 {
border-top-right-radius: 34px !important;
}
.round-tr-35 {
border-top-right-radius: 35px !important;
}
.round-tr-36 {
border-top-right-radius: 36px !important;
}
.round-tr-37 {
border-top-right-radius: 37px !important;
}
.round-tr-38 {
border-top-right-radius: 38px !important;
}
.round-tr-39 {
border-top-right-radius: 39px !important;
}
.round-tr-40 {
border-top-right-radius: 40px !important;
}
.round-tr-41 {
border-top-right-radius: 41px !important;
}
.round-tr-42 {
border-top-right-radius: 42px !important;
}
.round-tr-43 {
border-top-right-radius: 43px !important;
}
.round-tr-44 {
border-top-right-radius: 44px !important;
}
.round-tr-45 {
border-top-right-radius: 45px !important;
}
.round-tr-46 {
border-top-right-radius: 46px !important;
}
.round-tr-47 {
border-top-right-radius: 47px !important;
}
.round-tr-48 {
border-top-right-radius: 48px !important;
}
.round-tr-49 {
border-top-right-radius: 49px !important;
}
.round-bl-0 {
border-bottom-left-radius: 0 !important;
}
.round-bl-1 {
border-bottom-left-radius: 1px !important;
}
.round-bl-2 {
border-bottom-left-radius: 2px !important;
}
.round-bl-3 {
border-bottom-left-radius: 3px !important;
}
.round-bl-4 {
border-bottom-left-radius: 4px !important;
}
.round-bl-5 {
border-bottom-left-radius: 5px !important;
}
.round-bl-6 {
border-bottom-left-radius: 6px !important;
}
.round-bl-7 {
border-bottom-left-radius: 7px !important;
}
.round-bl-8 {
border-bottom-left-radius: 8px !important;
}
.round-bl-9 {
border-bottom-left-radius: 9px !important;
}
.round-bl-10 {
border-bottom-left-radius: 10px !important;
}
.round-bl-11 {
border-bottom-left-radius: 11px !important;
}
.round-bl-12 {
border-bottom-left-radius: 12px !important;
}
.round-bl-13 {
border-bottom-left-radius: 13px !important;
}
.round-bl-14 {
border-bottom-left-radius: 14px !important;
}
.round-bl-15 {
border-bottom-left-radius: 15px !important;
}
.round-bl-16 {
border-bottom-left-radius: 16px !important;
}
.round-bl-17 {
border-bottom-left-radius: 17px !important;
}
.round-bl-18 {
border-bottom-left-radius: 18px !important;
}
.round-bl-19 {
border-bottom-left-radius: 19px !important;
}
.round-bl-20 {
border-bottom-left-radius: 20px !important;
}
.round-bl-21 {
border-bottom-left-radius: 21px !important;
}
.round-bl-22 {
border-bottom-left-radius: 22px !important;
}
.round-bl-23 {
border-bottom-left-radius: 23px !important;
}
.round-bl-24 {
border-bottom-left-radius: 24px !important;
}
.round-bl-25 {
border-bottom-left-radius: 25px !important;
}
.round-bl-26 {
border-bottom-left-radius: 26px !important;
}
.round-bl-27 {
border-bottom-left-radius: 27px !important;
}
.round-bl-28 {
border-bottom-left-radius: 28px !important;
}
.round-bl-29 {
border-bottom-left-radius: 29px !important;
}
.round-bl-30 {
border-bottom-left-radius: 30px !important;
}
.round-bl-31 {
border-bottom-left-radius: 31px !important;
}
.round-bl-32 {
border-bottom-left-radius: 32px !important;
}
.round-bl-33 {
border-bottom-left-radius: 33px !important;
}
.round-bl-34 {
border-bottom-left-radius: 34px !important;
}
.round-bl-35 {
border-bottom-left-radius: 35px !important;
}
.round-bl-36 {
border-bottom-left-radius: 36px !important;
}
.round-bl-37 {
border-bottom-left-radius: 37px !important;
}
.round-bl-38 {
border-bottom-left-radius: 38px !important;
}
.round-bl-39 {
border-bottom-left-radius: 39px !important;
}
.round-bl-40 {
border-bottom-left-radius: 40px !important;
}
.round-bl-41 {
border-bottom-left-radius: 41px !important;
}
.round-bl-42 {
border-bottom-left-radius: 42px !important;
}
.round-bl-43 {
border-bottom-left-radius: 43px !important;
}
.round-bl-44 {
border-bottom-left-radius: 44px !important;
}
.round-bl-45 {
border-bottom-left-radius: 45px !important;
}
.round-bl-46 {
border-bottom-left-radius: 46px !important;
}
.round-bl-47 {
border-bottom-left-radius: 47px !important;
}
.round-bl-48 {
border-bottom-left-radius: 48px !important;
}
.round-bl-49 {
border-bottom-left-radius: 49px !important;
}
.round-br-0 {
border-bottom-right-radius: 0 !important;
}
.round-br-1 {
border-bottom-right-radius: 1px !important;
}
.round-br-2 {
border-bottom-right-radius: 2px !important;
}
.round-br-3 {
border-bottom-right-radius: 3px !important;
}
.round-br-4 {
border-bottom-right-radius: 4px !important;
}
.round-br-5 {
border-bottom-right-radius: 5px !important;
}
.round-br-6 {
border-bottom-right-radius: 6px !important;
}
.round-br-7 {
border-bottom-right-radius: 7px !important;
}
.round-br-8 {
border-bottom-right-radius: 8px !important;
}
.round-br-9 {
border-bottom-right-radius: 9px !important;
}
.round-br-10 {
border-bottom-right-radius: 10px !important;
}
.round-br-11 {
border-bottom-right-radius: 11px !important;
}
.round-br-12 {
border-bottom-right-radius: 12px !important;
}
.round-br-13 {
border-bottom-right-radius: 13px !important;
}
.round-br-14 {
border-bottom-right-radius: 14px !important;
}
.round-br-15 {
border-bottom-right-radius: 15px !important;
}
.round-br-16 {
border-bottom-right-radius: 16px !important;
}
.round-br-17 {
border-bottom-right-radius: 17px !important;
}
.round-br-18 {
border-bottom-right-radius: 18px !important;
}
.round-br-19 {
border-bottom-right-radius: 19px !important;
}
.round-br-20 {
border-bottom-right-radius: 20px !important;
}
.round-br-21 {
border-bottom-right-radius: 21px !important;
}
.round-br-22 {
border-bottom-right-radius: 22px !important;
}
.round-br-23 {
border-bottom-right-radius: 23px !important;
}
.round-br-24 {
border-bottom-right-radius: 24px !important;
}
.round-br-25 {
border-bottom-right-radius: 25px !important;
}
.round-br-26 {
border-bottom-right-radius: 26px !important;
}
.round-br-27 {
border-bottom-right-radius: 27px !important;
}
.round-br-28 {
border-bottom-right-radius: 28px !important;
}
.round-br-29 {
border-bottom-right-radius: 29px !important;
}
.round-br-30 {
border-bottom-right-radius: 30px !important;
}
.round-br-31 {
border-bottom-right-radius: 31px !important;
}
.round-br-32 {
border-bottom-right-radius: 32px !important;
}
.round-br-33 {
border-bottom-right-radius: 33px !important;
}
.round-br-34 {
border-bottom-right-radius: 34px !important;
}
.round-br-35 {
border-bottom-right-radius: 35px !important;
}
.round-br-36 {
border-bottom-right-radius: 36px !important;
}
.round-br-37 {
border-bottom-right-radius: 37px !important;
}
.round-br-38 {
border-bottom-right-radius: 38px !important;
}
.round-br-39 {
border-bottom-right-radius: 39px !important;
}
.round-br-40 {
border-bottom-right-radius: 40px !important;
}
.round-br-41 {
border-bottom-right-radius: 41px !important;
}
.round-br-42 {
border-bottom-right-radius: 42px !important;
}
.round-br-43 {
border-bottom-right-radius: 43px !important;
}
.round-br-44 {
border-bottom-right-radius: 44px !important;
}
.round-br-45 {
border-bottom-right-radius: 45px !important;
}
.round-br-46 {
border-bottom-right-radius: 46px !important;
}
.round-br-47 {
border-bottom-right-radius: 47px !important;
}
.round-br-48 {
border-bottom-right-radius: 48px !important;
}
.round-br-49 {
border-bottom-right-radius: 49px !important;
}
.round-a-0 {
border-radius: 0 !important;
}
.round-a-1 {
border-radius: 1px !important;
}
.round-a-2 {
border-radius: 2px !important;
}
.round-a-3 {
border-radius: 3px !important;
}
.round-a-4 {
border-radius: 4px !important;
}
.round-a-5 {
border-radius: 5px !important;
}
.round-a-6 {
border-radius: 6px !important;
}
.round-a-7 {
border-radius: 7px !important;
}
.round-a-8 {
border-radius: 8px !important;
}
.round-a-9 {
border-radius: 9px !important;
}
.round-a-10 {
border-radius: 10px !important;
}
.round-a-11 {
border-radius: 11px !important;
}
.round-a-12 {
border-radius: 12px !important;
}
.round-a-13 {
border-radius: 13px !important;
}
.round-a-14 {
border-radius: 14px !important;
}
.round-a-15 {
border-radius: 15px !important;
}
.round-a-16 {
border-radius: 16px !important;
}
.round-a-17 {
border-radius: 17px !important;
}
.round-a-18 {
border-radius: 18px !important;
}
.round-a-19 {
border-radius: 19px !important;
}
.round-a-20 {
border-radius: 20px !important;
}
.round-a-21 {
border-radius: 21px !important;
}
.round-a-22 {
border-radius: 22px !important;
}
.round-a-23 {
border-radius: 23px !important;
}
.round-a-24 {
border-radius: 24px !important;
}
.round-a-25 {
border-radius: 25px !important;
}
.round-a-26 {
border-radius: 26px !important;
}
.round-a-27 {
border-radius: 27px !important;
}
.round-a-28 {
border-radius: 28px !important;
}
.round-a-29 {
border-radius: 29px !important;
}
.round-a-30 {
border-radius: 30px !important;
}
.round-a-31 {
border-radius: 31px !important;
}
.round-a-32 {
border-radius: 32px !important;
}
.round-a-33 {
border-radius: 33px !important;
}
.round-a-34 {
border-radius: 34px !important;
}
.round-a-35 {
border-radius: 35px !important;
}
.round-a-36 {
border-radius: 36px !important;
}
.round-a-37 {
border-radius: 37px !important;
}
.round-a-38 {
border-radius: 38px !important;
}
.round-a-39 {
border-radius: 39px !important;
}
.round-a-40 {
border-radius: 40px !important;
}
.round-a-41 {
border-radius: 41px !important;
}
.round-a-42 {
border-radius: 42px !important;
}
.round-a-43 {
border-radius: 43px !important;
}
.round-a-44 {
border-radius: 44px !important;
}
.round-a-45 {
border-radius: 45px !important;
}
.round-a-46 {
border-radius: 46px !important;
}
.round-a-47 {
border-radius: 47px !important;
}
.round-a-48 {
border-radius: 48px !important;
}
.round-a-49 {
border-radius: 49px !important;
}
.round-t-0 {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.round-t-1 {
border-top-left-radius: 1px !important;
border-top-right-radius: 1px !important;
}
.round-t-2 {
border-top-left-radius: 2px !important;
border-top-right-radius: 2px !important;
}
.round-t-3 {
border-top-left-radius: 3px !important;
border-top-right-radius: 3px !important;
}
.round-t-4 {
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
}
.round-t-5 {
border-top-left-radius: 5px !important;
border-top-right-radius: 5px !important;
}
.round-t-6 {
border-top-left-radius: 6px !important;
border-top-right-radius: 6px !important;
}
.round-t-7 {
border-top-left-radius: 7px !important;
border-top-right-radius: 7px !important;
}
.round-t-8 {
border-top-left-radius: 8px !important;
border-top-right-radius: 8px !important;
}
.round-t-9 {
border-top-left-radius: 9px !important;
border-top-right-radius: 9px !important;
}
.round-t-10 {
border-top-left-radius: 10px !important;
border-top-right-radius: 10px !important;
}
.round-t-11 {
border-top-left-radius: 11px !important;
border-top-right-radius: 11px !important;
}
.round-t-12 {
border-top-left-radius: 12px !important;
border-top-right-radius: 12px !important;
}
.round-t-13 {
border-top-left-radius: 13px !important;
border-top-right-radius: 13px !important;
}
.round-t-14 {
border-top-left-radius: 14px !important;
border-top-right-radius: 14px !important;
}
.round-t-15 {
border-top-left-radius: 15px !important;
border-top-right-radius: 15px !important;
}
.round-t-16 {
border-top-left-radius: 16px !important;
border-top-right-radius: 16px !important;
}
.round-t-17 {
border-top-left-radius: 17px !important;
border-top-right-radius: 17px !important;
}
.round-t-18 {
border-top-left-radius: 18px !important;
border-top-right-radius: 18px !important;
}
.round-t-19 {
border-top-left-radius: 19px !important;
border-top-right-radius: 19px !important;
}
.round-t-20 {
border-top-left-radius: 20px !important;
border-top-right-radius: 20px !important;
}
.round-t-21 {
border-top-left-radius: 21px !important;
border-top-right-radius: 21px !important;
}
.round-t-22 {
border-top-left-radius: 22px !important;
border-top-right-radius: 22px !important;
}
.round-t-23 {
border-top-left-radius: 23px !important;
border-top-right-radius: 23px !important;
}
.round-t-24 {
border-top-left-radius: 24px !important;
border-top-right-radius: 24px !important;
}
.round-t-25 {
border-top-left-radius: 25px !important;
border-top-right-radius: 25px !important;
}
.round-t-26 {
border-top-left-radius: 26px !important;
border-top-right-radius: 26px !important;
}
.round-t-27 {
border-top-left-radius: 27px !important;
border-top-right-radius: 27px !important;
}
.round-t-28 {
border-top-left-radius: 28px !important;
border-top-right-radius: 28px !important;
}
.round-t-29 {
border-top-left-radius: 29px !important;
border-top-right-radius: 29px !important;
}
.round-t-30 {
border-top-left-radius: 30px !important;
border-top-right-radius: 30px !important;
}
.round-t-31 {
border-top-left-radius: 31px !important;
border-top-right-radius: 31px !important;
}
.round-t-32 {
border-top-left-radius: 32px !important;
border-top-right-radius: 32px !important;
}
.round-t-33 {
border-top-left-radius: 33px !important;
border-top-right-radius: 33px !important;
}
.round-t-34 {
border-top-left-radius: 34px !important;
border-top-right-radius: 34px !important;
}
.round-t-35 {
border-top-left-radius: 35px !important;
border-top-right-radius: 35px !important;
}
.round-t-36 {
border-top-left-radius: 36px !important;
border-top-right-radius: 36px !important;
}
.round-t-37 {
border-top-left-radius: 37px !important;
border-top-right-radius: 37px !important;
}
.round-t-38 {
border-top-left-radius: 38px !important;
border-top-right-radius: 38px !important;
}
.round-t-39 {
border-top-left-radius: 39px !important;
border-top-right-radius: 39px !important;
}
.round-t-40 {
border-top-left-radius: 40px !important;
border-top-right-radius: 40px !important;
}
.round-t-41 {
border-top-left-radius: 41px !important;
border-top-right-radius: 41px !important;
}
.round-t-42 {
border-top-left-radius: 42px !important;
border-top-right-radius: 42px !important;
}
.round-t-43 {
border-top-left-radius: 43px !important;
border-top-right-radius: 43px !important;
}
.round-t-44 {
border-top-left-radius: 44px !important;
border-top-right-radius: 44px !important;
}
.round-t-45 {
border-top-left-radius: 45px !important;
border-top-right-radius: 45px !important;
}
.round-t-46 {
border-top-left-radius: 46px !important;
border-top-right-radius: 46px !important;
}
.round-t-47 {
border-top-left-radius: 47px !important;
border-top-right-radius: 47px !important;
}
.round-t-48 {
border-top-left-radius: 48px !important;
border-top-right-radius: 48px !important;
}
.round-t-49 {
border-top-left-radius: 49px !important;
border-top-right-radius: 49px !important;
}
.round-b-0 {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.round-b-1 {
border-bottom-left-radius: 1px !important;
border-bottom-right-radius: 1px !important;
}
.round-b-2 {
border-bottom-left-radius: 2px !important;
border-bottom-right-radius: 2px !important;
}
.round-b-3 {
border-bottom-left-radius: 3px !important;
border-bottom-right-radius: 3px !important;
}
.round-b-4 {
border-bottom-left-radius: 4px !important;
border-bottom-right-radius: 4px !important;
}
.round-b-5 {
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
.round-b-6 {
border-bottom-left-radius: 6px !important;
border-bottom-right-radius: 6px !important;
}
.round-b-7 {
border-bottom-left-radius: 7px !important;
border-bottom-right-radius: 7px !important;
}
.round-b-8 {
border-bottom-left-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
.round-b-9 {
border-bottom-left-radius: 9px !important;
border-bottom-right-radius: 9px !important;
}
.round-b-10 {
border-bottom-left-radius: 10px !important;
border-bottom-right-radius: 10px !important;
}
.round-b-11 {
border-bottom-left-radius: 11px !important;
border-bottom-right-radius: 11px !important;
}
.round-b-12 {
border-bottom-left-radius: 12px !important;
border-bottom-right-radius: 12px !important;
}
.round-b-13 {
border-bottom-left-radius: 13px !important;
border-bottom-right-radius: 13px !important;
}
.round-b-14 {
border-bottom-left-radius: 14px !important;
border-bottom-right-radius: 14px !important;
}
.round-b-15 {
border-bottom-left-radius: 15px !important;
border-bottom-right-radius: 15px !important;
}
.round-b-16 {
border-bottom-left-radius: 16px !important;
border-bottom-right-radius: 16px !important;
}
.round-b-17 {
border-bottom-left-radius: 17px !important;
border-bottom-right-radius: 17px !important;
}
.round-b-18 {
border-bottom-left-radius: 18px !important;
border-bottom-right-radius: 18px !important;
}
.round-b-19 {
border-bottom-left-radius: 19px !important;
border-bottom-right-radius: 19px !important;
}
.round-b-20 {
border-bottom-left-radius: 20px !important;
border-bottom-right-radius: 20px !important;
}
.round-b-21 {
border-bottom-left-radius: 21px !important;
border-bottom-right-radius: 21px !important;
}
.round-b-22 {
border-bottom-left-radius: 22px !important;
border-bottom-right-radius: 22px !important;
}
.round-b-23 {
border-bottom-left-radius: 23px !important;
border-bottom-right-radius: 23px !important;
}
.round-b-24 {
border-bottom-left-radius: 24px !important;
border-bottom-right-radius: 24px !important;
}
.round-b-25 {
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
}
.round-b-26 {
border-bottom-left-radius: 26px !important;
border-bottom-right-radius: 26px !important;
}
.round-b-27 {
border-bottom-left-radius: 27px !important;
border-bottom-right-radius: 27px !important;
}
.round-b-28 {
border-bottom-left-radius: 28px !important;
border-bottom-right-radius: 28px !important;
}
.round-b-29 {
border-bottom-left-radius: 29px !important;
border-bottom-right-radius: 29px !important;
}
.round-b-30 {
border-bottom-left-radius: 30px !important;
border-bottom-right-radius: 30px !important;
}
.round-b-31 {
border-bottom-left-radius: 31px !important;
border-bottom-right-radius: 31px !important;
}
.round-b-32 {
border-bottom-left-radius: 32px !important;
border-bottom-right-radius: 32px !important;
}
.round-b-33 {
border-bottom-left-radius: 33px !important;
border-bottom-right-radius: 33px !important;
}
.round-b-34 {
border-bottom-left-radius: 34px !important;
border-bottom-right-radius: 34px !important;
}
.round-b-35 {
border-bottom-left-radius: 35px !important;
border-bottom-right-radius: 35px !important;
}
.round-b-36 {
border-bottom-left-radius: 36px !important;
border-bottom-right-radius: 36px !important;
}
.round-b-37 {
border-bottom-left-radius: 37px !important;
border-bottom-right-radius: 37px !important;
}
.round-b-38 {
border-bottom-left-radius: 38px !important;
border-bottom-right-radius: 38px !important;
}
.round-b-39 {
border-bottom-left-radius: 39px !important;
border-bottom-right-radius: 39px !important;
}
.round-b-40 {
border-bottom-left-radius: 40px !important;
border-bottom-right-radius: 40px !important;
}
.round-b-41 {
border-bottom-left-radius: 41px !important;
border-bottom-right-radius: 41px !important;
}
.round-b-42 {
border-bottom-left-radius: 42px !important;
border-bottom-right-radius: 42px !important;
}
.round-b-43 {
border-bottom-left-radius: 43px !important;
border-bottom-right-radius: 43px !important;
}
.round-b-44 {
border-bottom-left-radius: 44px !important;
border-bottom-right-radius: 44px !important;
}
.round-b-45 {
border-bottom-left-radius: 45px !important;
border-bottom-right-radius: 45px !important;
}
.round-b-46 {
border-bottom-left-radius: 46px !important;
border-bottom-right-radius: 46px !important;
}
.round-b-47 {
border-bottom-left-radius: 47px !important;
border-bottom-right-radius: 47px !important;
}
.round-b-48 {
border-bottom-left-radius: 48px !important;
border-bottom-right-radius: 48px !important;
}
.round-b-49 {
border-bottom-left-radius: 49px !important;
border-bottom-right-radius: 49px !important;
}
.round-l-0 {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.round-l-1 {
border-top-left-radius: 1px !important;
border-bottom-left-radius: 1px !important;
}
.round-l-2 {
border-top-left-radius: 2px !important;
border-bottom-left-radius: 2px !important;
}
.round-l-3 {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important;
}
.round-l-4 {
border-top-left-radius: 4px !important;
border-bottom-left-radius: 4px !important;
}
.round-l-5 {
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
}
.round-l-6 {
border-top-left-radius: 6px !important;
border-bottom-left-radius: 6px !important;
}
.round-l-7 {
border-top-left-radius: 7px !important;
border-bottom-left-radius: 7px !important;
}
.round-l-8 {
border-top-left-radius: 8px !important;
border-bottom-left-radius: 8px !important;
}
.round-l-9 {
border-top-left-radius: 9px !important;
border-bottom-left-radius: 9px !important;
}
.round-l-10 {
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
}
.round-l-11 {
border-top-left-radius: 11px !important;
border-bottom-left-radius: 11px !important;
}
.round-l-12 {
border-top-left-radius: 12px !important;
border-bottom-left-radius: 12px !important;
}
.round-l-13 {
border-top-left-radius: 13px !important;
border-bottom-left-radius: 13px !important;
}
.round-l-14 {
border-top-left-radius: 14px !important;
border-bottom-left-radius: 14px !important;
}
.round-l-15 {
border-top-left-radius: 15px !important;
border-bottom-left-radius: 15px !important;
}
.round-l-16 {
border-top-left-radius: 16px !important;
border-bottom-left-radius: 16px !important;
}
.round-l-17 {
border-top-left-radius: 17px !important;
border-bottom-left-radius: 17px !important;
}
.round-l-18 {
border-top-left-radius: 18px !important;
border-bottom-left-radius: 18px !important;
}
.round-l-19 {
border-top-left-radius: 19px !important;
border-bottom-left-radius: 19px !important;
}
.round-l-20 {
border-top-left-radius: 20px !important;
border-bottom-left-radius: 20px !important;
}
.round-l-21 {
border-top-left-radius: 21px !important;
border-bottom-left-radius: 21px !important;
}
.round-l-22 {
border-top-left-radius: 22px !important;
border-bottom-left-radius: 22px !important;
}
.round-l-23 {
border-top-left-radius: 23px !important;
border-bottom-left-radius: 23px !important;
}
.round-l-24 {
border-top-left-radius: 24px !important;
border-bottom-left-radius: 24px !important;
}
.round-l-25 {
border-top-left-radius: 25px !important;
border-bottom-left-radius: 25px !important;
}
.round-l-26 {
border-top-left-radius: 26px !important;
border-bottom-left-radius: 26px !important;
}
.round-l-27 {
border-top-left-radius: 27px !important;
border-bottom-left-radius: 27px !important;
}
.round-l-28 {
border-top-left-radius: 28px !important;
border-bottom-left-radius: 28px !important;
}
.round-l-29 {
border-top-left-radius: 29px !important;
border-bottom-left-radius: 29px !important;
}
.round-l-30 {
border-top-left-radius: 30px !important;
border-bottom-left-radius: 30px !important;
}
.round-l-31 {
border-top-left-radius: 31px !important;
border-bottom-left-radius: 31px !important;
}
.round-l-32 {
border-top-left-radius: 32px !important;
border-bottom-left-radius: 32px !important;
}
.round-l-33 {
border-top-left-radius: 33px !important;
border-bottom-left-radius: 33px !important;
}
.round-l-34 {
border-top-left-radius: 34px !important;
border-bottom-left-radius: 34px !important;
}
.round-l-35 {
border-top-left-radius: 35px !important;
border-bottom-left-radius: 35px !important;
}
.round-l-36 {
border-top-left-radius: 36px !important;
border-bottom-left-radius: 36px !important;
}
.round-l-37 {
border-top-left-radius: 37px !important;
border-bottom-left-radius: 37px !important;
}
.round-l-38 {
border-top-left-radius: 38px !important;
border-bottom-left-radius: 38px !important;
}
.round-l-39 {
border-top-left-radius: 39px !important;
border-bottom-left-radius: 39px !important;
}
.round-l-40 {
border-top-left-radius: 40px !important;
border-bottom-left-radius: 40px !important;
}
.round-l-41 {
border-top-left-radius: 41px !important;
border-bottom-left-radius: 41px !important;
}
.round-l-42 {
border-top-left-radius: 42px !important;
border-bottom-left-radius: 42px !important;
}
.round-l-43 {
border-top-left-radius: 43px !important;
border-bottom-left-radius: 43px !important;
}
.round-l-44 {
border-top-left-radius: 44px !important;
border-bottom-left-radius: 44px !important;
}
.round-l-45 {
border-top-left-radius: 45px !important;
border-bottom-left-radius: 45px !important;
}
.round-l-46 {
border-top-left-radius: 46px !important;
border-bottom-left-radius: 46px !important;
}
.round-l-47 {
border-top-left-radius: 47px !important;
border-bottom-left-radius: 47px !important;
}
.round-l-48 {
border-top-left-radius: 48px !important;
border-bottom-left-radius: 48px !important;
}
.round-l-49 {
border-top-left-radius: 49px !important;
border-bottom-left-radius: 49px !important;
}
.round-r-0 {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.round-r-1 {
border-top-right-radius: 1px !important;
border-bottom-right-radius: 1px !important;
}
.round-r-2 {
border-top-right-radius: 2px !important;
border-bottom-right-radius: 2px !important;
}
.round-r-3 {
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important;
}
.round-r-4 {
border-top-right-radius: 4px !important;
border-bottom-right-radius: 4px !important;
}
.round-r-5 {
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
.round-r-6 {
border-top-right-radius: 6px !important;
border-bottom-right-radius: 6px !important;
}
.round-r-7 {
border-top-right-radius: 7px !important;
border-bottom-right-radius: 7px !important;
}
.round-r-8 {
border-top-right-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
.round-r-9 {
border-top-right-radius: 9px !important;
border-bottom-right-radius: 9px !important;
}
.round-r-10 {
border-top-right-radius: 10px !important;
border-bottom-right-radius: 10px !important;
}
.round-r-11 {
border-top-right-radius: 11px !important;
border-bottom-right-radius: 11px !important;
}
.round-r-12 {
border-top-right-radius: 12px !important;
border-bottom-right-radius: 12px !important;
}
.round-r-13 {
border-top-right-radius: 13px !important;
border-bottom-right-radius: 13px !important;
}
.round-r-14 {
border-top-right-radius: 14px !important;
border-bottom-right-radius: 14px !important;
}
.round-r-15 {
border-top-right-radius: 15px !important;
border-bottom-right-radius: 15px !important;
}
.round-r-16 {
border-top-right-radius: 16px !important;
border-bottom-right-radius: 16px !important;
}
.round-r-17 {
border-top-right-radius: 17px !important;
border-bottom-right-radius: 17px !important;
}
.round-r-18 {
border-top-right-radius: 18px !important;
border-bottom-right-radius: 18px !important;
}
.round-r-19 {
border-top-right-radius: 19px !important;
border-bottom-right-radius: 19px !important;
}
.round-r-20 {
border-top-right-radius: 20px !important;
border-bottom-right-radius: 20px !important;
}
.round-r-21 {
border-top-right-radius: 21px !important;
border-bottom-right-radius: 21px !important;
}
.round-r-22 {
border-top-right-radius: 22px !important;
border-bottom-right-radius: 22px !important;
}
.round-r-23 {
border-top-right-radius: 23px !important;
border-bottom-right-radius: 23px !important;
}
.round-r-24 {
border-top-right-radius: 24px !important;
border-bottom-right-radius: 24px !important;
}
.round-r-25 {
border-top-right-radius: 25px !important;
border-bottom-right-radius: 25px !important;
}
.round-r-26 {
border-top-right-radius: 26px !important;
border-bottom-right-radius: 26px !important;
}
.round-r-27 {
border-top-right-radius: 27px !important;
border-bottom-right-radius: 27px !important;
}
.round-r-28 {
border-top-right-radius: 28px !important;
border-bottom-right-radius: 28px !important;
}
.round-r-29 {
border-top-right-radius: 29px !important;
border-bottom-right-radius: 29px !important;
}
.round-r-30 {
border-top-right-radius: 30px !important;
border-bottom-right-radius: 30px !important;
}
.round-r-31 {
border-top-right-radius: 31px !important;
border-bottom-right-radius: 31px !important;
}
.round-r-32 {
border-top-right-radius: 32px !important;
border-bottom-right-radius: 32px !important;
}
.round-r-33 {
border-top-right-radius: 33px !important;
border-bottom-right-radius: 33px !important;
}
.round-r-34 {
border-top-right-radius: 34px !important;
border-bottom-right-radius: 34px !important;
}
.round-r-35 {
border-top-right-radius: 35px !important;
border-bottom-right-radius: 35px !important;
}
.round-r-36 {
border-top-right-radius: 36px !important;
border-bottom-right-radius: 36px !important;
}
.round-r-37 {
border-top-right-radius: 37px !important;
border-bottom-right-radius: 37px !important;
}
.round-r-38 {
border-top-right-radius: 38px !important;
border-bottom-right-radius: 38px !important;
}
.round-r-39 {
border-top-right-radius: 39px !important;
border-bottom-right-radius: 39px !important;
}
.round-r-40 {
border-top-right-radius: 40px !important;
border-bottom-right-radius: 40px !important;
}
.round-r-41 {
border-top-right-radius: 41px !important;
border-bottom-right-radius: 41px !important;
}
.round-r-42 {
border-top-right-radius: 42px !important;
border-bottom-right-radius: 42px !important;
}
.round-r-43 {
border-top-right-radius: 43px !important;
border-bottom-right-radius: 43px !important;
}
.round-r-44 {
border-top-right-radius: 44px !important;
border-bottom-right-radius: 44px !important;
}
.round-r-45 {
border-top-right-radius: 45px !important;
border-bottom-right-radius: 45px !important;
}
.round-r-46 {
border-top-right-radius: 46px !important;
border-bottom-right-radius: 46px !important;
}
.round-r-47 {
border-top-right-radius: 47px !important;
border-bottom-right-radius: 47px !important;
}
.round-r-48 {
border-top-right-radius: 48px !important;
border-bottom-right-radius: 48px !important;
}
.round-r-49 {
border-top-right-radius: 49px !important;
border-bottom-right-radius: 49px !important;
}
.rounded {
border-radius: 50% !important;
}
.opacity-0 {
opacity: 0;
}
.opacity-1 {
opacity: 0.1;
}
.opacity-2 {
opacity: 0.2;
}
.opacity-3 {
opacity: 0.3;
}
.opacity-4 {
opacity: 0.4;
}
.opacity-5 {
opacity: 0.5;
}
.opacity-6 {
opacity: 0.6;
}
.opacity-7 {
opacity: 0.7;
}
.opacity-8 {
opacity: 0.8;
}
.opacity-9 {
opacity: 0.9;
}
.opacity-10 {
opacity: 1;
}
.shadow {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.shadow-0 {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.shadow-1 {
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}
.shadow-2 {
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
}
.shadow-3 {
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.shadow-4 {
box-shadow: 0 4px 9px rgba(0, 0, 0, 0.08);
}
.shadow-5 {
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}
.shadow-6 {
box-shadow: 0 6px 11px rgba(0, 0, 0, 0.08);
}
.shadow-7 {
box-shadow: 0 7px 12px rgba(0, 0, 0, 0.08);
}
.shadow-8 {
box-shadow: 0 8px 13px rgba(0, 0, 0, 0.08);
}
.shadow-9 {
box-shadow: 0 9px 14px rgba(0, 0, 0, 0.08);
}
.shadow-10 {
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}
.shadow-11 {
box-shadow: 0 11px 16px rgba(0, 0, 0, 0.08);
}
.shadow-12 {
box-shadow: 0 12px 17px rgba(0, 0, 0, 0.08);
}
.shadow-13 {
box-shadow: 0 13px 18px rgba(0, 0, 0, 0.08);
}
.shadow-14 {
box-shadow: 0 14px 19px rgba(0, 0, 0, 0.08);
}
.shadow-15 {
box-shadow: 0 15px 20px rgba(0, 0, 0, 0.08);
}
.shadow-16 {
box-shadow: 0 16px 21px rgba(0, 0, 0, 0.08);
}
.shadow-17 {
box-shadow: 0 17px 22px rgba(0, 0, 0, 0.08);
}
.shadow-18 {
box-shadow: 0 18px 23px rgba(0, 0, 0, 0.08);
}
.shadow-19 {
box-shadow: 0 19px 24px rgba(0, 0, 0, 0.08);
}
.shadow-20 {
box-shadow: 0 20px 25px rgba(0, 0, 0, 0.08);
}
.shadow-21 {
box-shadow: 0 21px 26px rgba(0, 0, 0, 0.08);
}
.shadow-22 {
box-shadow: 0 22px 27px rgba(0, 0, 0, 0.08);
}
.shadow-23 {
box-shadow: 0 23px 28px rgba(0, 0, 0, 0.08);
}
.shadow-24 {
box-shadow: 0 24px 29px rgba(0, 0, 0, 0.08);
}
.shadow-25 {
box-shadow: 0 25px 30px rgba(0, 0, 0, 0.08);
}
.border-0 {
border: solid 0 #f5f5f5 !important;
}
.border-0-bk {
border: solid 0 #282828 !important;
}
.border {
border: solid 1px #f5f5f5 !important;
}
.border-bk {
border: solid 1px #282828 !important;
}
.border-1 {
border: solid 1px #f5f5f5 !important;
}
.border-1-bk {
border: solid 1px #f5f5f5 !important;
}
.border-2 {
border: solid 2px #f5f5f5 !important;
}
.border-2-bk {
border: solid 2px #f5f5f5 !important;
}
.border-3 {
border: solid 3px #f5f5f5 !important;
}
.border-3-bk {
border: solid 3px #f5f5f5 !important;
}
.border-4 {
border: solid 4px #f5f5f5 !important;
}
.border-4-bk {
border: solid 4px #f5f5f5 !important;
}
.border-5 {
border: solid 5px #f5f5f5 !important;
}
.border-5-bk {
border: solid 5px #f5f5f5 !important;
}
.border-l-1 {
border-left: solid 1px #f5f5f5 !important;
}
.border-l-1-bk {
border-left: solid 1px #282828 !important;
}
.border-l-2 {
border-left: solid 2px #f5f5f5 !important;
}
.border-l-2-bk {
border-left: solid 2px #282828 !important;
}
.border-l-3 {
border-left: solid 3px #f5f5f5 !important;
}
.border-l-3-bk {
border-left: solid 3px #282828 !important;
}
.border-l-4 {
border-left: solid 4px #f5f5f5 !important;
}
.border-l-4-bk {
border-left: solid 4px #282828 !important;
}
.border-l-5 {
border-left: solid 5px #f5f5f5 !important;
}
.border-l-5-bk {
border-left: solid 5px #282828 !important;
}
.border-r-1 {
border-right: solid 1px #f5f5f5 !important;
}
.border-r-1-bk {
border-right: solid 1px #282828 !important;
}
.border-r-2 {
border-right: solid 2px #f5f5f5 !important;
}
.border-r-2-bk {
border-right: solid 2px #282828 !important;
}
.border-r-3 {
border-right: solid 3px #f5f5f5 !important;
}
.border-r-3-bk {
border-right: solid 3px #282828 !important;
}
.border-r-4 {
border-right: solid 4px #f5f5f5 !important;
}
.border-r-4-bk {
border-right: solid 4px #282828 !important;
}
.border-r-5 {
border-right: solid 5px #f5f5f5 !important;
}
.border-r-5-bk {
border-right: solid 5px #282828 !important;
}
.border-t-1 {
border-top: solid 1px #f5f5f5 !important;
}
.border-t-1-bk {
border-top: solid 1px #282828 !important;
}
.border-t-2 {
border-top: solid 2px #f5f5f5 !important;
}
.border-t-2-bk {
border-top: solid 2px #282828 !important;
}
.border-t-3 {
border-top: solid 3px #f5f5f5 !important;
}
.border-t-3-bk {
border-top: solid 3px #282828 !important;
}
.border-t-4 {
border-top: solid 4px #f5f5f5 !important;
}
.border-t-4-bk {
border-top: solid 4px #282828 !important;
}
.border-t-5 {
border-top: solid 5px #f5f5f5 !important;
}
.border-t-5-bk {
border-top: solid 5px #282828 !important;
}
.border-b-1 {
border-bottom: solid 1px #f5f5f5 !important;
}
.border-b-1-bk {
border-bottom: solid 1px #282828 !important;
}
.border-b-2 {
border-bottom: solid 2px #f5f5f5 !important;
}
.border-b-2-bk {
border-bottom: solid 2px #282828 !important;
}
.border-b-3 {
border-bottom: solid 3px #f5f5f5 !important;
}
.border-b-3-bk {
border-bottom: solid 3px #282828 !important;
}
.border-b-4 {
border-bottom: solid 4px #f5f5f5 !important;
}
.border-b-4-bk {
border-bottom: solid 4px #282828 !important;
}
.border-b-5 {
border-bottom: solid 5px #f5f5f5 !important;
}
.border-b-5-bk {
border-bottom: solid 5px #282828 !important;
}
.border-a-1 {
border: solid 1px #f5f5f5 !important;
}
.border-a-1-bk {
border: solid 1px #282828 !important;
}
.border-a-2 {
border: solid 2px #f5f5f5 !important;
}
.border-a-2-bk {
border: solid 2px #282828 !important;
}
.border-a-3 {
border: solid 3px #f5f5f5 !important;
}
.border-a-3-bk {
border: solid 3px #282828 !important;
}
.border-a-4 {
border: solid 4px #f5f5f5 !important;
}
.border-a-4-bk {
border: solid 4px #282828 !important;
}
.border-a-5 {
border: solid 5px #f5f5f5 !important;
}
.border-a-5-bk {
border: solid 5px #282828 !important;
}
.pa-0 {
padding: 0;
}
.pa-1 {
padding: 1px;
}
.pa-2 {
padding: 2px;
}
.pa-3 {
padding: 3px;
}
.pa-4 {
padding: 4px;
}
.pa-5 {
padding: 5px;
}
.pa-6 {
padding: 6px;
}
.pa-7 {
padding: 7px;
}
.pa-8 {
padding: 8px;
}
.pa-9 {
padding: 9px;
}
.pa-10 {
padding: 10px;
}
.pa-11 {
padding: 11px;
}
.pa-12 {
padding: 12px;
}
.pa-13 {
padding: 13px;
}
.pa-14 {
padding: 14px;
}
.pa-15 {
padding: 15px;
}
.pa-16 {
padding: 16px;
}
.pa-17 {
padding: 17px;
}
.pa-18 {
padding: 18px;
}
.pa-19 {
padding: 19px;
}
.pa-20 {
padding: 20px;
}
.pa-21 {
padding: 21px;
}
.pa-22 {
padding: 22px;
}
.pa-23 {
padding: 23px;
}
.pa-24 {
padding: 24px;
}
.pa-25 {
padding: 25px;
}
.pa-26 {
padding: 26px;
}
.pa-27 {
padding: 27px;
}
.pa-28 {
padding: 28px;
}
.pa-29 {
padding: 29px;
}
.pa-30 {
padding: 30px;
}
.pa-31 {
padding: 31px;
}
.pa-32 {
padding: 32px;
}
.pa-33 {
padding: 33px;
}
.pa-34 {
padding: 34px;
}
.pa-35 {
padding: 35px;
}
.pa-36 {
padding: 36px;
}
.pa-37 {
padding: 37px;
}
.pa-38 {
padding: 38px;
}
.pa-39 {
padding: 39px;
}
.pa-40 {
padding: 40px;
}
.pa-41 {
padding: 41px;
}
.pa-42 {
padding: 42px;
}
.pa-43 {
padding: 43px;
}
.pa-44 {
padding: 44px;
}
.pa-45 {
padding: 45px;
}
.pa-46 {
padding: 46px;
}
.pa-47 {
padding: 47px;
}
.pa-48 {
padding: 48px;
}
.pa-49 {
padding: 49px;
}
.pa-50 {
padding: 50px;
}
.pa-n1 {
padding: 4px;
}
.pa-n2 {
padding: 8px;
}
.pa-n3 {
padding: 12px;
}
.pa-n4 {
padding: 16px;
}
.pa-n5 {
padding: 20px;
}
.pa-n6 {
padding: 24px;
}
.pa-n7 {
padding: 28px;
}
.pa-n8 {
padding: 32px;
}
.pa-n9 {
padding: 36px;
}
.pa-n10 {
padding: 40px;
}
.pa-n11 {
padding: 44px;
}
.pa-n12 {
padding: 48px;
}
.pa-n13 {
padding: 52px;
}
.pa-n14 {
padding: 56px;
}
.pa-n15 {
padding: 60px;
}
.pa-n16 {
padding: 64px;
}
.pa-n17 {
padding: 68px;
}
.pa-n18 {
padding: 72px;
}
.pa-n19 {
padding: 76px;
}
.pa-n20 {
padding: 80px;
}
.pa-n21 {
padding: 84px;
}
.pa-n22 {
padding: 88px;
}
.pa-n23 {
padding: 92px;
}
.pa-n24 {
padding: 96px;
}
.pa-n25 {
padding: 100px;
}
.pt-0 {
padding-top: 0;
}
.pt-1 {
padding-top: 1px;
}
.pt-2 {
padding-top: 2px;
}
.pt-3 {
padding-top: 3px;
}
.pt-4 {
padding-top: 4px;
}
.pt-5 {
padding-top: 5px;
}
.pt-6 {
padding-top: 6px;
}
.pt-7 {
padding-top: 7px;
}
.pt-8 {
padding-top: 8px;
}
.pt-9 {
padding-top: 9px;
}
.pt-10 {
padding-top: 10px;
}
.pt-11 {
padding-top: 11px;
}
.pt-12 {
padding-top: 12px;
}
.pt-13 {
padding-top: 13px;
}
.pt-14 {
padding-top: 14px;
}
.pt-15 {
padding-top: 15px;
}
.pt-16 {
padding-top: 16px;
}
.pt-17 {
padding-top: 17px;
}
.pt-18 {
padding-top: 18px;
}
.pt-19 {
padding-top: 19px;
}
.pt-20 {
padding-top: 20px;
}
.pt-21 {
padding-top: 21px;
}
.pt-22 {
padding-top: 22px;
}
.pt-23 {
padding-top: 23px;
}
.pt-24 {
padding-top: 24px;
}
.pt-25 {
padding-top