.service_main {
  background-color: #ffffff;
  height: 100%;
  gap: 60px;
  margin: 0 auto;
  padding: 0 20px;
}
.service_main .pass-restore {
  position: relative;
  top: 0;
  margin: 0 auto;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 0;
  height: 100%;
  color: #3b444f;
}
.service_main .pass-restore .pass-cell {
  vertical-align: middle;
}
.sign_form {
  margin: 0 auto 55px;
  -webkit-box-shadow: 0 0 24px 0 #efefef;
  box-shadow: 0 0 24px 0 #efefef;
  display: inline-block;
  text-align: left;
  width: 100%;
  border: 1px solid #dfe0e1;
  border-radius: 3px;
  background-color: #ffffffe8;
  
}
.sign_form .head_title {
  line-height: 72px;
  border-bottom: 1px solid #efefef;
  color: #3b444f;
  height: 64px;
  font-weight: 500;
  font-size: 1.65em;
  text-rendering: optimizeLegibility;
  width: 85%;
  text-align: center;
  margin: 0 auto;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.f_form {
  margin: 30px 54px 35px 54px;
}
.f_form .f_field {
  position: relative;
  width: 100%;
  margin: 10px 0;
    margin-top: 10px;
  display: inline-block;
}
.f_form .f_field i, .f_form .f_field label {
  position: absolute;
  top: 12px;
  line-height: 16px;
  cursor: text;
}
.f_form .f_field.focused label {
  font-size: 13px;
  top: -9px;
  left: 10px;
  background-color: #fff;
}
.f_form .f_field label {
  left: 8px;
  color: rgba(59,68,79,.7);
  font-size: 15px;
  padding: 0 3px;
  background-color: transparent;
  -webkit-transition: all .24s;
  -o-transition: all .24s;
  transition: all .24s;
  margin: 0;
  left: 33px;
}
.f_form input {
  font-size: 1em !important;
}
.f_form .f_field input[type="text"], .f_form .f_field input[type="password"], .f_form .f_field textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #d7d7d7;
  height: 40px;
  color: #3b444f;
  font-size: 15px;
  width: 100%;
  -webkit-transition: all .24s;
  -o-transition: all .24s;
  transition: all .24s;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 10px;
  margin: 0;
  background-color: white;
  font-weight: normal;
  -webkit-appearance: none;
  width: 100% !important;
}
.f_form .f_error_block {
  top: calc(100% + 2px);
  left: 0;
  color: #3b444f;
  font-size: 0.85em;
  letter-spacing: -0.2px;
}
.f_form .f_error_block span {
  white-space: nowrap;
}
label.error {
  border: none !important;
  background-color: transparent !important;
  color: #b94a48 !important;
  position: initial !important;
  display: block;
}
.f_form .f_field textarea {
  height: 130px;
  padding: 15px 15px;
  field-sizing:content;
}
.f_form .f_or {
  text-align: center;
  position: relative;
  margin-bottom: 0;
}

.f_form .f_or:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #efefef;
}
.f_form .f_or span {
  position: relative;
  display: inline-block;
  color: rgba(59,68,79,.7);
  padding: 0 8px;
  background-color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.f_form .f_field_terms {
  color: #3b444f;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .1px;
  margin-top: 8px;
  text-align: justify;
  letter-spacing: -0.3px;
  line-height: 1.7;
}
.f_btn {
  width: 154px;
  height: 64px;
  line-height: 63px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
}
.f_btn, .f_btn:active, .f_btn:focus, .f_btn_long, .f_btn_long:active, .f_btn_long:focus {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  -webkit-transition: all .24s;
  -o-transition: all .24s;
  transition: all .24s;
  cursor: pointer;
  text-decoration: none;
}
.f_btn_blue, .f_btn_blue:active, .f_btn_blue:focus {
  background-color: #1b81f7;
  border-color: #0da1e3;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 24%);
}
.disabled, .disabledtext {
  position: relative;
}
.f_btn_blue, .f_btn_blue:active, .f_btn_blue:focus {
  color: #fff !important;
}
.f_form .f_btn {
  position: relative;
  width: 100%;
  margin-top: 15px;
  max-width: 300px;
}
.disabled:before, .disabledtext:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  cursor: not-allowed;
}
.disabled:before {
  background-color: #dedede;
}
.arc-rotate-double {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px;
}

.loader-container {
    opacity: 0;
}

