#ms-container label {
    transition: transform 150ms cubic-bezier(.4, 0, .2, 1), opacity 150ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1), -o-transform 150ms cubic-bezier(.4, 0, .2, 1);
}

.ms-container-body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #111;
    font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.8;
    margin: 0;
    text-rendering: optimizeLegibility;
    background-color: #fff;
}

#ms-container {
    margin: 0 auto;
}

.alertSuccess {
    font-family: iransans;
}

.alertSuccess strong {
    font-size: 18px !important;
    font-weight: 900;
}

.main {
    font-family: iransans;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.main h3 {
    font-family: iransans;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #888;
    font-size: 18px;
    margin-top: 1rem;
    text-align: center;
}

.main hr {
    width: 90%;
    max-width: 90%;
}

.add-form {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.add-form small {
    position: absolute;
    left: 10%;
    top: 0;
    bottom: 30%;
    margin-bottom: 0;
    font-size: 15px;
    color: #888;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr;
    text-align: left;
}

.add-form label {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15%;
    right: 20%;
    background-color: #fff;
    padding: 0 15px;
    color: #B6B8B9;
}

.icon {
    position: absolute;
    top: 0;
    right: 10%;
    border-left: 1px solid #d3d3d3;
    height: 63%;
    width: 40px;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b9b9b9;
}

.icon img {
    width: 30px;
    max-width: 30px;
    padding: 3px;
    margin-top: 7px;
}

.add-form input {
    width: 85%;
    padding: 10px 12% 7px 2%;
    direction: ltr;
    text-align: left;
    font-size: 15px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#ms-container input:focus {
    border: 1px solid #41b9ff;
    outline: none;
    box-shadow: none;
}

.add-form span {
    margin: 1% 2% 0 45%;
}

.upload-avatar {
    margin: 2rem auto;
    width: 85%;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    padding: 15px;
}


.upload-zlink {
    display: flex;
}

.upload-zlink label {
    display: inline-flex;
    color: #5fc245;
    background: #fff;
    border: 1px solid #5fc245;
    text-align: center;
    position: relative;
    font-size: 13px;
    padding: 15px 40px 15px 20px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 1rem;
}

.upload-zlink label::before {
    content: "\f302";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 15px;
    top: 16px;
}

.upload-picture img {
    height: 100px;
    width: 100px;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border: 1px solid rgba(238, 238, 238, .2);
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
}

.text-avatar {
    font-size: 11px;
    color: #9e9e9ed1 !important;
}

.upload-picture {
    padding: 1rem;
}

.infoID {
    font-size: 11px;
    color: #9e9e9ed1 !important;
    position: absolute;
    top: 27%;
    right: 11%;
}

.upload-picture {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.upload-picture a {
    cursor: pointer;
}

.title-form {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.title-form input {
    width: 85%;
    padding: 7px 15% 7px 3%;
    direction: rtl;
    text-align: right;
    font-size: 15px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.title-form label {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 12%;
    right: 20%;
    background-color: #fff;
    padding: 0 15px;
    color: #B6B8B9;
}

.title-form small {
    margin: 2% -24% 0 0;
}


.title-group {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.title-group input {
    width: 100%;
    padding: 7px 10% 6px 4%;
    direction: ltr;
    text-align: left;
    font-size: 15px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 6px;
    min-height: 45px;
}

.title-group input:focus,
.title-group textarea:focus {
    border: 1px solid #41b9ff;
    outline: none;
    box-shadow: none;
}

.title-group label {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15%;
    right: 10%;
    background-color: #fff;
    padding: 0 15px;
    color: #B6B8B9;
    transition: transform 150ms cubic-bezier(.4, 0, .2, 1), opacity 150ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1), -o-transform 150ms cubic-bezier(.4, 0, .2, 1);
}

.title-group .icon {
    right: 2%;
}

.div-link {
    margin-top: 25px;
}

.div-link .icon {
    height: 85%;
}

.div-link label {
    top: 15%;
}

.div-link input {
    text-align: right;
    direction: rtl;
}

.subtitle-form {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.subtitle-form input {
    width: 85%;
    padding: 7px 15% 7px 3%;
    direction: rtl;
    text-align: right;
    font-size: 15px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.subtitle-form label {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 12%;
    right: 20%;
    background-color: #fff;
    padding: 0 15px;
    color: #B6B8B9;
}

.subtitle-form small {
    margin: 2% 0 0 35%;
}

.add-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #5fc245 !important;
    -webkit-box-shadow: 0 4px #4a9e34;
    box-shadow: 0 4px #4a9e34;
    border-color: #5fc245 !important;
    width: 85%;
    margin: 1rem auto 10%;
    text-align: center;
    font-weight: 500;
    border-radius: 3px;
    padding-top: .625rem;
    padding-left: 1.7142857143rem;
    padding-bottom: .625rem;
    padding-right: 1.7142857143rem;
    font-size: 1rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    outline: none;
    position: relative;
    background-image: none;
}

.add-btn:hover {
    top: 2px;
    -webkit-box-shadow: 0 2px #4a9e34;
    box-shadow: 0 2px #4a9e34;
}

.node__content {
    font-family: 'iransans', sans-serif;
    border: 10px solid #f8f9fa;
    border-radius: 40px;
    -webkit-box-shadow: 0 .5rem 2rem .5rem rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 2rem .5rem rgba(0, 0, 0, .1);
    padding-top: 60px;
    margin-bottom: 80px;
    min-height: 760px;
    padding-bottom: 4rem;
}

.notch {
    width: 220px;
    height: 31px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    background: #f8f9fa;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.notch::before {
    content: "";
    height: 6px;
    width: 60px;
    left: 50%;
    position: absolute;
    top: 6px;
    margin-left: -30px;
    background: #f0f1f6;
    border-radius: 6px;
    -webkit-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
}

.notch::after {
    content: "";
    width: 6px;
    height: 6px;
    top: 6px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    background: #f0f1f6;
    -webkit-transform: translate(35px, 0);
    -o-transform: translate(35px, 0);
    transform: translate(35px, 0);
}

.title h4 {
    font-family: iransans;
    font-weight: bold;
    letter-spacing: -0.5px;
    font-size: 20px;
    text-align: center;
}

.description p {
    text-align: center;
    padding: 5px 0;
    color: #6c757dd9;
    font-size: 15px;
    letter-spacing: -.5px;
}

.btn-add {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: auto;
    padding: 12px;
    border-radius: 22px;
    border-color: #ccc;
    color: #777;
    border-style: dotted;
    background-image: none;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.5px;
    cursor: pointer;
}

.modal {
    font-family: iransans;
    z-index: 999999 !important;
}

.modal-header h5 {
    font-family: iransans;
    letter-spacing: -.5px;
    font-size: 19px;
    font-weight: 900;
}

.modal-footer .add-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #5fc245 !important;
    -webkit-box-shadow: 0 4px #4a9e34;
    box-shadow: 0 4px #4a9e34;
    border-color: #5fc245 !important;
    width: 100%;
    margin: 1rem auto;
    text-align: center;
    font-weight: 500;
    border-radius: 3px;
    padding-top: .625rem;
    padding-left: 1.7142857143rem;
    padding-bottom: .625rem;
    padding-right: 1.7142857143rem;
    font-size: 1rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    outline: none;
    position: relative;
    background-image: none;
}

.btn-add-modal {
    border: none;
    background: #eee;
    width: 30%;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    margin: 8px;
}

.btn-add-modal:hover {
    background-color: #dbdbdb;
}

.modal-body a span {
    color: #495057;
}

.btn-add-modal i {
    width: 100%;
    font-size: 40px;
}

.btn-add-modal span {
    width: 100%;
    padding: 15px;
    font-weight: 100;
    font-size: 18px;
}

.title-link {
    font-family: 'iransans', sans-serif;
    font-size: 16px;
    color: #767676;
    letter-spacing: -.5px;
    cursor: pointer;
    font-weight: 600;
}


.field {
    padding: 10px 0;
    margin: 10px 0 10px 0;
}

.link {
    padding: 2px 0;
}

.field__item {
    padding: 13px 23px;
    background-color: #E5F1FF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.field__item a {
    text-decoration: none !important;
    font-weight: bold;
    padding: 0 10px;
    font-size: 16px;
    color: #0073aa;
    inline-size: 100%;
    overflow-wrap: anywhere;
}

.progress-bar {
    height: 20px;
    background: red;
    width: 0;
    text-align: center;
    border: 2px solid gray;
}

.modal-custom {
    max-width: 640px;
}

.field__item i {
    color: #3393fb;
    font-size: 16px;
}

#addModal, #modal_link {
    max-width: 640px;
    padding: 0;
    border: none;
}

.modal-body a {
    text-decoration: none;
    font-family: iransans;
    color: #000;
}

.btn-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.btn-remove a {
    width: 35px;
    height: 35px;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    max-width: 100% !important;
    padding: 0;
}

.card-header {
    display: flex;
    align-items: center;
}

.card-header h4 {
    margin: 0;
    padding: 0 5px;
    font-family: iransans;
    font-weight: bold;
    letter-spacing: -.5px;
    font-size: 20px;
}

.ms-title-dashboard {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-top: 5%;
}

.ms-title-dashboard h2 {
    font-family: iransans;
    font-weight: 900;
    padding: 0 10px;
    margin: 0;
    letter-spacing: -.5px;
    font-size: 30px;
}

.ms-title-dashboard i {
    font-size: 15px;
    background-color: #5FC245;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25%;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}

.title h2 {
    font-family: iransans;
    font-weight: 900;
    padding: 0 10px;
    margin: 0;
    letter-spacing: -.5px;
    font-size: 30px;
}

.title i {
    font-size: 15px;
    background-color: #5FC245;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25%;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}

.ms-card-box {
    padding: 15px 10px;
}

.ms-img img {
    height: 100px;
    width: 100px;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border: 1px solid rgba(238, 238, 238, .2);
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
}

.ms-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 0;
    font-family: 'iransans', sans-serif;
    background-color: #fff;
    border-radius: 20px;
    /* border: 4px solid rgb(95, 194, 69); */
    width: 90%;
    max-width: 90%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: all ease-in-out .2s;
    position: relative;
}

.ms-box:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    transform: scale(.99);
}

.zlink-loading {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
}

.zlink-loading i {
    font-size: 70px;
    position: absolute;
    top: 45%;
    right: 39%;
    color: rgba(255, 255, 255, 0.9);
}

.btn-loading {
    font-size: 18px;
    padding-left: 10px;
}

.ms-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.ms-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -.5px;
    background-color: rgb(78, 59, 170);
    color: #fff !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    transition: all ease-in-out .2s;
    margin: 0 5px;
}

.ms-btn-danger {
    background-color: red;
}

.ms-btn i {
    padding: 0 5px;
}

.ms-btn:hover {
    box-shadow: none;
}

.ms-body {
    padding: 15px 0 15px 0;
}

.ms-title,
.ms-description {
    line-height: 1.8rem;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    letter-spacing: -.5px;
}

.ms-description {
    font-weight: normal;
    font-size: 16px;
}

.ms-card-box .alert {
    font-family: iransans;
    font-weight: normal;
    letter-spacing: -.5px;
}

.ms-card-box a {
    text-decoration: none;
    color: rgb(31, 113, 10);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -.5px;
    transition: all ease-in-out .2s;
}

.ms-card-box a:hover {
    color: rgba(95, 194, 69, 1);
}

.swal2-container {
    font-family: iransans;
    letter-spacing: -.5px;
}

.swal2-container h2 {
    font-family: iransans;
    font-weight: 900;
    letter-spacing: -.5px;
}

.ms-btn-primary {
    background-color: #138496;
}

.ms-widget-link {
    width: 100%;
    margin: 10px 0 25px;
}

.btn-outline-success {
    color: #28a745 !important;
}

.btn-outline-success:hover {
    color: #fff !important;
}

.msf-body {
    font-family: 'iransans', sans-serif;
    padding-top: 20px;
    padding-bottom: 4rem;
}

.zlink-body .title h4 {
    font-family: 'iransans', sans-serif;
    font-weight: bold;
    letter-spacing: -0.5px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
}

.ms-widget-link h4 {
    margin: 0;
    padding: 0;
}

.ms-widget-link .field__item {
    margin-top: 15px;
}

.zlink-body .description p {
    padding: 0;
    margin-bottom: 5px;
}

.shortcode {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'iransans', sans-serif;
    padding: 10px 0;
    background: #075764;
    border-radius: 10px;
    color: #fff;
    margin: -5% 40px 20px;
}

.shortcode h6 {
    font-family: 'iransans', sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.shortcode p {
    margin: 0;
    font-size: 17px;
    font-family: tahoma, sans-serif;
}

.ms-card-box:hover .shortcode {
    display: flex;
}

.block-modal {
    display: flex;
    width: 570px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.icon.icon-phone {
    height: 85%;
}

#modal_contact .div-link input {
    direction: ltr;
    text-align: left;
}

#modal_contact #widgetTitle {
    direction: rtl;
    text-align: right;
}

#frmMessage .icon {
    height: 63%;
}

#frmMessage .div-link input {
    direction: ltr;
    text-align: left;
}

#frmMessage #widgetTitle {
    text-align: right;
    direction: rtl;
}

