﻿.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.no-data {
    padding: 20px;
    color: #91699c;
}

.radio-btn {
    visibility: visible !important;
    position: relative !important;
    left: auto !important;
    opacity: inherit !important;
    width: auto !important;
    height: auto !important;
}

.astrik {
    color: red;
}

.check-box {
    visibility: visible !important;
    position: relative !important;
    left: auto !important;
    opacity: inherit !important;
    width: auto !important;
    height: auto !important;
}

.popup-head span i {
    color: #142fdb;
}

.bg-skill {
    background-color: #ff438c;
}

    .bg-skill p {
        color: #ffffff;
    }

    .bg-skill a {
        color: #ffffff;
        text-decoration: underline !important;
    }

.usr-pic img {
    background-color: #ffffff;
}

.harmonic-img {
    background-color: #ffffff;
}

/*[type="checkbox"]:not(:checked) + label:before {
    display: none;
}*/
/*Rating*/
.stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 18px;
}

    .stars-container:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '★★★★★';
        color: lightgray;
    }

    .stars-container:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '★★★★★';
        color: #fdd601;
        overflow: hidden;
    }

.stars-0:after {
    width: 0%;
}

.stars-10:after {
    width: 10%;
}

.stars-20:after {
    width: 20%;
}

.stars-30:after {
    width: 30%;
}

.stars-40:after {
    width: 40%;
}

.stars-50:after {
    width: 50%;
}

.stars-60:after {
    width: 60%;
}

.stars-70:after {
    width: 70%;
}

.stars-80:after {
    width: 80%;
}

.stars-90:after {
    width: 90%;
}

.stars-100:after {
    width: 100;
}
/*End Rating*/

.verified-company {
    color: #00b2a9 !important;
}

.non-verified-company {
    color: #ff438c !important;
}

.rating {
    color: #fff;
    padding: 0px 15px;
    border-radius: 5px;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
}

.rating-red {
    background-color: #ff4b2b;
}

.rating-yellow {
    background-color: #cdd614;
}

.rating-green {
    background-color: #5ba829;
}

.error {
    color: red;
}

/*Start Alerts*/
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #6C47CD !important;
    background-color: #e9ecff !important;
    border-color: #6C47CD !important;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
/*End Alerts*/

.text-red {
    color: red !important;
}

.text-green {
    color: green !important;
}

.text-pink {
    color: deeppink !important;
}

/*Autocomplete Start*/
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        cursor: pointer;
        /* support: IE10, see #8844 */
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        padding: 3px 1em 3px .4em;
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        background-color: #ffffff !important;
    }


.ui-autocomplete-loading {
    background: url('../images/text-loader.gif') no-repeat right center;
}

.ui-widget.ui-widget-content {
    z-index: 99999 !important;
    /*border: 1px solid #008ecc !important;*/
    box-shadow: 0px 4px 12px rgba(0,0,0,0.3);
    border-radius: 3px;
    max-height: 250px;
    overflow: hidden;
    background-color: #ffffff;
}

.ui-menu .ui-menu-item-wrapper {
    border-bottom: 1px solid #ececec;
    padding: 10px !important;
}

.autocomplete-img {
    flex: 0 0 auto;
}

    .autocomplete-img img {
        height: 45px;
        width: 45px;
        box-sizing: border-box;
        background-clip: content-box;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
    }

.autocomplete-text {
    padding: 0 0 0 14px;
    flex: 1 0 0;
}

    .autocomplete-text .lbl-company {
        /*font-weight: 600;*/
    }

    .autocomplete-text .lbl-location {
        font-size: 12px;
    }

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*Autocomplete End*/

/*Colleagues Start*/
.empty-network {
    margin-top: 20px;
    border: 3px dashed #f1f5fd;
    padding: 20px;
    border-radius: 3px;
    color: #000;
}
/*Colleagues End*/

/*Settings*/
.setting-subcat {
    list-style: none;
    padding-left: 0px;
    box-shadow: 0 2px 4px #0000000D;
}

    .setting-subcat li {
        border-bottom: 1px solid #f2f2f2;
        border-left: 5px solid #fff;
    }

        .setting-subcat li:hover {
            border-left: 5px solid #07214d;
        }

        .setting-subcat li a {
            line-height: 50px;
            margin-left: 20px;
            display: block;
            color: #000;
            text-decoration: none;
        }

            .setting-subcat li a:hover {
                cursor: pointer;
                color: #000;
            }

