/*
******************************
        Fonts Montserrat
******************************
*/
@import url('http://fonts.cdnfonts.com/css/montserrat');

/*
******************************
        Fonts Marcellus SC
******************************
*/
@import url('http://fonts.cdnfonts.com/css/marcellus-sc');

/*
******************************
        Material Icons
******************************
*/
@font-face {
    font-family: 'Material Icons';
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

/*
******************************
        Material Icons Outlined
******************************
*/
@font-face {
    font-family: 'Material Icons Outlined';
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}



/*
******************************
        Header
******************************
*/
#profileHeader nav {
    padding-left: 0;
    padding-right: 0;
}

#profileHeader .navbar-nav {
    align-items: center;
}

#profileHeader .profile-menu {
    border-bottom: #ccc solid 1px;
}

#profileHeader .nav-link,
#profileHeader i {
    color: #333;
    text-decoration: none;
}
#profileHeader .nav-link:hover {
    color: #00c6ef;
}

#profileHeader .nav-link.active {
    border-bottom: #01BDE3 solid 3px;
}

#navbarDropdownMenuLink-4 img {
    height: 50px;
    width: 50px;
    object-fit: contain;
    margin: 0 10px;
    border: #ccc solid 1px;
    background: #efefef;
}


/*
******************************
        Login Page
******************************
*/
#loginRegisterSection {
    min-height: 100vh;
    height: 100vh;
}

#loginRegisterSection div {
    height: 100%;
}

#loginRegisterSection div.login_error {
    height: auto;
}

.client-banner {
    background-color: #60C1EC;
    background-position: top right;
    background-image: url('../images/pattern-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 217px 153px 216px 153px;
}

.tradesman-banner {
    background-color: #60C1EC;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 108px 80px 0px 80px;
    position: relative;
}

.tradesman-banner .background-overlay {
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url('../images/pattern-2.png');
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.tradesman-banner {
    background-image: url('../images/tradesman-bg.png');
}

.tradesman-banner h3 {
    font-size: 55px;
    text-align: center;
    color: #fff;
}

#loginRegisterSection .client-banner img,
#loginRegisterSection .tradesman-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login_section .form-group,
.register_section .form-group {
    margin-bottom: 20px;
}

.login_section .form-control,
.register_section .form-control {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    background-color: #F6F6F6;
    border-style: solid;
    border-color: #EBEBEB;
    border-radius: 50px 50px 50px 50px;
}

.login_section .combine_section {
    display: flex;
}

.login_section .combine_section .remember_section,
.login_section .combine_section .forgot_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    font-size: 16px;
}

.login_section .form-check-label,
.register_section .form-check-label {
    font-size: 16px;
}

.login_section .combine_section .forgot_section {
    text-align: right;
}

.login_section a,
.register_section a {
    text-decoration: none;
}

.login_section .btn,
.register_section .btn {
    margin: 15px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #01BCE6;
    border-radius: 50px 50px 50px 50px;
    width: 100%;
    border-color: #01BCE6;
    text-decoration: none !important;
}

/* login  */

/*
******************************
        Profile Page
******************************
*/
#profile {
    background-color: #F5F5F5;
    padding: 30px 0;
}

#profile h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Montserrat", Sans-serif;
}

#profile h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
    color: rgba(0, 0, 0, 0.5);
    text-transform: none;
    margin-bottom: 30px;
}

#profile .profile_details_section {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

#profile .profile_details_section h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}

#profile .profile_details_section label {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    font-size: 14px;
}

#profile .profile_details_section .form-control {
    border-radius: 20px;
}

#profile .profile_details_section .save_btn {
    border-radius: 20px;
    width: 20%;
    background-color: #01BCE6;
    color: #fff;
}

#profile .profile_image_section {
    margin: 30px 0;
}

#profile .profile_image_section .btn {
    border: #ccc solid 1px;
    border-radius: 20px;
}

#profile .profile_image_section .profile_image_box {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: #ccc solid 1px;
    border-radius: 50%;
    margin: 0 auto;
}

#profile .profile_image_section .profile_image_box img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#profile .profile_details_section h4 {
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
}

#profile .change_password_section {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

#profile .change_password_section h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}

#profile .change_password_section label {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    font-size: 14px;
}

#profile .change_password_section .form-control {
    border-radius: 20px;
}

#profile .change_password_section .save_btn {
    border-radius: 20px;
    width: 20%;
    background-color: #01BCE6;
    color: #fff;
}

#profile .change_password_section .password_cancel_btn {
    border-radius: 20px;
    width: 20%;
    background-color: #fff;
    color: #222;
    border: #ccc solid 1px;
}