.ms-message a, .ms-message a i {
    color: #fff;
    margin-left: 5px;
}

.ms-message .field__item a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.125rem;
    border-radius: 1.375rem;
    text-decoration: none;
    font-weight: normal;
}

.ms-whatsapp .field__item {
    background-color: #25d366;
}

.ms-telegram .field__item {
    background-color: #1c88d4;
}

.ms-message .field__item {
    width: 95%;
    align-items: center;
    justify-content: center;
}

.ms-message {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact {
    padding: 10px 0;
}

.contact .field__item {
    background-color: #fff;
    border: 1px solid #dbdbdb;
}

.contact .field__item a {
    font-weight: bold;
}

.messenger {
    display: flex;
    align-items: center;
    justify-content: center;
}

.message .ms-message .field__item a {
    font-size: 16px;
}

.link-show-widget .field {
    padding: 0;
    margin: 20px 0;
    justify-content: center;
}

#frmText .title-group label {
    top: 10%;
    right: 2%;
}

#frmText label[for="widgetTitle"] {
    top: 20%;
    right: 10%;
}

#frmText .title-group textarea {
    padding: 15px 10px;
}

.addWidgetText {
    background-color: transparent;
}

.addWidgetText p {
    text-align: center;
    font-size: 16px;
    width: 100%;
    font-weight: normal;
    margin-bottom: .5rem;
    inline-size: 100%;
    overflow-wrap: break-word;
}

