/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./Content/layout/theme.css ***!
  \****************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Nanum+Pen+Script);
/*!********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./Content/Site.css ***!
  \********************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*!********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./Content/layout/theme.css (1) ***!
  \********************************************************************************/
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;
        }
    }
/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./Content/layout/scroll.css ***!
  \*****************************************************************************/
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible,
        .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar,
        .scroll-element .scroll-arrow {
            cursor: default;
        }

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important;
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0;
            }




/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

    .scrollbar-light > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-light > .scroll-element .scroll-element_outer {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .scrollbar-light > .scroll-element .scroll-element_size {
        background: #dbdbdb;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
        background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
        background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
        background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
        background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .scrollbar-light > .scroll-element.scroll-x {
        bottom: 0;
        height: 17px;
        left: 0;
        min-width: 100%;
        width: 100%;
    }

    .scrollbar-light > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 17px;
    }

    .scrollbar-light > .scroll-element .scroll-bar {
        background: #fefefe;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
        background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
        background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
        background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
        background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);
        border: 1px solid #dbdbdb;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}



/**************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-macosx > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-macosx > .scroll-element .scroll-element_track {
        display: none;
    }

    .scrollbar-macosx > .scroll-element .scroll-bar {
        background-color: #6C6E71;
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
    }

    .scrollbar-macosx:hover > .scroll-element .scroll-bar,
    .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
    }


    .scrollbar-macosx > .scroll-element.scroll-x {
        bottom: 0px;
        height: 0px;
        left: 0;
        min-width: 100%;
        overflow: visible;
        width: 100%;
    }

    .scrollbar-macosx > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0px;
        top: 0;
        width: 0px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
        height: 7px;
        min-width: 10px;
        top: -9px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
        left: -9px;
        min-height: 10px;
        width: 7px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
        left: 2px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
        left: -4px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
        top: 2px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
        top: -4px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -11px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -11px;
    }

    @media(min-width:1024px){
        /* width */
        ::-webkit-scrollbar {
        width: 10px;
        }
        
        /* Track */
        ::-webkit-scrollbar-track {
        background: #ffffff; 
        }
        
        /* Handle */
        ::-webkit-scrollbar-thumb {
        background: #ECECEC; 
        border-right: 4px white solid;
        border-left: 3px white solid;
        max-height: 50%; height: 50%;
        }
        
        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
        background: #ECECEC; 
        }
    }
/*!**************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./Content/layout/bar.css ***!
  \**************************************************************************/