#profile .close_account_section {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

#profile .close_account_section h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}

#profile .close_account_section label {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    font-size: 14px;
}

#profile .close_account_section .form-control {
    border-radius: 20px;
}

#profile .close_account_section .save_btn {
    border-radius: 20px;
    width: 10%;
    background-color: #01BCE6;
    color: #fff;
}

#profile .close_account_section .save_btn.closeaccount_btn {
    width: 20%;
    max-width: 20%;
}

#profile .close_account_section .account_delete_btn {
    border-radius: 20px;
    width: 20%;
    background-color: #e60110;
    color: #fff;
}

#profile .close_account_section .account_cancel_btn {
    border-radius: 20px;
    width: 20%;
    background-color: #fff;
    color: #222;
    border: #ccc solid 1px;
}

#profile .profile-box {
    background-color: #fff;
    padding: 20px;
}

#profile .profile-box h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}

#profile .profile-box p {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#profile .profile-box a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    border: #01C7F1 solid 1px;
    color: #01C7F1;
    padding: 5px 25px;
    margin: 5px 0;
    text-decoration: none;
}

#profile .profile-box a:hover {
    background-color: #E6F8FC;
}

#profile .user_credit_box {
    padding: 20px;
    background-color: #01BDE3;
}

#profile .user_credit_box h5 {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: none;
    margin-bottom: 5px;
}

#profile .user_credit_box p {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}


/*
******************************
        Billing Page
******************************
*/
#billing {
    background-color: #F5F5F5;
    padding: 30px 0;
}

#billing h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Montserrat", Sans-serif;
}

#billing h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
    color: rgba(0, 0, 0, 0.5);
    text-transform: none;
    margin-bottom: 30px;
}

#billing .payment_details .panel {
    background-color: #fff;
}

#billing .payment_details .panel-body {
    padding: 10px;
}

#billing .payment_details .panel-body h6 {
    font-size: 14px;
}

#billing .payment_details .panel-body .plan_details h5 {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
    text-transform: none;
}

#billing .payment_details .panel-body .custom-label {
    background-color: #01BDE3;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
    padding: 5px 15px;
    border-radius: 12px;
    margin-left: 5px;
}

#billing .payment_details .panel-body .plan_amount_details h3 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
}

#billing .payment_details .panel-body .plan_amount_details h3 span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
}

#billing .payment_details .panel-body h4 {
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
}

#billing .payment_details .panel-body .bids {
    margin-bottom: 20px;
}

#billing .payment_details .panel-body .bids .progress {
    height: 10px;
}

#billing .payment_details .panel-body .bids .progress-bar {
    position: relative;
    height: 100%;
    left: 0;
    background-color: #01BDE3;
}

#billing .payment_details .panel-footer {
    border-top: #ccc solid 1px;
    padding: 5px 20px;
}

#billing .payment_details .panel-footer a {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

#billing .payment_details .panel-body .payment_method_details h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
    text-transform: none;
}

#billing .payment_details .panel-body .payment_method_details h6 {
    font-size: 14px;
    margin-bottom: 15px;
}

#billing .payment_details .panel-body .card_details {
    border: #ccc solid 1px;
    padding: 15px;
}

#billing .payment_details .card-box {
    width: 80px;
    height: 40px;
    padding: 10px;
    border: #ccc solid 1px;
    margin: 0 auto;
}

#billing .payment_details .card-box img {
    margin: 0 auto;
    display: block;
    width: 70%;
    object-fit: contain;
}

#billing .payment_details .panel-body .card_details h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
    text-transform: none;
    margin-bottom: 5px;
}

#billing .payment_details .panel-body .card_details h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
    margin-bottom: 10px;
}

#billing .payment_details .panel-body .card_details h4 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", Sans-serif;
    color: rgba(0, 0, 0, 0.5);
}

#billing .payment_details .panel-body .card_details .action_btn {
    border: #ccc solid 1px;
    width: 50px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 30px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

#billing .payment_details_box {
    margin-bottom: 50px;
}

#billing .billing_invoicing_header h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
}

#billing .billing_invoicing_header h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
}

#billing .billing_invoicing_header a {
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
    color: #000;
    text-decoration: none;
    border: rgba(0, 0, 0, 0.2) solid 1px;
    padding: 10px;
}

#billing .billing_invoicing_header hr {
    border-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

#billing .invoices table {
    background-color: #fff;
}

#billing .invoices table th {
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
    color: rgba(0, 0, 0, 0.5);
}

#billing .invoices table td p {
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
    color: #000;
}

