@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

@font-face {
    font-family: HelveticaNeue;
    src: url(HelveticaNeue.ttc);
}

@font-face {
    font-family: HelveticaNeueBold;
    src: url(HelveticaNeueBold.ttf);
}
@media (min-width: 350px) {
    .card-wrapper {
        display: flex;
    }
    .card-wrapper div {
        width: 50%;
    }
}
@media (max-width: 349.9px) {
    .card-wrapper {
        display: block;
    }
    .card-wrapper div {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (min-width: 450px) {
    .card-wrapper div {
        margin-right: 40px;
    }
}
@media (max-width: 449.9px) {
    .card-wrapper div {
        margin-right: 10px;
    }
}
@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0 !important;
    }
    #sidebar-wrapper-sm {
        display: none;
    }

    #page-content-wrapper {
        min-width: 0 !important;
        width: 100% !important;
        min-width: 100vw;
        margin-left: 260px !important;
        margin-bottom: 1rem;
    }
    .help-alert {
        width: 75% !important;
    }
    #page-content-wrapper h1, #sidebar-wrapper-right h1 {
        font-size: 44px !important;
    }

    ul.dropdown-user {
        left: 120px;
        bottom: 40px;
    }
    .address-wrapper {
        display: flex;
    }
    .address-wrapper div {
        width: 25%;
        margin-right: 40px;
    }
}

#page-content-wrapper.expand {
    width: 100% !important;
    min-width: 100vw;
    margin-left: 260px !important;
}
#page-content-wrapper.squeze {
    width: calc(100% - 66px) !important;
    margin-left: 70px !important;
}

@media (max-width: 767.9px) {
    #page-content-wrapper {
        width: calc(100% - 66px) !important;
        margin-left: 70px !important;
    }
    #sidebar-wrapper {
        display: none;
    }
    .nav-indecator-txt {
        line-height: 12px !important;
        display: block;
    }
    .help-alert {
        width: 100% !important;
        margin-top: 2rem;
    }
    ul.dropdown-user {
        left: 50px;
        bottom: 40px;
    }
    #page-content-wrapper h1.settings {
        margin-top: 80px !important;
    }
    .row .col-md-6:nth-child(2) {
        margin-top: 54px;
        margin-bottom: 34px;
    }
    .nav .nav-item a.nav-link {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .nav .nav-item:first-child a.nav-link {
        padding-left: 0px !important;
    }
    .address-wrapper {
        display: block;
    }
    .address-wrapper div {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 440px) {
    .hide-generate {
        display: none;
    }
}
@media (max-width: 1020px) and (min-width: 768px) {
    h5.card-title {
        font-size: 14px !important;
    }
    p.card-text {
        font-size: 9px !important;
    }
}
@media (max-width: 1000px) {
    .nav-indecator-txt {
        font-size: 11px !important;
    }
}
@media (min-width: 1020.1px) {
    .condition-wrapper {
        display: flex;
    }
    .condition-wrapper>div {
        width: 50%;
    }
}
@media (min-width: 1700px) {
    .condition-wrapper>div {
        width: 30%;
    }
}

* {
    font-family: HelveticaNeue, sans-serif !important;
    color: #5C5C5C;
}

h1, h2, h3, h4, h5, h6, th, .bold {
    font-family: HelveticaNeueBold, sans-serif !important;
}

h2.regular {
    font-family: HelveticaNeue, sans-serif !important;
    font-size: 28px !important;
    margin-bottom: 2px !important;
}

.rounded, .btn, .alert {
    border-radius: 8px !important;
}

#page-content-wrapper h1 {
    margin-bottom: 22px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}
#sidebar-wrapper-sm .sidebar-heading img {
    height: 60px;
    width: auto;
}
.sidebar-heading img {
    height: 55px;
    width: auto;
}
.btn-theme {
    background-color: #1B87C5 !important;
    color: #FFFFFF !important;
    padding: 12px 24px;
}

