/* 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;
    }
}

@media screen and (max-width: 768px) {
    #domino-container .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}


#domino-container {
    margin-top: 100px;
}

#domino-container .main {
    font-family: iranyekan, sans-serif;
    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;
    width: 350px;
    max-width: 350px;
    box-sizing: border-box;
}

#domino-container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.dom-main {
    display: flex;
    flex-direction: column;
    width: 350px;
    max-width: 350px;
    height: 100%;
    max-height: 100%;
    opacity: 1;
}

#dom-register label,
#dom-user label,
#dom-verify label,
#dom-google label,
#dom-google-pass label,
#dom-verify-google label,
#pass-email label {
    width: 100%;
    max-width: 100%;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -.5px;
}

#dom-register input, #dom-user input, #dom-verify input, #dom-google input, #dom-verify-google input, #dom-google-pass input, #pass-email 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;
    box-sizing: border-box;
}

#dom-user input {
    direction: rtl !important;
    text-align: right !important;
    letter-spacing: -.5px;
}


.ms-next {
    float: right;
    margin: 15px 0 10px;
    min-height: 34px;
    outline: 0;
    display: block;
    padding: 4px 14px !important;
    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;
    height: 34px;
    text-decoration: none !important;
    font-family: "iranyekan", sans-serif;
}

#forget {
    float: left;
    background: gray !important;
}

#ms-resend, #ms-pass {
    float: left;
    margin: 15px 0 10px;
    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-size: 15px;
}

.ms-next:hover {
    text-decoration: none;
}

#dom-register .form-group,
#dom-user .form-group,
#dom-verify .form-group,
#dom-google-pass .form-group,
#pass-email .form-group {
    margin-bottom: 0;
}

#dom-register input::placeholder,
#dom-user input::placeholder,
#dom-google input::placeholder {
    font-size: 14px;
    opacity: 0.4;
    letter-spacing: -.5px;
}

#dom-register .dmn-error,
#dom-user .dmn-error,
#dom-google .dmn-error,
#dom-google-pass .dmn-error {
    color: #a40000;
    font-weight: bold;
    font-size: 14px;
}

#dom-user {
    display: none;
}

#dom-verify,
#dom-verify-google,
#dom-google-pass,
#pass-email {
    display: none;
}


#domino-option {
    margin: 0;
    background: #f5f5f5;
    font-family: "iranyekan", sans-serif;
    line-height: 2em;
}

#domino-option .wrapper {
    max-width: 1200px;
    padding: 60px 0;
}

#domino-option .tab-wrapper {
    text-align: right;
    display: block;
    max-width: 1200px;
}

#domino-option .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

#domino-option .tab-link {
    margin: 0 1%;
    list-style: none;
    color: #aaa;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    border: solid 3px rgba(255, 255, 255, 0);
    letter-spacing: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-radius: 5px;
}

#domino-option .tab-link:hover {
    color: #999;
    border-color: #999;
}

#domino-option .tab-link.active {
    color: #fff;
    border-color: #333;
}

#domino-option .tab-link:nth-of-type(1).active {
    border-color: #EE6534;
    background-color: #EE6534;
}

#domino-option .tab-link:nth-of-type(2).active {
    border-color: #1790D2;
    background-color: #1790D2;
}

#domino-option .tab-link:nth-of-type(3).active {
    border-color: #EEC63B;
    background-color: #EEC63B;
}

#domino-option .tab-link:nth-of-type(4).active {
    border-color: #CE6509;
    background-color: #CE6509;
}

#domino-option .tab-link:nth-of-type(5).active {
    border-color: #0928CE;
    background-color: #0928CE;
}

#domino-option .tab-link:nth-of-type(6).active {
    border-color: #09ce89;
    background-color: #09ce89;
}

#domino-option .content-wrapper {
    padding: 40px 50px;
}

#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;
}

#domino-option .tab-content.active {
    display: block;
}

.title-option {
    padding: 15px 80px;
}

.title-option h2 {
    font-family: 'iranyekan', sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
}

#domino-option .submit button {
    padding: 7px 60px;
    font-size: 17px;
}

.domino-toast {
    font-family: 'iranyekan', sans-serif;
}

.domino-toast .iziToast-close {
    background-color: transparent !important;
}

#delete-option {
    display: none;
}

#dom-verify .message,
#dom-verify-google .message,
#dom-google-pass .message {
    color: green;
    font-weight: 700;
    font-size: 15px;
}

#dom-verify code,
#dom-verify-google code,
#dom-google-pass code {
    padding: 2px 4px;
    font-size: 90%;
    display: inline-block;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.mainLoading {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}

.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: 30%;
    right: 40%;
}

.btn-timer {
    background: transparent !important;
    border: 2px solid #428bca !important;
    color: #428bca !important;
}

.dom-footer {
    margin-top: 8px;
    text-align: right;
    margin-right: 5px;
    cursor: pointer;
}

.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: none !important;
}

.dom-footer a:hover {
    text-decoration: none;
}

.dom-logo {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    padding: 5px 5px;
    align-items: center;
    margin-bottom: 10px;
}

.dom-back {
    margin-top: -40px;
    margin-left: -10px;
}

#dom-back {
    display: none;
}

.dom-logo-title h1 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    font-family: 'iranyekan', sans-serif;
}

.dom-logo-title p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    font-family: 'iranyekan', sans-serif !important;
    padding: 7px 0;
}

.dom-logo-img {
    width: 30%;
    max-width: 40%;
    padding: 5px;
    margin-left: 10px;
}

.dom-logo-img img {
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
}

.dom-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'iranyekan', sans-serif;
    flex-direction: row-reverse;
}


.dom-back a {
    color: #333;
    font-size: 25px;
    font-weight: 100;
}


.div-domino {
    text-align: left;
    direction: ltr;
}

#dom-google {
    display: none;
}

#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;
}

#btn-google img {
    width: 24px;
    padding: 0;
}

#dom-google .form-group,
#dom-verify-google .form-group {
    margin-bottom: 0;
}

#ms-redirect {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#ms-redirect span {
    padding: 12px 0;
    color: red;
    font-weight: bold;
    font-size: 15px;
}

.domino-upload input[type="file"] {
    display: none;
}

.domino-upload span {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    padding: 5px 20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.row-mobile {
    display: flex;
    flex-direction: row;
    align-items: end;
}

.form-group.row-code {
    margin-right: 10px;
}

.row-code .form-select {
    width: 100%;
    max-width: 100%;
    direction: ltr;
    outline: 0;
    border: 1px solid #BBB;
    border-radius: 7px;
    padding: 5px 15px;
    font-size: 14px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.iti__selected-flag {
    direction: ltr;
}

.iti__country-list {
    direction: ltr;
    font-family: 'iranyekan', sans-serif;
}

#phone {
    width: 315px !important;
}

/*.iti__arrow {*/
/*    border-top: none;*/
/*}*/