#billing .invoices table td .invoice_download_btn {
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
    color: #01BDE3;
    text-decoration: none;
}

#billing .invoices table td .paid_btn {
    background-color: #01BDE3;
    border-radius: 20px;
    color: #fff;
    width: 60px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
}


/*
******************************
        Support Page
******************************
*/
#support {
    background-color: #F5F5F5;
    padding: 30px 0;
}


/*
******************************
        Create Job Page
******************************
*/
#createJobSection {
    padding: 50px 0;
    background-color: #F5F5F5;
    font-family: 'Montserrat', sans-serif;
}

#createJobSection h2 {
    font-family: 'Marcellus SC', sans-serif;
    text-transform: uppercase;
}

#createJobSection ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    float: right;
    background-color: transparent;
}

#createJobSection ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

#createJobSection ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

#createJobSection ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

#createJobSection ul.breadcrumb li a:hover {
    color: #01447e;
}

#createJobSection .job-box {
    background-color: #FFFFFF;
    padding: 20px 0;
}

#createJobSection .job-box .navbar {
    background-color: #FFFFFF !important;
}

#createJobSection .job-box ul.menus {
    width: 100%;
    margin-bottom: 30px;
}

#createJobSection .job-box ul.menus li {
    padding-left: 20px;
}

#createJobSection .job-box ul.menus li a {
    font-weight: 600;
    color: #222;
}

#createJobSection .job-box ul.menus li.active {
    padding: 10px 20px;
    background-color: #01C7F1;
}

#createJobSection .job-box ul.menus li.active a {
    color: #FFF;
}

#createJobSection .job-box .text-right {
    text-align: right;
}

#createJobSection .job-box.auction {
    padding: 20px 35px;
}

#createJobSection #jobForm {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#createJobSection #jobForm fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#createJobSection .finish {
    text-align: center;
}

#createJobSection #jobForm fieldset:not(:first-of-type) {
    display: none;
}

#createJobSection .previous-step {
    /*background: #616161;*/
    background-color: transparent;
    color: #222;
    float: none;
    border: none;
    font-weight: 600;
}

#createJobSection #jobForm .previous-step:hover,
#createJobSection #jobForm .previous-step:focus {
    /*background-color: #000000*/
}

#createJobSection #jobForm .next-step:hover,
#createJobSection #jobForm .next-step:focus {
    background-color: #01C7F1
}

#createJobSection .text {
    color: #01C7F1;
    font-weight: normal
}

#createJobSection #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
}

#createJobSection #progressbar .active {
    color: #01C7F1
}

#createJobSection #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 10%;
    float: left;
    position: relative;
    font-weight: 400
}

#createJobSection #progressbar.profile li {
    width: 12.5%;
}

#createJobSection #progressbar li:before {
    content: '';
    width: 20px;
    height: 20px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#createJobSection #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 0;
}

#createJobSection #progressbar li.active:before,
#createJobSection #progressbar li.active:after {
    background: #01C7F1
}

#createJobSection .progress {
    height: 20px;
    position: relative;
    margin-bottom: 25px;
}

#createJobSection .progress-bar {
    background-color: #01C7F1;
    position: relative;
    left: 0;
    height: 20px;
    border-radius: 0;
    font-size: 16px;
}

.upload_status_section {
    position: fixed;
    top: 180px;
    z-index: 9;
    background: #f1fcff;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#upload_status .progress {
    margin: 10px 0;
}

#createJobSection .select2-container .select2-selection--single {
    height: 34px !important;
}

#createJobSection .select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

#createJobSection .job-box.auction fieldset h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

#createJobSection .job-box.auction fieldset .btn {
    margin: 15px 0px 0px 0px;
    /*padding: 15px 0px 15px 0px;*/
    padding: 10px 5px;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #01BCE6;
    border-radius: 50px 50px 50px 50px;
    width: 100%;
    border-color: #01BCE6;
    text-decoration: none !important;
    cursor: pointer;
}

#createJobSection .job-box.auction .subcate-box {
    border: #ccc solid 1px;
    padding: 20px 20px;
    border-radius: 8px;
    text-align: left;
    margin-bottom: 20px;
    cursor: pointer;
}

#createJobSection .job-box.auction .subcate-box h4.title {
    font-size: 18px;
    margin-bottom: 0px;
    color: #444;
    font-weight: 600;
}

#createJobSection .job-box.auction .subcate-box p {
    margin-bottom: 0;
    color: #999;
}

#createJobSection .job-box.auction .subcate-box.active,
#createJobSection .job-box.auction .subcate-box:hover {
    background-color: #01BCE6;
}

