:root {
    --dg-primary: #EA574B;
    --dg-secondary: #FAC016;
    --dg-tertiary: #16AB84;
    --dg-primary-dark: #17171A;
    --dg-secondary-dark: #1E1E22;
    --dg-blue: #3180FC;
    --dg-blue-light: #16B4F2;
    --dg-yellow: #F1B000;
    --dg-purple: #8400FF;
    --dg-orange: #FF7506;
    --dg-black: #0D0D0E;
    --dg-light: #FFFFFF;
    --dg-border: rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background: var(--dg-primary-dark);
    border-left: 1px solid var(--dg-border);
}

::-webkit-scrollbar-thumb {
    background-color: var(--dg-primary);
    border-radius: 10px;
    border: none;
}

.dg_custom .bgc-black          { background-color: var(--dg-black); }
.dg_custom .bgc-primary-dark   { background-color: var(--dg-primary-dark); }
.dg_custom .bgc-secondary-dark { background-color: var(--dg-secondary-dark); }
.dg_custom .bgc-primary        { background-color: var(--dg-primary); }
.dg_custom .bgc-secondary      { background-color: var(--dg-secondary); }
.dg_custom .bgc-yellow         { background-color: var(--dg-secondary); }

.dg_custom .dg_txt--primary        { color: var(--dg-primary); }
.dg_custom .dg_txt--secondary      { color: var(--dg-secondary); }
.dg_custom .dg_txt--tertiary       { color: var(--dg-tertiary); }
.dg_custom .dg_txt--primary-dark   { color: var(--dg-primary-dark); }
.dg_custom .dg_txt--secondary-dark { color: var(--dg-secondary-dark); }
.dg_custom .dg_txt--blue           { color: var(--dg-blue); }
.dg_custom .dg_txt--blue-light     { color: var(--dg-blue-light); }
.dg_custom .dg_txt--yellow         { color: var(--dg-yellow); }
.dg_custom .dg_txt--purple         { color: var(--dg-purple); }
.dg_custom .dg_txt--orange         { color: var(--dg-orange); }
.dg_custom .dg_txt--black          { color: var(--dg-black); }
.dg_custom .dg_txt--light          { color: var(--dg-light); }

.dg_custom .dg_txt--fw-400 { font-weight: 400; }
.dg_custom .dg_txt--fw-700 { font-weight: 700; }

body.dg_custom {
    letter-spacing: .5px;
}

.dg_custom .dg_color--primary {
    color: var(--dg-primary);
}

.dg_custom a {
    text-decoration: none !important;
}

.dg_custom .dg_link {
    font-weight: 700;
    color: var(--dg-primary);
}

.dg_custom .section-title .sub-title {
    text-decoration: none;
}

.dg_custom .social-style-two a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dg_custom .social-style-two a i.fa-instagram {
    font-size: 123%;
}

.dg_custom .scroll-top {
    border-radius: 5px 0 0 5px;
}

.dg_custom.home-one .preloader {
    background-color: var(--dg-primary-dark);
    background-image: url('../svg/Logo.svg');
}

.dg_custom .feature-item-five:hover i,
.dg_custom .feature-item-five:focus i,
.dg_custom .feature-item-five:active i {
    color: var(--dg-light);
}

.dg_custom.dark-version.home-one .project-three-active .project-item .project-content {
    box-shadow: none;
    background-color: var(--dg-secondary-dark);
}

.dg_custom.dark-version.home-one .project-item .details-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dg_custom.dark-version.home-one .pricing-item-two {
    -webkit-box-shadow: 10px 0 60px rgba(234, 87, 75, 0.1);
    box-shadow: 10px 0 60px rgba(234, 87, 75, 0.1);
}

.dg_custom .slider-video {
    overflow: unset !important;
}

.dg_custom .pricing-item-two {
    padding: 20px 20px 30px;
}

.dg_custom .pricing-item-two .pricing-inner {
    display: block;
}

.dg_custom .pricing-item-two .pricing-inner .price-and-btn .content {
    width: 100%;
    text-align: center;
}

