
:root{
--primary:#4674C6;
--secondary:#fff;
--logo:'Sointua-Regular';
--font:'Medium';
--font2:'Bold';
--font3:'Medium';
--Book: "Book";
--Regular:"Regular";
--SemiBold:"SemiBold";
--extrabold: "ExtraBold";
--border1:#e9e9e9;
--border2:#f9f9f9;
--grey:#d9d9d9;
--grey2:#95979d;
--border-3:#dadbdd;
--greyfont:rgb(103, 103, 103);
--border-hover:#f1f1f1;
---third:#203864;
--online:#14a800;
--selected-chat:#f5f5f5;


}
html{
    scroll-behavior: smooth;
    height: 100%;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    min-height: 100%;
    display: flex;
    font-family: var(--font);
    flex-direction: column;

}
header{
    position: fixed;
    width: 100%;
    z-index: 10000;
    background-color: var(--secondary);
}
.header-1{
height: 56px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.header-1 .col-lg-1{
    position: relative;
    top: 1px;
    align-items: center;
    gap: 2px;
    justify-content: normal;
}
.header-1 img{
    height: 50px;
    width: 100%;
    position: relative;
    top: -2px;
}

@font-face {
    font-family: 'Sointua-Regular';
    src: url('Fonts/Sointua-Regular.otf');
  }
  @font-face {
    font-family: 'Bold';
    src: url('Fonts/MacanPanWeb-Bold.woff2');
  }

  @font-face {
    font-family: 'Light';
    src: url('Fonts/Light.woff2');
  }

  @font-face {
    font-family: 'Medium';
    src: url('Fonts/MacanPanWeb-Medium.woff2');
  }
  @font-face {
    font-family: 'Regular';
    src: url('Fonts/Regular.woff2');
  }

  @font-face {
    font-family: 'Book';
    src: url('Fonts/MacanPanWeb-Book.woff2');
  }
  @font-face {
    font-family: 'SemiBold';
    src: url('Fonts/MacanPanWeb-Semibold.woff2');
  }

  @font-face {
    font-family: 'ExtraBold';
    src: url('Fonts/MacanPanWeb-Extrabold.woff2');
  }





.header-1 .second-container a{
    font-family: var(--font2);
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 10px;
    position: relative;

}
.footer-end{
    justify-content: center;
}
.header-1 .second-container a.active::before{
    top: 115%;
    position: absolute;
    content: "";
    background-color: var(--primary);
    height: 3px;
    width: 80%;
    bottom: 3px;
    border-radius: 6px;
    left: 10px;
    transition: all .15s ease-in-out;
    transform: scaleX(1);
}
.header-1 .second-container #fees-link.active::before{
    top: 115%;
    position: absolute;
    content: "";
    background-color: var(--primary);
    height: 3px;
    width: 77%;
    bottom: 3px;
    border-radius: 6px;
    left: 7px;
    transition: all .15s ease-in-out;
    transform: scaleX(1);
}
.header-1 .second-container a.active{
    font-weight: 600;
}
.header-1 .second-container a:before{
    top: 115%;
    position: absolute;
    content: "";
    background-color: var(--primary);
    height: 3px;
    width: 100%;
    bottom: 3px;
    border-radius: 6px;
    left: 0;
    transition: all .15s ease-in-out;
    transform: scaleX(0);
}
.header-1 .second-container a:hover::before{

    transform: scaleX(1);
}
.header-1 .col-lg-5 .input-box , .section-19 .input-box{
    width: 290px;

    height: 40px;
    border-radius:20px ;
    position: relative;
    border: 2px solid var(--border1);
    display: flex;
    align-items: center;
    background-color: transparent;
    transition: background-color .15s ease-in-out;

}
.header-1 .col-lg-5 .input-box:hover , .section-19 .input-box:hover{
background-color: var(--border1);
}
.header-1 .col-lg-5 .input-box .search-bar ,  .section-19 .input-box .search-bar{
    display: flex;
    justify-content: normal;
    align-items: center;
    padding: 0px 10px;
    gap: 5px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid transparent;
    width: 100%;

}
.header-1 .col-lg-5 .input-box .search-bar:hover , .section-19 .input-box .search-bar:hover{
    background-color: var(--border2);
    border: 1px solid var(--border1);
    transition: background-color .15s ease-in-out;


}
.header-1 .col-lg-5 .input-box .search-bar .search-bar-icon svg , .section-19 .input-box .search-bar .search-bar-icon svg{
    height: 18px;
    width: 18px;
    position: relative;
    top: -2px;
}
.header-1 .col-lg-5 .input-box .search-bar .search-bar-input input , .section-19 .input-box .search-bar .search-bar-input input{
    border: none;
    outline: none;
    background-color: transparent;
    font-family: var(--font);
    font-size: 14px;
}
.header-1 .col-lg-5 .input-box .search-dropdown{
    width: 100%;
    height: 40px;
    position: relative;
}
.header-1 .col-lg-5 .input-box .search-dropdown button{
padding: 10px 15px;
display: flex;
align-items: center;
margin-left: auto;
justify-content: normal;
border: none;
background-color: transparent;
border: 1px solid transparent;

border-radius:20px ;
width: 100%;
height: 40px;
gap: 3px;
}

.header-1 .col-lg-5 .input-box .search-dropdown button span{
    font-family: var(--font);
    font-size: 14px;
}
.header-1 .col-lg-5 .input-box .search-dropdown button:before{
    content: "";
    border-left:1px solid var(--border1) ;
    height: 18px;
    position: absolute;
    left: 0px;

}
.header-1 .col-lg-5 .input-box .search-dropdown button span svg{
    height: 14px;
    width: 14px;

}
.header-1 .col-lg-5 .input-box .search-dropdown button:hover{
    background-color: var(--border2);
    border: 1px solid var(--border1);

    transition: background-color .15s ease-in-out;
}
.header-1 .third-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 14px; */
}
.header-1 .col-lg-5 .account-options{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.header-1 .col-lg-5 .account-options span{
font-family: var(--font2);
font-size: 14px;
font-weight: 500;
cursor: pointer;
}
.header-1 .col-lg-5 .account-options button , .section-1 button , .section-5 button, .register-page button, .section-11 .Continue-to-chat , #offcanvasRight2 .offcanvas-body .col-lg-4 button, .section-12 .filters-parent button , .section-13 .job-button button , .section-14 .button-group button ,.section-17 .profile-parent .profile-head  button , .section-16 .gigs-filter button , .section-16 .body button , .contact-info-box .header button , .header-job-posting-btn, .section-16 .your-jobs-area-one div:nth-child(1) button , .your-hires-area-two button ,  .section-19 .filters-area button , .section-20 button , .section-16 .offcanvasReview .offcanvas-body .buttons-area button , .section-19 #offcanvasFilter .offcanvas-body button , .send-button , #ModalInviteToBid  .modal-footer button , .offcanvasSentOffer .offcanvas-body button , .section-21 .content-footer button{
    font-size: 14px;
    font-family: var(--font3);

    color: #fff;
    background-color: var(--primary);
    border: none;
    outline: none;
    padding: 0px 22px;
    height: 40px;
    border-radius: 12px;
}
.account-options button{
    font-size: 14px;
    font-family: var(--font3);

    color: #fff;
    background-color: var(--primary);
    border: none;
    outline: none;
    padding: 0px 22px;
    height: 40px;
    border-radius: 12px;
}
.account-options label{
    font-size: 14px;
    font-family: var(--font3);
    cursor:pointer;
    color: #fff;
    background-color: var(--primary);
    border: none;
    outline: none;
    padding: 8px 22px;
    height: 40px;
    border-radius: 12px;
}
.signup-for-free a{
    font-size: 14px;
    font-family: var(--font3);
    text-decoration: none;
    color: #fff;
    background-color: var(--primary);
    border: none;
    outline: none;
    padding: 0px 22px;
    height: 40px;
    border-radius: 12px;
}
.header-1 .col-lg-5 .account-options a.sign-up {
    font-size: 14px;
    font-family: var(--font3);
    text-decoration: none;
    color: #fff;
    background-color: var(--primary);
    border: none;
    outline: none;
    padding: 0px 22px;
    height: 40px;
    border-radius: 12px;
}
.header-1 .col-lg-5 .account-options button:hover{
    background-color: #027ae2;
    transition: background-color .15s ease-in-out;
}
.header-1 .third-container .dropdown-item{
    font-family: var(--font);
    font-size: 14px;
}
.header-2{
border-bottom: 2.5px solid var(--grey);
border-top: 2.5px solid var(--grey);
padding: 6px 0px;


}
.header-2 .slider-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .header-2 .slider-wrapper {
    overflow: hidden;
    width: 100%;

  }

  .header-2 .slider {
    display: flex;
    transition: transform 0.5s ease;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .header-2 .slider li {
    padding: 4px 14px;
    white-space: nowrap;
    font-size: 12px;
    font-family: var(--font3);

  }

  .header-2 .slider-btn {
    background-color: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: var(--primary);
  }

  .header-2 .slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .section-1{

    background-color: var(--primary);

padding-top: 50px;
padding-bottom: 50px;

  }
  .section-1 .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

  }

  .section-1 img{
    width: 100%;
    height: auto;
  }

main{
    padding-top: 133px;
}
section{
    padding-top: 40px;
    padding-bottom: 30px;
}
.section-1 h1{
    color: #fff;
    font-family: var(--font2);

    font-size: 44px;
}
.section-1 p{
    color: #fff;
    font-family: var(--font);
}
.section-1 button{
    background-color: #fff !important;
    color: #000 !important;
    border: 2px dotted transparent;
}
.section-1 button:hover{
    background-color: var(--primary) !important;
    border: 2px dotted #fff;
    color: #fff !important;
    transition: background-color .15s ease-in-out;
}
@media only screen and (min-width:750px) and (max-width:990px){
    .section-7 div{
        background-color: #1e3964a6;
    }
    .section-7 div h1{
        font-size: 42px !important;
        width: 100% !important;
    }
    .section-7 div p{
        text-align: center;
        font-size: 16px !important;
    }

.section-1 img{
    height: 300px !important;
    width: 100% !important;
}
}
@media only screen and (min-width:1010px) and (max-width:1199px){
    .section-25 .body .sidebar-main .preview-image {
        width: 900px !important;
        min-width: 900px !important;
    }
    .right-sidebar .right-sidebar-collapse-btn{
        display: flex !important;
    }
    .section-25 .body .right-sidebar{
        min-width: 24px !important;
    width: 24px !important;
    transition: all .15s ease;
    }
    .section-25 .body .right-sidebar.active{
        min-width: 310px !important;
        width: 310px !important;
    }
    .section-25 .body .right-sidebar .header-sidebar,
.section-25 .body .right-sidebar .body-sidebar {
    opacity: 0;
    transition: opacity 0.15s ease;
}

.section-25 .body .right-sidebar.active .header-sidebar,
.section-25 .body .right-sidebar.active .body-sidebar {
    opacity: 1;
}
}
@media only screen and (min-width:300px) and (max-width:700px){
    #pricing-billboard .package-container{
        overflow: auto;
    }
    #pricing-billboard .package-container table{
        width: 1200px !important;
    }
    .section-25 .body .sidebar-main{
        flex-wrap: wrap;
        max-width: 100% !important;
    }
    .section-25 .body .sidebar-main .sidebar{
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .right-sidebar .right-sidebar-collapse-btn {
        position: fixed !important;
    }
    .section-25 .body .right-sidebar {
        position: fixed !important;
        height: 100%;right: 0;
        top: 0;
        z-index: 10000 !important;
    }
    .section-25 .body .sidebar-main .preview-image img {
        width: 100% !important;
        height: auto !important;
    }
    .section-25 .body .sidebar-main{
        display: block !important;
    }
    .section-25 .header  .second-part .header-btns span{
        display: none;
    }
    .section-25 .header  .first-part .file-btn-div{
        display: none !important;
    }
    .section-25 .header  .first-part .main-logo-header{
        display: none;
    }
    .section-25 .header  .first-part .undo-redo-grp{
        display: flex;
        margin-left: 30px !important;
    }
    main.image-editor{
        padding-top: 50px !important;
    }
    .section-25 .header  .first-part .undo-redo-grp i{
        font-size: 15px !important;
    }
    .section-25 .header .first-part .fa-arrow-left{
        display: none !important;
    }
    .section-25 .body .sidebar-main .preview-image {
        width: 100% !important;
        min-width: 300px !important;

    }
    .right-sidebar.active .right-sidebar-collapse-btn{
        right: 310px !important;
    }

    .right-sidebar .right-sidebar-collapse-btn{
        display: flex !important;
        right: 15px !important;
    }
    .section-25 .body .right-sidebar{
        min-width: 14px !important;
    width: 14px !important;
    transition: all .15s ease;
    }
    .section-25 .body .right-sidebar.active{
        min-width: 310px !important;
        width: 310px !important;
        overflow: auto !important;
    }
    .section-25 .body .right-sidebar .header-sidebar,
.section-25 .body .right-sidebar .body-sidebar {
    opacity: 0;
    transition: opacity 0.15s ease;
}

.section-25 .body .right-sidebar.active .header-sidebar,
.section-25 .body .right-sidebar.active .body-sidebar {
    opacity: 1;
}
}
@media  only screen  and (min-width:760px) and (max-width:1000px) {
    .section-25 .body .sidebar-main .preview-image {
        width: 800px !important;
        min-width: 700px !important;
    }
    .right-sidebar .right-sidebar-collapse-btn{
        display: flex !important;
    }
    .section-25 .body .right-sidebar{
        min-width: 24px !important;
    width: 24px !important;
    transition: all .15s ease;
    }
    .section-25 .body .right-sidebar.active{
        min-width: 310px !important;
        width: 310px !important;

    }
    .section-25 .body .right-sidebar .header-sidebar,
.section-25 .body .right-sidebar .body-sidebar {
    opacity: 0;
    transition: opacity 0.15s ease;
}

.section-25 .body .right-sidebar.active .header-sidebar,
.section-25 .body .right-sidebar.active .body-sidebar {
    opacity: 1;
}
.offer-message-area{
    display: none !important;
}

    .gigs-area .single-gig-box{
        width: 32% !important;
    }
    .section-8 .single-category-box{
        width: 31% !important;
        margin-bottom: 40px;
    }
    .register-page .input-parent {
        width: 80% !important;
        padding: 0px 10px !important;
    }
    .register-page .select-role{
        width: 32% !important;
    }
}
@media only screen and (min-width:320px) and (max-width:550px){
    .section-16  .header-billboard{
        gap: 0px !important;
    }
    .section-5 .col-lg-7{
        flex-wrap: wrap;
    }
    .section-5 .col-lg-7 div:nth-child(2){
        margin: 0 auto;
    }
    #MyUploads .uploading-area .area p {
        color: #757589;
        font-size: 10px !important ;
        text-align: center ;
        margin-top: 10px;
        padding: 0px 20px;
    }
    .section-25 .body .sidebar-main{
        flex-wrap: wrap;
        max-width: 100% !important;
    }
    .section-25 .body .sidebar-main .sidebar{
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .right-sidebar .right-sidebar-collapse-btn {
        position: fixed !important;
    }
    .section-25 .body .right-sidebar {
        position: fixed !important;
        height: 100%;right: 0;
        top: 0;
        z-index: 10000 !important;
    }
    .section-25 .body .sidebar-main .preview-image img {
        width: 100% !important;
        height: auto !important;
    }
    .section-25 .body .sidebar-main{
        display: block !important;
    }
    .section-24 .templates-area .template-box {
        height: auto !important;
        width: 100% !important;
        object-fit: cover;
        margin-bottom: 15px !important;
    }
    .section-24 .templates-area{
        flex-wrap: wrap;
    }
    #gallery-billboard .image-box {
        width: 100% !important;
    }
    .section-19 .proposal-review-parent .part-2, .section-19 .proposal-review-parent .part-3{
        width: 100% !important;
    }
    .section-19 .proposal-review-parent .part-1, .section-19 .proposal-review-parent .part-4 {
        width: 100% !important;
    }
    .myfreelancer-store .body .service-slider{
        width: 100% !important;
    }
    .section-10 .filter-parent-one .category-dropdown, .number-dropdown{
        padding: 20px !important;
    }
    .section-10 .filter-parent-one .category-dropdown .dropdown-item, .number-dropdown .dropdown-item {
font-size: 12px !important;

}
    .section-10 .filter-parent-one .Category-btn, .number-dropdown-btn {
        font-size: 14px !important;
        height: 40px !important;
        padding: 8px 20px !important;
    }
    .section-16 #score .score-box{
        width: 100% !important;
    }
    .section-16 #score h6 {
        font-size: 16px !important;
    }
    .section-16 #score p{
        font-size: 13px !important;
    }
    .respo-filter tr:hover{
        background-color: inherit !important;
    }
    .filter-parent-one .dropdown{
        width: 100% !important;
    }
    .filter-parent-one .dropdown .Category-btn{
        width: 100% !important;
    }
    #offcanvasBuy .offcanvas-body .delivery-box .popular-icon{
        display: none !important;
    }
    .section-2 video{
        max-width: 100% !important;
        height: auto !important;
    }
    #emptyCounterButton{
        display: none !important;
    }
    .section-16 .gigs-table-parent .gigs-header {
        flex-wrap: wrap;
        gap: 20px !important;
    }
    .myfreelancer-store .body .service-slider .slider{
        overflow: auto;
        width: 1200px;
    }
    .myfreelancer-store .body .single-box{
        width: 240px !important;
        max-width: 240px !important;
        min-width: 240px !important;
    }
    section-16 .gigs-filter div a{
        font-size: 14px !important;
    }
    .section-16 .gigs-table-body table th{
        font-size: 14px;
    }
    .section-16 .gigs-table-body table td {
        font-size: 12px;
    }
    .section-16 .gigs-table-body table{
        width: 1200px !important;
    }
    .section-16 .page-navs{
        width: 600px !important;
    }
    .respo-page-navs{
        overflow: auto;
    }
    .section-12 .filters-parent .search-box{
    display: none !important;
    }
    .notficiation-message .col-3 p {
        font-size: 8px !important;
    }
    .notficiation-message .col-9 p{
        font-size: 10px !important;
    }
    .section-16 .contact-info-box .personal-info-input-group .tags-input{
        width: 90% !important;
    }
    .contact-info-box .personal-info-input-group .ck-editor{
        width: 94% !important;
    }
    .dashboard-layout main{
        padding-top: 50px !important;
    }
    .section-16 .prev{
        left: -5px !important;
    }
    .section-16 .next{
        right: -5px !important;
    }
    .section-16 .your-hires-area-one .single-job{
        width: 100% !important;
        margin-bottom: 28px !important;
    }
    .section-16 .your-jobs-area-one .single-job {
        width: 100% !important;
    }
    .remain-input{
        display: none  !important;
    }
    .section-10 .banner-area div{
        flex-wrap: wrap;
        gap: 15px !important;
    }
    .section-10 .banner-area .banner-part{
        width: 100% !important;

    }
.section-10 .banner-area h3 {
    font-size: 20px !important  ;
}

    .section-3 .Middle-area
    .section-18 .additional-col{
        gap: 14px !important;
        flex-wrap: wrap;
    }

    .footer-end
    {
        justify-content: normal !important;
    }
 .respo-filter{
    overflow: auto;
 }
    .section-16 .topbar div{
        flex-direction: column;
    }
    .section-16 .topbar div a{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .section-16 .dashboard-toggle-switch{
        width: 100%  !important;
    }
    .section-16 .dashboard-toggle-switch button {
        width: 100% !important;
        height: 34px !important;
    }
    .section-16 .contact-info-box .body {
        flex-wrap: wrap;
    }
    .section-16 .gigs-filter{
        overflow: auto;
    }

.section-16 .gig-table.active-table{
    overflow: auto;
}
.section-16 .steps-add-job input {
    width: 100% !important;
}
.section-16 .steps-add-job textarea{
    width: 100% !important;
}
.create-new-billboard{
    width:250px !important;
    margin-left: 13px;
}
#overview-billboard div{
width: 100% !important;
}
.billboard-box{
flex-wrap: wrap;
}
    .section-17 .profile-parent .profile-head .location-area p{
        font-size: 12px !important;
    }
    .section-17 .profile-parent .profile-body .profile-title {
        font-size: 21px !important;
    }
    .section-17 .profile-parent .profile-body .profile-information div{
        width: 100% !important;
    }
    .section-17 .profile-parent .profile-body .profile-description {
        font-size: 13px !important;
    }
    .section-17 .profile-parent .profile-body .gap-4{
        justify-content: center !important;
    }
    .section-17 .profile-parent {
        padding: 15px !important;
    }
    .section-17 .profile-parent .profile-head{
        flex-wrap: wrap !important;
    }
    .section-17 .profile-parent .profile-head button{
        margin-top: 15px;
    }
    #exampleModal2 .modal-body div textarea{
width: 60% !important;
    }
    #exampleModal2 .modal-body div img {
        width: 120px !important;
    }
    #exampleModal2 .term-box-main .term-box-input select, #exampleModal2 .term-box-main .term-box-input input{
        width: 85px !important;
    }
    .categories-banner{
        height: 140px !important;
    }

    .section-15 .chat-parent .chat-area
    {
        display: none  !important;
    }
    .section-15 .chat-parent .users-area {
        width: 100% !important;
    }
    .section-15 .chat-parent .users-area .search-bar {
        margin: 0 auto;
    }
    .section-15 .chat-parent .users-area .single-message{
        width: 100% !important;
    }
    .section-14 .recent-history .single-review-box{
        width: 100% !important;
    }
    .section-1 .container .col-lg-4 , .section-2 .col-lg-6 , .section-5 .col-lg-4 ,.section-4 .col-lg-4{
        display: flex !important;
        justify-content: center !important;
        width: 100%;
    }
    section{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .section-4 .col-lg-4 img{
        height: 250px !important;
    }
    .section-5 .col-lg-4  video{
        height: 230px !important;
    }
    .section-2 .col-lg-6 img{
        height: 215px !important;
    }
    .section-14 .job-detail{
        padding: 15px 15px !important;

    }
    .section-13 .job-details , .section-13 .job-timeline , .section-13 .job-budget , .section-13 .job-proposal , .section-13 .job-attachment{
        padding: 15px 15px !important;
    }
    .section-13 .job-details h5 , .section-13 .job-budget h5 , .section-13 .job-proposal h5 , .section-13 .job-attachment h5{
        font-size: 17px
        !important;
    }
    .section-13 .job-attachment input {
        max-width: 100% !important;
    }
    .section-12 .selected-skills{
width: 100% !important;
    }
    .section-12 .respo-filter table td{
        font-size: 10px !important;
    }
    .section-12 .respo-filter table th{
        font-size: 12px !important;
    }
    .section-12 .respo-filter table{
        width: 1200px !important;
    }
    .section-12 .single-job-box .job-time span{
        font-size: 12px !important;

    }
    .section-12 .selected-skills{
        width: 35% ;
    }

    .section-12 #resetFilter{
        display: none;
    }
    .section-12 .first-filter{
        display: none !important    ;
    }
    .section-12 .filters-parent button{
        height: 30px;
        font-size: 12px !important;
    }
    .section-12 .filter-3{
        display: none !important;
    }
    .section-12 .selected-skill{
        font-size: 12px !important;

    }
    .section-12 .single-job-box .job-title h3 {
        font-size: 14px !important;
        width:50% ;
    }
    .section-12 .single-job-box .job-price h4{
        font-size: 16px !important;
        margin-top: 0px !important;
    }
    .section-12 .single-job-box .jobs-button button{
        font-size: 12px !important;
        margin-top: 10px  !important;
        height: 25px !important;
    }
    .section-12{
        overflow: hidden;
    }

    .section-11 h4{
        font-size: 25px !important;
    }
    .section-11 button.prev {
        left: 0px !important;

    }
    .section-11 button.next {
        right: 0px !important;


    }
    .section-11 .slides img {
        height: 250px !important;
    }
    .section-11 .about-freelancer {
        padding: 15px 15px !important;
    }
    .Continue-to-chat{
        padding-bottom: 20px;
    }
  .gigs-pagination ul{
    padding-left: 0px !important;
    justify-content: space-between !important;
   }
  .gigs-pagination ul li{
    margin-left: 0px !important;
   }

   .filter-parent-one div:nth-child(1) select {
        font-size: 13px !important;
        padding: 0 6px !important;
    }
   .gigs-area .single-gig-box{
        width: 85% !important;
    }
   .gigs-area .single-gig-box .image-area img{
    height: auto !important;
    width: 100% !important;

    }
   .filter-parent-one div:nth-child(1)
    {
        flex-wrap: wrap;
        /* margin-bottom: 18px !important; */
    }
    .delivery-time-btn{
        display: block !important;
    }
   .gigs-area{
        justify-content: center !important;
    }
    .section-8 .single-category-box{
        width: 100% !important;
        margin-bottom: 20px;
    }
    .section-8 .single-category-box img{
        height: 185px !important;

    }
.section-8{
    padding-bottom: 0px !important;
    padding-top: 30px !important;

}
}
@media only screen and (min-width:560px) and (max-width:730px)
{
    .section-24 .templates-area {
        flex-wrap: wrap;
        gap: 10px !important;
    }
    .section-24 .templates-area .template-box{
        margin-bottom: 10px !important;
        height: 140px !important;
    width: 240px !important;
    }
   .filter-parent-one div:nth-child(1) select{
    padding: 0px 5px !important;
    font-size: 14px !important;
    }
 .gigs-area .single-gig-box{
        width: 49% !important;
    }
    .section-8 .single-category-box{
        width: 48% !important;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width:320px) and (max-width:930px){
   .section-23 .parent-box {
        flex-wrap: wrap;
    }
    .section-23 .info-box ul li .icon{
        display: none !important;
    }
    .section-23 .info-box ul li h6 {
        font-size: 14px !important;
    }
    .section-23 .part-2 .order-details-box .first-part h6 {
        font-size: 1rpx !important;
    }
    .section-23 .part-2 .order-details-box .second-part label {
        font-size: 14px !important;
    }
    .section-23 .part-2 .order-details-box .second-part h6{
        font-size: 14px !important;
    }
    .section-23 .part-2 .order-details-box .third-part li label{
        font-size: 13px !important;
    }
    .section-23 .info-box ul li p {
font-size: 10px !important;
    }
    .section-23 .info-box {
        padding-top: 20px !important;
        padding-left: 10px !important;
    }
    .section-23 .notified-box h5{
        font-size: 16px !important;
    }
    .section-23 .notified-box p {
        font-size: 13px !important;
    }
    .section-23 .parent-box .part-1 ,  .section-23 .parent-box .part-2{
        width: 100% !important;
    }
    .section-23 .notified-box{
        padding-top: 20px !important;
    padding-bottom: 30px !important
    ;
    padding-left: 14px !important;
    }
    .mega-menu{
        display: none !important;
        opacity: 0px !important;
        visibility: hidden !important;
    }
    .credit-card-input div{
        flex-wrap: wrap !important;
    }
    .section-22 .part-2 {
        padding: 0px !important;
        width: 100% !important;
    }
    .section-22 .part-2 .pay-button-component button {
        font-size: 13px !important;
        padding: 8px 24px !important;
    }
    .section-22 .part-2 .summary-footer .total-price span{
        font-size: 16px !important;
    }
.section-22 .part-2 .order-details , .section-22 .part-2 .summary {
    width: 100% !important;
}
    .section-22 .part-1 .input-box{
        width: 100% !important;
    }
    .section-22 .part-1 .credit-card-area {
        flex-wrap: wrap !important;
        gap: 5px !important;
    }
    .section-22 .part-1 .content label {
        font-size: 14px !important;
    }
    .section-22 .part-1 .credit-card-area .text-use{
        margin-left: 0px !important;
    }
    .section-22 .confirm-pay-parent .payment-box .body strong {
        font-size: 13px !important;
    }
    .section-22 .confirm-pay-parent .payment-box .body button {
        height: 30px !important;
        padding: 0px 24px !important;
        font-size: 12px !important;
    }
    .section-22 .confirm-pay-parent .payment-box .body p {
        font-size: 14px !important;
    }
    .section-22 nav {
        display: none !important;
    }
    .section-22 .confirm-pay-parent{
        flex-wrap: wrap;
        padding: 0px !important;
    }
    .section-22 .confirm-pay-parent .part-1 , .part-2{
        width: 100% !important;
    }
    .section-21 .content{
        width: 100% !important;
    }
    .section-21 h1{
        font-size: 35px !important;
    }
    .section-21 h6{
        font-size: 18px !important;
    }
    .section-21 .profile-box img{
    height: 60px !important;
    width: 60px !important;

}
.section-21 .profile-box h3 {
    font-size: 20px !important;
}
.section-21 .profile-box p {
    font-size: 14px !important;
}
.section-21 .content p{
    font-size: 14px !important;
}
.section-21 .content p.strong{
    font-size: 15px !important;
}
.section-21 .content-footer h3 {
    font-size: 25px !important;
}
    .section-20 .sidebar{width: 100% !important;}
    .section-20 .main-content{width: 100% !important;}
    .section-20 .main, .section-20 .reviews{flex-wrap: wrap;}
    .section-20 .social-two {
        flex-wrap: wrap;
        gap: 10px;
    }
    .section-20 .social-two  button{
        margin-top: 8px;
    }
    .section-20 .banner img{
        object-fit: cover;
    }
    .section-20 .fa-share-nodes{
        display: none;
    }

    footer .Middle-area .col-lg-1{
        align-items: start !important   ;
        padding-left:2rem ;
    }
    .section-12 .filters-parent{
        justify-content: space-between !important;

    }
    .section-11 .sidebar-packages{
        position: static !important;
        width: 100% !important;
        margin-top: 30px;
        height: 420px !important;
        padding-bottom: 50px;
    }
    .section-12 #resetFilter{
        display: none;
    }
    .section-12 .first-filter{
        display: none !important    ;
    }

}
@media only screen and (min-width:1500px){
    .header-1 .col-lg-1{
        position: relative;
        left: -100px;
    }
}
@media only screen and (min-width:1200px){

    .section-18 .text-area{
        padding: 0px 131px;
 }
    .register-page .container .select-role{
        /* height: 211px !important; */
    }
    .section-8 .single-category-box img{
        height: 170px !important    ;
    }
}

