:root {
    --bs-primary: #FF7504 !;
    /* Custom Primary Color */
    --bs-secondary: #1e90ff;
    /* Custom Secondary Color */
    --bs-body-font-family: "Reddit Sans", sans-serif;
    /* Custom Font */
    --bs-body-bg: #f4f4f4;
    /* Background Color */
    --bs-border-radius: 6px;
    /* Global Border Radius */

}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #FF7504;
    --bs-btn-border-color: #FF7504;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FF7504;
    --bs-btn-hover-border-color: #FF7504;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FF7504;
    --bs-btn-active-border-color: #FF7504;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #FF7504;
    --bs-btn-disabled-border-color: #FF2934
}

.btn-outline-primary {
    --bs-btn-color: #FF7504;
    --bs-btn-border-color: #FF7504;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FF7504;
    --bs-btn-hover-border-color: #FF7504;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FF7504;
    --bs-btn-active-border-color: #FF7504;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #FF7504;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FF7504;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #D8D8D8;
    --bs-btn-border-color: #D8D8D8;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #D8D8D8;
    --bs-btn-hover-border-color: #D8D8D8;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #D8D8D8;
    --bs-btn-active-border-color: #D8D8D8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #D8D8D8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #D8D8D8;
    --bs-gradient: none
}

.navbar {
    --bs-navbar-padding-x: 3rem;
    --bs-navbar-padding-y: 1.3rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    /* margin-right: auto; */
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 235px;
    --bs-offcanvas-height: 56vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}


.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}


.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #141414;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-header {
    display: flex;
    background-color: #ffffff !important;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    /* border: 0.5px solid #505050 !important; */
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: none;
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.nav-tabs .nav-link {
    border: none !important;
    color: #000;
    border-radius: 20px !important;
    font-weight: 500 !important;
    width: 130px;

    transition: all 0.3s ease;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 50px;
    background: linear-gradient(225deg, #ffefe0, #fff2e6);
    box-shadow: inset 1px 2px 2px #d9c9bdaf, inset 0px 0px 0px #ffffff;
    color: #FF7504 !important;
    border: none !important;
    font-weight: 500;
    width: 130px;
    transition: all 0.3s ease;
}

/* Hover / focus - pressed effect */


/* .nav-link:focus,
.nav-link:hover {
    color: #ffffff !important;
} */

.nav-link:focus,
.nav-link:hover {
    color: rgb(109, 104, 93) !important
}

.row {
    --bs-gutter-x: 2.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))
}


.badge {
    --bs-badge-padding-x: 1.65em;
    --bs-badge-padding-y: 0.40em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.table-dark {
    --bs-table-bg: #000000;
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: #948fa7;
    --bs-table-bg: #14141400;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: #5a5a5a;
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 950px;
    }
}

@media (min-width: 1200px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 1050px;
    }
}

@media (max-width: 991px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}

@media (max-width: 700px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 600px;
    }
}

.tagify {
    --tags-disabled-bg: #F1F1F1;
    --tags-border-color: #535357 !important;
    --tags-hover-border-color: #5a5a5a !important;
    --tags-focus-border-color: #5a5a5a !important;
    --tag-border-radius: 3px;
    --tag-bg: transparent !important;
    --tag-hover: #D3E2E2;
    --tag-text-color: #ffffff !important;
    --tag-text-color--edit: black !important;
    --tag-pad: 0.3em 0.5em;
    --tag-inset-shadow-size: 1.2em;
    --tag-invalid-color: #ffffff !important;
    --tag-invalid-bg: rgb(227, 26, 26) !important;
    --tag--min-width: 1ch;
    --tag--max-width: 100%;
    --tag-hide-transition: 0.3s;
    --tag-remove-bg: rgb(54, 53, 53) !important;
    --tag-remove-btn-color: #ffffff !important;
    --tag-remove-btn-bg: none;
    --tag-remove-btn-bg--hover: #db1414 !important;
    --input-color: inherit;
    --placeholder-color: rgba(0, 0, 0, 0.4);
    --placeholder-color-focus: rgba(0, 0, 0, 0.25);
    --loader-size: .8em;
    --readonly-striped: 1;
    --tag-hover: transparent !important;

}

.tagify__tag {
    border: 1px solid #5a5a5a !important;
}

.form-control {
    color: black !important;
}

.text-secondary {
    color: #626FFF !important;
}

.text-success {
    color: #03DB3D !important;
}

.textMuted {
    color: #898989;
}

.boxShadowNone {
    box-shadow: none !important;
}