#createJobSection .job-box.auction .subcate-box.active h4,
#createJobSection .job-box.auction .subcate-box:hover h4,
#createJobSection .job-box.auction .subcate-box.active p,
#createJobSection .job-box.auction .subcate-box:hover p {
    color: #fff;
}

#createJobSection .input-group .input-group-text {
    border-radius: 20px 0px 0px 20px;
}

#createJobSection #subcategory {
    box-shadow: none;
    border-radius: 0px 20px 20px 0px;
}

#createJobSection .job-box.auction .search-subcate-box {
    border: #ccc solid 1px;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: left;
    margin-bottom: 15px;
    cursor: pointer;
}

#createJobSection .job-box.auction .search-subcate-box h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: normal;
}

#createJobSection .job-box.auction .search-subcate-box.active,
#createJobSection .job-box.auction .search-subcate-box:hover {
    background-color: #01BCE6;
}

#createJobSection .job-box.auction .search-subcate-box.active h4,
#createJobSection .job-box.auction .search-subcate-box:hover h4,
#createJobSection .job-box.auction .search-subcate-box.active p,
#createJobSection .job-box.auction .search-subcate-box:hover p {
    color: #fff;
}

.upload-button {
    /*font-family: 'Montserrat';*/
    background-color: #1ac7ee;
    color: #f7fff7;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: none;
    border-radius: 20px;
    margin: 10px;
    padding: 7.5px 50px;
    cursor: pointer;
}

button.upload-button:hover {
    background: #1ac7ee;
}

button.upload-button-send {
    background-color: #8dc152;
    color: #f7fff7;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: none;
    border-radius: 20px;
    margin: 10px;
    padding: 7.5px 50px;
    cursor: pointer;
}

.subcategories_section {
    position: relative;
    min-height: 100px;
    display: none;
}

#about_work {
    min-height: 200px;
    border-radius: 10px;
    border: #ccc solid 2px;
}

#about_work:focus {
    box-shadow: none;
    border-color: #ccc;
}

.review_profile .wrapper_uploaded {
    justify-content: initial;
}

.review_profile .details_section {
    text-align: left;
    margin-top: 20ox;
}

.review_profile .details_section h5 {
    text-transform: capitalize;
}

.review_profile .details_section p {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

#about_work_text {
    font-size: 16px;
    color: #ccc;
}



/*
******************************
        Job Details Page
******************************
*/
#jobDetailsSection {
    padding: 50px 0;
    background-color: #F5F5F5;
    font-family: 'Montserrat', sans-serif;
}


/*Video section */
h2.line {
    width: 80%;
    text-align: center;
    border-bottom: 1px solid #b2c0c3;
    line-height: 0.1em;
    margin: auto;
}

h2.line span {
    background: #fff;
    padding: 0 10px;
    font-size: 15px;
    text-transform: lowercase;
}

.upload-files-container {
    /*background-color: #f7fff7;*/
    width: 100%;
    ;
    padding: 30px 60px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px, rgba(0, 0, 0, 0.28) 0px 6px 6px;*/
}

.drag-file-area {
    border: 2px dashed #D9D9D9;
    border-radius: 40px;
    margin: 10px 0 15px;
    /*padding: 30px 50px;*/
    padding: 11% 20%;
    /*width: 150%;*/
    text-align: center;
    background: #e8f9fd;
    position: relative;
    width: 100%;
    height: 250px;
}

.drag-file-area .upload-icon {
    font-size: 50px;
}

.drag-file-area h3 {
    font-size: 13px;
    margin: 15px 0;
    color: #b2c0c3c7;
}