@media only screen and (min-width:1800px){
    .section-25 .body .right-sidebar .body-sidebar .sidebar-ul {
        /* height: 80vh !important; */
    }
    .section-25 .body .sidebar-main {
        /* height: 80vh !important; */
    }
    .section-25 .body .right-sidebar{
        /* height: 80vh !important; */
    }
    .section-25 .body .sidebar-main .preview-image img{
        width: 1200px !important;
    height: 600px !important;
    }
    .section-25 .header  .second-part .header-btns{
        margin-right: 20px !important;
    }
    .section-24 .templates-area .templates-area{
        gap: 25px !important;
    }
    .section-24 .templates-area .template-box {
        height: 140px !important;
        width: 220px !important;
        margin-bottom: 36px !important;
    }

    .myfreelancer-store .body .service-slider{
        width: 95% !important;
    }
    .section-12 .respo-filter {
        max-height: 749px !important;
        overflow: auto;
    }
    .section-10 .filter-parent-one{
        gap: 5px !important;
    }

    .offer-message-area{
        width: 600px !important;
    }
    .section-12 table td .truncate-td {
        max-width: 360px !important;
    }
    .find-work-table-area{
        padding: 0px 70px !important;
    }
    .section-12 .selected-skills{
        width: 40% !important;
    }
    .section-20 .banner img {
    object-fit: cover;
    }
    .section-16 .topbar div a i{
        position: relative;
        top: 2px;
    }
    .notficiation-message .col-9 p{
        margin-left: 450px;
    }
.section-15 .chat-parent .users-area{
    width: 320px !important;
}
      .section-15 .info-area{
    width:300px !important;
    padding-top: 50px;
    padding-left: 20px;
  }
    .section-1{
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .profile-contact-box {
        right: 20% !important;
        top: 17% !important;
    }
    .section-18 label{
        font-size: 18px;
        margin-bottom: 0px;
        margin-left: 5px;
    }
    .section-18 input{
        height: 19px;
        width: 19px;
    }
    .section-12 .filters-parent{
        margin-bottom: 0px;
    }
    #exampleModal2{
        --bs-modal-width: 500px !important;
    }
    #exampleModal2 .term-box-main .term-box-input select, #exampleModal2 .term-box-main .term-box-input input{
     width: 135px
    !important;
    font-size: 14px !important;
    }
    #exampleModal2 .checkbox-area select  {
        width:90px !important;
        font-size: 12px
        !important;
    }
    #exampleModal2 .modal-body div textarea {
        font-size: 14px !important;
    }
    #exampleModal2 .modal-body div textarea {
        width: 70% !important;
    }
    .section-15 .chat-area-main{
        height:780px !important;
    }
.sec-2-img{
    height: 250px !important;
}
.section-1 img{
    height: 240px !important;
}
.section-5 video{
    height:250px !important  ;
}
.section-3 .Middle-area {
    width: 40% !important;
}
section{
    padding-top: 25px;
    padding-bottom: 25px;
}
    .section-11 .slides img {
        height: 450px !important;
    }
    .section-11 .sidebar-packages {
        right:21%  !important;
width: 18% !important;
height: 422px !important;
    }
}
@media only screen and (min-width:1400px){
    .gigs-area .single-gig-box .image-area img{
        width: 100% !important;
    }
}
@media only screen and (min-width:300px) and (max-width:730px){
    .payperposition .navigation{
        width: 600px !important;
    }
    .payperposition .respo-navigation{
        overflow-x: auto;
        overflow-y:hidden;
        padding-bottom: 10px;
    }
    .payperposition .respo-table{
        overflow: auto;
    }
    .payperposition .respo-table table{
        width: 1200px;
    }
    .payperposition table{
        width: 1200px !important;
    }
    .contact-item-box{
        width: 100% !important;
    }
    .section-21 .location-box{
        width: 100% !important;
        height: 140px !important;
    }
    .section-21 .location-box img{
        width: 50% !important;
        height: 140px !important;
        object-fit: cover;
    }
    .section-21 .location-box h5 {
        font-size: 18px !important;
    }
    .section-21 .location-box p{
        font-size: 14px !important;
    }
    .offer-message-area{
    display: none !important;
    }
    .banner-image-selector .header-section span , .photo-image-selector .header-section span{
    font-size: 12px !important;
    }
    .google-review-box{
        display: none !important;
    }
    .chat-box{
        display: none !important;
    }
    .notification-box{
        display: none !important;
    }
    .section-16 .contact-info-box .body strong{
        font-size: 14px !important;
    }
    .section-16 .contact-info-box .body  p{
        font-size: 12px !important;
    }
    .section-16 .body input[type="text"] ,.section-16 .body input[type="number"]  {
        width: 100% !important;
    }
    .banners-example-parent{
        flex-wrap: wrap !important;
    }
    .banner-image-selector .body-section .uploaded-banner-preview {
        width: 100% !important;
    }
    .contact-info-part-2{
        margin-top: 25px !important;
    }
    #curve_chart{
        display: none;
    }
    .successfully-Verification , .successful-alert-box , .successful-alert-box-server, .confirm-alert-box , .error-alert-box, .error-alert-box-server{
        width: 100% !important;
    }
    .parent-governemnet-id{
        flex-wrap: wrap;
    }
    .goverment-issue-id-box{
        width: 100% !important;
    }
    .section-5 .poster{
        width: 100%;
        height: 250px;
    }
    .myfreelancer-store .body .parent{
        width: 1200px;
    }
    .myfreelancer-store .billboard-area
    {
        overflow: auto;
    }
    .myfreelancer-store .header {
        flex-wrap: wrap-reverse;
    }
    .myfreelancer-store .body .buttons-area .next,.myfreelancer-store .body .buttons-area .prev{
        display: none;
    }
    .myfreelancer-store .body .area-title {
        font-size: 20px !important;
    }
    .myfreelancer-store .body .single-box {
        width: 240px !important;
    }
    .myfreelancer-store .body .single-box h4 {
        font-size: 18px !important;
    }
    .available-tokens{
        position: static !important;
        width: 100%;
    }
    .store-title{
        width: 100%;
    }
    .section-15 .info-area{
        display: none
        !important;
    }
    .earning-box{
        flex-wrap: wrap;
        width: 100% !important  ;
    }
    .section-16 .earning-box .earning-part{
        height: 280px !important;
        width: 100% !important;
    }
    .section-16 .table-parent{
        overflow: auto !important;
    }
    .section-16 .table-parent table{
        width: 1200px !important;
    }
    .section-16 .analytics-box ul{
        flex-wrap: wrap;

    }
    .section-16 .analytics-box ul li{
        min-width: 50%;
        margin-bottom: 20px;

    }
    .section-16 .chart{
        display: none;
    }
    .section-19 .offcanvas-body{
        flex-wrap: wrap;
    }

    .section-19 .offcanvas-body .col-4{
width: 100% !important;
height: auto !important;
margin-bottom: 50px;
    }
    .section-19 .offcanvas-end .col-7 .navigation a {
        font-size: 12px !important;
        padding-top: 5px !important;
    }
    .section-19 .offcanvas-end .col-7  .cover-letter .header{
        flex-wrap: wrap;
        gap: 10px;
    }
    .section-19 .offcanvas-body .col-7{
        width: 100% !important;
        padding-left: 0px !important;
            }
    .section-19 .modal-body{
    padding: 1rem 1rem !important ;
}
    .section-19 .filters-area{
    flex-wrap: wrap;
gap: 20px;
 }
 .section-19 .for-responsive{
    overflow: auto;
 }
 .section-19 .proposal-review-parent{
    width: 1200px !important;
 }
 .section-19 .filters-area button{
    display: none;
 }

    .section-17 .profile-parent .profile-body .profile-description{
        width: 100% !important;
    }
    .profile-contact-box {
        position: static !important;
        width: 100% !important;
    }
    .section-16 .body textarea {
        width: 100% !important;
    }
   .section-16 .dashboard-toggle-switch {
    height: 75px !important;
   }
    .section-16 .header-billboard {
    overflow: auto;
    }
    .body-step select{
        width: 100% !important;
    }
    #info-verify .first-box{
        flex-wrap: wrap;
        gap: 5px;
    }
    .section-16 .header-billboard button {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
        min-width: 40%;

    }
    .fees-main {
        display: flex;
        justify-content: center;
      }
      .fees-parent {
        width: 100%;
        padding: 0 10px;
        overflow: auto;

      }
    .additional-col{
        gap: 12px !important;
    }
    .fees-main table{
        margin-left: 70%;
    }

    .section-3 .Middle-area div:nth-child(1){
display: flex;
justify-content: center;
    }
    .section-7 div{
        background-color: #1e3964a6;
    }
    .section-7 div h1{
        font-size: 32px !important;
        width: 100% !important;
    }
    .section-7 div p{
        text-align: center;
        font-size: 14px !important;
    }


    .section-5 .col-lg-7{
        margin-bottom: 23px;
    }
    .register-page .input-parent {
        width: 100% !important;
        padding: 0px 10px !important;
    }

    .register-page .select-role{
        width: 100% !important;
    }
    .register-page .container{
        gap: 20px !important;
    }
    .register-page .select-role p {
        font-size: 18px !important;
    }
    .section-5 ul{
        padding-left:1.5rem !important ;
    }
    .section-6 .category-box{
        width: 100% !important;
    }
    .footer-end{
        padding-left: 20px !important;
    }
    .section-3 ul{
        padding-left: 2rem !important;
    }
    footer .Middle-area {
        padding: 30px 0px !important;
    }
    .section-3 img{
        width: auto !important;
        height: 250px !important;
    }
    main{
        padding-top: 128px !important;
    }
    .register-page{
        padding-top: 170px !important;
    }
    .section-1 img{
        height: 200px !important;
        width: 100% !important;
    }
    .section-1 .col-lg-6{
        margin-bottom: 25px;
    }
    .section-1 h1{
        font-size: 35px !important;
    }
    .section-1 p{
        font-size: 14px !important;
    }
    .section-1{
        padding-top: 30px !important;
    }
    .section-4 ul{
        padding-left: 20px !important;
    }
    h2::after{
    width: 0% !important;
    }
    }
    @media only screen and (min-width:320px) and (max-width:1199px){

        .header-1{
            display: none !important;
        }
        .responsive-header{
            display: flex !important;
            justify-content: space-between;
            height: 50px;
            align-items: center;
        }
        .responsive-header div:nth-child(1) img{
height: 40px;
width: auto;
        }
        .responsive-header div:nth-child(1) i{
            font-size: 30px;
        }

        .responsive-header div:nth-child(2) a{
            font-size: 14px;
            font-family: var(--font);
            color: #000;
            text-decoration: none;

        }

        .responsive-header div:nth-child(2) svg
        {
            height: 20px;
            width: 20px;
        }


    }
    .responsive-header{
        display: none;
    }
    .offcanvas-start .offcanvas-body ul li{
        display: flex;
        justify-content: space-between;
        font-family: var(--font);
        margin-bottom: 50px;
        border-bottom: 1px solid var(--grey);
        cursor: pointer;

    }
    .offcanvas-start .offcanvas-body ul{
        padding-left: 10px;
    }
    .offcanvas2 .offcanvas-header input{
        border-radius: 20px;
        border: 2px solid var(--border1);
        outline: none;
        font-family: var(--font);
        padding-left: 10px;
        font-size: 14px;
        height: 35px;
        width: 100%;
    }
    .offcanvas2 .offcanvas-header .offcanvas-title{
        width: 75%;
    }
    .offcanvas2 .offcanvas-body div{
        width: 100%;
        border-bottom: 1px solid var(--border1);
    }
    .offcanvas2 .offcanvas-body div ul li{
        display: inline-block;
        margin-left: 20px;
        margin-bottom: 0px;
        font-family: var(--font);
        cursor: pointer;
    }
    .offcanvas2 .offcanvas-body div ul {
        margin-bottom: 3px;
        padding-left: 10px;
    }
    .offcanvas2 .offcanvas-body div ul li.active{
        color: var(--primary);
        position: relative;
        font-weight: 800;
        font-weight: 500;
        transition:  all .15s ease-in-out;

    }
    .offcanvas2 .offcanvas-body div ul li.active::before{
        position: absolute;
        content: "";
        top: 100%;
        left: 0;
        background-color: var(--primary);
        width: 100%;
        height: 3px;
        border-radius: 5px;
        transition:  all .15s ease-in-out;

    }
    h2{
        font-size: 26px;
        position: relative;
        font-family: var(--font2);

        color: #000;
        width: fit-content;
        margin-bottom: 20px;
    }
    /* h2:after{
        position: absolute;
        top: 100%;
        left: 0;
        content: "";
        background-color: var(--primary);
        height: 4px;
        border-radius: 4px;
        width: 100%;
    } */
    p{
        font-family: var(--font3);
        font-size: 16px;
    }
    .section-2 ul li{
        font-family: var(--font3);
        margin-bottom: 15px;
    }

    .section-3 .Middle-area{
        background-color:#fff;
        border-radius: 6px;
        width: 90%;
        display: flex;
        justify-content:space-between;
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 30px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding-right:20px;

    }
    .section-3{
        background-color:var(--primary);
    }
    .section-3 ul {

        margin-top: 20px;
    }
    .section-3 ul  li{
        font-family: var(--font);
        margin-bottom: 20px;
    }
    .section-3 ul  li strong{
        font-family: var(--font2);
        font-style: italic;
    }
    .section-4 ul li{
        list-style: none;
        margin-bottom: 23px;
        font-family: var(--font);
    }
    .section-4 ul li i{
        color: var(--primary);
    }
    .section-4 ul{
        padding: 0px;
        margin-top: 20px;
    }
    footer .Middle-area{
        background-color: var(--primary);
        border-radius: 6px;
     display: flex;
     padding: 30px 40px;
     padding-top: 50px !important;
     flex-wrap: wrap;
    }
    footer .Middle-area ul li{
list-style: none;
color: #fff;
font-family: var(--font);
margin-bottom: 8px;
font-size: 14px;
    }
    footer .Middle-area ul li:hover{
        text-decoration: underline;
        cursor: pointer;
        transition: all .15s ease-in-out;
    }
    footer .Middle-area ul li.active{
        margin-bottom: 12px;
        text-decoration: underline;
        font-size: 16px;
    }
    .section-3 ul{
        padding-left: 0px;
    }
    .footer-end{
        width: 100%;

    }
    .footer-end {
        display: flex;
        gap: 25px;
        padding-top: 24px;
        margin-top: 15px;
        border-top: 1px solid var(--border2);
        flex-wrap: wrap;


    }
    .footer-end a{
color: #fff !important;
font-family: var(--font);
font-size: 14px;
cursor: pointer;
}
.section-5 ul li{

    font-family:"Book";
    font-size: 16px;
    font-weight:normal;
margin-bottom: 15px;


}
.section-5 ul{
    /* padding: 0px; */
}
.section-5 ul li svg{
    height: 20px;
    width: 20px;
}

.section-5 ul li span{
    font-family: var(--font);
    font-size: 14px;
    font-weight: 350;
    color: #000;

}
.section-6 .category-box{
    height: 134px;
    padding: 20px 20px 52px;
    border-radius: 8px;
    background-color: rgb(249, 249, 249);
    width: 24%;
    margin-bottom: 20px;
    cursor: pointer;
}
.section-6 .category-box:hover{
    background-color: var(--border1);
    transition: all .15s ease-in-out;


}
.section-6 .category-box h6{
    font-family: var(--font3);
    color: #000;
    font-size: 20px;
}
/* register page */

.register-page h1{
    font-family: var(--font3);
}
.register-page .container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 26px;
}
.register-page .container .select-role{
    width: 230px;
    padding: 1rem;

    height: 190px;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    border-radius: .5rem;
    position: relative;
    border: 1px solid  rgb(209, 213, 219);
}
.register-page .container .select-role.active{
    background-color: rgb(79, 134, 196);
}
.register-page .container .select-role.active p{

color: #fff;
}
.register-page .container .select-role.active h5{

    color: #fff;
    }

.register-page .radio-icon{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid var(--grey);
}
.register-page .select-role input[type='radio']{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}

.register-page .select-role p{
font-size: 14px;
text-align: center;

}
.register-page .select-role h5{
    font-size: 18px;
text-align: center;


    }
.register-page .input-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.register-page  .input-parent{
    padding:0px  40px;

    width: 50%;
}
.register-page .input-group label{
    font-family: var(--font);
    font-size: 16px;
    margin-bottom: 4px;
}
.register-page .input-group input , select{
    font-family: var(--font);
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
padding-left: 8px;
font-size: 14px;
/* text-transform: capitalize; */
    height: 40px;
    border-radius: 10px;
    outline: none;
    border: 2px solid var(--grey);
}
.register-page .input-group input:focus{
    border: 2px solid var(--primary);
    transition: all .15s ease-in-out;
}
.register-page .input-group select:focus{
    border: 2px solid var(--primary);
    transition: all .15s ease-in-out;
}
.register-page .checkbox-group{
     display: flex;
     gap: 10px;
     justify-content: normal;
     align-items: baseline;
     margin-bottom: 12px;
}
.register-page .checkbox-group input{
    height: 14px;
    width: 14px;
}
.register-page .checkbox-group label{
    font-family: var(--font);
    font-size: 14px;
}
.register-header a{
    color: var(--primary);
    font-family: var(--font);
    font-size: 16px;
    text-decoration: none;

}
.register-page{
    padding-top: 170px;
    margin-bottom: 50px;
}
.otp-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .otp-input {
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border: 1.5px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    font-family:var(--font);
    outline: none;
  }
  .otp-input:focus{
    border: 2px solid var(--primary);
  }
  .otp-input:last-child {
    margin-right: 0;
  }
  .mobile-otp-input {
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border: 1.5px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    font-family:var(--font);
    outline: none;
  }
  .mobile-otp-input:focus{
    border: 2px solid var(--primary);
  }
  .mobile-otp-input:last-child {
    margin-right: 0;
  }
  #verify-btn {
    font-size: 14px;
    font-family: var(--font);

    color: #fff;
    background-color: var(--grey);
    border: none;
    outline: none;
    padding: 0px 22px;
    height: 40px;
    border-radius: 12px;
    cursor: not-allowed;
  }
  #verify-btn.enabled {
    cursor: pointer;
    background-color: var(--primary);
    transition: all .15s ease-in-out;
  }
  #mobile-verify-btn {
    font-size: 14px;
    font-family: var(--font);

    color: #fff;
    background-color: var(--grey);
    border: none;
    outline: none;
    padding: 0px 22px;
    height: 40px;
    border-radius: 12px;
    cursor: not-allowed;
  }
  #mobile-verify-btn.enabled {
    cursor: pointer;
    background-color: var(--primary);
    transition: all .15s ease-in-out;
  }
  .section-7{
    background: url('https://fiverr-res.cloudinary.com/image/upload/f_auto,q_auto/v1/attachments/generic_asset/asset/678686c47c024e18e773c75e90aaab1c-1705999902381/hero-xl-x1.png') !important;
    background-position: center;
    background-size: contain;
    height: 350px;
    border-radius: 8px;


  }
  .section-7 div{
    /* background-color: #2c5c33a6; */
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;

  }
