/**
 * Book Printing Calculator - Custom CSS
 * Version: 1.0.0
 * Build Date: 2024-01-15
 * Description: استایل‌های سفارشی برای فرم محاسبه قیمت چاپ کتاب - مطابق sample.css
 */




/* Main Container - از sample.html */
#mshah {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #ffffff;
    padding: 0;
    margin: 20px auto;
    max-width: 1200px;
}

#mshah .divwithshadow {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#mshah .nooverflow {
    overflow: hidden;
}

#mshah .calc-price {
    padding: 0;
    background-color: white;
}

#mshah h1 {
    color: #333;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    padding: 0 0 15px 0;
}

#mshah .digital-box {
    background: #b8bfab;
    border-radius: 3px;
    position: relative;
}

#mshah .digital-box > .col-sm-12 > .row {
    display: flex;
    flex-wrap: wrap;
}

#mshah .digital-box > .col-sm-12 > .row > .order-1 {
    order: 1;
}

#mshah .digital-box > .col-sm-12 > .row > .order-3 {
    order: 3;
}

#mshah .mshah-box-width {
    width: 85%;
}

#mshah .mshah-header-calc {
    padding: 25px 20px;
}


#mshah .mshah-subtitle {
    color: #333;
    font-size: 14px;
    padding-top: 5px;
}

#mshah .brb-1 {
    border-bottom: 1px solid white;
}

#mshah .mshah-form-input {
    border: 1px solid #e6e6e6;
    border-radius: 13px;
    padding: 10px 15px 9px 15px;
    margin-bottom: 20px !important;
    background: #f1f1ef;
    width: 100%;
}

#mshah .mshah-form-input label {
    font-family: 'iranyekanx', sans-serif;
    font-weight: 500;
    color: #212121;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    line-height: 1.6;
    position: relative;
}

#mshah .mshah-form-input select,
#mshah .mshah-form-input input {
    width: 100%;
}

#mshah .mshah-form-input input[type="number"],
#mshah .mshah-form-input .tedadpage,
#mshah .mshah-form-input .tiraj {
    border: none !important;
    border-radius: 4px !important;
    padding: 10px 0 10px 0 !important;
    background: transparent !important;
    font-size: 15px !important;
    height: 35px !important;
    box-shadow: unset !important;
    line-height: 1.5 !important;
    color: #212121 !important;
}

#mshah .mshah-form-input input[type="text"],
#mshah .mshah-form-input .commontextbox {
    border: none !important;
    border-radius: 4px !important;
    padding: 10px 0 10px 16px !important;
    background: transparent !important;
    font-size: 15px !important;
    height: 35px !important;
    box-shadow: unset !important;
    line-height: 1.5 !important;
    color: #212121 !important;
}

#mshah .mshah-form-input input[type="number"]:focus,
#mshah .mshah-form-input input[type="text"]:focus,
#mshah .mshah-form-input .tedadpage:focus,
#mshah .mshah-form-input .tiraj:focus,
#mshah .mshah-form-input .commontextbox:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

#mshah .items-step {
    background: unset;
    padding-top: 25px;
    padding-bottom: 0;
    border-radius: 120px 0 0 120px;
}

#mshah .items-step .form-group label {
    font-family: 'iranyekanx', sans-serif;
    font-weight: 500;
    color: #212121;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    line-height: 1.6;
    position: relative;
}

#mshah .form-group select {
    border: unset !important;
    box-shadow: unset !important;
    padding: 6px 0 0 !important;
    background: unset !important;
    font-size: 18px !important;
}

#mshah .form-group input[type="number"],
#mshah .form-group .tedadpage,
#mshah .form-group .tiraj {
    border: none !important;
    border-radius: 4px !important;
    padding: 10px 0 10px 0 !important;
    background: transparent !important;
    font-size: 15px !important;
    height: 35px !important;
    box-shadow: unset !important;
}

