html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    /* overflow: hidden; */
}

.footer {
    position: unset !important;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: auto;
    line-height: 60px;
    padding: 0.75em 1em;
    background-color: #132750;
}

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

.scroll-questions .card-body {
    padding: 0;
}

.infinite-scroll .card {
    width: 94%;
    margin: 1em auto;
}

.fixed-img {
    position: absolute;
    bottom: 0;
}

.minh-70vh {
    padding-top: 4em;
    min-height: 70vh;
}

.minh-70vh .card {
    background-color: #ffffff;
}

.sticky {
    position: sticky !important;
    top: 0;
}

.relate {
    position: relative;
}

.sticky-center {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 55;
    width: 100%;
}

.fixed {
    position: sticky;
    top: 0;
    z-index: 55;
}

/* .info-icon {
    position: absolute;
    top: .5em;
    right: .5em;
    display: none;
} */

.description {
    position: absolute;
    width: auto;
    height: auto;
    max-height: 150px;
    min-width: 250px;
    padding: 10px;
    right: -5em;
    top: 25px;
    font-size: 12px;
    background-color: #ededed;
    border-radius: 10px;
    display: none;
    z-index: 55;
}

.info-icon:hover .description,
.info-icon:focus .description  {
    display: block;
}

.scroll {
    overflow-y: scroll;
    height: 110vh;
}

.search-field {
    border-radius: 15px !important;
    width: 100%;
}

.minh-adjusted {
    min-height: calc(100vh - 132px);
}

.scroll-questions {
    overflow-y: scroll;
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-height: calc(100vh - 132px);
    background: url(../../assets/img/faq-01.svg) center/95% no-repeat;
    background-color: #ffffff;
    background-blend-mode: darken;
}

.scroll-comments {
    overflow-y: scroll;
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-height: calc(100vh - 70px);
    background-color: #ffffff80;
    background-blend-mode: color-dodge;
}

.scroll-questions::-webkit-scrollbar,
.scroll-comments::-webkit-scrollbar {
    display: none;
}

.sidebar .sidebar-wrapper {
    overflow-x: hidden;
}

.submit-section {
    display: flex;
    justify-content: flex-end;
    background-color: #132750;
}

.modal-backdrop {
    display: none;
}

.modal-body,
.modal-title {
    color: #132750;
}

.btn-blue-sidebar {
    background: #132750;
    color: white !important;
    border-radius: 55px;
    width: fit-content;
    padding: 0.25em 1em;
    text-align: right;
    font-size: 12px !important;
    letter-spacing: 1px;
    line-height: 1.5;
    height: 25px;
}

.navbar .navbar-toggler {
    padding: 0.5em;
}

.text-right {
    display: flex;
    justify-content: flex-end;
}

.prev,
.next {
    text-transform: capitalize !important;
    font-size: 12px;
}

.pagination li {
    /* background-color: white; */
    color: #132750;
    border-radius: 15px;
}
.perfect-scrollbar-on .sidebar {
    height: calc(100% - 70px);
    top: 70px;
}

.nav-open .sidebar {
    box-shadow: none !important;
}

.pagination .page-link {
    display: flex;
    padding: 0.25em 1em;
    align-items: center;
    justify-content: center;
    height: 30px;
    min-width: 50px;
    border-radius: 25px !important;
    text-align: center;
    background-color: #ffffff;
}

.pagination .page-link:first-child {
    font-size: 18px;
    padding: 0.25em 1em .5em 1em;
}

.off-canvas-sidebar .navbar.navbar-transparent {
    padding-top: 0 !important;
}

.theme-card button {
    border-radius: 15px 15px;
    padding: 0.25em 1em;
    margin: 0.5em 1em;
    font-size: 12px;
    border: none;
    background-color: #eeeeee !important;
    color: black !important;
}

.sidebar-title {
    font-weight: 700;
    text-align: center;
    color: black;
    border: none;
}

