.cust_sm_input_field::placeholder {
    font-size: 12px;
    /* Adjust the size as needed */
    color: #888888;
    /* Optional: Change placeholder color */
}

.cust_field_publish_url::placeholder {
    font-size: 12px;
    color: #888888;
}

.small_text {
    font-size: 14px !important;
}

.small_text_medium {
    font-size: 13px !important;
    font-weight: 500;
}

.small_text_sm {
    font-size: 12px !important;
}

.small_text_bold {
    font-size: 13px !important;
    font-weight: 700;
}

.small_text_bold_sm {
    font-size: 12px !important;
    font-weight: 700;
}

.cust_icon:hover {
    cursor: pointer;
}

.cust_icon_move:hover {
    cursor: move;
}

.cust_full_path {
    width: 100%;
    word-wrap: break-word;
}

#wpcontent {
    height: 100%;
    padding-left: 0px !important;
    background: #f8f9fa !important;
}

#wpwrap {
    background: #f7f8f9 !important;
}

#wpfooter {
    display: none !important;
}

.cust_bg_light {
    background: #ffffff;
}

.draggable-list {
    list-style-type: none;
    padding: 0;

}

.letter-spacing-1 {
    letter-spacing: 1px;
}

@media (max-width: 600px) {
    .main-responsive {
        width: 100%;
        overflow-x: auto;
    }
}
/* 
.inner-responsive {
       width: 1235px;
} */

.cust-border-bottom {
    border-bottom: 3px solid #6c757db5 !important;
}

.cust-border-right {
    border-right: 3px solid #6c757db5 !important;
}

.cust_sm_input_field {
    width: 50px !important;
    height: 20px !important;
    text-align: center;
}

.cust_field_publish_url {
    height: 20px !important;
    font-size: 13px !important;
}

.error_msg {
    color: red;
    font-size: 11px;
}

.upload_err_message {
    color: red;
    font-size: 13px;
    font-weight: 600;
    padding-top: 10px;
}

.fileName_err_message {
    color: red;
    font-size: 13px;
    font-weight: 600;
    padding-top: 10px;

}

.cust_big_sm_input_field {
    width: 30px !important;
    height: 20px !important;
    text-align: center;
}

.right_nav_btn {
    font-size: 12px !important;
}

.cust_right_area {
    min-height: 400px;
}

#crop-button-outer:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.filterFilenames {
    font-size: 15px;
    font-weight: 600;
    padding-right: 7px;
}

/*##############################################################*/
#loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    /*display: none;*/
}

#loader {
    border: 7px solid #f3f3f3;
    /* Light grey */
    border-top: 7px solid #2271b1;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: 30px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*######################### MANAGE URL PAGE CSS #########################################*/
.publish_status {
    color: green;
}

.clear-both {
    clear: both;
    display: none;
}

label.button {
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #6C6C6C;
    color: #6C6C6C;
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
    transition: all 200ms linear;
    cursor: pointer;
}

label.button:hover {
    background-color: #F0F0F0;
}

input#images {
    display: none;
}

input#addImages {
    display: none;
}

.addMoreImgBtn {
    display: none;
}

#multiple-file-preview {
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    margin-top: 10px;
    height: fit-content;
}

.cust_sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-height: 300px;
    max-height: fit-content;
    display: flex;
    flex-wrap: wrap;
}

.cust_img_li {
    /* user-select: none; */
    width: 175px;
    height: fit-content;
    padding: 8px;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.cust_img_li img {
    width: 100%;
    border-radius: 4px;
    height: 157px;
    object-fit: cover;
}

.image-name {
    word-wrap: break-word;
    border: 2px solid #3f3f3f52 !important;
    padding: 0px 5px !important;
    font-size: 13px;
    margin-top: 2px;
    width: 100%;
    height: fit-content;
    border-radius: 5px !important;
}

.cust_img_li .order-number {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
    background-color: #3f3f3fbd;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* user-select: none; */
}

.delete_img {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
    background-color: #3f3f3fbd;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* user-select: none; */
    cursor: pointer;
}

b.cust-remove {
    padding-bottom: 5px;
}

.cust-up-down-arrow {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700 !important;
}

.custom_toggle_btn {
    font-size: 13px !important;
    padding: 5px 10px !important;
}

.cust-all-title-list {
    height: 92px;
    overflow-y: auto;
    scrollbar-width: thin;
    /* "auto" or "thin" */
    scrollbar-color: #888 #f1f1f1;
    /* thumb and track color */
}

.cust-all-title-list-inner {
    max-height: 100%;
}

/* Hide the scrollbar */
.cust-all-title-list::-webkit-scrollbar {
    width: 10px;
    /* Adjust width as needed */
    background-color: #f1f1f1;
    /* Background color of the scrollbar track */
}

/* Scrollbar track */
.cust-all-title-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Background color of the scrollbar track */
    border-radius: 10px;
    /* Optional: Add rounded corners to the track */
}

