* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#pop-1,
.popup-wrapper {
    font-family: 'Poppins', sans-serif !important;
    color: #807e7f;
    font-size: 15px;
}

body {
    position: relative;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.popup-wrapper .left {
    background: #ece8e9;
    /*border-radius: 6px;*/
    padding: 15px;
    padding-top: 18px;
    text-align: center;
    width: 36%;
    position: relative;
    z-index: 999;
    height: 100vh;
}

.popup-wrapper .left h2 {
    font-size: 20px;
    font-weight: 200;
    padding-bottom: 35px;
    padding-top: 30px;
}

.popup-wrapper .left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: scroll;
    height: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.popup-wrapper .left ul::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.popup-wrapper .left ul {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.popup-wrapper .left ul li {
    padding-bottom: 35px;
}


.popup-container {
    position: fixed;
    left: 0;
    margin-left: 36%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: ease-in-out 0.5s !important;
    background: rgba(0, 0, 0, 0);
    z-index: 9999 !important;
}

/* .popup-container.open { right: 0; }
.popup-container.open .pop-txt {margin-left: 230px;} */

.pop-txt {
    background: #fff;
    padding: 25px 0 0;
    height: 100%;
    width: 64%;
    position: relative;
    background: #f6f6f6;
}

.pop-txt .popup-close {
    position: absolute;
    top: 14px;
    right: 15px;
    cursor: pointer;
}

.pop-txt .popup-close svg,
.minus svg {
    width: 26px;
    fill: #a7a7a7;
}

.pop-txt .content {
    height: calc(100% - 22px);
    padding: 0 12% 0;
}

.pop-txt .content {
    overflow: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.pop-txt .content::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.pop-txt .content {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


.pop-txt h3 {
    font-size: 36px;
    font-weight: 100;
    text-transform: uppercase;
    padding: 0 30px 10px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    text-align: center;
}

.pop-txt h3 span {
    font-weight: 400;
    color: #000;
}

.pop-txt h4 {
    font-size: 19px;
    font-weight: 500;
    color: #151515;
    padding: 0 0 10px;
}

.pop-txt ul {
    list-style: none;
}

.pop-txt ul li {
    position: relative;
    padding: 0 0 7px 15px;
    font-weight: 300;
}

.pop-txt ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}

.pop-txt ul li.bonus {
    margin-top: 5px;
    padding-left: 55px;
}

.pop-txt ul li.bonus:before {
    width: 60px;
    content: " ";
    background: url(../png/bonus.png);
    position: absolute;
    left: -6px;
    top: -5px;
    height: 30px;
    background-size: 55px;
    background-repeat: no-repeat;
    border-radius: 0;
}

.pop-txt .price-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.pop-txt .price-btn.files {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.pop-txt .price-btn .price {
    font-size: 20px;
    color: #363636;
    font-weight: 200;
    padding-right: 15px;
}

.pop-txt .btn-download-free {
    background: #eee;
    border-radius: 15px;
    padding: 10px 0px;
    color: #828282;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.5px;
    padding: 12px 20px;
}

.pop-txt .btn-download-free:hover {
    background: #dbdbdb;
}


.pop-txt .price-btn .btn-download {
    background: #0867AA;
    border-radius: 7px;
    padding: 13px 35px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s all;
    letter-spacing: 1px;
    border: 2px solid white;
    width: 300px;
}

.pop-txt .price-btn .btn-download[disabled] {
    background: #0867AA;
    cursor: not-allowed;
}

.pop-txt .price-btn.files .btn-download {
    background: #0867AA;
    border-radius: 15px;
    padding: 13px 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
    transition: 0.3s all;
    box-shadow: 0 5px 10px #d5d5d5;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
    border: 2px solid white;
}

.pop-txt .price-btn.files .btn-download:hover {
    background: #0867AA;
}

.pop-txt .price-btn .btn-download:hover {
    background: #0867AA;
    transition: 0.3s all;
}

.pop-txt .price-btn.files {
    justify-content: center;
}

.pop-txt .price-btn.files .btn-download {
    width: 100%;
    text-align: center;
}

.download-free {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.pop-txt .no-thanks {
    background: #f1f1f1;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    user-select: none;
}

.pop-txt .no-thanks .title {
    padding-bottom: 10px;
}

.pop-txt .no-thanks .title a {
    color: #5f5b5d;
    font-weight: 400;
}

.free-download-title {
    color: black;
    text-align: center !important;
    padding: 0px !important;
    color: #1C224B !important;
    font-size: 32px !important;
    margin: 24px 0px !important;
    border-bottom: medium !important;
    text-transform: none !important;
    font-weight: bold !important;
    font-family: poppins !important;
}

@media (max-width: 768px) {
    .free-download-title {
        padding: 0 32px !important;
    }
}

.pop-txt .url-container {
    padding: 10px 0;
}

.pop-txt .url-container .heading {
    font-size: 18px;
    color: #555;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500;
}

.pop-txt .url-container .url-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pop-txt .url-container .url-copy input[type="text"] {
    background: #fff;
    border-radius: 4px;
    padding: 10px 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border: 0;
    text-align: center;
    margin-left: 30px;
    width: 270px;
    color: #5a5a5a;
}

.pop-txt .url-container .url-copy a {
    margin: 5px 0 0 10px;
}

.download-file {
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-file img {
    float: left;
    margin: 0 10px 0 0;
}

.download-file a:nth-child(1) img {
    width: 18px;
}

.download-file a:nth-child(2) img {
    width: 30px;
    margin-top: 3px;
}

.download-file a {
    color: #151515;
    font-size: 16px;
}

.pop-txt .notice {
    background: #f1f1f1;
    border-radius: 4px;
    padding: 30px;
    border: 1px solid #d7b7b8;
}

.pop-txt .notice .title {
    padding-bottom: 5px;
    font-size: 17px;
    color: #3e3c3d;
    font-weight: 400;
    text-align: center;
}

.pop-txt .notice p {
    font-size: 16px;
    color: #3e3c3d;
    font-weight: 200;
}

.pop-txt .notice a {
    color: #3e3c3d;
}

.item-list-close {
    display: none;
    transition: ease-in-out 0.5s;
}

/* .minus { cursor: pointer; position: absolute; right:-46px; top: 0; } */
.minus {
    cursor: pointer;
    position: fixed;
    right: 13px;
    top: 55px;
}

.minus svg {
    width: 30px;
}

.tooltip {
    text-decoration: none;
    position: relative;
    color: #444;
}

.tooltip span {
    margin-left: -999em;
    position: absolute;
    font-size: 14px;
    font-weight: 300;
}

.tooltip:hover span {
    border-radius: 6px;
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 99;
    transform: -50% -50%;
    margin-left: 0;
    width: 210px;
}

.tooltip span ul {
    list-style: disc;
    padding: 10px 0 0 15px;
}

.tooltip span ul li {
    padding: 0 0 5px;
}

.tooltip span ul li:before {
    display: none;
}

.red {
    padding: 10px;
    position: relative;
    background: #e4c4c5;
    transform: translateY(-50%);
    padding-left: 13px;
}

.red:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #e4c4c5;
    top: 50%;
    content: " ";
    height: 0;
    right: -10px;
    position: absolute;
    width: 0;
}

.green {
    padding: 10px;
    position: relative;
    background: #c6d5c0;
    transform: translateY(-50%);
    padding-left: 13px;
}

.green:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #c6d5c0;
    top: 50%;
    content: " ";
    height: 0;
    right: -10px;
    position: absolute;
    width: 0;
}

.yellow {
    padding: 10px;
    position: relative;
    background: #f3eec8;
    transform: translateY(-50%);
    padding-left: 13px;
}

.yellow:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #f3eec8;
    top: 50%;
    content: " ";
    height: 0;
    right: -10px;
    position: absolute;
    width: 0;
}

.popup-wrapper .left ul li {
    /* width: 152px;
    height: 133px; */
    position: relative;
}

.summary_box_hv {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summary_box_hv.top .processing {
    width: 50px !important;
}

.summary_box_hv img {
    position: relative;
    margin: 0 auto;
    top: 0px;
    right: 0px;
    overflow: hidden;
    height: auto;
}

.dv-or {
    padding: 20px 40px;
    color: #ef9074;
}

.dv-or:after,
.dv-or:before {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    text-decoration: line-through 1px solid #ddd;
}

@media (max-width: 600px) {
    .dv-or {
        display: flex;
        justify-content: center;
    }

    .dv-or:after,
    .dv-or:before {
        display: none;
    }
}


.popup-wrapper {
    width: 0px;
    float: right;
    position: relative;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    overflow: hidden;
}

.popup-wrapper.on {
    width: 780px;
    transition: ease all 0.5s !important;
    -webkit-transition: ease all 0.5s !important;
    overflow: visible;
}

.popup-container {
    position: absolute;
}

/*14-04-2021*/
.pop-txt .no-thanks a {
    color: #807e7f;
}


/* responsive start */

@media (min-width: 1025px) {
    .pop-txt .price-btn {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .pop-txt .price-btn.files {
        margin-bottom: 1em;
        padding-top: 0;
        border: 0;
    }

    .pop-txt h3 {
        padding-bottom: 10px;
        margin-bottom: 25px;
        padding-top: 5px;
    }

    .pop-txt .price-btn {
        padding-top: 25px;
    }

    .pop-txt h4 {
        padding-bottom: 25px;
    }

    .pop-txt .url-container {
        padding: 25px 0;
    }

    .item-list-close h3 {
        text-align: left;
        line-height: 45px;
    }
}

@media (min-width: 1400px) {
    .pop-txt .price-btn.files {
        margin-bottom: 1em;
        padding-top: 0;
        border: 0;
    }

    .pop-txt h3 {
        padding-bottom: 10px;
        margin-bottom: 35px;
    }

    .pop-txt .price-btn {
        padding-top: 35px;
    }

    .pop-txt h4 {
        padding-bottom: 35px;
        text-align: center;
    }

    .pop-txt .url-container {
        padding: 0 0;
    }
}


@media (max-width: 1024px) {
    .pop-txt .price-btn {
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

    .pop-txt .price-btn.files {
        margin-bottom: 1em;
        padding-top: 0;
        border: 0;
    }

    .pop-txt h3 {
        padding-bottom: 10px;
        margin-bottom: 1em;
    }

    .pop-txt .price-btn {
        padding-top: 1em;
    }

    .pop-txt h4 {
        padding-bottom: 1em;
    }

    .pop-txt .url-container {
        padding: 1em 0;
    }
}

@media (max-width: 991px) {
    .pop-txt .price-btn {
        padding-bottom: 2em;
        margin-bottom: 2em;
    }

    .pop-txt h3 {
        padding-bottom: 10px;
        margin-bottom: 1.5em;
    }

    .pop-txt .price-btn {
        padding-top: 2em;
    }

    .pop-txt h4 {
        padding-bottom: 2em;
    }

    .pop-txt .url-container {
        padding: 2em 0;
    }
}

@media (max-width: 767px) {

    .popup-container {
        z-index: 9999 !important;
    }

    .pop-txt ul li {
        font-size: 12px;
    }

    .pop-txt .price-btn {
        display: block;
        text-align: center;
    }

    .pop-txt .price-btn .btn-download,
    .download-file,
    .download-file a {
        display: block;
    }

    .minus {
        cursor: pointer;
        position: fixed;
        right: 13px;
        top: 55px;
    }

    .popup-wrapper.on {
        width: 100vw;
        right: -100vw;
    }

    .pop-txt .url-container .url-copy {
        overflow: hidden;
    }

    .pop-txt .url-container .url-copy input[type="text"] {
        width: 100%;
        margin-left: 0;
    }

    .popup-container.open .pop-txt {
        margin: 0 auto;
    }

    .pop-txt .popup-close {
        top: 10px;
        right: 15px;
    }

    .pop-txt h3 {
        font-size: 20px;
    }

    .pop-txt h4 {
        font-size: 16px;
        text-align: center;
    }

    .pop-txt .content {
        padding: 0 15px;
    }

    .pop-txt .price-btn .btn-download {
        padding: 10px;
        font-size: 15px;
    }

    .pop-txt .no-thanks,
    .pop-txt .notice {
        padding: 15px;
    }


    .download-file img {
        margin-right: 5px;
    }

    .tooltip {
        float: right;
    }

    .tooltip span {
        font-size: 12px;
    }


    .pop-txt .price-btn {
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

    .pop-txt h3 {
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

    .pop-txt .price-btn {
        padding-top: 1em;
    }

    .pop-txt h4 {
        padding-bottom: 1em;
    }

    .pop-txt .url-container {
        padding: 1em 0;
    }


}

/* responsive end */


.logomakr-id-copy-msg {
    display: none;
    background: #f3eec8;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    max-width: 250px;
    padding: 5px 8px;
    transition: none 0s ease 0s;
    border-radius: 3px;
    position: absolute;
    right: -50px;
}

.logomakr-id-copy-msg:before {
    border-width: 7px;
    border-style: solid;
    border-image: initial;
    content: " ";
    display: block;
    position: absolute;
    right: -12px;
    top: calc(50% - 7px);
    transition: none 0s ease 0s;
    border-color: transparent #f3eec8 transparent transparent;
    left: -12px;
    right: auto;
    transition: none 0s ease 0s;
}

.custom-checkbox {
    margin-bottom: 20px;
    color: #151515;
}

.custom-checkbox a {
    font-weight: 500;
    color: #151515;
    text-decoration: underline !important;
    display: contents;
}


.custom-checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
    letter-spacing: 0.75px;
    padding-bottom: 20px;
}

.download-free-message {
    text-align: center;
    display: none
}

.download-free-message a {
    color: #0867AA !important;
    text-decoration: underline !important;
}

.download-free-message p {
    align-items: center;
    letter-spacing: 0.75px;
    padding-bottom: 20px;
    color: #0867AA
}


.custom-checkbox input {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.custom-checkbox label:before {
    content: '';
    width: 24px;
    height: 24px;
    background: #e4e4e4;
    border: 2px solid #fff;
    min-width: 24px;
    display: inline-block;
    margin-right: 16px;
    min-height: 24px;
    max-height: 30px;
}

.custom-checkbox input[type="checkbox"]:checked~label:before {
    background: #80ccc8 no-repeat center;
    background-size: 12px 12px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

#drawer-popup {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 45%);
    z-index: 9;
}

.container {
    width: 90%;
    margin: 0px auto;
}

.itemslider-wrapper {
    background: #f5f5f5;
    padding: 15px 40px 15px 60px;
    z-index: 2;
    cursor: auto;
}

.itemslider-wrapper.closed1 {
    background: #f5f5f5;
    padding: 15px 0px 15px 0px;
    z-index: 2;
    cursor: auto;
}

.itemslider-wrapper .caption {
    background: #717171;
    color: #fff;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
    min-height: 38px;
    bottom: 0px;
    position: absolute;
}

.itemslider-wrapper .itemlink {
    position: relative;
    height: 124px;
}

.itemslider-wrapper .itemlink .play-icon {
    background: url(../_7bfa.html?php%20echo%20$actual_link%20?>images/play-icon-white.png) 55% 50% no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 24%;
    left: 38%;
}

.clear {
    clear: both;
}

.closed1 .slick-slider .slick-arrow {
    display: none !important;
}

/*Design Template CSS--------------------*/
.design-template .fa-angle-up,
.design-template .fa-angle-down {
    color: white;
}

.design-template .fa-angle-up {
    display: none;
}

.design-template--hidden .fa-angle-up {
    display: block;
}

.design-template--hidden .fa-angle-down {
    display: none;
}

.design-template--hidden .design-template__title {
    display: none;
}

.design-template__toggle {
    position: absolute;
    top: -8px;
    right: 8px;
    width: 8px;
    cursor: pointer;
    padding: 16px;
}

.design-template-pop-btn {
    background: linear-gradient(to right, #69cbda 0, #6381e2 100%);
    width: 250px;
    padding: 10px;
    color: #fff;
    font-family: "Poppins", Sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    margin: auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
    border: 3px solid #eeeeee;
    border-bottom: 0;
}

.c-modal {
    background-color: #fbfbfb;
    color: white;
    border: 1px solid #d9d9d9;
    box-shadow: -4px 5px 50px 10px #597d8c30;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.c-close-span {
    background: #efefef;
    color: #f99983 !important;
    font-weight: bold;
    border: 2px solid #f99983;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    position: absolute;
    right: -40px;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s all;
    font-size: 18px;
}

.summary_box img {
    width: 150px;
}

/* TAB CSS */
/* Style tab links */
.tablink {
    background-color: #efefef;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 24px 16px;
    font-size: 20px;
    font-family: "Poppins", Sans-serif;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: 0.5s all;
    width: 100%;
    display: flex;
    justify-content: center;
}

.tablink:hover {
    background-color: #8fb6e1;
    color: #fff !important;
    transition: 0.5s all;
}

.tablink-border {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

.border-top-left-radius {
    border-top-left-radius: 15px;
}

.border-top-right-radius {
    border-top-right-radius: 15px;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    display: none;
    height: 100%;
}

.design-template_close {
    /* width: 300px !important; */
    transform: translateX(-50%);
    left: 50%;
}

/* Popup transparent background */
#drawer-popup:after {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: '';
    display: block;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100vw + 780px);
}

.design-template-tab-feature {
    display: grid;
    grid-template-rows: min-content 1fr;
    height: 100%;
}

#templates-and-tutorials {
    position: fixed;
    width: 75%;
    height: 75vh;
    top: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

@media (max-width: 1200px) {
    #templates-and-tutorials {
        width: 95%;
        height: calc(100vh - 52px);
    }

    #templates-and-tutorials .c-close {
        right: 0;
        top: -48px;
    }
}

#templates-and-tutorials .c-modal {
    z-index: 1;
    width: 100%;
    height: 100%;
}

#design-template__button-container {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}

#templates-and-tutorials-backdrop {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}

.design-template-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

@media (max-width: 1159px) {
    .design-template-buttons {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, min-content);
    }

    .tablink-border {
        border: none;
    }
}