.header-top {
    background-color: var(--primary-color);
    color: #fff;
    height: 50px
}

.header-top a {
    color: #fff
}

.header-top .dropdown-menu a {
    color: #161e2d
}

.header-top .top-bar {
    color: #fff;
    line-height: 50px;
    width: 100%
}

.header-top .top-bar .top-bar-right #language-switcher,
.header-top .top-bar .top-bar-right #language-switcher-mobile {
    position: relative
}

.header-top .top-bar .top-bar-right #language-switcher .language-switcher-dropdown,
.header-top .top-bar .top-bar-right #language-switcher-mobile .language-switcher-dropdown {
    margin-top: -1px
}

.header-top .top-bar .top-bar-right #language-switcher a img,
.header-top .top-bar .top-bar-right #language-switcher-mobile a img {
    margin-bottom: 3px
}

.header-top .top-bar .top-bar-right #language-switcher .dropdown-menu,
.header-top .top-bar .top-bar-right #language-switcher-mobile .dropdown-menu {
    transform: translate3d(.5px, 51px, 0) !important
}

.header-top .top-bar .top-bar-right #language-switcher .dropdown-menu .dropdown-item,
.header-top .top-bar .top-bar-right #language-switcher-mobile .dropdown-menu .dropdown-item {
    font-size: 13px;
    line-height: 30px
}

.header-top .top-bar .top-bar-right #language-switcher .dropdown button,
.header-top .top-bar .top-bar-right #language-switcher-mobile .dropdown button {
    margin-bottom: 4px !important
}

.header-top .top-bar .top-bar-right #language-switcher .language-switcher-list,
.header-top .top-bar .top-bar-right #language-switcher-mobile .language-switcher-list {
    margin-right: 10px
}

.header-top .top-bar .top-bar-right #language-switcher .language-switcher-list a:hover,
.header-top .top-bar .top-bar-right #language-switcher-mobile .language-switcher-list a:hover {
    color: var(--secondary-color) !important
}

.header-top .top-bar .top-bar-right #language-switcher-mobile {
    display: none
}

.header-top .top-bar .top-bar-right .currency-switch .dropdown-menu {
    transform: translate3d(-113px, 51px, 0)
}

.header-top .top-bar .top-bar-right .currency-switch .dropdown-menu .dropdown-item {
    font-size: 13px;
    line-height: 30px
}

.header-top .top-bar .top-bar-right .currency-switch .btn-currency {
    margin-left: 10px
}

.header-top .top-bar .top-bar-left .email {
    padding-left: 20px;
    position: relative
}

.header-top .top-bar .top-bar-left .phone+.email:before {
    border-right: 1px dashed #fff;
    content: "";
    height: 18px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 1px
}

@media(max-width:768px) {
    .header-top .top-bar-left .email {
        display: none
    }

    .header-top .language-switcher-dropdown:before,
    .header-top .language-switcher-list:before {
        height: unset !important;
        width: unset !important
    }

    .header-top #language-switcher {
        display: none
    }

    .header-top #language-switcher-mobile {
        display: block !important
    }
}

.sticky-wrapper .sticky-header.is-fixed {
    margin-bottom: -50px
}

.companies .companies-wrap {
    position: relative
}

.twm-employer-grid-style1 .twm-right-content,
.twm-employer-list-style1 .twm-right-content {
    width: unset
}

.twm-employer-grid-style1 .twm-right-content .btn-open-job-company,
.twm-employer-list-style1 .twm-right-content .btn-open-job-company {
    background-color: #e0eeff;
    border-radius: 10px;
    color: var(--primary-color);
    display: inline-block;
    padding: 10px
}

.option-candidate-mobile .sidebar,
.option-company-mobile .sidebar {
    background-color: #fff;
    height: 100%;
    left: 0;
    margin-top: 90px;
    overflow-x: hidden;
    padding-top: 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: 999
}

.option-candidate-mobile .sidebar .wt-select-bar-2,
.option-company-mobile .sidebar .wt-select-bar-2 {
    width: 100% !important
}

.option-candidate-mobile .sidebar .option-title,
.option-company-mobile .sidebar .option-title {
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px
}

.option-candidate-mobile .sidebar .header-sidebar,
.option-company-mobile .sidebar .header-sidebar {
    border-bottom: 1px solid #f4f4f4
}

.option-candidate-mobile .sidebar .header-sidebar .title,
.option-company-mobile .sidebar .header-sidebar .title {
    font-size: 20px;
    font-weight: 600;
    margin-left: 200px
}