#mshah .form-group input[type="text"] {
    border: none !important;
    border-radius: 4px !important;
    padding: 10px 0 10px 16px !important;
    background: transparent !important;
    font-size: 15px !important;
    height: 35px !important;
    box-shadow: unset !important;
}

#mshah .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#mshah .items-step .form-control {
    border-radius: 3px !important;
    color: #555 !important;
    border-width: 2px;
}

#mshah select.form-control:not([size]):not([multiple]) {
    height: 35px;
}

input, select {
    border: unset !important;
    box-shadow: 0 0 6px 0 #ccc;
}

/* Button */
#mshah .btn-calc {
    background: unset;
    padding: 5px 10px;
    border: 2px solid #6e703f;
    cursor: pointer;
    border-radius: 10px;
    color: #6e703f !important;
    margin-top: 10px;
    width: 200px;
    text-align: center;
}

#mshah .btn-calc a {
    background: unset;
    color: #6e703f;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

#mshah .btn-calc:hover {
    background: #6e703f !important;
    color: white !important;
}

#mshah .btn-calc:hover a {
    color: white !important;
}

/* Response Box */
.mshah-response-box {
    transition: 1s;
    border: 2px solid #ffffff;
    background: transparent;
    padding: 10px 25px;
    margin-left: -70px;
    margin-right: 30px;
    height: 80%;
    margin-top: 25px;
    border-radius: 15px;
}

#mshah .response_calc_mshah {
    text-align: center;
    transition: 1s;
    margin-bottom: 20px;
    position: relative;
}

#mshah .response_calc_mshah .col-sm-12 {
    margin-bottom: 5px;
}

#price_section {
    position: relative;
}

#mshah .response_calc_mshah h5 {
    margin-bottom: 20px;
    background: #e6ebe5;
    color: #333;
    padding: 10px;
    font-weight: 600;
    border-radius: 4px;
    font-size: 18px;
}

#mshah .response_calc_mshah strong {
    font-size: 25px;
}

#mshah .totalprice,
#mshah .jeldprice {
    font-size: x-large;
    color: #3d3e29;
    display: block;
    margin-bottom: 20px;
    direction: ltr;
    text-align: center;
}

/* Alert Tiraj */
#mshah .alert_tiraj {
    width: 80%;
    margin: auto;
    margin-top: 10px;
}

#mshah .alert_tiraj ul {
    color: #333;
    list-style-type: disc;
    display: list-item;
    text-align: right;
    font-size: 15px;
    padding-top: 10px;
}

#mshah .alert_tiraj ul li {
    list-style-type: disc;
    display: list-item;
    text-align: right;
    font-size: 15px;
    padding-top: 10px;
}

#mshah .alert_tiraj p {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 5px;
}

/* Preshow Price */
#preshow_price {
    box-shadow: 0 0 3px 0 #fff;
    padding: 24px;
    background: #d3d5ce;
    border-radius: 12px;
    position: absolute;
    top: 0px;
    left: -18px;
    right: 14px;
    z-index: 10;
    width: 100%;
}

#preshow_price p {
    font-size: 17px;
}

#preshow_price a {
    padding: 5px 15px;
    border-radius: 30px;
    background: #b8bfab;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

/* Teltags */
#mshah .teltags {
    padding: 2px;
    text-align: center;
    font-size: 19px;
    color: #333;
    text-decoration: none;
}

#mshah .teltags span {
    display: block;
}

#mshah .teltags img {
    border-radius: 6px;
    padding: 2px;
    margin-bottom: 10px;
}

#mshah .telnum,
#mshah .telnum:hover,
#mshah .teltags {
    color: #333;
}

#mshah .teltags .telnum strong {
    display: inline-block;
    direction: ltr;
}

/* Hide phone number by default */
#mshah .telnum {
    display: none !important;
}

/* Show phone number on hover */
#mshah .teltags:hover .teltxt,
#mshah #imgcall:hover ~ .teltxt {
    display: none;
}

