﻿@import url('https://fonts.googleapis.com/css?family=Nanum+Pen+Script');
template, #design-box, #subcategorybox, #design-preview-template, #design-template-box, [v-cloak], .sb-hide {
    display: none;
}

#app-section {
    
}

/*Popups*/
#popup-container, #dp-container, #sb-popup-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    /*background-color:transparent;*/
}

#sb-popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-full-container {
    background-color: white;
}

#popup-layout, #dp-layout, #sb-popup-layout {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: rgba(107, 112, 125, 0.7);*/
    background-color:rgba(51,51,51,0.76)
}

#popup-wrapper, #dp-wrapper{
    position: fixed;
    z-index: 50;
}



#sb-popup-wrapper {
    z-index: 50;
    position: relative;
}

.popup-welcome {
    width: 719.6px;
    height: 606.1px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.popup-avatr {
    text-align: center;
    padding-top: 87px;
}

    .popup-avatr img {
        width: 120px;
        border-radius: 50%;
        height: 120px;
    }

.popup-title {
    padding-top: 50px;
}

    .popup-title p {
        font-family: Montserrat;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        color: #4a5362; /*gunmetal*/
    }

.popup-subtitle {
    width: 488px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 94px;
}

    .popup-subtitle p {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 500;
        color: #848b9a;
    }

.popup-button-wrapper {
    text-align: center;
}

.popup-continue {
    width: 415px;
    height: 55px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #3db6b5, #9adb6e);
    border: none;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    .popup-close img {
        max-width: 100%;
    }



/*full popup*/
.sb-popup-container-full {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: white;
}

.sb-popup-full-header {
    padding: 20px 20px;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

.sb-popup-full-close-wrap {
    cursor: pointer;
}

.sb-popup-full-close {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    color: #9ba0ac;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    font-family: Montserrat;
}

.pf-bar {
    height: 75px;
}

    .pf-bar a.lnk-back, .pf-bar a.lnk-close {
        letter-spacing: 1.7px;
        color: #9ba0ac;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        font-family: Montserrat;
        line-height: 75px;
        padding-left: 30px;
    }

        .pf-bar a.lnk-back img {
            width: 15px;
            vertical-align: middle;
            padding-right: 10px;
        }

    .pf-bar a.lnk-close {
        float: right;
        padding-right: 50px;
    }

        .pf-bar a.lnk-close span {
            font-size: 40px;
            padding-left: 20px;
            vertical-align: bottom;
        }

#frm-change-password {
    width: 360px;
    margin: 0 auto;
    font-family: Montserrat;
}

    #frm-change-password fieldset {
        border: none;
    }

    #frm-change-password legend {
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        color: #9ba0ac;
        letter-spacing: 1.7px;
        padding-bottom: 32px;
        padding-top: 95px;
    }

    #frm-change-password input {
       display: block;
        width: 100%;
        margin: 30px 0px;
        height: 40px;
        border-radius: 5px;
        font-weight: 500;
        font-family: Montserrat;
    }

    #frm-change-password input[type=text] {
            background-color: #f2f2f2;
            border: solid 0.5px #d0d0d0;
            color: #6b717e;
            font-size: 14px;
            font-weight: 500;
            padding-left: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            outline: none;
        }

        #frm-change-password input[type=password] {
            background-color: #f2f2f2;
            border: solid 0.5px #d0d0d0;
            color: #6b717e;
            font-size: 14px;
            font-weight: 500;
            padding-left: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            outline: none;
        }

        #frm-change-password input[type=submit] {
            border-radius: 5px;
            background-color: #55bc7e;
            border: none;
            color: #ffffff;
            font-size: 16px;
            font-weight: 600;
            outline: none;
            cursor: pointer;
        }

        #frm-change-password input[type=submit]:focus {
            background-image: linear-gradient(to right, #52c1c7, #55bc7e);
        }
        #change-password legend{
            color: #333333;
            font-family: Montserrat;
            font-size: 18px;
            font-weight: 500;
            line-height: 22px;
            text-align: center;
            margin-bottom: 0px;
            padding-bottom: 0
        }
        #change-password input[type=password]{
            background: none;
            border:none;
            border-bottom: 1px solid #666666;
            border-radius: 0;
            padding-left: 0;
            color: #666666;
            font-family: Montserrat;
            font-size: 14px;
            font-weight: 500;
            line-height: 18px;
            margin: 35px 0;
        }
        #change-password input[type=submit]{
            border-radius: 50px;	
            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);
            color: #FFFFFF;	
            font-family: Montserrat;	
            font-size: 14px;	
            font-weight: 600;	
            line-height: 18px;	
        }
        #change-password input[type=submit]:focus{
            background: #FFB64C;	
        }
        #change-password  .forgot-link{
            color: #FFC45E;
            font-family: Montserrat;
            font-size: 14px;
            line-height: 18px;
            text-align: center;
            font-weight: 400;
        }
        #change-password  .password_masking_icon{
            position: absolute;
            top: 9px;
            right: 0;
        }

