.fc-timegrid-slot {
    height: 60px !important;
}

.fc-event {
    /* max-width: 350px; */
    border-radius: 9px;
    background: #1D1D1D !important;
    border: none;
    outline: none;
    box-shadow: none !important;
    max-width: 350px;
    display: flex;
    align-items: center;
}

.eventmaindiv {
    width: 100%;
    display: flex;
    align-items: center;
}

.eventmaindiv button {
    border-radius: 6px;
    margin-right: 10px;
}

.eventmaindiv img {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px !important;
    border-radius: 6px;
}

.eventmaindiv span {
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1px;
    color: #fff;
}

.fc-daygrid-day-frame .eventmaindiv button,
.fc-daygrid-day-frame .eventmaindiv img {
    display: none !important;
}

.fc-daygrid-day-frame .fc-daygrid-event-harness .fc-event {
    padding: 7px !important;
    height: 30px;
    border-radius: 9px;
    background: #1D1D1D !important;
    border: none;
    outline: none;
    box-shadow: none !important;
    max-width: 350px;
    display: flex;
    align-items: center;
}

.fc-daygrid-day-frame .fc-daygrid-event-harness .eventmaindiv span {
    font-size: 12px;
    font-weight: 600;
}

.calendermaindiv {
    position: relative;
}

.calendermaindiv .pc-calendar-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.calendermaindiv .addtaskbutton {
    background-color: transparent;
    border: none;
    color: #f00;
    font-weight: 600;
    padding: 8px 16px;
}

.calendermaindiv .addtaskbutton:focus {
    outline: none;
}

.eventmaindiv .pending {
    background-color: #FFB20D;
    color: #fff;
}

.eventmaindiv .completed {
    background-color: #12C64B;
    color: #fff;
}

.eventmaindiv .rejected {
    background-color: #f00;
    color: #fff;
}

.eventmaindiv .approved {
    background-color: #12C64B;
    color: #fff;
}

/* Container styling */
.custom-select {
    position: relative;
    width: 100%;
    max-width: 400px;
    /* background-color: #1d1d1d; */
    color: #fff;
    font-family: Arial, sans-serif;
    border-radius: 8px;
    padding: 0;
    border: none;
    margin-bottom: 20px;
}

/* Rotate chevron when open */
.custom-select.active .chevron {
    transform: rotate(180deg);
}

.custom-select.active .dropdown-options {
    display: block;
}

/* Select header styling */
.select-header {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border-radius: 9px;
    background-color: #1d1d1d;
}

.select-avatar {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    margin-right: 10px;
}

.select-label {
    flex-grow: 1;
    font-size: 16px;
}

.chevron {
    font-size: 14px;
    transition: transform 0.3s ease;
}

/* Dropdown options styling */
.dropdown-options {
    display: none;
    /* Hidden by default */
    position: absolute;
    width: 100%;
    height: auto;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #333;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.option:hover {
    background-color: #444;
}

/* Additional styling for selected option */
.option.selected {
    background-color: #444;
    color: #fff;
}

.proofimgbox {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    width: 100%;
    height: 200px;
    /* Adjust height as needed */
    overflow: hidden;
}

