button,
input,
textarea {
    outline: 0;
    border: none
}

button:active,
button:focus,
input,
select {
    outline: 0;
    box-shadow: none !important
}

textarea {
    resize: vertical;
    box-shadow: none !important
}

.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    box-shadow: none !important
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

a {
    text-decoration: none
}

body {
    font-family: Barlow, Helvetica, Arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800 !important
}

iframe {
    border: 0;
    outline: 0;
    width: 100% !important
}

input[type=file]:not(.custom-file) {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    outline: 0;
    cursor: inherit;
    font-size: 100px
}

::placeholder {
    text-overflow: ellipsis
}

[placeholder] {
    text-overflow: ellipsis
}

.popout {
    cursor: pointer;
    display: none;
    padding: 14px 10px;
    background: rgba(0, 0, 0, .85);
    color: #fff;
    font-size: 12px;
    position: fixed;
    z-index: 1100;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-weight: 700;
    left: 0;
    top: 0
}

.popout-error {
    background: rgba(255, 0, 0, .85) !important
}

.popout-success {
    background-color: #2dce89 !important
}

.c-pointer,
.input-sm {
    cursor: pointer !important
}

.display-none {
    display: none
}

.dropdown-menu-macos {
    padding: .5rem;
    border-radius: .5rem
}

.dropdown-menu-macos .dropdown-item {
    border-radius: .25rem
}

.home-cover {
    padding: 40px 0
}

.cover-user {
    padding: 120px 0
}

@media screen and (min-width:768px) {
    .home-cover {
        padding: 200px 0 280px 0
    }

    .cover-user {
        padding: 180px 0 280px 0
    }

    .pt-6 {
        padding-top: 4.5rem !important
    }

    .py-large {
        padding-top: 6rem !important
    }

    .py-large {
        padding-bottom: 6rem !important
    }

    .py-footer-large {
        padding-top: 5rem !important
    }

    .py-footer-large {
        padding-bottom: 3rem !important
    }

    .noty {
        margin-right: 1.5rem !important
    }

    .user-profile {
        width: 75%;
        margin: 0 auto
    }
}

@media (max-width:991px) {
    .custom-pt-6 {
        padding-top: 4.5rem !important
    }

    .noty {
        margin-right: .5rem !important
    }

    .navbar-session {
        display: none
    }

    .section-sm {
        padding-bottom: 48px !important
    }

    .user-data {
        text-align: center
    }

    .login-section-wrapper {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .user-profile {
        width: 100%;
        margin: 0 auto
    }
}

@media (min-width:1400px) {
    .container-custom {
        max-width: 1150px
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.cover-user,
.home-cover {
    background: no-repeat center center #d1d1d1;
    background-size: cover;
    position: relative
}

.home-cover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(5, 5, 5, .3);
    left: 0;
    top: 0
}

.btn-search {
    color: #c3c3c3;
    background: 0 0;
    position: absolute;
    left: 0;
    outline: 0;
    border: none;
    width: 50px;
    text-align: center;
    bottom: 30%
}

.bar-search {
    bottom: 15% !important
}

.btn-mains,
.btn-mains:hover,
.btn-mains:active,
.btn-mains:focus {
    color: #fff;
    background-color: #90D5FF;
    border-color: #90D5FF
}

.search-lg {
    padding: 15px 5px 15px 50px !important
}

.dropdown-toggle::after {
    margin-left: .1em;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.dropdown-toggle[aria-expanded=true]:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-menu {
    padding-top: .955rem;
    border: 0;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    margin-top: 10px !important
}

.arrow-dm:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    right: 10px;
    left: auto;
    color: #fff;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent
}

.arrow::after {
    font-family: bootstrap-icons;
    display: inline-block;
    padding-left: 5px;
    content: "\f138";
    transition: transform .3s ease-out;
    vertical-align: middle
}

.arrow:hover::after {
    transform: translateX(4px)
}

.btn:hover:not(.e-none) {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%)
}

.dropdown-toggle::after {
    font-family: bootstrap-icons;
    display: inline-block;
    margin-left: .255em;
    vertical-align: bottom;
    content: "\f282";
    border: 0 !important;
    font-size: 13px
}

.input-search,
.input-search-lg {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.input-search {
    background-color: #eee
}

.input-search:focus {
    border: 1px solid #ced4da !important
}

.input-search-lg {
    background-color: #f8f9fa
}

.btn-main:hover i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px)
}

.btn-main i {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.item-category::after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .5s linear
}

a:hover.item-category::after {
    background: rgba(0, 0, 0, .1)
}

.item-category h5 {
    line-height: 3;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -30px;
    color: #fff;
    z-index: 5
}

.bg-dark-2 {
    background-color: #1b1b1b
}

.bg-dark-3 {
    background-color: #212121
}

.search-navbar {
    border: 1px solid #0000
}

.navbar-session li a.link-dark {
    font-size: 15px
}

.ico-social {
    font-size: 20px;
    color: #999
}

.ico-social:hover {
    color: #ddd
}

.dropdown-item.disable-item:hover {
    background: 0 0 !important;
    color: inherit
}

