.table-box{
    padding-bottom: 10px;
    }
    .banner-icon{
        width: 125px;
        height: 63px;
        border-radius: 12px;
    }
    .cred-btn-box{
        width: 98%;
        margin: 25px auto;
    }
    .cred-list{
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
    }
    .banner-type-box{
        width: 100%;
        display: flex;
    }
    .modal-inner-body{
        width: 90%;
        margin: 0px auto;
    }
    .banner-option-box{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .image-upload-box{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #F1F5F8;
        border: 2px dashed #DFE0E1;
        border-radius: 10px;
        padding: 60px;
        cursor: pointer;
    }
    .upload_image{
        width: 70px;
        margin-bottom: 5px;
    }
    .upload-text{
        font:16px var(--semibold-font);
        color: #000;
        padding-bottom: 5px;
    }
    .image-resolution-note{
        font:13px var(--regular-font);
        color: #6C8496;
    }
    .uploed-image{
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
    .popup-video-box{
        width: 100%;
        display: flex;
    
    }
    .video-box{
      width: 100%;    
    }
    .video-desc-box{
      width: 100%;
      padding: 0px 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    /* .form__detail {
        position: relative;
        height: 48px;
    } */
    .form__detail {
        margin: auto;
        position: relative;
        height: 50px;
        width: 60%;
    }
    .border-underline {
        border-bottom: 1px solid #f2f2f2;
        margin: 25px;
        width: 100%;
    }
    .shop-controls{
        display: flex;
        justify-content: space-around;
    }
    .video-desc-box .form__detail:last-child{
        margin-bottom: 0px;
    }
    .email-icon {
        background-image: url(../assets/mail_icon.svg);
        background-repeat: no-repeat;
        background-position: 10px 15px;
        background-size: 24px;
    }
    
    /*new add*/
    /*----------------------------------*/
        .backarrow {
        width: 30px;
        margin-right: 10px;
        }
    
        .arrow_add {
        display: inline-block;
        font: 24px var(--medium-font);
        margin: 0;
        color: #000;
        letter-spacing: -0.75px;
        padding: 10px 0;
        cursor: pointer;
        }
        .addsegment{
        padding: 20px 0;
        margin: 0;
        font: 18px var(--medium-font);
        display: block;
        color: #00b9f5 !important;
        text-decoration: underline !important;
        cursor: pointer;
        }
        
    
        .dropdown {
        display: inline-block;
        position: relative;
        }
        .dd-button {
        display: inline-block;
        border: 1px solid #00b9f5;
        border-radius: 4px;
        padding: 10px 30px 10px 20px;
        font: 18px var(--medium-font);
        background-color: #fbfbfb;
        cursor: pointer;
        white-space: nowrap;
        color: #00b9f5;
        }
        .dd-button:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 0; 
        height: 0; 
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid black;
        }
        .dd-button:hover {
        background-color: #eeeeee;
        }
        .dd-input {
        display: none;
        }
        .dd-menu {
        position: absolute;
        top: 100%;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 0;
        margin: 2px 0 0 0;
        box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
        background-color: #ffffff;
        list-style-type: none;
        }
        .dd-input + .dd-menu {
        display: none;
        }
        .dd-input:checked + .dd-menu {
        display: block;
        }
        .dd-menu li {
        padding: 10px 20px;
        cursor: pointer;
        white-space: nowrap;
        }
        .dd-menu li:hover {
        background-color: #f6f6f6;
        }
        .dd-menu li a {
        display: block;
        margin: -10px -20px;
        padding: 10px 20px;
        }
        .dd-menu li.divider{
        padding: 0;
        border-bottom: 1px solid #cccccc;
        }    
        /*new line maked*/
    /*----------------------------------*/
    .back-arrow img{
        width: 29px;
    }
    .view-shop{
        display: flex;
        column-gap: 25px;
    }
    .save-shedule{
    padding: 20px 20px;
    margin-top: 50px;
    }
    .shop-common-box {
        display: flex;
        align-content: center;
        justify-content: center;
        column-gap: 6%;
        flex-wrap: wrap;
    }
    .choose-shop,.selected-shop{
        width: 45%;
    } 
    .search-input{
        border: 1px solid #E5E5E5;
        border-radius: 2px;
    }
    .search-box{
        position: relative;
    }
    .search-box img{
    position: absolute;
    left: 15px;
    bottom: 12px;
    width: 15px;
    }
    .search-input{
    border: 1px solid #e5e5e5;
    font-size: 15px;
    width: 100%;
    padding: 8px 38px;
    }
    .search-filter-common{
        display: flex;
        column-gap: 15px;
        padding-bottom: 40px;
    }
    .choose-shop-list li{
        display: flex;
       justify-content: space-between;
    }
    .choose-shop-left {
        border: 1px solid #e5e5e5;
        padding: 10px;
        width: 100%;
        margin: auto;
        overflow: hidden;
        height: 290px;
        overflow-y: scroll;
    }
    .choose-shop-list li {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #e5e5e5;
        margin-top: 15px;
    }
    .custom-table tr{
    background-color: #FBFCFD;
    border-bottom: 1px solid #e5e5e5;
    }
     .shop-table-box {
        padding-bottom: 10px;
        border: 1px solid #e5e5e5;
        
    } 
    .selected-shop-right{
        overflow: hidden;
        height: 160px;
        overflow-y: scroll;

    }
    td span.remove{
        color: #ca2f2f;
        text-decoration: underline;
    }
    