/*
HIZLIPROXY
info@hizliproxy.com.tr
*/


@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

:root::-webkit-scrollbar {width: 5px;}
:root::-webkit-scrollbar-track {-webkit-border-radius: 50px;border-radius: 50px;}
:root::-webkit-scrollbar-thumb {-webkit-border-radius: 50px;border-radius: 50px;background: #1a1e30;}
:root::-webkit-scrollbar-thumb:window-inactive {background: #1a1e30;}
*,*::before,*::after {padding:0;margin: 0;box-sizing: border-box;}

html {scroll-behavior: smooth;}
body{color:#444;background:var(--bg)/*    font-family:montserrat,sans-serif;*/}
body.noscroll {overflow: hidden;}
ul,ol {list-style: none;}
:active,:focus {outline: 0;}
button {background: transparent;border: none;}
dl, ol, ul {margin-top: 0;margin-bottom:0;}
:focus{outline:0!important}
*:focus {outline: none !important;}
a{color:#444;transition:.5s;text-decoration:none}
a:active,a:focus,a:hover{color:#222;outline:0;text-decoration:none;outline: none; }
p{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:400;margin:0;padding:0}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;outline:0 !important;border-color: none;}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header{
    position: relative;
    background-color: #343f52;
}

.nav-head{height:80px}
.nav-head.back{background:rgba(var(--lbds))}
.nav-head.back .darkswitch{background:rgba(var(--lsdb),.05)}
.nav-content{
    display:flex;
    align-items:center;
    width:100%
}
.NavList{
    display:flex;
    align-items:center;
    margin:0;
    padding:0
}
.NavListArea{
    margin-left:auto;
    display:flex;
    align-items:center
}
.logo img{
    height:35px;
    width:auto
}
.logo img.dark{
    display:none
}
ul.NavList li{
    list-style:none;
    padding:0 5px
}
.NavList li a{
    /*color:rgba(var(--menutxtcl));*/
    color:var(--white-color);
    font-size: 18px;
    padding:12px 8px
} 
li.navitem.nav-drop>a{
    position:relative;
    padding-right:18px
}
li.navitem.nav-drop>a::after{
    content:"\f078";
    position:absolute;
    font-family:fontawesome;
    font-size:13px;
    right:3px;
    top:50%;
    transform:translateY(-50%);
    transition:.2s
}
.nav-drop .drop-menu{
    visibility:hidden;
    opacity:0;
    position:absolute;
    margin-top:0;
    padding:15px 0;
    background:rgba(var(--lbds));
    border-radius:5px;
    transition:.2s;
    box-shadow:0 5px 30px rgba(var(--cl1),.1);
    z-index:99
}
.nav-drop .drop-menu::before{
    content:"";
    position:absolute;
    top:-7px;
    left:55px;
    margin-left:-5px;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:8px solid rgba(var(--lbds))
}
.nav-drop:hover .drop-menu{
    visibility:visible;
    opacity:1;
    margin-top:10px
}
.nav-drop .drop-menu li a{
    padding:5px 20px;
    font-size:16px;
    color:rgba(var(--menutxtcl));
    width:100%;
    display:block;
    font-weight:500
}
.nav-drop .drop-menu li{
    transition:.2s
}
.nav-drop .drop-menu li:hover{
    background:rgba(var(--lsdb),.03)
}
.contact-btn{
    display:inline-block;
    font-size:16px;
    font-weight:400;
    color:#fff!important;
    border:none;
    background-color:rgba(var(--cl1));
    border-radius:40px;
    padding:8px 35px;
    box-shadow:0 5px 25px rgba(var(--cl1),.3)
}

.header-login-btn{
    display:inline-block;
    font-size:16px;
    font-weight:400;
    color:#fff!important;
    border:none;
    border-radius:40px;
    padding:8px 20px;
    margin: 10px;
    background-image: linear-gradient(273.73deg,#40c9f4,#5983f0 49.06%,#5d5fef);
    background-size: 200% 120%;
    color: #fff;
}

.header-login-btn:focus,.header-login-btn:hover {
    color: #fff;
    background-position: 90%
}


.header-register-btn{
    display:inline-block;
    font-size:16px;
    font-weight:400;
    color:#fff!important;
    border:none;
    background-color:slategray;
    border-radius:40px;
    padding:8px 20px;
}


.NavActions{
    display:flex;
    align-items:center;
    margin-left:15px
}
.supportbtn{
    display:flex;
    align-items:center
}
.header-user-box{
    display:flex;
    align-items:center
}
.navTogbtn{
    border:none;
    position:relative;
    width:45px;
    height:45px;
    padding:6px;
    margin-left:auto;
    border-radius:5px
}
.navTogbtn.active .item1,.navTogbtn.active .item4{
    border-radius:0 85%
}
.navTogbtn.active .item2,.navTogbtn.active .item3{
    border-radius:85% 0
}
.navTogbtn span{
    height:14px;
    width:14px;
    background:rgba(var(--cl1));
    border-radius:85%;
    margin:1px;
    display:inline-block;
    transition:.3s
}
.orderSearchNav.orsebtns{
    background:rgba(var(--cl1));
    color:#fff;
    padding:3px 30px;
    border-radius:30px;
    cursor:pointer;
    margin-left:10px;
    box-shadow:0 5px 25px rgba(var(--cl1),.3)
}
.LastOrdersList .nosearch{
    background:rgba(var(--lsdb),.05);
    padding:15px 20px;
    border-radius:10px;
    color:rgba(var(--txtall));
    font-weight:400;
    font-size:16px
}
body.showmenu{
    overflow:hidden
}
body.showmenu footer,body.showmenu main{
    filter:blur(5px)
}
body.showmenu .NavListArea{
    visibility:visible;
    left:0;
    max-height:100%;
    overflow:auto
}
.darkmode{
    margin-left:15px
}
.otbuts{
    display:flex;
    align-items:center
}
.sunmoon{
    display:flex;
    align-items:center;
    width:100%;
    justify-content:space-between;
    position:relative;
    padding:0 9px;
    font-size:14px
}
.darkswitch{
    width:60px;
    height:30px;
    background:rgba(var(--lbds));
    display:flex;
    align-items:center;
    position:relative;
    border-radius:21px;
    cursor:pointer
}
.darkswitchBG{
    position:absolute;
    background:rgba(var(--cl1));
    border-radius:100%;
    width:24px;
    height:24px;
    left:4px;
    transition:.5s cubic-bezier(0,0,.34,.81)
}
.darkswitchBG.active{
    left:calc(100% - 28px)
}
.sunmoon .item i{
    color:rgba(var(--lsdb),.3);
    transition:.5s cubic-bezier(0,0,.34,.81)
}
.sunmoon .item.active i{
    color:#fff
}
.serviceList{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:30px
}
.serviceList .item{
    margin:0 10px
}
.serviceList .item .box{
    width:100px;
    height:100px;
    background:rgba(var(--lbds));
    display:flex;
    position:relative;
    overflow:hidden;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    transition:.4s cubic-bezier(0,0,.34,.81)
}
.serviceList .item .box:after{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:0;
    background:rgba(var(--cl1));
    z-index:0;
    transition:.2s cubic-bezier(0,0,.34,.81)
}
.serviceList .item .box:hover:after{
    left:0;
    width:100%
}
.serviceList .item .box:hover i{
    color:#fff;
    z-index:2
}
.serviceList .item .box i{
    color:rgba(var(--cl1));
    font-size:35px;
    position:relative;
    transition:.4s cubic-bezier(0,0,.34,.81)
}
.serviceList .item .opacityIcon{
    position:absolute;
    bottom:-14px;
    left:-10px
}
.serviceList .item .opacityIcon i{
    font-size:45px;
    opacity:.08
}
.serviceList .item .serviceName{
    text-align:center;
    font-size:14px;
    margin-top:5px;
    color:rgba(var(--cl1));
    max-width:100px;
    opacity:.7;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    transition:.2s
}
.serviceList .item:hover .serviceName{
    opacity:1
}
#homePageSlider{
    margin-bottom:30px
}

#homePageSlider .container{
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;  
}

.homePageSlider{
    height:420px;
    position:relative;
    overflow:hidden
}
.homePageSlider img.introBG{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:0px
}
.homePageSlider::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:linear-gradient(to top,rgb(var(--intlinear)),rgb(var(--intlinear),.8),rgb(var(--intlinear),.4));
    z-index:1;
    border-radius:0px
}
.homePageSlider .content{
    position:absolute;
    bottom:150px;
    z-index:1;
    width:100%;
    text-align:center
}
.homePageSlider .content h1{
    font-weight:800;
    font-size:34px;
    color:#fff
}
.homePageSlider .content h1 span{
    display:block;
    color:#fdb43f
}
.homePageSlider .content p{
    color:#fff;
    max-width:750px;
    margin:0 auto
}
.fastOrder{
    width:fit-content;
    background:rgba(var(--lbds));
    padding:20px;
    margin:0 auto;
    display:flex;
    align-items:center;
    transform:translateY(-50%);
    position:relative;
    z-index:1;
    border-radius:20px;
    box-shadow:0 5px 30px rgba(var(--text),.1)
}
.fastOrder .fastitems{
    display:flex;
    align-items:center;
    padding-left:7px
}
.fastOrder .fastDrop{
    visibility:hidden;
    opacity:0;
    transition:.2s;
    position:absolute;
    top:60px;
    background:rgba(var(--lbds));
    width:250px;
    padding:15px;
    padding-right:10px;
    border-radius:15px;
    box-shadow:0 5px 30px rgba(var(--cl1),.1);
    left:0
}
.fastOrder .fastselect:first-child .fastDrop{
    left:-25px
}
.fastOrder .fastDrop.show{
    visibility:visible;
    opacity:1;
    top:80px
}
.fastDrop::before{
    content:"";
    position:absolute;
    top:-7px;
    left:55px;
    margin-left:-5px;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:8px solid rgba(var(--lbds))
}
.fastOrder .fastDrop ul{
    padding:0;
    padding-right:5px;
    margin:0;
    overflow:auto;
    max-height:205px
}
.fastOrder .fastDrop ul::-webkit-scrollbar-track{
    border-radius:20px;
    background-color:#f5f5f5
}
.fastOrder .fastDrop ul::-webkit-scrollbar{
    width:5px;
    background-color:#f5f5f5
}
.fastOrder .fastDrop ul::-webkit-scrollbar-thumb{
    border-radius:20px;
    background-color:#c5c5c5
}
.fastOrder .fastDrop ul li{
    list-style:none;
    font-weight:500;
    font-size:16px;
    background:#00000005;
    margin-bottom:3px;
    border-radius:6px;
    padding:7px 12px;
    transition:.2s
}
.fastOrder .fastDrop ul li:hover{
    background:#00000010
}
.fastOrder .fastselect{
    color:rgba(var(--txtall));
    padding:0 25px;
    font-weight:700;
    font-size:18px;
    cursor:pointer;
    position:relative;
    user-select:none;
    text-align:left;
    min-width:170px
}
.fastselect .cont .item .fastHead{
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical
}
.fastOrder .fastselect:first-child{
    padding-left:0;
    min-width:170px
}
.fastOrder .fastselect::after{
    content:"";
    position:absolute;
    right:0;
    top:0;
    width:1px;
    height:100%;
    background:#00000010;
    cursor:context-menu
}
.fastOrder .fastselect:nth-last-child(1){
    margin-right:0
}
.fastOrder .fastselect .cont i{
    display:none
}
.fastOrder .fastselect span{
    font-size:15px;
    font-weight:400;
    display:block;
    opacity:.6
}
.fastAction{
    margin-left:25px
}
.butto-fast{
    color:#fff;
    border:none;
    background:rgba(var(--cl1));
    padding:11px 20px;
    font-size:16px;
    font-weight:500;
    text-transform:uppercase;
    margin-left:auto;
    border-radius:7px;
    box-shadow:0 5px 25px rgba(var(--cl1),.2);
    min-width:250px
}
#packList{
    margin-bottom:100px
}
.packListArea{
    position:relative;
    padding-bottom:50px
}
.packListArea:before{
    content:"";
    background:rgba(var(--cl1),.05);
    width:80%;
    left:50%;
    transform:translateX(-50%);
    height:100px;
    position:absolute;
    bottom:0;
    border-radius:70px
}
.packListArea .packitem{
    margin:0 10px
}
.packitem{
    background:rgba(var(--lbds));
    border-radius:20px;
    position:relative;
    overflow:hidden
}
.packitem.overi{
    overflow:inherit
}
.packInside{
    padding:20px
}
.packHead{
    background:rgba(var(--pckdf));
    height:15px;
    position:absolute;
    top:0;
    font-size:14px;
    min-width:100%;
    text-align:center
}
.packHead span{
    display:none
}
.packHead.have{
    color:#fff;
    width:fit-content;
    padding:4px 20px;
    position:absolute;
    left:50%;
    transform:translateX(-50%) translateY(-30%);
    top:0;
    font-size:14px;
    border-radius:30px;
    min-width:150px;
    text-align:center;
    height:auto
}
.packHead.have span{
    display:block
}
.packTop{
    margin-top:25px;
    text-align:center
}
.packitem.inslide{
    margin-top:20px
}
.packTop .icon i{
    font-size:55px;
    color:rgba(var(--pckdf))
}
.packTop .icon{
    margin-bottom:5px
}
.packTop .title span{
    display:block;
    font-weight:700;
    font-size:22px
}
.packTop .title{
    color:rgba(var(--txtall))
}
.packDetail{
    margin:20px 0;
    text-align:center
}
.packDetail .moresi{
    display:none
}
.packDetail .moresi li:nth-child(1){
    border-top:inherit
}
.packDetail ul{
    padding:0 10px;
    margin:0;
    max-height:124px;
    overflow:hidden
}
.packDetail.more ul{
    height:168px;
    max-height:168px;
    overflow:auto
}
.packDetail ul::-webkit-scrollbar-track{
    border-radius:20px;
    background-color:#f5f5f5
}
.packDetail ul::-webkit-scrollbar{
    width:5px;
    background-color:#f5f5f5
}
.packDetail ul::-webkit-scrollbar-thumb{
    border-radius:20px;
    background-color:#c5c5c5
}
.packDetail ul li{
    list-style:none;
    color:rgba(var(--txtall),.8);
    padding:8px 0;
    border-bottom:1px solid #00000007
}
.packDetail ul li:nth-child(1){
    border-top:1px solid #00000007
}
.packDetail ul li:before{
    content:"\f058";
    font-family:FontAwesome;
    margin-right:10px;
    color:rgba(var(--pckdf));
    font-size:15px
}
.packDetailMore{
    padding:8px 0;
    border-bottom:1px solid #00000007;
    font-weight:600;
    color:rgba(var(--txtall));
    cursor:pointer
}
.packPrice{
    text-align:center;
    font-size:27px;
    font-weight:700;
    color:rgba(var(--txtall));
    height:55px;
    display:flex;
    flex-direction:column;
    justify-content:center
}
.packPrice span{
    display:block;
    font-size:15px;
    text-decoration:line-through;
    font-weight:400;
    opacity:.5;
    margin-bottom:-3px
}
.packBottom{
    margin:15px 10px;
    display:flex;
    align-items:center
}
.packBuyBTN{
    color:#fff!important;
    flex:1;
    font-size:18px;
    font-weight:500;
    background:rgba(var(--pckdf));
    padding:13px 20px;
    padding-bottom:12px;
    display:flex;
    justify-content:space-between;
    position:relative;
    align-items:center;
    border-radius:50px;
    box-shadow:0 5px 25px rgba(var(--pckdf),.3)
}
.packBuyBTN span{
    position:relative;
    top:-1px
}
.packBuyBTN.noneOrder{
    opacity:.5;
    pointer-events:none
}
.notfavlist{
    grid-column:span 4;
    text-align:center;
    background:rgba(var(--lbds),.7);
    border:3px solid rgba(var(--lsdb),.05);
    border-radius:15px;
    padding:70px 0;
    height:fit-content
}
.notfavlist span{
    font-size:22px;
    font-weight:700;
    color:rgba(var(--txtall))
}
.notfavlist p{
    color:rgba(var(--txtall),.8);
    margin-bottom:0
}
.favPack{
    border:none;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50px;
    margin:12px auto;
    font-size:15px;
    color:#9a9a9a;
    background:#f7f7f9;
    transition:.2s;
    position:absolute;
    right:25px;
    top:43px
}
.favPack.active{
    color:rgba(var(--lbds));
    background:#fbbe65
}
.favPack.active:hover{
    background:#fbbe65;
    opacity:.8
}
.favPack:hover{
    background:#f3f3f3
}
.favPack::before{
    content:"\f005";
    font-family:'Font Awesome 5 Free';
    font-size:15px
}
.packListArea .splide__pagination{
    bottom:-35px
}
.packListArea .splide__pagination__page{
    background:rgba(var(--cl1),.4);
    height:12px;
    width:12px;
    transition:.2s
}
.packListArea .splide__pagination__page.is-active{
    background:rgba(var(--cl1));
    width:25px;
    height:12px;
    border-radius:10px;
    transform:scale(1)
}
.packList{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    grid-column-gap:25px;
    grid-row-gap:25px;
    margin-bottom:70px;
    min-height:400px
}
.anibuybtn{
    position:relative;
    overflow:hidden
}
.anibuybtn::after{
    content:"";
    position:absolute;
    width:100px;
    height:100px;
    border-radius:100%;
    left:calc(100% - 60px);
    top:50%;
    transform:translateY(-50%);
    transition:.4s cubic-bezier(0,0,.34,.81);
    background:#ffffff15
}
.anibuybtn:hover:after{
    left:calc(100% - 90px);
    top:20%
}
#whyus{
    padding-bottom:40px;
    margin-bottom:100px;
    position:relative
}
#whyus::after{
    content:"";
    position:absolute;
    bottom:0;
    width:100%;
    height:calc(100% - 250px);
    background:rgba(var(--cl1),.05);
    z-index:-1
}
.whyus .list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-column-gap:25px;
    grid-row-gap:25px
}
.whyus .list .item{
    width:100%;
    height:385px;
    border-radius:60px 10px;
    overflow:hidden;
    position:relative
}
.whyus .list .item.more{
    display:none
}
.whyus .list .item img.whyBG{
    width:100%;
    height:100%;
    object-fit:cover
}
.whyus .list .item::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:linear-gradient(to top,rgba(var(--whydf)),rgba(var(--whydf),.7),transparent);
    z-index:1
}
.whyus .list .item .content{
    position:absolute;
    bottom:0;
    left:0;
    z-index:1;
    padding:30px;
    transition:.2s
}
.whyus .list .item .content .detail p{
    margin:0
}
.whyus .list .item .content .icon{
    width:70px;
    height:70px;
    background:#fff;
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:7px
}
.whyus .list .item .content .icon i{
    color:rgba(var(--whydf));
    font-size:28px
}
.whyus .list .item .content .detail{
    color:#fff
}
.whyus .list .item .content .detail .title{
    font-weight:700;
    font-size:22px
}
.whyus .list .item .content .detail p{
    font-size:15px;
    opacity:.9;
    font-weight:400;
    overflow:hidden;
    transition:.2s
}
.whyListMore{
    margin-top:30px;
    text-align:center
}
.whyListMore .whymore{
    border:none;
    font-weight:500;
    color:rgba(var(--txtall));
    background:rgba(var(--txtall),.06);
    font-size:14px;
    padding:8px 18px;
    border-radius:7px;
    transition:.4s cubic-bezier(0,0,.34,.81)
}
.whyListMore .whymore:hover{
    background:rgba(var(--txtall),.1)
}
.whyListMore .whymore i{
    margin-left:20px
}
#testimonial{
    margin-bottom:100px;
    padding:0 40px
}
.testiarea{
    position:relative
}
.testiarea::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
    width: 320px;
    height: 30px;
    border-radius: 50px;
    background: rgba(var(--cl1),.05);
    z-index: -1;
}
.stars .star i{
    color:#b8bbca
}
.stars .star.active i{
    color:#ffb307
}
.testimonial-item{
    background:#ffffff;  
    padding:35px 20px;
    border-radius:15px;
    text-align:center;
    margin:0 15px; 
}
.testimonial-item .inside{
    opacity:.7;
    transition:.2s
}
.testimonial-item .person img{
    width:100px;
    height:100px;
    border-radius:100%;  
    object-fit:cover
}
.testimonial-item .person .name{
    margin-top:10px;
    font-size:22px;
    font-weight:700;
    color:rgba(var(--txtall))
}
.testimonial-item .CustomerJob{
    color:rgba(var(--cl1))
}
.testimonial-item .detail p{
    margin-bottom:12px;
    color:rgba(var(--txtall),.8);
    font-size:15px;
    line-height:19px
}
.testimonial-item .detail{
    margin-top:5px
}
.splide.testimonial .splide__track{
    padding:30px 0;
    padding-bottom:50px
}
.splide.testimonial ul li{
    transform:scale(1);
    transition:.2s;
    opacity: 0.5;
}
.splide.testimonial ul li.is-active{
    transform:scale(1.05);
    opacity: 1 !important;
}
.splide.testimonial ul li.is-active .testimonial-item .inside{
    opacity:1
}
.splide.testimonial .splide__pagination__page{
    background:rgba(var(--cl1),.4);
    height:12px;
    width:12px;
    transition:.2s
}
.splide.testimonial .splide__pagination__page.is-active{
    background:rgba(var(--cl1));
    width:25px;
    height:12px;
    border-radius:10px;
    transform:scale(1)
}
#aboutus{
    background:rgba(var(--cl1),.05);
    margin-bottom:100px;
    padding:120px 0
}
.AboutArea{
    display:flex;
    align-items:center;
    justify-content:center
}
.AboutArea .imgData{
    position:relative
}
.AboutArea .imgData img{
    width:550px;
    height:550px;
    object-fit:cover;
    border-radius:50px
}
.AboutArea.styletwo .imgData img{
    border-radius:100%
}
.AboutArea.styletwo .datainfo .item:nth-child(2){
    margin-top:50px
}
.AboutArea.styletwo .datainfo{
    bottom:25px
}
.AboDetail{
    padding-left:40px
}
.AboDetail .heading span{
    color:rgba(var(--cl1))
}
.AboDetail .heading h2{
    font-weight:700;
    color:rgba(var(--txtall))
}
.AboDetail .heading{
    margin-bottom:20px
}
.AboDetail .content p{
    margin-bottom:12px;
    color:rgba(var(--txtall),.8);
    line-height:25px
}
.AboDetail .action{
    margin-top:30px
}
.AboutArea .imgData .datainfo{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 50px;
    transform:translateY(40%)
}
.aboaction a.abobtn{
    display:block;
    background:rgba(var(--txtall));
    padding:12px 30px;
    min-width:200px;
    text-align:center;
    color:#fff;
    border-radius:50px
}
.aboaction{
    position:relative;
    padding:6px 0;
    width:fit-content
}
.aboaction::before{
    content:"";
    position:absolute;
    right:-50px;
    top:50%;
    transform:translateY(-50%);
    height:100%;
    width:100%;
    border:2px solid rgba(var(--txtall),.2);
    border-radius:50px;
    z-index:-1;
    transition:.4s cubic-bezier(0,0,.34,.81)
}
.aboaction::after{
    content:"\f061";
    font-family:FontAwesome;
    color:rgba(var(--txtall));
    position:absolute;
    right:-30px;
    top:50%;
    transform:translateY(-50%);
    transition:.4s cubic-bezier(0,0,.34,.81)
}
.AboutArea .imgData:before{
    content:"";
    position:absolute;
    background-image:url(../../img/svg/dots.svg);
    left:-30px;
    top:-30px;
    width:250px;
    height:250px;
    z-index:-1;
    opacity:.7;
    animation:3s infinite dotsmove
}
.AboutArea .imgData .datainfo .item{
    color:rgba(var(--txtall));
    background:rgba(var(--lbds));
    padding:20px 15px;
    margin:0 8px;
    width:100%;
    text-align:center;
    border-radius:15px;
    box-shadow:0 5px 25px rgba(var(--txtall),.1)
}
.AboutArea .imgData .datainfo .item .detail span{
    display:block;
    font-size:16px;
    font-weight:700
}
.AboutArea .imgData .datainfo .item .icon i{
    font-size:30px
}
.AboutArea .imgData .datainfo .item .icon{
    margin-bottom:8px
}
.AboutArea .imgData .datainfo .item .detail{
    font-size:15px
}
#faq{
    margin-bottom:100px
}
.faqArea{
    margin-top:40px
}
.faqwell .item{
    background:rgba(var(--lbds));
    padding:20px;
    padding-bottom:18px;
    border-radius:5px;
    margin-bottom:15px;
    cursor:pointer
}
.faqwell .item .fs-head{
    font-size:16px;
    font-weight:500;
    color:rgba(var(--txtall));
    display:flex;
    align-items:center;
    user-select:none
}
.faqwell .item .fs-head .plusminus{
    margin-left:auto
}
.faqwell .item .fs-head .plusminus .minus{
    display:none
}
.faqwell .item.show .plusminus .minus{
    display:block
}
.faqwell .item.show .plusminus .plus{
    display:none
}
.faqwell .item .fs-content{
    padding-top:12px;
    margin-top:15px;
    border-top:1px solid #00000010;
    display:none
}
.faqwell .item .fs-content ul{
    list-style: disc;
}
.faqwell .item .fs-content p{
    margin:0;
    color:rgba(var(--txtall),.8);
    line-height:25px
}
.sidebar .faqwell .item{
    padding:15px;
    padding-bottom:13px;
    margin-bottom:10px
}
.SideContBoxArea{
    background:rgba(var(--lbds));
    padding:20px 25px;
    border-radius:12px
}
.SideContBoxArea h3{
    color:rgba(var(--txtall));
    font-weight:700;
    font-size:23px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(var(--lsdb),.1)
}
.SideContBoxArea ul{
    margin:0;
    padding:0
}
.SideContBoxArea ul li{
    color:rgba(var(--txtall));
    list-style:inside;
    margin: 10px 0px 10px 0px;
}
.SideContBoxArea ul li.email{
    font-weight:600
}
#bloglast{
    margin-bottom:100px
}
.ns-heading.flx{
    display:flex;
    width:100%;
    text-align:left;
    align-items:flex-end;
    margin-bottom:30px
}
.ns-heading.flx .showmore{
    margin-left:auto
}
a.ns-more{
    display:block;
    font-size:15px;
    color:rgba(var(--txtall));
    background:rgba(var(--txtall),.06);
    padding:7px 20px;
    border-radius:5px;
    font-weight:500;
    transition:.2s
}
a.ns-more:hover{
    background:rgba(var(--txtall),.1)
}
a.ns-more i{
    font-size:15px;
    margin-left:15px
}
.blog-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-column-gap:20px
}
.blog-item .thumb img{
    background: #fff;
    width:100%;
    border-radius:25px 5px;
    height:250px;
    object-fit:cover
}
.blog-item .detail{
    margin-top:15px;
    padding:0 5px
}
.blog-item .detail a h3{
    font-weight:700;
    font-size:23px;
    color:rgba(var(--txtall));
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical
}
.blog-item .detail p{
    margin-bottom:12px;
    color:rgba(var(--txtall),.8);
    line-height:25px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical
}
.blog-item .thumb{
    position:relative
}
.blog-item .thumb .post-date,.post-content .post-thumbnail .post-date{
    position:absolute;
    left:15px;
    top:15px;
    font-size:12px;
    color:#fff;
    background:#00000040;
    padding:3px 15px;
    border-radius:27px
}
.post-thumbnail{
    position:relative
}
#support{
    position:relative;
    padding:30px 0;
    background:rgba(var(--cl1),.05)
}
.support-bottom{
    display:flex;
    align-items:center
}
.support-bottom .action{
    margin-left:auto
}
.support-bottom .text{
    font-size:25px;
    color:rgba(var(--txtall));
    text-transform:uppercase
}
.support-bottom .text span{
    display:block;
    font-weight:700
}
.support-bottom a.wp{
    font-size:18px;
    background:#85c173;
    padding:12px 30px;
    min-width:200px;
    text-align:center;
    color:#fff;
    border-radius:50px;
    display:inline-flex;
    align-items:center;
    box-shadow:0 5px 30px #85c17345
}
.support-bottom a.wp i{
    font-size:25px;
    margin-left:20px
}
.support-bottom a.fcont{
    font-size:18px;
    background:rgba(var(--cl1));
    padding:12px 30px;
    min-width:200px;
    text-align:center;
    color:#fff;
    border-radius:50px;
    display:inline-flex;
    align-items:center;
    margin-left:10px;
    box-shadow:0 5px 30px rgba(var(--cl1),.2)
}
.support-bottom a.fcont span,.support-bottom a.wp span{
    position:relative;
    top:1px
}
.support-bottom a.fcont i{
    font-size:22px;
    margin-left:20px
}
.footer{
    background:rgba(var(--lbds));
    padding:50px 0
}
.foot-flex{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    grid-gap:25px
}
.footImg{
    text-align:center;
    padding-top:12px;
    margin-top:20px;
    border-top:1px solid rgba(var(--lsdb),.05)
}
.footImg img{
    height:50px;
    max-width:100%;
    width:auto
}
.footer .start{
    align-self:center
}
.footer .start img{
    height:35px;
    margin-bottom:10px
}
.footer .start p{
    margin-bottom:10px;
    color:rgba(var(--txtall),.8);
    line-height:25px
}
.footer .start .social-action{
    display:flex;
    align-items:center
}
.footer .start .social-action a{
    margin-right:8px
}
.footer .start .social-action a i{
    color:rgba(var(--txtall),.6);
    font-size:22px;
    transition:.2s
}
.footer .start .social-action a:hover i{
    color:rgba(var(--txtall))
}
.footer .fdef {
    /*    width: 25%;*/
}
.footer .fdef .title{
    font-weight:700;
    font-size:20px;
    color:rgba(var(--txtall));
    margin-bottom:5px;
    padding-bottom:5px;
    border-bottom:1px solid rgba(var(--lsdb),.05)
}