.forgot-link {
    color: #4a5362;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 700;
    display: block;
    text-align: right;
}

/*alert popup = ap*/

.ap.popup-full-container {
    background-image: linear-gradient(to left, #3db6b5, #9adb6e);
}

.ap .pf-bar a, .ap .pf-bar span {
    color: white;
}

.msg-container {
    margin-top: 100px;
}

.msg-wrapper {
    width: 900px;
    margin: 0 auto;
    text-align: center;
}

    .msg-wrapper h1 {
        font-size: 116px;
        color: white;
        margin-bottom: 40px;
        font-family: Montserrat;
    }

    .msg-wrapper h2 {
        color: white;
        font-size: 27px;
        font-family: Montserrat;
        margin-bottom: 45px;
    }

.pop-btn-container {
    width: 670px;
    margin: 0 auto;
    overflow: auto;
}

    .pop-btn-container button {
        width: 234.9px;
        height: 40px;
        border-radius: 5px;
        border: solid 1px #ffffff;
        background-color: transparent;
        color: white;
        cursor: pointer;
        outline: none;
        font-family: Montserrat;
        letter-spacing: 1.2px;
        font-size: 14px;
    }

#btn-yes-delete {
    float: left;
}

#btn-no-delete {
    float: right;
}

.check-container {
    position: relative;
    text-align: left;
    width: 670px;
    margin: 15px auto;
}

#chk-ask {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: -2px;
    top: 1px;
    z-index: 50;
}

    #chk-ask:checked + label {
        border: solid 1px #ffffff;
        font-size: 10px;
    }

    #chk-ask + label {
        width: 12px;
        height: 12px;
        background-color: transparent;
        border: solid 1px #ffffff;
        display: inline-block;
        vertical-align: middle;
        margin-bottom:0px;
    }

    #chk-ask:checked + label:after {
        content: "✔";
        color: #ffffff;
        position: absolute;
        top: 7px;
        left: 3px;
    }

.chk-text {
    display: inline-block;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 600;
    font-family: Montserrat;
    color: white;
}

.btn-exit-popup span {
    font-size: 40px;
    padding-left: 20px;
    vertical-align: middle;
    padding-right: 20px;
}

/*about us popup*/

.policy-container {
    position: relative;
    width: 50%;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    box-sizing: border-box;
    max-height: 620px;
}

.policy-wrapper {
    padding: 40px 130px;
    font-size: 14px;
    line-height: 24px;
}

.policy-container p {
    font-family: Montserrat;
    color: #6b717e;
    margin: 20px 0px;
}

.policy-container h1 {
    text-align: center;
    font-family: Montserrat;
    color: #4a5362;
    font-weight: 500;
    font-size: 32px;
}

.policy-container h1 span{
   font-weight: 500;
    font-family: Montserrat;
}

.policy-footer {
    border-top: 1px solid #e3e3e3;
    text-align: center;
    padding: 10px 0px;
}

    .policy-footer li {
        display: inline-block;
        margin-right: 30px;
    }

    .policy-footer.mobile {
        display: none;
    }

.policy-container a {
    font-size: 11px;
    color: #6b717e;
    font-family: Montserrat;
    text-decoration: none;
    outline: none;
    font-weight: 500;
    cursor: pointer;
}

    .policy-container a.active-policy {
        font-family: Montserrat;
        font-weight: 700;
        font-weight: bold;
        font-size: 12px;
    }

