*{
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box ;
}

img {
    max-width: 100% ;
	margin: 0 auto ;
}

body {
    margin: 0 ;
    font-weight: bold;
    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: #ddd;
}

::-ms-input-placeholder {
  color: #ddd;
}

main {
    position: relative ;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    justify-content: center ;
    margin-top: 0 ;
    max-width: 96% ;
    margin: 0 auto ;
}

.forceLogin {
    color: #E91E63 ;
    padding: 10px ;
    margin-bottom: 15px ;
    border-radius: 30px ;
    font-size: 14px;
    border: 1px solid #E91E63 ;
    transition: .3s ;
}

.dlr-login-button:hover {
   box-shadow: 0px 15px 31px 18px #12173917 ;
   transition:0.5s ;
}

#userCode {
    padding: 9px 12px;
    border-radius: 30px;
    background-color: #fff ;
    border: 1px solid #aaa;
    font-size: 16px ;
    line-height: 24px ;
    width: 100% ;
    color: #030a16 ;
    font-weight: bold ;
    letter-spacing: 1.2px ;
    height: auto ;
    box-shadow: none ;
    text-align: center;
    font-family: inherit ;
}

.dlr-login-button {
   transition:0.5s ;
   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: 40px ;
    border: 1px solid #ddd;
	/*overflow: hidden ;*/
	background: #fff;
	margin-top: 90px ;
    min-height: 258px ;
    padding-bottom: 25px ;
    direction: ltr ;
	width: 380px ;
	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: 27px ;
    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: 999999999999;
    position: relative;
}

.dlr-login-text {
    font-size: 15px ;
    line-height: 21px ;
    color: #62666d;
    margin-bottom: 10px ;
    text-align: center ;
    font-weight: bold ;
}

.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 #aaa;
}

.dlr-login-button {
    display: block ;
    width: 100% ;
    margin-bottom: 16px ;
    text-align: center ;
    cursor: pointer ;
    -webkit-box-shadow: none ;
    box-shadow: none ;
    font-weight: bold ;
    background: none;
    border: none ;
    position: relative ;
    border-radius: 30px;
    -ms-flex-negative: 0 ;
    flex-shrink: 0 ;
	font-size: 16px;
	padding: 13px 16px ;
    direction: rtl ;
    line-height: 1.571 ;
    color: #fff ;
    outline: none ;
}

#dlr-repeat-form {
    /* min-height: 30px; */
    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: #eaeaea ;
    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: 0 ;
    margin-bottom: 0 ;
    font-weight: bold ;
}

.dlr-login-button:hover{
	/*background-color: #3ec2bd  ;*/
}

.dlr-login-text {
    text-align: center;
    width: 100% ;
    position: relative ;
    display: block ;
    cursor: pointer ;
}

.dlr-login-input-field-wrapper {
    position: relative ;
}

.dlr-login-input-field {
    padding: 9px 12px;
    border-radius: 30px;
    background-color: #fff ;
    border: 1px solid #aaa;
    font-size: 16px ;
    line-height: 24px ;
    width: 100% ;
    color: #030a16 ;
	font-weight: bold ;
    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 ;
}

/*#dlr-footer a:before {*/
/*    content: "" ;*/
/*    position: absolute ;*/
/*    right: 0 ;*/
/*    left: 0 ;*/
/*    bottom: 0 ;*/
/*    border-bottom: 1px solid #81858b ;*/
/*}*/

.tabcontent{
	display: none;
	padding: 0 25px ;
}

.tabcontent.active{
	display: block;
}

.tablinks{
	margin: 0 ;
    padding: 0 ;
    font-size: 16px ;
    font-weight: 600 ;
    /*border-radius: 3px ;*/
    min-height: 13px ;
    line-height: 45px ;
	/* border: 5px solid #fff  ; */
	background: #f2f2f2 ;
	outline: none ;
	transition: none ;
	text-decoration: none ;
}

.input-reg
{
	margin-bottom: 0 ;
}

.tabcontent {
  animation: fadeEffect .3s ; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@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 ;
    right: 0 ;
    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 ;
    box-shadow: 0px 4px 30px 18px #12173917 ;
    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: pointer ;
	font-family: inherit ;
	color: #000;
}

.set_code{
	text-align: left ;
    padding-left: 28px ;
    /* font-weight: normal ; */
    font-size: 17px ;
    color: #3ec2bd ;
    /* background: #f2f2f2 ; */
	border-bottom: 1px solid #eee ;
}

#time {
    border: 2px solid #aaa ;
    float: right ;
    padding: 1px 15px ;
    border-radius: 30px ;
    margin-bottom: 10px ;
    font-weight: bold ;
}

