@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
.bar-search-onboarding {
    margin-top: 15px;
}

.bar-display {
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
}

input[type=text]::-ms-clear {
    /* to remove default cross from input boxes in IE and Edge */
    display: none;
}

.bar-caret {
    position: relative;
    cursor: pointer;
}

    .bar-caret:after {
        content: '';
        position: absolute;
        top: 37%;
        left: 7px;
        border-top: 4px solid #3f4652;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .bar-caret:before {
        content: '';
        position: absolute;
        top: 42%;
        left: 6px;
        border-top: 5px solid #ffffff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

body, html, p, h1, h2, h3, h4, h5, h6, ul, li, span {
    margin: 0;
    padding: 0;
    font-family: Montserrat !important;
}

header.barfix {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.bar-header, #bar-section {
    /*width: 100%;*/
    /*height: 70px; */ /*this should be commented */
    /*background-color: #3F4652;*/
    background-color: #020c2c;
    /*min-width: 1465px;*/
    /*position: relative;
    z-index: 99;*/
}

.bar-header {
    padding: 0px 46px;
}

.icon-wrapper {
    display: inline-block;
    height: 53.5px;
    padding-top: 9px;
    /*padding-left: 50px;*/
    box-sizing: border-box;
}

.bar-main-options, .bar-main-notification {
    list-style: none;
}

.bar-main-options-li a {
    text-decoration: none;
    color: #fff;
}

.bar-main-options-li.my-creations {
    text-decoration: none;
    color: #fff;
    border-bottom: 4px solid #000;
}

.bar-main-options-li {
    /*position: relative;*/
    position: static;
    display: inline-block;
    cursor: pointer;
    line-height: 70px;
    width: 130px;
    text-align: center;
    margin: 0px 20px;
    color: #FFFFFF;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 70px;
    height: 70px;
    box-sizing: border-box;
}

@supports (-webkit-appearance:none) {
    .bar-main-options-li {
    /*position: relative;*/
    position: static;
    display: inline-block;
    cursor: pointer;
    width: 127px;
    text-align: center;
    margin: 0px 13px;
    color: #FFFFFF;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 70px;
    height: 70px;
}
}

.bar-main-options {
    margin-bottom: 0px;
}

    .bar-main-options #all-designs-menu:hover:before {
      /*border-bottom: 4px solid #FFC45E !important;
        content: "";
        position: absolute;
        height: 4px;
        width: 100px;
        bottom: 0px;*/  
    }

    .bar-main-options #all-designs-menu:hover {
        color: #FFC45E;
        border-bottom: 4px solid #FFC45E;
        position: inherit;
    }

    .bar-display.no-dropdown ul li {
        position: relative;
    }

    .bar-display.no-dropdown ul li:hover {
        color: #FFC45E;
        border-bottom: 4px solid #FFC45E;
        position: inherit;
    }

        .bar-main-options-li:hover > a,
        .bar-main-options-li:hover > span {
            color: #FFC45E;
        }

        .bar-search {
            display: inline-block;
            color: white;
            font-size: 14px;
            font-weight: 600;
            vertical-align: middle;
            /* height: 70px; */
            vertical-align: middle;
            /* line-height: 70px; */
            position: relative;
        }

.bar-search, .bar-free-trial, .bar-notification {
    margin-right: 20px;
}

    .bar-search input {
        width: 260px;
        height: 36px;
        border: 1px solid #6b717e;
        border-radius: 21px;
        background-color: transparent;
        padding: 0 14px 0 40px;
        /* color: #6B717E; */
        background-image: url('/img/icons/search-header.svg');
        background-repeat: no-repeat;
        background-position: 10px 7px;
        cursor: default;
        color: #6B717E;
        outline: none;
        font-size: 14px;
        font-family: Montserrat;
        -moz-transition: background-color 0.3s, color 0.3s;
        -o-transition: background-color 0.3s, color 0.3s;
        -webkit-transition: background-color 0.3s, color 0.3s;
        transition: background-color 0.3s, color 0.3s;
    }

.close-icon {
        position: absolute;
    right: 11px;
        top: 11px;
    }

        .bar-search input:focus {
            background-color: rgb(255, 255, 255);
            color: rgb(107, 113, 126);
        }

    .bar-free-trial button {
        background-color: #3BB093;
        color: #FFFFFF;
    }

.bar-pro-trial {
        background-color: #FFC45E !important;
        color: #FFFFFF;
    }

.cross-show {
    display: block !important;
    }

.cross-show {
    display: none !important;
    }


.bar-button button, .bar-button a {
    width: 151px;
    height: 36px;
    border-radius: 18px;
    border: none;
    line-height: 18px;
    outline: none;
    cursor: pointer;
    font-family: Montserrat;	
    font-size: 14px;
    font-weight: 600;
}

.bar-button a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 33px;
    font-family: Montserrat;
    font-weight: 800;
}

.bar-left-side, .bar-right-side {
    display: inline-block;
    /*width: 49.5%;*/
}

.bar-login a {
    background-color: #dadada;
    color: #3f4652;
}

.bar-create a {
    color: #ffffff;
    background-color: #55bc7e;
}

.bar-button {
    display: inline-block;
    margin-right: 30px;
}

.bar-right-side {
    /*text-align: right;
    float: right;*/
    display: flex;
    align-items: center;
}

.bar-header-conatiner {
    /*width: 80%;*/
    margin: 0 auto;
}

.designs-list {
    /*position: absolute;
    padding: 40px 5px 0px 40px;
    width: 410px;*/
    /* left: 259px; */
    /*text-align: left;
    background-color: white;
     display: none; 
    z-index: 110;
    cursor: default;*/
    /*border: 1px solid #e3e3e3;*/
    display: block;
    position: absolute;
    /*padding: 20px 60px;*/
    padding-top: 20px;
    text-align: left;
    background-color: white;
    /*display: none;*/
    z-index: 110;
    cursor: default;
    border: 1px solid #e3e3e3;
    left: 0;
    right: 0;
    top: 70px;
    width: 100%;
}

.d-block-sm-msg {
    display: none;
    }

.d-block-sm-icon {
    display: none;
    }

.d-hide {
    display: block;
    }

.d-hide-tick {
    display: none;
    }

.no-result-found-text.d-block-sm-msg {
    display: block;
}

#all-designs-menu:hover > .designs-list {
    display: block;
}

.designs-list-container {
    /*padding-top: 20px;*/
    margin: 0 auto;
    /*width: 80%;*/
}

.menu-subs, .subcategories-container {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    /*width: 16.2%;*/
}

.subcategories-wrapper {
    display: inline-block;
    width: 180px;
    vertical-align: top;
}

.subcategories-container a {
    text-decoration: none;
    color: #6b717e;
    font-size: 16px;
    position: relative;
}

.subcategories-container {
    margin-bottom: 50px;
    /*min-width: 180px;*/
}

    .subcategories-container li {
        line-height: 28px;
        padding-left: 20px;
    }

        .subcategories-container li p {
        margin-bottom: 0px;
    }

.bar-menu-category-name {
    font-family: Montserrat, sans-serif;
    color: #6B717E;
    font-size: 16px;
    font-weight: bold;
}

.subcategories-wrapper .subcategories-container li.bar-menu-category-name {
    cursor: default;
}

.bar-menu-subcategory-name-wrap {
    cursor: pointer;
}

    .bar-menu-subcategory-name-wrap:hover {
        background-color: #DADADA;
    }

        .bar-menu-subcategory-name-wrap:hover > p {
            color: white;
        }

