.anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.btn {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

label.btn {
    margin-bottom: 0;
}

.d-flex > .btn {
    flex: 1;
}

.carbonads {
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    overflow: hidden;
    padding: 1rem;
}

.carbon-wrap {
    overflow: hidden;
}

.carbon-img {
    clear: left;
    display: block;
    float: left;
}

.carbon-text,
.carbon-poweredby {
    display: block;
    margin-left: 140px;
}

    .carbon-text,
    .carbon-text:hover,
    .carbon-text:focus {
        color: #fff;
        text-decoration: none;
    }

    .carbon-poweredby,
    .carbon-poweredby:hover,
    .carbon-poweredby:focus {
        color: #ddd;
        text-decoration: none;
    }

#kt_content.content {
    padding: 50px 0;
}

.text-blue {
    color: #3699FF;
}

.create-video #lnkCreateYourOwn.btn-primary {
    justify-content: center;
    min-width: 220px;
    margin: 20px 0;
}

.create-video h3 .text-blue {
    margin-bottom: 20px;
    display: inline-block;
}

.right-bar {
    padding-left: 55px;
    position: relative;
}

    .right-bar:before {
        background: #707070;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 55px;
        top: 0;
        content: '';
    }

.main-wrapper {
    max-width: 1700px;
    margin: 0 auto;
}

.add-video {
    padding-top: 30px;
}

    .add-video .ad_friendly {
        margin-top: 30px;
        justify-content: left;
    }

        .add-video .ad_friendly label {
            margin: 0;
            display: flex;
            align-items: center;
            position: relative;
            padding-left: 30px;
        }

            .add-video .ad_friendly label i {
                margin-left: 5px;
            }

            .add-video .ad_friendly label span {
                font-size: 18px;
                font-weight: 400;
            }

            .add-video .ad_friendly label input:checked ~ .checkmark {
                background-color: #3699FF;
                border-color: #3699FF;
            }

.checkmark {
    background: transparent url(../images/right-arrow.svg) no-repeat left 2px top 3px;
    background-size: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid #D5D5D5;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all 0.5s ease 0s;
}

.add-video .search-action {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

label.upload-limit {
    position: absolute;
    color: red;
    z-index: 99;
    bottom: -25px;
    left: 0;
    font-size: 12px;
    right: 0;
    width: auto;
    overflow: hidden;
    display: table;
    margin: 0 auto;
}

.add-video .search-action .btn-primary {
    background-color: #E1F0FF;
    color: #666;
    border-color: #E1F0FF;
    margin: 10px 30px 0 0;
    width: calc(33% - 12px);
    float: left;
    display: inline-flex;
    margin-right: 20px;
    justify-content: center;
    position: relative;
}

    .add-video .search-action .btn-primary:last-child {
        margin-right: 0;
    }

    .add-video .search-action .btn-primary.active {
        background-color: #3699FF;
        color: #fff;
        border-color: #3699FF;
    }

.search-content {
    margin-top: 40px;
}

    .search-content .form-control {
        background-color: transparent;
        height: 48px;
    }

        .search-content .form-control:focus {
            background-color: transparent;
            border-color: #187DE4;
        }

    .search-content .btn-success {
        width: 100%;
        color: #FFFFFF;
        background-color: #00A49C;
        border-color: #00A49C;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        height: 48px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 10px;
    }

    .search-content .image_holder {
        border: 1px solid #B6CEE2;
        background: #FAFAFA;
        padding: 15px;
        margin-top: 30px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
    }

        .search-content .image_holder #divVideoBody, .search-content .image_holder #divImageBody {
            height: 300px;
            overflow: auto;
        }

.dropzone.dz-clickable {
    border: 2px dashed #187DE4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropzone .dz-message .dz-button {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.step-btn {
    margin-top: 40px;
}

