/*
Theme Name: DT
Theme URI: https://google.com
Author: D.T.
Author URI: http://google.com/
Description: DT WordPress Theme Â© 2020.
Version: 0.0.27
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: dt

DT WordPress Theme Â© 2020 D.T.
DT is distributed under the terms of the GNU GPL

1. header
2. footer
3. front page
*/

.show-detail .advgb-accordion-body, .show-detail .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content {
    display: block !important;
}

html {
    scroll-behavior: smooth;
}
a {
    /* color: #7830a9; */
    color: #63139b;
}

@media only screen and (min-width: 992px){
    header .logo-menu-wrap .menu ul li ul li a {
        background: #fff;
        display: block;
        padding: 7px 5px;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 400;
        color: #666;
    }
    a:hover {
        color: #f46f46;
    }
    .link_hidden_txt {
        display: inline-block;
        text-indent: -9999em;
    }
    .ig_video, .ig_img {
        width: 100%;
    }

    li {
        margin-bottom: 6px;
    }
    .wpml-ls-slot-13 .sub-menu{
        column-count: 4;
        margin-left: -153px;
    }
    input, textarea, button {
        outline: none;
    }
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:active,
    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 1000px white inset !important;
        -webkit-text-fill-color: #555555 !important;
    }
    input::placeholder {
        font-size: 14px;
        opacity: 0.8;
    }
    input:focus::placeholder {
        color: transparent;
    }
    .open {
        display: block !important;
    }
    .open-img {
        display: inline-block !important;
    }
    .d-none {
        display: none !important;
    }
    .g-recaptcha >div {
        margin: 0 auto;
    }

    /* start header */
    .navbar.logo-menu-wrap {
        -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.5);
        -moz-box-shadow: 0 -1px 3px rgba(0,0,0,.5);
        box-shadow: 0 -1px 3px rgba(0,0,0,.5);
        background-color: #f5f5f5;
    }
    .navbar .navbar-brand {
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        font-size: 23px;
        font-weight: bold;
    }

    .navbar .navbar-brand img {
        width: 60px;
    }

    .navbar .navbar-brand .brand-text {
        background: linear-gradient(158deg,#863fa6 22%,#e12c61 50%,#f46f46 80%);
        background: -webkit-linear-gradient(158deg,#863fa6 22%,#e12c61 50%,#f46f46 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-box-decoration-break: clone;
        padding-top: 14px;
        /* display: block; */
        display: -webkit-box;
        height: 50px !important;
    }
    .navbar .nav-menu-primary {
        transition: all 0.3s ease;
        margin-bottom: 0;
        justify-content: flex-end;
        align-items: center;
        margin-top: 14.5px;
        padding-left: 0;
        list-style-type: none;
        margin-left: auto;
    }
    .navbar .nav-menu-primary .menu {
        list-style: none;
        padding: 0;
    }

    .navbar .nav-menu-primary .menu li {
        display: inline-block;
        position: relative;
        margin-bottom: 0;
        cursor: pointer;
        padding: 6px;
    }
    .navbar .nav-menu-primary .menu li:hover a, .navbar .nav-menu-primary .menu li:focus a {
        text-decoration: none;
    }
    .navbar .nav-menu-primary .menu li a {
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        align-items: center;
        height: 100%;
        text-decoration: none;
        font-size: 17px;
        font-weight: 500;
        color: #212529
    }

    .navbar .nav-menu-primary .menu li.current-menu-item > a,
    .navbar .nav-menu-primary .menu li:hover > a {
        /* color: #7830a9; */
        color: #63139b;
    }
    .navbar .nav-menu-primary .menu li.menu-item-has-children > a::after,
    #langswitcher .dropdown-toggle::after {
        /* content: 'â–¼'; */
        margin-top: 8px;
        vertical-align: sub;
    }
    .navbar .nav-menu-primary .menu li .menu-item-title-wrap {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .navbar .nav-menu-primary .sub-menu {
        background-color: linear-gradient(45deg,#ea1581,#833AB4 100%);
        padding: 0;
    }

    .navbar .nav-menu-primary .sub-menu.dropdown-open {
        opacity: 1;
        visibility: visible;
    }

    .navbar .nav-menu-primary .sub-menu .sub-menu {
        left: 100%;
        right: auto;
        top: 1px;
    }

    .navbar .nav-menu-primary .sub-menu li {
        border-top: none;
        min-width: 150px;
        padding: 0;
        width: 250px;
    }

    .navbar .nav-menu-primary .sub-menu li > a {
        padding: 10px 15px;
    }
    .navbar .nav-menu-primary .wpml-ls-current-language .sub-menu li {
        min-width: auto;
    }

    .navbar .nav-menu-primary .wpml-ls-menu-item .wpml-ls-flag {
        margin-inline-end: 5px;
    }

    .navbar .search-form input {
        line-height: 2;
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 7px 10px;
    }
    .modal-content {
        border: none;
        border-radius: 50px;
    }
    .modal-content .modal-body {
        padding: .5em;
        display: -ms-flexbox;
        display: flex;
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
    }
    .modal-body .searchform {
        width: 95%;
    }
    .modal-body input {
        border: none;
        line-height: 3;
        padding: 7px 10px;
        width: 100%;
        font-size: 17px;
    }
    .modal-body .close {
        background: transparent;
        border: none;
        font-size: 40px;
        cursor: pointer;
        color: #7e7e7e;
    }
    .modal-body .close:hover {
        color: #343434
    }
    #flags_language_selector {
        display: none;
    }
    user agent stylesheet

        /* end header */

        /* start footer */
    .footer-widgets-area {
        background-color: #EEF0ED;
        padding: 40px 0;
        text-align: center;
    }
    .footer-widgets-area a.brand {
        font-size: 22px;
        font-weight: 500;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-widgets-area a.brand img {
        max-width: 60px;
    }
    .footer-widgets-area .footer-widget-title {
        font-size: 17px;
        font-weight: bold;
    }
    .footer-widgets-area ul {
        list-style: none;
        padding: 0;
    }
    .footer-widgets-area a {
        color: #2b2b2b;
        font-size: 14px;
        text-decoration: none;
    }
    .footer-widgets-area a:hover {
        color: #f46f46;
    }

    #copyright {
        text-align: center;
        padding: 10px;
        background: #2e2e2e;
        color: #cecece;
        font-size: 15px;
    }
    #copyright span {
        display: inline-block;
    }
    .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
        margin-bottom: 0;
    }
    .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer,
    .wpml-ls-statics-footer .wpml-ls-current-language>a,
    .wpml-ls-statics-footer a {
        background-color: #111;
    }
    .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer:focus,
    .wpml-ls-statics-footer .wpml-ls-current-language>a:focus,
    .wpml-ls-statics-footer a:focus {
        background-color: transparent;
    }
    .wpml-ls-statics-footer a {
        color: #cecece;
    }
    .wpml-ls-statics-footer a:hover {
        color: #fff;
        background-color: transparent !important;
    }
    .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        padding: 7px;
    }
    .wpml-ls-legacy-list-horizontal  li.wpml-ls-item-legacy-list-horizontal {
        margin-inline-end: .4em;
    }
    .wpml-ls-legacy-list-horizontal a {
        padding: 5px;
    }
    .wpml-ls-legacy-list-horizontal a span.wpml-ls-native {
        margin-inline-start: .4em;
    }
    /* end footer */
    ol,ul {
        box-sizing: border-box;
        padding: 0 10px 0 10px;
    }

    /* start front page */
    .front-page {
        padding: 15px 0 50px;
    }

    /* start instagram accordion */
    .advgb-accordion-header {
        background: linear-gradient(45deg,#ea1581,#833AB4 100%) !important;
    }
    .advgb-accordion-body,
    .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content {
        border: 0px solid;
    }
    .advgb-accordion-header:focus, .advgb-accordion-header.ui-accordion-header.ui-state-default:focus
    .advgb-accordion-header:focus {
        border: none !important;
        border-radius: 0 !important;
    }
    .advgb-accordion-header h4.advgb-accordion-header-title, .advgb-accordion-header h4 {
        font-size: 1.1em !important;
    }
    /* end instagram accordion */
    .wp-block-media-text__media img, .wp-block-media-text__media video {
        height: auto;
    }

    /* end front page */

    /* start private downloader page */
    .private-downloader {
        padding: 15px 0 80px;
    }
    .private-downloader .btn {
        margin: 1em 0;
        padding: 8px 40px;
    }
    /* end private downloader page */

    /* start stepper */
    .steps {
        counter-reset: number;
        list-style-type: none;
        padding-inline-start: 20px;
    }
    .steps li {
        position: relative;
        padding-inline-start: 50px;
        margin-bottom: 35px;
    }
    .steps li:before {
        counter-increment: number;
        content: counter(number)"\a0";
        position: absolute;
        left: 0;
        background-color: #b2b2b2;
        color: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-inline-start: 3px;
    }
    .steps li:after {
        content: '';
        position: absolute;
        top: 35px;
        left: 15px;
        width: .0625rem;
        height: 40%;
        height: calc(100% - 38px);
        background-color: rgba(0,0,0,.1);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .steps li img {
        width: 291px !important;
        /* width: auto !important; */
        /* width:100%; */
        height: auto;
        margin-top: 15px;
    }

    /* old stepper */
    .stepper {
        list-style: none;
        padding-inline-start: 20px;
    }
    .stepper .step {
        position: relative;
    }
    .stepper .step-title {
        cursor: pointer;
    }
    .stepper .step-title a {
        text-decoration: none;
    }
    .stepper .step:not(.active) .step-title {
        /* padding-bottom: 35px; */
        padding-bottom: 0;
    }
    .stepper .step-title .step-title-no {
        background-color: #b2b2b2;
        color: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-inline-end: 12px;
    }
    .stepper .step.active .step-title .step-title-no {
        background-color: #3c35c2;
    }
    .stepper .step .step-content {
        padding-inline-start: 40px;
        margin-bottom: 5px;
        padding-bottom: 20px;
        transition: all 3s;
        visibility: hidden;
        opacity: 0;
    }

    /*
    .stepper .step:not(.active) .step-content .content {
        display: none;
    }
    .stepper .step.active .step-content {
        visibility: visible;
        opacity: 1;
    }
    */
    .stepper .step:not(.active) .step-content .content {
        display: block;
    }
    .stepper .step .step-content {
        visibility: visible;
        opacity: 1;
    }
    ul.stepper>.step:not(:last-of-type):after {
        content: '';
        position: absolute;
        top: 35px;
        left: 15px;
        width: .0625rem;
        height: 40%;
        height: calc(100% - 38px);
        background-color: rgba(0,0,0,.1);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    ul.stepper>.step.active:not(:last-child):after {
        height: calc(100% - 35px);
    }
    .stepper .step .step-content .next-step {
        text-decoration: none;
        padding: 7px 20px;
    }
    .stepper .step .step-content .next-step svg {
        vertical-align: bottom;
    }
    .stepper .step .step-content img {
        max-width: 100%;
    }
    /* end stepper */

    .dt-img {
        width: 291px;
    }
    @media(min-width: 992px) {
        .navbar .nav-menu-primary .menu {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: flex-end;
        }
        .navbar .nav-menu-primary .sub-menu {
            -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            max-height: inherit;
            top: 100%;
            position: absolute;
            overflow: visible;
            z-index: 100;
            opacity: 0;
            visibility: hidden;
        }
        .navbar .nav-menu-primary .menu-item-has-children:hover > .sub-menu,
        .navbar .nav-menu-primary .menu-item-has-children:focus > .sub-menu,
        .navbar .nav-menu-primary .menu-item-has-children:focus-within > .sub-menu {
            display: block;
            visibility: visible;
            opacity: 1;
        }
        .navbar .nav-menu-primary .menu li.search-form {
            display: none;
        }
        .wp-block-media-text__media img, .wp-block-media-text__media video {
            width: auto !important;
            max-width: 100%;
        }

    }

    @media(max-width: 991px) {
        .navbar-brand {
            margin-right: 0;
        }
        .navbar .nav-menu-primary {
            background: #f9f9f9;
            border-top: 1px solid #f5f3f3;
            z-index: 99;
        }
        .navbar .nav-menu-primary .menu li {
            display: block;
            padding: 6px 25px;
        }
        .navbar .nav-menu-primary .sub-menu {
            display: none;
        }
        .navbar .nav-menu-primary .menu li.nav-search {
            display: none;
        }

        .navbar .nav-menu-primary .menu li.wpml-ls-item {
            display: none;
        }
        #flags_language_selector {
            display: block;
            margin-inline-start: auto;
        }
        #flags_language_selector #langswitcher .dropdown-toggle {
            padding: 5px 0 0;
        }
        #flags_language_selector #langswitcher .dropdown-menu {
            min-width: auto;
            -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            border: none;
            border-radius: 0;
            right: 0;
            left: auto;
            column-count: 4;
            margin-top: 18px;  }
        .dropdown-item{padding: 0.2rem 0.6rem;text-decoration: none;}
    }
}