.option-candidate-mobile .sidebar .body-sidebar,
.option-company-mobile .sidebar .body-sidebar {
    margin-top: 10px
}

.option-candidate-mobile .sidebar a,
.option-company-mobile .sidebar a {
    color: #818181;
    display: block;
    font-size: 25px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    transition: .3s
}

.option-candidate-mobile .sidebar a:hover,
.option-company-mobile .sidebar a:hover {
    color: var(--primary-color)
}

.option-candidate-mobile .sidebar .btn-close-sidebar,
.option-company-mobile .sidebar .btn-close-sidebar {
    color: #000;
    left: -45px;
    margin-left: 50px;
    position: absolute;
    top: 7px
}

.option-candidate-mobile #main,
.option-company-mobile #main {
    transition: margin-left .5s
}

.option-candidate-mobile #main .btn-open-sidebar,
.option-company-mobile #main .btn-open-sidebar {
    background-color: var(--primary-color);
    color: #f0f6fe
}

@media screen and (max-height:450px) {

    .option-candidate-mobile .sidebar,
    .option-company-mobile .sidebar {
        padding-top: 15px
    }

    .option-candidate-mobile .sidebar a,
    .option-company-mobile .sidebar a {
        font-size: 18px
    }
}

@media screen and (max-width:600px) {

    .option-candidate-mobile,
    .option-company-mobile {
        display: block !important
    }

    .option-candidate,
    .option-company {
        display: none !important
    }

    .companies .company-option-wrap {
        margin-bottom: unset
    }
}

.twm-employer-grid-style1 .twm-media img {
    display: unset
}

.twm-candidates-list-wrap {
    position: relative
}

.page-loading {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 300px;
    z-index: 999
}

.page-loading div {
    animation: page-loading 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 8px solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 64px;
    margin: 8px;
    position: absolute;
    width: 64px
}

.page-loading div:first-child {
    animation-delay: -.45s
}

.page-loading div:nth-child(2) {
    animation-delay: -.3s
}

.page-loading div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes page-loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.page-backdrop {
    background-color: gray;
    height: 100%;
    opacity: .2;
    position: absolute;
    width: 100%;
    z-index: 998
}

.twm-home1-banner-section {
    padding-top: 115px
}

.twm-home2-banner-section {
    padding-top: 199px
}

.twm-home3-banner-section {
    padding-top: 267px
}

.twm-job-categories-section {
    overflow: hidden
}

.twm-job-categories-section .job-categories-style1 .owl-carousel .owl-stage-outer {
    display: initial
}

.twm-media img {
    width: 100%;
    padding-top: 12%;
    border-radius: 20px;
}

.twm-blog-post-1-outer .wt-post-media .post-media-style-1 {
    height: 200px
}

.twm-blog-post-1-outer .wt-post-media img {
    height: 250px;
    width: 600px
}

.twm-blog-post-2-outer .wt-post-media {
    height: 250px
}

.twm-jobs-list-style1 .twm-mid-content {
    width: 75%
}

.twm-sidebar-ele-filter ul {
    max-height: 250px;
    overflow: auto;
    padding: 5px 5px
}

.loading {
    background: hsla(0, 0%, 100%, .82);
    display: none;
    z-index: 2
}

.loading,
.loading .loading__inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.loading .loading__inner .loading__content {
    left: 50%;
    position: absolute;
    top: 15%;
    transform: translate(-50%, -50%)
}

.loading .loading__inner .loading__content .spinner {
    animation: spin 1s linear infinite;
    border: 2px solid hsla(0, 0%, 100%, .05);
    border-radius: 100%;
    border-top: 2px solid var(--primary-color);
    display: inline-block;
    height: 75px;
    width: 75px
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.jobs-container .job-map-item {
    align-items: flex-start;
    display: flex;
    gap: 15px
}

.jobs-container .job-map-item img {
    max-width: 70px
}

.jobs-container .job-map-item h4 {
    margin-bottom: 0
}

.jobs-container .job-map-item h5 {
    color: var(--primary-color)
}

.jobs-container #map {
    height: calc(100vh - 300px)
}

.jobs-container #map .leaflet-div-icon {
    background-color: var(--primary-color);
    border-radius: 3px;
    box-shadow: 0 0 5px #333;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 2px 5px;
    text-align: center;
    white-space: nowrap;
    width: auto !important
}

