@font-face {
    font-family: woodmart-font;
    font-style: normal;
    font-weight: normal;
    src: url('../css/woodmart-font/woodmart-font.eot?#iefix') format('embedded-opentype'),
    url('../css/woodmart-font/woodmart-font.woff') format('woff'),
    url('../css/woodmart-font/woodmart-font.woff2') format('woff2'),
    url('../css/woodmart-font/woodmart-font.ttf') format('truetype');
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.domino-modal a {
    font-family: 'iransans', sans-serif;
    display: block;
    padding: 5px 15px;
    background-color: #ffd000;
    border-radius: 7px;
    text-align: center;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    border: none;
    outline: none;
    transition: all .3s ease;
    width: 100%;
    text-decoration: none;
    margin-right: 10px;
    margin-left: 10px;
}

.domino-modal a:hover {
    background-color: #f0c400;
    transition: all .3s ease;
    color: #000;
}

.domino-modal .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.domino-modal .modal {
    z-index: 1072;
}

.domino-modal .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
}

.domino-modal .modal-content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    justify-content: center;
}

.domino-modal .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.domino-modal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.domino-modal .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.domino-modal-ostadyar a {
    font-size: 14px;
    padding: 9px;
    background-color: #fea000;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-decoration: none;
    font-family: inherit;
}

.domino-modal-ostadyar a:hover {
    color: #FFF;
    text-decoration: none;
}

.dom-main {
    display: flex;
    flex-direction: column;
    width: 400px;
    max-width: 350px;
}

#dom-main {
    position: relative;
}

#dom-main #dom-register-modal, #dom-main #dom-google-modal, #dom-main #dom-verify-modal, #dom-main #dom-verify-google-modal, #dom-main #dom-google-pass-modal, #dom-main #dom-user-modal, #dom-main #pass-email-modal {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    padding: 20px;
    text-align: right;
    font-size: 14px;
    line-height: 1.9;
    margin: 0 auto;
    height: 185px;
}

#dom-main #dom-verify-modal {
    height: 250px;
}

#dom-main #dom-verify-google-modal {
    height: 250px;
}

#dom-main #dom-register-modal .dom-submit {
    height: 20%;
}

#dom-main #dom-google-pass-modal {
    height: 250px;
}


#dom-register-modal label,
#dom-user-modal label,
#dom-verify-modal label,
#dom-google-modal label,
#dom-google-pass-modal label,
#dom-verify-google-modal label,
#pass-email-modal label {
    width: 100%;
    max-width: 100%;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -.5px;
    display: inline-block;
    margin-bottom: .5rem;
    font-family: iranyekan;
}

#dom-register-modal input, #dom-user-modal input, #dom-verify-modal input, #dom-google-modal input, #dom-verify-google-modal input, #dom-google-pass-modal input, #pass-email-modal input {
    width: 100%;
    max-width: 100%;
    direction: ltr;
    outline: 0;
    border: 1px solid #BBB;
    border-radius: 7px;
    padding: 5px 15px;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'iranyekan', sans-serif;
}

#dom-main #dom-user-modal input {
    direction: rtl !important;
    text-align: right !important;
    letter-spacing: -.5px;
}

#dom-main .ms-next {
    float: right;
    margin: 25px 5px 10px;
    min-height: 34px;
    outline: 0;
    display: block;
    padding: 4px 14px;
    border-radius: 4px;
    cursor: pointer;
    background: #428bca !important;
    color: #fff !important;
    border: none !important;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 125px;
    text-align: center;
    min-width: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    font-family: 'iranyekan', sans-serif;
    font-size: 14px;
}

#dom-verify-modal {
    height: 255px !important;
}

#dom-main .domino-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    line-height: 1;
    right: 8px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
    color: #333 !important;
    opacity: .5;
    background: none !important;
    padding: 0;
    font-family: 'iranyekan', sans-serif;
    border: unset;
}

#dom-main .domino-close:hover {
    border: none;
    color: red !important;
    opacity: 1 !important;
}

#dom-main #forget {
    float: left;
    background: gray !important;
}

#dom-main #ms-resend-modal, #dom-main #ms-pass-modal {
    float: left;
    margin: 24px 0 13px;
    min-height: 34px;
    outline: 0;
    display: block;
    padding: 4px 14px;
    border-radius: 4px;
    cursor: pointer;
    background: #428bca;
    color: #fff;
    border: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 125px;
    text-align: center;
    min-width: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    font-family: 'iranyekan', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

#ms-next-verify:is(:disabled, :disabled:active) {
    background-color: #428bcaa3 !important;
    color: #2f2d2d9c !important;
}

#dom-user-modal {
    height: 100% !important;
    padding-bottom: calc(100% - 255px) !important;
}

#ms-next-reg:is(:disabled, :disabled:active) {
    background-color: #eaeaea !important;
    color: gray !important;
    cursor: default;
}

#dom-main #dom-register-modal .form-group,
#dom-main #dom-user-modal .form-group,
#dom-main #dom-verify-modal .form-group,
#dom-main #dom-google-pass-modal .form-group,
#dom-main #pass-email-modal .form-group {
    margin-bottom: 0;
}

#dom-main #dom-register-modal input::placeholder,
#dom-main #dom-user-modal input::placeholder,
#dom-main #dom-google-modal input::placeholder {
    font-size: 14px;
    opacity: 0.4;
    letter-spacing: -.5px;
}

#dom-main #dom-register-modal .error,
#dom-main #dom-user-modal .error,
#dom-main #dom-google-modal .error,
#dom-main #dom-google-pass-modal .error {
    color: #a40000;
    font-weight: bold;
    font-size: 14px;
}

#dom-main #dom-user-modal {
    display: none;
}

