/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');*/

* {
    font-family: "Futura", sans-serif;
}

body {
    margin: 0;
}

.answer_block {
  display: block;
  margin: 20px auto -20px;
}

#confidant-phone-field::placeholder {
    font-size: 14px;
}

#confidant-phone-field {
    padding-right: 0 !important;
}

#confidant-phone-field, #user-phone-field {
    padding: 10px 34px 7px 69px;
}

.iti {
  /* margin-top: 20px; */
  width: 100%;

}

.blue-button {
  margin-bottom: 20px;
  color: white;
  font-weight: bold;
  padding: 20px 0;
  box-shadow: 0 4px 6px #00000040;
  background: linear-gradient(#1680BB, #5276A7 60%);
  border-radius: 25px;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  padding: 5% 0;
  font-size: calc(16px + 6 * ((100vw - 320px) / 680));
}

.messengers-checkboxes {
    text-align: center;
    margin-top: 10px !important;
}

.messengers-checkboxes > div {
    line-height: 64px;
	display: inline-block;
}

.messengers-checkboxes label {
    width: 64px;
	height: 64px;
	display: block;
	float: left;
	cursor: pointer;
}

.messengers-checkboxes img {
    width: 100%;
	height: 100%;
}

.messengers-checkboxes input {
    height: 24px;
	width: 24px;
	vertical-align: middle;
	cursor: pointer;
}

.content-wrapper {
    /* margin: 0 20px; */
}

.user-info-block-editable {
    display: none;
    flex-direction: column;

}

.user-info-block-editable > *{
    margin: auto;
}

.field-editable {
    width: 300px;
    position: relative;
    margin-top: 10px;
}

.field-editable .field {
    cursor: pointer;
}

.edit-field-btn {
	background: url(img/correct.png);
	background-size: 28px;
	position: absolute;
	width: 28px;
	height: 28px;
	right: 6px;
	top: -1px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

#center-block {
    width: 550px;
    height: max-content;
    /*height: 800px;*/
    background: linear-gradient(#22436E, #208BF3);
    overflow: hidden;
    box-shadow: 0 27px 25px -4px #0000001c;
    border-radius: 52px;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
}

#cutout {
    width: 270px;
    height: 111px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background-color: #000;
    margin: 0 auto;
    box-shadow: inset 0 -5px 11px #0000000C;
    position: absolute;
    left: 0;
    right: 0;
    top: -83px;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    
	margin: 0 70px;
}

.code-img1 {
    height: 40px;
	margin: auto;
}

.logo-img {
    height: 120px;
}

.owner-field-footer {
    color: white;
}

.hide-my-phone-wrapper {
    color: white;
}

h1 {
    margin: 0;
    color: white;
    text-align: center;
    font-family: 'Futura', sans-serif;
    font-size: 38px;
    font-weight: 600;
}

.content {
    margin: 20px 50px 0 50px;
}

.field {
    border: none;
    box-sizing: border-box;
    display: block;
    padding: 10px 20px 10px 40px;
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    font-family: 'Myriad Pro Regular', sans-serif;
    border-radius: 12px;
    box-shadow: none;
    color: #000000;
    margin: auto;
}

.field:focus {
    outline: none;
}

.field::placeholder {
    color: #000000;
}

input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    margin: 80px auto 0 auto;
    border: 3px solid #ffffff;
    outline: none;
    color: white;
    box-shadow: none;
    background: #1F77CE;
    font-size: 32px;
    padding: 6px 60px;
    font-weight: bold;
    display: block;
    border-radius: 20px;
    cursor: pointer;
}

.code_phone_form {
    display: none;
    text-align: center;
    color: white;
}

input[name=confirm_code] {
    margin-top: 35px;
}

.code-confirm-title {
    display: none;
    font-size: 22px;
}

.code_number_block {
    font-size: 52px;
    text-align: center;
    width: 220px;
    margin-top: 15px;
}

.renew_block {
    margin-top: 35px;
    font-size: 28px;
}

.user-info-block {
    margin: 10px auto;
    display: grid;
    grid-template-columns: 1fr 0;
}

.user-name-field {
    background: white;
    border: none;
    box-shadow: 0px 6px 13px #00000059;
    margin: 30px auto;
}

.user-name-field, .user-name-field-full {
    position: relative;
    width: 300px;
    padding: 10px 40px 7px 40px !important;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0;
    justify-self: center;
    overflow: auto;
    font-weight: bold;
    text-transform:  uppercase;
}