.section-7 div h1{
    width: 50%;
    font-family: var(--font2);
    font-size: 47px;
    font-weight: 500;
    text-align: center;
}
.section-7 div h1 span{
    color: #027ae2;
    font-weight: 600;
}
.section-8{
    padding-top: 50px;
    padding-bottom: 40px;
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;

}
.section-8 .single-category-box{
    width: 23.5%;
    margin-bottom: 40px;
    cursor: pointer;

}
.section-8 .single-category-box:hover img{
border: 2px solid var(--primary);
transition: all 200s ease-in-out;
}
.section-8 .single-category-box img{
    border-radius: 8px;
    height: 150px;
    width: 100%;
}
.section-8 .single-category-box h3{
    margin-bottom: 15px;
    font-family: var(--font2);
font-size: 20px;
margin-top: 13px;
font-weight: 700;
}
.section-8 .single-category-box p{
    font-family: var(--font);
    font-size: 14px;
    margin-bottom: 5px;
    color:rgb(98, 100, 106);
}
.categories-title{
    font-family: var(--font);
    font-size: 22px;
    font-weight: 600;
}
.section-10 h1{
    font-size: 25px;
    font-family: var(--font);
    margin-bottom: 24px;
}
.section-10 h1 span{
    font-family: var(--font2);
    font-weight: 700;
}
.section-10 .filter-parent-one div:nth-child(1) select , .section-10 .filter-parent-one div:nth-child(1) button {
    padding: 0px 15px;
    border-radius: 8px;
    background-color: #fff;
    font-size:16px ;
    border: 1px solid var(--grey);
    font-family: "SemiBold";
    height: 47px;
    text-transform: none;
    /* font-weight:600; */

}
.section-10 .filter-parent-one div:nth-child(1) button {
    width: 130px;
  text-align: start;
}
.section-10 .filter-parent-one div:nth-child(1) {
    display: flex;
    justify-content:normal;
    align-items: center;
    gap: 10px;
}
.section-10 .filter-parent-one{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.section-10 .filter-parent-one div:nth-child(2){
    display: flex;
    justify-content: normal;
    align-items: center;

}
.section-10 .filter-parent-one div:nth-child(2) select{
    border: none;
    font-size: 16px;
    font-family: "SemiBold";
    /* font-weight: 700; */
    text-transform: none;
    color: #000;
    background-color: #fff;
width: 140px;

}
.section-10 .filter-parent-one div:nth-child(2) select option{
    text-transform: none;

}
.section-10 .filter-parent-one div:nth-child(2) p{
    margin-bottom: 0px;
    color: #666;
}
.section-10 .result-count{
    font-size: 16px;
    color: #666;
    font-family: var(--font);
    margin-top: 20px;
}
.gigs-area{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.gigs-area .single-gig-box .image-area img{
    height: 170px ;
    width: 265px ;
    border-radius: 8px;

    }
.gigs-area .single-gig-box{
    width: 23%;
    margin-bottom: 30px;
  cursor: pointer;
}
 .gigs-area .single-gig-box .image-area .heart-icon-area{
    position: absolute;
    right: 0px;
    top: 16px;
}
 .gigs-area .single-gig-box .image-area .heart-icon-area .heart-icon{
    background: url('https://fiverr-res.cloudinary.com/npm-assets/@fiverr/search_perseus/hearts.e6208a0.svg');
    height: 32px;
    width: 34px;
    background-position:0 0 ;
    cursor: pointer;
}
.gigs-area .single-gig-box .image-area .heart-icon-area .heart-icon:hover{
background-position: right;

}

.gigs-area .single-gig-box  .gig-userinfo{
    margin-top: 10px;
}
.gigs-area .single-gig-box  .gig-userinfo div:nth-child(1){
display: flex;
justify-content: normal;
align-items: center;
gap: 8px;
}
.gigs-area .single-gig-box  .gig-userinfo div:nth-child(1) img{
    height: 24px;
    border-radius: 50%;
    width: 24px;
}
.gigs-area .single-gig-box  .gig-userinfo p{
    font-size: 14px
    ;margin-bottom: 0px;
    color: rgb(34, 35, 37);
    font-family: "Bold";

}
.gigs-area .single-gig-box  .gig-title a{
    font-family:var(--font3);
    font-size:16px;
    text-decoration:none;
    font-weight: normal;
    color: #404145;
    margin-top: 10px;


}
.gigs-area .single-gig-box  .gig-title a:hover{
    text-decoration:underline ;
    cursor: pointer;
}
.gigs-area .single-gig-box .gig-rating p {
margin-bottom: 0px;
color: #666;
font-size: 16px;
}
.gigs-area .single-gig-box .gig-rating span{
    font-weight: 700;
}
.gigs-area .single-gig-box .gig-rating  svg{
    height: 14px;
    width: 14px;
}
.gigs-area .single-gig-box .gig-price p {
    font-family: var(--font2) ;
    font-weight: 700;
    margin-top: 8px;
}
.gigs-area .single-gig-box .gig-price p  span{
    font-family: var(--font) ;
    font-weight: 700;
}
.gigs-pagination {
    display: flex   ;
    margin-top: 25px;
    justify-content: center;
}
 .gigs-pagination ul{
    display: flex;
    justify-content:center;
    width: 100%;
    padding: 0px ;

}
.gigs-pagination ul li{
    list-style-type: none;
    font-size: 16px;
    cursor: pointer;
    font-family: var(--font);
    color: var(--grey2);
    margin-left: 25px;



}
 .gigs-pagination ul .pagination-num{
    border-bottom: 2px solid transparent;
    padding: 0px 5px;
}
.gigs-pagination ul .pagination-num a{
    border-bottom: 2px solid transparent;
    padding: 0px 5px;
    text-decoration: none;
    color: var(--grey2);
}
 .gigs-pagination ul .pagination-num.active ,.gigs-pagination ul .pagination-num:hover{
    color: #000;
    padding: 0px 5px;
border-bottom: 2px solid black;
font-weight: 600;
}
.gigs-pagination ul .pagination-num a:hover{
    color: #001e00;
}
 .gigs-pagination ul  .fa-solid{
    border: 1px solid var(--border1);
    border-radius: 50%;
    padding: 10px;
}
.section-11 .breadcrumb-item {
    font-family: "Light" !important;
    font-weight: 600;
    color:#666 ;
    font-size: 14px ;
}
.section-11 .breadcrumb-item a{
    text-decoration: none ;
    color: #000;

}
.section-11 .breadcrumb-item a:hover{
    text-decoration: underline;

}
.section-11 h4{
    font-family: var(--font2);
    font-size: 28px;

    font-weight: 600;
}
.section-11  .user-info img , .section-11 .about-freelancer img {
height: 50px;
width: 50px;
border: 1px solid var(--grey);
border-radius: 50%;
}
.section-11  .user-info .title{
    font-size: 18px;
    font-family: var(--font2);
    font-weight: 700;
    margin-left: 8px;
}
.section-11  .user-info .level-info{
    font-family: var(--font);
    border-left: 2px solid var(--border1);
    padding-left: 10px;
    margin-left: 10px;
    font-size: 16px;
}
.section-11  .slider-container {
    position: relative;
    width: 100%;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.section-11  .slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.section-11  .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.section-11  .slides  img {
    height: 350px;
    width: 100%;
    border-radius: 8px;

}

.section-11  .slide {
    min-width: 100%;
    transition: opacity 0.5s;
}

.section-11  .next , .section-11 .prev {
    background-color: var(--secondary);

    border-radius: 50%;
    color: var(--grey2);
    font-size: 18px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid var(--border1);
}

.section-11  button.prev {
    left: -25px;
}

.section-11  button.next {
    right: -25px;
}


.section-11  .indicators {
    text-align: center;
    margin-top: 15px;
}
.section-11  .dot {
    height: 8px;
    width:8px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: #717171;
}
.section-11 .review-stars , .user-reviews p{
    font-family: var(--font);
    font-weight: 600;
    font-size: 14px;
}
.section-11 .orders-inqueue , .user-reviews span{
font-size: 14px;
font-family: var(--font);
color: var(--grey2);
}
.section-11 h3{
    font-family: var(--font2);
    font-size: 18px;
    font-weight: 500;

}
.section-11 .col-lg-7 div p{
    font-family: var(--font);
    color: #000000c7;
    font-size: 15px;
}
.section-11 .col-lg-7 div  strong{
    font-family: var(--font);
    color: #000000c7;
    font-size: 15px;
    text-decoration: underline;
}
.section-11 .about-freelancer{
  border: 1px solid var(--grey);
  border-radius: 6px;
    padding: 15px 30px;
}
.section-11 .about-freelancer h3 , .section-11 .about-freelancer h3 a, .user-reviews h3{
    font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
    font-family: var(--font2);
}
.section-11 .about-freelancer .user-detail{
    text-transform:capitalize ;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
}
.section-11 progress{
    height: 25px;
width: 100%;
}
.section-11 .single-review-box{
    border: 2px solid var(--border1);
    padding: 10px 30px;
    border-radius: 4px;
}
.section-11 .single-review-box img{
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--border1);
    width: 30px;
}
.section-11 .single-review-box div .user-name{
    font-size: 18px;

}
.section-11 .single-review-box .country img{
    height: 15px;
    width: 15px;
    border-radius: 0px;
    border: none;
}
.section-11 .single-review-box .country p {
font-size: 12px;
color: var(--grey2);
}
.section-11 .sidebar-packages{
    width: 30%;
    height: 415px;
    border:1px solid var(--border-3) ;
    z-index: 100;
    position: fixed;
    background-color:#fff;
    border-radius: 4px;
    top: 24%;
    right: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.section-11 .sidebar-packages .packages-option button{
    width: 33.3333%;
    border: none;
    outline: none;
    background-color: #fafafa;
    padding: 16px;
    font-size: 15px;
    font-family: var(--font);
    border-left: 1px solid var(--border-3);
    border-bottom: 1px solid var(--border-3);

}

.section-11 .sidebar-packages .packages-option button.active{
background-color: #fff;
font-weight: 600;
border-bottom: 2px solid #000;

}
.section-11 .Invite-to-bid{
    border: 2px solid var(--border1);
    margin-top: 10px;
    margin-bottom: 10px;
    height: 38px;
    background-color: #fff;
    font-family: var(--font2);
}
.section-11 .Invite-to-bid:hover{
    background-color: var(--selected-chat);
}
.section-11 .sidebar-packages  .package-title p{
    font-size: 16px;
    font-family: var(--font2);
    color: #000;
    font-weight: 700;
}
.section-11 .sidebar-packages  .package-title span{
    font-size: 16px;
    font-family: var(--font);
    color: #000;
    font-weight: 700;
}
.section-11 .sidebar-packages .features{
    font-size: 14px;
}
.section-12 .single-job-box{
    border-radius: 6px;
    padding:5px 15px;
    border: 1px solid var(--border-3);
    width: 100%;
    margin-bottom: 5px;
    max-width: 800px;
    background-color: var(---third);
    color: var(--secondary);
}
.section-12 .single-job-box .job-time span{
    color: var(--border-3);

    font-size: 14px;
    font-family: var(--font);
    margin-bottom: 0px;
}
.section-12 .single-job-box  .job-title h3{
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 0px;
    font-family: var(--font2);
    font-weight: 600;
}
.section-12 .single-job-box  .job-title{
    width: 650px;
}
.section-12 .single-job-box .job-info{
    display: flex;
    justify-content: end;
    gap:10px;
    height: 23px;
    margin-top:0px;
}
.section-12 .single-job-box .user-info{
    display: flex;
    justify-content: end;
    gap:10px;
    margin-top:3px;
    height: 22px;
}
.section-12 .single-job-box .job-info p:not(:nth-child(3)){
    font-size: 12px;
    border-right: 1px solid var(--secondary);
    padding-right: 10px;
    font-family: var(--font);
    height: fit-content;
}
.section-12 .single-job-box .job-info p:nth-child(3) ,.section-12 .single-job-box .user-info p:nth-child(3) {
    font-size: 12px;
}
.section-12 .single-job-box .user-info p:not(:nth-child(3)){
    font-size: 12px;
    border-right: 1px solid var(--secondary);
    padding-right: 10px;
    font-family: var(--font);
    height: fit-content;
    margin-bottom: 0px !important;

}
.section-12 .single-job-box .job-price{
    display: flex;justify-content: end;
}
.section-12 .single-job-box .job-price h4{
    font-size: 24px;
    font-family: var(--font);
    margin-bottom: 0px;
    font-weight: 530;
    margin-top: -8px;
}
.section-12 .single-job-box .jobs-button{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.section-12 .single-job-box .jobs-button button{
    width: 160px;
    margin-top: 4px;

    border: none;
    outline: none;
    font-family: var(--font);
    font-size: 15px;
    height: 30px;
    margin-bottom: 2px;
    border-radius: 6px;
    font-weight: 600;
}

@media only screen and (min-width:2000px){
    .myfreelancer-store .body .buttons-area .prev{
        left: -100px !important;
    }
    .find-work-table-area{
    padding: 0px 180px !important;
    }
    .section-12 .posted-col{
        width: 2% !important;
    }
    .section-12 .job-title-col{
        width: 7% !important;
    }
    .section-12 .price-heading{
        width: 3% !important;
    }
    .section-12 .time-col{
        width: 3% !important;
    }
    .section-12 .chats-col {
        width: 2% !important;
    }
    .section-12 .description-col{
        width: 2% !important;
    }
    .section-12 .best-col{
        width: 3% !important;
    }
    .section-12 td button{
        margin: 0 auto;
        display: block;
    }
    .section-12 .like-col{
        width: 2% !important;
    }
    .section-12 .agreement-col {
        width: 4% !important;
    }
    .section-12 table td .truncate-td{
        max-width: 600px !important;
    }
    .section-12 .msg-col, .section-12 .offer-col{
        width: 2.5% !important;
    }
    .gigs-area .single-gig-box .image-area img{
        height: 200px !important;
        width: 310px !important;
    }
    .section-16 .topbar div a {
        width: 180px !important;
        font-size: 14px !important;
    }
  .login-register-page footer{
margin-top: 14%;
}
.login-register-page main{
    padding-top: 240px !important;
}
}
.section-12 .filters-parent{
    border-bottom: 1px solid var(--border-3);
    padding-bottom: 8px;
    padding-top: 0px;

    display: flex;

    justify-content: space-between;
    align-items: center;
}

.section-12 .filters-parent div:nth-child(1) label{
    font-size: 14px;
    margin-bottom: 0px;
    font-family: var(--font);
}
.section-12 h1{
    font-size: 28px;
    text-decoration: underline;
    font-family: var(--font2);
    font-weight: 700;
}
.section-12 .filters-parent div:nth-child(1) input{
    height: 14px;
    width: 14px;
}
.section-12 .filters-parent button{
    margin-top: 0px !important;
}
.section-12 .filters-parent p{
    font-size: 10px;
}

.section-12  .filters-parent select option{
    font-size: 14px ;
}

.section-12 .dropdown-item.selected {
    background-color: var(--grey);
    color: #000;

}
.section-12 .dropdown-item{
    font-size: 14px;
    font-family: var(--font) !important;

}
.section-12 .dropdown-menu{
    height: 100px;
    scrollbar-width:thin;
    overflow: auto;
}

.section-12 .dropdown-menu::-webkit-scrollbar {

}

.section-12 .selected-skill {
    display: inline-block;
    padding: 5px 15px;
    margin: 5px;
    background-color:#fff;
    border: none;
    border-radius: 20px;
    color: var(--primary);
border: 1px solid var(--primary);
    font-size: 14px;
    font-family: var(--font3);
    position: relative;
}

.section-12 .selected-skill .remove-skill {
    margin-left: 10px;
    cursor: pointer;
    color: var(--primary);
    font-weight: var(--font3);
}
.section-12 .selected-skills{
    width: 40%;
}
.section-13 h1 , .section-14 h1{
    font-size: 27px;
    font-family: var(--font2);
    font-weight: 700;
}
.section-13 .job-details , .section-13 .job-timeline , .section-13 .job-budget , .section-13 .job-proposal , .section-13 .job-attachment , .section-14 .job-detail{
    padding: 25px 32px;
    border: 1px solid var(--grey);
    border-radius: 8px;
    margin-top: 20px;
}

.section-13 .job-details h5 , .section-13 .job-budget h5 , .section-13 .job-proposal h5 , .section-13 .job-attachment h5 , .section-14 h5 {
    font-family: var(--font2);
    font-weight: 700;
    font-size: 20px;

    margin-bottom: 0px;
}
.section-13 .job-details span{
    color: var(--greyfont);
    font-size: 12px;
    font-family: var(--font);
}
.section-13 .job-details svg{
    height: 17px;
    width: 17px;

}
.section-13 .job-details .job-description{
    color:var(--greyfont);
    font-size: 14px;
    margin-top: 10px;
}
.section-13 .job-timeline select{
    font-size: 14px;
text-transform: none;
    font-family: var(--font);
    width: 200px;
    height: 36px;
}
.section-13 .job-budget p{
    font-size: 14px;
    color: var(--greyfont);
    margin-top: 8px;
}
.section-13 .job-budget input{
    border: 1px solid var(--grey);
    border-radius: 8px;
outline: none;
font-family: var(--font);
font-size: 14px;
padding-left: 4px;
}
.section-13 .job-budget input:focus{
    border: 2px solid var(--grey);

}
.section-13 .job-proposal textarea{
margin-top: 15px;
width: 100%;
border: 2px solid var(--grey);
border-radius: 6px;
font-family: var(--font );
padding-left: 4px;
font-size: 14px;

}
.section-13 .job-proposal  div span{
    color: var(--greyfont);
    font-size: 14px;
    font-family: var(--font );
}
.section-13 .job-attachment input{
    margin-top: 20px;
    font-family: var(--font);
    font-size: 14px;
    border: 1px solid var(--grey);
    border-radius: 6px;
    width: 100%;
    max-width: 50%;
}
.section-13 .job-button button{
    margin-top: 15px;

}
.section-13 .job-button button:nth-child(2) , .section-14 .button-group button:nth-child(2) {
background-color: var(--border-hover);
color: #000;
}
.section-12 {
    padding-top: 16px !important;
}
.section-14 .job-timeline{
    display: flex;
    margin-top: 10px;
    gap: 20px;
}
.section-14 .job-timeline p{
    font-size: 14px;
    color: var(--greyfont);
    display: flex;
    margin-bottom: 0px;
    gap: 5px;
    justify-content: normal;
    align-items: center;
}
.section-14 .job-detail p{
    font-family: var(--font);
    font-size: 14px;
}
.section-14 .job-about-client svg , .section-14 .recent-history svg{
    height: 14px;
    width: 14px;

    color: #DEBE1A;
}
.section-14 .job-about-client p{
    font-size: 14px ;

}
.section-14 .recent-history h6 {
font-size: 16px;
font-weight: 400;
font-family: var(--font);
text-decoration: underline;
}
.section-14 .recent-history .single-review-box{
border: 2px solid var(--grey);
border-radius: 8px;
padding: 15px 20px;
width: 70%;
margin-bottom: 10px;
}
.section-14 .recent-history .single-review-box .billed{
    font-size: 14px;
    color: var(--greyfont);

}
.section-14 .recent-history .single-review-box p{
    font-size: 14px;
}
.section-15 .chat-parent{
    display: flex;
    overflow: hidden;
}
.section-15 .chat-parent .users-area{
    width: 240px;
}
.section-15 .chat-parent .chat-area{
    width: 600px;
     border-radius: 24px;
     display: flex;
     flex-direction: column;
     flex-grow: 1;

    border: 1px solid var(--border-3);
}
.section-15 .chat-parent .information-area{
    width: 140px;

}
.section-15 .chat-parent .users-area select{
    border: none;
    font-family: var(--font2);
    font-weight: 600;
}
.section-15 .chat-parent .users-area .search-bar{
    border: 1px solid var(--grey);
    border-radius: 6px;
    padding-left: 8px;
    font-size: 14px;
    height: 30px;
    font-family: var(--font);
    outline: none;
    display: flex;
    justify-content: normal;
    align-items: center;
    gap: 4px;
    width: 90%;
}
.section-15 .chat-parent .users-area .single-message.active ,.section-15 .chat-parent .users-area .single-message:hover {
    background-color: var(--selected-chat);
    transition: all 100ms ease-in-out;
}
.section-15 .chat-parent .users-area .single-message{
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    transition: .2s;
    position: relative;
    width: 95%;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    margin-top: 5px;
}
.section-15 .chat-parent .users-area .single-message .msg-content span{
    font-size: 14px;
    color: var(--greyfont);
    font-family: var(--font3);
}
.section-15 .chat-parent .users-area .single-message .msg-content svg{
    height: 14px;
    width: 14px;

    fill: var(--grey2);
}
.section-15 .chat-area-title p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-left: 5px;
}
.section-15 .chat-area-title  span{
    color: var(--greyfont);
    font-family: var(--font3);
}
.section-15 .activity-log div{
    font-size: 12px;
    font-weight: 400;
    font-family: var(--font2);
    color: var(--greyfont);
}
.section-15 .activity-log div:nth-child(1)
{
    border-right: 1px solid var(--grey);
    padding-right: 10px;
}
.section-15 .chat-parent .users-area .single-message .msg-username span{
font-size: 14px;
font-family: var(--font2);
margin-bottom: 0px;
}
.section-15 .chat-parent .users-area .single-message .msg-username span:nth-child(2){
    color: var(--greyfont);
    font-size: 12px;
}
.section-15 .chat-parent .users-area .single-message .msg-profile img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.section-15 .chat-parent .users-area .single-message .user-status{
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: var(--online);
}
.section-15 .chat-parent .users-area .search-bar svg{
    height: 14px;
    width: 14px;
    position: relative;
    top: -1px;
}
.section-15 .chat-parent .users-area .search-bar input{
    border: none;
    outline: none;
    border-radius: 6px;
    width: 100%;
}
.section-15 .chat-parent .chat-area .chat-area-header{
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    align-items: center;
    justify-content:space-between;
    padding: 20px;
    border-bottom: 1px solid #e4e5e7;
    box-shadow: 0 1.2px 1.92251px #00000005, 0 2px 3.68135px #0000000a, 0 1px 5px #0000000d;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.chat-area .chat-area-header .chat-area-title{
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font);
}
.chat-area .chat-area-header .user-status{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: green;
    display: inline-block;
    margin-bottom: -1px;
    margin-right: 5px;
}
.chat-area .chat-area-header .activity-log{
    display: flex;
    margin-top: 10px;
    gap: 10px;
}
.chat-area-main{
    flex-grow: 1;
    margin-top: 10px;
}

.chat-area-footer input{
    border-radius: 12px !important;
    border: 1px solid var(--grey);
    padding: 10px 16px;
    width: 100%;
    font-family: var(--font);
    font-size: 14px;
    outline: none;
}
.chat-area-footer input:focus{
    border: 2px solid var(--grey);
    transition: all 100ms ease-in-out;
}
.chat-area-footer div:nth-child(1){
    width: 90%;
    margin: 0 auto;
}
.section-1 img , .section-2 img .section-5 img , .section-4 img{
width: auto !important;
height: 300px;
}
.sec-2-img{
    width: auto !important;
    height: 320px;
}
.section-15 .chat-area-footer-2{
    display: flex;
    justify-content: space-between;
    width: 91%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;

}
.chat-option .special-icon{
    background: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    display: inline-block;
    font: inherit;
    text-align: center;
}
.chat-option .special-line{
    border-right: 1px solid #dadbdd;
    height: 36px;
    margin-left: 16px;
    margin-right: 16px;
    display: inline-block;
    font: inherit;
}
.send-message button{
    color: #222325;
    cursor: pointer;
    font-family: var(--font2);
    font-size: 14px;

    padding-right: 5px;
    border: none;
    background: transparent;
    height: 36px;
}
.send-message button:hover{
    text-decoration: underline;
}
.section-15 .chat-area-main{
    height: 100px;
}
.section-15 .chat-msg{
    padding: 0 20px 25px;
    padding-top: 10px;

}
.section-15 .chat-msg:hover{
    background-color: var(--selected-chat);
    cursor: pointer;
}
.section-15 .msg-profile-default img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 12px;
}
.section-15 .msg-date{
    font-size: 12px;
    color: var(--greyfont);
    white-space: nowrap;
    display: inline-block;
    font-family: var(--font);
}
.section-15 .msg-date span{
    color: #000;
    font-size: 14px;
    font-family: var(--font2) !important;
    font-weight: 700;
    margin-right: .5rem;
}
.section-15 .msg-texxtt{
    margin-top: -5px;
    margin-left: 7px;
    padding-left: 35px;
    font-size: 14px;
    font-family: var(--font);
}
.section-15 .dropdown-item{
    font-family: var(--font);
    font-size: 14px;
}
.create-an-offerbtn{
    background-color: var(--primary);
    color: #fff;
    border-radius: 8px;
    border: none ;
    padding: 0 10px;
    outline: none   ;
    font-size: 12px;
    height: 30px;
    font-family: var(--font);

}
.modal-title{
    font-family: var(--font) !important;
    font-weight: 600;
}
.modal-body .gig-box , #ModalSelectJob .modal-body .job-box{
    border: 1px solid var(--grey);
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
}
.modal-body .gig-box:hover ,  #ModalSelectJob .modal-body .job-box:hover{
    background-color: var(--selected-chat);
}
.modal-body .gig-box img{
    height: 40px;
    width: auto;
    border-radius: 6px;
}
.modal-body .gig-box p , #ModalSelectJob .modal-body .job-box p{
    margin-bottom: 0px;
    font-family: var(--font);
    margin-left: 10px;
    font-size: 14px;
}
#ModalSelectJob .modal-body .job-box p{
    margin-left: 0px !important;
}
#exampleModal2 .modal-body h4{
    font-size: 16px;
    font-family: var(--font);
    font-weight: 600;
}
#exampleModal2 .modal-body  div img{
    height: 80px;
    width: 130px;
    border-radius: 8px;
}
#exampleModal2 .modal-body  div  textarea{
    width: 75%;
    height: 80px;
    font-size: 12px;
    font-family: var(--font);
    color: #000;
    border: 1px solid var(--grey);
    border-radius: 6px;
    outline: none;
    padding-left:10px;
}
#exampleModal2{
    --bs-modal-width: 600px;
    z-index: 100000;
}
#exampleModal2 .term-box p{
    text-align: center;
    font-family: var(--font);
    color: var(--greyfont);
    font-size: 14px;
}
#exampleModal2 .term-box-main{
    border: 1px solid var(--grey);
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;

}
#exampleModal2 .term-box-main .term-box-input{
    display: flex;
    flex-direction: column;
}
#exampleModal2 .term-box-main .term-box-input label{
    font-size: 12px;
    font-family: var(--font);
    margin-bottom: 4px;
}
#exampleModal2 .term-box-main .term-box-input select , #exampleModal2 .term-box-main .term-box-input input{
    border: 1.5px solid var(--grey);
    outline: none;
    height: 33px;
    border-radius: 4px;
    font-family: var(--font);
    font-size: 12px !important;
    width: 150px ;
    background-color: #fff !important;
    border-top-left-radius: 4px !important;
    padding-left: 10px;
    border-bottom-left-radius: 4px !important;

}
#exampleModal2 .checkbox-area label{
    font-size: 14px;
    margin-bottom: 0px;
    font-family: var(--font);
}
#exampleModal2 .checkbox-area input[type='checkbox']{
    height: 14px;
    width: 14px;
}
#exampleModal2 .checkbox-area  select{
    border: 1.5px solid var(--grey)
    ;border-radius: 4px;
    border-top-left-radius: 4px !important;
    padding-left: 10px;
    border-bottom-left-radius: 4px !important;
    font-size: 12px;
    width: 80px;
    height: 30px;
}
#exampleModal2  .button-area button{
background-color: var(--primary);
font-size: 13px;
border-radius: 8px;
border: none;
outline :none;
color: #fff;
padding: 5px 14px;
font-family: var(--font);

}
footer{
    margin-top: auto;
}
.section-16 .topbar div{
display: flex;
justify-content: center;

}
.section-16 .topbar div a{
   display: flex;
   gap: 7px;
   justify-content: normal;
   padding:7px 10px;
   font-size: 12px;
   font-family: var(--font2);
   cursor: pointer;
   width: 200px;
   color: inherit   ;
   text-decoration: none;
   text-align: center;
   align-items: center;
   border-left: 2.5px solid var(--border-3);
   border-bottom: 2.5px solid var(--grey);

}
.section-16 .topbar div a.active , .section-16 .topbar div a:hover{
    text-decoration:none ;
    color: var(--primary);



    border-bottom: 2.5px solid var(--primary);
    background-color: var(--selected-chat);
    transition: all .3s ease-in-out;
}
.section-16 .dashboard-toggle-switch{
border: 1.5px solid var(--grey);
height: 40px;
width: 180px;
border-radius: 8px;
}
.section-16 .dashboard-toggle-switch button{
    border: none;
    outline: none;
    font-size: 14px;
    width: 50%;
    border-radius: 8px;
    font-family: var(--font3);
    background-color:var(--secondary);
}
.section-16 .dashboard-toggle-switch button.active{
    background-color: var(--primary);
    color: #fff;
    transition: all .15s ease-in-out;
}
.section-17 .profile-parent{
    padding-top: 10px;
    border-radius: 16px;

    margin-bottom: 25px;
    margin-top: 10px;
}
.section-17 .profile-parent .profile-image img{
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.section-17 .profile-parent .profile-image::after{
    position: absolute;
    content: "";
    width: 18px;
    border-radius: 50%;
    height: 18px;
    background-color: var(--online);
    top: 80%;
    border: 3px solid var(--secondary);
    left: 75%;
}
.section-17 .profile-parent .profile-head h4{
    font-size: 28px;
}
.section-17 .profile-parent .profile-head .location-area p{
    color:var(--greyfont);
    margin-bottom: 0px;
    margin-left: 5px;
}
.section-17 .profile-parent .profile-head .location-area i{
    color:var(--greyfont)

}
.section-17 .profile-parent .profile-body .earning-boxes{
    display: flex;
    flex-direction: column;

}
.section-17 .profile-parent .profile-body .earning-boxes p{
    margin-bottom: 0px;
    text-align: center;
}
.section-17 .profile-parent .profile-body .earning-boxes p:nth-child(1){
    font-weight: 800;
    font-size: 18px;
}
.section-17 .profile-parent .profile-body .earning-boxes p:nth-child(2){
    color: var(--greyfont);
    font-size: 16px;
}
.section-17 .profile-parent .profile-body .profile-title{
    font-size: 24px;
    font-family: var(--font2);
    margin-top: 24px;
}
.section-17 .profile-parent .profile-body .profile-description{
    font-size: 14px;
    color: var(--greyfont);
    margin-top: 15px;
}
.section-17 .profile-parent .profile-body  .profile-information h3{
    font-size: 22px;
    font-family: var(--font3);
}
.section-17 .profile-parent .profile-body  .profile-information div a{
    border: 1px solid var(--grey);
    color: var(--greyfont);
    border-radius: 26px;
    padding: 2px 15px;
display: inline-block;
margin-bottom:8px;
margin-left: 5px;
    font-size: 14px;
    text-decoration:none ;
}
.section-17 .profile-languages{
    font-size: 14px;
}
.section-17 .fa-circle-check{
    font-size: 18px;
    position: relative;
    left: 8px;
    top: -2px;
    color:var(--primary);
}
.section-17 .profile-reviews h4{
    font-size: 18px;
text-decoration: underline;
}
.section-17 .profile-reviews{
    padding: 20px 25px ;
    border: 1px solid var(--grey);
    border-radius: 8px;
    width: 600px;
}
.section-17 .profile-reviews svg{
    height: 14px;
    width: 14px;
    position: relative;
    top: -3px;
    fill: #DEBE1A;

}
.section-17 .profile-reviews p{
    font-size: 14px;
}
.section-17 .profile-reviews .review-description{
    font-size: 14px;
    margin-top: 10px;
    color:var(--greyfont)
}
.section-16 .gigs-filter{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.5px solid var(--grey);
    padding-bottom: 5px;
}
.section-16 .gigs-filter div a{
    font-size: 16px;
    color: var(--greyfont);
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
    cursor: pointer;
    align-items: center;
    text-decoration: none;
}
.section-16 .gigs-filter div a .orders-number{
    display: inline-block;
    margin-left: 5px;
    padding:2px 1px 0px 0px ;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
width: 18px;
height: 18px;
    color: #fff;
    border-radius: 50%;
    background-color: var(--grey);
    text-decoration: none;

}

.section-16 .gigs-filter div a.active {
    color: #000;
    font-family: "SemiBold";
    font-weight: normal;


}
.section-16 .gigs-filter div a.active  .orders-number{
    background-color: var(--primary);
}
.section-16 .gigs-table-parent{
   padding: 10px 0px;
   border:1px solid var(--grey);
   margin-top: 25px;

}
.section-16 .gigs-table-parent .gigs-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--grey);
    padding-bottom: 15px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;



}
.section-16 .gigs-table-parent .gigs-header select{
    border-radius:0px;
    cursor: pointer;
    border-top-left-radius: 0px !important ;
    border-bottom-left-radius: 0px !important;
    font-size: 12px;
    color: var(--greyfont);
    height: 28px;

}
.section-16 .gigs-table-body table{
    width: 100%;
    /* margin-top: 25px; */
}
.section-16 .gigs-table-body table tr:nth-child(1){
    /* border-top: 1px solid var(--grey); */
    border-bottom: 1px solid var(--grey);



}
.section-16 .gigs-table-body table th{
padding: 8px 20px;
color:#999999;
font-size: 12px;
font-family: var(--font2);
font-weight: normal;
line-height: 20px;
border: none !important;

}
.section-16 .gigs-table-body table td{
padding: 10px 20px;
padding-top: 20px;
color: #555555;
font-size: 14px;

}

.section-16 .gigs-table-body table .options{
    border: none;
    outline: none;
    background-color: #fff;
    color: var(--greyfont);
    border: 1px solid var(--grey);
padding: 1px 8px;
    text-align: center;
    font-size: 12px;
}