.setting-item {
    list-style: none;
    padding-left: 0px;
}

    .setting-item li {
        border-bottom: 1px solid #f2f2f2;
        padding: 20px 0;
        margin: 0 20px;
    }

        .setting-item li a {
            line-height: 50px;
            margin-left: 20px;
            display: block;
            color: #000;
            text-decoration: none;
        }

            .setting-item li a:hover {
                cursor: pointer;
                color: #000;
            }

.header-cat {
    background-color: #fff;
    line-height: 75px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 4px #0000000D;
    border-radius: 3px;
}

    .header-cat:hover {
        border-bottom: 5px solid #07214d;
    }

.header-cat-selected {
    border-bottom: 5px solid #07214d;
}

.subheader-selected {
    border-left: 5px solid #07214d !important;
}

.setting-name {
    color: #000;
}

.setting-sub-name {
    font-size: 14px;
}

.setting-link {
    font-weight: bold;
    color: rgba(0,0,0,0.6) !important;
}



/*End Settings*/
/*Overlay Start*/
.loader {
    position: relative;
    border: 16px solid #fff;
    border-radius: 50%;
    border-top: 16px solid #008ecc;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

#overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .7;
    z-index: 99999;
    /*display: none;*/
}
/*Overlay End*/



.scroll {
    max-height: 400px;
    overflow: auto;
}

    .scroll::-webkit-scrollbar {
        width: 14px;
        height: 18px;
    }

    .scroll::-webkit-scrollbar-button {
        width: 0;
        height: 0;
        display: none;
    }

    .scroll::-webkit-scrollbar-corner {
        background-color: transparent;
    }

    .scroll::-webkit-scrollbar-thumb {
        height: 6px;
        border: 4px solid transparent;
        background-clip: padding-box;
        -webkit-border-radius: 7px;
        background-color: rgba(0,0,0,.15);
        -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
    }

.examples {
    font-style: italic !important;
    font-size: 12px;
}

