/*!
* Version: 1.1.0
* Template: Example Project
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
:focus {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bs-heading-font-family)
}

a {
    transition: color .4s ease, background .4s ease
}

.iq-slider {
    overflow: hidden;
    overflow-x: auto
}

.iq-scroller-effect ::-webkit-scrollbar {
    border-radius: 20px;
    height: 5px;
    width: 5px
}

.iq-scroller-effect ::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 20px
}

.iq-scroller-effect ::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.iq-scroller-effect ::-webkit-scrollbar-thumb:hover {
    background: #f0f0f0;
    border-radius: 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

body {
    transition: background-color .25s ease-in-out
}

.sign-bg {
    left: 0;
    position: absolute;
    top: 0
}

.sign-bg.sign-bg-right {
    left: auto;
    right: 0
}

.gradient-main {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.login-bottom {
    margin-top: -12.5rem
}

@media (min-width:1400px) {
    .auth-card {
        padding: 0 6.25rem
    }
}

@media (max-width:575.98px) {
    .login-header {
        height: 12.5rem !important
    }

    .login-bottom {
        margin-top: -6.25rem
    }
}

.card .iq-dashed-border {
    border: 1px dashed #ced4da;
    border-radius: .5rem;
    padding: 1.5rem
}

.card .card-body .grid-flow-col {
    grid-auto-flow: column
}

.card .card-body .iq-icon-box-2 {
    background: #f9f9f9;
    border-radius: .5rem;
    font-size: 1rem;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
    text-align: center;
    text-decoration: none;
    width: 36px
}

.card .card-body .iq-media-group-1 .iq-media-1 {
    margin-left: -1.25rem;
    position: relative;
    z-index: 0
}

.card .card-body .iq-media-group-1 .iq-media-1:hover {
    z-index: 9
}

.card .card-body .iq-media-group-1 .iq-media-1 img {
    border: 2px solid #eee
}

.card .card-body .iq-media-group-1 .iq-media-1:first-child {
    margin-left: 0
}

.card .card-body .iq-media-group-1 .iq-media.border {
    border: 2px solid #eee
}

.card .card-body .iq-media-1 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .125rem;
    display: inline-flex
}

.card .card-body .iq-media-1:hover {
    text-decoration: none
}

.pricing .table thead tr {
    background-color: unset
}

.pricing .table th {
    border-bottom: 1px solid #eee;
    border-top: none
}

.pricing .table td {
    border-top: none !important
}

.pricing .table tr {
    border-bottom: 1px solid #eee
}

.prc-box {
    background: var(--bs-primary-tint-80);
    border-radius: .25rem;
    cursor: pointer;
    padding: 15px;
    position: relative;
    transition: .5s ease-in-out
}

.type {
    background: var(--bs-primary);
    color: #fff;
    font-weight: 500;
    left: 50%;
    padding: 9px 25px;
    position: absolute;
    top: -15px;
    transform: translateX(-50%)
}

.type:before {
    border-left: 15px solid var(--bs-primary-shade-60);
    right: -15px
}

.type:after,
.type:before {
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    width: 0
}

.type:after {
    border-right: 15px solid var(--bs-primary-shade-60);
    left: -15px
}

.prc-box.active {
    background: var(--bs-primary)
}

.prc-box.active .h3 {
    color: #fff
}

.prc-box.active .type {
    background: var(--bs-primary-tint-80);
    border-radius: 0 0 .25rem .25rem;
    color: #212529;
    transition: .5s ease-in-out
}

.prc-box.active .type:before {
    border-left: 16px solid var(--bs-primary-shade-80);
    right: -16px
}

.prc-box.active .type:after {
    border-right: 16px solid var(--bs-primary-shade-80);
    left: -16px
}

.prc-wrap {
    border-bottom: none !important
}

.table tbody tr td.child-cell.active {
    stroke: var(--bs-primary);
    color: var(--bs-primary)
}

.line-around {
    border-bottom: 1px solid #adb5bd;
    line-height: .1em;
    text-align: center
}

.line-around .line-around-1 {
    background: #fff;
    padding: 0 18px
}

.iq-single-card {
    border-radius: 0 .5rem .5rem 0
}

@media (max-width:767.98px) {
    .iq-single-card {
        border-radius: 0 0 .5rem .5rem
    }
}

.iq-star-inserted .iq-star-inserted-1.col {
    padding-right: unset
}

.iq-star-inserted .iq-star-inserted-2 {
    z-index: 2
}

.iq-star-inserted .iq-star-inserted-2.col {
    padding: unset
}

.iq-star-inserted .iq-star-inserted-2.col .card {
    height: 100%
}

.iq-star-inserted .iq-star-inserted-3.col {
    padding-left: unset
}

@media (max-width:991.98px) {
    .iq-star-inserted .card.my-5 {
        margin: unset !important;
        margin-bottom: 2rem !important
    }

    .iq-star-inserted .iq-star-inserted-1.col {
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .iq-star-inserted .iq-star-inserted-2.col {
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .iq-star-inserted .iq-star-inserted-2.col .card {
        height: unset;
        margin-bottom: 2rem !important
    }

    .iq-star-inserted .iq-star-inserted-3.col {
        padding-left: calc(var(--bs-gutter-x)/2)
    }
}

.body-class-1 {
    scroll-behavior: smooth
}

.main-img .container {
    color: #fff;
    font-weight: 700;
    left: 50%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%)
}

.main-img .container h1 {
    color: #fff;
    font-size: 4.375rem;
    margin: 0
}

.main-img .container h1 span {
    display: inline-block;
    padding: .375rem .875rem
}

.bd-heading-1 .bd-example {
    margin-top: 1rem
}

.bd-heading-1 .bd-example:first-child {
    margin-top: 0
}

.bd-cheatsheet {
    margin-top: -2rem
}

.bd-cheatsheet section article .card.iq-document-card {
    padding: 1.5rem
}

.bd-cheatsheet section article .card.iq-document-card .tab-content pre.language-markup {
    margin: unset
}

.bd-aside.card.iq-document-card {
    margin-top: -2rem;
    padding: 1.5rem
}

.bd-aside a {
    color: rgba(138, 146, 166, .95);
    margin-left: .25rem;
    margin-top: .125rem;
    padding: .25rem .5rem;
    text-decoration: none
}

.bd-aside .active,
.bd-aside a:focus,
.bd-aside a:hover {
    background-color: rgba(58, 87, 232, .1)
}

.bd-aside .active {
    color: var(--bs-primary);
    font-weight: 600
}

.bd-aside .btn {
    border: 0;
    color: #8a92a6;
    font-weight: 600;
    padding: .25rem .5rem
}

.bd-aside .btn .right-icon {
    transition: transform .35s ease
}

.bd-aside .btn:focus,
.bd-aside .btn:hover {
    background-color: rgba(58, 87, 232, .1);
    color: var(--bs-primary)
}

.bd-aside .btn[aria-expanded=true] .right-icon {
    transform: rotate(90deg)
}

.scrollspy-example {
    height: 12.5rem;
    margin-top: .5rem;
    overflow: auto;
    position: relative
}

[id=buttons] .bd-example .btn,
[id=dropdowns] .bd-example .btn-group,
[id=dropdowns] .bd-example .dropdown,
[id=dropdowns] .bd-example .dropend,
[id=dropdowns] .bd-example .dropstart,
[id=dropdowns] .bd-example .dropup,
[id=modal] .bd-example .btn,
[id=popovers] .bd-example .btn,
[id=tooltips] .bd-example .btn {
    margin-top: .5rem
}

@media (min-width:1200px) {
    .body-class-1 {
        display: grid;
        gap: 1rem;
        grid-template-columns: 1fr 4fr 1fr;
        grid-template-rows: auto
    }

    .bd-aside.sticky-xl-top {
        top: 2rem !important
    }

    .bd-header {
        grid-column: 1/span 3;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1030
    }

    .sticky-xl-top {
        z-index: 2
    }

    .bd-cheatsheet,
    .bd-cheatsheet article,
    .bd-cheatsheet section {
        display: grid;
        gap: 2rem;
        grid-column: span 2/span 2;
        grid-template-columns: 3fr 1fr;
        grid-template-rows: auto
    }

    .bd-aside {
        grid-area: 1/1;
        scroll-margin-top: 4rem
    }

    .bd-cheatsheet section,
    .bd-cheatsheet section>.iq-side-content {
        scroll-margin-top: 0;
        top: 2rem
    }

    .bd-cheatsheet .bd-heading,
    .bd-cheatsheet article {
        scroll-margin-top: 9.8rem;
        top: 9.2rem
    }

    .bd-cheatsheet .bd-heading {
        order: 2;
        z-index: 1
    }

    .bd-cheatsheet .bd-heading .card {
        margin-bottom: 0
    }

    .bd-cheatsheet article .iq-document-card {
        margin-bottom: unset
    }

    .bd-cheatsheet article .iq-document-card.iq-doc-head {
        margin-top: -6.8rem
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .mobile-offcanvas {
        width: 40% !important
    }
}

@media (max-width:767.98px) {
    .main-img .container h1 {
        font-size: 3.125rem
    }
}

@media (max-width:1199.98px) {
    .header .container {
        max-width: unset !important
    }

    aside.mobile-offcanvas {
        margin-top: unset !important
    }

    aside.mobile-offcanvas .offcanvas-header {
        display: block
    }

    .body-class-1 {
        padding: unset
    }

    .body-class-1.container {
        max-width: unset
    }

    #content .iq-side-content .card {
        margin-top: 1.25rem
    }

    .mobile-offcanvas {
        -webkit-backdrop-filter: blur(.5rem);
        backdrop-filter: blur(.5rem);
        background: hsla(0, 0%, 100%, .839);
        border-radius: 0;
        display: block;
        height: 100vh;
        left: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        visibility: hidden;
        width: 75%;
        z-index: 1200
    }

    .mobile-offcanvas.show {
        transform: translateY(0);
        visibility: visible
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block
    }
}

@media (min-width:1200px) {

    .bd-aside.card.iq-document-card,
    .bd-cheatsheet {
        margin-top: -3rem
    }

    aside.mobile-offcanvas .offcanvas-header {
        display: none
    }

    .bd-cheatsheet section .iq-side-content {
        grid-column-end: 3
    }

    .bd-cheatsheet section .iq-side-content .card {
        margin-bottom: 0
    }
}

body.offcanvas-active {
    overflow: hidden
}

body.uikit .btn-download {
    display: none
}

.uisheet.screen-darken {
    background-color: rgba(33, 37, 41, .6);
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .2s linear, visibility .2s, width 2s ease-in;
    visibility: hidden;
    width: 0;
    z-index: 30
}

.uisheet.screen-darken.active {
    opacity: 1;
    transition: opacity .3s ease, width 0s;
    visibility: visible;
    width: 100%;
    z-index: 10
}

#back-to-top {
    display: inline !important
}

#back-to-top .top {
    bottom: 1.563rem;
    right: 1.563rem;
    z-index: 999
}

.middle {
    display: inline !important
}

.middle .mid-menu {
    background: var(--bs-primary);
    border-radius: 0 1rem 1rem 0;
    color: #fff;
    cursor: pointer;
    left: 0;
    padding: .2rem;
    position: fixed;
    text-align: center;
    top: 9.375rem;
    z-index: 999
}

.top-1 {
    top: 1rem
}

.elem-list {
    max-height: calc(80vh + 4rem);
    overflow: auto
}

.elem-list::-webkit-scrollbar {
    border-radius: 10px;
    height: 4px;
    width: 4px
}

.elem-list::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 10px
}

.elem-list::-webkit-scrollbar-thumb,
.elem-list::-webkit-scrollbar-thumb:hover {
    background: rgba(33, 37, 41, .2);
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}