* {
    outline: none !important;
}

img {
    max-width: 100%;
	margin: 0 auto;
}

body {
    margin: 0;
    background-size: cover;
	min-height: 100vh;
	background-attachment: fixed;
}

.dlr_noscript {
	background: rgba(255,0,0,.1);
	text-align: center;
    padding: 42px;
    font-size: 16px;
}

.dlr_noscript a {
	text-decoration: none;
    color: cornflowerblue;
}

::placeholder {
  color: #eaeaea !important;
}

::-ms-input-placeholder {
    color: #eaeaea !important;
}

.dlr_main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 0;
    max-width: 97%;
    margin: 0 auto;
}

.dlr_main a {
    text-decoration: none !important;
}

.forceLogin {
    color: #E91E63;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #E91E63;
    transition: .3s;
    text-align: center;
}

.dlr_main *, .dlr_main input {
    font-weight: bold;
    box-sizing: border-box;
}

.search_field input {
    background: transparent !important;
}

.mobits_cs-list {
    display: none;
    top: 53px;
}

.dlr-login-button:hover {
   transition:0.3s;
}

#userCode {
    padding: 9px 12px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    color: #030a16;
    letter-spacing: 1.2px;
    height: auto;
    box-shadow: none;
    text-align: center;
    font-family: inherit;
}

.dlr-login-button {
   transition:0.3s;
   font-family: inherit;
   text-decoration: none;
}

.dlr_send_email {
	text-align: center;
    line-height: 30px;
    background: palegreen;
    padding: 25px;
    margin: 0 15px 10px;
    border-radius: 30px;
	color: darkgreen;
}

.dlr_send_email_notvalid {
	text-align: center;
    line-height: 30px;
    background: mediumvioletred;
    margin: 0 15px 10px;
    border-radius: 30px;
    color: #fff;
    padding: 20px 10px;
}

.g-recaptcha 
{
    margin-bottom: 13px;
    text-align: center;
}

.g-recaptcha>div {
    width: 100%;
}

.dlr-login-button:disabled {
    cursor: auto;
}

#not_registered {
    color: blueviolet;
    border-bottom: 1px solid blueviolet;
    display: inline-block;
    cursor: pointer;
}

#dlr-box {
    border-radius: 25px;
    border: 1px solid #ddd;
	background: #fff;
    padding-bottom: 15px;
    direction: ltr;
	width: 380px;
	position: relative;
    margin-bottom: 50px;
}

.c-login__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 376px;
	padding-bottom: 25px;
}

#dlr-header-wrapper {
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

#dlr-header-wrapper svg {
	float: right;
    margin-top: 30px;
}

#dlr-header {
    color: #232933;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 50px;
    z-index: 0;
    position: relative;
}

.dlr-login-text {
    font-size: 15px;
    line-height: 21px;
    color: #62666d;
    margin-bottom: 10px;
    text-align: center;
}

.dlr-login-input {
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

.dlr-login-input-field:focus{
    outline: none;
    border: 1px solid #ccc;
}

.dlr-login-button {
    display: block;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border: none;
    position: relative;
    border-radius: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	font-size: 16px;
	padding: 10px 16px;
    direction: rtl;
    line-height: 1.571;
    color: #fff;
    outline: none;
}

#dlr-repeat-form {
    overflow: hidden;
    text-align: center;
}

.dlr_check {
	color: green;
	margin-left: 5px;
	display: none;
}

.forget_pass_rules ul{
	font-size: 13px;
    line-height: 25px;
    background: #f8f8f8;
    padding-right: 0;
    list-style: none;
    border-radius: 15px;
    margin-bottom: 17px;
    margin-top: 20px;
	margin-right: 0;
}

.forget_pass_rules ul li {
	margin-right: 0;
	display: block;
    margin-top: 2px;
    padding-right: 11px;
}

.forget_pass_rules ul li:first-child {
	padding-top: 8px;
}