.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(/dist/search-header.55d0783f712f46811e93.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.595d362264644471d0b4.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(/dist/red_oval.771fa35bae8ee1da8e01.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(/dist/red_oval_with_white_border.5b253a63a4e1b108df29.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;
    }
}
/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./Content/layout/btns.css ***!
  \***************************************************************************/
.sb-btn {
    letter-spacing: 1px;
    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;
    font-size: 14px;
}

.sb-btn--full {
    height: 40px;
    width: 100%;
    font-family: Montserrat, sans-serif;
}

.sb-btn--xxxlarge {
    width: 411px;
    height: 55px;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.sb-btn--xxlarge {
    width: 307px;
    height: 40px;
}

.sb-btn--xlarge {
    width: 290px;
    height: 40px;
}

.sb-btn--large {
    width: 198px;
    height: 40px;
}

.sb-btn--medium {
    width: 174px;
    height: 40px;
}

.sb-btn--small {
    width: 158px;
    height: 40px;
}

.sb-btn--xsmall {
    width: 151px;
    height: 36px;
}

.sb-btn--xxxsmall {
    width: 110px;
    height: 40px;
}

.sb-btn--social-large {
    width: 300px;
    height: 55px;
}

.sb-btn--social-medium {
    width: 250px;
    height: 38.1px;
}

.sb-btn--social-small {
    width: 215.2px;
    height: 40px;
}

.sb-btn--share-default {
    width: 115px;
    height: 40px;
    background-color: #349850;
}

    .sb-btn--share-default:hover {
        background-color: #55bc7e;
    }

.sb-btn--business-blue {
    width: 115px;
    height: 40px;
    background-color: #3db6b5;
}

.sb-btn--business-blue:hover {
    background-color: #5edae3;
}

.sb-btn--tbl-features {
    width: 140px;
    height: 33px;
}

button.sb-btn--tbl-features {
 font-family: Montserrat, sans-serif;
 width:144px !important;
 height:40px !important;
}
.sb-btn--fat {
    width: 161.6px;
    height: 50px;
}

.sb-btn--continue {
    background-image: linear-gradient(to right, #3db6b5, #9adb6e);
}

.sb-btn--continue:hover {
    background-image: linear-gradient(to right, #2c9898, #76b23f);
}

.sb-btn--notice {
    background-image: linear-gradient(to right, #eb556a, #f48e37);
}

.sb-btn--notice:hover {
    background-image: linear-gradient(to right, #cd3d4e, #d66905);
}

.sb-btn--green {
    background-color: #55bc7e;
}

    .sb-btn--green:hover {
        background-color: #71cf96;
    }

.sb-btn--green-pressed {
    background-color: #39a263;
}

.sb-btn--red {
    background-color: #eb556a;
}

    .sb-btn--red:hover {
        background-color: #f07e8e;
    }

.sb-btn--green-pressed {
    background-color: #d34559;
}

.sb-btn--orage {
    background-color: #f58635;
}

    .sb-btn--orage:hover {
        background-color: #f49d5e;
    }

.sb-btn--orage-pressed {
    background-color: #db7429;
}

.sb-btn--txt-gray-color {
    color: #6b717e;
}

.sb-btn--gray {
    background-color: #dadada;
}

    .sb-btn--gray:hover {
        background-color: #ebebeb;
    }

.sb-btn--gray2 {
    background-color: #dadada;
}

    .sb-btn--gray2:hover {
        color: white;
        background-color: #6b717f;
    }

.sb-btn--gray-pressed {
    background-color: #d5d5d5;
}

.sb-btn--gray-light {
    background-color: #ebebeb;
}

    .sb-btn--gray-light:hover {
        background-color: #f0f0f0;
    }

.sb-btn--gray-light-pressed {
    background-color: #dadada;
}

.sb-btn--gray-strong {
    background-color: #6b717e;
}

    .sb-btn--gray-strong:hover {
        background-color: #9ca1ad;
    }

.sb-btn--gray-strong-pressed {
    background-color: #4a5362;
}

.sb-btn-icon {
    position: absolute;
    top: 18px;
    left: 30px;
}

.sb-btn--current-plan {
    width: 150px;
    height: 38px;
    margin: 0 auto;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding-top: 9px;
    box-sizing: border-box;
    box-shadow: 0 1px 6px 0 rgba(142,142,142,0.5);
    color: #6B717E;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
    cursor: default;
}

/*freemium css*/

.sb-btn--business{
    background-color: #FFC45E;
    font-family: Montserrat, sans-serif;
}
.sb-btn--premium{
    background-color: #55C5AD;
    font-family: Montserrat, sans-serif;
}
.sb-btn--tbl-freemium-features{
    height:40px;
    width: 144px;
}
.sb-btn--premium:hover{
    background-color: #3BB093;
}
.sb-btn--business:hover{
    background-color: #FFAF42;
}
.sb-btn--premium:focus{
    outline: none;
    background-color: #3BB093;
    /*background-color: #88D6C6;*/
}
.sb-btn--business:focus{
    outline: none;
    /*background-color: #FFD284;*/
     background-color: #FFAF42;
}
/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./Content/layout/dialogs.css ***!
  \******************************************************************************/
/*sb-d = sb-dialog*/
.sb-d--small {
    width: 380px;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.sb-d--default {
    width: 500px;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.sb-d--top-marg {
    margin-top: 100px;
}

.sb-d--bottom-marg {
    margin-bottom: 50px;
}

.sb-d--padding-default {
    padding: 15px 0px;
}

.sb-d-txt--gray-strong {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #6b717e;
    font-size: 18px;
}

.sb-d-txt {
    line-height: 1.28;
    cursor:default;
}

.sb-d-txt--gray-light {
    font-size: 16px;
    color: #9ba0ac;
}

.sb-d-txt--small {
    font-size: 12px;
}

.sb-d--center {
    text-align: center;
}

/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./Content/layout/loaders.css ***!
  \******************************************************************************/
.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);
        }
    }