.ved_animations_box_list {
    background: #FAFAFA;
    display: flex;
    flex-wrap: wrap;
    height: 300px;
    overflow-y: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    /* border: 1px solid #B6CEE2;
    background: #FAFAFA;
    display: flex;
    flex-wrap: wrap;
    height: 300px;
    overflow-y: scroll;
    padding: 15px;
    margin-top: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;*/
}

.modal .modal-content {
    border-radius: 10px;
    overflow: hidden;
}

.modal .modal-header {
    background: #E1F0FF;
}

    .modal .modal-header .modal-title {
        width: 100%;
        text-align: center;
        font-size: 24px;
    }

.modal .close {
    background: #3699FF;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 16px;
    top: 12px;
    z-index: 9;
    opacity: 1;
    color: #fff !important;
    padding: 0 !important;
}

.modal .btn-group .btn-primary {
    min-width: 140px;
    justify-content: center;
}

/*#modalPayment .modal-dialog {
    max-width: 500px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modalPayment .modal-footer {
    justify-content: center;
}

#modalPayment .btn {
    min-width: 140px;
}

#modalPayment .btn.btn-default {
    background-color: #3699FF;
    border-color: #3699FF;
    color: #fff;
}

#modalPayment .btn.btn-default:hover,
#modalPayment .btn.btn-default:focus {
    color: #FFFFFF;
    background-color: #187DE4;
    border-color: #187DE4;
}*/

/*Need to remove from Id, it should be work with class*/
#modalProcessing .modal-dialog {
    max-width: 500px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modalProcessing .modal-footer {
    justify-content: center;
}

#modalProcessing .btn {
    min-width: 140px;
}

    #modalProcessing .btn.btn-default {
        background-color: #3699FF;
        border-color: #3699FF;
        color: #fff;
    }

        #modalProcessing .btn.btn-default:hover,
        #modalProcessing .btn.btn-default:focus {
            color: #FFFFFF;
            background-color: #187DE4;
            border-color: #187DE4;
        }
/*end*/


/*Need to remove from Id, it should be work with class*/
#modalProcessing .modal-dialog {
    max-width: 500px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modalProcessing .modal-footer {
    justify-content: center;
}

#modalProcessing .btn {
    min-width: 140px;
}

    #modalProcessing .btn.btn-default {
        background-color: #3699FF;
        border-color: #3699FF;
        color: #fff;
    }

        #modalProcessing .btn.btn-default:hover,
        #modalProcessing .btn.btn-default:focus {
            color: #FFFFFF;
            background-color: #187DE4;
            border-color: #187DE4;
        }
/*end*/

.crop-img-modal .modal-dialog {
    min-height: inherit;
    max-height: inherit;
    height: auto;
}

.image_video_select .search-action .btn {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
}

.cropper-container.cropper-bg {
    margin: 0 auto;
}

.dataTables_wrapper .dataTable tr td .btn {
    display: inline-flex;
    margin: 10px 15px 0 0;
    height: 44px;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    min-width: 120px;
    justify-content: center;
    text-transform: capitalize;
}

    .dataTables_wrapper .dataTable tr td .btn:last-child {
        margin-right: 0;
    }
/*.cropper-container.cropper-bg {
    max-width: 630px !important;
    max-height: 500px !important;
    width: 100% !important;
    height: 100% !important;
}

.cropper-container.cropper-bg .cropper-crop-box {
    width: 100% !important;
    height: 100% !important;
}*/
/*.cropper-container.cropper-bg{
    width: 100% !important;
    min-height: 500px !important;
}*/
/*.cropper-container.cropper-bg .cropper-view-box img{
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
}*/
/*.cropper-container.cropper-bg .cropper-canvas {
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
}*/
/*    .cropper-container.cropper-bg .cropper-crop-box {
        width: 100% !important;
        height: 100% !important;
        transform: none !important;
    }*/
/*.cropper-container.cropper-bg img {
    width: 100% !important;
    height: 100% !important;
}*/
@media (min-width: 768px) {
    .carbonads {
        float: right;
        margin-bottom: -1rem;
        margin-top: -1rem;
        max-width: 360px;
    }
}