#mshah .teltags:hover .telnum,
#mshah #imgcall:hover ~ .telnum {
    display: block !important;
}

.teltags > div {
    border: 0;
    position: relative;
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 10px;
    padding: 6px;
}

.teltags > div::before,
.teltags > div::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.teltags > div::before {
    border: 2px solid transparent;
}

.teltags > div:hover::before {
    border-top-color: #333;
    border-right-color: #333;
    border-bottom-color: #333;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.10s, border-bottom-color 0.15s linear 0.20s;
}

.teltags > div::after {
    border: 0 solid transparent;
}

.teltags > div:hover::after {
    border-top: 2px solid #333;
    border-left-width: 1px;
    border-right-width: 1px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.teltags > div {
    border-radius: 100%;
    box-shadow: none;
}

.teltags > div::before,
.teltags > div::after {
    border-radius: 100%;
}

/* M.SHAH Link */
#mshah_link {
    position: absolute;
    bottom: 5px;
    right: 48%;
    z-index: 999999999999;
    color: #3d3e29;
}

#mshah #mshah_link {
    color: #3d3e29;
}

#mshah_link a {
    color: #3d3e29;
    text-decoration: none;
    font-size: 12px;
}

#mshah_link a:hover {
    text-decoration: none;
}

/* Loader */
#mshah .loader-calc {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 46%;
    top: 35%;
    object-fit: contain;
    z-index: 10;
}

/* More Info Items */
#mshah .more-info-items {
    display: none;
}

/* Logo Calc */
#mshah .logo-calc {
    position: absolute;
    top: -38px;
    width: 80px;
    height: 80px;
    border: 8px solid #3c5e6f;
    border-radius: 50px;
    right: 46%;
    z-index: 99;
    cursor: pointer;
}

#mshah .logo-calc img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

#mshah .logo-calc:hover {
    border: 8px solid #547b92;
}

#mshah .img-logo-calc {
    width: 150px;
}

#mshah .img-logo-calc img {
    max-height: unset !important;
    width: 100% !important;
    height: 100% !important;
}

/* Content Page Digital */
#mshah .digital-box .content-page {
    padding-top: 100px;
}

#mshah .content-page-digital {
    padding-top: 50px;
}

#mshah .content-page-digital h3 {
    font-weight: 600;
    line-height: normal;
}

#mshah .content-page-digital p {
    line-height: 28px;
    letter-spacing: 0.4px;
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
    padding-left: 15px;
}

/* Social Media */
#mshah .social-media {
    position: absolute;
    top: 36%;
    right: 9px;
    z-index: 99;
}

#mshah .social-media li {
    margin-bottom: 30px;
}

#mshah .btn-show-social {
    position: absolute;
    right: 0;
    top: 36%;
    height: 150px;
    transition: all 1s;
    width: 17px;
    background: white;
    display: flex;
    align-items: center;
    padding: 0 3px;
    border-radius: 10px 0 0 10px;
}

#mshah .hidden-part {
    height: 100%;
    position: absolute;
    width: 50px;
    background: #857c45;
}

/* Voice Support */
#mshah .voice-support {
    position: relative;
    width: 100px;
    margin-top: 50px !important;
    margin: auto;
}

#mshah .voice-support img {
    width: 100%;
}

#mshah .icon-play-sound i {
    display: none;
    transition: all 1s;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 25%;
    right: 35%;
    color: white;
    font-size: 35px;
}

#mshah .wave_sound {
    display: none;
    padding-top: 5px;
    position: absolute;
}

#mshah .content-click1 {
    position: absolute;
    top: -29px;
    right: -7px;
    font-size: 18px !important;
    transform: rotate(20deg);
    color: #23414b;
}

#mshah .content-click2 {
    position: absolute;
    top: -29px;
    left: -4px;
    font-size: 18px !important;
    transform: rotate(-21deg);
    color: #23414b;
    font-weight: 700;
}