@media(max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media(max-width: 375px) {
    .navbar .navbar-brand .brand-text {
        font-size: 20px;
        padding-top: 8px;
    }
    .navbar .navbar-brand img {
        width: 40px;
        vertical-align: -webkit-baseline-middle;
    }
}
@media(max-width: 375px) {
    .resp-sngp-squr {
        width:300px;
        margin-right: auto;
        margin-left: -10px !important;
    }
    .steps li img {
        width: 200px !important;
    }
}
@media(max-width: 360px) {
    .resp-sngp-squr {
        width:300px;
        margin-right: auto;
        margin-left: -40px !important;
    }
    .navbar-toggler {
        padding: 0;
    }
}
.ads-after-results {
    padding-bottom: 10px;
    text-align: center;
    margin: 10px auto 25px auto;
}

.wp-block-uagb-info-box {
    color: #144261;
    background: #d5e9f6;
}
.uagb-infobox-icon-left-title .uagb-ifb-icon-wrap,
.uagb-infobox-icon-left .uagb-ifb-icon-wrap {
    margin-right: 5px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .uagb-infobox-stacked-mobile.uagb-infobox__content-wrap {
        display: flex !important;
    }
    .uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-image-content,
    .uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-icon-wrap,
    .uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-content {
        width: fit-content !important;
        text-align: justify !important;
    }
    .uagb-infobox__content-wrap .uagb-ifb-icon-wrap > svg {
        padding-left: 5px !important;
    }
}
.menuDown{
    line-height: 44px;
    margin-bottom: 15px;
    color: #63139b;
}
.menuDown>img{
    margin-top: 17px;
}
/*----------language-----------*/
.nav .dropdown_language {
    display: inline-block;
    position: relative;
    height: 122.3px;
}
.dropbtn{
    border: none;
    height: 63.8px;
    font-size: 16px;
    max-height: 100px;
    background: transparent;
    padding: 0 16px;
    color: #63139b;
    cursor: pointer;
    margin-top: 5px;
}
.nav .dropbtn:hover {
    color: #63139b;
}
#dropdownLanguage{
    position: absolute;
    min-width: 140px;
    line-height: 1.75;
    background-color: #FFFFFF;
    z-index: 1;
    padding: 0;
    list-style-type: none;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
}
#dropdownLanguage li{
    list-style-type: none;
    margin: 0;
    display: block;
    width: 140px;
    height: 32px;
}
#dropdownLanguage>li:hover {
    background-color: rgba(26, 163, 255, 0.5);
}
#dropdownLanguage a{
    padding: 2px 16px;
    color: black;
    font-size: 15px;
    text-decoration: none;
    display: block;
    width: 140px;
    line-height: 32px;
}
.dropdown-content{
    display: none;
}
.dropdown-content.show{
    display: block;
}
.nav .centered{
    max-width: 900px;
    justify-content: space-between;
    display: flex;
}
.dropbtn:hover, .dropbtn:focus {
    color: #63139b;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/*----------language----[END]-------*/
/*----------menu-----------*/
@media (max-width: 991px) {
    .navbar .nav-menu-primary {
        background: #f9f9f9;
        border-top: 1px solid #f5f3f3;
        z-index: 99;
    }
}
.navbar .nav-menu-primary {
    transition: all 0.3s ease;
    margin-bottom: 0;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    list-style-type: none;
    margin-left: auto;
}
.navbar .nav-menu-primary .menu {
    list-style: none;
    padding: 0;
}
@media (max-width: 991px) {
    .navbar .nav-menu-primary .menu li {
        display: block;
        padding: 6px 25px;
    }
}
.menu-main-menu{
    display: flex;
}
.menuHeader{
    display: flex;
}
#header-menu{
    position: absolute;
    top: 79px;
    right: 0px;
}
@media (max-width: 991.98px){
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
    .dropbtn {
        margin: auto;
    }
    .navbar-brand{
        margin: auto 0;
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        font-weight: bold;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }
    .brand-text {
        background: linear-gradient(158deg,#863fa6 22%,#e12c61 50%,#f46f46 80%);
        background: -webkit-linear-gradient(158deg,#863fa6 22%,#e12c61 50%,#f46f46 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-box-decoration-break: clone;
        padding-top: 14px;
        /* display: block; */
        display: -webkit-box;
        height: 50px !important;
    }
    .collapse{
        position: fixed;
        top: 70px;
        right: 0;
    }
    .navbar .nav-menu-primary .menu li {
        display: block;
        padding: 6px 25px;
    }
    #header-menu{
        width: 300px;
        border: 0px;
    }
    #header-menu
    .collapse{
        display: none;
    }
    #header-menu ul{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #menu-main-menu li:hover {
        background: linear-gradient(45deg,#FF99CC,#FF9999 100%) !important;
        width: 100%;
    }
    #header-menu li{
        padding: 6px 25px;
    }
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}
.wp-block-image .aligncenter img {
    height: auto;
}
.nav-menu-primary{
    display: block;
}
.navbar.logo-menu-wrap {
    -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 -1px 3px rgba(0,0,0,.5);
    box-shadow: 0 -1px 3px rgba(0,0,0,.5);
}
.navbar .nav-menu-primary .menu li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    padding: 6px;
}
figcaption{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.sub-menu{
    background: #FFFFFF;
}
.sub-menu>li:hover{
    background: linear-gradient(45deg,#FF99CC,#FF9999 100%);
}
.dropdown-content>li:hover{
    background: linear-gradient(45deg,#FF99CC,#FF9999 100%);
}
.navbar .nav-menu-primary .menu li a {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    text-decoration: none;
    font-size: 17px;
    font-weight: 545;
    color: #63139b;
}
@media (min-width: 992px){
    #header-menu {
        display: none !important;
    }
}
#menu{
    max-height: 100px;
    background: linear-gradient(45deg,#FF99CC,#FF9999 100%) !important;
}
#btnChangeLanguage:focus + #dropdownLanguage {
    display: block;
}
.dropdown_language:hover #dropdownLanguage {
    display: block;
}
#header-menu .show {
    display: block;
}


