.up_big_image {
            position: relative;
        }

        .up_big_image i {
            position: absolute;
            top: 15px;
            right: 15px;
            padding: 12px;
            background: gray;
            border-radius: 5px;
            color: white;
            cursor: pointer;
        }

        .up_big_image i {
            position: absolute;
            top: 15px;
            right: 15px;
            padding: 12px;
            background: gray;
            border-radius: 5px;
            color: white;
            cursor: pointer;
        }

        .up_big_image {
            height: 500px;
            background-position: inherit;
        }

        .thumb-section {
            position: relative;
            width: 100%;
            border-radius: 5px;
        }

        .thumb-section img {
            border-radius: 5px;
            height: auto;
            width: 100%;
            cursor: pointer;
        }

        
        .thumb-section i {
        position: absolute;
        top: 50%;
        right: 35%;
        /*font-size: 20px;*/
        cursor: pointer;
        font-size: 24px;
        transform: translateY(-50%);
    }


  

        .add-file input {
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

        .display-none {
            /* display: none; */
        }
        .spinner-handaler{
            opacity: 1;
        }
        .big_thumb_1{
             background-size: cover;
            background-repeat: no-repeat;
            background-position: top center;
               
        }

        .upload_item_area .upload_item_thumb .up_big_image .up_big_image_inner {
            padding: 0;
            height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
/*        .upload_item_thumb .up_small_thumbs {
            grid-template-rows: 85px;
        }*/