.special-button {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.hideMe {
    display: none;
}

.techtag {
    bottom: 0;
    margin-bottom: 5px;
    right: 0;
    margin-right: 5px;
    color: #231f20;
    border: 1px solid rgb(233,233,233);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

.handson {
    font-weight: 600;
    margin-bottom: 0px !important;
}

.location {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    color: #231f20;
    border: 1px solid rgb(233,233,233);
    border-radius: 50px;
    float: right;
    margin-left: 10px;
    background-color: rgb(233,233,233);
}

.exptag {
    color: #231f20;
    font-weight: 500;
    background: rgb(233,233,233);
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
    border: 1px solid rgb(233,233,233);
    float: right;
}

.exptag-red {
    bottom: 0;
    right: 0;
    color: #fff;
    background: #FF6666;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

.get-contact {
    background-color: #6C47CD;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #6C47CD;
    font-size: 12px;
}

    .get-contact:hover {
        color: #6C47CD !important;
        border: 1px solid #6C47CD;
        background-color: #ffffff !important;
    }

.lnk-btn {
    color: #91699c;
    max-height: 40px;
    display: inline-block;
    padding: 6px 11px 5px;
    border-radius: 3px;
}

    .lnk-btn:hover {
        color: #fff !important;
    }

.code {
    font-size: 11px !important;
    color: #fff !important;
    background: #222222;
    padding: 6px 10px !important;
    height: 28px;
    border-radius: 3px;
    font-weight: 500 !important;
    width: 140px;
}

.join-green {
    color: #fff;
    background: #3CB371;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    float: right;
}

.join-red {
    color: #ffffff;
    background: #ff438c;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    float: right;
}

.tag1 {
    font-weight: 600;
    margin-bottom: 5px;
}

.cnt i {
    color: #222222 !important;
}

.otp-field {
    display: flex;
}

    .otp-field input {
        width: 16%;
        font-size: 16px;
        padding: 10px;
        text-align: center;
        border-radius: 3px;
        margin: 2px;
        font-weight: bold;
        color: #fff;
        outline: none;
        transition: all 0.1s;
        border: 2px solid #efefef;
        background: #fff;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.03);
    }

        .otp-field input:focus {
            border: 2px solid #6c47cd;
        }

.validation {
    border: 1px solid #6C47CD !important;
    outline: 1px solid #6C47CD !important;
}


/*Popup*/
.verification-pop {
    width: 450px;
}

.availability-pop {
    width: 1000px;
}
/*Popup*/

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}


.ddl {
    width: 100%;
    border: 1px solid #efefef;
    height: 40px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.03);
}

.to-mobile {
    display: none;
}

.f-12 {
    font-size: 12px !important;
}

.f-60 {
    font-size: 60px;
}

.f-50 {
    font-size: 50px;
}

.arrow {
    background-color: #6C47CD;
    background-clip: text;
    color: transparent;
}

.arrow-disable {
    color: #c4c4c4;
}

.hot {
    background: linear-gradient(45deg, #FF0000 0%, #FFFF00 100%);
    background-clip: text;
    color: transparent;
    font-size: 16px !important;
    font-weight: 900;
    border: 1px solid red;
    width: 50px;
    border-radius: 3px;
    margin: 0 auto;
    line-height: 30px;
}

.availability_spacer {
    border-top: 1px dashed #efefef;
    margin-top: 20px !important;
}

.availability h2 {
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    font-size: 16px;
}

.availability h3 {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
}

.availability .tech-title {
    color: #231f20;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.italic {
    font-style: italic;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.popup-closed i {
    color: #c4c4c4 !important;
}

.green-box {
    color: #fff;
    background: #6C47CD;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

.yellow-box {
    color: #fff;
    background: #FFB74D;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

.active-menu {
    color: #90D5FF !important;
}

.availability-pop .ava-title {
    font-size: 30px;
}

.ava-note {
    margin-top: 20px;
    background-color: #f5f7f8;
    border-left: 10px solid #c4c4c4;
    padding: 10px;
}

.custom-list {
    list-style-type: disc; /* You can use circle, square, none, etc. */
    padding-left: 20px; /* Indent from the left */
}

    .custom-list li {
        margin-bottom: 8px; /* Space between items */
        line-height: 1.5;
        margin-left: 20px;
    }

.alert-primary {
    color: #222222 !important;
    background-color: #ffffff !important;
    border: 1px solid #efefef !important;
}

    .alert-primary .alert-link {
        color: #6C47CD !important;
        text-decoration: underline !important;
    }

.ui-widget-header {
    background-color: #ffffff !important;
    border: 1px solid #efefef !important;
}

.ui-datepicker-title select {
    border: 1px solid #efefef !important;
}

.ui-state-default {
    background-color: #ffffff !important;
    border: 1px solid #efefef !important;
    text-align: center !important;
}

    .ui-state-default:hover {
        background-color: #6C47CD !important;
        color: #ffffff !important;
        text-align: center !important;
    }

.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
    background-color: #6C47CD !important;
}

.expertise-title {
    margin: 20px 0 20px 0;
    font-size: 20px;
    font-weight: 500;
}


.main-text {
    border-bottom: 5px solid #6C47CD;
    font-weight: 700;
}

#lblNiceMsg::before {
    content: "⚠️ ";
    margin-right: 5px;
}

#lblNiceMsg {
    color: #d32f2f; /* Red for error */
    background-color: #fdecea; /* Light red background */
    padding: 10px 15px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.95rem;
    animation: buzz 0.7s linear 2;
    display: inline-block;
}

#lblUploadMsg::before {
    content: "⚠️ ";
    margin-right: 5px;
}

#lblUploadMsg {
    color: #d32f2f; /* Red for error */
    background-color: #fdecea; /* Light red background */
    padding: 10px 15px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.95rem;
    animation: buzz 0.7s linear 2;
    display: inline-block;
}


#lblGraphicsMsg::before {
    content: "⚠️ ";
    margin-right: 5px;
}

#lblGraphicsMsg {
    color: #d32f2f; /* Red for error */
    background-color: #fdecea; /* Light red background */
    padding: 10px 15px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.95rem;
    animation: buzz 0.7s linear 2;
    display: inline-block;
}

#lblUIUXMsg::before {
    content: "⚠️ ";
    margin-right: 5px;
}

#lblUIUXMsg {
    color: #d32f2f; /* Red for error */
    background-color: #fdecea; /* Light red background */
    padding: 10px 15px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.95rem;
    animation: buzz 0.7s linear 2;
    display: inline-block;
}

