@font-face {
    font-family: Roboto;
    src: url('../../en/fonts/Roboto-Regular.ttf') format("truetype");
}
html,body{
    direction: ltr;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #454545ff;
    font-family: Roboto;
    background: #f5f5f5;
}

ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
    outline: none;
}
input{
    outline: none;
}
p {
    text-align: justify;
    line-height: 1.4rem;
}
:root{
    --primary-pink: #f50057ff;
}
.pink-primary-color{
    color: var(--primary-pink);
}
.text-11{
    font-size: 11px;
}
.text-12{
    font-size: 12px;
}
.text-13{
    font-size: 13px;
}
.text-14{
    font-size: 14px;
}
.text-15{
    font-size: 15px;
}
.text-16{
    font-size: 16px;
}
.bg-light-gray{
    background: linear-gradient(153deg,#e2e2e2 0%,#ccc 100%);
}
.bg-dark-gray {
    background: #9a9a9aff;
}
.row {
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%;
}
/*.bg-gray-body{*/
/*    background: #f5f5f5;*/
/*}*/
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.shadow-light{
    box-shadow: 0 0 14px -3px #cccccc94;
}
.brd{
    border-top: 1px solid #c5c5c5;
}
.ltr{
    direction: ltr;
}


/* HEADER & FOOTER STYLES */
.menu-res i{
    font-size: 42px;
}
.logo-header{
    width: 220px;
}
.main-header .link{
    font-size: 13px;
    padding: 7px 0;
    margin: 13px 10px;
}
.main-header .link:after{
    border-bottom: solid 2px #fff;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    right: 0;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%;
    position: absolute;
}
.main-header .link:hover:after{
    transform: scaleX(1);
}
.main-header .link i{
    font-size: 15px;
}
.login-btn{
    background-color: var(--primary-pink);
}
.main-header .login-btn i{
    font-size: 15px;
}
.mega-menu{
    display: none;
    position: absolute;
    width: 370px;
    content: "";
    left: 0;
    top: 50px;
    z-index: 100;
}
.mega-menu i{
    font-size: 15px;
}
.mega-menu a{
    color: #000;
    transition: 0.2s;
}
.mega-menu a:hover{
    color: var(--primary-pink);
}
.main-header ul li:hover .mega-menu{
    display: block;
}
.header-menu-mobile{
    background: #fff;
    box-shadow: 0 0 14px -3px #cccc;
    color: #000;
    height: 100vh;
    margin: 0;
    overflow-y: scroll;
    padding: 23px;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-500px);
    visibility: hidden;
    transition: all .3s;
    width: 280px;
    z-index: 200;
}
.header-menu-mobile.active{
    transform: translateX(0px);
    visibility: visible;
}
.overly{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(40, 40, 40, 0.6);
    z-index: 150;
    visibility: hidden;
}
.overly.active{
    visibility: visible;
    opacity: 1;
}


.slider-footer{
    position: relative;
    top: 30px;
}
.slider-footer .img-logo-footer{
    width: 80px;
    height: 35px;
    object-fit: contain;
}
.slider-footer .swiper-button-prev,.slider-footer .swiper-button-next{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.3s;
}
.slider-footer .swiper-button-next:after,.slider-footer .swiper-button-prev:after{
    font-size: 12px;
    font-weight: 900;
    color: var(--primary-pink);
}
.slider-footer .swiper-button-next:hover,.slider-footer .swiper-button-prev:hover{
    background-color: var(--primary-pink);
}
.slider-footer .swiper-button-next:hover:after,.slider-footer .swiper-button-prev:hover:after{
    color: #fff;
}
.main-footer .box-shadow{
    box-shadow: rgba(0,0,0,0.08) 0 12px 10px 3px;
}
.footer-title::before{
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 21px;
    height: 7px;
    border-radius: 10px;
    background-color: #3a3a3a;
}
.footer-title::after{
    content: "";
    position: absolute;
    top: 7px;
    right: 25px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--primary-pink);
}
.footer-title h4{
    padding-right: 40px;
}
.social i{
    color: #333;
    font-size: 25px;
}
.link-footer a{
    color: #333;
}
.social a:hover i,.link-footer a:hover{
    color: var(--primary-pink);
}
.carousel .prev-icon i,.carousel .next-icon i{
    font-size: 15px;
    color: var(--primary-pink);
}
.logo-footer{
    width: 320px;
}
.main-footer .bg-light-gray{
    padding-top: 100px;
}
.swiper-container{
    padding: 0 60px;
}