/* Scrollbar thumb */
.cust-all-title-list::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Color of the scrollbar thumb */
    border-radius: 10px;
    /* Optional: Add rounded corners to the thumb */
    border: 3px solid #f1f1f1;
    /* Optional: Add border around the thumb */
}

/* Scrollbar thumb hover */
.cust-all-title-list::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Color of the scrollbar thumb on hover */
}

.custom_toggle_btn:hover {
    transform: scale(1.05);
    animation: hoverAnimation 0.2s ease-in-out;
}

@keyframes hoverAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1.05);
    }
}

/*#################################### CROPPER CONTAINER ###################################*/
.cust_cropper_container {

    position: relative;
    min-height: 0px;
    display: none;
}

.set_col {
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cust_editor_btns {
    width: 100%;
}

.disabled {
    pointer-events: none;
    color: gray;
}

.disabled * {
    pointer-events: none;
    color: gray;
}

.cropper-container {
    width: 335px !important;
    height: 300px !important;
    margin: 10px !important;
}

/* #crop-editors-main {
     display: none;
} */

/*######################################### MODEL POPUP CSS #######################################*/
.cust-modal-dialog {
    max-width: 770px !important;
    margin: 1rem auto !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    border-radius: .3rem !important;
    background: #fff !important;
}

.cust-modal-content {
    border: none !important;
    border-radius: 0px !important;

}

.cust-modal-body {
    min-height: 600px !important;
}

#updateFolderCsv {
    overflow: scroll !important;
}

input#inputSearchFilter {
    font-size: 12px;
}

.image-count {
    width: 77px;
}

.cust-selected-slugs {
    width: 230px;
}

.edit-media-btn {
    font-size: 11px!important;
}
#success-message {
    position: fixed;
    top: 50px;
    right: 20px;
    background-color: #2271b1;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    z-index: 1000;
    display: none;
}

.custom-word-break {
    word-break: break-word;
}

/*########################################## VIEW IMAGE CONTAINER  CSS ##################################################*/


.ul-list img {
    width: 100%;
}

.ul-list {
    border: 2px solid #8080804d;
    padding: 5px !important;
    width: 15% !important;
    text-decoration: none !important;
}

.ul-list:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

.main-ul {
    display: flex !important;
    grid-gap: 22px;
    flex-wrap: wrap;
    flex-direction: row !important;
    padding: 0px 15px !important;
}

.lineBreck {
    width: 100%;
}

.ul-list-2 img {
    width: 100%;
    object-fit: cover;
    height: 115px;
}

.ul-list-2 {
    border: 2px solid #8080804d;
    padding: 5px !important;
    width: 18% !important;
    text-decoration: none !important;
    position: relative !important;
    height: fit-content;
}

.ul-list-2:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

.main-ul-2 {
    display: flex !important;
    grid-gap: 17px;
    flex-wrap: wrap;
    flex-direction: row !important;
    padding: 0px 15px !important;
    width: 100%;
}

.addbtnlabel {

    padding: 55px 16.5px !important;
}

div#current_file_name_main {
    margin-top: -2px;
    width: 75%;
    word-wrap: break-word;
}


button.cust-remove-btn {
    position: absolute;
    top: 6px;
    right: 5px;
    border: none;
    background: #cfc8c8;
    border-radius: 25px;
}


/* Custom style for download button */
.fancybox-download {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 20px;
    background-color: #007bff;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.fancybox-download:hover {
    background-color: #0056b3;
}

.fancybox-wrap.fancybox-desktop {
    top: 50px !important;
    width: 410px !important;
    height: 400px !important;
}

.fancybox-inner {
    width: 380px !important;
    height: 380px !important;
}

.fancybox-skin {
    height: 113% !important;
}