@import url(https://fonts.googleapis.com/css?family=Lato:100,300,500);

/*
  Reset (Fix container size to prevent responsive scaling / not wanted)
 */
.container {
    width: 940px;
}

.bold {
    font-weight: bold;
}

.banner-main-text {
    margin: auto;
    font-size: 32px;
}

.registerBanner .banner-main-text {
    padding-top: 48px;
}

.registerBanner .banner-additional-text {
    padding-bottom: 12px;
}

.basisAccountBanner .banner-main-text {
    padding-top: 48px;
}

.basisAccountBanner .banner-additional-text {
    padding-bottom: 12px;
}

@media (max-width: 320px) {

    .banner-main-text {
        font-size: 16px;
    }
}

.banner-additional-text {
    padding-top: 8px;
    margin: auto;
    font-size: 16px;
}

.container .row {
    padding-top: 0;
}

.center {
    text-align: center;
}
/*
  Headings
 */
h2 {
    font-size: 30px;
    font-weight: bold;
    color: #1b1b1b;
}

h2.white {
    color: #FFFFFF;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    color: #1b1b1b;
}

h3.white {
    color: #FFFFFF;
}

ul {
    margin: 0;
    padding: 0;
}

.bannerFormat {
    height: 248px;
    max-height: 248px;
    width: 972px;
    max-width: 972px;
    font-family: Lato, sans-serif;
    text-align: center;
    color: #ffffff;
}

.padding-top-48 {
    padding-top: 48px;
}

.padding-bottom-12 {
    padding-bottom: 12px;
}

/*
  Misc
 */
.button {
    border-radius: 4px;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    height: 33px;
    min-width: 150px;
    display: inline-block;
    line-height: 33px;
    transition: background-color .3s ease-in-out;
}

.button.padding {
    padding: 0 20px;
}

.button.alt-padding {
    padding: 0 12px;
}

.button.green {
    background-color: #589e11;
}

.button.brown {
    background-color: #aa5319;
}

.button.shadow {
    box-shadow: 0 -5px 29px 0 #1f346e;;
}

.button.green:hover,
.button.green:focus {
    background-color: #7db642;
    color: #ffffff;
}

.button.green:active {
    background-color: #40720d;
    color: #ffffff;
}

.button.brown:hover,
.button.brown:focus {
    background-color: #d0661f;
    color: #ffffff;
}

.button.brown:active {
    background-color: #9c4a14;
    color: #ffffff;
}

a.button {
    text-decoration: none;
}

.button.big {
    height: 45px;
    width: 340px;
    line-height: 45px;
}

.spacer-top-30 {
    margin-top: 30px;
}

.spacer-top-40 {
    margin-top: 40px;
}

.spacer-top-50 {
    margin-top: 50px;
}

.spacer-top-100 {
    margin-top: 100px;
}

.container.cms-background {
    background-color: #e4effe;
}

/*
  Brands
 */
.brands {
    margin: 25px 0;
}

.brands img {
    margin: 45px 0;
    width: 844px;
}

.brands a {
    font-size: 17px;
    font-weight: 300;
    color: #1b1b1b;
}

/*
  Advantage
 */
.advantage > .row{
    padding-bottom: 40px;
}

.advantage-box {
    background-color: #ffffff;
    box-shadow: 3px 24px 24px 0 rgba(0, 0, 0, 0.1);
}

.advantage-text {
    padding: 15px;
    min-height: 255px;
}

.advantage-icon-box {
    background-color: #f0f4fe;
    height: 144px;
    padding-top: 40px;
}

.advantage-icon {
    background-image: url(/assets/images/alzura/tyre24/advantages-icons.svg);
    background-repeat: no-repeat;
    height: 70px;
    width: 90px;
    margin: auto;
}

.advantage-icon.advantage-icon-safety {
    background-position: -68px 0;
}

.advantage-icon.advantage-icon-quality {
    background-position: -150px 0;
}

.advantage-icon.advantage-icon-optimize {
    background-position: -240px 0;
}

/*
  Video
 */
#video {
    width: 100%;
    height: 546px;
}

/*
  Teaser
 */
.teaser {
    background-repeat: no-repeat;
    background-size: contain;
    height: 416px;
    font-weight: 300;
    color: #ffffff;
}

.teaser .padding {
    padding: 44px;
}

small.specialNote {
    position: relative;
    top: -14px;
}

.teaser.loggedOff {
    text-align: center;
    background-image: url('/assets/images/index/teaser/loggedoff.jpg');
}

.teaser.loggedOff .main-text {
    margin-top: 55px;
    margin-bottom: 40px;
    font-size: 30px;
}