.forget_pass_rules ul li:last-child {
	padding-bottom: 8px;
}

#dlr-footer {
    text-align: center;
    color: #62666d;
    font-size: 12px;
    line-height: 25px;
	padding: 0 40px;
	display: block;
    width: 100%;
    float: right;
    margin-top: 12px;
    margin-bottom: 0;
}

.dlr-login-text {
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
}

.dlr-register-field {
    position: relative;
}

input.dlr-login-input-field {
    padding: 9px 12px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    color: #030a16;
    letter-spacing: 1.2px;
	height: auto;
	box-shadow: none;
	text-align: center;
	font-family: inherit;
}

#dlr-footer a {
    position: relative;
    color: #62666d;
    text-decoration: none;
    padding-bottom: 4px;
}

#dlr-footer a {
    position: relative;
    color: #3399cc;
    text-decoration: none;
    padding-bottom: 4px;
}

.tabcontent{
	padding: 0 25px;
}

.tabcontent.active{
	display: block;
}

.tablinks{
	margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    min-height: 13px;
    line-height: 45px;
	background: #f2f2f2;
	outline: none;
	transition: none;
	text-decoration: none;
}

.input-reg
{
	margin-bottom: 0;
}

.tabcontent {
  animation: fadeEffect .3s; 
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

#dlr-back-icon
{
	margin-top: 0px;
    line-height: 35px;
    float: right;
    margin-right: 25px;
    cursor: pointer;
    position: absolute;
    left: 25px;
    top: -15px;
}

#dlr-back-icon svg {
    transform: rotate(180deg);
}

#dlr-login-form{
	margin-bottom: 0;
}

#dlr-header #dlr-tab{
	display: flex;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 0px;
	border-radius: 30px;
    max-width: 70%;
    margin: -25px auto 23px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}

#dlr-header #dlr-tab button{
	flex: 1;
	border: none;
	cursor: auto;
	font-family: inherit;
	color: #000;
}

.set_code{
	text-align: right;
    padding-left: 15px;
    font-size: 15px;
    color: darkcyan;
    border-bottom: 1px solid #eee;
    padding-right: 26px;
}

form {
    margin-bottom: 0 !important;
}

.set_code_recovery {
    font-size: 15px;
}

#time {
    border: 2px solid #aaa;
    float: left;
    padding: 1px 15px;
    border-radius: 30px;
    margin-top: 10px;
}

.mb-0{
	margin-bottom: 0;
}

.repeatCode{
	background: #3399cc;
    border-radius: 30px;
    font-size: 15px;
    border: none;
    color: #fff;
    padding: 5px 17px;
    padding: 9px 17px;
    margin: 10px auto 12px;
    cursor: pointer;
    outline: none;
}

#endTimeCode {
    display: none;
    text-align: center;
    font-size: 14px;
    margin-bottom: 7px;
}

.login-register-alert
{
	color: #E91E63;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #E91E63;
	transition: .3s;
	display: none;
	text-align: center;
}

.register-register-alert, .recovery-alert
{
	color: #E91E63;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 30px;
    font-size: 13px;
    border: 1px solid #E91E63;
	transition: .3s;
	display: none;
	text-align: center;
}

.star{
	color: #E91E63;
}

.code-alert{
	color: #E91E63;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #E91E63;
	transition: .3s;
	text-align: center;
	line-height: 23px;
    clear: both;
    display: none;
}

.code-alert-success {
	color: green;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid green;
	transition: .3s;
	text-align: center;
	line-height: 23px;
	margin-top: 10px;
    display: none;
}

.dlr_login_recovery {
    text-align: center;
}

.code-alert a {
	color: dodgerblue;
    text-decoration: none;
}

.code-alert-block {
	margin: 15px 25px 0;
}

#confirm-continue {
    color: #fff;
}