.drag-file-area label {
    font-size: 19px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.drag-file-area label .browse-files-text {
    color: #e8f9fd;
    font-weight: bolder;
    cursor: pointer;
    display: none;
}

.browse-files span {
    position: relative;
    top: -25px;
}

.default-file-input {
    opacity: 0;
}

.cannot-upload-message {
    background-color: #ffc6c4;
    font-size: 17px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    color: #BB0000;
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cannot-upload-message span,
.upload-button-icon {
    padding-right: 10px;
}

.cannot-upload-message span:last-child {
    padding-left: 20px;
    cursor: pointer;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.file-block {
    color: #333;
    /*    background-color: #1ac7ee;*/
    transition: all 1s;
    width: 390px;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
}

.file-info {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.file-info img {
    height: 100px !important;
    width: 100px;
    object-fit: cover;
}

.file-icon {
    margin-right: 10px;
}

.file-name,
.file-size {
    padding: 0 3px;
}

.remove-file-icon {
    cursor: pointer;
    color: #1ac7ee;
}

.preview_file {
    display: block;
    text-align: left;
    margin: 0 20px;
}
.preview_file .preview-file-block {
    display: inline-block;
    border-radius: 5px;
    width: 90px;
    height: 90px;
    position: relative;
}
.preview_file .preview-file-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.preview_file .preview-file-block .preview-file-info {
    font-size: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
.preview_file .preview-file-block .preview-file-info .preview-file-size {
    margin: 10px 5px;
    background: #fff;
}
.preview_file .preview-file-block .preview-file-info .preview-file-name {
    margin: 10px 5px;
    background: #fff;
}
.preview_file .preview-file-block:hover img {
    filter: blur(8px);
}
.preview_file .preview-file-block:hover .preview-file-info {
    display: block;
}
.browse-files .preview_file .preview-file-block span {
    position: relative;
    top: 0;
}
.preview_files {
    display: block;
    text-align: left;
    margin: 0 20px;
}
.preview_files .preview-file-block {
    display: inline-block;
    border-radius: 5px;
    width: 90px;
    height: 90px;
    position: relative;
    margin-right: 10px;
}
.preview_files .preview-file-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.preview_files .preview-file-block .preview-file-info {
    font-size: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
.preview_files .preview-file-block .preview-file-info .preview-file-size {
    margin: 10px 5px;
    background: #fff;
}
.preview_files .preview-file-block .preview-file-info .preview-file-name {
    margin: 10px 5px;
    background: #fff;
}
.preview_files .preview-file-block:hover img {
    filter: blur(8px);
}
.preview_files .preview-file-block:hover .preview-file-info {
    display: block;
}
.browse-files .preview_files .preview-file-block span {
    position: relative;
    top: 0;
}


.progress-bar {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 4.5%;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background-color: #4BB543;
}

.button-con button {
    display: block;
    float: left;
}

i.fa.fa-play-circle,
i.fa.fa-camera {
    color: #fff;
}

span.browse-files {
    padding: 11%;
}

.go_to_app {
    color: #1ac7ee;
}

div#divVideo video,
div#divVideoSelfy video {
    border-radius: 20px;
}

/*Video section */
/*photos */
div#divPhotos .image-wrapper img {
    border-radius: 20px;
    max-height: 200px;
    width: auto;
    object-fit: cover;
}

/*photos */
.content .assets_src {
    border-radius: 10px;
    margin-bottom: 27%;
    max-width: 75px;
    max-height: 60px;
    object-fit: contain;
}

.wrapper_uploaded {
    display: flex;
    justify-content: center;
}

.content {
    position: relative;
    width: max-content
}

.content img {
    display: block;
}

.content .check-icon {
    position: absolute;
    bottom: 13px;
    right: -8px;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    color: #8dc152;
}

.content .cross-icon {
    position: absolute;
    bottom: 13px;
    right: -8px;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    color: #cd1212;
}

.content.content-text {
    margin-left: 7%;
    vertical-align: middle;
    align-items: center;
    margin-top: 4%;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 50%;
    text-align: left;
}

.finish h2 strong {
    color: #000;
    font-weight: 400;
}

a.download_app {
    color: #7f7f7f;
    font-size: 22px;
}

.finish {
    z-index: 1;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1.0);
    z-index: 2;
    text-align: center;
}

#createJobSection .loader {
    background: rgba(255, 255, 255, 0.8);
}

#createJobSection .loader img {
    position: relative;
    top: 50%;
}

#createJobSection .btn.start_auction_btn {
    border: #333 solid 1px;
    padding: 8px 35px;
    border-radius: 20px;
    margin-bottom: 20px;
}

#createJobSection .auctions-box {
    padding: 20px 0;
    background: #fff;
}

#auction_tabs {}

#auction_tabs .filters input,
#auction_tabs .filters select {
    border-color: #ccc;
    border-radius: 20px;
}

#auction_tabs .filters .sort_selection {}

#auction_tabs .filters .sort_selection .sort_menu {
    display: inline-block;
    margin-left: 10px;
}

#auction_tabs .filters .sort_selection a {
    text-align: center;
    color: #333;
}

#auction_tabs .filters .sort_selection label {
    margin-bottom: 0;
}

#auction_tabs .filters .sort_selection .sortby {
    width: 120px;
}

#auction_tabs .tab-pane {
    padding: 10px 35px;
}

#auction_tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

#auction_tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 16px;
    font-weight: normal;
    border-bottom-color: #01BCE6 !important;
}