#phone {
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 55px;
}

#phone::placeholder {
    color: #BBB;
}

.iti__selected-dial-code {
    display: none;
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 2px 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    left: 0;
    border-radius: 5px;
}

#domino-container .col-md-4 {
    position: relative;
}

#domino-container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
    margin-bottom: 20px;
}

.dom-submit #ms-next-reg {
    font-size: 14px;
    font-family: iranyekan, sans-serif;
}

.dml-account {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0;
}

.dml-account p {
    flex: 0 0 70%;
    margin: 0 !important;
}

.dml-account a {
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    margin: 10px 0 0 5px;
    padding: 10px 17px;
    line-height: 27px;
    font-size: 100%;
    display: flex;
    justify-content: center;
}

#change-phone span {
    font-size: 100% !important;
}

.dmlChangePhoneVerify {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dmlChangePhoneVerify .col-6 {
    width: 100%;
    flex: 0 0 50%;
    max-width: 100%;
}

.dml-account a i {
    margin-left: 10px;
    height: 100%;
    margin-top: 5px;
}

.dml-account a:focus {
    background-color: green !important;
    text-decoration: none !important;
}

.create-billing {
    position: relative;
}

#dmlVerify {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

#verify_dml_field input::placeholder {
    font-size: 14px;
}

#verify_dml_field input {
    padding: 3px 10px;
    font-size: 100%;
}


#dmlReg {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
}

