.divider {
    height: 1px;
    display: block;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

/*Shadows*/
.shadow-none {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.shadow-0 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.shadow-xs {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04) !important;
}

.shadow-sm {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-md {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
}

.shadow-lg {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}

.shadow-xl {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.02) !important;
}

/*Borders*/
.border-xxs {
    border: solid 1px !important;
}

.border-xs {
    border: solid 2px !important;
}

.border-sm {
    border: solid 3px !important;
}

.border-md {
    border: solid 4px !important;
}

.border-lg {
    border: solid 5px !important;
}

.border-xl {
    border: solid 6px !important;
}

.border-xxl {
    border: solid 7px !important;
}

/*Boxed Text*/
.boxed-text-xl, .boxed-text-lg, .boxed-text-md, .boxed-text-sm {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.boxed-text-xl {
    width: 90%;
    max-width: 340px;
}

.boxed-text-lg {
    width: 85%;
    max-width: 300px;
}

.boxed-text-md {
    width: 80%;
    max-width: 300px;
}

.boxed-text-sm {
    width: 70%;
    max-width: 260px;
}

/*Font Array - Better Typography Control, example font-30 class will make the font size 30px*/
.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

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

.font-11 {
    font-size: 11px !important;
}

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

.font-13 {
    font-size: 13px !important;
}

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

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

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

.font-17 {
    font-size: 17px !important;
}

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

.font-19 {
    font-size: 19px !important;
}

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

.font-21 {
    font-size: 21px !important;
}

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

.font-23 {
    font-size: 23px !important;
}

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

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-33 {
    font-size: 33px !important;
}

.font-34 {
    font-size: 34px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-37 {
    font-size: 37px !important;
}

.font-38 {
    font-size: 38px !important;
}

.font-39 {
    font-size: 39px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-41 {
    font-size: 41px !important;
}

.font-42 {
    font-size: 42px !important;
}

.font-43 {
    font-size: 43px !important;
}

.font-44 {
    font-size: 44px !important;
}

.font-45 {
    font-size: 45px !important;
}

.font-46 {
    font-size: 46px !important;
}

.font-47 {
    font-size: 47px !important;
}

.font-48 {
    font-size: 48px !important;
}

.font-49 {
    font-size: 49px !important;
}

.font-50 {
    font-size: 50px !important;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #1f1f1f;
    font-family: "Inter", sans-serif !important;
    margin-bottom: 5px;
}

h1 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 5px;
}

h2 {
    font-size: 21px;
    line-height: 25px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
    line-height: 23px;
}

h5 {
    font-size: 16px;
    line-height: 22px;
}

/*Icons*/
.icon:hover {
    color: #FFF;
}

.icon {
    display: inline-block;
    position: relative;
    text-align: center;
}

.icon-xxs i {
    width: 32px;
    line-height: 32px;
    font-size: 13px;
}

.icon-xs i {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
}

.icon-s i {
    width: 40px;
    line-height: 40px;
    font-size: 15px;
}

.icon-m i {
    width: 45px;
    line-height: 45px;
    font-size: 16px;
}

.icon-l i {
    width: 51px;
    line-height: 51px;
    font-size: 17px;
}

.icon-xl i {
    width: 55px;
    line-height: 55px;
    font-size: 18px;
}

.icon-xxl i {
    width: 60px;
    line-height: 60px;
    font-size: 19px;
}

.icon-center {
    display: block;
    margin: 0 auto;
}

.icon-20 {
    width: 20px;
}

.icon-30 {
    width: 30px;
}

.icon-40 {
    width: 40px;
}

.icon-50 {
    width: 50px;
}

.icon-60 {
    width: 60px;
}

.icon-70 {
    width: 70px;
}

.icon-80 {
    width: 80px;
}

.icon-90 {
    width: 90px;
}

/*Rounded Borders*/
.rounded-top {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}
.rounded-0 {
    border-radius: 0 !important;
}

.rounded-xs {
    border-radius: 5px !important;
}

.rounded-sm {
    border-radius: 12px !important;
}

.rounded-md {
    border-radius: 20px !important;
}

.rounded-lg {
    border-radius: 30px !important;
}

.rounded-xl {
    border-radius: 50px !important;
}

/*Opacity Values - Used for Contrasting Text, example opacity-30 will make the opacity 0.3*/
.opacity-10 {
    opacity: 0.1 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-85 {
    opacity: 0.85 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}