.bar-menu-subcategory-name {
    font-family: Montserrat, sans-serif;
    color: #6b717e;
    font-size: 16px;
}

.menu-subs li {
    text-align: left;
    height: 35px;
    padding-left: 30px;
}

    .menu-subs li a {
        font-family: Montserrat, sans-serif;
        outline: none;
        text-decoration: none;
        color: #f8faff;
        font-size: 16px;
        display: block;
        line-height: 28px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
    }

.menu-subs-head:not(.more-designs) {
    font-family: Montserrat, sans-serif !important;
    cursor: default !important;
}

.away-from-sub {
    margin-top: 30px;
}

.more-designs {
    color: #55bc7e !important;
    text-decoration: underline !important;
}

.bar-free-trial {
    margin-right: 106px;
}

.bar-main-notification {
    cursor: pointer;
    margin-bottom: 0px;
}

.bar-name-wrapper {
    display: inline-block;
    height: 70px;
    vertical-align: top;
    line-height: 70px;
    margin-right: 16px;
    cursor: pointer;
}

.bar-img-profile-wrapper {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    width: 55px;
    padding-top: 15px;
    cursor: pointer;
}

    .bar-img-profile-wrapper img {
        max-width: 100%;
    }


/*Profile Dashboard*/

.bar-img-profile-wrapper {
    position: relative;
    user-select: none;
}

.profile-dash-options {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    min-width: 214px;
    min-height: 185px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(79, 83, 94, 0.3);
    border: solid 1px #dadada;
    z-index: 10;
    text-align: left;
    font-family: Montserrat, sans-serif;
    border-radius: 3px;
    right: 0px;
    top: 70px;
}

    .profile-dash-options .freemium-status-text {
        margin-top: 5px;
        color: #FFB700;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        letter-spacing: 1.4px;
        text-align: center;
    }

    .profile-dash-options:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
        position: absolute;
        top: -9px;
        right: 10px;
    }

.profile-dash-title h2, .profile-dash-title h3 {
    font-size: 14px;
    padding: 0px 17px;
}

.profile-dash-title h2 {
    color: #4f535e;
    padding-top: 17px;
}

.profile-dash-title h3 {
    color: #9ba0ac;
}

.profile-dash-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.profile-dash-sections {
    /*padding-left: 17px;*/
    padding-top: 10px;
}

    .profile-dash-sections ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .profile-dash-sections ul li {
            /*padding-bottom: 13px;*/
            padding-top: unset;
            position: relative;
        }

            .profile-dash-sections ul li:hover {
                background-color: rgba(154, 219, 110, 0.25);
                cursor: pointer;
            }

            .profile-dash-sections ul li a {
                /*color: #9ba0ac;
                outline: none;
                text-decoration: none;*/
                color: #9ba0ac;
                outline: none;
                text-decoration: none;
                line-height: 17px;
                display: inline-block;
                padding-top: 6px;
                padding-bottom: 6px;
                padding-left: 17px;
                width: 100%;
                display: block;
            }

.profile-dash-sections {
    /*padding-left: 17px;*/
    padding-top: 10px;
    border-bottom: 1px solid #e3e3e3;
}

#profile-dash-upgrade {
    width: 97px;
    height: 30px;
    border-radius: 5px;
    background-color: #f58635;
    border: none;
    color: white;
    font-family: Montserrat, sans-serif;
    float: left;
    margin-left: 17px;
    margin-top: 13px;
}

.profile-dash-cta {
    margin-bottom: 15px;
}

    .profile-dash-cta:after {
        content: "";
        display: table;
        clear: both;
    }

.profile-dash-cta-signout {
    float: right;
    margin-right: 15px;
    margin-top: 18px;
}

    .profile-dash-cta-signout a {
        text-decoration: none;
        outline: none;
        color: #4f535e;
    }

/*End*/


#search-results-container {
    /*display: none;*/
    position: absolute;
    width: 300px;
    text-align: left;
    background-color: #ffffff;
    color: #6b717e;
    z-index: 950;
    border: solid 1px #dadada;
    border-radius: 4px;
    top: 39px;
    border-top: none;
}

    #search-results-container ul {
        list-style: none;
    }

    #search-results-container li {
        height: 15px;
    line-height: 14px;
    padding: 10px 0px;
    padding-left: 24px;
    box-sizing: initial;
    }

    


.search-result-category {
    border-top: solid 1px #dadada;
    font-size: 10px;
    font-family: Montserrat;
    font-weight: 600;
    color: #9ba0ac;
    cursor: default;
}

.search-result-footer {
    font-family: Montserrat;
    font-weight: 700;
    border-radius: 2px;
    background-color: rgba(235, 235, 235, 0.5);
    cursor: pointer;
    color: #9ba0ac;
    font-size: 10px;
}

.search-item {
    font-size: 14px;
    color: #333333;
    font-family: Montserrat;
    font-weight: 600;
    margin: 5px 0px;
}

.search-em {
    font-family: Montserrat;
    color: #FFAF42;
}

.search-item:hover {
    background-color: rgba(154, 219, 110, 0.25);
    cursor: pointer;
}

.learn-more-cookies {
    font-size: 14px;
    font-weight: 600;
    color: white;
    font-family: Montserrat, sans-serif;
    display: inline-block;
    line-height: 50px;
    padding-left: 10px;
}

#notification-msg-wrapper {
    position: relative;
    z-index: 100;
}

.notification-msg {
    text-align: center;
    height: 0px;
}

    .notification-msg p {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.13;
        color: white;
        font-family: Montserrat, sans-serif;
        display: inline-block;
        line-height: 50px;
        padding-left: 10px;
    }

    .notification-msg span {
        color: white;
    }

    .notification-msg .close-notification-btn {
        display: inline-block;
        float: right;
    }

.notification-msg-info {
    background-color: #3db6b5;
}

.notification-msg-success {
    background-color: #9adb6e;
}

.notification-msg-warning {
    background-color: #f58635;
}

.notification-msg-alert {
    background-color: #ec546a;
}

.close-notification-btn {
    width: 20px;
    height: 100%;
    font-size: 20px;
    line-height: 50px;
    color: white;
    margin-right: 25px;
    cursor: pointer;
}

.notification-got-it {
    float: right;
    padding-right: 30px;
    box-sizing: border-box;
}

.ind-btn--position {
    position: absolute;
    right: 40px;
}

.bell-li {
    position: relative;
}

.bell-wrapper {
    display: none;
    cursor: default;
    position: absolute;
    top: 42px;
    right: -7px;
    z-index:99;
}

.bell-container {
    width: 430px;
    /*height: 418.7px;*/
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

    .bell-container:after {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 7px solid white;
        content: " ";
        position: absolute;
        top: -6px;
        right: 10px;
    }

.bell-title, .bell-header-links, .bell-header-links ul li, .bell-footer li {
    display: inline-block;
}

.bell-header {
    padding-top: 9px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #979797;
}

.bell-title {
    width: 48%;
    text-align: left;
}

    .bell-title p {
        font-family: Montserrat, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #6b717e;
    }

.bell-header-links {
    width: 51%;
}

    .bell-header-links ul {
        color: #6b717e;
    }

    .bell-header-links a, .bell-footer li a {
        color: #6b717e;
        text-decoration: none;
        font-size: 11px;
        font-weight: 500;
        font-family: Montserrat, sans-serif;
        letter-spacing: 1px;
        padding-left: 2px;
    }

.bell-footer {
    border-top: solid 1px #dadada;
    text-align: center;
    padding-bottom: 6px;
    padding-top: 6px;
}

    .bell-footer li {
        margin-right: 15px;
    }

.bell-content {
    /*height: 433px;*/
    max-height: 433px;
    /*overflow-y: auto;*/
}

.bell-content-empty {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #6b717e;
}

.bell-content-box {
    height: 70px;
    cursor: pointer;
    position: relative;
}

.bell-status-wrapper {
    display: inline-block;
    height: 70px;
    vertical-align: middle;
}

.bell-status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 70px;
    margin-top: 29px;
    /* display: inline-block; */
    /* float: left; */
    margin-left: 20px;
}