.arc-rotate-double .loader {
  width: 100px;
  height: 100px;
  -webkit-transition: all .24s;
  -ms-transition: all .24s;
  transition: all .24s;
}
.arc-rotate-double .loader > div {
  position: absolute;
  border: 2px solid;
  border-color: transparent #FFF;
  border-radius: 50%;
  -webkit-animation: load 1s infinite ease-in-out;
          animation: load 1s infinite ease-in-out;
}
.arc-rotate-double .loader .arc-1 {
  margin: 32% 0 0 32%;
  width: 36%;
  height: 36%;
}
.arc-rotate-double .loader .arc-2 {
  margin: 40% 0 0 40%;
  width: 20%;
  height: 20%;
  -webkit-animation-direction: reverse;
          animation-direction: reverse;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
.f_form .f_btn .f_btn_title {
  -webkit-transition: .24s;
  -o-transition: .24s;
  transition: .24s;
  color: #fff !important;
}
.inside {
  line-height: 16px;
  z-index: 2;
  font-size: 20px;
  cursor: pointer !important;
  color: rgba(59,68,79,.7);
  left: 10px;
}
.social_login_block {
  margin: 10px auto 20px auto;
  text-align: center;
  height: 60px;
}
.pass-restore .social_login_block {
  height: auto;
}
.social_login_block.logged-line {
  height: auto;
  margin: auto;
}
.social_login_block .easy_registration_line {
  color: rgba(52, 67, 78, 0.6);
}
.service_main .social_login_block.logged-line .easy_registration_line {
  padding-top: 21px;
  padding-bottom: 15px;
  text-align: left;
}
.logged {
  display: inline-block;
  width: 178px;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
}
.logged.full-logged, .logged.left-logged {
  text-align: left;
}
.f_form .logged.left-logged {
  display: inline-block;
  vertical-align: top;
  width: 160px;
}
.f_form .logged.left-logged, .f_form .logged.right-logged {
  width: 100%;
  line-height: 1.3;
}
.f_form .logged.full-logged input, .f_form .logged.left-logged input {
  display: none;
}
input, textarea, select {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #bdc3c7;
  background-color: #fff;
  font-family: "Ubuntu", "Helvetica", "Arial", "FreeSans", sans-serif;
}
input {
  line-height: normal;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}
input[type="checkbox"].new-regular-checkbox + label {
  cursor: pointer;
}
.service_main .logged.left-logged label, .service_main .logged.full-logged label {
  font-size: 0.85em;
  color: #ABADB5;
}
.f_form .logged.left-logged label, .f_form .logged.full-logged label {
  color: #9b9b9b;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
}
input[type="checkbox"].new-regular-checkbox + label:before {
  content: "";
  display: inline-block;
  height: 19px;
  margin: 0px 9px 0 0px;
    margin-top: 0px;
  vertical-align: bottom;
  width: 16px;
}
.service_main .logged.full-logged label:before, .service_main .logged.left-logged label:before {
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  background-image: none;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  position: relative;
  top: -1px;
}
.f_form .logged.full-logged label:before, .f_form .logged.left-logged label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: boreder-box;
  box-sizing: boreder-box;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
}
input[type="checkbox"].new-regular-checkbox:checked + label:before {
    background: url(/__swift/themes/client/images/check_sheet_full.png) -16px top no-repeat;
}
.f_form .logged.left-logged input:checked+label:before,
.f_form .logged.full-logged input:checked+label:before {
    background-color: transparent;
    border: 1px solid #1b81f7;
    background-image: url(/__swift/themes/client/images/checked_ico_form_blue.svg);
    background-position: center 4px;
    background-size: 10px auto;
    background-repeat: no-repeat;
}
.service_main .social_login_block a {
  font-size: 1em;
}
.f_form .g-recaptcha-copyright {
  padding-top: 25px;
  font-size: 0.80em;
  color: rgba(59,68,79,.7);
  text-align: center;
}
.f_form .g-recaptcha-copyright {
  padding-top: 10px;
  line-height: 1.4;
}
.row {
  display: flex;
}
.col2 {
  box-sizing: border-box !important;
}
.col2bis {
  padding: 20px;
    padding-bottom: 20px;
  max-width: fit-content !important;
  height: fit-content;
}
.needlist {
  border: 1px solid #dfe0e1;
  border-radius: 3px;
  background-color: #ffffffe8;
  -webkit-box-shadow: 0 0 24px 0 #efefef;
  box-shadow: 0 0 24px 0 #efefef;
  margin-top: 25px !important;
  padding-bottom: 25px;
  margin: 0 auto;
    margin-top: 0px;
}
.first {
  margin-top: 0px !important;
}
.CardHeader-title-0-2-290 {
  color: #303a4b;
  position: relative;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 18px;
  margin-top: 20px !important;
  margin-bottom: 15px;
  margin-left: 10px;
}
.HomepageTile-title-0-2-239 {
  color: #303a4b;
  max-width: 260px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 0;
}
.CardHeader-title-0-2-290:after {
  width: 32px;
  height: 4px;
  content: "";
  display: block;
  margin-top: 9px;
  background-color: #0088cc !important;
}
.HomepageTile-titleLongText-0-2-240 {
  line-height: 26px;
  letter-spacing: -1.1px;
  font-size: 1.15em;
}
.d-flex {
  display: flex !important;
}
.d-flex h4{
	margin-top:0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Sidebarr__link {
  align-items: center;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 54px;
  text-decoration: none;
  transition: .2s ease-out;
  width: 100%;
}
@media (min-width: 801px) {
  .Sidebarr__link {
    font-size: .8125rem;
    letter-spacing: .46px;
    line-height: 1.1875rem;
  }
}
@media (min-width: 599px) {
  .Sidebarr__link {
    font-size: .8125rem;
    letter-spacing: .46px;
    line-height: 1.1875rem;
  }
}
.p16 {
  padding: 16px;
  border-radius: 5px;
}
.pr3 {
  padding-right: 3px;
}
.pr12 {
  padding-right: 12px;
}
.iconArrowRightAlt {
  color: #0088cc !important;
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
@media (min-width:599px){.LoggedInLayout__Sidebarr-container{display:flex;max-width:285px;width:38%;}}@media (min-width:1024px){.LoggedInLayout__Sidebarr-container{max-width:315px;width:100%;top:10px;}}.LoggedInLayout__container{align-items:center;display:flex;flex-direction:column;flex-grow:1;margin-bottom:0;position:relative;top:0;-webkit-transform:translateX(0);transform:translateX(0);transition:all .37s cubic-bezier(.17,.17,.65,1);width:100%;will-change:transform}@media (min-width:599px){.LoggedInLayout__container{margin-bottom:1.25rem;transition:none;width:86.5%}}@media (min-width:1024px){.LoggedInLayout__container{margin-bottom:3.5rem;transition:none;width:86.5%}}.LoggedInLayout__container:after{background-color:#252d3a;content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .37s linear;width:100%}@media (min-width:599px){.LoggedInLayout__container:after{content:none}}.LoggedInLayout__container--slide{-webkit-transform:translateX(100%);transform:translateX(100%)!important;transition:all .37s cubic-bezier(0,0,.37,1)}.LoggedInLayout__container--slide:after{opacity:.5}@media (min-width:599px){.LoggedInLayout__container--slide{-webkit-transform:translateX(0);transform:translateX(0)!important;transition:none}}.LoggedInLayout__container--slideRTL{-webkit-transform:translateX(-100%);transform:translateX(-100%)!important;transition:all .37s cubic-bezier(0,0,.37,1)}.LoggedInLayout__container--slideRTL:after{opacity:.5}@media (min-width:599px){.LoggedInLayout__container--slideRTL{-webkit-transform:translateX(0);transform:translateX(0)!important;transition:none}}.LoggedInLayout__container--open{transition:all .37s cubic-bezier(.17,.17,.65,1)}@media (min-width:599px){.LoggedInLayout__container--open{transition:none}}@media (max-width:978px){.LoggedInLayout__container--open{width: 100%;float: right;right: 5px;}}.LoggedInLayout__container--homepage{margin-bottom:0}.LoggedInLayout__container-inside{max-width:428px;width:100%;}@media (min-width:599px){.LoggedInLayout__container-inside{margin-top:0;max-width:470px;width:82.8%}}@media (min-width:1024px){.LoggedInLayout__container-inside{margin-top:0;max-width:1030px;width:86.5%}}@media (min-width:599px){.LoggedInLayout__container-inside--isHomepage{margin-top:0;max-width:435px;width:auto}}@media (min-width:980px){.LoggedInLayout__container-inside--isHomepage{margin-top:0;max-width:649px;width:auto}}@media (min-width:1024px){.LoggedInLayout__container-inside--isHomepage{margin-top:0;max-width:653px;width:auto}}@media (min-width:1400px){.LoggedInLayout__container-inside--isHomepage{margin-top:0;max-width:1030px;width:auto}}.LoggedInLayout__footer-container{background-color:#0e151d;display:block;flex-shrink:0}.LoggedInLayout__footer-container--slide{display:none}@media (min-width:599px){.LoggedInLayout__footer-container--slide{display:block}}.LoggedInLayout__footer-container--noScroll{display:flex}.LoggedInLayout__page-title-mobile{position:sticky;top:0;-webkit-transform:translateX(0);transform:translateX(0);will-change:transform;z-index:1031}.LoggedInLayout__page-title-mobile--slide{-webkit-transform:translateX(100%);transform:translateX(100%)!important;transition:all .4s cubic-bezier(.17,.17,.65,1)}@media (min-width:599px){.LoggedInLayout__page-title-mobile--slide{-webkit-transform:translateX(0);transform:translateX(0)!important;transition:none}}
.Sidebarr{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;max-height:100vh;overflow:auto;top:50px;width:100%;background: #fff;border-radius: 10px;border: 1px solid #e3e3e3;box-shadow: 0 15px 20px rgb(0 0 0 / 7%)}@media (min-width:599px){.Sidebarr{width:100%}}@media (min-width:1024px){.Sidebarr{width:100%}}.Sidebarr:hover .Sidebarr__scroll-vertical{opacity:1!important;visibility:visible!important}.Sidebarr:hover .Sidebarr__scroll-thumb{background-color:hsla(0,0%,100%,.4)!important}.Sidebarr__logo-link{display:flex;justify-content:center;width:100%}.Sidebarr__logo{display:block;height:auto;max-width:187px;width:56%}@media (min-width:599px){.Sidebarr__logo{margin-bottom:30.56px}}@media (min-width:801px){.Sidebarr__logo{margin-bottom:30.56px}}@media (min-width:1400px){.Sidebarr__logo{margin-bottom:30.56px}}.Sidebarr__links{margin-bottom:1.25rem;width:100%}.Sidebarr__search{margin:.625rem 0;width:80%}@media (min-width:599px){.Sidebarr__search{width:85%}}@media (min-width:801px){.Sidebarr__search{width:85%}}@media (min-width:1400px){.Sidebarr__search{width:80%}}.Sidebarr__logo-container{display:flex;justify-content:center;position:relative;width:100%}.Sidebarr__logo-container:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.Sidebarr__link{align-items:center;border-left:3px solid transparent;border-right:3px solid transparent;box-sizing:border-box;cursor:pointer;display:flex;font-size:1rem;font-weight:500;height:54px;text-decoration:none;transition:.2s ease-out;width:100%}@media (min-width:599px){.Sidebarr__link{font-size:.8125rem;letter-spacing:.46px;line-height:1.1875rem}}@media (min-width:801px){.Sidebarr__link{font-size:.8125rem;letter-spacing:.46px;line-height:1.1875rem}}@media (min-width:1024px){.Sidebarr__link{font-size:.8125rem;letter-spacing:.46px;line-height:1.1875rem}}@media (min-width:1400px){.Sidebarr__link{font-size:.8125rem;letter-spacing:.46px;line-height:1.1875rem}}@media (min-width:1920px){.Sidebarr__link{font-size:1rem;letter-spacing:.56px;line-height:1.1875rem}}.Sidebarr__link:hover{background-color:transparent;border-left:3px solid transparent;text-decoration:none;}.Sidebarr__link:hover--active{background-color:#151a211c;border-left:3px solid #4eafcb}.Sidebarr__link:hover--active .Sidebarr__link-icon{color:#4eafcb}.Sidebarr__link:hover--active .Sidebarr__link-icon .icon-Icon---parental-section:before{color:#4eafcb}@media (hover:hover) and (pointer:fine){.Sidebarr__link:hover{background-color:#151a211a}}.Sidebarr__link--active{background-color:#0e151d0d;border-left:3px solid #eeab0a;color:#18191a !important;}.Sidebarr__link--active .Sidebarr__link-icon,.Sidebarr__link--active .Sidebarr__link-icon .icon-Icon---parental-section:before,.Sidebarr__link--active .Sidebarr__link-icon .icon-club_activity1 span:before{color:#4c5156 !important;}.Sidebarr__link--active:hover{background-color:#0e151d1a;border-left:3px solid #eeab0a;}.Sidebarr__link--active:hover .SidebarrLink__icon,.Sidebarr__link--active:hover .SidebarrLink__icon .icon-Icon---parental-section:before{color:#4eafcb}.Sidebarr__link--activeRTL{background-color:#0e151d;border-left:none;border-right:3px solid #4eafcb}.Sidebarr__link--activeRTL .Sidebarr__link-icon,.Sidebarr__link--activeRTL .Sidebarr__link-icon .icon-Icon---parental-section:before,.Sidebarr__link--activeRTL .Sidebarr__link-icon .icon-club_activity1 span:before{color:#4eafcb}.Sidebarr__link--activeRTL:hover{background-color:#0e151d1a;border-left:none;border-right:3px solid #4eafcb}.Sidebarr__link--activeRTL:hover .SidebarrLink__icon,.Sidebarr__link--activeRTL:hover .SidebarrLink__icon .icon-Icon---parental-section:before{color:#4eafcb}.Sidebarr__link-text{display:flex;justify-content:flex-start;font-size: 0.9725rem !important;letter-spacing: -0.39px !important;line-height: 1.1875rem !important;}.Sidebarr__link-text--long-word{word-break:break-word}.Sidebarr__link-text--arabic{flex-direction:row-reverse}.Sidebarr__link-content{align-items:center;display:flex;margin:auto;width:81.7%}.Sidebarr__link-content--arabic{flex-direction:row-reverse}.Sidebarr__link-content-inside{align-items:center;display:flex;padding:0 5%}.Sidebarr__link-content-inside--spaced{padding-right:0}.Sidebarr__link-content-inside--arabic{flex-direction:row-reverse;padding:0;text-align:end}.Sidebarr__link-icon{display:inline-block;font-size:24px !important;margin-right:1.5625rem;transition:.2s;width:22px}.Sidebarr__link-icon--account-info{font-size:22px}.Sidebarr__link-icon--security{font-size:24px}.Sidebarr__link-icon--communications,.Sidebarr__link-icon--privacy_settings{font-size:15px}.Sidebarr__link-icon--betas{font-size:22px}.Sidebarr__link-icon--store-settings .icon-store_settings1{font-size:24px}.Sidebarr__link-icon--parental .icon-Icon---parental-section:before{color:#fff}.Sidebarr__link-icon--club-activity .icon-club_activity1 span:before{color:#fff;font-size:1.25rem;letter-spacing:0}.Sidebarr__link-icon--arabic{margin-left:1.5625rem;margin-right:0}@media (min-width:801px){.Sidebarr__link-icon{display:inline-block;margin-right:1.875rem}}@media (min-width:1024px){.Sidebarr__link-icon{display:inline-block;}}@media (min-width:1400px){.Sidebarr__link-icon{display:inline-block;margin-right:1.5625rem}}.Sidebarr__security-bullet-wrapper{display:inline-block;left:12px;position:relative}@media (min-width:599px){.Sidebarr__security-bullet-wrapper{left:12px;position:relative}}.Sidebarr__security-bullet-wrapper--arabic{left:-12px}.Sidebarr__security-bullet-container{align-items:center;display:flex;height:18px;justify-content:center;position:relative;width:18px;z-index:2}@media (min-width:1024px){.Sidebarr__security-bullet-container{height:18px;width:18px}}.Sidebarr__security-bullet-container--animated{height:8px;top:6px;width:8px}@media (min-width:1024px){.Sidebarr__security-bullet-container--animated{height:8px;width:8px}}@keyframes fade-out{0%{opacity:.6;transform:scale(.8)}73%{opacity:0;transform:scale(2.3)}to{opacity:0}}.Sidebarr__security-bullet-outside{background-color:#fff;border-radius:50%;display:block;height:100%;opacity:.2;position:absolute;width:100%;z-index:5}.Sidebarr__security-bullet-outside--animated{animation:fade-out 1.3s cubic-bezier(0,0,.66,1) infinite;-webkit-animation:fade-out 1.3s cubic-bezier(0,0,.66,1) infinite}.Sidebarr__security-bullet-inside{background-color:#ffa68e;border-radius:50%;height:8px;position:absolute;width:8px;z-index:10}@media (min-width:1024px){.Sidebarr__security-bullet-inside{height:8px;width:8px}}.Sidebarr__scroll-track{right:3px!important;top:0}.Sidebarr__scroll-thumb{background:hsla(0,0%,100%,.2)!important}.Sidebarr__scroll-thumb:hover{background-color:hsla(0,0%,100%,.4)!important}.Sidebarr__scroll-track-horizontal{display:none}
.Sidebarr__logo-container:before {
font-family: 'Line Awesome Free';
    content: '\f2c2';
    font-weight: 900;
    display: inline-block;
    font-size: 34px;
    width: 1em;
    padding: 5px;
    margin: -4px 4px 0px 4px;
    text-align: center;
    border-radius: 1em;
    vertical-align: sub;
}
.Sidebarr__logo-container_account{display:flex;justify-content:center;position:relative;width:100%}.Sidebarr__logo-container_account:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}
.Sidebarr__logo-container_account:before {
font-family: 'Line Awesome Free';
    content: '\f06b';
    font-weight: 900;
    display: inline-block;
    font-size: 34px;
    width: 1em;
    padding: 5px;
    margin: -4px 4px 0px 4px;
    text-align: center;
    border-radius: 1em;
    vertical-align: sub;
}
@media (max-width: 820px) {
  .col2bis {
    width: 100% !important;
    margin-left: 10%;
  }
  .row {
	flex-flow: column;
  
  }
  .needlist {
	display: none;
  }
  .select {
	width:100%;
  }
  .mobile-select {
	margin: 0 auto;
	margin-top: 10px;
  }
  #subject {
	display:none;
  }
}
 @media (min-width: 821px) {
  .select {
	  display: none;
  }
}
@media screen and (max-width: 447px) {
  .first {
    margin-top: 25px !important;
  }
  .service_main .pass-restore .pass-cell {
    overflow: hidden;
  }
  .service_main .sign_form {
    width: auto;
  }
   .service_main .f_form {
    margin: 0px 30px 20px 30px;
  }
   .f_form .f_error_block span {
    white-space: initial;
    line-height: 13px;
    display: inline-block;
  }
    .service_main .f_form .logged.right-logged, .service_main .f_form .logged.full-logged, .service_main .f_form .logged.left-logged {
    float: none;
    text-align: center;
    display: block;
    width: 100%;
  }
    .service_main .f_form .logged.full-logged label, .service_main .f_form .logged.left-logged label {
    padding-left: 0px;
    margin-bottom: 10px;
  }
    .service_main .f_form .logged.full-logged label:before, .service_main .f_form .logged.left-logged label:before {
    position: relative;
    top: -2px;
  }
}
.f_form .f_field i, .f_form .f_field label {
  line-height: 16px;
  cursor: text;
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-eye-slash,
.fa-eye,
.fa-envelope,
.fa-lock,
.fa-user {
    line-height: 16px;
    font-size: 20px;
    cursor: pointer !important;
    color: rgba(59,68,79,.7);
}
.fa-eye-slash,
.fa-eye {
	right: 10px;
}
.fa-envelope,
.fa-lock,
.fa-user {
	left: 10px;
}
.fa-lock,
.fa-user {
    font-size: 22px;
}
.loginstyled {
    color: rgba(59,68,79,.7);
   left: 35px;
}
.f_form .f_field_terms {
    color: #3b444f;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .1px;
    margin-top: 8px;
	text-align: justify;
}
.f_form .f_field.focused label{
	font-size:13px;
	top:-9px;left:10px;
	background-color:#fff;
}
.f_form .f_btn.loader_active{cursor:default}.f_form .f_btn.loader_active .loader-container{
	opacity:1;
	cursor:default;
	visibility:visible;
}
.f_form .f_btn.loader_active .f_btn_title{
	color:transparent;
	}
input.loginstyled,
input.emailstyled,
input.loginstyledlabel,
input.emailstyledlabel, 
input.swiftpassword{
	 padding-left: 36px !important;
}
@media (max-width: 980px) {
  .service_main .pass-restore {
    width: 100%;
  }
  .service_main {
	gap: 25px !important;
  }
  .f_form {
    margin: 30px 34px;
  }
}
.confirmText {
    font-size: 15px;
    color: #3c3e43;
    cursor: text;
    line-height: 1.5;
    word-wrap: break-word;
    text-align: justify;
}

.ticketpostcontentsbottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top: 1px solid #ddd;
	width: 100%;
}

.ticketpostcontentsbottom .ticketpostbottomcontents, .ticketpostbarbottom .ticketpostbottomcontents {
    padding: 8px;
    height: fit-content !important;
    max-width: 49%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ticketpostedited {
	font: 11px "segoe ui","helvetica neue", arial, helvetica, sans-serif;
	font-weight: 500;
	font-style: italic;
	padding: 15px 0 0 0;
}

.ticketpostbottomcontents {
	float: left;
        font-size: 1em;
        line-height: 16px;
        letter-spacing: -0.3px;
        margin-left: 5px;
        color: #92969b !important;
}
@media (min-width: 520px) {
.ticketpostbottomcontents {
		display: none;
	}
}
.ticketpostclearer {
	clear: both;
}

.ticketpostcontents {
	margin-left: 0 !important;
	background: #fff;
	height: auto;
	position: relative;
}

.ticketpostcontentsbar {
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    background-color: #ededef85;
}

.ticketbarquote {
	float: right;
	background: url('/__swift/themes/client/images/icon_quote.png') no-repeat;
	height: 16px;
	width: 16px;
}

.ticketpostcontentsbar .ticketbarcontents {
	color: #999;
	font-size: 14px;
}

.ticketpostcontentsattachments {
	width: 100%;
	margin: 0 0 25px 0;
	padding-bottom: 6px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

.ticketpostcontentsattachmentitem {
	padding: 4px 0 5px 22px;
	margin: 0 0px 0 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	display: block;
	font-size: 13px;
	font-weight: 500;
}

.ticketpostcontentsdetails {
	padding: 10px 0 0 0;
}

.ticketpostcontentsholder {
	padding: 0px 10px 5px 10px;
	word-break: break-word;
}

.ticketpostsholder {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.ticketpostcontentsdetailscontainer {
	font-size: 15px;
	color: #3c3e43;
	margin-bottom: 15px;
	cursor: text;
	line-height: 1.5;
	word-wrap: break-word;
        text-align: justify;
        padding: 5px 0px 50px 5px !important;
}

.ticketpostcontentsdetailscontainer ul {
margin-left: 25px;
list-style-type: circle !important;
margin-bottom: 0px !important;
}

.ticketpostcontentsdetailscontainer h2 {
border-bottom: 1px dashed #999;
}
.ticketpostbottomright {
	float: right;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.3px;
    margin-left: 5px;
    color: #92969b !important;
}
.contact_form {
  -webkit-box-shadow: 0 0 24px 0 #efefef;
  box-shadow: 0 0 24px 0 #efefef;
  display: inline-block;
  border: 1px solid #dfe0e1;
  border-radius: 3px;
  background-color: #ffffffe8;
  margin: 0 auto;
  padding: 35px;
  max-width: 650px;
}
.contact_form .head_title {
  width: 85%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-rendering: optimizeLegibility;
  height: 72px;
  font-weight: 600;
  line-height: 72px;
  border-bottom: 1px solid #efefef;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #3b444f;
  text-align: center;
}
.contact_form .f_field_terms {
  color: #3b444f;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: .1px;
  margin-top: 8px;
  text-align: justify;
  line-height: 1.7;
}
#maincorecontent {
  margin: 0 auto;
  padding-bottom: 40px;
}
.nameContact {
    font-size: 1em;
    font-weight: 600;
    line-height: 16px;
    font-family: Inter, monospace;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 5px;
}
.messageBar {
    font-size: 1em;
    line-height: 16px;
    letter-spacing: -0.3px;
    margin-left: 10px;
    color: #92969b !important;
}
@media (max-width: 521px) {
	.messageBar {
		display: none;
	}
	.ticketpostbottomright {
	  font-size: 12px;
	  max-width: 42%;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  overflow: hidden;
	}
	.contact_form {
		width: 92%;
		padding: 20px;
	}
}
.confirmText {
    font-size: 15px;
    color: #3c3e43;
    cursor: text;
    line-height: 1.5;
    word-wrap: break-word;
    text-align: justify;
}

.inside {
    line-height: 16px;
    z-index: 2;
    font-size: 20px;
    color: rgba(59,68,79,.7);
    left: 10px;
}
@media (max-width: 670px) {
  input.loginstyled, input.loginstyledlabel {
    padding: 6px 6px 6px 34px !important;
  }
}
.f_field img{
	max-height: 210px;
}
input[name='subject']:disabled {
  color: rgba(59,68,79,.7) !important;
  cursor: not-allowed;
}