.dg_custom .pricing-item-two .pricing-inner .price-and-btn .content a {
    margin-bottom: 30px;
}

.dg_custom .list-style-two li:not(:last-child) {
    margin-bottom: 0;
}

.dg_custom .pricing-item-two .pricing-inner .list-style-two {
    font-size: 16px;
    text-align: left;
}

.dg_custom .testimonial-item-two .testimonial-author {
    max-width: 40px;
}

.dg_custom .testimonial-item-two .testimonial-author img {
    visibility: hidden;
}

.dg_custom.dark-version.home-one .slick-arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}

.dg_custom.dark-version.home-one .slick-arrow:hover {
    background-color: var(--dg-secondary-dark);
}

.dg_custom .testimonial-item-two .author-description:before {
    border-radius: 10px;
}

.dg_custom .contact-info-wrap {
    padding: 30px;
}

.dg_custom .contact-area-form input, 
.dg_custom .contact-area-form select, 
.dg_custom .contact-area-form textarea, 
.dg_custom .contact-area-form .nice-select, 
.dg_custom .contact-area-form .form-control {
    padding: 12px 20px;
}

.dg_custom .contact-info-item:not(:last-child) {
    margin-bottom: 25px;
}

.dg_custom .contact-info-item .icon {
    width: 50px;
    height: 50px;
}

.dg_custom .contact-info-item .title {
    display: block;
    margin-bottom: -1px;
}

.dg_custom .contact-info-item .text {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.dg_custom .dg_pricing--mobile-view .pricing-item-two {
    box-shadow: none !important;
}

.dg_custom .dg-pricing-slider-active .project-item {
    margin-right: 2px;
    margin-left: 2px;
}

.dg_custom .main-header.header-two .menu-btns .theme-btn.style-three:focus,
.dg_custom .main-header.header-two .menu-btns .theme-btn.style-three:active {
    color: var(--dg-light);
}

.dg_custom textarea {
    resize: none;
}

.dg_custom .section-title .sub-title.style-two:before {
    content: url('../images/Arrow.png');
}

.dg_custom .dg_video--area,
.dg_custom .dg_cta {
    background-color: var(--dg-black);
}

.dg_custom .list-style-three li:before {
    color: var(--dg-secondary);
}

.dg_custom .ww-do-two-content .feature-item-two .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--dg-tertiary);
}

.dg_custom .ww-do-two-content .feature-item-two.dg_premium .icon {
    background-color: var(--dg-secondary);
}

.dg_custom .dg_about--icon {
    width: 46px !important;
    height: 46px !important;
    font-size: 20px !important;
}

.dg_custom .dg_about--icon.dg_about--primary { background-color: var(--dg-primary) !important; }
.dg_custom .dg_about--icon.dg_about--secondary { background-color: var(--dg-secondary) !important; }
.dg_custom .dg_about--icon.dg_about--tertiary { background-color: var(--dg-tertiary) !important; }
.dg_custom .dg_about--icon.dg_about--blue { background-color: var(--dg-blue) !important; }
.dg_custom .dg_about--icon.dg_about--blue-light { background-color: var(--dg-blue-light) !important; }
.dg_custom .dg_about--icon.dg_about--yellow { background-color: var(--dg-yellow) !important; }
.dg_custom .dg_about--icon.dg_about--purple { background-color: var(--dg-purple) !important; }
.dg_custom .dg_about--icon.dg_about--orange { background-color: var(--dg-orange) !important; }
.dg_custom .dg_about--icon.dg_about--yellow { background-color: var(--dg-yellow) !important; }

.dg_custom .year-of-experience {
    background-color: var(--dg-primary);
}

.dg_custom .year-of-experience .number {
    font-family: 'Kumbh Sans', sans-serif;
}