.btn-theme-bordered {
    border: 2px solid #1B87C5 !important;
    color: #1B87C5 !important;
}

.btn-cta {
    padding: 12px 18px !important;
    font-family: HelveticaNeueBold, sans-serif !important;
    border: none !important;
    letter-spacing: 0.5px;
}

.btn-save {
    padding: 12px 18px !important;
    font-family: HelveticaNeueBold, sans-serif !important;
    border: none !important;
    letter-spacing: 0.5px;
    margin-top: 38px;
}

.btn-theme-bordered:hover {
    background-color: #CFEBFF !important;
}

.btn-theme:hover {
    background-color: #187bb4 !important;
    color: #FFFFFF !important;
}

.bg-theme-light {
    background-color: #CFEBFF !important;
}

a {
    color: #1B87C5 !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper, #sidebar-wrapper-sm {
    height: 100vh;
    /* margin-left: -15rem; */
    transition: margin 0.25s ease-out;
    position: fixed;
}

#sidebar-wrapper-sm {
    padding-left: 6px;
    padding-right: 6px;
}

#sidebar-wrapper a.list-group-item {
    color: #212529 !important;
}

#sidebar-wrapper a.list-group-item img {
    margin-right: 12px;
    width: 18px;
    height: auto;
}

#sidebar-wrapper-sm a.list-group-item img {
    width: 24px;
    height: auto;
}

#sidebar-wrapper-sm a.list-group-item img.user-pic {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

#sidebar-wrapper-sm a.list-group-item img.wider {
    width: 25px !important;
}

#sidebar-wrapper-sm a.list-group-item img.smaller {
    width: 23.5px !important;
}

#sidebar-wrapper a.list-group-item img.wider {
    width: 19px !important;
}

#sidebar-wrapper a.list-group-item img.smaller {
    width: 17.5px !important;
}

a.list-group-item.rounded.active, a.list-group-item.rounded.active:hover {
    background-color: #D9EDF9 !important;
}

a.list-group-item.rounded:hover {
    background-color: #F8F9FA !important;
}

img.selected-icon, a.list-group-item.rounded:hover img.normal-icon {
    display: none;
}
a.list-group-item.rounded.active img.selected-icon, a.list-group-item.rounded:hover img.selected-icon {
    display: inline;
}

a.list-group-item.rounded.active img.normal-icon {
    display: none;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

.sidebar-heading {
    border: 0 !important;
}

#sidebar-wrapper-sm .sidebar-heading {
   margin-top: 22px !important;
}

#sidebar-wrapper-sm .list-group-item {
    width: 60px;
    height: 60px;
}

#sidebar-wrapper .list-group {
    width: 13rem;
}

.loggedin-user {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #8C8C8C !important;
    color: #5C5C5C !important;
}

.loggedin-user .bi {
    margin-left: 10px;
    margin-top: 5px;
}

.list-group-item.p-c {
    padding: 10px 16px !important;
}

a.edit-link {
    margin-right: 10px !important;
}

.nav-indecator .nav-indecator-item-wrapper {
    padding: 0 4px;
    width: 20%;
}

.nav-indecator .nav-indecator-item-wrapper .nav-indecator-item {
    height: 8px;
    background-color: #adb5bd;
    display: inline-block;
}

.nav-indecator .nav-indecator-item-wrapper.active .nav-indecator-item  {
    background-color: #1B87C5;
}

.nav-indecator .nav-indecator-item-wrapper .nav-indecator-txt  {
    color: #6C757D;
}

.nav-indecator-txt.current  {
    color: #212529 !important;
}

.alert-theme {
    background-color: #CFEBFF;
    border: 1px solid #4D9CD6;
    color: #086498 !important;
}

.alert-theme p {
    color: #086498 !important;
}

.alert-theme p.click-here {
    border-top: 1px solid #b3dfff;
    padding-top: 1rem;
}

