@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@200;300;400;500;600;700;800;900&display=swap');

/*KHTTKI's Addition*/

.noofcopies {
    align-items:center !important;
}


/*KHTTKI's Addition End*/

*{
    margin: 0;
    font-family: 'Noto Sans Arabic', sans-serif;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%; 
    scroll-behavior: smooth;
    /* 1rem = 10px  */
}
body{
    /* touch-action: none; */
}
p{
    margin-bottom: 0;
}
.document{
    display: flex;
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: #007FFF;
}
.document .left{
    width:  49.47%;
    height: 108rem;
    position: relative;
    min-height: 100%;
}
.document .left .line1{
    position: absolute;
    top: 0;
    left: 1.5rem;
}
.document .left .line2{
    position: absolute;
    bottom: 0;
    right: 13.2rem;
}
.document .left .header{
    display: flex;
    width: 64.2rem;
    justify-content: center;
    margin: auto;
    padding-left: 4rem;
    margin-top: 5rem;
}

.document .left .header .btn{
    width: 15rem;
    height: 5.8rem;
    background-color: white;
    border-radius: 5rem;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;

    color: #007FFF;
    border: 0;
}
.document .left .header img{
    width: 17.8rem;
    height: auto;
}
.document .left .printing{
    margin-top: 16.7rem !important; 
    margin: auto;
    display: block;

    width: 49.9rem;
    height: 49.9rem;
}
.greyed{
    filter: grayscale(1);
}
.greyed .options,
.greyed .btn.save,
.greyed .copies .input button,
.greyed .input{
pointer-events: none;
}
.document .right{
    background-color: white;
    display: flex;
    width: 50.53%;
}
.right .container{
    width: 66.6rem;
    margin: auto;
    padding-right: 2.8rem;
}
.document .right .mainHeading{
    font-size: 3rem;
    text-align: right;
    font-weight: 600;
    color: #007FFF;
}
.document .right .box{
    width: 100%;
    height: 31.4rem;
    margin-top: 2.4rem;

    border-radius: .8rem;
    border: 1px solid rgba(138, 138, 138, 0.20);
background: #FFF;
box-shadow: 0px 2px 14px 0px rgba(0, 68, 142, 0.16);
padding: 2.6rem 4.1rem;
}
.document .right .box .top{
    padding-bottom: 1.6rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid #8A8A8A33;
}
.document .right .box .top h3{
    font-size: 3rem;
    text-align: right;
    font-weight: 600;
    color: #8A8A8A;
}