.dg_custom .dg_global--cta {
    position: relative;
    background-image: url('../images/Slider-03.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dg_custom .dg_global--cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 13, 14, 0.92);
    z-index: 1;
}

.dg_custom .dg_custom--list-style-four li:not(:last-child) {
    margin-bottom: 0;
}

.dg_custom .dg_custom--list-style-four li:before {
    color: var(--dg-tertiary);
}

.dg_custom .responsive-design-area .responsive-design-image {
    margin-right: 0;
}

.dg_custom .about-content-one .list-style-one li:after {
    border: 1px solid var(--dg-border);
}

.dg_custom .about-content-one .list-style-one li:not(:last-child) {
    border-bottom: 1px solid var(--dg-border);
}

/* .dg_custom.dark-version.home-one .form-control,  */
.dg_custom.dark-version.home-one .widget_newsletter, 
.dg_custom.dark-version.home-one .pricing-item-two .title, 
.dg_custom.dark-version.home-one .counter-item.style-two:not(:hover) {
    border-bottom: 1px solid var(--dg-border) !important;
}

@media only screen and (min-width: 576px) {
    .dg_custom .border-right {
        border-right: 1px solid var(--dg-border);
    }
}

@media only screen and (min-width: 992px) {
    .dg_custom .what-we-offer:after {
        background-color: var(--dg-border);
    }
}

@media only screen and (max-width: 375px) {
    .dg_custom .tbr_image--fix-mobile {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 0 0 10px 0 !important;
    }
}

@media only screen and (max-width: 1200px) {
    .dg_custom .cta-item.dg_fix--mobile {
        padding-bottom: 0;
    }
}

/* Project filter */
.dg_custom .filter-btns-one li {
    text-decoration: none;
    box-shadow: none;
}

.dg_custom .filter-btns-one li,
.dg_custom .filter-btns-one li.current {
    color: var(--dg-light);
}

.dg_custom .filter-btns-one li.current {
    background-color: var(--dg-primary);
}

.dg_custom.dark-version .product-item {
    margin-bottom: 30px;
    background-color: var(--dg-primary-dark);
}

.dg_custom .product-item .content {
    box-shadow: none;
}

/* Aside */
.dg_custom .hidden-bar .inner-box {
    padding-top: 60px;
}

.dg_custom .hidden-bar .inner-box .cross-icon {
    right: 20px;
    top: 20px;
}

/* Button light hover */
.dg_custom .theme-btn.dg_hover--light:focus,
.dg_custom .theme-btn.dg_hover--light:active,
.dg_custom .theme-btn.dg_hover--light:focus i,
.dg_custom .theme-btn.dg_hover--light:active i {
    color: var(--dg-light);
}

.dg_custom .theme-btn.dg_hover--light:hover,
.dg_custom .theme-btn.dg_hover--light:hover i {
    color: var(--dg-primary);
}

.dg_custom .theme-btn.dg_hover--light::after {
    background-color: var(--dg-light);
}

/* Button dark hover */
.dg_custom .theme-btn.dg_hover--dark:focus,
.dg_custom .theme-btn.dg_hover--dark:active,
.dg_custom .theme-btn.dg_hover--dark:focus i,
.dg_custom .theme-btn.dg_hover--dark:active i {
    color: var(--dg-light);
}

.dg_custom .theme-btn.dg_hover--dark:hover,
.dg_custom .theme-btn.dg_hover--dark:hover i {
    color: var(--dg-primary);
}

.dg_custom .theme-btn.dg_hover--dark::after {
    background-color: var(--dg-black);
}

/* Custom hader */
.dg_custom .header-inner {
    justify-content: space-between;
}

.dg_custom ul.navigation li a:hover {
    text-decoration: none;
}

.dg_custom ul.navigation li a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 4px;
    border-radius: 4px;
    transition: all 0.3s;
}

.dg_custom ul.navigation li a:hover::after,
.dg_custom ul.navigation li a.dg_active::after {
    width: 100%;
}

.dg_custom .main-header.fixed-header .header-upper {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
}

.dg_custom .pricing-item-two .pricing-inner .price-and-btn .price {
    display: block;
    margin-bottom: 20px;
}

.dg_custom .pricing-item-two .pricing-inner .price-and-btn .price:after {
    display: none;
}