.bell-status-read {
    border: 1px solid #55bc7e;
}

.bell-status-unread {
    background-color: #55bc7e;
}

.bell-content-text {
    font-size: 16px;
    font-weight: 500;
    color: #6b717e;
    display: inline-block;
    width: 350px;
    text-align: left;
    padding-left: 20px;
}

.bell-content-read {
    border: 1px solid #efefef;
}

.bell-content-text-read {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.bell-content-text-unread {
    font-family: Montserrat, sans-serif;
}

.bell-content-close {
    display: inline-block;
    color: #979797;
    width: 10px;
    height: 20px;
    vertical-align: top;
    margin-top: 10px;
    padding-right: 10px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 100;
}

.bell-content-unread {
    background-color: #ebebeb;
    cursor: pointer;
    border: 1px solid #dedede;
}

.bell-box-refer {
    text-decoration: none;
    display: inline-block;
}
[v-cloak] {
            display: none;
        }
.favourite-nav-bar{
    margin-right: 20px;
    position: relative;
    top: 2px;
    cursor:pointer;
}

.okthanks-btn{
    text-decoration: underline;
}

@media only screen and (max-width: 1465px) {

    .bar-header {
        padding: 0px 10px;
    }

    .bar-account.bar-display {
        margin: 0;
    }

    #bar-section {
        min-width: 1000px;
    }

    #search-results-container {
        /*width: 180px;*/
    }

    .bar-search input {
        width: 170px;
    }
}

@media only screen and (max-width: 1166px) {
    .bar-main-options-li {
        width: 85px;
        margin: 0px 5px;
    }

    .bar-button button {
        width: 117px;
    }
 
    li.bar-main-options-li span, li.bar-main-options-li a {
        font-size: 12px;
}
}

@media only screen and (max-width: 1200px) {
    .icon-wrapper {
        height: auto;
        padding-top: 0px;
    }

        .icon-wrapper img {
            width: 100px;
        }

    .bar-display {
        font-size: 11px;
    }

    .bar-main-options-li {
        width: 85px;
        margin: 0px 6px;
    }

    .bar-name-wrapper {
        font-size: 11px;
    }

    #tp-wrapper .tp-box {
            width: 100%;
}

    #tp-wrapper .tp-dash {
        padding: 35px 15px;
    }

    #tp-wrapper .tp-pagination-left {
        left: -32px;
    }

    #tp-wrapper .tp-pagination-right {
        right: -32px;
    }
}

@media (max-width:767px) {
    .notification-msg p {
        font-size: 12px;
        line-height: initial;
        margin: 0;
    }

    .notification-msg {
        height: auto !important; /*used important due to inline css already present*/
        padding: 5px 10px;
    }

        .notification-msg a {
        position: relative;
        right: 0px;
        top: 0px;
        line-height: initial;
        padding-bottom: 5px;
    }
}

.crown-freemium-user-status-tooltip {
    background: url(/dist/user_status_tooltip_bg.svg?fb832a1fae05e288643a89141f94345f) repeat #fff;
    position: absolute;
    padding: 10px 16px;
    left: -178px;
    z-index: 1;
    box-shadow: 1px 0px 2px #b9b7b7;
    border-radius: 5px;
    margin-top: 6px;
}

    .crown-freemium-user-status-tooltip:before {
        border-bottom: 7px solid #fff;
        border-top: 8px solid transparent;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        content: "";
        position: absolute;
        top: -15px;
        right: 24px;
    }

    .crown-freemium-user-status-tooltip .title {
        color: #FFB700;
        font-family: Montserrat, sans-serif;
        font-size: 36px;
        text-align: center;
    }

    .crown-freemium-user-status-tooltip .desc {
        color: #4A4A4A;
        font-size: 15px;
        font-weight: 500;
        font-family: Montserrat, sans-serif; 
        text-align: center;
        margin-top: 8px;
        margin-bottom: 15px;
    }

.cart-animation-helper {
    /*margin: 0 20%;*/
    position: fixed;
    z-index: 999;
}
/*.cart-animation-helper img {
    height: 23px;
    width: 23px;
}*/

.cart-animation-helper:after {
    opacity: 1;
    border-radius: 0%;
    content: '';
    position: absolute;
    height: 23px;
    width: 23px;
        z-index: 9999;
    transition: transform 0.8s ease-out, margin 0.8s ease-out, opacity 0.8s ease-out, border-radius 0.4s ease-out, max-height 0.4s ease-out, max-width 0.4s ease-out;   
}

.order-print-link {
    color: #fff;
}

.d-inline-block {
    display: inline-block;
}

.bar-search .search-icon, .bar-search #close-i {
    display: none;
}

.mob-sub-categoires, .mob-main-categoires {
    display: none;
 }

.profile-dash-sections ul.desk-menu {
    display: block;
  }

.profile-dash-sections ul.mobile-menu-1, .profile-dash-sections ul.mobile-menu {
    display: none;
 }

.d-sm-desktop {
    display: block;
    }

.d-sm-mobile {
    display: none;
    }

.d-inline-block-mobile {
    display: none;
    }

.d-inline-block-desktop {
    display: inline-block;
    }

.loader-notification {
    border: 3px solid #fff;
    border-radius: 70%;
    border-top: 3px solid #55c5ad;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: auto;
    top: calc(50% - 65px);
    position: absolute;
    left: calc(50% - 65px);
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
}

    100% {
        transform: rotate(360deg);
    }
}


@media only screen and (max-width: 1465px) {

    .bar-header {
        padding: 0px 10px;
    }

    .bar-account.bar-display {
        margin: 0;
    }

    #bar-section {
        min-width: 1000px;
    }

    #search-results-container {
        /*width: 180px;*/
    }

    .bar-search input {
        width: 120px;
    }

    .bar-button button {
        width: 130px;
    }
}


@media only screen and (max-width: 1200px) {
    .icon-wrapper {
        height: auto;
        padding-top: 0px;
    }

        .icon-wrapper img {
            width: 100px;
        }

    .bar-display {
        font-size: 11px;
    }

    .bar-main-options-li {
        width: 123px;
        margin: 0px 6px;
    }

    .bar-name-wrapper {
        font-size: 11px;
    }

    #tp-wrapper .tp-box {
            width: 100%;
    }

    #tp-wrapper .tp-dash {
        padding: 35px 15px;
    }

    #tp-wrapper .tp-pagination-left {
        left: -32px;
    }
 
    #tp-wrapper .tp-pagination-right {
        right: -32px;
}
}

@media only screen and (max-width: 1166px) {
    .bar-main-options-li {
        margin: 0px 5px; 
    }

    .bar-button button {
        width: 117px;
    }
 
    li.bar-main-options-li span, li.bar-main-options-li a {
        font-size: 12px;
}
}
 