.footer {
    font-size: 0.875rem;
    box-shadow: 0px 0px 40px 0px rgb(82 63 105 / 10%);
    -webkit-box-shadow: 0px 0px 40px 0px rgb(82 63 105 / 10%);
}


/*accordion Plus Minus chnage*/
.accordion {
    margin-top: 10px;
}

    .accordion .card {
        margin: 20px 0 0;
        border: none;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
    }

    .accordion .collapse-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #3699FF;
        padding: 15px 20px;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        position: relative;
        text-decoration: none;
        border-radius: 5px 5px 0 0;
    }

        .accordion .collapse-btn.collapsed {
            background: #E1F0FF;
            color: #666;
        }

            .accordion .collapse-btn.collapsed i.fa.fa-minus {
                display: none;
            }

            .accordion .collapse-btn.collapsed i.fa.fa-plus {
                display: block;
                color: #666;
            }

        .accordion .collapse-btn i.fa.fa-plus {
            display: none;
        }

        .accordion .collapse-btn i {
            color: #fff;
            padding: 0;
        }

    .accordion .card .card-body {
        padding: 20px 15px;
    }

/*accordion Plus Minus chnage end*/
.heart {
    color: #ddd;
    display: block;
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 0;
    margin-top: 1rem;
    position: relative;
    text-align: center;
    width: 100%;
}

    .heart:hover {
        color: #ff4136;
    }

    .heart::before {
        border-top: 1px solid #eee;
        content: " ";
        display: block;
        height: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
    }

    .heart::after {
        background-color: #fff;
        content: "♥";
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        position: relative;
        z-index: 1;
    }

.img-container,
.img-preview {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.img-container {
    margin-bottom: 1rem;
    max-height: 497px;
    min-height: 200px;
}

@media (min-width: 768px) {
    .img-container {
        min-height: 497px;
    }
}

.img-container > img {
    max-width: 100%;
}

.docs-preview {
    margin-right: -1rem;
}

.img-preview {
    float: left;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    overflow: hidden;
}

    .img-preview > img {
        max-width: 100%;
    }

.preview-lg {
    height: 9rem;
    width: 16rem;
}

.preview-md {
    height: 4.5rem;
    width: 8rem;
}

.preview-sm {
    height: 2.25rem;
    width: 4rem;
}

.preview-xs {
    height: 1.125rem;
    margin-right: 0;
    width: 2rem;
}

.docs-data > .input-group {
    margin-bottom: 0.5rem;
}

.docs-data .input-group-prepend .input-group-text {
    min-width: 4rem;
}

.docs-data .input-group-append .input-group-text {
    min-width: 3rem;
}

.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
    margin-bottom: 0.5rem;
    margin-right: 0.25rem;
}

.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
    margin-bottom: 0.5rem;
}

.docs-tooltip {
    display: block;
    margin: -0.5rem -0.75rem;
    padding: 0.5rem 0.75rem;
}

    .docs-tooltip > .icon {
        margin: 0 -0.25rem;
        vertical-align: top;
    }

.tooltip-inner {
    white-space: normal;
}

.btn-upload .tooltip-inner,
.btn-toggle .tooltip-inner {
    white-space: nowrap;
}

.btn-toggle {
    padding: 0.5rem;
}

    .btn-toggle > .docs-tooltip {
        margin: -0.5rem;
        padding: 0.5rem;
    }