@media(max-width:991px) {
    .jobs-container .twm-advertisment {
        display: none
    }

    .jobs-container .side-bar-filter {
        position: absolute;
        right: 0;
        top: 100%
    }

    .jobs-container .side-bar-filter.active {
        height: 100%;
        left: auto;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999
    }

    .jobs-container .side-bar-filter.active .side-bar {
        opacity: 1;
        transform: translateX(0);
        visibility: visible
    }

    .jobs-container .side-bar-filter .backdrop {
        background: hsla(0, 0%, 84%, .44);
        bottom: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }

    .jobs-container .side-bar-filter .side-bar {
        background-color: #fff;
        border-radius: 0;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        right: auto;
        transform: translateX(-100%);
        width: 82%;
        z-index: 999
    }
}

.jobs-container .btn-open-filter {
    background-color: var(--primary-color);
    color: #fff
}

.jobs-container .btn-open-filter:focus {
    color: #fff
}

.jobs-container .btn-close-filter {
    right: 10px;
    text-decoration: none;
    top: 5px
}

.jobs-container .wt-select-bar-2+.select2-container .select2-selection {
    margin-left: 0 !important
}

.jobs-container .twm-filter-select {
    justify-content: space-between
}

.account-setting .tagify__input {
    font-size: 14px;
    line-height: 60px;
    margin: unset;
    padding: unset
}

.account-setting .tagify {
    align-items: center;
    border: unset;
    display: flex;
    height: auto;
    justify-content: center
}

#applied_jobs_table .twm-table-controls .twm-DT-controls-icon {
    margin-left: unset
}

.job-seeker-education .box-timeline {
    margin-top: 50px
}

.job-seeker-education .timeline-year {
    position: relative;
    text-align: center
}

.job-seeker-education .timeline-year .year {
    background-color: #e0eeff;
    border-radius: 30px;
    color: var(--primary-color);
    padding: 5px 20px
}

.job-seeker-education .timeline-year:before {
    border-right: 1px solid #dee2e6;
    content: "";
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    width: 1px
}

.job-seeker-education .timeline-info .timeline-actions {
    align-items: center;
    display: flex
}

.job-seeker-education .timeline-info .timeline-actions .btn-action {
    background-color: #e0eeff;
    border-radius: 10px;
    color: var(--primary-color);
    display: block;
    font-size: 16px;
    overflow: hidden;
    padding: 8px 15px;
    position: relative;
    white-space: nowrap;
    z-index: 0
}

@media only screen and (max-width:768px) {
    .job-seeker-education .timeline-year {
        margin-bottom: 20px;
        text-align: left
    }

    .job-seeker-education .timeline-year:before {
        border-right: none
    }

    .job-seeker-education .box-timeline {
        border-bottom: 1px solid #dee2e6;
        margin-top: 30px;
        padding-bottom: 30px
    }

    .job-seeker-education .box-timeline:last-child {
        border-bottom: none;
        padding-bottom: 0
    }

    .job-seeker-education .timeline-actions {
        margin-top: 10px
    }
}

.title-form-education {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px
}

.overview-wrap {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 15px 30px
}

.overview-wrap .title {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px
}

.review-listing img {
    height: 4rem;
    width: 4rem
}

.review-listing .review-item:not(:first-child) {
    margin-top: 46px
}

.review-listing .review-pagination li a {
    background-color: #e0e6f7;
    border-radius: 50%;
    color: #a0abb8;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    text-align: center;
    width: 48px
}

.review-listing .review-pagination li a.active {
    background-color: var(--primary-color);
    color: #fff
}

.review-listing .review-pagination .paginations .pager a.pager-prev {
    margin-right: unset
}

.review-listing .review-pagination li:not(:first-child) a {
    margin-left: 10px
}

.job-tags.tw-sidebar-tags-wrap .tagcloud span {
    background-color: #f0f6fe;
    border-radius: 10px;
    color: var(--primary-color);
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px 15px
}

.job-tags.tw-sidebar-tags-wrap .tagcloud span:hover {
    background-color: var(--primary-color);
    color: #fff
}

form.auth-form .form-control {
    background-color: #f0f6fe
}

form.auth-form .auth-input-icon {
    top: 12px
}

.newsletter-minimal-form .invalid-feedback {
    color: #fff
}

.newsletter-main-form .invalid-feedback {
    bottom: -30px;
    position: absolute
}

.newsletter-popup-content .btn.btn-primary {
    background-color: var(--primary-color);
    border: none;
    border-radius: 10px;
    color: transparent !important;
    cursor: pointer;
    display: inline-table;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    overflow: hidden;
    padding: 15px 30px;
    position: relative;
    text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
    transition: all .3s ease !important
}