.section-16  .gig-tab.active {
        font-weight: bold;
        color: blue;
    }
    .section-16  .gig-table {
        display: none;
    }
    .section-16  .gig-table.active-table {
        display: block;
    }
    .main-logo-header a{
margin-bottom: 0px;
margin-top: 0px;
font-family: var(--logo);
text-decoration:none;
color: var(--primary);
font-size: 19px;
line-height: 0px !important;
    }

    .section-1 p{
font-size: 14px;
    }
    .section-16 .contact-info-box{
        border: 1px solid var(--grey);
        margin-top: 30px;
    }
   .section-16 .contact-info-box .header{
    background-color: var(--selected-chat);
    padding: 20px;
   }
   .section-16 .contact-info-box .header h5{
    font-family: var(--font2);
    font-size: 20px;
   }
   .section-16 .contact-info-box .body{
    padding: 15px 20px;

    margin-bottom: 30px;
   }
   .section-16 .contact-info-box .body strong{
    font-size: 20px;
   }
   .section-16 .contact-info-box .body .personal-info-input-group{

    margin-top: 20px;
   }
   .section-16  .body  label{
font-size: 14px;
font-family: var(--font3);
width: 100%;
margin-bottom: 5px;
   }
   .section-16  .body input , .section-16 .contact-info-box .body .personal-info-input-group select{
    width: 300px;
    border: 1px solid var(--grey);
    background-color: #fff;
    outline: none;
    height: 30px;
    font-size: 14px;
    padding-left: 7px;
    border-radius: 4px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;


   }
   .section-16 .body   input:focus{
    border: 2px solid var(--primary);

   }
   .section-16 .contact-info-box .body .personal-info-input-group span{
    font-size: 12px;
    color: var(--greyfont);
    margin-left: 5px;
    cursor: pointer;
   }
   .section-16 .contact-info-box .body .personal-info-input-group a{
    font-size: 12px;
    color: var(--greyfont);
    text-decoration:none;
    margin-left: 5px;
    cursor: pointer;
   }
   .section-16 .contact-info-box .body .personal-info-input-group a:hover{
    text-decoration: underline;
   }
   .section-16 .contact-info-box .body .personal-info-input-group span:hover{
    text-decoration: underline;
   }
   .section-16 .body button ,  .section-16 .steps-add-job .button-group button{
    font-size: 14px;
    height: 32px;
border-radius: 6px;
padding: 0px 15px;
margin-top: 15px;
   }
   .ck-rounded-corners .ck.ck-button, .ck-rounded-corners a.ck.ck-button, .ck.ck-button.ck-rounded-corners, a.ck.ck-button.ck-rounded-corners {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    height: inherit;
border-radius: inherit;
padding:inherit;
margin-top: inherit;

   }
   .chat-area-footer{
    padding-top: 20px;
   }
   .section-16 .contact-info-box .body  .personal-info-input-group input{
    width: 70%;
    font-size: 12px;
   }
   .ck-editor__editable{
    height: 200px;
   }
   .contact-info-box .personal-info-input-group    .ck-editor{
    width: 75%;
    font-size: 12px;
   }
   .section-16 .body input[type="checkbox"]{
    height: 16px;
    width: 16px;
   }
   .section-16 .body textarea{
    width: 80%;
    height: 200px;
    font-size: 12px;
    padding-left: 4px;
   }
   .section-16 .body .cancel-buttton , .cancel-buttton{
    background-color: var(--grey) !important;
    color: #000 !important;
   }
   .section-16  .header-billboard{
    padding: 20px;
    background-color: var(--selected-chat);
    display: flex;
    gap: 45px;
   }
   .section-16  .header-billboard  button{
    outline: none;
    border: none;
    text-transform: capitalize;
    background-color: transparent;
    font-family:"SemiBold";
    color: rgb(98, 100, 106);
   }
   .section-16  .header-billboard  button.active{
    color: var(--primary);
    font-family:var(--font2);
    /* text-decoration: underline; */
   }
   .section-16 .billboard-box{
    display: flex;
    justify-content: space-between;

   }
   .section-16 .billboard-box h6{
    font-family: var(--font2);
    font-size: 16px;
   }
   .section-16 .billboard-box p{
    font-family: var(--font);
    font-size: 14px;
   }
   .section-16 .billboard-box textarea{
    height: 120px;
    width: 100%;
    border: none;
    outline: none;
    border: 1px solid var(--grey);
    border-radius: 4px;
    padding-left: 5px;
    font-size: 14px;
   }
   .section-16 .billboard-box span {
    font-size: 12px;
    color: var(--greyfont);
    /* float: inline-end; */
   }
   .section-16 .billboard-box  select{
    border-radius:4px ;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    /* width: 48%; */
    font-size: 14px;
    border: 1px solid var(--grey);

   }
   .tags-input {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 5px;
    width: 300px;
    cursor: text;
}
.tags-input input {
    border: none !important;
    outline: none;
    font-family: var(--font);
    flex: 1;
}
.tag {
    background-color: var(--primary);
    color: #fff !important;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 3px;
    font-family: var(--font3);
    display: flex;
    align-items: center;
}
.tag .close {
    margin-left: 5px;
    cursor: pointer;
    color: #fff !important;
    font-weight: bold;
}


  .section-16  .body-step {
        display: none;
    }
   #gallery-billboard .image-box {
        width: 300px;
        height: 200px;
        border: 1px solid var(--grey);
        margin: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        transition: border .10s ease-in;
    }
    #gallery-billboard .image-box:hover{
        border: 1px dashed #446ee7;
    }
    #gallery-billboard .image-box  p{
        text-align: center;
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 20px;
        color: #95979d;
     font-family: "Medium";
    }
    #gallery-billboard .image-box a{
        color: #446ee7;
        font-size: 14px;
        font-family: "SemiBold";
        text-decoration: none;

        cursor: pointer;
    }
    #gallery-billboard  .image-box .image-back{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
    }

    #gallery-billboard  .image-box .upload-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: none;
    }
    #gallery-billboard  input[type="file"] {
        position: absolute;

        left: 0;
        width: 100%;
        height: 80px;
        opacity: 0;
        cursor: pointer;
        top: 40px;
    }

    .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
        display: block;
    }

    .section-16 h1{
        font-family: var(--font2);
        font-size: 26px;
    }
    .section-16 .steps-add-job label{
width: 100%;
font-family: var(--font3);
font-size: 16px;
font-weight: 600;
margin-bottom: 8px;
    }
    .section-16 .steps-add-job  input{
        border: 1px solid var(--border-3);
        height: 34px;
        border-radius: 4px;
        width: 60%;
        font-family: var(--font);
        outline: none;
        font-size: 14px;
        padding-left: 7px;
    }
    .section-16 .steps-add-job textarea{
        border: 1px solid var(--border-3);
        height: 200px;
        border-radius: 4px;
        width: 60%;
        font-family: var(--font);
        outline: none;
        font-size: 14px;
        padding-left: 7px;
    }
    .section-16 .steps-add-job textarea:focus , .section-16 .steps-add-job  input:focus{
        border: 1px solid var(--primary);
        box-shadow: 1px 1px 1px var(--primary);
    }
    .section-16 .steps-add-job .category-selector a{
        color: #000;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid var(--grey);
        padding: 8px 15px;
        font-family: var(--font3);
        width: 300px;
        margin-bottom: 12px;

    }
    .section-16 .steps-add-job .category-selector a.active{
        background-color: var(--primary);
        color: #fff;
      font-family: var(--font2);
    }
    .section-16 .steps-add-job select{
        width: 300px;
        font-size: 14px;
    }
    .section-16 .steps-add-job input[type="date"]
    {
        width: 300px;
        height: 40px;
    }
    .section-16 .steps-add-job button{
        background-color:var(--primary);
        border: none;
        color: #fff;
        font-family: var(--font3);
        outline: none;
    }
    .section-16 .body .verify-box{
        border:2px solid var(--grey) ;
        width: 240px;
        border-radius: 6px;
        padding: 10px 0px 0px 0px;

    }
    .section-16 .body .verify-box h6{
        color: red;
        text-align: center;
        font-family: var(--font2);
    }
    .section-16 .body .verify-box p{
        font-size: 14px;
        font-family: var(--font3);
    }
    .section-16 .body .verify-box i{
        font-size: 18px;
    }
    .section-16 .body .verify-box ul li
    {
        font-size: 14px;
    }
    .section-16 .body .verify-box button{
        width: 100%;
        background-color: #fff;
        color: var(--primary);
        font-family: var(--font2);
font-size: 14px;
        border: 1px solid var(--primary);
        border-radius: 0px;
    }
    .section-16 .body .verify-box button:hover{
        background-color: var(--primary);
        color: #fff;
        transition: all .3s ease-in-out;
    }
   .section-12 table {

        border-collapse: collapse;
        width: 100%;
      }
      .section-12 th{
        font-family: var(--font) !important;
        font-size: 12px;
        font-weight: 400;
        background-color: var(---third);
        color: #fff;
        text-align: center;
      }    .section-12 td{
        font-family: var(--font3);
        font-size:12px;

      }
      .section-12   td, th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 6px;
      }

      .section-12  tr:nth-child(odd) {
        background-color: #f2f2f2;
      }
      .section-12 td i{
        font-size: 18px;
        cursor: pointer;
      }
      .section-12 td .b{
        background-color: #3074B5 !important;
        color: #fff;
    }
    .section-12 td .o{
        background-color: #FFF ;
        color: #D15805;
        border: 1px solid #D15805;
    }
    .section-12 td .o.active{
        background-color: #D15805!important;
    color: #fff;
    }
    .section-12 td .g{
       background-color: #fff;
        color: #598633;
        border: 1px solid #598633;
    }
    .section-12 td .g.active{
        background-color: #598633;
    color: #fff;

    }
    .section-12 td button{
        border-radius:6px ;
        padding-left: 20px;
        padding-right: 20px;
        font-family: var(--font2);
    }
    .price-heading , .rating-header , .history-header{
        position: relative;
    }
    .filter-3 , .history-option , .rating-option{
        position: absolute;
        top: -45px;
        left: 0;
    }
    .filter-3 select  , .history-option , .rating-option{
      padding-left: 2px;
      border: 3px solid var(--border1);
      color: #000;
    }
    .filter-3 select{
        width: 105px;
        font-family: "Bold";
    }
  .section-18 h1{
    text-align: center;
    font-family: var(--font2);
    font-size: 34px;

  }
  .section-18 p , .section-18 ul li{
    font-family: var(--font);

    font-size: 16px;
  }
  .section-18 ul li{
    margin-bottom: 5px;
  }
  .section-18 h6{
 margin-bottom: 5px;
    font-family: var(--semiBold);
    text-align: center;
    font-size: 18px;
  }

  .section-18 table {

    border-collapse: collapse;
    width:80%;
    border: 3px solid var(--primary);
  }
  .section-18 th{
    background-color: var(--primary);
    color:#fff;
    padding: 15px;
    text-align: center;
    font-family: var(--font3);
  }
  .section-18 tr td:not(:nth-child(1)){
    text-align: center;
  }
  .section-18 tr td{
    border: 1px solid #000;
  }
  .section-18  td, th {

    text-align: left;
    padding: 5px;
  }

  .section-18   tr:nth-child(even) {
    background-color: #dddddd;
  }
  .section-18 label{
    font-family: var(--font3);
  }
  .section-18 label input{
    height: 19px;
    width: 19px;
  }
  .section-10 .banner-area{
    background-color: var(--primary);
    padding-top:40px ;
    padding-bottom:40px ;

  }
  .section-10 .banner-area h3{
    color: #fff;
    font-family: var(--font2);
    text-align: center;
    font-size: 35px;
    font-style: italic;
  }
  .section-10 .banner-area  .banner-part{
    background-color: #FEFEFE;
    border-radius: 16px;
  width: 40%;
  height: 130px;
padding-top: 20px;
padding-bottom: 0px;
}
  .section-10 .banner-area  .banner-part h4{
    font-size: 23px;
    font-family: var(--font2);
    font-weight: 800;
    color: var(--primary);
  text-align: center;
  }
  .section-10 .banner-area input{
    background-color: #fff !important;
    height: 30px;
    outline: none;
    border-radius: 6px;
    border: 1px solid #000;
  }
  .section-10 .banner-area button{
    height: 32px;
    background-color: var(--primary);
    border: none;
    outline: none;
    font-family: var(--font3);
    border-radius: 6px;
    padding: 0px 20px;
    color: #fff;
  }
  .banner-or{
    font-size: 35px;
    color: #fff;
    font-family: var(--font2);
    font-style: italic;
  }
.section-16 .verify-box-image{
    background-color: #E5E7EB;
    width: 500px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-16 .verify-box-image svg{
    height: 50px;
    width: 50px;
}

video, canvas {
    width: 100%;
    max-width: 300px;
    display: none;
    margin-top: 10px;
}
#capture-photo {
    display: none; /* Initially hide the button */
    margin-top: 10px;
}
.section-16 .goverment-issue-id-box{
    width: 90%;
    height: 250px;
margin: 0 auto;
display: flex;
justify-content: center;
    background-color:#E5E7EB ;
    margin-bottom: 30px;
}
.section-16 .goverment-issue-id-box .image-preview{
    margin-top: 10px;
    height: 100px;
    width: auto;
}
.header-job-posting-btn{
 font-size: 12px;
height: 35px;
border-radius: 8px;
color: #fff;
font-family: var(--font3);
}
.contact-info-box .remain-input{
    background: #BE0005;
    border-radius: 4px;
    font-size: 5px !important;
    color: #fff;
    padding: 3px 15px;
    height: 29px;
    width: 165px;
    position: absolute;
    left: 120%;
    text-align: center;
    top: 0%;

}
.contact-info-title{
    position: relative;
}
.email-preferences-section , .password-section , .screen-identity-section{
    margin-top: 25px;
}
.email-preferences-section p{
    font-size: 14px;
    margin-top: 10px;
}
.profile-contact-box{
    position: fixed;
    border: 1px solid var(--border1);
    padding: 20px 20px 20px 20px;
    width: 400px;
    top: 30%;
    border-radius: 8px;
    right: 2%;
    background: #fff;
    box-shadow: 0 1.2px 1.92251px rgba(0, 0, 0, .02), 0 2px 3.68135px rgba(0, 0, 0, .04), 0 1px 5px rgba(0, 0, 0, .05);
}
.profile-contact-box img{
    border-radius: 50%;
    height: 80px;
    width: auto;
}
.profile-contact-box button{
    width: 100%;
    background-color: var(--primary);
    border: none;
    outline: none;
    color: #fff;
    font-family: var(--font3);
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 30px;
    height: 40px;
    box-shadow: 0 1.2px 1.92251px rgba(0, 0, 0, .02), 0 2px 3.68135px rgba(0, 0, 0, .04), 0 1px 5px rgba(0, 0, 0, .05);


}
.section-16 .your-jobs-area-one div h5{
font-family: var(--font3);
}
.section-16 .your-jobs-area-one .single-job {
    width: 300px;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 4px;
}
.section-16 .your-jobs-area-one .single-job .header img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.section-16 .your-jobs-area-one .single-job .header p{
    font-size: 14px;
    font-weight: 600;
    color: var(--greyfont);
}
.ellipsis {
    width: 200px; /* Set a fixed width for the div */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show before truncating */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-16 .your-jobs-area-one .single-job .body .tag{
font-family: var(--font);
font-size: 13px;
border-radius: 4px;
background-color: var(--online);
width: fit-content;
padding: 2px 15px;
height: 24px;
margin-top: 12px;

}
.section-16 .your-jobs-area-one .single-job .body p{
    font-size: 18px;
    font-family: var(--font2);
    margin-top: 14px;
}
.section-16 .your-jobs-area-one .single-job .body {
    height: 160px;
}
.section-16 .your-jobs-area-one .single-job  .footer button{
width: 80% !important;
border-radius: 10px;
height: 35px;
}
.section-16 .your-jobs-area-one .single-job  .footer div{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.section-16 .your-jobs-area-one .single-job  .footer .chats{
    border-radius: 50%;
 width: 34px;
 height: 34px;
 padding: 9px;
font-size: 16px;
color: var(--primary);
border: 2px solid var(--border-3);
}
.section-16 .your-jobs-area-one .single-job i{
    cursor: pointer;
    color: var(--primary);
}
.your-jobs-area-two{
    display: flex;
gap: 20px;
 flex-wrap: wrap;
    margin-top: 15px;
}
.section-16 .your-jobs-area-one .single-job .body .tag.hiring{
background-color: #3252BB;
}





.section-16 .your-hires-area-one div h5{
font-family: var(--font3);
}
.section-16 .your-hires-area-one .single-job {
    width: 300px;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 4px;

}
.section-16 .your-hires-area-one .single-job .header img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.section-16 .your-hires-area-one .single-job .header p{
    font-size: 14px;
    font-weight: 500;
}
.ellipsis {
    width: 200px; /* Set a fixed width for the div */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show before truncating */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-16 .your-hires-area-one .single-job .body .tag{
font-family: var(--font);
font-size: 13px;
border-radius: 4px;
background-color: var(--online);
width: fit-content;
padding: 2px 15px;
height: 24px;
margin-top: 12px;

}
.section-16 .your-hires-area-one .single-job .body p{
    font-size: 18px;
    font-family: var(--font2);
    margin-top: 14px;
}
.section-16 .your-hires-area-one .single-job .body {
    height: 160px;
}
.section-16 .your-hires-area-one .single-job  .footer button{
width: 80% !important;
border-radius: 10px;
height: 35px;
}
.section-16 .your-hires-area-one .single-job  .footer div{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.section-16 .your-hires-area-one .single-job  .footer .chats{
    border-radius: 50%;
 width: 34px;
 height: 34px;
 padding: 9px;
font-size: 16px;
color: var(--primary);
border: 2px solid var(--border-3);
}
.section-16 .your-hires-area-one .single-job i{
    cursor: pointer;
    color: var(--primary);
}
.your-hires-area-two{
    display: flex;

 flex-wrap: wrap;
 gap: 20px;
    margin-top: 15px;
}
.section-16 .your-hires-area-one .single-job .body .tag.hiring{
background-color: #3252BB;
}
.section-16 .your-hires-area-one a{
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}
.your-hires-area-two .employer-name h6{
font-size: 16px;
font-family: var(--font3);
margin-bottom: 0px;
}
.your-hires-area-two .employer-name p{
    font-family: var(--font);
    color: var(--greyfont);
    font-size: 12px !important;
}
.your-hires-area-two .employer-name .truncate {
    width: 150px; /* Set the desired maximum width */
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide any overflowed content */
    text-overflow: ellipsis; /* Show ellipsis (...) for overflowed text */
  }
  .your-hires-area-two .stats{
    display: flex;
    justify-content: normal;
    align-items: center;
gap: 20px;
}
  .your-hires-area-two .stats div{
    display: flex;
    justify-content: normal;
    align-items: baseline;
    gap: 10px;
  }
  .your-hires-area-two .stats div p{
    margin-bottom: 0px;
    font-size: 14px !important;
    color: var(--greyfont) !important;
font-family: var(--font3) !important;
  }
  .your-hires-area-two .stats div i{
    color: var(--greyfont) !important;
  }
  .your-hires-area-two .current-contracts p{
    font-size: 13px !important;
    font-family: var(--font3) !important;
    color: var(--greyfont) !important;
    margin-bottom: 0px;
    margin-top: 20px !important;
  }
  .your-hires-area-two .current-contracts h6{
    color: #000;
    font-family: var(--font3);
    font-size: 15px;
  }
  .your-hires-area-two button{
    background-color: #fff !important;
    color: var(--primary);
    border: 2px solid var(--border1);
    font-weight: 500;
  }
  .section-16 .next ,  .section-16 .prev{
     background-color: var(--secondary);
    border-radius: 50%;
    color: var(--grey2);
    font-size: 18px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid var(--border1);
  }
  .section-16 .prev{
    left: -40px;
  }
  .section-16  .next{
    right: -40px;
  }
  .your-jobs-area-two .slider{
display: flex;
transition: transform 0.5s ease;
gap: 30px;
  }
  .your-jobs-area-two{

    overflow: hidden;
  }
  .section-16 .buttons-area{
    position: relative;
  }
  .section-19 .filters-area{
    display: flex;
    justify-content: space-between;
  }
  .section-19 .filters-area label{
    font-size: 16px;
    font-family: var(--font3);
    color: var(--greyfont);
  }
  .section-19 .filters-area select{
width: 200px;
  }
  .section-19 .proposal-review-parent{
    width: 100%;
    border: 2px solid var(--border1);
    border-radius: 16px;


    margin-top: 40px;
  }
  .section-19 .proposal-review-parent .header{
    padding: 20px 0px;
    border-bottom: 2px solid var(--border1);
    width: 100%;
    display: flex;
    justify-content: normal;
    align-items: center;

  }
  .section-19 .proposal-review-parent  .part-1 ,  .section-19 .proposal-review-parent  .part-4{
    width: 30%;
  }
  .section-19 .proposal-review-parent .part-2 ,  .section-19 .proposal-review-parent  .part-3{
    width: 20%;
  }
  .section-19 .proposal-review-parent .header h6{
    font-weight: 600;
    font-size: 16px;
  }
  .section-19 .proposal-review-parent  .body .item{
    display: flex;
    border-bottom: 2px solid var(--border1);
    padding:10px ;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 180px;
  }
  .section-19 .proposal-review-parent  .body .item .part-1 img{
    height: 50px;
    border-radius: 50%;
    width: 50px;
  }
  .section-19 .proposal-review-parent  .body .item .part-1 h6{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
  }
  .section-19 .proposal-review-parent  .body .item .part-1 p{
    font-size: 12px;
  }
  .section-19 .proposal-review-parent  .body .item .part-1 .country{
    color: var(--greyfont);
    font-size: 12px;
margin-bottom: 5px;
}
.section-19 .proposal-review-parent .body .item .desc-truncate{
    white-space: pre-wrap;         /* Prevents text from wrapping */
    overflow: hidden;            /* Hides the overflowing content */
    text-overflow: ellipsis;     /* Adds '...' when text overflows */
    width: 100%;                 /* 100% width of the parent */
    height: 121px;                /* Fixed height */
    display: block;              /* Block element for layout control */
    box-sizing: border-box;
}
.section-19 .proposal-review-parent .body .item  .part-4 a{
    color: var(--primary);
    font-size: 14px;
    font-family: var(--font2);

}
.section-19 .proposal-review-parent .body .item  .part-1 i{
    color: var(--primary);
    border-radius: 50%;
    padding: 5px;
    border: 2px solid var(--border1);
}
.section-19 .proposal-review-parent .body .item  .part-1  button{
    font-size: 12px;
    font-family: var(--font3);
    color: #fff;
    background-color: var(--primary);
    border: none;
    outline: none;
    padding: 0px 24px;
    height: 34px;
    border-radius: 8px;

}
.section-19 .proposal-review-parent .body .item  .part-1  button.message {
    background-color: #fff !important;
    color: var(--primary);
    border: 1.4px solid var(--primary);
}
.section-19 .proposal-review-parent .body .item  .part-4 h6{
    font-weight: 800;
    font-family: var(--font2);
    font-size: 16px;
}
.section-19 .proposal-review-parent .body .item  .part-4  p{
    color: var(--greyfont3);
    font-size: 14px;
    font-weight: 500;

}
.section-19 .proposal-review-parent .body .item  .part-2 p ,.section-19 .proposal-review-parent .body .item  .part-3 p {
    margin-bottom: 0px;
    font-size: 14px;
    color: var(--greyfont);
}
.section-19 .proposal-review-parent .body .item  .part-3 a{
    background-color: var(--border1);
    color: var(--greyfont);
    font-family: var(--font2);
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 24px;
/* margin-bottom: 10px; */
}
.section-19 .proposal-review-parent .body .item  .part-3 .skills{
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.section-19 .modal-header , #MessageModal .modal-header{
    border: none !important;
}
.section-19 .modal , #MessageModal {
    z-index: 100000;
    --bs-modal-width: 700px !important;
}
.section-19 .modal-body , #MessageModal .modal-body{
    padding: 1rem 2rem ;
}
.section-19 .modal-body p , #MessageModal .modal-body p{
    color: var(--greyfont);
}
.section-19 .modal-body div , #MessageModal .modal-body div{
    display: flex;
    flex-direction: column;
}
.section-19 .modal-body div label , #MessageModal .modal-body div label{
    font-family: var(--font2);
    font-size: 14px;
    margin-bottom: 8px;
}
.section-19 .modal-body div textarea , #MessageModal .modal-body div textarea{
    height: 200px;
    border-radius: 8px;
    border: 2px solid var(--border1);
    padding-left: 5px;
    outline: none;
}
.section-19  .modal-footer button, #MessageModal .modal-footer button{
    border-radius: 8px;
    font-family: var(--font3);
    background-color: var(--primary);
    border: none;
    outline: none;
    color: #fff;
    height: 34px;
    padding: 4px 22px;
}
.section-19  .modal-footer button:nth-child(1) ,#MessageModal .modal-footer button:nth-child(1)  {
    background-color: #fff !important;
    color: var(--primary);
}
.section-19 .offcanvas-end {
    --bs-offcanvas-width: 1000px ;
    z-index: 100000;
}
.section-19 .offcanvas-end .col-4 div img{
    border-radius: 50%;
    height: 80px;
    width: auto;
}
.section-19 .offcanvas-end .col-4 div h6{
    font-weight: 700;
    font-size: 18px;
    margin-top: 14px;
}
.section-19 .offcanvas-end .col-4 div  .profile-title{
    font-size: 14px;
    font-family: var(--font);
    margin-bottom: 8px;
}
.section-19 .offcanvas-end .col-4 .reviews-area{
    display: flex;
    justify-content: normal;
    align-items: baseline;
    color: var(--greyfont);
    gap: 6px;
}
.section-19 .offcanvas-end .col-4 .reviews-area span{
    color: var(--greyfont);
font-family: var(--font2);
font-size: 14px;
}
.section-19 .offcanvas-end .col-4 .reviews-area svg{
    color: #DEBE1A;
    fill: #DEBE1A;
    height: 14px;
    width: 14px;
}
.section-19 .offcanvas-end .col-4 .country{
    display: flex;

}
.section-19 .offcanvas-end .col-4 .country p{
    font-size: 14px;
    color: var(--greyfont);
    font-family: var(--font3);
}
.section-19 .offcanvas-end .col-4 button{
    border-radius: 8px;
    height: 32px;
    padding: 5px 20px;
    width: 130px;
    font-family: var(--font3);
    color: #fff;
    border: none;
    outline: none;
    font-size: 14px;
    background-color: var(--primary);
}
.section-19 .offcanvas-end .col-4 button.Message{
    border: 1.5px solid var(--primary);
    background-color: #fff;
    color: var(--primary);
}
.section-19 .offcanvas-end .col-4 {
    /* border-right: 2px solid var(--border1); */
    padding-right: 15px;
    height: 100%;
}
.section-19 .offcanvas-end .col-7{
    padding-left: 15px;
    margin-bottom: 30px;
 scroll-behavior: smooth;


}
.section-19 .offcanvas-end .col-7 .cover-letter ,.section-19 .offcanvas-end .col-7 .client-feedback , .section-19 .offcanvas-end .col-7 .skills
{
    border-radius: 16px;
    border: 2px solid var(--border1);
 padding: 20px;
 padding-bottom: 60px;
}
.section-19 .offcanvas-end .col-7 .cover-letter .header h6 ,.section-19 .offcanvas-end .col-7 .client-feedback .header h6 , .section-19 .offcanvas-end .col-7 .skills h6{
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-family: var(--font2);
}
.section-19 .offcanvas-end .col-7 .cover-letter .header span{
    font-size: 12px;
    color: var(--greyfont);

}
.section-19 .offcanvas-end .col-7 .cover-letter .header p{
    font-size: 14px;
    color: var(--greyfont);

font-weight: 600;
    font-family: var(--font3);
    text-align: center;
}
.section-19 .offcanvas-end .col-7 .cover-letter .body p{
    font-size: 14px;
    color: var(--greyfont);
    font-family: var(--font3);
    margin-top: 25px;
}
.section-19 .offcanvas-end .col-7  .review-box{
    border-radius: 16px;
    border: 2px solid var(--border1);
    padding: 15px;
    margin-top: 20px;
}
.section-19 .offcanvas-end .col-7  .review-box h4{
    font-size: 14px;
    font-weight: 600;
}
.section-19 .offcanvas-end .col-7 .calendar p{
    font-size: 12px
    ;
    color: var(--greyfont);
}
.section-19 .offcanvas-end .col-7  .feedback{
    font-style: italic;
    font-size: 13px;
}
.section-19 .offcanvas-end .col-7 .client-feedback .user-area p{
font-size: 12px;
font-family: var(--font3);
}
.section-19 .offcanvas-end .col-7 .skills a{
    background-color: var(--border1);
    color: var(--greyfont);
    font-family: var(--font2);
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 24px;
}
.section-19 .offcanvas-end .col-7 .skills .body div{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.section-19 .offcanvas-end .offcanvas-title{
    color: var(--primary);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.section-19 .offcanvas-end .col-7 .navigation {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 32px;
    border: 2px solid var(--border1);
    height: 35px;
    display: flex;
    justify-content: space-between;
}
.section-19 .offcanvas-end .col-7 .navigation a{
    width: 100%;
    text-decoration: none;
    border-radius:32px ;

    font-size: 14px;
    font-family: var(--font3);
    color: #000;
    text-align: center;
    padding-top: 3px;
}
.section-19 .offcanvas-end .col-7 .navigation a.active{
    background-color: #000;
    color: #fff;
}
.section-20 h1{
    font-size: 26px;
    font-family: var(--font2);
}
.section-20 h2{
    font-size: 20px;
    margin-top: 30px;
    font-family: var(--font) !important;
}
.section-20 p{
    font-size: 14px;
    font-family: var(--font);
  color: var(--greyfont);
}
.section-20 a{
    color: var(--primary);
    font-weight: 600;
}
.section-20 .options{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}
.section-20 .options label{
    font-family: var(--font3);
}
.section-20 .options select{
    width: 250px;
}
.section-20 .options input[type='number'] , .section-20 .options input[type='date']{
    border: 2px solid var(--grey);
    outline: none;
    font-size: 12px;
    padding-left: 5px;
    font-family: var(--font3);
    border-radius: 8px;
    height: 32px;
    width: 200px;
}
.offcanvasSentOffer .offcanvas-body button:nth-child(2){
    background-color: #FFF;
    border: none;
    color: var(--primary);
}
.section-16 .offcanvasReview{
    z-index: 100000;
    --bs-offcanvas-width: 600px;
    padding-left: 20px;

}
.section-16 .offcanvasReview .offcanvas-body div:nth-child(1) p{
    font-size: 13px;
    color: var(--greyfont);

}
.section-16 .offcanvasReview .offcanvas-body h2{
    font-size: 20px;
    margin-bottom: 5px !important;
}
.section-16 .offcanvasReview .offcanvas-body .review-submission span{
    font-size: 13px;
    color: var(--greyfont);
}
.section-16 .offcanvasReview .offcanvas-body .review-submission p{
    font-size: 15px;
    font-family: var(--font3);
margin-top: 8px;
}
.section-16 .offcanvasReview .offcanvas-body .Approve-pay .options label{
    font-family: var(--font2);
    font-size: 15px;
    margin-bottom: 6px;
}
.section-16 .offcanvasReview .offcanvas-body .Approve-pay  .options  p{
    font-family: var(--font3);
    font-size: 15px;
    color: var(--greyfont);
}
.section-16 .offcanvasReview .offcanvas-body .Approve-pay  .options input{
    border: 2px solid var(--grey);
    outline: none;
    font-size: 12px;
    padding-left: 5px;
    font-family: var(--font3);
    border-radius: 8px;
    height: 32px;
    width: 200px;
}
.section-16 .offcanvasReview .offcanvas-body .Approve-pay .alert {
    background-color: #F9F9F9;
    border-radius: 8px;
}
.section-16 .offcanvasReview .offcanvas-body .Approve-pay .alert p{
    font-size: 13px;
font-family: var(--font3);
}
.section-16 .offcanvasReview .offcanvas-body button:nth-child(2){
    color: var(--primary);
    background-color: #fff;
}
.header-1 .container .profile-img
{
    height: 30px;


}
.header-1 .container .fa-bell
{
font-size:24px;
}
.section-19 #offcanvasFilter{
    z-index: 10000;
    --bs-offcanvas-width: 800px;
}
.section-19 #offcanvasFilter .checkbox-area p{
    margin-bottom: 4px;
    font-size: 18px;
    font-family: var(--font3);
}
.section-19 #offcanvasFilter .checkbox-area label{
    margin-bottom: 4px;
    font-size: 14px;
    font-family: var(--font);
}
.section-19 #offcanvasFilter  .checkbox-area-parent{
   justify-content: space-between;
}
.section-19 #offcanvasFilter .offcanvas-body button:nth-child(2){
    background-color: #fff;
    color: var(--primary);
}
.dashboard-layout main{
    padding-top: 50px;
}
.section-16 .contact-info-box .personal-info-input-group  .tags-input{
    width: 75%;
}
.ck-content p{
    font-size: 13px;

}
.notficiation-message{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #DAE3F4;
    height: 35px;
}
.notficiation-message .col-9 p{
    text-align: center;
    margin-bottom: 0px;
    font-family: var(--font3);
    font-size: 14px;
}
.notficiation-message .col-3 p{
    text-align: center;
    margin-bottom: 0px;
    font-family: var(--font2);
    color: #F49948;
    font-size: 14px;
    font-weight: 800;
    padding-left: 0px;
}
/* Mega Menu Styling */