.footer .fdef ul{
    padding:5px;
    margin:0
}
.footer .fdef ul li,.footer .fdef ul li a{
    list-style:none;
    padding-bottom:3px;
    margin-bottom:3px;
    font-size:15px;
    color:rgba(var(--txtall),.8)
}
.footer .fdef ul li,.footer .fdef ul li a:hover{
    font-weight: 600;
    color: #14324f;
        transform: translate3d(-1px, -1px, 0px);
    transform-style: preserve-3d;
    margin-left: 6px;
}
.homestep{
    display:flex;
    flex-direction:column
}
.homestep.two{
    flex-direction:column-reverse
}
.homestep.four{
    flex-direction:column-reverse
}
.navTogbtn{
    display:none;
    background:0 0
}
.anibut{
    position:relative;
    overflow:hidden
}
.anibut::after{
    content:"";
    position:absolute;
    width:100px;
    height:100px;
    border-radius:100%;
    left:calc(100% - 35px);
    top:-5px;
    transition:.4s cubic-bezier(0,0,.34,.81);
    background:#ffffff10
}
.anibut:hover:after{
    left:calc(100% - 75px)
}
.path1{
    position:absolute;
    right:0;
    top:0;
    z-index:-1
}
.allpath{
    fill:rgba(var(--cl1),.05)
}
.ns-heading{
    width:fit-content;
    margin:0 auto;
    text-align:center;
    margin-bottom:20px
}
.ns-heading.mb{
    margin-bottom:35px
}
.ns-heading>span{
    font-size:15px;
    color:rgba(var(--cl1));
    position:relative;
    font-weight:400
}
.ns-heading>span:before{
    content:"";
    position:absolute;
    left:-15px;
    top:50%;
    transform:translateY(-50%);
    height:2px;
    width:10px;
    background:rgba(var(--cl1));
    border-radius:2px
}
.ns-heading>span:after{
    content:"";
    position:absolute;
    right:-15px;
    top:50%;
    transform:translateY(-50%);
    height:2px;
    width:10px;
    background:rgba(var(--cl1));
    border-radius:2px
}
.ns-heading h2{
    font-weight:700;
    color:rgba(var(--txtall))
}
.ns-heading p{
    margin:3px 0 0;
    font-size:16px;
    color:rgba(var(--txtall));
    opacity:.6
}
.nheadall{
    display:inline-flex
}
.nfootall{
    display:none
}
.ns-headH{
    display:flex;
    align-items:flex-end;
    justify-content:center
}
.packallBTN{
    display:inline-block;
    font-size:14px;
    font-weight:500;
    color:rgba(var(--lsdb),.5);
    background:rgba(var(--lsdb),.05);
    padding:2px 13px;
    margin-left:10px;
    margin-bottom:7px;
    border-radius:17px;
    transition:.2s
}
.packallBTN:hover{
    color:rgba(var(--lsdb),.6);
    background:rgba(var(--lsdb),.1)
}
.dashline{
    position:relative
}
.dashline::before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    right:0;
    height:1px;
    opacity:.1
}
.dashline::after{
    content:"";
    position:absolute;
    left:0;
    bottom:12px;
    right:0;
    height:1px;
    opacity:.1
}
#topBox{
    margin-top:20px;
    margin-bottom:50px
}
.topBox{
    height:300px;
    position:relative
}
.topBox::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:linear-gradient(to top,rgb(var(--intlinear)),rgb(var(--intlinear),.8));
    z-index:1;
    border-radius:20px
}
.topBox img.introBG{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:20px 20px 24px 24px
}
.topBox .conts{
    position:relative;
    height:100%;
    padding:25px 85px;
    display:flex;
    text-align:center;
    align-items:center;
    z-index:1
}



.orderFail{
    color:rgba(var(--txtall))
}
.topBox .icobox::before{
    content:"";
    position:absolute;
    left:-10px;
    top:-10px;
    right:-10px;
    bottom:-10px;
    background:#fff;
    opacity:.4;
    z-index:-1;
    border-radius:100%
}
.topBox .icobox::after{
    content:"";
    position:absolute;
    left:-10px;
    top:-10px;
    right:-10px;
    bottom:-10px;
    background:var(--bg);
    opacity:.5;
    z-index:-1;
    border-radius:100%;
    animation:1.3s infinite icoshad
}
.topBox .conts .icobox i{
    font-size:54px;
    color:rgba(var(--cl1))
}
.topBox .conts .detabox h1{
    font-weight:700;
    margin-bottom:10px;
    color:#fff
}
.topBox .conts .detabox p{
    color:#fff;
    opacity:.8;
    margin-bottom:10px
}
.topBox .conts .detabox{
    max-width:800px;
    margin-left:60px;
    text-align:left
}
.topBox.order .conts{
    padding:40px;
    min-height:215px
}
.topBox.order .conts .detabox h1{
    font-size:30px;
    margin-bottom:3px
}
.topBox.order{
    height:fit-content;
    margin-bottom:25px
}
.topBox.order .conts{
    padding:40px
}
.topBox.order .conts .detabox{
    margin-left:35px
}
.topBox.order .conts .detabox p{
    margin:0;
    opacity:.7
}
.platList{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-column-gap:25px;
    grid-row-gap:25px;
    margin-bottom:70px
}
.blogList{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-column-gap:25px;
    grid-row-gap:25px;
    margin-bottom:25px
}
.blogList .pagination{
    justify-content: center;
}
.platList .item{
    background:rgba(var(--lbds));
    padding:40px;
    border-radius:20px;
    display:flex;
    flex-direction:column
}
.platList .icon{
    width:90px;
    height:90px;
    border-radius:100%;
    background:rgba(var(--cl1));
    box-shadow:0 5px 20px rgba(var(--cl1),.25);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    position:relative;
    z-index:1
}
.platList .action{
    margin-top:auto
}
.platList .icon i{
    font-size:32px;
    color:#fff
}
.platList .detail h2{
    color:rgba(var(--txtall));
    font-weight:700;
    font-size:23px;
    margin-bottom:7px
}
.platList .detail p{
    font-size:16px;
    color:rgba(var(--txtall),.8);
    line-height:23px
}
.platList .action .platActiBut{
    background:rgba(var(--cl1));
    padding:12px 25px;
    border-radius:5px 15px;
    min-width:230px;
    color:#fff;
    font-weight:400;
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    box-shadow:0 5px 20px rgba(var(--cl1),.3)
}
.topBox .conts .detabox .countservices{
    display:inline-block;
    color:#fff;
    background:#ffffff40;
    padding:4px 15px;
    border-radius:5px;
    font-size:14px;
    margin-top:8px
}