.newsletter-popup-content .btn.btn-primary:hover {
    background-color: #171d28;
    text-shadow: -400px 0 0 #fff, 0 0 0 #fff
}

.site-header .logo-header .logo-header-inner img {
    margin-top: 5px;
    max-height: 45px;
    vertical-align: top
}

.site-header .header-top {
    background-color: var(--top-header-background-color);
    color: var(--top-header-background-color)
}

.site-header .header-top a {
    color: var(--top-header-text-color)
}

.site-header .header-top .top-bar .top-bar-left .phone+.email:before {
    border-color: var(--top-header-text-color)
}

.site-header .main-bar-wraper .main-bar {
    background: var(--main-header-background-color);
    color: var(--main-header-text-color);
    top: 0
}

.twm-jobs-grid-style1 .twm-media {
    align-items: center;
    display: flex;
    justify-content: center;
    float: left;
    top: 10px;
}



.bb-social-sharing {
    display: inline-flex;
    gap: .25rem
}

.bb-social-sharing .bb-social-sharing__item {
    align-items: center;
    border: 1px solid #e6e7e8;
    border-radius: 50%;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    line-height: 36px;
    text-align: center;
    width: 38px
}

.bb-social-sharing .bb-social-sharing__item a {
    color: var(--primary-color);
    line-height: 16px
}

.bb-social-sharing .bb-social-sharing__item:last-child {
    margin-inline-end: 0
}

.bb-social-sharing .bb-social-sharing__item:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.bb-social-sharing .bb-social-sharing__item:hover a,
.bb-social-sharing .bb-social-sharing__item:hover button {
    color: #fff
}

.bb-social-sharing .bb-social-sharing__item button {
    background: transparent;
    border: none;
    color: var(--primary-color);
    outline: none
}

.bb-social-sharing .bb-social-sharing__item button:hover {
    cursor: pointer
}

.bb-social-sharing .bb-social-sharing__item svg {
    height: 1.25rem;
    width: 1.25rem
}

.border-primary {
    border-color: var(--primary-color) !important
}

#sidebar-offcanvas .language-switcher-dropdown {
    margin-bottom: 1rem
}

#sidebar-offcanvas .sidebar-social-icons {
    display: flex;
    gap: .5rem;
    margin-top: 1.5rem
}

#sidebar-offcanvas .sidebar-social-icons a {
    align-items: center;
    border: 1px solid #e6e7e8;
    border-radius: 50%;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    line-height: 36px;
    text-align: center;
    width: 38px
}

#sidebar-offcanvas .sidebar-social-icons a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

#sidebar-offcanvas .sidebar-social-icons a svg {
    height: 1.25rem;
    width: 1.25rem
}

.site-header .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job.twm-nav-btn-offcanvas i {
    padding-right: 0
}

.show-admin-bar .mobile-sider-drawer-menu .offcanvas,
.show-admin-bar .site-header .main-bar-wraper.is-fixed .main-bar {
    top: 40px
}

.button-loading svg {
    color: transparent !important
}

.favorite-icon {
    margin-inline-start: 10px
}

.favorite-icon a.button-loading:before {
    animation: button-loading-spinner 1s linear infinite;
    border-color: #767373 #767373 transparent
}

.favorite-icon.bookmark-post a {
    background-color: var(--primary-color)
}

.favorite-icon.bookmark-post a.button-loading:before {
    animation: button-loading-spinner 1s linear infinite;
    border-color: #fff #fff transparent
}

.favorite-icon.bookmark-post a svg {
    color: #fff
}

.favorite-icon a {
    align-items: center;
    background-color: #f7f7f7;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.twm-jobs-category {
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

.account-setting a {
    color: var(--primary-color)
}

.section-content .nav.nav-tabs {
    list-style: none
}

.half-circle-spinner {
    border-radius: 100%;
    height: 60px;
    margin: 20px auto;
    position: relative;
    width: 60px
}

.half-circle-spinner,
.half-circle-spinner * {
    box-sizing: border-box
}

.half-circle-spinner .circle {
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.half-circle-spinner .circle.circle-1 {
    animation: half-circle-spinner-animation 1s infinite;
    border-top-color: var(--primary-color)
}

.half-circle-spinner .circle.circle-2 {
    animation: half-circle-spinner-animation 1s infinite alternate;
    border-bottom-color: var(--primary-color)
}

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.button-loading {
    border: 1px solid #c4cdd5;
    cursor: default;
    position: relative;
    text-shadow: none;
    transition: border-color .2s ease-out
}

.button-loading,
.button-loading span {
    color: transparent !important
}

.button-loading,
.button-loading:active,
.button-loading:focus,
.button-loading:hover {
    color: transparent
}

.button-loading:before {
    animation: button-loading-spinner 1s linear infinite;
    border: 3px solid;
    border-color: #fff #fff transparent;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px
}

.button-loading.btn-fill-out {
    border: 1px solid var(--primary-color);
    color: transparent !important
}

.button-loading.btn-fill-out:before {
    background-color: transparent;
    border-color: var(--primary-color);
    border-bottom-color: transparent;
    width: 18px
}

.button-loading.btn-fill-out:after {
    display: none
}

@keyframes button-loading-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

#alert-container {
    position: fixed;
    right: 5px;
    top: 20vh;
    z-index: 9999999
}

#alert-container .alert {
    max-width: 450px !important;
    min-height: 45px !important
}