.mega-menu-container {
    position: relative;
    width: 100%;
}

.mega-menu {
    background-color: #ffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    overflow: hidden;
    justify-content: space-between;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: scale(0.95);
    display: flex;
    flex-wrap:wrap;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.mega-menu.show {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.mega-menu .item{
margin-top: 15px;
width:24%
}
.mega-menu .item ul li.active{
margin-bottom: 8px;
font-family: var(--font2);
}
.mega-menu .item ul{
    padding-left:0px ;
}
.mega-menu .item ul li{
list-style: none;
cursor: pointer;
font-size: 14px;
margin-bottom: 5px;
transition: scale .2s ease-in-out;

}
.mega-menu .item ul li:hover{
scale: 1.1;
}
.section-16 .page-navs{
    width: fit-content;
    display: flex;
    gap: 30px;
    border-bottom: 2px solid var(--border1);
}
.section-16 .page-navs a{
    text-decoration: none;
    color: var(--greyfont);
    font-family: var(--font2);
    padding-bottom: 8px;
    font-size: 15px;

}
.section-16 .page-navs a.active{
    border-bottom: 3px solid var(--primary);
    color: var(--primary);
}
.section-16 .analytics-box ul{
    width: 100%;
    display: inline-flex;
    padding: 24px 0;
    border: 1.5px solid #efeff0;
    margin: 0;
    list-style: none;
}
.section-16 .analytics-box ul li{

    flex: 1 1;
width: 180px;

    display: flex;


    flex-direction: column;
    text-align: center;
    padding: 0 8px;
}
.section-16 .analytics-box ul li div{
    padding-bottom: 5px;
gap: 6px;
display: flex;
justify-content: center;
align-items: center;

}
.section-16 .analytics-box ul li div h4{
    color: #000;
    font-weight: 400;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 0px;
    font-family:var(--font2) ;

}
.section-16 .analytics-box ul li  span{
    color: #62646a;
    margin-top: auto;
font-family: var(--font1);
    line-height: 28px;
    font-size: 22px;
    margin-top: 8px;
}
.section-16 .analytics-box ul li:not(:first-child){
    border-left: 1.5px solid #efeff0;
}
.section-16 .chart{
    border: 1.5px solid #efeff0;
    padding: 30px 10px;
    margin-top: 20px;

}
.section-16 .chart h3{
    font-size: 20px;
    margin-left: 20px;
    font-family: var(--font3);
}
.section-16 .chart  text{
    font-size: 14px;
    font-family: var(--font1);
}
.section-16 .earning-box .earning-part{
    display: inline-block;
    width: 430px;
    height: 330px;
}
.section-16 .earning-box .earning-part h6{
    font-size: 16px;
    font-family: var(--font2);
    color: #404145;
    line-height: 140%;
}
.section-16 .earning-box .earning-part .earning-inner{
    padding-right: 32px;
    padding-left: 32px;
width: 100%;
border: 1px solid #e4e5e7;
border-radius: 4px;
padding-top: 15px;
padding-bottom: 15px;

}
.section-16 .earning-box .earning-part .earning-inner h4{
    font-size: 14px;
    font-family: var(--font2);
    color: var(--greyfont);
}
.section-16 .earning-box .earning-part .earning-inner div h6{
    font-size: 34px;
    margin-top: 10px;
    line-height: 120%;
    font-family: var(--font2);
}
.section-16 .earning-box .part-2 .earning-inner div h6,.section-16 .earning-box .part-3 .earning-inner div h6{
    font-size: 26px !important;
}
.section-16 .earning-box .part-2 .earning-inner{
    padding-bottom: 30px;
}
.section-16 .earning-box .earning-part .earning-inner div .withdraw-btn{
    box-sizing: border-box;
    position: relative;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    background-color: #f5f5f5;
    color: #95979d;
    font-size: 14px;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 15px;
}
.section-16 .earning-box .earning-part .earning-inner div  .payouts{
    background-color: transparent;
    border: none;
    outline: none;
}
.section-16 .earning-box .earning-part .earning-inner div a{

    font-size: 14px;
    color: black;
    font-family: var(--font);
}
.section-16 .earning-box .earning-part .earning-inner span{
font-size: 12px;
font-family: var(--font);
}
.section-16 .recent-activities table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    color: #404145;
    font-size: 14px;
}
.section-16 .recent-activities table thead{
    background-color: #fafafa;
}
.section-16 .recent-activities table thead th{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    vertical-align: middle;

    height: 44px;
    border: none;
    padding-right: 12px;
}
.section-16 .table-parent{
    border: 1px solid #dadbdd;
    overflow: hidden;
    border-radius: 6px;
}
.section-16 .recent-activities table tr td{
    padding: 8px 8px;
    font-family: var(--font3);
}
.section-16 .recent-activities table tr:nth-child(even){
    background: rgb(243, 244, 246);
}
.section-16 .recent-activities table tr:hover{
    background-color: #D7EAD7;
}
.section-16 .recent-activities table tr  .order-no{
    text-decoration: underline;

}
.section-16 .recent-activities table tr .amount-red{
    color: red;
}
.section-16 .recent-activities table tr .amount-green{
    color:green;
}
.section-16 .recent-activities table tr .amount{
font-family: var(--font2);
}
.section-16 #recent .result-count{
    font-size: 14px;
    color: var(--greyfont);
    font-family: var(--font3);
}
.section-16 #recent .csv-option p{
font-size: 14px;
color: var(--greyfont);
font-family: var(--font3);
cursor: pointer;
}
.section-16 .recent-activities  button{
    width: 130px;
    background-color: #fff;
    border: 1px solid var(--border1);
    outline: none;
    border-radius: 4px;
    height: 38px;
    font-size: 14px;
    font-family: var(--font2);
    color: var(--greyfont);
}
.section-16 .recent-activities .activity{
  padding-bottom: 10px !important;
  padding-top: 70px !important;
    --bs-dropdown-min-width: 14rem;
}
.section-16 .recent-activities .activity button{
    float: inline-end;
    background-color: var(--online);
    margin-right: 10px;
    color: #fff;
    font-family: var(--font3);
}
.section-16 .recent-activities .daterange{
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    padding-left: 20px;
    padding-right: 10px;
      --bs-dropdown-min-width: 20rem;
  }
  .section-16 .recent-activities .daterange h6{
    font-size: 18px;
    font-family: var(--font2);
  }
  .section-16 .recent-activities .daterange input{
    margin-top: 8px;
    border: 1px solid var(--border1);
    font-size: 12px;
    outline: none;
    border-radius: 6px;
    padding-left: 5px;
    height: 36px;
    width: 100%;
  }
  .section-16 .recent-activities .daterange button{
    float: inline-end;
    background-color: var(--online);
    margin-right: 10px;
    color: #fff;
    margin-top: 20px;
    font-family: var(--font3);
  }
  .section-16 .earning-box .earning-inner .modal-title{
    font-family: var(--font2);
    font-size: 20px;

  }
  .section-16 .earning-box .earning-inner .modal-header{
    border-bottom: none;
  }
  .section-16 .earning-box .earning-inner .modal-body .payment-box{
    border: 1.5px solid var(--border1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 14px;
    border-radius: 4px;
  }
  .section-16 .earning-box .earning-inner .modal{
    --bs-modal-width: 600px;
  }
  .section-16 .earning-box .earning-inner .modal-body{
    padding: 2rem !important;
  }
  .section-16 .earning-box .earning-inner .modal-body button{
    margin-top: 18px;
    height: 36px;
    width: 100%;
    font-size: 14px;
    font-family: var(--font2);
    border: 1.5px solid #000;
    outline: none;
    background-color: #fff;
  }
  .section-15 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-15 .info-area .part-1 h6{
    font-size: 18px;
    font-family: var(--font2);

  }
  .section-15 .info-area{
    width:240px;
    padding-top: 50px;
    padding-left: 20px;
  }
  .section-15 .info-area .part-1 div p{
    font-size: 14px ;
    margin-bottom: 5px;
    color: var(--greyfont);
  }
  .section-15 .info-area .part-1 div span{
    font-family: var(--font2);
    margin-bottom: 5px;
  }
  .section-15 .info-area .part-1{
    border-bottom: 3px solid var(--border1);
    padding-bottom: 20px;
  }
  .myfreelancer-store .header {
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: relative;
}

.available-tokens {
    position: absolute;
    right: 0;
    display: flex;
    gap: 15px;
    justify-content: normal;
    align-items:center ;
}
.available-tokens p{
    margin-bottom: 0px;
    font-family: var(--font2);
}
.store-title {
    text-align: center;
    font-style: italic;
}
.available-tokens  span{
    font-family: var(--font2);
    color: var(--primary);
    border-radius: 8px;
width: 70px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
    border: 2px solid var(--border1);
}
.myfreelancer-store .body .area-title{
    font-size: 22px;
    font-family: var(--font2);
    font-style: italic;
}
.myfreelancer-store .body .single-box .body{
    padding: 15px 20px;
}
.myfreelancer-store .body .single-box {
    border: 2px solid var(--border1);
    width: 290px;
    border-radius: 8px;
    height: 300px;
    position: relative;
    background-color: #FBFAF5;

}
.myfreelancer-store .body .single-box h4{
color: #779166;
font-family: var(--font2);
font-style: italic;
text-align: center;
font-size: 22px;
}
.myfreelancer-store .body .single-box p{
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
    font-family: var(--font2);
}
.myfreelancer-store .body .single-box h6{
    margin-bottom: 0px;
    font-size: 22px;
    margin-top: 40px;
    text-align: center;
    font-family: var(--font2);
}
.myfreelancer-store .Service-area .single-box h6{
    color: red;
    font-style: italic;
}
.myfreelancer-store .body .single-box .button-group{
position: absolute;
width: 100%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
bottom: 0;
}
.myfreelancer-store .body .single-box .button-group .add-to-cart-btn{
    width: 100%;
    border-radius: 0px;
    height: 38px;
    background-color: #2E75B5;
    margin-top: 10px;
}
.myfreelancer-store .body .single-box .button-group .view-detail{
width: 95%;
text-transform: uppercase;
background-color: #2F5596;
font-family: var(--font2);
}
.myfreelancer-store .body .service-slider{
    overflow: hidden;
    width: 100%;
}
.myfreelancer-store .body .service-slider .slider{
    display: flex;
    transition: transform 0.5s ease;
gap: 20px;
    transform: translateX(0px);
}
.myfreelancer-store .body .buttons-area .next,.myfreelancer-store .body .buttons-area .prev{
    background-color: transparent !important;
    border: none;
padding: 0px;
top: 40% !important;
    box-shadow: none;
}
.myfreelancer-store .body .buttons-area button i{
    font-size: 70px;
    color: #3F74C9;
}
.myfreelancer-store .body .buttons-area  .prev{
    left: -60px ;
}
.myfreelancer-store .body .parent{
    display: flex;
    gap: 20px;
}
.header-job-posting-btn{
    font-family: "SemiBold";

}
.header-1 .col-lg-5 .account-options button{
    font-family: "SemiBold";
}
.hidden{
    display: none !important;
}
#login-area{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    flex-direction: column;
}
.section-15 .fa-caret-left{
    font-size: 25px;
    padding-right: 10px;
    display: none;
    cursor: pointer;
}
.section-20 .banner img{
    height: 220px;
    width: 100%;


}
.section-20 .main .sidebar{
    border: 2px solid var(--border1);
    padding: 0px 20px;
    padding-bottom: 30px;
}
.section-20 .main .sidebar .profile-image{
    position: relative;
    top: -50px;
    height: 165px;

}
.section-20 .main .sidebar .profile-image img{
    width: 180px;
    height: 180px;

}
.section-20 .main .sidebar h6{
        color: #000;
        font-size: 18px;
        margin-bottom: 0px;
        font-family: var(--font2);
}
.section-20 .main .sidebar  span{
font-size: 14px;
color: var(--greyfont);
}
.section-20 .main .sidebar h5{
    color: #000;
    font-size: 15px;
    margin-bottom: 0px;
    font-family: var(--font);
}
.section-20 .main .sidebar .logos{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;

}
.section-20 .main .sidebar .logos img{
    height: 15px;
    width: auto;
}
.section-20 .main .info p{
    margin-bottom: 0px;
    font-family: var(--font);
    color: #000000bb;
    font-size: 14px;
}
.section-20 .main .info span{
    margin-bottom: 0px;
    font-family: var(--font2);
    color: #000;
    font-size: 14px;
}
.section-20 .main .info , .section-20 .main .verifications {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section-20 .main .sidebar h4{
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    font-family: var(--font2);
}
.section-20 .main .verifications p{
    color: #000;
    font-size: 14px;
}
.section-20 .main .verifications .fa-check{
    color: var(--online);
}
.section-20 .main .verifications .g{
    color: var(--online);

}
.section-20 .main-content .title h4{
    font-size: 22px;
    font-family: var(--font2);
}
.section-20 .main-content .reviews p{
    margin-bottom: 0px;
    color: var(--greyfont);
    font-family: var(--font);
    font-size: 14px;
}
.section-20 .main-content .reviews i{
    color: ;
}
.section-20 .main-content  .social-two input{
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid var(--border1);
    font-size: 12px;
    padding-left: 8px;

    height: 38px;
    width: 310px    ;
}
.section-20 .main-content  .social-two button{
    background-color: var(--primary);
    color:#fff;
    border-radius: 8px;

    height: 38px;

}
.section-20 .main-content .tabs button{
    background-color: #fff;
    color: var(--greyfont);
    font-size: 14px;
    width: 100%;
    font-family: var(--font2);
    text-align: center;
    border-radius: 0px;

}
.section-20 .main-content .tabs button.active{
    color: #000;
    border-top: 3px solid var(--primary);
    border-left: 2px solid var(--border1);
    border-right: 2px solid var(--border1);



}
.section-20 .main-content .content-area{
    width: 100%;

    border: 2px solid var(--border1);
    padding: 15px 24px;
}
.section-20 .main-content .content-area h5{
    font-family: var(--font2);
    font-size: 20px;
    margin-bottom: 0px;
}
.section-20 .main-content .content-area  span{
    font-size: 13px;
    color: var(--greyfont);
}
.section-20 .main-content .content-area p{
    font-size: 16px;
    color: var(--greyfont);font-family: var(--font3);
    margin-top: 25px;
}
.section-20 .tab-button.active {
    background-color: #007bff;
    color: white;
}

.section-20  .content-area {
    display: none;
}

.section-20  .content-area.active {
    display: block;
}
.section-20 #Portfolio img{
    height: 150px;
    width: 200px;
}
.section-20  #Feedback .profile-reviews{
    border: 2px solid var(--border1);
    padding: 15px 15px;
    border-radius: 8px;
}
.section-20  #Feedback .profile-reviews h4{
    font-size: 17px;
}
.dashboard-layout a .counter{
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    padding: 1px 4px;
top: -5px;
font-weight: 400;
font-family: var(--font1);
left: 70%;
    position: absolute;
}
.section-16 .your-jobs-area-one table{
    width: 100%;
}
.section-16 .filter-table a{
    text-decoration: none;
    color: var(--greyfont);
    cursor: pointer;
}
.section-16 .filter-table {
    display: flex;
    border-bottom: 2px solid var(--border1);
    width: fit-content;
    /* padding-bottom: 5px; */
    gap: 25px;
}
.section-16 .filter-table a.active{
    text-decoration: none;
    color: var(--primary);
    font-family: var(--font2);
    padding-bottom: 5px;

    border-bottom: 3px solid var(--primary);


}
.section-16 .table-parent button{
    background-color: var(--primary);
    font-family: var(--font3);
    color: #fff;
    border-radius: 8px;
    width: 145px;
}
.section-16 .table-parent .message-area{
    border-radius: 50%;
    border:2px solid var(--border1);
    height: 30px;
    width: 30px;
    padding: 4px 6px;

}
.section-16 .table-parent .message-area i{
    color:var(--primary);
    cursor: pointer;
}
.section-16 .table-parent #In-progress tr td , .section-16 .table-parent #Hiring tr td , .section-16 .table-parent #Rehires tr td{
    padding: 8px 8px ;
}
.verify-number input{
    font-family: var(--font);
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding-left: 8px;
    font-size: 14px;
    text-transform: capitalize;
    height: 40px;
    border-radius: 10px;
    outline: none;
    border: 2px solid var(--grey);
    width: 260px;
    max-width: 100%;
}
.fees-main{
    margin-bottom: 100px;
}
.error-alert-text{
    color: red;
}
.gig-userinfo .user-img{
position: relative;
}
.gig-userinfo .user-img .online-circle{
    position: absolute;
    border-radius: 50%;
    background-color: var(--online);
    width: 7.5px;
    height: 7.5px;
    left:16px;
    bottom:0;
}

.section-10 .filter-parent-one .dropdown-menu .slider-container {
    position: relative;
    margin: 20px 0;
}

.section-10 .filter-parent-one .dropdown-menu input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: transparent;
    position: absolute;
    pointer-events: none; /* Disable pointer events on the range inputs */
}

.section-10 .filter-parent-one .dropdown-menu input[type="range"]:nth-child(1) {
    z-index: 3; /* Min slider above everything */
}

.section-10 .filter-parent-one .dropdown-menu input[type="range"]:nth-child(2) {
    z-index: 2; /* Max slider above the track but below the min */
}

.section-10 .filter-parent-one .dropdown-menu .slider-track {
    position: absolute;
    height: 10px;
    background: #ddd;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; /* Ensure track is below the thumbs */
}

.section-10 .filter-parent-one .dropdown-menu .slider-fill {
    position: absolute;
    height: 10px;
    background: var(--primary);
    border-radius: 5px;
    top: 0;
    z-index: 2; /* Ensure fill is above the track */
}

.section-10 .filter-parent-one .dropdown-menu input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: var(--primary);
    border-radius: 50%;
    cursor: pointer;
    top:20px;
    position: relative; /* Allow thumb to be positioned */
    pointer-events: auto; /* Enable pointer events on the thumbs */
    z-index: 4; /* Ensure thumbs are above everything */
}

.section-10 .filter-parent-one .dropdown-menu input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--primary);
    border-radius: 50%;
    cursor: pointer;
}

.section-10 .filter-parent-one .dropdown-menu .price-display {
    font-size: 16px;
color: #001e00 !important;
font-family: "SemiBold";
    margin-top: 30px;
}
.section-10 .filter-parent-one .budget-dropdown{
    height: 100px;
    padding: 15px;
    width: 300px;
}
.section-12 .respo-filter .offcanvas{
    z-index: 1000000;
    --bs-offcanvas-width: 600px;
}
.section-12 .respo-filter {
    max-height: 500px;
    overflow: auto;
}
.successful-alert-box , .error-alert-box{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 460px;
height: 280px;
border-radius: 4px;
background-color: #FFF;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
z-index: 10000000000;
display: flex;
flex-direction: column;
justify-content: normal ;
align-items: center;
padding: 20px 40px;
text-align: center;
z-index: 20001;
transition: all .15s ease-in-out;
display: none;
}
.successful-alert-box-server , .error-alert-box-server{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 460px;
    height: 280px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 10000000000;
    display: flex;
    flex-direction: column;
    justify-content: normal ;
    align-items: center;
    padding: 20px 40px;
    text-align: center;
    z-index: 20001;
    transition: all .15s ease-in-out;
    }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: var(--primary) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: var(--primary) !important;
    color: white;
}
.select2-container{
    display:block !important;
}
.select2-selection__choice__display{
    color:white !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    top:-23px !important;
    color: white !important;
}
.confirm-alert-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 430px;
    height: 200px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 10000000000;
    display: flex;
    flex-direction: column;
    justify-content: normal ;
    align-items: center;
    padding: 20px 40px;
    text-align: center;
    z-index: 20001;
    transition: all .15s ease-in-out;
    opacity: 1;

    display: none; /* Hidden by default */
    }
.successful-alert-box .icon ,  .successful-alert-box-server .icon ,.successfully-Verification .icon  , .error-alert-box .icon, .error-alert-box-server .icon{
    border-radius: 50%;
    background-color: var(--selected-chat);
width: 80px;
height: 80px;
padding: 10px;
}
.successful-alert-box h6 ,.successful-alert-box-server h6 ,.confirm-alert-box h6 , .successfully-Verification h6 , .error-alert-box h6, .error-alert-box-server h6 {
    font-family: var(--font2);
    font-size: 19px;
}
.confirm-alert-box  span{
    font-family: "Arial";
    font-weight: 800;
}
.successful-alert-box p ,.successful-alert-box-server p , .confirm-alert-box p , .successfully-Verification p{
    font-family: var(--font3);
    color: var(--greyfont);
    font-size: 13px;
}
.successful-alert-box button , .successful-alert-box-server button , .confirm-alert-box button , .successfully-Verification button ,.error-alert-box button, .error-alert-box-server button {
    background-color: var(--primary);
    outline: none;
    border: none;
    font-family: var(--font3);
    font-size: 12px;
    margin-top: 10px;

    height: 39px;
    border-radius: 8px;
    width: 140px;
    color: #fff;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark background with reduced brightness */
    display: none; /* Hidden by default */
    z-index: 20000;
}
.overlay-server {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark background with reduced brightness */
    z-index: 20000;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) , .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.confirm-alert-box .cancel{
    background-color: #fff;
    border: 2px solid var(--border1);
    color: #000;
}
.chart-container {
    width: 80%;
    max-width: 800px;
}
canvas {
    background: #fff;
    border: 1px solid #ccc;
}
.section-12 .filters-parent .search-box{
display: flex;
justify-content: normal;
align-items: center;
height: 35px;
border-radius: 32px;
border: 2px solid var(--border1);
padding-left: 7px;
}
.section-12 .filters-parent .search-box input{
    border-radius: 32px;
    border: none;
    padding-left: 8px;
    outline: none;
    font-size: 12px;
    background-color: transparent;
}
.section-12 .filters-parent .search-box   i {
    font-size: 12px;
}
.section-12 .filters-parent button{
    font-size: 12px !important;
    border-radius: 8px !important;
    padding: 0 15px !important;
    height: 30px !important;
}
.section-12 table .truncate-td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px; /* Set a reasonable width based on your layout */
     /* Keep it inline to behave well within table cells */
    vertical-align: top; /* Align content properly */
    position: relative;
}
.section-12 table td .truncate-td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px; /* Set a reasonable width based on your layout */
     /* Keep it inline to behave well within table cells */
    vertical-align: top; /* Align content properly */
    position: relative;
    min-width: 200px;
    margin-bottom: 0px;
    font-size: 12px;
    cursor: pointer;
}

#proceed-button{
    opacity: .50;
    transition: all .15s ease-in-out;
}
.input-group {

    position: relative;
}

     /* Hide the eye icon on Microsoft Edge */
   .input-group  input[type="password"]::-ms-reveal {
        display: none;
    }

.check-icon {
    display: none;
    position: absolute;
    right: 30px;
    top: 70%;
    transform: translateY(-50%);
    font-size: 24px;
    color: green;
}