.policy-logo {
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}


@media (max-width: 700px) {
    .policy-container {
        width: 90%;
        max-height: 660px;
    }
}

.about-title {
    color: #3EB6B5;
}

.about-sub {
    font-family: Montserrat;
    font-weight: 700;
}

.policy-text {
    color: #6b717e;
    font-weight: 500;
    font-family: Montserrat;
}
/*End of popups*/

.dp-pagination-left, .dp-pagination-right {
    position: absolute;
    top: 270px;
    cursor: pointer;
}

.dp-pagination-left {
    left: -60px;
}

.dp-pagination-right {
    right: -60px;
}

.dp-top {
    /*padding-top: 35px;
    padding-left: 50px;
    padding-right: 40px;
    padding-bottom: 35px;*/
    
    /* -- Commented by: Avneesh Kumar Bug: SP-10443
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 35px;*/
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

    .dp-top.dp-dash {
        padding-top: 35px;
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 35px;
    }

.dp-box {
    /*width: 1165px;*/
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.dp-close {
    position: absolute;
    right: 20px;
    top: 16px;
    cursor: pointer;
}

.dp-spec {
    display: inline-block;
    /*width: 37%;*/
    padding-top: 5px;
    /*padding-left: 10px;*/
    box-sizing: border-box;
    float: right;
    max-width: 375px;
}

    .dp-spec.sp-spec-dash {
        max-width: 325px;
    }

    .dp-spec.dp-spec-creation {
        width: 50%;
        /*padding-left: 10px;*/
        max-width: 385px;
    }

    .dp-spec .dp-title {
        font-family: Montserrat;
        font-weight: 600;
    }

.dp-title h2, .dp-creation-name h2 {
    font-family: Montserrat;
    font-size: 20px;
    color: #4f535e;
    margin-bottom: 4px;
}

.dp-creation-name h4 {
    color: #6b717e;
    font-family: Montserrat;
    font-size:14px;
}

    .dp-creation-name h4 span {
        font-family: Montserrat;
        font-weight: 600;
    }

.dp-title h4 {
    font-size: 14px;
    color: #55bc7e;
}

    .dp-title h4.business--color-blue {
        color: #3db6b5;
    }

.dp-personalize-container {
    margin-top: 20px;
    margin-bottom: 25px;
}

    .dp-personalize-container button {
        width: 315px;
        height: 50px;
        border-radius: 5px;
        background-color: #55bc7e;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
        outline: none;
        border: none;
        font-size: 14px;
        font-weight: 600;
        font-family: Montserrat;
        letter-spacing: 1px;
        color: #ffffff;
        cursor: pointer;
    }

.bottom-border {
    padding-bottom: 15px;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 10px;
}

.right-border {
    border-right: 2px solid #ebebeb;
}

.dp-likes {
    text-align: right;
}

.dp-likes-container p {
    color: #848b9a;
    font-weight: 600;
    font-family: Montserrat;
}

.dp-stauts-date-container h4 {
    color: #80858F;
    font-weight: 500;
    padding-bottom: 10px;
    font-family: Montserrat;
    font-size:16px;
}

.dp-stauts-date-container p {
    padding-bottom: 10px;
    color: #999fac;
    font-weight: 500;
    font-family: Montserrat;
    font-size:16px;
}

.dp-counts {
    display: inline-block;
    width: 32%;
    box-sizing: border-box;
    padding-top: 17px;
    padding-bottom: 21px;
    text-align: center;
    color: #848b9a;
    font-weight: 600;
    font-family: Montserrat;
}

    .dp-counts span {
        color: #848b9a;
        font-weight: 600;
        font-family: Montserrat;
    }

    .dp-counts img {
        vertical-align: middle;
        padding-right: 9px;
    }

#tbl-shared-with {
    width: 270px;
    text-align: left;
    padding-top: 33px;
}

#shared-with-lst td {
    color: #848b9a;
    font-weight: 500;
    font-family: Montserrat;
}