.dg_custom .pricing-item-two .list-style-two li:before {
    width: 24px;
    height: 24px;
    margin: 3px 4px;
    background-color: transparent !important;
    background-image: url('../svg/Icon-Check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
}

.dg_custom .pricing-item-two .list-style-two li:hover:before {
    background-image: url('../svg/Icon-Check.svg');
}

.dg_custom .pricing-item-two .list-style-two li.dg_exclude:before {
    background-image: url('../svg/Icon-Close.svg');
}

.dg_custom .pricing-item-two .list-style-two li.dg_exclude:hover:before {
    background-image: url('../svg/Icon-Close.svg');
}

.dg_custom .pricing-item-two .price-and-btn .price.dg_call:before {
    display: none;
}

.dg_custom .dg_ngo.mission-visson-content p {
    font-size: 18px;
}

.dg_custom .contact-info-item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dg_custom.dark-version.home-one .cta-item .details-btn:hover,
.dg_custom.dark-version.home-one .counter-item.style-two:hover {
    border-color: var(--dg-primary-dark);
}

.dg_custom .contact-area {
    background-color: var(--dg-black);
}

.dg_custom .main-header .header-upper a img {
    max-width: 200px;
}

@media only screen and (min-width: 768px) {
    .dg_custom .main-header .header-upper a img {
        max-width: 300px;
    }
}

@media only screen and (min-width: 1200px) {
    .dg_custom .main-header .container {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 991px) {
    .dg_custom .main-menu .navbar-collapse > ul {
        background-color: var(--dg-primary-dark);
    }

    .dg_custom .main-menu .navbar-collapse li,
    .dg_custom .main-menu .navbar-collapse > ul > li:last-child {
        border: none;
    }

    .dg_custom .main-menu .navbar-collapse li a {
        margin-bottom: 4px;
    }
}

@media only screen and (max-width: 1399px) {
    .main-menu .navbar-collapse li {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Custom slider */
.dg_custom .slider-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(240, 6%, 10%, 0.2);
}

.dg_custom .slider-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.dg_custom  .slider-video .video-title {
    font-size: 90px;
    bottom: 16px !important;
}

@media only screen and (min-width: 992px) {
    .dg_custom .main-slider-area {
        padding-top: 20px;
    }

    .dg_custom .slider-content {
        padding-top: 50px;
        padding-bottom: 50px;
        max-width: 400px;
    }

    .dg_custom .slider-content h1 {
        font-size: 65px;
    }

    .dg_custom .slider-video {
        right: 30px;
    }

    .dg_custom .main-slider-dots {
        margin-top: -105px;
    }
}

@media only screen and (min-width: 1200px) {
    .dg_custom .main-slider-area {
        padding-top: 20px;
    }

    .dg_custom .slider-content {
        padding-top: 80px;
        padding-bottom: 80px;
        max-width: 550px;
    }

    .dg_custom .slider-content h1 {
        font-size: 75px;
    }

    .dg_custom .slider-video {
        right: 30px;
    }

    .dg_custom .main-slider-dots {
        margin-top: -105px;
    }
}

@media only screen and (max-width: 991px) {
    .dg_custom .slider-content {
        padding-top: 0;
    }
}

/* Footer custom */
.dg_custom .footer-logo img {
    max-width: 300px;
}

.dg_custom.dark-version.home-one .social-style-two a {
    box-shadow: none;
}

.dg_custom .widget_nav_menu .list-style-two li {
    width: calc(50% - 40px);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
    padding-top: 0;
    padding-bottom: 4px;
    margin-right: 20px;
    margin-bottom: 5px;
}

.dg_custom .widget_nav_menu .list-style-two li:nth-child(even) {
    margin-right: 0;
}

.dg_custom .widget_about p {
    line-height: 28px;
}

.dg_custom .widget_about a {
    color: #ADADB8;
}

.dg_custom .main-footer.footer-two .footer-bottom {
    padding: 15px 0;
}

@media only screen and (max-width: 375px) {
    .dg_custom .widget_nav_menu .list-style-two li {
        display: inline-flex;
        width: calc(50% - 13px);
    }
}

/* Hidden bar */
.dg_custom .hidden-bar {
    background-color: var(--dg-primary-dark);
    border: none;
}

.dg_custom.home-one .hidden-bar .social-style-one a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.dg_custom.home-one .hidden-bar .social-style-one a i.fa-instagram {
    font-size: 123%;
}

.dg_custom.home-one .hidden-bar .social-style-one a:hover {
    color: var(--dg-light);
}

/* Benefit slider */
.dg-benefit-two-active {
    margin-left: -110px;
    margin-right: -110px; 
}

@media only screen and (max-width: 1199px) {
    .dg-benefit-two-active {
        margin-left: -30px;
        margin-right: -30px; 
    } 
}

.dg-benefit-two-active .testimonial-item-two {
    margin-left: 110px;
    margin-right: 110px; 
}

@media only screen and (min-width: 480px) {
    .dg-benefit-two-active .testimonial-item-two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
    } 
}

@media only screen and (max-width: 1199px) {
    .dg-benefit-two-active .testimonial-item-two {
        margin-left: 30px;
        margin-right: 30px; 
    } 
}

/* Brand slider */
.dg_custom .dg_brand .feature-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 0;
    box-shadow: none;
}

.dg_custom .dg_brand .feature-item .image {
    border: 1px solid var(--dg-border);
    border-radius: 7px;
    overflow: hidden;
    padding: 45px 25px;
}

.dg_custom .dg_brand .feature-item .image:hover {
    border: 1px solid var(--dg-primary);
}

.dg_custom .dg_brand .feature-item .image img {
    max-width: 100%;
    height: 100%;
    max-height: 50px;
    width: initial;
}

.dg_custom .dg_brand .feature-item .image img.dg_divi {
    max-height: 60px;
}

/* Show PDF */
.dg_modal--pdf .modal-dialog {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.dg_modal--pdf .modal-content {
    background-color: transparent;
    border-radius: 14px;
    border: none;
    padding: 0;
}

.dg_modal--pdf .modal-content .modal-header {
    background-color: var(--dg-black);
    position: fixed;
    width: 100%;
    height: 50px;
    border-radius: 0;
    z-index: 2;
    border-bottom: 1px solid var(--dg-border);
}

.dg_modal--pdf .modal-content .modal-body {
    padding: 0;
    margin-top: 50px;
}

.dg_modal--pdf .btn-close {
    width: 36px;
    height: 36px;
    padding: 0;
    margin-right: 10px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    box-shadow: none !important;
    outline: none !important;
}

.dg_modal--pdf .btn-close svg {
    width: 100%;
    height: 100%;
}

.modal-backdrop.show {
    opacity: .8;
}

/* Roudend cornor */
.dg_custom .dg_rounded--cornor,
.dg_custom .slider-video,
.dg_custom .about-image-one img,
.dg_custom .bg-squire-shape::before,
.dg_custom .project-three-active .project-item,
.dg_custom .contact-info-wrap,
.dg_custom .contact-area-form input, 
.dg_custom .contact-area-form select, 
.dg_custom .contact-area-form textarea, 
.dg_custom .contact-area-form .nice-select, 
.dg_custom .contact-area-form .form-control,
.dg_custom .dg_image--rounded-corner,
.dg_custom.dark-version .product-item,
.dg_custom .year-of-experience {
    border-radius: 7px;
    overflow: hidden;
}

/* Custom color */
.dg_custom .social-style-two a:hover,
.dg_custom .social-style-two a:focus,
.dg_custom .social-style-two a:active,
.dg_custom .scroll-top,
.dg_custom .feature-item-five:hover,
.dg_custom .feature-item-five:focus,
.dg_custom .feature-item-five:active,
.dg_custom.home-one .list-style-one li:before,
.dg_custom .bg-squire-shape::before,
.dg_custom .project-item.style-two .project-content .category:after, 
.dg_custom .project-item.style-two .project-content .category:before,
.dg_custom.home-one .slick-dots li.slick-active,
.dg_custom.dark-version.home-one .project-item .details-btn:hover,
.dg_custom.dark-version.home-one .project-item .details-btn:focus,
.dg_custom.dark-version.home-one .project-item .details-btn:active,
.dg_custom.home-one .work-process-item .icon i,
.dg_custom .cta-item .icon,
.dg_custom.home-one .list-style-two li:before,
.pricing-item-two .pricing-inner .price-and-btn .theme-btn.style-three:after,
.dg_custom .pricing-item-two .badge,
.dg_custom.dark-version.home-one .list-style-two li:hover::before,
.dg_custom.dark-version.home-one .list-style-two li:focus::before,
.dg_custom.dark-version.home-one .list-style-two li:active::before,
.dg_custom .theme-btn.style-three::after,
.dg_custom .theme-btn.style-three:hover::after,
.dg_custom .theme-btn.style-three:focus::after,
.dg_custom .theme-btn.style-three:active::after,
.dg_custom .video-play,
.dg_custom .theme-btn,
.dg_custom .bgc-black-with-lighting:after,
.dg_custom .bgc-black-with-lighting:before,
.dg_custom ul.navigation li a::after,
.dg_custom.dark-version.home-one .slick-arrow:not(:hover),
.dg_custom .testimonial-item-two .testimonial-author:before,
.dg_custom .testimonial-item-two .author-description:before,
.dg_custom .contact-info-item .icon,
.dg_custom.home-one .hidden-bar .social-style-one a:hover {
    background-color: var(--dg-primary);
}

.dg_custom a:hover,
.dg_custom a:focus,
.dg_custom a:active,
.dg_custom .section-title .sub-title,
.dg_custom .feature-item-five i,
.dg_custom .service-item.style-three .icon i,
.dg_custom .project-item.style-two .project-content .category,
.dg_custom.dark-version.home-one .project-item .details-btn:not(:hover),
.dg_custom .pricing-item-two .pricing-inner .price-and-btn .theme-btn.style-three:not(:hover),
.dg_custom.dark-version.home-one .cta-item .details-btn:hover,
.dg_custom.dark-version.home-one .cta-item .details-btn:focus,
.dg_custom.dark-version.home-one .cta-item .details-btn:active,
.dg_custom .pricing-item-two .pricing-inner .price-and-btn .price,
.dg_custom.dark-version.home-one .list-style-two a:hover,
.dg_custom.dark-version.home-one .list-style-two a:focus,
.dg_custom.dark-version.home-one .list-style-two a:active,
.dg_custom .theme-btn:hover,
.dg_custom .theme-btn:focus,
.dg_custom .theme-btn:active,
.dg_custom.dark-version.home-one .slick-arrow:hover,
.dg_custom .testimonial-item-two .author-description .h5,
.dg_custom.home-one .section-title h2 span,
.dg_custom.home-one .hidden-bar .social-style-one a {
    color: var(--dg-primary);
}

.dg_custom.home-one .slick-dots li,
.dg_custom.home-one .work-process-item .icon:before,
.dg_custom .pricing-item-two .pricing-inner .price-and-btn .theme-btn.style-three,
.dg_custom .theme-btn.style-three,
.dg_custom .theme-btn.style-three:hover,
.dg_custom .theme-btn.style-three:focus,
.dg_custom .theme-btn.style-three:active {
    border-color: var(--dg-primary);
}

/* Disabled button */
.dg_disabled {
    pointer-events: none;
    opacity: .3;
}

.dg_badge--coming-soon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 16px;
    right: 16px;
    width: auto;
    height: 40px;
    padding: 8px 20px;
    border-radius: 7px;
    background-color: var(--dg-tertiary);
    color: var(--dg-light);
    z-index: 2;
}

/* Equal height di pricing table */
.dg_fix--equal-height .pricing-item-two {
    min-height: calc(100% - 30px);
}

/* Fix bug section CTA on mobile device */
.dg_global--cta .section-title,
.dg_global--cta .theme-btn {
    position: relative;
    z-index: 9;
}

/* Table view */
.dg_table--view .dg_tv--item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.dg_table--view .dg_tv--item .dg_tv--number {
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    text-align: left;
    padding-right: 5px;
}

/* .dg_table--view .dg_tv--item .dg_tv--title {
    color: var(--dg-light);
    font-weight: 700;
} */