/* Overrides KT class to hide Settings in Menu @ PC media */

@media (min-width: 1025px) {
    .kt-header-menu .kt-menu__nav>.kt-menu__item.mobileMenuViewSettings {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 .15rem;
    }

    #previewPrintSettingsModal .modal-dialog{
        width: min(480px, 100%);
    }
}

/* Mobile View */
@media (min-width: 320px) and (max-width: 767px) {
    .footer-icon {
        padding: 0 !important;
    }

    .footer-content2 {
        justify-content: start !important;
    }

    .social-media-icon:nth-child(1) img {
        margin-left: 0;
    }

    .dashboardSection01 {
        margin-top: 0px;
    }

    .dashboardSection01Title {
        margin-top: 10px;
        border-right: none;
    }
    

    .dashboardSection03Bg {
        height: 200px;
        background-position: center;
    }   

    .dashboardSection03Padding {
        padding-right: 10px;
    }

    .dashboardSection03 {
        padding: 20px 10px 20px 10px;
    }

    .dashboardSection03Padding {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
    }

    .dashboardSection03Padding:last-child {
        border-bottom: 1px solid transparent;
    }
    
    .dashboardSection03ContentBlock {
        border-right: unset;
        padding-left: 30px;
        margin-top: 10px;
        font-size: 10px;
        text-align: left;
    }

    .dashboardSection03ContentDetail {
        color: #000;
        text-align:right;
        padding-right: 35px;
    }

    .document-select-bg {
        padding: 200px 0rem 3rem 0rem;
    }

    .document-select-page-content {
        padding: 0rem 3rem 5rem 3rem;
    }

    .document-select-title {
        text-align: center;
        font-size: 17px;
    }

    .print-order-steps-div {
        max-width: 100%;
        width: 100%;
/*        overflow-x: auto;*/
    }

    .print-order-num-div {
/*        margin-right: 2rem;*/
        margin-right: unset;
        width: calc(100%/5);
    }

    .print-order-num-div:last-child {
        margin-right: unset;
    }

    .print-order-num-label {
        font-size: 10px;
/*        white-space: nowrap;*/
        text-align: center;
    }

    ::-webkit-scrollbar {
        height: 3px !important;
    }

    .document-select-form-group {
        display: block;
    }

    .document-select-form-group label {
        padding-left: unset;
    }

    .btn.btn-default {
        margin-left: unset;
    }

    .print-summary-title-div {
        flex-direction: column;
        align-items: end;
    }

    .print-summary-title-div .document-select-section-title {
        width: 100%;
        text-align: left;
    }

    .print-summary-details-label,
    .print-summary-details-value {
        padding: 0.3rem 10px;
    }

    .print-checkout-quotation-div .print-summary-details-value {
        padding: 0.3rem 0px;
    }

    .modal-preview-display.potrait-type {
        width: 100%;
        max-width: 100%;
    }

    /* Registration - Mobile View */

    #orderHistory.pageContent {
        padding-top: 190px;
    }

    #checkTPassword {
        padding-right: 65px;
    }

    .pageContent {
        padding-top: 50px;
    }

    .register-content{
        padding-inline: 20px;
    }

    .public-registration-bg {
        height: 40rem;
    }

    .agreement-layout-bg {
        padding: 24px 12px;
    }

    .privacyPolicy-container {
        margin-top: 0;
    }

    
    .myProfile-page {
        padding-top: 185px!important;
    }

    /* End of Registration - Mobile View */
/* 
    .left-images-container-before{
        top: -10px;
        left: 0px;
        z-index: 1;
        width: 100%;
        height: 10px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0px;
    } */

    .homepageHeaderBackdrop{
        box-shadow: none;
    }

    .printing-queued-container{
        top: 69px;
    }

    .edit-details-option-forms::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 10px;
        height: 100%;
        background-color: #B2C1AD;
        /* border-top-left-radius: 0px; */
        border-bottom-left-radius: 3px;
    }

    .edit-details-option-container::before{
        border-bottom-left-radius: 0px;
    }

    .checkout-payment-method-child-col {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 320px) and (max-width: 616px){
    .register-form-icon {
        right: 15px;
    }
}

@media (min-width: 576px){
    .modal-dialog{
        max-width: 450px;
    }
}

/* Ipad View */
@media (min-width: 768px) and (max-width: 990px) {
    .dashboardSection01 {
        margin-top: 150px;
    }

    .dashboardSection03Bg {
        height: 200px;
        background-position: center;
    }

    .dashboardSection03Padding {
        padding-right: 15px;
    }

    .dashboardSection03 {
        padding: 20px 20px 20px 20px;
    }
}

/* Ipad Pro View */
@media (min-width: 991px) and (max-width: 1199px) {
    .document-select-page-content {
        padding: 0rem 5rem 5rem 5rem;
    }
}
