@import url('https://cdn.iheartmedia.com/font/Inter/inter.css');

:root {
    --primary-color: #00abe5;
    --secondary-color: #3f37c9;
    --accent-color: #4895ef;
    --light-color: #f8f9fa;
    --dark-color: #000000;
    --border-radius: 10px;
    --box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

body {
    font-family: Inter, sans-serif;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: 50px;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
}

.bg-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.zi-n1 {
    z-index: -1 !important;
}

.ms-n5 {
    margin-left: -2rem !important;
}

.h-65 {
    height: 65% !important;
}

.mt-7 {
    margin-top: 3rem !important;
}

/* ------------------------------------
  Avatar
------------------------------------ */
.avatar {
    position: relative;
    display: inline-block;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 0.6rem;
}

    .avatar:not(img) {
        background-color: white;
    }

.avatar-img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.6rem;
}

.avatar-initials {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.875rem;
    height: 2.875rem;
    font-size: 1rem;
    font-weight: 500;
    pointer-events: none;
    text-transform: uppercase;
    border-radius: 0.6rem;
}

.avatar-circle {
    border-radius: 50%;
}

    .avatar-circle .avatar,
    .avatar-circle .avatar-initials,
    .avatar-circle .avatar-img {
        border-radius: 50%;
    }

.avatar-centered {
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

/* ------------------------------------
  Avatar Group
------------------------------------ */
.avatar-group {
    display: flex;
}

    .avatar-group .avatar:hover {
        z-index: 2;
    }

    .avatar-group .avatar-circle .avatar-initials {
        border-radius: 50%;
    }

    .avatar-group .avatar-xs .avatar-img,
    .avatar-group .avatar-xs .avatar-initials,
    .avatar-group .avatar-sm .avatar-img,
    .avatar-group .avatar-sm .avatar-initials,
    .avatar-group .avatar .avatar-img,
    .avatar-group .avatar .avatar-initials {
        border: 1px solid white;
    }

    .avatar-group .avatar-lg .avatar-img,
    .avatar-group .avatar-lg .avatar-initials {
        border: 5px solid white;
    }

    .avatar-group .avatar-xl .avatar-img,
    .avatar-group .avatar-xl .avatar-initials {
        border: 7px solid white;
    }

    .avatar-group .avatar + .avatar {
        margin-left: -1rem;
    }

    .avatar-group .avatar-xs + .avatar-xs {
        margin-left: -0.6125rem;
    }

    .avatar-group .avatar-sm + .avatar-sm {
        margin-left: -0.875rem;
    }

    .avatar-group .avatar-lg + .avatar-lg {
        margin-left: -1.5rem;
    }

    .avatar-group .avatar-xl + .avatar-xl {
        margin-left: -2rem;
    }

    /* ------------------------------------
  Avatar Group Sizes
------------------------------------ */
    .avatar-group .avatar,
    .avatar-group .avatar-initials {
        width: 2.875rem;
        height: 2.875rem;
    }

    .avatar-group .avatar-initials {
        font-size: 1rem;
    }

    .avatar-group .avatar + .avatar {
        margin-left: -1rem;
    }

.avatar-group-xs .avatar,
.avatar-group-xs .avatar-initials {
    width: 1.75rem;
    height: 1.75rem;
}

.avatar-group-xs .avatar-initials {
    font-size: 0.75rem;
}

.avatar-group-xs .avatar + .avatar {
    margin-left: -0.6125rem;
}

.avatar-group-sm .avatar,
.avatar-group-sm .avatar-initials {
    width: 4.3125rem;
    height: 4.3125rem;
}

.avatar-group-sm .avatar-initials {
    font-size: 0.8125rem;
}

.avatar-group-sm .avatar + .avatar {
    margin-left: -0.875rem;
}

.avatar-group-lg .avatar,
.avatar-group-lg .avatar-initials {
    width: 4.25rem;
    height: 4.25rem;
}

.avatar-group-lg .avatar-initials {
    font-size: 1.125rem;
}

.avatar-group-lg .avatar + .avatar {
    margin-left: -1.5rem;
}

.avatar-group-xl .avatar,
.avatar-group-xl .avatar-initials {
    width: 5.625rem;
    height: 5.625rem;
}

.avatar-group-xl .avatar-initials {
    font-size: 2rem;
}

.avatar-group-xl .avatar + .avatar {
    margin-left: -1.5rem;
}

.avatar-group-xxl .avatar,
.avatar-group-xxl .avatar-initials {
    width: 7rem;
    height: 7rem;
}

.avatar-group-xxl .avatar-initials {
    font-size: 3rem;
}

.avatar-group-xxl .avatar + .avatar {
    margin-left: -2rem;
}

/* ------------------------------------
  Avatar Sizes
------------------------------------ */
.avatar.avatar-circle .avatar-status {
    bottom: -0.21875rem;
    right: -0.21875rem;
}

.avatar.avatar-circle .avatar-sm-status {
    bottom: 0;
    right: 0;
}

.avatar.avatar-circle .avatar-lg-status {
    bottom: -0.325rem;
    right: -0.325rem;
}

.avatar-xss,
.avatar-xss .avatar-initials {
    width: 1rem;
    height: 1rem;
}

    .avatar-xss .avatar-img {
        width: 1rem;
    }

    .avatar-xss .avatar-initials {
        font-size: 0.75rem;
    }

.avatar-xs,
.avatar-xs .avatar-initials {
    width: 1.75rem;
    height: 1.75rem;
}

    .avatar-xs .avatar-img {
        width: 1.75rem;
    }

    .avatar-xs .avatar-initials {
        font-size: 0.75rem;
    }

    .avatar-xs.avatar-circle .avatar-status {
        bottom: -0.21875rem;
        right: -0.21875rem;
    }

    .avatar-xs.avatar-circle .avatar-sm-status {
        bottom: -0.1171875rem;
        right: -0.1171875rem;
    }

    .avatar-xs.avatar-circle .avatar-lg-status {
        bottom: -0.325rem;
        right: -0.325rem;
    }

    .avatar-xs,
    .avatar-xs .avatar-initials {
        width: 1.75rem;
        height: 1.75rem;
    }

        .avatar-xs .avatar-img {
            width: 1.75rem;
        }

        .avatar-xs .avatar-initials {
            font-size: 0.75rem;
        }

        .avatar-xs.avatar-circle .avatar-status {
            bottom: -0.21875rem;
            right: -0.21875rem;
        }

        .avatar-xs.avatar-circle .avatar-sm-status {
            bottom: -0.1171875rem;
            right: -0.1171875rem;
        }

        .avatar-xs.avatar-circle .avatar-lg-status {
            bottom: -0.325rem;
            right: -0.325rem;
        }

.avatar-sm,
.avatar-sm .avatar-initials {
    width: 2.3125rem;
    height: 2.3125rem;
}

    .avatar-sm .avatar-img {
        width: 2.3125rem;
    }

    .avatar-sm .avatar-initials {
        font-size: 0.8125rem;
    }

    .avatar-sm.avatar-circle .avatar-status {
        bottom: -0.21875rem;
        right: -0.21875rem;
    }

    .avatar-sm.avatar-circle .avatar-sm-status {
        bottom: -0.09375rem;
        right: -0.09375rem;
    }

    .avatar-sm.avatar-circle .avatar-lg-status {
        bottom: -0.40625rem;
        right: -0.40625rem;
    }

.avatar-lg,
.avatar-lg .avatar-initials {
    width: 4.25rem;
    height: 4.25rem;
}

    .avatar-lg .avatar-img {
        width: 4.25rem;
    }

    .avatar-lg .avatar-initials {
        font-size: 1.125rem;
    }

    .avatar-lg.avatar-circle .avatar-status {
        bottom: -0.13125rem;
        right: -0.13125rem;
    }

    .avatar-lg.avatar-circle .avatar-sm-status {
        bottom: 0.09375rem;
        right: 0.09375rem;
    }

    .avatar-lg.avatar-circle .avatar-lg-status {
        bottom: -0.203125rem;
        right: -0.203125rem;
    }

.avatar-xl,
.avatar-xl .avatar-initials {
    width: 5.625rem;
    height: 5.625rem;
}

    .avatar-xl .avatar-img {
        width: 5.625rem;
    }

    .avatar-xl .avatar-initials {
        font-size: 2rem;
    }

    .avatar-xl.avatar-circle .avatar-status {
        bottom: 0.1640625rem;
        right: 0.1640625rem;
    }

    .avatar-xl.avatar-circle .avatar-sm-status {
        bottom: 0.234375rem;
        right: 0.234375rem;
    }

    .avatar-xl.avatar-circle .avatar-lg-status {
        bottom: 0.1354166667rem;
        right: 0.1354166667rem;
    }

.avatar-xxl,
.avatar-xxl .avatar-initials {
    width: 7rem;
    height: 7rem;
}

    .avatar-xxl .avatar-img {
        width: 7rem;
    }

    .avatar-xxl .avatar-initials {
        font-size: 3rem;
    }

    .avatar-xxl.avatar-circle .avatar-status {
        bottom: 0.75rem;
        right: 0.75rem;
    }

    .avatar-xxl.avatar-circle .avatar-sm-status {
        bottom: 0.875rem;
        right: 0.875rem;
    }

    .avatar-xxl.avatar-circle .avatar-lg-status {
        bottom: 0.65rem;
        right: 0.65rem;
    }

/* ------------------------------------
  Avatar Status
------------------------------------ */
.avatar-status {
    position: absolute;
    bottom: -0.525rem;
    right: -0.525rem;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
    vertical-align: baseline;
    border: 0.125rem solid white;
    width: 1.3125rem;
    height: 1.3125rem;
    line-height: 1;
    font-size: 0.625rem;
    border-radius: 50%;
}

.avatar-sm-status {
    bottom: -0.2625rem;
    right: -0.2625rem;
    width: 0.9375rem;
    height: 0.9375rem;
    font-size: 0.5rem;
}

.avatar-lg-status {
    width: 1.625rem;
    height: 1.625rem;
    font-size: 0.75rem;
}

/* ------------------------------------
  Avatar Styles
------------------------------------ */
.avatar-primary .avatar-initials {
    color: white;
    background-color: #0abf53;
}

.avatar-status-primary {
    color: white;
    background-color: #0abf53;
}

.avatar-secondary .avatar-initials {
    color: white;
    background-color: #51596c;
}

.avatar-status-secondary {
    color: white;
    background-color: #51596c;
}

.avatar-success .avatar-initials {
    color: white;
    background-color: #077c76;
}

.avatar-status-success {
    color: white;
    background-color: #077c76;
}

.avatar-info .avatar-initials {
    color: white;
    background-color: #334ac0;
}

.avatar-status-info {
    color: white;
    background-color: #334ac0;
}

.avatar-warning .avatar-initials {
    color: #000;
    background-color: #f39568;
}

.avatar-status-warning {
    color: #000;
    background-color: #f39568;
}

.avatar-danger .avatar-initials {
    color: white;
    background-color: #692340;
}

.avatar-status-danger {
    color: white;
    background-color: #692340;
}

.avatar-light .avatar-initials {
    color: #000;
    background-color: #f8f9fa;
}

.avatar-status-light {
    color: #000;
    background-color: #f8f9fa;
}

.avatar-dark .avatar-initials {
    color: white;
    background-color: #2d374b;
}

.avatar-status-dark {
    color: white;
    background-color: #2d374b;
}

.avatar-soft-primary .avatar-initials {
    color: #0abf53;
    background-color: rgba(10, 191, 83, 0.1);
}

.avatar-status-soft-primary {
    color: #0abf53;
    background-color: rgba(10, 191, 83, 0.1);
}

.avatar-soft-secondary .avatar-initials {
    color: #51596c;
    background-color: rgba(81, 89, 108, 0.1);
}

.avatar-status-soft-secondary {
    color: #51596c;
    background-color: rgba(81, 89, 108, 0.1);
}

.avatar-soft-success .avatar-initials {
    color: #077c76;
    background-color: rgba(7, 124, 118, 0.1);
}

.avatar-status-soft-success {
    color: #077c76;
    background-color: rgba(7, 124, 118, 0.1);
}

.avatar-soft-info .avatar-initials {
    color: #334ac0;
    background-color: rgba(51, 74, 192, 0.1);
}

.avatar-status-soft-info {
    color: #334ac0;
    background-color: rgba(51, 74, 192, 0.1);
}

.avatar-soft-warning .avatar-initials {
    color: #f39568;
    background-color: rgba(243, 149, 104, 0.1);
}

.avatar-status-soft-warning {
    color: #f39568;
    background-color: rgba(243, 149, 104, 0.1);
}

.avatar-soft-danger .avatar-initials {
    color: #692340;
    background-color: rgba(105, 35, 64, 0.1);
}

.avatar-status-soft-danger {
    color: #692340;
    background-color: rgba(105, 35, 64, 0.1);
}

.avatar-soft-light .avatar-initials {
    color: #f8f9fa;
    background-color: rgba(248, 249, 250, 0.1);
}

.avatar-status-soft-light {
    color: #f8f9fa;
    background-color: rgba(248, 249, 250, 0.1);
}

.avatar-soft-dark .avatar-initials {
    color: #2d374b;
    background-color: rgba(45, 55, 75, 0.1);
}

.avatar-status-soft-dark {
    color: #2d374b;
    background-color: rgba(45, 55, 75, 0.1);
}

/* ------------------------------------
  Avatar Ratio
------------------------------------ */
.avatar.avatar-4x3 {
    width: 3.8333333333rem;
    height: auto;
    border-radius: 0;
}

    .avatar.avatar-4x3 .avatar-img {
        width: 3.8333333333rem;
        height: inherit;
    }

.avatar-xss.avatar-4x3 {
    width: 1.3333333333rem;
    height: auto;
    border-radius: 0;
}

    .avatar-xss.avatar-4x3 .avatar-img {
        width: 1.3333333333rem;
        height: inherit;
    }

.avatar-xs.avatar-4x3 {
    width: 2.3333333333rem;
    height: auto;
    border-radius: 0;
}

    .avatar-xs.avatar-4x3 .avatar-img {
        width: 2.3333333333rem;
        height: inherit;
    }

.avatar-sm.avatar-4x3 {
    width: 3.0833333333rem;
    height: auto;
    border-radius: 0;
}

    .avatar-sm.avatar-4x3 .avatar-img {
        width: 3.0833333333rem;
        height: inherit;
    }

.avatar-lg.avatar-4x3 {
    width: 5.6666666667rem;
    height: auto;
    border-radius: 0;
}

    .avatar-lg.avatar-4x3 .avatar-img {
        width: 5.6666666667rem;
        height: inherit;
    }

.avatar-xl.avatar-4x3 {
    width: 7.5rem;
    height: auto;
    border-radius: 0;
}

    .avatar-xl.avatar-4x3 .avatar-img {
        width: 7.5rem;
        height: inherit;
    }

.avatar-xxl.avatar-4x3 {
    width: 9.3333333333rem;
    height: auto;
    border-radius: 0;
}

    .avatar-xxl.avatar-4x3 .avatar-img {
        width: 9.3333333333rem;
        height: inherit;
    }

/* ------------------------------------
  Col Divider
------------------------------------ */
@media (min-width: 576px) {
    .col-sm-divider > *:not(:first-child) {
        position: relative;
    }

        .col-sm-divider > *:not(:first-child)::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 0.0625rem;
            height: 100%;
            background-color: rgba(220, 224, 229, 0.6);
            content: "";
        }
}