.material-icons {
    color: black;
}

.main-panel > .content {
    margin-top: 0;
}

.card label {
    padding: 10px 15px;
    margin-right: .5em;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 0.5em;
}

.btn-blue {
    background: #132750 !important;
    color: white !important;
    border-radius: 15px;
    width: fit-content;
}

input[type="radio"] {
    margin-right: 1em;
}

.radio-inline {
    background-color: #ededed;
    color: black;
    padding: 0.5em;
    display: block;
}

.nav-link,
.nav-link:focus,
.nav-link:active,
.nav-link:hover {
    background: white;
}

.nav-link p,
.nav-link span {
    color: #132750;
    font-weight: 400;
}

.navbar .navbar-brand {
    padding: 0;
    padding-bottom: 0.5em;
}

.footer ul li a {
    padding: 0 1em;
}

nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: stretch;
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1em;
}

.off-canvas-sidebar .footer {
    bottom: -16px;
}

/* .footer ul li {
    display: flex;
    padding: 0.25em 1em;
    align-items: center;
    height: 30px;
} */

.sidebar .nav {
    margin-top: 0;
    display: block;
    padding-left: 0;
}

.sidebar .nav-item, 
.sidebar .nav-link,
.sidebar .nav-link:active {
    background-color: #eeeeee;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    padding: 0 0.5em;
    flex-wrap: wrap;
}

.sidebar .nav li a {
    border-radius: 0;
}

.navbar {
    margin-bottom: 0;
}

.link-sm {
    display: none !important;
}

.card {
    margin: 0 auto;
    background-color: transparent;
}

.infinite-scroll .card {
    background-color: #ffffff;
}

.card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content {
    padding-top: 1px !important;
}

.sidebar {
    background-color: #eeeeee;
}

.perfect-scrollbar-on .main-panel {
    height: unset;
    max-height: unset;
}

.main-panel > .content {
    min-height: unset;
}

.wrapper {
    height: unset;
}

.sidebar-wrapper .blue,
.sidebar-wrapper .blue * {
    background-color: #132750;
    color: white;
}

.sidebar-wrapper .collapsed,
.sidebar-wrapper .collapsed * {
    background-color: #ffffff;
    color: #132750;
}

.bg-white * {
    background-color: #ffffff !important;
    color: #132750 !important;
}

.bg-theme-light {
    background-color: #ffffff;
}

.d-lg-none {
    margin-bottom: 0;
}

.bmd-form-group .comment {
    padding: 1.25em 1em;
}

@media screen and (max-width: 991px) {
  .navbar .navbar-collapse .navbar-nav {
    flex-direction: row;
    padding: 10px;
  }

  .off-canvas-sidebar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 5px;
  }

  .off-canvas-sidebar nav .navbar-collapse>ul {
    margin-top: 0px;
  }

  .sidebar .logo {
    display: none;
  }

  .user-sidebar {
    min-width: 94px;
  }

  .navbar .dropdown-menu .dropdown-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .perfect-scrollbar-on .sidebar {
    background-color: transparent;
    padding-top: 8%;
}

  .align-center {
    justify-content: space-between;
    width: 100%;
  }
}


@media only screen and (max-width: 768px) {
    .card {
        max-width: 100%;
    }

    .main-panel > .content {
        padding: 0;
    }

    body {
        overflow: scroll;
    }

    .sticky-center {
        top: 0;
        transform: unset;
    }
}

@media only screen and (max-width: 600px) {
    .description {
        min-width: 60%;
        max-width: 100%;
        padding: 10px;
        right: unset;
        top: unset;
        left: 0%;
        bottom: 20%;
    }
}

@media only screen and (max-width: 576px) {
    .fixed-img {
        position: static;
    }

    .minh-70vh {
        min-height: 40vh;
    }
}

@media only screen and (max-width: 400px) {
    .perfect-scrollbar-on .sidebar {
      padding-top: 12%;
    }  
}
