@media (min-width: 768px) {
    .ms-md-0 {
        margin-left: 0 !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@charset "UTF-8";

:root {
    --bs-purple: rgb(61, 8, 139);
    --bs-warning: #ffc107;
    --bs-primary-rgb: 175, 11, 38;
    --bs-success-rgb: 72, 195, 120;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 226, 57, 57;
    --bs-light-rgb: 248, 249, 250;
    --bs-white-rgb: 255, 255, 255;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*,
::after,
::before {
    box-sizing: border-box
}

.para {
    font-family: "Poppins", sans-serif;
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #af0b26;
    text-decoration: none
}

a:hover {
    color: #af0b26
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
pre {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

img {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
    border: none;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

iframe {
    border: 0
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

/* .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
} */

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-4 {
    margin-left: 33.33333333%
}

.g-2 {
    --bs-gutter-x: 0.5rem
}

.g-2 {
    --bs-gutter-y: 0.5rem
}

.g-3 {
    --bs-gutter-x: 1rem
}

.g-3 {
    --bs-gutter-y: 1rem
}

@media (min-width:576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:first-child) {
    border-top: 2px solid currentColor
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}


@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn:focus {
    outline: 0
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--bs-purple);
    border-color: var(--bs-purple)
}

.btn-primary:focus {
    color: #fff;
    background-color: var(--bs-purple);
    border-color: var(--bs-purple)
}


.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #af0b26;
    border-color: #af0b26
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-warning {
    color: #ffffff;
    background-color: #003057;
    border-color: #22211f;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #003057;
    border-color: #22211f;
}

.btn-warning:focus {
    color: #ffffff;
    background-color: #003057;
    border-color: #22211f;
}

.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #003057;
    border-color: #22211f;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 5px;
}

.card-title {
    margin-bottom: .5rem
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    font-size: 14px;
    font-weight: 700
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffc107;
    content: ">"
}

.breadcrumb-item.active {
    color: var(--bs-warning)
}

.badge {
    display: inline-block;
    padding: .45em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}


.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas.show {
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}


.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.overflow-auto {
    overflow: auto !important
}

.d-block {
    display: block !important
}


.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.position-relative {
    position: relative !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.w-100 {
    width: 100% !important
}

.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
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-center {
    align-items: center !important
}

.align-content-center {
    align-content: center !important
}

.m-1 {
    margin: .25rem !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-4 {
    margin-top: 0.5rem !important
}

.mt-5 {
    margin-top: 1rem !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .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-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.p-0 {
    padding: 0 !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-2 {
    padding-left: .5rem !important
}

.fst-italic {
    font-style: italic !important
}

.fw-bold {
    font-weight: 700 !important
}

.text-start {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.rounded {
    border-radius: 20px !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.visible {
    visibility: visible !important
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-none {
        display: none !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .text-md-start {
        text-align: left !important
    }
}

@media (min-width:992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.html")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.html")
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.html")
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.html")
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.html")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.html")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.hero-right {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.rightup {
    display: flex;
    flex-direction: column;
    ;
}

.box {
    display: flex;
    flex-direction: row;
    border: 1px solid black;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
}

.box1 {}

.box2 {
    width: fit-content;
    font-size: 15px;
}

.parentbox {
    margin-top: 10px;
    gap: 10px;
}

.rightdown {
    margin-top: 50px;
}

img.image_resized {
    height: auto;
    max-width: 50%;
    vertical-align: top;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url('fonts/slick.eot');
    src: url('fonts/slickd41d.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

@font-face {
    font-family: Metropolis;
    src: url("../fonts/Metropolis-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Metropolis;
    src: url("../fonts/Metropolis-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Metropolis;
    src: url("../fonts/Metropolis-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Metropolis;
    src: url("../fonts/Metropolis-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Metropolis;
    src: url("../fonts/Metropolis-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Metropolis;
    src: url("../fonts/Metropolis-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Metropolis;
    src: url("../fonts/Metropolis-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Metropolis;
    src: url("../fonts/Metropolis-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}


/* //podcast icon */

.mic {
    font-size: 64px;
    cursor: pointer;
}

#mutedMic {
    color: rgb(12, 5, 5);
}

#unmutedMic {
    color: red;
}


/* .svgmic {
    display: none;
} */


/* Hide the mic that's not active */

.hidden {
    display: none;
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: Metropolis
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    background-color: #fff;
    font-size: 16px;
    color: #212529;
    font-family: Metropolis;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    scroll-behavior: smooth;
    transition: all .5s
}

@media screen and (max-width:768px) {
    body {
        font-size: 16px
    }
}

p {
    margin-bottom: 1rem;
    word-wrap: break-word
}

@media screen and (max-width:768px) {
    p {
        font-size: 16px
    }
}

cite,
em,
i {
    font-style: italic
}

pre {
    background-color: #fafafa;
    border-width: 0 0 0 3px;
    border-color: #d9d9d9;
    border-style: solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #2b2b2b;
    font-family: Metropolis;
    font-style: italic;
    margin: 0 0 15px 0;
    padding: 25px 22px;
    font-size: 18px
}

pre p {
    margin-bottom: 0
}

mark {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px
}

b,
strong {
    font-weight: 700
}

iframe {
    display: block;
    width: 100%
}



h1,
h2,
h3,
h4,
h5,
h6 {
    color: #223645;
    font-family: Metropolis
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.2
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 40px;
    font-weight: 700
}

h2 {
    font-size: 32px;
    font-weight: 700
}

h3 {
    font-size: 28px;
    font-weight: 700
}

h4 {
    font-size: 24px;
    font-weight: 600
}

h5 {
    font-size: 20px;
    font-weight: 600
}

h6 {
    font-size: 16px;
    font-weight: 500
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 32px
    }

    h2 {
        font-size: 25px
    }

    h3 {
        font-size: 22px
    }

    h4 {
        font-size: 19px
    }

    h5 {
        font-size: 16px
    }

    h6 {
        font-size: 13px
    }
}

ol,
ul {
    margin: 0 0 1.5em .875em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

input {
    height: 40px
}

@media screen and (max-width:575px) {
    input {
        height: 40px
    }
}


@media screen and (max-width:575px) {

    input,
    textarea {
        font-size: 13px
    }
}


input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    background-color: rgba(0, 0, 0, 0) !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a7a7a7
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a7a7a7
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a7a7a7
}

textarea {
    padding: 20px 15px;
    width: 100%
}


select option {
    padding: 14px
}

select:focus {
    outline: 0
}

@media screen and (max-width:575px) {
    select {
        height: 40px
    }
}

form label {
    font-weight: 400
}

.search-form {
    position: relative
}

.search-form input {
    width: 100%;
    padding: 0 55px 0 10px
}

.search-form button {
    background-color: #fa0368;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 15px;
    border: none;
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 13px;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -ms-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:focus,

.semi-bold {
    font-weight: 600;
}


.to-top-icon:hover {
    background-color: #3d088b;
    color: #fff
}

@media screen and (max-width:575px) {
    .to-top-icon {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 13px;
        right: 10px;
        bottom: 75px
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .tab-content .card .card-body {
        font-size: 13px
    }
}

@media screen and (max-width:575px) {
    .tab-content {
        padding: 0;
        border: none
    }
}

.slick-slider {
    position: relative
}

.slick-slider .slick-prev {
    left: 15px
}

.slick-slider .slick-prev:before {
    content: "\f053"
}

.slick-slider .slick-next {
    right: 15px
}

.slick-slider .slick-next:before {
    content: "\f054"
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
    z-index: 1;
    width: auto;
    height: auto
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -ms-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.slick-slider .slick-next:active:before,
.slick-slider .slick-next:focus:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-prev:active:before,
.slick-slider .slick-prev:focus:before,

.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 6px
}

.slick-dots li button {
    background-color: #c6c6c6;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 10px;
    height: 10px
}

.slick-dots li button:before {
    display: none
}

.header-search-icon {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-search-icon .search-icon {
    background-color: transparent;
    border: 1px solid #787878;
    border-radius: 50%;
    color: #222;
    padding: 0;
    font-size: 15px;
    line-height: 34px;
    height: 36px;
    width: 36px
}

.header-search-icon .search-icon:focus,
.header-search-icon .search-icon:hover {
    background-color: #ffc107;
    border-color: #ffc107
}

.header-search-container {
    pointer-events: all
}

.adOn_compareBadge {
    width: 100%;
    background: #90ee90;
    z-index: 3;
    position: relative;
    color: green;
    padding: 2px 5px;
    border-radius: 4px
}

.adOn_compareBadge:before {
    content: "";
    position: absolute;
    width: inherit;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: 0;
    animation: shine 3s infinite linear
}

@keyframes shine {
    0% {
        left: -40%
    }

    20% {
        left: 100%;
        width: 0
    }

    100% {
        left: 100%;
        width: 0
    }
}

.adOn_footer {
    position: relative;
    font-size: 15px
}

.adOn_footer .footer-overlay {
    z-index: -1;
    background-color: #000e23;
    opacity: .85
}

.adOn_footer .top-footer {
    padding-top: 90px;
    padding-bottom: 40px
}

@media screen and (max-width:991px) {
    .adOn_footer .top-footer {
        padding-top: 60px
    }
}

.adOn_footer .top-footer .textwidget {
    color: #fff
}

.adOn_footer .top-footer .img-textwidget {
    padding-right: 0
}

@media screen and (max-width:768px) {
    .adOn_footer .top-footer .img-textwidget {
        padding-right: 0
    }
}

.adOn_footer .footer-logo {
    margin-bottom: 20px
}

.adOn_footer .footer-social-links {
    margin-top: 20px
}

.adOn_footer .footer-social-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.adOn_footer .footer-social-links ul li {
    margin: 0 1px;
    display: inline-block
}

.adOn_footer .footer-social-links ul li:first-child {
    margin-left: 0
}

.adOn_footer .footer-social-links ul li:last-child {
    margin-right: 0
}



@media screen and (max-width:768px) {
    .adOn_footer .footer-social-links {
        margin-bottom: 30px
    }
}

@media screen and (max-width:575px) {
    .adOn_footer .top-footer {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .adOn_footer .bottom-footer {
        margin-top: 0
    }
}

.adOn_footer .bottom-footer {
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

@media screen and (max-width:768px) {
    .adOn_footer .bottom-footer .legal-list {
        text-align: center;
        margin-bottom: 6px
    }
}

.adOn_footer .bottom-footer .legal-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1
}

.adOn_footer .bottom-footer .legal-list ul li {
    display: inline-block;
    padding: 0 15px;
    position: relative
}

@media screen and (max-width:479px) {
    .adOn_footer .bottom-footer .legal-list ul li {
        padding: 0 10px
    }
}

.adOn_footer .bottom-footer .legal-list ul li:before {
    content: "|";
    right: -4px;
    top: 0;
    color: rgba(248, 248, 248, .29);
    font-size: 13px;
    line-height: 1;
    position: absolute
}

@media screen and (max-width:768px) {
    .adOn_footer .bottom-footer .legal-list ul li:before {
        line-height: 1
    }
}

.adOn_footer .bottom-footer .legal-list ul li:first-child {
    padding-left: 0
}

.adOn_footer .bottom-footer .legal-list ul li:last-child {
    padding-right: 0
}

.adOn_footer .bottom-footer .legal-list ul li:last-child:before {
    content: none
}

.adOn_footer .bottom-footer .legal-list ul li a {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    transition: all .4s
}

@media screen and (max-width:479px) {
    .adOn_footer .bottom-footer .legal-list ul li a {
        font-size: 10px
    }
}

.adOn_footer .bottom-footer .legal-list ul li a:hover {
    color: #ffc107
}

.adOn_footer .bottom-footer .copy-right {
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.top-footer .widget {
    margin-bottom: 0;
    color: #fff
}

.top-footer .widget .widget-title {
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase
}

.top-footer .widget ul li {
    margin-bottom: 15px
}

.top-footer .widget ul li:last-child {
    margin-bottom: 0
}

.top-footer .widget ul li a {
    color: #fff;
    display: inline-block
}

.top-footer .widget ul li a:focus,
.top-footer .widget ul li a:hover,
.top-footer a:active {
    color: #ffc107
}

@media screen and (max-width:991px) {
    .top-footer .widget {
        margin-bottom: 30px
    }
}

.adOn_footer .list-inline-item:not(:last-child)::after {
    margin-left: 10px
}

.ui-widget-content {
    color: inherit
}

.ui-widget-content {
    color: inherit
}

.widget {
    margin-bottom: 20px
}

.widget a {
    display: block
}

.widget .widget-title {
    margin-bottom: 30px
}

.widget ul {
    margin: 0;
    padding: 0
}

.widget ul li {
    list-style: none
}

.widget ul li a {
    color: #383838
}

.widget ul li a:hover {
    color: #ab094b
}

.widget.widget_text ul {
    margin-top: 20px
}

.widget.widget_text ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.widget.widget_text ul li:last-child {
    margin-bottom: 0
}

.widget.widget_text ul li i {
    color: #fa0368;
    position: absolute;
    left: 0
}

.login-icon {
    background-color: transparent;
    border: 1px solid #787878;
    border-radius: 50%;
    color: #222;
    padding: 0;
    font-size: 15px;
    line-height: 34px;
    height: 36px;
    width: 36px
}

@media screen and (min-width:300px) and (max-width:767px) {

    .header-search-icon .search-icon,
    .login-icon {
        font-size: 14px;
        line-height: 25px;
        height: 26px;
        width: 26px
    }
}

.dropdown-menu {
    border: none;
    background: #f8f9fa
}

.adOn_MobDropdownCourse,
.adOn_MobDropdownSpec,
.adOn_customDropdown,
.mobTopUniMenu,
.topUniSpec {
    height: 90vh;
    width: 100vw;
    overflow: scroll;
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    border-radius: 4px;
    z-index: 1
}

.adOn_MobDropdownCourse {
    z-index: 2 !important
}

.adOn_MobDropdownSpec {
    z-index: 3 !important
}

.adOn_TopCollege,
.adOn_megaMenu {
    border-top-width: 0;
    display: none;
    position: absolute;
    min-height: 80vh;
    width: 98.9vw;
    top: 80px;
    left: 0;
    z-index: 10;
    max-width: 99vw
}

.overflow-contain {
    overscroll-behavior: contain
}

.adOn_megaMenuInner {
    min-height: inherit
}

.adOn_TabList {
    flex-wrap: wrap;
    min-height: inherit;
    max-height: 80vh;
    min-width: 20vw;
    overflow-y: auto
}

.adOn_tabContent {
    flex-wrap: wrap;
    min-height: inherit;
    max-height: 70vh
}

.adOn_menuSpecList {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    z-index: 12
}

.fs-12 {
    font-size: 12px;
    line-height: 18px
}

.adOn_MegaNav .nav-pills .nav-link.active {
    background: #0056d2;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px
}

.py-70 {
    padding-top: 20px;
    padding-bottom: 30px
}

.adOn_colImgGrp {
    display: flex;
    position: relative;
    margin-bottom: .75rem;
    align-items: center
}

.adOn_colImg {
    position: absolute;
    background: #fff;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #000
}

.adOn_colImg:nth-child(2) {
    left: 20px;
    z-index: 2
}

.adOn_colImg:nth-child(3) {
    left: 40px;
    z-index: 2
}

.adOn_colImg:nth-child(4) {
    left: 60px;
    z-index: 2
}

.adOn_colImg img {
    padding: 1px
}

.circle-40 img {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px
}

.adOn_uniDetailColImgText {
    position: absolute;
    left: 115px;
    top: -18px;
    z-index: 9;
    display: block;
    width: max-content
}

.btn:focus {
    box-shadow: none !important
}

.adOn_custom-check-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.adOn_custom-check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

.adOn_custom-check-list li::before {
    content: attr(data-marker-icon);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0
}

.adOn_courseFeatures .adOn_custom-check-list li::before {
    color: #ffc107
}

.adOn_Accordion .accordion-button:focus {
    box-shadow: none !important;
    border-color: #fff !important
}

.adOn_Accordion .accordion-button {
    background: inherit
}

.adOn_Accordion .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 1.5rem
}

.adOn_Accordion .accordion-button[aria-expanded=true]::after {
    background-image: none;
    content: "-";
    font-size: 1.5rem
}

.adOn_Accordion .accordion-item {
    margin-bottom: 15px
}

.adOn_Accordion .accordion-button:not(.collapsed) {
    color: inherit
}

.adOn_lightBlueBg {
    background: #f3f9ff
}

.f-8 {
    font-size: 8px
}

@media screen and (min-width:300px) and (max-width:767px) {
    .py-70 {
        padding-top: 0px;
        padding-bottom: 20px
    }

    .adOn_uniDetailColImgText {
        right: 0;
        top: -10px
    }
}

.lightGreenBg {
    background: #e0f9ec
}

.fs-18 {
    font-size: 18px;
    line-height: 1.4
}

.w-35 {
    width: 35%
}

.text-justify {
    text-align: justify
}

.adOn_cardTextSm {
    font-size: 11px;
    line-height: 18px;
    font-weight: 600
}

.adOn_dropdownContent ul {
    margin: 0
}

.adOn_dropdownContent li:not(:last-child) {
    border-bottom: 2px solid #e8e8e8;
    border-radius: 0
}

.fs-10 {
    font-size: 10px !important;
    line-height: 1.4
}

.adOn_gradient-overlay {
    background: #020024;
    background: linear-gradient(90deg, #020024 0, #3e0c89 50%, #520fb7 100%)
}

.adOn_CounsellingLink {
    position: absolute;
    right: 10px
}

.adOn_FormDivOuter {
    position: sticky;
    z-index: 3;
    display: block;
    width: 23%;
    right: 50px;
    top: 80px;
    float: right
}

.adOn_Form label {
    background: #fff;
    position: absolute;
    left: 15%;
    top: -9px;
    padding-left: 3px;
    padding-right: 3px;
    z-index: 1;
    border-radius: 4px
}

.adOn_detailsCompareBadge {
    position: absolute;
    left: 27%;
    top: -12px
}

@media screen and (min-width:300px) and (max-width:767px) {
    .adOn_FormDivOuter {
        width: 100%
    }

    .adOn_detailsCompareBadge {
        left: 23%
    }

    .adOn_Form label {
        top: -7px;
        font-size: 10px !important
    }
}

.fs-10 {
    font-size: 10px
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 25vw;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto
}

.modal.right .modal-body {
    padding: 15px
}

.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity .3s linear, right .3s ease-out;
    -moz-transition: opacity .3s linear, right .3s ease-out;
    -o-transition: opacity .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out
}

.modal-content {
    border-radius: 0;
    border: none
}

.modal-header {
    border-bottom-color: #eee;
    background-color: #fafafa
}

@media screen and (min-width:300px) and (max-width:767px) {
    .modal.right .modal-dialog {
        width: 70vw
    }

    .modal.right.fade .modal-dialog {
        right: unset;
        left: 0
    }
}

.border-25 {
    border-radius: 25px
}

.f-12 {
    font-size: 12px !important
}

.adOn_MobBotMenu {
    display: none
}

.fs-9 {
    font-size: 10px
}

.adOn_CollegeFindBtn {
    background-color: #ff9eae5e
}

.color-444 {
    color: #444 !important
}

@media screen and (min-width:300px) and (max-width:767px) {

    .adOn_footer,
    .adOn_footer p {
        font-size: 12px !important
    }

    .adOn_MobBotMenu {
        display: block;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        width: 100vw;
        z-index: 5
    }

    .adOn_MobBotMenu i {
        font-size: 20px;
        margin: 0
    }

    .adOn_MobBotBadgeOuter {
        position: absolute;
        top: -19px;
        left: 20px
    }

    .badge_2 {
        left: 7px
    }

    .adOn_MobBotBadge {
        width: 100%;
        background: #00f;
        z-index: 6;
        position: relative;
        color: #fff;
        padding: 2px 5px;
        border-radius: 4px;
        font-weight: 600
    }

    .badge_2_bg {
        background: #af0b26
    }

    .adOn_MobBotBadge:before {
        content: "";
        position: absolute;
        width: inherit;
        height: 100%;
        display: inline-block;
        background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0) 70%);
        top: 0;
        left: 0;
        animation: shine 3.5s infinite linear
    }
}

.ck_content {
    font-family: Metropolis !important;
    text-align: justify;
    line-height: 1.4 !important
}

.ck_content :is(h2,
    h3,
    h4,
    h5,
    h6):not(.accordion-header) {
    font-size: 1.5rem !important;
    margin-top: 0 !important;
    margin-bottom: .5rem !important
}

.ck_content :is(h2,
    h3,
    h4,
    h5,
    h6):not(.accordion-header)span {
    font-family: Metropolis !important;
    text-align: justify !important;
    line-height: 1.4 !important
}

.ck_content :is(h2,
    h3,
    h4,
    h5,
    h6):not(.accordion-header) span span {
    font-weight: 600 !important
}

.ck_content ol,
.ck_content ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    margin-bottom: .75rem
}

.ck_content ol li,
.ck_content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: .5rem
}

.ck_content ol li::before,
.ck_content ul li::before {
    content: url("/ignou/images/check-mark.png");
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 2px
}

.adOn_CustomScroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    overflow: hidden
}

.adOn_CustomScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-border-radius: 10px;
    border-radius: 5px
}

.adOn_CustomScroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f67a3c;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .5)
}

.adOn_CustomScroll::-webkit-scrollbar-thumb:window-inactive {
    background: #f67a3c7a
}

#countrySelect,
#mob_countrySelect,
#lcountrySelect {
    flex: 0.2 1 auto
}

table#set-tp-un-course {
    width: 100% !important
}

#set-tp-un-course tbody tr td {
    padding: 0
}

.fw-semibold {
    font-weight: 600
}

#search {
    background-color: #fff !important
}

.resultBox {
    display: none;
    border: 1px solid #af0b26;
    width: inherit;
    position: absolute;
    top: 42px;
    left: 370px;
    overflow: hidden
}

.resultBoxInner {
    max-height: 250px;
    overflow-y: auto
}

.resultBox .resultLink p:first-of-type {
    font-weight: 500
}

.resultBox .resultLink p:nth-child(2) {
    font-weight: 600;
    color: #0056d2
}

.resultBox .resultLink:hover p {
    color: #fff
}

.resultBox .resultLink:hover {
    background-color: #af0b26
}

@media screen and (min-width:300px) and (max-width:767px) {
    .resultBox {
        top: 42px;
        left: 0;
        max-height: 250px;
        overflow-y: auto
    }
}

.cursor-pointer {
    cursor: pointer
}

#ui-datepicker-div {
    z-index: 4 !important
}

#countrySelect {
    flex: 0.2 1 auto
}

#mb-set-tp-un-course {
    width: 100% !important
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.adOn_errorMsg {
    background: red;
    color: #fff !important;
    text-align: left;
    font-size: 10px;
    padding: 4px;
    border-radius: 5px;
    font-weight: 600;
    margin: 5px 2px;
    display: inline-block
}

#ui-datepicker-div {
    z-index: 9999999999 !important
}

.adOn_uniSLider img {
    width: 200px
}

.adOn_tabContent .card.shadow-sm {
    min-height: 165px
}

.mh-275 {
    min-height: 275px
}

.mh-275 .card-body {
    display: grid;
    grid-template-columns: 2fr;
    align-content: space-between
}

.slideAddress,
.slideApproval {
    position: relative;
    padding-left: 22px;
    margin-bottom: .5rem
}

.slideAddress::before {
    content: "\f21d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 15px;
    display: block;
    color: #b02125;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 2px
}

.slideApproval::before {
    content: "\f0a3";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 15px;
    display: block;
    color: #f2c010;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 2px
}

.ck_content table {
    text-align: center !important
}

.ck_content table tbody tr p {
    margin: 0 !important
}

.loginActions {
    top: 69% !important;
    left: unset !important;
    right: 0
}

@media screen and (min-width:300px) and (max-width:767px) {
    .w-35 {
        width: 45%
    }

    .adOn_colImg:nth-child(2) {
        left: 10px;
        z-index: 2
    }

    .adOn_colImg:nth-child(3) {
        left: 20px;
        z-index: 2
    }

    .adOn_colImg:nth-child(4) {
        left: 30px;
        z-index: 2
    }

    .ck_content {
        text-align: left !important
    }
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgb(245 143 111 / 18%)
}

* {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:768px) {
    .adOn_gradient-overlay::after {
        content: "";
        position: absolute;
        background: url(../img/main/adOn_detailsBg.png);
        background-position: 450px;
        background-repeat: no-repeat;
        height: 100%;
        width: 1200px;
        top: 0;
        right: 0;
        z-index: 0
    }
}

@media (min-width:1900px) {
    .container {
        max-width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }

    p {
        font-size: 18px
    }

    .h2 {
        font-size: 3rem
    }

    .h3 {
        font-size: 2.8rem
    }

    .h4 {
        font-size: 2.5rem
    }

    .h5 {
        font-size: 1.5rem
    }
}

@media screen and (max-width:320px) {
    .adOn_compareBadgeOuter {
        position: absolute;
        top: -12px;
        left: 30px
    }

    .sticky-72 {
        position: sticky;
        top: 69px;
        z-index: 3
    }

    .menu-logo {
        max-width: 80px
    }

    .stepBtnGrp {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background: #fff;
        margin-top: 10px;
        padding: 10px 0
    }

    .stepBtnGrp button {
        width: 40%
    }

    .sgf-show {
        display: none
    }

    .contact-page-section .contact-deatil-list .connection-detail-wrapper {
        padding: 20px 15px
    }
}

@media screen and (max-width:300px) {
    .adOn_CarPosition {
        left: 0
    }

    .sticky-72 {
        position: sticky;
        top: 69px;
        z-index: 3
    }

    .adOn_cardHover p.h4 {
        font-size: 14px
    }

    .adOn_cardHover p {
        font-size: 12px
    }

    .adOn_admissionCard p.h2 {
        font-size: 20px
    }

    .adOn_admissionCard p.h5 {
        font-size: 16px
    }

    .sticky-90,
    .sticky-card-90 {
        position: sticky;
        top: -40px
    }

    .ctaSect p.h4 {
        font-size: 18px
    }

    .py-70 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .fact_sect {
        flex-flow: column
    }

    .fact_sect p.h6 {
        font-size: .9rem
    }

    .adOn_StudentMarqueeOuter {
        display: unset
    }

    .adOn_upSlider {
        transform: rotateZ(180deg)
    }

    .sgf-hide {
        display: none
    }

    .fact_sect i {
        margin: 4px 0 !important
    }

    .counsellorDetailsCard i {
        font-size: 12px
    }

    .adOn_colImg:nth-child(2) {
        left: 20px;
        z-index: 2
    }

    .adOn_colImg:nth-child(3) {
        left: 40px;
        z-index: 2
    }

    .adOn_colImg:nth-child(4) {
        left: 60px;
        z-index: 2
    }

    .mobForm .adOn_colImg {
        display: none
    }

    .mobForm .form-check-inline {
        margin-right: .5rem
    }

    .adOn_CounsellingLink {
        position: static;
        margin-bottom: 1rem
    }

    .adOn_uniDetailColImgText {
        top: -10px;
        left: 105px
    }

    .ck_content {
        text-align: left !important
    }

    .stepBtnGrp {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background: #fff;
        margin-top: 10px;
        padding: 10px 0
    }

    .stepBtnGrp button {
        width: 40%
    }

    .modal.right .modal-dialog {
        width: 85vw
    }

    .addMore {
        margin: 4px 0
    }

    .modal.right .modal-title {
        font-size: 18px
    }

    #set-university-approval p {
        font-size: 14px
    }

    .sgf-show {
        display: block
    }

    .adOn_colImgGrp {
        padding: .5rem 0;
        margin-top: 0
    }

    .card-row-fld .col-6 {
        width: 100%
    }

    .adOn_MobDropdownCourse,
    .adOn_MobDropdownSpec,
    .adOn_customDropdown,
    .mobTopUniMenu,
    .topUniSpec {
        top: 70px
    }
}

@media screen and (min-width:992px) and (max-width:1405px) {
    .col-tab-3 {
        flex: 0 0 auto;
        width: 33.33%
    }
}

.dataTables_filter label,
.dataTables_filter label input {
    width: inherit !important;
    padding-left: 5px;
    padding-right: 5px
}

#set-tp-un-course_filter {
    width: 98% !important
}

.dataTables_wrapper .dataTables_filter {
    float: unset;
    text-align: unset
}

figure {
    margin: 0
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
}

.Ov_loadingImg {
    display: inline-block;
    width: 50px;
    height: 50px
}

.courseLoadingImg {
    display: inline-block;
    width: 100%;
    height: 150px
}

.loading-animation {
    overflow: hidden;
    background: #d0d0d0
}

.line {
    margin-top: 15px;
    height: 12px;
    width: 150px;
    border-radius: 50px;
    margin-bottom: 8px
}

.btn1,
.line1,
.line2 {
    margin-top: 0
}

.line1 {
    width: 80px;
    height: 8px
}

.btn1 {
    width: 45%;
    height: 30px
}

.line2 {
    width: 40px;
    height: 10px
}

.progrLoader {
    height: 40px;
    border-radius: 10px
}

.loading-animation::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    animation: 1s infinite loading;
    background: linear-gradient(to right, transparent, #d9d9d9, transparent)
}

@keyframes loading {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%)
    }
}

.card-img-top {
    height: auto;
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.rounded-top {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.gender-inp {
    font-size: 13px
}

.gender-inp .form-check-input {
    margin-top: 0;
    margin-bottom: 0;
    height: 14px !important;
    width: 14px !important
}

.g-03 {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px
}

.adOn_FormDivOuter .card-body {
    padding: 6px 16px
}

/*.adOn_Form label {*/
/*    z-index:2;*/
/*}*/

/*.input-group{*/
/*    z-index:1;*/
/*}*/