.topBox.reserve .conts .detabox{
    margin-left:0
}
.pagins{
    margin-bottom:70px
}
.pagins ul li a.page-link{
    border:none;
    font-size:15px;
    margin:0 5px;
    border-radius:5px;
    padding:5px 12px;
    color:rgba(var(--txtall))!important;
    background:rgba(var(--lbds))
}
.pagins ul li.active a.page-link{
    color:#fff!important;
    background:rgba(var(--cl1))!important
}
.title-heading{
    position:relative;
    padding-bottom:7px;
    margin-bottom:20px
}
.title-heading span{
    font-size:15px;
    font-weight:500;
    color:rgba(var(--cl1))
}
.title-heading h2{
    font-size:22px;
    color:rgba(var(--txtall));
    margin-bottom:5px;
    font-weight:700;
    text-transform:uppercase
}
.title-heading.sitleico>i{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    font-size:25px;
    color:rgba(var(--cl1),.4)
}
.title-heading.icon{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.title-heading.icon .icon i{
    color:rgba(var(--txtall));
    font-size:25px;
    opacity:.3
}
.title-heading::before{
    content:"";
    position:absolute;
    bottom:-2px;
    left:0;
    height:5px;
    width:100px;
    background:rgba(var(--txtall));
    border-radius:10px
}
.title-heading::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background:rgba(var(--txtall),.1)
}
.most-popular .item{
    display:flex;
    align-items:center;
    position:relative;
    padding:12px 10px;
    border-bottom:1px solid rgba(var(--lsdb),.1)
}
.most-popular .item:nth-last-child(1){
    border-bottom:inherit;
    margin-bottom:0
}
.most-popular .item .thumb{
    min-width:85px;
    width:85px;
    height:55px
}
.most-popular .item .thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:3px
}
.most-popular .item .title{
    padding-left:12px;
    padding-right:0
}
.most-popular .item .title a{
    font-weight:600;
    font-size:16px;
    color:rgba(var(--text));
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical
}
.CommentArea{
    margin-bottom:50px
}
.addComment{
    background:rgba(var(--lbds));
    border-radius:10px;
    padding:30px
}
.commentList .comment{
    background:rgba(var(--lbds));
    padding:20px;
    border-radius:5px;
    margin-bottom:12px
}
.commentList .comment .comHead{
    display:flex;
    align-items:center
}
.commentList .comment .comHead .costumer{
    font-weight:700;
    color:rgba(var(--txtall))
}
.commentList .comment .comHead span{
    font-size:13px;
    margin-left:10px;
    opacity:.3;
    color:rgba(var(--txtall))
}
.commentList .comment .comContent p{
    margin:0;
    font-size:15px;
    margin-bottom:0;
    color:rgba(var(--text),.7);
    line-height:23px
}
.MoreComment{
    text-align:center;
    margin-top:20px
}
.MoreComment .smcommentBTN{
    color:rgba(var(--lsdb),.5);
    background:rgba(var(--lsdb),.06);
    display:inline-block;
    padding:4px 20px;
    font-weight:500;
    border-radius:25px;
    font-size:14px;
    cursor:pointer;
    transition:.2s
}
.MoreComment .smcommentBTN:hover{
    color:rgba(var(--lsdb),.7);
    background:rgba(var(--lsdb),.08)
}
.ns-label{
    margin-bottom:7px;
    font-weight:500;
    color:rgba(var(--txtall))
}
.ns-control{
    color:rgba(var(--txtall));
    background:rgba(var(--lsdb),.03);
    font-size:15px;
    width:100%;
    min-height:50px;
    padding:10px 15px;
    border-radius:5px;
    display:block;
    border:none
}
.comSend{
    color:#fff!important;
    font-size:18px;
    background:rgba(var(--cl1));
    box-shadow:0 5px 25px rgba(var(--cl1),.3);
    min-width:180px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 20px;
    padding-bottom:8px
}
.comSend span{
    position:relative;
    top:-1px
}
.sideContArea{
    padding:40px;
    background:rgba(var(--lbds));
    border-radius:12px
}
.sideContArea .icon i{
    font-size:70px;
    color:rgba(var(--cl1))
}
.sideContArea .icon{
    margin-bottom:20px
}
.sideContArea .desc p{
    margin-bottom:25px;
    color:rgba(var(--text),.8);
    line-height:25px
}
.sideContArea .action .contact-btn{
    padding:14px 45px
}
.breadcrumb{
    margin-top:20px;
    margin-bottom:0
}
.breadcrumb ul{
    padding:0;
    margin-bottom:0;
    display:flex;
    flex-wrap:wrap
}
.breadcrumb ul li{
    list-style:none;
    padding-right:5px;
    opacity:.6;
    position:relative
}
.breadcrumb ul li a{
    font-size:14px;
    color:rgba(var(--txtall));
    transition:.3s
}
.breadcrumb ul li::after{
    content:"\f054";
    font-family:FontAwesome;
    font-size:12px;
    position:relative;
    color:rgba(var(--txtall));
    opacity:.6
}
.breadcrumb ul li:nth-last-child(1){
    font-weight:500
}
.breadcrumb ul li:nth-last-child(1):after{
    content:none
}
.post-area{
    margin-bottom:50px
}
.post-area>h1{
    font-size:30px;
    font-weight:700;
    color:rgba(var(--txtall))
}
.post-content{
    background:rgba(var(--lbds));
    border-radius:10px;
    overflow:hidden
}
.post-thumbnail img{
    width:100%;
    object-fit:cover;
    max-height:480px;
    background: #fff;
}
.post-content .post-body{
    padding:25px
}
.post-content .post-body img{
    padding:10px
}
.contentArea img[style*="float:left"],.post-content .post-body img[style*="float:left"]{
    margin-left:0
}
.contentArea img[style*="float:right"],.post-content .post-body img[style*="float:right"]{
    margin-right:0
}
.post-body img{
    max-width:100%;
    border-radius:10px
}
.post-content .post-body p{
    margin-bottom:12px;
    color:rgba(var(--text),.8);
    line-height:25px
}
.post-content .post-body a{
    font-weight:700;
    color:rgba(var(--text),.8);
    font-weight:700;
    background-image:linear-gradient(0deg,rgba(var(--lsdb),.1),rgba(var(--lsdb),.1));
    background-size:5px 7px;
    background-repeat:repeat-x;
    background-position:bottom;
    transition:.3s
}
.post-content .post-body h1{
    font-size:30px;
    font-weight:700;
    color:rgba(var(--text));
    margin-bottom:15px
}
.post-content .post-body h2{
    font-size:26px;
    font-weight:700;
    color:rgba(var(--text));
    margin-bottom:15px
}
.post-content .post-body h3{
    font-size:22px;
    font-weight:700;
    color:rgba(var(--text));
    margin-bottom:15px
}
.post-body ol,.post-body ul{
    color:rgba(var(--text));
    padding-left:20px;
    margin-bottom:15px;
    list-style: block;
}
.post-body blockquote{
    padding:12px;
    padding-left:15px;
    background:rgba(var(--lsdb),.05);
    border-left:4px solid rgba(var(--lsdb),.4)
}
.post-body blockquote p{
    margin-bottom:0!important;
    color:rgba(var(--text),.8);
    line-height:25px
}
.SideContact{
    margin-bottom:50px
}
.sideServiceList .item{
    display:flex;
    align-items:center;
    padding:15px 20px;
    background:rgba(var(--lbds));
    border-radius:5px;
    margin-bottom:12px;
    position:relative;
    overflow:hidden
}
.sideServiceList .item .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: auto;
}
.sideServiceList .item .icon img{
    border-radius: 5px;
    width: 100%;
    border: 1px solid #eee;
    height: 35px;
}
.sideServiceList .item .title{
    color:rgba(var(--txtall));
    font-weight:700;
    margin-left:15px;
    font-size:18px
}
.sideServiceList .item .title span{
    font-weight:400;
    font-size:15px;
    display:block;
    margin-top:-5px
}
.sideServiceList .item .action{
    margin-left:auto
}
.sideServiceList .item .action i{
    color:rgba(var(--txtall));
    font-size:20px
}
.sideServiceList .item:before{
    content:"";
    position:absolute;
    left:100%;
    top:-30%;
    height:200px;
    width:200px;
    border-radius:100%;
    background:rgba(var(--txtall),.1);
    transition:.3s cubic-bezier(0,0,.34,.81);
    opacity:0
}
.sideServiceList .item:hover:before{
    left:80%;
    opacity:1
}
.most-popular .item:before{
    content:"";
    position:absolute;
    left:50%;
    width:0%;
    height:100%;
    top:0;
    bottom:0;
    background:rgba(var(--lsdb),.05);
    z-index:-1
}
.most-popular .item:hover:before{
    width:100%;
    left:0
}
.contactArea{
    background:rgba(var(--lbds));
    padding:40px;
    border-radius:10px
}
.notfoundarea{
    margin:100px auto;
    max-width:900px
}
.cls-7,.notfoundarea .cls-3{
    fill:rgba(var(--cl1))
}
.notfoundarea .cls-2{
    fill:rgba(var(--txtall))
}
.not404{
    margin-top:50px;
    padding-top:30px;
    border-top:1px solid rgba(var(--cl1),.2);
    text-align:center
}
.not404 h1{
    font-weight:700;
    color:rgba(var(--txtall));
    margin-bottom:10px
}
.not404 p{
    margin-bottom:12px;
    color:rgba(var(--txtall),.8);
    line-height:25px
}
.not404 .actions a{
    display:inline-block;
    color:#fff;
    background:rgba(var(--cl1));
    box-shadow:0 5px 25px rgba(var(--txtall),.3);
    padding:10px 45px;
    margin:0 5px;
    border-radius:5px
}
.not404 .actions{
    margin-top:20px
}
.alert-message{
    position:fixed;
    bottom:7px;
    right:-100%;
    min-width:300px;
    max-width:400px;
    z-index:99;
    border:none
}
.orderArea{
    margin-top:30px;
    margin-bottom:50px
}
.firstcont{
    padding:40px 35px;
    padding-bottom:50px;
    background:rgba(var(--lbds));
    margin-bottom:50px;
    border-radius:20px
}
.firstcont .step{
    margin-bottom:40px
}
.firstcont .step:nth-last-child(1){
    margin-bottom:0
}
.firstcont .step h2{
    font-weight:700;
    color:rgba(var(--text))
}
.firstcont .step p{
    color:rgba(var(--text),.7);
    margin-bottom:15px
}
.ord-control{
    color:rgba(var(--txtall));
    background:#fbfbfb;
    width:100%;
    height:55px;
    min-height:60px;
    border:3px solid #ececec;
    border-radius:10px;
    box-shadow:none!important;
    padding:12px 20px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.ord-control.text{
    height:auto;
    color:rgba(var(--txtall),.8)
}
.ord-control.text span{
    display:block;
    font-weight:700;
    color:rgba(var(--txtall))
}
select.ord-control{
    background:url(../../img/svg/down-light.svg) no-repeat;
    background-position-x:calc(100% - 12px);
    background-position-y:center;
    background-size:17px
}
.ord-control::placeholder{
    color:#999!important
}
.orderTabs{
    margin-bottom:70px
}
.orderTabs .tab-content{
    display:none
}
.orderTabs .tab-content.show{
    display:block
}
.tabOption{
    background:rgba(var(--txtall),.1);
    border-radius:50px
}
.tabOption ul{
    padding:7px;
    display:flex;
    align-items:center;
    justify-content:space-around
}
.tabOption ul li{
    color:rgba(var(--txtall));
    list-style:none;
    width:100%;
    text-align:center;
    cursor:pointer;
    font-weight:600;
    padding:7px 20px;
    opacity:.5;
    transition:.2s;
    user-select:none
}
.tabOption ul li.active{
    background:#fff;
    border-radius:36px;
    opacity:1
}
.orPayDetail .amount{
    padding:15px 20px;
    background:rgba(var(--lbds));
    border-radius:15px
}
.orPayDetail .amount ul{
    padding:0 5px;
    margin:0
}
.orPayDetail .amount ul li{
    list-style:none;
    padding:8px 0;
    border-bottom:1px solid rgba(var(--txtall),.07);
    display:flex;
    align-items:center;
    color:rgba(var(--txtall))
}
.orPayDetail .amount ul li span{
    margin-left:auto;
    font-weight:700
}
.orPayDetail .amount ul li:nth-last-child(1){
    border-bottom:inherit
}
.amount.statu ul li{
    display:block
}
.amount.statu ul li span{
    display:block
}
.orPayDetail .PaymentMethod{
    margin-top:30px
}
.orPayDetail .PaymentMethod ul{
    padding:0;
    margin:0
}
.orPayDetail .PaymentMethod ul li{
    list-style:none;
    align-items:center;
    color:rgba(var(--txtall));
    background:rgba(var(--lbds));
    font-weight:500;
    padding:15px 20px;
    padding-bottom:14px;
    margin-bottom:7px;
    border-radius:10px;
    border:3px solid #ececec;
    cursor:pointer;
    position:relative;
    transition:.2s
}
.orPayDetail .PaymentMethod ul li.selected{
    border-color:rgba(var(--txtall));
    color:rgba(var(--txtall));
    font-weight:700
}
.orPayDetail .PaymentMethod ul li::after{
    content:"\f00c";
    font-family:'Font Awesome 5 Free';
    color:#fff;
    background:rgba(var(--txtall));
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:35px;
    height:30px;
    font-size:15px;
    font-weight:600;
    padding-left:10px;
    padding-bottom:7px;
    border-bottom-left-radius:50px;
    display:flex;
    align-items:center;
    justify-content:center
}
.orPayDetail .PaymentMethod ul li.selected::after{
    opacity:1;
    transition:.3s
}
.orPayDetail .PaymentMethod ul li i{
    margin-right:8px
}
.orActionBTN.anibut{
    color:#fff!important;
    background-color:rgba(var(--cl1));
    display:inline-flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    font-size:17px;
    font-weight:600;
    text-transform:uppercase;
    border:none;
    border-radius:12px;
    padding:17px 25px;
    padding-bottom:16px;
    box-shadow:0 5px 25px rgba(var(--cl1),.4)
}

.chxarea{
    padding:12px;
    padding-bottom:11px;
    border-radius:10px;
    background:#f8f8f8;
    margin-top:5px;
    display:flex;
    align-items:center
}
.chxarea a{
    color:rgba(var(--cl1));
    font-weight:700;
    background-image:linear-gradient(0deg,rgba(var(--text),.05),rgba(var(--text),.05));
    background-size:6px 7px;
    background-repeat:repeat-x;
    background-position:bottom;
    transition:.3s
}
.chxarea.free{
    background:rgba(var(--txtall),.06);
    margin-top:15px
}
.chxarea input{
    min-width:21px!important;
    margin-right:3px
}
.chxarea label{
    font-weight:500;
    color:rgba(var(--txtall));
    width:auto
}
.chxarea label span{
    font-weight:400;
    opacity:.6
}

.coupon{
        position:relative;
        margin:8px 0
    }
    .coupon .coupbtn{
        position:absolute;
        right:10px;
        top:50%;
        transform:translateY(-50%);
        display:inline-block;
        font-size:15px;
        font-weight:400;
        color:#fff!important;
        border:none;
        background-color:rgba(var(--cl1));
        border-radius:3px;
        padding:5px 21px;
        box-shadow:0 5px 25px rgba(var(--cl1),.3)
    }
    .coupon .ns-control{
        opacity:.6
    }
    .coupon .ns-control::placeholder{
        font-size:15px
    }
    .paymentDetail{
        color:rgba(var(--txtall),.8);
        font-size:15px;
        background:rgba(var(--lbds));
        padding:20px;
        border-radius:10px;
        margin-top:15px;
        margin-bottom:20px;
        position:relative;
        overflow:hidden
    }


    .paymentDetail ul{
        list-style: disc;
    }

    .paymentDetail p{
        margin:0
    }
    .paymentDetail::before{
        content:"\f06a";
        position:absolute;
        font-family:fontawesome;
        color:rgba(var(--txtall));
        right:-12px;
        top:-27px;
        font-size:60px;
        transform:rotate(15deg);
        opacity:.1
    }
    .orPackDetail{
        padding:25px 30px;
        background:rgba(var(--lbds));
        border-radius:15px
    }
    .orPackDetail>span{
        font-size:20px;
        font-weight:700;
        color:rgba(var(--txtall));
        display:block;
        margin-bottom:15px;
        padding-bottom:15px;
        border-bottom:2px dashed rgba(var(--txtall),.1)
    }
    .orPackDetail ul{
        padding:0 5px;
        margin:0
    }
    .orPackDetail ul li{
        list-style:none;
        padding:5px 0;
        font-weight:400;
        display:flex;
        position:relative;
        align-items:center;
        color:rgba(var(--txtall))
    }
    .orPackDetail ul li::before{
        content:"\f058";
        font-family:FontAwesome;
        margin-right:10px;
        color:rgba(var(--pckdf));
        font-size:15px
    }
    .orPackDetail .favPack{
        position:relative;
        margin:inherit;
        width:100%;
        height:auto;
        padding:12px 20px;
        right:inherit;
        top:inherit;
        margin-top:20px
    }
    .orPackDetail .favPack::before{
        margin-right:5px
    }
    .modal.termsofuse .modal-footer{
        justify-content:center
    }
    .modal.termsofuse .modal-content{
        border:none;
        border-radius:15px;
        background:rgba(var(--lbds))
    }
    .modal.termsofuse .modal-header h5{
        font-weight:600;
        color:rgba(var(--txtall))
    }
    .termsofuse .modal-footer,.termsofuse .modal-header{
        border-color:rgba(var(--lsdb),.1)
    }
    .modalbtn{
        display:inline-block;
        font-size:16px;
        font-weight:400;
        color:#fff!important;
        border:none;
        background-color:rgba(var(--cl1));
        border-radius:40px;
        padding:8px 35px;
        box-shadow:0 5px 25px rgba(var(--cl1),.3)
    }
    .modal.termsofuse .modal-body p{
        color:rgba(var(--txtall),.8)
    }
    .modal.termsofuse .modal-body{
        padding:20px
    }
    .btn-close{
        box-shadow:none!important
    }
    .payorderdets ul{
        padding:0;
        margin:0
    }
    .payorderdets ul li{
        list-style:none;
        color:rgba(var(--txtall),.8);
        background:rgba(var(--lbds));
        font-weight:400;
        padding:12px 15px;
        padding-top:13px;
        margin-bottom:7px;
        border-radius:10px;
        border:3px solid #ececec;
        position:relative;
        transition:.2s;
        display:flex;
        justify-content:space-between;
        align-items:center
    }
    .payorderdets ul li span{
        font-weight:700;
        color:rgba(var(--txtall))
    }
    .payorderdets{
        margin-bottom:25px
    }
    .fixActions{
        position:fixed;
        left:15px;
        transition:.2s;
        bottom:calc(0% + 15px);
        transform:translateY(0);
        z-index:9
    }
    .fixActions.show{
        bottom:50%;
        transform:translateY(50%)
    }
    .fixActions.show .close .cshow{
        display:none
    }
    .fixActions.show .close .chide{
        display:block
    }
    .fixActions .close .chide{
        display:none
    }
    .fixActions .close .cshow{
        display:block
    }
    .fixActions .item{
        background:rgba(var(--cl1));
        border-radius:10px;
        margin-bottom:10px
    }
    .fixActions .item{
        color:#fff;
        width:50px;
        height:50px;
        display:flex;
        align-items:center;
        justify-content:center;
        cursor:pointer
    }
    .fixActions .item .icon{
        width:50px;
        text-align:center
    }
    .fixActions .item.fav{
        background:#fbbe65
    }
    .fixActions .item.wp{
        background:#85c173
    }
    .fixActions .item.tel{
        background:var(--fixedtel)
    }
    .fixActions .item span{
        position:absolute;
        visibility:hidden;
        opacity:0;
        margin-left:-30px;
        font-weight:500
    }
    .fixActions.show .item:hover{
        width:100%;
        padding-right:20px
    }
    .fixActions.show .item:hover span{
        position:relative;
        opacity:1;
        visibility:visible;
        margin-left:0;
        transition:.4s cubic-bezier(0,0,.34,.81)
    }
    .fixActions .item:last-child{
        margin-bottom:0
    }
    .fixActions .item i{
        font-size:22px
    }
    .fixActions .close{
        width:50px;
        height:50px;
        color:#fff;
        background:rgba(var(--lsdb),.3);
        margin-top:10px;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:10px;
        cursor:pointer;
        transition:.2s
    }
    .fixActions .close:hover{
        background:rgba(var(--lsdb),.5)
    }
    .fixActions .close i{
        font-size:21px
    }
    .fixActions .items{
        margin-left:-70px;
        transition:.2s
    }
    .fixActions.show .items{
        margin-left:0
    }
    .mobileFavsbut{
        display:none
    }
    .osareaBG{
        position:fixed;
        padding:90px 0 65px;
        left:0;
        right:0;
        top:-50px;
        background:rgba(var(--lbds));
        box-shadow:0 5px 30px rgba(var(--lbds),.5);
        z-index:99;
        display:flex;
        transition:.2s;
        visibility:hidden;
        opacity:0
    }
    .osareaBG .close{
        color:rgba(var(--text));
        background:rgba(var(--text),.08);
        position:absolute;
        top:10px;
        left:calc(50% - 60px);
        width:120px;
        text-align:center;
        padding:3px 10px;
        border-radius:30px;
        cursor:pointer;
        font-size:15px;
        transition:.2s
    }
    .osareaBG .close:hover{
        background:rgba(var(--text),.11)
    }
    .osareaBG.show{
        top:0;
        visibility:visible;
        opacity:1
    }
    .osareaBG .osarea{
        margin:auto;
        display:flex;
        align-items:center;
        justify-content:center;
        width:100%;
        max-width:1300px
    }
    .searcharea{
        margin:0 30px;
        display:flex;
        height:100%
    }
    .searcharea .content{
        margin:auto 0;
        width:100%
    }
    .searcharea .content .top .icon{
        width:110px;
        height:110px;
        background:rgba(var(--cl1));
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:100%;
        margin:0 auto;
        margin-bottom:20px
    }
    .searcharea .content .top>span{
        font-size:25px;
        font-weight:700;
        color:rgba(var(--txtall));
        display:block;
        margin-bottom:5px
    }
    .searcharea .content .top p{
        font-size:15px;
        color:rgba(var(--txtall),.8);
        margin-bottom:20px
    }
    .searcharea .srcwell input{
        border:none;
        width:100%;
        display:block;
        background:#f3f3f3;
        height:60px;
        padding:20px;
        border-radius:10px
    }
    .srcwell .osBtn{
        display:inline-block;
        font-size:16px;
        font-weight:400;
        color:#fff!important;
        border:none;
        background-color:rgba(var(--cl1));
        border-radius:40px;
        padding:12px 40px;
        box-shadow:0 5px 25px rgba(var(--cl1),.3)
    }
    .lastordersarea .content .item{
        background:rgba(var(--txtall),.07);
        margin-bottom:10px;
        border-radius:10px;
        padding:8px 15px;
        display:flex;
        align-items:center;
        justify-content:space-between
    }
    .lastordersarea{
        height:100%;
        display:flex;
        align-items:center;
        margin:0 30px;
        position:relative
    }
    .lastordersarea::before{
        content:"";
        position:absolute;
        left:-42px;
        top:0;
        bottom:0;
        width:2px;
        background:#eaeaea
    }
    .lastordersarea .content>span{
        font-size:25px;
        font-weight:700;
        color:rgba(var(--txtall));
        display:block
    }
    .lastordersarea .content p{
        font-size:15px;
        color:rgba(var(--txtall),.8);
        margin-bottom:20px
    }
    .lastordersarea .content{
        width:100%
    }
    .lastordersarea .content .item .text span{
        display:block;
        font-weight:700
    }
    .lastordersarea .content .item .text{
        color:rgba(var(--txtall));
        font-size:15px
    }
    .ordliact{
        color:#fff!important;
        font-size:15px;
        background:rgba(var(--cl1));
        box-shadow:0 5px 20px rgba(var(--cl1),.3);
        padding:7px 15px;
        border-radius:5px
    }
    .ordliact:hover{
        box-shadow:0 5px 20px rgba(var(--cl1),.5)
    }
    .ordliact i{
        margin-right:1px
    }
    body.order footer,body.order header,body.order main{
        filter:blur(4px);
        pointer-events:none
    }
    .contentArea{
        margin-bottom:100px;
        padding:0 15px
    }
    .contentArea h1,.contentArea h2,.contentArea h3,.contentArea h4,.contentArea h5{
        font-weight:700;
        color:rgba(var(--txtall));
        margin-bottom:10px
    }
    .contentArea p{
        color:rgba(var(--txtall),.8);
        margin-bottom:12px
    }
    .contentArea img{
        display:inline-block;
        margin:15px;
        max-width:100%
    }
    body.dark .serviceList .item .box i,body.dark .serviceList .item .serviceName{
        color:rgba(var(--txtall))
    }
    body.dark .AboutArea .imgData .datainfo .item,body.dark .fastOrder,body.dark .nav-drop .drop-menu{
        box-shadow:inherit
    }
    body.dark .aboaction a.abobtn{
        background:rgba(var(--cl1))
    }
    body.dark .logo img.dark{
        display:block
    }
    body.dark .logo img.light{
        display:none
    }
    body.dark .fastOrder .fastDrop{
        box-shadow:0 5px 30px #00000030
    }
    body.dark .fastOrder .fastDrop ul li{
        background:#ffffff04
    }
    body.dark .fastOrder .fastDrop ul li:hover{
        background:#ffffff08
    }
    body.dark .homePageSlider .content p{
        opacity:.6
    }
    body.dark .favPack{
        background:#31333e
    }
    body.dark .favPack:hover{
        background:#2b2c35
    }
    body.dark .topBox .conts .icobox i{
        color:var(--bg)
    }
    body.dark .favPack.active{
        color:rgba(var(--lbds));
        background:#fbbe65
    }
    body.dark .favPack.active:hover{
        background:#fbbe65;
        opacity:.8
    }
    body.dark .ord-control{
        border:3px solid #2c2e38;
        background:#2c2e38
    }
    body.dark .tabOption{
        background:rgba(var(--lbds))
    }
    body.dark .tabOption ul li{
        font-weight:400
    }
    body.dark .tabOption ul li.active{
        background:#505261
    }
    body.dark .chxarea{
        background:#2c2e38
    }
    body.dark .orPayDetail .PaymentMethod ul li{
        color:rgba(var(--txtall));
        background:rgba(var(--lbds));
        font-weight:500;
        border:3px solid #505261
    }
    body.dark .orPayDetail .PaymentMethod ul li.selected{
        border-color:#97e49a;
        color:#97e49a;
        font-weight:500
    }
    body.dark .orPayDetail .PaymentMethod ul li::after{
        background:#97e49a
    }
    body.dark input[type=checkbox],input[type=radio]{
        --background:rgba(var(--lbds))
    }
    body.dark .coupon .ns-control{
        opacity:1
    }
    body.dark .ns-control{
        color:rgba(var(--txtall));
        background:#2c2e38
    }
    body.dark .ord-control::placeholder{
        color:#5b5c65!important
    }
    body.dark select.ord-control{
        background:url(../../img/svg/down-dark.svg) no-repeat,#2c2e38;
        background-position-x:calc(100% - 12px);
        background-position-y:center;
        background-size:17px;
        color:#92929a
    }
    body.dark .notfoundarea .cls-1{
        fill:rgba(var(--lsdb),.05)
    }
    @keyframes dotsmove{
        0%,100%{
            transform:rotate(-2deg)
        }
        50%{
            transform:rotate(2deg)
        }
    }
    @keyframes icoshad{
        ,0%{
            transform:scale(1);
            opacity:.5
        }
        100%{
            transform:scale(1.3);
            opacity:0
        }
    }
    @media (max-width:1400px){
        .packList,.platList{
            grid-template-columns:repeat(3,1fr)
        }
        .whyus .list .item{
            height:300px
        }
    }
    @media (max-width:1250px){
        .topBox.reserve .conts{
            padding:30px 50px
        }
        .topBox.reserve .conts .icobox{
            min-width:110px;
            height:110px;
            margin-left:30px
        }
        .topBox.reserve .conts .icobox i{
            font-size:45px
        }
    }
    @media (max-width:991px){
        .navTogbtn{
            display:flex;
            flex-flow:wrap;
            z-index:99;
            position:relative
        }
        .NavListArea{
            position:fixed;
            top:0;
            left:-100%;
            visibility:hidden;
            bottom:0;
            width:calc(100% - 70px);
            background:rgba(56, 58, 70);
            z-index:99;
            transition:.2s;
            flex-direction:column;
            align-items:flex-start;
            padding:25px;
            box-shadow:3px 0 20px #00000010
        }
        .NavListArea ul.NavList{
            flex-direction:column;
            align-items:flex-start;
            width:100%
        }
        .NavListArea .NavActions{
            width:100%;
            flex-direction:column;
            margin:0;
            margin-top:25px;
            align-self:center
        }
        .NavActions .darkmode{
            margin:0;
            margin-top:20px
        }
        .NavActions .darkmode .darkswitch{
            background:rgba(var(--txtall),.1)
        }
        .supportbtn{
            width:100%
        }
        .supportbtn a{
            width:100%;
            text-align:center
        }
        body.showmenu .navTogbtn{
            position:fixed;
            right:12px
        }
        ul.NavList li{
            width:100%;
            padding:0;
            border-bottom:1px solid rgba(var(--lsdb),.05)
        }
        li.nav-drop ul li:nth-last-child(1){
            border-bottom:inherit
        }
        .NavList li a{
            display:block;
            padding:10px 5px
        }
        .nav-drop .drop-menu{
            position:relative;
            background:#00000006;
            box-shadow:none;
            padding:12px;
            margin:0!important;
            border-radius:0;
            opacity:1;
            visibility:visible;
            display:none
        }
        .topBox.reserve .conts{
            padding:40px 30px;
            padding-bottom:65px
        }
        .topBox .conts{
            flex-direction:column-reverse;
            justify-content:center;
            padding:40px 20px;
            padding-bottom:65px
        }
        .topBox .conts .detabox{
            margin:0;
            text-align:center
        }
        .topBox{
            height:fit-content
        }
        .topBox .conts .icobox,.topBox.reserve .conts .icobox{
            position:absolute;
            bottom:-40px;
            left:calc(50% - 50px);
            min-width:80px;
            width:80px;
            max-height:80px;
            margin:0!important
        }
        .topBox .icobox::before{
            left:-15px;
            top:-15px;
            right:-15px;
            bottom:-15px
        }
        .topBox .conts .icobox{
            border:6px solid rgba(var(--lbds),.3)
        }
        .topBox .conts .icobox i,.topBox.reserve .conts .icobox i{
            font-size:28px
        }
        .platList .item{
            padding:25px
        }
        .blogList,.packList,.platList{
            grid-template-columns:repeat(2,1fr)
        }
        .contactArea{
            background:inherit;
            padding:10px
        }
        .fastOrder .fastitems{
            flex-direction:column;
            width:100%
        }
        .fastOrder{
            flex-direction:column;
            width:calc(100% - 30px);
            transform:translateY(-50px)
        }
        .fastOrder .fastselect{
            margin:0;
            padding:0;
            text-align:left;
            width:100%;
            padding-bottom:10px;
            margin-bottom:10px;
            border-bottom:1px solid #00000007
        }
        .fastOrder .fastselect::after{
            display:none
        }
        .fastOrder .fastselect .cont{
            display:flex;
            justify-content:space-between;
            align-items:center
        }
        .fastOrder .fastselect .cont i{
            display:block;
            transition:.2s
        }
        .fastselect.show .cont i{
            transform:rotate(90deg)
        }
        .fastAction{
            margin:0;
            margin-top:10px;
            width:100%
        }
        .butto-fast{
            min-width:100%
        }
        .fastOrder .fastDrop{
            top:0;
            z-index:1;
            width:100%
        }
        .fastOrder .fastselect:first-child .fastDrop{
            left:0
        }
        .fastOrder .fastDrop.show{
            top:calc(100% + 5px)
        }
        .fastOrder .fastDrop ul{
            max-height:215px
        }
        .whyus .list{
            grid-template-columns:repeat(2,1fr)
        }
        .AboutArea{
            flex-direction:column
        }
        .AboutArea .imgData:before{
            left:calc(50% - 125px);
            top:-40px
        }
        .AboutArea .imgData img{
            width:100%;
            height:270px;
            border-radius:20px
        }
        .AboutArea.styletwo .imgData img{
            border-radius:50px
        }
        .AboDetail{
            padding:0 10px;
            margin-top:35px
        }
        .AboutArea .imgData .datainfo{
            display:none
        }
        .AboutArea .imgData .datainfo .item{
            margin:0 3px
        }
        .aboaction{
            width:calc(100% - 50px)
        }
        .aboaction a.abobtn,.aboaction::before{
            width:100%
        }
        .blog-list{
            display:flex;
            grid-gap:inherit;
            overflow:auto;
            scroll-snap-type:x mandatory;
            padding-bottom:10px
        }
        .blog-list::-webkit-scrollbar{
            display:none
        }
        .blog-list .blog-item{
            scroll-snap-align:start;
            min-width:65%;
            padding-right:25px;
            padding-left:15px;
            margin-right:-25px
        }
        .support-bottom{
            flex-direction:column
        }
        .support-bottom .text{
            margin-bottom:20px;
            text-align:center
        }
        .support-bottom .action{
            text-align:center;
            margin-left:inherit
        }
        .support-bottom .action a{
            width:90%;
            margin:0;
            justify-content:space-between
        }
        .support-bottom .action a:nth-child(1){
            margin-bottom:12px
        }
        .nheadall,.packListArea .splide__pagination__page{
            display:none
        }
        .packallBTN{
            margin-left:0;
            margin-top:0
        }
        .nfootall{
            display:block;
            text-align:center;
            padding-top:20px;
            position:relative
        }
        .packListArea{
            padding-bottom:15px
        }
        .otbuts{
            display:flex;
            align-items:center
        }
        .otbuts .darkmode{
            margin-top:0
        }
        .otbuts{
            margin-top:15px;
            padding:8px;
            width:100%;
            background:rgba(var(--lsdb),.03);
            justify-content:center;
            border-radius:50px
        }
        .orderSearchNav.orsebtns{
            box-shadow:none!important
        }
        .mobileFavsbut{
            display:inline-block;
            background:#fbbe65;
            padding:3px 30px;
            border-radius:30px;
            cursor:pointer;
            margin-left:10px;
            position:relative;
            overflow:hidden
        }
        .mobileFavsbut a i{
            color:#fff
        }
        .fixActions{
            left:5px;
            transform:translateY(5%) scale(.8)!important;
            bottom:0
        }
        .fixActions.show{
            transform:translateY(50%) scale(.8)!important;
            bottom:50%
        }
        li.navitem.nav-drop>a::after{
            transform:translateY(-50%) rotate(-90deg)
        }
        li.navitem.nav-drop>a.show::after{
            transform:translateY(-50%) rotate(0)
        }
    }
    @media (max-width:768px){
        a.logo img{
            height:35px;
            /*        display: none;*/
        }
        .logo img.dark{ 
            display: block;
        }


        header .navbar{
            position:inherit;
            background:rgba(var(--lbds));
            height:76px;
            padding:0
        }
        .serviceList .item .box{
            border-radius:100%;
            width:80px;
            height:80px
        }
        .serviceList .item .serviceName{
            max-width:80px
        }
        .serviceList .item .box i{
            font-size:32px
        }
        .serviceList .item .opacityIcon{
            left:32px
        }
        .serviceList{
            justify-content:flex-start;
            overflow:auto;
            margin:25px 0
        }
        .serviceList .item{
            margin:0 6px
        }
        .serviceList .item:nth-child(1){
            margin-left:0
        }
        #serviceList .container{
            padding:0
        }
        .serviceList .item:nth-child(1){
            margin-left:0;
            padding-left:15px
        }
        .serviceList .item:nth-last-child(1){
            margin-right:0;
            padding-right:15px
        }
        .serviceList::-webkit-scrollbar{
            display:none
        }
        #homePageSlider{
            margin-top:0
        }
        #homePageSlider .container{
            padding:0
        }
        .homePageSlider{
            height:auto;
            min-height:350px
        }
        .homePageSlider .content{
            padding:20px;
            top:0;
            bottom:50px;
            display:flex;
            flex-direction:column;
            justify-content:flex-end
        }
        .homePageSlider .content p{
            font-size:15px
        }
        .homePageSlider::before{
            background:linear-gradient(to top,rgb(var(--intlinear)),rgb(var(--intlinear),.8),rgb(var(--intlinear),.5));
            border-radius:0
        }
        .homePageSlider img.introBG{
            border-radius:0
        }
        .homePageSlider .content h1{
            font-size:24px
        }
        .homestep.three .serviceList,.homestep.two .serviceList{
            margin-top:0
        }
        .homestep.three{
            flex-direction:column-reverse
        }
        .homestep.four{
            flex-direction:column
        }
        .container.mp0{
            padding:0
        }
        .container.mp0 .ns-heading{
            padding:0 15px
        }
        .packitem.inslide{
            margin-top:10px!important
        }
        .packListArea .packitem{
            margin:0 6px
        }
        .blogList,.packList,.platList{
            grid-template-columns:repeat(1,1fr)
        }
        .whyus .list{
            grid-template-columns:repeat(1,1fr)
        }
        .whyus .list .item{
            height:240px;
            border-radius:15px
        }
        .whyus .list .item .content .icon{
            width:60px;
            height:60px
        }
        .whyus .list .item .content .icon i{
            font-size:22px
        }
        .whyus .list .item .content .detail p{
            overflow:hidden;
            display:-webkit-box;
            -webkit-line-clamp:3;
            -webkit-box-orient:vertical
        }
        #whyus::after{
            height:150px
        }
        #testimonial{
            padding:0
        }
        #testimonial .ns-heading{
            padding:0 15px
        }
        .testimonial-item{
            margin:0 10px
        }
        .faqwell .item .fs-head{
            font-size:16px
        }
        .faqwell .item{
            padding:15px;
            padding-bottom:14px;
            margin-bottom:8px
        }
        .faqwell .item .fs-head .plusminus{
            padding-left:12px
        }
        .ns-heading.flx{
            flex-direction:column;
            justify-content:center;
            align-items:center
        }
        .ns-heading.flx .left{
            text-align:center
        }
        .ns-heading.flx .showmore{
            margin:12px 0 0
        }
        #aboutus{
            margin-top:80px;
            padding-bottom:70px
        }
        #faq{
            margin-top:75px
        }
        #bloglast{
            margin-top:60px
        }
        .foot-flex{
            display:flow;

            padding:0 10px
        }

        .footer .fdef{
            width: 50%;
            float: left;
            margin-left: 0;
            margin-bottom: 15px;
        }
        .footImg{
            border-top: 0px; 
        }
        .footImg img{
            width: 100%;
            height: 100%;
            border-top: 1px solid #e2e2e2;
        }

        .orderlistDetail{
            display: none;
        }

        .header_bottom .header_bottom_item{
            width: max-content !important;
        }

        .home__workload__heading{
            font-size: 40px !important;
        }

        .header-user-box{
            justify-content: space-around;
            flex-direction: inherit;
            width: 100%;
        }
        .header-user-box .navlink{
            width: 100% !important;
            text-align: center;
            margin-left:  0 !important;
        }

        .proxychecker-content{
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        .proxychecker-content .introduction__container{
            padding: 20px !important;
        }


        .proxychecker-content .introduction_image{
            display: none !important;
        }





        .topBox .conts .icobox{
            box-shadow:0 5px 20px rgba(var(--cl1),.3)
        }
        .breadcrumb ul{
            overflow:hidden;
            flex-flow:nowrap;
            display:flex;
            position:relative;
            white-space:nowrap
        }
        .breadcrumb ul li:nth-last-child(1){
            overflow:hidden;
            text-overflow:ellipsis
        }
        .post-area>h1{
            font-size:25px
        }
        .post-thumbnail img{
            max-height:275px
        }
        .post-content .post-body h1{
            font-size:25px
        }
        .post-content .post-body h2{
            font-size:23px
        }
        .post-content .post-body h3{
            font-size:21px
        }
        .post-content .post-body{
            padding:25px 15px
        }
        .ns-control{
            font-size:16px!important
        }
        .orderArea{
            margin-top:0
        }
        .topBox.order{
            margin:0;
            margin-bottom:75px
        }
        .orderArea .row .col-md-8{
            padding:0
        }
        .orderArea .row .col-md-8 .firstcont{
            margin:0 15px 30px
        }
        .topBox.order .conts .detabox{
            margin-left:0
        }
        .topBox.order .conts{
            padding:40px 20px;
            padding-bottom:75px
        }
        .topBox.order .conts .icobox{
            position:absolute;
            min-width:80px
        }
        .topBox.order .conts .icobox i{
            font-size:30px
        }
        .firstcont{
            margin-top:55px;
            padding:25px 20px;
            border-radius:5px
        }
        .fixActions{
            left:5px;
            transform:translateY(5%) scale(.8)!important;
            bottom:0
        }
        .fixActions.show{
            transform:translateY(50%) scale(.8)!important;
            bottom:50%
        }
        .fixActions .item{
            margin-bottom:7px;
            padding-right:0!important
        }
        .fixActions .item span{
            display:none
        }
        .searcharea{
            padding-bottom:50px;
            margin:0 15px
        }
        .osareaBG{
            padding:60px 0;
            max-height:100%;
            overflow:auto
        }
        body.order footer,body.order header,body.order main{
            display:none
        }
        .lastordersarea .content .item{
            flex-direction:column;
            align-items:flex-start;
            padding:12px 15px
        }
        .lastordersarea .content .item .text{
            margin-bottom:5px
        }
        .ordliact{
            padding:5px 12px
        }
        .topBox.order .conts .detabox h1{
            font-size:24px
        }
        .lastordersarea{
            margin:0 15px
        }
        .blog-list .blog-item{
            min-width:100%
        }
        .packListArea:before{
            width:100%;
            border-radius:0;
            height:250px
        }
        .contentArea img{
            border-radius:10px;
            padding:0;
            margin:15px 0
        }
        .testiarea::after{
            width:275px
        }
        body.dark .nav-drop .drop-menu{
            background:#ffffff06
        }
        .alert-message{
            max-width:calc(100% - 40px)
        }
        #aboutus,#bloglast,#faq,#packList,#testimonial,#whyus{
            margin-bottom:60px
        }
        .blog-item .thumb img{
            height:220px
        }
        .post-content .post-body img{
            margin:12px 0
        }
    }
    @media (max-width:575px){
        #topBox{
            margin-top:0;
            margin-bottom:30px
        }
        #topBox .container{
            padding:0
        }
        .topBox::before{
            border-radius:0
        }
        .topBox img.introBG{
            border-radius:0
        }
        .invoiceMethod ul{
            display: contents !important;
        }
        .IpAddressArea{
            margin-top: 10px !important;
        }
        .IpAddressArea .boxes{
            display: contents !important;
        }
    }
    @media (min-width:768px){
        .homestep.one,.homestep.three{
            /*        margin-top:35px*/
        }
        .homestep.one.noneService,.homestep.three.noneService{
            margin-top:15px
        }
        .homestep.four,.homestep.two{
            margin-top:15px
        }
        .nav-head.back{
            margin-bottom:30px
        }
    }


    section.mainProductBox {
      margin-top: 200px;
      padding: 100px 0 100px;
      position: relative;
      background: #edeef8; 
  }

  section.mainProductBox::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #1a1e30; 
  }

  .mainProductBox .intsOne {
      position: absolute;
      right: 40%;
      top: 16px;
      font-size: 38px;
      z-index: 1;
      color: #ff9800;
      transform: rotate(-5deg);
  }

  .mainProductBox .smmUsers {
      margin: 0 auto;
      max-width: 500px;
      display: grid;
      grid-template-columns: auto 30% 30% auto;
      grid-gap: 10px;
      align-items: center;
      transform: translateY(-50%);
      margin-bottom: -20px;
      position: relative;
  }

  .mainProductBox .smmUsers img {
      width: 100%;
      border-radius: 100%;
      border: 7px solid #f5f5fc;
      object-fit: cover;
      aspect-ratio: 1/1;
      margin: 0 auto;
  }

  .mainProductBox .heading {
      position: relative;
      z-index: 1;
  }

  .mainProductBox .heading span {
      color: #ff9800;
      font-size: 25px;
      display: block;
  }

  .mainProductBox .heading h2 {
      font-size: 40px;
      color: #fff;
      margin-bottom: 10px;
      font-weight: 600;
  }

  .mainProductBox .heading p {
      font-size: 18px;
      color: #b4b6c4;
  }

  .mainProductBox .heading .image {
      position: absolute;
      right: 30px;
      bottom: -5px;
      transform: rotate(5deg);
  }

  .mainProductBox .heading .image img {
      width: 150px;
  }

  .mainServiceList {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 15px;
      margin-top: 30px;
  }

  .mainServiceList .item {
      color: #fff;
      font-weight: 600;
      background: #50556a;
      padding: 20px 25px;
      display: flex;
      align-items: center;
      font-size: 20px;
      letter-spacing: 0.7px;
      border-radius: 2px;
      height: 90px;
      font-size: 21px;
  }

  .mainServiceList .item.instagram {
      background: #ec468e;
  }

  .mainServiceList .item.twitter {
      background: #4dc6e5;
  }

  .mainServiceList .item.youtube {
      background: #e95858;
  }

  .mainServiceList .item.facebook {
      background: #4867cd;
  }

  .mainServiceList .item.tiktok {
      background: #353a6b;
  }

  .mainServiceList .item.spotify {
      background: #52c752;
  }

  .mainServiceList .item.telegram {
      background: #4fa9d6;
  }

  .mainServiceList .item.twitch {
      background: #8d64ee;
  }

  .mainServiceList .item i {
      font-size: 28px;
      margin-right: 10px;
  }

  .mainProductBox .mainServiceAction {
      margin-top: 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 99;
  }

  .mainProductBox .mainServiceAction .text {
      display: flex;
      align-items: center;
      background: #ffffff10;
      padding: 15px 20px;
      border-radius: 5px;
      color: #fff;

  }

  .mainProductBox .mainServiceAction .icons i {
      font-size: 23px;
      margin: 0 10px;
  }


  .btnPath {
      position: relative;
      z-index: 1;
      overflow: hidden;
  }

  .btnPathSoft {
      position: relative;
      z-index: 1;
      overflow: hidden;
  }

  .btnPathSoft::before {
      content: "";
      position: absolute;
      left: -0;
      top: 0;
      bottom: 0;
      width: 85%;
      transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      background: #ffffff05;
      clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
      z-index: -1;
  }

  /* -------------------------- StepCard -------------------------- */
  section.stepCard {
      padding-top: 100px;
  }

  .headingFlex {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
  }

  .headingText {
      position: relative;
      padding-left: 25px;
  }

  .headingText .subHeading {
      font-size: 20px;
      font-weight: 500;
      color: var(--color-text-light);
      display: block;
  }

  .headingText .heading {
      font-size: 30px;
      color: var(--color-text-dark);
      font-weight: 700;
  }

  .headingText::before {
      content: "";
      position: absolute;
      left: 2px;
      top: calc(50% - 2px);
      width: 8px;
      height: calc(100% + 10px);
      background: var(--color-text-dark);
      border-radius: 10px;
      transform: rotate(0deg) translateY(-50%);
  }

  .headingFlex .customers img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 50%;
      margin-left: -12px;
      border: 3px solid var(--bg);
  }

  .headingFlex .customers {
      display: flex;
  }

  .stepCardList {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 20px;
      margin-top: 20px;
  }

  .stepCardList .item {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      height: max-content;
      box-shadow: 0 3px 0px #e2e2e2;
  }

  .stepCardList .item .icon {
      font-size: 55px;
      color: var(--color-text-dark);
      display: flex;
      margin-bottom: 15px;
      justify-content: center;
  }

  .stepCardList .item .title {
      font-size: 24px;
      font-weight: bold;
      color: var(--color-text-dark);
      display: block;
      margin-bottom: 5px;
  }


  .stepCardList .item.special {
      background: var(--first-color);
  }

  .stepCardList .item.special .icon {
      color: var(--white-color);
  }

  .stepCardList .item.special .title {
      color: var(--white-color);
      font-weight: 600;
  }

  .stepCardList .item .text p {
      color: var(--color-text-light);
      font-size: 14px;
      margin-bottom: 5px;
  }

  .stepCardList .item.special .text p {
      color: #bebecd;
  }




  section.CountData {
    padding: 0px 0 125px;
}
.countDatas .item {
    font-size: 22px;
    font-weight: 500;
    color: rgba(var(--cl2));
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding-bottom: 12px;
    border-radius: 5px;
    box-shadow: 2px 4px 15px rgb(0 0 0 / 5%);
}
.countDatas .item span {
  font-size: 60px;
  font-weight: bold;
  color: rgba(var(--cl1));
  display: block;
  margin-bottom: -18px;
}
.countDataContent {
  position: relative;
}
.countDataImage {
  position: relative;
}
.countDataImage img {
  height: auto;
  object-fit: cover;
}
.cDbgdots {
    position: absolute;
    left: 10%;
    bottom: 0px;
    transform: rotate(5deg);
    z-index: -1;
    animation: 3s ease 0s infinite normal none running dots;
}
.bmbBG {
  position: absolute;
  top: -22%;
  left: -22%;
  width: 100%;
  z-index: -1;
  transform: rotate(-5deg);
  user-select: none;
}
.bmbBG img {
  width: 130%;
}

