
.form-label,
.col-form-label {
    text-transform: inherit;
    letter-spacing: inherit;
    color: #433c50;
}

#template-customizer.template-customizer-open {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

#template-customizer {
    font-family: "Open Sans", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: inherit !important;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 400px;
    -webkit-box-shadow: 0px 8px 28px 0px rgba(46, 38, 61, .24);
    box-shadow: 0px 8px 28px 0px rgba(46, 38, 61, .24);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: translateX(420px);
    -ms-transform: translateX(420px);
    transform: translateX(420px);
}

.bg-card {
    background-color: #fff;
}

#template-customizer.template-customizer-open .template-customizer-open-btn {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

#template-customizer .template-customizer-open-btn {
    position: absolute;
    top: 180px;
    left: 0;
    z-index: -1;
    display: block;
    width: 38px;
    height: 42px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background: var(--bs-primary);
    color: #fff !important;
    text-align: center;
    font-size: 18px !important;
    line-height: 42px;
    opacity: 1;
    -webkit-transition: all .1s linear .2s;
    -o-transition: all .1s linear .2s;
    transition: all .1s linear .2s;
    -webkit-transform: translateX(-58px);
    -ms-transform: translateX(-58px);
    transform: translateX(-58px);
}





*,
*::before,
*::after {
    box-sizing: border-box;
}



.lh-1 {
    line-height: 1 !important;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.m-0 {
    margin: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #e6e5e8 !important;
}

#template-customizer {
    font-family: "Open Sans", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: inherit !important;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 400px;
    -webkit-box-shadow: 0px 8px 28px 0px rgba(46, 38, 61, .24);
    box-shadow: 0px 8px 28px 0px rgba(46, 38, 61, .24);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: translateX(420px);
    -ms-transform: translateX(420px);
    transform: translateX(420px);
}

#template-customizer .template-customizer-t-panel_header {
    font-size: .9375rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}

small,
.small {
    font-size: 0.8125rem;
}

html:not([dir=rtl]) .me-5 {
    margin-right: 1.25rem !important;
}

html:not([dir=rtl]) .end-0 {
    right: 0 !important;
}

.gap-2 {
    gap: .5rem !important;
}

.mt-6 {
    margin-top: 1.5rem !important;
}

.align-items-center {
    align-items: center !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: #6d6777 !important;
}


[class^=ri-],
[class*=" ri-"] {
    font-family: "remixicon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ri-20px,
.ri-20px:before {
    font-size: 20px;
}

[class^=ri-],
[class*=" ri-"] {
    font-family: "remixicon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
}

a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
}

.badge.badge-notifications {
    position: absolute;
    top: auto;
    display: inline-block;
    margin: 0;
    transform: translate(-50%, -30%);
}

.badge.badge-dot {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    vertical-align: middle;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.badge {
    --bs-badge-padding-x: 0.9231em;
    --bs-badge-padding-y: 0.236em;
    --bs-badge-font-size: 0.86667em;
    --bs-badge-font-weight: 500;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.1875rem;
    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);
}

.badge {
    line-height: 1.375;
}

.text-body {
    --bs-text-opacity: 1;
    color: #6d6777 !important;
}

.fw-light {
    font-weight: 300 !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: #6d6777 !important;
}

#template-customizer .template-customizer-inner {
    position: relative;
    overflow: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    opacity: 1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.pt-6 {
    padding-top: 1.5rem !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

#template-customizer .template-customizer-inner>div:first-child>h5:first-of-type {
    padding-top: 0 !important;
}

#template-customizer h5 {
    position: relative;
    font-size: 11px;
}

.bg-label-primary {
    background-color: #ede4ff !important;
    color: #8c57ff !important;
}

.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.rounded-2 {
    border-radius: .25rem !important;
}

#template-customizer h5 {
    position: relative;
    font-size: 11px;
}

.pb-6 {
    padding-bottom: 1.5rem !important;
}

.px-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}

.m-0 {
    margin: 0 !important;
}

.w-100 {
    width: 100% !important;
}

#template-customizer .form-label {
    font-size: .9375rem;
}

.d-block {
    display: block !important;
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.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(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x));
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.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(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x));
}

/* #template-customizer.template-customizer-open .custom-option.checked {
        color: var(--bs-primary);
        border-width: 2px;
        margin: 0;
    } */

/* .custom-option-icon {
        overflow: hidden;
    } */
/* .custom-option {
        padding-left: 0;
        border: 1px solid #e6e5e8;
        border-radius: .375rem;
        margin: 1px;
    } */
.form-check {
    position: relative;
}

.form-check {
    display: block;
    min-height: 1.3754296875rem;
    padding-left: 1.8em;
    margin-bottom: .5rem;
}

#template-customizer .template-customizer-inner .form-check-label {
    color: #6d6777;
}

#template-customizer .form-check-label {
    font-size: .8125rem;
}

#template-customizer .template-customizer-inner .form-check-label {
    color: #6d6777;
}

#template-customizer .form-check-label {
    font-size: .8125rem;
}

/* .custom-option-icon .custom-option-content {
        text-align: center;
        padding: 1.067em;
    } */


.form-check {
    position: relative;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img,
svg {
    vertical-align: middle;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

#template-customizer .template-customizer-inner .form-check-label {
    color: #6d6777;
}