@media only screen and (max-width: 1024px) {
       .designs-section-new {
            /*padding-top: 106px !important;*/
            transition: padding-top 0.2s;
        }
    .bar-button button, .bar-button a {
    width: 151px;
    height: 36px;
    border-radius: 5px;
    border: none;
    line-height: 18px;
    outline: none;
    cursor: pointer;
}

     #search-results-container li {
        height: 15px;
        line-height: 15px;
        padding: 7px 0px;
        padding-left: 40px;
    }


    #notification-popup {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        color: #666;
        z-index:9999;
    }

    .notification-popup-close {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .notification-popup-title {
        color: #333333;
        font-family: Montserrat, sans-serif;
        line-height: 22px;
        font-size: 18px;
        padding: 16px 24px;
    }

    .notification-popup-mark-as-read {
        color: #333333;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        line-height: 18px;
        padding: 21px 20px;
        width: 50%;
    }

        .notification-popup-mark-as-read .mark-as-reead-icon {
            padding-right: 9px;
            vertical-align: middle;
    }

    #notification-tob-mobile {
        overflow: scroll;
        height: auto;
        max-height: calc(100vh - 113px);
    }

    .notification-bell-hide {
        display: none;
    }

    .notification-popup-container {
        border-top: 2px solid rgba(102, 102, 102, 0.21);
        display: flex;
        height: 106px;
        align-items: center;
    }

    .notification-tile {
        display: flex;
        width: 100%;
    }

    .notification-placeholder {
        margin-right: 15px;
        align-self: center;
    }

        .notification-placeholder img {
            max-width: 100%;
            height: 56px;
            width: 75px;
            border: 0.5px solid #EBEBEB;
            border-radius: 5px;
            margin-right: 15px;
    }

    .read {
        background-color: rgb(255, 255, 255);
        padding: 0 20px;
    }

    .unread {
        background-color: rgb(255, 252, 247);
        box-shadow: 0 2px 9px 0 rgba(0,0,0,0.1);
        padding: 0 20px;
    }

    .notification-popup-label-wrapper {
        width: 100%;
    }

    .notification-popup-date-section {
        color: #666666;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        line-height: 22px;
    }

    .notification-popup-messege-section {
        color: #333333;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        letter-spacing: -0.12px;
        line-height: 21px;
        font-weight: 500;
    }

    .notification-bell-icon {
        height: 10px;
        width: 10px;
        background-color: #FFAF42;
        border-radius: 50%;
        margin-top: 9px;
    }
    /* main css */
    .d-inline-block-mobile {
        display: inline-block;
    }

    .d-inline-block-desktop {
        display: none;
    }

    .format-tick {
        position: absolute;
        right: 27px;
}

    .bar-options.d-none {
        display: none !important;
    }

    #bar-section { 
        
        background-color: #020C2C;
        position: relative;
    }

    .bar-search {
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .bar-search .search {
            margin: auto;
            top: 0;
            right: 0;
            bottom: 0;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            transition: all 1s;
            z-index: 4;
        }

            .bar-search .search:hover {
                cursor: pointer;
            }

            .bar-search .search::before {
                content: "";
                margin: auto;
                top: 15px;
                right: 0;
                bottom: 0;
                left: 15px;
                width: 9px;
                height: 2px;
                background: white;
                transform: rotate(45deg);
                transition: all .5s;
            }

            .bar-search .search::after {
                content: "";
                margin: auto;
                top: -5px;
                right: 0;
                bottom: 0;
                left: -5px;
                width: 17px;
                height: 17px;
                border-radius: 50%;
                border: 2px solid white;
                transition: all .5s;
            }

        .bar-search input {
            border-radius: 30px;
            transition: all 0.5s;
            z-index: 5;
            background: #fff;
            padding-left: 20px;
            font-family: Montserrat;
            font-size: 14px;
            width: 0px;
            padding: 0;
            color: #333333;
            opacity: 0;
            border: none;
            font-weight: 500;
            line-height: 18px;
        }

            .bar-search input:hover {
                cursor: pointer;
            }
            /*.bar-search input:focus {
    width: 66%;
    opacity: 1;
    cursor: text;

  }*/
            .bar-search input:focus ~ .search {
                z-index: 6;
            }

                .bar-search input:focus ~ .search::before {
                    top: 0;
                    left: 0;
                    width: 25px;
                    background: #333333;
                }

                .bar-search input:focus ~ .search::after {
                    color: #333333;
                    top: 0;
                    left: 0;
                    width: 25px;
                    height: 2px;
                    border: none;
                    background: #333333;
                    border-radius: 0%;
                    transform: rotate(-45deg);
                }

            .bar-search input::placeholder {
                color: white;
                opacity: 0.5;
                font-weight: bolder;
            }

    .d-none {
        display: none;
    }

    .d-none-header {
        display: none;
    }

    #bar-section {
        min-width: 100%;
    }

    .bar-header-conatiner {
        display: block;
        align-items: center;
       
    }

    .bar-left-side {
        flex: 1;
    }

    .bar-right-side {
        float: none;
    }

        .bar-right-side #myFavoritesLink, .bar-right-side .bar-notification {
            display: none !important;
        }

    .bar-name-wrapper {
        display: none;
    }

    .bar-left-side .icon-wrapper {
        padding-top: 0;
    }

    .bar-left-side .icon-wrapper img {
        width: 114px;
    }

    .bar-notification.bar-display {
        margin-top: 10px;
    }

    #bar-pf-avatar svg {
        display: none;
    }

    .bar-img-profile-wrapper {
        padding-top: 0px;
        margin-left: 10px;
        width: 40px;
    }

    .bar-search .search-icon, .bar-search #close-i {
        position: absolute;
        right: 8px;
        top: 9px;
        color: #fff;
        font-size: 20px;
    }

    .bar-search #close-i {
        color: #333;
        right: 12px;
        top: 10px
    }

    .bar-search .search-icon {
        display: block;
    }

    #search-results-container {
        width: 96%;
        left: 10px;
        box-sizing: border-box;
        border-radius: 0px 0 7px 7px;
        background-color: #FFFFFF;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,0.16);
        top: 44px;
    }

        #search-results-container li.search-result-category {
            padding-left: 20px;
            margin-top: 16px;
            border: none;
}

        #search-results-container li.search-item {
            color: #333333;
            font-family: Montserrat;
            font-size: 14px;
            font-weight: 500;
            line-height: 18px;
            padding: 16px 0px 16px 20px;
        }

        #search-results-container li span.search-em {
            color: #FFAF42;
            font-family: Montserrat;
        }


    /*::-webkit-scrollbar {
          width: 5px !important;
        }


         ::-webkit-scrollbar-track {
          background: #f1f1f1 !important;
        }

      
         ::-webkit-scrollbar-thumb {
          background: #888 !important;
        }


         ::-webkit-scrollbar-thumb:hover {
          background: #555;
        }*/

    #app-section{
            padding-top: 0px !important;
    }

    .page-container #designs-section {
        padding-top: 0px;
    }

   #designs-section .sort-display-widget {
        padding: 0px;
        display: block;
    }

    .filter-box-wrapper {
           box-shadow: 2px 3px 7px 0 rgba(0,0,0,0.1);
   }

    .filter-box-wrapper .all-categories-container, .filter-box-wrapper .sort-by-container {
        box-sizing: border-box;
            margin: 0;
            border-radius: 0px;
            border: none;
            flex-basis: 50%;
            height: 50px;
            align-items: center;
            justify-content: center;
    }

 
        .filter-box-wrapper .sort-by-container {
        border-right: 1px solid #EEEEEE;
      }

        .filter-box-wrapper.sort-by {
            display: none;
    }

    .sort-by-container .sort-by-controller {
        box-shadow: none;
        width: 100%;
        flex-basis: 100%;
        text-align: center;
        font-size: 14px;
    }

    .sort-by-container {
        order: 1;
    }

    .filter-controller {
        order: 2;
    }

    .all-categories-box {
        order: 3;
    }

    .sort-by-controller {
        width: 100%;
        box-shadow: none;
}

        .sort-by-controller .current-select {
            height: auto;
    }

    .sb-vbar-float-wrapper .all-categories-wrapper {
         width: auto;
 }

    .filter-reset, .filter-box-wrapper .all-categories-box .current-select {
        display: none;
 }

    .filter-controller .current-select {
        line-height: 50px;
        height: 50px;
        display: inline-block;
        margin: auto; 
        font-size: 14px;
 }

    .filter-box-wrapper .all-categories-box {
        box-shadow: none;
        display: none;
 }


    .main-categoires, .mob-main-categoires {
         max-width: 100%;
    overflow-x: auto;
        overflow-y: hidden;
 }

    .mob-main-categoires {
     padding: 24px 0 24px;
        display: block;
     /*border-bottom: 1px solid #f6f6f6;*/
        height: 23px;
        position: relative
 }

    .mob-main-categoires-box {
        display: flex;
    align-items: center;
    }
   
    .vb-content .divider {
            background: #f6f6f6;
            width: 90%;
            padding: 0;
            height: 2px;
            margin: 0 auto;
    }

    .mob-main-categoires-box > div {
    white-space: nowrap;
    padding: 0 16px;
    border-right: 1px solid #efefef;
}

    .mob-main-categoires-box > div span img {
    position: relative;
    bottom: -3px;
}

   .mob-main-categoires-box .cate-name {
        text-align: center;
}

        .mob-main-categoires-box .cate-name span {
        font-family: Montserrat;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
     }

     .mob-main-categoires-box #Holidays .cate-name img, .mob-main-categoires-box #Occasions .cate-name img, .mob-main-categoires-box #Sympathy .cate-name img {
    bottom: -4px;
}
     
    .mob-main-categoires-box #Business .cate-name {
        border: none;
        }

    .mob-main-categoires-box .open-category {
        display: initial;
       }

    .sb-vbar-float-wrapper .formats-wrapper {
        width: 100%;
       }

    .mob-sub-categoires {
        display: block;
       }

    .mob-sub-categoires-box {
        max-width: 100%;
        overflow: auto;
        padding: 0 19px;
        display: block;
       }

        .mob-sub-categoires-box .mob-sub-categoires-wrap {
        display: flex;
        padding-top: 17px;
    }

    .mob-sub-categoires-box .mob-sub-categoires-wrap .filter-subcategory {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 500;
        color: #000000;
         padding: 6px 19px;
        margin-right: 10px;
        white-space: nowrap;
        border: solid 1px #666666;
        background-color: #ffffff;
        border-radius: 50px;
    }


      

    .filter-subcategory-selected {
            border: solid 1px #ffaf42 !important;
            color: #ffaf42 !important;
        }

    .main-designs-wrap {
         display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        padding: 0 19px;
        align-items: center;
        }

        .main-designs-wrap .design-container {
             flex-basis: 23%;
            margin: 0px;
             margin-bottom: 19px;
             overflow: hidden;
        }

            .main-designs-wrap .design-container .design-small-wrapper {
                width: 100%;
                padding: 0px;
                height: auto;
                background: none;
        }

    .mob-sub-categoires-vh {
        height: 76px;
           }

    .main-designs-wrap .design-container .design-small-wrapper .img-container {
          width: 100%;
        background-size: 100% 100%;
        box-sizing: border-box;
        height: 350px;
        border: none;
        }

    .main-designs-wrap .design-container .design-title-continer .design-name-like {
        height: 24px;
        }

        .main-designs-wrap .design-container .design-title-continer .design-name-like p {
            font-family: Montserrat;
            font-size: 11px;
            font-weight: 500;
            letter-spacing: normal;
            color: #333333;
        }

    .main-designs-wrap .design-container .design-title-continer .design-prem {
        padding-top: 0px;
       }

    .main-designs-wrap .design-container .design-title-continer .freemium-format-box {
            font-family: Montserrat;
            font-size: 11px;
            line-height: initial;
            font-weight: 400;
            color: #666666;
         }

    .main-designs-wrap .design-container .design-prem .freemium-business {
                 font-family: Montserrat;
                font-size: 11px;
                color: #3bb093;
                text-transform: capitalize;
                margin-top: 2px;
                float: none; 
                border-left: 1px solid #ebebeb;
                padding-left: 5px;
                font-weight: normal;
         }

    .explore-more-categories-container .category-box-all, .explore-more-categories-container .category-box {
        width: 100%;
        margin: 10px 0px;
         }

    .filter-box-wrapper .all-categories-container.highlight {
        border: none;
         }

    #designs-section .search-page-filter {
        margin: 0px;
        padding: 0 !important;
          }

    #title-section .search-results-for {
              font-family: Montserrat;
        font-size: 14px;
        font-weight: normal;
        line-height: normal;
        color: #666666;
       }

        #title-section .search-results-for .result-txt {
            color: #ffaf42;
          font-family: Montserrat;
      }

    #designs-list-component {
              box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1);
               margin-top: 0;
    padding-top: 20px
      }

        #designs-list-component #title-section .sub-title {
            padding: 0 0 10px;
      }

    .sort-by-container .sb-vbar-float-wrapper, .all-categories-container .sb-vbar-float-wrapper {
              border-radius: 0 0 7px 7px;
            background-color: #ffffff;
            left: 0;
            top: 54px !important;
           width: 100%;
      }

    .sb-vbar-float-wrapper .sort-by-options-wrapper p, .sb-vbar-float-wrapper .all-formats > ul label.formats-input-wrapper, .all-formats-wrapper #all-formats {
            padding: 23px 20px 0;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #333333;
        text-align: left;
            width: 100%;
            display: block;
      }

        .sb-vbar-float-wrapper .all-formats > ul label.formats-input-wrapper span, .sb-vbar-float-wrapper .sort-by-options-wrapper p span, .all-formats-wrapper #all-formats {
             font-family: Montserrat;
            font-size: 14px;
             font-weight: normal;
        }

              .sb-vbar-float-wrapper .sort-by-options-wrapper p:hover {
     background: none;
              }

            .sb-vbar-float-wrapper .sort-by-options-wrapper p:hover span {
                color: #ffc45e;
        }

      .all-formats-wrapper #all-formats {
    margin-top: 15px;
    padding: 0 0 0 6px;
}

    .sb-vbar-float-wrapper .all-formats > ul label.formats-input-wrapper {
               padding: 11px 0;
        }

        .sb-vbar-float-wrapper .all-formats > ul label.formats-input-wrapper input ~ .checkmark {
                right: 30px;
                left: initial;
                top: 9px;
                border: none;
                background: none;
       }

    .sb-vbar-float-wrapper .formats-input-wrapper .checkmark::after {
        border-color: #FFC45E;
                    top: 6px;
        }
    
    .sb-vbar-float-wrapper .formats-input-wrapper .mobile-checkmark::after {
        border: none !important;
                    top: 6px;
        }
    

        .sb-vbar-float-wrapper .sort-by-options-wrapper p:last-child {
        padding-bottom: 30px;
        }

    .sort-by-controller .carrot.sort-by.open {
                transform: translateY(0px) rotate(45deg);
        }

    .formats-input-wrapper .label-text {
        margin: 0px;
        }

    .sb-vbar-float-wrapper .all-formats > ul {
        box-shadow: none;
        padding-left: 14px;
            height: auto;
               padding: 10px 9px 0 13px;
        }

        .sb-vbar-float-wrapper .all-formats > ul li.filter-formats {
            height: auto;
          }

        .sb-vbar-float-wrapper .all-formats > ul li:last-child .formats-input-wrapper {
            padding-bottom: 30px;
          }

    #designs-section #designs-container {
        padding-top: 0px;
          }

    .no-result-found-text.d-block-sm-msg {
        text-align: center;
        width: 150px;
        margin: 34px auto;
        display: block;
        font-family: Montserrat;
          font-size: 14px;
          font-weight: 500;
          text-align: center;
          color: #333333;
    }

    .d-block-sm-icon {
            margin: auto; 
            width: 217px;
            text-align: center;
        display: block;
    }

    .d-hide {
        display: none;
    }

    .d-hide-tick {
        display: none;
    }
     
    #main-designs-container .explore-all-templates-text {
    font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
        padding-left: 17px;
         }

    #title-section .sub-title {
        padding-top: 0px !important;
    }

    #main-designs-container #title-section {
            padding-top: 0;
        padding-left: 17px;
    }

    .profile-dash-sections {
        border: none;
    }

        .profile-dash-sections ul.desk-menu {
            display: none;
  }

        .profile-dash-sections ul.mobile-menu-1, .profile-dash-sections ul.mobile-menu {
            display: block;
     }

    .profile-dash-options {
        padding-top: 0 !important;
        border: none;
        border-radius: 0;
        position: fixed;
        top: 0;
        right: initial;
        left: -500px;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
        font-weight: 500;
       }

        .profile-dash-options:after {
            border: none;
       }

    .profile-dash-title {
         background-color: #020C2C;
         height: 126px;
         display: flex;
        align-items: center;
        padding: 0 24px;
       }

        .profile-dash-title .default-avatar {
               width: 52px;
                height: 52px;
                display: flex;
                align-items: center;
                justify-content: center;
            margin-right: 14px;
                font-family: Montserrat;
                font-size: 14px;
                font-weight: 500;
       }

        .profile-dash-title .name {
            padding-top: 0;
            color: #FFFFFF;
            font-family: Montserrat;
            font-size: 14px;
            font-weight: 500;
            line-height: 30px;
        }

    .user-type span img {
        position: relative;
    top: 6px;
        vertical-align: unset !important;
    }

    .profile-dash-title .user-type {
            color: #FFFFFF;	
            font-family: Montserrat;	
            font-size: 14px;	
            line-height: 30px;
        font-weight: 300;
        }

    .profile-dash-title .email, .profile-dash-title .user-name {
        display: none;
        }

    .profile-dash-title .user-type a {
            font-weight: 600;
        margin-right: 6px;
        }

        .profile-dash-title .user-type a.premium {
           color: #3BB093;	
           text-decoration: underline !important;
        }
           
        .profile-dash-title .user-type a.pro {
            color: #FFAF42;
            text-decoration: underline !important;
        }
                
    .profile-dash-sections ul.mobile-menu-1 li {
        display: flex;
            }

        .profile-dash-sections ul.mobile-menu li a, .profile-dash-sections ul.mobile-menu-1 li a {
           color: #333333;	
           font-family: Montserrat;	
           font-size: 14px;	
           line-height: 18px;
           padding: 13px 18px;
           padding: 13px 0px 13px 24px;
           display: flex;
           align-items: center;
            font-weight: 400;
       }

    .profile-dash-sections ul.mobile-menu li a img, .profile-dash-sections ul.mobile-menu-1 li a img {
                margin-right: 10px;
            width: 22px;
    }

    .profile-dash-cta {
        display: none;
    }

    .profile-dash-title img.img-close {
        position: absolute;
        top: 16px;
        right: 18px;
    }

    .profile-dash-sections ul.mobile-menu-1 {
        margin-top: 114px
    }
   
        .profile-dash-sections ul.mobile-menu-1 li .other-menu-options {
            padding: 13px 0;
        }

            .profile-dash-sections ul.mobile-menu-1 li .other-menu-options a {
                display: initial;
    }

    .profile-dash-sections ul li .subcategroies-wrap {
        box-shadow: 0 2px 9px 0 rgba(0,0,0,0.1);
    }

    .profile-dash-sections ul li.category_tab > div a {
            padding-left: 56px;
    }

    .profile-dash-sections ul li .subcategroies-wrap > div a {
            padding-left: 70px;
    }

    .menu-badge {
       position: absolute;
    background-color: #FFAF42;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 38px;
    top: 26px;
   }

   .user-name img {
       top: 6px;
    position: relative;
   }

    .profile-dash-sections ul.mobile-menu-1 li .other-menu-options a:after {
     content: "";
    background: #f8f8f8;
    width: 2px;
    height: 22px;
    left: 10px;
    position: relative;
    display: inline-block;
    }

    .profile-dash-sections ul.mobile-menu-1 li .other-menu-options a span {
        position: relative;
        bottom: 6px;
        padding-right: 5px;
    }

    .profile-dash-sections ul.mobile-menu-1 li .other-menu-options a:last-child:after {
        background: none;
    }
   

    .d-sm-desktop {
        display: none;
    }

    .d-sm-mobile {
        display: block;
    }
  