/*----------menu----[END]-------*/
/*----------result-----------*/
.area-preview{
    position: relative;
    display:inline-block ;
    max-width: 800px;
    margin-bottom: 20px ;
}
.area-preview{
    flex-direction: column;
    margin-bottom: 20px ;
    width: 40%;
}
.area-download{
    width: 60%;
    padding: 20px 20px 0px 20px;
}
.area-preview-photo{
    position: relative;
}
.area-preview b{
    text-align: center;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
#thumbnail{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 430px;
    border-radius: 6px;
}

#icon_play_video{
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.title-video {
    font-weight: bold;
    padding-top: 10px;
}
#result .nav-tabs {
    border-bottom: 1px solid #ddd;
}
#result .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
#result #list-format ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-top: 0;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
#result #list-format .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
#result #list-format .nav>li {
    position: relative;
    display: block;
}
#result #list-format .nav-tabs>li.active>a {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
#result #list-format .nav-tabs>li>a {
    border-radius: 2px 2px 0 0;
    color: #0e65c2;
    padding: 10px 20px 11px;
    transition: background-color .2s linear;
    font-weight: 700;
}
#result #list-format .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #eee;
}
#result #list-format .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
#result #list-format .nav-tabs>li>a {
    border-radius: 2px 2px 0 0;
    color: #0e65c2;
    padding: 10px 20px 11px;
    transition: background-color .2s linear;
    font-weight: 700;
}
#result #list-format .nav-tabs a {
    text-decoration: none;
    color: inherit;
}
/*.fade.in,*/
/*.fade.open {*/
/*    opacity: 1;*/
/*}*/
.tab-content>.active {
    display: block;
}
/*.fade {*/
/*    opacity: 0;*/
/*    -webkit-transition: opacity .15s linear;*/
/*    -o-transition: opacity .15s linear;*/
/*    transition: opacity .15s linear;*/
/*}*/
.table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0 !important;
    max-width: 100%;
}
.table-bordered {
    border: 1px solid #ddd;
}
#result #list-format thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
#result #list-format tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.hidden {
    display: none;
}
#result,
#preview-result {
    margin-top: 20px;
    margin-bottom: 50px;
}
.clearfix {
    clear: both;
}
.table {
    width: 100%;
}
.tab-content .table button {
    margin: auto;
    line-height: 64px !important;
}
.tab {
    overflow: hidden;
}
.tab button.active {
    border: 1px solid #ccc;
    border-bottom-width: 0;
    background-color: #f1f1f1;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 14px;
    transition: 0.3s;
    font-size: 17px;
}
.tab button:hover {
    background-color: #ddd;
}