.dp-fav, .dp-likes {
    display: inline-block;
    width: 48.5%;
    vertical-align: middle;
}

    .dp-fav img {
        padding-left: 2px;
        width: 22px;
        cursor: pointer;
    }

    .dp-fav p {
        padding-left: 10px;
        display: inline-block;
        vertical-align: super;
    }

.dp-description {
    margin-top: 20px;
}

.dp-subtitle {
    color: #4f535e;
    font-weight: 600;
    font-family: Montserrat;
    font-size: 16px;
    padding-bottom: 10px;
}

.dp-suggest {
    background-color: #f5f6f7;
    border-radius: 4px;
}

.dp-suggest-wrapper {
    padding-top: 30px;
}

    .dp-suggest-wrapper p.also-like-p {
        color: #848b9a;
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 10px;
        margin: 0 auto;
        padding-left: 40px;
    }

.dp-suggest-boxes {
    text-align: left;
    padding: 0px 30px;
}

.dp-format-wrapper {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

.dp-format-img-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.dp-format-name-wrapper {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    padding-left: 6px;
    font-weight: 600;
    font-family: Montserrat;
    color: #848b9a;
}

.dp-bullet {
    color: #848b9a;
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
    line-height: 1.63;
}

.dp-video {
    padding: 10px;
    max-width: 630px;
    /*height: 100%;*/
    max-height: 425px;
    margin: 0 auto;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
}

.dp-poster {
    position: relative;
    max-width: 630px;
    display: inline-block;
    vertical-align: top;
    height: 440px;
    box-sizing: border-box;
}

#video-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#play-pause {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    /*width: 100%;
    height: 100%;
    margin: 0 auto;*/
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    /*padding-right: 60px;*/
    box-sizing: border-box;
}

#mute {
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    bottom: 20px;
    right: 23px;
    z-index: 60;
}


.default-avatar-big {
    width: 70px;
    height: 70px;
    line-height: 73px;
}

.default-avatar-xbig {
    width: 135px;
    height: 135px;
    line-height: 138px;
    font-size: 47px;
    font-weight: 600;
    font-family: Montserrat;
}

.default-avatar-center-popup {
    margin: 0 auto;
    /*position: absolute;*/
    /*left: 320px;
    top: 80px;*/
}

.default-avatar-small {
    width: 40px;
    height: 40px;
    line-height: 41px;
}

.default-avatar {
    position: relative;
    /*position:absolute;*/
    text-align: center;
    background-color: #55C5AD;
    border-radius: 50%;
    color: white;
    background-size: 100%;
    font-family: Montserrat;
}

.default-avatar-small .crown {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -10px;
    right: -10px;
    top: auto;
}

.default-avatar-small .crown-freemium{
        position: absolute;
    width: 30px;
    height: 30px;
    top: -7px;
    right: -13px;
}

.default-avatar-big .crown {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -15px;
    right: -15px;
    top: auto;
}

.default-avatar-big .crown-freemium{
    top: -10px;
    right: -12px;
    position:absolute;
}
/*footer*/
.category-box-all {
    position: relative;
    width: 190px;
    height: 120px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 10px;
    cursor: pointer;
    background-color: white;
}

    .category-box-all p {
        position: absolute;
        width: 100%;
        text-align: center;
        line-height: 30px;
        padding-top: 27px;
        z-index: 8;
        color: #55bc7e;
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        font-weight: bold;
    }

.explore-title {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 39px;
    color: #6b717e;
    font-size: 22px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}

.explore-more-categories-container {
    display: block;
    background-color: #ebebeb;
}

.explore-more-categories-wrapper {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 75px;
    max-width: 1055px;
}

.category-box {
    position: relative;
    width: 190px;
    height: 120px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 10px;
    cursor: pointer;
}

    .category-box:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #3F4652;
        opacity: 0.68;
        border-radius: 5px;
    }

    .category-box p {
        position: absolute;
        width: 100%;
        text-align: center;
        line-height: 120px;
        z-index: 8;
        color: white;
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        font-weight: bold;
    }

#mc-footer .category-box-all {
    background-color: #ebebeb;
}