.confirmCode input[type=tel] 
{
	max-width: 48px;
    max-height: 48px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ccc;
    margin-bottom: 7px;
    margin-top: 10px;
    border-radius: 8px;
    margin-left: 8px;
	text-align: center;
    direction: ltr;
    letter-spacing: 1.2px;
	display: inline-block;
	font-family: inherit;
    padding: 0 !important;
}
.confirmCode input[type=tel]::-webkit-inner-spin-button,
.confirmCode input[type=tel]::-webkit-outer-spin-button 
{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0; 
}

.confirmCode
{
	text-align: center;
	direction: ltr;
	display: flex;
	justify-content: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 25px;
  margin: 0 auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

#confirm-loader {
    display: none;
}

.do_login_with_eu {
    text-decoration: none;
    color: deeppink;
    font-size: 13px;
    margin-top: 19px;
    display: block;
    margin-bottom: 6px;
}

.dlr_go_recovery {
    cursor: pointer;
}

#dlr-recovery .mobits_cs-list {
	top: 46px;
}

.ltr {
	direction: ltr;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    position: absolute;
    background-color: #fff;
    min-width: 50%;
    overflow: auto;
    z-index: 1;
    left: 0;
    text-align: left;
    top: 44px;
    padding: 6px;
    box-shadow: 0px 25px 31px 18px #1217391f;
    max-height: 250px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 11px;
}

.dropdown-content #myInput {
    width: 100%;
    float: left;
    text-align: left;
    direction: ltr;
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    outline: none;
}

.dropdown-content a {
    color: black;
    padding: 4px 0px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.dropdown-content a img {
  width: 20px;
    float: right;
    position: relative;
    top: 3px;
}

.dropdown a:hover {background-color: #ddd;}

.dlr-login-input {
    overflow: initial;
    text-align: center;
}

#dlr-email-field, #dlr-password-field {
    direction: ltr;
}

.dlr-login-input-field:focus {
	border: 1px solid #ccc;
}

.dlr-login-input-field:disabled {
    background: #fafafa;
}

.dlr_login_with_password {
    text-align: right;
    margin-top: 10px;
}

.dlr_login_with_password a {
	color: steelblue;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 13px;
}

.dlr_login_links {
    width: 100%;
}

a.dlr_register_button {
	background: #e4b991;
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 16px;
}

.dlr_login_with_password a span {
	position: relative;
    top: 1px;
    margin-right: 3px;
}

.code-alert-pass {
	text-align: left;
    line-height: 22px;
}

.foreign_email_mobile {
	padding: 0;
    list-style: none;
	text-align: center;
	margin: 25px auto;
}

#dlr-login-with-mobile-form {
    margin-bottom: 0;
}

#dlr_login_tab {
    width: 100%;
}

.foreign_email_mobile li {
	display: inline-block;
    padding: 8px 10px;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}

.foreign_email_mobile li.active {
	background: #f7f7f7;
}

.dlr_return_back {
	background: #fff;
    color: #000;
    padding: 2px 17px 5px;
    top: 25px;
    display: inline-block;
    position: absolute;
    right: 25px;
    border-radius: 30px;
    border: 1px solid cornflowerblue;
    cursor: pointer;
    z-index: 999;
    text-decoration: none !important;
    font-size: 14px;
}