.hover-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    padding: 10px;
    display: none;
    color: #fff
}

.title-hover-content {
    color: #fff;
    font-size: 16px;
    font-weight: lighter
}

.author-label {
    color: #f8f8f8;
    font-size: 14px
}

.sub-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px
}

.section-sm {
    padding: 78px 0
}

.active-category,
.btn-category:hover {
    border-color: #333 !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.card-user-profile {
    border-radius: .5rem !important
}

.card-user-profile>.card-cover {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important
}

.card-cover {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    height: 135px;
    padding: 1rem
}

.card-avatar {
    left: 50%;
    margin-left: -45px;
    position: absolute;
    top: 80px;
    background-color: #fff;
    border-radius: 50%
}

.img-user-small {
    width: auto !important;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #fff
}

.image-card-user {
    object-fit: cover;
    height: 90px;
    width: 100%
}

.btn-facebook,
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover {
    background: #3b579d;
    color: #fff;
    font-size: 15px
}

.btn-twitter {
    background-color: #1da1f2;
    color: #fff !important;
    font-size: 15px
}

.btn-google,
.btn-google:active,
.btn-google:focus,
.btn-google:hover {
    background: #fff;
    border-color: #ccc;
    color: #333;
    font-size: 15px
}

.progress-bg {
    background-color: #03c76d !important
}

.alert-success {
    background-color: #00a65a;
    border-color: #00a65a;
    color: #fff
}

.alert-danger {
    color: #fff;
    background-color: red;
    border-color: #ff012a
}

.alert-primary {
    color: #fff;
    border-color: #7889e8;
    background-color: #7889e8
}

.alert-warning {
    color: #1f2d3d;
    background: #ffc107;
    border-color: #edb100
}

.alert-dismissible .btn-close,
.btn-close-custom {
    color: #fff;
    text-shadow: none;
    background: 0 0;
    opacity: 1
}

.login-section-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 68px 100px;
    background-color: #fff
}

.bg-auth {
    background-image: var(--bg-auth);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-check .form-check-input~.form-check-label,
.form-check-input,
.form-check-label {
    cursor: pointer
}

.input-show-password {
    color: #8a96a3;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 16px;
    border-radius: 20px;
    background: #fff
}

.or {
    display: flex;
    justify-content: center;
    align-items: center;
    color: grey
}

.or:after,
.or:before {
    content: "";
    display: block;
    background: #adb5bd;
    width: 50%;
    height: 1px;
    margin: 0 10px
}

.previewPhoto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    cursor: default
}

.btn-remove-photo {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    background-color: #ff0000b8 !important;
    border-radius: 100%;
    text-align: center
}

.wrap-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    text-align: center;
    display: none
}

.wrap-container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.progress-container {
    border-radius: 0;
    height: 5px;
    box-shadow: 0 0 10px 0 #03c76d
}

.progress-info {
    color: #fff;
    font-size: 40px;
    padding-top: 10px
}

.media-body {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
    zoom: 1
}

.item-title {
    font-size: 24px
}

.btn-success {
    background-color: #00a65a !important
}

ul.list-stats {
    display: table;
    margin: 0;
    width: 100%
}

.list-inline {
    padding-left: 0;
    list-style: none
}

ul.list-stats li {
    padding: 11px 14px !important;
    display: table-cell !important
}

.wordSpacing {
    word-spacing: 5px
}

.profile-user-over {
    margin-top: -100px !important
}

.name-user-profile {
    font-size: 25px
}

.avatar-profile {
    border: 2px solid #fff
}

.link-profile.active,
.link-profile:hover {
    color: #000 !important;
    border-bottom: 2px solid #000
}

.gem-exclusive {
    font-size: 16px
}

@media print {

    .content-header,
    .left-side,
    .main-header,
    .main-sidebar,
    .no-print {
        display: none !important
    }

    .content-wrapper,
    .main-footer,
    .right-side {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important
    }

    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 0 !important
    }

    .table-responsive {
        overflow: auto
    }

    .table-responsive>.table tr td,
    .table-responsive>.table tr th {
        white-space: normal !important
    }
}

.icon-dashboard {
    padding: 12px 11px;
    background-color: #2687072e;
    border-radius: 35%;
    color: #00ad1d !important
}

.table thead th {
    vertical-align: bottom;
    border: none;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #afafaf;
    font-size: 14px
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border: none;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 14px
}

.table tbody {
    border: none !important
}

.bg-success {
    color: #fff;
    background-color: #28a745 !important
}

.page-item.active .page-link,
.page-link:focus,
.page-link:hover {
    color: #fff;
    background-color: #000
}

.page-link {
    border-radius: 35px !important;
    border: none;
    margin-right: 2px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    height: 35px;
    min-width: 35px;
    text-align: center;
    color: #000
}

.page-item.disabled .page-link {
    color: #9daebd
}

.page-link:focus {
    outline: 0;
    box-shadow: none !important
}

@media (min-width:576px) {
    .modal-sm {
        max-width: 400px
    }
}