@keyframes buzz {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        transform: translate(2px, -2px) rotate(-1deg);
    }

    50% {
        transform: translate(-2px, 2px) rotate(1deg);
    }

    75% {
        transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(-1deg);
    }
}

/*progress bar*/
.wrap {
    position: relative;
    margin: 35px 10px 0 0px;
}

.line {
    width: 250px;
    height: 3px;
    background: #6C47CD;
    /*position: absolute;*/
    left: 0;
    top: 0;
}

.step {
    width: 0px;
    height: 5px;
    background: #6C47CD;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

.flag {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #6C47CD;
    position: absolute;
    top: -20px;
    background: #fafafa;
    z-index: 10;
}

.flag-selected {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #6C47CD;
    position: absolute;
    top: -20px;
    background: #6C47CD;
    z-index: 10;
    color: #ffffff;
}

/*end progress bar*/

.ach_page__badges__item1 {
    width: 100%;
    text-align: center;
    border-radius: 3px;
    padding: 40px 20px 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
}

    .ach_page__badges__item1 img {
        height: 100px;
        position: relative;
        margin-bottom: 20px;
    }

.premium_limit {
    border-radius: 50px;
    padding: 5px;
    margin-top: 10px;
    background: linear-gradient(45deg, rgba(108, 71, 205, 1) 20%, #2AF598 100%);
    color: #fff;
}

.help {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.side_bg_green {
    background-color: #E6FFED !important;
    border: 1px solid #014421;
}

.side_bg_sky {
    background-color: #E6F0FA !important;
    border: 1px solid #4A90E2;
}

.side_bg_pink {
    background-color: #FFE6EC !important;
    border: 1px solid #993344;
}

.side_bg_yellow {
    background-color: #FFFBEA !important;
    border: 1px solid #D4AF37;
}
.help-action-primary {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem !important;
    color: #222222 !important;
    border-radius: 10px;
}

a {
    color: #6C47CD !important;
}

.btn-select-tec {
    background: #6c47cd;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 3px;
    /*width: 100px !important;*/
    border: 1px solid #6c47cd;
    display: block;
    border-image: none;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: 0.5px;
}

    .btn-select-tec:hover {
        background: transparent;
        color: #6c47cd !important;
        border: 1px solid #6c47cd;
    }

.chk-flex {
    display: flex;
    gap: 8px;
    align-items: center;
}

.reset-btn {
    background-color: #A73440;
    border: 1px solid #A73440;
    color: #ffffff !important;
    padding: 15px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-left: 10px;
    line-height: 6px;
    height: 37px;
    text-align: center;
    display: none;
}

    .reset-btn:hover {
        background-color: transparent;
        border: 1px solid #A73440;
        color: #A73440 !important;
    }

.next-note {
    clear: both;
    padding: 20px;
    margin: 20px;
    background-color: #f5f7f8;
    border-radius: 3px;
}

.media-body i {
    font-size: 62px;
    color: #6c47cd;
    margin-top: 20px;
}

.media-body .title {
    margin: 10px 0 20px 0;
    color: #222222;
    font-weight: normal;
    font-size: 16px;
}

.textarea {
    border: 1px solid #efefef !important;
    border-radius: 3px;
    resize: none;
    padding: 10px;
    width: 100%;
    height: 150px;
}

.bborder {
    border-bottom: 1px solid #efefef;
}

.confession-wall {
    background: #fff;
}

.floating-icons {
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.float-icon {
    position: absolute;
    bottom: 0;
    opacity: 0;
    animation: floatUp 4s ease-in-out infinite;
}

    .float-icon:nth-child(1) {
        animation-delay: 0s;
    }

    .float-icon:nth-child(2) {
        animation-delay: 1.2s;
    }

    .float-icon:nth-child(3) {
        animation-delay: 2.4s;
    }

@keyframes floatUp {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        transform: translateY(-150px) scale(1.3);
        opacity: 1;
    }

    100% {
        transform: translateY(-180px) scale(0.5);
        opacity: 1;
    }
}

.section_reset {
    float: right;
}

.section_title_border {
    padding: 3px;
    background: linear-gradient(90deg, #4C7AFA, #AE6ED1, #FDB03C);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: fit-content;
    float: right;
}

.section_title {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 5px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 700;
    width: fit-content;
}

.ava_statement {
    font-size: 16px;
    margin-bottom: 20px;
}
