/*HEADER OVERRIDE*/

html {
    scroll-behavior: smooth;
}

.show-lang {
    width: auto;
}

.show-lang a {
    color: #ffffff;
}

.google-log {
    background: #da372c;
}

.show-reg-form:before {
    left: -10px;
}

.login-modal {
    float: none;
    overflow: hidden;
}

.modal-dialog {
    z-index: 1;
    background: none;
}

.modal-dialog label {
    float: none !important;
}

label.text-primary {
    color: #4cb7fe;
}

.checkbox {
    position: relative;
    display: inline-block;
}

.custom-modal, .modal-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    background: rgba(37, 44, 65, .7);
}

.main-register_title {
    z-index: 3 !important;
}

.custom-modal .main-register-holder {
    max-width: 60%;
}

.modal-multiselect .modal-body {
    height: 100%;
    overflow-y: auto;
}

.modal-multiselect .main-register-holder {
    max-width: 95%;
    background: #fff;
    text-align: left;
    height: 79%;
    margin: 100px auto 50px !important;
}

.max-width-50 {
    max-width: 50% !important;
}

.pt-60 {
    padding-top: 60px;
}

.modal-multiselect .modal-footer {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 2.3rem;
    border-top: 1px solid #DFE3E7;
    border-bottom-right-radius: 0.267rem;
    border-bottom-left-radius: 0.267rem;
}

.custom-modal .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.8rem 1.6rem;
    clear: both;
    font-weight: 400;
    color: #475F7B;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 1rem;
    text-align: left;
}

.custom-modal .dropdown-item:hover, .custom-modal .dropdown-item:focus {
    color: #475F7B;
    text-decoration: none;
    background-color: #F2F4F4;
}

.frontend.search-modal {
    border: 1px solid #e5e7f2;
    background: #ffffff;
    padding: 10px;
    border-radius: 4px;
    color: #7d93b2;
    font-size: 12px;
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    z-index: 1;
    width: 100% !important;
}

.lang-tooltip {
    width: auto;
    min-width: 150px;
}

.lang-tooltip li {
    padding: 11px 14px;
}

.height-100vh {
    height: 100vh;
}

.h-auto {
    height: auto !important;
}

.gray-heading {
    color: #566985 !important;
}

.gray-box-widget {
    color: #878C9F !important;
}

.search-results .geodir-category-content {
    z-index: auto !important;
}

/*HEADER ON USER ADMIN*/
.dashboard-header-stats-wrap {
    /*max-width: 750px !important;*/
    width: 100% !important;
}


/*SIDEBAR ON USER ADMIN*/

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
}

#sidebar-menu {
    width: 78px;
    transition: 300ms ease all;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    z-index: 1031;
    position: fixed;
    display: table-cell;
    overflow: hidden;
    left: 0;
    bottom: 0;
    height: 70vh;
}

#sidebar-menu li {
    opacity: 0;
}

#sidebar-menu h3 {
    font-size: 20pt;
    padding: 80% 20px;
}

.expanded li {
    opacity: 1 !important;
}

.expanded h3 {
    padding: 0 0 12px 20px !important;
}

.expanded {
    width: 250px !important;
    box-shadow: 5px 0 25px 0 rgba(55, 70, 95, 0.3);
    border-radius: 10px;
}

/*ALERT SECTION*/
.mb-0 {
    margin-bottom: 0;
}
.mt-0 {
    margin-top: 0;
}

.override-before:before {
    content: none !important;
}

/*COMMENTS*/
.reviews-comments-wrap {
    min-width: 100%;
}

.reviews-comments-item {
    float: right !important;
}

.comment-reply {
    width: 90% !important;
}

/*HOME SEARCH RESULTS PAGE*/


div.alphabet {
    display: flex;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
    float: left;
}

div.alphabet span {
    color: #3174c7;
    cursor: pointer;
    text-align: center;
    flex: 1;
}

div.alphabet span:hover {
    text-decoration: underline;
}