/* Connect Support */
#mshah .connect-support {
    position: absolute;
    width: 100%;
    bottom: 50px;
}

#mshah .connect-support a {
    margin-top: 30px !important;
    display: block;
    background: white;
    color: #547b92 !important;
    height: 45px;
    width: 70%;
    text-align: center;
    padding: 10px 20px 10px 0;
    border-radius: 50px;
    margin: auto;
    position: relative;
}

#mshah .connect-support a:hover {
    background: #547b92;
    color: white !important;
}

#mshah .connect-support a::before {
    content: "\f095";
    width: 45px;
    height: 45px;
    background: #fff;
    color: #2d4c59;
    font-size: 27px;
    transform: rotate(-95deg);
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 100%;
    border: 2px solid #294854;
}

/* Invoice */
#mshah #invoice .modal-dialog {
    max-width: 80%;
}

#mshah #invoice .br-left {
    border: 1px solid #fbaf32;
    border-left: 0;
    margin-right: -50px;
    display: block;
}

#mshah #invoice .br-right {
    border: 1px solid #fbaf32;
    border-right: 0;
}

#mshah .header_title {
    background: #fbaf32;
    display: inline-block;
    width: 60%;
    height: 100%;
}

#mshah .header_title .content {
    width: 50%;
    display: block;
    height: 100%;
    margin: 0 5%;
    background: white;
    padding: 0 10px;
}

#mshah .pricetotal {
    padding: 10px;
    background: #fbaf32;
    width: 70%;
    margin-right: auto;
}

#mshah .pricetotal > span {
    font-size: 22px;
    font-weight: 600;
}

#mshah .pricetotal strong {
    float: right;
    margin-top: 5px;
}

#mshah #invoice .close {
    font-size: 16px;
    width: 30%;
    padding: 0;
    display: inline-block;
    color: #383838;
    margin-left: 10px;
    text-align: left;
}

#mshah #invoice .modal-header {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 33px 20px;
    border-bottom: 0;
}

#mshah .invoice {
    width: 100%;
    padding: 5px 20px;
}

#mshah .body_invoice.table-responsive {
    overflow-x: unset;
}

/* Suggestions */
#mshah .suggustios_calc {
    margin-top: 25px;
}

#mshah .suggustios_calc p {
    line-height: 27px;
    font-weight: 500;
    text-align: justify;
}

#mshah .suggustios_calc img {
    width: 100%;
}

/* Form Group Active */
#mshah .form-group.active {
    opacity: 1;
}

#mshah .zpapers .form-group.active {
    transition: all 1s;
}

#mshah .pageNumber > div:nth-child(1) .form-group.active {
    transition: all 1.5s;
}

#mshah .pageNumber > div:nth-child(2) .form-group.active {
    transition: all 2s;
}

#mshah .papers .form-group.active {
    transition: all 2.5s;
}

#mshah .colors .form-group.active {
    transition: all 3s;
}

#mshah .covers-items > div:nth-child(1) .form-group.active {
    transition: all 3.5s;
}

#mshah .covers-items > div:nth-child(2) .form-group.active {
    transition: all 4s;
}

/* Footer */
#mshah .footer {
    margin-top: 100px !important;
}

/* Image SC */
#mshah .img-sc {
    width: 30px;
    height: 30px;
}

#mshah .img-sc img {
    width: 100%;
    height: 100%;
}

/* W-75 */
#mshah .w-75 {
    width: 75% !important;
}

/* Item Step Label */
#mshah .item-step label {
    font-family: 'iranyekanx', sans-serif;
    font-weight: 500;
    color: #212121;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    line-height: 1.6;
    position: relative;
}

/* Items Step Form Group Label */
#mshah .items-step .form-group label {
    font-size: 15px;
}