.teaser.loggedOff .additional-text {
    font-size: 27px;
    margin-bottom: 60px;
}

.teaser.loggedInFull {
    background-image: url('/assets/images/index/teaser/loggedinfull.jpg');
}

.tyreOneBanner {
    background-image: url(/assets/images/index/teaser/background-tyre-one.jpg);
    background-image: -webkit-image-set(
            url(/assets/images/index/teaser/background-tyre-one.jpg) 1x,
            url(/assets/images/index/teaser/background-tyre-one-2.jpg) 2x,
            url(/assets/images/index/teaser/background-tyre-one-3.jpg) 3x);
    background-image: -moz-image-set(
            url(/assets/images/index/teaser/background-tyre-one.jpg) 1x,
            url(/assets/images/index/teaser/background-tyre-one-2.jpg) 2x
            url(/assets/images/index/teaser/background-tyre-one-3.jpg) 3x);
    background-image: -o-image-set(
            url(/assets/images/index/teaser/background-tyre-one.jpg) 1x,
            url(/assets/images/index/teaser/background-tyre-one-2.jpg) 2x
            url(/assets/images/index/teaser/background-tyre-one-3.jpg) 3x);
    background-image: -ms-image-set(
            url(/assets/images/index/teaser/background-tyre-one.jpg) 1x,
            url(/assets/images/index/teaser/background-tyre-one-2.jpg) 2x
            url(/assets/images/index/teaser/background-tyre-one-3.jpg) 3x);
}

.basisAccountBanner {
    background-image: url(/assets/images/banner-basis-account.jpg);
    background-image: -webkit-image-set(
            url(/assets/images/banner-basis-account.jpg) 1x,
            url(/assets/images/banner-basis-account@2x.jpg) 2x,
            url(/assets/images/banner-basis-account@3x.jpg) 3x);
    background-image: -moz-image-set(
            url(/assets/images/banner-basis-account.jpg) 1x,
            url(/assets/images/banner-basis-account@2x.jpg) 2x,
            url(/assets/images/banner-basis-account@3x.jpg) 3x);
    background-image: -o-image-set(
            url(/assets/images/banner-basis-account.jpg) 1x,
            url(/assets/images/banner-basis-account@2x.jpg) 2x,
            url(/assets/images/banner-basis-account@3x.jpg) 3x);
    background-image: -ms-image-set(
            url(/assets/images/banner-basis-account.jpg) 1x,
            url(/assets/images/banner-basis-account@2x.jpg) 2x,
            url(/assets/images/banner-basis-account@3x.jpg) 3x);
}

.registerBanner {
    background-image: url(/assets/images/index/teaser/banner-register.jpg);
    background-repeat: no-repeat;
    background-image: -webkit-image-set(
            url(/assets/images/index/teaser/banner-register.jpg) 1x,
            url(/assets/images/index/teaser/banner-register@2x.jpg) 2x,
            url(/assets/images/index/teaser/banner-register@3x.jpg) 3x);
    background-image: -moz-image-set(
            url(/assets/images/index/teaser/banner-register.jpg) 1x,
            url(/assets/images/index/teaser/banner-register@2x.jpg) 2x,
            url(/assets/images/index/teaser/banner-register@3x.jpg) 3x);
    background-image: -o-image-set(
            url(/assets/images/index/teaser/banner-register.jpg) 1x,
            url(/assets/images/index/teaser/banner-register@2x.jpg) 2x,
            url(/assets/images/index/teaser/banner-register@3x.jpg) 3x);
    background-image: -ms-image-set(
            url(/assets/images/index/teaser/banner-register.jpg) 1x,
            url(/assets/images/index/teaser/banner-register@2x.jpg) 2x,
            url(/assets/images/index/teaser/banner-register@3x.jpg) 3x);
    padding-bottom: 10px;
}

.registrationBanner {
    padding: 6%;
    font-family: Lato, sans-serif;
    text-align: center;
    color: #ffffff;
    background-size: 100% auto;
    background-position: center;
    background-image: url(/assets/images/index/teaser/banner-register.jpg);
    background-repeat: no-repeat;
    background-image: -webkit-image-set(
            url(/assets/images/index/teaser/banner-register.jpg) 1x,
            url(/assets/images/index/teaser/banner-register@2x.jpg) 2x,
            url(/assets/images/index/teaser/banner-register@3x.jpg) 3x);
    background-image: -moz-image-set(
            url(/assets/images/index/teaser/banner-register.jpg) 1x,
            url(/assets/images/index/teaser/banner-register@2x.jpg) 2x,
            url(/assets/images/index/teaser/banner-register@3x.jpg) 3x);
    background-image: -o-image-set(
            url(/assets/images/index/teaser/banner-register.jpg) 1x,
            url(/assets/images/index/teaser/banner-register@2x.jpg) 2x,
            url(/assets/images/index/teaser/banner-register@3x.jpg) 3x);
    background-image: -ms-image-set(
            url(/assets/images/index/teaser/banner-register.jpg) 1x,
            url(/assets/images/index/teaser/banner-register@2x.jpg) 2x,
            url(/assets/images/index/teaser/banner-register@3x.jpg) 3x);
}