#togglePassword{
    position: absolute;
    right: 10px;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #333;
}
#toggleConfirmPassword{
    position: absolute;
    right: 10px;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #333;
}
.successfully-Verification{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 450px;
    height: 280px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 10000000000;
    display: none;
    flex-direction: column;
    justify-content: normal ;
    align-items: center;
    padding: 20px 40px;
    text-align: center;
    z-index: 20001;
    transition: all .15s ease-in-out;
}
.section-10 .filter-parent-one .Category-btn , .number-dropdown-btn{
    padding: 10px 27px;
    border-radius: 8px;
    background-color: #fff;
    font-size: 16px;
    border: 1px solid var(--grey);
    font-family: 'SemiBold';
    height: 47px;
    text-transform: none;
    /* font-weight: 600; */
    color: #000;
    text-decoration: none;
    display: block;
}
.section-10 .filter-parent-one .Category-btn:hover , .number-dropdown-btn:hover{
    background-color: #f5f5f5;
    transition: all .15s ease-in-out;
}
.section-10 .filter-parent-one .category-dropdown , .number-dropdown{
    min-width:240px !important   ;
    width: 350px !important;
    padding: 24px;
    border-radius: 4px;
    border: 1px solid #e4e5e7;
    box-shadow: 0 12px 18px rgba(0, 0, 0, .14);;
    max-height: 413px;
    overflow: auto;
}
.section-10 .filter-parent-one .category-dropdown .dropdown-item , .number-dropdown .dropdown-item {
    display: flex;
 margin: 0px;
 padding: 0px;
    justify-content: space-between;
    color: #404145;
    font-size: 14px;
    font-family: var(--SemiBold);

}
.section-10 .filter-parent-one .category-dropdown span{
     color:  #b5b6ba ;
     font-family: var(--Book);
}
.section-10 .filter-parent-one .category-dropdown li , .number-dropdown li{
    padding: 6px 16px !important;
    border-radius: 8px;
    margin: 0 -8px;
}
.section-10 .filter-parent-one .category-dropdown li:hover , .section-10 .filter-parent-one .category-dropdown li.active , .number-dropdown li.active , .number-dropdown li:hover{
    background-color: #f5f5f5 !important ;
    text-decoration: none;
    cursor: pointer;
    transition: all .15s ease-in-out;
}
.section-10 .filter-parent-one .category-dropdown li .dropdown-item:active , .number-dropdown .dropdown-item:active {
    background-color: #f5f5f5 !important ;
    text-decoration: none !important;
}
.number-dropdown-btn{
    border: 2px solid var(--grey);
    border-radius: 10px;
    height: 40px;
    display: inline-block   ;
    padding: 8px 15px  !important;
    font-size: 14px;
}
.number-dropdown {
    padding: 15px !important;
    width: 150px !important;
    min-width: 150px !important;
    height: 250px;
}
.header-2 .slider li  a{
text-decoration: none;
color: inherit;

}
.section-12 .custom-tooltip {
    position: absolute;
    overflow: hidden;
    z-index: 10; /* Higher z-index to ensure it's above the table */
    top: 40px;
    width: 330px;
    max-width: 330px;
    left: 0;
    display: none;

    padding: 14px;
    background-color: white; /* Optional: To make it more visible */
    border: 1px solid #ccc; /* Optional: To define the tooltip border */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Optional: Add some shadow for better visibility */
}
.section-12 .custom-tooltip p{
    font-size: 12px;
    color: var(--greyfont);

}
.section-12 table td .truncate-td:hover~.custom-tooltip{
    display: block;
    cursor: pointer;

}
.chat-box {
    position: absolute;
    flex-direction: column;
    height: 385px;
    width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: none;
    opacity: 0;
    background-color: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
    top: 40px;
    left: 40%;
    z-index: 100000000;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .05);
    transition: opacity 0.3s ease;
}

.notification-box {
    position: absolute;
    flex-direction: column;
    height: auto;
    width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: none;
    opacity: 0;
    background-color: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
    top: 40px;
    left: 70%;
    z-index: 100000000;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .05);
    transition: opacity 0.3s ease;
}

.chat-box.show {
    display: flex;
    opacity: 1;
}

.notification-box.show {
    display: flex;
    opacity: 1;
}

.chat-box .header{
    --webkit-box-align: center;
    align-items: center;
    color: #404145;
    display: flex;
    font-size: 14px;
    border-bottom: 1px solid #e4e5e7;
    padding: 12px 16px;
    font-family: var(--font2);

}

.notification-box .header{
    --webkit-box-align: center;
    align-items: center;
    color: #404145;
    display: flex;
    font-size: 14px;
    border-bottom: 1px solid #e4e5e7;
    padding: 12px 16px;
    font-family: var(--font2);

}
.chat-box .header span i {
font-size: 16px;
    margin-right: 8px;
    color: #404145;
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.notification-box .header span i {
    font-size: 16px;
        margin-right: 8px;
        color: #404145;
        background: none;
        border: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
.chat-box .footer{
    border-top: 1px solid #e4e5e7;
    line-height: 20px;
    padding: 5px 15px;
display: flex;
justify-content: end;
align-items: center;

    box-sizing: border-box;
    height: 32px;
}

.notification-box .footer{
    border-top: 1px solid #e4e5e7;
    line-height: 20px;
    padding: 5px 15px;
display: flex;
justify-content: end;
align-items: center;

    box-sizing: border-box;
    height: 32px;
}
.chat-box .footer a{

    font-size: 13px;
    font-family: var(--font2);
    color: #446ee7;
    text-decoration: none;
}
.notification-box .footer a{

    font-size: 13px;
    font-family: var(--font2);
    color: #446ee7;
    text-decoration: none;
}
.chat-box .footer a::before{
background-color: #fff;
}
.notification-box .footer a::before{
    background-color: #fff;
    }
.chat-box .body{
    height:300px;
    overflow: auto;
}
.notification-box .body{
    height:300px;
    overflow: auto;
}
.chat-box .body::-webkit-scrollbar {
    width: 10px;
}
.notification-box .body::-webkit-scrollbar {
    width: 10px;
}
.chat-box .body::-webkit-scrollbar-thumb {
    background-color: #ccc;

}
.notification-box .body::-webkit-scrollbar-thumb {
    background-color: #ccc;

}
.chat-box a{
    padding: 0px !important;
}
.notification-box a{
    padding: 0px !important;
}
.chat-box .body .single-chat{
    cursor: pointer;
    padding: 15px 10px;
    border-bottom: 1px solid #e4e5e7;
    display: flex;
    justify-content: normal;
    align-items: center;
    gap:10px
}
.notification-box .body .single-chat{
    cursor: pointer;
    padding: 15px 10px;
    border-bottom: 1px solid #e4e5e7;
    display: flex;
    justify-content: normal;
    align-items: center;
    gap:10px
}
.chat-box .body .single-chat div img{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 1px solid var(--border1);
}
.notification-box .body .single-chat div img{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 1px solid var(--border1);
}
.chat-box .body .single-chat h6{
    font-size: 14px;
    margin-bottom: 0px;
    color: #404145;
    font-family: var(--font2);
}
.notification-box .body .single-chat h6{
    font-size: 14px;
    margin-bottom: 0px;
    color: #404145;
    font-family: var(--font2);
}
.chat-box .body .single-chat h6 span{
    font-family: var(--font3);
    color: var(--greyfont);
    font-size: 12px;

}

.notification-box .body .single-chat h6 span{
    font-family: var(--font3);
    color: var(--greyfont);
    font-size: 12px;

}
.chat-box .body .single-chat p{
    margin-bottom: 0px;
    font-size: 13px;
    font-family: var(--font3);
    color: #404145;
}
.notification-box .body .single-chat p{
    margin-bottom: 0px;
    font-size: 13px;
    font-family: var(--font3);
    color: #404145;
}
.chat-box .body .single-chat span{
    font-size: 10px;
    font-family: var(--Regular);
    color:var(--greyfont);
}

.notification-box .body .single-chat span{
    font-size: 10px;
    font-family: var(--Regular);
    color:var(--greyfont);
}
.chat-box .body .single-chat:hover{
    background-color: var(--selected-chat);
    transition: all .15s ease-in-out;
}
.notification-box .body .single-chat:hover{
    background-color: var(--selected-chat);
    transition: all .15s ease-in-out;
}
.header-1 .second-container{
    position: relative;
}
.counter{
    background-color: var(--primary) !important;
}
.badge{
    background-color: var(--primary) !important;

}
#emptyCounterButton{
    background: #BE0005;
    border-radius: 4px;
    font-size: 13px !important;
    color: #fff;
    padding: 3px 15px;
    height: 29px;
    width: 165px;
}
.section-2 video{
    display: block;
    height: 400px;
    max-width: 460px;
    border-radius: 6px;
}
#offcanvasPostJob{
    z-index: 10000000000;
    --bs-offcanvas-width: 500px;
}
#offcanvasPostJob .offcanvas-header .btn-close{
         --bs-btn-close-opacity: 1;
}
#offcanvasPostJob .offcanvas-header .offcanvas-title{
    font-family: var(--font2);

}
.question-mark{
    font-family: "Arial" !important;
}
#offcanvasPostJob  .offcanvas-body div label{
    font-size: 14px;
    color: #222325;
}
#offcanvasPostJob  .offcanvas-body div textarea{
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 18px;
margin-top:6px;
height: auto;
box-sizing: border-box;
resize: none;
width: 85%;
min-height: 400px;

}
#jobDescriptionInput{
    width: 100% !important;
}
#offcanvasPostJob  .offcanvas-body div textarea::placeholder{
    color: rgba(98, 100, 106, 0.687);
}
#offcanvasPostJob  .offcanvas-footer{

    padding: 24px 32px;
    border-top: 1px solid #e4e5e7 ;
    width: 100%;
}
#offcanvasPostJob  .offcanvas-footer #continueButton{
    background-color: #222325;
    font-size: 14px;
    line-height: 24px;
    height: 41px;
    color: #fff;
   font-family: var(--SemiBold);
    border-radius: 8px;
    padding: 8px 16px;
    border: none;
    outline: none;
    /* cursor: not-allowed; */
    /* transition: opacity 0.3s ease; */
}
#offcanvasPostJob  .step-content {
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  #offcanvasPostJob  .fade-out {
    opacity: 0;
  }

  #offcanvasPostJob  .fade-in {
    opacity: 1;
  }

  #offcanvasPostJob  .loader {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  #offcanvasPostJob  .loader.active {
    display: flex;
  }

  #offcanvasPostJob  .loader div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #007bff;
    animation: loader-animation 0.6s infinite alternate;
  }

  @keyframes loader-animation {
    0% { transform: scale(1); }
    100% { transform: scale(1.5); }
  }

  #offcanvasPostJob  .hidden {
    display: none;
  }
  #offcanvasPostJob h6{
    font-size: 20px;
    color: #222325;
    font-family: var(--SemiBold);
  }
  #skipButton {
font-size: 16px;
background-color: transparent;

color: #000;
display: none;
border: none;
outline: none;
  }
  #offcanvasPostJob #step3 div p{
    margin-bottom: 0px;
    font-family: var(--SemiBold);

  }
  #offcanvasPostJob #step3 div  input{
    width: 16px;
    height: 16px;
  }
  #offcanvasPostJob #step4 p{
    font-size: 14px  ;
    margin-bottom: 0px;
  }
  #offcanvasPostJob #step4 .input-field-box
  {
    background-color: #FAFAFA;
    border-radius: 16px;
padding: 15px 13px;
  }
  #offcanvasPostJob #step4 .input-field-box i{
    cursor: pointer;
  }
  #offcanvasPostJob #step4 .input-field-box h4{
    font-size: 13px;
    font-family: var(--font2);
  }
  #offcanvasPostJob #step4 .input-field-box p{
    font-size: 15px;
  }
  #offcanvasPostJob .edit-options-timeline h6 , #offcanvasPostJob .edit-options-budget h6{
    font-size: 14px;
  }
  #offcanvasPostJob .edit-options-timeline ,#offcanvasPostJob .edit-options-budget {
    background-color: #FAFAFA;
    border-radius: 16px;
padding: 15px 13px;
  }
  #offcanvasPostJob .edit-options-timeline .buttons button ,  #offcanvasPostJob .edit-options-budget .buttons button{
    font-size: 12px;
    border: 1.5px solid #000;
    color: #000;
    font-family: var(--SemiBold);
    border-radius: 8px;
    outline: none;
    background-color: transparent;
    padding: 6px;
  }
  #offcanvasPostJob .edit-options-timeline .buttons button:nth-child(1), #offcanvasPostJob .edit-options-budget .buttons button:nth-child(1){
    border: none;
  }
  #offcanvasPostJob .edit-options-budget #budgetNumber , #specificDateDays{
    border: 1.9px solid #000 ;
outline: none;
background-color: transparent;
border-radius: 8px;
font-size: 12px;
font-family: var(--SemiBold);
height: 35px;
width: 200px;
padding-left: 5px;
  }
  #offcanvasPostJob  #missingFieldsButton{
    background-color: transparent;
    font-size: 16px;
    font-family: var(--SemiBold);
    color: #222325;
    border: none;
    outline: none;
    text-decoration: underline;
  }
  .section-16 .offcanvas-backdrop , .section-11 .offcanvas-backdrop {
    z-index: 10000;
  }
  .google-review-box
  {
    z-index: 10;
    padding-left: .75rem;
    padding-right: .75rem;
    background-color: rgb(255 255 255/1);
    border-radius: .25rem;
    position: fixed;
    left: .25rem;
    width: 180px;
border: 1px solid var(--border1);
        bottom: 1.25rem;
  }

.google-review-box  #cross-mark{
        position: absolute;
    height: 15px;
    width: 15px;

    line-height: 1rem;
    right: .25rem;
    top: .25rem;
    cursor: pointer;
}
.google-review-box   a{
    font-size: 12px;
    color: rgb(31, 78, 121);
}
#dateInputContainer .date-labels{
    font-size: 12px;
    text-align: center;
}
#dateInputContainer #dateSlider{
    width: 100%;
}
#dateSlider::-webkit-slider-runnable-track {
    width: 100%;
    height: 15px;

    border-radius: 16px;
  }

.banner-image-selector .body-section div img{
    width: 110px;

    height:96px;
    object-fit: fill;
    cursor: pointer;
}
.banner-image-selector .body-section .uploaded-banner-preview{
    width: 280px;
    height: 96px;
}

#cropModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    z-index: 1000;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-width: 90vw;
    max-height: 80vh;
    overflow: hidden;
}
.crop-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 80vh;
    overflow: hidden;
}
#cropImage {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}
.crop-actions {
    margin-top: 10px;
    text-align: right;
}
.crop-actions #resetCrop{
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--greyfont);
    border: 2px solid var(--border1);

}
.contact-info-box .personal-info-input-group .ck-editor {
    width: 100%;
}
.section-16 .contact-info-box .personal-info-input-group .tags-input {
    width: 100%;
}
.find-work-table-area{
    padding: 0px 10px;
    width: 100%;
}
.offer-message-area {
    border: 2px solid var(--border1);
    width: 0;
    min-height: 80vh;
    opacity: 0;
    display: none;
    background-color: #FBFBFB;
    padding: 20px 0;
    overflow: hidden;
    transition: width 0.5s ease, opacity 0.5s ease;
}

.offer-message-area.show {
    display: block;
    width: 400px;
    opacity: 1;
}

.offer-message-area .navigation-area .toggle-offer ,.offer-message-area .navigation-area .toggle-message  {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;

    padding: 10px;


}
.offer-message-area .navigation-area div a{
    text-decoration: none;
    color: var(--primary);
    font-size: 22px;
    font-family: var(--font2);
}
.chevron-down {
    transform: rotate(90deg);
  }

  .message-send-area p{
    color: var(--greyfont);
    font-family: var(--font3);
    font-size: 13px;
  }
 .message-send-area label{

    font-family: var(--font2);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
  }

  .message-send-area  textarea{
      height: 200px;
    border-radius: 8px;
    border: 2px solid var(--border1);
    padding-left: 5px;
    outline: none;
    resize: vertical;
width: 95%;
}
  .message-send-area{
    padding: 10px 10px;
  }
  .offer-message-area .section-13 .job-attachment input{
    width: 100%;
    max-width: 100%;
  }
  .offer-message-area  .section-13 .job-details, .offer-message-area .section-13 .job-timeline, .offer-message-area .section-13 .job-budget, .offer-message-area .section-13 .job-proposal, .offer-message-area .section-13 .job-attachment, .offer-message-area .section-14 .job-detail {
    border: none !important;
    padding: 0px !important;
  }
  .input-group-text {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .offer-message-area .fa-xmark{
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 10px;
    cursor: pointer;
  }
.section-1 video{
    display: block;
    max-width: 100%;
    min-width: 100%;
border-radius: 6px;
}
.section-21 h1{
    color: var(--primary);
    letter-spacing: -.035em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "semiBold", sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 5px;
}
.section-21 h6{
    margin-bottom: 30px;
    color: var(--neutral--up-black);
    letter-spacing: -.035em;
    font-family: "SemiBold", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.1em;
    margin-top: 0px;

}
.section-21  .profile-box img{
    object-fit: contain;
    /* border: 1px solid var(--border1); */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    max-width: 100%;
    display: inline-block;
}
.section-21  .profile-box h3{
    color: #001e00;
    letter-spacing: -.032em;
    font-family: "SemiBold", sans-serif;

    line-height: 1em;
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.section-21  .profile-box p{
    color:#001e00 ;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
    letter-spacing: 0.6px;
    font-family:"SemiBold";
}
.section-21 .content p{
    margin-bottom: 15px;
    /* letter-spacing: .6px; */
color: #5e6d55;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.section-21 .content{
    width: 80%;
    margin-top: 20px;
}
.section-21 .content p.strong{
    letter-spacing: -.02em;
font-size: 22px;
color: var(--primary);
line-height: 1.1em;
}
.section-21 .content strong{

    color: #001e00 ;

    letter-spacing: .6px;
   margin-top: 0px;
    font-size: 16px;

    font-family:"Regular";
    line-height: 22px;
}
.section-21 .content-footer h3{
    margin-bottom: 30px;
    color: var(--primary);
    letter-spacing: -.06em;
    font-family: "semiBold", sans-serif;
    font-size: 45px;

    line-height: 1em;
}
.section-21 .title{
    font-size: 30px;
    color: #001e00;
    margin-bottom: 20px;
}
.section-21 .content-footer button{
    /* color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: var(--primary);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    font-family: "SemiBold", sans-serif;
    font-size: 16px;
    border: none;
    outline: none;

    line-height: 16px;
    transition: background-color .2s;
    display: flex; */
}
.contact-item-box{
    background-color: #f7faf7;
    width: 360px;
    height: 160px;
    max-width: 100%;
    border-radius: 10px;
    justify-content: space-between;
    padding: 15px;
    text-decoration: none;
    display: flex;
}
.contact-item-box div h5{
    color: #001e00;
    letter-spacing: -.02em;
    margin-bottom: 10px;
    font-family: "SemiBold", sans-serif;
    font-size: 22px;

    line-height: 1.1em;
}
.contact-item-box div a{
    color: #1f57c3;
    font-family: "semibold";

}
.section-21 .location-box{
    background-color:#f7faf7;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
    width: 600px;
    height: 168px;
    margin-bottom: 20px;
}
.section-21 .location-box h5{
    letter-spacing: -.02em;
    margin-bottom: 10px;
    font-family: "SemiBold", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #001e00;
    line-height: 1.1em;
}
.section-21 .location-box p{
    color: var(--greyfont);
    font-family: "Medium";
    font-size: 17px;
}
#offcanvasBuy, #offcanvasBuyStandard{
    z-index: 100000;
    --bs-offcanvas-width: 500px;
}
#offcanvasBuy .offcanvas-title,
#offcanvasBuyStandard .offcanvas-title,
#offcanvasBuyPremium .offcanvas-title
{
    font-size: 16px;
    line-height: 24px;
    color: #404145;
    font-family: var(--font2);
}
#offcanvasBuy .offcanvas-header, #offcanvasBuyStandard .offcanvas-header, #offcanvasBuyPremium .offcanvas-header  {
    border-bottom: 1px solid #b5b6ba    ;
}
#offcanvasBuy .offcanvas-body, #offcanvasBuyStandard .offcanvas-body, #offcanvasBuyPremium .offcanvas-body{
    padding:24px 20px 20px;
    }
#offcanvasBuy .offcanvas-body .package .title h6 ,   #offcanvasBuy .offcanvas-body .bill-box div h6 ,  #offcanvasBuy .offcanvas-body .quantity .title h6,
#offcanvasBuyStandard .offcanvas-body .package .title h6 ,   #offcanvasBuyStandard .offcanvas-body .bill-box div h6 ,  #offcanvasBuyStandard .offcanvas-body .quantity .title h6,
#offcanvasBuyPremium .offcanvas-body .package .title h6 ,   #offcanvasBuyPremium .offcanvas-body .bill-box div h6 ,  #offcanvasBuyPremium .offcanvas-body .quantity .title h6
 {
        color: #404145;
font-size: 18px;
font-family: "SemiBold";
    }
#offcanvasBuy .offcanvas-body .package .title h5 , #offcanvasBuy .offcanvas-body .quantity-title ,    #offcanvasBuy .offcanvas-body .quantity .title h5 , #offcanvasBuy .offcanvas-body .delivery-box .title h6 ,  #offcanvasBuy .offcanvas-body .delivery-box .body h5,
#offcanvasBuyStandard .offcanvas-body .package .title h5 , #offcanvasBuyStandard .offcanvas-body .quantity-title ,    #offcanvasBuyStandard .offcanvas-body .quantity .title h5 , #offcanvasBuyStandard .offcanvas-body .delivery-box .title h6 ,  #offcanvasBuyStandard .offcanvas-body .delivery-box .body h5,
    #offcanvasBuyPremium .offcanvas-body .package .title h5 , #offcanvasBuyPremium .offcanvas-body .quantity-title ,    #offcanvasBuyPremium .offcanvas-body .quantity .title h5 , #offcanvasBuyPremium .offcanvas-body .delivery-box .title h6 ,  #offcanvasBuyPremium .offcanvas-body .delivery-box .body h5{
        color: #404145;
font-size: 16px;
font-family: "SemiBold";
    }
#offcanvasBuy .offcanvas-body .package  .body p, #offcanvasBuyStandard .offcanvas-body .package  .body p,
#offcanvasBuyPremium .offcanvas-body .package  .body p{
        color: #404145;
        font-size: 14px;
        line-height: 24px;
        font-family: "Medium";
    }
    #offcanvasBuy .offcanvas-body .package ,  #offcanvasBuyStandard .offcanvas-body .quantity .title,
    #offcanvasBuyPremium .offcanvas-body .package,#offcanvasBuyPremium .offcanvas-body .quantity .title, {
        border-bottom: 1px solid #dadbdd;

    }
    #offcanvasBuy .offcanvas-body .quantity,  #offcanvasBuyStandard .offcanvas-body .quantity,
    #offcanvasBuyPremium .offcanvas-body .quantity, #offcanvasBuyPremium .offcanvas-body .quantity{
        border:2px solid #404145;
border-radius: 8px;
        cursor: default;
        padding: 15px 19px;
        margin-top: 15px;
    }
    #offcanvasBuy .offcanvas-body .quantity .body h4, #offcanvasBuyStandard .offcanvas-body .quantity .body h4
    , #offcanvasBuyPremium .offcanvas-body .quantity .body h4{
        color: #404145;
        line-height: 21px;
        font-family: "Medium";
        font-size: 14px;
    }
    #offcanvasBuy .offcanvas-body .quantity .body .quantity-box button,
    #offcanvasBuyStandard .offcanvas-body .quantity .body .quantity-box button,
    #offcanvasBuyPremium .offcanvas-body .quantity .body .quantity-box button{
        border: 1px solid #dadbdd;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    background-color: #fff;
    outline: none;
    line-height: 21px;
    transition: .2s ease-in-out;
        font-family: "Medium";
        font-size: 18px;
        color: #404145;

    }
    #offcanvasBuy .offcanvas-body .quantity .body .quantity-box button:hover,
    #offcanvasBuyStandard .offcanvas-body .quantity .body .quantity-box button:hover,
    #offcanvasBuyPremium .offcanvas-body .quantity .body .quantity-box button:hover{
        border: 1px solid  #74767e;
    }
    #offcanvasBuy .offcanvas-body .quantity .body .quantity-box label,
    #offcanvasBuyStandard .offcanvas-body .quantity .body .quantity-box label,
    #offcanvasBuyPremium .offcanvas-body .quantity .body .quantity-box label{
        font-size: 14px;
        line-height: 21px;
        margin-left: 12px;
        margin-right: 12px;
        font-family: "Medium";


    }
    #offcanvasBuy .offcanvas-body .delivery-box,
    #offcanvasBuyStandard .offcanvas-body .delivery-box,
    #offcanvasBuyPremium .offcanvas-body .delivery-box
    {
      border-radius: 8px;
      margin-top: 15px;

      border: 1px solid var(--border1);
        padding: 15px 19px;
    }
    #offcanvasBuy .offcanvas-body .delivery-box .popular-icon,
    #offcanvasBuyStandard .offcanvas-body .delivery-box .popular-icon,
    #offcanvasBuyPremium .offcanvas-body .delivery-box .popular-icon{
        border-color: rgb(68, 110, 231);
        display: BLOCK;
        background-color: rgb(68, 110, 231);
        color: rgb(255, 255, 255);
        border-radius: 999px;
        font-size: 9px !important;
        font-weight: 600;
        padding: 3px 7px 2px;
    }
    #offcanvasBuy .offcanvas-body .delivery-box input,
    #offcanvasBuyStandard .offcanvas-body .delivery-box input,
    #offcanvasBuyPremium .offcanvas-body .delivery-box input{
height: 18px;
width: 18px;
    }
    #offcanvasBuy .offcanvas-body .bill-box,
    #offcanvasBuyStandard .offcanvas-body .bill-box,
    #offcanvasBuyPremium .offcanvas-body .bill-box{
        background-color: #f5f5f5;
        border-radius: 8px;
        color: #404145;
        margin-bottom: 6rem;
        padding: 24px 32px;
        margin-top: 15px;
    }
    #offcanvasBuy .offcanvas-body .bill-box div h6,
    #offcanvasBuyStandard .offcanvas-body .bill-box div h6,
    #offcanvasBuyPremium .offcanvas-body .bill-box div h6{
        font-family: var(--font2) !important;
        font-size: 20px;
    }
    #offcanvasBuy .offcanvas-body .bill-box .title,
    #offcanvasBuyStandard .offcanvas-body .bill-box .title,
    #offcanvasBuyPremium .offcanvas-body .bill-box .title{
        border-bottom: 1px solid #dadbdd;

    }
    #offcanvasBuy .offcanvas-body .bill-box ul li,
    #offcanvasBuyStandard .offcanvas-body .bill-box ul li,
    #offcanvasBuyPremium .offcanvas-body .bill-box ul li{
        display: flex;
        list-style-type: none;
        justify-content: normal;
        align-items: baseline;
        gap: 10px;
        margin-bottom: 10px;
    }
    #offcanvasBuy .offcanvas-footer button,
    #offcanvasBuyStandard .offcanvas-footer button,
    #offcanvasBuyPremium .offcanvas-footer button{
        padding: 15px 24px;
    width: 100%;

    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-family: var(--semiBold);
    line-height: 100%;
    /* padding: 12px 24px; */
    background-color: #000;
    color: #fff;
    position: relative;
    text-align: center;
    }
    #offcanvasBuy  .offcanvas-footer,
    #offcanvasBuyStandard .offcanvas-footer,
    #offcanvasBuyPremium .offcanvas-footer{
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 24px 20px 20px;
        background: #fff;
        border-top: 1px solid #b5b6ba;
        width: 100%;
        padding-bottom: 30px;
    }
    #offcanvasBuy .offcanvas-body .bill-box ul li p,
    #offcanvasBuyStandard .offcanvas-body .bill-box ul li p,
    #offcanvasBuyPremium .offcanvas-body .bill-box ul li p{
        position: relative;
        top: 3px;
        margin-bottom: 0px;
        font-size: 14px;
        font-family: var(--font2);
    }
    .section-22 nav{
        font-size: 16px;
        font-family: "semiBold";

    }
    .section-22 nav ul{
        display: flex;
        gap: 10px;
    }
    .section-22 nav .circle-span{
        margin-right: 8px;
        background: #222325 !important;


    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    height: 25px;
display: flex;
justify-content: center;
align-items: center;

    text-align: center;
    width: 25px;
    }
    .section-22 nav .circle-span svg{
        width: 14px;
    height: 14px;
    fill: #fff;
    }
    .section-22 nav ul li a{
        text-decoration:none ;
        color: inherit;
        cursor: not-allowed;
    }
    .section-22 nav ul li a.non-active{
        color: #b5b6ba;
    }
    .section-22 nav ul li{
        list-style: none;
        display: flex;
        justify-content: normal;
        align-items: center;

    }
    .section-22 nav ul li .arrow-span{
        width: 7px;
    height: 7px;
position: relative;
top: -3px;
    margin: 0 16px;
    fill: #62646a;
    display: inline-flex;
}
    .section-22 .confirm-pay-parent{
        background-color: #fff;
        margin: 0;
        padding: 32px 32px 64px;
        width: 100%;
        box-sizing: border-box;
        min-height: calc(80vh - 160px);
    }
    .section-22 .confirm-pay-parent .payment-box {
        margin-bottom: 24px;
        border: 1px solid #efeff0;
        border-radius: 4px;
    }
    .section-22 .confirm-pay-parent .payment-box .header {
        padding: 16px;
        background-color: #fafafa;
        border-bottom: 1px solid #efeff0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .section-22 .confirm-pay-parent .payment-box .header h6{
        font-size: 16px;
        font-family: var(--font2);
        color: #404145;
        margin-bottom: 0px;
    }
    .p-20{
        padding: 20px;
    }
    .section-22 .confirm-pay-parent .payment-box .body p{
        color: rgb(98, 100, 106);
        font-size: 16px;
    }
    .section-22 .confirm-pay-parent .payment-box .body strong{
        color: rgb(98, 100, 106);
        font-family: "SemiBold";

    }
    .section-22 .confirm-pay-parent .payment-box .body button{
        max-width: fit-content;
        height: 42px;
        border: 1px solid #000;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
    font-family: "SemiBold";
        line-height: 100%;
        padding: 12px 24px;
        background-color: #fff;
        color: #000;
        position: relative;
        text-align: center;
        text-decoration: none;
    }
    .section-22 #AddDetailsModal{
        --bs-modal-width: 600px;
    height: 80vh;
    z-index: 1000000;
    }
    .section-22 #AddDetailsModal .modal-title{
        color:#404145;
        font-size: 24px;
        font-family: var(--font2);
    }
    .section-22 #AddDetailsModal form{
        padding: 0px 32px;
    }
    .section-22 #AddDetailsModal form .input-box{
        margin: 16px 0;
        width: 100%;
    }
    .section-22 #AddDetailsModal form .input-box label , .section-22 .part-1 .input-box label{
        color: #404145;