@media (max-width: 400px) {
    .btn-group-crop {
        margin-right: -1rem !important;
    }

        .btn-group-crop > .btn {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

        .btn-group-crop .docs-tooltip {
            margin-left: -0.5rem;
            margin-right: -0.5rem;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }
}

.docs-options .dropdown-menu {
    width: 100%;
}

    .docs-options .dropdown-menu > li {
        font-size: 0.875rem;
        padding: 0.125rem 1rem;
    }

    .docs-options .dropdown-menu .form-check-label {
        display: block;
    }

.docs-cropped .modal-body {
    text-align: center;
}

    .docs-cropped .modal-body > img,
    .docs-cropped .modal-body > canvas {
        max-width: 100%;
    }

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .validation-summary-errors ul li {
        background: #F64E60;
        color: #fff;
        padding: 10px;
        border-radius: 3px;
    }

.height-full {
    height: 100vh;
}

.remember_link span {
    color: #B5B5C3;
    font-weight: 500;
    vertical-align: top;
    display: inline-block;
    margin-top: -2px;
    margin-left: 3px;
}

.flex-direction-col {
    flex-direction: column;
}

.Sidenav {
    border-radius: 5.46px;
    background-color: #fff;
}

    .Sidenav .nav.nav-pills .nav-link i {
        width: 19px;
    }

    .Sidenav .nav.nav-pills .nav-link {
        color: #252525;
    }

        .Sidenav .nav.nav-pills .nav-link.active i, .Sidenav .nav.nav-pills .nav-link.active {
            color: #fff;
        }

    .Sidenav .nav.nav-pills .nav-item {
        margin: 0;
    }

@media (max-width: 767px) {
    .Sidenav {
        margin-bottom: 20px
    }
}

.profile_inner {
    padding: 20px;
    background-color: #FFF;
    border-radius: 10px;
}

body {
    background: #fff;
}

.wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps {
    position: relative;
    display: inline-block;
}



    .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step {
        position: relative;
        padding: 50px 10px 0;
        margin: 0;
        display: inline-block;
        min-width: 120px;
        text-align: center;
    }

        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step:last-child:after {
            display: none;
        }

        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
            display: inline-block;
        }

        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step:before {
            content: "";
            position: absolute;
            width: 38px;
            height: 38px;
            border: 3px solid #D5D5D5;
            border-radius: 50%;
            background: #fff;
            left: 0;
            top: 0;
            right: 0;
            margin: 0 auto;
            z-index: 22;
        }

        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step:after {
            content: "";
            position: absolute;
            height: 2px;
            width: 55%;
            right: -35px;
            top: 18px;
            background-color: #EAEAEA;
        }

        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
            font-size: 12px;
            margin: 0;
            color: #181C32;
        }

        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step.active .wizard-label .wizard-title {
            color: #181C32;
        }

        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step.active:before {
            border-color: #3699ff;
        }

        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step.activated .wizard-label .wizard-title {
            color: #3699ff;
        }

        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step.activated:before {
            border-color: #3699FF;
            background: #3699FF url(../images/right-arrow.svg) no-repeat center;
        }

        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step.activated:after {
            background-color: #3699FF;
        }

        .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step.activated:before {
            border-color: #7d7e85;
        }

    #watermark {
        height: auto;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        max-width:400px;
        overflow:hidden;
    }

    #watermark img {
        max-width: 100%;
    }

    #watermark p.wtm {
        font-weight:bolder;
        line-height: 1;
        position: absolute;
        top: 90px;
        left: 0;
        color: rgb(126 118 116 / 70%);
        font-size: 22px;
        pointer-events: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        overflow:hidden;
        text-align:center;
        min-width:250px;
        opacity:0.3;
     }

        #watermark p.wtm:nth-child(2) {
            top: 140px;
            left: 10px;
        
        }

        #watermark p.wtm:nth-child(3) {
            top: 190px;
            left: 20px;
        }

        #watermark p.wtm:nth-child(4) {
            top: 240px;
            left: 30px;
        }

        #watermark p.wtm:nth-child(5) {
            top: 290px;
            left: 40px;
        }
        #watermark p.wtm:nth-child(6) {
            top: 340px;
            left: 50px;
        }