div.alphabet span.active {
    color: #39DA88;
}

div.alphabet span.empty {
    color: red;
}

div.alphabetInfo {
    display: block;
    position: absolute;
    background-color: #111;
    border-radius: 3px;
    color: white;
    top: 2em;
    height: 30px;
    padding-top: 0.4em;
    text-align: center;
    z-index: 1;
}

.search-results .price-opt .listsearch-input-item {
    width: auto !important;
}

.red-bg_color {
    color: #F75C96 !important;
}

.red-background {
    background: #F75C96 !important;
}

.facilities-list-title {
    position: relative;
}

.geodir-category-content p:not(.geodir-category-content .exclude-p-style p) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    line-height: 16px;
    max-height: 32px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    white-space: pre-wrap;
}

.geodir-category-content .exclude-p-style p {

}

.children-container .listing-item.search-style-view {
    height: auto !important;
}

#filters-search .main-search-input-item {
    border-right: none !important;
    padding: 0 !important;
    height: auto;
}

.tags-stylwrap-hovered {
    background: #4DB7FE !important;
    border-color: transparent;
    color: #fff !important;
}

/*HOME SEARCH*/

.all-countries {
    border: none;
}

.gray-color {
    color: #7d93b2;
}

.jstree-container-ul {
    max-height: 200px;
    overflow-y: scroll;
    text-align: left;
}

.landing-page-jstree {
    margin-top: 58px;
}

.landing-page-jstree {
    text-align: left;
    background: #fff;
    max-height: 200px;
    overflow-y: visible;
    position: relative;
    z-index: 2;
}

.home-header-icons {
    width: 42px;
    display: block;
    margin: 0 auto 8px;
}

/*FILTERS*/

.tsb_act .all-prog-calls, .prog-calls-published {
    opacity: 0;
    display: none;
}

.tsb_act .prog-calls-published {
    opacity: 1;
    display: initial;
}

.tooltip-wrapper {
    background-color: transparent;
    color: #425998;
    text-align: left;
    margin: 10px 0;
    padding: 10px;
    font-weight: 600;
}

.disable-filters input, .disable-filters select, .disable-filters .nice-select, .disable-filters .irs {
    pointer-events: none;
}

.nice-select .list {
    z-index: 21;
}