/*bar options*/
.sort-select {
    position: relative;
    display: inline-block;
}

    .sort-select span {
        margin-right: 10px;
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        color: #6b717e;
    }

    .sort-select img {
        vertical-align: middle;
        width: 9px;
        cursor: pointer;
    }

    .sort-select:hover > .sort-list {
        display: block;
    }

.sort-list:hover {
    display: block;
    cursor: pointer;
}

.sort-list {
    list-style: none;
    position: absolute;
    z-index: 10;
    padding: 10px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #dadada;
    border-radius: 5px;
    width: 196px;
    left: -3px;
}

.sort-list-item {
    height: 40px;
    padding-top: 7px;
    padding-left: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #9ba0ac;
}

.sort-selected {
    color: #6b717e;
}

/*popup small resolution*/

@media only screen and (max-width: 1600px) {
   
    .rescale-popup {
        transform: scale(1)!important;
    }
}

@media only screen and (max-width: 1599px) and (min-width:1441px) {
   
    .rescale-popup {
        transform: scaleY(0.98)!important;
    }
}

@media only screen and (max-width: 1400px) {
   #popup-wrapper, #dp-wrapper{
        position: fixed;
        z-index: 50;
         /* transform: scale(1);*/
    }
    .rescale-popup {
        transform: scaleY(0.999)!important;

    }
}

@media only screen and (max-width: 1360px) {
    .rescale-popup {
        transform: scale(0.91)!important;
    }
}

@media only screen and (max-width: 1366px) and (min-width:1361px)  {
    .rescale-popup {
        transform: scale(0.91)!important;
    }
}

@media only screen and (max-width: 1440px) {
   

    #popup-wrapper, #dp-wrapper{
        position: fixed;
        z-index: 50;
       /* transform: scale(1);*/
    }
    .dp-poster-small {
        max-width: 558px;
        min-width: 200px;
    }

    .dp-spec {
        max-width: 415px;
    }

        .dp-spec.sp-spec-dash {
            max-width: 325px;
        }

    .dp-poster {
        max-width: 525px;
        display: inline-block;
        max-height: 375px;
    }

    #dp-video {
        max-width: 100%;
        padding-right: 0px;
        box-sizing: border-box;
        max-height: 380px;
		/*removed max-height to fix video getting smaller on share page*/
    }


    .dp-box {
        /*width: 1000px;*/
    }

    .dp-suggest-wrapper {
        padding-top: 10px;
    }

    .dp-title h2, .dp-creation-name h2 {
        font-size: 120%;
    }

    .dp-title h4 {
        font-size: 87%;
    }

    .dp-personalize-container button {
        width: 305px;
        height: 35px;
    }

    .dp-fav img {
        width: 18px;
    }

    .dp-likes-container p {
        font-size: 80%;
    }

    .bottom-border {
        padding-bottom: 5px;
    }

    .dp-top {
        padding-top: 20px;
    }

        .dp-top.dp-dash {
            padding-top: 35px;
            padding-left: 70px;
            padding-right: 70px;
            padding-bottom: 35px;
        }

    #mute {
        right: 70px;
    }
}

@media only screen and (min-width: 1401px) {

    .dp-poster-small {
        max-width: 635px;
        min-width: 400px;
        width: 62%;
    }
}
@media only screen and (max-width: 1160px) {
    #popup-wrapper, #dp-wrapper {
      /* transform:scale(0.8); */  
    }
    .policy-wrapper {
        padding: 40px 15px;
    }
}

@media only screen and (max-height: 800px) {
    #app-section {
    /* padding-top: 70px; */
}
}

#error-section {
    margin-bottom: 150px;
}

.errors-cta-container {
    text-align: center;
    margin-top: 50px;
}

.oops-container {
    text-align: center;
    margin-top: 150px;
}

.not-found-txt {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    color: #6b717e;
    font-size: 22px;
    margin-top: 12px;
}

.error-title {
    text-align: center;
    font-size: 2em;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #6b717e;
}