.profile-dash-sections ul li:hover {
    background: none !important;
    cursor: pointer;
}

.profile-dash-sections ul li a:hover {
    color: rgb(255, 175, 66) !important;
    cursor: pointer;
}

    .features-button-container .features-button-wrap a {
          font-family: Montserrat;	
    }

    .reset-x-btn.show {
        opacity: 0 !important;
}

    .sort-by-options span.sortbySelected {
 color: #FFC45E;
    }
}

[data-id="notification-indicator"][data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: 13px;
    right: 5px;
    font-size: 10px;
    letter-spacing: 0;
    color: white;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    font-size: 11px;
    font-family: Montserrat;
    background-image: url('/img/notification-popup/red_oval.svg');
}
.tablinks-header span[data-id="notification-indicator"][data-badge]:after {
    top: -1px;
    left: 70px;
    font-weight: 600;
}
 .user-list[data-id="notification-indicator"][data-badge]:after{
    top: 10px;
    left: 95px;
    font-weight: 600;
 }
 .user-initial-container[data-id="notification-indicator"][data-badge]:after{
    top: 10px;
    right: 2px;
    width:18px;
    height:18px;
    line-height: 19px;
    background-image:url('/img/notification-popup/red_oval_with_white_border.svg');
    font-weight: bold;
    font-size: 10px;
 }