@media (min-width: 768px) {
    .col-md-divider > *:not(:first-child) {
        position: relative;
    }

        .col-md-divider > *:not(:first-child)::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 0.0625rem;
            height: 100%;
            background-color: rgba(220, 224, 229, 0.6);
            content: "";
        }
}

@media (min-width: 992px) {
    .col-lg-divider > *:not(:first-child) {
        position: relative;
    }

        .col-lg-divider > *:not(:first-child)::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 0.0625rem;
            height: 100%;
            background-color: rgba(220, 224, 229, 0.6);
            content: "";
        }
}

@media (min-width: 1200px) {
    .col-xl-divider > *:not(:first-child) {
        position: relative;
    }

        .col-xl-divider > *:not(:first-child)::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 0.0625rem;
            height: 100%;
            background-color: rgba(220, 224, 229, 0.6);
            content: "";
        }
}

@media (min-width: 1400px) {
    .col-xxl-divider > *:not(:first-child) {
        position: relative;
    }

        .col-xxl-divider > *:not(:first-child)::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 0.0625rem;
            height: 100%;
            background-color: rgba(220, 224, 229, 0.6);
            content: "";
        }
}

.col-divider > *:not(:first-child) {
    position: relative;
}

    .col-divider > *:not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 0.0625rem;
        height: 100%;
        background-color: rgba(220, 224, 229, 0.6);
        content: "";
    }