.sb-button {
    letter-spacing: 1px;
    width: 165px;
    height: 55px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.sb-button-info {
    background-color: #3db6b5;
}

.sb-button-success {
    background-color: #55bc7e;
}

.sb-button-alert {
    background-color: #ec546a;
}

.sb-button-back {
    background-color: #6b717e;
}

.sb-button-small {
    width: 146px;
    float: right;
}

.sb-button-big {
    width: 288px;
}

.errors-cta-container .sb-button-info {
    margin-right: 30px;
}

#cookie-accept-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: left;
    z-index: 99999;
    height: 50px;
    background-color: rgba(0,0,0,0.65);
}

.cookie-accept-wrapper {
    /*padding: 6px 6px 13px 30px;*/
}

.cta-got-it.close-button {
    height: 16px;
    width: 16px;
    display: inline-block;
    width: 16px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 19px;
    opacity: 1;
    transform: translateY(-50%);

}

    .cta-got-it.close-button svg {
        vertical-align: initial !important;
    }

/* IE11 SUPPORT */
_:-ms-fullscreen, :root .cta-got-it.close-button {
    height: 24px;
}
/* END IE11 SUPPORT */

/* IE11 SUPPORT */
    _:-ms-fullscreen, :root .cta-got-it.close-button svg {
        vertical-align: auto !important;
    }
/* END IE11 SUPPORT */
 {
}

#cookie-accept-container p, #cookie-accept-container a {
    font-family: Montserrat, sans-serif;
    color: #313131;
    font-size: calc(7px + 0.25vw);
}

#cookie-accept-container p {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.28px;
    line-height: 50px;
    padding-left: 30px;
}
#cookie-accept-container a.cta-learn-more.cta-got-it {
    height: 31px;
    width: 80px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 2px rgba(0,0,0,0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    margin-left: 21px;
}
#cookie-accept-container a {
    outline: none;
}

#cookie-accept-container .got-it-btn {
    width: 60px;
    height: 25px;
    border-radius: 3px;
    border: solid 1px #767c88;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #6b717e;
    font-family: Montserrat, sans-serif;
    float: right;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
    bottom: 4px;
    text-align: center;
}

#cookie-accept-container .fa-info-circle {
    position: absolute;
    left: 7px;
    color: #6b717e;
}


@media (max-width: 1024px) {

    #cookie-accept-container {
        height: 64px;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
    }
    .cookie-accept-wrapper {
        padding: 12px;
    }
    #cookie-accept-container p {
        color: #FFFFFF;
        font-family: Montserrat;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.23px;
        line-height: 22px;
        text-align: center;
        padding: 0px 10px;
    }
    #cookie-accept-container a.cta-learn-more.cta-got-it {
        display: none;
    }
    .cta-got-it.close-button {
        top: 9px;
        right: 9px;
        transform: translateY(0);
    }
}

/*loading animation*/
@-webkit-keyframes sbloading {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes sbloading {
    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes sbloading {
    to {
        -ms-transform: rotate(360deg);
    }
}

@keyframes sbloading {
    to {
        transform: rotate(360deg);
    }
}

.sb-loading {
    z-index: 20;
    width: 90px;
    height: 90px;
    position: absolute;
    border-radius: 50%;
    background: transparent;
    border-top: 6px solid #dadada;
    border-right: 6px solid #dadada;
    border-bottom: 6px solid #55bc7e;
    border-left: 6px solid #55bc7e;
    -webkit-animation: sbloading 1.2s infinite linear;
    -moz-animation: sbloading 1.2s infinite linear;
    -ms-animation: sbloading 1.2s infinite linear;
    animation: sbloading 1.2s infinite linear;
}

.sb-loading-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
    opacity: 0.6;
    z-index: 10;
}
.sb-loader-wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    display: flex;
    align-items: center;
}
.new-badge::after {
    content: "NEW";
    position: absolute;
    right: -30px;
    top: -8px;
    font-size: 10px;
}

.new-badge--green::after {
    color: #3db6b5;
}