#loading,
#audio_loading,
#result,
#result_mp3,
#video-relate{
    display: none;
}
#loading img {
    margin: auto;
    background: 0 0;
}

/*relate post*/
#video-relate{
    padding-top: 24px;
    max-width: 850px;
    margin: 0 auto;
}
#video-relate>p{
    border-bottom: 1px solid rgba(171, 173, 177, 0.6);
    text-align: left;
}
.video-relate-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
}
li.video-relate-item{
    flex-basis: 25%;
    padding: 0 16px;
    box-sizing: border-box;
}
li.video-relate-item img{
    width: 90%;
    height: 150px;
    object-fit: cover;
}
.video-relate-item .image-container{
    position: relative;
}
.video-relate-item .image-container .icon-play{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

li.video-relate-item .video-relate-desc{
    text-align: center;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
/*endrelate post*/

/*modal*/
.modal{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    align-items: flex-start;
    justify-content: center;
    display: none;
}
.modal.open{
    display: flex;
    opacity: 1;
    z-index: 5;
}
.modal-content {
    width: 100%;
    min-height: 200px;
    max-width: calc(100% - 32px);
    animation: modalFadein ease .5s;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: right;
    font-size: 25px;
}
.modal-body {
    position: relative;
    padding: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.modal-footer {
    padding: 12px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 5px;
}
.modal-btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border: 1px solid #adadad;
    border-radius: 5px;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    max-width: 100%;
}
.modal-content {
    width: 100%;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header button.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    margin-top: -2px;
    margin-right: 10px;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.clearfix:before, .clearfix:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after, .modal-header:after, .modal-footer:after {
    clear: both;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 100px auto;
    }
}
#result,
#preview-result {
    margin-top: 20px;
    margin-bottom: 50px;
}
.clearfix {
    clear: both;
}
.table {
    width: 100%;
}
.tab-content .table button {
    margin: auto;
    margin-top: 16px;
}
.w-100 {
    width: 100%;
}
.tab-toggle{
    display: flex;
}
.tab-content {
    border-top: none;
    transition: all.5s;
}

/*Css for pc*/
@media (min-width: 740px) {
    .area-preview,
    .area-download {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .area-preview{
        width: 350px;
        float: left;
    }
    .area-download {
        width: calc(100% - 350px);
        float: left;
        padding-top: 30px;
    }
    .area-preview-video{
        padding-top: 30px;
    }
    /*.photo-preview{*/
    /*    flex-wrap: wrap;*/
    /*    animation: modalFadein ease .5s;*/
    /*}*/
    .photo-item-preview{
        width: calc(50% - 20px);
        margin: 5px;
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 5px;
    }
    .photo-item-preview img{
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }
}
/*End modal*/
#audio_preview{
    display: none;
}
.table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0 !important;
    max-width: 100%;
}
.table-bordered {
    border: 1px solid #ddd;
}
#result #list-format thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
#result #list-format tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
}
.table>thead>tr>th, .table>tbody>tr>td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #dcdfe4;
    border-top: 0;
}
.table>thead>tr>th {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    border: 1px solid #ddd;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
table>tbody>tr>td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #dcdfe4;
    border-top: 0;
}
.table-bordered>tbody>tr>td{
    border: 1px solid #ddd;
}
tr td {
    text-align: center !important;
}
tr td span{
    line-height: 64px;
}
.audio-format {
    display: inline-block;
    width: fit-content;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table tr th {
    text-align: center !important;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr td {
    text-align: center !important;
}
.label-primary {
    background-color: #337ab7;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.form-control {
    border: 1px solid #dcdfe4;
    height: 36px;
    padding: 0 10px;
    border-radius: 4px;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
#result thead a {
    text-decoration: none;
    color: inherit;
}
.audio-format {
    display: inline-block;
    width: fit-content;
}
#list-format .nav-tabs{
    margin-top: 0 !important;
    margin-bottom: 0!important;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.table>thead>tr>th, .table>tbody>tr>td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #dcdfe4;
    border-top: 0;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*----------result----[END]-------*/
/*------media-container-------*/
.media-container{
    margin-top: 20px;
}
.media-container .media-row {
    margin-bottom: 10px;
}
.media-container.single-item .item {
    width: 100%;
    max-width: 320px;
}
.media-container .item {
    width: 50%;
    padding: 0 20px;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
}
.media-container .item video{
    max-width: 320px;
    margin: 0 auto;
}
/*------media-container [END]-------*/
/*----------footer---------*/
.footer-widgets-area {
    background-color: #eef0ed;
    padding: 40px 0;
    text-align: center;
}
.menu{
    list-style-type: none;
}
.footer-widgets-area a.brand {
    font-size: 22px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
}
.footer-widgets-area a {
    color: #2b2b2b;
    font-size: 14px;
    text-decoration: none;
}
#footer img{
    margin-left: 0;
    margin-right: 0;
}
.page1{
    padding-bottom: 100px;
    padding-top: 20px;
}
/*----------footer [END]---------*/
@media(max-width: 767px) {
    li.video-relate-item{
        flex-basis: 50%;
    }
    .mb-md-3 {
        margin-bottom: 1rem!important;
    }
    .list-item{
        display: block;
    }
}