.header-menu .sub-menu-item:hover .sub-menu {
    opacity:1;
    visibility: visible;
}
.header-menu .sub-menu-item .btn-primary .fa{
    font-size: 24px;
    padding: 0;
}
.sub-menu {
    width: 270px;
    position: absolute;
    background: #fff;
    padding: 15px;
    top: 60px;
    left: 0;
    list-style: none;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}
        .sub-menu li{
            width:100%;
            margin-top: 12px;
        }
            .sub-menu li:first-child {
                margin-top:0;
            }
            .sub-menu li a {
                font-size: 16px;
                color: #333;
                font-weight: 600;
                line-height: 120%;
                transition: all 0.5s ease 0s;
            }
            .sub-menu li a:hover{
                color: #3699FF
            }


.purchase-ani-list .ved_animations_box h6{
    position: absolute;
    bottom: 10px;
    font-size: 14px;
}
.purchase-ani-list .ved_animations_box .price {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #3699FF;
    color: #fff;
    padding: 2px 12px;
    font-size:14px;
    font-weight: 600;
}
.landscape-header {
    text-align: center;
    font-family: "Anton", sans-serif;
    font-size: 50px;
    color: #fff;
    margin-bottom: 16px;
}
.main-content-bg-1 {
    background-image: url('/images/bg1.png?v1');
    background-size: cover;
    background-position: bottom center;
}
.main-content-bg-2 {
    background-image: url('/images/bg2.png?v1');
    background-size: cover;
    background-position: bottom center;
    position: relative;
}
    .main-content-bg-2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0f97ab; /* Or any color you want for the overlay */
        opacity: 0.5;
    }
.topbar .topbar-item .user-btn span {
    font-size: 1rem;
}
.showloading i {
    color: #71c8cf;
    font-size: 1.5rem;
}
.portrait-content {
    text-align: center;
    color: #fff;
}
    .portrait-content h4 {
        font-family: "Anton", sans-serif;
        font-size: 30px;
        text-decoration: underline;
        margin: 20px 0;
    }
    .portrait-content p {
        font-size: 20px;
        margin: 0 0 6px;
        font-weight: 300;
    }
.btn.btn-primary {
    color: #FFFFFF !important;
    background-color: #008aff;
    border-color: #008aff;
    height: 42px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0.25rem;
    min-width: 1.666666667in;
    justify-content: center;
    align-items: center;
}
    .btn.btn-primary:hover {
        color: #ffffff;
        background-color: #449ad9;
        border-color: #4091cc;
    }
.title-head {
    color: #3699ff;
    font-weight: bold;
    margin-bottom: 10px;
}
.card-box .row .col-6 .or-label {
    position: absolute;
    top: 42%;
    left: -22px;
    font-weight: bold;
    display:none;
}
.card-box .row .col-6 .form-check .form-check-label {
    cursor: pointer;
}
.card-box .row .col-6 .form-check {
    border: 1px solid #e4e6ef;
    border-radius: 0.42rem;
    padding: 1rem;
    cursor: pointer;
}
.card-box .row .col-6 .form-check.active {
    border: 1px solid #3699fe;
}
#FormFileVideoScene1 {
    font-size: .74rem;
}

.video-container {
    display: flex;
    flex-wrap: wrap;
}

.video-item {
    flex: 0 0 calc(15% - 30px);
    margin-right: 20px;
}
.video-item h3{
    font-size: 1.1rem;
    font-weight: 600;
}

.video-item video {
    width: 100%;
    cursor:pointer;
}

.selected-video video {
    border: 2px solid #0189fe;
    padding: 4px;
}

.card-box .row .dropzone {
    height: 80px;
    min-height: 80px;
    overflow: hidden;
}

.card-box .row .divlogo {
    width: max-content;
    margin-top: 16px;
}
.card-box .row .imglogo {
    width: 80px;
    height: auto;
    border-radius: 8px;
}

.remove-logo-button {
    top: -8px !important;
    right: -8px !important;
    padding: 6px 10px !important;
}
    .remove-logo-button i {
        font-size: 1rem;
        padding: 0;
    }

.menu-nav .menu-item:hover .menu-link i {
    color: #3699FF;
}
.menu-nav .menu-item.menu-item-active .menu-link i {
    color: #3699FF;
}
.menu-nav .menu-item .menu-link {
    align-items: center;
}
