﻿.has-error {
    border: 1px solid red;
}

hr {
    margin: 0px !important;
}

/*      .modal-backdrop {
            display: none !important;
        }*/

.modal-open .modal {
    margin-top: 120px;
}

.image-preview-filename {
    pointer-events: none;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-15 {
    margin-top: 15px;
}

.anchor-login {
    border: solid 1px #E1040A;
    color: #3da9dd;
    padding: 10px;
    background: #edf2f8;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.5s ease;
    cursor: pointer;
}

.fancy span:before {
    right: 100%;
    margin-right: 15px;
}

.fancy span:before, .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #bed7f1;
    top: 0;
    width: 165px;
}

.fancy span:after {
    left: 100%;
    margin-left: 15px;
}

.anchor-login {
    border: 1px solid #0a94d5;
    color: #0a94d5;
    padding: 10px;
    background: #edf2f8;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.5s ease;
    cursor: pointer;
}

    .anchor-login:hover, .anchor-login:focus {
        background-color: #E1040A;
        border: solid 1px #E1040A;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.5s ease;
    }

    .anchor-login i {
        color: #E1040A;
    }

        .anchor-login i:hover {
            color: #fff !important;
        }

.anchor-signup {
    border: solid 1px #3da9dd;
    color: #3da9dd;
    padding: 10px;
    background: #edf2f8 !important;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.5s ease;
    cursor: pointer;
}

    .anchor-signup:hover, .anchor-signup:focus {
        background-color: #3da9dd;
        border: solid 1px #3da9dd;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.5s ease;
    }


.btn-social-icon {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 23px;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    padding: 6px 10px;
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    padding: 6px 8px;
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
}

.subtitle {
    margin: 10px 0;
}

.fancy {
    line-height: 0.5;
    text-align: center;
}

    .fancy span {
        display: inline-block;
        position: relative;
    }

        .fancy span:before,
        .fancy span:after {
            content: "";
            position: absolute;
            height: 5px;
            border-bottom: 1px solid #bed7f1;
            top: 0;
            width: 165px;
        }

        .fancy span:before {
            right: 100%;
            margin-right: 15px;
        }

        .fancy span:after {
            left: 100%;
            margin-left: 15px;
        }

.small-header {
    color: #000;
    font-weight: normal;
    font-size: 15px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.tp-0 {
    padding-top: 0 !important;
}

.text-orange {
    color: #eab71d !important;
}

.anchor-link {
    color: #0a94d5;
}

    .anchor-link:hover {
        color: #0a94d5;
    }

.anchor-link1 {
    color: #3da9dd;
    text-decoration: none;
}

    .anchor-link1:hover {
        color: #3da9dd;
        text-decoration: none;
    }

.main-register h3 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 18px 30px 18px 30px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 600;
    color: #666;
    border-bottom: none;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
}

.bg_login {
    background: #f9fafd;
}

.close-reg {
    position: absolute;
    top: 9px;
    right: 5px;
}

.main-register h3 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 18px 30px 18px 30px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 600;
    color: #666;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
}

    .main-register h3 span {
        font-weight: 800;
        font-size: 18px;
        color: #ef4036;
        font-family: montserrat, sans-serif;
    }

        .main-register h3 span strong {
            /*color: #17b790 !important;*/
            color: #248bcb !important;
        }

.socialButtons {
    margin-bottom: 15px;
}

.close-reg, .close-signup, .close-reset, .close-confirmemail, .close-fp {
    position: absolute;
    top: 9px;
    background: #0a94d6;
    right: 5px;
    border-radius: 100%;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 29px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    z-index: 1;
}

.close-signup, .close-reset {
    background: #0a94d6;
}

.hide-div {
    display: none;
}

#chkEmploymentOpp:checked ~ #divEmploymentOpp {
    display: block !important;
}

.check-value {
    display: none;
}

.loader_style {
    /* background: #89849b; */
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20%;
    margin: -20px 0 0 -20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.filter-tags {
    margin-top: 0px;
}

#signup-modal, .main-resetpassword-wrap {
    background: rgba(0, 0, 0, .81);
    opacity: 1;
}

.my_profile_heading {
    width: fit-content;
    position: absolute;
    margin: 13px 0px;
    font-size: 18px;
    color: #000000;
    top: 7px;
    text-align: center;
    font-family: initial;
}

.search_form {
    width: fit-content;
    position: absolute;
    right: 200px;
    top: 0;
}

    .search_form input[type=text] {
        border: 1px solid #e4ebf4;
        padding: 10px;
        height: 35px;
        border-radius: 35px;
        width: 200px;
    }

.search-btn {
    border: none;
    background: transparent;
    font-size: 20px;
    color: #0a94d5;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
}

@@media (max-width: 575px) {
    #divSorting .col-md-5 {
        padding-left: 15px;
    }

    #wrapper .container {
        width: 98% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .asb-mobile h3 {
        color: #fb715f;
    }

        .asb-mobile h3 .toggle-btn {
            border-radius: 25px !important;
            background: #e5f5fe;
        }
}

#divSearchResults .listing-item {
    /*padding: 0 8px;*/
    margin-bottom: 0px;
    max-width: 100% !important;
}

.center-col-list-wrap .listing-item.list-layout {
    width: 93% !important;
}

.innerpage_inblocks .card-listing .geodir-category-content .geodir-category-contentin {
    padding: 0 12px;
}

#search-input {
    z-index: 9999999;
    position: relative;
}

a {
    color: #0089cf;
}

.badge.badge-light {
    position: absolute;
    top: 5px;
    left: 12px;
    padding: 3px;
    width: 16px;
    height: 16px;
    font-size: 11px;
    background: #f54029;
}

@media (max-width: 767px) {
    .badge.badge-light {
        top: -6px;
        left: 8px;
    }
}

#divMsg, .divMsg {
    min-height: 300px; /* Adjust value based on your layout */
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-footer-gap-when-empty {
    margin: 50px 0;
    text-align: center;
}


.util-wrapper.util-item {
    margin: 0px auto !important;
}