.auctions .job.auction {
    padding: 20px 10px;
    background: #eee;
    border: #ccc solid 1px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.auctions .job.auction.grid {
    padding: 20px 15px;
}

.auctions .no_records {
    padding: 20px 10px;
    border-radius: 8px;
}

.auctions .no_records p {
    margin-bottom: 0;
}

.auctions .job.auction a {
    color: #333;
    text-decoration: none;
}

.auctions .job.auction .content {
    margin: 0 auto;
    width: 100%;
}

.auctions .job.auction img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
    height: 100px;
    width: 100%;
    object-fit: contain;
    border: #ccc solid 1px;
    padding: 5px;
}

.auctions .job.auction h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.auctions .job.auction h6 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}

.auctions .job.auction h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.auctions .job.auction p {
    margin-bottom: 0;
    font-size: 14px;
}

.auctions .job.auction .auction-content {
    position: relative;
}

.auctions .job.auction .auction-content .view-auction {
    position: absolute;
    top: 30%;
    right: 5%;
}

.auctions .job.auction.grid .auction-content .view-auction {
    right: 0;
}

.auctions .job.auction .auction-content .view-auction i {
    font-size: 26px;
    color: #333;
}

#ticketInfo {
    margin-top: 30px;
}

#ticketMessages {
    border: #ccc solid 1px;
    padding: 20px;
}

#bid_logs {
    margin: 50px 0;
    padding: 20px;
    border: #ccc solid 1px;
}




/*******************/
/* Status page */

.job-details-suatus-page {
    background: #F5F5F5;
}

.job-details-suatus-page .container {
    max-width: 1580px;
}

.job-details-suatus-page .job-details-se {
    border-bottom: 1px solid #DFDFDF;
    padding: 50px 0px;
}

.job-details-suatus-page .job-details-se .job-title-box h3 {
    font-family: 'Marcellus SC', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 25px;
}

.job-details-suatus-page .job-details-se .main-job-slider {
    /*margin-top: -65px;*/
}

.job-details-suatus-page .job-details-se .main-job-slider .main-job-image {
    position: relative;
}

.job-details-suatus-page .job-details-se .main-job-slider .main-job-image:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(340.77deg, #01C7F1 -119.87%, rgba(1, 199, 241, 0) 96.75%);
}

.job-details-suatus-page .job-details-se .main-job-slider .main-job-image img {
    width: 100%;
    /*height: 355px;*/
    height: 290px;
    object-fit: contain;
    z-index: 0;
    position: relative;
}

.main-job-slider-owl .owl-nav button.owl-prev {
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(180deg) !important;
    font-size: 0 !important;
    left: 10px !important;
    background: url(https://workoneer.com/wp-content/uploads/2023/05/right-arrow.svg) !important;
    width: 15px;
    height: 15px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.main-job-slider-owl .owl-nav button.owl-next {
    top: 50%;
    position: absolute;
    transform: translateY(-50%) !important;
    font-size: 0 !important;
    right: 10px !important;
    background: url(https://workoneer.com/wp-content/uploads/2023/05/right-arrow.svg) !important;
    width: 15px;
    height: 15px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}



.job-details-suatus-page .job-details-se .jobslinks a {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    text-align: justify;
    text-decoration-line: underline;
    color: #01C7F1;
}

.job-details-suatus-page .job-details-se .file-input img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    margin-bottom: 20px;
}

.job-details-suatus-page .job-details-se .job-profile-user-box {
    text-align: center;
}

.job-details-suatus-page .job-details-se .job-profile-user-box .user-f-lettor {
    font-family: 'Marcellus SC';
    font-weight: 400;
    font-size: 100px;
    line-height: 125px;
    color: #00C6EF;
}

.job-details-suatus-page .job-details-se .job-profile-user-box .user-details {
    text-align: center;
}

.job-details-suatus-page .job-details-se .job-profile-user-box .user-details h3 {
    font-family: 'Marcellus SC';
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 20px;
}

.job-details-suatus-page .job-details-se .job-profile-user-box .user-details h4 {
    font-family: 'Marcellus SC';
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    color: #000000;
}

.job-details-suatus-page .job-details-se .job-profile-user-box .user-details p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #01C7F1;
}

.job-details-suatus-page .job-details-se .job-profile-user-box .user-details .view-chat-btn, .job-details-suatus-page .job-details-se .job-profile-user-box .user-details .view-chats-btn {
    display: inline-block;
    background: #00C6EF;
    border-radius: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
    padding: 26px;
    width: 100%;
}



.job-details-suatus-page .chat-se {
    padding: 35px 0px;
}

.job-details-suatus-page .chat-se .container {
    max-width: 930px;
}

.job-details-suatus-page .chat-se .sender-ptofile-icon {
    display: flex;
    align-items: center;
    gap: 60px;
}

.job-details-suatus-page .chat-se .sender-ptofile-icon span {
    width: 117px;
    height: 117px;
    border-radius: 50%;
}

.job-details-suatus-page .chat-se .sender-ptofile-icon span img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    border-radius: 50%;
    border: #ccc solid 1px;
    background: #fff;
}