.dlr_return_back span {
	margin-left: 5px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.dlr_go_to_mobile {
	color: #fff;
    text-decoration: none;
    border: none;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 30px;
    margin-top: 15px;
    background: yellowgreen;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}

.dlr_go_to_mobile:hover {
    background: yellowgreen;
    color: #fff;
}

.dlr_selected_country span, .dlr_selected_country_register span {
	background-image: url(../images/flags-spritg.png);
    width: 24px;
    display: inline-block;
    height: 16px;
    background-position: -2280px 0px;
    background-size: cover;
    position: relative;
    top: 13px;
    margin-right: 6.5px;
    border-radius: 3px;
}

.flag_container_flag {
	background-image: url(../images/flags-spritg.png);
    display: inline-block;
    width: 24px;
    height: 16px;
    background-size: cover;
    position: relative;
    top: 3.4px;
    margin-right: 9px;
}

.dlr_selected_country, .dlr_selected_country_register {
	position: relative;
    top: 1px;
    height: 43px;
    line-height: 45px;
    margin-left: 10px;
    border-right: 1px solid #ddd;
    padding-right: 7px;
    cursor: pointer;
	display: flex;
}

.d-flex {
	display: flex;
}

.mobits_cs-list {
	top: 53px;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9;
    box-shadow: 0 3px 10px #ccc;
    padding: 0;
    list-style: none;
    margin-top: 0;
    line-height: 33px;
    max-height: 250px;
    overflow-y: scroll;
    font-size: 14px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 10px;
    width: 100%;
}

.search_field {
	position: sticky;
    top: 0;
    z-index: 9;
    background: #fafafa !important;
}

#dlr-mobile-field {
    padding-left: 10px !important;
}

.mobits_cs-list input[type=search] {
	width: 100%;
    height: 40px;
    padding: 10px;
    border: 0;
    margin: 0;
	padding-left: 0;
}

.mobits_cs-list li {
	padding-left: 10px;
	cursor: pointer;
}

.mobits_cs-list li:hover {
	background: #eee;
}

.mobits_cs-list input[type=search]:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

@media only screen and (max-width: 600px) {
  .dlr_return_back 
  {
    top: 10px;
	right: 10px;
  }

  #captchaCanvas {
    width: 110px;
    height: 50px;
  }

  .close_mobits_popup {
    left: 6px;
    top: -34px;
  }
}

#captchaCanvas {
    border-right:1px solid #aaa;
}

.with-countries:not(.dlr_checkout) {
	display: flex;
    border: 1px solid #ddd;
    border-radius: 30px;
    position: relative;
    text-align: left;
}

.with-countries:not(.dlr_checkout) input {
	border: none;
	box-shadow: none;
	outline: none;
	position: relative;
    background: transparent;
	text-align: left;
	border: none !important;
	padding-top: 8px !important;
    padding-bottom: 5px !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    min-height: 44px;
}

.with-countries:not(.dlr_checkout) input:focus{
    outline: none;
	text-align: left;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dlr_google_signin {
	width: 100%;
    text-align: center;
    line-height: 34px;
    font-family: inherit;
    font-size: 15px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 30px;
    height: 45px;
    display: flex;
    justify-content: center;
    padding: 5px;
	margin: 0;
	margin-top: 14px;
}

.dlr_google_signin {
	position: relative;
}

.dlr_google_signin span {
	position: absolute;
	right: 0;
    width: -webkit-fill-available;	
}

.dlr_google_signup span {
	position: absolute;
	right: 0;
    width: -webkit-fill-available;	
}

.dlr_google_signin img {
	vertical-align: middle;
    margin-left: 7px;
	display: inline;
}

#dlr-box input[type=text], 
#dlr-box input[type=number], 
#dlr-box input[type=email], 
#dlr-box input[type=tel], 
#dlr-box input[type=url], 
#dlr-box input[type=password], 
#dlr-box input[type=search], 
#dlr-box textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #030a16;
    box-shadow: none;
    padding: 9px 12px 9px 12px;
}

.foreign_email_mobile li {
    margin-right: 10px;
}

#dlr-box input[type=text]:focus,
#dlr-box input[type=number]:focus,
#dlr-box input[type=email]:focus,
#dlr-box input[type=tel]:focus,
#dlr-box input[type=url]:focus,
#dlr-box input[type=password]:focus,
#dlr-box input[type=search]:focus,
#dlr-box textarea:focus
{
    background-color: #fff;
    border: 1px solid #ccc;
    color: #030a16;
    box-shadow: none;
}

#dlr-box input[type=submit]
{
    border-radius: 30px;
    color: #fff;
    outline: none;
}

#dlr-box button:focus
{
    outline: none;
}