.text .field__item {
    background-color: transparent;
    width: 100%;
    padding: 0;
}

.text .field__item p {
    text-align: center;
    width: 100%;
    line-height: 1.8em;
    font-size: 17px;
    letter-spacing: -.5px;
    inline-size: 100%;
    overflow-wrap: break-word;
}

.alert-warning strong {
    font-size: 16px;
}

.ms-card-box div {
    margin: 5px 0;
}

.notice strong {
    font-family: 'iransans', sans-serif;
}

.ms-progress {
    font-family: 'iransans', sans-serif;
    direction: rtl;
    width: 20%;
}

.ms-progress .iziToast-body .iziToast-texts {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 10px 0;
}

.ms-progress > .iziToast-body .iziToast-message {
    margin: 0;
}

.ms-progress.iziToast-rtl {
    padding: 0;
}

.btn-outline-danger {
    color: #dc3545 !important;
}

.btn-outline-danger:hover {
    color: #fff !important;
}

.title-group-shop {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}

.title-group-shop select {
    width: 100%;
    max-width: 100%;
    height: 44px;
}

.frmQuickShop .icon {
    height: 85%;
}

.frmQuickShop input[name="titleShop"] {
    text-align: right;
    direction: rtl;
}

.quick-shop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    background: #fff;
    border-radius: 35px;
    padding: 10px 0;
}