.alert-theme .click-here a {
    text-decoration: none !important;
    color: #086498 !important;
}

.alert-theme .click-here a:hover {
    text-decoration: underline !important;
}

.card {
    color: #5C5C5C !important;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}
::-webkit-scrollbar-track {
    background: #fff !important;
}
::-webkit-scrollbar-thumb {
    background: #1B87C5 !important;
    border-radius: 10px !important;
}
::-webkit-scrollbar-thumb:hover {
    background: #5c5c5c !important;
}

#sidebar-wrapper-sm .sidebar-heading {
    margin-bottom: 22px;
}
.nav .nav-item a.nav-link {
    font-size: 14px;
    color: #212529 !important;
    text-decoration: none;
}
.nav .nav-item a.nav-link.active {
    text-decoration: underline;
}
.nav .nav-item:first-child a.nav-link {
    padding-left: 0 !important;
}
#page-content-wrapper h1.settings {
    margin-top: 123px;
    margin-bottom: 10px !important;
}
.mt-14 {
    margin-top: 14px;
}
.mt-70 {
    margin-top: 70px;
}
span.float-end.bold {
    font-size: 14px;
}
span.edit-btn {
    text-decoration: underline;
}
table.table thead th {
    color: #5C5C5C !important;
}
.mb-22 {
    margin-bottom: 22px !important;
}
.mb-42 {
    margin-bottom: 42px !important;
}
.mb-42 {
    margin-bottom: 42px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-43 {
    margin-top: 43px !important;
}
.deactive-input {
    pointer-events: none;
    color: #ADB5BD;
}
.deactive-btn {
    pointer-events: none;    
    background-color: #B7B5B3 !important;
    color: #fff !important;
}
.active-btn {
    pointer-events: auto;
    background-color: #1B87C5;
    color: #FFFFFF;
}
.btn-save.active-btn:hover {
    background-color: #1B87C5 !important;
    color: #FFFFFF !important;
    opacity: 0.9;
}
.basic-edit, .billing-edit, .address-edit, .pay-edit, #generate-pwd {
    cursor: pointer;
}

.text-green {
    color: #097B53 !important;
}

.text-red {
    color: #AB3C17 !important;
}
.err-msg {
    background-color: #F4D1C0;
    padding: 5px 11px 5px 23px;
}
.succ-msg {
    background-color: #EAF9F4;
    padding: 5px 11px 5px 23px;
}
.err-txt {
    color: #513D33;
    font-size: 14px;
    line-height: 150%;
    padding: 10px 10px 10px 0px;
}
.succ-txt {
    color: #326556;
    font-size: 14px;
    line-height: 150%;
    padding: 10px 10px 10px 0px;
}
.icon img {
    width: 20px;
    height: 20px;
    margin-right: 19px;
}
ul.dropdown-user {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    position: absolute;
    border: 1px solid #CDCDCD;
    border-radius: 8px;
    padding: 0;
    width: 220px;
    background-color: #fff;
    margin: 0;
    display: none;
}
ul.dropdown-user li {
    padding: 16px;
    font-size: 16px;
}
ul.dropdown-user li:hover {
    background-color: #F8F9FA;
}
ul.dropdown-user li:first-child {
    border-bottom: 1px solid #CDCDCD;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
ul.dropdown-user li:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
ul.dropdown-user li a {
    color: #212529 !important;
    text-decoration: none;
    display: block;
}
.ed-badge {
    padding: 1px 3px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}
.enable-badge {
    border: 1px solid #1B87C5;
    color: #1B87C5;
}
.disable-badge {
    border: 1px solid #dc3545;
    color: #dc3545;
}
.light-gray {
    color: #8C8C8C;
}
.ava-credits {
    background-color: #f2f2f2;
    color: #212529;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}
.loggedin-user p {
    margin-bottom: 10px !important;
}
.loggedin-user .list-group-item.person {
    border-top: 1px solid #8C8C8C !important;
}