/*Color variables*/
/*white variables*/
/*black variables*/
/*Dark variables*/
/*Transparent variables*/
body.transparent-theme {
    color: #fff;
    background-color: var(--transparent-color);
}

.transparent-theme a,
.transparent-theme caption {
    color: #fff;
}

.transparent-theme .blockquote-footer,
.transparent-theme .figure-caption {
    color: #fff;
}

.transparent-theme kbd {
    background-color: var(--transparent-color);
}

.transparent-theme pre {
    color: #fff;
    text-shadow: 0 1px var(--transparent-color);
}

.transparent-theme hr.message-inner-separator {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    background-color: #fff;
}

.transparent-theme .avatar-status {
    background: var(--transparent-color);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.transparent-theme .badge-offer.bg-secondary:after {
    border-top-color: var(--transparent-color);
}

.transparent-theme .badge-offer .offer {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .offer {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.transparent-theme .breadcrumb-item a,
.transparent-theme .page-header .breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
    opacity: 0.5;
}

.transparent-theme .breadcrumb-item + .breadcrumb-item::before, .transparent-theme .breadcrumb-item.active {
    color: #fff;
}

.transparent-theme .breadcrumb1 {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme .breadcrumb-item1 a {
    color: rgba(255, 255, 255, 0.5);
}

.transparent-theme .breadcrumb-item1.active {
    color: #fff;
}

.transparent-theme .breadcrumb2 {
    background-color: var(--transparent-color);
}

.transparent-theme .breadcrumb-item2 + .breadcrumb-item2::before {
    color: #fff;
}

@media (max-width: 480px) {
    .transparent-theme .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
    }
}

.transparent-theme .btn-link:disabled, .transparent-theme .btn-link.disabled {
    color: #fff;
}

.transparent-theme .btn.btn-app {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    background-color: var(--transparent-color);
}

    .transparent-theme .btn.btn-app:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        border-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme btn.dropdown-toggle ~ .dropdown-menu,
.transparent-theme ul.dropdown-menu li.dropdown ul.dropdown-menu {
    background-color: var(--transparent-color) !important;
}

.transparent-theme .btn-default {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    background-color: #3b445a;
}

.transparent-theme .btn-close {
    color: #fff;
}

    .transparent-theme .btn-close:hover, .transparent-theme .btn-close:focus {
        color: #fff;
    }

.transparent-theme .user-card .card-block .activity-leval li {
    background-color: var(--transparent-color);
}

.transparent-theme .card {
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .card:hover {
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    }

.transparent-theme .card-header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .card-footer {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .card-blog-overlay .card-header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .card-blog-overlay1 .card-footer,
.transparent-theme .card-blog-overlay2 .card-footer {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .card-map {
    background: rgba(255, 255, 255, 0.2);
}

.transparent-theme a.card-tabs-item {
    background: var(--transparent-color);
}

    .transparent-theme a.card-tabs-item.active {
        background: var(--transparent-color);
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .card-status {
    background: var(--transparent-color);
}

.transparent-theme .card-category {
    background: rgba(255, 255, 255, 0.2);
}

.transparent-theme .card-body + .card-body {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .card-footer {
    border-top-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.transparent-theme .card-img-overlay {
    background-color: var(--transparent-color);
}

.transparent-theme .card-title small,
.transparent-theme .card-subtitle {
    color: #fff;
}

.transparent-theme .card-body + .card-table {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .card-profile-img {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .card-body + .card-list-group {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .card-img-overlay1 .card-trans,
.transparent-theme .card-img-overlay1 .widgetbox {
    background: var(--transparent-color);
}

.transparent-theme .card-aside-img.wrap-border img {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .card-blogs1 .card {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .card-pay .tabs-menu li a {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.transparent-theme .card-over .content,
.transparent-theme .card-video:before {
    background: var(--transparent-color);
}

.transparent-theme .card-options {
    color: #fff;
}

    .transparent-theme .card-options a:not(.btn) {
        color: #fff;
    }

        .transparent-theme .card-options a:not(.btn):hover {
            color: #fff;
        }

.transparent-theme .dropdown-menu {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .dropdown-divider {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .dropdown-item {
    color: #fff;
}

.transparent-theme .drop-icon-wrap .drop-icon-item {
    color: #fff;
}

    .transparent-theme .drop-icon-wrap .drop-icon-item:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .dropdown-item:hover, .transparent-theme .dropdown-item:focus, .transparent-theme .dropdown-item.active, .transparent-theme .dropdown-item:active {
    background-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .dropdown-header,
.transparent-theme .dropdown-item-text {
    color: #fff;
}

.transparent-theme .dropdown-menu {
    background-color: var(--transparent-color);
}

    .transparent-theme .dropdown-menu > li > a {
        color: #fff;
    }

        .transparent-theme .dropdown-menu > li > a:hover, .transparent-theme .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.2);
        }

    .transparent-theme .dropdown-menu .divider {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .dropdown-menu .dropdown-plus-title {
        color: #fff !important;
    }

.transparent-theme .dropdown-menu-header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .dropdown-menu-header label {
        color: #fff;
    }

.transparent-theme .dropdown-media-list .media:hover, .transparent-theme .dropdown-media-list .media:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .dropdown-media-list .media-body > div p {
    color: #fff;
}

.transparent-theme .dropdown-list-footer {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .dropdown-item {
    color: #fff;
}

.transparent-theme .dropdown-menu-arrow:before, .transparent-theme .dropdown-menu-arrow:after {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .dropdown-icon {
    color: #fff;
}

.transparent-theme .form-control {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .form-control.border-white {
        border-color: rgba(255, 255, 255, 0.2) !important;
    }

    .transparent-theme .form-control:focus {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.2);
        border-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .form-control::-webkit-input-placeholder, .transparent-theme .form-control::-moz-placeholder, .transparent-theme .form-control:-ms-input-placeholder, .transparent-theme .form-control::-ms-input-placeholder {
        color: #fff;
    }

    .transparent-theme .form-control:disabled, .transparent-theme .form-control[readonly] {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .form-control::placeholder {
        color: rgba(255, 255, 255, 0.5) !important;
    }

.transparent-theme .form-control-plaintext,
.transparent-theme .form-check-input:disabled ~ .form-check-label {
    color: #fff;
}

.transparent-theme .form-label .form-fieldset {
    background: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .form-label .form-help {
    color: #fff;
    background: var(--transparent-color);
}

.transparent-theme .form-control.header-search {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

    .transparent-theme .form-control.header-search:hover, .transparent-theme .form-control.header-search:focus {
        border-bottom-color: rgba(255, 255, 255, 0.2) !important;
    }

.transparent-theme .input-icon-addon {
    color: #fff;
}

.transparent-theme .header-text .item-search-tabs .form-control {
    border-color: rgba(255, 255, 255, 0.2) !important;
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme .fileinput-button {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme select.form-control:focus::-ms-value {
    color: #fff;
    background-color: var(--transparent-color);
}

.transparent-theme .input-group-btn > .btn {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .input-group-text {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .jumbotron {
    background-color: var(--transparent-color);
}

.transparent-theme .modal-open #homeVideo.modal {
    background: var(--transparent-color);
}

    .transparent-theme .modal-open #homeVideo.modal .modal-content {
        border-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .modal-content {
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .modal-backdrop {
    background-color: var(--transparent-color);
}

.transparent-theme .modal-header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .modal-footer {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .nav-link.disabled,
.transparent-theme .nav-tabs .nav-link.disabled {
    color: #fff;
}

.transparent-theme .nav1 {
    background: rgba(255, 255, 255, 0.2);
}

.transparent-theme .nav-tabs .nav-item1 .nav-link {
    color: #fff;
}

.transparent-theme .nav-tabs .nav-submenu {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .nav-tabs .nav-submenu .nav-item1 {
        color: #fff;
    }

        .transparent-theme .nav-tabs .nav-submenu .nav-item1:hover {
            color: #fff;
            background: var(--transparent-color);
        }

.transparent-theme .nav-link.icon i {
    color: #fff;
}

.transparent-theme .nav-tabs {
    color: #fff;
}

    .transparent-theme .nav-tabs .nav-link {
        color: #fff;
    }

.transparent-theme .navtab-wizard {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

    .transparent-theme .navtab-wizard.nav-tabs .nav-link {
        border-left-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .nav-tabs .nav-submenu {
    background: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .nav-tabs .nav-submenu .nav-item {
        color: #fff;
    }

        .transparent-theme .nav-tabs .nav-submenu .nav-item:hover {
            color: #fff;
            background: var(--transparent-color);
        }

.transparent-theme .page-link {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .page-link:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

.transparent-theme .page-item.disabled .page-link {
    color: #fff;
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .pagination-sm .page-link .page-title-icon,
.transparent-theme .pagination-sm .page-link .page-subtitle,
.transparent-theme .pagination-sm .page-link .page-description {
    color: #fff;
}

.transparent-theme .page-header {
    background: transparent;
}

.transparent-theme .page-breadcrumb .breadcrumb-item {
    color: #fff;
}

    .transparent-theme .page-breadcrumb .breadcrumb-item.active {
        color: #fff;
    }

.transparent-theme .page-total-text {
    color: #fff;
}

.transparent-theme .panel-heading-landing {
    background: var(--transparent-color) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .panel-heading-landing-box {
    background: var(--transparent-color) !important;
}

.transparent-theme .panel-title-landing {
    color: #fff !important;
}

.transparent-theme .panel-body-landing,
.transparent-theme .panel-footer-landing {
    border-color: rgba(255, 255, 255, 0.2) !important;
    background: var(--transparent-color);
}

.transparent-theme .panel-heading {
    background: var(--transparent-color);
}

.transparent-theme .panel-footer {
    background-color: var(--transparent-color);
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .panel-group .panel {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .panel-default > .panel-heading {
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .more-less {
    color: #fff;
}

.transparent-theme .panel-default > .panel-heading + .panel-collapse > .panel-body,
.transparent-theme .panel1 {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .panel-heading1 {
    background-color: var(--transparent-color);
    color: #fff;
}

.transparent-theme .panel-group1 .panel-body {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .panel-title1 a.collapsed {
    color: #fff;
}

.transparent-theme .panel-title1 a.accordion-toggle {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .panel-body1 {
    background: var(--transparent-color);
}

.transparent-theme .panel-title a.accordion-toggle:before, .transparent-theme .panel-title a.accordion-toggle.collapsed:before {
    color: #fff;
}

.transparent-theme .expanel-secondary > .expanel-heading,
.transparent-theme .expanel-success > .expanel-heading,
.transparent-theme .expanel-danger > .expanel-heading,
.transparent-theme .expanel-warning > .expanel-heading {
    color: #fff !important;
}

.transparent-theme .expanel-secondary > .expanel-heading {
    background-color: #555a66 !important;
    border-color: #78797a !important;
}

.transparent-theme .expanel {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .expanel-default > .expanel-heading {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .expanel-heading {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .expanel-footer {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-top-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .progress {
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: none;
}

.transparent-theme .progress-bar {
    color: #fff;
}

.transparent-theme .table th,
.transparent-theme .text-wrap table th td {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .border {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .table thead th,
.transparent-theme .text-wrap table thead th {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .table tbody + tbody,
.transparent-theme .text-wrap table tbody + tbody {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .table .table,
.transparent-theme .text-wrap table .table,
.transparent-theme .table .text-wrap table {
    background-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .text-wrap .table table,
.transparent-theme .text-wrap table table {
    background-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .table-bordered,
.transparent-theme .text-wrap table,
.transparent-theme .table-bordered th,
.transparent-theme .text-wrap table th,
.transparent-theme .table-bordered td,
.transparent-theme .text-wrap table td {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .table-primary {
    background-color: var(--transparent-color);
}

    .transparent-theme .table-primary > th,
    .transparent-theme .table-primary > td {
        background-color: var(--transparent-color);
    }

.transparent-theme .table-hover .table-primary:hover {
    background-color: var(--transparent-color);
}

    .transparent-theme .table-hover .table-primary:hover > td,
    .transparent-theme .table-hover .table-primary:hover > th {
        background-color: var(--transparent-color);
    }

.transparent-theme .table-secondary {
    background-color: var(--transparent-color);
}

    .transparent-theme .table-secondary > th,
    .transparent-theme .table-secondary > td {
        background-color: var(--transparent-color);
    }

.transparent-theme .table-active {
    background-color: var(--transparent-color);
}

    .transparent-theme .table-active > th,
    .transparent-theme .table-active > td {
        background-color: var(--transparent-color);
    }

.transparent-theme .table-hover .table-active:hover {
    background-color: var(--transparent-color);
}

    .transparent-theme .table-hover .table-active:hover > td,
    .transparent-theme .table-hover .table-active:hover > th {
        background-color: var(--transparent-color);
    }

.transparent-theme .table .thead-dark th,
.transparent-theme .text-wrap table .thead-dark th {
    color: rgba(255, 255, 255, 0.2);
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .table .thead-light th,
.transparent-theme .text-wrap table .thead-light th {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .table-dark {
    color: rgba(255, 255, 255, 0.2);
    background-color: #fff;
}

    .transparent-theme .table-dark th,
    .transparent-theme .table-dark td,
    .transparent-theme .table-dark thead th {
        border-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .table-dark.table-striped tbody tr:nth-of-type(odd),
    .transparent-theme .table-dark.table-hover tbody tr:hover {
        background-color: var(--transparent-color);
        --bs-table-hover-bg: $transparent-theme;
    }

.transparent-theme table.dataTable.no-footer {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme table.dataTable.hover tbody tr:hover,
.transparent-theme table.dataTable.display tbody tr:hover {
    background-color: var(--transparent-color) !important;
}

.transparent-theme .table-vcenter td,
.transparent-theme .table-vcenter th {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .table-striped tbody tr:nth-of-type(even) {
    background-color: var(--transparent-color);
}

.transparent-theme .table-calendar-link {
    background: var(--transparent-color);
    color: #fff;
}

    .transparent-theme .table-calendar-link:before {
        background: var(--transparent-color);
    }

    .transparent-theme .table-calendar-link:hover {
        color: #fff;
        background: var(--transparent-color);
    }

        .transparent-theme .table-calendar-link:hover:before {
            background: var(--transparent-color);
        }

.transparent-theme .table-header:hover,
.transparent-theme .table-header-asc,
.transparent-theme .table-header-desc {
    color: #fff !important;
}

.transparent-theme .table-inbox {
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .table-inbox tr {
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }

        .transparent-theme .table-inbox tr.unread td {
            background: rgba(255, 255, 255, 0.2);
            border-bottom-color: rgba(255, 255, 255, 0.2);
        }

.transparent-theme .tag {
    color: #fff;
    background-color: var(--transparent-color);
}

.transparent-theme a.tag:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme .tag-addon,
.transparent-theme a.tag-addon:hover {
    background: rgba(255, 255, 255, 0.1);
}

.transparent-theme .tag-blue,
.transparent-theme .tag-indigo,
.transparent-theme .tag-purple,
.transparent-theme .tag-red,
.transparent-theme .tag-orange,
.transparent-theme .tag-yellow,
.transparent-theme .tag-green,
.transparent-theme .tag-teal,
.transparent-theme .tag-cyan {
    color: #fff;
}

.transparent-theme .tag-white {
    background-color: var(--transparent-color);
    color: #fff;
}

.transparent-theme .tag-gray {
    background-color: #fff;
    color: #fff;
}

.transparent-theme .tag-gray-dark {
    background-color: var(--transparent-color);
    color: #fff;
}

.transparent-theme .tag-azure,
.transparent-theme .tag-lime,
.transparent-theme .tag-secondary,
.transparent-theme .tag-success,
.transparent-theme .tag-info,
.transparent-theme .tag-warning,
.transparent-theme .tag-danger {
    color: #fff;
}

.transparent-theme .tag-light,
.transparent-theme .tag-dark {
    background-color: var(--transparent-color);
    color: #fff;
}

.transparent-theme .thumbnail {
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .tooltip-inner {
    color: #fff;
}

.transparent-theme .bs-tooltip-top .popover-arrow::before,
.transparent-theme .bs-tooltip-auto[data-popper-placement^="top"] .popover-arrow::before {
    border-top-color: #fff;
}

.transparent-theme .bs-tooltip-end .popover-arrow::before,
.transparent-theme .bs-tooltip-auto[data-popper-placement^="right"] .popover-arrow::before {
    border-right-color: #fff;
}

.transparent-theme .bs-tooltip-bottom .popover-arrow::before,
.transparent-theme .bs-tooltip-auto[data-popper-placement^="bottom"] .popover-arrow::before {
    border-bottom-color: #fff;
}

.transparent-theme .bs-tooltip-start .popover-arrow::before,
.transparent-theme .bs-tooltip-auto[data-popper-placement^="left"] .popover-arrow::before {
    border-left-color: #fff;
}

.transparent-theme .tooltip-inner {
    color: #fff;
}

.transparent-theme .popover {
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .bs-popover-top .popover-arrow::before,
.transparent-theme .bs-popover-auto[data-popper-placement^="top"] .arrow::before,
.transparent-theme .bs-popover-top .popover-arrow::after,
.transparent-theme .bs-popover-auto[data-popper-placement^="top"] .arrow::after {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .bs-popover-end .arrow::before,
.transparent-theme .bs-popover-auto[data-popper-placement^="right"] .arrow::before,
.transparent-theme .bs-popover-end .arrow::after,
.transparent-theme .bs-popover-auto[data-popper-placement^="right"] .arrow::after {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .bs-popover-bottom .arrow::before,
.transparent-theme .bs-popover-auto[data-popper-placement^="bottom"] .arrow::before,
.transparent-theme .bs-popover-bottom .arrow::after,
.transparent-theme .bs-popover-auto[data-popper-placement^="bottom"] .arrow::after,
.transparent-theme .bs-popover-bottom .popover-header::before,
.transparent-theme .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .bs-popover-start .arrow::before,
.transparent-theme .bs-popover-auto[data-popper-placement^="left"] .arrow::before,
.transparent-theme .bs-popover-start .arrow::after,
.transparent-theme .bs-popover-auto[data-popper-placement^="left"] .arrow::after {
    border-left-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .popover-header {
    background-color: var(--transparent-color);
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .popover-body {
    color: #fff;
}

.transparent-theme .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.transparent-theme .bs-popover-bottom > .popover-arrow::after {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.transparent-theme .bs-popover-start > .popover-arrow::after {
    border-left-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.transparent-theme .bs-popover-end > .popover-arrow::after {
    border-right-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before,
.transparent-theme .bs-popover-bottom .popover-arrow::before {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .bs-popover-auto[data-popper-placement^=right] .popover-arrow::before,
.transparent-theme .bs-popover-end .popover-arrow::before {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .bs-popover-auto[data-popper-placement^=left] .popover-arrow::before,
.transparent-theme .bs-popover-start .popover-arrow::before {
    border-left-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme #count-down .clock-presenter .digit {
    color: #fff;
}

.transparent-theme #count-down1 .clock-presenter .digit {
    background: var(--transparent-color);
    color: #fff;
}

.transparent-theme .notifyimg {
    color: #fff;
}

.transparent-theme #global-loader {
    background: var(--transparent-color);
}

.transparent-theme ul.labels-info li h4 {
    color: #fff;
}

.transparent-theme ul.labels-info li a {
    color: #fff;
}

    .transparent-theme ul.labels-info li a:hover, .transparent-theme ul.labels-info li a:focus {
        background: none repeat scroll 0 0 var(--transparent-color);
        color: #fff;
    }

.transparent-theme #copy {
    color: #fff;
}

@media print {
    .transparent-theme pre,
    .transparent-theme blockquote,
    .transparent-theme .badge {
        border-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .table td,
    .transparent-theme .text-wrap table td,
    .transparent-theme .table th,
    .transparent-theme .text-wrap table th {
        background-color: var(--transparent-color) !important;
    }

    .transparent-theme .table-bordered th,
    .transparent-theme .text-wrap table th,
    .transparent-theme .table-bordered td,
    .transparent-theme .text-wrap table td {
        border-color: rgba(255, 255, 255, 0.2) !important;
    }
}

.transparent-theme blockquote {
    color: #fff;
    border-left-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .blockquote-reverse,
    .transparent-theme blockquote.float-right {
        border-right-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme code {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme pre {
    color: #fff;
    background-color: var(--transparent-color);
}

@media (max-width: 560px) {
    .transparent-theme .navtab-wizard.nav-tabs li {
        background: var(--transparent-color);
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 768px) {
    .transparent-theme .richText .richText-toolbar ul li a {
        border-color: rgba(255, 255, 255, 0.2);
    }
}

.transparent-theme hr.divider {
    border-top-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

    .transparent-theme hr.divider:after {
        background: var(--transparent-color);
    }

.transparent-theme .link-overlay-bg {
    color: #fff;
}

.transparent-theme .stamp {
    background: #fff;
}

.transparent-theme .example {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .example-bg {
    background: rgba(255, 255, 255, 0.2);
}

.transparent-theme .colorinput-color {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.transparent-theme #back-to-top,
.transparent-theme .features span,
.transparent-theme .feature .fea-icon {
    color: #fff;
}

.transparent-theme .wizard-card .choice .icon {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .wizard-container .wizard-navigation {
    background: var(--transparent-color);
}

.transparent-theme .richText {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: var(--transparent-color);
}

    .transparent-theme .richText .richText-toolbar {
        border-bottom-color: rgba(255, 255, 255, 0.2);
        background: var(--transparent-color);
        border-top-color: rgba(255, 255, 255, 0.2);
    }

        .transparent-theme .richText .richText-toolbar ul {
            background: var(--transparent-color);
            border-bottom-color: rgba(255, 255, 255, 0.2);
        }

            .transparent-theme .richText .richText-toolbar ul li a {
                border-right-color: rgba(255, 255, 255, 0.2);
            }

                .transparent-theme .richText .richText-toolbar ul li a:hover {
                    background-color: var(--transparent-color);
                }

    .transparent-theme .richText .richText-editor {
        background: rgba(0, 0, 0, 0.2);
        border-right-color: rgba(255, 255, 255, 0.2);
        border-left-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .richText .richText-undo,
    .transparent-theme .richText .richText-redo {
        border-right-color: rgba(255, 255, 255, 0.2);
        border-left-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .conv-form-wrapper div#messages div.message.to {
    background: var(--transparent-color);
}

.transparent-theme .video-list-thumbs > li > a {
    color: #fff;
}

    .transparent-theme .video-list-thumbs > li > a:hover .fa {
        color: #fff;
    }

.transparent-theme .video-list-thumbs .duration {
    background-color: var(--transparent-color);
    color: #fff;
}

.transparent-theme .video-list-thumbs > li > a:hover .duration {
    background-color: #fff;
}

@media (max-width: 992px) {
    .transparent-theme .settings-tab .tabs-menu li a {
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }
}

.transparent-theme .all-categories .row .card-body {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .clear,
.transparent-theme .current,
.transparent-theme .ok,
.transparent-theme .today {
    background: rgba(0, 0, 0, 0.2);
}

.transparent-theme .single-product .product-desc .product-icons .socialicons a {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.transparent-theme .search-background,
.transparent-theme .search3 {
    background: var(--transparent-color);
}

.transparent-theme .social-icons li {
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .social-icons li a {
        color: #fff;
    }

.transparent-theme .social li a {
    color: var(--transparent-color);
}

.transparent-theme .product-tags a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .product-tags li a:hover {
    color: #fff !important;
}

.transparent-theme .support-service {
    border-color: rgba(255, 255, 255, 0.2);
    background: var(--transparent-color);
}

    .transparent-theme .support-service i {
        border-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .top-bar .top-bar-left .contact li {
    color: #fff;
}

.transparent-theme .rated-products .media {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .rated-products img {
    border-color: rgba(255, 255, 255, 0.2);
    background: var(--transparent-color);
}

.transparent-theme .product-filter-desc .product-filter-icons a:hover {
    color: #fff;
}

.transparent-theme .product-item1:hover.product-item1:before {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme .product-item2 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    background: var(--transparent-color);
}

.transparent-theme .owl-productimg img {
    background: var(--transparent-color);
}

.transparent-theme .single-productslide .product-gallery .product-item {
    background-color: var(--transparent-color);
}

.transparent-theme .product-gallery .product-sm-gallery .item-gallery {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .banner1 .carousel-item:before {
    background: var(--transparent-color);
}

.transparent-theme .banner1 .carousel-control.left span,
.transparent-theme .banner1 .carousel-control.right span {
    background: var(--transparent-color);
    color: #fff;
}

    .transparent-theme .banner1 .carousel-control.left span:hover,
    .transparent-theme .banner1 .carousel-control.right span:hover {
        background: var(--transparent-color);
    }

.transparent-theme .banner1 .header-text {
    color: #fff;
}

.transparent-theme .cat-item .cat-desc {
    color: #fff;
}

.transparent-theme .product-slider #thumbcarousel .carousel-item .thumb:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme #thumbcarousel .carousel-control-prev,
.transparent-theme #thumbcarousel .carousel-control-next {
    background: var(--transparent-color);
}

.transparent-theme .section-title h1 {
    color: #fff;
}

@media (max-width: 991px) {
    .transparent-theme .banner-1 .search-background .form1 {
        border-left-color: rgba(255, 255, 255, 0.2) !important;
    }
}

.transparent-theme .banner-1 .search-background .form1 {
    border-left-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .my-dash {
    background: var(--transparent-color) !important;
}

    .transparent-theme .my-dash .side-menu__item {
        border-top-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .my-dash.app-sidebar .side-menu__item.active {
        background: rgba(0, 0, 0, 0.2) !important;
    }

    .transparent-theme .my-dash .slide.is-expanded [data-bs-toggle="slide"] {
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .my-dash .side-menu li a {
        border-top-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .my-dash .slide-menu li ul li {
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .my-dash.slide ul li a {
        color: #fff;
    }

    .transparent-theme .my-dash.app-sidebar-footer {
        color: #fff;
        background: var(--transparent-color);
        border-top-color: rgba(255, 255, 255, 0.2);
    }

        .transparent-theme .my-dash .app-sidebar-footer a {
            color: #fff;
            border-right-color: rgba(255, 255, 255, 0.2);
            border-bottom-color: rgba(255, 255, 255, 0.2);
        }

            .transparent-theme .my-dash .app-sidebar-footer a:hover {
                background: var(--transparent-color);
            }

    .transparent-theme .my-dash.app-sidebar ul li a {
        color: #fff;
    }

    .transparent-theme .my-dash .slide.is-expanded .slide-menu,
    .transparent-theme .my-dash .sub-slide.is-expanded .child-sub-menu {
        background: var(--transparent-color);
    }

    .transparent-theme .my-dash .slide-item,
    .transparent-theme .my-dash .app-sidebar ul li a {
        color: #fff;
    }

    .transparent-theme .my-dash .child-sub-menu li a {
        border-top-color: rgba(255, 255, 255, 0.2) !important;
    }

.transparent-theme .settings-tab .tabs-menu li a {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-right-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .settings-tab .tabs-menu li a.active {
        color: #fff;
    }

.transparent-theme .ads-tabs .tabs-menus ul li a {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.transparent-theme .showmore-button1 .showmore-button1-inner {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .owl-theme .owl-dots .owl-dot span {
    background: var(--transparent-color);
}

.transparent-theme .wishlist {
    background: var(--transparent-color);
}

@media (min-width: 561px) and (max-width: 767px) {
    .transparent-theme .navtab-wizard.nav-tabs .nav-link {
        border-top-color: rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 767px) {
    .transparent-theme .navtab-wizard.nav-tabs li {
        background: var(--transparent-color);
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }
}

.transparent-theme .register-right .nav-tabs {
    background: var(--transparent-color);
}

.transparent-theme .vertical-scroll .news-item,
.transparent-theme .vertical-scroll .item {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .vertical-scroll1 .item {
    border-color: rgba(255, 255, 255, 0.2) !important;
    background: var(--transparent-color);
}

.transparent-theme .vertical-scroll .item2 {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme code {
    background: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme #g.pe-cookie-message {
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme #g.pe-cookie-message p,
    .transparent-theme #g.pe-cookie-message ul {
        color: #fff;
    }

.transparent-theme a.typewrite {
    color: #fff !important;
}

.transparent-theme .table > :not(caption) > * > * {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .table > :not(:last-child) > :last-child > * {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme #gdpr-cookie-message {
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .modal-header .close.btn {
    color: #fff;
}

.transparent-theme .highlight {
    border-color: rgba(255, 255, 255, 0.2);
    background: var(--transparent-color);
}

.transparent-theme .imagecheck-figure,
.transparent-theme .imagecheck-input:checked ~ .imagecheck-figure {
    border-color: transparent;
}

.transparent-theme .imagecheck-caption,
.transparent-theme .imagecheck:hover .imagecheck-caption {
    color: #fff;
}

.transparent-theme .imagecheck-input:focus ~ .imagecheck-figure .imagecheck-caption,
.transparent-theme .imagecheck-input:checked ~ .imagecheck-figure .imagecheck-caption {
    color: #fff;
}

.transparent-theme .demo-gallery > ul > li a {
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .demo-gallery > ul > li a .demo-gallery-poster,
    .transparent-theme .demo-gallery > ul > li a:hover .demo-gallery-poster {
        background-color: var(--transparent-color);
    }

.transparent-theme .demo-gallery .justified-gallery > a .demo-gallery-poster,
.transparent-theme .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: var(--transparent-color);
}

.transparent-theme .demo-gallery.dark > ul > li a {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .gallery .tools {
    background: var(--transparent-color);
}

    .transparent-theme .gallery .tools a {
        color: #fff;
    }

.transparent-theme .gallery p {
    color: #fff;
}

.transparent-theme .gallery a.info {
    background: #fff;
    color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.transparent-theme .gallery-first .mask {
    background-color: var(--transparent-color);
}

.transparent-theme .img-thumbnail {
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .label {
    color: #fff;
}

.transparent-theme .label-secondary {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme .label.arrowed-in:before {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .list-group-item-action {
    color: #fff;
}

    .transparent-theme .list-group-item-action:hover, .transparent-theme .list-group-item-action:focus, .transparent-theme .list-group-item-action:active {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .list-group-item,
.transparent-theme .listorder,
.transparent-theme .listorder1,
.transparent-theme .listunorder,
.transparent-theme .listunorder1 {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .list-group-item {
    color: #fff;
}

    .transparent-theme .list-group-item.disabled, .transparent-theme .list-group-item:disabled {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 0.5;
    }

    .transparent-theme .list-group-item .icon {
        color: #fff !important;
    }

.transparent-theme .list-group-flush .list-group-item:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .list-group-item-primary.list-group-item-action:hover, .transparent-theme .list-group-item-primary.list-group-item-action:focus {
    color: #fff;
    background-color: var(--transparent-color);
}

.transparent-theme .list-group-item-primary.list-group-item-action.active {
    color: #fff;
}

.transparent-theme .list-group-item.active {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.transparent-theme .media-list .media-icons {
    color: #fff;
}

@media (max-width: 768px) {
    .transparent-theme .tabs-menu1 ul li a {
        border-color: rgba(255, 255, 255, 0.2);
    }
}

.transparent-theme .navbar-light .navbar-brand {
    color: #fff;
}

    .transparent-theme .navbar-light .navbar-brand:hover, .transparent-theme .navbar-light .navbar-brand:focus {
        color: #fff;
    }

.transparent-theme .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

    .transparent-theme .navbar-light .navbar-nav .nav-link:hover, .transparent-theme .navbar-light .navbar-nav .nav-link:focus, .transparent-theme .navbar-light .navbar-nav .nav-link.disabled {
        color: #fff;
    }

.transparent-theme .navbar-light .navbar-nav .show > .nav-link,
.transparent-theme .navbar-light .navbar-nav .active > .nav-link {
    color: #fff;
}

.transparent-theme .navbar-light .navbar-nav .nav-link.show, .transparent-theme .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}

.transparent-theme .navbar-light .navbar-toggler {
    color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .navbar-light .navbar-text {
    color: #fff;
}

    .transparent-theme .navbar-light .navbar-text a {
        color: #fff;
    }

        .transparent-theme .navbar-light .navbar-text a:hover, .transparent-theme .navbar-light .navbar-text a:focus {
            color: #fff;
        }

.transparent-theme .navbar-dark .navbar-brand {
    color: #fff;
}

    .transparent-theme .navbar-dark .navbar-brand:hover, .transparent-theme .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.transparent-theme .navbar-dark .navbar-nav .nav-link:hover, .transparent-theme .navbar-dark .navbar-nav .nav-link:focus, .transparent-theme .navbar-dark .navbar-nav .nav-link.disabled {
    color: #fff;
}

.transparent-theme .navbar-dark .navbar-nav .show > .nav-link,
.transparent-theme .navbar-dark .navbar-nav .active > .nav-link {
    color: #fff;
}

.transparent-theme .navbar-dark .navbar-nav .nav-link.show, .transparent-theme .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.transparent-theme .navbar-dark .navbar-text a {
    color: #fff;
}

    .transparent-theme .navbar-dark .navbar-text a:hover, .transparent-theme .navbar-dark .navbar-text a:focus {
        color: #fff;
    }

.transparent-theme .pricing,
.transparent-theme .pricing1 {
    color: #fff;
}

    .transparent-theme .pricing .card-category {
        background: var(--transparent-color);
        color: #fff;
    }

    .transparent-theme .pricing .list-unstyled li {
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .pricing1 .list-unstyled li {
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .pricing1 .card-category {
        background: var(--transparent-color);
        color: #fff;
    }

.transparent-theme .pricing-table:hover > .panel > .panel-body-landing {
    background: var(--transparent-color);
}

.transparent-theme .pricing-table:hover > .panel > .panel-heading-landing-box {
    background: var(--transparent-color) !important;
    color: #fff !important;
}

.transparent-theme .pricing-table:hover > .panel > .controle-header {
    background: #fff !important;
}

.transparent-theme .pricing-table:hover > .panel > .panel-footer {
    background: #fff !important;
}

    .transparent-theme .pricing-table:hover > .panel > .panel-footer > .btn {
        border-color: rgba(255, 255, 255, 0.2) !important;
    }

.transparent-theme .btn-price:hover {
    background: var(--transparent-color) !important;
    color: #fff !important;
}

.transparent-theme .pricing-table:hover > .panel > .controle-header > .panel-title-landing,
.transparent-theme .pricing-table > .panel > .controle-header > .panel-title-landing {
    color: #fff !important;
}

.transparent-theme .price .list-group-item {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme .price .panel-footer,
.transparent-theme .price.panel-color > .panel-body {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme .rating-stars .rating-stars-container .rating-star {
    color: var(--transparent-color);
}

    .transparent-theme .rating-stars .rating-stars-container .rating-star.sm, .transparent-theme .rating-stars .rating-stars-container .rating-star.is--no-hover,
    .transparent-theme .rating-stars .rating-stars-container .rating-star .fa-heart .is--no-hover {
        color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .rating-stars input {
    color: #fff;
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .tabs-menu ul li .active {
    color: #fff;
}

.transparent-theme .tabs-menu-body,
.transparent-theme .tab-menu-heading {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .tab_wrapper > ul {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .tab_wrapper > ul li {
        border-color: rgba(255, 255, 255, 0.2);
        border-top-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .tab_wrapper.right_side .content_wrapper {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .tab_wrapper.right_side > ul {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .tab_wrapper.right_side > ul li.active {
        border-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .tab_wrapper.right_side > ul li:after {
        background: var(--transparent-color);
    }

.transparent-theme .timeline:before {
    background-color: var(--transparent-color);
}

.transparent-theme .timeline-item:first-child:before, .transparent-theme .timeline-item:last-child:before {
    background: var(--transparent-color);
}

.transparent-theme .timeline-badge {
    border-color: rgba(255, 255, 255, 0.2);
    background: var(--transparent-color);
}

.transparent-theme .timeline-time {
    color: #fff;
}

.transparent-theme .timeline__item:after,
.transparent-theme .timeline--horizontal .timeline-divider {
    background: var(--transparent-color) !important;
}

.transparent-theme .timeline__content {
    background-color: var(--transparent-color);
}

.transparent-theme .footer {
    background: var(--transparent-color);
    border-top-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

    .transparent-theme .footer .social ul li a,
    .transparent-theme .footer a:not(.btn) {
        color: #fff;
    }

.transparent-theme .footer-main .social li a,
.transparent-theme .footer-main .payments li a {
    color: #fff;
}

.transparent-theme footer .border-bottom-color {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .footer-main p,
.transparent-theme .footer-main a {
    color: #fff;
}

.transparent-theme .footer-main.footer-main1 a {
    color: #fff;
}

.transparent-theme .footer-main.footer-main1 .form-control {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .footer-links a {
    color: #fff;
}

.transparent-theme .footer-main {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme footer .border-top-color {
    border-top-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .header-toggler {
    color: #fff;
}

    .transparent-theme .header-toggler:hover {
        color: #fff;
    }

.transparent-theme .header-main .social-icons li {
    color: #fff;
}

    .transparent-theme .header-main .social-icons li a {
        color: #fff;
    }

.transparent-theme .header-search .header-icons .header-icons-link.icons li {
    background: var(--transparent-color);
}

.transparent-theme .header-search .header-nav .nav-cart .icon-cart i,
.transparent-theme .header-search .header-nav .nav-cart .icon-cart a {
    color: #fff;
}

@media (min-width: 992px) {
    .transparent-theme .header-main-banner .horizontalMenu > .horizontalMenu-list > li > a {
        color: #fff;
    }

        .transparent-theme .header-main-banner .horizontalMenu > .horizontalMenu-list > li > a > .fa {
            color: #fff;
        }
}

.transparent-theme .header-main .ace-responsive-menu li a {
    color: #fff;
}

    .transparent-theme .header-main .ace-responsive-menu li a:hover, .transparent-theme .header-main .ace-responsive-menu li a:focus {
        color: #fff;
    }

.transparent-theme .aside {
    background: var(--transparent-color);
    border-left-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .aside-footer {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .aside-header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .horizontalMenu {
    color: #fff;
}

    .transparent-theme .horizontalMenu > .horizontalMenu-list > li > a {
        color: #fff;
    }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > a.btn,
        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > a > .fa,
        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > a.active .fa {
            color: #fff;
        }

    .transparent-theme .horizontalMenu > .horizontalMenu-list > li:hover > a > .fa {
        color: #fff;
    }

    .transparent-theme .horizontalMenu > .horizontalMenu-list > li > a:hover .fa {
        color: #fff;
    }

    .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li a i,
    .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a i {
        color: #fff !important;
    }

    .transparent-theme .horizontalMenu > .horizontalMenu-list > li > a .popover-arrow:after {
        border-left-color: rgba(255, 255, 255, 0.2);
        border-right-color: rgba(255, 255, 255, 0.2);
        border-top-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input {
        color: #fff;
        background-color: var(--transparent-color);
    }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input::placeholder {
            color: #fff;
        }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus {
            color: #fff;
        }

            .transparent-theme .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus ~ .btnstyle .fa,
            .transparent-theme .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus ~ .searchicon {
                color: #fff;
            }

    .transparent-theme .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch .btnstyle {
        color: #fff;
    }

    .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
        background-color: var(--transparent-color);
        border-color: rgba(255, 255, 255, 0.2);
    }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a {
            color: #fff;
        }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
            background-color: var(--transparent-color);
            border-color: rgba(255, 255, 255, 0.2);
        }

            .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
                color: #fff;
            }

            .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
                background-color: var(--transparent-color);
                border-color: rgba(255, 255, 255, 0.2);
            }

                .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
                    color: #fff;
                }

    .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu {
        color: #fff;
    }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .megamenu-content {
            border-color: rgba(255, 255, 255, 0.2);
            background-color: var(--transparent-color);
        }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .title,
        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .wsmwnutxt {
            color: #fff;
        }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
            background: var(--transparent-color);
            color: #fff;
            background-color: var(--transparent-color);
        }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .show-grid div {
            background-color: var(--transparent-color);
            border-color: rgba(255, 255, 255, 0.2);
            color: #fff;
        }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type="text"],
        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form textarea {
            border-color: rgba(255, 255, 255, 0.2);
            color: #fff;
        }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type="submit"], .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type="button"] {
            background-color: var(--transparent-color);
        }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .carousel-caption {
            background-color: #fff;
        }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text p,
        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text ul li a {
            color: #fff;
        }

@media only screen and (max-width: 991px) {
    .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
        background-color: var(--transparent-color);
        color: #fff;
    }

    .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li:hover a,
    .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
        background-color: var(--transparent-color);
        color: #fff;
    }
}

@media (min-width: 1024px) {
    .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list {
        border-left-color: rgba(255, 255, 255, 0.2);
    }
}

@media only screen and (max-width: 991px) {
    .transparent-theme .horizontalMenu > .horizontalMenu-list {
        background: var(--transparent-color);
    }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > a {
            color: #fff;
            border-bottom-color: rgba(255, 255, 255, 0.2);
        }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li a.menuhomeicon {
            border-top-color: rgba(255, 255, 255, 0.2);
        }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > a > .fa {
            color: #fff;
        }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
            background-color: var(--transparent-color);
        }

            .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a {
                color: #fff;
            }

                .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover {
                    background-color: var(--transparent-color);
                    color: #fff;
                }

            .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu li:hover > a {
                background-color: var(--transparent-color);
                color: #fff;
            }

            .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
                color: #fff;
            }

                .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
                    background-color: var(--transparent-color);
                    color: #fff;
                }

            .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
                color: #fff;
            }

            .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
                color: #fff;
            }

                .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
                    background-color: var(--transparent-color);
                    color: #fff;
                }

                .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
                    color: #fff;
                }

        .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu {
            color: #fff;
            border-bottom-color: rgba(255, 255, 255, 0.2);
        }

            .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .title {
                color: #fff;
            }

            .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu > ul > li > a {
                background-color: var(--transparent-color);
                color: #fff;
            }

                .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu > ul > li > a:hover {
                    background-color: #fff;
                }

            .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu ul li.title {
                color: #fff;
            }

    .transparent-theme .horizontal-header {
        background-color: var(--transparent-color);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    }

    .transparent-theme .callusbtn {
        color: #fff;
    }

        .transparent-theme .callusbtn:hover .fa {
            color: #fff;
        }

    .transparent-theme .animated-arrow span:before, .transparent-theme .animated-arrow span:after {
        background: #fff;
    }

    .transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontalMenu-click > i {
        color: #fff;
    }

    .transparent-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li .horizontalMenu-click02 > i {
        color: #fff;
    }
}

.transparent-theme .horizontalMenu-list .sub-menu:before,
.transparent-theme .horizontalMenu-list .halfdiv:before,
.transparent-theme .horizontalMenu-list .sub-menu:after,
.transparent-theme .horizontalMenu-list .halfdiv:after {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .icon,
.transparent-theme a.icon:hover {
    color: #fff !important;
}

.transparent-theme .icons-list-item {
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .icons-list-item i {
        color: #fff;
    }

.transparent-theme .item-card .cardtitle a,
.transparent-theme .item-card .cardprice span {
    color: #fff;
}

.transparent-theme .item-card .item-card-desc:before {
    background: rgba(25, 36, 79, 0.5);
}

.transparent-theme .item-card .item-card-desc .item-card-text {
    color: #fff;
}

.transparent-theme .item-card2-icons a {
    color: #fff;
}

.transparent-theme .item-list .list-group-item {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .item-list .list-group-item i {
        color: #fff !important;
    }

.transparent-theme .item-user .item-user-icons a:hover {
    color: #fff;
}

.transparent-theme .item-card3-desc img {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .item-card5-icon a {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.transparent-theme .item-search-menu ul li .active {
    background: var(--transparent-color);
    color: #fff;
}

.transparent-theme .item-search-menu ul li a {
    color: #fff;
}

.transparent-theme .item-search-tabs.travel-content .form-control,
.transparent-theme .item-search-tabs .form-control {
    border-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .item-all-cat .item-all-card,
.transparent-theme .item-card7-overlaytext h4 {
    color: #fff;
}

.transparent-theme .Marketplace .item-card7-overlaytext h4 {
    background: var(--transparent-color);
}

.transparent-theme .item-card7-imgs a i,
.transparent-theme .item-card9-img .item-card9-imgs a i,
.transparent-theme .item-card2-img a i {
    color: #fff;
}

.transparent-theme .item1-card-img img {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .item1-card .item1-card-info .item1-card-icons li a {
    color: #fff;
}

.transparent-theme .item1-card-tab .tab-content .tab-pane,
.transparent-theme .item1-tab-heading {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .item1-tabs-menu ul li .active {
    color: #fff;
}

.transparent-theme .item-video a {
    background: var(--transparent-color);
    color: #fff;
}

.transparent-theme .item2-card .item2-card-img {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .items-blog-tab-heading .items-blog-tab-menu li a {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

.transparent-theme .item2-gl-nav {
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .item2-gl-nav .item2-gl-menu li a {
        color: #fff;
    }

.transparent-theme .item-all-cat .item-all-card {
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .item-all-cat .item-all-card a:hover .item-all-text h5 {
        color: #fff !important;
    }

.transparent-theme .item-all-cat .category-type .item-all-card:hover {
    background: var(--transparent-color);
}

.transparent-theme .item-cards7-ic.realestate-list li a {
    color: #fff;
}

.transparent-theme .item-card7-img:before {
    background: rgba(0, 0, 0, 0.4);
}

.transparent-theme .item-card7-img h4 {
    color: #fff;
}

.transparent-theme.rtl .border-end-0 {
    border-right-color: rgba(255, 255, 255, 0.2) !important;
    border-left-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme.rtl .banner-1.bg-background2 .search-background .select2-container--default .select2-selection--single {
    border-right-color: rgba(255, 255, 255, 0.2) !important;
    border-left-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme.rtl .banner-2.bg-background2.index
.item-search-tabs
.tab-content
.form-group:not(:last-child)
.select2-container--default
.select2-selection--single {
    border-left-color: rgba(255, 255, 255, 0.2) !important;
    border-right-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme.rtl .border-end {
    border-left-color: rgba(255, 255, 255, 0.2) !important;
    border-right-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme.rtl .border-start {
    border-right-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme.rtl .user-wideget .border-right-color,
.transparent-theme.rtl .chat-line-friend .chat-message:after {
    border-left-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme.rtl .chat-message:after {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme.rtl .cal1 .clndr .clndr-table tr .day {
    border-right-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme.rtl .cal1 .clndr .clndr-table tr .day:last-child {
        border-left-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme.rtl .cal1 .clndr .clndr-table .header-days .header-day {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme.rtl .cal1 .clndr .clndr-table tr .empty,
.transparent-theme.rtl .cal1 .clndr .clndr-table tr .adjacent-month,
.transparent-theme.rtl .cal1 .clndr .clndr-table tr .my-empty,
.transparent-theme.rtl .cal1 .clndr .clndr-table tr .my-adjacent-month {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme.rtl .selectize-control.plugin-remove_button [data-value].active .remove,
.transparent-theme.rtl .selectize-control.plugin-remove_button [data-value] .remove {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme.rtl .navtab-wizard.nav-tabs .nav-link,
.transparent-theme.rtl blockquote {
    border-right-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme.rtl .blockquote-reverse,
    .transparent-theme.rtl blockquote.float-right,
    .transparent-theme.rtl .richText .richText-toolbar ul li a {
        border-left-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme.rtl .banner-1 .search-background .form1 {
    border-right-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme.rtl .my-dash .app-sidebar-footer a,
.transparent-theme.rtl .settings-tab .tabs-menu li a {
    border-left-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme.rtl .aside {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme.rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme.rtl .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme.rtl .header-text1 .search-background .form .form-group:first-child .form-control {
    border-right-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme.rtl .card.card-blog-img .select2-container--default .select2-selection--single {
    border-right-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme.rtl .navtab-wizard li:first-of-type a {
    border-left-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme.rtl .user-tabs ul li:first-child {
    border-left-color: rgba(255, 255, 255, 0.2) !important;
}

@media (min-width: 1024px) {
    .transparent-theme.rtl .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list {
        border-right-color: rgba(255, 255, 255, 0.2);
    }
}

.transparent-theme .countdown li {
    background: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme #sidebar ul li.active > a:hover {
    background: var(--transparent-color);
}

.transparent-theme #sidebar ul li a {
    color: #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme #sidebar li a[aria-expanded="true"] {
    background: var(--transparent-color);
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme #sidebar .collapse li a:hover {
    background: var(--transparent-color);
}

.transparent-theme .checkbox span:before {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .custom-control-label:before {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: var(--transparent-color);
}

.transparent-theme .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
}

.transparent-theme .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: var(--transparent-color);
}

.transparent-theme .custom-control-input:disabled ~ .custom-control-label {
    color: #fff;
}

    .transparent-theme .custom-control-input:disabled ~ .custom-control-label::before {
        background-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .custom-control-label::before {
    background-color: var(--transparent-color);
}

.transparent-theme .form-select {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .form-select:focus::-ms-value {
        color: #fff;
        background-color: var(--transparent-color);
    }

    .transparent-theme .form-select:disabled {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .form-file-label {
    color: #fff;
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .form-file-label::after {
        color: #fff;
    }

.transparent-theme .form-range::-webkit-slider-thumb:active {
    background-color: var(--transparent-color);
}

.transparent-theme .form-range::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .form-range::-moz-range-thumb:active {
    background-color: var(--transparent-color);
}

.transparent-theme .form-range::-moz-range-track {
    background-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .form-range::-ms-thumb:active {
    background-color: var(--transparent-color);
}

.transparent-theme .form-range::-ms-fill-lower, .transparent-theme .form-range::-ms-fill-upper {
    background-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .form-range:focus::-webkit-slider-thumb, .transparent-theme .form-range:focus::-moz-range-thumb, .transparent-theme .form-range:focus::-ms-thumb {
    border-color: var(--transparent-color);
    background-color: var(--transparent-color);
}

.transparent-theme .form-range::-webkit-slider-runnable-track {
    background: var(--transparent-color);
}

.transparent-theme .form-range::-webkit-slider-thumb {
    background: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .form-range::-moz-range-track {
    background: var(--transparent-color);
}

.transparent-theme .form-range::-moz-range-thumb {
    background: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .form-range::-moz-range-progress {
    background: var(--transparent-color);
}

.transparent-theme .form-range::-ms-thumb {
    background: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .form-range::-ms-fill-lower, .transparent-theme .form-range::-ms-fill-upper {
    background: var(--transparent-color);
}

.transparent-theme .form-switch-indicator {
    background: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .form-switch-description,
.transparent-theme .form-switch-input:checked ~ .form-switch-description {
    color: #fff;
}

.transparent-theme .ui-datepicker {
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .ui-datepicker .ui-datepicker-header {
        color: #fff;
    }

        .transparent-theme .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
        .transparent-theme .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
            color: #fff;
        }

            .transparent-theme .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover::before, .transparent-theme .ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus::before {
                color: var(--transparent-color);
            }

            .transparent-theme .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover::before, .transparent-theme .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus::before {
                color: var(--transparent-color);
            }

        .transparent-theme .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,
        .transparent-theme .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
            color: #fff;
        }

    .transparent-theme .ui-datepicker .ui-datepicker-calendar th {
        color: #fff;
    }

    .transparent-theme .ui-datepicker .ui-datepicker-calendar td {
        border-color: rgba(255, 255, 255, 0.2);
        background-color: var(--transparent-color);
    }

        .transparent-theme .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default {
            color: #fff;
        }

        .transparent-theme .ui-datepicker .ui-datepicker-calendar td span {
            background-color: var(--transparent-color);
            color: #fff;
        }

        .transparent-theme .ui-datepicker .ui-datepicker-calendar td a {
            color: #fff;
        }

            .transparent-theme .ui-datepicker .ui-datepicker-calendar td a:hover {
                background-color: var(--transparent-color);
                color: #fff;
            }

    .transparent-theme .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
        background-color: var(--transparent-color);
        color: #fff;
    }

.transparent-theme .ui-widget-header {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

    .transparent-theme .ui-widget-header a {
        color: #fff;
    }

    .transparent-theme .ui-state-default,
    .transparent-theme .ui-widget-content .ui-state-default,
    .transparent-theme .ui-widget-header .ui-state-default {
        border-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

.transparent-theme .jvectormap-tip {
    background: #fff;
}

.transparent-theme .jvectormap-zoomin,
.transparent-theme .jvectormap-zoomout,
.transparent-theme .jvectormap-goback {
    background: var(--transparent-color);
}

.transparent-theme .range input[type="range"]::-webkit-slider-thumb, .transparent-theme .range input[type="range"]::-moz-slider-thumb {
    background-color: var(--transparent-color);
}

.transparent-theme .range output {
    background-color: var(--transparent-color);
}

.transparent-theme .select2-container--default .select2-selection--single {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #fff;
    background-color: var(--transparent-color);
    border-color: #fff;
}

.transparent-theme .select2-container--default .select2-selection--multiple {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: rgba(255, 255, 255, 0.2) !important;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.transparent-theme .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    color: #fff !important;
}

.transparent-theme .select-languages {
    color: #fff;
}

    .transparent-theme .select-languages:focus {
        color: #fff;
        background-color: var(--transparent-color);
    }

    .transparent-theme .select-languages .select2-container .select2-selection--single,
    .transparent-theme .select-languages .select2-results {
        color: #fff !important;
    }

.transparent-theme .select-currency .select2-container .select2-selection--single,
.transparent-theme .select-currency .select2-results {
    color: #fff !important;
}

.transparent-theme .select-country .select2-container .select2-selection--single,
.transparent-theme .select-country .select2-results {
    color: #fff !important;
}

.transparent-theme .selectgroup-button {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.transparent-theme .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    background: var(--transparent-color) !important;
}

.transparent-theme .selectize-dropdown-header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    background: var(--transparent-color);
}

    .transparent-theme .selectize-dropdown-header.btn-close {
        color: #fff;
    }

        .transparent-theme .selectize-dropdown-header.btn-close:hover {
            color: #fff;
        }

.transparent-theme .selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .selectize-control.plugin-remove_button [data-value] .remove {
    border-left-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .selectize-control.plugin-remove_button [data-value] .remove:hover {
        background: var(--transparent-color);
    }

.transparent-theme .selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: var(--transparent-color);
}

.transparent-theme .selectize-dropdown {
    color: #fff;
}

.transparent-theme .selectize-input {
    color: #fff;
    background: var(--transparent-color);
}

    .transparent-theme .selectize-input input {
        color: #fff;
    }

.transparent-theme .selectize-control.single .selectize-input.input-active {
    background: var(--transparent-color);
}

.transparent-theme .selectize-input {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .selectize-control.multi .selectize-input > div {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

    .transparent-theme .selectize-control.multi .selectize-input > div.active {
        background: var(--transparent-color);
        color: #fff;
    }

.transparent-theme .selectize-control.multi .selectize-input.disabled > div {
    color: #fff;
}

    .transparent-theme .selectize-control.multi .selectize-input.disabled > div.active {
        color: #fff;
        background: var(--transparent-color);
    }

.transparent-theme .selectize-input.dropdown-active::before {
    background: var(--transparent-color);
}

.transparent-theme .selectize-dropdown {
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .selectize-dropdown [data-selectable] .highlight {
        background: var(--transparent-color);
    }

    .transparent-theme .selectize-dropdown .optgroup-header {
        color: #fff;
    }

    .transparent-theme .selectize-dropdown .active {
        background-color: var(--transparent-color);
        color: #fff;
    }

        .transparent-theme .selectize-dropdown .active.create {
            color: #fff;
        }

    .transparent-theme .selectize-dropdown .create {
        color: #fff;
    }

.transparent-theme .selectize-control .selectize-input.disabled {
    background-color: var(--transparent-color);
}

.transparent-theme .admin-navbar .nav-link {
    color: #fff;
}

.transparent-theme .admin-navbar .mega-dropdown .sub-item .section-label {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .admin-navbar .sub-item ul a,
.transparent-theme .admin-navbar .sub-item .sub-with-sub::after {
    color: #fff;
}

@media (max-width: 992px) {
    .transparent-theme .about-con {
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }
}

.transparent-theme .cal1 {
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .cal1 .clndr .clndr-table .header-days .header-day {
        border-left-color: rgba(255, 255, 255, 0.2);
        border-top-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .cal1 .clndr .clndr-table tr .empty,
    .transparent-theme .cal1 .clndr .clndr-table tr .adjacent-month,
    .transparent-theme .cal1 .clndr .clndr-table tr .my-empty,
    .transparent-theme .cal1 .clndr .clndr-table tr .my-adjacent-month {
        border-left-color: rgba(255, 255, 255, 0.2);
        border-top-color: rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .cal1 .clndr .clndr-table tr .day {
        border-left-color: rgba(255, 255, 255, 0.2);
        border-top-color: rgba(255, 255, 255, 0.2);
    }

        .transparent-theme .cal1 .clndr .clndr-table tr .day.event, .transparent-theme .cal1 .clndr .clndr-table tr .day.my-event, .transparent-theme .cal1 .clndr .clndr-table tr .day.event:hover, .transparent-theme .cal1 .clndr .clndr-table tr .day.my-event:hover {
            background: var(--transparent-color);
        }

        .transparent-theme .cal1 .clndr .clndr-table tr .day:last-child {
            border-right-color: rgba(255, 255, 255, 0.2);
        }

        .transparent-theme .cal1 .clndr .clndr-table tr .day:hover {
            background: var(--transparent-color);
        }

.transparent-theme .fc-unthemed .fc-content,
.transparent-theme .fc-unthemed .fc-divider,
.transparent-theme .fc-unthemed .fc-list-heading td,
.transparent-theme .fc-unthemed .fc-list-view,
.transparent-theme .fc-unthemed .fc-popover,
.transparent-theme .fc-unthemed .fc-row,
.transparent-theme .fc-unthemed tbody,
.transparent-theme .fc-unthemed td,
.transparent-theme .fc-unthemed th,
.transparent-theme .fc-unthemed thead {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .fc-event {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .fc-unthemed .fc-divider,
.transparent-theme .fc-unthemed .fc-list-heading td,
.transparent-theme .fc-unthemed .fc-popover .fc-header {
    background: rgba(255, 255, 255, 0.2);
}

.transparent-theme .fc-toolbar .fc-state-active,
.transparent-theme .fc-toolbar .ui-state-active {
    background: var(--transparent-color);
}

.transparent-theme .fc-unthemed .fc-list-item:hover td {
    background-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .map-content-width .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: var(--transparent-color) !important;
}

    .transparent-theme .map-content-width .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
        background: var(--transparent-color) !important;
    }

.transparent-theme .chart-circle-value small {
    color: #fff;
}

.transparent-theme .axgmap-img {
    background: var(--transparent-color);
}

.transparent-theme .map-header1 {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .chat .avatar {
    background-color: var(--transparent-color);
}

.transparent-theme .chat .day {
    color: #fff;
}

.transparent-theme .chat-message {
    background-color: var(--transparent-color);
    color: #fff;
}

    .transparent-theme .chat-message:after {
        border-left-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .chat-line-friend .chat-message {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

    .transparent-theme .chat-line-friend .chat-message:after {
        border-right-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme #chat-message {
    color: #fff;
}

    .transparent-theme #chat-message:hover {
        background: var(--transparent-color);
        color: #fff;
        border-color: #fff;
    }

.transparent-theme .msg p,
.transparent-theme .msg time:before {
    color: #fff;
}

.transparent-theme .mail-box .sm-side {
    background: none repeat scroll 0 0 transparent-theme;
}

.transparent-theme .mail-box .lg-side {
    background: none repeat scroll 0 0 var(--transparent-color);
}

.transparent-theme .mail-box .sm-side .user-head {
    background: none repeat scroll 0 0 var(--transparent-color);
    color: #fff;
}

.transparent-theme .user-head .user-name h5 a,
.transparent-theme .user-head .user-name span a {
    color: #fff;
}

.transparent-theme a.mail-dropdown {
    background: none repeat scroll 0 0 var(--transparent-color);
    color: #fff;
}

.transparent-theme .inbox-divider {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme ul.inbox-nav li a {
    color: #fff;
}

    .transparent-theme ul.inbox-nav li a:hover {
        background: none repeat scroll 0 0 var(--transparent-color);
        color: #fff;
    }

.transparent-theme ul.inbox-nav li.active a {
    background: none repeat scroll 0 0 var(--transparent-color);
    color: #fff;
}

.transparent-theme ul.inbox-nav li a:focus {
    background: none repeat scroll 0 0 var(--transparent-color);
    color: #fff;
}

.transparent-theme ul.inbox-nav li a i {
    color: #fff;
}

.transparent-theme .inbox-head .sr-input {
    color: #fff;
}

.transparent-theme .inbox-head .sr-btn {
    background: none repeat scroll 0 0 #fff;
    color: #fff;
}

.transparent-theme .mail-option .chk-all,
.transparent-theme .mail-option .btn-group a.btn {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.transparent-theme .inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.transparent-theme .inbox-body .modal .modal-body input,
.transparent-theme .inbox-body .modal .modal-body textarea {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .heading-inbox h4 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.transparent-theme .sender-dropdown {
    background: none repeat scroll 0 0 var(--transparent-color);
    color: #fff;
}

.transparent-theme .view-mail a {
    color: #fff;
}

.transparent-theme .mail-chats {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .user p.u-name, .transparent-theme .user p.u-designation {
    color: #fff;
}

.transparent-theme div.online-status .status.online,
.transparent-theme .online-status .status.offline {
    background: var(--transparent-color);
}

.transparent-theme .inbox-message ul li {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .inbox-message ul li:hover, .transparent-theme .inbox-message ul li:focus {
        background: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .inbox-message .message-body {
    color: #fff;
}

.transparent-theme .error-img .card {
    background: var(--transparent-color);
}

.transparent-theme .coupon-code .coupon {
    background: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .arrow-ribbon2 {
    color: #fff;
}

.transparent-theme .weather-card {
    background: var(--transparent-color);
}

    .transparent-theme .weather-card .top:after {
        background: var(--transparent-color);
    }

    .transparent-theme .weather-card .bottom {
        background: var(--transparent-color);
    }

        .transparent-theme .weather-card .bottom .weather-wrapper .forecast a,
        .transparent-theme .weather-card .bottom .weather-wrapper .forecast .go-up {
            color: #fff;
        }

        .transparent-theme .weather-card .bottom .weather-wrapper .forecast li {
            color: #fff;
        }

            .transparent-theme .weather-card .bottom .weather-wrapper .forecast li.active {
                color: #fff;
            }

.transparent-theme .user-wideget-footer {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .user-wideget .border-right-color {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .widget-info i {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .widget-info a {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .widgetdate {
    background: var(--transparent-color);
}

.transparent-theme .widget-image img {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .wideget-user-tab .tab-menu-heading .nav li a {
    color: #fff;
    background-color: transparent;
}

.transparent-theme .border {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .border-top-color {
    border-top-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .border-end {
    border-right-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .border-bottom-color {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .border-start {
    border-left-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .border-dark {
    border-color: var(--transparent-color) !important;
}

.transparent-theme .text-body,
.transparent-theme .text-default,
.transparent-theme .text-muted-dark {
    color: #fff !important;
}

.transparent-theme .text-gray-dark {
    color: var(--transparent-color) !important;
}

.transparent-theme .dark-logo {
    display: inherit;
}

.transparent-theme .light-logo {
    display: none;
}

.transparent-theme .mobile-dark-logo {
    display: block;
}

.transparent-theme .mobile-light-logo {
    display: none;
}

.transparent-theme .text-dark {
    color: #fff !important;
}

.transparent-theme .bg-white {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.transparent-theme .select2-dropdown {
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 2px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}

.transparent-theme .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.transparent-theme .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .rating-stars .rating-stars-container .rating-star.is--active,
.transparent-theme .rating-stars .rating-stars-container .rating-star.is--hover {
    color: #f1c40f;
}

.transparent-theme .owl-nav button {
    background: rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.transparent-theme .owl-carousel:hover .owl-nav button {
    background: rgba(0, 0, 0, 0.2) !important;
}

.transparent-theme footer ul.social li .social-icon {
    color: #fff;
}

.transparent-theme .btn-white {
    color: #fff;
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .border-top {
    border-top-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .border-bottom {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .bg-light {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.transparent-theme .dataTables_wrapper .dataTables_filter input {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .table {
    color: #fff !important;
}

.transparent-theme .table-striped > tbody > tr:nth-of-type(odd) {
    color: #fff;
}

.transparent-theme .table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: $transparent-theme2;
}

.transparent-theme .header-main-banner .horizontalMenu > .horizontalMenu-list {
    border-bottom-color: transparent;
}

.transparent-theme .search3 .select2-container--default .select2-selection--single {
    border-right-color: rgba(255, 255, 255, 0.2) !important;
    border-left-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .card-blog-overlay2 .form-control {
    border-right-color: rgba(255, 255, 255, 0.2) !important;
    border-left-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .team-section .team-img img {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.transparent-theme .item-all-cat2 .item-all-cat:nth-child(1) .item-all-card .iteam-all-icon img {
    content: url("../../assets/images/svgs/jobs/user-white.svg");
}

.transparent-theme .item-all-cat2 .item-all-cat:nth-child(2) .item-all-card .iteam-all-icon img {
    content: url("../../assets/images/svgs/jobs/upload-white.svg");
}

.transparent-theme .item-all-cat2 .item-all-cat:nth-child(3) .item-all-card .iteam-all-icon img {
    content: url("../../assets/images/svgs/jobs/medal-white.svg");
}

.transparent-theme .item-all-cat2 .item-all-cat:nth-child(4) .item-all-card .iteam-all-icon img {
    content: url("../../assets/images/svgs/jobs/businessman-white.svg");
}

.transparent-theme .coupon-code2 .vertical-scroll .item:nth-child(1) div img {
    content: url("../../assets/images/photos/01-white.png");
}

.transparent-theme .coupon-code2 .vertical-scroll .item:nth-child(2) div img {
    content: url("../../assets/images/photos/02-white.png");
}

.transparent-theme .coupon-code2 .vertical-scroll .item:nth-child(3) div img {
    content: url("../../assets/images/photos/04-white.png");
}

.transparent-theme .coupon-code2 .vertical-scroll .item:nth-child(4) div img {
    content: url("../../assets/images/photos/03-white.png");
}

.transparent-theme .coupon-code2 .vertical-scroll .item:nth-child(5) div img {
    content: url("../../assets/images/photos/02-white.png");
}

.transparent-theme #price {
    background: var(--transparent-color);
    color: #fff;
}

.transparent-theme .ui-widget-content {
    border-color: rgba(255, 255, 255, 0.2);
    background: var(--transparent-color);
    color: #fff;
}

.transparent-theme .table-hover > tbody > tr:hover {
    color: #fff;
}

.transparent-theme::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme::-webkit-scrollbar-thumb {
    background-color: var(--transparent-color);
}

.transparent-theme .table th,
.transparent-theme .text-wrap table th {
    color: #fff;
}

.transparent-theme table.dataTable tbody tr {
    background-color: transparent;
}

.transparent-theme .countdown .time {
    color: #fff;
}

.transparent-theme #back-to-top:hover {
    background: rgba(0, 0, 0, 0.2);
}

.transparent-theme .image-zoom-container {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .small-img {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .small-container .show-small-img {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .app-header1 {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme .nav-search .form-control.header-search {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.transparent-theme .form-inline .form-control:focus,
.transparent-theme .form-inline .form-control:hover {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .collapse:not(.show) {
    background: transparent;
}

.transparent-theme .app-sidebar {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: none;
    color: #fff;
}

.transparent-theme .user-info {
    color: #fff;
}

.transparent-theme .app-sidebar .side-menu__item.active {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .side-menu li a {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .app-sidebar-footer a {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .app-sidebar-footer {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .app-sidebar ul li a {
    color: #fff;
}

.transparent-theme .app-sidebar .side-menu__item.active:hover {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
}

.transparent-theme .dropshadow {
    filter: drop-shadow(0 -6px 4px rgba(0, 0, 0, 0.2));
}

.transparent-theme #morrisBar8 svg path,
.transparent-theme #morrisBar9 svg path {
    stroke: rgba(255, 255, 255, 0.2);
}

.transparent-theme #morrisBar8 svg text tspan,
.transparent-theme #morrisBar9 svg text tspan {
    fill: #fff;
}

.transparent-theme .app-sidebar__toggle {
    color: #fff;
}

.transparent-theme .nav-link.navsearch-icon {
    color: #fff;
}

.transparent-theme .header-right .navbar-toggler {
    color: #fff;
}

.transparent-theme .header-right .responsive-navbar .navbar-collapse {
    background: transparent;
    border-top-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .richText .richText-toolbar ul li a {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

    .transparent-theme .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a:hover {
        background-color: var(--transparent-color);
    }

.transparent-theme div.conv-form-wrapper:before {
    background: linear-gradient(transparent, transparent);
}

.transparent-theme div.conv-form-wrapper div.options div.option {
    background: rgba(0, 0, 0, 0.2);
}

.transparent-theme form.convFormDynamic {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme textarea.userInputDynamic {
    background: transparent;
    color: #fff !important;
}

    .transparent-theme textarea.userInputDynamic::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

.transparent-theme .sweet-alert {
    background-color: var(--transparent-color);
}

    .transparent-theme .sweet-alert h2,
    .transparent-theme .sweet-alert p {
        color: #fff;
    }

.transparent-theme .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

.transparent-theme .timelineleft > li > .timelineleft-item {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

    .transparent-theme .timelineleft > li > .timelineleft-item > .timelineleft-header {
        color: #fff;
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .perfect-datetimepicker {
    color: #fff;
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .perfect-datetimepicker table {
        background-color: var(--transparent-color);
    }

    .transparent-theme .perfect-datetimepicker td.oday {
        color: #fff;
    }

    .transparent-theme .perfect-datetimepicker td.disabled {
        color: #fff;
    }

    .transparent-theme .perfect-datetimepicker table.tt input {
        border-color: rgba(255, 255, 255, 0.2);
        background: var(--transparent-color);
        color: #fff;
    }

    .transparent-theme .perfect-datetimepicker .buttonpane {
        border-top-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .perfect-datetimepicker tbody td.hover,
    .transparent-theme .perfect-datetimepicker tfoot td.hover,
    .transparent-theme .perfect-datetimepicker thead td.hover {
        background-color: var(--transparent-color);
        border-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .fc-event {
    color: #fff !important;
}

.transparent-theme .fc-row {
    border-color: rgba(255, 255, 255, 0.2) !important;
    background: var(--transparent-color) !important;
}

.transparent-theme .fc-theme-standard td,
.transparent-theme .fc-theme-standard th {
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .fc-theme-standard td:last-child,
    .transparent-theme .fc-theme-standard th:last-child {
        border-right-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .fc-theme-standard td:first-child,
    .transparent-theme .fc-theme-standard th:first-child {
        border-left-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .fc-theme-standard .fc-scrollgrid {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .fc .fc-scrollgrid-section-sticky > * {
    background: var(--transparent-color);
}

.transparent-theme .fc .fc-non-business {
    background: transparent;
}

.transparent-theme .fc-event-selected {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .transparent-theme .fc-event-selected .fc-event-resizer {
        background: var(--transparent-color);
    }

    .transparent-theme .fc-event-selected:after {
        background: var(--transparent-color);
    }

.transparent-theme .fc .fc-popover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.transparent-theme .fc-theme-standard .fc-popover {
    border-color: rgba(255, 255, 255, 0.2);
    background: var(--transparent-color);
}

.transparent-theme .fc .fc-daygrid-day.fc-day-today {
    background-color: var(--transparent-color);
}

.transparent-theme .fc .fc-daygrid-week-number {
    background-color: var(--transparent-color);
    color: #fff;
}

.transparent-theme .fc-timegrid-event-harness-inset .fc-timegrid-event,
.transparent-theme .fc-timegrid-event.fc-event-mirror {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.transparent-theme .fc-theme-standard .fc-list {
    border: rgba(255, 255, 255, 0.2);
}

.transparent-theme .fc .fc-list-empty {
    background-color: var(--transparent-color);
}

.transparent-theme .fc .fc-list-sticky .fc-list-day > * {
    background: var(--transparent-color);
}

.transparent-theme .fc-theme-standard .fc-list-day-cushion {
    background-color: var(--transparent-color);
}

.transparent-theme .fc .fc-list-event:hover td {
    background-color: var(--transparent-color);
}

.transparent-theme #external-events {
    border: rgba(255, 255, 255, 0.2);
    background: var(--transparent-color);
}

    .transparent-theme #external-events p {
        color: #fff;
    }

.transparent-theme .c3-chart-arc path {
    stroke: rgba(255, 255, 255, 0.2);
}

.transparent-theme .nvd3 .nv-axis line {
    stroke: rgba(255, 255, 255, 0.2);
}

.transparent-theme .nvd3 .nv-axis path {
    stroke: rgba(255, 255, 255, 0.2);
}

.transparent-theme .highlight pre {
    background-color: var(--transparent-color) !important;
}

.transparent-theme .avatar-list-stacked .avatar {
    box-shadow: none;
}

.transparent-theme .dropdown-menu .dropdown-plus-title {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .heading-inverse {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme .accordionjs .acc_section {
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .accordionjs .acc_section .acc_head {
        background: var(--transparent-color);
    }

    .transparent-theme .accordionjs .acc_section.acc_active > .acc_head {
        border-bottom-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    .transparent-theme .accordionjs .acc_section.acc_active .acc_head h3:before {
        color: #fff;
    }

.transparent-theme .tab_wrapper > ul {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .tab_wrapper > ul li {
        border-color: rgba(255, 255, 255, 0.2);
        border-top-color: rgba(255, 255, 255, 0.2);
    }

        .transparent-theme .tab_wrapper > ul li.active:after {
            background: rgba(0, 0, 0, 0.2);
        }

.transparent-theme .tab_wrapper .controller span {
    color: #fff;
}

.transparent-theme .tab_wrapper .content_wrapper {
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .tab_wrapper .content_wrapper .accordian_header {
        border-top-color: rgba(255, 255, 255, 0.2);
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }

        .transparent-theme .tab_wrapper .content_wrapper .accordian_header.active {
            border-color: rgba(255, 255, 255, 0.2);
        }

        .transparent-theme .tab_wrapper .content_wrapper .accordian_header .arrow {
            border-top-color: rgba(255, 255, 255, 0.2);
            border-left-color: rgba(255, 255, 255, 0.2);
        }

.transparent-theme .tab_wrapper.left_side > ul {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .tab_wrapper.left_side > ul li:after {
        background: rgba(0, 0, 0, 0.2);
    }

    .transparent-theme .tab_wrapper.left_side > ul li.active {
        border-color: rgba(255, 255, 255, 0.2);
    }

        .transparent-theme .tab_wrapper.left_side > ul li.active:before {
            background: var(--transparent-color);
        }

.transparent-theme .tab_wrapper.left_side .content_wrapper {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .tab_wrapper.right_side > ul {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .tab_wrapper.right_side > ul li {
        border-left-color: rgba(255, 255, 255, 0.2);
        border-right-color: rgba(255, 255, 255, 0.2);
    }

        .transparent-theme .tab_wrapper.right_side > ul li.active {
            border-color: rgba(255, 255, 255, 0.2);
        }

            .transparent-theme .tab_wrapper.right_side > ul li.active:before {
                background: var(--transparent-color);
            }

.transparent-theme .tab_wrapper.right_side .content_wrapper {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .tab_wrapper.accordion .content_wrapper {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .tab_wrapper .active_tab {
    background: var(--transparent-color);
    color: #fff;
}

    .transparent-theme .tab_wrapper .active_tab .arrow {
        background: var(--transparent-color);
    }

        .transparent-theme .tab_wrapper .active_tab .arrow:after {
            border-right-color: rgba(255, 255, 255, 0.2);
            border-bottom-color: rgba(255, 255, 255, 0.2);
        }

@media only screen and (max-width: 768px) {
    .transparent-theme .tab_wrapper.show-as-dropdown > .tab_list {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        background: var(--transparent-color);
    }

        .transparent-theme .tab_wrapper.show-as-dropdown > .tab_list:before {
            background: var(--transparent-color);
            box-shadow: -3px -4px 5px rgba(0, 0, 0, 0.2);
        }

        .transparent-theme .tab_wrapper.show-as-dropdown > .tab_list li {
            border-bottom-color: rgba(255, 255, 255, 0.2);
        }
}

.transparent-theme .header {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent-theme .card .header .form-control.header-search {
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff;
}

.transparent-theme .selectgroup-input:checked + .selectgroup-button {
    background: rgba(0, 0, 0, 0.2);
}

.transparent-theme .dropify-wrapper {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .dropify-wrapper .dropify-preview {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .transparent-theme .dropify-wrapper:hover {
        background-image: linear-gradient(-45deg, var(--transparent-color) 25%, transparent 25%, transparent 50%, var(--transparent-color) 50%, var(--transparent-color) 75%, transparent 75%, transparent);
    }

.transparent-theme .sp-replacer {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.transparent-theme .ui-datepicker .ui-datepicker-calendar td a {
    background-color: var(--transparent-color);
    color: #fff;
}

.transparent-theme .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

    .transparent-theme .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown .richText-dropdown-close {
        background: var(--transparent-color);
        color: #fff;
    }

.transparent-theme .richText .richText-form input[type="text"],
.transparent-theme .richText .richText-form input[type="file"],
.transparent-theme .richText .richText-form input[type="number"],
.transparent-theme .richText .richText-form select {
    border-color: rgba(255, 255, 255, 0.2);
    background: var(--transparent-color);
    color: #fff;
}

.transparent-theme .icons-list {
    border-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
    .transparent-theme .sticky-wrapper.is-sticky .horizontal-main {
        box-shadow: 2px 3px 4.7px 0.3px rgba(0, 0, 0, 0.2);
    }

    .transparent-theme .sticky-wrapper.is-sticky .horizontalMenu > .horizontalMenu-list > li > a {
        color: #fff;
    }

        .transparent-theme .sticky-wrapper.is-sticky .horizontalMenu > .horizontalMenu-list > li > a > .fa {
            color: #fff;
        }

    .transparent-theme .sticky-wrapper.is-sticky .desktoplogo-1 {
        display: none !important;
    }

    .transparent-theme .sticky-wrapper.is-sticky .desktoplogo {
        display: block !important;
    }

    .transparent-theme .sticky-wrapper.absolute.banners .horizontal-main {
        background: var(--transparent-color);
    }
}

.transparent-theme .sticky-pin {
    box-shadow: 2px 3px 4.7px 0.3px rgba(0, 0, 0, 0.2);
}

.transparent-theme .status-border {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .single-page .wrapper.wrapper2 {
    background: rgba(0, 0, 0, 0.2);
}

    .transparent-theme .single-page .wrapper.wrapper2 hr {
        border-top-color: rgba(255, 255, 255, 0.2);
        background: var(--transparent-color);
    }

        .transparent-theme .single-page .wrapper.wrapper2 hr.divider {
            border-top-color: rgba(255, 255, 255, 0.2);
            background: var(--transparent-color);
        }

            .transparent-theme .single-page .wrapper.wrapper2 hr.divider::after {
                background: transparent;
                color: #fff;
            }

.transparent-theme .single-page .wrapper h3,
.transparent-theme .single-page .wrapper h4 {
    color: #fff;
}

.transparent-theme hr.divider {
    border-top-color: rgba(255, 255, 255, 0.2);
    background: var(--transparent-color);
}

.transparent-theme .single-page .wrapper > form {
    background: transparent;
}

.transparent-theme .single-page .wrapper label {
    background: transparent;
    color: #fff;
}

.transparent-theme .single-page .wrapper input {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .banners .desktoplogo {
    display: block !important;
    padding: 1.5rem 0;
    margin: 0;
    float: left;
}

.transparent-theme .banners .desktoplogo-1 {
    display: none !important;
}

.transparent-theme .sticky-wrapper.absolute.banners .horizontal-main .horizontalMenu > .horizontalMenu-list > li > a {
    color: #fff !important;
}

    .transparent-theme .sticky-wrapper.absolute.banners .horizontal-main .horizontalMenu > .horizontalMenu-list > li > a > .fa {
        color: #fff !important;
    }

.transparent-theme .item2-gl-nav {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.transparent-theme .badge-default {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.transparent-theme .table-hover > tbody > tr:hover > * {
    color: #fff;
}

.transparent-theme .users-list .user-tabel table {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .tabs-menu1 ul li a {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .pricingTable2 {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .pricingTable2-header {
    background-color: transparent;
}

.transparent-theme .pricingTable2 .pricingTable2-header h3 {
    color: #fff;
}

.transparent-theme .pricingTable {
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .pricingTable .price-value {
        color: #fff;
    }

    .transparent-theme .pricingTable .month {
        color: #fff;
    }

    .transparent-theme .pricingTable .pricingTable-signup {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

.transparent-theme .register-right .nav-tabs .nav-link {
    background: rgba(0, 0, 0, 0.2);
    border: 0 !important;
}

.transparent-theme .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent #fff transparent;
}

.transparent-theme .badge-light {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme .activity {
    border-left-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme.app.sidebar-mini .card {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme.app.sidebar-mini .app-header1.header {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
}

.transparent-theme.app.sidebar-mini .dark-logo {
    display: initial;
}

.transparent-theme.app.sidebar-mini .app-sidebar__toggle:focus,
.transparent-theme.app.sidebar-mini .app-sidebar__toggle:hover {
    color: #fff;
}

.transparent-theme.app.sidebar-mini .select2-container--default .select2-selection--multiple {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme.app.sidebar-mini .items-blog-tab-heading .items-blog-tab-menu li a {
    background: var(--transparent-color);
}

.transparent-theme.app.sidebar-mini .footer {
    background: rgba(0, 0, 0, 0.2);
}

.transparent-theme .table-striped > tbody > tr:nth-of-type(odd) > * {
    color: #fff;
}

.transparent-theme .bootstrap-tagsinput input {
    color: #fff;
}

.transparent-theme .fc-state-default {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .btn-light {
    color: #fff !important;
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .breadcrumb-item1 + .breadcrumb-item1::before {
    color: rgba(255, 255, 255, 0.5);
}

.transparent-theme .header-1 .header,
.transparent-theme .header-2 .header,
.transparent-theme .header-3 .header,
.transparent-theme .header-4 .header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .dataTables_wrapper .dataTables_length,
.transparent-theme .dataTables_wrapper .dataTables_filter,
.transparent-theme .dataTables_wrapper .dataTables_info,
.transparent-theme .dataTables_wrapper .dataTables_processing,
.transparent-theme .dataTables_wrapper .dataTables_paginate {
    color: #fff;
}

.transparent-theme .app-content .page-header {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent-theme .light-logo {
    display: none;
}

.transparent-theme .app-sidebar .side-menu li ul li a:hover {
    background: transparent;
}

.transparent-theme .slide.is-expanded [data-bs-toggle=slide] {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .app-sidebar .side-menu .slide-menu li {
    border-bottom-color: #8b8b8b1a;
}

.transparent-theme .header.headerstyle1, .transparent-theme .header.headerstyle2, .transparent-theme .header.headerstyle3, .transparent-theme .header.headerstyle4 {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.transparent-theme .custom-switch-indicator {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #ffffff52;
}

    .transparent-theme .custom-switch-indicator:before {
        background: #fff;
    }

.transparent-theme .ui-timepicker-wrapper {
    background-color: var(--transparent-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .ui-timepicker-list li {
    color: #fff;
}

.transparent-theme .sp-container {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .sp-picker-container {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .sp-replacer:hover, .transparent-theme .sp-replacer.sp-active {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .datepicker td {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.transparent-theme .datepicker table tr td span:hover, .transparent-theme .datepicker table tr td span.focused {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme .datepicker table tr td span {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme .navtab-wizard.nav-tabs .nav-link.active, .transparent-theme .navtab-wizard.nav-tabs .nav-link:hover {
    background-color: var(--transparent-color);
}

.transparent-theme .nav-justified.navtab-wizard .nav-item.show .nav-link, .transparent-theme .nav-justified.navtab-wizard .nav-link.active {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .note-editor.note-frame.panel.panel-default .panel-heading {
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .note-editor.note-airframe, .transparent-theme .note-editor.note-frame {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .note-btn.btn-default {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .note-btn.btn-default:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: var(--transparent-color);
        border-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .icons-list-wrap {
    border-right-color: rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme img.location-gps {
    background: var(--transparent-color);
    color: #fff;
}

.transparent-theme .item-all-cat .row .item-all-card {
    background: transparent;
}

    .transparent-theme .item-all-cat .row .item-all-card:hover {
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    }

.transparent-theme .tabs-menu ul.jobs-tabs li a {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .location-gps-sm {
    background: var(--transparent-color);
}

.transparent-theme .owl-item .cat-item .iteam-all-icon img {
    background: #9eaed7;
    border-radius: 50%;
    padding: 5px;
}

.transparent-theme .service-card .icon-bg.icon-service.about {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.transparent-theme .item2-gl .item-card9 h4 {
    color: #fff;
}

.transparent-theme #gdpr-cookie-message p, .transparent-theme #gdpr-cookie-message ul {
    color: #fff;
}

.transparent-theme .bg-light-50 {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.transparent-theme .accordion#accordion .card {
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .accordion#accordion .card .card-body.collapse.show {
        border-top-color: rgba(255, 255, 255, 0.2);
    }

    .transparent-theme .accordion#accordion .card .card-body.collapsing {
        border-top-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .employer-icons i {
    background: #5c616e;
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .header-search .header-icons .header-icons-link li a {
    border-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme a.bg-white:focus, .transparent-theme a.bg-white:hover {
    background: var(--transparent-color) !important;
}

.transparent-theme footer.bg-white .border-top {
    border-top-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme footer.bg-white .border-bottom {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme footer.bg-white .footer-main {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .badge.bg-light {
    color: #fff;
}

.transparent-theme .item1-links a.active {
    background: rgba(0, 0, 0, 0.2);
}

.transparent-theme .dark-layout {
    display: none;
}

.transparent-theme .light-layout {
    display: none;
}

.transparent-theme .theme-layout.layout-setting {
    display: none;
}

.transparent-theme .side-header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .location-gps-white {
    display: block;
}

.transparent-theme .location-gps {
    display: block;
}

.transparent-theme .image-serve {
    display: none !important;
}

.transparent-theme .image-service-white {
    display: block !important;
}

@media (min-width: 768px) {
    .transparent-theme.sidebar-mini.sidenav-toggled.sidenav-toggled1 .header-brand-img.light-logo {
        display: none;
    }

    .transparent-theme.sidebar-mini.sidenav-toggled.sidenav-toggled1 .header-brand-img.toggle-logo {
        display: none;
    }

    .transparent-theme.sidebar-mini.sidenav-toggled.sidenav-toggled1 .header-brand-img.dark-logo {
        display: block;
    }

    .transparent-theme.sidebar-mini.sidenav-toggled .header-brand-img.dark-logo {
        display: none;
    }

    .transparent-theme.sidebar-mini.sidenav-toggled .header-brand-img.toggle-logo {
        display: block;
    }

    .transparent-theme .side-header {
        background: rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 767px) {
    .transparent-theme.sidebar-mini .logo-horizontal .header-brand-img.desktop-logo {
        display: none;
    }
}

.transparent-theme .location-gps {
    background: transparent;
    color: #fff;
}

.transparent-theme .section-title p {
    color: rgba(255, 255, 255, 0.7);
}

.transparent-theme .item-card2-desc p, .transparent-theme .item-card2 ul li a, .transparent-theme .item-card7-desc p, .transparent-theme #defaultCarousel .item p, .transparent-theme .news p {
    color: rgba(255, 255, 255, 0.7);
}

.transparent-theme .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.2);
}

    .transparent-theme .btn-outline-light:hover {
        background-color: transparent;
    }

.transparent-theme .tabs-menu ul.eductaional-tabs li a {
    background: rgba(0, 0, 0, 0.2);
}

.transparent-theme .tabs-menu ul.eductaional-tabs li .active {
    background: var(--primary-bg-color);
}

.transparent-theme.rtl .banner-1 .search-background .form-control {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent-theme .bg-card-light:hover {
    background: transparent;
}

.transparent-theme.rtl .input-group-prepend > .input-group-text {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent-theme hr {
    border-top-color: rgba(255, 255, 255, 0.2);
    background: var(--transparent-color);
}

.transparent-theme .imag-service {
    display: none;
}

.transparent-theme .widget-spec li {
    color: #fff;
}

.transparent-theme .item-card-badge {
    background: rgba(0, 0, 0, 0.2);
}

.transparent-theme .item-user span i {
    background: rgba(0, 0, 0, 0.2);
}

.transparent-theme .ff_fileupload_wrap .ff_fileupload_dropzone {
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px dashed rgba(255, 255, 255, 0.2);
}

    .transparent-theme .ff_fileupload_wrap .ff_fileupload_dropzone:hover, .transparent-theme .ff_fileupload_wrap .ff_fileupload_dropzone:focus, .transparent-theme .ff_fileupload_wrap .ff_fileupload_dropzone:active {
        background-color: var(--transparent-color);
        border-color: rgba(255, 255, 255, 0.2);
    }

.transparent-theme .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li .active {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.transparent-theme .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--transparent-color);
}

@media (max-width: 767px) {
    .transparent-theme .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    }
}

.transparent-theme .profile-pic-img span {
    border: 2px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
    .transparent-theme .main-sidebar-header {
        background: transparent;
    }

    .transparent-theme .header-brand .desktop-logo, .transparent-theme .header-brand .mobile-logo, .transparent-theme .header-brand .mobile-logo-dark {
        display: none;
    }

    .transparent-theme .header-brand .desktop-dark {
        display: block;
    }

    .transparent-theme.sidenav-toggled .header-brand .desktop-dark,
    .transparent-theme.sidenav-toggled .header-brand .desktop-logo,
    .transparent-theme.sidenav-toggled .header-brand .mobile-logo {
        display: none;
    }

    .transparent-theme.sidenav-toggled .header-brand .mobile-logo-dark {
        display: block;
    }

    .transparent-theme.sidenav-toggled.sidenav-toggled1 .header-brand .mobile-logo-dark,
    .transparent-theme.sidenav-toggled.sidenav-toggled1 .header-brand .desktop-logo,
    .transparent-theme.sidenav-toggled.sidenav-toggled1 .header-brand .mobile-logo {
        display: none;
    }

    .transparent-theme.sidenav-toggled.sidenav-toggled1 .header-brand .desktop-dark {
        display: block;
    }

    .transparent-theme.sidebar-mini.sidenav-toggled.sidenav-toggled1 .slide-menu {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

    .transparent-theme.rtl.sidebar-mini.sidenav-toggled.sidenav-toggled1 .slide-menu {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-left: 0;
    }

    .transparent-theme.sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__item {
        color: #fff;
    }

    .transparent-theme.sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar {
        backdrop-filter: blur(30px);
    }
}

.transparent-theme .main-sidebar-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent-theme.sidebar-gone.sidenav-toggled .app-sidebar {
    backdrop-filter: blur(30px);
}

.transparent-theme .slide-menu li.active:before {
    background: rgba(255, 255, 255, 0.2);
}

.transparent-theme .slide-menu {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent-theme.rtl .main-sidebar-header {
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-right: 0 !important;
}

.transparent-theme.rtl .slide-menu {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
}

.transparent-theme.rtl .activity {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
}

.transparent-theme .custom-file-label {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent-theme .note-btn.btn.btn-default.btn-sm {
    color: #fff;
}

.transparent-theme .note-editor.note-airframe .note-statusbar, .transparent-theme .note-editor.note-frame .note-statusbar {
    background-color: var(--transparent-color);
}

.transparent-theme .gallery {
    box-shadow: none;
}

.transparent-theme .nav-tabs .nav-item i {
    color: #fff;
}

.transparent-theme .header-style .header-brand-img.desktop-logo {
    display: none !important;
}

.transparent-theme .header-style .header-brand-img.desktop-dark {
    display: block !important;
}

.transparent-theme .custom-page .form-control {
    background-color: var(--transparent-color);
}

.transparent-theme .header-main .dropdown-item i {
    color: #fff !important;
}

.transparent-theme .sectiontitle-design:before, .transparent-theme .sectiontitle-design:after {
    background: #fff;
}

.transparent-theme .item-card2 ul li a i {
    color: #fff;
}

.transparent-theme .horizontal-main {
    background: var(--transparent-color) !important;
}

@media screen and (min-width: 992px) {
    .transparent-theme .sticky-wrapper.is-sticky .horizontal-main {
        background: var(--transparent-color) !important;
    }

    .transparent-theme.menu-style2 .horizontalMenu {
        background: var(--transparent-color);
    }
}

.transparent-theme .footer-main .form-control {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .owl-carousel button.owl-dot.active {
    background: #fff !important;
}

.transparent-theme .owl-carousel button.owl-dot {
    background: rgba(255, 255, 255, 0.2) !important;
}

.transparent-theme .customerpage .btn-icon {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent-theme .close {
    color: #fff;
}

.transparent-theme .custom-switch-description {
    color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
    .transparent-theme .header-right .responsive-navbar .navbar-collapse {
        background: var(--transparent-color);
    }
}

.transparent-theme .app-sidebar.sidemenu-scroll .main-sidebar-header {
    backdrop-filter: blur(30px);
}

.transparent-theme .timelineleft:before {
    background: rgba(255, 255, 255, 0.2);
}

.transparent-theme .timelineleft > li > .timelineleft-item > .time {
    color: #fff;
}

.transparent-theme.app.sidebar-mini .card.price {
    background-color: transparent;
}

.transparent-theme .switcher-wrapper .demo_changer .form_holder {
    background: var(--transparent-color);
    box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.2);
}

.transparent-theme .switcher-wrapper .demo_changer h4 {
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-theme .switcher-wrapper .switch_section span {
    color: #fff !important;
}

.transparent-theme .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

    .transparent-theme .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #fff;
    }

.transparent-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px var(--transparent-color), 0 0 0 2px var(--primary-03);
}

.transparent-theme .app-sidebar__user, .transparent-theme .side-menu {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent-theme .panel-title > a {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent-theme .tab_wrapper .content_wrapper .accordian_header .arrow {
    background: transparent;
}

.transparent-theme .custom-switch-input:checked ~ .custom-switch-description {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .transparent-theme .horizontal-main {
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    }
}

.transparent-theme .my-dash .app-sidebar__user, .transparent-theme .my-dash .side-menu {
    border-right: 0;
}

.transparent-theme .my-dash .side-menu__item.active {
    background: rgba(255, 255, 255, 0.1) !important;
}

.transparent-theme .my-dash ul li a {
    color: #fff;
}

.transparent-theme .my-dash .slide-menu {
    border-left: 0;
}

.transparent-theme .table > :not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent-theme .dropdown-item:hover,
.transparent-theme .dropdown-item:focus,
.transparent-theme .dropdown-item.active,
.transparent-theme .dropdown-item:active {
    color: #fff;
}

.transparent-theme .header-main .dropdown-item:hover i {
    color: #fff !important;
}

/*# sourceMappingURL=transparent-style.css.map */