font-family: "SemiBold";
font-size: 16px;
    margin-bottom: 8px;
    }
    .section-22 #AddDetailsModal form .input-box input[type="text"],.section-22 #AddDetailsModal form .input-box input[type="number"] ,.section-22 #AddDetailsModal form .input-box input[type="email"],  .section-22 #AddDetailsModal form .input-box select , .section-22 .part-1 .input-box input{
        border: 1px solid #c5c6c9;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top-left-radius:4px !important;
        border-bottom-left-radius:4px !important;
        font: inherit;
        padding: 8px 12px;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        width: 100%;
        background-color: #fff;
        outline: none;
        font-family: "Medium";
        font-size: 14px;
        color: rgb(64, 65, 69);
    }
    .section-22 #AddDetailsModal .modal-footer button{
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
     font-family: "Semibold";
        line-height: 100%;
        padding: 12px 24px;
        position: relative;
        text-align: center;
        text-decoration: none;
        background-color: #efeff0;
        margin-right: 8px;
        color: #404145;
    }
    .section-22 #AddDetailsModal .modal-footer button.save-btn{
        background-color:#000 ;
        color: #fff;
    }
    .section-22 #AddDetailsModal input[type="checkbox"]{
        height: 18px;
        width: 18px;
    }

    .text-use{
        color: #404145 !important;
    }
    .section-22  .part-1 .credit-card-area{

        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
justify-content: normal;
        display: flex;
height: 50px;
        gap: 15px;

    }
    .section-22  .part-1 .payment-box .content{
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06);
    padding: 24px 18px;
    border-top: 1px solid #efeff0;
    /* padding-left: 40px; */
    }
    .section-22  .part-1  .credit-card-input .lock-icon{
        position: absolute;

    height: 20px;
    width: 20px;
    background:url("https://fiverr-res.cloudinary.com/image/upload/f_png,q_auto/v1/attachments/generic_asset/asset/2dc1d5932910ddcb9ffb76726ad76df9-1707320628574/lockIcon.svg") no-repeat left;
    right: 6px;
    top: 9px;
    }

    .section-22  .part-1  .credit-card-input  input[type=number]::-webkit-inner-spin-button,
    .section-22  .part-1  .credit-card-input  input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.section-22  .part-1  .credit-card-input  input[type=number]::placeholder{
    color: #0000004c;
    font-family: "Medium";
}
.section-22 .part-1 .cardholder-span{
    color: #74767e;
    font-family: "Medium";
    font-size: 13px;
    margin-top: 6px;
}

.section-22  .part-1  .content label{
    color: #222325;
    font-family: var(--font3);
    font-size: 15px;
}
.section-22 .part-2{
    padding: 0 16px;
    margin-top: 16px;
}
.section-22 .part-2 .order-details{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fafafa;
    border-bottom: none;
    padding: 16px 24px;
    border: 1px solid #e4e5e7;
    width: 377px;
}
.section-22 .part-2 .order-details-header{
    display: flex;
    padding-bottom: 16px;
}
.section-22 .part-2 .order-details-header img{
    border-radius: 4px;
    height: 70px;
    margin-right: 16px;
    -o-object-fit: fill;
    object-fit: fill;
    width: 110px;
}
.section-22 .part-2 .order-details-header h3{
    font-size: 16px;
    color: #62646a;
    font-family: var(--font2);
    margin-bottom: 4px;
    text-align: left;
    line-height: 140%;
}
.section-22 .part-2 .order-details .order-details-general{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 16px 0;
    text-align: left;
}
.section-22 .part-2 .order-details .order-details-general span{
    color: #62646a;
    font-size: 16px;
    line-height: 140%;
    font-family: var(--font2);
}
.section-22 .part-2 .order-details .order-details-general p{
    color: #62646a;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 140%;
    font-family: "Medium";
}
.section-22 .part-2 .order-details .ordr-details-item-container li{

    display: flex;
gap: 15px;
    line-height: 140%;
    padding: 6px 0;
    list-style-type: none;
}
.section-22 .part-2 .order-details .ordr-details-item-container li p{
color: #62646a;
font-family: var(--font3);
    font-size: 16px;
    justify-content: normal;
    align-items: center;
    margin-bottom: 0px;
    position: relative;
    top:2px;
}
.section-22 .part-2  .summary{
    border: 1px solid #efeff0;
    border-radius: 0;
    padding: 16px 24px;
    width: 377px;
}
.section-22 .part-2 .summary-table{
    border-bottom: 1px solid #efeff0;
    margin-bottom: 16px;
    padding: 0 0 16px;
}

.section-22 .part-2 .summary-table span{
    color:#62646a ;
    font-family: "SemiBold";
}
.section-22 .part-2 .summary-footer{
    padding: 0 0 16px;
}
.section-22 .part-2 .summary-footer .total-price span{
    color: rgb(98, 100, 106);
    font-size: 18px;
    font-family: var(--font2);
    margin-bottom: 4px;
}
.section-22 .part-2 .summary-footer .total-delivery-time span{
    color: #62646a;
    font-size: 16px;
    font-family: var(--semiBold);
    margin-bottom: 4px;
}
.section-22 .part-2  .pay-button-component button{
    background-color: #000;
    width: 100%;
    color: #fff;
    padding: 12px 24px;
    outline: none;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    font-family: 'SemiBold';
}
.section-22 .part-2  .pay-button-component .secure-box {
    color: #62646a;
    font-size: 14px;
    font-family: "Medium";
    gap: 8px;
    line-height: 22px;
    margin-top: 8px;
    text-align: center;
}
.section-22 .part-2  .pay-button-component .secure-box  svg{
    fill: #62646a;
    position: relative;
    top: -4px;
}
.section-22 .part-2  .pay-button-component p{
    color: #74767e;
    margin-top: 18px;
    font-size: 14px;
}
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#ffff;
  opacity: 0;
display: flex;
    align-items: center;
    justify-content: center;

    z-index: 30000000;
    overflow: hidden;
    display: none;
    transition: all 1s ease-in-out;
}
#loading-overlay h3{
    font-size: 40px;
    font-family: var(--font2);
    color: #404145;
}
#loading-overlay p{
    font-size: 16px;
    font-family: var(--font3);
    color: #62646a;
}
#loading-overlay .loader-div {
    border: 12px solid #fff;
    border-top: 12px solid var(--primary);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
    animation: order 2s linear infinite;
    margin-bottom: 20px;
}
@keyframes order {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.section-23 .notified-box{
width: 100%;
padding-top: 30px;
padding-bottom:50px;
padding-left: 30px;
/* background-color: #F9F9F9; */
border-left: 2.5px solid var(--primary);
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;


}
.section-23 .notified-box h5{
    font-size: 22px;
    color:#001e00;
    font-family: var(--font3);
}
.section-23 .notified-box p{
    font-size: 15px;
    margin-bottom: 0px;
    color:#74767e;
    font-family: "Medium";
}
.section-23 .info-box{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 0px;
}
.section-23 .info-box ul{
    padding: 0px;
}
.section-23 .info-box ul li{
    display: flex;
    list-style: none;
    justify-content: normal;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border1);
    padding-bottom: 25px;

}
.section-23 .info-box ul li .icon i{
    font-size: 18px;
    color: #9F96D6;
}
.section-23 .info-box ul li .icon{
    height: 38px;
    width: 38px;
    border-radius:50% ;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EEEDFF;
}
.section-23 .info-box ul li h6{
    font-size: 18px;
    font-family: var(--font2);
    color: #74767e;
    margin-bottom: 0px;
}
.section-23 .info-box ul li p{
    font-size: 14px;
    font-family: var(--font3);
    color: #95979d;
    margin-bottom: 0px;
    font-style: italic;

}
.section-23 .part-2 .order-details-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.section-23 .part-2 .order-details-box .first-part{
    padding: 20px;
}
.section-23 .part-2 .order-details-box .first-part h4 , .section-23 .part-2 .order-details-box .third-part h4 {
    font-size: 20px;
    color: #404145;
    font-family: var(--font2);
}
.section-23 .part-2 .order-details-box .first-part img{
    height: 80px;
    width: 120px;
    border-radius: 4px;
}
.section-23 .part-2 .order-details-box .first-part h6  {
    padding-left: 14px;
    color: #404145;
}
.section-23 .part-2 .order-details-box .second-part label{
    font-size: 16px;
    color: #62646a;
    font-family: var(--font3);
}
.section-23 .part-2 .order-details-box .second-part h6{
   font-size: 16px;
   font-family:var(--font2);
    color: #404145;
    margin-bottom: 0px;
    line-height: 10px;
}
.section-23 .part-2 .order-details-box .second-part span{
    font-size: 13px;
    color: #62646a;
font-family: "SemiBold";
}
.px-20{
    padding-left: 20px;
    padding-right: 20px;
}
.section-23 .part-2 .second-part{
    padding-bottom: 40px;

}
.section-23 .part-2  .third-part{
    padding: 20px;
    border-top: 1px solid var(--border1);
}
.section-23 .part-2 .order-details-box .third-part ul{
    padding: 0px;

}
.section-23 .part-2 .order-details-box .third-part li{
    list-style: none;
    display: flex ;
    justify-content: normal;
    margin-bottom: 10px;
    align-items: center;
    gap: 15px;
}
.section-23 .part-2 .order-details-box .third-part li .icon i{
    font-size: 12px;
}
.section-23 .part-2 .order-details-box .third-part li .icon{
    background-color: var(--online);
    color: #fff;
    height: 22px;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
}
.section-23 .part-2 .order-details-box .third-part li label{
    font-size: 16px;
    color:#404145 ;
    font-family: "semiBold";
}
.respo-filter tr:hover , .respo-filter tr.active{
    background-color: #D7EAD7;
}
.offer-message-area.refresh {
    animation: contentRefresh 0.5s ease;
}

@keyframes contentRefresh {
    0% {
        opacity: 1;

    }
    50% {
        opacity: 0.5;

    }
    100% {
        opacity: 1;

    }
}
.section-16 #score h6{
    font-size: 20px;
    color: #001e00;
    margin-bottom: 0px;
    font-family: "SemiBold";
}
.section-16 #score p{
    font-size: 16px;
    color: #62646a;
    margin-bottom: 0px;
}
.section-16 #score .score-box{
    padding: 20px 25px;
    border: 1.4px solid var(--border1);
    border-radius: 10px;
    margin-bottom: 20px;
    width: 32%;
}
.section-16 #score .score-box .header h5{
    color: #222325;
    font-family: "SemiBold";
    font-size: 14px;
}
.section-16 #score .score-box .header span{
    font-size: 11px;
    color: #95979d;
    font-family: "SemiBold";

    margin-bottom: .5rem;
}
.section-16 #score .score-box .header strong{
    color: #000;
}
.section-16 #score .score-box .header
{
margin-bottom: 20px;
}
.section-16 #score .score-box .body h4{
    color: #000;
    font-family: 'Bold';
    font-size: 20px;
}
.section-16 #score .score-box .progress-container{
    border-radius: 32px;
    height: 6px;
    width: 160px;
    background-color: #E4E5E7;
}
.section-16 #score .score-box .progress-bar{
    border-radius: 32px;
    height: 6px;

    background-color: #47A766;
}
.section-16 #score .score-box  .body span{
    font-size: 10px;
    color: #717171;
}
.section-16 #score .score-box  .body {
    margin-bottom: 25px;
}
.section-16 #score .score-box .footer .score-badge{
    background-color: #F0FAF7;
    color: #47A766;
    font-size: 10px;
    width: fit-content;
    padding: 3px 5px;
    border-radius: 2px;
}
.section-16 #score .score-box .footer .score-badge.uncomplete{
    background-color: #F5F5F5;
    color: #acacad;
}
.section-16 #score .score-box .footer .score-badge span{
    font-size: 10px;
    font-family: var(--font2);
    margin-left: 3px;

}
.seller-jobs table th , .seller-jobs table tr td {
    text-align: center !important;
}
#ModalSelectJob .modal-title , #ModalInviteToBid .modal-title{
font-family:"SemiBold" !important ;
color: #222325 !important;
}
#ModalSelectJob  .modal-header , #ModalInviteToBid .modal-header{
    border-bottom: none !important;
}
#ModalSelectJob  .modal-footer , #ModalInviteToBid .modal-footer{
    border-top: none !important;
}
#ModalSelectJob , #ModalInviteToBid{
    --bs-modal-width: 700px;
    z-index: 300001;
}
#ModalSelectJob  .modal-body h5{
    font-size: 16px;
    margin-bottom: 12px;
    color: #222325;
    font-family: "Bold";
}
#ModalInviteToBid .header img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
#ModalInviteToBid .header h6{
    text-decoration: underline;
    color: var(--primary);
    font-size: 16px;
    font-family: "SemiBold";
    margin-bottom: 2px;
}
#ModalInviteToBid .header p{

    color: #001e00;
    font-size: 16px;
    margin-bottom: 0px;
}
#ModalInviteToBid .body h4{
   color: #404145;
    font-size: 16px;
    font-family: "SemiBold";

}
#ModalInviteToBid .modal-body {
    padding: 1rem 30px;
}
#ModalInviteToBid .body textarea{
    resize: none;
    width: 100%;
    border:2px solid var(--border1);
    outline: none;
    border-radius: 8px;
    margin-top: 5px;
    height: 200px;
    padding-left: 15px;
    padding-top: 10px;
    font: 14px;
    color: #404145;
    font-family: "Regular";
}
.section-10 .form-switch label{
    font-size: 16px;
    font-family: "SemiBold";
}
.section-10 .form-switch .form-check-input:checked {
    background-color: var(--primary);
    border-color: #fff;
}
.section-10 .form-switch .form-check-input{
    cursor: pointer;
}
/* .section-10 .form-switch  .form-check-input:focus{
    background-color: var(--online);
    box-shadow: none;
} */
.section-10 .form-switch .form-switch .form-check-input:focus {
    --bs-form-switch-bg:url(none);
    border-color: var(--online);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.section-10 .filter-parent-one .delivery-dropdown .price-display  span{
    color: #001e00 !important;
    margin-top: 10px;
    font-family: "SemiBold";
}
.section-12 .posted-col{
    width: 12%;
}
.section-12 .job-title-col{
    width: 13%;
}
.section-12 .description-col{
    width: 20%;
}
.section-12 .price-heading{
    width: 10%;
}
.section-12 .time-col{
    width: 10%;
}
.section-12 .chats-col {
    width: 4%;
}
.section-12 .best-col{
    width: 5%;
}
.section-12 .agreement-col{
    width: 5%;
}
.section-12 .like-col{
    width: 5.5%;
}
.section-12 .msg-col , .section-12 .offer-col{
    width: 5%;
}
.section-12 .filter-sec-parent{
    width: 100%;
}
.section-12 .respo-selected-skills{
    width: 100%;
}
.offcanvasSentOffer{
    z-index: 100000;
    --bs-offcanvas-width: 400px !important;
}
.offcanvasSentOffer .options input[type='number'] , .offcanvasSentOffer .options input[type='date']{
    border: 2px solid var(--grey);
    outline: none;
    font-size: 12px;
    padding-left: 5px;
    font-family: var(--font3);
    border-radius: 8px;
    height: 32px;
    width: 200px;
}
.offcanvasSentOffer .options label{
    margin-bottom: 5px;
    color: #404145;
    font-family: "Medium";
    font-size: 14px;
    width: 100%;
}
.section-16 #gig-status-title{
color: #0e0e0f;
font-size: 14px;
font-weight: normal !important;
font-family: "SemiBold";
}
.section-16 .gig-full-title p{
    margin-bottom: 0px;
    color: #555555;
    max-width: 300px;
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-family: "Medium";
}

.section-16 .billboard-tr{
transition: all .15s  ease-in-out;
   border-bottom: 1px #e5e5e5 solid;
}
.section-16 .billboard-tr:hover{
    background-color: #e5e5e5 ;

}
table .emp-profile img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.section-16 table .badge-box{
    background-color:#5D4AFC;

    width: fit-content;
    padding: 3px 5px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
}
.section-16 table .badge-box p{
    font-family: "SemiBold";
    font-size: 12px;
margin-bottom: 0px;
}
.daterange label{
    font-size: 13px;
    color: #404145;
    font-family: "SemiBold";
}


.section-19 .offcanvasSentOffer .offcanvas-title{
    font-weight: normal !important;
}

.personal-info-input-group .dropdown-container {
    position: relative;
    width: 300px;
    margin-bottom: 20px;
}

.personal-info-input-group .dropdown-btn {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid var(--grey);
    border-radius: 4px;
    background-color: #fff;
    /* height: 30px; */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: normal;
    font-family: "SemiBold";
    color: #000;
}

.personal-info-input-group .dropdown-btn .selected-flag {
    margin-right: 10px;
}

.personal-info-input-group .dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1000;
    display: none;
}

.personal-info-input-group .dropdown-item {
    padding: 10px;
    font-size: 14px;

    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.personal-info-input-group .dropdown-item:hover {
    background-color: #f0f0f0;
}

.personal-info-input-group .dropdown-item .flag {
    margin-right: 10px;
}

.personal-info-input-group input[type="tel"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
}
.personal-info-input-group .dropdown-list.show {
    display: block;
}
.number-dropdown .dropdown-item{
    justify-content: normal !important;
    gap: 10px;
}
.number-dropdown-btn{
    display: flex;
    gap: 10px;
    justify-content: normal;
    align-items: center;
}
.payperposition .header div span{
    font-family: "SemiBold";
   font-size: 16px;
}
.payperposition .header div span .amount{
    font-family: "Bold";
    color: #C82A2A;
}
.payperposition .navigation button{
background-color: #fff;
border: none;
position: relative;
outline: none;
color: #001e00;
font-weight: normal !important;
font-family: "Bold";
padding: 0px;
font-size: 16px;
width: fit-content;
}
.payperposition .navigation button.active:after{
content: "";
position: absolute;
top: 100%;
left: 0;
background-color: var(--primary);
width: 100%;
height: 3px;
}

#biddingTable {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

#biddingTable th, #biddingTable td {
    padding: 10px;
    border: 1px solid #ddd;
}
#biddingTable td{
    font-size: 14px;

}

 #biddingTable th {
    background-color: #203764;
    color: #fff;
    text-align: center;
    font-family: "Regular";
    font-weight: normal;
    font-size: 14px;
}
#biddingTable tr{

    background-color:  #FCFAF4 ;
}
#biddingTable tr:nth-child(even){

    background-color:  #F7F2E0 ;
}


#biddingTable th[colspan="8"] {
    background-color: #203764;
    color: #fff;
    font-family: "Medium";
    font-weight: normal;
    font-size: 14px;
}
#biddingTable .cancel{
    text-align: center;
   height: 30px;
   border-radius: 4px;
    background-color: #DF0300;
margin-top: 0px;
}
#biddingTable .cancel i{
   font-size: 16px;
}

#biddingTable .toggle-switch {
    display: inline-block;
    width: 80px;
    height: 30px;
    position: relative;
  }
  #biddingTable .toggle-checkbox {
    opacity: 0;
    width: 0;
    height: 0;
  }

  #biddingTable .toggle-label {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #DF0300;
    border-radius: 15px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    padding: 0 10px;
    top: 0;
    box-sizing: border-box;

    font-size: 14px;
    font-weight: normal;
    font-family: "SemiBold";
    color: white;
  }
  #biddingTable .toggle-checkbox:checked + .toggle-label {
    background-color: #00A552;
  }
  #biddingTable .on-text {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 15px;
  }
  #biddingTable .toggle-checkbox:checked + .toggle-label .on-text {
    opacity: 1;
  }
  #biddingTable .off-text {
    opacity: 1;
    transition: opacity 0.3s ease;
    position: absolute;
    right: 15px;
  }
  #biddingTable .toggle-checkbox:checked + .toggle-label .off-text {
    opacity: 0;
  }
  #biddingTable .toggle-label:after {
    content: '';
    position: absolute;
    top: 2.8px;
    left: 3px;
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    transition: left 0.3s ease;
  }
  #biddingTable .toggle-checkbox:checked + .toggle-label:after {
    left: 53px;
  }