.sb-scroll-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
}

    .sb-scroll-wrapper::-webkit-scrollbar {
        width: 7px;
        top: 10px;
        position: relative;
    }

    .sb-scroll-wrapper::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #c7cad0;
        -webkit-box-shadow: inset 0 0 6px #c7cad0;
    }

    .sb-scroll-wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #c7cad0;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

     .d-block-desktop {
        display:inline-block;
    }

    .d-block-mobile {
        display:none;
    }
     .policy-container .scrollbar-light{
            overflow-y:auto;
            max-height:500px;
        }
     .divider-mob{
         display:none
     }
    @media(max-width:1024px){
         .divider-mob{
            display:block;
            background: rgba(102,102,102,0.21);
            height:1px;
            width:100%;
        }

        .d-block-desktop {
            display:none;
        }

        .d-block-mobile {
            display:inline-block;
        }
        .policy-footer {
            display: none;
        }
        .policy-footer.mobile {
            display: block;
            position: fixed;
            bottom: 0;
            z-index: 100;
            background-color: rgba(255,255,255,1);
            padding-left: 25px;
        }

            .policy-footer.mobile a.active-policy {
font-weight:bold;
            }

            .policy-footer.mobile li {
                margin-right: 4.25vw;
            }

            .policy-footer.mobile a {
                text-decoration: none
            }
     
       #popup-wrapper{
        margin: 0 !important;
        top: 0 !important;
        transform: scale(1);
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        overflow: auto;
        background: #fff;
        }
        .policy-container{
        width: 100%;
        box-shadow: none;
        }
        .policy-container .scrollbar-light{
            max-height:initial;
            overflow-y:initial
        }
        .policy-container  .scroll-wrapper .scrollbar-light, .policy-container  .scroll-wrapper .scrollbar-light > div{
            max-height:initial !important
        }

        .policy-wrapper{
                padding: 0 30px;
        }
        .policy-container .scroll-wrapper {
            box-shadow: 0 -1px 9px 0 rgba(0,0,0,0.1);
            padding-top: 20px !important;
        }

        .policy-container h1{
            font-size: 26px;
            line-height: 32px;
            text-align: center;
            font-family: Montserrat;
            font-weight: 500;
            padding-bottom:0 !important;
            margin-top: 20px;
        }
  
        .policy-container p,  .policy-wrapper ul li{
            color: #333333;
            font-family: Montserrat;
            letter-spacing: -0.12px;
            line-height: 25px;
            font-weight: 500;
            margin: 29.5px 0px;
        }

   
         #popup-wrapper .popup-welcome{
             width:100%;
             height:100%;
        }
         .sbp-avatar-container img{
             margin:auto;
             width:100%;
         }
         .confirm-txt{
               width:100%;
         }
         .Thanku-txt, .sorry-txt, .congrats-txt, .sbp-features-txt{
            color: #333333;
            font-family: Montserrat;
            font-size: 18px;
            font-weight: 500;
            line-height: 18px;
            text-align: center;
          
         }
         .congrats-txt, .sbp-features-txt{
             font-size:14px;
             margin-top:20px;
         }
       

        .popup-welcome .sbp-store-btn-container {
        display:flex;
            padding: 2px 15px;
        }
        .popup-welcome .sbp-store-btn-container button{
           height: 42px;
            border-radius: 50px;
            background-color: #FFFFFF;
            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);
            color: #FFAF42;
            font-family: Montserrat;
            font-size: 12px;
            font-weight: 600;
            line-height: 18px;
            text-align: center;
            margin: 0;
         width: 100%;
        }

          .popup-welcome .sbp-store-btn-container button#btn-try-again {
                 background: #FFAF42;
                 color:#fff;
                 order:1;
                margin-left: 11px;
            }

        .mob-btn {
                width: 85% !important;
                border-radius: 33.61px !important;
                background-color: #FFB64C !important;
                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) !important;
                background-image: none !important;
                height: 42px !important;
                }
        .policy-logo{
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.1);
        }
         .faq_icon {
            fill: #8a8585;
            margin-right:12px;
         }
        div.sb-loading-bg, div.sb-loading{
                position: fixed;
                height: 100vh;
                left: 0 !important;
                right: 0 !important;
                bottom: 0 !important;
                top: 0 !important;
                margin: auto;
                z-index: 99999 !important;
         }

        .default-avatar {
                color: #FFFFFF;
                font-family: Montserrat;
                font-size: 12px;
                text-align: center;
                font-weight: 600;
                background-color: #55C5AD;
        }
    }