.modal-open .modal,
.sweet-overlay {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.border-dashed {
    border: 1px dashed #a7a7a7
}

.alert-thanks,
.showBanner {
    z-index: 9999;
    background: rgb(255 255 255);
    color: #121212;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    max-width: 600px
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(51, 51, 51, .7);
    z-index: 1031;
    opacity: 0;
    transition: all .5s ease-in-out
}

.overlay.open {
    display: block;
    opacity: 1
}

.btnFollowActive:hover {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important
}

.modal-content {
    border-radius: .75rem
}

.card-settings>.list-group-flush>.list-group-item {
    border-width: 0 0 0 !important
}

.fs-small {
    font-size: 12px
}

.navbar-session>li>a.nav-link {
    text-transform: uppercase !important
}

.btn-facebook-share {
    color: #1877f2 !important
}

.btn-twitter-share {
    color: #00aced !important
}

.btn-pinterest-share {
    color: #c62021 !important
}

.btn-whatsapp-share {
    color: #50b154 !important
}

.img-thanks-share {
    min-height: 120px;
    object-fit: cover;
    object-position: center center
}

.btn-link,
a,
a.page-link,
a:focus,
a:hover {
    color: var(--color-default)
}

.btn-outline-custom {
    color: var(--color-default);
    border-color: var(--color-default)
}

.btn-custom,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.form-check-input:checked,
.list-group-item.active,
.page-item.active .page-link,
.page-link:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.bg-custom,
.dropdown-item.active,
.dropdown-item:active {
    opacity: 1;
    background-color: var(--color-default)
}

.form-check-input:focus:not(:checked),
.form-switch .form-check-input:focus:not(:checked) {
    border: 1px solid rgba(0, 0, 0, .25)
}

.form-switch .form-check-input:focus:not(:checked) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e")
}

.stickyads {
    display: none
}

@media (max-width:800px) {
    .stickyads {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 5px;
        box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .1);
        -webkit-transition: all .1s ease-in;
        transition: all .1s ease-in;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fefefe;
        z-index: 20
    }

    .stickyadsClose {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px 0 0;
        position: absolute;
        left: 0;
        cursor: pointer;
        top: -30px;
        background-color: #fefefe;
        box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .08)
    }

    .stickyads .stickyadsContent {
        overflow: hidden;
        display: block;
        position: relative;
        width: 100%;
        text-align: -webkit-center;
        margin-right: 10px;
        margin-left: 10px
    }
}

.projects-catalog .catalog-cover {
    position: relative
}

i.left-button,
i.right-button {
    position: absolute;
    display: none;
    background: var(--light-white-clr);
    font-size: 28px;
    width: 45px;
    height: 45px;
    bottom: 7.6px;
    padding: 2px 14px;
    border-radius: 51px;
    color: var(--black-clr);
    font-style: normal;
    -webkit-text-stroke-width: 0.3px;
    cursor: -webkit-grabbing;
    box-shadow: #00000030 0 1px 15px 0, #7f7f7f00 0 1px 4px;
    z-index: 999;
    border: 1px solid #7c7c7c6b
}

i.left-button {
    left: -25px
}

.projects-catalog ul {
    white-space: nowrap;
    overflow-x: auto;
    padding-inline-start: 0
}

li.slide {
    display: inline-block
}

li {
    list-style: none
}

a.slink.sq {
    padding: 1px;
    border-radius: 9px
}

a.slink {
    padding: 2px 1px 2px 2px;
    margin: 10px 2px 2px;
    border-radius: 30px;
    color: var(--black-clr);
    display: inline-block;
    background: var(--light-white-clr);
    box-shadow: var(--tag-shadow);
    font-size: 15px;
    border: 1px solid #78787847
}

.sqtags {
    border-radius: 8px;
    border-radius: 8px 0 0 8px;
    border: none
}

.sidekro.chapta {
    overflow: hidden;
    max-width: 130px
}

.sidekro {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    line-height: 1.16;
    margin-left: 9px;
    margin-top: -1px
}

.p {
    margin: 0 auto;
    overflow-wrap: anywhere
}

.sidekro.tags {
    line-height: 40px;
    margin-right: 12px
}

.ads {
    text-align: center;
    margin: 10px
}

.show-read-more .more-text {
    display: none;
}

.projects-trending ul {
    white-space: nowrap;
    overflow-x: auto;
    padding-inline-start: 0;
}

li.slidetrending {
    display: inline-block;
    list-style: none;
}

a.tslink {
    padding: 2px 1px 2px 2px;
    margin: 10px 2px 2px;
    color: var(--black-clr);
    font-size: 12px;
    text-align: -webkit-center;
}

.btn-mains,
.btn-mains:hover,
.btn-mains:active,
.btn-mains:focus {
    color: #fff;
    background-color: #90D5FF;
    border-color: #90D5FF;
}

.d-flex.justify-content-center {
    margin: 20px
}

.full-height {
    height: 100vh
}

.error-page h1 {
    font-size: 10rem;
    line-height: 9rem;
    font-weight: 700;
    color: #ec2522
}

@media (max-width:991px) {
    .full-height {
        height: calc(100vh - 68px)
    }

    .error-page h1 {
        font-size: 4rem;
        line-height: 4rem
    }
}