/*-----------------------------------------------------------------------------------------------------------
                                    ----Padding---
------------------------------------------------------------------------------------------------------------*/
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.px-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}
.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 !important;
    padding-right: 0.75rem !important;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.p-0 {
   padding: 0 !important;
}
.p-1 {
    padding: 0.25rem!important;
}
.p-2 {
    padding: 0.5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.p-5 {
    padding: 3rem!important;
}
.p-6 {
    padding: 3.5rem!important;
}
.pb-0 {
    padding-bottom: 0!important;
}
.pb-1 {
    padding-bottom: 0.25rem!important;
}
.pb-2 {
    padding-bottom: 0.5rem!important;
}
.pb-3 {
    padding-bottom: 1rem!important;
}
.pb-4 {
    padding-bottom: 1.5rem!important;
}
.pb-5 {
    padding-bottom: 3.5rem!important;
}
.pb-6 {
    padding-bottom: 4rem!important;
}
.pt-0 {
    padding-top: 0!important;
}
.pt-1 {
    padding-top: 0.25rem!important;
}
.pt-2 {
    padding-top: 0.5rem!important;
}
.pt-3 {
    padding-top: 1rem!important;
}
.pt-4 {
    padding-top: 1.5rem!important;
}
.pt-5 {
    padding-top: 3.5rem!important;
}
.pt-6 {
    padding-top: 4rem!important;
}
.pl-0 {
    padding-left: 0!important;
}
.pl-1 {
    padding-left: 0.25rem!important;
}
.pl-2 {
    padding-left: 0.50rem!important;
}
.pl-3 {
    padding-left: 1rem!important;
}
.pl-4 {
    padding-left: 2rem!important;
}
.pl-5 {
    padding-left: 3rem!important;
}
.pl-6 {
    padding-left: 4rem!important;
}
.pr-0 {
    padding-right: 0!important;
}
.pr-1 {
    padding-right: 0.25rem!important;
}
.pr-2 {
    padding-right: 0.50rem!important;
}
.pr-3 {
    padding-right: 1rem!important;
}
.pr-4 {
    padding-right: 2rem!important;
}
.pr-5 {
    padding-right: 3rem!important;
}
.pr-6 {
    padding-right: 4rem!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Margin---
------------------------------------------------------------------------------------------------------------*/
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem!important;
}
.mb-2 {
    margin-bottom: 0.50rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.mb-5 {
    margin-bottom: 3rem!important;
}
.mb-6 {
    margin-bottom: 3.5rem!important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem!important;
}
.mt-2 {
    margin-top: 0.50rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.mt-4 {
    margin-top: 1.5rem!important;
}
.mt-5 {
    margin-top: 3rem!important;
}
.mt-6 {
    margin-top: 3.5rem!important;
}
.me-1 {
    margin-right: 0.25rem!important;
}
.me-2 {
    margin-right: 0.5rem!important;
}
.me-3 {
    margin-right: 1rem!important;
}
.me-4 {
    margin-right: 1.5rem!important;
}
.me-5 {
    margin-right: 3rem!important;
}
.me-6 {
    margin-right: 4rem!important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-1 {
    margin-left: 0.25rem!important;
}
.ml-2 {
    margin-left: 0.5rem!important;
}
.ml-3 {
    margin-left: 1rem!important;
}
.ml-4 {
    margin-left: 1.5rem!important;
}
.ml-5 {
    margin-left: 3rem!important;
}
.ml-6 {
    margin-left: 4rem!important;
}
.m-0 {
    margin: 0!important;
}
.m-1 {
    margin: 0.25rem!important;
}
.m-2 {
    margin: 0.5rem!important;
}
.m-3 {
    margin: 1rem!important;
}
.m-4 {
    margin: 1.5rem!important;
}
.m-5 {
    margin: 3rem!important;
}
.m-6 {
    margin: 3.5rem!important;
}
.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.my-1 {
    margin-top: 0.25rem!important;
    margin-bottom: 0.25rem!important;
}
.my-2 {
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}
.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}
.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}
.my-6 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Rounded---
------------------------------------------------------------------------------------------------------------*/
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded {
    border-radius: 0.25rem!important;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-circle {
    border-radius: 50%!important;
}
.radius-2xl {
    border-radius: 2rem!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Object Fit---
------------------------------------------------------------------------------------------------------------*/
.object-fit-cover {
    object-fit: cover;
}
.object-fit-contain {
    object-fit: contain;
}
.object-fit-fill {
    object-fit: fill;
}
.object-fit-none {
    object-fit: none;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Height---
------------------------------------------------------------------------------------------------------------*/
.large-height {
    height: 400px;
}
.xlarge-height {
    height: 350px;
}
.medium-height {
    height: 300px;
}
.xmedium-height {
    height: 200px
}
.xsmall-height {
    height: 150px
}
.xsmall-height {
    height: 100px
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Text Decoration---
------------------------------------------------------------------------------------------------------------*/
.text-decoration-underline {
    text-decoration: underline!important;
}
.text-decoration-overline {
    text-decoration: overline!important;
}
.text-decoration-line-through {
    text-decoration: line-through!important;
}
.text-decoration-none {
    text-decoration: none!important;
}
.text-transform-none {
    text-transform: none!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Overflow---
------------------------------------------------------------------------------------------------------------*/
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-clip {
    overflow: clip !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.overflow-x-auto {
    overflow-x: auto !important;
}
.overflow-y-auto {
    overflow-y: auto !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.overflow-x-clip {
    overflow-x: clip !important;
}
.overflow-y-clip {
    overflow-y: clip !important;
}
.overflow-x-visible {
    overflow-x: visible !important;
}
.overflow-y-visible {
    overflow-y: visible !important;
}
.overflow-x-scroll {
    overflow-x: scroll !important;
}
.overflow-y-scroll {
    overflow-y: scroll !important;
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Position---
------------------------------------------------------------------------------------------------------------*/
.position-static {
    position: static !important;
}
.position-fixed {
    position: fixed !important;
}
.position-absolute {
    position: absolute !important;
}
.position-relative {
    position: relative !important;
}
.position-sticky {
    position: sticky !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Weight---
------------------------------------------------------------------------------------------------------------*/
.font-thin {
    font-weight: 100!important;
}
.font-extralight {
    font-weight: 200!important;
}
.font-light {
    font-weight: 300!important;
}
.font-normal {
    font-weight: 400!important;
}
.font-medium {
    font-weight: 500!important;
}
.font-semibold {
    font-weight: 600!important;
}
.font-bold {
    font-weight: 700!important;
}
.font-extrabold {
    font-weight: 800!important;
}
.font-ultra-extrabold {
    font-weight: 900!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Style---
------------------------------------------------------------------------------------------------------------*/
.font-italic {
    font-style: italic!important;
}
.text-transform-uppercase {
    text-transform: uppercase;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Section---
------------------------------------------------------------------------------------------------------------*/
.small-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.medium-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.large-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Display---
------------------------------------------------------------------------------------------------------------*/
.display-block {
    display: block;
}
.display-flex {
    display: flex;
}
.display-none {
    display: none;
}
.display-inline-block {
    display: inline-block !important;
}
.display-inline {
    display: inline !important;
}
.display-inline-flex {
    display: inline-flex !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Colour---
------------------------------------------------------------------------------------------------------------*/
.text-white {
    color: #fff!important;
}
.text-primary {
    color: #007bff!important;
}
.text-secondary {
    color: #6c757d!important;
}
.text-success {
    color: #28a745!important;
}
.text-danger {
    color: #dc3545!important;
}
.text-warning {
    color: #ffc107!important;
}
.text-info {
    color: #17a2b8!important;
}
.text-dark {
    color: #343a40 !important;
}
.text-muted {
    color: #6c757d !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Border---
------------------------------------------------------------------------------------------------------------*/
.border {
    border: 1px solid #dee2e6!important;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.border-right {
    border-right: 1px solid #dee2e6!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.border-left {
    border-left: 1px solid #dee2e6!important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Border Radius---
------------------------------------------------------------------------------------------------------------*/
.border-radius-none {
    border-radius: 0px !important;
}
.border-radius-sm {
    border-radius: 0.125rem;
}
.border-radius-rounded {
    border-radius: 0.25rem;
}
.border-radius-md {
    border-radius: 0.375rem;
}
.border-radius-lg {
    border-radius: 0.5rem;
}
.border-radius-xl {
    border-radius: 0.75rem;
}
.border-radius-2xl {
    border-radius: 1rem;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Float---
------------------------------------------------------------------------------------------------------------*/
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
.float-none {
    float: none!important;
}
.float-inline-end {
    float: inline-end;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Grid---
------------------------------------------------------------------------------------------------------------*/
.grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Text Align---
------------------------------------------------------------------------------------------------------------*/
.text-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.text-align-left {
    text-align: left;
}
.align-items-center {
    align-items: center;
}
.text-align-start {
    text-align: start;
}
.text-align-end {
    text-align: end;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Justify Content---
------------------------------------------------------------------------------------------------------------*/
.justify-content-end {
    justify-content: end !important;
}
.justify-content-space-between {
    justify-content: space-between;
}
.justify-content-right {
    justify-content: right;
}
.justify-content-left {
    justify-content: left;
}
.text-align-justify {
    text-align: justify;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-normal {
    justify-content: normal !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Shadow---
------------------------------------------------------------------------------------------------------------*/
.shadow {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
.shadow-md {
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}
.shadow-lg {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}
.shadow-xl {
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}
.shadow-2xl {
    box-shadow: 0 25px 50px -12px #00000040;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Card---
------------------------------------------------------------------------------------------------------------*/
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Background---
------------------------------------------------------------------------------------------------------------*/
.bg-light {
    background-color: #f8f9fa!important;
}
.bg-white {
    background-color: #fff!important;
}
.bg-dark {
    background-color: #212529!important;
}
.bg-teal-green {
    background-color: #00827F!important;
}
.bg-danger {
    background: #ed1c24!important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
.bg-primary {
    background-color: #007bff !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Left---
------------------------------------------------------------------------------------------------------------*/
.l-0 {
    left: 0 !important;
}
.l-1 {
    left: 1px !important;
}
.l-2 {
    left: 2px !important;
}
.l-3 {
    left: 3px !important;
}
.l-4 {
    left: 4px !important;
}
.l-5 {
    left: 5px !important;
}
.l-6 {
    left: 6px !important;
}
.l-7 {
    left: 7px !important;
}
.l-8 {
    left: 8px !important;
}
.l-9 {
    left: 9px !important;
}
.l-10 {
    left: 10px !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Right---
------------------------------------------------------------------------------------------------------------*/
.r-0 {
    right: 0 !important;
}
.r-1 {
    right: 1px !important;
}
.r-2 {
    right: 2px !important;
}
.r-3 {
    right: 3px !important;
}
.r-4 {
    right: 4px !important;
}
.r-5 {
    right: 5px !important;
}
.r-6 {
    right: 6px !important;
}
.r-7 {
    right: 7px !important;
}
.r-8 {
    right: 8px !important;
}
.r-9 {
    right: 9px !important;
}
.r-10 {
    left: 10px !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Flex---
------------------------------------------------------------------------------------------------------------*/
.flex {
    display: flex;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----List---
------------------------------------------------------------------------------------------------------------*/
.list-small.list-divider>:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
}
.list-medium.list-divider>:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
}
.list-large.list-divider>:nth-child(n+2) {
    margin-top: 30px;
    padding-top: 30px;
}
.list-divider>:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Z-Index---
------------------------------------------------------------------------------------------------------------*/
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-30 {
    z-index: 30;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.z-auto {
    z-index: auto;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Opacity---
------------------------------------------------------------------------------------------------------------*/
.opacity-0 {
    opacity: 0;
}
.opacity-5 {
    opacity: 0.05;
}
.opacity-10 {
    opacity: 0.1;
}
.opacity-15 {
    opacity: 0.15;
}
.opacity-20 {
    opacity: 0.2;
}
.opacity-25 {
    opacity: 0.25;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-35 {
    opacity: 0.35;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-45 {
    opacity: 0.45;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-55 {
    opacity: 0.55;
}
.opacity-60 {
    opacity: 0.6;
}
.opacity-65 {
    opacity: 0.65;
}
.opacity-70 {
    opacity: 0.7;
}
.opacity-75 {
    opacity: 0.75;
}
.opacity-80 {
    opacity: 0.8;
}
.opacity-85 {
    opacity: 0.85;
}
.opacity-90 {
    opacity: 0.9;
}
.opacity-95 {
    opacity: 0.95;
}
.opacity-100 {
    opacity: 1;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Size---
------------------------------------------------------------------------------------------------------------*/
.fz-1 {
    font-size: 1px;
}
.fz-2 {
    font-size: 2px;
}
.fz-3 {
    font-size: 3px;
}
.fz-4 {
    font-size: 4px;
}
.fz-5 {
    font-size: 5px;
}
.fz-6 {
    font-size: 6px;
}
.fz-7 {
    font-size: 7px;
}
.fz-8 {
    font-size: 8px;
}
.fz-9 {
    font-size: 9px;
}
.fz-10 {
    font-size: 10px;
}
.fz-11 {
    font-size: 11px;
}
.fz-12 {
    font-size: 12px;
}
.fz-13 {
    font-size: 13px;
}
.fz-14 {
    font-size: 14px;
}
.fz-15 {
    font-size: 15px;
}
.fz-16 {
    font-size: 16px;
}
.fz-17 {
    font-size: 17px;
}
.fz-18 {
    font-size: 18px;
}
.fz-19 {
    font-size: 19px;
}
.fz-20 {
    font-size: 20px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Sizing---
------------------------------------------------------------------------------------------------------------*/
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Clear---
------------------------------------------------------------------------------------------------------------*/
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.clear-both {
    clear: both;
}
.clear-inline-start {
    clear: inline-start;
}
.clear-inline-end {
    clear: inline-end;
}
.clear-none {
    clear: none;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Visibility---
------------------------------------------------------------------------------------------------------------*/
.visibility-visible {
    visibility: visible !important;
}
.visibility-invisible {
    visibility: hidden !important;
}
.visibility-collapse {
    visibility: collapse !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----White Space---
------------------------------------------------------------------------------------------------------------*/
.whitespace-normal {
    white-space: normal !important;
}
.whitespace-nowrap {
    white-space: nowrap !important;
}
.whitespace-pre {
    white-space: pre !important;
}
.whitespace-pre-line {
    white-space: pre-line !important;
}
.whitespace-pre-wrap {
    white-space: pre-wrap !important;
}
.whitespace-break-spaces {
    white-space: break-spaces !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Background Clip---
------------------------------------------------------------------------------------------------------------*/
.bg-clip-border {
    background-clip: border-box;
}
.bg-clip-padding {
    background-clip: padding-box;
}
.bg-clip-content {
    background-clip: content-box;
}
.bg-clip-text {
    background-clip: text;
}