@import '../../../css';

body {
    color: #3a3b45;
    font-size: 14px;
    overflow-x: hidden;
    font-family: roboto,sans-serif;
    background-color: #f8f9fc
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
}

a {
    text-decoration: none !important;
    color: #1a3365
}

p {
    font-size: 14px
}

.btn-danger {
    color: #fff;
    background-color: #ff4343;
    border-color: #ff4343
}

.badge-danger {
    background-color: #ff4343 !important
}

.text-danger {
    color: #ff4343 !important
}

.form-control {
    border-radius: .25rem;
    font-size: 14px
}

.btn {
    border-radius: .25rem
}

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

small, .small {
    font-size: 13px !important
}

.text-xs {
    font-size: 14px !important
}

label {
    font-size: 13px;
    margin: 0 0 4px
}

.required {
    color: red
}

.help-block ul {
    margin: 0;
    padding: 0
}

    .help-block ul li {
        list-style: none;
        color: red;
        font-size: 11px
    }

.btn-link {
    color: #1a3365
}

.cover-pic {
    margin: 0 0 -86px;
    text-align: center
}

    .cover-pic .love-box {
        right: 15px
    }

.btn-circle {
    border-radius: 50px !important;
    width: 42px;
    height: 42px;
    line-height: 31px;
    font-size: 17px
}

.dropdown-menu {
    border: none;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

    .dropdown-menu .dropdown-item {
        padding: 5px 16px;
        font-size: 13px
    }

.btn {
    border: none
}

.animated--fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: opacity cubic-bezier(0,1,.4,1)
}