.headingTitle span {
  color: rgba(var(--cl1));
  font-weight: 500;
  font-size: 20px;
}
.headingTitle h2 {
  font-size: 36px;
  font-weight: 700;
  color: rgba(var(--cl2));
}
.headingTitle p {
  color: #6c7583;
  margin: 0;
}
.headingTitle.piq span {
  position: relative;
}
.headingTitle.piq span::after {
  content: "";
  position: absolute;
  right: -50px;
  top: calc(50% - 2px);
  height: 5px;
  width: 40px;
  border-radius: 10px;
  background: linear-gradient(to right, #ffffff00, rgba(var(--cl1)));
}
.headingTitle.white h2 {
  color: #fff;
}
.headingTitle.white p {
  color: #cad1dd;
  font-weight: 300;
}
.headingTitle.haveIcon {
  display: flex;
  align-items: flex-end;
}
.headingTitle.haveIcon .icon {
  font-size: 45px;
  color: rgba(var(--cl1));
  opacity: 0.5;
  margin-left: auto;
  display: flex;
}
.headingTitle.haveIcon.white .icon {
  color: #fff;
}
.headingTitle.haveIcon .text {
  max-width: 70%;
}
.stepContList,.countDatas {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.countDatas {
  max-width: 90%;
}
.stepContList .item {
  color: rgba(var(--cl2));
  background: rgba(var(--cl1), 0.1);
  padding: 7px 10px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  font-weight: 500;
}
.stepContList .item i {
  color: rgba(var(--cl1));
  margin-right: 7px;
  font-size: 20px;
}


@media (max-width: 500px){
    section.stepCard {
        padding-top: 70px;
    }
}

@media (max-width: 768px){
    .sm-grid-auto {
        grid-template-columns: auto !important;
    }
    .countDataImage img {
        width: 100%;
    }
    .headingTitle.piq span::before {
        content: "";
        position: absolute;
        left: -50px;
        top: calc(50% - 3px);
        height: 5px;
        width: 40px;
        border-radius: 10px;
        background: linear-gradient(to left, #ffffff00, rgba(var(--cl1)));
    }
    .headingTitle {
        text-align: center;
    }
    .headingTitle h2 {
        font-size: 24px;
    }
    .CountData .bmbBG {
        display: none;
    }

    .countDatas {
        max-width: 100%;
        gap: 10px;
    }
    .countDatas .item {
        font-size: 16px;
        text-align: center;
        box-shadow: none;
        background: rgba(var(--cl1), 0.1);
        padding: 7px 7px 10px;
        border-radius: 5px;
    }
    .countDatas .item span {
        font-size: 30px;
        margin-bottom: -10px;
    }

}

@media (max-width: 900px){
    .bmbBG {
        opacity: 0.4;
        top: -15%;
    }
}

@media (max-width: 1024px){
    .md-d-none {
        display: none !important;
    }
    .countDataImage img {
        width: 100%;
    }
    .md-grid-auto {
        grid-template-columns: auto !important;
    }
    .profileSettingsArea .profileCard {
        padding: 20px;
    }
}

.header_bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-bottom:50px}
.header_bottom input[name^=enter]{display:none!important}
.header_bottom input[name^=enter].active{display:block!important}
.header_bottom .enter_promo_wrap {position: relative;margin-right: 20px}
.header_bottom .enter_promo_wrap a{font-weight:700;color:#fdb43f;text-decoration:underline}
.header_bottom .enter_promo_wrap a:active,.header_bottom .enter_promo_wrap a:focus,.header_bottom .enter_promo_wrap a:hover{text-decoration:none}
.header_bottom .enter_promo_wrap i{width: 27px;height:40px;position:absolute;top:50%;transform:translate(0,-50%);right:0px;font-size:14px;color:red;cursor:pointer;display:none;z-index:10}
.header_bottom .enter_promo_wrap i::before{left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);}
.header_bottom .enter_promo_wrap input{width:100%;height:43px;padding:10px;display:block;border:1px solid #eef2f2;color:#3a4763;font:16px Lato-Regular,Arial,sans-serif;line-height:1.2;line-height:42px;-webkit-transition:border .5s;-o-transition:border .5s;transition:border .5s}
.header_bottom .header_description_price b,.header_bottom .header_price .title{font-family:Lato-Bold,Arial,sans-serif}
.header_bottom .enter_promo_wrap input:active,.header_bottom .enter_promo_wrap input:hover{outline:0}
.header_bottom .enter_promo_wrap input:focus{border:1px solid #fdb43f;outline:0}
.header_bottom .enter_promo_wrap input.error{border:1px solid red}
.header_bottom .header_price{width:170px;height:66px;background-color:#ebf9f1;border:2px dashed #193753;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-top:4px}
.header_bottom .header_price .title{font-size:22px;line-height:1.2}
.header_bottom .header_price p{padding: 0;margin: 0;}

.header_bottom .header_price span{display:inline-block;font-size:18px;color:#fdb43f}
.header_bottom .header_description_price p{font-size:18px;line-height:1.2}
.header_bottom .try-it-for-free{width:100%}
/*.header_bottom .header_bottom_item{margin-bottom:20px;width: 12.666667% !important;}*/
.header_bottom .header_bottom_item{margin-bottom:20px;}
.header_bottom_btn{position:absolute;left:50%;bottom:0;margin:auto;-webkit-transform:translate(-50%,46%);-ms-transform:translate(-50%,46%);transform:translate(-50%,46%);z-index:10}
.header_bottom_btn button{width:370px}
.header_bottom_btn button:hover{background:#fff}
.header_bottom_btn button:active,.header_bottom_btn button:focus{background:#fff;outline:0}
.no-touch #nav-button-label:hover .nav-line,.no-touch #nav-button-label:hover .nav-line:not(.active).active,.touch #nav-button-label:active .nav-line:not(.active),.touch #nav-button-label:active .nav-line:not(.active).active{background:#35be70}
.header_bottom_btn_decor_wrap{width:100%;height:44px;position:absolute;left:50%;bottom:0;-webkit-transform:translate(-50%,46%);-ms-transform:translate(-50%,46%);transform:translate(-50%,46%);z-index:0;overflow:hidden}
.header_bottom_btn_decor_inner{width:370px;height:100%;margin:auto;position:relative}
.header_bottom_btn_decor{position:absolute;width:3000px;height:2px;background-color:#fdb43f;top:50%;z-index:-1}
.header_bottom_btn_decor_right{left:400px}
.header_bottom_btn_decor_left{right:400px}

.dvs_hide, .hideme {
    display: none;
}



.auth__cnt{
    display:block;
    margin: 0 auto;
    margin-bottom: 50px;
}
@media only screen and (max-width:575px){
    .auth__cnt{
        padding:0
    }
}

.auth__box{
    display:block;
    background: rgba(var(--lbds));
    border-radius:10px;
    -webkit-box-shadow:0 10px 16px 0 rgba(41,53,108,.08);
    box-shadow:0 10px 16px 0 rgba(41,53,108,.08);
    max-width:580px;
    margin-left:auto;
    overflow:hidden
}
@media only screen and (max-width:767px){
    .auth__box{
        margin-right:auto
    }
}
.auth__container{
    margin-left: auto !important;
    margin-top: 25px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-right: auto !important;
    position: relative !important;
    z-index: 22 !important;
    margin-bottom: 0 !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: start;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
@media only screen and (max-width:767px){
    .auth__container{
        margin-top:60px;
        min-height:inherit;
        height:auto
    }
}
@media only screen and (max-width:575px){
    .auth__container{
        margin-top:35px
    }
}
.auth__container.reset-password-container{
    min-height:500px
}
.auth__bg{
    width:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    display:block;
    max-width:inherit;
    height:100%;
    min-height:131vh;
    max-height:131vh;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    pointer-events:none;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    opacity:.5
}
.auth .wrapper{
    position:relative;
    overflow:hidden;
    padding-bottom:90px
}
.auth-inf{
    display:block;
    margin-top:40px;
    padding-left:0
}
@media only screen and (max-width:767px){
    .auth-inf{
        padding-left:30px;
        margin-top:0
    }
}
.auth-inf__title{
    display:block;
    color:#14324f;
    font-weight:900;
    margin-bottom:10px
}
@media only screen and (max-width:575px){
    .auth-inf__title{
        font-size:20px;
        margin-bottom:5px
    }
}
.auth-inf__txt{
    display:block;
    font-size:16px;
    margin-bottom:15px;
    color:#577288
}
@media only screen and (max-width:575px){
    .auth-inf__txt{
        font-size:15px;
        margin-bottom:10px
    }
}
.auth .or{
    position:relative;
    text-align:center;
    margin:10px 0
}
.auth .or__txt{
    background:#f7f9fd
}
.auth__right{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
@media only screen and (max-width:575px){
    .auth__right{
        padding:0
    }
}
.auth-tab{
    display:block; 
}
.auth-tab__header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    border-bottom:1px solid #dde3eb;
    background:#fff
}
.auth-tab__header,.auth-tab__link{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.auth-tab__link{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    text-align:center;
    padding:30px;
    font-size:19px;
    line-height:1em;
    min-width:180px;
    font-weight:800;
    color:#88a0b5;
    margin-bottom:-1px;
    position:relative;
    width:100%
}
.auth-tab__link:after{
    content:"";
    position:absolute;
    width:0;
    height:4px;
    background:#14324f;
    bottom:-1px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    z-index:4;
    -webkit-transition:all .4s;
    transition:all .4s
}
.auth-tab__link:hover{
    color:#687e92
}
@media only screen and (max-width:575px){
    .auth-tab__link{
        min-width:inherit;
        padding:25px
    }
}
.auth-tab__link.active{
    color:#14324f;
    background:#f7f9fd
}
.auth-tab__link.active:after{
    width:100%
}
.auth-tab__cnt{
    display:block
}
.auth-tab-pane{
    padding:25px 20px;
    display:none
}
.auth-tab-pane.active{
    display:block
}
@media only screen and (max-width:575px){
    .auth-tab-pane{
        padding:15px
    }
}
.auth-tab-pane__header{
    margin-bottom:25px;
    padding:0 15px
}
@media only screen and (max-width:767px){
    .auth-tab-pane__header{
        padding:0 5px
    }
}
@media only screen and (max-width:575px){
    .auth-tab-pane__header{
        padding:0 5px;
        margin-bottom:15px
    }
}
.auth-tab-pane__title{
    color:#14324f;
    font-weight:900;
    font-size:22px;
    text-transform:uppercase;
    line-height:20px;
    margin-bottom:5px;
    text-align: center;
}
@media only screen and (max-width:767px){
    .auth-tab-pane__title{
        font-weight:800;
        font-size:18px
    }
}
.auth-tab-pane__link{
    color:#30acf7
}
.auth-tab-pane__link:hover{
    color:#2492d6
}
.auth-tab-pane__txt{
    display:block;
    color:#7d97ad;
    margin-top:10px;
    font-size:17px;
    font-weight:600;
    text-align: center;
}
@media only screen and (max-width:767px){
    .auth-tab-pane__txt{
        line-height:15px;
        font-size:14px
    }
}
.auth .form{
    display:block
}
.auth .form__group{
    margin-bottom:15px
}
.auth .form__row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.auth .form__title{
    display:block;
    width:100%;
    padding-left:20px;
    font-weight:600;
    font-size:15px;
    color:#4445a0;
    margin-bottom:6px
}
.auth .form__container{
    position:relative;
    height:100%
}
.auth .form__input{
    display:block;
    width:100%;
    border:none;
    background:0 0;
    font-weight:600;
    color:#556379;
    background:#fff;
    -webkit-box-shadow:0 6px 7px 0 rgba(41,53,108,.15);
    box-shadow:0 6px 7px 0 rgba(41,53,108,.15);
    padding:10px 20px;
    height:50px;
    border-radius:6px;
    font-family:Proxima Nova,sans-serif;
    font-size:16px;
    -webkit-transition:all .5s;
    transition:all .5s
}
.auth .form-with-icon .form__input{
    padding-left:50px
}
.auth .form-with-icon .form__input:focus+.form__icon{
    color:#4545a2
}
.auth .form__icon{
    position:absolute;
    left:15px;
    top:15px;
    font-size:20px;
    width:20px;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    color:#9cafbf;
    -webkit-transition:all .5s;
    transition:all .5s
}
.auth-form{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom:25px;
    padding:0 15px
}
@media only screen and (max-width:767px){
    .auth-form{
        padding:0 5px;
        margin-bottom:10px
    }
}
.auth-form .checkbox{
    margin-bottom:0
}
.auth-form__group{
    display:block;
    padding-right:10px;
    padding-left:10px;
    position:relative
}
.auth-form__group:last-child{
    margin-bottom:0
}
@media only screen and (max-width:575px){
    .auth-form__group{
        width:100%;
        padding:0
    }
}
.auth-form__ctr{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.auth-form__ctr-link{
    font-weight:600;
    color:#849cb0
}
.auth-form__ctr-link:hover{
    color:#14324f
}
.auth-form__submit{
    margin-top:30px
}
.auth-form__submit .button__txt{
    margin-right:15px
}
.auth-form__submit .button__icon{
    font-size:19px;
    margin-top:-2px
}
@media only screen and (max-width:767px){
    .auth-form__submit{
        min-height:40px;
        height:46px!important;
        padding:8px 30px;
        margin-top:20px
    }
}
.auth-form__bottom{
    display:block;
    padding-top:15px
}
.auth--social{
    color:#a7b0c6;
    padding:0 15px;
    font-weight:600;
    text-align:center;
    font-size:15px
}
@media only screen and (max-width:767px){
    .auth--social{
        font-weight:700;
        padding:0 5px
    }
}
.auth--social .logos{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:wrap;
    flex-flow:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-top:25px
}
@media only screen and (max-width:767px){
    .auth--social .logos{
        margin-top:20px
    }
}
.auth--social .logos a{
    width:100%;
    margin-bottom:20px;
    -webkit-box-shadow:0 10px 16px rgba(41,53,108,.08);
    box-shadow:0 10px 16px rgba(41,53,108,.08);
    border-radius:7px
}
.auth--social .logos a img{
    width:25px;
    margin-right:10px
}
@media only screen and (max-width:767px){
    .auth--social .logos a img{
        width:20px
    }
}
.auth--social .logos a svg{
    width:40px;
    margin-right:10px
}
@media only screen and (max-width:767px){
    .auth--social .logos a svg{
        width:25px
    }
}
.auth--social .logos a:last-child{
    color:#556490;
    border:1px solid #e2e2e2;
    margin-bottom:0
}
.auth--social .logos a:last-child:hover{
    background:#e2e2e2;
    border-color:#e2e2e2
}
.auth--social .logos a:first-child{
    background:#3a5897;
    color:#fff;
    border:1px solid #3a5897
}
.auth--social .logos a:first-child:hover{
    background:#324d86;
    border-color:#324d86
}
.auth--social .logos a svg{
    -webkit-transform:scale(1.5);
    transform:scale(1.5);
    fill:#fff
}
.auth--social .logos__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:55px
}
@media only screen and (max-width:767px){
    .auth--social .logos__item{
        min-height:40px;
        height:46px!important;
        padding:8px 30px
    }

    .mobile-mt-10{
        margin-top:10px
    }

    .lessons-header-toggle{
        display: inline-block !important;
    }
}




.f-input,.f-password,.f-selectbox,.f-textarea{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.f-input[data-validation=true]:after,.f-password[data-validation=true]:after,.f-selectbox[data-validation=true]:after,.f-textarea[data-validation=true]:after{
    content:attr(data-validation-text);
    color:#df6457;
    font-size:16px;
    line-height:28px;
    font-weight:600
}
.f-input[data-validation=true] input,.f-input[data-validation=true] textarea,.f-password[data-validation=true] input,.f-password[data-validation=true] textarea,.f-selectbox[data-validation=true] input,.f-selectbox[data-validation=true] textarea,.f-textarea[data-validation=true] input,.f-textarea[data-validation=true] textarea{
    border-color:#df6457;
    color:#df6457
}
.f-input[data-validation=true] .icon,.f-password[data-validation=true] .icon,.f-selectbox[data-validation=true] .icon,.f-textarea[data-validation=true] .icon{
    border-top-color:#df6457!important;
    border-left-color:#df6457!important;
    border-bottom-color:#df6457!important;
    -webkit-transition:all .5s;
    transition:all .5s
}
.f-input[data-validation=true] .icon svg,.f-password[data-validation=true] .icon svg,.f-selectbox[data-validation=true] .icon svg,.f-textarea[data-validation=true] .icon svg{
    fill:#df6457
}
.f-input--preview,.f-password--preview,.f-selectbox--preview,.f-textarea--preview{
    position:absolute;
    right:1rem;
    color:#859db2;
    font-size:1.5rem;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    cursor:pointer
}
.f-input label,.f-password label,.f-selectbox label,.f-textarea label{
    font-size:18px;
    font-weight:700;
    color:#556490
}
@media only screen and (max-width:767px){
    .f-input label,.f-password label,.f-selectbox label,.f-textarea label{
        font-size:16px
    }
}
.f-input.iconic input,.f-password.iconic input,.f-selectbox.iconic input,.f-textarea.iconic input{
    padding-left:65px
}
@media only screen and (max-width:767px){
    .f-input.iconic input,.f-password.iconic input,.f-selectbox.iconic input,.f-textarea.iconic input{
        padding-left:55px
    }
}
.f-input.iconic span.icon,.f-password.iconic span.icon,.f-selectbox.iconic span.icon,.f-textarea.iconic span.icon{
    color:#d6dbe6;
    position:absolute;
    width:54px;
    height:54px;
    background:#f5f9fc;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:25px;
    border:1px solid #eceef2;
    border-radius:6px 0 0 6px
}
/*icon alanı*/
.dynamic-icon .icon {
    width: 1em;
    height: 1em;
}
@media only screen and (max-width:767px){
    .f-input.iconic span.icon,.f-password.iconic span.icon,.f-selectbox.iconic span.icon,.f-textarea.iconic span.icon{
        width:45px;
        font-size:20px
    }
}
.f-input--content,.f-password--content,.f-selectbox--content,.f-textarea--content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position:relative
}
.f-input--content:hover input,.f-password--content:hover input,.f-selectbox--content:hover input,.f-textarea--content:hover input{
    border-color:#a8aec3;
    -webkit-transition:all .5s;
    transition:all .5s
}
.f-input--content:hover input::-webkit-input-placeholder,.f-password--content:hover input::-webkit-input-placeholder,.f-selectbox--content:hover input::-webkit-input-placeholder,.f-textarea--content:hover input::-webkit-input-placeholder{
    color:#a8aec3
}
.f-input--content:hover input::-moz-placeholder,.f-password--content:hover input::-moz-placeholder,.f-selectbox--content:hover input::-moz-placeholder,.f-textarea--content:hover input::-moz-placeholder{
    color:#a8aec3
}
.f-input--content:hover input:-ms-input-placeholder,.f-password--content:hover input:-ms-input-placeholder,.f-selectbox--content:hover input:-ms-input-placeholder,.f-textarea--content:hover input:-ms-input-placeholder{
    color:#a8aec3
}
.f-input--content:hover input::-ms-input-placeholder,.f-password--content:hover input::-ms-input-placeholder,.f-selectbox--content:hover input::-ms-input-placeholder,.f-textarea--content:hover input::-ms-input-placeholder{
    color:#a8aec3
}
.f-input--content:hover input::placeholder,.f-password--content:hover input::placeholder,.f-selectbox--content:hover input::placeholder,.f-textarea--content:hover input::placeholder{
    color:#a8aec3
}
.f-input--content:hover .icon,.f-password--content:hover .icon,.f-selectbox--content:hover .icon,.f-textarea--content:hover .icon{
    border-top-color:#a8aec3!important;
    border-left-color:#a8aec3!important;
    border-bottom-color:#a8aec3!important;
    -webkit-transition:all .5s;
    transition:all .5s
}
.f-input--content:hover .icon svg,.f-password--content:hover .icon svg,.f-selectbox--content:hover .icon svg,.f-textarea--content:hover .icon svg{
    fill:#a8aec3
}
.f-input--content .icon,.f-input--content .icon svg,.f-password--content .icon,.f-password--content .icon svg,.f-selectbox--content .icon,.f-selectbox--content .icon svg,.f-textarea--content .icon,.f-textarea--content .icon svg{
    -webkit-transition:all .5s;
    transition:all .5s
}



.f-input--content input,.f-password--content input,.f-selectbox--content input,.f-textarea--content input{
    background:#f6f9fc;
    height:54px;
    -webkit-transition:all .5s;
    transition:all .5s;
    width:100%;
    display:block;
    color:#556490;
    border-radius:6px;
    font-family:Proxima Nova,sans-serif;
    font-size:16px;
    font-weight:600;
    border:1px solid #eceef3
}

.fselect-rubik{
    background: #f6f9fc;
    height: 54px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    display: block;
    color: #556490;
    border-radius: 6px;
    font-family: Proxima Nova,sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #eceef3;
}
.fselect-rubik:hover{
    border-top-color:#a8aec3!important;
    border-left-color:#a8aec3!important;
    border-bottom-color:#a8aec3!important;
    -webkit-transition:all .5s;
    transition:all .5s
}

.fselect-rubik select:focus{
    border-color:#14324f
    border-top-color:#14324f!important;
    border-left-color:#14324f!important;
    border-bottom-color:#14324f!important
}

.fselect-rubik option{
    font-weight: 600;
    font-size:15px;
    color: #777e92;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.fselect-rubik option:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #dde3eb;
    height: 1px;
    width: 90%;
    pointer-events: none;
}

.f-input--content input::-webkit-input-placeholder,.f-password--content input::-webkit-input-placeholder,.f-selectbox--content input::-webkit-input-placeholder,.f-textarea--content input::-webkit-input-placeholder{
    color:#d6dbe6;
    -webkit-transition:.5s;
    transition:.5s
}
.f-input--content input::-moz-placeholder,.f-password--content input::-moz-placeholder,.f-selectbox--content input::-moz-placeholder,.f-textarea--content input::-moz-placeholder{
    color:#d6dbe6;
    -moz-transition:.5s;
    transition:.5s
}
.f-input--content input:-ms-input-placeholder,.f-password--content input:-ms-input-placeholder,.f-selectbox--content input:-ms-input-placeholder,.f-textarea--content input:-ms-input-placeholder{
    color:#d6dbe6;
    -ms-transition:.5s;
    transition:.5s
}
.f-input--content input::-ms-input-placeholder,.f-password--content input::-ms-input-placeholder,.f-selectbox--content input::-ms-input-placeholder,.f-textarea--content input::-ms-input-placeholder{
    color:#d6dbe6;
    -ms-transition:.5s;
    transition:.5s
}
.f-input--content input::placeholder,.f-password--content input::placeholder,.f-selectbox--content input::placeholder,.f-textarea--content input::placeholder{
    color:#d6dbe6;
    -webkit-transition:.5s;
    transition:.5s
}
.f-input--content input:focus,.f-password--content input:focus,.f-selectbox--content input:focus,.f-textarea--content input:focus{
    border-color:#14324f
}
.f-input--content input:focus+.icon,.f-password--content input:focus+.icon,.f-selectbox--content input:focus+.icon,.f-textarea--content input:focus+.icon{
    border-top-color:#14324f!important;
    border-left-color:#14324f!important;
    border-bottom-color:#14324f!important
}
.f-input--content input:focus+.icon svg,.f-password--content input:focus+.icon svg,.f-selectbox--content input:focus+.icon svg,.f-textarea--content input:focus+.icon svg{
    fill:#14324f
}
.f-input--content.disabled,.f-input--content input[disabled],.f-password--content.disabled,.f-password--content input[disabled],.f-selectbox--content.disabled,.f-selectbox--content input[disabled],.f-textarea--content.disabled,.f-textarea--content input[disabled]{
    pointer-events:none
}
.f-input--content.disabled input,.f-password--content.disabled input,.f-selectbox--content.disabled input,.f-textarea--content.disabled input{
    background:#ecf0f5;
    color:#859db2;
    -webkit-text-fill-color:#859db2;
    opacity:1
}
.f-input-error,.f-password-error,.f-selectbox-error,.f-textarea-error{
    color:#df6457;
    font-size:1rem;
    line-height:1.5rem;
    font-weight:600;
    margin-top:.5rem
}
.f-date svg{
    position:absolute;
    right:15px;
    top:0;
    font-size:25px;
    height:100%;
    color:#b1b3b9
}
.f-line{
    margin:20px 0 15px;
    border-color:#f0f4f9;
    display:block;
    clear:both;
    width:100%
}
.f-selectbox .select-header{
    background:#f5f9fc;
    border:1px solid #eceef3;
    font-size:16px;
    height:54px;
    font-weight:600
}
.f-selectbox .select-header.open{
    background:#fff!important
}
.f-textarea .f-input--content{
    position:relative
}
.f-textarea .f-input--content textarea{
    background:#f6f9fc;
    height:104px;
    width:100%;
    display:block;
    border-radius:6px;
    font-family:Proxima Nova,sans-serif;
    font-size:16px;
    border:1px solid #eceef3;
    padding-top:15px
}
.f-textarea .f-input--content textarea:focus{
    border-color:#14324f
}
.f-textarea .f-input--content textarea:focus+.icon{
    border-top-color:#14324f!important;
    border-left-color:#14324f!important;
    border-bottom-color:#14324f!important
}
.c-success{
    background: #4caf50 !important;
    color: white !important;
}
.f-password input{
    font-weight:800;
    font-size:21px;
    letter-spacing:7px
}
.f-password button{
    position:absolute;
    right:0;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    top:0;
    font-size:35px;
    margin-right:25px;
    color:#909ab4
}
.f-radio{
    cursor:pointer;
    display:block;
    margin-bottom:10px
}
.f-radio label{
    position:relative;
    padding-left:29px;
    font-weight:300;
    font-size:16px;
    margin:0;
    cursor:pointer;
    line-height:20px
}
.f-radio label span{
    content:"";
    width:20px;
    height:20px;
    background:#fff;
    display:block;
    left:0;
    border:1px solid #eceef2;
    margin-top:-10px;
    top:50%;
    position:absolute;
    border-radius:100%
}
.f-radio label input[type=radio]{
    pointer-events:none;
    display:none
}
.f-radio label input[type=radio]:checked+span{
    -webkit-box-shadow:inset 0 0 0 5px #fff;
    box-shadow:inset 0 0 0 5px #fff;
    background:#14324f
}

.button.c-purple-light:hover, .button.purple-light:hover {
    background: #14324f;
}
.button.fw, .button.p-fullwidth {
    width: 100%;
}
.button.c-purple-light, .button.purple-light {
    background: #14324f;
    color: #fff;
    -webkit-box-shadow: 0 3px 16px 0 rgb(41 36 88 / 14%);
    box-shadow: 0 3px 16px 0 rgb(41 36 88 / 14%);
}
.auth-form__submit {
    margin-top: 30px;
}

.line-or-line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.line-or-line__line {
    background: #e2e2e2;
    height: 1px;
    width: 100%;
}
.line-or-line__txt {
    margin-left: 15px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.auth-tab__cnt .button {
    padding: 13px 30px;
    border-radius: 7px;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 47px;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s;
}

.auth-tab__cnt .button:hover:before {
    opacity: 0.15;
}
.auth-tab__cnt .button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 6px;
    z-index: 4;
    opacity: 0;
    backface-visibility: hidden;
    transition: all 0.15s;
    pointer-events: none;
}




/************************/

#leaks-top h1{
    margin:0;
    padding:32px 0
}
#leaks-top .flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
#leaks-top .flex>a{
    width:33.333%;
    padding:24px 0;
    border-top:1px solid rgba(255,255,255,.1);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-weight:700;
    line-height:1.5;
    letter-spacing:-.15px;
    color:#fff;
    text-align:center;
    -webkit-transition:all .5s;
    transition:all .5s;
    cursor:pointer
}
#leaks-top .flex>a.active,#leaks-top .flex>a:hover{
    border-color:#fff;
    -webkit-box-shadow:inset 0 1px 0 0 #fff;
    box-shadow:inset 0 1px 0 0 #fff
}
#leaks-top .dropdown-alt{
    display:none
}
.leaks-status{
    position:relative
}
.leaks-status.protected .wrap{
    opacity:1;
    border:solid 2px #00d18a
}
.leaks-status.protected .wrap .top{
    background-color:#00d18a;
    background-image:url(../../img/locked.svg)
}
.leaks-status.protected .wrap .table .row:last-child{
    border-bottom:0
}
.leaks-status.protected .cta{
    display:none!important
}
.leaks-status.not-protected .wrap{
    opacity:1;
    border:solid 2px #ff415c
}
.leaks-status.not-protected .wrap .top{
    background-color:#ff415c;
    background-image:url(../../img/unlocked.svg)
}
.leaks-status .wrap{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    opacity:0;
    -webkit-transition:opacity .5s;
    transition:opacity .5s
}
.leaks-status .top{
    padding:12px 0;
    background-size:26px 32px;
    background-position:24px 8px;
    background-repeat:no-repeat;
    color:#fff;
    letter-spacing:-.17px;
    font-weight:700;
    text-align:center
}
.leaks-status .info{
    padding:16px 8px
}
.leaks-status .text{
    padding:0 16px 16px
}
.leaks-status .text h2{
    font-size:1.25rem;
    line-height:1.4;
    letter-spacing:-.21px;
    margin-bottom:4px
}
.leaks-status .text p{
    font-weight:600;
    letter-spacing:-.2px;
    color:rgba(34,46,58,.75)
}
.leaks-status .table{
    font-weight:700;
    line-height:1.5;
    letter-spacing:-.17px;
    color:#222e3a
}
.leaks-status .table .row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin:0 16px;
    border-bottom:1px solid rgba(34,46,58,.1)
}
.leaks-status .table .row>div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:33.333%;
    height:38px
}
.leaks-status .table .head{
    background:#f0f0f0;
    padding:0 16px;
    border-bottom:0!important;
    margin:0 0 8px
}
.leaks-status .table .status,.leaks-status .table .type{
    font-weight:600;
    color:rgba(34,46,58,.5)
}
.leaks-status .table .status.protected{
    color:#00d18a
}
.leaks-status .table .status.not-protected{
    color:#ff415c
}
.leaks-status .cta{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:0 16px;
    margin:24px 0 8px
}
.leaks-status .cta p{
    font-weight:600;
    letter-spacing:-.2px;
    color:rgba(34,46,58,.75);
    margin-bottom:0;
    margin-right:80px
}
.leaks-status .cta div{
    -ms-flex-negative:0;
    flex-shrink:0
}
#leaks-status-ip{
    margin-top: 50px;
    position:relative
}


#leaks-status-ip .btn-primary {
    border-color: #fe405c;
    background-color: #fe405c;
    color: #fff;
}



#leaks-status-ip .btn {
    display: inline-block;
    min-width: 158px;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-tap-highlight-color: transparent;
}






#leaks-status-ip.protected .wrap{
    opacity:1;
    border:solid 2px #00d18a
}
#leaks-status-ip.protected .wrap .left{
    background-color:#00d18a;
    background-image:url(../../assets/img/locked.svg)
}
#leaks-status-ip.protected .wrap .table .row:last-child{
    border-bottom:0
}
#leaks-status-ip.not-protected .wrap{
    opacity:1;
    border:solid 2px #ff415c
}
#leaks-status-ip.not-protected .wrap .left{
    background-color:rgba(255,65,92,.1);
    background-image:url(../../assets/img/unlocked-red.svg);
    padding-top:100px
}
#leaks-status-ip.not-protected .wrap .left .status{
    color:#222e3a
}
#leaks-status-ip.not-protected .wrap .left p{
    color:rgba(34,46,58,.75);
    letter-spacing:-.2px;
    margin:0 auto 24px;
    max-width:220px
}
#leaks-status-ip.not-protected .wrap .left img,#leaks-status-ip.not-protected .wrap .left p:after{
    display:none
}
#leaks-status-ip.not-protected .wrap .left a{
    display:inline-block
}
#leaks-status-ip .wrap{
    min-height:316px;
    background:#fff;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-radius:16px;
    overflow:hidden;
    opacity:0;
    -webkit-transition:opacity .5s;
    transition:opacity .5s
}
#leaks-status-ip .left{
    width:23%;
    background-repeat:no-repeat;
    background-size:45px 56px;
    background-position:center 32px;
    padding:120px 20px 22px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#fff;
    text-align:center
}
#leaks-status-ip .left .status{
    font-weight:700;
    font-size:1.25rem;
    line-height:1.4;
    letter-spacing:-.21px;
    margin-bottom:8px
}
#leaks-status-ip .left p{
    font-weight:600
}
#leaks-status-ip .left p:after{
    content:'';
    display:block;
    width:204px;
    max-width:100%;
    height:1px;
    background:rgba(255,255,255,.5);
    margin:24px auto 20px
}
#leaks-status-ip .left img{
    opacity:1;
    width:160px;
    margin:auto
}
#leaks-status-ip .left a{
    display:none;
    padding:16px 30px
}
#leaks-status-ip .mid{
    width:54%;
    padding:16px 32px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