.blackTyreDayBanner {
    font-family: Lato, sans-serif;
    text-align: center;
    color: #ffffff;
    background-size: 100% auto;
    background-position: center;
    background-image: url(/assets/images/index/teaser/blackTyre.png);
    background-repeat: no-repeat;
    background-image: -webkit-image-set(
            url(/assets/images/index/teaser/blackTyre.png) 1x,
            url(/assets/images/index/teaser/blackTyre@2x.png) 2x,
            url(/assets/images/index/teaser/blackTyre@3x.png) 3x);
    background-image: -moz-image-set(
            url(/assets/images/index/teaser/blackTyre.png) 1x,
            url(/assets/images/index/teaser/blackTyre@2x.png) 2x,
            url(/assets/images/index/teaser/blackTyre@3x.png) 3x);
    background-image: -o-image-set(
            url(/assets/images/index/teaser/blackTyre.png) 1x,
            url(/assets/images/index/teaser/blackTyre@2x.png) 2x,
            url(/assets/images/index/teaser/blackTyre@3x.png) 3x);
    background-image: -ms-image-set(
            url(/assets/images/index/teaser/blackTyre.png) 1x,
            url(/assets/images/index/teaser/blackTyre@2x.png) 2x,
            url(/assets/images/index/teaser/blackTyre@3x.png) 3x);
}

.blackTyreDayBanner .banner-main-text {
    padding-top: 40px;
    font-size: 40px;
    font-weight: 400;
}

.blackTyreDayBanner .banner-additional-text {
    font-size: 24px;
    padding-bottom: 12px;
}

.teaser.loggedInProfessional .headline,
.teaser.loggedInTest .headline,
.teaser.loggedInFull .headline {
    font-size: 30px;
    letter-spacing: 3px;
}

.teaser.loggedInTest .sub-headline,
.teaser.loggedInFull .sub-headline {
    font-size: 22px;
    letter-spacing: 3px;
}

.teaser.loggedInTest .button,
.teaser.loggedInFull .button {
    margin-top: 10px;
}

.teaser.loggedInTest .tel,
.teaser.loggedInFull .tel {
    margin-top: 5px;
}

.teaser.loggedInTest {
    background-image: url('/assets/images/index/teaser/loggedintest.jpg');
}

.teaser.loggedInProfessional {
    background-image: url('/assets/images/index/teaser/loggedinprof.jpg');
}

.teaser.loggedInExtra {
    background-image: url('/assets/images/index/teaser/loggedinextra.png');
}