/* Circle Colorful */
#mshah .circle-colorful {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff6b6b;
    margin-left: 5px;
    vertical-align: middle;
}

/* Switch Container */
.switch-container {
    margin-top: 10px;
}

.switch-options {
    display: flex;
    gap: 10px;
    background: #f1f1ef;
    border-radius: 13px;
    padding: 5px;
}

.switch-option {
    flex: 1;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s;
    font-size: 15px;
    color: #333;
    background: transparent;
}

.switch-option.active {
    background: #6e703f;
    color: white;
    font-weight: 600;
}

.switch-option:hover {
    background: #8b9a5b;
    color: white;
}

/* Price Results */
.price-results {
    margin-top: 20px;
    padding: 20px;
    background: #fafaf0;
    border-radius: 10px;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.price-table th,
.price-table td {
    padding: 10px;
    text-align: right;
    border-bottom: 1px solid #e6e6e6;
}

.price-table th {
    background: #e6ebe5;
    font-weight: 600;
    color: #333;
}

.special-price {
    background: #fff3cd;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    border-right: 4px solid #ffc107;
}

/* Utility Classes */
#mshah .d-none {
    display: none;
}

#mshah .text-white {
    color: white;
}

#mshah .text-center {
    text-align: center;
}

#mshah .pl-4 {
    padding-left: 1.5rem !important;
}

#mshah .pr-0 {
    padding-right: 0 !important;
}

#mshah .pb-4 {
    padding-bottom: 1.5rem !important;
}

/* Row و Col - Bootstrap Grid */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    position: relative;
}

.col-sm-9.steps.alertpaper.order-1 {
    max-width: 66%;
    padding-bottom: 20px;
}

.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.pr-sm-0 {
    padding-right: 0 !important;
}

.pl-sm-0 {
    padding-left: 0 !important;
}

.pl-sm-4 {
    padding-left: 1.5rem !important;
}


/* Alerts */
.alert {
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

.alert-success {
    background-color: #e8f5e9;
    color: #2e7d32;
    border-right: 4px solid #4caf50;
}

#ckecklistRq .alert-success {
    display: block !important;
    background: #4aad44;
    color: white;
}

.alert-warning {
    background-color: #fff3e0;
    color: #e65100;
    border-right: 4px solid #ed6c02;
}

/* Common Classes */
.divleft {
    text-align: right;
}

.nopading {
    padding: 0 !important;
}

.w-50 {
    width: 100% !important;
    max-width: 100%;
}

.m-auto {
    margin: 0 auto !important;
}

.mar-t-7 {
    margin-top: 7px;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mt-2 {
    margin-top: 10px;
}

.mt-4 {
    margin-top: 30px;
}

.mb-4 {
    margin-bottom: 30px;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-2 {
    margin-right: 8px;
}

.font-weight-bold {
    font-weight: 600;
}

.commonLabel {
    font-family: 'iranyekanx', sans-serif;
    font-weight: 500;
    color: #212121;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    line-height: 1.6;
    position: relative;
}

/* یکسان کردن استایل همه label ها */
#mshah label,
#mshah .control-label {
    font-family: 'iranyekanx', sans-serif;
    font-weight: 500;
    color: #212121;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    line-height: 1.6;
    position: relative;
}

.commontextbox,
#mshah input[type="text"] {
    border: none !important;
    border-radius: 4px !important;
    padding: 10px 0 10px 16px !important;
    background: transparent !important;
    font-size: 15px !important;
    height: 35px !important;
    width: 100% !important;
    direction: rtl;
    font-family: inherit !important;
    background: transparent !important;
    box-shadow: unset !important;
    line-height: 1.5 !important;
    color: #212121 !important;
}

#mshah input[type="number"],
#mshah .tedadpage,
#mshah .tiraj {
    border: none !important;
    border-radius: 4px !important;
    padding: 10px 0 10px 0 !important;
    background: transparent !important;
    font-size: 15px !important;
    height: 35px !important;
    width: 100% !important;
    direction: rtl;
    font-family: inherit !important;
    background: transparent !important;
    box-shadow: unset !important;
    line-height: 1.5 !important;
    color: #212121 !important;
}