.link-shop {
    position: absolute;
    width: 95%;
    height: 95%;
    z-index: 9;
}

.img-shop img {
    width: 100px !important;
    height: 100px !important;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding: 5px;
    border-radius: 50px;
    margin-bottom: 10px;
    border: 1px solid rgba(238, 238, 238, .2);
}

.title-pro-shop h5 {
    font-family: 'iransans', sans-serif;
    font-weight: bold;
    letter-spacing: -.5px;
    font-size: 16px;
    text-align: center;
}

.ms-product {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    transition: all linear .2s;
}

.ms-product:hover {
    transform: scale(1.05);
}

.price-shop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.outstock-shop {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
}

.outstock-shop::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #81858b;
    z-index: 0;
}

.outstock-shop p {
    margin: 0;
    z-index: 1;
    position: relative;
    color: #81858b;
    background-color: #fff;
    padding: 0 10px;
}

.btn-basket-shop a i {
    padding-left: 4px;
}

.ms-quick {
    width: 100%;
}

.ms-quick .title-pro-shop h5 {
    font-family: 'iransans', sans-serif;
    font-weight: bold;
    letter-spacing: -.5px;
    font-size: 16px;
    text-align: center;
    margin: 5px 0;
}

.ms-quick .price-shop {
    font-size: 17px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: #2196F3;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

#frmEnamad .icon {
    height: 90%;
}