.bg-gradient-primary {
    background-color: #1a3365;
    background-image: linear-gradient(180deg,#1a3365 10%,#224abe 100%);
    background-size: cover
}

.bg-gradient-secondary {
    background-color: #858796;
    background-image: linear-gradient(180deg,#858796 10%,#60616f 100%);
    background-size: cover
}

.bg-gradient-success {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg,#1cc88a 10%,#13855c 100%);
    background-size: cover
}

.bg-gradient-info {
    background-color: #36b9cc;
    background-image: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
    background-size: cover
}

.bg-gradient-warning {
    background-color: #f6c23e;
    background-image: linear-gradient(180deg,#f6c23e 10%,#dda20a 100%);
    background-size: cover
}

.bg-gradient-danger {
    background-color: #ff4343;
    background-image: linear-gradient(180deg,#ff4343 10%,#be2617 100%);
    background-size: cover
}

.bg-gradient-light {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg,#f8f9fc 10%,#c2cbe5 100%);
    background-size: cover
}

.bg-gradient-dark {
    background-color: #5a5c69;
    background-image: linear-gradient(180deg,#5a5c69 10%,#373840 100%);
    background-size: cover
}

.bg-gray-100 {
    background-color: #f8f9fc !important
}

.bg-gray-200 {
    background-color: #eaecf4 !important
}

.bg-gray-300 {
    background-color: #dddfeb !important
}

.bg-gray-400 {
    background-color: #d1d3e2 !important
}

.bg-gray-500 {
    background-color: #b7b9cc !important
}

.bg-gray-600 {
    background-color: #858796 !important
}

.bg-gray-700 {
    background-color: #6e707e !important
}

.bg-gray-800 {
    background-color: #5a5c69 !important
}

.bg-gray-900 {
    background-color: #3a3b45 !important
}

.o-hidden {
    overflow: hidden !important
}

.text-xs {
    font-size: .7rem
}

.text-lg {
    font-size: 1.2rem
}

.text-gray-100 {
    color: #f8f9fc !important
}

.text-gray-200 {
    color: #eaecf4 !important
}

.text-gray-300 {
    color: #dddfeb !important
}

.text-gray-400 {
    color: #d1d3e2 !important
}

.text-gray-500 {
    color: #b7b9cc !important
}

.text-gray-600 {
    color: #858796 !important
}

.text-gray-700 {
    color: #6e707e !important
}

.text-gray-800 {
    color: #5a5c69 !important
}

.text-gray-900 {
    color: #3a3b45 !important
}

.sidebar-dark {
    background: #1f2533
}

.slick-next {
    right: 15px
}

.slick-prev {
    left: 15px
}

.slick-prev, .slick-next {
    z-index: 999
}

.collections-slider {
    margin: 0 -8px
}

.team-card img {
    width: 100px
}

.c-card {
    margin: 0 8px
}

.card a {
    text-decoration: none !important
}

.m-card .card-body {
    position: absolute;
    bottom: 0;
    padding-top: 120px !important;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',endColorstr='#000000',GradientType=0)
}

.m-card {
    overflow: hidden
}

    .m-card .card-body .card-title {
        font-size: 16px;
        letter-spacing: .2px
    }

    .m-card .card-title, .p-card .card-title {
        font-size: 15px;
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

.love-box {
    right: 0;
    z-index: 9
}

.p-card p.card-text {
    color: #3a3b45;
    font-size: 13px
}

    .p-card p.card-text small {
        color: #6c757d
    }

.p-card .col-md-4 img {
    height: 100%;
    object-fit: cover;
    border-radius: 0
}

.p-card {
    overflow: hidden
}

    .p-card .col-md-4 {
        display: flex;
        align-items: center;
        justify-content: center
    }

.e-card p.card-text.text-gray-900.mb-1, .offer-card p.card-text.text-gray-900.mt-3 {
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.offer-card img.rounded-circle {
    width: 50px;
    position: absolute;
    background: #fff;
    top: -26px;
    border: 3px solid #fff;
    height: 50px;
    object-fit: cover;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important
}

.offer-card .card-body {
    position: relative
}

.list-bp .mb-4 {
    margin-bottom: 30px !important
}

.vh-100 {
    height: 100vh
}

.e-card .col-2 {
    word-break: keep-all
}

.e-card .card-body.p-0 {
    line-height: 18px
}

.e-card .col-2 h6 {
    font-size: 18px
}

.people-pic {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    object-fit: cover;
    object-position: top;
    border: 6px solid #fff;
    background-color: #fff
}

.people-item-cover img {
    border-radius: 0 !important
}

.people-item-cover {
    margin: 0 0 -69px
}

.people-item-body h5 {
    font-size: 20px !important
}

.people-item-cover img {
    height: 140px;
    object-fit: cover
}

.filters-search {
    position: relative
}

    .filters-search i {
        position: absolute;
        left: 12px;
        top: 13px
    }

    .filters-search .form-control {
        padding-left: 34px;
        height: 39px
    }

.filters-card-body {
    padding: 18px 0 0
}

    .filters-card-body .custom-control {
        margin: 0 0 4px
    }

        .filters-card-body .custom-control label {
            padding: 2px 0 0;
            width: 100%
        }

            .filters-card-body .custom-control label small {
                float: right
            }

.custom-checkbox label.custom-control-label, .custom-radio label.custom-control-label {
    cursor: pointer
}

.filters-card-header a, .filters-card-header a:hover {
    font-weight: 500;
    width: 100%;
    display: block;
    color: #1f2533
}

    .filters-card-header a i {
        margin: 4px 1px 0 0
    }

.nav.nav-tabs {
    margin-bottom: 1rem
}

    .nav.nav-tabs .nav-link {
        font-weight: 700;
        border-radius: 3px;
        padding: 0 0 1rem;
        border: none;
        color: #3a3b45;
        /*text-transform: uppercase;*/
        position: relative
    }

    .nav.nav-tabs .nav-item {
        margin: 0 1rem 0 0
    }

    .nav.nav-tabs .nav-link.active {
        color: #f41918
    }

        .nav.nav-tabs .nav-link.active:after {
            content: "";
            position: absolute;
            height: 3px;
            background: #f52f18;
            left: 0;
            right: 0;
            bottom: -2px
        }

.artist-list .rounded-circle {
    width: 50px;
    height: 50px
}

.accordion .btn-link {
    padding: 0;
    text-decoration: none !important
}

.accordion h2.mb-0 {
    margin: 0 !important;
    display: flex
}

.reviews-card .rounded-circle {
    width: 50px;
    height: 50px
}

.stars-rating {
    font-size: 10px
}

    .stars-rating .fa.active {
        color: #fbc627
    }

@media(max-width:992px) {
    .cover-pic {
        margin: 0 0 15px
    }

    .m-b-4 {
        margin-bottom: 1.5rem !important
    }

    .container {
        max-width: 100%
    }

    .osahan-nav-mid ul.navbar-nav.mr-auto {
        display: initial
    }

        .osahan-nav-mid ul.navbar-nav.mr-auto .nav-item {
            display: inline-block
        }

    .osahan-nav-mid .navbar-collapse .nav-item {
        margin: 0 !important
    }

    .osahan-nav-top {
        padding: 0
    }

    .osahan-nav-mid {
        padding: 0 15px !important
    }

    .navbar-dark .navbar-toggler {
        padding: 0 2px;
        border: none;
        background: #343a40
    }

    p {
        font-size: 13px
    }

    .inner-header, .inner-header .text-right {
        text-align: center !important
    }

        .inner-header .breadcrumbs {
            margin: 6px 0 0
        }

    .btn-circle {
        border-radius: 50px !important;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
        padding: 0
    }

    .eheader div, .info-header div {
        width: 100%;
        display: block !important;
        text-align: center
    }

        .eheader div .btn, .info-header div .btn {
            margin: 13px 0 0
        }

    img.img-fluid {
        width: 100%
    }
}

@media(max-width:576px) {
    .osahan-nav-mid ul.navbar-nav.mr-auto .nav-item span {
        display: none
    }
}

.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.osahan-slider-item {
    margin: 0 8px;
    outline: none;
    cursor: pointer
}

.dropdown .dropdown-menu {
    font-size: .85rem
}

    .dropdown .dropdown-menu .dropdown-header {
        font-weight: 800;
        font-size: .65rem;
        color: #b7b9cc
    }

.dropdown.no-arrow .dropdown-toggle::after {
    display: none
}

.topbar {
    background: #1a3365 !important
}

.osahan-nav-mid {
    background: #e82525 !important;
    padding: 0
}

    .osahan-nav-mid a.nav-link {
        color: #fff !important;
        padding: 12px 0 !important;
        font-size: 13px;
        text-transform: uppercase
    }

    .osahan-nav-mid ul.navbar-nav.mr-auto .nav-item {
        margin: 0 20px 0 0
    }

    .osahan-nav-mid .navbar-collapse .nav-item {
        margin: 0 0 0 20px
    }

.osahan-nav-top .container {
    padding-right: 15px;
    padding-left: 15px
}

.topbar .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'font awesome 5 free'
}

.topbar .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107'
}

.topbar .nav-item .nav-link {
    position: relative
}

    .topbar .nav-item .nav-link .badge-counter {
        position: absolute;
        transform: scale(.7);
        transform-origin: top right;
        right: .25rem;
        margin-top: -.25rem
    }

    .topbar .nav-item .nav-link .img-profile {
        height: 2rem;
        width: 2rem
    }

.topbar {
    height: 4.375rem
}

    .topbar #sidebarToggleTop {
        height: 2.5rem;
        width: 2.5rem
    }

        .topbar #sidebarToggleTop:hover {
            background-color: #eaecf4
        }

        .topbar #sidebarToggleTop:active {
            background-color: #dddfeb
        }

    .topbar .navbar-search {
        width: 30rem
    }

        .topbar .navbar-search input {
            font-size: .85rem;
            height: auto
        }

    .topbar .topbar-divider {
        width: 0;
        border-right: 1px solid #e3e6f0;
        height: calc(4.375rem - 2rem);
        margin: auto 1rem
    }

    .topbar .nav-item .nav-link {
        height: 4.375rem;
        display: flex;
        color: #fff;
        align-items: center;
        padding: 0 .75rem
    }

        .topbar .nav-item .nav-link:focus {
            outline: none
        }

    .topbar .nav-item:focus {
        outline: none
    }

    .topbar .dropdown {
        position: static
    }

        .topbar .dropdown .dropdown-menu {
            width: calc(100% - 1.5rem);
            right: .75rem
        }

    .topbar .dropdown-list {
        padding: 0;
        border: none;
        overflow: hidden
    }

        .topbar .dropdown-list .dropdown-header {
            background-color: #333545;
            border: 1px solid #333545;
            color: #fff;
            padding: 13px 15px
        }

        .topbar .dropdown-list .dropdown-item {
            white-space: normal;
            line-height: 1.3rem;
            padding: 10px 15px
        }

            .topbar .dropdown-list .dropdown-item .dropdown-list-image {
                position: relative;
                height: 2.5rem;
                width: 2.5rem
            }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image img {
                    height: 2.5rem;
                    width: 2.5rem
                }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
                    background-color: #eaecf4;
                    height: .75rem;
                    width: .75rem;
                    border-radius: 100%;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    border: .125rem solid #fff
                }

            .topbar .dropdown-list .dropdown-item .text-truncate {
                max-width: 10rem
            }

            .topbar .dropdown-list .dropdown-item:active {
                background-color: #eaecf4;
                color: #3a3b45
            }

@media(min-width:576px) {
    .topbar .dropdown {
        position: relative
    }

        .topbar .dropdown .dropdown-menu {
            width: auto;
            right: 0
        }

    .topbar .dropdown-list {
        width: 20rem !important
    }

        .topbar .dropdown-list .dropdown-item .text-truncate {
            max-width: 13.375rem
        }
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #d1d3e2
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
        color: #b7b9cc
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
        color: #858796
    }

@-webkit-keyframes growIn {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes growIn {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.bg-login-image {
    background: url(../img/login.jpg);
    background-position: center;
    background-size: cover
}

.bg-register-image {
    background: url(../img/login3.jpg);
    background-position: center;
    background-size: cover
}

.bg-password-image {
    background: url(../img/login2.jpg);
    background-position: center;
    background-size: cover
}

form.user .custom-checkbox.small label {
    line-height: 1.5rem
}

form.user .form-control-user {
    padding: 1.5rem 1rem
}

form.user .btn-user {
    padding: .75rem 1rem
}

.btn-google {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff
}

    .btn-google:hover {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6
    }

    .btn-google:focus, .btn-google.focus {
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-google.disabled, .btn-google:disabled {
        color: #fff;
        background-color: #ea4335;
        border-color: #fff
    }

    .btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {
        color: #fff;
        background-color: #d62516;
        border-color: #dfdfdf
    }

        .btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff
}

    .btn-facebook:hover {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6
    }

    .btn-facebook:focus, .btn-facebook.focus {
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-facebook.disabled, .btn-facebook:disabled {
        color: #fff;
        background-color: #3b5998;
        border-color: #fff
    }

    .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
        color: #fff;
        background-color: #2d4373;
        border-color: #dfdfdf
    }

        .btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.error {
    color: #1a3365;
    font-size: 11rem;
    position: relative;
    line-height: 1
}

.footer h6 {
    color: #a5a5a5;
    font-size: 13px;
    margin: 8px 0 24px
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .footer ul li a {
        color: #7f7f7f;
        font-size: 12px
    }

    .footer ul li {
        line-height: 28px
    }