img,
video {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.editimagePreview {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

img,
video {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.addimagePreview {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

img,
video {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.taskdetailscompleted .proofimgbox .videopreview {
    height: 80%;
    width: 80%;
    overflow: hidden;
}

.withpreviewbox {
    display: flex;
    flex-wrap: wrap;
}

.videopreview {
    margin-left: 25px;
    height: 100px;
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.videopreview video {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background-size: contain;
}

.recentlycardscontainer .owl-nav {
    position: absolute;
    top: -58px;
    right: 0;
    margin-top: 0;
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.recentlycardscontainer .owl-nav button {
    margin: 0 !important;
    width: 50px;
    height: 50px;
    background-color: #1d1d1d !important;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.recentlycardscontainer .owl-nav button img {
    width: 36%;
    height: 36%;
}

.recentlyplaylisted .owl-carousel .owl-item,
.recentlyplaylisted .owl-carousel .owl-stage,
.recentlyplaylisted .itemsinglecard {
    height: 100%;
}

.fullwidthsidebar.commonleftmenu {
    width: 280px !important;
}

.analyticsmaindiv .topsongsNplaylistmain .itemtopsonglist .coverimagediv {
    position: relative;
}

.trackdetailsmain .trackinputdiv.redcircle .trackinput.iconinput {
    padding: 15px 50px;
}

.wallet .maincardbody .firstleftcard .redbodycard .firstbottomdiv .dropdiv .dropdown .dropdownmain .select2 {
    background-color: transparent;
    appearance: none;
    padding: 10px 0px;
}

.wallet .maincardbody .firstleftcard .redbodycard .firstbottomdiv .dropdiv .dropdown .dropdownmain .select2:focus {
    outline: none;
}

.wallet .maincardbody .firstleftcard .redbodycard .firstbottomdiv .dropdiv .dropdown .dropdownmain .select2 option {
    color: #000;
}

.wallet .maincardbody .firstleftcard .redbodycard .firstbottomdiv .dropdiv .dropdown .icon {
    pointer-events: none;
}

.wallet .maincardbody .firstrightcard .cardbody .fordarkbg .firsttopdiv .percentage {
    color: #f00;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.quickstatessection .boxitemlistmaindiv .singleboxitem .boxtitle img {
    max-height: 33px;
    max-width: 115px;
    display: block;
    margin: 0 auto 10px auto;
    height: auto;
}

.quickstatessection .boxitemlistmaindiv .singleboxitem a {
    width: 100%;
}

.commonleftmenu p {
    margin-bottom: 0;
}

.acclegalpage .listofartistprofiles .singleartistdetails {
    justify-content: space-between;
}

.wallet .maincardbody .firstleftcard .redbodycard .firstbottomdiv .dropdiv .dropdown .dropdownmain .icon {
    right: 0px !important;
    top: calc(50% - 4px) !important;
}

.wallet .maincardbody .firstleftcard .redbodycard .firstbottomdiv .dropdiv .dropdown .dropdownmain .select2 {
    padding: 10px 18px 10px 0 !important;
}

.acclegalpage .select-ar-main {
    width: 100%;
}


/* Projects Section */
.project-showcase {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.project-item {
    display: flex;
    align-items: center;
    background-color: #222;
    padding: 1rem;
    border-radius: 8px;
    position: relative;
}

.project-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.project-details {
    flex-grow: 1;
    margin-left: 1rem;
}

.project-name {
    font-size: 1.2rem;
    color: #fff;
}

.project-artist {
    font-size: 1rem;
    color: #bbb;
}

.project-link {
    display: flex;
    align-items: center;
    color: #f00;
    font-size: 0.9rem;
    text-decoration: none;
}

.project-link img {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
}

.project-actions {
    display: flex;
    gap: 0.5rem;
    margin-right: 1rem;
}

.project-actions img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.project-date {
    font-size: 0.9rem;
    margin-top: 0px;
    color: #bbb;
}

/* General Modal Styling */
.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    /* Darker background for more impact */
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #1c1c1c;
    /* Darker modal box */
    padding: 2rem;
    border-radius: 10px;
    width: 450px;
    color: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.8);
    transform: translateY(-20px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    overflow-y: auto;
    max-height: 90vh;
    /* padding-right: 10px; */
}

/* Modal Title */
.modal-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #ff0000;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff4d4d;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: #ff9999;
}

/* Form Inputs */
.form-group label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: #ccc;
}

.form-group input {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #444;
    border-radius: 5px;
    background-color: #222;
    color: #fff;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-group input:focus {
    border-color: #ff0000;
}

/* Save Button */
.save-btn {
    display: block;
    width: 100%;
    padding: 0.8rem;
    background-color: #ff0000;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: bold;
    margin-top: 1rem;
    transition: background-color 0.3s ease;
}

.save-btn:hover {
    background-color: #ff0000;
}

/* Modal Open Animation */
.modal.show {
    visibility: visible;
    opacity: 1;
}

.modal.show .modal-content {
    transform: translateY(0);
    opacity: 1;
}

.image-preview-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

#projectImagePreview {
    max-width: 100%;
    max-height: 150px;
    border: 1px solid #444;
    border-radius: 5px;
    background-color: #222;
}

.project_data {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.empoweringsection .platformicon {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
}

.empoweringsection .platformicon a {
    display: inline-flex;
}

.acclegalpage .project_data {
    width: 100%;
}

.acclegalpage .project_data .project-showcase {
    width: calc(33.33% - 10px);
}

.newproject-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newproject-item .left {
    display: flex;
}

.newproject-item .project-actions {
    display: flex;
    margin-top: 15px;
    justify-content: end;
}

.analyticsmaindiv .maintabsrow {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

.analyticsmaindiv .maintabsrow .singletab {
    flex: 0 0 auto;
}

.analyticsmaindiv .maintabsrow .singletab {
    width: 100%;
    display: block;
}

.analyticsmaindiv .countslistcontainer .countnumbers.arrow {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 0;
}

.analyticsmaindiv .countslistcontainer .countnumbers.arrow::after {
    display: none;
}

.chartmaincardcss .chartrow .middle .chartcanvasmain .areachartcanvas {
    width: 100% !important;
    max-width: 100% !important;
}

.rightincdecgroup{
    display: flex;
}
.rightincdecgroup .incdecbtn {
    border: none;
    width: 22px;
    height: 22px;
    background-color: #1d1d1d;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;

}
.commonPopupStyle .rowsplitbill .splitInput{
    text-align: center !important;
}
.wallet .maincardbody .firstleftcard .redbodycard .firstbottomdiv .dropdiv .dropdown{
    width: 180px !important;
}
.wallet .maincardbody .firstleftcard .redbodycard .firstbottomdiv .dropdiv .dropdown .dropdownmain .select2{
    width: 280px !important;
}
.analyticsmaindiv .maintabsrow .singletab .logoname{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-wrap: auto;
}

.newselectinput{
    width: 100%;
    border: none;
    background-color: #1d1d1d;
    padding: 11px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

 .newselectinput.iconright {

    padding-right: 30px;

}
 
 .newselectinput.placeholder {

    color: #646464;

}
.selectinputnew{
    position: relative;
    min-width: 80px;
}
 .selectinputnew .chevronicon{
    position: absolute;
    overflow: hidden;
    right: 15px;
    top: calc(50% - 7px);
    width: 16px;
    height: 14px
 }
 .selectinputnew .chevronicon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
 }

 .rightflex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
 }

 .btndownload{
    width: 38px;
    height: 38px;
    border: none;
    background-color: #1d1d1d;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 10px;

 }

 .commontopheader .language-selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 12px 20px;
}
.commontopheader .dropdown {
    position: relative;
    display: inline-block;
    background-color: var(--colordark2);
    border-radius: 7px;
    border: 1px solid #515151;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    color: #fff;
}
.commontopheader .dropbtn {
    position: relative;
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 30px 8px 12px;
    border-radius: 8px;
}
.commontopheader .dropbtn::after {
    position: absolute;
    content: "";
    height: 8px;
    width: 15px;
    background-image: url("../images/dropdown_chevron.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(50% - 4px);
    right: 5px;
}
.commontopheader .arrow-down {
    margin-left: 8px;
    font-size: 12px;
}
.commontopheader .flag-icon {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.commontopheader .dropdown-content {
    display: none;
    position: absolute;
    background-color: #1b1b1b;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 8px 0;
    border-radius: 8px;
    z-index: 1;
}
.commontopheader .dropdown-content a {
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: background-color 0.2s ease;
}
.commontopheader .dropdown-content a:hover {
    background-color: #575757;
}
.commontopheader .dropdown.active .dropdown-content {
    display: block;
}