.job-board-street-map-container {
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.job-board-street-map-container .job-board-street-map {
    height: 100%;
    position: absolute;
    width: 100%
}

.job-board-street-map .boxmarker,
.jobs-list-map .boxmarker {
    background-color: var(--primary-color);
    border-radius: 3px;
    box-shadow: 0 0 5px #333;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 2px 5px;
    text-align: center;
    white-space: nowrap;
    width: auto !important
}

.marker-cluster div {
    border-radius: 15px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    width: 30px
}

.marker-cluster.marker-cluster-small div {
    background-color: rgba(110, 204, 57, .6)
}

.marker-cluster span {
    line-height: 30px
}

.wt-select-bar-2:not(.select2-hidden-accessible) {
    background-color: #f0f6fe !important;
    border: 0;
    border-radius: 10px;
    color: #a0a0a0;
    height: 50px;
    line-height: 50px;
    margin-left: .75em;
    margin-right: 0;
    padding: 0 1rem
}

.wt-select-bar-large:not(.select2-hidden-accessible) {
    border: 1px solid #ededed;
    border-radius: 10px;
    color: #a0a0a0;
    height: 60px;
    line-height: 60px;
    margin-left: .75em;
    margin-right: 0;
    padding: 0 1rem
}

.select2-container .select2-selection {
    background-color: #fff !important;
    border: 0;
    border-radius: 10px;
    color: #a0a0a0;
    font-size: 16px;
    /* position: relative */
    float: right;
}

.select2-container .select2-selection .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%)
}

.select2-container .select2-selection:focus-visible {
    outline: none
}

.select2-container.select2-container--open.select2-container--above .select2-selection,
.select2-container.select2-container--open.select2-container--below .select2-selection {
    border-radius: 10px
}

.wt-select-bar-large+.select2-container .select2-selection {
    border: 1px solid #ededed;
    height: 60px;
    padding: 0 1rem
}

.wt-select-bar-large+.select2-container .select2-selection .select2-selection__rendered {
    color: #a0a0a0;
    line-height: 60px
}

.wt-select-bar-2+.select2-container .select2-selection {
    background-color: #f0f6fe !important;
    height: 50px;
    margin-left: .75em;
    padding: 0 1rem
}

.wt-select-bar-2+.select2-container .select2-selection .select2-selection__rendered {
    color: #a0a0a0;
    line-height: 50px
}

.wt-search-bar-select+.select2-container .select2-selection .select2-selection__rendered {
    padding: 0 1em 0 0
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--open .select2-dropdown--below {
    top: 4px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #f0f6fe;
    border: none;
    border-radius: 10px;
    color: #212529;
    display: block;
    float: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 8px 14px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    background-color: #f8f8f8;
    box-shadow: none
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: none
}

.select2-container--default.select2-container--open .select2-dropdown--above,
.select2-container--default.select2-container--open .select2-dropdown--below {
    border: 1px solid rgba(0, 0, 0, .15)
}

.select2-container--default .select2-search--dropdown {
    padding: 4px 8px
}

.select2-container--default .select2-results__option {
    line-height: 1.6;
    padding: .25rem .75rem;
    word-break: break-all
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color)
}

.tw-sidebar-tags-wrap .tagcloud .tag-cloud {
    background-color: #f0f6fe;
    border-radius: 10px;
    box-shadow: none;
    color: var(--primary-color);
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px 15px
}

.tw-sidebar-tags-wrap .tagcloud .btn-check:checked+.btn,
.tw-sidebar-tags-wrap .tagcloud .tag-cloud:hover {
    background-color: var(--primary-color);
    color: #fff
}