.alert.alert-danger {
    color: #ae0303;
    font-family: inherit;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

#dmlVerify span {
    font-family: inherit;
    font-size: 23px;
    font-weight: bold;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
    background-image: unset !important;
    background-color: #fff !important;
}

.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
    padding-right: 40px;
    font-weight: bold;
}

.row-phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.dom-recaptcha {
    margin: 10px 0;
}

.iti__flag-container {
    height: 40px;
}

#change-phone {
    width: 100%;
}

#dml-reg-phone {
    margin-left: 0;
}

.copyShortcode {
    width: 40px;
    height: 40px;
    display: inline-flex;
    background-color: #28a745;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all linear 0.1s;
}

.copyShortcode:hover {
    transform: scale(0.9);
}

.copyShortcode i {
    color: #fff;
    font-size: 15px;
}

#ShortcodeBtn,
#ShortcodeBtnWoodmart {
    height: 40px;
    color: #000 !important;
}

.dom-show-password {
    position: relative;
    display: flex;
    align-items: center;
}

.pass-eye {
    position: absolute;
    left: auto;
    cursor: pointer;
    font-size: 13px;
    right: 37%;
}

/* progress bar */
.progress {
    margin: 20px 0;
    padding: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    background: #d5d4d4;
    border-radius: 6px;
}

.bar {
    position: relative;
    float: left;
    min-width: 1%;
    height: 100%;
    background: #0928CE;
}

.percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-family: 'iranyekan', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: white;
}

.selectpicker option {
    border: none;
    background-color: white;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #14B1B2;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    padding-left: 0;
    margin-top: -20px;
    background: none;
}

select.selectpicker {
    border: none;
    background-color: white;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #14B1B2;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    padding-left: 0;
    margin-top: -20px;
    background: none;
}

#tagline-description {
    width: 50%;
}

.domDeparSelect {
    width: 15%;
}

.domDepar {
    width: 24%;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: "iranyekan", sans-serif;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: 0;
}

.domDeparRoleMain {
    width: 40%;
    max-width: 40%;
}

.frmGroup {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.depar-role {
    width: 30px;
    height: 30px;
    display: inline-flex;
    background-color: #28a745;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 17px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.colDomRole {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.depar-remove {
    background-color: red;
}

.formRole {
    margin-bottom: 10px;
}

.frmRoleUser {
    margin-bottom: 10px;
}

.optHide {
    display: none;
}

.dom-register .form-check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.dom-register .form-check input[type="checkbox"] {
    width: 25px !important;
    height: 25px !important;
    max-width: 25px !important;
    padding: 0 !important;
    margin-bottom: 5px !important;
}

.dom-register .form-check input[type="checkbox"]::after {
    width: 18px;
    height: 18px;
    right: 2.55px;
    top: 2px;
    background-color: red;
    transform: none;
    border-radius: 7px;
    transition: all 0.1s linear;
    border: 0;
}

.dom-register input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    max-width: 50px !important;
    border-radius: 50% !important;
    padding: 0 !important;
}

.dom-register .form-check-label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dom-register .form-check-input {
    margin-left: 10px;
    margin-top: 10px;
}

#ms-next-reg:is(:disabled, :disabled:active) {
    background-color: #eaeaea !important;
    color: gray !important;
    cursor: default;
}

#ms-next-verify:is(:disabled, :disabled:active) {
    background-color: #428bcaa3 !important;
    color: #2f2d2d9c !important;
}

.namespace {
    position: relative;
}

/* Tooltip shared base styles */
.tooltip {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    box-sizing: border-box;
    width: 0;
    height: 0;
    padding: 0;
    cursor: default;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    /* font-size: 14px; */
    font-size: 1.4rem;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    border-width: 0;
    border-style: solid;
    border-color: #6d6e71;
    border-top-color: #373739;
    background-color: #373739;
    opacity: 0;
    transition: opacity .1s ease-in .2s;
}

/* Tooltip visibility class toggled by jQuery */
.tooltip.isVisible {
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    padding: 10px 15px;
    border-width: 1px;
    opacity: 1;
}