#leaks-status-ip .mid div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    height:56px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
#leaks-status-ip .mid div:not(:last-child){
    border-bottom:1px solid rgba(34,46,58,.2)
}
#leaks-status-ip .mid div>span:first-child{
    font-weight:600;
    line-height:1.5;
    color:rgba(34,46,58,.75)
}
#leaks-status-ip .mid div>span:last-child{
    font-weight:700;
    left:-.17px;
    color:#222e3a
}
#leaks-status-ip .mid .ip{
    font-size:1.5rem
}
#leaks-status-ip .mid .location{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
#leaks-status-ip .mid .location .country-flag{
    width:24px;
    margin-right:8px
}

#leaks-status-ip .CardError{
    font-size: 10px;
    font-family: sans-serif;
    font-weight: 400;
}
.orRow .paymentlist-pos-status{
    display: none;
}

#leaks-status-ip #map{
    width:23%
}
#leaks-status-ip .cta{
    display:none
}
.loader{
    position:absolute;
    left:50%;
    margin-left:-40px;
    top:40px;
    z-index:-1
}
.leaks-content .container.blue .inner{
    background:rgba(var(--lbds));
    border-radius:16px
}
.leaks-content .container.blue .inner p{
    color: rgba(var(--text),.8);
}
.leaks-content h2{
    color: rgba(var(--text));
    margin-bottom:24px
}
.leaks-content p+p{
    margin-top:16px
}
.leaks-content a{
    font-weight:400;
    color:#16acc7;
    text-decoration:underline
}
.leaks-content ol,.leaks-content ul{
    padding-left:32px
}
.leaks-content ol li:not(:last-child),.leaks-content ul li:not(:last-child){
    margin-bottom:10px
}
.leaks-content hr{
    border:0;
    border-top:1px solid rgba(34,46,58,.2);
    margin:24px auto
}
.leaks-content .checklist{
    list-style:none;
    padding:0;
    margin-top:28px
}
.leaks-content .checklist li{
    background:url(../../img/icons/check-circle-green.png);
    background-size:16px 16px;
    background-repeat:no-repeat;
    background-position:left 2px;
    padding-left:24px
}
.leaks-content .checklist li:not(:last-child){
    margin-bottom:16px
}
.leaks-content .globe-greeting{
    width:344px
}
.leaks-content .globe-greeting img{
    width:auto!important
}
.leaks-content .icon-attention{
    margin-right:16px;
    width:auto!important
}
#error img{
    width:544px;
    position:absolute;
    top:0;
    left:calc(50% + 40px)
}
.legal-wrapper{
    max-width:668px;
    margin-left:100px
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 992px){
    #leaks-status-ip.not-protected .wrap .left {
        padding-top: 0;
        padding-right: 16px;
    }

}

@media (max-width: 992px){
    #leaks-status-ip .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    #leaks-status-ip .wrap {
        display: block;
        height: auto;
    }



    #leaks-status-ip .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        height: 50px;
        padding: 0 0 0 50px;
        background-size: 26px 32px;
        background-position: 14px 8px;
    }

    #leaks-status-ip .mid {
        width: auto;
        padding: 8px 16px;
    }


    #leaks-status-ip .left .status {
        display: none;
    }

    #leaks-status-ip.not-protected .wrap .left p {
        margin: 0;
        max-width: none;
    }
    #leaks-status-ip .left p {
        font-size: .75rem;
        font-weight: 600;
        line-height: 1.33;
        letter-spacing: -.1px;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }

    #leaks-status-ip.not-protected .wrap .left a, #leaks-status-ip.not-protected .wrap .left img, #leaks-status-ip.not-protected .wrap .left p:after {
        display: none;
    }

    #leaks-status-ip .mid div {
        padding: 8px 0;
    }

    #leaks-status-ip .mid div, #leaks-status-ip .mid div>span {
        display: block;
        height: auto;
    }
    #leaks-status-ip .left p:after {
        width: 1px;
        height: 32px;
        margin: 0 16px;
    }
    #leaks-status-ip #map {
        display: none;
    }

    #leaks-status-ip.not-protected .wrap .cta {
        display: block;
        padding: 16px;
        background: rgba(255,65,92,.1);
        text-align: center;
    }

    .search input{
        width:100% !important;
    }
    .ui-menu{
        margin-left: 0px !important;
        width: 100% !important;
        left: 0 !important;
    }
    .article-search-box{
        margin-left: -15px !important;
    }
}


.loader{
    font-size:10px;
    /*margin:50px auto;*/
    text-indent:-9999em;
    width:80px;
    height:80px;
    border-radius:50%;
    background:#14324f;
    background:-webkit-gradient(linear,left top,right top,color-stop(10%,#14324f),color-stop(42%,rgba(255,255,255,0)));
    background:linear-gradient(to right,#14324f 10%,rgba(255,255,255,0) 42%);
    position:relative;
    -webkit-animation:load3 1.4s infinite linear;
    animation:load3 1.4s infinite linear;
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
}
.loader:before{
    width:50%;
    height:50%;
    background:#14324f;
    border-radius:100% 0 0 0;
    position:absolute;
    top:0;
    left:0;
    content:''
}
.loader:after{
    background:#f8f8f8;
    width:75%;
    height:75%;
    border-radius:50%;
    content:'';
    margin:auto;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0
}
@-webkit-keyframes load3{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes load3{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

.p2 {
    padding-top: 64px;
    padding-bottom: 64px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.flex-vc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.IpAddressArea {
  margin-bottom: 80px;
  margin-top: 90px;
}

.IpAddressArea .boxes {
  display: flex;
  grid-gap: 25px;
  margin-top: -60px;
}

.IpAddressArea .boxes .box {
  background: rgba(var(--lbds));
  display: grid;
  align-items: center;
  padding: 40px 30px;
  border-radius: 2px;
  box-shadow: 0 10px 30px #00000010;
}

.IpAddressArea .boxes .box > span {
  font-size: 20px;
  font-weight: 600;
  color: rgba(var(--txtall));
  margin-bottom: 15px;
  display: block;
}

.IpAddressArea .boxes .box .item {
  background: rgba(var(--lsdb),.05);
  padding: 12px 15px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: rgba(var(--txtall));
}

.IpAddressArea .boxes .box .item span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: rgba(var(--txtall),.05);
}


.proxy-checker{
    margin-top: 40px;
}

.proxy-checker-box{
    background: rgba(var(--lbds));
    padding: 40px;
    border-radius: 10px;
}

.proxy-checker-box .note-warning-box {
    background: rgba(var(--lsdb),.05);
    color: rgba(var(--txtall));
    padding: 2rem 1rem;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #ececec;
}

.proxy-checker-box .form-control {
    color: rgba(var(--txtall));
    background: rgba(var(--lsdb),.03);
    border: 2px solid #ececec;
    border-radius: 12px;
    box-shadow: none!important;
    padding: 20px;
    transition: .3s margin-top: 20px;
    resize: none;
}
.btn-hizli-success{
    color:#fff!important;
    font-size:18px;
    background: #198754;
    min-width:180px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 20px;
    padding-bottom:8px
}
.btn-hizli-success span{
    position:relative;
    top:-1px
} 

#proxyAreaBox{ 
    padding:120px 0
}
.proxyAreaBox{
    display:flex;
    align-items:center;
    justify-content:center;
    background: rgba(var(--lbds));
    padding: 40px;
    border-radius: 10px;
}
.proxyAreaBox .imgData{
    position:relative
}
.proxyAreaBox .imgData img{
    width:550px;
    height:auto;
    object-fit:cover;
    border-radius:50px;
    margin-left: 50px;
}
.proxyAreaBox.styletwo .imgData img{
    border-radius:100%
}
.proxyAreaBox.styletwo .datainfo .item:nth-child(2){
    margin-top:50px
}
.proxyAreaBox.styletwo .datainfo{
    bottom:25px
}
.proxy-control-link{
    position: relative;
    -webkit-animation: blinker 2s linear infinite;
    animation: blinker 2s linear infinite;
    color: #fdb43f  !important;
}
/*
nav.navbar ul li.active a.proxy-control-link::before {
    width: calc(100%);
    opacity: 0.1;
    background: #4cbd99 ;
}
 
nav.navbar ul li a.proxy-control-link::before{
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0px;
    height: 20px;
    width: 0;
    opacity: 0;
    border-radius: 15px;
    transform: rotate(-5deg);
    background: var(--lbds);
    transition: 0.2s ease;
    z-index: -1;

    }*/

    @keyframes blinker{50%{opacity:0}}





    /* -------------------------- Dashboard -------------------------- */
    .dashNav {
      background: #fff;
      display: block;
      z-index: 11;
      box-shadow: 0 3px 10px #62667a10;
       border-top: 1px solid var(--bg);
  }

  .dashNavMobile {
      display: none;
  }
  @media (max-width: 1024px){
    .dashNavMobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 0px;
        font-size: 18px;
        font-weight: 600;
        color: var(--color-text-dark);
    }
}
.dashNav .dashMenu ul {
  display: flex;
  padding: 0;
}

.sticky-top {
  position: sticky;
  top: 0;
}

.nosticky {
  position: relative !important;
}

.dashNav .dashMenu ul li {
  margin-right: 5px;
  padding: 12px 0;
}

.dashNav .dashMenu ul li:last-child {
  margin-left: auto;
  margin-right: 0;
}

.dashNav .dashMenu ul li a {
  color: #565b74;
  padding: 12px 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  background: #f1f2f5;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-radius: 2px;
  transition: 0.2s;
  user-select: none;
  height: 40px;
}

.dashNav .dashMenu ul li a:hover {
  background: #e5e7eb;
}

.dashNav .dashMenu ul li a.active {
    background: var(--color-text-dark) !important;
    color: var(--white-color) !important;
}

.dashNav .dashMenu ul li a i {
    margin-right: 10px;
    font-size: 16px;
}

.dashNav .dashMenu ul li a svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.dashNav-item.pr-auto {
    margin-left: auto;
    margin-right: 0 !important;
}

section.dashMain {
  margin-top: 25px;
}
section.dashMain .card-body {
    padding: 0;
}

.dashCards .card {
  padding: 25px;
  display: flex;
  align-items: center;
}

.dashCards .card .dash-icon {
  min-width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 32px;
  border-radius: 2px;
  margin-right: 20px;
}

.dashCards .card .dash-card-title .title {
  display: block;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: bold;
}

.dashCards .card .dash-card-title .count {
  display: block;
  color: var(--color-text-light);
}

.dash-card-title .butto {
  padding: 5px 12px;
}

.noticeList .item {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--bg);
}

.noticeList .item:last-child {
  border: none;
}

.noticeList .item .icon {
  color: var(--color-text-dark);
  /*font-size: 25px;*/
  /*margin-right: 20px;*/
  min-width: 60px;
  aspect-ratio: 1/1;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.noticeList .item .text {
  /*font-size: 25px;*/
  margin-left: 20px;
}

.noticeList .item .text .date {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text-dark);
}

.noticeList .item .text p {
  color: var(--color-text-dark);
  margin-top: 3px;
  font-size: 14px;
  line-height: 20px;
}

.accoundInfoList .item {
  color: var(--color-text-dark);
  padding: 10px 20px;
  border-bottom: 1px solid var(--bg);
}

.accoundInfoList .item:last-child {
  border: none;
}

.accoundInfoList .item span {
  font-weight: bold;
  display: block;
}

seciton.tableListArea {
  margin-top: 30px;
  display: block;
  min-height: 500px;
}

.tableList {
  margin-bottom: 50px;
}

.tableList .item {
  display: flex;
  align-items: center;
  background: var(--white-color);
  border-radius: 2px;
  padding: 20px;
}

.tableList .item img {
  width: 120px;
  aspect-ratio: 5/3;
  object-fit: cover;
  border: 2px solid var(--bg);
  border-radius: 8px;
}

.tableList .item .action {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.tableList .item .detail {
  margin: 0 20px;
  color: var(--color-text-light);
}

.tableList .item .detail.border {
  padding-right: 20px;
  margin-right: 0;
  border-right: 1px solid var(--bg);
}

.tableList .item .detail span {
  display: block;
  font-weight: 600;
  color: var(--color-text-dark);
}

.transferInfo {
  font-size: 18px;
  color: var(--color-text-dark);
}

.transferInfo span {
  display: block;
  font-weight: bold;
}

section.supportArea {
  margin-top: 30px;
  min-height: 500px;
}

section.profileSetting {
  margin-top: 30px;
  margin-bottom: 50px;
}

.ticketInfo {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid var(--bg);
  background: #fcfcfd;
}

.ticketInfo .badges {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.ticketReply {
  background: #fcfcfd;
  padding: 20px;
  display: none;
  border-bottom: 1px solid var(--bg);
}

.ticketReply .ticketReplyBottom {
  margin-top: 20px;
  display: flex;
}

.ticketMessages .message {
  padding: 25px;
  border-bottom: 1px solid var(--bg);
}

.ticketMessages .message:last-child {
  border: none;
}

.ticketMessages .message .head {
  display: flex;
  align-items: center;
}

.ticketMessages .message .head .title {
  font-weight: 600;
  color: var(--color-dark);
  font-size: 18px;
  margin-right: 10px;
}

.ticketMessages .message .head .badge.statu {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.ticketMessages .message .content {
  font-size: 17px;
  color: var(--color-text-light);
  margin-top: 8px;
  line-height: 22px;
}

.ticketMessages .message .content .ticketimg {
  display: block;
  margin-top: 15px;
}

.ticketMessages .message .content img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 15px 0;
  margin-top: 5px;
  border-radius: 3px;
  border: 3px solid var(--bg);
}

.ticketMessages .message .content img.zoom {
  width: 100%;
  height: auto;
}

.profileSettingsArea {
  display: grid;
  grid-template-columns: 30% auto;
}

.profileSettingsArea .profileCard {
  background: var(--white-color);
  padding: 25px;
  border-radius: 2px;
}

.profileSettingsArea .profileCard .top .avatars img {
  border-radius: 2px;
  width: 70px;
  height: 70px;
}

.profileSettingsArea .profileCard .top {
  display: flex;
  align-items: center;
}

.profileSettingsArea .profileCard .top .name {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  font-size: 20px;
  font-weight: bold;
  color: var(--color-text-dark);
}

.profileSettingsArea .profileCard .userBadge {
  margin-top: 7px;
}

.profileSettingsArea .profileCard .userBadge img {
  height: 38px;
  width: auto;
}

.profileSettingsArea .verify i {
  color: #78a3f1;
}

.thisSoft {
  color: #f1b3b3;
}

.userAwards {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--bg);
}

.userAwards .item {
  width: 100%;
  aspect-ratio: 1/1;
  flex: 0 0 32px;
  position: relative;
}

.userAwards .item img {
  width: 100%;
  height: 100%;
  display: block;
}

.userProfileBadges {
  margin-top: 7px;
  display: flex;
  gap: 5px;
}

.userProfileBadges .butto {
  display: flex;
  align-items: center;
  font-size: 14px;
  width: fit-content;
}

.profileSettingsArea .profileCard .list {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--bg);
}

.profileSettingsArea .profileCard .list ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.profileSettingsArea .profileCard .list ul li {
  padding: 2px 0;
  order: 2;
}

.profileSettingsArea .profileCard .list ul li a {
  color: var(--color-text-dark);
  padding: 12px 15px;
  font-weight: 500;
  display: flex;
  background: #f1f2f5;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  transition: 0.2s;
}

.profileSettingsArea .profileCard .list ul li.active a {
  color: var(--white-color) !important;
  background: var(--first-color) !important;
}

.profileSettingsArea .profileCard .list ul li a:hover {
  background: #e7e8ed;
}

.profileReviewsList .item {
  background: #fff;
  border-radius: 2px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.profileReviewsList .item .content {
  padding-right: 30px;
}

.profileReviewsList .item .content .title {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-text-dark);
}

.profileReviewsList .item .content .title .date {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}

.profileReviewsList .item .content .title .rate {
  color: var(--color-text-dark);
  font-size: 18px;
}

.profileReviewsList .item .content .message {
  margin-top: 4px;
}

.profileReviewsList .item .content .message p {
  color: var(--color-text-dark);
}

.premiumAlert {
  padding: 24px;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--first-color);
  border-radius: 2px;
}

.premiumAlert .text {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-text-dark);
}

.premiumAlert .text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.premiumPack {
  position: sticky;
  top: 20px;
  height: fit-content;
  padding-right: 5px;
}

.premiumArea {
  display: grid;
  grid-template-columns: 60% auto;
  grid-gap: 15px;
  background: var(--first-color);
  padding: 25px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}

.premiumArea::before {
  content: "\e902";
  font-family: "ns";
  font-size: 130px;
  position: absolute;
  transform: rotate(-15deg);
  right: 30px;
  bottom: 30px;
  z-index: -1;
  color: var(--color-text-dark);
  opacity: 0.05;
}

.premiumArea .top {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 20px;
  background: var(--color-text-dark);
  font-weight: 500;
  color: var(--white-color);
  height: 60px;
  border-radius: 2px;
  margin-bottom: 10px;
}

.premiumArea .list {
  padding-left: 20px;
  margin-bottom: 20px;
}

.premiumArea .list .title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.premiumPack .top i {
  font-size: 20px;
}

.premiumPack .content .dropList {
  margin-bottom: 10px;
}

.premiumArea .list ul li {
  position: relative;
  color: #adb0c5;
  font-weight: 500;
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.premiumArea .list ul li::before {
  content: "\e960";
  font-family: "ns";
  margin-right: 5px;
}

.premiumArea .list ul li.soon::before {
  content: "\e946";
}

.premiumArea .list ul li.soon {
  color: #adb0c580;
}

.premiumArea .list ul li.soon::after {
  content: "YakÄ±nda";
  margin-left: 7px;
  background: var(--color-text-dark);
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 10px;
  color: #fff;
}

.premiumLeftArea {
  padding: 15px;
  border-radius: 2px;
  background: #22273a;
  margin-bottom: 20px;
}

.premiumPack .progress {
  position: relative;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
}

.premiumPack .progress .proBar {
  background: var(--color-text-dark);
  width: 100%;
  transition: 0.5s;
}

.premiumPack .dayLeft {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.premiumPack .dayLeft .item {
  color: #d1d5df;
}

.premiumPack .dayLeft .item span {
  display: block;
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
}

.premiumPack .dayLeft .item:last-child {
  text-align: right;
}

.inoviceAdress .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  background: var(--bg);
  margin-bottom: 8px;
}

.inoviceAdress .item:last-child {
  margin: 0;
}

.inoviceAdress .item .text {
  padding-right: 20px;
}

.inoviceAdress .item span {
  font-weight: bold;
  font-size: 18px;
  color: var(--color-text-dark);
}

.inoviceAdress .item p {
  color: var(--color-text-dark);
}

section.addFunds {
  margin-top: 30px;
  margin-bottom: 50px;
}

.selectMethod {
  display: grid;
  grid-gap: 8px;
  margin-bottom: 20px;
}

.selectMPack {
  grid-template-columns: repeat(4, 1fr);
}

.selectMethod .item {
  padding: 12px 25px;
  border: 2px solid #e5e5f5;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text-dark);
  cursor: pointer;
  transition: 0.3s;
  user-select: none;
  position: relative;
}

.selectMethod .item .notes {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    background: #e5e5f5;
    padding: 0px 5px 3px 7px;
    border-bottom-left-radius: 9px;
}
.selectMethod .item.active .notes {
    background: var(--second-color);
    color: #f1f3f4;
}


.selectMethod .item span {
  display: block;
  font-weight: 400;
  color: var(--color-text-light);
  font-size: 16px;
}

.selectMethod .item.active {
  color: var(--white-color);
  background-color: var(--second-color) !important;
  border-color: var(--second-color);
  box-shadow: 0 5px 15px rgb(var(--second-color-rgb), 0.3);
}

.selectMethod.dark .item.active {
  color: var(--white-color);
  background-color: var(--second-color) !important;
  border-color: var(--second-color);
  box-shadow: none !important;
}

.selectMethod .item.active span {
  color: var(--bg);
}

.selectMethod .item:hover {
  background-color: #e5e5f5;
}

.form-control.fc-secondary {
  border: 2px solid #e5e5f5;
  background: #fcfcff;
  height: 59px;
  border-radius: 2px;
}

section.payArea {
  margin-top: 30px;
}

.payContent {
  display: grid;
  grid-template-columns: 70% auto;
  grid-gap: 20px;
}

.basketList .list .item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1e22340d;
}

.basketList .list .item .thumb img {
  width: 100px;
  border-radius: 5px;
  border: 1px solid #e6e8ed;
}

.basketList .list .item .text {
  color: var(--color-text-dark);
  font-weight: bold;
  font-size: 18px;
}

.basketList .list .item .text span {
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.basketList .list .item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.basketList .list {
  margin-bottom: 50px;
  background: #fff;
  padding: 25px;
  border-radius: 2px;
}

.basketList .list .item .price {
  font-weight: bold;
  color: var(--color-text-light);
  margin-left: auto;
}

.payInovice {
  margin-bottom: 50px;
}

.payDeta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-text-dark);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--bg);
}

.payDeta span {
  font-weight: bold;
}

.payAmount {
  color: var(--color-text-dark);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payAmount span {
  font-weight: bold;
  font-size: 24px;
}

.payDetail .butto span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  margin-top: 2px;
}

.payDetail .butto {
  justify-content: space-between;
}

.addFundsArea {
  display: grid;
  grid-template-columns: 65% auto;
  grid-gap: 25px;
}

.selectList,
.checkList {
  display: grid;
  grid-gap: 8px;
  margin-top: 20px;
}

.selectAmount {
  grid-template-columns: repeat(5, 1fr);
}

.selectList .item {
  border: 2px solid #e5e5f5;
  height: 59px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-light);
  cursor: pointer;
  transition: 0.3s;
  user-select: none;
}



.selectList .item.active {
  color: var(--second-color);
  border-color: var(--second-color) !important;
}

.selectList.dark .item.active {
  color: var(--color-text-dark);
  border-color: var(--color-text-dark) !important;
}

.selectList input.item,
.checkList input.item {
  background: transparent;
  font-weight: 600;
  cursor: auto;
  min-width: 200px;
}

.selectList input.item::placeholder,
.checkList input.item::placeholder {
  color: #ababc5;
  font-weight: 400;
}

.selectInp {
  position: relative;
}

.selectInp > i {
  display: flex;
}

.selectInp span {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  color: #ababc5;
}

.selectInp.active span {
  font-weight: 600;
  color: var(--color-text-dark);
}

.selectList.dark .selectInp.active span {
  color: var(--color-text-dark);
}

.orderlistDetail .item {
  background: #fff;
  border-radius: 2px;
  padding: 22px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.orderlistDetail .item .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  background: #df93b1;
  box-shadow: 0 5px 15px #df93b161;
  border-radius: 2px;
  margin-right: 20px;
}

.orderlistDetail .item .text {
  font-size: 16px;
  color: var(--color-text-light);
}

.orderlistDetail .item .text span {
  display: block;
  font-size: var(--fs25);
  font-weight: bold;
  color: var(--color-dark);
}

.orderlistDetail .item::before {
  content: "\e90b";
  position: absolute;
  font-family: "ns";
  right: 20px;
  top: 20px;
  transform: rotate(15deg);
  font-size: 35px;
  opacity: 0.1;
}

.orderlistDetail .item.blue .icon {
  background: #939bdf;
  box-shadow: 0 5px 15px #939bdf40;
}

.orderlistDetail .item.blue::before {
  color: #939bdf;
}

.orderlistDetail .item.pink .icon {
  background: #d27fa0;
  box-shadow: 0 5px 15px #d27fa040;
}

.orderlistDetail .item.pink::before {
  color: #d27fa0;
}

.orderlistDetail .item.green .icon {
  background: #7dd5a9;
  box-shadow: 0 5px 15px #7dd5a940;
}

.orderlistDetail .item.green::before {
  color: #7dd5a9;
}

.fundsHistoryList {
  padding: 20px;
}

.fundsHistoryList .payDetails {
  display: flex;
  gap: 5px;
}

.fundsHistoryList .item {
  background-color: #fcfcff;
  border: 1px solid #ebecf4;
  border-radius: 2px;
  margin-bottom: 6px;
  padding: 15px;
  display: flex;
  align-items: center;
}

.fundsHistoryList .item .payDate {
  color: var(--color-text-light);
  margin-left: auto;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.fundsHistoryList .item .payDate i {
  margin-right: 5px;
}

.fundsHistoryList .item .id {
  color: var(--color-text-light);
  font-weight: 500;
  background-color: #efeff8;
  padding: 8px 12px;
  border-radius: 1px;
  display: flex;
  align-items: center;
  width: 125px;
}

.fundsHistoryList .item .id i {
  margin-left: auto;
  cursor: pointer;
  transition: 0.2s;
}

.copyid i.copied::before {
  content: "\e974";
}

.fundsHistoryList .item .payType {
  border-left: 1px solid #efeff8;
  color: var(--color-text-dark);
  font-weight: 600;
  padding: 5px 0;
  padding-left: 20px;
  margin-left: 20px;
  margin-right: auto;
}

.fundsHistoryList .item .payType span {
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 1px;
}

input.copyinp {
  appearance: none;
  border: none;
  background: transparent;
  color: var(--color-text-light);
  font-weight: 500;
  font-size: 16px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  pointer-events: none;
  width: 75px;
}

/* -------------------------- Dashboard Script -------------------------- */
section.scriptArea {
  margin-top: 30px;
  margin-bottom: 50px;
  min-height: 500px;
}

.checkList .item {
  border: 2px solid #e5e5f5;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  display: flex;
  align-items: center;
  color: var(--color-text-light);
  cursor: pointer;
  transition: 0.3s;
  user-select: none;
}

.checkList .item:hover {
  border-color: #c7c7df;
}

.checkList .item.active {
  color: var(--color-text-dark);
  border-color: #565d7c45;
  background-color: #9ea6c51a;
}

.checkList .item span {
  display: block;
  font-weight: 400;
}

.checkList .item i {
  display: flex;
  color: #cfd2e3;
  font-size: 22px;
  position: relative;
  right: -1px;
  transition: 0.2s;
  opacity: 0;
}

.checkList .item.active i {
  opacity: 1;
  color: var(--color-text-dark);
}

.checkList .item .text {
  margin-left: -30px;
  transition: 0.2s;
}

.checkList .item.active .text {
  margin-left: 0;
}

.checkList .element .showElement {
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color-text-light);
  font-size: 15px;
  font-weight: 500;
  border-radius: 28px;
  transition: 0.2s;
  opacity: 0.7;
  pointer-events: all;
}

.checkList .element .showElement i {
  margin-right: 3px;
}

.checkList .element {
  position: relative;
}

.checkList .element.have {
  pointer-events: none;
}