.bell-li[data-id="notification-indicator"][data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: 13px;
    right: -5px;
    font-size: 0.7em;
    background: #ee364f;
    color: white;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
}

@media(max-width:992px) {
    .main-designs-wrap .design-container .design-small-wrapper .img-container {
        height: 300px;
    }
}

@media(max-width:767px) {
    .main-designs-wrap .design-container {
          height: auto;
    }

    .main-designs-wrap .design-container .design-small-wrapper .img-container {
    height: 140px;
    }

    .main-designs-wrap .design-container {
        flex-basis: 48%;
    }

    .design-small-wrapper img.thumbnail-img-container {
        max-height: inherit !important;
        border-radius: 5px !important;
        width: 100% !important;
        height: auto !important;
    }
} 

@media(max-width:540px) {
    .main-designs-wrap .design-container {
        flex-basis: 48%;
    }
}

@media(max-width:319px) {
    .main-designs-wrap .design-container {
        flex-basis: 100%;
    }

    .main-designs-wrap .design-container .design-small-wrapper {
        height: 206px;
    }

            .main-designs-wrap .design-container .design-small-wrapper .img-container {
            height: 240px;
    }
}

@media (min-width: 1024px){
    div#user-login {
        width: 100%;
        border-top: 1px solid #A1A1A1;
        padding: 20px 0;
        margin-top: 20px;
        font-size: 1.2rem;
        font-weight: 600;
        text-align: right;
    }
}