.commontextbox:focus,
#mshah input[type="number"]:focus,
#mshah input[type="text"]:focus,
#mshah .tedadpage:focus,
#mshah .tiraj:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.graycombobox {
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 10px 0 10px 16px;
    font-size: 15px;
    height: 35px;
    width: 100%;
    font-family: inherit;
    background: #ffffff;
}

.graycombobox:focus {
    border-color: #1976d2;
    box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.1);
    outline: none;
}

/* Responsive */
@media (min-width: 576px) {
    #mshah .pl-sm-0 {
        padding-left: 0 !important;
    }
    #mshah .pl-sm-4 {
        padding-left: 1.5rem !important;
    }
    #mshah .pr-sm-0 {
        padding-right: 0 !important;
    }
}

@media (max-width: 900px) {
    .mshah-response-box {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    #mshah #response_calcs > div {
        margin: 10px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    /* تغییر ترتیب نمایش در موبایل: فرم بالا، قیمت پایین */
    #mshah .digital-box > .col-sm-12 > .row {
        flex-direction: column;
    }
    #mshah .digital-box > .col-sm-12 > .row > .order-1 {
        order: 1 !important;
    }
    #mshah .digital-box > .col-sm-12 > .row > .order-3 {
        order: 2 !important;
        padding: 0 0 20px 0;
    }
    /* عرض کامل در موبایل */
    #mshah .col-sm-3,
    #mshah .col-sm-9 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

@media (max-width: 550px) {
    #mshah h1 {
        font-size: 20px;
    }
    
    #mshah .mshah-form-input {
        margin-bottom: 10px !important;
    }
    #mshah #response_calcs > div {
        padding: 10px;
    }
    #mshah .alert_tiraj p {
        margin-bottom: 20px;
        margin-top: 0 !important;
    }
    #mshah .p-xs-0 {
        padding: 0 !important;
    }
    #mshah .btn-calc {
        padding: 20px 25px;
        width: 100%;
        margin: auto;
    }
    #mshah .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
    }
    #mshah .mshah-box-width {
        width: 100%;
    }
    #mshah .alert_tiraj {
        margin-bottom: 65px;
    }
    #mshah .teltags {
        margin: 5px 0 0;
        display: block;
        padding: 0px 0px 15px 0;
        z-index: 9;
    }
    
    #preshow_price {
        padding: 15px 5px 15px 5px;
        left: 0;
        right: 15px;
        width: 100%;
    }
    #mshah .px-sx-5 {
        padding: 3rem !important;
    }
    #mshah .zindex {
        z-index: 99999;
    }
    #mshah .response_calc_mshah {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 0px 0 0;
    }
    #mshah .col-sm-9 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    #mshah .body_invoice.table-responsive {
        overflow-x: auto;
    }
    #mshah .pricetotal {
        width: 100%;
    }
    #mshah #invoice .br-left {
        padding: 25px 0;
    }
    #mshah .pageNumber > div {
        padding: 0 5px;
    }
    #mshah .logo-calc {
        right: 40%;
    }
    #mshah .digital-box .steps {
        padding: 0 10px !important;
    }
    #mshah .items-step {
        border-radius: 0;
        padding-top: 10px;
        padding-bottom: 0;
    }
    #mshah .content-page-digital {
        padding: 30px 30px 0;
    }
    #mshah #invoice .modal-dialog {
        max-width: 100%;
    }
    #mshah .header_title,
    #mshah .header_title .content {
        width: 70%;
    }
    #mshah .social-media {
        top: 26%;
        right: -10px;
    }
    #mshah .owl-next,
    #mshah .owl-prev {
        top: 25% !important;
    }
}