.checkList .element .showElement:hover {
  opacity: 1;
}

label.ListLabel {
  color: var(--color-text-light);
  font-weight: 500;
  display: block;
  padding-left: 3px;
  padding-bottom: 7px;
  font-size: 18px;
  width: 100%;
}

.selectMethod.pay .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  height: auto;
  font-weight: 600;
  position: relative;
}



.licenceToolPay .price {
  color: var(--color-text-light);
}

.licenceToolPay .price span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: var(--color-text-dark);
}

.elProductDetail .product img {
  width: 100%;
  border-radius: 2px;
}

.elProductDetail .prDetail h3 {
  font-size: 30px;
  color: var(--color-dark);
}

.elProductDetail .prDetail .text p {
  color: var(--color-text-light);
}

.elProductDetail .product .targets .btnPr {
  font-weight: 600;
  color: var(--color-dark);
  border-color: var(--color-dark);
}

.elProductDetail .product .targets .btnPr:hover {
  color: var(--white-color);
  background: var(--color-dark);
}

.elProductDetail .content {
  padding: 20px;
  margin-top: 20px;
  background: #f9f9fd;
  border-radius: 10px;
}

.elProductDetail .content p {
  color: var(--color-text-dark);
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 15px;
}

.elProductDetail .content li {
  color: var(--color-text-dark);
  font-size: 17px;
  line-height: 23px;
}

.elProductDetail .content h3 {
  color: var(--color-dark);
  font-size: 20px;
}

.dropList {
  position: relative;
}

.dropListTable {
  display: none;
  border-top: 0;
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 2;
  border-radius: 0 0 2px 2px;
  border-top: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
  max-height: 320px;
  overflow: auto;
}

.dropListTable::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.dropListTable::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.dropListTable::-webkit-scrollbar-thumb {
  background-color: var(--color-text-soft);
}

.dropListTable .item {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #e5e5f5;
  font-size: 16px;
  color: var(--color-text-dark);
  cursor: pointer;
  transition: 0.3s;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropListTable .item.active {
  background: #fafafb;
}

.dropListTable .item .text {
  color: #9699ad;
}

.dropListTable .item .text span {
  color: #565b74;
  display: block;
  margin-bottom: 2px;
}

.dropListTable .item.active .icon {
  opacity: 1;
}

.dropListTable .item:last-child {
  border: none;
}

.dropListTable .item span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.dropListTable .item span span {
  font-weight: 400;
}

.dropListTable .item:hover {
  background: #fbfbfd;
}

.dropListTitle {
  position: relative;
  padding: 15px 20px;
  border: 2px solid #e5e5f5;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 600;
  color: var(--color-text-light);
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
  transition: 0.2s;
  transition-delay: 0.2s;
}

.dropListTitle.form {
  padding: 17px 20px;
}

.dropListTitle.border-0 {
  border: 0 !important;
}

.dropListTitle .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  font-size: 29px;
  color: var(--color-text-light);
}

.dropList .dropListTitle .icon i::before {
  content: "\e93c";
  font-family: "ns";
}

.dropList.show .dropListTitle {
  background: #f5f6f9;
  transition: 0s;
}

.dropListTable .item .icon {
  display: flex;
  font-size: 22px;
  opacity: 0.2;
}

.myLicencesArea {
  position: relative;
}

.dropList.show .dropListTitle {
  border-radius: 2px 2px 0 0;
}

.myLicencesDetail {
  display: none;
}

.myLicencesLoad {
  display: none;
  min-height: 150px;
}

.myLicencesArea.inner .myLicencesLoad {
  min-height: auto;
}

.myLicencesDetail .show {
  display: block;
}

.myLicencesLoad .spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  font-size: 50px;
  color: var(--color-text-soft);
  background: #ffffff90;
}

.myLicencesLoad .spinner i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  position: relative;
  animation: 2s infinite rotateOpacity;
}

.spinnerx i {
  animation: 2s infinite rotateOpacity;
}


/* -------------------------- General Styling -------------------------- */
body[data-color="main"] .themecolor .orange,
body[data-color="blue"] .themecolor .blue,
body[data-color="purple"] .themecolor .purple,
body[data-color="green"] .themecolor .green,
body[data-color="pink"] .themecolor .pink {
  border-color: var(--first-color);
}



.themecolor .item.orange {
  background: #ff9800;
}

.themecolor .item.blue {
  background: #2196f3;
}

.themecolor .item.purple {
  background: #8d64ee;
}

.themecolor .item.green {
  background: #47c375;
}

.themecolor .item.pink {
  background: #e91e63;
}

.themecolor {
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  background: #fff;
  align-items: center;
  transition: 0.3s;
  border-radius: 30px;
  transition-delay: 0.2s;
  display: flex;
  width: fit-content;
}

.themecolor .colors {
  padding: 5px 2px;
  display: flex;
  align-items: center;
}

.themecolor .item {
  width: 26px;
  height: 26px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.2s;
  border: 2px solid transparent;
  margin: 0 5px;
}

.themecolor .item:hover {
  opacity: 0.8;
}

.color-white {
  color: var(--white-color);
}

.color-first {
  color: var(--first-color);
}

.color-second {
  color: var(--color-text-dark);
}

.color-light {
  color: var(--color-text-light) !important;
}

.color-dark {
  color: var(--color-text-dark) !important;
}

.bg-color-first {
  background-color: var(--first-color) !important;
}

.bg-color-second {
  background-color: var(--color-text-dark) !important;
}

.container {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}



.paragraph {
  font-size: 16px;
  line-height: 21px;
  color: var(--color-text-dark);
}

.paragraph b,
.paragraph strong {
  font-weight: bold;
  color: var(--color-dark);
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.woll {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.woll [class^="ww"] {
  padding: 0 10px;
}

.woll.form {
  margin: 0 -7px;
}

.woll.form [class^="ww"] {
  padding: 0 7px;
}

.woll .ww-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.woll .ww-3 {
  flex: 0 0 auto;
  width: 25%;
}

.woll .ww-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.woll .ww-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.woll .ww-6 {
  flex: 0 0 auto;
  width: 50%;
}

.woll .ww-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.woll .ww-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.woll .ww-9 {
  flex: 0 0 auto;
  width: 75%;
}

.woll .ww-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.woll .ww-12 {
  flex: 0 0 auto;
  width: 100%;
}

.grid-three {
  grid-template-columns: repeat(3, 1fr) !important;
}

.grid-half {
  grid-template-columns: repeat(2, 1fr) !important;
}

.grid-auto {
  grid-template-columns: auto !important;
}

.grid-g-0 {
  grid-gap: 0 !important;
}

.grid-g-1 {
  grid-gap: 0.25rem !important;
}

.grid-g-2 {
  grid-gap: 0.5rem !important;
}

.grid-g-3 {
  grid-gap: 1rem !important;
}

.grid-g-4 {
  grid-gap: 1.5rem !important;
}

.grid-g-5 {
  grid-gap: 3rem !important;
}

.grid-cg-0 {
  column-gap: 0 !important;
}

.grid-cg-1 {
  column-gap: 0.25rem !important;
}

.grid-cg-2 {
  column-gap: 0.5rem !important;
}

.grid-cg-3 {
  column-gap: 1rem !important;
}

.grid-rg-0 {
  row-gap: 0 !important;
}

.grid-rg-1 {
  row-gap: 0.25rem !important;
}

.grid-rg-2 {
  row-gap: 0.5rem !important;
}

.grid-rg-3 {
  row-gap: 1rem !important;
}

.grid-w100 {
  grid-column: 1 / -1;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center;
}

.p-absolute {
  position: absolute;
}

.p-relative {
  position: relative;
}
.w-100 {
  width: 100% !important;
}
.w-0 {
  width: 0% !important;
}

.miw-100 {
  min-width: 100% !important;
}

.maw-100 {
  max-width: 100% !important;
}

.w-fit {
  width: fit-content;
}

.h-100 {
  height: 100% !important;
}

.h-fit {
  height: fit-content;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.br0 {
  border-radius: 0 !important;
}

.br2 {
  border-radius: 2px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.prt2 {
  position: relative;
  top: 2px;
}

.cl-soft {
  color: var(--color-text-soft) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.card {
   background: #fff;
   border-radius: 2px;
   flex-direction: inherit;
   min-width: unset;
   word-break: unset;
   word-wrap: unset;
   border: unset;
   display: block;
}

.card .card-header {
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
  border-bottom: 1px solid var(--bg);
  background: unset;
}

.card .card-header.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card .card-footer {
  color: var(--color-text-dark);
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  border-top: 1px solid var(--bg);
  background: unset;
}




.butto {
  cursor: pointer;
  padding: 8px 15px;
  text-decoration: none !important;
  font-size: 15px;
  border-radius: 2px;
  transition: 0.4s;
  display: inline-block;
}

.butto:disabled,
.butto[disabled]{
  background-color: #cccccc;
}

.badge {
  display: inline-block;
  padding: 8px 15px;
  font-size: 15px;
  line-height: normal;
  border-radius: 2px;
}

.butto,
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.butto:hover,
.badge:hover {
  filter: brightness(0.9);
}

.butto-xs,
.badge-xs {
  padding: 3px 12px;
  font-size: 14px;
}

.butto-lg,
.badge-lg {
  padding: 12px 20px !important;
  font-size: 16px;
}

.butto-xlg,
.badge-xlg {
  padding: 15px 25px !important;
  font-size: 18px;
}

.butto-primary,
.badge-primary {
  color: #fff !important;
  background: #6a7bf5;
  border: none;
  font-weight: 500;
}

.butto-first,
.badge-first {
  color: #fff !important;
  background: var(--first-color);
  border: none;
  font-weight: 500;
}

.butto-success,
.badge-success {
  color: #fff !important;
  background: #57c781;
  border: none;
  font-weight: 500;
}


.btn-account-success,
.badge-success {
   color: #fff !important;
   background: #57c781;
   border: none;
   border-radius: 50px;
   padding: 5px 25px 5px 25px;
}

a.profileVerifyBTN {
    color: var(--second-color);
    position: relative;
    z-index: 1;
}


.butto-warning,
.badge-warning {
  color: #fff !important;
  background: #ebb35f;
  border: none;
  font-weight: 500;
}

.butto-danger,
.badge-danger {
  color: #fff !important;
  background: #f56a6a !important;
  border: none;
  font-weight: 500;
}

.butto-secondary,
.badge-secondary {
  color: var(--white-color) !important;
  background: var(--second-color);
  border: none;
  font-weight: 500;
}

.butto-info,
.badge-info {
  color: var(--white-color) !important;
  background: #8d64ee;
  border: none;
  font-weight: 500;
}

.butto-light,
.badge-light {
  color: #5f728a !important;
  background: #dce6f3;
  border: none;
  font-weight: 500;
}

.butto-soft,
.badge-soft {
  color: #fff !important;
  background: #616787;
  border: none;
  font-weight: 500;
}

.butto-dark,
.badge-dark {
  color: #fff !important;
  background: var(--color-dark);
  border: none;
  font-weight: 500;
}


@media (max-width: 1024px){


    .dashNav .dashMenu ul li a{
        align-items: center;
        flex-direction: inherit; 
    }


    .dashNavMobile .db-mobmenu {
        position: relative;
        top: 1px;
    }

    .dashNav .dashMenu ul {
        flex-direction: column;
    }

    .dashNav .dashMenu ul li {
        margin: 0;
        padding: 3px 0;
        width: 100%;
    }

    .dashMenu {
        display: none;
        padding: 15px 0;
        padding-bottom: 30px;
        border-top: 1px solid var(--bg);
    }

    .dashNav .dashMenu ul li a {
        padding: 15px;
    }

    .menuBar {
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        width: 27px;
        aspect-ratio: 1/1;
        align-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .menuBar .item {
        height: 5px;
        width: 100%;
        background: var(--color-dark);
        border-radius: 5px;
        transition: 0.2s;
    }

    .menuBar .item.center {
        width: 80%;
    }

    .dashNavMobile .menuBar {
        transform: rotateY(180deg);
    }

    .menuBar.show .item.center {
        width: 100%;
    }

}



section.ServicesArea {
  margin: 30px 0 50px;
}

.servicesCatList,
.ordersType {
  display: flex;
  grid-gap: 8px;
  align-items: center;
  margin-bottom: 15px;
}

.ordersType .item {
  color: var(--white-color);
  background: var(--first-color);
  padding: 12px 20px;
  flex: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.2s;
}

.ordersType.mott .item.active {
  background:#47c375;
}

.ordersType .item {
  color: var(--color-text-dark);
  background: var(--white-color);
  display: flex;
  align-items: center;
  opacity: 1;
}

.ordersType .item span {
  width: max-content;
}

.ordersType .item.active {
  background: var(--color-text-dark);
  color: var(--white-color);
}

.servicesCatList .item i,
.ordersType .item i {
  margin-right: 4px;
}

.servicesCatList .item span > i {
  position: relative;
  top: 1px;
  color: var(--dcolor);
}

.servicesCatList .item:hover,
.servicesCatList .item.active {
  opacity: 1;
}



.serviceListHead {
  padding: 15px;
  color: var(--white-color);
  font-size: 17px;
  background: var(--first-color);
  border-radius: 2px;
  display: flex;
  font-weight: 500;
  align-items: center;
  margin-bottom: 7px;
}

.serviceListHead.btnPath {
  position: relative;
  border-left: 5px solid var(--dcolor);
  border-right: 5px solid var(--dcolor);
}

.serviceListHead .slhCount {
  margin-left: auto;
  color: #fff;
  background: #ffffff15;
  padding: 5px 12px;
  font-size: 14px;
  border-radius: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.2s;
  min-width: fit-content;
}

.serviceListHead .slhCount:hover {
  background: #ffffff25;
}

.serviceListHead > svg {
  margin-right: 7px;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dcolor);
  border-radius: 2px;
  font-size: 16px;
}







/*          Kullanıcı Proxy Liste Tablosu       */


.orRow {
    color: var(--color-dark);
    display: flex;
    align-items: center;
}

.orRow > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

.orRow > div {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 0;
    padding: 0 7px;
}





/* proxy listesi head alanı */

.orRow .head-proxylist-orderid {
    color: var(--white-color) !important;
    flex: 0 0 115px;
    font-weight: 600 !important; 
    font-size: 12px;
}

.orRow .head-proxylist-ipaddress {
    color: var(--white-color) !important;
    flex: 1;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600 !important;
    padding-left: 10px; 
}

.orRow .head-proxylist-location {
    color: var(--white-color) !important;
    flex: 0 0 130px;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600;
    padding-left: 15px; 
}

.orRow .head-proxy-account {
    color: var(--white-color) !important;
    flex: 0 0 125px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    padding-left: 15px; 
}

.orRow .head-start-date {
    color: var(--white-color) !important;
    flex: 0 0 130px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    padding-left: 15px; 
}

.orRow .head-end-date {
    color: var(--white-color) !important;
    flex: 0 0 130px;
    text-align: left;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    padding-left: 15px; 
}

.orRow .head-start-end-status {
    color: var(--white-color) !important;
    flex: 0 0 130px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    padding-left: 15px; 
}

.orRow .head-start-extension {
    color: var(--white-color) !important;
    flex: 0 0 120px; 
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    padding-left: 15px; 
}



/* proxy checker box */

.orRow .head-proxychecker-status {
    color: var(--white-color) !important;
    flex: 0 0 130px;
    font-weight: 600 !important; 
    font-size: 12px;
}

.orRow .head-proxychecker-ipport {
    color: var(--white-color) !important;
    flex: 1;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600 !important;
    padding-left: 15px; 
}

.orRow .head-proxychecker-account {
    color: var(--white-color) !important;
    flex: 0 0 130px;
    text-align: left;
    flex-direction: column;
    align-items: center;
    font-weight: 600; 
}

.orRow .head-proxychecker-type {
    color: var(--white-color) !important;
    flex: 0 0 130px;
    text-align: left;
    flex-direction: column;
    align-items: center;
    font-weight: 600; 
}

.orRow .head-proxychecker-speed {
    color: var(--white-color) !important;
    flex: 0 0 130px;
    text-align: left;
    flex-direction: column;
    align-items: center;
    font-weight: 600;  
}

/* proxy checker list  */

.ProxyorList[data-platform="proxycheckerList"] .slhCount {display: none;}
.ProxyorList[data-platform="proxycheckerList"] {--dcolor: var(--color-text-dark);}

.ProxyorList .item {
    background: var(--white-color);
    border: 1px solid #ebeff4;
    padding: 12px 15px;
    border-radius: 2px;
    margin-bottom: 5px;
}
.ProxyorList .item:last-child {margin-bottom: 15px;}

.orRow .list-proxychecker-status {
    color: var(--color-dark);
    flex: 0 0 130px;
    font-weight: 600;
    background-color: var(--bg);
    border-radius: 2px;
    font-size: 12px;
}

.orRow .list-proxychecker-ipaddress {
    color: var(--color-dark);
    flex: 1;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600;
    padding-left: 15px;
    border-left: 1px solid var(--bg);
}

.orRow .list-proxychecker-account{
    color: var(--color-dark);
    flex: 0 0 130px;
    text-align: left;
    flex-direction: column;
    align-items: center;
    font-weight: 600; 
}
.orRow .list-proxychecker-account span.user {color: #4caf50;}
.orRow .list-proxychecker-account span.password {color: #c99e43;}

.orRow .list-proxychecker-type{
    color: var(--color-dark);
    flex: 0 0 130px;
    text-align: left;
    flex-direction: column;
    align-items: center;
    font-weight: 600; 
}
.orRow .list-proxychecker-speed{
    color: var(--color-dark);
    flex: 0 0 130px;
    text-align: left;
    flex-direction: column;
    align-items: center;
    font-weight: 600; 
}


/* Uzatma Alanı  BODY */
.orRow .extension-orderid {
    color: var(--color-dark);
    flex: 0 0 135px;
    font-weight: 600;
    background-color: var(--bg);
    border-radius: 2px;
    font-size: 12px;
}

.orRow .extension-orders-date {
    color: var(--color-dark);
    flex: 0 0 130px;
    font-weight: 600; 
    font-size: 12px;
}

.orRow .extension-location-title{
    color: var(--color-dark);
    flex: 0 0 140px;
    font-weight: 600; 
    font-size: 12px;
}

.orRow .extension-location-title span.mid {
    color: #c99e43;
    font-size: 12px !important;
}

.orRow .extension-location-title img {
    width: 25px;
    height: 100%;
}

.orRow .extension-ipport{
    color: var(--color-dark);
    flex: 1;
    font-weight: 600; 
    font-size: 12px;
    justify-content: flex-start;
}

.orRow .extension-orders-time{
    color: var(--color-dark);
    flex: 0 0 120px;
    font-weight: 600; 
    font-size: 12px;
}

.orRow .extension-orders-amount{
    color: var(--color-dark);
    flex: 0 0 120px;
    font-weight: 600; 
    font-size: 12px;
}

.orRow .extension-status {
    padding-left: 15px;
    flex: 0 0 150px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    /*padding-left: 15px; */
}
.orRow .extension-status .badge {
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 400;
    cursor: help;
}

.orRow .extension-orders-status {
    padding-left: 15px;
    flex: 0 0 150px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    /*padding-left: 15px; */
}
.orRow .extension-orders-status .badge {
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 400;
    cursor: help;
}



/* Uzatma Alanı  HEADER */

.orRow .head-extension-orderid {
    color: var(--white-color) !important;
    flex: 0 0 135px;
    font-weight: 600 !important; 
    font-size: 12px;
}

.orRow .head-extension-orders-date {
    color: var(--white-color) !important;
    flex: 0 0 130px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
}

.orRow .head-extension-location-title {
    color: var(--white-color) !important;
    flex: 0 0 140px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
}

.orRow .head-extension-ipport {
    color: var(--white-color) !important;
    flex: 1;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600; 
}

.orRow .head-extension-orders-time {
    color: var(--white-color) !important;
    flex: 0 0 120px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
}

.orRow .head-extension-orders-amount {
    color: var(--white-color) !important;
    flex: 0 0 120px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
}
.orRow .head-extension-status {
    color: var(--white-color) !important;
    flex: 0 0 150px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
}
.orRow .head-extension-orders-status {
    color: var(--white-color) !important;
    flex: 0 0 150px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
}

/* Uzatma Alanı  Mobil */




@media (max-width: 1024px){

    .orRow .extension-orderid{
        order: 1; 
        border-radius: 5px;
        flex: 50%;
        font-size: 15px;
    }

    .orRow .extension-orders-date{
        order: 2; 
        flex: 50%;
        font-size: 12px;
        flex-direction: column;

    }
    .orRow .extension-orders-date::before {
        content: attr(data-title);
        font-size: 12px;
        font-weight: 400;
    }

    .orRow .extension-ipport {
        order: 3;
        flex: 50%;
        font-size: 14px;
        flex-direction: column;
        border-top: 1px solid var(--bg);
        margin-top: 5px;

    }
    .orRow .extension-ipport::before {
        content: attr(data-title);
        font-size: 12px;
        font-weight: 400;
        margin-top: 5px;
    }

    .orRow .extension-status {
        order: 4;
        flex: 50%;
        font-size: 14px;
        flex-direction: column;
        border-top: 1px solid var(--bg);
        margin-top: -3px;
    }
    .orRow .extension-status .badge {
        margin-top: 12px;
    }
    .orRow .extension-status svg{
        width: 14px !important;
    }
    .orRow .extension-status::before {
        content: attr(data-tooltip);
        font-size: 12px;
        font-weight: 400;
        margin-top: 5px;
    }

    .orRow .extension-location-title {
        order: 5;
        flex: 50%;
        font-size: 14px;
        flex-direction: column;
        border-top: 1px solid var(--bg);
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .orRow .extension-location-title img{
        width: 15px !important;
    }
    .orRow .extension-location-title::before {
        content: attr(data-title);
        font-size: 12px;
        font-weight: 400;
        margin-top: 5px;
    }

    .orRow .extension-orders-time {
        order: 6;
        flex: 50%;
        font-size: 14px;
        flex-direction: column;
        border-top: 1px solid var(--bg);
        margin-top: -4px;
    }
    .orRow .extension-orders-time::before {
        content: attr(data-title);
        font-size: 12px;
        font-weight: 400;
        margin-top: 5px;
    }
    .orRow .extension-orders-amount{
        order: 7;
        flex: 50%;
        font-size: 14px;
        flex-direction: column;
        border-top: 1px solid var(--bg);
        margin-top: 5px;
    }
    .orRow .extension-orders-amount::before {
        content: attr(data-title);
        font-size: 12px;
        font-weight: 400;
        margin-top: 5px;
    }
    .orRow .extension-orders-status{
        order: 8;
        flex: 50%;
        font-size: 14px;
        flex-direction: column;
        border-top: 1px solid var(--bg);
        margin-top: 0px;
    }
    .orRow .extension-orders-status .badge{
        margin-top: 15px !important;
    }
    .orRow .extension-orders-status::before {
        content: attr(data-title);
        font-size: 12px;
        font-weight: 400;
        margin-top: 5px;
    }
}





















/* sipariş listesi head alanı */

.orRow .head-orderslist-orderid {
    color: var(--white-color) !important;
    flex: 0 0 135px;
    font-weight: 600 !important; 
    font-size: 12px;
}

.orRow .head-orders-date {
    color: var(--white-color) !important;
    flex: 0 0 130px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
}

.orRow .head-orderslist-type {
    color: var(--white-color) !important;
    flex: 0 0 125px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    padding-left: 15px;
}

.orRow .head-orderslist-location {
    color: var(--white-color) !important;
    flex: 1;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600;
    padding-left: 15px;
}

.orRow .head-orders-count {
    color: var(--white-color) !important;
    flex: 0 0 100px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    padding-left: 15px;
}

.orRow .head-orders-time {
    color: var(--white-color) !important;
    flex: 0 0 100px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    padding-left: 15px;
}

.orRow .head-orders-amount {
    color: var(--white-color) !important;
    flex: 0 0 100px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
}

.orRow .head-orders-status {
    color: var(--white-color) !important;
    flex: 0 0 150px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600; 
}
.orRow .head-orders-btn {
    color: var(--white-color) !important;
    flex: 0 0 150px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600; 
}


/* proxy listesi list alanı */

.orList[data-platform="proxylist"] .slhCount {display: none;}
.orList[data-platform="proxylist"] {--dcolor: var(--color-text-dark);}

.orList .item {
    background: var(--white-color);
    border: 1px solid #ebeff4;
    padding: 12px 15px;
    border-radius: 2px;
    margin-bottom: 5px;
    position: relative;
}

.orList .item:last-child {margin-bottom: 15px;}

.orRow .proxylist-orderid {
    color: var(--color-dark);
    flex: 0 0 115px;
    font-weight: 600;
    background-color: var(--bg);
    border-radius: 2px;
    font-size: 12px;
}

.orRow .proxylist-ipaddress {
       color: var(--color-dark);
       flex: 1;
       text-align: left;
       flex-direction: column;
       align-items: flex-start;
       font-weight: 600;
       padding-left: 10px;
       border-left: 1px solid var(--bg);
}

.proxylist-ipaddress .sertext {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 14px;
}

.orRow .proxylist-ipaddress span.fast {color: #4caf50;}
.orRow .proxylist-ipaddress span.mid {color: #c99e43;font-size: 12px !important;}
.orRow .proxylist-ipaddress span.slow {color:#ca5f44;}

.orRow .proxylist-location {
    color: var(--color-dark);
    flex: 0 0 120px;
    font-weight: 600;
    /*padding-left: 15px;*/
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
}

.orRow .proxylist-location img {width: 25px;height: 100%;}

.orRow .proxylist-ipaddress span {
    color: var(--color-text-light);
    font-size: 14px;
    font-weight: 500;
}

.orRow .proxy-account {
    color: var(--color-dark);
    flex: 0 0 125px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    /*padding-left: 15px; */
}

.orRow .proxy-account span { 
  font-size: 14px;
  font-weight: 500;
}
.orRow .proxy-account span.user {color:#4caf50;}
.orRow .proxy-account span.password {color:#c99e43;}

.orRow .start-date {
    flex: 0 0 130px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    /*padding-left: 15px; */
}

.orRow .end-date {
    color: var(--color-dark);
    flex: 0 0 130px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    font-size: 14px;

    /*padding-left: 15px; */
}

.orRow .start-end-status {
    padding-left: 15px;
    flex: 0 0 130px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    /*padding-left: 15px; */
}

.orRow .start-extension {
    padding-left: 15px;
    flex: 0 0 120px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    /*padding-left: 15px; */
}

.proxiesExtension{
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    background: #ff9800;
    width: 3px;
    height: 100%;
}



.orRow .sr-action {
    flex: 0 0 175px;
    grid-gap: 6px;
    padding-right: 0;
}
.orRow .start-end-status .badge {
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 400;
    cursor: help;
}

.orRow .sr-action .butto-secondary {
    padding: 8px 16px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 5px 15px rgb(var(--second-color-rgb), 0.3);
}

.orRow .sr-action .butto-secondary svg {margin-left: 10px;}

.orRow .orderslist-orderid {
    color: var(--color-dark);
    flex: 0 0 135px;
    font-weight: 600;
    background-color: var(--bg);
    border-radius: 2px;
    font-size: 14px;
}

.orRow .orders-date {
    color: var(--color-dark);
    flex: 0 0 130px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 14px;
}

.orRow .orderslist-type {
    color: var(--color-dark);
    flex: 0 0 125px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 14px;
    border-left: 1px solid var(--bg);
    padding-left: 15px;
}
.orRow .orderlist-location {
    color: var(--color-dark);
    flex: 1;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600; 
    border-left: 1px solid var(--bg);
    padding-left: 15px;
}

.orRow .orderlist-location span.mid {
    color: #c99e43;
    font-size: 12px !important;
}

.orRow .orderlist-location img {
    width: 25px;
    height: 100%;
}

.orRow .orders-count {
    color: var(--color-dark);
    flex: 0 0 100px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 14px;
    border-left: 1px solid var(--bg);
    padding-left: 15px;
}
.orRow .orders-time {
    color: var(--color-dark);
    flex: 0 0 100px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 14px;
    border-left: 1px solid var(--bg);
}
.orRow .orders-amount {
    color: var(--color-dark);
    flex: 0 0 100px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 14px;
    padding-left: 15px;
}

.orRow .orders-status {
    color: var(--color-dark);
    flex: 0 0 150px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 14px;
    border-left: 1px solid var(--bg);
}
.orRow .orders-btn {
    color: var(--color-dark);
    flex: 0 0 150px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 14px;
    border-left: 1px solid var(--bg);
    padding-left: 15px;
}
.orRow .orders-btn .fcont {
    font-size: 15px;
    background: rgba(var(--cl1));
    padding: 2px;
    min-width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 5px 30px rgba(var(--cl1),.2);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.orRow .orders-status .badge {
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 400;
    cursor: help;
}

.orRow.head {
    padding: 0 15px;
    background: var(--first-color);
}

.orRow.head > div {
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-light);
}

.orRow.head .sr-action {
    justify-content: flex-start;
}

.collArea {
    min-height: 450px;
    display: grid;
    grid-template-columns: 65% auto;
    grid-gap: 20px;
}

.proxy_active { 
    background: #4caf50 !important;
    color: white !important;
}
.proxy_error {
    background: #f44336 !important;
    color: white !important;
}

/* Proxy Listesi Mobil */

@media (max-width: 1024px){

    .orRow {flex-wrap: wrap;}
    .orRow.head {display: none;}

    .orRow .proxylist-orderid {
        order: 1;
        background: transparent;
        border-radius: 5px;
        flex: 50%;
        font-size: 15px;
        border: 1px solid var(--bg);
    }
    .orRow .proxylist-location {
        order: 2;
        /*flex-direction: column;*/
        flex: 50%;
        align-items: center;
        border: 1px solid var(--bg);
    }
    .orRow .proxylist-ipaddress {
        flex: 100%;
        order: 3;
        border-left: inherit;
        padding-left: 0;
        align-items: center;
        justify-content: center;
        border-left: 1px solid var(--bg);
        border-right: 1px solid var(--bg);
        border-bottom: 1px solid var(--bg);


    }
    .orRow .proxy-account {
        order: 4;
        flex: 50%; 
        border-left: 1px solid var(--bg);
        border-right: 1px solid var(--bg);
        border-bottom: 1px solid var(--bg);
    }
    .orRow .proxy-account::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }
    .orRow .start-date {
        order: 5;
        flex: 50%;
        border-left: 1px solid var(--bg);
        border-right: 1px solid var(--bg);
        border-bottom: 1px solid var(--bg);
    }
    .orRow .start-date::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }
    .orRow .end-date {
        order: 6;
        flex: 50%;
        border-right: 1px solid var(--bg);
        border-bottom: 1px solid var(--bg);
    }
    .orRow .end-date::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }
    .orRow .start-end-status {
        order: 7;
        flex: 50%;
/*        padding-top: 10px;
        margin-top: 10px;*/
        border-left: 1px solid var(--bg);
        border-right: 1px solid var(--bg);
        border-bottom: 1px solid var(--bg);
    }
    .start-extension{
        order: 8;
        flex: 50% !important; 
        border-bottom: 1px solid var(--bg);
        border-right: 1px solid var(--bg);
    }




/*    .orRow .proxylist-location::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }*/

 










    .orRow .orderlist-location {
        flex: 100%;
        order: 1;
        border-left: inherit;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--bg);
    }

    .orRow .orderslist-orderid {
        order: 2;
        flex-direction: column; 
        flex: 50%;
        background: none;
    }

    .orRow .orderslist-orderid::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }

    .orRow .orders-date {
        order: 3;
        flex-direction: column; 
        flex: 50%;
        border-left: 1px solid var(--bg);
    }

    .orRow .orders-date::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }

    .orRow .orderslist-type {
        order: 4;
        flex-direction: column; 
        flex: 50%;
        margin-top: 10px;
    }

    .orRow .orderslist-type::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }
    .orRow .orders-count {
        order: 5;
        flex-direction: column; 
        flex: 50%;
        border-left: 1px solid var(--bg);
        margin-top: 10px;

    }
    .orRow .orders-count::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }
    .orRow .orders-time {
        order: 6;
        flex-direction: column; 
        flex: 50%;
        margin-top: 10px;

    }
    .orRow .orders-time::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }
    .orRow .orders-amount {
        order: 7;
        flex-direction: column; 
        flex: 50%;
        border-left: 1px solid var(--bg);
        margin-top: 10px;

    }
    .orRow .orders-amount::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400; 
    }

    .orRow .orders-status {
        order: 8;
        flex-direction: column; 
        flex: 100%;
        margin-top: 13px;
        border-top: 1px solid var(--bg);
    }

    .orRow .list-proxychecker-status {
        order: 1;
        background: #f5f5fc;
        border-radius: 5px;
        flex: 0 100%;
        font-size: 15px;
    }

    .orRow .list-proxychecker-ipaddress {
        order: 2;  
        flex: 100%;
        border-bottom: 1px solid #eee;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .orRow .list-proxychecker-account {
        order: 3;
        flex-direction: column;
        flex: 50%;
        margin-top: 10px;
        border-bottom: 1px solid #eee;

    }
    .orRow .list-proxychecker-account::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: bold;
    }

    .orRow .list-proxychecker-type {
        order: 4; 
        flex: 1;
        margin-top: 10px;

    }
    .orRow .list-proxychecker-type::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: bold;
    }
    .orRow .list-proxychecker-speed {
        order: 5; 
        flex: 1;
        margin-top: 10px;

    }
    .orRow .list-proxychecker-speed::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: bold;
    }


    /*
    .orRow .proxylist-ipaddress {
        flex: 100%;
        order: 1;
        border-left: inherit;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--bg);
    }

    .orRow .proxylist-location {
        order: 3;
        flex-direction: column;
        flex: 1;
        }*/ 

    .orRow .sr-price::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }
}
  
    /*******************************************************************************/

    /* ödeme geçmiş listesi head alanı */

    .orRow .head-paymentlist-receiptId {
        color: var(--white-color) !important;
        flex: 0 0 135px;
        font-weight: 600 !important; 
        font-size: 12px;
    }

    .orRow .head-paymentlist-date {
        color: var(--white-color) !important;
        flex: 0 0 130px;
        text-align: center;
        flex-direction: column;
        align-items: center;
        font-weight: 600;
    }

    .orRow .head-paymentlist-bank-logo {
        color: var(--white-color) !important;
        flex: 0 0 130px;
        text-align: center;
        flex-direction: column;
        align-items: center;
        font-weight: 600;
    }

    .orRow .head-paymentlist-card-logo {
        color: var(--white-color) !important;
        flex: 0 0 80px;
        text-align: center;
        flex-direction: column;
        align-items: center;
        font-weight: 600;
    }

    .orRow .head-paymentlist-card-cc {
        color: var(--white-color) !important;
        flex: 1;
        flex-direction: column;
        align-items: flex-start;
        font-weight: 600;
        padding-left: 15px;
    }

    .orRow .head-paymentlist-amount {
        color: var(--white-color) !important;
        flex: 0 0 150px;
        text-align: center;
        flex-direction: column;
        align-items: center;
        font-weight: 600;
        padding-left: 15px;

    }
    .orRow .head-paymentlist-installment {
        color: var(--white-color) !important;
        flex: 0 0 110px;
        text-align: center;
        flex-direction: column;
        align-items: center;
        font-weight: 600;
        padding-left: 15px;
    }

    .orRow .head-paymentlist-btn-status {
        color: var(--white-color) !important;
        flex: 0 0 150px;
        text-align: center;
        flex-direction: column;
        align-items: center;
        font-weight: 600; 
    }

    .orRow .paymentlist-receiptId {
        color: var(--color-dark);
        flex: 0 0 135px;
        font-weight: 600;
        background-color: var(--bg);
        border-radius: 2px;
        font-size: 14px;
    }

    .orRow .paymentlist-date {
        color: var(--color-dark);
        flex: 0 0 135px;
        font-weight: 600;
        border-radius: 2px;
        font-size: 14px;
        border-left: 1px solid var(--bg);
        padding-left: 15px;
    }

    .orRow .paymentlist-bank-logo {
        color: var(--color-dark);
        flex: 0 0 130px;
        font-weight: 600;
        border-radius: 2px;
        font-size: 14px;
        border-left: 1px solid var(--bg);
        padding-left: 15px;
    }

    .orRow .paymentlist-bank-logo img{height: 25px;}
    .orRow .paymentlist-card-logo {flex: 0 0 80px;border-left: 1px solid var(--bg);}

    .orRow .paymentlist-card-cc {
        color: var(--color-dark);
        flex: 1px;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
        font-weight: 600; 
        border-left: 1px solid var(--bg);
        padding-left: 15px;
    }

    .orRow .paymentlist-card-cc span {text-transform: uppercase;}
    .orRow .paymentlist-card-cc span.mid {
        color: #c99e43;
        font-size: 12px !important; 
        letter-spacing: 1px;
    }

    .orRow .paymentlist-card-cc span.CardError{
        font-size: 10px;
        font-family: sans-serif;
        font-weight: 400;
    }

    .orRow .paymentlist-card-cc img {
    /*width: 25px;
    height: 25px;*/
    }