.mb-0{
	margin-bottom: 0 ;
}

.repeatCode{
	background: #3399cc;
    border-radius: 30px;
    font-size: 15px;
    /*display: none ;*/
    border: none;
    color: #fff;
    padding: 5px 17px;
    padding: 9px 17px;
    margin: 10px auto 12px;
    cursor: pointer;
    outline: none;
    font-weight: bold;
}

#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 ;
}

.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 ;
}

.star{
	color: #E91E63 ;
}

.code-alert{
	color: #E91E63;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #E91E63;
	transition: .3s;
	text-align: center;
	line-height: 23px;
}

.code-alert a {
	color: dodgerblue ;
    text-decoration: none ;
}

.code-alert-block {
	margin: 15px 25px 0;
}

.confirmCode input[type=tel] 
{
	/* height: 45px ; */
    /* width: 48px ; */
	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 ;
    font-weight: bold ;
    letter-spacing: 1.2px ;
	display: inline-block ;
	font-family: inherit ;
}
.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-recovery {
    padding: 0 25px ;
}

#dlr-recovery .mobits_cs-list {
	top: 76px ;
}

.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-weight: bold ;
    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 ;
}

::-webkit-scrollbar {
    width: .5em ;
    height: .5em
}

.dlr-login-input-field:focus {
	border: 1px solid #666;
}

.dlr_login_with_password a {
	color: steelblue ;
    text-decoration: none ;
    display: block ;
    margin-bottom: 18px ;
    font-size: 14px ;
}

.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-bottom: 25px;
}

.foreign_email_mobile li {
	display: inline-block;
    padding: 8px 10px;
    border-radius: 5px;
    background: #eee;
    cursor: pointer;
}

.foreign_email_mobile li.active {
	background: #ddd;
}

.dlr_return_back {
	background: #fff;
    color: #000;
    padding: 2px 17px 5px;
    top: 23px;
    display: inline-block;
    position: absolute;
    right: 26px;
    border-radius: 30px;
    border: 1px solid cornflowerblue;
    cursor: pointer;
    z-index: 999;
    text-decoration: none;
    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-bottom: 13px;
    background: yellowgreen;
}

.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, .mobits_cs-list_register {
	top: 53px;
    display: block;
    position: absolute;
    background: #fff;
    z-index: 9;
    box-shadow: 0 3px 10px #ccc;
    padding: 0;
    list-style: none;
    margin-top: 0;
    line-height: 33px;
    height: 250px;
    overflow: scroll;
	font-size: 14px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	width: 100%;
}

.search_field {
	position: sticky;
    top: 0;
    z-index: 9;
    background: #eee;
}

.mobits_cs-list input[type=search], .mobits_cs-list_register input[type=search] {
	width: 100%;
    height: 40px;
    padding: 10px;
    border: 0;
    margin: 0;
    font-weight: bold;
	padding-left: 0;
}

.mobits_cs-list li, .mobits_cs-list_register li {
	padding-left: 10px;
	cursor: pointer;
}

.mobits_cs-list li:hover, .mobits_cs-list_register li:hover {
	background: #eee;
}

.mobits_cs-list input[type=search]:focus, .mobits_cs-list_register 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;
  }
}

.with-countries {
	display: flex;
    border: 1px solid #aaa ;
    border-radius: 30px;
}

.with-countries input {
	border: none ;
	box-shadow: none ;
	outline: none ;
	position: relative;
    top: 1px;
    background: transparent ;
	text-align: left;
}

.with-countries input:focus{
    outline: none ;
	text-align: left ;
	border-top-left-radius: 0 ;
	border-bottom-left-radius: 0 ;
}

.g_id_signin {
	/* text-align: center; */
    /* display: flex; */
    /* justify-content: center; */
    /* margin: 20px 0 10px; */
}

.dlr_google_signin {
	width: 100%;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    font-family: inherit;
    font-size: 15px;
    border: 1px solid #ddd;
    background: #fff;
    /* cursor: pointer; */
    border-radius: 30px;
    height: 45px;
    display: flex;
    justify-content: center;
    padding: 5px;
	margin: 15px 0;
}

.dlr_google_signin {
	position: relative;
}

.dlr_google_signin iframe {
	opacity: 0;
}

.dlr_google_signin span {
	position: absolute;
	right: 33%
}

.dlr_google_signup span {
	position: absolute;
	right: 30%
}

/*iframe {*/
/*	opacity: 0;*/
/*}*/

.g_id_signin>div {
	opacity: 0;
}

.dlr_google_signin img {
	vertical-align: middle;
    margin-left: 7px ;
}