#form1 > div.couponCodeForm > h3 {
    font-size: 3rem;
    text-align: right;
    font-weight: 600;
    color: #8A8A8A;
}
.document .right .box .input{
    display: flex;
    padding: 1.4rem 2.8rem;
    margin: auto;
    border-radius: .8rem;
    height: 6.4rem;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 1.6rem;
    border: 1px solid rgba(0, 68, 142, 0.25);
}
.document .right .box .input .price{
    width:90%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.document .right .box .input p:nth-child(1){
    font-size: 2.8rem;
    font-weight: 500;
    margin-left:0.5em;
    color: #8A8A8A;
    display: flex;
    align-items: center;
    justify-content: center;
}
.document .right .box .input p:nth-child(2){
    font-size: 2rem;
    align-items:flex-end;
    
}
.document .right .box .input img.icon{
    width: 2.4rem;
    margin-left: .5rem;
}
.document .right .box .active p:nth-child(1){
    color: #007FFF;
}
.document .right .box .input input{
    margin-right: auto;
    -webkit-appearance: none;
    appearance: none;
    width: 2.4rem;
    height: 2.4rem;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 68, 142, 0.25);
    border-radius: 5rem;
}
.document .right .box .input input::before{
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 5rem;
    background-color: #007FFFB2;
    display: none;
}
.document .right .box .input input:checked::before{
    display: flex;
}
.document .right .box .input input:checked{
    background-color: #007FFF57;
    border: 0;

}
.document .right .box .options{
    display: flex;
    margin-top: .8rem;
    flex-direction: row-reverse;
}
.document .right .box .options p{
    font-size: 2.1rem;
    color: #007FFFB2;
    font-weight: 500;
    
}
.document .right .box .options img{
    width: 2.4rem;
    height: 2.4rem;
    margin-left: .5rem;
}
.document .right .copies{
    height: 7rem;
    display: flex;
    padding: 0 4.1rem;
    margin-top: 1.6rem;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.document .right .copies .top{
    border: 0;
    padding: 0;
    margin: 0;
}
.document .right .copies .input{
    width: auto;
    height: auto;
    margin: 0;
    border-radius: .4rem;
    border: 1px solid rgba(0, 68, 142, 0.25);
    padding: 0;
}
.document .right .copies .input button{
    width: 4.3rem;
    height: 4.5rem;
    font-size: 2rem;
    color: #8A8A8A;
    font-weight: 600;
    background-color: transparent;
    border: 0;
}
.document .right .copies .input button:nth-child(1){
    border-left: 1px solid rgba(0, 68, 142, 0.25);
    
}
.document .right .copies .input button:nth-child(3){
    border-right: 1px solid rgba(0, 68, 142, 0.25);
}
.document .right .copies .input p{
    width: 7.8rem;
    text-align: center;
    font-size: 2rem ;
    color: #007FFF !important;
    font-weight: 600 !important;
    
}
.document .right .copies .input span{
    
    text-align: center;
    font-size: 1.5rem ;
    color: #007FFF !important;
    font-weight: 600 !important;
    
}
.document .right .total .input{

    border: 0;
    width: auto;
}
.document .right .total .input p{
    padding: 0;
    width: auto;
    margin: 0 !important;
}
.document .right .payment {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2.9rem;
}
.document .right .payment .top{
    margin-bottom: 1.6rem;
}
.document .right .payment .input {
    margin-bottom: .8rem;
}
.document .right .payment .input p:nth-child(2){
    margin-right: .8rem;
    font-weight: 500 !important;
    font-size: 18px !important;
}
.document .right .payment .active p:nth-child(2){
    color: #007FFF !important;
    
}
.document .right .payment .input .svgs {
    stroke : #8A8A8A;
}
.document .right .payment .active .svgs {
    fill : #007FFF;
    stroke: white;
    
}
.document .right .payment .input:nth-last-child(1) {
    margin-bottom: 0;
}
.document .right .pay{
    width: 63.8rem;
    height: 7rem;
    background-color: #007FFF;
    border: 0;
    border-radius: .8rem;
    font-size: 2.6rem;
    font-weight: 600;
    color: white;
    margin-top: 2.4rem;
}
.document .right .pay:disabled{
    filter: grayscale(1);
}

.document .right .payment.totaldocprice{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0 4.1rem;
    margin-top: 1.6rem;
    height: 7rem;
}
.document .right .payment .top{
    margin: 0;
    padding: 0;
}
.document .right .payment:not(.totaldocprice) .top{

    padding-bottom: 1.6rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid #8A8A8A33;
}
.document .right .payment.totaldocprice .input{
    width: auto;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
}
.document .right .payment.totaldocprice .input p:nth-child(1){
    font-size: 2.8rem;
    color: #007FFF !important;
    margin: 0;
}
.document .right .payment.totaldocprice .input span{
    font-size: 1.5rem;
    color: #007FFF !important;
}
.modal{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    display: none;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.70);;
    justify-content: center;
    
}
.modal .container{
    width: 77rem;
    height: 79rem;
    padding: 7.9rem 13.7rem;
    background-color: white;
    border-radius: 1.6rem;
    position: relative;
}
.modal .container .close{
    position: absolute;
    top: -4.1rem;
    right: -1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.4rem;
    height: 6.4rem;
    background-color: white;
    border-radius: 5rem;
    filter: drop-shadow(0px 4px 4px rgba(0, 68, 142, 0.25));
}
.modal .container .mainHeading{
    font-size: 3.1rem;
    font-weight: 600;
    color: #007FFF;
    margin-bottom: 1.2rem;
    text-align: center;
}
.modal .container .row {
    margin-top: 2.4rem;

}
.modal .container .row h3{
    font-size: 2rem;
    font-weight: 6000;
    text-align: right;
    color: #8A8A8A;
    margin-bottom: 1.6rem;
}
.modal .container .row .inputs{
    display: flex;
    flex-direction: row-reverse;

}
.modal .container .row .input:nth-child(1){
    margin-left: 2rem;
}
.modal .container .row .input{
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    width: 24.1rem;
    padding: 1.4rem 1.9rem;
    height: 6.4rem;
    justify-content: space-between;
    border-radius: .8rem;
    border: 1px solid rgba(0, 68, 142, 0.25);
}
.modal .container .row .input input{
    margin-right: auto;
    -webkit-appearance: none;
    appearance: none;
    width: 2.4rem;
    height: 2.4rem;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 68, 142, 0.25);
    border-radius: 5rem;
}
.modal .container .row .input p{
    font-size: 1.6rem;
    color: #8A8A8A;
}
.modal .container .row .active p{
    color: #007FFF;
}
.modal .container .row .input input::before{
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 5rem;
    background-color: #007FFFB2;
    display: none;
}
.modal .container .row .input input:checked::before{
    display: flex;
}
.modal .container .row .input input:checked{
    background-color: #007FFF57;
    border: 0;
    
}
.modal .container .range .input{
    width: 100%;
    margin-bottom: .8rem;
}