@font-face{font-family:'FontAwesome';src:url(/dist/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);src:url(/dist/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format('embedded-opentype'),url(/dist/af7ae505a9eed503f8b8e6982036873e.woff2) format('woff2'),url(/dist/fee66e712a8a08eef5805a46892932ad.woff) format('woff'),url(/dist/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format('truetype'),url(/dist/fontawesome-webfont.svg?acf3dcb7ff752b5296ca23ba2c7c2606#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.hollow-dots-spinner, .hollow-dots-spinner * {
    box-sizing: border-box;
}

.hollow-dots-spinner {
    height: 15px;
    width: calc(30px * 4);
    margin: 50px auto;
}

    .hollow-dots-spinner .dot {
        width: 15px;
        height: 15px;
        margin: 0 calc(15px / 2);
        border: calc(15px / 5) solid #ff1d5e;
        border-radius: 50%;
        float: left;
        transform: scale(0);
        animation: hollow-dots-spinner-animation 1300ms ease infinite 0ms;
    }

        .hollow-dots-spinner .dot:nth-child(1) {
            animation-delay: calc(300ms * 1);
        }

        .hollow-dots-spinner .dot:nth-child(2) {
            animation-delay: calc(300ms * 2);
        }

        .hollow-dots-spinner .dot:nth-child(3) {
            animation-delay: calc(300ms * 3);
        }

        .hollow-dots-spinner .dot:nth-child(4) {
            animation-delay: calc(300ms * 4);
        }

@keyframes hollow-dots-spinner-animation {
    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.comp-load {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.comp-load-wrap {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
    opacity: 0.5;
}

.comp-load-dot {
    display: flex;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

 .loader-sb {
        border: 2px solid rgba(255,255,255,0);
        border-radius: 50%;
        border-top: 2px solid #005FFD;
        width: 60px;
        height: 60px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 2s linear infinite;
    }

    /* Safari */
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
.sb-fb-button {
    text-align:center;
    margin:20px 0 26px;
   
}

    .sb-fb-button button {
        height: 48px;
        max-width: 520px;
        width: 94%;
        border-radius: 46px;
        background-color:#1e8fe1;
        box-shadow: 0 1px 5px 0 #8E8E8E;
        border: none;
        outline: none;
        cursor: pointer;
        color: white;
        font-family: Montserrat;
        letter-spacing: 0.5px;
        font-size: 14px;
        font-weight: 600;
    }
    .sb-fb-button button:hover {
       background-color: #1264CF;
    }

   .sb-fb-button button .sb-fb-btn-text{
        font-family: Montserrat, sans-serif;
   }

   .sb-fb-button button .sb-fb-btn-text{
        font-family: Montserrat, sans-serif;
   }

.facebook-logo {
    padding-right: 3px;
    vertical-align: sub;
    height:23px;
}

.sb-fb-btn-text{
    position:relative;
    bottom:4px;
}

@media only screen and (max-width: 1366px) and (max-height: 768px) {
    .sb-fb-button {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:1024px){
    .sb-fb-button button{
        font-size:14px;
        height:42px;
        max-width:100%;
        width:100%;
    }
    .facebook-logo{
        height:23px;
    }

}

@media(max-width:640px){
    .welcome-container form,   .sb-fb-button button{
        width:94%;
        max-width:94%;
        margin:auto;
    }
}
.field-wrap {
    position: relative;
    margin-top: 17px;
        /*height: 65px;*/
}

.field-wrap label {
    color: #666;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    position: relative;
    top: -28px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
}

.field-wrap input[type=text], .field-wrap input[type=password] {
    display: block;
    border: none;
    border-bottom: 1.4px solid #666666;
    width: 100%;
    font-size: 14px !important;
    font-weight: 500;
    outline: none;
    font-family: Montserrat, sans-serif;
    color: #333;
    line-height: 18px;
    letter-spacing: 0.2px;
    padding-bottom:4px;
}

    .field-wrap input[type=text]:focus, .field-wrap input[type=password]:focus {
        border-bottom: 0.5px solid #FFB64C;
    }

    .field-wrap input[type=password]:focus ~ label, .field-wrap input[type=password]:valid ~ label,
    .field-wrap input[type=text]:focus ~ label, .field-wrap input[type=text]:valid ~ label {
        top: -45px;
        color: #FFB64C;
        font-size: 14px;
    }

.valid-hack {
    top: -45px;
}

.sb-inpup-title {
    top: -45px;
}

.pswd_info {
    position: absolute;
    left: -6px;
    padding-top: 16px;
    padding-left: 5px;
    top: 26px;
    background-image: url(/img/icons/password_tooltip2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 0px;
    width: 225px;
    height:80px;
    z-index: 50;
}

.pswd_info h4 {
    margin: 0;
    padding: 0;
    padding-left: 16px;
    padding-top: 8px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #6b717e;
}

.pswd_info ul {
    padding: 0;
    margin: 5px 16px;
}

.pswd_info li {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #6b717e;
    list-style: none;
}

.pass {
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.pass-valid {
    background: url('/dist/pass-valid.png') no-repeat 0 50%;
}

.pass-invalid {
    background: url('/dist/pass-invalid.png') no-repeat 0 40%;
}

.sb-input-error {
    color: #F35349;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    position: absolute;
    bottom: 10px;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
}

.field-wrap input.border-error {
    border-color: #F35349;
}

/*defaul mask feature remove from ie and edge*/ 
input::-ms-clear, input::-ms-reveal {
    display: none !important;
}

.pointer-event-none{
    pointer-events:none;
}

/*@media only screen and (max-width: 1366px) and (max-height: 768px) {
    .field-wrap {
        margin-top: 30px;
    }
}*/

@media(max-width:1024px){
 .field-wrap label, .field-wrap input[type=text], .field-wrap input[type=password]{
        font-size:15px;
    }
   
 .field-wrap label{
      top:-30px;
 }
 .reset-password .sb-form-title {
    margin-bottom: 72px !important;
}
    
}

@media(max-width:640px){
    .welcome-container form{
        width:94%;
        margin:auto;
    }
}


.sb-logo{
    margin: 56px 0 50px;
    text-align:right;
}


.tos-footer {
    margin-top: 55px;
    padding-top: 20px;
    padding-bottom: 17px;
    width:100%;
    text-align:center;
}

    .tos-footer p {
        text-align: center;
        font-size: 11px;
        font-weight:500;
        color: #333333;
        font-family: Montserrat, sans-serif;
        letter-spacing: 0.4px;
    }

    .tos-footer a {
        font-weight: 500;
        color: #333;
        text-decoration:underline;
    }

.sb-form-title {
    text-align: center;
}

    .sb-form-title h1 {
        cursor: default;
        font-size: 32px;
        color: #333;
        font-family: Montserrat, sans-serif;
        font-weight:500;
    }

    .sb-form-title h2 {
        cursor: default;
        font-size: 16px;
        padding-top: 10px;
        font-family: Montserrat,  sans-serif;
        color: #333;
        font-weight: 400;
    }

.welcome-link {
    color: #FFC45E;
    text-decoration:underline;
    font-weight: 400;
}
.welcome-link-reset {
    color: #FFC45E;
    text-decoration:underline;
    font-weight: 600 !important;
}
.welcome-link:hover {
    color: #FFC45E;
}

.sb-form-divider p {
    cursor: default;
    font-family: Montserrat,  sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.sb-form-divider {
    text-align: center;
    margin-bottom:15px;
}

.sb-form-divider-signin p {
    cursor: default;
    font-family: Montserrat,  sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.sb-form-divider-signin {
    text-align: center;
    margin-bottom:32px;
}

.error-summery p {
       text-align: left;
    color: #F35349;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    margin-top: -26px;
    font-weight: 500;
}

.sb-form-join {
    outline: none;
}

.sb-form-forgot {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -14px;
}

.sb-btn {
    letter-spacing: 1px;
    border-radius: 50px;
    border: none;
    outline: none;
    font-weight: 600;
    line-height: 1.29;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
}

.sb-btn--full {
    height: 48px;
    width: 100%;
    font-family: Montserrat, sans-serif;
}

.sb-btn--continue {
    background-color: #FFC45E;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    outline:none !important;
}

    .sb-btn--continue:hover {
        /*background-image: linear-gradient(to right, #2c9898, #76b23f);*/
        background-color: #F1A941;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    }
    .sb-btn--continue:focus {
         background-color: #FFB64C;
        /*background-color: #FFC45E;*/
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    }

.sb-form-cta-container {
    margin-top: 15px;
}

.marketing-consent-container {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 22px;
    cursor: pointer;
}

    .marketing-consent-container label {
    font-family: Montserrat;
    font-size: 14px;
    vertical-align: middle;
    color: #333333;
    padding-left: 5px;
    font-weight: 500;
    position: relative;
    top: 13px;
    line-height: 15px;
    }

#marketingConsentDiscount, #marketingConsentNewsLetter {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0px;
    z-index: 50;
    margin: 0;
    width: 22px;
    height: 22px;
}

#marketingConsentNewsLetter{
    top: 12px;
}

#marketingConsentDiscount{
    top:1px;
}

#marketingConsentDiscount + span:after, #marketingConsentNewsLetter + span:after{
        content: "";
        color: #3f4652;
        position: absolute;
        top: 0;
    }

    #marketingConsentDiscount + span, #marketingConsentNewsLetter + span{
        width: 22px;
        height: 22px;
        background-color: white;
        border: 1px solid #55C5AD;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        border-radius: 3px;
    }

    #marketingConsentDiscount:checked + span, #marketingConsentNewsLetter:checked + span {
        background-color: #55C5AD;
        border-radius: 2px;
        border: 1px solid #55c5ad;
    }

    #marketingConsentDiscount:checked + span:after, #marketingConsentNewsLetter:checked + span:after{
    content: url(/img/icons/material/check.svg);
    color: #ffffff;
    position: absolute;
    top: -2px;
    left: 1px;
    font-size: 14px;
    padding-top: 2px;
    padding-left: 2px;
}
#marketingConsentNewsLetter ~ label{
 top: 13px;
}
.forgot-text {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    padding: 45px 15px 40px;
}

.forgot-password .sb-form-title h2{
    font-size:17px;
}
.forgot-password  .tos-footer{
      margin-top:208px;
}



/*.font-icon-password {
    position: absolute;
    top: 0;
    right: 0;
    cursor:pointer;
}*/
.field-wrap .password-field{
   /* padding-right: 20px !important;
    width: 96% !important;*/
}

.password_masking_icon{
    position:absolute;
    top:-6px;
    right:0px;
    cursor:pointer;
    width:30px;
    height:21px;
}
.password_masking_icon img {
    width: 21px;
    height: 21px;
    left: 9px;
    position: absolute;
    top: 3px;
}
.password_masking_icon .mask{
      position: absolute;
    top: -1px;
    width: 21px;
    height: 30px;
    /* text-align: right; */
    left: 9px;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;/*your box-shadow*/
    -webkit-text-fill-color: #333;
} 

.reset-password .sb-form-title{
    margin-bottom:125px;
}

.comp-load {
    position: fixed !important;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
 
@media only screen and (max-width: 1366px) and (max-height: 768px) {
    .sb-form-cta-container {
        margin-top: 0;
    }

    .signin-form {
        padding-top: 0px !important;
    }
}

@media(max-width:1024px){
    .sb-btn--continue {
        background-color: #FFB64C;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
        outline:none !important;
    }
    .sb-form-forgot {
        font-size: 14px;
        font-weight: 500;
        position: relative;
        top: -14px;
    }
    .sb-logo{
        text-align:center;
        margin: 56px 0 26px;
    }
    .sb-form-title h1{
        font-size:26px;
        font-weight:500;
    }

    .sb-form-title-reset-wrapper h1{
        font-size:26px !important;
    }
       .sb-form-title h2{
        font-size:14px;
        font-weight:500;
    }
          .sb-btn{
          font-size:14px;
          font-weight:600;
      }
          .marketing-consent-container label{
          font-size:14px;
      }
          .tos-footer{
              margin-top:-13px !important;
          }
            .tos-footer p{
          font-size:12px;
      }
            .sb-btn--continue{
                height:42px;
            }
                  .sb-form-divider p{
                      font-size:14px;
                  }
                  .sb-form-divider{
                      margin-bottom:24px;
                  }
                  .sb-form-cta-container{
                      margin-top:18px;
                  }
                  .sb-logo img{
                      height:22px;
                      width:114px;
                  }
                  .sb-form-title lg-font{

                  }
                 .forgot-block {
                         text-align: center;
                        padding-top: 33px;
                        font-size: 14px !important;
                        font-weight: 600 !important;
                        color: #F35349;
                        font-family: Montserrat;
                        font-weight: 500;
                        line-height: 18px;
                        text-align: center;
                        padding-bottom: 28px;
                  }
                 .forgot-text-fail{
                     text-align: center;
                        padding-top: 0px;
                        font-size: 14px!important;
                        font-weight: 600;
                        color: #F35349;	
                        font-family: Montserrat;	
                      	
                        font-weight: 500;	
                        line-height: 18px;	
                        text-align: center;
                 }
                 #marketingConsentNewsLetter ~ label{
                    top: 4px;
                   }
}

@media(max-width:767px){
    .sb-logo{
        margin:24px auto;
    }
    .email-send-wrapper .sb-form-title h1{
        margin-top:30px;
    }
    .forgot-text{
        font-size: 14px;
        padding: 0;
        margin-top: 5px;
    }

 
   .email-send-wrapper{
       height:70vh;
   }
   .container-fluid.welcome-container{
       padding:0 25px;
   }
   .mail-sent-container{
       
       position:absolute;
       left:0;
       right:0;
   }
    .mail-sent-container > .col-12{
       padding:0px;
   }
     .mail-sent-container > .col-12 .sb-form-title img{
         width:100%;
    }
     .marketing-consent-container{
        display: flex;
    margin-top: 16px;
    }
    .marketing-consent-container label{
        margin-left: 5px;
        top: 4px;
    }
    #marketingConsentNewsLetter ~ label{
        top: 4px;
    }
}
