/* Vertical Alignment Starts */

.align-baseline
{
    vertical-align: baseline !important;
}

.align-top
{
    vertical-align: top !important;
}

.align-middle
{
    vertical-align: middle !important;
}

.align-bottom
{
    vertical-align: bottom !important;
}

.align-text-bottom
{
    vertical-align: text-bottom !important;
}

.align-text-top
{
    vertical-align: text-top !important;
}

/* Vertical Alignment Ends */

/* Float Starts */

.float-start
{
    float: left !important;
}

.float-end
{
    float: right !important;
}

.float-none
{
    float: none !important;
}

/* Float Ends */

/* Opacity Starts */

.opacity-0
{
    opacity: 0 !important;
}

.opacity-25
{
    opacity: 0.25 !important;
}

.opacity-50
{
    opacity: 0.5 !important;
}

.opacity-75
{
    opacity: 0.75 !important;
}

.opacity-100
{
    opacity: 1 !important;
}

/* Opacity Ends */

/* Overflow Starts */

.overflow-auto
{
    overflow: auto !important;
}

.overflow-hidden
{
    overflow: hidden !important;
}

.overflow-visible
{
    overflow: visible !important;
}

.overflow-scroll
{
    overflow: scroll !important;
}

/* Overflow Ends */

/* Display Starts */

.d-inline
{
    display: inline !important;
}

.d-inline-block
{
    display: inline-block !important;
}

.d-block
{
    display: block !important;
}

.d-grid
{
    display: grid !important;
}

.d-table
{
    display: table !important;
}

.d-table-row
{
    display: table-row !important;
}

.d-table-cell
{
    display: table-cell !important;
}

.d-flex
{
    display: flex !important;
}

.d-inline-flex
{
    display: inline-flex !important;
}

.d-none
{
    display: none !important;
}

/* Display Ends */

/* Shadow Starts */