/*

  #cover_letter_table .toggle-switch {
    display: inline-block;
    width: 80px;
    height: 30px;
    position: relative;
  }
  #cover_letter_table .toggle-checkbox {
    opacity: 0;
    width: 0;
    height: 0;
  }

  #cover_letter_table .toggle-label {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #DF0300;
    border-radius: 15px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    padding: 0 10px;
    top: 0;
    box-sizing: border-box;

    font-size: 14px;
    font-weight: normal;
    font-family: "SemiBold";
    color: white;
  }
  #cover_letter_table .toggle-checkbox:checked + .toggle-label {
    background-color: #00A552;
  }
  #cover_letter_table .on-text {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 15px;
  }
  #cover_letter_table .toggle-checkbox:checked + .toggle-label .on-text {
    opacity: 1;
  }
  #cover_letter_table .off-text {
    opacity: 1;
    transition: opacity 0.3s ease;
    position: absolute;
    right: 15px;
  }
  #cover_letter_table .toggle-checkbox:checked + .toggle-label .off-text {
    opacity: 0;
  }
  #cover_letter_table .toggle-label:after {
    content: '';
    position: absolute;
    top: 2.8px;
    left: 3px;
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    transition: left 0.3s ease;
  }
  #cover_letter_table .toggle-checkbox:checked + .toggle-label:after {
    left: 53px;
  }
 */

  .payperposition .tab-content {
    display: none;
  }
  .payperposition .tab-content.active {
    display: block;
  }
  /* .banner-builder{
    height: 240px;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    background: #3fbce7 linear-gradient(180deg, #3fbce7, #4a51d3);
  }
  .banner-builder h1{
    font-size: 35px;
    text-align: center;
    color: #fff;
font-family: "Bold";
  } */
  .section-24 .templates-area .template-box img{
    border-radius: 4px;
    height: 100%;
    /* object-fit: con; */
    width: 100%;
  }
  .section-24 .templates-area .template-box{
    height: 120px;
    width: 216px;
    margin-bottom: 35px;
    position: relative;
  }
  .section-24 .templates-area .template-box:hover .template-box-overlay{
    opacity: 1;
  }
  .section-24 .templates-area .template-box-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
    cursor: pointer;
    opacity: 0;
    z-index: 150;
    background: linear-gradient(90deg, hsla(0, 0%, 67.5%, 0) 38.54%, rgba(20, 19, 37, .7));
  }
  .section-24 .templates-area .template-box-overlay .edit-icon{
    color: var(--primary);
    position: absolute;
    right: 12px;
    top: 12px;

    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 0 12px rgba(20, 19, 37, .1);
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    margin: 0;
    position: absolute;
    pointer-events: all;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 32px;
}
.section-24 .templates-area .template-box-overlay .edit-icon:hover{
    background:var(--primary) ;
    color: #fff;
}
  .section-24 .templates-area
  {
    gap: 24px;
    display: flex;
    /* flex-wrap: wrap; */
justify-content: center;

  }
  .section-24 h1{
    font-family:var(--font2);
    font-weight: normal;
    text-align: center;
    color: #0d1216;
  }
  .section-24 h1 span{
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #00c4cc, #7d2ae8);
    color: transparent;
    font-style: normal;
    background-clip: text;
  }
  .section-24 p{
    text-align: center;
    color: rgba(13,18,22,.7);
    font-family: "SemiBold";
    font-weight: normal;
    /* font-style: italic; */
    font-size: 14px;
  }
  .section-25 .header{
    background:var(--primary);
    color: #fff;
    height: 60px;
    min-height: 60px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 200;
  }
  .section-25 .header .first-part .fa-arrow-left{
    padding: 20px;
    margin-right: 8px;
    font-size: 20px;
  }
  .section-25 .header .first-part .file-btn-div{
    margin-left: 25px;
    background: transparent;
    cursor: pointer;
    height: 40px;
    padding: 9px 10px 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 4px;
  transition: all .2s ease;
  }
  .section-25 .header .first-part .file-btn-div:hover{
    background: hsla(0, 0%, 100%, .3);
  }
  .section-25 .header .first-part .file-btn-div button{
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color:#fff;
    font-family: "Medium";
    font-weight: normal;
  }
  .section-25 .header .first-part .undo-redo-grp i{
    font-size: 17px;
    color:hsla(0, 0%, 100%, .4);
    cursor: not-allowed;
    padding: 0 5px;
    margin-right: 14px;
  }
  .section-25 .header .first-part .undo-redo-grp i.active{
    cursor: pointer;
    color: #fff;
  }
  .section-25 .header  .second-part .header-btns{
    padding: 9px 16px 10px;
    background-color: transparent;
    border: none;
    margin-right: 10px;
    outline: none;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    font-family: "Medium";
    font-weight: normal;
    color: #fff;
    font-size: 14px;
  }
  .section-25 .header  .second-part .header-btns.publish-btn{
    background-color: #fff;
    color: #403f5d;
  }
  .section-25 .header  .second-part .header-btns.publish-btn:hover i{
    rotate:0deg;

    transition: all .15s ease;

  }
  .section-25 .header  .second-part .header-btns.publish-btn:hover{
    background-color: #f2f2f5 !important;
  }
  .section-25 .header  .second-part .header-btns.publish-btn i{
    rotate:47deg;



  }
  .section-25 .header  .second-part .header-btns.publish-btn:hover{
    background-color: #fff;
  }
  .section-25 .header  .second-part .header-btns:hover{
    background: hsla(0, 0%, 100%, .3);
    transition: all .2s ease;
  }
  .section-25 .body{
    /* align-items: center; */
    background: #fafafa;
    display: flex;
    /* height: calc(100% - 60px); */
    justify-content: space-between;
    height: 800px;
    position: relative;
    width: 100%;
  }
  .section-25 .body .sidebar-main{
    max-width: calc(100% - 310px);
    width: 100%;
    /* height: 80vh; */
    /* align-items: center; */
    display: flex;
    flex-direction: row;
  }
  .section-25 .body .sidebar-main .sidebar{
    padding: 12px ;
    align-self: start;
  }
  .section-25 .body .sidebar-main .sidebar .item{
    cursor: pointer;
    gap: 2px;
    height: 58px;
    width: 82px;
    transition: all .2s ease-in-out, width 0ms, margin 0ms;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    border-radius: 4px;
  }
  .section-25 .body .sidebar-main .sidebar .item:hover{
    background: #f2f2f5;
  }
  .section-25 .body .sidebar-main .sidebar .item i{
    font-size: 24px;
    line-height: 24px;
    color: #403f5d;
  }
  .section-25 .body .sidebar-main .sidebar .item span{
    font-size: 12px;
    color: #403f5d;
    font-family: "Medium";
    font-weight: normal;
  }
  .section-25 .body .sidebar-main .preview-image{
    flex-grow: 1;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* height:80vh; */
    overflow: hidden;
    touch-action: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .section-25 .body .sidebar-main .preview-image img{
    width: 700px;
    height:400px;
    margin: 0 auto;
    margin-top: 40px;

    user-select: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  }
  .section-25 .body  .right-sidebar{
    min-width: 310px;
    background: #fff;
    border-left: 1px solid #dcdce1;

    overflow: hidden;
    transition: width .2s ease-in-out;
    width: 310px;
    /* height: 80vh; */

    z-index: 12;
  }
  .section-25 .body  .right-sidebar .header-sidebar{
    border-bottom: 1px solid #dcdce1;
    height: 60px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .section-25 .body  .right-sidebar .header-sidebar span{
    font-size: 16px;
    font-family: "SemiBold";
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul{
    gap: 16px;
    /* height: 80vh; */
    /* overflow: auto; */
    padding-bottom: 16px;
    padding-top: 16px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    list-style: none;

  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li{
    padding: 0px;
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-25 .body .right-sidebar .body-sidebar .sidebar-ul li .item span{
    color: #757589;
    font-size: 14px;
    font-family: "Regular";
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .item div span{
    font-size: 14px;
color: rgb(64, 63, 93);
    font-family: "Medium" ;
    font-weight: normal ;
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .item div p{
    margin-bottom: 0px;
    color: #757589;
    font-size: 12px;
    font-family: "Regular";
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .item div .dropdown-toggle{
    padding: 9px 10px 8px;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    background-color: transparent;
    font-size: 14px;
    color: rgb(64, 63, 93);
        font-family: "Medium" ;
        font-weight: normal ;
    outline: none;
    transition: all .15s ease-in-out;
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .item div .dropdown-toggle:hover ,   .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .item div .dropdown-toggle:focus{
    background: #f2f2f5;
    border: 1px solid #f2f2f5;
  }

  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .item div .dropdown-menu{
    height: fit-content;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 16px rgba(20, 19, 37, .15);
    padding: 8px ;
    border: 1px solid #e6e6ec;
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .item div .dropdown-menu li a{
    cursor: pointer;
    height: 35px;
    display: flex;
    justify-content: normal;
    align-items: center;
    list-style: none;
    margin-bottom: 8px;
    width: 100%;
    font-size: 14px;
    color: rgb(64, 63, 93);
        font-family: "Regular" ;
        font-weight: normal ;
    outline: none;
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .item  .dropdown-item:active{
    background-color: transparent !important;
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .background-color-selector{
    background: #fafafa;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #e6e6ec;
    box-shadow: inset 0 7px 12px -7px rgba(20, 19, 37, .1);
    gap: 12px;
    height: auto;
    list-style-type: none;
    margin: 8px 0 0;
    padding: 12px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .background-color-selector span{
    color: #757589;
    font-size: 14px;
    font-family: "Regular";
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .background-color-selector .selected-color{
    background: rgb(11, 107, 106);
    width: 48px;
    height: 32px;border: 1px solid #cbcbd0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    outline: 4px solid transparent;
    transition: outline-color .2s ease-in-out;
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .title-area span , .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .layout-area span {
    font-size: 14px;
    color:  rgb(64, 63, 93) !important;
    font-family: "Medium";
    width: 100%;
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .title-area .line , .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .layout-area .line{
    background: #dcdce1;
    height: 1px;
    width: 100%;
    margin-top: 10px !important;
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .title-area input{

    color: #403f5d;
    font-family: "Regular";
    padding:10px 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #cbcbd0;
    border-radius: 4px;
    height: 100%;
    margin-top: 15px;
    /* overflow: hidden; */
    font-size: 14px;
    width: 100%;
outline: none;
transition: all .2s ease-in-out, width 0ms, margin 0ms;
}
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .title-area input:focus{
    border: 1px solid #23a6d4;
    color: #403f5d;
    outline-offset: 2px;
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .layout-area .layout-area-main span{
    color: #757589 !important;
    font-size: 14px;
    font-family: "Regular";
  }
  .section-25 .body  .right-sidebar .body-sidebar .sidebar-ul li .layout-area .layout-area-main{
    padding-bottom: 16px;
    padding-top: 16px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;

    list-style: none;
    gap: 16px;
  }
  .right-sidebar .right-sidebar-collapse-btn{
    background-color: #fff;
    border: 1px solid #dcdce1;
    border-radius: 8px 0 0 8px;
    border-right: none;
    cursor: pointer;
    height: 64px;
    position: absolute;
    right: 25px;
    top: calc(50% - 32px);
    transition: right .15s ease;
    width: 16px;
    z-index: 200;
    display: none;
    justify-self: center;
align-items: center;

}
.right-sidebar.active .right-sidebar-collapse-btn {
    right: 310px;
}
.right-sidebar .right-sidebar-collapse-btn i{
    font-size: 14px;
    position: relative;
    left: 3px;
    color: #403f5d;
}
.section-25 .body  .right-sidebar .back-arrow {
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    left: -100px;
}

.section-25 .body  .right-sidebar  .color-picker-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

/* .section-25 .body  .right-sidebar  #color-picker {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
} */
.section-25 .body  .right-sidebar  .color-bar{

    width: 40px;
    height: 40px;
    border: 1px solid #cbcbd0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    outline: 4px solid transparent;
    transition: outline-color .2s ease-in-out;
}
.section-25 .body  .right-sidebar .body-sidebar .positions-parent{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: fit-content;
    min-height: fit-content;
    gap: 8px;
}
.section-25 .body  .right-sidebar .body-sidebar .positions-parent ul{
    gap: 14px;
    margin: 0 0 16px;
    padding: 0px;
    width: 100%;
    display: flex;
}
.section-25 .body  .right-sidebar .body-sidebar .positions-parent ul li{
    border-radius: 4px;
    cursor: pointer;
    min-height: 60px;
    padding: 2px 0;
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    padding-bottom: 0 !important;
}
.section-25 .body  .right-sidebar .body-sidebar .positions-parent ul li:hover{
    background: #f2f2f5;
}
.section-25 .body  .right-sidebar .body-sidebar .positions-parent ul li i{
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
color: rgb(64, 63, 93);
}
.section-25 .body  .right-sidebar .body-sidebar .positions-parent ul li i.bi-trash3{
    color: red !important;
}
.section-25 .body  .right-sidebar .body-sidebar .positions-parent ul li  span{
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    /* text-overflow: ellipsis; */
    width: 100%;
    color: #757589;
    font-size: 12px;
    margin-top: 4px;
    font-family: "Medium";font-weight: normal;
}
.form-check-input{
    cursor: pointer;
}
.section-25 .body  .right-sidebar .body-sidebar .style-selector-parent ,  .section-25 .body  .right-sidebar .body-sidebar .alignment-selector-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.section-25 .body  .right-sidebar .body-sidebar .style-selector-parent div ,  .section-25 .body  .right-sidebar .body-sidebar .alignment-selector-parent div{
    margin-right: 4px;
}
.section-25 .body  .right-sidebar .body-sidebar .style-selector-parent div i ,  .section-25 .body  .right-sidebar .body-sidebar .alignment-selector-parent div i{
    border: none;
    box-shadow: none;
    color: #403f5d;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px;
    font-size: 20px;
    line-height: 16px;
    background: transparent;
transition: all .2s ease;
}
.section-25 .body  .right-sidebar .body-sidebar .style-selector-parent div i:hover ,  .section-25 .body  .right-sidebar .body-sidebar .alignment-selector-parent div i:hover{
    background: rgba(64, 63, 93, .1);
}
.section-25 .body  .right-sidebar .body-sidebar .style-selector-parent div i.selected ,  .section-25 .body  .right-sidebar .body-sidebar .alignment-selector-parent div i.selected{
    background: #cdf0fb;
    border-color: #3fbce7;
    color: #00688c;
}
.section-25 .body  .right-sidebar .body-sidebar .font-size-parent{
    border: 1px solid rgb(203, 203, 208);
    border-radius: 4px;
    min-width: 120px;
    width: 120px;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.section-25 .body  .right-sidebar .body-sidebar .font-size-parent .first {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    height: 32px;
    width: 32px;
    background: rgb(255, 255, 255);
    cursor: pointer;
    border-right: 1px solid rgb(203, 203, 208);
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all .2s ease-in-out;

}
.section-25 .body  .right-sidebar .body-sidebar .font-size-parent  .middle{
    min-width: 54px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 32px;
    flex: 1;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.section-25 .body  .right-sidebar .body-sidebar .font-size-parent  .middle input{
    border-radius: 0px;
    text-align: center;
    color: #403f5d;
    padding: 10.5px 11px;
    background: #fff;
    border: none;
    outline: none;
    font-size: 12px;
    width: 100%;
    height: 100%;
}
.section-25 .body  .right-sidebar .body-sidebar .font-size-parent .last{
    border-left: 1px solid rgb(203, 203, 208);
    height: 32px;
    width: 32px;
    background: rgb(255, 255, 255);
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    transition: all .2s ease-in-out;
}

.section-25 .body  .right-sidebar .body-sidebar .font-size-parent .last:hover , .section-25 .body  .right-sidebar .body-sidebar .font-size-parent .first:hover{
    background: rgb(230, 230, 236);
}
.section-25 .body  .right-sidebar .body-sidebar .font-size-parent  .middle input::-webkit-outer-spin-button,
.section-25 .body  .right-sidebar .body-sidebar .font-size-parent  .middle input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#MyUploads{
    --bs-modal-zindex: 20000;
    --bs-modal-width: 1000px;
}
#MyUploads .modal-title{
    font-size: 16px !important;
    font-family: "Medium";
    font-weight: normal;
    color: rgb(64, 63, 93);
}
#MyUploads .uploading-area{
    min-height: 136px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#MyUploads .uploading-area .area{
    background-clip: content-box;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23A1A1AAFF' stroke-dasharray='2, 6' stroke-linecap='square' stroke-width='2' rx='4' ry='4'/%3E%3C/svg%3E");
    cursor: pointer;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;

}
#MyUploads .uploading-area .area h6{
    color: #757589;
    font-family: "SemiBold";
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 0px;
}
#MyUploads .uploading-area .area p{
    color: #757589;
    font-size: 12px;
}
#MyUploads .uploading-area .area button{
    margin-bottom: 20px;
    border: none;
    outline: none;
    background: #3fbce7;
    border-radius: 4px;
    font-size: 12px;
    font-family: "Medium";
    color: #fff;
    padding: 9px 16px 10px;
}
#MyUploads .navigation a{
    color: #403f5d;
    font-family: "Medium";
    font-size: 14px;
   position: relative;
    text-decoration: none;
}
#MyUploads .navigation a::after{
    content: "";
    position: absolute;
    background-color:#3fbce7 ;
    width: 100%;
    height: 2px;
    top: 110%;
    left: 0;
}
#MyUploads  .my-photos-area{
    height: 120px;
    margin-bottom: 20px;
}
#MyUploads .modal-body{
    padding: 1rem 2rem;
}
#MyUploads  .my-photos-area p{
    font-size: 12px;
    font-family: "Regular";
    color: #757589;
    text-align: center;
   position: relative;
   top: 40px;
}
#pricing-billboard h5{
    color: #000;
    font-size: 20px;
    font-family: "SemiBold";
}
#pricing-billboard .package-container table{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    table-layout: fixed;
    width: 100%;
}
#pricing-billboard .package-container table thead .first-table-col{
    box-sizing: border-box;
    width: 220px;
    background-color: #fafafa;
    position: relative;
    padding: 20px 15px;
    font-size: 14px;
    font-family: "Medium";
    text-align: left;

    border: 1px solid #dadbdd;
    margin-bottom: none;
}
#pricing-billboard .package-container table thead  th{
    padding: 20px 16px;
    background-color: #f5f5f5;
    text-transform: uppercase;
    font-size: 13px;
    /* font-weight: 600; */
    color: rgb(98, 100, 106);
    font-family: "Regular";
    text-align: left;
    border: 1px solid #dadbdd;
}
#pricing-billboard .package-container table  .pkg-title-container{
    position: relative;    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /* font-size: 100%; */
    vertical-align: baseline;
    background: transparent;
height: 77px;

}
#pricing-billboard .package-container table  .pkg-description-container{
    position: relative;    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /* font-size: 100%; */
    vertical-align: baseline;
    background: transparent;
    height: 131px;
}
#pricing-billboard .package-container table  .pkg-duration-container , #pricing-billboard .package-container table  .pkg-price-container{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
#pricing-billboard .package-container table  .pkg-duration-container pkg-duration-input
{
width: 100%;
outline: 0;
display: inline-flex;
border-radius: 8px;
}
#pricing-billboard .package-container table  .pkg-duration-container .table-select-content{
    cursor: pointer;
        user-select: none
        ;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 37px;
        border: 0;
        margin: 5px 0;
        padding: 8px;
        width: 100%;
        border-radius: 8px;
        font-size: 13px;
        line-height: 24px;
        text-overflow: ellipsis;
        appearance: none;
    background: #fff;
    color: inherit;
}
#pricing-billboard .package-container table  .pkg-duration-container select ,#pricing-billboard .package-container table  .pkg-price-container input {
    border: none;
    border-radius: 0px;
    color: rgb(98, 100, 106);
    font-size: 13px;
    font-family: "Medium";
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
}
#pricing-billboard .package-container table  .pkg-duration-container .table-select-content  .title{
    color: rgb(98, 100, 106);
    font-size: 13px;
    font-family: "Medium";
    text-transform: uppercase;
}
#pricing-billboard .package-container table  .pkg-duration-container .table-select-content .icon{
    width: 11px;
    height: 11px;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    fill: #74767e;
    position: relative;
    top: -7px;
}
#pricing-billboard .package-container table  .pkg-title-container .pkg-title-input{
    height: 70px;
    width: 100%;
    padding-right: 24px;
    border: none;
    font-size: 13px;
    box-shadow: none !important;
    background-color: #fff;
    font-family:"Regular";
    color: #7A7D85;
    border-radius: 3px;
    padding: 6px 7px 7px 7px;
    outline: none;
    border: none;
    resize: none;
    /* border: 1px solid #dadbdd; */

}
#pricing-billboard .package-container table  .pkg-description-container .pkg-description-input{
    height: 124px;
    width: 100%;
    font-family:"Regular";
    padding-right: 24px;
    border: none;
    font-size: 13px;
    padding: 6px 7px 7px 7px;
    margin: 0;
    resize: none;
    border-radius: 3px;
    box-sizing: border-box;
    color: #7A7D85;
    background-color: #fff;
}
#pricing-billboard .package-container table  .pkg-title-container .icn-pencil , #pricing-billboard .package-container table  .pkg-description-container .icn-pencil{
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: left;



}
#pricing-billboard .package-container table td{
    text-align: left;
    border: 1px solid #dadbdd;
    background-color: #fff;
}

#pricing-billboard .package-container table td.first-table-col{
border: none ;
border-left: 1px solid #dadbdd !important;

}
#pricing-billboard .package-container table td.first-table-col.total-price{
    color: #404145;
    background: #efeff0;position: relative;
    padding: 20px 15px;
    font-size: 13px;
    box-sizing: border-box;
    width: 220px;
}
#pricing-billboard .package-container table td.first-table-col p{
    margin-bottom: 0px;
    font-family: "SemiBold";
    font-size: 13px;
    color: #000;
}
.pkg-price-container .dollar-sign {
    margin-bottom: 0px;
    font-family: "Medium";
    font-size: 13px;
    color: #000;
    margin-left: 5px;
    position: relative;
    top: 6px;
}

.chat-msg-content .offer-box{
    margin-top: 20px;
    margin-left: 20px;
    border: 2px solid #ccc;
    width: 90%;
    padding: 20px 14px;
}
.chat-msg-content .offer-box .offer-title h6{
    font-family: 'SemiBold';
    font-size: 18px;
}
.chat-msg-content .offer-box .offer-title  p{
    font-size: 14px;
    color: var(--greyfont);
}
.chat-msg-content .offer-box .line{
    width: 100%;
    height: 2px;
    background-color: #ccc;
}
.chat-msg-content .offer-box .item{
    margin-top: 10px;
}
.chat-msg-content .offer-box .item span{
    margin-left: 5px;
}
.chat-msg-content .offer-box .item button{
width: 100%;
background-color: #000;
border: none;
outline: none;
border-radius: 4px;
height: 44px;
color: #fff;
}



@media only screen and (min-width:1500px){

    .chat-msg-content .offer-box {
        width: 50% !important;
    }
}


@media only screen and (min-width:320px) and (max-width:550px){
    .section-15 .chat-area-main{
        height: 200px !important;
    }
    .chat-msg-content .offer-box {
        width: 100% !important;
margin-left: 0px !important;
    }
    .section-15 .chat-parent .users-area {
        width: 100% !important;
    }
}

.SubmitWorkModal{
    --bs-modal-width: 800px;
    --bs-modal-zindex: 11055;
}
.SubmitWorkModal .btn-primary{
    background-color: var(--primary) !important    ;
}
.SubmitWorkModal h4{
    font-size: 24px;
    margin-bottom: 0px;
    font-family:"SemiBold";
    margin-top: 10px;
}
.SubmitWorkModal p{
    color: #676767;
    font-size: 14px;
}
.SubmitWorkModal  form label{
    font-size: 16px;
    width: 100%;
    color: rgb(24, 24, 24);
    margin-bottom: 8px;
}
.mb-8{
    margin-bottom: 32px;
}
.SubmitWorkModal  form input{
    height: 32px;
    width: 100%;
    padding: 8px 16px;
    border-radius: 4px;
    border: 2px solid #e9e9e9;
}
.SubmitWorkModal  form  textarea{
    border-radius: 4px;
    border: 2px solid #e9e9e9;
    width: 100%;
    outline: none;
    padding-left:5px ;
    height: 200px;
}
.SubmitWorkModal  form  button{
    height: 34px;
    border: 2px solid var(--primary);
    color: var(--primary);
    font-size: 14px;
    background-color: #fff;
    border-radius: 8px;
    font-family: "SemiBold";
    width: 140px;
}
.SubmitWorkModal  form  button:hover{
    background-color: var(--primary);
    color: #fff;
    transition: all .15s ease-in-out;
}




.job-proposal  span{
    font-size: 14px;
    color: rgb(13,110,253) !important;
    text-decoration:underline ;
    font-family: var(--Book);
    cursor: pointer;
    }
    #templateModal .modal-title{
        text-decoration: none;
    }
    #templateModal {
        --bs-modal-width: 750px;
        z-index: 100000;
    }
    #templateModal  .btn-primary{
        background-color: var(--primary);
    }
    #edittemplateModal .modal-title{
        text-decoration: none;
    }
    #edittemplateModal {
        --bs-modal-width: 750px;
        z-index: 100000;
    }
    #edittemplateModal  .btn-primary{
        background-color: var(--primary);
    }
    #cover_letter input[type="checkbox"]{
        height: 18px;
        width: 18px;
    }
    #cover_letter table i{
        font-size: 18px;
    }


    #progressModal .completed {
        text-decoration: line-through;
        color: gray;
    }
    .getstartedToggle{
        display: flex
        ;
            justify-content: center;
            border: 1.5px solid var(--grey);
height: 40px;
width: 180px;
border-radius: 8px;
    }
    .getstartedToggle button{
        border: none;
outline: none;
font-size: 14px;
width: 50%;
border-radius: 8px;
font-family: var(--font3);
background-color: var(--secondary);
    }

    .getstartedToggle button.active{
    background-color: var(--primary);
    color: #fff;
    transition: all
     .15s ease-in-out;}
#progressModal .list-group-item{
color: var(--primary);


}
#progressModal .list-group-item .btn{
background-color: var(--primary);
color: #fff;
border-radius: 4px;
text-decoration: none;
}
#progressModal  #submitApproval:disabled{
background-color: var(--primary);
opacity: .75;
font-size: 14px;
}
#progressModal .progress-bar{
background-color: var(--primary);
}
@media only screen and (min-width:320px) and (max-width:550px){
#progressModal .list-group-item span{
    font-size: 14px !important;
}
}


.chat-msg-content .offer-box{
    margin-top: 20px;
    margin-left: 20px;
    border: 2px solid #ccc;
    width: 90%;
    padding: 20px 14px;
}
.chat-msg-content .offer-box .offer-title h6{
    font-family: 'SemiBold';
    font-size: 18px;
}
.chat-msg-content .offer-box .offer-title  p{
    font-size: 14px;
    color: var(--greyfont);
}
.chat-msg-content .offer-box .line{
    width: 100%;
    height: 2px;
    background-color: #ccc;
}
.chat-msg-content .offer-box .item{
    margin-top: 10px;
}
.chat-msg-content .offer-box .item span{
    margin-left: 5px;
}
.chat-msg-content .offer-box .item button{
width: 100%;
background-color: #000;
border: none;
outline: none;
border-radius: 4px;
height: 44px;
color: #fff;
}



@media only screen and (min-width:1500px){

    .chat-msg-content .offer-box {
        width: 50% !important;
    }
}


@media only screen and (min-width:320px) and (max-width:550px){
    .section-15 .chat-area-main{
        height: 200px !important;
    }
    .chat-msg-content .offer-box {
        width: 100% !important;
margin-left: 0px !important;
    }
    .section-15 .chat-parent .users-area {
        width: 100% !important;
    }
}

        .logo {
            font-size: 24px;
            font-weight: 700;
            color: #000000;
            text-decoration: none;
        }

        .nav-links {
            display: flex;
            gap: 30px;
        }

        .nav-links a {
            font-weight: 600;
            color: #004acf;
            text-decoration: none;
            font-size: 18px;
        }

        .auth-links {
            display: flex;
            gap: 20px;
        }

        .auth-links a {
            font-weight: 500;
            color: #000000;
            text-decoration: none;
            font-size: 16px;
        }

        .development-notice {
            text-align: center;
            padding: 6px 20px;
            background: #004acf;
            color: #ffffff;
            border-bottom: 1px solid #e0e0e0;
            font-size: 16px;
        }

        .auth-links {
            display: flex;
            gap: 12px;
            /* Reduced gap for button pairs */
            align-items: center;
        }

        /* Log In Button (Outlined) */
        .auth-links .login {
            color: #004acf;
            background: transparent;
            border: 1px solid #004acf;
            border-radius: 25px;
            padding: 8px 16px;
            font-weight: 500;
            font-size: 14px;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .auth-links .login:hover {
            background: #f7f7f7;
            border-color: #b1b1b1;
        }

        /* Sign Up Button (Solid) */
        .auth-links .signup {
            color: #ffffff;
            background: #004acf;
            border: 1px solid #004acf;
            border-radius: 25px;
            padding: 8px 16px;
            font-weight: 500;
            font-size: 14px;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .auth-links .signup:hover {
            background: #333333;
            border-color: #333333;
        }

        .header-2 {
            background-color: #f8f9fa;
            border-bottom: 1px solid #e9ecef;
            padding: 12px 0;
        }

        .header-2 .nav-item {
            margin: 0 8px;
            white-space: nowrap;
        }

        .header-2 .nav-item a {
            color: #495057;
            text-decoration: none;
            font-weight: 500;
            padding: 8px 0;
            transition: color 0.2s;
            font-size: 15px;
        }

        .header-2 .nav-item a:hover {
            color: #000;
        }

        .talent-search {
            
            padding: 350px 0 100px 0; /* top padding increased by 100px */
            min-height: 700px;
            text-align: center;
            background-color: #f8f9fa;
            vertical-align: middle;
            overflow: visible !important;
        }

        .talent-search h1 {
            font-size: 42px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 30px;
            color: #004acf;
        }

        .talent-search .testimonial {
            max-width: 600px;
            margin: 0 auto 40px;
            font-size: 18px;
            line-height: 1.6;
            color: #4a5568;
        }

        .talent-search .search-box {
            max-width: 600px;
            margin: 0 auto;
            position: relative;
        }

        .talent-search .search-box input {
            width: 100%;
            padding: 16px 24px;
            border: 1px solid #e2e8f0;
            border-radius: 30px;
            font-size: 16px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .talent-search .search-box button {
            position: absolute;
            right: 8px;
            top: 8px;
            background: #3b82f6;
            color: white;
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            cursor: pointer;
        }

        .talent-search .search-box button:hover {
            background: #2563eb;
        }

        .floating-images {
            overflow: visible;
            position: relative;
            width: 100%;
            height: 400px;
        }

        .float-left {
            
            position: absolute;
            left: 8%;
            top: 0px;
            width: 120px;
            height: 184px;
            object-fit: contain;
            
            
            border-radius: 8px;
            transform: rotate(-12deg) scale(1.0);
            z-index: -1;
            /* Slight left rotation */
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
            border: 3px solid white;
            background: #fff;
            padding-bottom: 35px;

        }

        .float-right {
            position: absolute;
            right: 8%;
            top: 50px;
            width: 120px;
            height: 184px;
            object-fit: contain;
            
            
            border-radius: 8px;
            transform: rotate(12deg) scale(1.0);
            z-index: -1;
            /* Slight right rotation */
            box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
            border: 3px solid white;
            background: #fff;
            padding-bottom: 35px;

        }


        .job-post-footer {
            background-color: #f8f9fa;
            position: fixed;
            bottom: 0;
            width: 100%;
            padding: 15px 20px;
            border-top: 1px solid #e9ecef;
            box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.08);
            z-index: 999;
        }

        .footer-content {
            max-width: 900px;
            margin: 0 auto;
        }

        .footer-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

        .footer-text {
            font-size: 17px;
            color: #333;
            margin: 0;
            flex: 1;
            text-align: end;
        }

        .post-job-btn {
            background-color: #3b82f6;
            color: white;
            border: none;
            border-radius: 30px;
            padding: 10px 25px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            white-space: nowrap;
            transition: background-color 0.3s ease;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .post-job-btn:hover {
            background-color: #2563eb;
        }

      
        /* White overlay with opacity */
        .talent-search::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, 0.4);
            /* White with 70% opacity */
            z-index: 0;
            /* Place between background and content */
        }

        /* Make sure content stays above overlay */
        .talent-search>* {
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .talent-search {
            
                padding: 50px 0;
            }

            .footer-row {
                flex-direction: column;
                gap: 15px;
                text-align: center;
            }

            .footer-text {
                font-size: 15px;
                text-align: center;
            }

            .post-job-btn {
                width: 100%;
                max-width: 200px;
            }

            header {
                flex-direction: column;
                gap: 20px;
                padding: 20px;
            }

            .nav-links,
            .auth-links {
                gap: 15px;
            }

            .talent-search h1 {
                font-size: 32px;
            }

            .talent-search .testimonial {
                font-size: 16px;
                padding: 0 20px;
            }

            .talent-search .search-box {
                padding: 0 20px;
            }

            .float-left,
            .float-right {
                width: 120px;
                height: 184px;
            object-fit: contain;
                z-index: -1;
                opacity: .6;


            }

            .designer-label {
                margin-left: 5%;
            }

            .client-label {
                margin-right: 8%;
            }

            .talent-search h1 {
                font-size: 32px;
            }

            .talent-search .testimonial {
                font-size: 16px;
            }
        }
/* Sticky Header Fix - Ensure header stays fixed on ALL pages */
header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 10000 !important;
    background-color: var(--secondary);
}

/* Ensure notification message stays with header */
.notficiation-message {
    position: relative;
    width: 100%;
    z-index: 10000;
}

/* Main content padding to account for fixed header height */
main {
    padding-top: 145px !important;
}

/* Dashboard layout specific */
.dashboard-layout main {
    padding-top: 145px !important;
}

/* Mobile responsive adjustments */
@media only screen and (max-width: 991px) {
    main {
        padding-top: 135px !important;
    }
    .dashboard-layout main {
        padding-top: 135px !important;
    }
}

@media only screen and (max-width: 767px) {
    main {
        padding-top: 120px !important;
    }
    .dashboard-layout main {
        padding-top: 120px !important;
    }
}