.col-divider > *:not(:first-child) {
    position: relative;
}

    .col-divider > *:not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% - 1.5rem);
        height: 0.0625rem;
        background-color: rgba(220, 224, 229, 0.6);
        content: "";
        transform: translateX(-50%);
    }

.col-divider > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    .col-divider > *:first-child {
        padding-top: 0;
    }

    .col-divider > *:last-child {
        padding-bottom: 0;
    }

@media (max-width: 575.98px) {
    .col-sm-divider > *:not(:first-child) {
        position: relative;
    }

        .col-sm-divider > *:not(:first-child)::before {
            position: absolute;
            top: 0;
            left: 50%;
            width: calc(100% - 1.5rem);
            height: 0.0625rem;
            background-color: rgba(220, 224, 229, 0.6);
            content: "";
            transform: translateX(-50%);
        }

    .col-sm-divider > * {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

        .col-sm-divider > *:first-child {
            padding-top: 0;
        }

        .col-sm-divider > *:last-child {
            padding-bottom: 0;
        }
}

@media (max-width: 767.98px) {
    .col-md-divider > *:not(:first-child) {
        position: relative;
    }

        .col-md-divider > *:not(:first-child)::before {
            position: absolute;
            top: 0;
            left: 50%;
            width: calc(100% - 1.5rem);
            height: 0.0625rem;
            background-color: rgba(220, 224, 229, 0.6);
            content: "";
            transform: translateX(-50%);
        }

    .col-md-divider > * {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

        .col-md-divider > *:first-child {
            padding-top: 0;
        }

        .col-md-divider > *:last-child {
            padding-bottom: 0;
        }
}

@media (max-width: 991.98px) {
    .col-lg-divider > *:not(:first-child) {
        position: relative;
    }

        .col-lg-divider > *:not(:first-child)::before {
            position: absolute;
            top: 0;
            left: 50%;
            width: calc(100% - 1.5rem);
            height: 0.0625rem;
            background-color: rgba(220, 224, 229, 0.6);
            content: "";
            transform: translateX(-50%);
        }

    .col-lg-divider > * {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

        .col-lg-divider > *:first-child {
            padding-top: 0;
        }

        .col-lg-divider > *:last-child {
            padding-bottom: 0;
        }
}

@media (max-width: 1199.98px) {
    .col-xl-divider > *:not(:first-child) {
        position: relative;
    }

        .col-xl-divider > *:not(:first-child)::before {
            position: absolute;
            top: 0;
            left: 50%;
            width: calc(100% - 1.5rem);
            height: 0.0625rem;
            background-color: rgba(220, 224, 229, 0.6);
            content: "";
            transform: translateX(-50%);
        }

    .col-xl-divider > * {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

        .col-xl-divider > *:first-child {
            padding-top: 0;
        }

        .col-xl-divider > *:last-child {
            padding-bottom: 0;
        }
}

@media (max-width: 1399.98px) {
    .col-xxl-divider > *:not(:first-child) {
        position: relative;
    }

        .col-xxl-divider > *:not(:first-child)::before {
            position: absolute;
            top: 0;
            left: 50%;
            width: calc(100% - 1.5rem);
            height: 0.0625rem;
            background-color: rgba(220, 224, 229, 0.6);
            content: "";
            transform: translateX(-50%);
        }

    .col-xxl-divider > * {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

        .col-xxl-divider > *:first-child {
            padding-top: 0;
        }

        .col-xxl-divider > *:last-child {
            padding-bottom: 0;
        }
}

.col-divider-light > *:not(:first-child)::before {
    background-color: rgba(255, 255, 255, 0.1);
}

/* ------------------------------------
  Input Card
------------------------------------ */
.input-card {
    display: flex;
    /* background-color: rgb(0, 0, 0); */
    padding: 0.75rem 0.75rem;
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    box-shadow: 0rem 0.375rem 1.5rem 0rem rgba(140, 152, 164, 0.125);
    border-radius: 0.6rem;
}

.border {
    border: 1px solid #0d70d2 !important;
    /* border-radius: 6px 38px 38px 6px; */
}

.input-card .input-card-form {
    flex: 1 0 0%;
}

.input-card .btn {
    flex: 0 0 auto;
}

.input-card .form-control {
    border-width: 0;
}

    .input-card .form-control:focus {
        box-shadow: none;
    }

.input-card .input-group {
    border-width: 0;
}

.input-card .input-card-form {
    position: relative;
}

    .input-card .input-card-form:not(:first-child) {
        padding-left: 1rem;
    }

        .input-card .input-card-form:not(:first-child)::before {
            position: absolute;
            top: 50%;
            left: 0;
            width: 0.0625rem;
            height: 2rem;
            background-color: rgba(220, 224, 229, 0.6);
            content: "";
            transform: translateY(-50%);
        }

    .input-card .input-card-form:not(:last-child) {
        padding-right: 1rem;
    }

@media (max-width: 575.98px) {
    .input-card-sm {
        display: grid;
    }

        .input-card-sm .btn,
        .input-card-sm .input-card-form {
            flex: 0 0 auto;
        }

        .input-card-sm .input-card-form {
            padding: 1rem 0 !important;
            border-bottom: 0.0625rem solid rgba(220, 224, 229, 0.6);
        }

            .input-card-sm .input-card-form:first-child {
                padding-top: 0 !important;
            }

            .input-card-sm .input-card-form:not(:first-child)::before {
                display: none;
            }
}

/* ------------------------------------
  Labels
------------------------------------ */
.form-label-secondary {
    color: #8C98A4;
}

.form-label-link {
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2351596C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.75rem 5.4375rem 0.75rem 1.8125rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #51596C;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 1.8125rem center;
    background-size: 16px 12px;
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: 0.4rem;
    box-shadow: var(--bs-box-shadow-inset);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: rgba(140, 152, 164, 0.25);
    outline: 0;
    box-shadow: var(--bs-box-shadow-inset), 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 1.8125rem;
    background-image: none;
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #51596C;
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2351596C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.75rem 10.4375rem 0.75rem 1.8125rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #51596C;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 1.8125rem center;
    background-size: 16px 12px;
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: 0.4rem;
    box-shadow: var(--bs-box-shadow-inset);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select-sm {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.875rem;
    font-size: 0.8125rem;
    border-radius: 0.4rem;
}

.form-select-lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    font-size: 1.2rem;
    border-radius: 0.4rem;
}

.bg-black-ui {
    background-color: rgb(0, 0, 0);
    background-image: url(https://iheart.blob.core.windows.net/$web/preview/premiereliners/images/Background6.jpg);
    /* background-image: url(/images/ai-bg.png); */
    background-position: center;
    background-size: auto, auto 50%;
    background-repeat: no-repeat;
    /*height: 100vh;*/
    /* background: linear-gradient(-180deg, var(--dark-color), var(--primary-color)); */
}

.text-primary {
    color: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.text-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