.enamad {
    justify-content: center;
}

.enamad img {
    width: 50%;
}

.enamad a {
    width: 100%;
    text-align: center;
}

#frmMap .icon {
    height: 90%;
}

.map {
    margin: 15px 0;
    box-shadow: -1px 1px 10px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.widgetMap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

#widgetBlk a {
    font-size: 16px !important;
    text-decoration: none;
    line-height: 1.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-basket-shop {
    margin: 10px 0;
}

#frmAddApi,
#eFrmAddApi {
    width: 50%;
}

#btn-basket-shop a {
    font-size: 13px !important;
    letter-spacing: -.5px;
}

.alert {
    font-family: 'iransans', sans-serif;
    font-weight: bold;
    letter-spacing: -.5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.alert i {
    padding: 0 0 0 5px;
}

.widgetMap .btn-outline-success {
    padding: 10px 0 !important;
}

.field_shortcode a {
    inline-size: 280px;
    overflow-wrap: break-word;
}

#getUrl {
    transition: transform 150ms cubic-bezier(.4, 0, .2, 1), opacity 150ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1), -o-transform 150ms cubic-bezier(.4, 0, .2, 1);
}

.error {
    color: #bf0606;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: -.5px;
    width: 80%;
}

.border-error {
    border: 1px solid #bf0606 !important;
}

.ms-error {
    font-family: 'iransans', sans-serif;
}

.ms-question {
    font-family: 'iransans', sans-serif;
}


.edit-link {
    width: 90%;
    height: 100%;
    position: absolute;
    padding: 10px;
    max-width: 90%;
}

.ms-btn-edit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -.5px;
    background-color: rgba(95, 194, 69, 1);
    color: #fff !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    transition: all ease-in-out .2s;
    margin: 0 5px;
}

.tab-faq {
    display: none;
    margin: 20px 10px;
}

.tab-faq.active {
    display: block;
}

.tab-btn {
    direction: rtl;
    text-align: right;
    display: inline-flex;
    width: 100%;
    margin: 10px 0;
}

.tab-btn a {
    padding: 10px 40px;
    font-size: 13px;
    font-weight: normal;
    color: #a9a9a9;
    outline: none;
    transition: all linear 0.1s;
}

.tab-btn a:focus {
    outline: none !important;
    border: none;
    box-shadow: 0 0 5px 0.1px rgba(0, 0, 0, 0.1);
    background-color: #319716;
    color: #fff;
    border-radius: 5px;
}


.form-control:disabled {
    background-color: #fff;
}

.modal-header a {
    text-decoration: none;
    color: #212529c7;
}

.tab-faq-btn.active {
    outline: none !important;
    border: none;
    box-shadow: 0 0 5px 0.1px rgba(0, 0, 0, 0.1);
    background-color: #319716;
    color: #fff;
    border-radius: 5px;
}

.accordion-button {
    font-family: 'iransans', sans-serif;
}

.btnAddFaq {
    display: flex;
    justify-content: end;
    margin: 15px 0;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}

.btnAddFaq button {
    width: 40%;
    max-width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btnAddFaq button i {
    padding: 0 5px;
}

.header-btn-faq {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}

.btn-remove-faq {
    position: absolute;
    left: 5%;
    top: 25%;
    z-index: 9999;
    color: #9d1414 !important;
    font-size: 22px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
}

.faq_style h5 {
    font-family: 'iransans', sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
    letter-spacing: -0.5px;
}

.faq_style p {
    font-size: 16px;
    line-height: 1.8;
    padding-right: 10px;
}

.faq_style .card-body {
    padding: 0 1rem;
}

.faq_title {
    padding: 10px 0 !important;
}

.accordionZlink .card-header {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #E5F1FF;
    border: none;
}

.accordionZlink .collapseZlink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start !important;
    padding-right: 15px;
    font-family: 'iransans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    align-items: center;
}

.link-show-widget {
    width: 100%;
    margin: 10px 0 25px;
}

.accordionZlink .card {
    border-color: #ABD0FB9C;
    margin: 0;
}

.modal-header .close {
    margin: -15px auto -1rem 0;
}