#dom-main #dom-verify-modal,
#dom-main #dom-verify-google-modal,
#dom-main #dom-google-pass-modal,
#dom-main #pass-email-modal {
    display: none;
}


#dom-main #domino-option {
    margin: 0;
    background: #f5f5f5;
    font-family: "iranyekan", sans-serif;
    line-height: 2em;
}

#dom-main #domino-option .wrapper {
    max-width: 800px;
    padding: 60px 0;
}

#dom-main #domino-option .tab-wrapper {
    text-align: right;
    display: block;
    max-width: 500px;
}

#dom-main #domino-option .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

#dom-main #domino-option .tab-link {
    margin: 0 1%;
    list-style: none;
    padding: 10px 40px;
    color: #aaa;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    border-bottom: solid 3px rgba(255, 255, 255, 0);
    letter-spacing: 0;
}

#dom-main #domino-option .tab-link:hover {
    color: #999;
    border-color: #999;
}

#dom-main #domino-option .tab-link.active {
    color: #333;
    border-color: #333;
}

#dom-main #domino-option .tab-link:nth-of-type(1).active {
    color: #EE6534;
    border-color: #EE6534;
}

#dom-main #domino-option .tab-link:nth-of-type(2).active {
    color: #1790D2;
    border-color: #1790D2;
}

#dom-main #domino-option .tab-link:nth-of-type(3).active {
    color: #EEC63B;
    border-color: #EEC63B;
}

#dom-main #domino-option .content-wrapper {
    padding: 40px 50px;
}

#dom-main #domino-option .tab-content {
    display: none;
    text-align: right;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

#dom-main #domino-option .tab-content.active {
    display: block;
}

#dom-main .title-option {
    padding: 15px 80px;
}

#dom-main .title-option h2 {
    font-family: iranyekan;
    font-weight: 700;
    padding-bottom: 15px;
}

#dom-main #domino-option .submit button {
    padding: 7px 60px;
    font-size: 17px;
}

#dom-main .domino-toast {
    font-family: iranyekan;
}

#dom-main #delete-option {
    display: none;
}

#dom-main #dom-verify-modal .message, #dom-main #dom-verify-google-modal .message, #dom-main #dom-google-pass-modal .message {
    color: green;
    font-weight: 700;
    font-size: 15px;
    font-family: iranyekan;
}

#dom-main #dom-verify-modal code, #dom-main #dom-verify-google-modal code, #dom-main #dom-google-pass-modal code {
    padding: 2px 4px;
    font-size: 90%;
    display: inline-block;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    font-family: Consolas;
}

#dom-main .mainLoading {
    background-color: rgba(0, 0, 0, 0.2);
    width: 400px;
    height: 480px;
    position: absolute;
    top: -30px;
    right: -20px;
    z-index: 9999;
}

#dom-main .mainLoading .loader {
    border: 8px solid transparent;
    border-radius: 50%;
    border-top: 8px solid #d33;
    border-bottom: 8px solid #d33;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 40%;
    right: 44%;
}

.btn-timer {
    background: transparent !important;
    border: 2px solid #428bca !important;
    color: #428bca !important;
}

#dom-main .dom-footer {
    /* margin-top: 20px; */
    text-align: right;
    margin-right: 30px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.dom-recaptcha {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#dom-main .dom-footer a {
    padding: 10px 0 10px 10px;
    color: #333;
    font-family: 'iranyekan', sans-serif;
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: navajowhite;
}

#dom-main .dom-footer a:hover {
    text-decoration: none;
}

#dom-main .iziModal-content {
    padding: 30px 20px !important;
}

#dom-main .dom-logo {
    display: flex;
    flex-direction: row;
    width: 90%;
    max-width: 90%;
    /* padding: 5px 20px; */
    align-items: baseline;
    justify-content: center;
    margin-bottom: 10px;
}

#dom-main .dom-back {
    margin-top: -40px;
    margin-left: -10px;
}

#dom-main #dom-back {
    display: none;
}

#dom-main .dom-logo-img {
    width: 30%;
    max-width: 50%;
    padding: 5px;
}

#dom-main .dom-logo-title h1 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    font-family: 'iranyekan', sans-serif;
}

#dom-main .dom-logo-title p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
}

#dom-main .dom-logo-img {
    width: 25%;
    max-width: 40%;
    padding: 5px;
}

#dom-main .dom-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'iranyekan', sans-serif;
    flex-direction: row-reverse;
}


#dom-main .dom-back a {
    color: #333;
    font-size: 25px;
    font-weight: 100;
}


#dom-main .div-domino {
    text-align: left;
    direction: ltr;
}

#dom-main #dom-google-modal {
    display: none;
}

#dom-main #btn-google {
    display: none;
    margin: 12px auto;
    padding: 4px 3px;
    /*display: inline-block;*/
    border-radius: 4px;
    cursor: pointer;
    color: rgba(0, 0, 0, .72);
    width: 120px;
    text-align: center;
    border: 1px solid #c2c2c2;
    font-size: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#dom-main #btn-google img {
    width: 24px;
    padding: 0;
}

#dom-main #dom-google-modal .form-group,
#dom-main #dom-verify-google-modal .form-group {
    margin-bottom: 0;
}

#domino_modal .iziModal-content {
    padding: 30px 20px !important;
}


.woodmart-modal a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 1;
    text-decoration: none;
}

.wd-tools-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.wd-tools-icon::before {
    font-size: 19px;
    content: "\f124";
    font-family: woodmart-font;
}

.wd-tools-text {
    margin-right: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
    font-size: 13px;
    font-family: inherit;
}

@media only screen and (max-width: 576px) {
    #dom-main .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}