.modal .container .range .input2{
    flex-direction: column;
    height: auto;
}
.modal .container .range .input2 .custom{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
}
.modal .container .range .input2 .pages{
    display: flex;
    margin-left: auto;
    margin-top: 2.2rem;
}
.modal .container .range .input2 .pages div{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.modal .container .range .input2 .pages p{
    color: #8A8A8A;
    font-size: 1.3rem;
}
.modal .container .row select{
    width: 7.4rem;
    height: 5rem;
    font-size: 2rem;
    font-weight: 600;
    color: #007FFF;
    border-radius: 4px;
border: 1px solid rgba(0, 68, 142, 0.25);
background: rgba(0, 68, 142, 0.05);
padding: 0 1.8rem;
margin-right: .8rem;
}
    .modal .container .range .input2 .pages .from{
        margin-right: 2.2rem;
    }
.modal .container .size {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.modal .container .size select{
    width: 7.8rem;
    padding: 0;
    text-align: center;
}
    .modal .container button{
        height: 6.4rem;
        width: 100%;
        background-color: #007FFF;
        font-size: 2rem;
        font-weight: 600;
        color: white;
        margin-top: 3.6rem;
        border-radius: .8rem;
        border: 0;
    }


    .uploadFilesModal {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.185);
        z-index: 10000;
    }
    .uploadFilesModal .container{
        height: auto;
        width: 55rem;
        position: absolute;
        /* bottom: 0; */
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 2px 14px 0px rgba(0, 68, 142, 0.16);
        padding: 0 3rem !important;
        padding-top: 3.5rem !important;
        padding-bottom: 2rem !important;
        display: none !important; 
    }
    .uploadFilesModal .container.active{
    display: block !important;
}

        .uploadFilesModal .container .uploadBox{
            width: 31.5rem;
            height: 18.8rem;
            border-radius: 8px;
            border: 1px dashed rgba(0, 68, 142, 0.80);
            background: #FFF;
            display: flex;
            flex-direction: column;
            margin: auto;
            margin-top: 3.5rem;
            justify-content: center;
            align-items: center;
        }
        .uploadFilesModal .container .uploadBox p{
            font-size: 1.6rem;
            color: #8A8A8A;
            margin-top: .8rem;
            margin-bottom: 1.6rem;
        }
        .uploadFilesModal .container .uploadBox p span{
            color: #007FFF;
            font-weight: 500;
        }
        .uploadFilesModal .container button{
            border-radius: 4px;
            background: #007FFF;
            font-size: 2rem;
            font-weight: 500;
            color: white;
            background-color: #007FFF;
            padding: .7rem 1.6rem;
            border: 0;
            cursor: pointer;
            position: relative;
        }
        .uploadFilesModal .container button input{
            position: absolute;
            top: 0 ;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
        }
        .uploadFilesModal .container button.next{
            width: 31.5rem;
            margin: auto;
            display: block;
            margin-top: 2.1rem;
        }
        .uploadFilesModal .container .uplaodedFilesDisplay{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .uploadFilesModal .container .uplaodedFilesDisplay .UploadedDisplay{
            display: flex;
            padding: 0 1.2rem;
            align-items: center;
            padding-bottom: .9rem;
            border-bottom: 1px solid rgba(0, 68, 142, 0.25);
            margin-top: 1.6rem;
            flex-direction: row-reverse;
            justify-content: flex-start;
            width: 31.5rem;
        }
        .uploadFilesModal .container .uplaodedFilesDisplay .UploadedDisplay .details{
            display: flex;
            flex-direction: column;
            margin-right: 1rem;
        }
        .uploadFilesModal .container .uplaodedFilesDisplay .UploadedDisplay h2{
            font-size: 1.8rem;
            font-weight: 600;
            color: #007FFF;
        }
        .uploadFilesModal .container .uplaodedFilesDisplay .UploadedDisplay p{
            font-size: 1.6rem;
            color: #007FFF40;
        }
        .uploadFilesModal .container .box{
            margin-left: auto;
            margin-right: auto;
        }
        .uploadFilesModal .container .box:nth-child(1){
            margin-top: 0;
        }
        .uploadFilesModal .container .copies .input button{
            padding: 0;
        }
        .uploadFilesModal .container .box .input .price{
            width: 18.3rem;
        }

        .document .right .mainHeading{
            display: flex;
            justify-content: space-between;
            flex-direction: row-reverse;
            width: 100%;
            padding: 0 3rem;
            align-items: center;
        }
        .right .mainHeading button{    
            font-size: 2.1rem;
            color: #007FFFB2;
            background: transparent;
            cursor: pointer;
            border: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 500;
            position: relative;
            flex-direction: row-reverse;
        }
         .right .mainHeading button input{
             position: absolute;
             top: 0;
             left: 0;
             z-index: 100;
             width: 100%;
             height: 100%;
             opacity: 0;
            }    
            .right .mainHeading button svg{
                margin-left: 1rem;
            }
            .File{
                padding: 0.8rem 1.5rem;
                margin: 0.5rem;
                font-size: 1.6rem;
                color: #8A8A8A;
                cursor: pointer;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                position: relative;
                border-radius: .6rem;
                border: 1px solid #007FFF29;
                width: 31%;

            }
            .File span{
                margin-left: 0.4rem;
                position: absolute;
                top: 5px;
                right: 0;
            }
            .File.active{
                background: #007FFF29;
            color: #007FFF;
            border-radius: 0.4rem;
            font-weight: 500;
            }
            
            .box.uploadFiles{
                height: auto !important;
                display: none;
                max-height:26.8rem !important;;
                /* overflow-y: scroll; */
                overflow: hidden;
                position: relative;
                padding: 0 !important;
            }
            .box.uploadFiles .content{
                max-height:26.8rem !important;;
                
                overflow-x: hidden;
                
                padding: 2.5rem !important;
            }
            .box.uploadFiles .content::-webkit-scrollbar{
                appearance: none;
                -webkit-appearance: none;
            }
            .box.uploadFiles::-webkit-scrollbar-vertical{
                display: none;
            }
           
            .simplebar-track.simplebar-vertical{
                width: 15px !important;
            }
            .box.uploadFiles .simplebar-scrollbar::before {
                background-color: #007FFF; /* Scrollbar button color */
                width: 15px;
                opacity: 1 !important;
                left: 0 !important;
            }
            .box.uploadFiles  .up,
            .box.uploadFiles  .down{
                position: absolute;
                right: 0;
                width: 15px ;
                height: 20px;
                background-color: #007FFF;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 10;
            }
            .box.uploadFiles  .up{
                top: 0;
            }
            .box.uploadFiles  .down{
                bottom: 0;
            }
            .box.uploadFiles  .up svg,
            .box.uploadFiles  .down svg{
                width: .8rem;
            }
            .box.uploadFiles  .up svg path,
            .box.uploadFiles  .down svg path{
                fill : white

            }
            .box.uploadFiles .simplebar-track.simplebar-vertical{
                height: calc(100% - 40px);
                margin-top: 19px;
            }
            
            
    @media screen and (max-width : 1550px) {
        html{
            font-size: 52.5%;
        }
    }
    @media screen and (max-width : 1250px) {
        html{
            font-size: 42.5%;
        }
    }
    @media screen and (max-width : 950px) {
        html{
            font-size: 32.5%;
        }
    }
@media screen and (max-width : 768px) {
    .document .left .header{
        margin-top: 2rem;
    }
    .document{
        background-color: white;
        flex-direction: column;
    }
    .document .left{
        width: 100%;
        height: 10rem;
        margin-bottom: 2rem;
        border-radius: 0 0 2.2rem 2.2rem;
        background-color: #007FFF;
    }
    .document .left .printing{
        display: none;
    }
    .document .left .line1,
    .document .left .line2{
        display: none;
    }
    .document .right{
        width: 100%;
    }
    
     .right .container{
        padding-right: 0;
    }
}
@media screen and (max-width : 475px) {
    .document .right .container .Option .saveModal .container{
        height: 24rem !important;
        justify-content: space-between !important;
    }
    .document .right .box.uploadFiles .top .selectAll{
        font-size: 1.4rem !important;
        padding: .5rem 1.5rem !important;
        margin-bottom: .5rem !important;
        width: 100% !important;
        text-align: center;
    }
    .document .right .box.uploadFiles .top .buttons{
        flex-direction: column;
    }
    .modal .container .row{
        width: 100%;
    }
    .document .left .header .btn{
        font-size: 1.4rem
    }
    .uploadFilesModal {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.185);
        z-index: 10000;
    }
    .uploadFilesModal .container{
        height: auto;
        width: 100%;
        position: absolute;
        bottom: 0;
        border-radius: 16px 16px 0px 0px;
        background: #FFF;
        box-shadow: 0px 2px 14px 0px rgba(0, 68, 142, 0.16);
        padding: 0 3rem;
        padding-top: 3.5rem;
        padding-bottom: 2rem;
        display: none !important; 
    }
    .uploadFilesModal .container.active{
    display: block !important;
}

        .uploadFilesModal .container .uploadBox{
            width: 31.5rem;
            height: 18.8rem;
            border-radius: 8px;
            border: 1px dashed rgba(0, 68, 142, 0.80);
            background: #FFF;
            display: flex;
            flex-direction: column;
            margin: auto;
            margin-top: 3.5rem;
            justify-content: center;
            align-items: center;
        }
        .uploadFilesModal .container .uploadBox p{
            font-size: 1.2rem;
            color: #8A8A8A;
            margin-top: .8rem;
            margin-bottom: 1.6rem;
        }
        .uploadFilesModal .container .uploadBox p span{
            color: #007FFF;
            font-weight: 500;
        }
        .uploadFilesModal .container button{
            border-radius: 4px;
            background: #007FFF;
            font-size: 1.2rem;
            font-weight: 500;
            color: white;
            background-color: #007FFF;
            padding: .7rem 1.6rem;
            border: 0;
            position: relative;
        }
        .uploadFilesModal .container button input{
            position: absolute;
            top: 0 ;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
        }
        .uploadFilesModal .container button.next{
            width: 31.5rem;
            margin: auto;
            display: block;
            margin-top: 2.1rem;
        }
        .uploadFilesModal .container .uplaodedFilesDisplay .UploadedDisplay{
            display: flex;
            padding: 0 1.2rem;
            align-items: center;
            padding-bottom: .9rem;
            border-bottom: 1px solid rgba(0, 68, 142, 0.25);
            margin-top: 1.6rem;
            justify-content: flex-start;
            width: 31.5rem;
            flex-direction: row-reverse;
        }
        .uploadFilesModal .container .uplaodedFilesDisplay .UploadedDisplay .details{
            display: flex;
            flex-direction: column;
            margin-right: 1rem;
        }
        .uploadFilesModal .container .uplaodedFilesDisplay .UploadedDisplay h2{
            font-size: 1.2rem;
            font-weight: 600;
            color: #007FFF;
        }
        .uploadFilesModal .container .uplaodedFilesDisplay .UploadedDisplay p{
            font-size: 1rem;
            color: #007FFF40;
        }
        .uploadFilesModal .container .box:nth-child(1){
            margin-top: 0;
        }
        .uploadFilesModal .container .copies .input button{
            padding: 0;
        }
    html{
        font-size: 62.5%;
    }
    .document .right .container{
        align-items: center;
    flex-direction: column;
    display: flex;
    }
    .document .left{
        height: 6rem;
        border-radius: 0 0 1.2rem 1.2rem;
    }
    .document .left .header {
        margin-top: 1.8rem;
        margin-left: 2.8rem;
        width: auto;
        padding-right: 3rem;
        padding-left: 0;
    }
    .document .left .header img{
        width: 14.7rem;
        height: 6.3rem;
    }
    .document .left .btn{
        background-color: transparent !important;
        color: white !important;
        width: auto !important;
        /* margin-right: 3rem; */
        height: auto !important;
    }
    .document .right .mainHeading{
        font-size: 21px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        flex-direction: row-reverse;
    }
    .right .mainHeading button{    
        font-size: 1.3rem;
        color: #007FFFB2;
        background: transparent;
        border: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        position: relative;
    }
     .right .mainHeading button input{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        opacity: 0;
    }    
    .document .right .box{
        /*width: 31.5rem;*/
        margin-top: 1.6rem;
        height: 20.6rem;
        padding: 1.5rem ;
    }
    .document .right .box .top h3{
        font-size: 18px;
        font-weight:600;
    }

    #form1 > div.couponCodeForm > h3 
    {
        font-size: 18px;
        font-weight:600;
    }
    .document .right .box .top {
        padding-bottom: .8rem;
        margin-bottom: 1.6rem;
    }
    .document .right .box .input{
        /*width: 26.6rem;*/
        height: 4.2rem;
        margin-bottom: .8rem;
        padding: .9rem 1.2rem;
    }
    .document .right .box .input p:nth-child(1){
        font-size: 18px !important;
        font-weight:600;
    }
    .document .right .box .input p:nth-child(2){
        font-size: 15px;
        font-weight:500;
    }

    .document .right .payment .input p{
font-size: 1.4rem !important;
    }
    .File{
        font-size: 1.2rem;
        width: 28%;
    }
    .box.uploadFiles{
        min-height: 19.2rem !important;
    }
    .box.uploadFiles .content{
        padding: 1.5rem !important;
        padding-right: 2.5rem !important;
    }
    .document .right .box .input .price{
        /*width: 15.3rem;*/
    }
    .document .right .box .input input{
        width: 1.4rem;
        height: 1.4rem;
    }
    .document .right .box .input input::before{
        width: .8rem;
        height: .8rem;
    }
    .document .right .box .options p{
        font-size: 18px;
        font-weight:600;
    }
    .document .right .box .options img{
        width: 2.1rem;
        height: 2.1rem;
    }
    .document .right .copies{
        height: 4.8rem;
        padding: 0 2.6rem;
        align-items:center;
    }

    .document .right .copies .top{
        margin-bottom: 0 ;
    }
    .document .right .copies .input{
        width: 9.6rem !important;
        height: 2.9rem;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    .document .right .copies .input button{
        width: 2.8rem !important;
        height: 2.9rem !important;font-size: 1.4rem;
    }
    .document .right .copies .input p{
        width: 4rem !important;
        height: 2.9rem !important;
        font-size: 1.4rem !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .document .right .total .input{
        width: auto !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    .document .right .total .input p{
        width: auto !important;
        height: auto !important;

    }
    .document .right .pay{
        width: 100%;
        height: 5.2rem;
        font-size: 1.6rem;
        
    }
    
    .AllOptions .Option .btn.save{
        width: 100% !important;
        height: 5.2rem !important;
        font-size: 1.6rem !important;

    }
    .document .right .payment .input svg{
        width: 1.6rem;
        height: 1.6rem;
    }
    .document .right .payment{
        height: 24.6rem;
    }
    .modal .container{
        width: 92%;
        height: auto;
        padding: 2.9rem 2.3rem 4.1rem 2.4rem;
        margin-top:3rem;
    }
    .modal .container .mainHeading{
        font-size: 1.8rem;
    }
    .modal .container .row h3{
        font-size: 18px;
        font-weight: 600;

    }
    .modal .container .row .input{
        /*width: 12.2rem;*/
        padding: .9rem 1.3rem;
        height: 4.2rem;
    }
    .modal .container .row .input p{
        font-size: 15px;
    }
    .modal .container .row .input input{
        width: 1.4rem;
        height: 1.4rem;
    }
    .modal .container .row .input input::before{
        width: .8rem;
        height: .8rem;
    }
    .modal .container .range .input{
        width: 100% !important;
    }
    .modal .container .row select{
        width: 4.8rem;
        height: 2.9rem;
        font-size: 1.4rem;
        padding: 0 1rem;
    }
    .modal .container .range .input2 .pages p{
        font-size: 1rem;
    }
    .modal .container button{
        width: 26.8rem;
        height: 4.2rem;
        font-size: 1.6rem;
        margin-top: 2.4rem;
    }
    .modal .container .range .input2 .pages{
        margin-top: .5rem;
    }
    .modal .container .range .input2{
        height: 8.2rem;
    }
    .modal .container .range .input2 .pages .from{
        margin-right: 1.6rem;
    }
    .modal .container .size select{
        width: 7.88rem;
    }
    .modal .container .close{
        width: 3.6rem;
        top: -1.6rem;
        right: -1.1rem;
        height: 3.6rem;
    }
    .modal .container .close svg{
        width: 1.5rem;

    }
    .document .left .header .btn{
        position: absolute;
        top: 25%;
        left: 3rem;
    }
    .document .left .header{
        justify-content: center;
        margin-top: 0.5rem;
    }
    .document .left .header img {
        height: 8.3rem;
    }
    .document .right .box .options{
        width: max-content;
    margin-left: auto;
    align-items: center;
    }
    .document .right .copies .input button{
        font-size: 20px;
        align-items: center;
    justify-content: center;
    height: 3.9rem !important;
    display: flex;
    width: 3.9rem !important;
    }
    .document .right .copies .input button:nth-child(3){
        font-size: 22px;
    }
    .document .right .copies .input{
        height: 3.9rem;
        width: 11.6rem !important;
    }
    .document .right .box.copies{
        padding: 0 2.6rem;
        align-items: center;
    }
    .document .right .box.copies .top h3{
        margin-bottom: 0;
    }
    .document .right .total .input{
        width: auto !important;
        height: auto !important;
    }
    .document .right .payment.totaldocprice{
        height: 4.8rem;
        padding: 0 2.6rem;
        align-items: center;
    }
    .document .right .payment.totaldocprice .input:nth-last-child(1){
        padding: 0;
    }
    .document .right .box.totaldocprice .top{
        margin-bottom: 0;
    }
}




.confirmModal .container{
    width: 77rem;
    height: 44.9rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFF;
}
.confirmModal .container p.title{
    font-size: 2rem;
    margin-top: 2.4rem;
    text-align: right;
    font-weight: 600;
    color: #8A8A8A;
}
.confirmModal .container input{
    width: 50.1rem;
    height: 6.4rem;
    border-radius: 8px;
    text-align: right;
    padding-right: 1.8rem;
border: 1px solid rgba(0, 68, 142, 0.25);
margin-top: 1.6rem;
padding-left: 1.5rem;
font-size: 1.6rem;
outline: none;
}
.confirmModal .container .infoP{
    font-size: 2.4rem; font-weight: 400; text-align: center;
    margin-top: 3.6rem;
    color: #8A8A8A;
    
}
@media screen and (max-width : 475px) {
    
    #form1 {
        width:90%;
        margin:auto;
    }
    .confirmModal .container{
        width: 31.5rem;
        border-radius: 8px;
background: #FFF;
        height: 26rem;
        padding: 2.9rem 2.3rem 4.3rem 2.4rem;
    }
    .confirmModal .container p.title{
        font-size: 1.4rem;
    }
    .confirmModal .container input{
        width: 26.6rem;
        height: 4.2rem;
        font-size: 1.2rem;
    }
    .confirmModal .container .infoP{
        font-size: 1.4rem !important;
    margin-top: 2.4rem;
    }
    .confirmModal .container img{
        width: 4.6rem !important;
        height: 4.6rem !important;
}
}