.field-full-row {
    grid-column-end: 2;
    /* margin-top: 20px; */
}

#register-form > * {
    margin-top: 10px;
}


.field:disabled::placeholder {
    color: #6b6b6b !important;
}

.field:disabled {
    -webkit-text-fill-color: #6b6b6b;
    border: none;
    background: unset !important;
    box-shadow: 0 2px 14px -9px #000 !important;
    color: #6b6b6b !important;
}

.telegram-bot-activation-button {
    color: white;
box-shadow: 0 0 20px 0 #0000005c;
background: #2163aa;
border: 3px solid #ffffff;
font-size: 25px;
padding: 8px 28px;
font-weight: bold;
display: block;
border-radius: 12px;
cursor: pointer;
margin: 50px auto 0 auto;
text-align: center;
text-decoration: none;
}

.field[disabled] {
    background: white !important;
    color: #000000 !important;
    opacity: 1 !important;
    border: none;
    box-shadow: 0 2px 14px -9px #000 !important;
}

.login-button {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url("/img/Login.png") center center no-repeat;
    background-size: contain;
    cursor: pointer;
 /*   margin-left: 42px;
    align-self: center;
    float: left;
    margin-top: -17px; */
    position: absolute;
    top: 20px;
    right: 30px;
}

.owner_page_header {
    font-weight: 800 !important;
    line-height: 30px;
    font-family: "Myriad Pro Regular", sans-serif;
}


.owner-field-header {
    color: #000000;
    font-size: 25px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: bold;
}

.owner_page_header span {
    font-size: 28px;
      font-weight: bold  !important;
      line-height: initial;
    font-family: "Myriad Pro Regular", sans-serif;
}

.user-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 20px; */
}

.required-field {
    position: absolute;
    right: -14px;
    top: -3px;
    background: url(img/star.png) center center;
background-size: auto;
width: 11px;
height: 10px;
display: block;
background-size: cover;
}

.geo-info-button {
	width: 28px;
	vertical-align: middle;
	cursor: pointer;
}

.user-buttons *{
    outline: none;
}

#notify-form .iti__flag-container{
    font-size: 18px;
}

#notify-form > *{
    margin: 0 auto 10px auto !important;
}

.logged-owner-name-field-footer
{
    text-align: center;
}

.user-buttons-s {
    display: block;
}

.user-buttons > div {
    text-align: center;
    justify-self: center;
}

.user-buttons a {
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-weight: bold;
    height: 100%;
    display: grid;
    grid-template-rows: 0fr;
    width: max-content;
}


.user-buttons-s img {
    max-width: 100%;
    width: 80px;
    height: auto;
    display: block;
    margin: auto;
}

.user-buttons-s span {
    display: block;
    align-self: center;
}

.triangle {
    /* text-shadow: 0 -2px 0px #d5d5d5; */
    position: absolute;
    top: -25.5px;
    transform: scaleX(2);
    color: #ffffff4f;
    font-size: 24px;
}

#call-block {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    display: none;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 0 5px 0 #00000054;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    grid-column-end: 3;
    grid-column-start: 1;
    padding: 10px 0;
}

#call-block > .triangle {
    left: 22.6%;
}

#call-block > div{
    justify-self: center;
}

#message-block {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    box-shadow: 0 0 5px 0 #00000054;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    padding: 12px 0;
    grid-column-end: 3;
    grid-column-start: 1;
    background: #ffffff45;
}

#message-block > .triangle {
    right: 22.6%;
}

#message-block > div{
    justify-self: center;
}

#notify-btn {
  margin-top: 20px;
    grid-column-end: 3;
    grid-column-start: 1;
}

.telegram-notification-wrapper div {
  line-height: 64px;
}

.telegram-notification-wrapper label {
width: 64px;
height: 64px;
display: block;
float: left;
cursor: pointer;
}

.telegram-notification-wrapper input {
height: 24px;
width: 24px;
vertical-align: middle;
cursor: pointer;
}

.telegram-notification-wrapper {
    display: block !important;
    margin-top: 10px;
}

.telegram-notification-wrapper h4, .messengers-checkboxes h4 {
margin: 0;
color: white;
text-align: center;
font-family: 'Futura', sans-serif;
font-size: 18px;
font-weight: 600;
}