.zoid-outlet {
    width: 100% !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-22 {
    margin-bottom: 22px;
}

.ml-1 {
    margin-left: 1rem;
}

.card-img-height {
    max-height: 236px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.p-10 {
    padding: 10px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.top-0 {
    top: 0 !important;
}

.right-4rem {
    right: 4rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.my-50 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-4 {
    bottom: 4em !important;
}

.d-none {
    display: none !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.sticky-col {
    position: sticky;
    left: 0;
}

.dashboard-header-custom-padding {
    padding: 80px 0 20px;
}

.description-shadow {
    box-shadow: 0 10px 14px 0 rgba(12, 0, 46, 0.06);
    border: 1px solid #e5e7f2;
}

.b-radius-10 {
    border-radius: 10px;
}

.rounded-circle {
    border-radius: 100%;
}

.text-white {
    color: #ffffff !important;
}

.text-green {
    color: #5ECFB1 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-initial {
    cursor: initial;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

/*STATIC PAGES*/

.vis-wishlist {
    opacity: 1 !important;
    visibility: visible !important;
}

.session-counter {
    position: absolute;
    bottom: -1px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 100%;
    color: #fff;
    left: -5px;
    z-index: 2;
    font-size: 8px;
    font-weight: 400;
}

.show-active-users {
    position: absolute;
    top: 100%;
    width: 400px;
    z-index: -1;
    transition: all 300ms linear;
    right: 0;
    overflow: hidden;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 12%);
    opacity: 0;
    visibility: hidden;
}

.main-header:before {
    width: 570px !important;
}

.small-par .bg {
    height: 105% !important;
}

.line-height-15 {
    line-height: 1.5;
}

.font-uppercase {
    text-transform: uppercase !important;
}

.team-info h4, .blue-text {
    color: #4DB7FE !important;
}

.year-mont .price-num-item .year-cont {
    left: 8px;
}

/*VERIFIED EMAIL*/
.verified-email .bubbles {
    min-width: 50%;
}

.favorite-record i {
    font-weight: 900;
    color: #5ECFB1;
}

.geodir-js-favorite_btn.favorite-record:hover i {
    color: #5ECFB1;
}

/*LANGUAGES*/

.d-flex {
    display: flex !important;
}

.flex-1 {
    flex: 1;
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-column {
    flex-direction: column;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-space-evenly {
    justify-content: space-evenly !important;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.align-items-baseline {
    align-items: baseline !important;
}

.min-width-260 {
    min-width: 260px;
}

.min-width-170 {
    min-width: 170px;
}

.min-width-132 {
    min-width: 132px;
}

.min-width-88 {
    min-width: 88px;
}

/* SELECT2 OVERRIDES*/

.select2-results__option[aria-selected] {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    width: 100%;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #666;
}

.filter-section .select2-results__option[aria-selected] {
    font-size: 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #4DB7FE !important;
}

.filter-section .select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-selection.nice-select {
    height: 50px !important;
}

.filter-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7d93b2;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/*PROFILE OVERRIVES*/

.counter-value {
    padding: 1px 6px;
    font-size: 0.6rem;
    border-radius: 0 0 5px 5px;
    margin-right: 1rem;
}

.custom-control-label {
    width: 25% !important;
}

.select2-custom-styles .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.select2-custom-styles .select2-container .select2-selection--single, .modal-filters {
    height: 45px;
    display: flex;
    align-items: center;
}

.select2-custom-styles .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4DB7FE !important;
    border: none;
    color: #fff;
    padding: 5px;
    margin-top: 0;
}

.select2-custom-styles .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.membership-history .dashboard-list {
    background: #f6f6f6 !important;
}

.membership-history .dashboard-list .dashboard-message-text {
    width: 90% !important;
}

.membership-history .dashboard-list .dashboard-message-time {
    padding-right: 0 !important;
    width: 10% !important;
}

.membership-history .fa-check:before {
    left: 13px;
    position: absolute;
}

.membership-history span {
    text-align: left;
    color: #878C9F;
    line-height: 24px;
    position: relative;
    display: block;
    font-weight: 500;
}

/*select2 filters styles*/

.select2-custom-styles.filters .select2-container::before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0c9";
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    left: 16px;
    top: 18px;
    color: #4DB7FE;
    z-index: 9;
}

.select2-custom-styles.filters .select2-container.select2-container--open::after {
    -webkit-transform: rotate(
        -135deg
    );
    -ms-transform: rotate(-135deg);
    transform: rotate(
        -135deg
    );
}

.select2-custom-styles.filters .select2-container::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 6px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 5;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(
        45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
        45deg
    );
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 6px;
    border-color: #4DB7FE;
}

.select2-custom-styles.filters .select2-container--default .select2-selection__rendered {
    padding-left: 0;
}

.select2-custom-styles.filters .select2-container .select2-selection--single {
    -webkit-tap-highlight-color: transparent;
    border-radius: 4px;
    border: 1px solid #e5e7f2;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    float: left;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    background: #f9f9f9;
    color: #7d93b2;
    outline: 0;
    padding-left: 42px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}


/*SINGLE BLOG POST */

.post-content {
    text-align: initial;
}

.post-content p {
    font-size: 13px;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
    color: #566985;
    display: block;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;

}

.post-content h1 {
    font-size: 21px;
}

.post-content h2 {
    font-size: 18px;
}

.post-content h3 {
    font-size: 15px;
}

.post-content h4 {
    font-size: 13px;
}

.post-content em {
    font-style: italic;
}

.post-content a:hover {
    color: #4DB7FE;
}

.post-content ul li, .post-content ol li {
    font-weight: 400;
    color: #7d93b2;
    position: relative;
    margin-bottom: 10px;
    line-height: 24px;
    border: 0;
}

.post-content ul, .post-content ol {
    padding: 0 20px;
}

/*SINGLE VIEW OVERRIDES*/

.StripeElement {
    background-color: #f9f9f9;
    padding: 15px 20px 15px 15px;
    border-radius: 4px;
    border: 1px solid #e5e7f2;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #F75C96;
}

.invalid-feedback-dashboard {
    margin-top: .25rem;
    font-size: 80%;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/*tooltips for modals*/

.tooltip-custom::before {
    content: attr(data-original-title);
    position: absolute;
    top: 1.5em;
    font-size: 0.9em;
    padding: 10px;
    display: none;
    color: white;
    background: #313E6E;
    border-radius: 4px;
    transition: opacity 0.1s ease-out;
    z-index: 99;
    text-align: left;
    min-width: 300px;
}

.tooltip-custom:hover::before {
    display: inline-block;
}

.tolt::after {
    height: 30px !important;
    line-height: 20px !important;
    white-space: pre !important;
    text-align: left !important;
}

.tolt[data-microtip-position|="top"].changed::after {
    font-weight: 200;
    height: 45px;
    line-height: 25px;
}

.tooltip-fn-wrapper {
    border-radius: 2px;
    background: #313E6E;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    padding: 10px;
    box-sizing: content-box;
    line-height: 1.6;
    position: absolute;
    bottom: 2em;
    z-index: 200;
}

.position-relative {
    position: relative !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.width-auto {
    width: auto !important;
}

.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 50% !important;
}

.w-25 {
    width: 25% !important;
}

.w-200 {
    width: 200px !important;
}

.w-fit-content {
    width: fit-content !important;
}


.square-20px {
    width: 20px;
    height: 20px;
}

.square-50px {
    width: 50px;
    height: 50px;
}

.background-blue {
    background: #4cb7fe;
}

.unread-notification-border-blue {
    border: 2px solid #4cb7fe;
}

.background-blue-light {
    background: #a9dbfe;
}

.text-primary {
    color: #4cb7fe;
}

.background-purple {
    background: #BE31E3 !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-30 {
    font-size: 30px !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.float-none, .float-none a {
    float: none !important;
}

.font-italic {
    font-style: italic !important;
}

/*common single view*/
.list-single-main-item-title.counter:before {
    content: attr(data-counter) !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.list-single-main-item-title.description:before {
    content: "\f893" !important;
    color: #fff;
}

.list-single-main-item-title.basic-information:before {
    content: "\f129" !important;
    color: #fff;
}

.list-single-main-item-title.budgets:before {
    content: "\f153" !important;
    color: #fff;
}

.list-single-main-item-title.detailed-information:before {
    content: "\f05a" !important;
    color: #fff;
}

.list-single-main-item-title.project-conditions:before {
    content: "\f00c" !important;
    color: #fff;
}

.list-single-main-item-title.dates:before {
    content: "\f133" !important;
    color: #fff;
}

.list-single-main-item-title.documents:before {
    content: "\f15b" !important;
    color: #fff;
}

.list-single-main-item-title.external-sources:before {
    content: "\f08e" !important;
    color: #fff;
}

/*bp projects single view*/
.list-single-main-item-title.partners:before {
    content: "\f0c0" !important;
    color: #fff;
}

/*consultants single view*/
.list-single-main-item-title.customers:before {
    content: "\f508" !important;
    color: #fff;
}

.list-single-main-item-title.contact-info:before {
    content: "\f2b9" !important;
    color: #fff;
}

.list-single-main-item-title.funding:before {
    content: "\f4c0" !important;
    color: #fff;
}

/*ideas single view*/
.list-single-main-item-title.communication:before {
    content: "\f0e0" !important;
    color: #fff;
}

.list-single-main-item-title.offers:before {
    content: "\f5ff" !important;
    color: #fff;
}

.list-single-main-item-title.content:before {
    content: "\f005" !important;
    color: #fff;
}

.list-single-main-item-title.warning:before {
    content: "\f5f2" !important;
    color: #fff;
}

.remove-icon .box-widget-item-header::before,
.remove-icon .list-single-main-item-title::before {
    content: '' !important;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
    text-align: center;
    vertical-align: middle;
}

/*frontend datatables override*/
.dataTables_wrapper div.dataTables_length {
    text-align: left;
}

.dataTables_wrapper label, .dataTables_wrapper .dataTables_info {
    color: #878C9F;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}

.dataTables_wrapper a i.bx-edit {
    color: #4cb7fe;
}

.dataTables_wrapper a i.danger {
    color: #F75C96;
}

.dataTables_wrapper label {
    float: none !important;
}

.dataTables_wrapper input[type="search"] {
    border: 1px solid #e5e7f2;
    background: #ffffff;
    padding: 15px 20px 15px 15px;
    border-radius: 4px;
    color: #7d93b2;
    font-size: 12px;
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    z-index: 1;
    width: 50% !important;
}

.dataTables_wrapper .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.267rem;
}

.dataTables_wrapper .pagination a {
    padding: 0 10px;
    min-width: 44px;
    width: auto;
}

.matching-table.checkout-table tbody tr td:first-child, .matching-table.checkout-table tbody tr th:first-child,
.matching-table.checkout-table tbody tr td:nth-child(3), .matching-table.checkout-table tbody tr th:nth-child(3) {
    max-width: 100% !important;
    text-align: left !important;
}

.favourite-bpp.checkout-table tbody tr td:first-child, .favourite-bpp.checkout-table tbody tr th:first-child {
    max-width: 100% !important;
}

#progressbar li {
    width: 50%;
}

.program-dates thead {
    background: #4cb7fe;
    color: #fff;
}

.opening-hours ul li span.opening-hours-time {
    font-weight: 200;
}

.create-idea-padding {
    padding-top: 16px !important;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-500 {
    font-weight: 500 !important;
}

#section-to-print .list-single-main-item-title h3 {
    color: #ffffff;

}

#section-to-print .list-single-main-item-title {
    background: #4DB7FE;
    border-radius: 10px 10px 0 0;
}

.children-container {
    width: 97%;
    float: right;
}

.call-child {
    width: 100%;
    float: right;
}

.facilities-list-title {
    text-align: left;
}

.text-right span {
    font-weight: 400 !important;
}

.text-right .tags-stylwrap a {
    float: right;
    font-weight: 400 !important;
}

.list-single-main-item_content .listing-features li .country-flag.d-flex i {
    min-width: 20px;
    min-height: 20px;
    width: auto;
    height: auto;
}

.single-acronym-style {
    font-weight: 900;
    font-size: 27px;
}

.box-widget-content li.link-blue i {
    color: #4DB7FE;
}

#contact-details .list-widget-social li a.social {
    float: right;
    margin-right: 8px;
}

#contact-details .list-widget-social li a.social i {
    color: #fff !important;
    top: 0;
    width: 100%;
}

.own-country .flag-icon {
    background-size: contain;
}

.own-country i {
    width: 100% !important;
    height: 100px !important;
}

.own-country span {
    float: right !important;
}

.project-lead-partner .country-flag i {
    width: 100%;
}

.project-lead-partner .country-flag:hover span {
    float: right;
    top: -32px;
}

.project-lead-partner .country-flag span {
    float: right;
    top: -32px;
}

.list-single-main-item_content .listing-features li i {
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 0;
}

.border-green {
    border: 1px solid #5ECFB1 !important;
}

.border-green-2 {
    border: 2px solid #5ECFB1 !important;
}

.border-red {
    border: 1px solid #F75C96 !important;
}

.border-bottom-purple {
    border-bottom: 1px solid #4E65A3 !important;

}

.border-top-dashed {
    border-top: 2px dashed #eee;
}

.border-bottom-gray {
    border-bottom: 1px solid #eee !important;

}

.background-gray {
    background: #7d93b2 !important;
}

.background-green, .green-border:before {
    background: #5ECFB1 !important;
}

.background-green-light {
    background: #B2E8DA !important;
}

.background-orange, .orange-border:before,
.background-orange .irs-bar, .background-orange .irs-bar-edge, .background-orange .irs-slider {
    background: #FE7411 !important;
}

.background-orange-light {
    background: #FE9F58 !important;
}

.tags-stylwrap a:hover {
    border-color: transparent;
    color: #fff !important;
}

.share-holder.hid-share .share-container {
    min-width: 125px;
    padding: 8px 8px 8px 8px;
}

.list-single-main-item_content {
    padding: 10px 30px 10px;
}

.list-single-main-item_content .listing-features li i {
    border-radius: 0;
}

.opening-hours ul li span.opening-hours-day, .opening-hours ul li span.opening-hours-time {
    width: 49%;
}

.ml-50 {
    margin-left: 0.5em;
}

.ml-30 {
    margin-left: 0.3em;
}

.mr-50 {
    margin-right: 0.5em !important;
}

.mr-3 {
    margin-right: 3em !important;
}

.h-40 {
    height: 40px !important;
}

.h-70 {
    height: 70px !important;
}

.mh-400 {
    max-height: 400px;
}

.mh-100 {
    max-height: 100px;
}

.logo-100x100{
    height: 100px;
    width: 100px;
}


.opening-hours ul li span.opening-hours-day {
    text-align: left;
}

.opening-hours ul li span.opening-hours-time {
    text-align: right;
}

.country-flag:hover span {
    visibility: visible;
    opacity: 1;
}

.country-flag:hover i {
    color: #4DB7FE;
    font-weight: 900;
}

.country-flag i {
    float: left;
    width: 30px;
    height: 30px;
    /*border-radius: 100%;*/
    /* position: relative; */
    z-index: 2;
}

.country-flag span {
    background: #425998;
    height: auto;
    line-height: 15px;
    color: #fff;
    padding: 10px;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: 0;
    z-index: 3;
    transition: all .2s ease-in-out;
    opacity: 0;
    margin-top: -2px;
    visibility: hidden;
}

.flex-row {
    flex-direction: row;
}

.align-center {
    align-items: center;
}

.border-1 {
    border: 1px solid #eee;
}

.border-0 {
    border: 0 !important;
}

.map-container {
    height: 300px;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

@media print {
    header, footer, .scroll-nav-wrapper, .grecaptcha-badge {
        visibility: hidden;
        display: none;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
        display: block;
    }
}

/* RESPONSIVE OVERRIDES */
@media only screen and  (max-width: 768px) {
    .home-first-section.height-100vh {
        height: auto;
    }

    .hero-categories li {
        width: 50%;
        float: left;
    }

}

@media only screen and  (max-width: 460px) {
    .hero-categories li {
        width: 100%;
        float: none;
    }

    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

/* PAYPAL PLANS VIEWS */

.mt-2 {
    margin-top: 2rem !important;
}

/* Style the container */
.form-container {
    border-radius: 5px;
    padding-top: 120px;
    width: 60%;
    margin-left: 80px;
}

/* Clear floats after the columns */
.form-container .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Floating column for labels: 25% width */
.form-container .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.form-container .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Style inputs, select elements and textareas */
.form-container input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    color: #999;
}

.form-container select {
    color: #787777;
}

.form-container select option {
    color: #787777;
}

/* Style the label to display next to the inputs */
.form-container label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    color: #999;
}

/* Style the submit button */
.form-container input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

.hasStripeMessage p {
    color: red;
    text-align: center;
    font-weight: bold;
}

/* Style the PayPal actions links button */

a.green-bg-disabled {
    background: lightgrey;
    pointer-events: none;
}

a.red-bg-disabled {
    background: lightgrey;
    pointer-events: none;
}