.job-details-suatus-page .chat-se .sender-ptofile-icon h5 {
    font-family: 'Marcellus SC';
    font-weight: 400;
    font-size: 50px;
    line-height: 63px;
    color: #01C7F1;
}


.sender-receiver-chat {
    padding-left: 173px;
}

.job-details-suatus-page .chat-se .sender-chat {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.job-details-suatus-page .chat-se .sender-chat .sender-chat-text {
    padding: 20px;
    background: #D9D9D9;
    border-radius: 17px 17px 17px 0px;
    width: 52%;
}

.job-details-suatus-page .chat-se .sender-chat .sender-chat-text img {
    margin-bottom: 10px;
}

.job-details-suatus-page .chat-se .sender-chat .sender-chat-text p {
    font-family: 'Marcellus SC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
    color: #000000;
    margin-bottom: 0;
}

.job-details-suatus-page .chat-se .sender-chat span {
    font-family: 'Marcellus SC';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    color: #898989;
}

.job-details-suatus-page .chat-se .receiver-chat {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 10px;
}

.job-details-suatus-page .chat-se .receiver-chat .receiver-chat-text {
    padding: 20px;
    background: #01C7F1;
    border-radius: 17px 17px 0px 17px;
    text-align: right;
    width: 52%;
}

.job-details-suatus-page .chat-se .receiver-chat .receiver-chat-text img {
    margin-bottom: 10px;
}

.job-details-suatus-page .chat-se .receiver-chat .receiver-chat-text p {
    font-family: 'Marcellus SC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
    color: #000000;
    margin-bottom: 0;
}

.job-details-suatus-page .chat-se .receiver-chat span {
    font-family: 'Marcellus SC';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    color: #898989;
}


.job-details-suatus-page .chat-se .sand-in-put-box {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding-left: 173px;
}

.job-details-suatus-page .chat-se .sand-in-put-box a {
    display: inline-block;
    vertical-align: middle;

}

.job-details-suatus-page .chat-se .sand-in-put-box input {
    background: #F9F9F9;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 44px;
    color: #AFA2A2;
    font-family: 'Marcellus SC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    width: 100%;
}

.job-details-suatus-page .chat-se .sand-in-put-box button {
    border: none;
    background: transparent;
    box-shadow: none;
    outline: none;
}


.job-details-suatus-page .qftp-se {
    padding: 50px 0px;
}

.job-details-suatus-page .qftp-se h3 {
    font-family: 'Marcellus SC';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 20px;
}

.job-details-suatus-page .qftp-se .accordion .card {
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
}

.job-details-suatus-page .qftp-se .accordion .card-header {
    padding: 0px;
    border: 0;
    background: #01c7f1;
}

.job-details-suatus-page .qftp-se .accordion .card-header .btn {
    width: 100%;
    padding: 10px 15px;
    border-radius: 0px;
    text-align: left;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 162.9%;
    color: #FFFFFF;
    position: relative;
    border: 0;
}

.job-details-suatus-page .qftp-se .accordion .card-header .btn:after {
    position: absolute;
    content: "";
    background: #E2F1F4 url(https://workoneer.com/wp-content/uploads/2023/05/arrow-done-1.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    display: inline-block;
    width: 57px;
    height: 100%;
}

.job-details-suatus-page .qftp-se .accordion .card-header .btn.collapsed:after {
    transform: rotate(180deg);
}

.job-details-suatus-page .qftp-se .accordion .card-header .btn:hover,
.job-details-suatus-page .qftp-se .accordion .card-header .btn:focus {
    background: transparent;
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: none;
}

.job-details-suatus-page .qftp-se .accordion .card-body {
    padding: 10px 15px;
    border-radius: 0;
    border: #DEDEDE solid 1px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 162.9%;
    color: #5E5E5E;
    position: relative;
    padding-right: 57px;
}

.job-details-suatus-page .qftp-se .accordion .card-body::after {
    position: absolute;
    content: "Answer";
    height: 100%;
    width: 57px;
    background: #01C7F1;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: #000;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.job-details-suatus-page-2 {
    background: #F5F5F5;
}

.job-details-suatus-page-2 .qftp-se-2 {
    padding: 50px 0px;
}

.job-details-suatus-page-2 .qftp-se-2 h3 {
    font-family: 'Marcellus SC';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 20px;
}

.job-details-suatus-page-2 .qftp-se-2 .qftp-box {
    border: 1px solid #8DC152;
    border-radius: 3px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}

.job-details-suatus-page-2 .qftp-se-2 .qftp-box img {
    width: 115px;
    height: 115px;
    object-fit: cover;
    border-radius: 50%;
}

.job-details-suatus-page-2 .qftp-se-2 .qftp-box .qftp-box-content p {
    padding-left: 30px;
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: justify;

    color: #000000;
}

.job-details-suatus-page-2 .qftp-se-2 .qftp-box .qftp-box-content p span {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;

    color: #000000;


}

.job-details-suatus-page-2 .qftp-se-2 input[type="file"] {
    opacity: 0;
    z-index: -1;
    cursor: pointer;
}

.job-details-suatus-page-2 .qftp-se-2 label {
    position: relative;
}
.job-details-suatus-page-2 .qftp-se-2 label,
.job-details-suatus-page-2 .qftp-se-2 input[type="file"] {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 7px;
    margin: 20px 0;
    background: #E7E7E7;
    text-align: center;
}
.job-details-suatus-page-2 .qftp-se-2 label .lbl{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    text-align: center;
    /* width: 100%; */
    pointer-events: none;
}

.job-details-suatus-page-2 .qftp-se-2 label .lbl span{
    display: block;
}
.job-details-suatus-page-2 .qftp-se-2 .answer-links .btn-1{
    border: 1px solid #5A5A5A;
    border-radius: 17px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #5A5A5A;
    display: inline-block;
    padding: 15px 30px;
}
.job-details-suatus-page-2 .qftp-se-2 .btn-2, .job-details-suatus-page-2 .qftp-se-2 .answer-links .btn-2{
    border: 1px solid #00C6EF;
    background: #00C6EF;
    border-radius: 17px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
}
.job-details-suatus-page-2 .qftp-se-2 .answer-links span{
    font-family: 'Marcellus SC';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
}
.job-details-suatus-page-2 .qftp-se-2 .answer-input .btn-2{
    border: 1px solid #00C6EF;
    background: #00C6EF;
    border-radius: 17px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
}

.job-details-suatus-page .btn-1 {
    display: inline-block;
    background: #00C6EF;
    border-radius: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
    padding: 26px;
    width: 100%;
}
.job-details-suatus-page .container.stretch-container {
    max-width: 768px !important;
}
.upgrade-se {
    padding: 50px 0;
}
.add-more-videos-se {
    padding: 50px 0;
}
.video-grade-se {
    margin: 20px 0;
}
.video-grade-se h5 {
    color: #00c6ef;
    font-weight: 400;
}
.video-grade-se p span {
    color: #00c6ef;
    font-size: 28px;
}
.upgrade-video-se .progress-bar {
    position: relative;
    bottom: 0;
    left: 0;
    height: auto;
}
.upgrade-btns-se a {
    background: #00C6EF;
    border-radius: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 30px;
    line-height: 70px;
    color: #000000;
    padding: 26px;
}
.bids-se {
    padding: 50px 0;
}
.sender-receiver-chat {
    min-height: 100px;
}

.blue-box-se{
    background: #BFDDEB;
    border-radius: 5px;
    padding: 20px 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blue-box-se .blue-user-details{
    width: 90%;
}
.blue-box-se .blue-user-details div{
    display: flex;
    align-items: center;
    margin: 5px 0;
    justify-content: space-between;
}
.blue-box-se .blue-user-pro {
    width: 56px;
    height: 56px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
}
.blue-box-se .blue-user-pro img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blue-box-se .user-name-blur span{
    filter: blur(5px);
}
.blue-box-se .user-name-blur p {
    margin-bottom: 0;
    font-weight: 700;
}



.register_section .categorycheckbox .sub-cat {
    padding-left: 20px;
}
.register_section .categorycheckbox label {
    margin-bottom:10px;
}

.register_section .categorycheckbox .form-check-input[type=checkbox]{
    margin-top:0px;
}

.form-check-input{
    background-color: #EBEBEB !important;
    border-color: #EBEBEB !important;
}
.form-check-input:checked {
    background-color: #01bce6 !important;
    border-color: #01bce6 !important;
}
.form-check-input:focus{
    box-shadow:none !important;
}