.telegram-notification-wrapper div {
  width: max-content;
  margin: auto;
}
/* .call-btn { */
/*     background: url("/idsticky/img/telephone.png") center no-repeat; */
/*     background-size: contain; */
/* } */

/* .viber-btn { */
/*     background: url("/idsticky/img/message.png") center no-repeat; */
/*     background-size: contain; */
/* } */

/* .geo-btn { */
/*     background: url("/idsticky/img/location.png") center no-repeat; */
/*     background-size: contain; */
/* } */

p {
    color: white;
}

.authorization, .go-profile-button, .change-reg-data, .renew_code {
    display: block !important;
    border: 3px solid #ffffff;
    color: white  !important;
    padding: 13px 20px;
    background: #1F77CE  !important;
    border-radius: 36px  !important;
    text-align: center  !important;
    cursor: pointer  !important;
    margin: 40px auto 0 auto  !important;
    text-decoration: none  !important;
    font-size: 22px !important;
    max-width: 300px !important;
}

.auth-yes, .auth-no {
  margin: 0 !important;
  box-sizing: border-box;
  font-weight: bold;
  border: 3px solid #ffffff;
  color: white !important;
  padding: 13px 40px;
  background: #1F77CE !important;
  border-radius: 36px !important;
  text-align: center !important;
  cursor: pointer !important;
  /*! margin: 40px auto 0 auto !important; */
  text-decoration: none !important;
  font-size: 22px !important;
  display: inline-block;
  min-width: 70px;
}

.owner-profile-caption {
  text-align: center;
  font-weight: bold;
  color: white;
}

.notify-attach-photo {
    border: 3px solid #ffffff;
    outline: none;
    color: white;
    box-shadow: none;
    background: #000000;
    font-size: 24px;
    padding: 6px 60px;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    width: max-content;
}

.renew_code {
    margin-top: 20px !important;
}

.change-reg-data {
    text-decoration: none;
    font-size: 28px;
    margin-top: 0 !important;
}

.popup, .notify-popup {
    color: white;
    background: linear-gradient( #1F62A8, #22436E);
    position: absolute;
    margin: 0 20px;
    align-self: center;
    text-align: center;
    font-size: 25px;
    /* box-shadow: 0px 0px 14px 0px black; */
    border-radius: 25px;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
    right: 0;
    left: 0;
    top: 200px;
    z-index: 999;
    max-width: 450px;
    margin: auto;
}

.notify-popup {
  margin-top: 50px !important;
}

.popup {
    z-index: 9999;
}

.popup_close_btn, .notify-popup-close-btn {
cursor: pointer;
top: 10px;
position: absolute;
display: block;
border-radius: 50%;
width: 44px;
height: 44px;

right: 6px;
background: url(img/X.png) 2px 2px no-repeat white;
background-size: 40px 40px;
}

.custom-select {
    position: relative;
}

.custom-select select {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    font-family: "Myriad Pro Regular", sans-serif;
    font-size: 28px;
    text-align: center;
    text-align-last: center;
    padding-right: 34px;
    padding-left: 30px;
    background: #2160a3;
    color: white;
    border: 1px solid white;
    font-weight: bold;
}

.custom-select i {
    font-family: FontAwesome;
    font-size: 18px;
    color: white;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
    pointer-events: none;
}

.buy-button {
    display: block;
    width: min-content;
    height: 44px;
    cursor: pointer;
    margin: 20px auto -20px;
    border: 3px solid #ffffff;
    box-shadow: none;
    background: #1F77CE;    text-align: center;
    line-height: 44px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    border-radius: 14px;
    position: relative;
    padding: 2px 10px 2px 50px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
}

.buy-button span::before {
    display: block;
    background: url(img/shop.png) center center no-repeat;
        background-size: auto;
    height: 38px;
    width: 50px;
    position: absolute;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: ' ';
}

.buy-button span {
    margin-top: 2px;
    display: inline-block;
}

.add-new-id-btn, .add-this-id-btn, .save-owner-info-btn {
    color: white;
    border: 3px solid #ffffff;
    box-shadow: none;
    background: #1F77CE;
    font-size: calc(22px + 3* ((100vw - 320px) / 680));
    padding: 6px 60px;
    font-weight: bold;
    display: block;
    border-radius: 20px;
    cursor: pointer;
    margin: 50px auto 0 auto;
    text-align: center;
}

.save-owner-info-btn {
    display: none;
    margin-top: 10px;
}

.added-id-msg {
    text-align: center;
    font-size: 28px;
    margin-top: 20px;
}

.no-exist-code {
    color: white;
    text-align: center;
    font-size: 28px;
}

html {
    display: initial !important;
    background: #000;
    transition: 0.5s;
    min-height: 100%;
}

.owner-field-footer
{
    text-align: center;
}

.spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    transform: translateZ(2px);
}