.dlr-loader-container {
    width: 70%;
    height: 2px;
    position: relative;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    right: 15%;
    display: none;
}

.dlr-loader {
    width: 100px;
    height: 100%;
    background-color: #3498db;
    position: absolute;
    left: 0;
    animation: moveLoader 1.5s ease-in-out infinite;
}

@keyframes moveLoader {
    0% {
        left: 0;
    }
    50% {
        left: calc(100% - 100px);
    }
    100% {
        left: 0;
    }
}

.code-alert-inputpass {
    margin-top: 10px !important;
}

#dlr_email_forget_password {
    cursor: pointer;
}

#g-recaptcha>div {
    margin: 0 auto;
}

#g-recaptcha {
    margin-bottom: 12px;
}

.dlr_send_email.dlr_send_before {
    background: bisque;
    color: brown;
}

#send_code_again {
    margin: 0 auto;
    display: block;
    border: none;
    background: cadetblue;
    padding: 9px 20px;
    margin-top: 19px;
    cursor: pointer;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 10px;
}

#dlr_login_with_password_mobile {
    cursor: pointer;
    text-decoration: none !important;
}

.dlr_server_error {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: indianred;
    color: #fff;
    padding: 15px 10px;
    z-index: 9;
    font-size: 16px;
    right: 0;
    font-weight: bold;
}

.dlr-captcha-input {
    border: 1px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.dlr-captcha-input svg {
    position: absolute;
    left: 13px;
    background: #fff;
    padding: 5px;
    top: 9px;
    cursor: pointer;
    border-radius: 8px;
}

.dlr-captcha-input canvas {
    float: left;
}

.dlr-captcha-input input {
    float: right;
    min-height: 44px;
    border: none !important;
    font-size: 18px;
    max-width: 50%;
}

.g-recaptcha>div {
    margin: 0 auto;
}

.dlr-captcha-input input:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.dlr_login_with_password svg 
{
    transform: rotate(180deg);
    position: relative;
    top: 3px;
    margin-right: 4px;
}

#dlr_mobile_forget_password {
    cursor: pointer;
    margin-bottom: 15px;
}

.close_mobits_popup {
    position: absolute;
    left: -16px;
    top: -29px;
    cursor: pointer;
    z-index: 2;
    color: #aaa;
    font-size: 20px;
}

.close_mobits_popup:hover {
    color: #fff;
}

.dlr-login-input select {
    width: 100%;
    height: 43px;
    border: 1px solid #ddd;
    border-radius: 30px;
    text-align: center;
    font-family: inherit;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><polygon points="0,0 10,0 5,5" fill="%23666666"/></svg>') no-repeat left 20px center;
    background-position: left 18px top 60%;
}

.dlr_role_field {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    border: 1px solid #ddd;
}

.dlr_role_field>div {
    flex: 1;
    text-align: center;
}

.dlr_role_field label {
    display: block;
    height: 43px;
    line-height: 43px;
    margin: 0 !important;
    cursor: pointer;
    font-size: 14px;
}

.dlr_role_field label span {
    display: none;
}

.dlr_role_field input[type=radio] {
    display: none;
}

.dlr_role_field input[type=radio]:checked + label {
    background-color: #fafafa;
    color: green;
}

.dlr_role_field input[type=radio]:checked + label span {
    display: inline-block;
}

#dlr-box {
    direction: rtl !important;
}

#time {
    float: left !important;
}

#dlr-back-icon {
    margin-left: 19px !important;
    left: 0 !important;
    top: -15px !important;
    right: auto !important;
}

.set_code {
    text-align: right !important;
    padding-right: 17px !important;
    line-height: 49px;
}

.with-countries:not(.dlr_checkout) {
	direction: ltr;
}

.code-alert-pass {
	text-align: right;
    border-radius: 30px;
    padding-right: 15px;
}

/*-------------------Dark Mode---------------------*/

.dark #dlr-box {
    background: #323C48 !important;
    border: 1px solid #888 !important;
}

