@media screen and (max-width: 1200px) {
    .login-box-right{
        width: 100%
    }

    .login-box-left{
        display: none;
    }

    .my-toolbar-left {
        width: 0%;
    }

    .sidebar{
        display: none;
    }

    .my-container, .my-toolbar-right{
        width: 100%;
    }

    .sell_menu {
        display: flex;
        justify-content: center;
        gap: 30px;
        align-items: center;
        height: calc(100vh - 85px);
        cursor: pointer;
    }

        .sell_menu > a {
            text-align: center;
            width: 30%;
            background: #F1F1F1;
            border-radius: 20px;
            padding: 40px 0;
        }

            .sell_menu > a:hover {
                background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
            }

            .sell_menu > a:hover svg {
                fill: #fff;
            }

                .sell_menu > a:hover p{
                    color: #fff;
                }

                .sell_menu svg {
                    fill: #9E1C20;
                    width: 40px;
                    height: 40px;
                    margin-bottom: 10px;
                }

        .sell_menu p{
            margin: 0
        }

    .header-icon-res{
        display: block;
        width: 50px
    }

    .text-end-res{
        text-align:start !important;
        margin-top:10px;
        display:flex;
        justify-content:space-between;
        gap:10px;
    }

    .text-center-res, text-end-res {
        text-align: start !important;
    }

    .res-m-top{
        margin-top:10px;
    }

    .btn-res-sell-form-back {
        display: inline-block !important;
        width:50%;
    }
    .btn-res-sell-form-save {
        width: 50%;
    }

    .btn-res-sell-form-print{
        width:100%;
    }

    .btn-res-app-form {
        display: none !important;
    }

    .res-btn-start {
        display: flex;
        justify-content: space-between;
        margin-top: 25px !important;
        gap:10px;
        margin-bottom:10px;
    }

    .res-row-back,
    .res-all-page {
        display: block !important;
    }

 
    .res-row-header {
        display: none;
    }


    .margin-top-0-tablet {
        margin-top: 0!important
    }


    .e-tab .e-tab-header {
      
        z-index: 1 !important;
    }

    .btn-flex-d {
        flex-direction: column-reverse;
    }

    .text-start-res-quo,
    .text-end-res-quo {
        width: 50% !important;
        display: flex;
        gap: 5px;
    }

    .text-start-res-quo {
       // padding-left: 0 !important;
        padding-right: 2.5px !important;
    }


    .text-end-res-quo {
        padding-left: 2.5px !important;
       // padding-right: 0 !important;
    }

        .btn-print-quo {
            width: 50% !important;
        }

    .res-choose-file {
        display:block;
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        //bottom: -30px;
    }

    .res-custome-file {
        top: 30px;
    }

    .custom-file-input {
        z-index: 1;
        opacity: 0;
    }
    .choose-file-name {
        display: block;
        margin-top:30px;
    }
    


}


@media screen and (max-width: 992px) {
    .text-start-res-agent {
        text-align: start !important;
        margin-top: 5px;
    }

    .res-text-start-size {
        text-align: start !important;
        margin-top: 10px;
    }

    .ab-left-login-logo {
        width: 11vh !important;
        height: 11vh !important;
        padding: 2vh !important;
    }

    .right-text-logo {
        left: calc(100% - 30px) !important;
        transform: translate(-100%, 25%) !important;
        width: 22vh !important;
    }

}

@media screen and (max-width: 576px) {
    .res-text-end-status {
        text-align: start !important;
    }
}