.spinner-root {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    background-color: #000000c9;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    transform: translateZ(1px);
    z-index: 999999999999999999999;
}

.show-spinner {
    opacity: 1;
    visibility: visible;
    transition: 1s;
}

.notify-button {
    margin-bottom: 20px;
    color: white;
    font-weight: bold;
    /*padding: 20px 0;*/
    box-shadow: 0 4px 6px #00000040;
    background: linear-gradient(#1680BB, #5276A7 60%);
    border-radius: 25px;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    padding: 5% 0;
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
}

.spinner {
     -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 1.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owner-page-title {
    font-size: 23px;
	font-weight: bold;
	color: #22548c;
	background: white;
	padding: 20px;
	text-align: center;
	margin: auto;
	border-radius: 22px;
	text-transform: uppercase;
	max-width: 370px;
	margin: 25px auto;
}

  /* WebKit and Opera browsers */ @-webkit-keyframes spinner {
    from
    {
        -webkit-transform: rotateX(0deg);
    }
    to {
        -webkit-transform: rotateX(-360deg);
    }
} /* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    to
    {
        -moz-transform: rotateX(-360deg);
        -ms-transform: rotateX(-360deg);
        transform: rotateX(-360deg);

    }
}

@media screen and (max-width: 549px) {
    #center-block {
        width: initial;
        height: initial;
        min-width: 320px; /* smaller will be scale */
        overflow: initial;
        position: relative;
        transform: initial;
        border-radius: none;
        background: none;
        box-shadow: none;
    }

    .login-button {
      top: -6px;
      right: 10px;
    }

    .answer_block {
      margin: 20px auto 0;
    }

    html {
        background: linear-gradient(#22436E, #208BF3);
    }

    .custom-select select {
	    background: #1F77CE;
	    color: white;
	    font-weight: bold;
	    font-family: "Myriad Pro Regular", sans-serif;
	    border: 2px solid white;
    }
    .custom-select i {
	    color: white;
    }

    #cutout {
        width: 220px;
    }

    .logo-img {
        height: 100px;
    }

    header {
        margin: 10px 10px 0 10px;        
    }

    .content {
        margin: 10px 10px 0 10px;
        padding-bottom: 20px;
    }

    input[type=submit] {
        margin-top: 20px;
        padding: 6px 30px;
    }

    .field, .iti {
        /* margin-top: 10px; */
    }

    .owner_page_header {
        font-size: 44px;
        font-weight: bold;
    }

    .owner-field-header
    {
        font-weight: bold;
    }

    .owner_page_header span {
        font-size: 25px;
    }

    .user-info-block {
         display: block;
    }

    .user-name-field {
        width: calc(100% - 65px);
        float: left;
        margin-left: 30px;
    }

    .user-name-field-full {
        width: 100%;
        float: none;

        /* max-width: 280px; */
        margin-left: auto;
        margin-right: auto;
    }

    .user-buttons {
        margin-top: 20px;
    }

    .renew_block {
        margin: 20px 0;
    }
}

@media screen and (max-height: 900px) {
    #center-block {
        position: relative;
        transform: initial;
    }
}

@media screen and (max-height: 700px) {
    .user-buttons-s img {
        width: 80px;
    }

    

.notify-popup h5 {
    font-size: 17px;
} .notify-popup label[for=send-with-geo] {
    font-size:20px;
}
}

@media screen and (max-width: 319px) {
    .logo-img {
        width: 64px;
        height: 64px;
    }

    .code-img1 {
        width: 93px;
        height: 34px;
    }

    header {
	    height: 30px;
    }
    
    .notify-popup h5 {
        font-size: 16px;
    }
    #notify-form > *{
     margin: 0 auto 5px auto !important;
    }

     .messengers-checkboxes > div {
     line-height: 48px;
  }
  
  .messengers-checkboxes label {
     width: 48px;
 	height: 48px;
  }

  .field {
     padding: 4px 20px 4px 40px;
  }

  #notify-form div:last-child {
      margin: 0;
  }

  #notify-form input[type=submit] {
    font-size: 22px;
    padding: 0px 30px;
  }
}