.dark form label, .dark #dlr-footer {
    color: #f3f3f3 !important; 
}


.dark form input[type=search], .dark .confirmCode input[type=tel], .dark .registerMobile
{
    background: #3B4654 !important;
    border: 1px solid rgba(255,255,255,.1);
    color: #fff !important;
}

.dark input.dlr-login-input-field {
    background-color: rgb(59, 70, 84);
    border: 1px solid #777;
    color: #fff;
}

.dark #dlr-header #dlr-tab {
    border: none !important;
    box-shadow: none !important;
}

.dark .dlr-login-text {
    margin-bottom: 15px !important;
}

.dark #dlr-header #dlr-tab button {
    background: #386b82 !important;
    color: #fff !important;
}

.dark #dlr-header #dlr-tab button.active {
    background: #3399cc !important;
}

.dark #time {
    color: #fff !important;
}

.dark .set_code {
    border-bottom: 1px solid rgba(255,255,255,.2) !important;
}

.dark #endTimeCode {
    color: #fff !important;
}

.dark .forceLogin, .dark .login-register-alert, .dark .register-register-alert {
    color: #ffe876 !important;
    border: 1px solid #ffe876 !important;
}

.dark .do_login_with_eu {
    color: #ffe876 !important;
}

.dark .with-countries {
	border: 1px solid rgba(255,255,255,.1) !important;
	background: #3B4654;
	overflow: hidden;
}

.dark .dlr_selected_country {
	border-right: 1px solid #666 !important;
}

.dark .with-countries input {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top: none !important;
}

.dark .dlr_selected_country {
	color: #fff;
	background: #3B4654;
}

.dark .confirmCode input[type=tel] {
	border: 1px solid rgba(255,255,255,.1) !important;
}

.dark .code-alert {
	color: orange;
	border-color: orange;
}

.dark #not_registered {
    color: yellow;
    border-bottom: 1px solid yellow;
}

.dark .dlr_return_back {
    background: #323C48 !important; 
    color: #eee; 
    border-color: #aaa;
}

body.dark {
    background: #2A323C;
}

.dlr_main.classic #dlr-header #dlr-tab {
	border: none !important;
	max-width: 100% !important;
	margin: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.dlr_main.classic #dlr-box {
	border-radius: 15px !important;
}

.dlr_main.classic #dlr-header-wrapper {
	margin-bottom: 15px !important;
}

.dlr_main.classic #dlr-header {
	margin-bottom: 14px !important;
}

.dlr_main.classic .dlr-login-input-field {
	border-radius: 8px !important;
	border: 1px solid #bbb !important;
}

.dlr_main.classic .dlr-login-button {
	border-radius: 8px !important;
}

.dlr_main.classic .login-register-alert, .dlr_main.classic .register-register-alert, .dlr_main.classic .recovery-alert, .dlr_main.classic .forceLogin {
	border-radius: 5px !important;
}

.dlr_main.classic .with-countries {
	border-radius: 8px;
}

.dlr_main.classic #dlr-header #dlr-tab button {
		border-top-left-radius: 13px;
		border-top-right-radius: 13px;
}

.dlr_main.classic .dlr_go_to_mobile {
	border-radius: 8px !important;
}

.dlr_main.classic .tablinks {
	border-top-left-radius: 14px !important;
	border-top-right-radius: 14px !important;
}

.dlr_main.classic .dlr_google_signin {
	border-radius: 8px;
}

.dlr_login_with_password.dlr_login_links {
    border-radius: 30px !important;
}

.dlr_login_with_password.dlr_login_links a {
    background: turquoise;
    color: #fff;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 30px !important;
}

/*------digikala-------*/
.dlr_default_theme_box {
    width: 100%;
    max-width: 400px;
    border: 1px solid #e0e0e2;
    padding: 32px;
    border-radius: 8px;
}

.dlr_default_theme_box h1 {
    font-size: 19px;
}