.orRow .paymentlist-amount {
    color: var(--color-dark);
    flex: 0 0 150px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600; 
    border-left: 1px solid var(--bg);
    padding-left: 15px;
}

.orRow .paymentlist-installment {
    color: var(--color-dark);
    flex: 0 0 110px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600; 
    border-left: 1px solid var(--bg);
    padding-left: 15px;
}

.orRow .paymentlist-btn-status {
    color: var(--color-dark);
    flex: 0 0 150px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 14px;
    border-left: 1px solid var(--bg);
}
.orRow .paymentlist-btn-status .badge {
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 400;
    cursor: help;
}
.orRow .paymentlist-btn-status .badge a{color: var(--white-color);}

/* log */

.orRow .head-loglist-date {
    color: var(--white-color) !important;
    flex: 0 0 135px;
    font-weight: 600 !important; 
    font-size: 12px;
}

.orRow .head-loglist-ipDetail {
    color: var(--white-color) !important;
    flex: 0 0 140px;
    font-weight: 600 !important; 
    font-size: 12px;
}
.orRow .head-loglist-ipDesc {
    color: var(--white-color) !important;
    flex: 1;
    font-weight: 600 !important; 
    font-size: 12px;
}
.orRow .head-loglist-browser {
    color: var(--white-color) !important;
    flex: 0 0 140px;
    font-weight: 600 !important; 
    font-size: 12px;
}

.orRow .loglist-date {
    color: var(--color-dark);
    flex: 0 0 135px;
    font-weight: 600;
    background-color: var(--bg);
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
}

.orRow .loglist-ipDetail {
    color: var(--color-dark);
    flex: 0 0 140px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 14px;
    border-left: 1px solid var(--bg);
    flex-direction: column;
}

.orRow .loglist-ipDetail .details {
    color: var(--color-dark); 
    font-size: 12px; 
}

.orRow .loglist-ipDesc {
    color: var(--color-dark);
    flex: 1;
    font-size: 13px;
    text-align: left;
    justify-content: left;
}

.orRow .loglist-browser {
    color: var(--color-dark);
    flex: 0 0 140px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 14px;
    border-left: 1px solid var(--bg);
    padding-left: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* log */

.orRow .head-invoice-Id {
    color: var(--white-color) !important;
    flex: 0 0 170px;
    font-weight: 600 !important; 
    font-size: 12px;
}

.orRow .head-invoice-title {
    color: var(--white-color) !important;
    flex: 1;
    font-weight: 600 !important; 
    font-size: 12px;
}
.orRow .head-invoice-amount {
    color: var(--white-color) !important;
    flex: 0 0 130px;
    font-weight: 600 !important; 
    font-size: 12px;
}

.orRow .head-invoice-date {
    color: var(--white-color) !important;
    flex: 0 0 130px;
    font-weight: 600 !important; 
    font-size: 12px;
}
.orRow .head-invoice-down {
    color: var(--white-color) !important;
    flex: 0 0 150px;
    font-weight: 600 !important; 
    font-size: 12px;
}

.orRow .invoice-Id {
    color: var(--color-dark);
    flex: 0 0 170px;
    font-weight: 600;
    background-color: var(--bg);
    border-radius: 2px;
    font-size: 14px;
}
.orRow .invoice-title {
    color: var(--color-dark);
    flex:1;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600; 
    border-left: 1px solid var(--bg);
    padding-left: 15px;
    font-size: 14px;
}

.orRow .invoice-amount {
    color: var(--color-dark);
    flex: 0 0 130px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600; 
    border-left: 1px solid var(--bg);
    padding-left: 15px;
    font-size: 14px;
}

.orRow .invoice-date {
    color: var(--color-dark);
    flex: 0 0 130px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600; 
    border-left: 1px solid var(--bg);
    padding-left: 15px;
    font-size: 14px;
}
.orRow .invoice-amount {
    color: var(--color-dark);
    flex: 0 0 130px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600; 
    border-left: 1px solid var(--bg);
    padding-left: 15px;
    font-size: 14px;
}
.orRow .invoice-down {
    color: var(--color-dark);
    flex: 0 0 150px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600; 
    border-left: 1px solid var(--bg);
    padding-left: 15px;
}

@media (max-width: 1024px){
    /*.orRow {flex-wrap: wrap;}*/
    .orRow.head {display: none;}
    .orRow .paymentlist-card-cc {
        flex: 50%;
        order: 1;
        border-left: inherit;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--bg);
        height: 55px;
    }
    .orRow .paymentlist-card-logo {
        flex: 18%;
        order: 2;
        border-left: inherit;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--bg);
        height: 55px;
    }
    .orRow .paymentlist-bank-logo {
        flex: 30%;
        order: 3;
        border-left: inherit;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--bg);
        height: 55px;
    }
    .orRow .paymentlist-bank-logo img{height: 30px;}
    .orRow .paymentlist-receiptId {
        flex: 50%;
        order: 4;
        border-left: inherit;
        padding-left: 0;
        flex-direction: column;
        padding-bottom: 10px;
        margin-bottom: 10px;
        background: none;
    }
    .orRow .paymentlist-receiptId::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }
    .orRow .paymentlist-date {
        flex: 50%;
        order: 5;
        border-left: inherit;
        flex-direction: column;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .orRow .paymentlist-date::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }
    .orRow .paymentlist-amount {
        flex: 50%;
        order: 6;
        border-left: inherit;
        flex-direction: column;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .orRow .paymentlist-amount::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }
    .orRow .paymentlist-installment {
        flex: 50%;
        order: 7;
        border-left: inherit;
        flex-direction: column;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .orRow .paymentlist-installment::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }

    .orRow .paymentlist-btn-status {
        display: none;
    }
    .orRow .paymentlist-btn-status::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }
    
    .orRow .paymentlist-pos-status {
        display: block !important;
        flex: 100%;
        order: 9;
        border-left: inherit;
        flex-direction: column;
        padding-left: 0; 
        text-align: center;
    }
    .orRow .paymentlist-pos-status::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
        color:red;
    }
    .orRow .loglist-ipDesc {
        flex: 100%;
        order: 3;
        border-left: inherit;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--bg);
        height: 55px;
        flex-direction: column;
        text-align: left;
        align-items: baseline;
    }
    .orRow .loglist-ipDesc::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: bold;
    }
    .orRow .loglist-date {
        flex: 50%;
        order: 1;
        border-left: inherit;
        flex-direction: column;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .orRow .loglist-date::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }
    .orRow .loglist-ipDetail {
        flex: 50%;
        order: 2;
        border-left: inherit;
        flex-direction: column;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .orRow .loglist-ipDetail::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }
    .orRow .loglist-browser {
        flex: 50%;
        order: 3;
        border-left: inherit;
        flex-direction: column;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .orRow .loglist-browser::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
    }

    .orRow .invoice-Id {
        flex: 100%;
        order: 1;
        margin-bottom: 10px;
    }
    .orRow .invoice-title {
        flex: 100%;
        order: 2;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .orRow .invoice-amount {
        flex: 50%;
        order: 3;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .orRow .invoice-amount::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: bold;
    }

    .orRow .invoice-date {
        flex: 50%;
        order: 4;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .orRow .invoice-date::before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: bold;
    }
    .orRow .invoice-down {
        flex: 100%;
        order: 5;
        border-top: 1px solid #eee;
    }
    .orRow .invoice-down .badge{margin-top: 10px;}
    .orRow .invoice-down .badge a{color: #fff;}

    .article-search-box{
        width: 360px !important;
        margin-left: 17px !important;
    }

    .orRow .CardError{
        display: none;
    }



}

/*******************************************************************************/

.serviceHead {
  position: relative;
  padding-top: 35px;
}

.serviceHead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1e2234;
}

.serviceHeadArea {
  display: flex;
  align-items: center;
  gap: 25px;
}

.serviceTopAction .butto {
  width: max-content;
}

.serviceHeadArea .serviceHeadIcon {
  width: 100px;
  height: 125px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dcolor);
  font-size: 40px;
  color: #fff;
  border-radius: 2px;
}

.serviceHeadArea .serviceHeadContent {
  color: var(--white-color);
}

.serviceHeadArea .serviceHeadContent p {
  font-size: 17px;
  margin-bottom: 15px;
  color: #b0b3c1;
}

.serviceHeadArea .review .reviewStars {
  font-size: 22px;
  color: var(--second-color);
}

.serviceHeadArea .review .reviewDetail {
  font-size: 17px;
}

.servicePageTab {
  padding: 12px 0;
  margin-top: 30px;
  display: flex;
  border-top: 1px solid #ffffff0d;
}

.servicePageTab .item {
  padding: 10px 20px;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  opacity: 0.5;
  position: relative;
  transition: 0.2s;
  user-select: none;
}

.servicePageTabContent .spTabContent {
  display: none;
}

.servicePageTabContent .spTabContent.show {
  display: block;
}

.servicePageTab .item:hover {
  opacity: 0.8;
}

.servicePageTab .item span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.servicePageTab .item.active {
  color: var(--white-color);
  opacity: 1;
}

.servicePageTab .item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0;
  background: var(--white-color);
  opacity: 0;
  transition: 0.2s;
  border-radius: 2px;
}

.servicePageTab .item.active::before {
  opacity: 0.12;
  left: 0;
  width: 100%;
}

.serviceTopAction {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  bottom: -100%;
  justify-content: center;
  background: #262a3ec9;
  padding: 12px;
  margin: 0;
  z-index: 99;
  box-shadow: 0 0px 30px #00000020;
  transition: 0.4s;
  transition-delay: 0.1s;
  padding-bottom: calc(env(safe-area-inset-bottom) - 20px);
}
.serviceTopAction.show {
  bottom: 10px;
  transition-delay: 0.2s;
}
.serviceTopAction a.butto {
  margin-bottom: 12px !important;
  border-radius: 50px;
}

.ordersArea {
  margin: 30px 0 50px;
}

.order {
  background: var(--white-color);
  padding: 20px;
  border-radius: 2px;
  margin-bottom: 15px;
}

.order .topRow {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bg);
  position: relative;
}

.order .topRow .or-id input {
  padding: 10px 15px;
  min-width: 120px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  background-color: var(--bg);
}

.order .topRow .or-id i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.order .topRow .or-id {
  position: relative;
  color: var(--color-text-dark);
}

.order .topRow .or-title {
  color: var(--color-text-dark);
  margin-left: 20px;
  font-weight: 600;
  font-size: 17px;
  padding-right: 15px;
}

.order .topRow .or-title .or-date {
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 2px;
  color: var(--color-text-light);
}

.order .topRow .or-title .or-date i {
  margin-right: 3px;
}

.order .bottomRow .or-link {
  position: relative;
  color: var(--color-text-dark);
}

.order .bottomRow .or-link input {
  padding: 15px 20px;
  height: 55px;
  min-width: 450px;
  position: relative;
  font-size: 16px;
  padding-right: 50px;
  text-overflow: ellipsis;
  background-color: var(--bg);
}

.order .bottomRow .or-link i {
  color: var(--color-text-dark);
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 22px;
}

.order .bottomRow {
  display: flex;
  align-items: center;
}

.order .bottomRow .or-action {
  margin-left: auto;
  width: 520px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.order .bottomRow .or-action .d-flex {
  grid-gap: 10px;
  align-items: center;
}

.order .topRow .or-detail {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 3px;
  width: 520px;
}

.order .bottomRow .or-action .butto {
  font-size: 14px;
  padding: 14px 15px !important;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
}

.order .bottomRow .or-action .butto i {
  font-size: 15px !important;
}

.order .bottomRow .or-action .butto span {
  width: max-content;
}

.order .topRow .or-detail > div {
  color: var(--color-text-dark);
  width: fit-content;
  padding: 0 20px;
  border-right: 1px solid var(--bg);
  position: relative;
}

.order .topRow .or-detail > div span {
  display: block;
  font-weight: bold;
}

.order .topRow .or-detail > div:first-child {
  padding-left: 0px;
}

.order .topRow .or-detail > div:last-child {
  border: none;
  padding-right: 0px;
}

.progress {
  position: relative;
  right: 0;  
  padding: 2px;
  width: 100%;
  background: #f3f5fd;
  border-radius: 10px;
}

.progress .proBar {
  width: 0;
  height: 9px;
  border-radius: 10px;
  background-color: #6a7bf5;
  transition: 0.2s;
}

.progress .proBar.success {
  background-color: #57c781;
}

.progress .proBar.primary {
  background-color: #78a1f3;
}

.progress .proBar.secondary {
  background-color: #afbac9;
}

.progress .proBar.warning {
  background-color: #ebb35f;
}

.progress .proBar.danger {
  background-color: #f56a6a;
}

.note-modal-body {
  padding: 25px !important;
  padding-bottom: 0 !important;
}

.note-modal-footer {
  height: inherit !important;
}

.note-modal-footer .note-btn {
  float: inherit !important;
}

.note-modal-content {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 30px #00000030 !important;
}

.note-placeholder {
  color: #b0afc1 !important;
  font-weight: 400;
}

.note-editor.note-frame .note-placeholder {
  padding: 15px !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 15px !important;
}

.nslConnectArea {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 30px;
}

.nslConnectArea .icon {
  width: 70px;
  height: 70px;
  color: var(--color-text-light);
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 100%;
  margin-bottom: 15px;
}

.nslConnectArea h2 {
  font-size: 28px;
  color: var(--color-text-dark);
}

.nslConnectArea p {
  font-size: 18px;
  color: var(--color-text-light);
}

.nslConnectArea ul {
  margin: 15px 0;
  background: var(--bg);
  padding: 20px;
}

.nslConnectArea ul li {
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-size: 18px;
  color: var(--color-text-light);
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  border-bottom: 1px solid #ececf7;
}

.nslConnectArea ul li::before {
  content: "\e95a";
  font-family: "ns";
  color: #bcbccf;
}

.nslConnectArea .action {
  display: flex;
  justify-content: center;
}

.nslConnectArea ul li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

section.apiDoc {
  margin: 25px 0;
}

.keyBox {
  background: var(--first-color);
  padding: 25px;
  display: grid;
}

.detaList {
  display: flex;
  flex-wrap: wrap;
}

.detaList .item {
  width: 50%;
  font-size: 18px;
  color: var(--color-text-dark);
  padding: 12px 20px;
  border-bottom: 1px solid var(--bg);
  font-weight: 600;
}

.detaList .item a {
  color: #748dd7;
}

.detaList {
  flex-wrap: wrap;
}

.detaList .item:nth-child(even) {
  border-left: 1px solid var(--bg);
}

.detaList .item span {
  display: block;
  font-weight: 400;
  font-size: 15px;
}
.codeAreaHead {
  color: var(--white-color);
  background: var(--first-color);
  padding: 20px;
  border-bottom: 1px solid #f5f5fc29;
  text-transform: uppercase;
  font-weight: 600;
}
.codeArea > pre {
  color: var(--white-color);
  background: var(--first-color);
  padding: 30px;
}


[data-tooltip] {
  position: relative;
}

[data-tooltip]:hover {
  position: relative;
  z-index: 1;
}

[data-tooltip]::before {
  content: attr(data-tooltip);
  font-size: 15px !important;
  font-weight: 400 !important;
  text-align: center;
  position: absolute;
  width: max-content;
  /*max-width: 239px;*/
  top: calc(90% + 5px);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background-color: #000000;
  padding: 3px 15px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 99;
}
.yarila {
  width: 50%;
}
[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 5px);
}

[data-tooltip]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(90% + 1px);
  transform: translateX(-50%);
  border-color: transparent transparent #000000 transparent;
  border-style: solid;
  border-width: 0px 4px 4px 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

[data-tooltip]:hover:after {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 1px);
}

.alert {
    /*  position: relative;*/
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    border: none;
}

.alert-primary {
  background: #bfcaff;
  color: #1b3a76;
}

.alert-danger {
  background: #febdbe;
  color: #8f2630;
}

.alert-warning {
  background: #ffddb0;
  color: #72602e;
}

.alert-success {
  background: #acedc3;
  color: #155724;
}
.alert-light {
  background: #e7e9f3;
  color: #565b74;
}

.noclickPay {
  user-select: none;
  pointer-events: none;
  opacity: 0.7;
}

.form-control { 
    font-weight: 500;
    color: #646981;
    background: #f8f9fc;
    border: 1px solid #e6e8ed;
    padding: 15px 20px;
    height: 58px;
    border-radius: 1px;
    font-size: 16px;
    width: 100%;
    transition: 0.2s;
}
.form-control:disabled {
  color: var(--color-text-light);
  background: #ebedf3 !important;
}

.form-control::placeholder {
  color: var(--color-text-soft);
  font-weight: 400;
}

.form-control:focus {
  border-color: var(--second-color) !important;
}
.btnAnimated {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btnAnimated::before {
  content: "";
  position: absolute;
  left: -30%;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #ffffff10;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  z-index: -1;
}

.btnAnimated:hover:before {
  left: -20%;
}

.whatsApp-ticket{
    background: white;
    padding: 50px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.whatsApp-ticket .whatsapp-title{
    font-size: 25px;
    font-weight: bold;
}
.whatsApp-ticket .whatsapp-icon{
    margin:30px;
}

.whatsApp-ticket .whatsapp-icon svg{
    width: 75px !important;
    height: 75px !important;
    color: #85c173;
}
.whatsApp-ticket .whatsapp-number{
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 15px;
}
.whatsApp-ticket .whatsapp-clock p{
    font-size: 16px;
    font-weight: 600;
}
.whatsApp-ticket .whatsapp-clock span{
    font-size: .875em;
    color: #9e9e9e;
    font-weight: 300;
}

.whatsApp-ticket .whatsapp-note p{
    font-size: 11px;
    margin-top: 30px;
    color: #9e9e9e;
}

.premiumAlert {
  padding: 24px;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--first-color);
  border-radius: 2px;
}

.premiumAlert .text {
  font-size: 20px;
  font-weight: bold;
  color: var(--second-color);
}

.premiumAlert .text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

[type="checkbox"]:checked, [type="radio"]:checked {
    position: relative;
    background: var(--color-text-dark);
    border: transparent;
}

[type="checkbox"], [type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: #f8f9fc;
    border: 1px solid #e6e8ed;
    border-radius: 2px;
    display: inline-block;
    margin-right: 7px;
    cursor: pointer;
    transition: 0.2s;
}
[type="checkbox"]:checked::before, [type="radio"]:checked::before {
    font-family: "Font Awesome 6 Free";
    content: "\f00c";
    font-weight: 900;
    position: absolute; 
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--white-color);
}
.checkbox label, .radio label {
    font-size: 16px;
    color: var(--color-text-dark);
    user-select: none;
    cursor: pointer;
} 
.invoiceMethod{margin-bottom: 20px;}
.invoiceMethod ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
}
.invoiceMethod ul li.selected {
    border-color: rgba(74, 75, 83);
    color: rgba(74, 75, 83);
    font-weight: 700;
}
.invoiceMethod ul li {
    list-style: none;
    align-items: center;
    color: rgba(74, 75, 83);
    background: rgba(255, 255, 255);
    font-weight: 500;
    padding: 15px 20px;
    padding-bottom: 14px;
    margin-bottom: 7px;
    border-radius: 10px;
    border: 3px solid #ececec;
    cursor: pointer;
    position: relative;
    transition: .2s;
}
.invoiceMethod ul li i {
    margin-right: 8px;
}
.invoiceMethod ul li.selected::after {
    opacity: 1;
    transition: .3s;
}
.invoiceMethod ul li::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    background: rgba(74, 75, 83);
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 30px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 10px;
    padding-bottom: 7px;
    border-bottom-left-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}







.addFunds .has-error {
    padding: 6px 12px;
    font-size: 12px;
    color: #1e2831;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ff0025;
    border-radius: 6px;
    width: 90%;
    margin: 12px auto;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 20%);
    position: relative;
    display: none;
}
.addFunds .has-error:before {
    content: '';
    position: absolute;
    border-right: 1px solid #ff0025;
    border-bottom: 1px solid #ff0025;
    width: 12px;
    height: 12px;
    top: -1px;
    left: calc(50% - 6px);
    -ms-transform: translateY(-45%) rotate(-135deg);
    transform: translateY(-45%) rotate(-135deg);
    background: #fff;
    box-shadow: 1px 1px 2px -1px rgb(0 0 0 / 20%);
}


@media (max-width: 1200px){
    .lg-grid-auto {
        grid-template-columns: auto !important;
    }
}

@media (max-width: 768px){

    .notifications .container .text{
        text-align: center;
        font-size:13px !important;
    }
    .selectAmount {
        grid-template-columns: repeat(2, 1fr);
    }

    .eftspan  input {
        width: 100%;
        min-width: 100%;
        padding-right: 40px;
        text-overflow: ellipsis;
    }

    .efthavaleBox p{
        text-align: center;
    }

    .sm-grid-auto {
        grid-template-columns: auto !important;
    }
    .md-grid-w100{
        grid-column: 1 / -1;
    }

}




.credit-card-input{
    width: 100%;
    position: relative;
}
.credit_card_detail{
    z-index: 999;
    padding: 6px 12px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #1e2831;
    text-align: center;
    /* background-color: #fff; */
    /* border: 1px solid #f0f0f0; */
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    /* border-right: 1px solid #d5d6d7; */
    /* border-top: 1px solid #d5d6d7; */
    /* border-bottom: 1px solid #d5d6d7; */
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    right: 0;   
}