/* WHITE HEADER STYLES */
.main-white-header{
    padding: 0 7%;
    box-shadow: 0 0 57px -3px #cccccc9c;
    overflow: hidden;
    transition: 0.3s;
}
.main-white-header .logo{
    width: 120px;
    height: 60px;
    object-fit: contain;
}
.main-white-header .lists .link-drop i{
    font-size: 15px;
}
.main-white-header .lists .link-drop a{
    color: rgba(0,0,0,.5);
    transition: 0.3s;
}
.main-white-header .lists .link-drop a:hover,.main-white-header .lists .link-drop a.active{
    color: #000;
}
.main-white-header .lists .link-drop a.active{
    font-size: 12px;
}
.icon-menu{
    font-size: 28px;
}
.menu-white-mobile{
    height: 0;
    transition: 0.3s;
}
.main-white-header.open .menu-white-mobile{
    height: auto;
}
.main-white-header .drop-down-res{
    display: none;
}
.main-white-header .drop-down-res.open-sub{
    display: block;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 15px 0;
    box-shadow: 0 0 5px #dfdfdf;
}
.item-menu i{
    transition: 0.3s;
}
.item-menu.clicked i{
    transform: rotate(180deg);
}


/* MAIN PAGE STYLES */
.right-col-up{
    padding: 3rem 5rem;
}
.header-slider .title-slider{
    font-size: 36px;
}
.carousel-indicators [data-bs-target]{
    background: #333;
    border: none;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
.carousel-indicators .active{
    width: 35px;
    background-color: var(--primary-pink);
    border-radius: 7px;
}
.carousel .carousel-item{
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel .carousel-item.active{
    display: block;
    opacity: 1;
    z-index: 1;
}
.right-col-up .btn-pay{
    font-size: 11px;
    padding: 10px 18px;
}
.right-col-up .btn-pay i{
    font-size: 15px;
}
.index-part .video-row{
    padding-left: 3rem;
}
.index-part .video-index{
    width: 100%;
}
.svg-img{
    width: 26rem;
}
.title-second{
    font-size: 22px;
}
.part-sood{
    padding-left: 4rem;
}
.img-sood{
    width: 450px;
    height: 450px;
    object-fit: contain;
}
.arrow-down{
    position: absolute;
    right: 50%;
    bottom: 0;
    margin-right: -45px;
    width: 90px;
    height: 36px;
}
.about-swiper .swiper-slide{
    height: 500px;
    margin-top: 80px;
}
.swiper-slide .about-img-row{
    background: #eee;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.17);
    top: -65px;
    margin-bottom: -30px;
}
.swiper-slide .about-img-row img{
    max-width: 250px;
    height: 250px;
    object-fit: contain;
}
.swiper-slide{
    filter: blur(0.4px);
}
.swiper-slide-active{
    filter: none;
}
.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-left{
    background-image: none;
}
.about-section .title{
    font-size: 32px;
}
.about-section .txt{
    width: 80%;
}
.compare-section .img-card{
    width: 250px;
    height: 250px;
    object-fit: contain;
}
.compare-section .title-compare{
    font-size: 22px;
}
.compare-section .btn-view{
    padding: 10px 45px;
    background-color: var(--primary-pink);
    border-radius: 10px;
}
.box-shadow{
    box-shadow: rgba(0,0,0,0.08) 0 5px 15px 10px;
}
.compare-section .img-compare{
    width: 50px;
}
.compare-section .title-first{
    font-size: 18px;
}
.compare-section .title-second{
    font-size: 20px;
}
.download-section .img-bg-download{
    width: 500px;
    height: 500px;
    object-fit: contain;
    position: absolute;
    bottom: 0;
}
.download-section .title-download{
    font-size: 17px;
}
.download-section .link-download{
    width: 210px;
    height: 50px;
}



/*  LOGIN STYLES  */
.login-page{
    overflow-y: auto;
}
.sign-form input{
    padding: 12px 20px;
    border-radius: 10px;
}
.sign-form input::placeholder{
    color: #bebebe;
    font-size: 13px;
}
.sign-form .btn-login{
    background-color: var(--primary-pink);
    border-radius: 30px;
    padding: 12px;
    border: 0;
    transition: 0.3s;
}
.sign-form .btn-login:hover{
    background: #00C853;
}
.link-register{
    color: var(--primary-pink);
    border-bottom: 2px solid var(--primary-pink);
    transition: 0.3s;
}
.link-register:hover{
    color: #00C853;
    border-color: #00C853;
}
.img-login{
    width: 450px;
    height: 450px;
    object-fit: contain;
}


/* PLUGINS PAGE STYLES */
.plugins-page{
    color: #212529;
    padding: 0 7%;
}
.plugins-page .btn-view{
    padding: 10px 13px;
    background-color: var(--primary-pink);
}
.plugins-page .top-circle{
    height: 30px;
}
.plugins-page .circle{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 20px;
    color: var(--primary-pink);
    top: -30px;
    right: 50%;
    margin-right: -32.5px;
}
.plugins-page .circle i{
    font-size: 25px;
}
.plugins-page .side-bar-left .lists-side .item a{
    color: #333;
    border-left: 3px solid #fff;
    transition: 0.3s;
}
.plugins-page .side-bar-left .lists-side .item a:hover,.plugins-page .side-bar-left .lists-side .item a.active{
    color: var(--primary-pink);
    border-color: var(--primary-pink);
}
.content-inner pre{
    background: #f4f4f4;
    padding: 5px;
    color: #404040;
    border: 1px solid #a8a8a8;
    border-radius: 2px;
    font-size: 13px;
}

/* PANEL STYLES */
.logo-side{
    width: 120px;
}
.sidebar{
    width: 22%;
    padding: 1rem;
    height: 94vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transition: 0.3s;
}
.sidebar.close{
    width: 0;
}
.sidebar .side-section{
    box-shadow: 0 0 34px -3px rgba(204, 204, 204, 0.6117647059);
    overflow-y: scroll;
}
.sidebar .side-section::-webkit-scrollbar{
    display: none;
}
.sidebar .lists .item{
    color: #333;
    border-left: 3px solid #fff;
}
.sidebar .lists li:hover .item,.sidebar .lists li .item.active{
    border-color: var(--primary-pink);
    color: var(--primary-pink);
}
.sidebar .lists li:hover i,.sidebar .lists li:hover{
    color: var(--primary-pink);
    cursor: pointer;
}
.close_side,.open_side{
    position: absolute;
    bottom: 2.8rem;
    right: -16px;
    max-width: 63px;
    cursor: pointer;
    transition: 0.3s ease;
    opacity: 0.5;
    transform: rotateY(180deg);
}
.sidebar .open_side,.sidebar.close .close_side{
    display: none;
}
.sidebar.close .open_side{
    display: block;
}

.panel--page .content{
    width: 80%;
    margin-left: 20%;
    transition: 0.3s;
}
.panel--page .content.content-full{
    width: 100%;
    margin-left: 0;
}
.panel--page .lbl-panel b{
    color: var(--primary-pink);
}
.user-panel-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.user-dropdown{
    cursor: pointer;
}
.icon-online{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 4px;
    background-color: #fff;
}
.icon-online .icon{
    width: 8px;
    height: 8px;
    background-color: #39da8a;
    border-radius: 50%;
}
.uptitle-img{
    height: 40px;
}
.uptitle-img:before{
    content: "";
    position: absolute;
    background-image: url("../images/md_base.svg");
    width: 220px;
    height: 60px;
    left: 50%;
    margin-left: -120px;
    background-size: contain;
    background-repeat: no-repeat;
}
.uptitle-img .txt{
    content: "";
    position: absolute;
    width: 180px;
    height: 40px;
    right: 50%;
    margin-right: -80px;
    font-size: 11px;
}
.step-wrapper .step-counter{
    padding: 10px;
    background-color: #fff;
    z-index: 10;
}
.step-wrapper .step-counter span{
    width: 50px;
    height: 50px;
    background-color: #ccc;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
}
.step-wrapper .step-name{
    font-size: 10px;
    line-height: 18px;
    opacity: 0.9;
}
.step-wrapper .stepper-item{
    flex: 1;
}
.step-wrapper .stepper-item::before{
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 35px;
    left: 50%;
    z-index: 2;
}
.step-wrapper .stepper-item:last-child::before{
    display: none;
}
.step-wrapper .stepper-item.completed::before{
    border-color: #00C853;
}
.step-wrapper .stepper-item.completed .step-counter span{
    background-color: #00C853;
}
.form-content label{
    font-size: 12px;
    color: #000;
}
.form-content label small{
    font-size: 11px;
    color: #6e6e6e;
}
.form-content label .star-icon{
    color: #f10000;
    font-size: 10px;
}
.form-content label a{
    color: #0c63e4;
    font-size: 10px;
}
.form-content input,.form-content select{
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    outline: none;
    font-size: 12px;
    padding: 15px 10px;
    border-radius: 5px;
}
.form-content input::placeholder{
    font-size: 10px;
    color: #808080;
}
.form-content button{
    background-color: var(--primary-pink);
    border: 1px solid var(--primary-pink);
    color: #fff;
    border-radius: 7px;
    padding: 12px;
    font-size: 12px;
}
.menu-panel{
    position: absolute;
    top: 50px;
    right: 0;
    width: 18rem;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    background-color: #fff;
    z-index: 20;
    box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
    display: none;
}
.menu-panel.show{
    display: block;
}
.menu-panel ul li a{
    font-size: 12px;
    color: #212121;
}
.menu-panel ul li i{
    font-size: 15px;
}
.menu-panel ul li a:hover{
    color: var(--primary-pink);
    background-color: #ececec;
}
.sidebar-user ul li{
    font-size: 13px;
}
.sidebar-user ul li b{
    color: var(--primary-pink);
    font-size: 12px;
}
.sidebar-user .img-sidebar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.tab--panel .tab-row .tab-item{
    color: #647485;
}
.tab--panel .tab-row .tab-item.active{
    background-color: var(--primary-pink);
    color: #fff;
}
.help-q{
    width: 20px;
    height: 20px;
    border: 2px solid #6c757d;
    color: #6c757d;
    border-radius: 50%;
    cursor: pointer;
}
.help-q i{
    font-weight: 800;
    font-size: 13px;
}
.help-q.full{
    background-color: #6c757d;
}
.help-q.full i{
    font-weight: normal;
    color: #fff;
}
.tooltip-inner {
    background-color: #495563;
    box-shadow: 0 0 4px #495563;
    opacity: 1 !important;
    font-size: 12px;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #495563;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #495563;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #495563;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #495563;
}
.btn-tooltip{
    background-color: transparent;
    border: 0;
}
.tab-content{
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    overflow: hidden;
}
.go-btn{
    background-color: var(--primary-pink);
    border: 1px solid var(--primary-pink);
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
}
.toggle {
    --width: 70px;
    --height: calc(var(--width) / 3);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    border-radius: var(--height);
    cursor: pointer;
}
.toggle input {
    display: none;
}
.toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: #878787;
    transition: all 0.4s ease-in-out;
}
.toggle .slider::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(var(--height) - 8px);
    height: calc(var(--height) - 8px);
    border-radius: calc(var(--height) / 2);
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
}
.toggle input:checked+.slider {
    background-color: var(--primary-pink);
}
.toggle input:checked+.slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
}
.toggle .labels {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
}
.toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 7px;
    top: -5px;
    color: #fff;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 8px;
    top: -5px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.toggle input:checked~.labels::after {
    opacity: 0;
}
.toggle input:checked~.labels::before {
    opacity: 1;
}
.btn-success{
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
.text-success{
    color: #28a745 !important;
}
.btn-success i{
    font-size: 18px;
}
.table-panel tbody{
    border-top: 2px solid #dee2e6;
}
.table-panel tbody td i{
    font-size: 18px;
}
.res-icon-panel{
    font-size: 25px;
    background-color: transparent;
    border: 0;
}

/* ANIMATION STYLES */
.floating-animation{
    animation: 3s Infinite linear floating;
    animation-delay: 0s;
}
@keyframes floating {
    0%{
        opacity: 1;
        transform: translateY(0px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-10px);
    }
}
.inp-txt-group .input-group-text{
    border-radius: 10px 0 0 10px !important;
    background-color: #e5e5e5;
    margin-right: 1px;
}
.inp-txt-group input{
    border-radius: 0 5px 5px 0 !important;
}


/* RESPONSIVE STYLES */
@media screen and (min-width: 1999px){
    .container-fluid{
        width: 1870px !important;
    }
    .sidebar{
        position: relative;
    }
    .panel--page .content{
        margin-left: 0;
    }
}
@media screen and (min-width: 1500px){
    .plugins-page,.main-white-header{
        padding: 0 100px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .logo-header {
        width: 170px;
    }
    .panel--page .content {
        width: 80%;
        margin-left: 22%;
    }
    .sidebar{
        width: 25%;
    }
}
@media screen and (max-width: 992px) {
    .logo-header {
        width: 170px;
    }
    .right-col-up {
        padding: 2rem;
    }
    .index-part .video-index{
        width: 75%;
        margin: 0 auto;
    }
    .part-sood {
        padding-left: 0;
    }
    .compare-section .box-shadow {
        box-shadow: rgba(0,0,0,0.08) 0 0 5px 5px;
    }
    .compare-section .img-compare {
        width: 100px;
    }
    .panel--page .content{
        width: 100%;
        margin-left: 0;
    }
    .img-sood{
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .index-part .video-index{
        width: 100%;
        margin: 0 auto;
    }
    .header-slider .title-slider {
        font-size: 30px;
    }
    .about-section .title {
        font-size: 22px;
    }
    .about-section .txt,.svg-img{
        width: 100%;
    }
    .title-second {
        font-size: 20px;
    }
    .index-part .video-row{
        padding-left: 0;
    }
    .swiper-slide .about-img-row img {
        max-width: 180px;
    }
    .table-parent{
        overflow-x: scroll;
    }
    .img-login{
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 576px) {
    .main-white-header,.plugins-page{
        padding: 0;
    }
    .step-wrapper .step-counter span {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .menu-panel{
        width: 17rem;
    }
    .about-swiper .swiper-slide{
        height: auto;
    }
}