/* Tooltip positioning */
.tooltip, .tooltip.tip-bottom, .tooltip.tip-top {
    left: 75%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/** Common styles: Bottom positions **/
.tooltip, /*** Default is equivalent to .tip-bottom ***/
.tooltip.tip-bottom,
.tooltip.tip-bottom-left,
.tooltip.tip-bottom-right {
    top: 110%;
    top: calc(100% + 5px);
}

/** Common styles: Top positions **/
.tooltip.tip-top, .tooltip.tip-top-left, .tooltip.tip-top-right {
    top: auto;
    /* bottom: 110%; */
    bottom: calc(100% + -10px);
    border-radius: 10px;
    font-family: 'iranyekan', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

/** Common styles: Corner positions **/
.tooltip.tip-bottom-left,
.tooltip.tip-bottom-right,
.tooltip.tip-top-left,
.tooltip.tip-top-right {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/** Common styles: Left corner positions **/
.tooltip.tip-bottom-left,
.tooltip.tip-top-left {
    right: 50%;
    left: auto;
    margin-right: -25px;
}

/** Common styles: Right corner positions **/
.tooltip.tip-bottom-right,
.tooltip.tip-top-right {
    margin-left: -25px;
}

/** Common styles: Vertically Centered **/
.tooltip.tip-left,
.tooltip.tip-right {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/** Left position only **/
.tooltip.tip-left {
    right: 110%;
    right: calc(100% + 5px);
    left: auto;
}

/** Right position only **/
.tooltip.tip-right {
    left: 110%;
    left: calc(100% + 5px);
}

/* Tooltip arrow shared base styles */
.tooltip:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    pointer-events: none;
}

/** Common styles: Horizontally Centered, Up/Down arrows **/
.tooltip:after, /*** Default is equivalent to .tip-bottom:after; ***/
.tooltip.tip-bottom:after,
.tooltip.tip-top:after {
    left: 50%;
    margin-left: -10px;
}

/** Common styles: Up arrow **/
.tooltip:after, /*** Default is equivalent to .tip-bottom:after; ***/
.tooltip.tip-bottom:after,
.tooltip.tip-bottom-left:after,
.tooltip.tip-bottom-right:after {
    top: -20px;
    border-color: transparent transparent #373739 transparent;
}

/** Common styles: Down arrow **/
.tooltip.tip-top:after,
.tooltip.tip-top-left:after,
.tooltip.tip-top-right:after {
    top: auto;
    bottom: -20px;
    border-color: #373739 transparent transparent transparent;
}

/** Common styles: Left-/Right-aligned, Up/Down arrows **/
.tooltip.tip-bottom-left:after,
.tooltip.tip-bottom-right:after,
.tooltip.tip-top-left:after,
.tooltip.tip-top-right:after {
    margin-left: 0;
}

/** Common styles: Right-aligned, Up/Down arrows **/
.tooltip.tip-bottom-left:after,
.tooltip.tip-top-left:after {
    right: 15px;
    left: auto;
}

/** Common styles: Left-aligned, Up/Down arrows **/
.tooltip.tip-bottom-right:after,
.tooltip.tip-top-right:after {
    left: 15px;
}

/** Common styles: Vertically Centered, Left/Right arrows **/
.tooltip.tip-left:after,
.tooltip.tip-right:after {
    top: 50%;
    margin-top: -10px;
    margin-left: auto;
}

/** Right arrow **/
.tooltip.tip-left:after {
    right: -20px;
    left: auto;
    border-color: transparent transparent transparent #373739;
}

/** Left arrow **/
.tooltip.tip-right:after {
    left: -20px;
    border-color: transparent #373739 transparent transparent;
}


#dom-user select {
    background-image: url("data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%234B4F58' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' %3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'%3E%3C/path%3E%3C/svg%3E");
    background-size: .8em;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 285px);
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-y: 55%;
}

#dom-user input {
    direction: rtl !important;
    text-align: right !important;
    letter-spacing: -.5px;
    background: #fff;
}

#dom-user .dom-checkbox {
    margin-right: calc(100% - 295px);
    margin-top: 1%;
}


#dom-user .dom-radiobutton {
    margin-right: calc(100% - 295px);
}

.change-dmlVerify.row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.change-dmlVerify.row .col-3 {
    width: 33.3333333%;
}

.change-dmlVerify.row .col-3 a {
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); */
    width: 100%;
}


/*#emailExist {*/
/*    display: none;*/
/*}*/