.teaser.loggedInProfessional .sub-headline {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.teaser.loggedInProfessional .app-icon {
    margin-right: 6px;
}

.teaser.loggedInProfessional .apple-store {
    margin-top: 10px;
}

.teaser ul.bullet {
    margin: 20px 0;
}

.teaser ul.bullet li {
    list-style: none;
    font-size: 15px;
    margin-bottom: 12px;
}

.teaser ul.bullet li:before {
    content: '.';
    color: transparent;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.teaser ul.bullet li.check:before {
    background-image: url('/assets/images/index/teaser/check-mark.svg');
}

.price-list .price,
.teaser .price {
    font-size: 50px;
    font-weight: 600;
}
.price-list .price sup,
.teaser .price sup {
    font-size: 30px;
    font-weight: 300;
    top: -25px;
}
.price-list .price sub,
.teaser .price sub {
    font-weight: 300;
    font-size: 18px;
    left: -0.5rem;
}

/*
  retailerRegistration
 */
.retailerRegistration {
    background-image: url("/assets/images/index/retailerRegistration/retailerRegistration.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}

.retailerRegistration h2 {
    margin-top: 56px;
    margin-bottom: 30px;
}

.retailerRegistration p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.65;
    color: #ffffff;
    margin-top: 3px;
}

.retailerRegistration .register-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 0.86;
    color: #ffffff;
    margin-top: 35px;
}

.retailerRegistration .button {
    margin-top: 12px;
    margin-bottom: 56px;
    width: 202px;
}

/*
  professionalService
 */
.professionalService h2 {
    line-height: 2;
    color: #1b1b1b;
}

.professionalService p {
    font-size: 14px;
    text-align: center;
    color: #1b1b1b;
    margin-top: 5px;
}

.professionalService strong {
    font-weight: bold;
}

.professionalService-icon {
    background-image: url(/assets/images/alzura/tyre24/service-icons.svg);
    background-repeat: no-repeat;
    width: 104px;
    height: 104px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.professionalService-icon.bestPrice {
    background-position: 0 0;
}

.professionalService-icon.expressNow {
    background-position: -104px 0;
}

.professionalService-icon.personalConsultation {
    background-position: -208px 0;
}

/*
  deals
 */
.deals .deal {
    display: block;
    text-decoration: none;
    width: 100%;
    min-height: 399px;
    background-color: #ffffff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
    margin: 25px auto;
}

.deal-text {
    display: inline-block;
    min-height: 48px;
    font-size: 17px;
    color: #1f1f1f;
}

.deals .deal .arrow-right {
    position: relative;
    top: -12px;
    left: 14px;
    display: inline-block;
    width: 8.4px;
    height: 8.4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid #000000;
    border-width: 0 2px 2px 0;
}

/*
  price tables
 */
.price-table .additional-text {
    text-align: center;
    color: #555555;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
}

.price-table .price-list-container {
    margin: 30px auto;
    text-align: center;
}

.price-table .price-list {
    display: inline-block;
    vertical-align: top;
    width: 285px;
    padding: 18px;
    margin: 3px;
    background-color: white;
    text-align: center;
}
.price-table .price-list.top-seller {
    background-image: url('/assets/images/index/price-list/top-seller-corner.png');
    background-repeat: no-repeat;
    box-shadow: 0 11px 23px 0 rgba(207, 217, 229, 0.74);
}

.price-table .price-list h3 {
    font-size: 24px;
    font-weight: bold;
    color: #5a5a5a;
}

.price-table .price-list .order-button {
    margin-top: 20px;
    height: 60px;
    line-height: 2.2;
}

.price-table .price-list .order-button.bottom {
    margin-top: 30px;
    height: 34px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.price-table .status-active {
    color: #589e11;;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
}

.price-table .price-list ul {
    margin: 0;
    margin-top: 30px;
    padding: 0;
}
.price-table .price-list .alternative ul {
    max-width: 260px;
    margin: 0;
    margin-top: 30px;
    padding: 0;
}

.price-table .price-list ul li {
    list-style: none;
    text-align: left;
    background-color: #f4f4f7;
    color: #4a5360;
    font-weight: bold;
    padding: 10px 30px 10px 45px;
    position: relative;
}

.price-table .price-list ul li:before {
    content: '.';
    top: 18px;
    left: 16px;
    color: transparent;
    font-size: 1px;
    display: inline-block;
    position: absolute;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background-image: url('/assets/images/index/price-list/include-exclude-icons.svg');
    background-position-x: 0;
}

.price-table .price-list ul li.icon-top:before {
    top: 25px;
}

.price-table .price-list ul li.disabled {
    color: #d8d8d8;
}
.price-table .price-list ul li.disabled:before {
    background-position-x: -16px;
}

.price-table .price-list ul li .text {
    margin-top: 8px;
    font-size: 12px;
    font-weight: normal;
}

.price-table .price-list ul li .text small {
    font-size: 7px;
}

.price-table .price-list.disabled > * {
    opacity: 0.5;
}

.upgradeStatusBanner {
    background-image: url(/assets/images/alzura/tyre24/upgradePremiumBanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 168px;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    padding-top: 85px;
}

.alert.box {
    padding: 15px;
}

.premium-bonus-flyout-container {
    position: absolute;
    z-index: 999;
    background: #f5f9ff;
    border: 1px solid #f5f9ff;
    width: 378px;
    height: 121px;
    padding: 20px 10px 10px 20px;
    /*margin: 0;*/
    margin-right: -50px;
    margin-left: 562px;
    margin-top: -10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.premium-bonus-flyout-container .container--text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-top: 10px;
}

.premium-bonus-flyout-container .container--closingImage {
    cursor: pointer;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.premium-bonus-flyout-container a {
    text-decoration: none;
}

.premium-bonus-flyout-container .container--button {
    width: 354px;
    height: 24px;
    border-radius: 4px;
    background-color: #589e11;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    margin-top: 8px;
}

.premium-bonus-flyout-container .container--button--basic {
    width: 354px;
    height: 24px;
    border-radius: 4px;
    background-color: #aa5319;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    margin-top: 8px;
}

/*Used to style strings for Test Acccount Expired page*/
.testaccount-expired-main-text {
    width: 293px;
    text-align: left;
    padding-left: 137px;
    color: #ffffff;
    font-weight: bolder;
    line-height: normal;
    margin-top: 55px;
    font-size: 30px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.additional-main {
    width: 293px;
    text-align: left;
    padding-left: 137px;
    color: #ffffff;
    font-size: 16px;
}
.additional-text {
    color: #ffffff;
    font-size: 16px;
}

.white {
    color: #ffffff;
    font-size: 10px;
}

.padded-info-container {
    position: relative;
    right: 20px;
    top: 4px;
    text-align: center;
    padding-top: 45px;
    padding-left: 45px;
    min-height: 275px;
}

.big-padded-info-container {
    position: relative;
    top: 4px;
    right: 20px;
    text-align: center;
    padding-top: 45px;
    padding-left: 45px;
    min-height: 460px;
}

.grey-text-large {
    color: #4a5360;
    font-size: 18px;
}

.grey-text {
    color: #4a5360;
}

.grey-text .title {
    font-size: 12px;
    font-weight: bold;
}

.green-text {
    margin-bottom: 8px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: center;
    color: #589e11;
}

.upgrade-info {
    margin: auto;
    max-width: 240px;
}

.register-positon-fix {
    position: relative;
    bottom: 35px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-bottom-60 {
    padding-bottom: 1440px;
}

.phone-number {
    text-decoration: underline;
}

.form-table {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 95%;
}

.registration-info {
    margin: 40px 30px 30px 0;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
}

.registration-info .title {

    font-size: 22px;
    font-weight: 900;
    color: #1b1b1b;
}

.registration-info a{
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #aa5319;
}

.form-table input, select {
    outline: none;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 14px;
    font-family: Lato, sans-serif;
    padding: 0 12px;
    padding-left: 12px;
    width: 100%;
    height: 29px;
    border: 1px solid white;
    border-radius: 4px;
    background-color: #f6f6f6;
}

.form-table .width-25 {
    padding-right: 18px;
    float: left;
    width: 120px;
}

.form-table .width-50 {
    padding-right: 18px;
    float: left;
    width: 251px;
}

.form-table .width-75 {
    float: left;
    width: 378px;
}

.form-table .form-title {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 900;
    font-family: Lato, sans-serif;
    color: #303030;
}

.form-table .form-title-small {
    margin-top: 20px;
    margin-bottom: 14px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.form-table .chosen-label {
    font-size: 12px;
    margin-bottom: 4px;
    display: inline-block;
}

.radio-custom-square {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-custom-square input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-custom-square .checkmark {
    position: absolute;
    top: -6px;
    left: 0;
    height: 29px;
    width: 29px;
    background-color: #f6f6f6;
    border-radius: 5px;
}

.radio-custom-square:hover input ~ .checkmark {
    background-color: #ccc;
}

.radio-custom-square input:checked ~ .checkmark {
    background-color: #f6f6f6;
}

.radio-custom-square .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-custom-square input:checked ~ .checkmark:after {
    display: block;
}

.radio-custom-square .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #484848;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio-custom-circle {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-custom-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-custom-circle .checkmark {
    position: absolute;
    top: -6px;
    left: 0;
    height: 29px;
    width: 29px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-custom-circle:hover input ~ .checkmark {
    background-color: #ccc;
}

.radio-custom-circle input:checked ~ .checkmark {
    background-color: #f8f8f8;
}

.radio-custom-circle .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-custom-circle input:checked ~ .checkmark:after {
    display: block;
}

.radio-custom-circle .checkmark:after {
    top: 7px;
    left: 7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #484848;
}

.radio-button-horizontal {
    display: inline-block;
    width: 125px;
}

.form-wrapper ::-webkit-input-placeholder {
    font-size: 14px;
    color: #a5a5a5;
}

.form-wrapper ::-ms-input-placeholder
{
    font-size: 14px;
    color: #a5a5a5;
}

.form-wrapper ::placeholder {
    font-size: 14px;
    color: #a5a5a5;
}

 form::-webkit-scrollbar {
    width: 4px;
}

 form::-webkit-scrollbar-track {
    background: rgba(0,0,0,0);
}

 form::-webkit-scrollbar-thumb {
    background: darkgrey;
    border-radius: 3px;
}

.error {
    border: solid 1px #a71600 !important;
    border-radius: 7px !important;
}

.splitted-form-left-25 input {
    width: 95%;
}

.splitted-form-left-50 input {
    width: 96%;
}


