.specific_works_crumb {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    margin-bottom: 48px;
    color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
}

.specific_works_crumb a {
    color: rgba(0, 0, 0, 1);
}
.specific_works_crumb span {
    color: #A9A9A9;
}
.specific_works_crumb a:hover {
    color: #ff8b00;
}



.gallery_common_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center; 
}

.gallery_common_popup .gallery_common_popup_content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 566px;
    border-radius: 6px;
    background: #FFF;
    z-index: 999;
    overflow: hidden;
    padding: 74px 68px 0;
}

.gallery_common_popup .submit_photo_popup_content {
    width: 490px;
}
.gallery_common_popup .gallery_common_popup_content .close_popup {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1000;
    cursor: pointer;
}
.gallery_common_popup .submit_photo_popup_content .close_popup {
    top: 20px;
    right: 20px;
}

.gallery_common_popup .gallery_common_popup_content .close_popup img {
    width: 24px;
    height: 24px;
    filter: drop-shadow(0px 50px rgba(0, 0, 0, 0.45));
    transform: translateY(-50px);
    color: rgba(0, 0, 0, 0.45);
}

.submit_photo_popup .submit_photo_popup_content .submit_photo_popup_title {
    color: #252525;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 -10px;
}

.submit_photo_popup .submit_photo_popup_content ul {
    padding: 60px 0 30px;
}

.submit_photo_popup .submit_photo_popup_content ul li {
    width: 100%;
    height: 60px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
}

.submit_photo_popup .submit_photo_popup_content ul li a {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #000;
    background-image: linear-gradient(90deg, #FF8B00 0%, #FF8B00 100%);
    background-size: 0 100%;
    transition: all 0.3s ease-in-out;
    background-position: left center;
    background-repeat: no-repeat;
}

.submit_photo_popup .submit_photo_popup_content ul li a:hover {
    background-size: 100% 100%;
}


.share_popup .gallery_common_popup_content {
    padding: 56px 80px 72px;
}
.share_popup .share_popup_title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.share_popup .share_platform {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 66px;
}

.share_popup .share_platform img {
    width: 42px;
    height: 42px;
    margin: 0 18px;
    cursor: pointer;
}

.share_popup .or_copy_link {
    color: #000;
    font-family: "Instrument Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 9px;
}

.share_popup .text_copy_link {
    width: 430px;
    height: 52px;
    background: #F5F5F5;
    color: #B0AFAF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0.1px;
    padding: 0 32px;
    text-align: center;
    margin-bottom: 20px;
}

.share_popup .btn_copy {
    width: 166px;
    height: 42px;
    background: #FF8B00;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: Roboto;
    line-height: 42px;
    letter-spacing: 0.1px;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    display: block;
}
.share_popup .btn_copy:hover {
    transform: scale(1.1);
}
.share_popup .copy_success {
    color: #ff8b00;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 20px;
    text-align: center;
    display: none;
}



.empty_state {
    width: 100%;
    padding-bottom: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.empty_state img {
    width: 140px;
    height: 140px;
    margin: 20px 0 0;
}

.empty_state img {
    margin-top: 100px;
}

.empty_state .empty_state_text {
    text-align: center;
    color: #6D7073;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}

.empty_state .empty_state_button {
    width: 308px;
    height: 52px;
    background: #FF8B00;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin: 18px auto 0;
    display: block;
}
.empty_state .empty_state_button:hover {
    transform: scale(1.1);
}



.thin-padding-scrollbar::-webkit-scrollbar{
	width:4px;height:4px;
    border: 2px solid transparent;
    padding: 2px;
}
.thin-padding-scrollbar::-webkit-scrollbar-track{border-radius:none;background:transparent;}
.thin-padding-scrollbar::-webkit-scrollbar-thumb{border-radius:8px;background:rgba(217, 217, 217,1);}
.thin-padding-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(102,102,102,.6);}
.thin-padding-scrollbar::-webkit-scrollbar-thumb:active{background:rgba(102,102,102,.6);}