.shadow
{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm
{
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg
{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none
{
    box-shadow: none !important;
}

/* Shadow Ends */

/* Position Starts */

.position-static
{
    position: static !important;
}

.position-relative
{
    position: relative !important;
}

.position-absolute
{
    position: absolute !important;
}

.position-fixed
{
    position: fixed !important;
}

.position-sticky
{
    position: -webkit-sticky !important;
    position: sticky !important;
}

.top-0
{
    top: 0 !important;
}

.top-50
{
    top: 50% !important;
}

.top-100
{
    top: 100% !important;
}

.bottom-0
{
    bottom: 0 !important;
}

.bottom-50
{
    bottom: 50% !important;
}

.bottom-100
{
    bottom: 100% !important;
}

.start-0
{
    left: 0 !important;
}

.start-50
{
    left: 50% !important;
}

.start-100
{
    left: 100% !important;
}

.end-0
{
    right: 0 !important;
}

.end-50
{
    right: 50% !important;
}

.end-100
{
    right: 100% !important;
}

/* Position Ends */

/* Translation Starts */

.translate-middle
{
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x
{
    transform: translateX(-50%) !important;
}

.translate-middle-y
{
    transform: translateY(-50%) !important;
}

/* Translation Starts */

/* Border Starts */

.border
{
    border: 1px solid #dee2e6 !important;
}

.border-0
{
    border: 0 !important;
}

.border-top
{
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0
{
    border-top: 0 !important;
}

.border-end
{
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0
{
    border-right: 0 !important;
}

.border-bottom
{
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0
{
    border-bottom: 0 !important;
}

.border-start
{
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0
{
    border-left: 0 !important;
}

.border-primary
{
    border-color: #0d6efd !important;
}

.border-secondary
{
    border-color: #6c757d !important;
}

.border-success
{
    border-color: #198754 !important;
}

.border-info
{
    border-color: #0dcaf0 !important;
}

.border-warning
{
    border-color: #ffc107 !important;
}

.border-danger
{
    border-color: #dc3545 !important;
}

.border-light
{
    border-color: #f8f9fa !important;
}

.border-dark
{
    border-color: #212529 !important;
}

.border-white
{
    border-color: #fff !important;
}

.border-1
{
    border-width: 1px !important;
}

.border-2
{
    border-width: 2px !important;
}

.border-3
{
    border-width: 3px !important;
}

.border-4
{
    border-width: 4px !important;
}

.border-5
{
    border-width: 5px !important;
}

/* Border Ends */

/* Width Starts */

.w-25
{
    width: 25% !important;
}

.w-50
{
    width: 50% !important;
}

.w-75
{
    width: 75% !important;
}

.w-100
{
    width: 100% !important;
}

.w-auto
{
    width: auto !important;
}

.mw-100
{
    max-width: 100% !important;
}

.vw-100
{
    width: 100vw !important;
}

.min-vw-100
{
    min-width: 100vw !important;
}

/* Width Ends */

/* Height Starts */

.h-25
{
    height: 25% !important;
}

.h-50
{
    height: 50% !important;
}

.h-75
{
    height: 75% !important;
}

.h-100
{
    height: 100% !important;
}

.h-auto
{
    height: auto !important;
}

.mh-100
{
    max-height: 100% !important;
}

.vh-100
{
    height: 100vh !important;
}

.min-vh-100
{
    min-height: 100vh !important;
}

/* Height Ends */

/* Flex Starts */

.flex-fill
{
    flex: 1 1 auto !important;
}

.flex-row
{
    flex-direction: row !important;
}

.flex-column
{
    flex-direction: column !important;
}

.flex-row-reverse
{
    flex-direction: row-reverse !important;
}

.flex-column-reverse
{
    flex-direction: column-reverse !important;
}

.flex-grow-0
{
    flex-grow: 0 !important;
}

.flex-grow-1
{
    flex-grow: 1 !important;
}

.flex-shrink-0
{
    flex-shrink: 0 !important;
}

.flex-shrink-1
{
    flex-shrink: 1 !important;
}

.flex-wrap
{
    flex-wrap: wrap !important;
}

.flex-nowrap
{
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse
{
    flex-wrap: wrap-reverse !important;
}

/* Flex Ends */

/* Gap Starts */

.gap-0
{
    gap: 0 !important;
}

.gap-1
{
    gap: 0.25rem !important;
}

.gap-2
{
    gap: 0.5rem !important;
}

.gap-3
{
    gap: 1rem !important;
}

.gap-4
{
    gap: 1.5rem !important;
}

.gap-5
{
    gap: 3rem !important;
}

/* Gap Ends */

/* Alignment Starts */

.justify-content-start
{
    justify-content: flex-start !important;
}

.justify-content-end
{
    justify-content: flex-end !important;
}

.justify-content-center
{
    justify-content: center !important;
}

.justify-content-between
{
    justify-content: space-between !important;
}

.justify-content-around
{
    justify-content: space-around !important;
}

.justify-content-evenly
{
    justify-content: space-evenly !important;
}

.align-items-start
{
    align-items: flex-start !important;
}

.align-items-end
{
    align-items: flex-end !important;
}

.align-items-center
{
    align-items: center !important;
}

.align-items-baseline
{
    align-items: baseline !important;
}

.align-items-stretch
{
    align-items: stretch !important;
}

.align-content-start
{
    align-content: flex-start !important;
}

.align-content-end
{
    align-content: flex-end !important;
}

.align-content-center
{
    align-content: center !important;
}

.align-content-between
{
    align-content: space-between !important;
}

.align-content-around
{
    align-content: space-around !important;
}

.align-content-stretch
{
    align-content: stretch !important;
}

.align-text-center
{
    text-align: center !important;
}

.align-self-auto
{
    align-self: auto !important;
}

.align-self-start
{
    align-self: flex-start !important;
}

.align-self-end
{
    align-self: flex-end !important;
}

.align-self-center
{
    align-self: center !important;
}

.align-self-baseline
{
    align-self: baseline !important;
}

.align-self-stretch
{
    align-self: stretch !important;
}

/* Alignment Ends */

/* Order Starts */

.order-first
{
    order: -1 !important;
}

.order-0
{
    order: 0 !important;
}

.order-1
{
    order: 1 !important;
}

.order-2
{
    order: 2 !important;
}

.order-3
{
    order: 3 !important;
}

.order-4
{
    order: 4 !important;
}

.order-5
{
    order: 5 !important;
}

.order-last
{
    order: 6 !important;
}

/* Order Ends */

/* Margin Starts */

.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-auto
{
    margin: auto !important;
}

.mx-0
{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1
{
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2
{
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3
{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4
{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5
{
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto
{
    margin-right: auto !important;
    margin-left: auto !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-auto
{
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0
{
    margin-top: 0 !important;
}

.mt-1
{
    margin-top: 0.25rem !important;
}

.mt-2
{
    margin-top: 0.5rem !important;
}

.mt-3
{
    margin-top: 1rem !important;
}

.mt-4
{
    margin-top: 1.5rem !important;
}

.mt-5
{
    margin-top: 3rem !important;
}

.mt-auto
{
    margin-top: auto !important;
}

.me-0
{
    margin-right: 0 !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-auto
{
    margin-right: auto !important;
}

.mb-0
{
    margin-bottom: 0 !important;
}

.mb-1
{
    margin-bottom: 0.25rem !important;
}

.mb-2
{
    margin-bottom: 0.5rem !important;
}

.mb-3
{
    margin-bottom: 1rem !important;
}

.mb-4
{
    margin-bottom: 1.5rem !important;
}

.mb-5
{
    margin-bottom: 3rem !important;
}

.mb-auto
{
    margin-bottom: auto !important;
}

.ms-0
{
    margin-left: 0 !important;
}

.ms-1
{
    margin-left: 0.25rem !important;
}

.ms-2
{
    margin-left: 0.5rem !important;
}

.ms-3
{
    margin-left: 1rem !important;
}

.ms-4
{
    margin-left: 1.5rem !important;
}

.ms-5
{
    margin-left: 3rem !important;
}

.ms-auto
{
    margin-left: auto !important;
}

/* Margin Ends */

/* Padding Starts */

.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;
}

.px-0
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1
{
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2
{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3
{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4
{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5
{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1
{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2
{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3
{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4
{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5
{
    padding-top: 3rem !important;
    padding-bottom: 3rem !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: 3rem !important;
}

.pe-0
{
    padding-right: 0 !important;
}

.pe-1
{
    padding-right: 0.25rem !important;
}

.pe-2
{
    padding-right: 0.5rem !important;
}

.pe-3
{
    padding-right: 1rem !important;
}

.pe-4
{
    padding-right: 1.5rem !important;
}

.pe-5
{
    padding-right: 3rem !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: 3rem !important;
}

.ps-0
{
    padding-left: 0 !important;
}

.ps-1
{
    padding-left: 0.25rem !important;
}

.ps-2
{
    padding-left: 0.5rem !important;
}

.ps-3
{
    padding-left: 1rem !important;
}

.ps-4
{
    padding-left: 1.5rem !important;
}

.ps-5
{
    padding-left: 3rem !important;
}

/* Padding Ends */

/* Font Style Starts */

.font-monospace
{
    font-family: var(--bs-font-monospace) !important;
}

.fs-1
{
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2
{
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3
{
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4
{
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5
{
    font-size: 1.25rem !important;
}

.fs-6
{
    font-size: 1rem !important;
}

.fst-italic
{
    font-style: italic !important;
}

.fst-normal
{
    font-style: normal !important;
}

.fw-light
{
    font-weight: 300 !important;
}

.fw-lighter
{
    font-weight: lighter !important;
}

.fw-normal
{
    font-weight: normal !important;
}

.fw-bold
{
    font-weight: bold !important;
}

.fw-bolder
{
    font-weight: bolder !important;
}

/* Font Style Ends */

/* Line Height Starts */

.lh-1
{
    line-height: 1 !important;
}

.lh-sm
{
    line-height: 1.25 !important;
}

.lh-base
{
    line-height: 1.5 !important;
}

.lh-lg
{
    line-height: 2 !important;
}

/* Line Height Ends */

/* Text Style Starts */

.text-start
{
    text-align: left !important;
}

.text-end
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

.text-decoration-none
{
    text-decoration: none !important;
}

.text-decoration-underline
{
    text-decoration: underline !important;
}

.text-decoration-line-through
{
    text-decoration: line-through !important;
}

.text-lowercase
{
    text-transform: lowercase !important;
}

.text-uppercase
{
    text-transform: uppercase !important;
}

.text-capitalize
{
    text-transform: capitalize !important;
}

.text-wrap
{
    white-space: normal !important;
}

.text-nowrap
{
    white-space: nowrap !important;
}

.text-grad-1
{
    background-image: linear-gradient(to right, #553c9a 45%, #ee4b2b);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

/* Text Style Ends */

/* Color Starts */

.black, .black:link, .black a:link, .black button
{
    color: #000000 !important;
}

.dark, .dark:link, .dark a:link, .dark button
{
    color: #1d1d1d !important;
}

.charade, .charade:link, .charade a:link, .charade button
{
    color: #282935 !important;
}

.grey, .grey:link, .grey a:link, .grey button
{
    color: #808080 !important;
}

.white, .white:link, .white a:link, .white button
{
    color: #FFFFFF !important;
}

.blue, .blue:link, .blue a:link, .blue button
{
    color: #2d89ef !important;
}

.blue-dark, .blue-dark:link, .blue-dark a:link, .blue-dark button
{
    color: #002b60 !important;
}

.green, .green:link, .green a:link, .green button
{
    color: #00a94e !important;
}

.green-light, .green-light:link, .green-light a:link, .green-light button
{
    color: #d7efe1 !important;
}

.green-dark, .green-dark:link, .green-dark a:link, .green-dark button
{
    color: #1e7145 !important;
}

.yellow, .yellow:link, .yellow a:link, .yellow button
{
    color: #fff7a4 !important;
}

.yellow-dark, .yellow-dark:link, .yellow-dark a:link, .yellow-dark button
{
    color: #f5e043 !important;
}

.yellow-light, .yellow-light:link, .yellow-light a:link, .yellow-light button
{
    color: #fff7a4 !important;
}

.pink, .pink:link, .pink a:link, .pink button
{
    color: #ffbdc6 !important;
}

.purple, .purple:link, .purple a:link, .purple button
{
    color: #7e3878 !important;
}

.purple-dark, .purple-dark:link, .purple-dark a:link, .purple-dark button
{
    color: #603cba !important;
}

.purple-light, .purple-light:link, .purple-light a:link, .purple-light button
{
    color: #9f00a7 !important;
}

.red, .red:link, .red a:link, .red button
{
    color: #ee1111 !important;
}

.teal, .teal:link, .teal a:link, .teal button
{
    color: #00aba9 !important;
}

.magenta, .magenta:link, .magenta a:link, .magenta button
{
    color: #ff0097 !important;
}

.orange, .orange:link, .orange a:link, .orange button
{
    color: #FFA500 !important;
}

.orange-dark, .orange-dark:link, .orange-dark a:link, .orange-dark button
{
    color: #FF8C00 !important;
}

.orange-red, .orange-red:link, .orange-red a:link, .orange-red button
{
    color: #FF4500 !important;
}

.tomato, .tomato:link, .tomato a:link, .tomato button
{
    color: #FF6347 !important;
}

.coral, .coral:link, .coral a:link, .coral button
{
    color: #FF7F50 !important;
}

.cyan, .cyan:link, .cyan a:link, .cyan button
{
    color: #00FFFF !important;
}

.cyan-dark, .cyan-dark:link, .cyan-dark a:link, .cyan-dark button
{
    color: #008B8B !important;
}

.coral, .coral:link, .coral a:link, .coral button
{
    background: #FF7F50 !important;
}

/* Color Ends */

/* Background Colors Starts */

.bg-black
{
    background: #000000 !important;
}

.bg-dark
{
    background: #1d1d1d !important;
}

.bg-charade
{
    background: #282935 !important;
}

.bg-grey
{
    background: #808080 !important;
}

.bg-white
{
    background: #FFFFFF !important;
}

.bg-green
{
    background: #00a94e !important;
}

.bg-green-light
{
    background: #d7efe1 !important;
}

.bg-green-dark
{
    background: #1e7145 !important;
}

.bg-green-frog-light
{
    background: #dbf0b2 !important;
}

.bg-yellow
{
    background: #f5e043 !important;
}

.bg-yellow-light
{
    background: #fff7a4 !important;
}

.bg-pink
{
    background: #ffbdc6 !important;
}

.bg-purple
{
    background: #7e3878 !important;
}

.bg-purple-dark
{
    background: #603cba !important;
}

.bg-purple-light
{
    background: #9f00a7 !important;
}

.bg-red
{
    background: #ee1111 !important;
}

.bg-teal
{
    background: #00aba9 !important;
}

.bg-blue
{
    background: #2d89ef !important;
}

.bg-blue-dark
{
    background: #002b60 !important;
}

.bg-magenta
{
    background: #ff0097 !important;
}

.bg-orange
{
    background: #FFA500 !important;
}

.bg-orange-dark
{
    background: #FF8C00 !important;
}

.bg-orange-red
{
    background: #FF4500 !important;
}

.bg-tomato
{
    background: #FF6347 !important;
}

.bg-coral
{
    background: #FF7F50 !important;
}

.bg-cyan
{
    background: #00FFFF !important;
}

.bg-cyan-dark
{
    background: #008B8B !important;
}

.bg-coral
{
    background: #FF7F50 !important;
}

/* Background Colors Ends */

/* List Style Starts */

.list-none
{
    list-style-type: none;
    padding: 0;
}

.list-bangla
{
    list-style-type: bengali;
}

/* List Style Ends */