.pageAlert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--first-color-rgb), 0.98);
  z-index: 99;
}

.pageAlert .alertBody {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pageAlert .alertBody .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
}

.pageAlert .alertBody .icon.loaders i {
  animation: 1s linear infinite rotate; 
}

.pageAlert .alertBody .icon i {
  font-size: 130px;
  color: var(--white-color);
}

.pageAlert .alertBody .text {
  text-align: center;
  margin-bottom: 30px;
}

.pageAlert .alertBody .text .title {
  font-size: 30px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 5px;
}

.pageAlert .alertBody .text p {
  font-size: 18px;
  color: #cacad9;
}

.pageAlert .alertBody .action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pageAlert .alertBody .action button {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.alertFull {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  position: relative;
  z-index: 9999999;
}

.alertFull.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.orders-content-box .checkbox{display: flex;}
.orders-content-box .checkbox label{font-size: 13px;}
.orders-content-box .dropListTitle {padding: 10px;font-size: 14px;}
.order-modal-box{
    border:2px dashed rgba(0,0,0,0.2);
    padding:10px;
}

.order-modal-box .amount-ip-box{
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}

.order-modal-box .amount-ip-box .left-title{
    flex: 1;
    font-size: 14px;
    color: gray;
    /*    font-variant-caps: all-small-caps;*/
}

.order-modal-box .amount-ip-box .right-title{font-size: 14px;}


.proxy-checker,section.content-area{
    /* padding:50px 0; */
}

.proxy-checker .title{
    margin-bottom: 40px;
}
.proxy-checker .proxy_status_table_title{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #555;
}
.proxy-checker .title h3{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #555;
}

.proxy-checker .title p{
    color: #888;
    line-height: 1.5;
    font-size: 15px;
}

.proxy-checker .title p>span{color: #CE540A;}

.proxy-checker .form-control{
    transition:.3s
    margin-top: 20px;
}
.proxy-checker .form-control:active,.proxy-checker .form-control:focus{}
.proxy-checker textarea{
    height: 260px;
    line-height: 1.2;
    padding: 10px;
    resize: none;
    font-size: 14px;
}

.proxy-checker .btn-proxy-checker{
    color: #fff;
    background: #4dbd9a;
    box-shadow: 0 0px 15px #4dbd9a66;
    padding: 10px 20px;
    border-radius: 10px;
    transition: .3s;
    font-weight: 600;
}
.proxy-checker .btn-proxy-checker:hover{
    position:relative;
    transform:translateY(-5px);
    box-shadow:0 10px 15px #00000020
}
.proxy-checker .form-group label{
    padding-left:7px;
    margin-bottom:4px;
    color:#555
}
.proxy-checker .note-warning-box {
    background-color: #fcf8e3;
    padding: 2rem 1rem;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #ececec;
}
.proxy-checker .proxy-features-body {
    margin-top: 30px;
}
.proxy-checker .proxy-features-body ul {
    list-style: circle;
    padding-left: 35px;
    margin-top: 15px;
}
.proxy-checker .proxy-features-body ul>li {
    font-size: 14px;
}

.proxy_error_list{
    background: #f5c9c9;
}

.proxychecker-content {
    padding-right: 50px;
    padding-left: 50px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.proxychecker-content .introduction__container {
    background-color: #fff;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 9px 22px 0 rgb(28 48 87 / 10%);
    padding: 40px;
    width: 100%;
    flex-shrink: 0;
    flex-direction: column;
    margin-top: 40px;
}

.proxychecker-content .introduction__container .page__section_title {
    display: block;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.1em;
    color: #14324f;
}

.proxychecker-content .introduction__container .sss__section_title {
    color: white;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 50px;
    line-height: 1.1em;
}

.proxychecker-content .introduction__container p {
    font-weight: 400;
    color: #14324f;
    font-size: 15.4px;
    line-height: 1.6;
}


.proxychecker-content .introduction__container .introduction_image{
   width: 100%;
   height: 100%;
   justify-items: center;
   justify-content: center;
   align-items: center;
   display: flex;
}


.proxychecker-content .introduction__container .introduction_image img{
    width: auto;
    height: 375px;
    display: block;
}

.proxyList-search{
    display: none;
}

.proxySearch{
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: bold;
    /*    border-radius: 10rem;*/
}

.ProductSearch {width: 100%;}
.ProductSearch form {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.search input {
    width: 50%;
    height: 40px;
    background-color: #fff;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    z-index: 999;
}
.article-search-box {
    width: 607px;
    /* border-radius: 0 0 4px 4px; */
    /* background: #fff; */
    /* border: 1px solid #fff; */
    /* border-top-color: #e2e9f1; */
    z-index: 20;
    margin-left: -77px;
    margin-top: -5px; 

} 

.article-search-box ul{
    list-style: none;
}

.ui-menu{
    margin-left:23px;
    width: 580px;
    overflow: hidden;
    padding: 0;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.article-search-box::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.6);
    z-index: -1;
}

.ui-menu-item .searchEndDate{
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex:1;
}

.article-search-box li {
    display: flex;
    flex-direction: inherit;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    color: var(--main-color);
    border-bottom: 1px solid #e2e9f1;
    position: relative;
    z-index: 1;
    background: #fff;
    align-items: center;
}

.article-search-box .avatar{
    margin:10px 0 0 0;
}

.article-search-box li a {
    display: flex;
    flex-direction: column;
    padding: 5px 5px 5px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #232e3c;
    text-decoration: none;
    width: 50%;
}

.article-search-box li .title {
    font-weight: bold;
}
.article-search-box li::last-child {
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
.article-search-box li::last-child {
    border-bottom: none;
    border-radius: 0 0 4px 4px;
}
.article-search-box li:hover{
    background: #f3f6f9;
}

.article-search-box li a .ruubikoautoCopleteTag {
    margin-top:0px;
    font-size: 14px;
    color: rgba(17,17,17,.5);
}

.ui-autocomplete-input input::focus {
    background: #fff;
    box-shadow: 0 0 0 1px #e2e9f1 inset;
}

.avatar {
    width: 2rem;
    position: relative;
    height: 2rem;
    font-size: calc(2.5rem/ 2.8571429);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #656d77;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f0f2f6 no-repeat center/cover;
    border-radius: 4px;
}

.logo_white {
    display: block;
}
.logo_black {
    display: none;
}


@media (max-width: 500px){
    .logo_white {
        display: none;
    }
    .logo_black {
        display: block;
    }

    .header_bottom{
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
        padding-bottom: 0px; 
    }
}


.loginRegister {
    background: var(--first-color);
    display: flex;
    align-items: center;
    justify-content: center;
    /*    position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    width: 100%;
    height: 100vh;
}
.loginRegisterLogo img{
    width: 300px;
}

.loginRegister .intsOne {
    right: 8%;
    top: 6%;
    font-size: 55px;
}

.loginRegister .well {
    padding: 50px;
    max-width: 1200px;
    width: 100%;
}
.loginRegister .wellOpt {
    padding: 50px;  
    width: unset !important;
}

.loginRegister .well .grid {
    display: grid;
    grid-template-columns: 50% auto;
    background: var(--white-color);
    box-shadow: 0 15px 25px #00000025;
    border-radius: 5px;
    position: relative;
}
.loginRegister .well .opt {

    background: var(--white-color);
    box-shadow: 0 15px 25px #00000025;
    border-radius: 5px;
    position: relative;
}

.loginRegister .grid::before {
    content: "\e902";
    position: absolute;
    font-family: "ns";
    left: 50%;
    top: 0;
    transform: translate(-50%, -75%) rotate(-5deg);
    font-size: 200px;
    color: var(--second-color);
    opacity: 0.07;
    z-index: -1;
}

.loginRegister .well .area img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top;
    display: block;
    border-radius: 0 4px 4px 0;
}

.loginRegister .well .area {
    position: relative;
    display: block;
}

.loginRegister .area .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;
    padding: 50px;
}

.loginRegister .well .area form {
    height: 100%;
}

.loginRegister .well .goHome {
    display: block;
    color: var(--white-color);
    font-size: 20px;
    margin-bottom: 15px;
}

.loginRegister .area .content h1 {
    color: var(--color-text-dark);
    font-size: var(--fs40);
    margin-bottom: 10px;
    font-weight: 800;
}

.loginRegister .area .content .sub {
    display: flex;
    width: 100%;
    padding-right: 10px;
    color: var(--color-text-light);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.loginRegister .area .content .sub a {
    font-weight: bold;
    color: var(--first-color);
    margin-left: 10px;
}

.reminderCode {
    position: relative;
}

.reminderCode .reminderCout {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    background: var(--color-text-soft);
    padding: 6px 12px;
    border-radius: 1px;
    color: var(--white-color);
}




.selectList.dark input.item.focusBack {
    background: #fbeeee !important;
    border: 2px solid #f2c9c9 !important;
}

.loginRegister .content .rememForget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.loginRegister .rememForget .rememberMe {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 10px;
    height: 10px;
    background: #000;
}

.loginRegister .rememForget .forget a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: var(--second-color);
}

.btnInOut {
    color: var(--white-color);
    background: var(--first-color);
    width: 100%;
    padding: 20px 25px;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.showOn .overlayDark {
    border-radius: 0 4px 4px 0;
}

.overlayDark {
    background: linear-gradient(35deg, rgb(var(--first-color-rgb)), rgb(var(--first-color-rgb), 0.8), rgb(var(--first-color-rgb), 0.2));
}

.slideItem .overlay, .smmCard .overlay, .overlayDark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(35deg, rgb(var(--first-color-rgb)), rgb(var(--first-color-rgb), 0.6), rgb(var(--first-color-rgb), 0.2));
    z-index: 15;
}
.accountLoginSbt:hover{
    color: #fff;
}
.accountLoginSbt:active,
:focus {
  outline: 0;
}

.aBack::before {
    content: "";
    position: absolute;
    left: -5px;
    bottom: 0;
    background: var(--first-color);
    opacity: 0.1;
    width: 65px;
    max-width: 90%;
    height: 15px;
    z-index: -1;
    transform: rotate(-4deg);
    border-radius: 15px;
    transition: 0.2s;
}
.loginRegister .showOn .text {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    z-index: 19;
}

.loginRegister .showOn .text i {
    font-size: var(--fs45);
    color: var(--white-color);
    display: block;
    margin-bottom: 20px;
}

.loginRegister .showOn .text span {
    color: var(--second-color);
    font-size: var(--fs25);
    display: block;
    margin-bottom: -3px;
}

.loginRegister .showOn .text h2 {
    color: var(--white-color);
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: bold;
}

.loginRegister .showOn .text p {
    color: var(--color-text-soft);
    font-size: 18px;
}

.checkbox, .radio {
    display: flex;
    align-items: center;
}


@media (max-width: 1024px){
    .loginRegister .well {
        max-width: 750px;
    }
    .loginRegister .well .grid {
        grid-template-columns: auto;
    }
    .intsOne {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 40px;
    }
    .loginRegister .well .area.second {
        display: none;
    }
}
@media (max-width: 768px){
    .loginRegister {
        align-items: flex-start;
    }
}
@media (max-width: 500px){
    .loginRegister .well {
        padding: 30px 20px;
    }
    .loginRegister .area .content {
        padding: 50px 30px;
    }
    .loginRegister .intsOne {
        top: 8%;
        font-size: 30px;
    }
}



.home__workload {
    margin-top: 70px;
    text-align: center
}


.card__img-area {
    display: inline-block;
    width: 70px;
    height: 70px;
    padding: 15px;
    border-radius: 30px;
    background-color: #ecfafe;
}
.card__text {
    margin: 20px 0 0;
    font-size: 15px;
    color: #727b91;
    line-height: 1.7;
}

.home__workload .card {
    padding: 32px 16px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 40px rgba(0,0,0,.05);
}
.home__workload .card__title {
    margin: 24px 0 0;
    font-size: 18px;
    color: #434f6d;
    font-weight: 500;
}


@media (min-width: 992px) {
    .home__workload {
        margin-top:100px;
    }
}

.home__workload__heading {
    width: 100%;
    margin: 0;
    font-size: 60px;
    font-weight: bold;
    color: var(--color-text-dark);
    font-family: 'Quicksand', sans-serif;
}

.home__workload__text {
    width: 100%;
    max-width: 800px;
    margin: 20px auto 0;
    color: #727b91;
    line-height: 1.5;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
}

.home__workload__card-area {
    margin: 30px 0 50px
}

@media (min-width: 576px) {
    .home__workload__card-area {
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 90px
    }
}

@media (min-width: 992px) {
    .home__workload__card-area {
        flex-direction:row;
        align-items: stretch;
        justify-content: space-between;
        margin: 90px 0 130px
    }
}

.home__workload__card-area>* {
    flex: 0 0 100%;
    -ms-flex-preferred-size: calc(100% - 64px)
}

@media (min-width: 576px) {
    .home__workload__card-area>* {
        flex:0 0 48%;
        -ms-flex-preferred-size: calc(48% - 64px)
    }
}

@media (min-width: 992px) {
    .home__workload__card-area>* {
        flex:0 0 31%;
        -ms-flex-preferred-size: calc(31% - 64px)
    }
}

.home__workload__card-area>:not(:last-child) {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .home__workload__card-area>:not(:last-child) {
        margin-bottom:40px;
        margin-bottom: 0
    }
}

.home__workload__card-area>:last-child {
    margin: 0 auto
}

@media (min-width: 992px) {
    .home__workload__card-area>:last-child {
        margin:0
    }
}


.eftspan{
    position: relative; 
}
.eftspan a{
    color: var(--color-text-dark);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 22px;
} 
.eftspan input{
    pointer-events: none;
    appearance: none;
} 


/* -------------------------- TopBar -------------------------- */

.notifications .area {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 54px;
    background: #ff9800;
    display: flex;
}
.notifications .area .container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.notifications .container .go {
    padding: 5px 15px;
    color: #fff;
    border: 2px dashed #fff;
    border-radius: 30px;
    font-weight: 600;
    transition: .2s;
}

.notifications .container .go:hover {
    border-style: solid;
    background: #ffffff15;
}

.notifications .container .text {
    font-size: 17px;
    font-weight: 500;
}

@media (max-width:1024px) {
    .notifications .area .container {
        flex-direction: column;
        gap: 10px;
    }
}

[edit-invoice-content]{
    display: none;
}
[if-type-corporate] {
    display: none;
}

.AccountPanel .whatsAppChannel{
    max-width: 100%;
    background: #343f52;
    border-radius: 5px;
    margin-top: 20px;
    padding: 15px !important;
}
.AccountPanel .catSelextFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.AccountPanel .catSelextFlex .text{
    font-size: 22px;
    font-weight: 700;
    color:#fff;
}

.AccountPanel .catSelextFlex .whatsappBtn a{
    background: #fff;
    color: #343f52;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    font-weight: 700;

}

.AccountPanel .catSelextFlex .whatsappBtn a::before {
    display: none
}

.AccountPanel .catSelextFlex .whatsappBtn a::after {
    display: none
}

@media (max-width:768px){

    .AccountPanel .whatsAppChannel{
        border-radius: 5px;
    }

    .AccountPanel .catSelextFlex{
        display: contents !important;
        text-align: center; 
    }

    .AccountPanel .catSelextFlex .text{
        font-size: 13px;
        font-weight: 300;
        color:#fff;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .AccountPanel .catSelextFlex img{
        height: 25px !important;
    }

    .AccountPanel .catSelextFlex .whatsappBtn a::before{
        display: none;  
    }

    .AccountPanel .catSelextFlex .whatsappBtn a::after{
        display: none;  
    }


    .AccountPanel .catSelextFlex .whatsappBtn a{

        padding: 5px 15px 5px 15px;
        border-radius: 50px;
        font-weight: 400;

    }
}






















.whatsAppChannel{
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    background: #24d366;
    border-radius: 50px;
}

.catSelextFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catSelextFlex .text{
    font-size: 22px;
    font-weight: 700;
    color:#fff;
}

.catSelextFlex .whatsappBtn a{
    background: #fff;
    color: #24d366;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    font-weight: 700;

}

.catSelextFlex .whatsappBtn a::before {
    content: "";
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    border: 2px solid rgba(var(--txtall),.2);
    border-radius: 50px;
    z-index: -1;
    transition: .4s cubic-bezier(0,0,.34,.81);
}

.catSelextFlex .whatsappBtn a::after {
    content: "\f061";
    font-family: FontAwesome;
    color: rgba(var(--txtall));
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s cubic-bezier(0,0,.34,.81);
}

@media (max-width:768px){

    .whatsAppChannel{
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 20px;
    }

    .catSelextFlex{
        display: contents !important;
        text-align: center; 
    }

    .catSelextFlex .text{
        font-size: 17px;
        font-weight: 700;
        color:#fff;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .catSelextFlex .whatsappBtn a::before{
        display: none;  
    }

    .catSelextFlex .whatsappBtn a::after{
        display: none;  
    }




}



.NewDuyuru .modal-confirm {        
    color: #434e65;
    width: 525px;
}
.NewDuyuru .modal {        
    background: #0a0a0ac9;
}
.NewDuyuru .modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}
.NewDuyuru  .modal-confirm .modal-header {
    background: #343f52;
    border-bottom: none;   
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 30px;
}
.NewDuyuru  .modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}
.NewDuyuru  .modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px; 
}
.NewDuyuru  .modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}
.NewDuyuru  .modal-confirm .close:hover {
    opacity: 0.8;
}
.NewDuyuru  .modal-confirm .icon-box {
    color: #fff;        
    width: 100%;
    font-size: 25px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
}
.NewDuyuru  .modal-confirm .icon-box svg {
    font-size: 64px;
    margin: -4px 0 0 -4px;
}
.NewDuyuru  .modal-confirm.modal-dialog {
    margin-top: 80px;
    max-width: 650px !important;
    width: 100%;
}
.NewDuyuru  .modal-confirm .btn, .modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #eeb711 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
}
.NewDuyuru  .modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #eda645 !important;
    outline: none;
}
.NewDuyuru  .modal-confirm .btn span {
    margin: 1px 3px 0;
    float: left;
}
.NewDuyuru  .modal-confirm .btn svg {
    margin-left: 1px;
    font-size: 20px;
    float: right;
}
.NewDuyuru .trigger-btn {
    display: inline-block;
    margin: 100px auto;
}


@media (max-width:768px){

    .NewDuyuru .modal-confirm .modal-header{
        padding: 15px;
    }
    .NewDuyuru .modal-confirm .icon-box{
        font-size: 22px;
    }

    .new_payment_notif{

        display: flow !important;
        text-align: center !important;
        padding: 5px !important;
    }
    
    .new_payment_notif .text{
        text-align: center !important;
        font-size: 14px !important;
    }


}

.new_payment_notif{
    background: #fff;
    border-radius: 2px;
    padding: 22px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 10px 30px 0 rgb(24 28 33 / 2%);
}

.new_payment_notif .text{
    font-size: 22px;
    width: 100%;
    text-align: right;
    font-weight: 200;
}
.new_payment_notif .logo{
    margin:0px 30px 0px 0px
}

.new_payment_notif .logo img{
    width: 100px;
}



.section_new {
    position: relative;
}

.container_new.both_padding {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    position: relative;
}

.container_new {
    width: 100%;
    max-width: 1272px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
.table-pricing_wrapper{

    width: 100%;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.table-pricing_top {
    z-index: 2;
    width: 640px;
    max-width: 100%;
    grid-column-gap: var(--16px);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 35px;
}
.h2_new {
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 500;
}

.body_new.no_padding {
    margin-bottom: 0;
    color: #0000006b;
}

.blur_box {
    z-index: 1;
    width: 100%;
    height: 1.5rem;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    
    margin-top: -2.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%
}

.table_pricing_wrap {
    width: 100%;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
    position: relative
}

.table_pricing_list {
    width: 100%;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex
}

.table_pricing_item {
    width: 100%;
    border: 1px solid var(--white);
    background-color: var(--white);
    color: var(--gray-2);
    border-radius: 1rem;
    align-items: center;
    padding: 1rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    position: relative;
    margin-bottom: 5px
}
.table_pricing_item:hover,
.table_pricing_item:hover .table_pricing-opacity_button {
    background-color: rgb(237, 249, 247);
    border-color: #59667e;
    transform: translate3d(-1px, -1px, 0px);
    transform-style: preserve-3d;
}

.table_pricing_item:hover .table_pricing-opacity_button,
.table_pricing-opacity_button.hovered {
    background-color: #343f52;
    color: rgb(255, 255, 255);
}


.table_pricing_cell {
    width: 100%;
    display: flex
}

.table_pricing_cell.is-centered {
    justify-content: center
}

.table_pricing_cell.is-fixed {
    width: 9.38rem;
    flex: none;
    justify-content: flex-end
}

.table_pricing_cell.is-fixed.is-0-opasity {
    opacity: 0
}

.table_pricing_txt {
    line-height: 120%
}

.table_pricing_txt.is_medium {
    color: var(--primary-3);
    font-weight: 500
}

.table_pricing_txt.is_price {
    background-color: var(--white);
    color: var(--primary-3);
    border-radius: .5rem;
    padding: .38rem 1rem;
    font-weight: 500;
    display: flex
}

.table_pricing_txt.is_price svg{

}

.medium_black {
    color: var(--primary-3);
    font-weight: 500
}

.table_pricing_icon {
    width: 1.5rem;
    height: 1.5rem
}

.table_pricing-filled_button {
    height: 2.38rem;
    grid-column-gap: .5rem;
    background-color: var(--primary-1);
    color: var(--white);
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .63rem 1rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    box-shadow: 0 6px 12px -4px rgba(27,179,148,.6)
}

.table_pricing-filled_button:hover {
    background-color: var(--hover_color);
    box-shadow: 0 8px 12px -4px #1bb394
}

.table_pricing-button_icon {
    justify-content: center;
    align-items: center;
    display: flex
}

.table_pricing-button_icon.with_padding {
    width: 2rem;
    height: 2rem;
    margin-top: .3rem
}

.table_pricing_line {
    width: 100%;
    height: .06rem;
    background-color: rgba(233,238,241,.7)
}

.table_pricing-opacity_button {
    height: 2.38rem;
    grid-column-gap: .5rem;
    color: var(--white);
    background-color: #59667e;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .63rem 1rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex
}

.table_pricing_title_wrap {
    z-index: 1;
    width: 100%;
    border: 1px solid var(--white);
    background-color: var(--gray-4);
    border-radius: 1rem;
    align-items: center;
    padding: .5rem 1.6rem;
    font-size: 15px;
    line-height: 100%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 1.5rem
}

.table_pricing_title {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px
}

.table_pricing_title.is_medium {
    color: var(--primary-3);
    font-weight: 500
}

.table_pricing_title.is_price {
    background-color: var(--white);
    color: var(--primary-3);
    border-radius: .5rem;
    padding: .38rem 1rem;
    font-weight: 500
}

.table_pricing_item-featured {
    width: 100%;
    border: 1px solid var(--white);
    background-color: var(--white);
    color: var(--gray-2);
    border-radius: 1rem;
    align-items: center;
    padding: 1.6rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    position: relative
}

.table-cms_wrap {
    width: 100%
}

.table-cms_list {
    width: 100%;
    flex-direction: column;
    display: flex;
}


.table_pricing-cms_line {
    width: 100%;
    height: .06rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%
}







.pricing-card_button-featured {
    height: 2.38rem;
    grid-column-gap: .5rem;
    background-color: var(--primary-1);
    color: var(--white);
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .63rem 1rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    box-shadow: 0 6px 12px -4px rgba(27,179,148,.6)
}

.pricing-card_button-featured:hover {
    background-color: var(--hover_color);
    box-shadow: 0 8px 12px -4px #1bb394
}


@media screen and (max-width: 767px){
    .table_pricing_wrap {
        display: none;
    }

    .pricing-table_mob-wrap {
        width: 100%;
        display: block !important;
    }
}

@media screen and (max-width: 991px){
    .pricing-table_mob-wrap {
        display: none;
    }
}

.pricing-table_mob-wrap {
    display: none;
}

@media screen and (max-width: 991px){
    .pricing-table_mob-list {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
    }
}


.pricing-table_mob-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}




@media screen and (max-width: 767px){
    .pricing-table_mob-list {
        width: 100%;
        grid-template-columns: 1fr;
    }
}


@media screen and (max-width: 767px){
    .pricing-table_mob-item {
        width: 100%;
    }
}

@media screen and (max-width: 479px){
    .table-pricing-table_card-item {
        grid-row-gap: 1rem;
        border-color: #cbd8e0;
    }
}
@media screen and (max-width: 991px){
    .table-pricing-table_card-item {
        grid-row-gap: 1rem;
        padding: 1rem;
    }
}

.table-pricing-table_card-item {
    width: 100%;
    grid-row-gap: 1.25rem;
    border: 1px solid #e9eef1;
    background-color: var(--white);
    border-radius: 0.94rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 1.1rem;
    display: flex;
    box-shadow: 0 7px 11px -2px rgba(4,30,57,.08);
}


.pricing-card_top {
    grid-row-gap: 0.6rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

@media screen and (max-width: 479px){
    .pricing-card_top {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
}
@media screen and (max-width: 991px){
    .pricing-card_top {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
}
@media screen and (max-width: 767px){
    .pricing-card-top-title_holder {
        grid-column-gap: 0.3rem;
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

.pricing-card-top_label {
    background-color: var(--gray-3);
    color: var(--primary-3);
    border-radius: 0.5rem;
    padding: 0.25rem 0.75rem;
    font-size: .88rem;
    font-weight: 400;
    display: flex;
}
.princign-proxies-title{
    width: 100%;border: 1px solid var(--white);background-color: #343f52;color: var(--white);border-radius: 5px;padding: 1rem;font-size: 16px;font-weight: 600;line-height: 100%;display: flex;position: relative;margin-bottom: 5px;text-transform: uppercase;align-content: center;display: flex;justify-content: flex-start;align-items: center;
}
.btn-extension{
    padding: 3px 10px;
    background: #575a74;
    font-size: 14px;
    border-radius: 30px;
    color:white;
}

.btn-extension:hover{
    background: #474a63;
    color:white;
}
.hizliProxyPaymentOffCanvas{

}
.hizliProxyPaymentOffCanvas [type="checkbox"], [type="radio"] {
    width: 15px;
    min-width: 15px;
    height: 15px;
}

.hizliProxyPaymentOffCanvas .checkbox label, .radio label{
    font-size: 12px;
}





.hizliProxyPaymentOffCanvas .offcanvas-body{
    margin-bottom: 130px;
}
.hizliProxyPaymentOffCanvas .offcanvas{
    z-index:1130 !important;
}

.hizliProxyPaymentOffCanvas .offcanvas-end{
    width: 500px !important;
}

.hizliProxyPaymentOffCanvas .paymentCcownerError{
    display: none;
}
.hizliProxyPaymentOffCanvas .paymentCcownerError span{
    font-size: 12px;
    padding-left: 5px;
    display: inline-block;
    letter-spacing: -.24px;
    color: #fb6f6f;
}
.hizliProxyPaymentOffCanvas .paymentCcownerError svg{
    width: 13px;
    height: 13px;
    color: #fb6f6f;
}


.hizliProxyPaymentOffCanvas .offcanvas-header{
    padding: 26px 32px;
    background: url(https://hizliproxy.com.tr/assets/img/bg_dialog_header.png) 0px 0px / cover no-repeat;
    object-fit: cover;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    color: #343f52;
}



.hizliProxyPaymentOffCanvas .bobdyHeader .title{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    display: block;
}


.hizliProxyPaymentOffCanvas .bobdyHeader .desc{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3f3f46;
    display: block;
    margin-top: 4px;
}




.hizliProxyPaymentOffCanvas .offcanvasBtn{
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   border-top: solid 1px rgb(0 0 0 / 5%);
   padding: 32px;
}


.hizliProxyPaymentOffCanvas .offcanvasBtn button{
    height: 48px;
    background: #7023DB; 
    color: #fff;
    display: flex;
    height: 48px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    transition: all .2s linear;
    width: 100%;

}

.hizliProxyPaymentOffCanvas .offcanvasBtn button:disabled{
    height: 48px;
    background: #a1a1aa;
    cursor: not-allowed;
    color: #fff;
    display: flex;
    height: 48px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    transition: all .2s linear;
    width: 100%;

}

.hizliProxyPaymentOffCanvas .paymentSSL{
    align-items: flex-start;
    display: flex;
    gap: 8px;
    text-align: start;
    -webkit-box-pack: start;
    justify-content: start;

}


.hizliProxyPaymentOffCanvas .paymentSSL svg{
    width: 22;
    height: 22;
    fill: #29a331;
}

.hizliProxyPaymentOffCanvas .paymentSSL .e9xops0{
    display: flex;
    flex-direction: column;
}

.hizliProxyPaymentOffCanvas .paymentSSL .e9xops0 h3{
    font-size: 0.700rem;
    font-weight: 700;
    line-height: 1.3125rem;
}







.payment-error-box {
    display: none;
    
    color: white;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    margin-top: 10px;
}


.error-background {
    background: #F44336;
}



.warning-background {
    background: #ffc107;
}

.btn_amount_text{
    display: contents;
}









