@charset "utf-8";@keyframes autofill {
    to {
        background: 0 0;
        color: inherit
    }
}

@-webkit-keyframes autofill {
    to {
        background: 0 0;
        color: inherit
    }
}

@keyframes jssorl-009-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes blink {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes blink {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 50px 50px
    }
}

@-webkit-keyframes sk-bouncedelay {
    0%,80%,to {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,80%,to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

:root,[data-bs-theme=light] {
    --bs-success: #8BC34A;
    --bs-body-color: var(--text-color);
    --bs-success-rgb: 139, 195, 74;
    --bs-theme-light: #F0F6FF;
    --bs-theme-light-rgb: 240, 246, 255;
    --bs-theme-light-100: #CFDDF4;
    --bs-theme-light-100-rgb: 207, 221, 244;
    --bs-theme-light-200: #b1c0d7;
    --bs-theme-light-200-rgb: 177, 192, 215;
    --bs-dark-grey: #7784a8;
    --bs-dark-grey-rgb: 119, 132, 168;
    --bs-box-shadow: 0 0.5rem 1rem rgba(var(--theme-secondary-rgb), 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--theme-secondary-rgb), 0.075);
    --bs-box-shadow-md: 0 0.25rem 0.65rem rgba(var(--theme-secondary-rgb), 0.125);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--theme-secondary-rgb), 0.175);
    --bs-border-color: rgba(var(--bs-theme-light-100-rgb), 0.65);
    --bs-link-primary: var(--theme-primary);
    --bs-link-secondary: var(--theme-secondary);
    --bg-gradient-primary: linear-gradient(45deg, var(--theme-gradient-start) 0%, var(--theme-gradient-end) 105%);
    --bg-gradient-primary-rgba: linear-gradient(45deg, rgba(var(--theme-gradient-start-rgb), 0.75) 0%, rgba(var(--theme-gradient-end-rgb), 0.75) 105%);
    --bg-gradient-primary-reverse: linear-gradient(450deg, var(--theme-gradient-end) 0%, var(--theme-gradient-start) 105%);
    --bg-gradient-primary-reverse-rgba: linear-gradient(45deg, rgba(var(--theme-gradient-end-rgb), 0.75) 0%, rgba(var(--theme-gradient-start-rgb), 0.75) 105%);
    --bg-gradient-colors-all: linear-gradient(96.49deg, var(--theme-secondary) 0%, var(--theme-primary) 55%, var(--theme-third) 105%);
    --bg-gradient-colors-all-rgba: linear-gradient(96.49deg, rgba(var(--theme-secondary-rgb),0.75) 0%, rgba(var(--theme-primary-rgb),0.75) 55%, rgba(var(--theme-third-rgb),0.75) 105%);
    --transition-default: all .3s ease-in-out;
    --btn-floating-bottom: 35px
}

#wisecp_brand {
    margin: 0!important;
    width: auto!important;
    text-shadow: none!important
}

#newsletter_gdpr a,.faturabilgisi .red-info h5,ul.megamenu .menu-featured.featured-column .menu-box h5 {
    color: #fff
}

.blue-info i {
    font-size: 135px;
    margin: 0
}

.blue-info i,.green-info i,.red-info i {
    color: rgb(0 0 0/16%);
    position: absolute;
    z-index: 5;
    left: -15px;
    top: -20px
}

.blue-info a,.green-info a {
    color: #fff;
    font-weight: 700
}

.blue-info p,.green-info p,.red-info p {
    margin: 0;
    z-index: 7;
    position: relative;
    color: #fff
}

.blue-info h5,.green-info h5,.red-info h5 {
    margin: 0;
    z-index: 7;
    position: relative
}

.blue-info .padding15,.blue-info .padding20,.green-info .padding15,.green-info .padding20,.red-info .padding15,.red-info .padding20 {
    padding: 20px 15px 20px 25px
}

.modal {
    --bs-modal-zindex: 2002
}

.modal-backdrop {
    --bs-backdrop-zindex: 2001
}

.tooltip {
    --bs-tooltip-zindex: 2003
}

.modal-foot-btn {
    float: left;
    width: 100%;
    background: var(--bs-theme-light);
    padding: 19px;
    text-align: center
}

.modal-foot-btn .lbtn {
    padding: 8px 25px
}

.modal-foot-btn .red {
    background: #f44336;
    color: #fff
}

.modal-foot-btn .red:hover {
    background: #d73c30;
    color: #fff
}

.modal-foot-btn .blue {
    background: #00bcd4;
    color: #fff
}

.modal-foot-btn .blue:hover {
    background: #08a4b8;
    color: #fff
}

.socialconnect .fa-spinner {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 21px;
    line-height: 0
}

.orderuserlogin .socialconnect {
    float: none;
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0
}

.orderuserlogin .radio-custom-label {
    border-color: var(--bs-theme-light)
}

.orderuserlogin .radio-custom-label:hover,.orderuserlogin .radio-custom:checked+.radio-custom-label {
    background: var(--bs-theme-light)
}

.orderuserlogin .row .radio-custom-label {
    width: auto;
    background: 0 0;
    border: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400
}

.orderuserlogin .row .radio-custom-label:hover {
    background: 0 0
}

.orderuserlogin .row .radio-custom:checked+.radio-custom-label {
    background: 0 0
}

.setup-fee-period-block h3 {
    margin-top: -20px
}

.setup-fee-period {
    background: var(--bs-theme-light-100);
    border-radius: 3px;
    padding: 2px 6px;
    font-weight: 600;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block
}

.whoisprotected {
    background: #00bcd4
}

.cart-additional-details {
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 14px
}

.cart-additional-details a {
    margin-right: 10px;
    opacity: .7;
    font-size: 13px
}

.cart-additional-details a:hover,.site-menu>li:hover>a:after,.site-menu>li>a:hover:after {
    opacity: 1
}

.cart-additional-details a i {
    margin-left: 5px
}

.DomainModuleChildPage {
    margin-top: 15px
}

.tabcontentcon .addDnsRecord_table td {
    padding: 20px 10px
}

#clean-theme-client .faturabilgisi .red-info h5 {
    color: #3b6b91
}

#payment-screen-content {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 0 30px
}

body,html {
    scroll-behavior: auto!important
}

body {
    font-family: var(--body-font-family,"Arial,Helvetica,sans-serif");
    font-size: var(--body-font-size,0.94rem);
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: var(--body-font-weight,400);
    color: var(--text-color);
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: var(--theme-secondary)
}

.h1,h1 {
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    font-size: var(--h1-font-size)
}

.h2,h2 {
    font-family: var(--h2-font-family);
    font-weight: var(--h2-font-weight);
    font-size: var(--h2-font-size)
}

.h3,h3 {
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-size: var(--h3-font-size)
}

.h4,h4 {
    font-family: var(--h4-font-family);
    font-weight: var(--h4-font-weight);
    font-size: var(--h4-font-size)
}

.h5,h5 {
    font-family: var(--h5-font-family,"Arial,Helvetica,sans-serif");
    font-weight: var(--h5-font-weight);
    font-size: var(--h5-font-size)
}

.h6,h6 {
    font-family: var(--h6-font-family,"Arial,Helvetica,sans-serif");
    font-weight: var(--h6-font-weight);
    font-size: var(--h6-font-size)
}

.link-underline {
    text-decoration: underline
}

#site-preloader.loader {
    --fon-preloader-bg: var(--theme-primary);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fon-preloader-bg);
    z-index: 9999999;
    color: #f3f5f8
}

#site-preloader.site-logo img {
    max-width: 150px;
    height: auto;
    filter: brightness(0) invert(1)
}

.hover-image-scale img:hover,img.hover-image-scale:hover {
    transform: scale(1.2)
}

.shadow-md {
    box-shadow: var(--bs-box-shadow-md)!important
}

.shadow-hover:hover {
    box-shadow: var(--bs-box-shadow)!important
}

.shadow-sm-hover:hover {
    box-shadow: var(--bs-box-shadow-sm)!important
}

.shadow-md-hover:hover {
    box-shadow: var(--bs-box-shadow-md)!important
}

.shadow-lg-hover:hover {
    box-shadow: var(--bs-box-shadow-lg)!important
}

.shadow-hover-none:hover {
    box-shadow: none!important
}

.primary-link {
    --link-color: var(--bs-link-primary);
    --link-hover-color: var(--bs-link-secondary);
    color: var(--link-color)
}

.primary-link:hover {
    color: var(--link-hover-color)
}

.primary-link-hover:hover {
    color: var(--bs-link-primary)
}

.secondary-link {
    --link-color: var(--bs-link-secondary);
    --link-hover-color: var(--bs-link-primary);
    color: var(--link-color)
}

.secondary-link:hover {
    color: var(--link-hover-color)
}

.secondary-link-hover:hover {
    color: var(--bs-link-secondary)
}

.link-theme-primary {
    color: RGBA(var(--theme-primary-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--theme-primary-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--theme-primary-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-theme-primary:focus,.link-theme-primary:hover {
    color: RGBA(var(--theme-primary-rgb),var(--bs-link-opacity,.75))!important;
    -webkit-text-decoration-color: RGBA(var(--theme-primary-rgb),var(--bs-link-underline-opacity,.75))!important;
    text-decoration-color: RGBA(var(--theme-primary-rgb),var(--bs-link-underline-opacity,.75))!important
}

.link-theme-secondary {
    color: RGBA(var(-theme-secondary-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(-theme-secondary-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(-theme-secondary-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-theme-secondary:focus,.link-theme-secondary:hover {
    color: RGBA(var(-theme-secondary-rgb),var(--bs-link-opacity,.75))!important;
    -webkit-text-decoration-color: RGBA(var(-theme-secondary-rgb),var(--bs-link-underline-opacity,.75))!important;
    text-decoration-color: RGBA(var(-theme-secondary-rgb),var(--bs-link-underline-opacity,.75))!important
}

.link-theme-third {
    color: RGBA(var(--theme-third-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--theme-third-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--theme-third-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-theme-third:focus,.link-theme-third:hover {
    color: RGBA(var(--theme-third-rgb),var(--bs-link-opacity,.75))!important;
    -webkit-text-decoration-color: RGBA(var(--theme-third-rgb),var(--bs-link-underline-opacity,.75))!important;
    text-decoration-color: RGBA(var(--theme-third-rgb),var(--bs-link-underline-opacity,.75))!important
}

.link-theme-fourth {
    color: RGBA(var(--theme-fourth-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--theme-fourth-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--theme-fourth-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-theme-fourth:focus,.link-theme-fourth:hover {
    color: RGBA(var(--theme-fourth-rgb),var(--bs-link-opacity,.75))!important;
    -webkit-text-decoration-color: RGBA(var(--theme-fourth-rgb),var(--bs-link-underline-opacity,.75))!important;
    text-decoration-color: RGBA(var(--theme-fourth-rgb),var(--bs-link-underline-opacity,.75))!important
}

.bg-theme-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--theme-primary-rgb),var(--bs-bg-opacity, 1))!important
}

.bg-theme-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--theme-secondary-rgb),var(--bs-bg-opacity, 1))!important
}

.bg-theme-third {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--theme-third-rgb),var(--bs-bg-opacity, 1))!important
}

.bg-theme-fourth {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--theme-fourth-rgb),var(--bs-bg-opacity, 1))!important
}

.bg-theme-text {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--text-color-rgb),var(--bs-bg-opacity, 1))!important
}

.bg-theme-gradient {
    background-image: var(--bg-gradient-primary)!important
}

.bg-theme-gradient-reverse {
    background-image: var(--bg-gradient-primary-reverse)!important
}

.bg-theme-gradient-rgba {
    background-image: var(--bg-gradient-primary-rgba)!important
}

.bg-theme-gradient-reverse-rgba {
    background-image: var(--bg-gradient-primary-reverse-rgba)!important
}

.bg-transparent-gradient-black {
    background: #232323;
    background: linear-gradient(0deg,#232323 0,rgba(35,35,35,0) 89%)
}

.bg-transparent-gradient-white-black {
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,.18) 18%,rgba(0,0,0,.95) 100%)
}

.bg-light-gradient {
    background: linear-gradient(to bottom,var(--bs-light) 0%,transparent 100%)
}

.bg-cover {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    overflow: hidden;
    position: relative;
    background-position: center center!important
}

.bg-theme-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-theme-light-rgb),var(--bs-text-opacity, 1))!important
}

.bg-theme-light-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-theme-light-100-rgb),var(--bs-text-opacity, 1))!important
}

.bg-theme-light-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-theme-light-200-rgb),var(--bs-text-opacity, 1))!important
}

.text-grey {
    --bs-text-opacity: 0.3;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity, 1))!important
}

.text-dark-grey {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-grey-rgb),var(--bs-text-opacity, 1))!important
}

.text-opacity-10 {
    --bs-text-opacity: 0.10
}

.text-theme {
    --bs-text-opacity: 1;
    color: rgba(var(--text-color-rgb),var(--bs-text-opacity, 1))!important
}

.text-theme-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-theme-light-rgb),var(--bs-text-opacity, 1))!important
}

.text-theme-light-100 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-theme-light-100-rgb),var(--bs-text-opacity, 1))!important
}

.text-theme-light-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-theme-light-200-rgb),var(--bs-text-opacity, 1))!important
}

.text-bg-theme {
    color: #fff!important;
    background-color: rgba(var(--text-color-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-grey {
    color: #fff!important;
    background-color: rgba(var(--bs-dark-grey-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-gradient,.text-bg-gradient-reverse {
    background-image: var(--bg-gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%,1px;
    background-position: 0
}

.text-bg-gradient-reverse {
    background-image: var(--bg-gradient-primary-reverse)
}

.text-theme-primary {
    color: rgba(var(--theme-primary-rgb),var(--bs-text-opacity, 1))!important
}

.text-bg-theme-primary {
    color: #fff!important;
    background-color: rgba(var(--theme-primary-rgb),var(--bs-bg-opacity, 1))!important
}

.text-theme-secondary {
    color: rgba(var(--theme-secondary-rgb),var(--bs-text-opacity, 1))!important
}

.text-bg-theme-primary-hover:hover,.text-bg-theme-secondary {
    color: #fff!important;
    background-color: rgba(var(--theme-secondary-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-theme-secondary-hover:hover {
    color: #fff!important;
    background-color: rgba(var(--theme-primary-rgb),var(--bs-bg-opacity, 1))!important
}

.text-theme-third {
    color: rgba(var(--theme-third-rgb),var(--bs-text-opacity, 1))!important
}

.text-bg-theme-third {
    color: #fff!important;
    background-color: rgba(var(--theme-third-rgb),var(--bs-bg-opacity, 1))!important
}

.text-theme-fourth {
    color: rgba(var(--theme-fourth-rgb),var(--bs-text-opacity, 1))!important
}

.text-bg-theme-fourth {
    color: #fff!important;
    background-color: rgba(var(--theme-fourth-rgb),var(--bs-bg-opacity, 1))!important
}

.border-theme-primary {
    border-color: rgba(var(--theme-primary-rgb),var(--bs-border-opacity, 1))!important
}

.border-theme-secondary {
    border-color: rgba(var(--theme-secondary-rgb),var(--bs-border-opacity, 1))!important
}

.border-theme-third {
    border-color: rgba(var(--theme-third-rgb),var(--bs-border-opacity, 1))!important
}

.border-theme-fourth {
    border-color: rgba(var(--theme-fourth-rgb),var(--bs-border-opacity, 1))!important
}

.border-theme-text {
    border-color: rgba(var(--text-color-rgb),var(--bs-border-opacity, 1))!important
}

.border-theme-light {
    border-color: rgba(var(--bs-theme-light-rgb),var(--bs-border-opacity, 1))!important
}

.border-theme-light-100 {
    border-color: rgba(var(--bs-theme-light-100-rgb),var(--bs-border-opacity, 1))!important
}

.border-theme-light-200 {
    border-color: rgba(var(--bs-theme-light-200-rgb),var(--bs-border-opacity, 1))!important
}

.btn.btn-rounded {
    border-radius: 10rem
}

.btn.btn-square {
    border-radius: 0
}

.btn {
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.btn-group-xl>.btn,.btn-xl {
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-font-size: 1.5rem
}

.btn-group-xs>.btn,.btn-xs {
    --bs-btn-padding-y: 0.1875rem;
    --bs-btn-padding-x: 0.375rem;
    --bs-btn-font-size: 0.75rem
}

.btn-default,.btn-outline-default {
    --bs-btn-border-color: var(--theme-primary);
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-default {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--theme-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: hsl(var(--theme-primary-hsl),30%);
    --bs-btn-hover-border-color: hsl(var(--theme-primary-hsl),30%);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: hsl(var(--theme-primary-hsl),30%);
    --bs-btn-active-border-color: hsl(var(--theme-primary-hsl),30%);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(var(--theme-primary-rgb), 0.5);
    --bs-btn-disabled-border-color: rgba(var(--theme-primary-rgb), 0.1);
    --bs-btn-font-weight: 600
}

.btn-outline-default {
    --bs-btn-color: var(--theme-primary);
    --bs-btn-hover-color: var(--theme-secondary);
    --bs-btn-hover-bg: var(--bs-btn-bg);
    --bs-btn-hover-border-color: var(--theme-secondary);
    --bs-btn-active-color: var(--theme-secondary);
    --bs-btn-active-bg: var(--bs-btn-bg);
    --bs-btn-active-border-color: var(--theme-secondary);
    --bs-gradient: none;
    --bs-btn-disabled-color: rgba(var(--theme-primary-rgb), 0.5);
    --bs-btn-disabled-bg: var(--bs-btn-bg);
    --bs-btn-disabled-border-color: rgba(var(--theme-primary-rgb), 0.5)
}

.btn-secondary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--theme-secondary);
    --bs-btn-border-color: var(--theme-secondary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--theme-primary);
    --bs-btn-hover-border-color: var(--theme-primary);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--theme-primary);
    --bs-btn-active-border-color: var(--theme-primary);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(var(--theme-secondary-rgb), 0.5);
    --bs-btn-disabled-border-color: rgba(var(--theme-secondary-rgb), 0.1)
}

.btn-grey,.btn-outline-grey,.btn-outline-secondary,.btn-secondary {
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-outline-secondary {
    --bs-btn-color: var(--theme-secondary);
    --bs-btn-border-color: var(--theme-secondary);
    --bs-btn-hover-color: var(--theme-primary);
    --bs-btn-hover-bg: var(--bs-btn-bg);
    --bs-btn-hover-border-color: var(--theme-primary);
    --bs-btn-active-color: var(--theme-primary);
    --bs-btn-active-bg: var(--bs-btn-bg);
    --bs-btn-active-border-color: var(--theme-primary);
    --bs-gradient: none;
    --bs-btn-disabled-color: rgba(var(--theme-secondary-rgb), 0.5);
    --bs-btn-disabled-bg: var(--bs-btn-bg);
    --bs-btn-disabled-border-color: rgba(var(--theme-secondary-rgb), 0.5)
}

.btn-grey,.btn-outline-grey {
    --bs-btn-border-color: var(--bs-dark-grey);
    --bs-btn-disabled-border-color: rgba(var(--bs-dark-grey-rgb), 0.5)
}

.btn-grey {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-dark-grey);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-light-text-emphasis);
    --bs-btn-hover-border-color: var(--bs-light-text-emphasis);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-light-text-emphasis);
    --bs-btn-active-border-color: var(--bs-light-text-emphasis);
    --bs-btn-disabled-bg: rgba(var(--bs-dark-grey-rgb), 0.5)
}

.btn-outline-grey {
    --bs-btn-color: var(--bs-dark-grey);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-dark-grey);
    --bs-btn-hover-border-color: var(--bs-dark-grey);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-dark-grey);
    --bs-btn-active-border-color: var(--bs-dark-grey);
    --bs-btn-disabled-bg: rgba(var(--bs-dark-grey-rgb), 0.125);
    --bs-gradient: none
}

.btn-theme-text {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--text-color);
    --bs-btn-border-color: var(--text-color);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-body-color);
    --bs-btn-hover-border-color: var(--bs-body-color);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-body-color);
    --bs-btn-active-border-color: var(--bs-body-color);
    --bs-btn-disabled-bg: rgba(var(--text-color-rgb), 0.5);
    --bs-btn-disabled-border-color: rgba(var(--text-color-rgb), 0.5)
}

.btn-outline-theme-light,.btn-outline-theme-text,.btn-theme-light,.btn-theme-text {
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-outline-theme-text {
    --bs-btn-color: var(--text-color);
    --bs-btn-border-color: var(--text-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--text-color);
    --bs-btn-hover-border-color: var(--text-color);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-body-color);
    --bs-btn-active-border-color: var(--bs-body-color);
    --bs-btn-disabled-bg: rgba(var(--text-color-rgb), 0.125);
    --bs-btn-disabled-border-color: rgba(var(--text-color-rgb), 0.5);
    --bs-gradient: none
}

.btn-outline-theme-light,.btn-theme-light {
    --bs-btn-border-color: var(--bs-theme-light-100);
    --bs-btn-hover-bg: var(--bs-theme-light-100);
    --bs-btn-hover-border-color: var(--bs-theme-light-200);
    --bs-btn-active-color: #212d4f;
    --bs-btn-active-bg: var(--bs-theme-light-200);
    --bs-btn-active-border-color: var(--bs-theme-light-200);
    --bs-btn-disabled-bg: rgba(var(--bs-theme-light-rgb), 0.5);
    --bs-btn-disabled-border-color: rgba(var(--bs-theme-light-100-rgb), 0.5)
}

.btn-theme-light {
    --bs-btn-color: #41517d;
    --bs-btn-bg: var(--bs-theme-light);
    --bs-btn-hover-color: #212d4f
}

.btn-outline-theme-light {
    --bs-btn-color: var(--bs-dark-grey);
    --bs-btn-hover-color: #41517d;
    --bs-gradient: none
}

.btn-style-gradient {
    --bs-bg-opacity: 1;
    --bs-border-width: 0;
    background-image: var(--bs-gradient)!important;
    background-size: 200%,1px;
    background-position: 0;
    --bs-btn-font-weight: 600
}

.btn-style-gradient:hover {
    background-position: 100%
}

.btn-default.btn-style-gradient {
    --bs-gradient: linear-gradient(90deg, var(--theme-gradient-start) 0%, rgba(var(--theme-gradient-end-rgb),0.6) 50%, var(--theme-gradient-start) 100%)
}

.btn-primary.btn-style-gradient {
    --bs-btn-bg: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))!important
}

.btn-secondary.btn-style-gradient {
    --bs-gradient: linear-gradient(90deg, rgba(var(--theme-gradient-end-rgb),0.6) 0%, var(--theme-gradient-start) 50%, rgba(var(--theme-gradient-end-rgb),0.6) 100%)
}

.btn-success {
    --bs-btn-bg: #8BC34A;
    --bs-btn-border-color: #8BC34A;
    --bs-btn-hover-bg: #679630;
    --bs-btn-hover-border-color: #679630;
    --bs-btn-disabled-bg: #a2d06e;
    --bs-btn-disabled-border-color: #a2d06e
}

.btn-outline-success {
    --bs-btn-color: #8BC34A;
    --bs-btn-border-color: #8BC34A;
    --bs-btn-hover-bg: #8BC34A;
    --bs-btn-hover-border-color: #8BC34A;
    --bs-btn-active-bg: #8BC34A;
    --bs-btn-active-border-color: #8BC34A;
    --bs-btn-disabled-color: #8BC34A;
    --bs-btn-disabled-border-color: #8BC34A
}

.btn-success.btn-style-gradient {
    --bs-btn-bg: rgba(var(--bs-success-rgb), var(--bs-bg-opacity))!important
}

.btn-danger.btn-style-gradient {
    --bs-btn-bg: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity))!important
}

.btn-warning.btn-style-gradient {
    --bs-btn-bg: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity))!important
}

.btn-info.btn-style-gradient {
    --bs-btn-bg: rgba(var(--bs-info-rgb), var(--bs-bg-opacity))!important
}

.btn-light.btn-style-gradient {
    --bs-btn-bg: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important
}

.btn-dark.btn-style-gradient {
    --bs-btn-bg: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity))!important
}

.btn-floating:hover img {
    margin-bottom: -3px
}

.link-theme-light {
    color: RGBA(var(--bs-theme-light-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-theme-light-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-theme-light-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-theme-light:focus,.link-theme-light:hover {
    color: RGBA(var(--bs-theme-light-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-theme-light-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-theme-light-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-theme-light-100 {
    color: RGBA(var(--bs-theme-light-100-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-theme-light-100-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-theme-light-100-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-theme-light-100:focus,.link-theme-light-100:hover {
    color: RGBA(var(--bs-theme-light-100-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-theme-light-100-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-theme-light-100-rgb),var(--bs-link-underline-opacity,1))!important
}

.btn-floating,.btn-floating span {
    transition: var(--transition-default)
}

.btn-floating {
    position: fixed;
    right: 20px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
    color: #fff
}

.btn-floating span {
    font-size: 14px;
    margin-left: 5px;
    line-height: 0;
    display: none
}

.btn-floating i {
    font-size: 20px
}

.btn-floating:hover span {
    display: inline-block
}

.btn-floating.phone {
    bottom: 80px;
    background-color: var(--theme-secondary)
}

.btn-floating.phone:hover {
    background-color: var(--theme-primary)
}

.btn-floating.phone.top-active {
    bottom: 125px
}

.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 35px
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

.btn-floating.whatsapp.top-active {
    bottom: 80px
}

body.sticky-header .iziModal-overlay {
    z-index: 2002!important
}

body.sticky-header .iziModal {
    z-index: 2003!important
}

.fs-0 {
    font-size: 0
}

.fs-9 {
    font-size: .5625rem
}

.lh-9 {
    line-height: .75rem
}

.fs-10 {
    font-size: .625rem
}

.lh-10 {
    line-height: .8125rem
}

.fs-11 {
    font-size: .6875rem
}

.lh-11 {
    line-height: .875rem
}

.fs-12 {
    font-size: .75rem
}

.lh-12 {
    line-height: .9375rem
}

.fs-13 {
    font-size: .8125rem
}

.lh-13 {
    line-height: 1rem
}

.fs-14 {
    font-size: .875rem
}

.lh-14 {
    line-height: 1.0625rem
}

.fs-15 {
    font-size: .9375rem
}

.lh-15 {
    line-height: 1.125rem
}

.fs-16 {
    font-size: 1rem
}

.lh-16 {
    line-height: 1.1875rem
}

.fs-17 {
    font-size: 1.0625rem
}

.lh-17 {
    line-height: 1.25rem
}

.fs-18 {
    font-size: 1.125rem
}

.lh-18 {
    line-height: 1.3125rem
}

.fs-19 {
    font-size: 1.1875rem
}

.lh-19 {
    line-height: 1.375rem
}

.fs-20 {
    font-size: 1.25rem
}

.lh-20 {
    line-height: 1.4275rem
}

.fs-21 {
    font-size: 1.3125rem
}

.lh-21 {
    line-height: 1.5rem
}

.fs-22 {
    font-size: 1.375rem
}

.lh-22 {
    line-height: 1.5625rem
}

.p-6 {
    padding: 4rem!important
}

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

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

.p-7 {
    padding: 5rem!important
}

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

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

#muspanel table.dataTable tbody tr,.btn,.pricing-table-container .pricing-table .pricing-header .pricing-icon i,.transition-default,a,a.nav-link,img,input,select,textarea {
    transition: var(--transition-default)
}

a:not(.btn):not(.accordion-button):not(.dropdown-item):not(.nav-link) {
    --fon-link-color: var(--link-color);
    --fon-hover-color: var(--link-color-hover);
    --fon-active-color: var(--link-color-active);
    color: var(--fon-link-color);
    text-decoration: none
}

a:not(.btn):not(.accordion-button):not(.dropdown-item):not(.nav-link):hover {
    color: var(--fon-hover-color)
}

a:not(.btn):not(.accordion-button):not(.dropdown-item):not(.nav-link):active,a:not(.btn):not(.accordion-button):not(.dropdown-item):not(.nav-link):focus {
    color: var(--fon-active-color)
}

.table {
    --bs-table-color: var(--text-color);
    --bs-table-border-color: rgba(var(--theme-secondary-rgb), 0.1);
    --bs-table-striped-color: var(--text-color);
    --bs-table-striped-bg: rgba(var(--theme-secondary-rgb), 0.05);
    --bs-table-active-color: var(--text-color);
    --bs-table-active-bg: rgba(var(--theme-secondary-rgb), 0.1);
    --bs-table-hover-color: var(--text-color);
    --bs-table-hover-bg: rgba(var(--theme-secondary-rgb), 0.075)
}

.nav-normal-links {
    --bs-nav-link-color: var(--text-color);
    --bs-nav-underline-link-active-color: var(--theme-primary);
    --bs-nav-link-hover-color: var(--theme-secondary)
}

.divider-text {
    display: flex;
    align-items: center;
    margin: 2rem 0;
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1rem;
    color: var(--bs-dark-grey);
    height: 1px
}

.divider-text:after,.divider-text:before {
    flex: 1 1 auto;
    height: 1px;
    background-color: var(--bs-border-color)
}

.divider-text:before {
    content: "";
    margin-right: .5rem
}

.divider-text:after {
    content: "";
    margin-left: .5rem
}

.card .divider-text {
    margin: 0
}

.card {
    cursor: initial
}

.input-icon,.site-menu li.flatmenuli ul li.has-child,.top-bar-list li.list-inline-item {
    position: relative
}

.input-icon .form-control:not(:last-child),.input-icon .form-select:not(:last-child) {
    padding-right: 2.5rem
}

.input-icon .form-control:not(:first-child),.input-icon .form-select:not(:first-child) {
    padding-left: 2.5rem
}

.input-icon-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    pointer-events: none;
    font-size: 1.2em
}

.input-icon-addon:last-child {
    right: 0;
    left: auto
}

.input-icon .btn {
    position: absolute;
    display: flex;
    align-items: center;
    right: 4px;
    left: auto;
    top: 4px;
    bottom: 4px
}

.input-icon .btn i {
    margin-right: 4px
}

.input-flat .form-control {
    --bs-border-color: #fff;
    background-clip: border-box
}

.input-icon .is-invalid~.invalid-feedback,.input-icon .is-invalid~.invalid-tooltip,.was-validated .input-icon :invalid~.invalid-feedback,.was-validated .input-icon :invalid~.invalid-tooltip {
    position: absolute
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-border-color: rgba(var(--theme-secondary-rgb), 0.1);
    --bs-accordion-btn-color: var(--text-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--theme-secondary-rgb), 0.25);
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: rgba(var(--theme-secondary-rgb), 0.1);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: var(--bs-border-radius-lg);
    --bs-accordion-active-bg: var(--theme-secondary);
    --bs-accordion-active-color: #fff
}

.accordion .accordion-item {
    box-shadow: var(--bs-box-shadow-lg);
    border-radius: var(--bs-accordion-border-radius);
    overflow: hidden;
    margin-bottom: 15px
}

.accordion-button:focus {
    box-shadow: none
}

.accordion .accordion-button::after {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    background: 0 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    -webkit-font-smoothing: antialiased
}

.accordion .accordion-button:not(.collapsed)::after {
    transform: var(--bs-accordion-btn-icon-transform);
    background: 0 0;
    content: "\f068"
}

.accordion .accordion-button>i {
    color: var(--theme-primary)
}

.only-button-accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-btn-bg: #fff;
    --bs-accordion-active-bg: var(--theme-secondary);
    --bs-accordion-active-color: #fff;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e")
}

.only-button-accordion .accordion-item+.accordion-item {
    margin-top: 10px
}

.only-button-accordion .accordion-item:first-of-type>.accordion-header .accordion-button,.only-button-accordion .accordion-item:last-of-type>.accordion-header .accordion-button,.only-button-accordion .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,.only-button-accordion .accordion-item>.accordion-header .accordion-button {
    border-radius: var(--bs-accordion-inner-border-radius)
}

.only-button-accordion .accordion-button {
    border: 1px solid var(--bs-theme-light-100);
    box-shadow: var(--bs-box-shadow)
}

.only-button-accordion .accordion-button:not(.collapsed) {
    border-color: var(--theme-secondary)
}

#fon-header,#fon-header.header-fixed {
    box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

#fon-header.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff
}

#top-bar {
    padding: 5px 0;
    border-bottom: 1px solid var(--bs-theme-light)
}

.top-bar-list {
    margin: 0
}

.top-bar-list li.list-inline-item:after {
    content: "";
    width: 1px;
    height: 13px;
    background: rgba(var(--bs-dark-grey-rgb),.3);
    display: inline-block;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.top-bar-list li.list-inline-item>a {
    padding: 0 10px;
    font-size: 13px
}

.top-bar-list li img {
    margin-top: 0;
    float: none;
    height: auto;
    border-radius: 2px
}

#top-bar-left li.list-inline-item:first-child>a {
    padding-left: 0
}

#top-bar-right li.list-inline-item:last-child>a {
    padding-right: 0
}

.top-bar-list li.list-inline-item:last-child:after {
    display: none
}

.top-bar-list .dropdown-menu {
    padding: 5px
}

.top-bar-list .dropdown-menu>a {
    color: var(--text-color);
    line-height: 30px;
    padding: 5px 10px!important;
    margin-bottom: 1px;
    font-size: 14px
}

.top-bar-list .dropdown-menu>a.active,.top-bar-list .dropdown-menu>a:hover {
    color: var(--theme-secondary);
    background: #f9f9f9
}

.top-bar-list .dropdown-menu>a.active {
    pointer-events: none
}

.header-with-menu {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    position: relative;
    z-index: 75;
    border-radius: 7px;
    background: #fff;
    padding: 0 10px;
    margin-right: calc(-.5*var(--bs-gutter-x));
    margin-left: calc(-.5*var(--bs-gutter-x))
}

#mobmenu .sitemenu,.site-menu {
    padding: 0;
    margin: 0;
    font-family: var(--menu-font-family)
}

.site-menu li {
    list-style-type: none
}

.site-menu li>a {
    line-height: 65px;
    position: relative
}

#mobmenu .sitemenu li>a,.site-menu li>a {
    text-decoration: none;
    font-weight: var(--menu-font-weight);
    font-size: var(--menu-font-size);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--theme-secondary);
    transition: var(--transition-default)
}

.site-menu>li>a:after {
    content: "";
    position: absolute;
    opacity: 0;
    background: 0 0;
    bottom: 0;
    border-radius: 0;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-bottom: 8px solid var(--theme-primary);
    transition: var(--transition-default)
}

.site-menu li a i {
    font-size: 12px;
    margin-left: 5px
}

.site-menu li ul {
    width: 200px;
    position: absolute;
    inset-block-start: 100%;
    inset-inline-start: auto;
    z-index: 1;
    display: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 0 .5rem .5rem .5rem
}

.site-menu li ul li {
    float: none;
    margin: 0;
    padding: 0
}

.site-menu li ul li a {
    background: 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    padding: 10px 15px
}

.site-menu li:hover>ul {
    display: block;
    transition: all .4s ease-out;
    position: absolute
}

.site-menu>li>ul {
    box-shadow: 0 1rem 1rem rgba(0,0,0,.3)
}

.site-menu li ul li ul {
    width: 100%;
    height: auto;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 100%;
    z-index: 1;
    display: none;
    border-left: 1px solid var(--theme-secondary);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.site-menu .flatmenuli ul {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: -1px
}

.site-menu li.flatmenuli ul li+li {
    border-top: 1px solid #f3f5f8
}

.site-menu li.flatmenuli ul li a {
    border: 5px solid #fff;
    padding-left: 10px
}

.site-menu li.flatmenuli ul li a:hover {
    border-left-color: var(--theme-primary)
}

.site-menu li.flatmenuli ul li.has-child a>span+i {
    transform: rotate(-90deg)
}

.site-menu li.flatmenuli ul li .menu_tag {
    font-size: 10px;
    top: 0;
    left: auto;
    right: -2px
}

.site-menu.megamenuhover:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0,0,0,.3)
}

.site-menu li ul.megamenu {
    width: auto;
    margin: -1px 0 0;
    padding: 0;
    inset-inline-start: auto;
    max-width: unset
}

.site-menu li.megamenuli.full-width .megamenu {
    inset-inline-start: 0;
    border-top-left-radius: .5rem
}

.site-menu.ms-auto li.megamenuli.full-width .megamenu {
    inset-inline-start: auto;
    inset-inline-end: 0
}

.site-menu.me-auto li.megamenuli.full-width .megamenu {
    inset-inline-start: 0;
    inset-inline-end: auto
}

@media (min-width: 1200px) and (max-width:1400px) {
    .site-menu li.megamenuli.full-width .megamenu {
        width:100%
    }
}

.site-menu li.megamenuli.custom-width .megamenu {
    inset-inline-start: auto
}

ul.megamenu li.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-bottom: 0
}

ul.megamenu .row .menu-item {
    --menu-border-color: var(--bs-theme-light);
    --menu-hover-bg: var(--bs-theme-light);
    border-style: solid;
    border-color: var(--menu-border-color);
    border-width: 0 0 1px
}

ul.megamenu .row .menu-item.featured-column,ul.megamenu .row .menu-item.menu-list {
    border-bottom-width: 0
}

ul.megamenu .row .menu-item.menu-list:first-child {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

ul.megamenu .row .menu-item.featured-column {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem
}

ul.megamenu .row .menu-item:not(.featured-column):hover {
    background: var(--menu-hover-bg)
}

ul.megamenu .row-cols-2 .menu-item:nth-child(2n),ul.megamenu .row-cols-3 .menu-item:nth-child(3n+2),ul.megamenu .row-cols-3 .menu-item:nth-child(3n+3),ul.megamenu .row-cols-4 .menu-item:nth-child(3n+2),ul.megamenu .row-cols-4 .menu-item:nth-child(3n+3),ul.megamenu .row-cols-4 .menu-item:nth-child(4n+2),ul.megamenu .row-cols-4 .menu-item:nth-child(4n+3),ul.megamenu .row-cols-4 .menu-item:nth-child(4n+4),ul.megamenu .row-cols-5 .menu-item:nth-child(5n+2),ul.megamenu .row-cols-5 .menu-item:nth-child(5n+3),ul.megamenu .row-cols-5 .menu-item:nth-child(5n+4),ul.megamenu .row-cols-5 .menu-item:nth-child(5n+5) {
    border-left-width: 1px
}

ul.megamenu .row-cols-6 .menu-item:not(.menu-list):nth-child(6n+3),ul.megamenu .row-cols-6 .menu-item:not(.menu-list):nth-child(6n+4),ul.megamenu .row-cols-6 .menu-item:not(.menu-list):nth-child(6n+5),ul.megamenu .row-cols-6 .menu-item:nth-child(6n+2),ul.megamenu .row-cols-6 .menu-item:nth-child(6n+6) {
    border-left-width: 1px
}

ul.megamenu .menu-featured .menu-box,ul.megamenu li .menu-item:not(.menu-list) a {
    display: flex;
    justify-content: start;
    border-radius: 4px;
    padding: 10px;
    color: var(--theme-secondary);
    min-height: 70px;
    position: relative;
    align-items: center;
    text-align: left
}

ul.megamenu .menu-featured {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right bottom;
    background-size: contain
}

ul.megamenu .menu-featured .menu-box {
    border-color: var(--theme-primary);
    margin: 0;
    padding: 0;
    max-width: 200px;
    white-space: pre-line;
    word-break: break-word
}

ul.megamenu li a:hover {
    border-color: var(--theme-primary)
}

ul.megamenu .menu-featured .menu-box>i,ul.megamenu li .menu-item>a>i {
    font-size: 32px;
    margin-right: 10px;
    color: var(--theme-secondary);
    height: 32px;
    text-align: center;
    width: 1.25em;
    transition-duration: .3s
}

ul.megamenu li .menu-item>a:hover>i {
    transform: translateY(-5px);
    color: var(--theme-primary)
}

ul.megamenu .menu-featured .menu-box .menu-title,ul.megamenu li a .menu-title {
    line-height: 1rem;
    font-size: .7rem;
    color: var(--bs-gray)
}

ul.megamenu .menu-featured .menu-box h5,ul.megamenu li a .menu-title h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-secondary)
}

.fon-slider .fon-slider-title b,.pricing-table .list-group .list-group-item i,ul.megamenu .menu-featured.featured-column .menu-box>i,ul.megamenu li a:hover h5 {
    color: var(--theme-primary)
}

ul.megamenu li.menu-featured {
    padding: 1.2rem;
    text-align: center;
    background-color: var(--theme-secondary);
    font-size: 13px;
    line-height: 16px
}

ul.megamenu li:first-child {
    border-radius: .5rem .5rem 0 0
}

ul.megamenu li:last-child {
    border-radius: 0 0 .5rem .5rem
}

ul.megamenu li .menu-item.menu-list h4 {
    font-size: 14px;
    position: relative;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    margin-top: .5rem
}

ul.megamenu li .menu-item.menu-list h4:after,ul.megamenu li .menu-item.menu-list h4:before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-theme-light-100);
    display: block;
    position: absolute;
    bottom: 0
}

ul.megamenu li .menu-item.menu-list h4:after {
    width: 50px;
    height: 3px;
    background: var(--theme-primary);
    bottom: -1px
}

ul.megamenu li .menu-item.menu-list a {
    display: flex;
    padding-left: 10px;
    min-height: 30px;
    align-items: center
}

#mobmenu .sitemenu>li+li,ul.megamenu li .menu-item.menu-list a+a {
    border-top: 1px solid var(--bs-theme-light)
}

ul.megamenu li .menu-item:hover.menu-list a+a {
    border-color: var(--bs-theme-light-100)
}

ul.megamenu li .menu-item.menu-list a:before {
    font: var(--fa-font-solid);
    content: '\f105';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translateX(-10px);
    font-size: 10px;
    transition-duration: .3s
}

ul.megamenu li .menu-item.menu-list a:hover:before {
    transform: translateX(-5px)
}

.full-width .megamenu .row .menu-item {
    padding: 15px 20px
}

ul.megamenu .menu-featured.featured-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    background-color: var(--theme-secondary);
    background-size: 150px;
    background-position: right bottom;
    padding: 0 30px
}

ul.megamenu .menu-featured.featured-column .menu-box .menu-title {
    color: var(--bs-theme-light-100)
}

#fon-header .site-menu .nav-item.has-child:hover {
    background: #fff;
    border-radius: .5rem .5rem 0 0
}

#fon-header .site-menu .nav-item.has-child.has-child:hover>a:after,#fon-header .site-menu .nav-item.has-child>a:hover:after {
    border-bottom: 0
}

#mobmenu .sitemenu .fon-ribbon,.site-menu .fon-ribbon {
    font-size: .6rem;
    min-height: 1.5rem;
    min-width: 1.5rem;
    padding: .25rem .5rem
}

#mobmenu .sitemenu .fon-ribbon-bookmark:after,.site-menu .fon-ribbon-bookmark:after {
    border: .75rem var(--bs-border-style)
}

.menu_tag {
    --menu-tag-background: var(--theme-third);
    background-color: var(--menu-tag-background);
    color: #fff;
    padding: 2px 7px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    font-weight: 400;
    position: absolute;
    top: 2px;
    animation: fadeIn 2s linear 0s infinite;
    height: 22px;
    line-height: 18px
}

.menu_tag:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: var(--menu-tag-background);
    position: absolute;
    inset: 100% auto auto 10px;
    transform: translateX(-50%)
}

.header-with-menu .mobile-menu-toggle {
    font-size: 26px;
    line-height: 60px
}

#mobmenu .sitemenu li {
    position: relative;
    list-style: none
}

#mobmenu .sitemenu>li:last-child {
    border-bottom: 1px solid var(--bs-theme-light)
}

#mobmenu .sitemenu li>a {
    line-height: 45px;
    position: relative
}

#mobmenu .sitemenu li ul {
    display: none;
    width: 100%!important
}

#mobmenu .sitemenu>li>ul {
    border-top: none;
    padding: 10px 0
}

#mobmenu .sitemenu .megamenu [class^="row row-cols"]>* {
    width: 100%;
    flex: 1 1 auto
}

#mobmenu ul.megamenu li.menu-featured {
    margin: 0;
    border-radius: 4px
}

#mobmenu ul.megamenu li.row {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0.5rem;
    margin-bottom: .5rem
}

#mobmenu ul.megamenu .menu-featured.featured-column {
    margin: 1rem 0 0
}

#mobmenu .sitemenu li.flatmenuli>ul li>a {
    font-weight: 400!important;
    font-size: 13px!important;
    line-height: 35px!important
}

#mobmenu .menu_tag {
    right: 35px;
    left: auto;
    top: 10px
}

#mobmenu .menu_tag:after {
    border-top-color: transparent;
    inset: 50% 0 0 -10px;
    transform: translateX(0) translateY(-50%);
    border-right-color: var(--menu-tag-background)
}

#mobmenu li.has-child.active>a>.fa-angle-down {
    transform: rotate(-180deg)
}

#mobmenu ul.megamenu .row .menu-item {
    padding: 0;
    border: 0!important
}

#mobmenu ul.megamenu .row .menu-item+.menu-item {
    border-top: 1px solid var(--bs-theme-light)!important
}

#mobmenu ul.megamenu .row .menu-item:not(.featured-column):hover {
    background: #fff
}

#mobmenu ul.megamenu .row .menu-item.featured-column {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    padding-left: 15px
}

.offcanvas {
    z-index: 2002
}

.offcanvas-backdrop {
    z-index: 2001
}

#fon-page-title {
    padding: 25px 0;
    position: relative;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-size: 12px
}

#fon-page-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--theme-secondary-rgb),1);
    z-index: 0
}

#fon-page-title.bg-image:before {
    background: rgba(var(--theme-secondary-rgb),.85)
}

#fon-page-title .container {
    z-index: 2;
    position: relative
}

#fon-page-title h1 {
    color: #fff;
    font-weight: 700;
    font-size: 24px
}

.breadcrumb {
    float: none!important;
    --bs-breadcrumb-divider-color: #fff;
    --bs-breadcrumb-item-active-color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
    margin-bottom: 0
}

.breadcrumb-item a {
    color: #fff!important
}

.breadcrumb-item a:hover {
    color: var(--theme-primary)!important
}

.dotted-section {
    border-top: 1px solid var(--bs-theme-light-100);
    background: url(../images/bg/nokta-sekil.png) no-repeat center top/contain
}

.bg-arti-sekil-sol {
    background: url(../images/arti-doseme-shape-sol.png) no-repeat left center
}

.bg-arti-sekil-sol.top {
    background-position: left top
}

.bg-arti-sekil-sol.bottom {
    background-position: left bottom
}

.bg-arti-sekil-sag {
    background: url(../images/arti-doseme-shape-sag.png) no-repeat right center
}

.bg-arti-sekil-sag.top {
    background-position: right top
}

.bg-arti-sekil-sag.bottom {
    background-position: right bottom
}

.bg-arti-sekil-sol-sag {
    background: url(../images/arti-doseme-shape-sol.png) no-repeat left center,url(../images/arti-doseme-shape-sag.png) no-repeat right center
}

.bg-arti-sekil-sol-sag.bottom {
    background-position: left bottom,right bottom
}

.bg-arti-sekil-sol-sag.top {
    background-position: left top,right top
}

.bg-arti-sekil-sol-sag.sol-top.sag-bottom {
    background-position: left top,right bottom
}

.bg-arti-sekil-sol-sag.sol-bottom.sag-top {
    background-position: left bottom,right top
}

.servercattitle {
    border-bottom-color: var(--bs-border-color);
    float: none;
    margin-bottom: 30px
}

.fon-slider .fon-slider-subtitle {
    margin-bottom: 20px;
    max-width: 90%
}

.fon-slider .fon-slider-text {
    color: var(--theme-secondary)
}

.fon-slider .fon-slider-text ul {
    padding-left: 10px
}

.fon-slider .fon-slider-text ul li {
    list-style: none;
    margin-bottom: 5px
}

.fon-slider .fon-slider-text ul li:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: '\f058';
    transform: translateX(-10px);
    color: var(--bs-success);
    box-shadow: 0 0 0 1px #fff;
    border-radius: 100%;
    background: #fff
}

.fon-slider .fon-slider-feature {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: start;
    line-height: 1
}

.fon-slider .fon-slider-feature-icon {
    color: var(--theme-secondary);
    font-size: 25px;
    padding: .5rem;
    border-radius: var(--bs-border-radius);
    background-color: rgba(0,0,0,.1)
}

.fon-slider .fon-slider-feature-title {
    font-size: 16px
}

.fon-slider .fon-slider-feature-desc {
    font-size: 13px
}

.fon-slider .fon-item .fon-slider-image img {
    width: auto;
    max-height: 500px
}

.fon-slider .slick-next,.fon-slider .slick-prev {
    width: 40px;
    height: 40px
}

.fon-slider .slick-next.slick-arrow {
    right: 5%
}

.fon-slider .slick-prev.slick-arrow {
    left: 5%
}

.fon-slider.arrow-bottom_left .slick-next {
    right: auto;
    left: calc(5% + 35px)
}

.fon-slider.arrow-bottom_right .slick-prev {
    left: auto;
    right: calc(5% + 35px)
}

.fon-slider.slick-dotted:not(.dot-right_center):not(.dot-left_center) .slick-dots {
    height: 31px
}

.fon-software-widget .slick-list {
    box-sizing: initial;
    padding: 20px 0
}

.slick-track {
    display: flex
}

.slick-vertical .slick-track {
    display: block
}

.slick-slide {
    height: inherit
}

.slick-dots li {
    margin: 0 3px
}

.slick-dots li button:before {
    border-radius: 100%
}

.slick-dots li button:before,.slick-dots li.slick-active button:before {
    color: var(--bs-theme-light-200);
    background-color: var(--bs-theme-light-200)
}

.slick-next,.slick-prev {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    color: var(--theme-primary);
    font-size: 20px;
    border: 0;
    padding: 0;
    box-shadow: var(--bs-box-shadow-sm)!important
}

.slick-next:hover,.slick-prev:hover {
    color: var(--theme-secondary);
    box-shadow: var(--bs-box-shadow-inset)!important
}

.carousel-white .slick-dots li button:before,.carousel-white .slick-dots li.slick-active button:before,.carousel-white .slick-next:before,.carousel-white .slick-prev:before {
    color: #fff
}

.slick-next {
    right: -30px
}

.slick-prev {
    left: -30px
}

.carousel-control-top-right .slick-next,.carousel-control-top-right .slick-prev {
    top: -40px
}

.carousel-control-top-right .slick-prev {
    right: 55px;
    left: auto
}

.carousel-control-top-right .slick-next {
    right: 20px
}

.carousel-control-gray .slick-next:before,.carousel-control-gray .slick-prev:before,.fon-domain-widget .slick-dots li button:before,.fon-domain-widget .slick-dots li.slick-active button:before {
    color: var(--bs-gray-500)
}

.fon-domain-widget {
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--bs-theme-light)
}

.fon-domain-widget.home-domain-search {
    color: #fff;
    background: rgba(var(--theme-secondary-rgb),.93);
    border: 0;
    box-shadow: 0 1rem 3rem rgba(var(--theme-secondary-rgb),.375)
}

.fon-domain-widget.home-domain-search .spot-tlds {
    background: var(--theme-secondary);
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -20px;
    color: #fff!important
}

.fon-domain-widget .fon-widget-title {
    font-weight: 600
}

.fon-domain-widget.home-domain-search .fon-widget-title,.fon-domain-widget.home-domain-search .slick-dots li button:before,.fon-domain-widget.home-domain-search .slick-dots li.slick-active button:before {
    color: #fff
}

.fon-domain-widget .input-group {
    border-radius: 8px;
    background: var(--theme-secondary);
    padding: 6px
}

.fon-domain-widget.home-domain-search .input-group {
    background: #fff
}

.fon-domain-widget .input-group input {
    border-color: var(--theme-secondary);
    border-radius: var(--bs-border-radius)!important
}

.fon-domain-widget.home-domain-search .input-group input {
    border-color: transparent
}

.fon-domain-widget .input-group button {
    margin-left: 5px!important;
    border-radius: var(--bs-border-radius)!important
}

.fon-domain-widget .spot-tld {
    display: flex;
    flex-direction: column;
    position: relative
}

.fon-domain-widget .spot-tld.slick-slide,.invoicedesc .formcon span {
    padding: 0 10px
}

.fon-domain-widget .spot-tld-name {
    font-weight: 900;
    font-size: 25px;
    color: var(--tld-color);
    margin-bottom: 4px;
    margin-right: 4px
}

.fon-domain-widget.home-domain-search .spot-tld-name {
    color: #fff!important
}

.fon-domain-widget .tld-image .spot-tld-name .tldname {
    display: inline-block;
    height: 25px;
    color: var(--tld-color);
    font-weight: 900
}

.fon-domain-widget .spot-tld-price {
    font-size: 12px;
    line-height: 13px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: end
}

.fon-domain-widget .spot-tld-price .price-old {
    text-decoration: line-through;
    color: var(--bs-gray-500)
}

.fon-domain-widget .spot-tld-price .price-old+.price-new {
    margin-left: 5px
}

.fon-domain-widget .spot-tld-price .special-rate {
    background: var(--theme-primary);
    position: absolute;
    top: -12px;
    right: 0;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 10px;
    color: #fff
}

.fon-domain-widget .spot-tld-price .special-rate:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: var(--theme-primary);
    position: absolute;
    inset-block-start: 100%;
    inset-inline-start: 5px
}

.fon-domain-widget .tld-image {
    justify-content: center
}

.fon-domain-widget .tld-image .spot-tld {
    flex-grow: 0
}

.fon-domain-widget .spot-tld .tld-inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.fon-domain-widget .tld-image .spot-tld .tld-inner {
    color: initial
}

.fon-domain-widget.home-domain-search .slick-prev {
    left: -5px
}

.fon-domain-widget.home-domain-search .slick-next {
    right: -5px
}

.fon-domain-widget .spot-tld.slick-slide .special-rate {
    right: 4px;
    top: 5px
}

.fon-domain-widget .spot-tld.slick-slide .special-rate:after {
    border-width: 4px 4px 0 0;
    inset-block-start: 100%;
    inset-inline-start: 80%
}

.spotlight-tlds .spot-tld {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d9dfec;
    transition: all .3s ease-in;
    position: relative
}

.spotlight-tlds .spot-tld .spot-tld-inner {
    position: relative;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden
}

.spotlight-tlds .spot-tld .spot-tld-inner:after,.spotlight-tlds .spot-tld .spot-tld-inner:before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    background: rgba(var(--theme-secondary-rgb),.05);
    border-radius: 100%;
    inset-block-end: -10%;
    inset-inline-end: -10%;
    transition: all .3s ease-in
}

.spotlight-tlds .spot-tld .spot-tld-inner:after {
    inset-block-end: -20%;
    inset-inline-end: 0
}

.spotlight-tlds .spot-tld .spot-tld-name {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: auto;
    display: flex
}

.spotlight-tlds .spot-tld .spot-tld-name .tld-name {
    padding: 0 5px;
    background: #fff;
    border-radius: 5px;
    display: inline-flex
}

.spotlight-tlds .spot-tld .spot-tld-name img {
    display: inline-flex
}

.spotlight-tlds .spot-tld .price-new {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1
}

.spotlight-tlds .spot-tld .price-old {
    text-transform: lowercase
}

.spotlight-tlds .spot-tld .spot-tld-link {
    font-size: 13px;
    font-weight: 600
}

.spotlight-tlds .spot-tld .price-new small,.spotlight-tlds .spot-tld .price-old small {
    font-weight: 400;
    font-size: 12px;
    text-transform: lowercase
}

.spot-tld-list .slick-track {
    padding-bottom: 40px
}

.spotlight-tlds .spot-tld:hover {
    border-color: var(--theme-secondary);
    background-color: var(--theme-secondary);
    color: #fff
}

.spotlight-tlds .spot-tld:hover .spot-tld-inner:after,.spotlight-tlds .spot-tld:hover .spot-tld-inner:before {
    background: rgba(255,255,255,.15)
}

.spotlight-tlds .spot-tld:hover .spot-tld-link {
    color: #fff
}

.spotlight-tlds .spot-tld:hover .spot-tld-link:hover {
    color: rgba(255,255,255,.8)
}

.product-group-tabs {
    --bs-nav-link-padding-x: 1.25rem;
    --bs-nav-link-padding-y: 0.625rem;
    gap: .625rem
}

.product-group-tabs.nav-pills .nav-item {
    transition: all .3s ease-in-out
}

.product-group-tabs.nav-pills .nav-link {
    --bs-nav-link-color: var(--theme-secondary);
    --bs-nav-link-hover-color: #fff;
    --bs-nav-link-font-weight: 600;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: var(--theme-primary);
    --bs-nav-pills-border-radius: var(--bs-border-radius-sm);
    box-shadow: 0 0 0 1px var(--theme-secondary) inset
}

.product-group-tabs.nav-pills .nav-link.active,.product-group-tabs.nav-pills .nav-link:hover,.product-group-tabs.nav-pills .show>.nav-link {
    background: var(--bs-nav-pills-link-active-bg);
    box-shadow: none;
    color: #fff
}

.couponCode {
    margin-bottom: 20px;
    border-style: dashed;
    box-shadow: 0 0 0 5px #0095956e;
    font-size: 12px;
    font-weight: 600;
    border-width: 1px
}

.currency-decimal {
    min-width: 25px;
    display: inline-block
}

.currency-decimal,.currency-symbol {
    font-size: .6em
}

.price-old .currency-decimal {
    min-width: auto
}

.pricing-period {
    line-height: 1;
    font-size: 10px
}

sub.pricing-period {
    margin-left: -1.5rem
}

.pricing-table-container:not(.slick-slide) {
    max-width: 330px
}

.pricing-table-container .pricing-table {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    text-align: center;
    box-shadow: var(--bs-box-shadow-md);
    transition: var(--transition-default)
}

.pricing-table-container .pricing-table:hover {
    box-shadow: var(--bs-box-shadow-lg)
}

.pricing-table-container .pricing-table .pricing-header {
    position: relative;
    padding: 20px;
    text-align: start;
    overflow: hidden;
    color: #fff;
    transform: translateY(-50px);
    margin-bottom: -20px
}

.upgrade-products .pricing-table-container .pricing-table .pricing-header {
    color: var(--text-color);
    transform: translateY(0);
    margin-bottom: 0
}

.pricing-table-container .pricing-table .pricing-header>div {
    position: relative;
    z-index: 2
}

.pricing-table-container .pricing-table.style-default .pricing-header:after,.pricing-table-container .pricing-table.style-default .pricing-header:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50px 0 50px 0;
    transition: var(--transition-default)
}

.pricing-table-container .pricing-table.style-default .pricing-header:before,.pricing-table-container.popular .pricing-table.style-default:hover .pricing-header:before {
    background: var(--theme-secondary);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0
}

.pricing-table-container .pricing-table.style-default .pricing-header:after,.pricing-table-container.popular .pricing-table.style-default:hover .pricing-header:after {
    background: var(--theme-primary);
    width: 20px;
    height: 20px;
    right: 5px;
    bottom: 5px;
    z-index: 1
}

.pricing-table-container .pricing-table.style-default:hover .pricing-header:before,.pricing-table-container.popular .pricing-table.style-default .pricing-header:before {
    border-radius: 35px 50px 35px 50px
}

.pricing-table-container.popular .pricing-table.style-default:hover .pricing-header:before {
    border-radius: 50px 0 50px 0
}

.pricing-table-container .pricing-table.style-default:hover .pricing-header:after,.pricing-table-container.popular .pricing-table.style-default .pricing-header:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.pricing-table-container .pricing-table:hover .pricing-header .pricing-icon i {
    transform: translateX(200px)
}

.pricing-table-container.popular .pricing-table {
    border: 2px solid var(--theme-primary)
}

.pricing-table .pricing-title {
    font-size: 24px
}

.pricing-table .pricing-slogan {
    font-size: 12px
}

.pricing-table .price.price-special {
    display: flex;
    align-items: center;
    justify-content: center
}

.pricing-table .price.price-old {
    text-decoration: line-through
}

.pricing-table .price.special-rate {
    padding: 5px 10px;
    font-size: 12px;
    margin-left: 5px
}

.pricing-table .price.price-new {
    font-size: 30px
}

.pricing-table .pricing-footer a {
    text-decoration: none
}

.pricing-table .list-group {
    --bs-list-group-border-color: var(--bs-theme-light)
}

.pricing-table .list-group .list-group-item {
    font-size: 14px;
    font-weight: 500
}

.pricing-table-container.popular .pricing-table.style-1 {
    box-shadow: var(--bs-box-shadow-lg)
}

.pricing-table-container .pricing-table.style-1 .pricing-header:after,.pricing-table-container .pricing-table.style-1 .pricing-header:before {
    display: none
}

.pricing-table-container .pricing-table.style-1 .pricing-header {
    color: var(--theme-secondary);
    transform: translateY(0);
    margin-bottom: 0;
    padding-bottom: 0
}

.pricing-table.style-1 .pricing-title {
    font-size: 20px;
    line-height: 1
}

.pricing-table.style-1 .price.price-special {
    font-size: .75rem
}

.pricing-table.style-1 .price.special-rate {
    padding: 0;
    font-size: .75rem;
    margin-left: 10px
}

.pricing-table-container .pricing-table.style-1 .pricing-header .pricing-icon {
    background-color: var(--bs-theme-light);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius);
    margin-right: 5px
}

.pricing-table-container .pricing-table.style-1:hover .pricing-header .pricing-icon i,.pricing-table-container .pricing-table.style-2:hover .pricing-header .pricing-icon i {
    transform: translateX(0)
}

.pricing-table-container .pricing-table.style-1 .pricing-features {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(4,auto);
    width: 100%;
    margin-bottom: 0
}

.pricing-table-container .pricing-table.style-1 .pricing-features li {
    padding: 10px;
    border-bottom: 1px solid var(--bs-border-color);
    border-right: 1px solid var(--bs-border-color)
}

.pricing-table-container .pricing-table.style-1 .pricing-features li:nth-child(-n+2) {
    border-top: 1px solid var(--bs-border-color)
}

.pricing-table-container .pricing-table.style-1 .pricing-features li:nth-child(2n) {
    border-right: none
}

.pricing-table-container .pricing-table.style-1 .pricing-footer {
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 110px
}

.pricing-table-container .pricing-table.style-1 .price.price-new {
    line-height: 1
}

.row.pricing-style-2 {
    --bs-gutter-x: 0;
    margin-top: 20px
}

.row.pricing-style-2 .pricing-table-container {
    padding-left: 0!important;
    padding-right: 0!important;
    position: relative;
    margin-left: -1px
}

.row.pricing-style-2 .pricing-table-container.popular {
    z-index: 5
}

.row.pricing-style-2 .slick-track {
    padding-top: 40px;
    padding-bottom: 50px
}

.pricing-table-container .pricing-table.style-2 {
    border: 1px solid var(--bs-theme-light-100);
    box-shadow: none
}

.pricing-table-container.popular .pricing-table.style-2 {
    border: 2px solid var(--theme-primary);
    box-shadow: var(--bs-box-shadow-lg);
    transform: scale(1.06)
}

.pricing-table-container .pricing-table.style-2 .pricing-header {
    color: var(--theme-secondary);
    transform: translateY(0);
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px
}

.pricing-table.style-2 .pricing-title {
    font-size: 20px;
    line-height: 1
}

.pricing-table.style-2 .price.price-special {
    font-size: .75rem
}

.pricing-table.style-2 .price.special-rate {
    padding: 0;
    font-size: .75rem;
    margin-left: 10px
}

.pricing-table-container .pricing-table.style-2 .pricing-header .pricing-icon {
    background-color: var(--bs-theme-light);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 5px
}

.pricing-table-container .pricing-table.style-2 .price.price-new {
    line-height: 1;
    font-size: 2.5rem;
    font-weight: 700
}

.fon-testimonial-widget.style-default .testimonial-item {
    position: relative;
    overflow: hidden
}

.fon-testimonial-widget.style-default .testimonial-item:after,.fon-testimonial-widget.style-default .testimonial-item:before {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: block;
    position: absolute;
    background: var(--theme-secondary);
    inset-inline-start: -25%;
    inset-block-start: -25%;
    opacity: .07
}

.fon-testimonial-widget.style-default .testimonial-item:after {
    inset-inline-start: auto;
    inset-block-start: auto;
    inset-inline-end: -30%;
    inset-block-end: -30%
}

.fon-testimonial-widget.style-default .testimonial-avatar {
    position: relative;
    overflow: visible
}

.fon-testimonial-widget.style-default .testimonial-avatar:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: '\f10e';
    position: absolute;
    inset-inline-start: 85px;
    inset-block-start: 95px;
    background: var(--theme-primary);
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%
}

#section-news-blog .container {
    background: #fff;
    padding-top: 20px;
    border-radius: 20px 20px 0 0
}

.fon-software-widget .style-default .card.item-container {
    --bs-card-border-color: #f1f1f1;
    --bs-card-border-width: 0;
    --bs-card-cap-bg: #fff;
    box-shadow: 0 .5rem .75rem rgba(var(--theme-secondary-rgb),.125);
    cursor: auto
}

.fon-software-widget .style-default .item-description {
    font-size: 11px
}

.fon-software-widget .style-default a.item-category {
    font-size: 10px;
    margin-top: 10px;
    display: block
}

.separate-section:after {
    position: absolute;
    top: calc(100% - 100px);
    bottom: auto;
    width: 100%;
    height: 150px;
    content: "";
    z-index: -1;
    background: url(../images/bg/section-seperator.png) no-repeat center center/auto;
    transform: scaleX(1)
}

.separate-section.separate-left:after {
    transform: scaleX(1)
}

.separate-section.separate-right:after {
    transform: scaleX(-1)
}

.fon-references-widget .style-2 .item-image-overlay,.fon-software-widget .style-1 .item-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--text-color-rgb),.8);
    opacity: 0;
    transition-duration: .3s
}

.fon-references-widget .style-2 .card.item-container,.fon-software-widget .style-1 .card.item-container {
    --bs-card-border-color: var(--bs-theme-light-100)
}

.fon-references-widget .style-2 .card.item-container:hover .item-image-overlay,.fon-software-widget .style-1 .card.item-container:hover .item-image-overlay {
    opacity: 1
}

#muspanel #fullwidth .logo,.fon-sidebar-widget {
    margin-bottom: 0
}

.fon-sidebar-widget .list-group {
    --bs-list-group-bg: none;
    --bs-list-group-color: #fff;
    --bs-list-group-action-hover-bg: #fff;
    --bs-list-group-action-hover-color: var(--theme-primary);
    --bs-list-group-border-width: 0;
    --bs-list-group-border-radius: 0;
    text-align: center
}

.fon-campaign-widget.style-default .campaign {
    background-image: url(../images/beyaz-serit.svg)
}

.fon-animated-number-widget.style-default .animated-number:after,.fon-animated-number-widget.style-default .animated-number:before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: var(--theme-secondary);
    opacity: .05;
    z-index: 0
}

.fon-animated-number-widget.style-default .animated-number:after {
    inset-inline-end: -8%;
    inset-block-start: 0
}

.fon-animated-number-widget.style-default .animated-number:before {
    inset-inline-end: 0;
    inset-block-start: -12%
}

.fon-animated-number-widget.style-default .animated-number-icon {
    width: 70px;
    height: 70px
}

.fon-content-box-widget.style-default .fon-contentbox-inner {
    text-align: center
}

.fon-content-box-widget.style-default.app-hosting-logo .fon-contentbox {
    display: inline-flex!important;
    border: 1px solid rgba(var(--theme-secondary-rgb),.1);
    border-radius: var(--bs-border-radius-pill);
    padding: .25rem 1rem .25rem .25rem;
    background: #fff
}

.fon-content-box-widget.style-default.app-hosting-logo .fon-contentbox-title,.page-account-contents .card .card-header h4 {
    font-size: 1rem;
    font-weight: 600
}

.fon-content-box-widget.style-default.app-hosting-logo .media-left .fon-contentbox-media {
    background: 0 0!important;
    padding: 0!important
}

#section-logos {
    background: url(../images/bulut-sekil.png) no-repeat left bottom,url(../images/mavi-basik-daire.png) no-repeat right center;
    background-size: auto,auto
}

#section-domain-hero,.transfer-domain-box {
    background-repeat: no-repeat;
    background-attachment: scroll
}

#section-domain-hero {
    background: var(--text-color);
    background-image: linear-gradient(280deg,var(--theme-gradient-start) 0%,var(--theme-gradient-end) 100%);
    background-position: left bottom,center;
    padding: 75px 0
}

#section-domain-hero:after,#section-domain-hero:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0
}

#section-domain-hero:before {
    background: url(../images/sag-alt-kose-sekil.png) no-repeat right bottom;
    right: 0
}

#section-domain-hero:after {
    background: url(../images/hero-bg-left.png) no-repeat left bottom;
    left: 0
}

#section-domain-hero img.domain-search-image {
    max-height: 550px
}

#section-domain-hero .amount_spot_view {
    margin: 0 15px
}

.transfer-domain-box {
    background-image: url(../images/light-right-bottom-shape.png);
    background-position: right bottom;
    background-size: contain
}

.transfer-domain-box.promo {
    background-image: url(../images/green-right-bottom-shape.png)
}

.nav-pills.nav-toolbar {
    --bs-nav-pills-border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
    --bs-nav-link-color: var(--text-color);
    --bs-nav-pills-link-active-color: var(--theme-secondary);
    --bs-nav-pills-link-active-bg: #fff;
    background: var(--bs-theme-light);
    border-radius: var(--bs-border-radius);
    padding: .5rem!important;
    display: flex;
    padding-bottom: 0!important
}

.nav-pills.nav-toolbar li a:not(.btn) {
    margin-right: 3px
}

.nav-tabs {
    --bs-nav-link-color: var(--text-color);
    --bs-nav-tabs-link-hover-border-color: var(--bs-theme-light-100) var(--bs-theme-light-100) var(--bs-theme-light-100);
    --bs-nav-tabs-link-active-border-color: var(--bs-theme-light-100) var(--bs-theme-light-100) var(--bs-body-bg)
}

.nav-tabs:not(.widget-tabs) .nav-link:focus,.nav-tabs:not(.widget-tabs) .nav-link:hover {
    background: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    --bs-nav-pills-link-active-bg: var(--bs-dark-grey);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-link-color: var(--bs-dark-grey)
}

.nav-outline .nav-link {
    border: 1px solid var(--bs-nav-link-color)
}

.page-inner-title {
    background: var(--bs-theme-light);
    padding: 1rem 1.5rem;
    border-radius: var(--bs-border-radius);
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden
}

.page-inner-title:after,.page-inner-title:before {
    content: "";
    width: 150px;
    height: 150px;
    background: var(--bs-theme-light-100);
    border-radius: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: -75px;
    right: -75px;
    opacity: .2
}

.page-inner-title:after {
    top: -100px;
    right: 0
}

.dropdown-menu:not(.footer-menu-list) {
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-border-color: var(--bs-theme-light-100);
    --bs-dropdown-link-active-bg: var(--theme-secondary);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-hover-bg: var(--bs-theme-light);
    box-shadow: var(--bs-box-shadow);
    background: #fff
}

.dropdown-menu:not(.footer-menu-list) .dropdown-item .badge {
    background-color: var(--theme-secondary)
}

.dropdown-menu:not(.footer-menu-list) .dropdown-item.active .badge {
    background-color: var(--theme-primary)
}

.dropdown-menu:not(.footer-menu-list) a+a,.dropdown-menu:not(.footer-menu-list) li+li a {
    border-top: 1px solid var(--bs-border-color)
}

.dropdownCategories .dropdown-menu {
    --bs-dropdown-min-width: 15rem;
    --bs-dropdown-item-padding-y: 0.75rem;
    max-height: 400px;
    overflow-y: auto
}

.dropdownSearch .dropdown-menu {
    --bs-dropdown-min-width: 20rem;
    --bs-dropdown-item-padding-y: 0.75rem
}

.side-responsive-dropdown-box .dropdown-menu {
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0;
    --bs-dropdown-link-color: var(--bs-dark-grey);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.75rem;
    --bs-dropdown-item-border: 1px solid var(--bs-border-color);
    --bs-dropdown-item-border-radius: var(--bs-border-radius-sm);
    --bs-dropdown-link-active-bg: #fff;
    --bs-dropdown-link-active-color: var(--text-color);
    --bs-dropdown-border-color: var(--bs-border-color);
    width: 100%;
    border-top: 0;
    inset-block-start: 100%!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: var(--body-font-size);
    transform: translate(0,0)!important
}

.sidelinks .dropdown-menu a+a,.sidelinks .dropdown-menu li+li a {
    border-top: medium none
}

.side-responsive-dropdown-box .dropdown-menu li+li {
    border-top: 1px solid var(--bs-border-color)
}

#section-software-detail .software-meta {
    top: 100px
}

.active>.page-link,.page-link.active {
    background: var(--theme-secondary);
    border-color: var(--theme-secondary);
    color: #fff!important
}

@media (min-width: 768px) {
    .dropdownSearch .dropdown-toggle,.side-responsive-dropdown-box .dropdown-toggle {
        border-bottom-left-radius:0;
        border-bottom-right-radius: 0;
        pointer-events: none
    }

    .dropdownSearch .dropdown-toggle:after,.side-responsive-dropdown-box .dropdown-toggle:after {
        display: none
    }

    .dropdownSearch .dropdown-menu,.side-responsive-dropdown-box .dropdown-menu {
        display: block;
        position: unset
    }

    .dropdownSearch .dropdown-menu {
        padding: 0;
        border: 0;
        box-shadow: none
    }
}

.software-short-features li i {
    color: var(--bs-success)
}

.software-buttons {
    display: grid;
    gap: 10px;
    grid-template-columns: auto
}

.software-buttons .buy-link {
    grid-column-start: 1;
    grid-column-end: 5
}

.software-buttons .demo-link {
    grid-column-start: 1;
    grid-column-end: 3
}

.software-buttons .admin-link {
    grid-column-start: 3;
    grid-column-end: 5
}

.software-shr a {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid var(--bs-border-color)
}

.software-shr a:focus,.software-shr a:hover {
    color: #fff
}

.page-inner-nav.nav-menu {
    background: #fff;
    border: 1px solid var(--bs-theme-light-100);
    border-radius: 4px
}

.container-full .page-inner-nav.nav-menu {
    border-left: 0;
    border-right: 0;
    border-radius: 0
}

.page-inner-nav.nav-menu.nav-end.nav-seperate .nav-item:first-child .nav-link,.page-inner-nav.nav-menu.nav-start.nav-seperate .nav-item:last-child .nav-link {
    border-left: 1px solid var(--bs-theme-light-100);
    border-right: 1px solid var(--bs-theme-light-100)
}

.page-inner-nav .navbar-toggler {
    --bs-border-width: 0;
    --bs-navbar-color: #fff;
    --bs-navbar-toggler-padding-y: 0.5rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    background-color: var(--theme-secondary)
}

.page-inner-nav .navbar-toggler:not(.collapsed) {
    background-color: var(--theme-primary)
}

.select2-container .select2-selection--single {
    height: 42px
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    text-align: left
}

.select2-selection__rendered img {
    margin-top: 12px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px
}

#mio-cookie-popup {
    bottom: 0!important;
    left: 0!important;
    font-family: inherit;
    width: 100%
}

#mio-cookie-popup .mio-cookie-popup__card {
    width: 100%!important;
    line-height: 1.5!important;
    background: var(--text-color)!important
}

#mio-cookie-popup .mio-cookie-popup__content {
    padding: 10px!important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px
}

#mio-cookie-popup h3,#mio-cookie-popup p {
    font-family: inherit;
    margin: 0!important
}

#mio-cookie-popup button {
    font-family: inherit;
    background: var(--theme-primary)!important;
    height: 2.5em!important;
    line-height: 2.5em!important;
    padding: 0 2em!important;
    border-radius: 4px
}

input:not([type=checkbox]):not([type=radio]):not(.form-control),select:not(.form-select),textarea:not(.form-control) {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

input:not([type=checkbox]):not([type=radio]):not(.form-control),textarea:not(.form-control) {
    padding: .375rem .75rem;
    font-size: .875rem;
    background-clip: padding-box
}

select:not(.form-select) {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background-color: transparent
}

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

::-webkit-scrollbar-button {
    width: 6px;
    height: 5px
}

::-webkit-input-placeholder {
    color: var(--bs-theme-light-200)
}

:-moz-placeholder {
    color: var(--bs-theme-light-200)
}

::-moz-placeholder {
    color: var(--bs-theme-light-200)
}

:-ms-input-placeholder {
    color: var(--bs-theme-light-200)
}

.form-control::placeholder {
    color: var(--bs-theme-light-200);
    opacity: 1
}

.form-floating .intl-tel-input>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating .intl-tel-input>.form-control {
    height: calc(3.5rem + calc(var(--bs-border-width)*2));
    min-height: calc(3.5rem + calc(var(--bs-border-width)*2));
    line-height: 1.25;
    padding: 1rem .75rem
}

.form-floating .intl-tel-input+label {
    left: calc(52px - .75rem)
}

.form-floating .intl-tel-input:focus-within~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating .intl-tel-input>.form-control:focus,.form-floating .intl-tel-input>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.input-group-text {
    background: #fff
}

textarea {
    resize: vertical
}

.listingstatus span {
    padding: .25rem .5rem;
    white-space: nowrap
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .375rem .75rem!important;
    border: 1px solid var(--bs-border-color);
    margin: 0;
    border-radius: 0
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    border-radius: 4px 0 0 4px;
    border-right: 0!important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    border-radius: 0 4px 4px 0;
    border-left: 0!important
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid var(--bs-border-color);
    background-color: var(--bs-tertiary-bg);
    color: var(--text-color)!important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: var(--bs-theme-light-200)!important;
    border: 1px solid var(--bs-border-color);
    background-color: var(--bs-theme-light)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff!important;
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-primary)
}

.dataTables_wrapper .dataTables_paginate .paginate_button+.paginate_button {
    border-left: 0!important
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: .5rem
}

.dataTables_wrapper .dataTables_filter .datatbspan,.dataTables_wrapper .dataTables_length .datatbspan {
    display: none
}

.dataTables_wrapper .dataTables_filter label,.dataTables_wrapper .dataTables_length label {
    display: inline-flex;
    align-items: center
}

.dataTables_wrapper .dataTables_filter {
    position: relative;
    width: auto
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
    width: 180px;
    padding-left: 1.75rem!important
}

.dataTables_wrapper .dataTables_filter:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: '\f002';
    position: absolute;
    left: .5rem;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%)
}

@media (max-width: 640px) {
    .dataTables_wrapper .dataTables_length {
        float:left
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0;
        width: auto;
        float: right
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 180px!important;
        float: right!important
    }
}

table.dataTable tbody td,table.dataTable tbody th {
    padding: .5rem
}

.iziModal:not(#modal-alert) .iziModal-header {
    background-color: var(--text-color)!important
}

#wrapper {
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

.zorunlu {
    font-weight: bolder;
    color: red
}

.notice {
    color: orange;
    font-weight: 700;
    display: inline-block
}

.complete,.error {
    color: #f44336;
    font-weight: 700
}

.complete {
    color: green;
    display: inline-block
}

.blue-info,.gray-info,.green-info,.orange-info,.red-info {
    display: inline-block;
    width: 100%;
    color: #f44336;
    border: 1px solid #f44336;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.blue-info,.gray-info,.green-info,.orange-info {
    color: #ff9800;
    border: 1px solid #ff9800
}

.blue-info,.gray-info,.green-info {
    color: #4caf50;
    border: 1px solid #4caf50
}

.blue-info,.gray-info {
    color: #00bcd4;
    border: 1px solid #00bcd4
}

.gray-info {
    color: #777;
    border: 1px solid #777
}

.green-info i,.red-info i {
    float: left;
    font-size: 70px;
    margin: 0 35px 17px 20px
}

.selectalltext {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all
}

.clear {
    clear: both
}

.is-fixed {
    position: fixed;
    top: 20px;
    width: 258px
}

h1,h2,h3,h4,h5 {
    padding: 0;
    margin: 0
}

.iti {
    display: block
}

input:not(.form-control,.form-check-input):disabled {
    background: #eee;
    padding-left: 10px;
    width: 97%
}

select:disabled,textarea:disabled {
    background: #eee;
    padding-left: 10px
}

textarea:disabled {
    width: 97%
}

input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards
}

.padding5 {
    padding: 5px
}

.padding10 {
    padding: 10px
}

.padding15 {
    padding: 15px
}

.padding20 {
    padding: 20px
}

.padding25 {
    padding: 25px
}

.padding30 {
    padding: 30px
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.formcon {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
    word-wrap: break-word
}

.kinfo {
    font-size: 13px;
    font-weight: 400
}

.middle,.middle .yuzde30 {
    vertical-align: middle
}

.formcon .yuzde30 {
    font-weight: 600;
    padding: 7px 0
}

.formcon .yuzde30,.formcon .yuzde70 {
    vertical-align: middle;
    font-size: 15px
}

.formcon .yuzde40 {
    font-weight: 600
}

.formcon .yuzde40,.formcon .yuzde50,.formcon .yuzde60 {
    vertical-align: middle;
    font-size: 15px
}

.jssorb064 {
    position: absolute
}

.jssora051,.jssorb064 .i {
    position: absolute;
    cursor: pointer
}

.jssora051 .a,.jssorb064 .i .b {
    stroke: #fff;
    stroke-miterlimit: 10
}

.jssorb064 .i .b {
    fill: #000;
    fill-opacity: .5;
    stroke-width: 400;
    stroke-opacity: .5
}

.jssorb064 .iav .b {
    fill: #fff;
    fill-opacity: 1;
    stroke: #fff;
    stroke-opacity: .7;
    stroke-width: 2000
}

.jssorb064 .i.idn {
    opacity: .3
}

.jssora051 {
    display: block
}

.jssora051 .a {
    fill: none;
    stroke-width: 360
}

.jssora051:hover {
    opacity: .8
}

.jssora051.jssora051dn {
    opacity: .5
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none
}

.mioslidertext {
    color: #fff;
    position: absolute;
    top: 270px;
    left: 140px;
    width: 350px;
    height: 250px
}

.mioslidertext h1 {
    font-weight: 700;
    font-size: 24px
}

.mioslidertext p {
    font-weight: 200;
    font-size: 14px
}

.mioslidertext #largeredbtn {
    font-size: 11px;
    color: #fff;
    margin-top: 10px;
    padding: 7px 50px
}

div.required-field-info h5 {
    -webkit-animation: blink 3s ease-in 0s infinite;
    animation: blink 3s ease-in 0s infinite
}

.sayfalama {
    width: 100%;
    text-align: center;
    margin: 17px auto
}

input:not([type=radio]):not([type=checkbox]):not(.is-invalid):focus,select:not(.is-invalid):focus,textarea:not(.is-invalid):focus {
    --bs-focus-border-color: rgba(var(--theme-secondary-rgb), 0.35);
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    outline: 0;
    box-shadow: none!important;
    border-color: var(--bs-focus-border-color)!important
}

.tooltip,[data-tooltip] {
    position: relative;
    cursor: pointer
}

.tooltip:after,.tooltip:before,[data-tooltip]:after,[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none
}

.tooltip:focus:after,.tooltip:focus:before,.tooltip:hover:after,.tooltip:hover:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.tooltip:before,[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: ""
}

.tooltip:after,[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 150px;
    background-color: #ccc;
    color: #555;
    content: attr(data-tooltip);
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#raporlar [data-tooltip]:after {
    width: 230px;
    background: #ccc;
    color: #2d2d2d;
    box-shadow: 0 0 5px #c5c5c5
}

#raporlar .tooltip-bottom:before {
    border-bottom-color: #ccc
}

.mpanelinfo [data-tooltip]:after {
    width: 100px;
    background-color: #f2a854;
    color: #fff;
    font-weight: 700
}

.mpanelinfo .tooltip-right:before {
    border-top-color: transparent;
    border-right-color: #f2a854;
    margin-top: 5px
}

.tooltip-top:after,.tooltip-top:before,.tooltip:after,.tooltip:before,[data-tooltip]:after,[data-tooltip]:before {
    bottom: 100%;
    left: 50%
}

.tooltip-top:before,.tooltip:before,[data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #ccc
}

.tooltip-top:after,.tooltip:after,[data-tooltip]:after {
    margin-left: -80px
}

.tooltip-top:focus:after,.tooltip-top:focus:before,.tooltip-top:hover:after,.tooltip-top:hover:before,.tooltip:focus:after,.tooltip:focus:before,.tooltip:hover:after,.tooltip:hover:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px)
}

.tooltip-left:after,.tooltip-left:before {
    right: 100%;
    bottom: 50%;
    left: auto
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: rgba(51,51,51,.9)
}

.tooltip-left:focus:after,.tooltip-left:focus:before,.tooltip-left:hover:after,.tooltip-left:hover:before {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px)
}

.tooltip-bottom:after,.tooltip-bottom:before {
    top: 100%;
    bottom: auto;
    left: 50%
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #ccc
}

.tooltip-bottom:focus:after,.tooltip-bottom:focus:before,.tooltip-bottom:hover:after,.tooltip-bottom:hover:before {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px)
}

.tooltip-right:after,.tooltip-right:before {
    bottom: 50%;
    left: 100%
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: rgba(51,51,51,.9)
}

.tooltip-right:focus:after,.tooltip-right:focus:before,.tooltip-right:hover:after,.tooltip-right:hover:before {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px)
}

.tooltip-left:before,.tooltip-right:before {
    top: 3px
}

.tooltip-left:after,.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px
}

.sayfalama span a {
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #ccc;
    padding: 5px 10px
}

.sayfalama .sayfalama-active a,.sayfalama span a:hover {
    background-color: #e5e5e5
}

.gonderbtn {
    color: var(--theme-secondary);
    border: 2px solid var(--theme-secondary);
    display: inline-block;
    padding: .375rem .75rem;
    border-radius: var(--bs-border-radius-sm)
}

.gonderbtn:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--theme-secondary)
}

.clearmob {
    display: none
}

#slider,.header {
    position: relative
}

#largeredbtn {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    padding: 10px 60px;
    border: 1px solid #fff
}

#largeredbtn:hover {
    color: #000;
    background: #fff
}

.header {
    width: 100%;
    z-index: 2000;
    background-color: #fff
}

.head {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px
}

#sepeticon {
    font-size: 14px;
    position: relative
}

#sepeticon:hover {
    background: var(--theme-secondary);
    color: #fff;
    border-color: var(--theme-secondary)
}

#sepeticon .basket-count {
    font-size: 14px;
    background: var(--theme-primary);
    color: #fff;
    border-radius: 4px;
    max-height: 20px;
    line-height: 20px;
    padding: .25rem .5rem
}

.logo {
    width: 180px
}

.logo-image {
    width: 100%
}

#muspanel .logo {
    position: relative;
    margin-bottom: 20px
}

.domainhome {
    background-color: var(--theme-primary);
    float: left;
    height: 112px;
    width: 100%
}

#v2domainhome {
    background-color: #2c3037
}

.hdomainslogan {
    color: #fff;
    margin-top: 20px;
    float: left
}

.hdomainslogan h3 {
    font-size: 27px;
    font-weight: 700
}

.hdomainslogan h4 {
    font-size: 22px;
    font-weight: 200
}

.hdomainsorgu {
    float: right;
    width: 47%;
    margin-top: 10px
}

.hdomainsorgu input {
    width: 100%;
    padding: 20px 0;
    color: #fff;
    font-size: 26px;
    background: 0 0;
    outline: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 2px;
    position: relative;
    z-index: 2
}

.hdomainsorgu ::-webkit-input-placeholder {
    color: #fff
}

.hdomainsorgu :-moz-placeholder {
    color: #fff
}

.hdomainsorgu ::-moz-placeholder {
    color: #fff
}

.hdomainsorgu :-ms-input-placeholder {
    color: #fff
}

.hsorgulabtn {
    color: #fff;
    font-size: 30px;
    padding: 13px 15px;
    margin-top: -73px;
    float: right;
    position: relative;
    z-index: 2;
    margin-right: -3px
}

.hsorgulabtn:hover {
    color: var(--theme-primary);
    background: #fff
}

.domainfiyatlar {
    background-color: #696f7a;
    white-space: nowrap;
    overflow: hidden;
    height: 50px;
    box-shadow: 0 0 10px #696f7a
}

.domainfiyatlar h4 {
    float: left;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin: 5px 20px;
    text-shadow: 0 0 2px #4a4e55;
    text-transform: lowercase
}

.domainfiyatlar h4 span {
    color: #393d45;
    font-weight: 700;
    font-size: 22px
}

.anascript,.domainfiyatlar,.line {
    float: left;
    width: 100%
}

.line {
    background-color: #ddd;
    height: .5px;
    margin-top: 15px;
    margin-bottom: 15px
}

#mobiluyum,#paketaktifbtn {
    background: var(--theme-secondary)
}

#paketaktifbtn {
    color: #fff
}

div.mostpopularx {
    -webkit-animation: blink 3s linear 0s infinite normal;
    animation: blink 3s linear 0s infinite normal
}

.anascript {
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    background-size: 100% 100%;
    padding: 25px 0;
    box-shadow: inset 0 0 70px 30px #fff
}

#mobiluyum {
    margin-bottom: -75px;
    margin-top: 50px
}

.urunozellik,.urunozellikleri {
    align-items: center;
    justify-content: center
}

.urunozellikleri {
    width: 100%;
    display: flex;
    margin: 25px 0;
    text-align: center;
    color: var(--bs-dark-grey);
    position: relative
}

.urunozellik {
    border: 5px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 10px;
    min-width: 25%;
    padding: 15px;
    margin: 9px;
    text-align: left;
    transition: all .3s ease-out;
    display: inline-flex;
    background: var(--bs-theme-light);
    box-shadow: 0 0 0 1px var(--bs-theme-light-100)
}

.urunozellik h4 {
    font-weight: 600;
    font-size: 16px
}

.urunozellik i {
    font-size: 35px;
    margin-right: 10px
}

.katslogan {
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.urunozellikleri .fa-caret-right {
    display: inline-block;
    font-size: 24px;
    margin-left: -13px
}

.urunozellikleri .fa-check-circle {
    display: inline-block;
    font-size: 20px;
    margin-left: -18px;
    background: #fff;
    border-radius: 100%;
    color: var(--bs-success)
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto
}

.modalDialog>div {
    width: 700px;
    position: relative;
    margin: 5% auto;
    padding: 5px 20px 13px;
    border-radius: 4px;
    background: #fff
}

.modalDialog h2 {
    font-size: 20px;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

.ebulten {
    height: auto
}

.footer {
    background: var(--theme-fourth) url(../images/bg/footer_bg.png) no-repeat center center/cover;
    width: 100%;
    color: #fff
}

.footer .btn-default,.footer .btn-outline-default {
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--theme-primary);
    --bs-btn-hover-border-color: var(--theme-primary)
}

.footlogo {
    width: 180px
}

.footer-menu-header,.footer-menu-header a {
    color: #fff;
    font-size: 19px;
    font-weight: 700
}

.footsosyal a {
    display: inline-block;
    color: var(--theme-primary);
    font-size: 18px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    margin-right: 10px
}

.footsosyal a:hover {
    background: var(--theme-primary);
    color: #fff!important
}

.footer-menu-links .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 15px;
    position: relative
}

.footer-menu-links .dropdown-toggle:before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--theme-primary);
    position: absolute;
    bottom: -5px;
    border-radius: 3px
}

.footer-menu-links .dropdown-toggle:after {
    border: 0;
    content: "\f107";
    color: #fff!important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid)
}

.footer-menu-links .dropdown-toggle.show:after {
    transform: rotate(180deg)
}

.footer-menu-links ul.dropdown-menu {
    --bs-dropdown-font-size: var(--body-font-size);
    background: 0 0;
    border: 0;
    padding: 0;
    border-radius: 0;
    margin-bottom: 25px;
    position: initial!important;
    transform: translate(0,0)!important
}

.footer-menu-links ul.dropdown-menu .dropdown-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--bs-theme-light-100)
}

.footer-menu-links ul.dropdown-menu .dropdown-item:before {
    content: "\f192";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    margin-right: 5px;
    font-size: 8px;
    transition-duration: .3s
}

.footer-menu-links ul.dropdown-menu .dropdown-item:focus,.footer-menu-links ul.dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: #fff
}

.footer-menu-links ul.dropdown-menu .dropdown-item:focus:before,.footer-menu-links ul.dropdown-menu .dropdown-item:hover:before {
    margin-right: 10px
}

.footer-bottom a {
    color: var(--bs-theme-light-100)!important
}

.footer-bottom a:focus,.footer-bottom a:hover {
    color: #fff!important
}

@media (min-width: 576px) {
    .footer-menu-links .dropdown-toggle {
        pointer-events:none
    }

    .footer-menu-links .dropdown-toggle:after {
        display: none
    }

    .footer-menu-links ul.dropdown-menu {
        display: block
    }
}

.cd-top {
    display: inline-block;
    height: 40px;
    border-radius: 100%;
    width: 40px;
    position: fixed;
    bottom: 35px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    overflow: hidden;
    white-space: nowrap;
    background: var(--theme-primary)!important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 9px;
    z-index: 1031
}

.cd-top:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: '\f062';
    font-size: 16px
}

.cd-top.cd-fade-out,.cd-top.cd-is-visible,.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .5;
    color: #fff!important
}

.cd-top.cd-fade-out:hover {
    opacity: 1.5;
    color: #fff!important
}

.no-touch .cd-top:hover {
    background-color: var(--theme-primary)!important;
    opacity: 1
}

.slidetext-container {
    width: 80%;
    margin: 20% auto auto;
    color: #fff;
    text-align: left
}

.sayfaustheader {
    background-image: url(../images/image4.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    height: 260px;
    width: 100%;
    background-size: 100% auto
}

.headerwhite {
    background-image: url(../images/headerwhite.png);
    background-repeat: repeat;
    background-position: center bottom;
    width: 100%;
    height: 149px;
    display: inline-block;
    position: absolute;
    bottom: -2px
}

.card {
    --bs-card-border-color: var(--bs-theme-light-100);
    --bs-card-cap-bg: var(--bs-theme-light)
}

.card.sidelinks {
    --bs-card-cap-bg: var(--text-color);
    --bs-card-cap-padding-y: 1rem;
    --bs-card-border-color: var(--bs-border-color);
    --bs-card-cap-color: #fff
}

.card.sidelinks .card-header {
    border-bottom-width: 3px;
    border-bottom-color: var(--theme-secondary)
}

.table-theme-light {
    --bs-table-bg: var(--bs-theme-light)
}

.table-theme-light-100 {
    --bs-table-bg: var(--bs-theme-light-100)
}

.table-theme-light-200 {
    --bs-table-bg: var(--bs-theme-light-200)
}

.table-theme-primary {
    --bs-table-color: #fff;
    --bs-table-bg: var(--theme-primary)
}

.table-theme-secondary {
    --bs-table-color: #fff;
    --bs-table-bg: var(--theme-secondary)
}

.table-theme-third {
    --bs-table-color: #fff;
    --bs-table-bg: var(--theme-third)
}

.table-theme-fourth {
    --bs-table-color: #fff;
    --bs-table-bg: var(--theme-fourth)
}

table.table-lg>:not(caption)>*>* {
    padding: 1rem
}

.sidelinks a.dropdown-item {
    white-space: unset;
    line-height: 1.1
}

.sidelinks a.dropdown-item.active,.sidelinks a.dropdown-item:active {
    --bs-dropdown-link-active-color: var(--theme-secondary);
    --bs-dropdown-link-active-bg: var(--bs-theme-light)
}

.sidelinks.sticky-md-top {
    top: 85px
}

.sidelinks span {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.sidelinks span i,.sipdvmtmmbtn .gonderbtn i {
    margin-right: 5px
}

.sidelinks span .badge {
    margin-left: auto
}

.sidelinks a:hover {
    color: var(--theme-secondary);
    background-color: var(--bs-theme-light)
}

.paypasbutonlar,.uhtutar h4 strong {
    position: relative
}

.scriptpaylas {
    margin-top: 15px
}

.paypasbutonlar a {
    height: 40px;
    width: 40px;
    font-size: 16px;
    border-radius: 100%;
    text-align: center;
    line-height: 250%;
    background: #fff
}

.paypasbutonlar a:hover {
    color: #fff;
    background: #666
}

#facepaylas:hover {
    background: #365899
}

#twitpaylas:hover {
    background: #1da1f2
}

#googlepaylas:hover {
    background: #d73d32
}

#linkedpaylas:hover {
    background: #008cc9
}

.g_id_signin div[aria-labelledby=button-label][role=button] {
    font-size: 13px;
    letter-spacing: -.5px;
    height: 32px;
    padding: 0 5px;
    max-width: 175px
}

#facebookconnect-new {
    max-height: 32px;
    margin: 0 0 0 10px!important;
    width: auto!important
}

#facebookconnect-new img {
    display: inline-block;
    height: 32px;
    margin: 0!important
}

@media (min-width: 768px) and (max-width:991px) {
    #facebookconnect-new {
        margin-left:0!important;
        margin-top: 5px!important;
        width: 100%!important
    }

    #facebookconnect-new img {
        width: 100%!important
    }

    .g_id_signin div[aria-labelledby=button-label][role=button] {
        width: 100%;
        max-width: unset
    }
}

@media (max-width: 576px) {
    #facebookconnect-new {
        margin-left:0!important;
        margin-top: 5px!important;
        width: 100%!important
    }

    #facebookconnect-new img {
        width: 100%!important
    }

    .g_id_signin div[aria-labelledby=button-label][role=button] {
        width: 100%;
        max-width: unset
    }
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent
}

.checkbox-custom,.radio-custom {
    opacity: 0;
    position: absolute
}

.checkbox-custom,.checkbox-custom-label,.radio-custom,.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: auto
}

.checkbox-custom-label,.radio-custom-label {
    position: relative;
    margin-bottom: 5px
}

.checkbox-custom+.checkbox-custom-label:before,.radio-custom+.radio-custom-label:before {
    content: '';
    border: 2px solid var(--theme-primary);
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    background: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid)
}

.checkbox-custom+.checkbox-custom-label:before {
    border-radius: 5px
}

.radio-custom+.radio-custom-label:before {
    width: 20px;
    text-align: center
}

.checkbox-custom:checked+.checkbox-custom-label:before,.radio-custom:checked+.radio-custom-label:before {
    content: "\f00c";
    color: #fff;
    background: var(--theme-primary);
    line-height: 12px;
    font-size: 13px
}

.uyeolgirisslogan h4 {
    font-weight: 200
}

.contact-box {
    display: flex;
    justify-content: start;
    padding: 30px
}

.contact-box.form-exist {
    padding: 0;
    background: 0 0;
    min-height: auto;
    margin-bottom: 30px
}

.contact-box.form-exist:not(.company-info) {
    flex-direction: row;
    align-items: center
}

.contact-box .contact-box-icon {
    margin-bottom: 30px
}

.contact-box.form-exist .contact-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--text-color);
    width: 60px;
    height: 60px;
    border-radius: var(--bs-border-radius);
    margin-right: 10px;
    margin-bottom: 0;
    color: #fff
}

.contact-box span.d-block b {
    margin-bottom: 15px;
    display: block
}

.sayfabaslik {
    margin-top: 35px;
    background: rgba(0,0,0,.4);
    padding: 10px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.transfercode {
    display: none
}

.domainozellikler {
    background-size: 100% auto;
    margin-bottom: 0;
    margin-top: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    height: auto;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 16px;
    box-shadow: inset 0 0 70px 40px #fff
}

.domainozellikler h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #aac28f;
    font-weight: 600;
    font-size: 24px;
    display: none
}

.domainozellikler h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}

.domainozellikler i,.dozelliklist {
    display: inline-block;
    text-align: center
}

.domainozellikler i {
    font-size: 70px;
    line-height: 50px;
    width: 75px
}

.dozelliklist {
    margin: 20px;
    width: 29%;
    vertical-align: top
}

.domainiconleft {
    margin-bottom: 20px
}

.domainfeatright {
    display: inline-block;
    width: 100%;
    font-size: 15px
}

.tescilsonuc {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee
}

#tesclsure {
    text-align-last: center;
    cursor: pointer
}

.tescilsonuc table thead tr td .checkbox-custom-label {
    margin-right: 0
}

.tescilsonuc tr td {
    padding: 5px 10px;
    border-bottom: 1px dotted #ebebeb;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.checkbox-custom+.checkbox-custom-label:before,.radio-custom+.radio-custom-label:before#tesclsure {
    width: 190px;
    text-align: center;
    text-align-last: center
}

.hostozellk {
    display: inline-block;
    width: 22%;
    font-size: 16px;
    font-weight: 300;
    vertical-align: top;
    text-align: center;
    padding: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.hostozellk h4 {
    font-size: 20px;
    font-weight: 400
}

.hostozellk:hover {
    background: #f6f6f6;
    box-shadow: 0 0 12px #eee
}

.sunucugereksinim {
    margin-top: 20px;
    line-height: 25px;
    font-size: 15px
}

.scriptozellks {
    transition: all .3s ease-out;
    position: relative
}

.scriptozellks:after,.scriptozellks:before {
    content: "";
    position: absolute;
    background: var(--bs-theme-light-100)
}

.scriptozellks:before {
    width: 1px;
    height: 100%;
    inset-inline-start: calc(-.5*var(--bs-gutter-x))
}

.scriptozellks:after {
    height: 1px;
    width: 100%;
    inset-block-end: calc(-.5*var(--bs-gutter-y))
}

.scriptrightside .col:nth-child(odd) .scriptozellks:before {
    width: 0
}

.scriptrightside .col:nth-last-child(1) .scriptozellks:after,.scriptrightside .col:nth-last-child(2) .scriptozellks:after {
    height: 0
}

.ozellkiconxx {
    width: 50px;
    height: 50px;
    display: flex;
    flex-shrink: 0;
    text-align: center;
    line-height: 1;
    align-items: center;
    justify-content: center;
    background: var(--bs-theme-light);
    color: var(--text-color);
    font-size: 25px
}

.sunucular {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px
}

#datatable tr td:last-child,.datatable tr td:last-child {
    border-right: none
}

.sunucular table tr td {
    font-size: 16px;
    border-bottom: 1px solid #ebebeb;
    padding: 12px
}

.sunucular table tr:hover {
    background: #eee
}

#datatable tr,.sunucular table tr {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.nav-tabs.software-tabs {
    --bs-nav-link-color: #fff;
    --bs-nav-tabs-link-hover-border-color: #fff;
    --bs-nav-tabs-link-active-border-color: #fff;
    --bs-nav-link-font-weight: 700
}

.nav-tabs.software-tabs .nav-item:last-of-type {
    margin-left: auto!important
}

.nav-tabs.software-tabs .nav-link {
    color: var(--bs-nav-link-color)!important
}

.nav-tabs.software-tabs .nav-item.show .nav-link,.nav-tabs.software-tabs .nav-link.active,.nav-tabs.software-tabs .nav-link:focus,.nav-tabs.software-tabs .nav-link:hover {
    color: var(--theme-secondary)!important;
    font-weight: 800
}

.nav-tabs.software-tabs .nav-item+.nav-item {
    margin-left: 2px
}

.ilanasamax h3,.indirim {
    color: #fff;
    text-align: center
}

.indirim {
    background: #4caf50;
    border-radius: 3px;
    padding: 2px 0;
    font-size: 13px;
    display: inline-block;
    margin-left: 15px;
    width: 100px;
    line-height: 21px;
    position: relative
}

.indirim:after {
    content: '';
    position: absolute;
    border-color: transparent #4caf50 transparent transparent;
    border-style: solid;
    border-width: 6px;
    width: 0;
    height: 0;
    margin-top: 4px;
    left: -12px
}

#tukendi {
    background: #f44336
}

#tukendi:after {
    border-color: transparent transparent transparent #f44336;
    border-style: solid;
    margin-left: 11px;
    border-width: 5px
}

#digerpaketler .tpakettitle {
    background: #ff9800
}

#digerpaketler .tablepaket h3,#digerpaketler .tablepaket h4,#digerpaketler .tpakettitle i {
    color: #ff9800
}

#digerpaketler .tablepaket .gonderbtn {
    border: 2px solid #ff9800;
    color: #ff9800
}

#digerpaketler .tablepaket .gonderbtn:hover {
    color: #fff;
    background: #ff9800
}

#smspaketleri .tpakettitle {
    background: #e91e63
}

#smspaketleri .tablepaket h3,#smspaketleri .tablepaket h4,#smspaketleri .tpakettitle i {
    color: #e91e63
}

#smspaketleri .tablepaket .gonderbtn {
    border: 2px solid #e91e63;
    color: #e91e63
}

#smspaketleri .tablepaket .gonderbtn:hover {
    color: #fff;
    background: #e91e63
}

#sslpaketleri .tpakettitle {
    background: #8bc34a
}

#sslpaketleri .tablepaket h3,#sslpaketleri .tablepaket h4,#sslpaketleri .tpakettitle i {
    color: #8bc34a
}

#sslpaketleri .tablepaket .gonderbtn {
    border: 2px solid #8bc34a;
    color: #8bc34a
}

#sslpaketleri .tablepaket .gonderbtn:hover {
    color: #fff;
    background: #8bc34a
}

.siparisbilgileri {
    margin: 0 auto 40px;
    display: block;
    clear: both
}

.siparisbilgileri .radio-custom-label {
    margin-bottom: 5px
}

.ilanasamalar {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 25px
}

.ilanasamax {
    text-align: center;
    width: 32.7%;
    font-size: 18px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1
}

.ilanasamax h3 {
    width: 80px;
    background: var(--theme-secondary);
    height: 80px;
    margin-bottom: 7px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 80px;
    font-size: 34px;
    font-weight: 700
}

.ilanasamalar .ilanasamax:first-child:nth-last-child(4),.ilanasamalar .ilanasamax:first-child:nth-last-child(4)~.ilanasamax {
    width: 24%
}

.ilanasamalar .ilanasamax:first-child:nth-last-child(5),.ilanasamalar .ilanasamax:first-child:nth-last-child(5)~.ilanasamax {
    width: 19%
}

.asamaline {
    width: 100%;
    background: var(--theme-secondary);
    height: 5px;
    margin-top: 60px;
    margin-bottom: -70px
}

#asamaaktif h3 {
    background: var(--theme-primary);
    color: #fff;
    text-shadow: none
}

#asamaaktif {
    color: var(--theme-primary);
    font-weight: bolder
}

.domainsec {
    max-width: 800px;
    margin: auto
}

.domainsec .tescilsonuc table {
    width: 100%;
    font-size: 15px
}

.domainsec .tescilsonuc {
    margin: 0;
    padding: 0;
    border: 0
}

.domainsec .alanadisorgu {
    margin-top: 0;
    margin-bottom: 15px
}

.sadeckyinfo {
    color: var(--text-color);
    font-size: 18px;
    margin: 0 7px 10px;
    width: 100%
}

.domainsec .tescilsonuc .gonderbtn {
    background: #ff9800;
    color: #fff;
    border: transparent;
    padding: 5px 40px;
    margin-bottom: 20px
}

.domainsec .tescilsonuc .gonderbtn:hover {
    background: #d57f00
}

.sipdvmtmmbtn .gonderbtn {
    width: 40%;
    border: 0;
    background: #ebebeb;
    margin-bottom: 15px;
    padding: 18px 0;
    font-size: 18px
}

.sunucukonfigurasyonu {
    width: 100%;
    margin-bottom: 50px
}

#service_amounts span {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 13px;
    align-items: center
}

#service_amounts span+span {
    border-top: 1px dashed var(--bs-border-color)
}

#service_amounts span strong {
    width: 30%;
    flex-shrink: 0;
    text-align: right
}

.sunucretler span {
    font-size: 16px
}

.sunucretler #total_amount {
    font-size: 26px
}

.skonfigside h3 span,.uhsil a,.uhtutar h4 {
    font-size: 20px
}

.resetTopMobile {
    top: 80px
}

.sepetright-container {
    position: -webkit-sticky;
    position: sticky;
    top: 90px
}

.sepetbaslik {
    width: 100%;
    font-family: inherit
}

.sepetlistcon .uhinfo {
    line-height: 25px
}

.uhperiyod,.uhtutar {
    width: 25%;
    text-align: center
}

.uhperiyod h5 {
    font-size: 18px;
    font-weight: 600
}

.uhperiyod option {
    font-size: 14px
}

.sepetlist {
    width: 100%;
    margin: 0
}

.sepetlist+.sepetlist {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)
}

.sepetlistcon {
    padding: 20px
}

.sepetlist .fon-ribbon {
    top: .25rem
}

.fon-ribbon+.sepetlistcon {
    padding-top: 40px
}

.uhinfo h5 {
    margin: 0;
    font-size: 18px
}

.uhinfo p span {
    font-weight: 600
}

.uhperiyod select {
    margin: 0 20px;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px
}

.uhsil {
    float: right;
    width: 10%;
    text-align: center
}

.uhsil a:hover {
    color: #333
}

.green-label {
    background-color: #81bc00;
    color: #fff
}

.row-label {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11px;
    position: absolute;
    margin-left: -8px;
    height: 19px;
    line-height: 19px;
    border-radius: 2px 0 0 0;
    letter-spacing: 1px
}

.green-label::before {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #679404 transparent transparent;
    left: 0;
    bottom: -7px
}

.sepetsipinfo {
    font-size: 14px
}

.sepetsipinfo h5 {
    font-weight: 700;
    font-size: 19px
}

.sepetsipinfo tr td {
    padding: 10px 0
}

#credit_list select,.sepetsipinfo input {
    text-align-last: center
}

.smspreviewinfo .yuzde30 {
    vertical-align: top
}

.yuzde5 {
    width: 5%;
    display: inline-block
}

.yuzde10,.yuzde15,.yuzde20 {
    width: 9%;
    display: inline-block
}

.yuzde15,.yuzde20 {
    width: 15%
}

.yuzde20 {
    width: 19%
}

.yuzde30,.yuzde33,.yuzde40 {
    width: 29%;
    display: inline-block
}

.yuzde33,.yuzde40 {
    width: 33%
}

.yuzde40 {
    width: 39%
}

.yuzde50,.yuzde50inpt {
    width: 49%;
    display: inline-block
}

.yuzde60,.yuzde70,.yuzde80 {
    width: 59%;
    display: inline-block
}

.yuzde70,.yuzde80 {
    width: 69%
}

.yuzde80 {
    width: 79%
}

.yuzde25,.yuzde75,.yuzde90 {
    width: 89%;
    display: inline-block
}

.yuzde25,.yuzde75 {
    width: 24.5%
}

.yuzde75 {
    width: 74%
}

.sepetlistcon .checkbox-custom-label {
    margin-right: 25px;
    margin-top: 5px
}

.sepetlistcon .radio-custom-label {
    margin-right: 25px;
    margin-top: 10px
}

.mpanelinfo {
    width: 100%;
    background: var(--bs-theme-light);
    font-size: .8rem;
    padding: 10px 0
}

.header .mpanelinfo {
    background: rgba(0,0,0,.5)
}

#fullwidth .mpanelinfo {
    background: #343434
}

.mpaneltitle {
    width: 100%;
    border-bottom: 1px solid var(--bs-theme-light-100);
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.mpanelrightcon .ui-widget-content {
    border: 0
}

.mpaneltitle i {
    margin-right: 7px
}

.mpaneltitle h4 {
    font-size: 18px
}

.mpanelright tr td {
    border-bottom: 1px solid #eee
}

.mpanelhaber h5 span {
    font-size: 14px;
    color: #777
}

.mpanelhaber p {
    margin: 0;
    color: #666
}

.page-account-contents:not(.account_dashboard) {
    background: #fff;
    padding: 25px;
    border-radius: var(--bs-border-radius-lg);
    box-shadow: var(--bs-box-shadow-lg);
    border: 1px solid var(--bs-theme-light-100)
}

.page-account-contents .card .card-header h3 {
    font-size: 1.25rem;
    font-weight: 600
}

.card-title {
    --bs-card-title-color: var(--theme-secondary)
}

.dashboard-widget {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 150px
}

.dashboard-widget a,.dashboard-widget.alert-warning,a.dashboard-widget {
    color: #fff!important
}

.dashboard-widget .alert-icon {
    transition-duration: .3s
}

.dashboard-widget:hover .alert-icon {
    transform: rotate(-10deg) scale(1.1);
    transform-origin: center
}

.dashboard-widget .dashboard-link:hover {
    color: rgba(255,255,255,.7)
}

.dashboard-widget .dashboard-count {
    font-size: 1.75rem;
    font-weight: 700
}

.dashboard-widget .dashboard-link {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,.3);
    padding-top: 1rem;
    line-height: 1
}

.dashboard-widget .alert-title {
    margin-bottom: 0
}

#green {
    background: #8bc34a
}

#blue {
    background: #2196f3
}

#red {
    background: #f44336
}

#gray {
    background: #607d8b
}

#turquise {
    background: #00bcd4
}

#turquise h2 {
    line-height: 15px
}

.sayfayolu {
    margin-left: auto;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px
}

.sayfayolu a:first-child {
    font-weight: 600
}

#bigcontent {
    width: 100%
}

.datatbspan,.dttblegoster {
    float: left;
    margin-right: 7px
}

.datatbspan {
    line-height: 50px
}

.dttblegoster {
    width: 100px
}

#datatable tr td {
    border-bottom: 1px solid #eee;
    padding: 10px
}

.incelebtn {
    display: inline-block;
    padding: 7px 15px;
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700
}

.incelebtn:hover {
    background: #ccc;
    color: #000
}

#ticketfixed {
    width: 100%;
    margin-bottom: 20px
}

#ticketfixed .destekinfo {
    width: 23%
}

.mavibtn {
    color: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 15px 0;
    background: #62a8ea;
    font-size: 16px;
    font-weight: 700
}

.mavibtn:hover,.metalbtn:hover {
    background: #333;
    color: #fff
}

.graybtn,.mavibtn,.metalbtn {
    border: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.metalbtn {
    color: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 15px 0;
    background: var(--theme-secondary);
    font-size: 16px;
    font-weight: 700
}

.graybtn {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 1rem
}

.graybtn,.graybtn:hover {
    background: #ccc;
    color: #777
}

.yesilbtn {
    background: #8bc34a
}

.redbtn:hover,.turuncbtn:hover,.yesilbtn:hover {
    background: #333;
    color: #fff
}

.redbtn,.turuncbtn,.yesilbtn {
    color: #fff;
    border: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    margin-top: 10px
}

.redbtn {
    background: #e21d1d
}

.turuncbtn {
    background: #f26c31
}

.lbtn {
    padding: 5px 15px;
    border: 2px solid var(--theme-secondary);
    color: var(--theme-secondary);
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    outline: 0
}

.lbtn:hover {
    color: #fff;
    background: var(--theme-secondary)
}

.lbtn.btn-theme-light,.sbtn {
    border-radius: var(--bs-border-radius)
}

.lbtn.btn-theme-light {
    border-color: var(--bs-theme-light-100);
    border-width: 1px;
    color: #41517d
}

.lbtn.btn-theme-light:hover {
    color: #212d4f;
    background-color: var(--bs-theme-light-100);
    border-color: var(--bs-theme-light-200)
}

.sbtn {
    width: auto;
    padding: 5px 7px;
    font-size: 14px;
    background: var(--bs-theme-light);
    display: inline-block;
    text-align: center
}

.sbtn i {
    font-size: 16px
}

.sbtn:hover {
    color: #fff;
    background: var(--theme-secondary)
}

.green {
    border-color: #81c04e;
    color: #81c04e
}

.green:hover {
    color: #fff;
    background: #81c04e
}

.red {
    border-color: #f44336;
    color: #f44336
}

.red:hover {
    color: #fff;
    background: #f44336
}

.orange {
    border-color: orange;
    color: orange
}

.orange:hover {
    color: #fff;
    background: orange
}

.blue {
    border-color: #62a8ea;
    color: #62a8ea
}

.blue:hover {
    color: #fff;
    background: #62a8ea
}

.ucte1 {
    width: 33%
}

.hizmetblok {
    display: inline-block;
    width: calc(50% - 18px);
    margin: 9px;
    vertical-align: top;
    font-size: 14px;
    border: 1px solid var(--bs-theme-light-100);
    border-radius: 3px
}

.hizmetblok tr:nth-child(1) td {
    font-size: 1rem;
    padding: 12px;
    background: 0 0;
    border-bottom: 3px solid var(--theme-primary)
}

.hizmetblok #otherLimits tr:nth-child(1) td {
    background: 0 0;
    color: #444;
    padding: 8px
}

.hizmetblok tr td {
    padding: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 1px solid var(--bs-theme-light-100)
}

.hizmetblok:first-child {
    border-right: none
}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--bs-theme-light)
}

ul.tab:not(.nav-pills) li {
    float: left
}

ul.tab:not(.nav-pills) li a {
    display: inline-block;
    text-align: center;
    padding: 14px 30px;
    text-decoration: none;
    transition: .3s;
    font-size: 15px;
    border-bottom: 2px solid #e7e7e7;
    border-right: 1px solid #dbdbdb
}

ul.tab:not(.nav-pills) li a i {
    margin-right: 7px
}

ul.tab:not(.nav-pills) li a.active {
    border-bottom: 2px solid #fff
}

.tabcontent {
    display: none;
    padding: 30px 0;
    border-top: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s
}

.hizmetblok:nth-child(-n+1) {
    border-bottom: none
}

.cpanelebmail {
    float: left;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    min-height: 323px
}

.cpanelebmail img {
    margin: auto;
    width: 140px;
    padding: 7px 15px;
    display: block
}

.cpanelebmail h5 {
    font-size: 17px;
    margin: 15px 0;
    font-weight: 600
}

.cpanelebmail .gonderbtn {
    width: 90%;
    padding: 12px 0;
    font-weight: 600;
    font-size: 15px
}

#updownbtn i,.cpanelebmail .gonderbtn i {
    font-size: 20px;
    line-height: 0
}

.cpanelebmail .yesilbtn {
    color: #8bc34a;
    box-shadow: none;
    background: #eee;
    width: 47%
}

.cpanelebmail .yesilbtn:hover {
    color: #fff;
    background: #8bc34a
}

.cpanelebmail .mavibtn,.cpanelebmail .turuncbtn {
    color: #f26c31;
    box-shadow: none;
    background: #eee;
    width: 47%
}

.cpanelebmail .turuncbtn:hover {
    color: #fff;
    background: #f26c31
}

.cpanelebmail .mavibtn {
    color: #62a8ea
}

.cpanelebmail .mavibtn:hover {
    color: #fff;
    background: #62a8ea
}

#updownbtn {
    width: 95%;
    color: var(--theme-secondary);
    opacity: 1.5;
    filter: alpha(opacity=100);
    font-weight: 600;
    background: #eee;
    box-shadow: none;
    margin-top: 5px
}

#updownbtn:hover {
    background: var(--theme-secondary);
    color: #fff
}

#updownbtn i {
    margin-right: 5px
}

.espotaolustur,.tabcontentcon {
    width: 80%;
    margin: auto auto 25px
}

#haveAddress h5,#sentSMS,.destekolsbtn,.faturabilgisi .red-info h5,.sepetsipinfo .totalamountinfo strong,.tabcontentcon h5 {
    font-size: 16px
}

.destekolsbtn {
    float: right;
    padding: 10px 20px;
    margin-top: -8px
}

.destekolsbtn:hover {
    background: #8bc34a
}

.whoisgizlenmis {
    background: orange;
    color: #fff;
    padding: 3px 0;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    margin: -20px auto auto;
    width: 120px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.mailyonsec {
    float: left;
    width: 100%;
    margin: 10px 0
}

.mailyonsec span {
    float: left;
    width: 25%
}

.mailyonbtn .gonderbtn {
    width: 33%;
    font-size: 16px;
    padding: 12px 0
}

.yuzde45 {
    width: 45%
}

#smsgonder .yuzde50 {
    float: left;
    margin-left: 5px
}

#rehber .checkbox-custom-label {
    margin-right: 25px
}

#StepForm1 .alanadisorgu optgroup,#StepForm1 .alanadisorgu option,#rehber div {
    font-size: 15px
}

#rehber .checkbox-custom+.checkbox-custom-label:before,.odemeyontem .checkbox-custom+.checkbox-custom-label:before,.odemeyontem .checkbox-custom+.radio-custom+.radio-custom-label:before,.radio-custom+.radio-custom-label:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.faturalarim table tr td,th {
    vertical-align: middle
}

.fatcusinfo,.fatodenmedi {
    display: inline-block;
    width: 50%
}

.fatcusinfo {
    vertical-align: top
}

.fatodenmedi {
    padding: 10px 25px;
    text-align: center;
    border: 2px solid red;
    color: red;
    margin-bottom: 20px;
    font-weight: 600
}

.fatodendi {
    border: 2px solid #8bc34a;
    color: #8bc34a;
    font-weight: 600
}

.fattutarlar span {
    text-align: left
}

.odemeyontem {
    float: left;
    margin-bottom: 20px;
    width: 100%
}

.odemeyontem h5 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.odemeyontem .checkbox-custom-label,.odemeyontem .radio-custom-label {
    margin-right: 25px;
    margin-top: 10px
}

.durumraportable {
    height: 250px;
    overflow-y: scroll
}

.hesapbilgilerim table tr td {
    padding: 7px;
    border-bottom: 1px solid #eee;
    font-size: 15px
}

.adresbilgisi {
    width: 100%;
    border-bottom: 1px solid #eee;
    font-size: 14px
}

.adresbilgisi,.adresbilgisi .yuzde80 {
    padding: 10px 0
}

.menuurunlink a span {
    padding: 1px 22px
}

.bankalogo h4,.menuurunlink a {
    font-weight: 400;
    font-size: 15px
}

.ui-accordion .ui-accordion-content {
    padding: 25px;
    border-top: 0
}

.bankablok {
    width: 48%;
    display: inline-block;
    margin: 10px 0
}

.bankalogo {
    width: 100%;
    float: left
}

.bankalogo img {
    width: 30%;
    float: left
}

.bankalogo h4 {
    float: right;
    font-size: 18px;
    line-height: 42px
}

.bankainfo {
    float: right;
    width: 100%
}

.bankainfo h5 {
    font-size: 14px;
    padding: 2px 0
}

.bankainfo h5 span {
    width: 35%;
    float: left;
    font-weight: 700
}

.bankablok .line {
    margin: 10px 0
}

#newAddress h3 {
    font-size: 15px;
    font-weight: 700
}

.progresspayment {
    display: inline-block;
    padding: 30px 0;
    width: 100%
}

.progresspayment h4 {
    font-size: 17px;
    padding: 15px
}

.progresspayment h3 {
    font-weight: 700;
    font-size: 22px;
    color: #2bb673;
    margin-top: 25px
}

#progressh3 {
    color: var(--theme-primary)
}

.existingOrigins div#DataTables_Table_0_filter {
    margin-top: -72px;
    margin-right: -25px
}

.sepetleft .lbtn {
    margin-bottom: 20px
}

.slidermio {
    float: left;
    width: 100%
}

.slidermio .list_carousel li {
    width: auto;
    height: auto
}

.required-field-info input:focus {
    padding-left: 0
}

.required-field-info input {
    padding: 10px 0;
    margin-right: 5px;
    font-size: 14px
}

.currencyitems {
    margin-top: 25px
}

.countryselectimg {
    width: 22px;
    height: 17px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: .7;
    filter: alpha(opacity=70)
}

.countryselectimg:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

#offer {
    position: absolute;
    font-size: 12px;
    margin-top: -5px;
    margin-left: -35px;
    font-style: normal;
    background: #4caf50;
    line-height: normal;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400
}

#ConvertBody {
    text-align: center;
    font-size: 16px
}

#datatable thead img,.datatable thead img {
    height: 20px;
    opacity: .6;
    filter: alpha(opacity=60)
}

.hostozellk img {
    width: 120px
}

.sunucusipside .error {
    padding-top: 15px
}

#check_results a {
    font-size: 16px;
    font-weight: 700
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 30px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

.sss .ui-state-active,.ui-button.ui-state-active:hover,.ui-button:active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active {
    background: #eee;
    font-weight: 600;
    color: var(--theme-primary)
}

.sss .ui-widget-content {
    color: var(--theme-secondary)
}

div.angrytext {
    -webkit-animation: blink 3s ease-in 0 infinite normal;
    animation: blink 3s ease-in 0 infinite normal
}

#karart,.meter>span {
    display: block;
    height: 100%
}

#karart {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    z-index: 991
}

.content-updown {
    width: 85%
}

.content-updown .formcon .yuzde70 select {
    width: 60%
}

.ModifyDns,.meter {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.meter {
    height: 30px;
    position: relative;
    background: #bebebe;
    padding: 0;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,.3);
    box-shadow: inset 0 -1px 1px rgba(255,255,255,.3);
    text-shadow: 0 0 2px #848484
}

.meter div {
    position: absolute;
    z-index: 5;
    width: 100%;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    line-height: 30px
}

.meter>span {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #2bc253;
    background-image: linear-gradient(to bottom,#2bc253 37%,#54f054 69%);
    -webkit-box-shadow: inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);
    box-shadow: inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);
    position: relative;
    overflow: hidden
}

.animate>span>span,.meter>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden
}

.animate>span:after {
    display: none
}

.orange>span {
    background-color: #f1a165;
    background-image: linear-gradient(#f1a165,#f36d0a)
}

.redx>span {
    background-image: linear-gradient(#f0a3a3,#f42323)
}

.nostripes>span:after,.nostripes>span>span {
    -webkit-animation: none;
    background-image: none
}

#weak {
    background: #f44336;
    border: 1px solid #f44336
}

#good,#strong,#weak {
    padding: 6px;
    color: #fff;
    text-align: center;
    border-radius: var(--bs-border-radius-sm)
}

#strong {
    background: #4caf50;
    border: 1px solid #4caf50
}

#good {
    background: #cddc39;
    border: 1px solid #cddc39
}

#ModifyWhois input,.ModifyDns input {
    padding-left: 0
}

#sendbta {
    font-size: 14px
}

.ModifyDns {
    display: inline-block;
    width: 45%;
    text-align: center;
    border: 1px solid #eee;
    min-height: 300px;
    margin: 20px;
    vertical-align: top
}

#ModifyDns input {
    width: 240px
}

.ModifyDns .yuzde50 {
    width: 47%
}

#credit_list {
    width: 50%;
    padding: 5px;
    margin: auto
}

.prereg-warning {
    font-weight: 400;
    float: right;
    position: absolute;
    margin-left: 15px;
    font-size: 16px
}

.domainlookuplist {
    width: 70%;
    margin: auto
}

.lookcolumtitle {
    background: var(--theme-secondary);
    width: 100%;
    font-weight: 700;
    border-radius: 7px;
    color: #fff
}

.lookcolumlist,.lookcolumtitle {
    display: flex;
    align-items: center;
    align-content: center
}

.lookcolum {
    width: 25%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #f1f3f5
}

.lookcolumtitle .lookcolum {
    border-bottom: 0
}

.lookcolum .checkbox-custom-label {
    margin-right: -10px;
    margin-bottom: 0
}

#tldok {
    color: #8bc34a
}

#tldno,#tldok {
    font-weight: 700
}

#empty_list span,.tldhere {
    font-size: 18px
}

.tldavailable h4 {
    color: #8bc34a;
    font-size: 26px;
    line-height: 45px
}

#showTLDStatusUnavailable,#tldno {
    color: #f44336
}

.tldavailable {
    text-align: center;
    margin: 35px 0
}

.lookcolum .yesilbtn {
    padding: 7px 0;
    margin: 0;
    height: 100%
}

.tldlistfoot .lookcolum {
    border: 0
}

.spinnertld {
    line-height: 45px
}

.spinnertld>div {
    width: 18px;
    height: 18px;
    background-color: #ccc;
    border-radius: 100%;
    display: inline-block
}

.spinnertld .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinnertld .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

#upgrade .ion-speedometer {
    float: left;
    font-size: 70px;
    line-height: 25px;
    margin: -5px 35px 17px 20px
}

ul.tab .ion-speedometer {
    font-size: 19px;
    line-height: 0
}

.amount-thousands {
    font-size: 18px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #777
}

.invoicex {
    max-width: 900px;
    background: #fff;
    margin: 25px auto;
    box-shadow: 0 0 15px var(--bs-theme-light-100);
    border-radius: 7px
}

.invoicex .padding {
    padding: 40px
}

.invoicex .tabcontentcon {
    margin-bottom: 0
}

@media print {
    .invoicex {
        box-shadow: none
    }
}

.creditcardpaypage .card {
    border: 0;
    clear: both;
    padding: 0
}

.creditcardpaypage .creditcardinfo-con,.creditcardpaypage .securityinfo {
    border-color: var(--bs-theme-light-100)
}

.creditcardpaypage .creditcardinfo-left input:not(.form-control) {
    width: 100%
}

.creditcardpaypage .creditcardbox {
    background: #fff;
    box-shadow: none;
    border: 1px solid var(--bs-theme-light-100);
    margin: 0
}

.creditcardpaypage .creditcardbox:hover {
    box-shadow: 0 0 7px var(--bs-theme-light-100)
}

.creditcardpaypage .creditcardinfo-con {
    width: 100%
}

.custbillinfo {
    float: left;
    width: 40%;
    font-size: 14px
}

.companybillinfo {
    float: right;
    width: 45%;
    font-size: 14px;
    text-align: right
}

.companybillinfo img {
    margin-bottom: 25px;
    height: 45px;
    width: auto
}

.invoicestatus {
    float: left;
    width: 40%;
    text-align: center;
    border: 2px dotted #eee;
    font-size: 28px
}

.invoicepaymethod {
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 100%;
    color: #a9a9a9
}

.invoicestatus .invpaid {
    color: #8bc34a
}

.invoicestatus .invwait {
    color: var(--theme-secondary)
}

.invoicestatus .invnopay {
    color: #f44336
}

.invoicetimes {
    float: right;
    width: 40%;
    margin-bottom: 20px;
    margin-top: 15px
}

.invoicedesc .formcon .yuzde70,.invoicetimes .formcon .yuzde50 {
    font-size: 14px
}

.invoiceidx {
    float: left;
    font-size: 18px;
    width: 40%;
    text-align: center;
    margin-top: 20px
}

.invoicedesc {
    margin-top: 25px;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.invoicedesc .formcon {
    padding: 3px 0
}

.invoicedesc .formcon .yuzde30 {
    font-size: 14px;
    text-align: center
}

.otherincoivebtns {
    float: right;
    margin: 7px 0;
    z-index: 5;
    position: relative
}

.otherincoivebtns .sbtn {
    padding: 4px 12px;
    border: 0;
    width: auto;
    font-size: 14px
}

.otherincoivebtns .sbtn:hover {
    background: var(--theme-secondary);
    color: #fff
}

.otherincoivebtns .sbtn i {
    margin-right: 5px
}

.license-verification-result {
    text-align: center;
    width: 100%;
    margin-top: 25px
}

.license-none,.license-ok,.otherincoivebtns .sbtn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.license-none,.license-ok {
    margin: auto
}

.license-ok {
    background: #f6ffec;
    color: #75b22f
}

.license-none {
    background: #fff2f1;
    color: #f44336
}

.license-none .gonderbtn {
    border: 2px solid #f44336;
    color: #f44336;
    margin-top: 20px;
    font-weight: 600
}

.license-none .gonderbtn:hover {
    color: #fff;
    background: #f44336
}

.license-verification-result i {
    font-size: 48px;
    margin-bottom: 15px
}

.faturabilgisi .red-info {
    border: 0
}

.resellericon {
    margin-left: 5px;
    display: inline-block;
    margin-bottom: -8px;
    height: 25px
}

#payment-screen .bankablok {
    width: 48.5%;
    margin: 5px
}

#payment-screen .green-info i {
    font-size: 20px;
    margin: 2px 10px 0 0
}

#notifiballonalert {
    -webkit-animation: alert 2s linear 0 infinite normal;
    animation: alert 2s linear 0 infinite normal
}

#orders-none {
    text-align: center;
    margin-top: 55px;
    display: inline-block;
    width: 100%
}

#addons {
    width: 90%;
    margin: auto
}

#upgrade-product-none {
    text-align: center;
    margin-top: 55px;
    color: #f44336;
    font-weight: 700
}

.style-toggle-active {
    margin-left: -5px
}

#style-toggle {
    position: fixed;
    left: 0;
    top: 25%;
    background: #fff;
    width: 590px;
    margin-left: -294px;
    z-index: 485;
    border-radius: 3px;
    box-shadow: 0 0 7px #ccc;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.styletheme {
    display: inline-block;
    box-shadow: 0 0 10px #8e8e8e;
    margin: 10px;
    text-align: center;
    line-height: 130px;
    width: 46%;
    height: 130px;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 3px;
    overflow: hidden
}

.styletheme h5 {
    color: #fff;
    background: rgba(0,0,0,.6);
    transition: var(--transition-default)
}

.styletheme h5:hover {
    opacity: 0;
    filter: alpha(opacity=00)
}

.style-toggle-button {
    float: right;
    background: #fff;
    padding: 5px 15px;
    margin-right: -44px;
    font-size: 22px;
    border-radius: 3px;
    margin-top: 27px;
    box-shadow: 4px 0 7px #ccc
}

.style-toggle-button i {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    margin-right: -3px
}

.gprimage {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.gprimage:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

#empty_list {
    margin-top: 7%;
    margin-bottom: 40px;
    text-align: center;
    display: none
}

#empty_list i {
    font-size: 54px;
    margin-bottom: 20px
}

#empty_list h4 {
    font-size: 22px
}

.result-content h4 {
    color: #4caf50;
    font-size: 22px
}

.siparisbilgileri .ui-state-active {
    background: var(--theme-secondary);
    color: #fff
}

#muspanel .ui-accordion .ui-accordion-header,.siparisbilgileri .ui-state-default {
    border-radius: 10px
}

.sepetsipinfo .totalamountinfo {
    border: 0;
    padding-top: 25px;
    padding-bottom: 10px
}

.sepetsipinfo .totalamountinfo h5 {
    font-size: 30px;
    color: #8bc34a
}

#uyeolgiris .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 84px
}

.intl-tel-input .selected-flag .iti-flag {
    left: 5px
}

.faturabilgisi .yesilbtn {
    width: 220px;
    float: right
}

#NotificationForm .gonderbtn {
    margin-top: 20px
}

.sunucular .lbtn {
    padding: 7px 18px;
    border: 0;
    background: #eee;
    font-size: 14px;
    border-radius: 5px
}

.sunucular .lbtn:hover {
    background: #81c04e
}

#StepForm2 .alanadisorgu input {
    margin: 5px 0;
    font-size: 18px
}

#StepForm2 .alanadisorgu h5 {
    margin-bottom: 25px
}

#muspanel table.dataTable thead th {
    padding: 14px 0
}

#muspanel .ui-widget-content,.datatbspan {
    color: var(--text-color)
}

#muspanel .ui-state-active {
    background: var(--theme-secondary);
    border-radius: 10px
}

#muspanel .dataTables_info {
    color: var(--text-color)
}

#muspanel table.dataTable tbody tr:hover {
    background-color: #f3f3f3
}

#muspanel .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 64px
}

#muspanel .select2-container .select2-selection--single,#muspanel .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 64px
}

.amount_spot_view {
    position: relative;
    display: inline-block
}

.amount_spot_view,.amount_spot_view>strong {
    display: inline-flex;
    align-items: center
}

.amount_spot_view i {
    font-style: normal
}

.currposleft {
    margin-right: 5px
}

.currposright {
    order: 1;
    margin-left: 5px
}

.sepetsipinfo .amount_spot_view {
    margin-right: 10px
}

.tablepaket .currposright {
    font-size: 22px
}

.products_features {
    line-height: 28px
}

.ddiscountnewprice {
    background: #fff;
    padding: 2px 0;
    text-transform: capitalize;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    width: 60%;
    display: inline-block;
    color: var(--theme-primary);
    font-size: 19px
}

.uzantibox .amount_spot_view i {
    font-size: 14px
}

#total-amount-payable,.uzantibox .currposright {
    margin-right: -10px
}

.uzantibox .currposleft {
    margin-left: -10px
}

.doldprice {
    text-decoration: line-through
}

.dnewprice {
    color: #fff;
    position: relative;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 7px
}

.domdiscount {
    background: #fff;
    padding: 2px 10px;
    text-transform: capitalize;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #009595;
    font-size: 15px
}

.invoiceremind {
    text-align: center;
    width: 99%;
    display: inline-block
}

.invoiceremind .red-info {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    background: 0 0;
    color: var(--text-color);
    border: 1px solid var(--text-color)
}

.invoiceremind .red-info i {
    float: none;
    margin-bottom: 0;
    font-size: 65px;
    color: #f44336
}

.invoiceremind h4 {
    display: inline-block;
    font-weight: 700;
    font-size: 18px
}

#payment-screen .red-info {
    display: inline-block;
    width: 100%;
    color: var(--text-color);
    border: 0;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#payment-screen .red-info h5 {
    font-size: 15px
}

.serverblokbtn a {
    border-radius: 50px
}

.homedomainarea .amount_spot_view i {
    font-size: 14px;
    font-weight: 600
}

.homedomainarea .currposleft {
    margin-left: -12px
}

.homedomainarea .currposright {
    margin-right: -12px
}

.homedomainarea h4 .amount_spot_view {
    margin: 15px;
    font-weight: 700
}

.alanadisorgu h1 .amount_spot_view {
    margin: 0 15px;
    font-weight: 700
}

.sunucular .dataTables_wrapper table tr td {
    font-size: 15px;
    padding: 10px 0
}

.orderperiodblock {
    border-color: var(--bs-theme-light-100);
    background: var(--bs-white);
    box-sizing: border-box;
    margin: 0 0 10px 15px;
    width: 20%;
    transform: scale(1)
}

.orderperiodblock.active,.orderperiodblock:hover {
    box-shadow: var(--bs-box-shadow-lg)
}

.orderperiodblock.active {
    border-color: var(--theme-primary)
}

.orderperiodblock.active .periodselectbox {
    border-color: var(--theme-primary);
    background: var(--theme-primary);
    left: auto;
    right: 15px;
    bottom: auto;
    top: 15px
}

.top-notice-bar {
    padding: 8px 0;
    background: var(--theme-primary);
    display: none;
    position: relative;
    z-index: 150
}

.top-notice-bar .top-notice-info,.top-notice-bar .top-notice-info h5 {
    font-size: 14px;
    font-weight: 700
}

.top-notice-btn {
    color: rgba(255,255,255,.85)!important;
    background-color: transparent;
    border: 0;
    font-size: 14px
}

.top-notice-btn:hover {
    color: #fff!important
}

.top-notice-btn.top-notice-close {
    font-size: 18px;
    margin-right: -5px
}

.top-notice-bar .fon-countdown-timer {
    --fon-countdown-number-size: 12px;
    --fon-countdown-text-size: 6px;
    --fon-countdown-gap: 3px;
    --fon-countdown-padding: 10px;
    --fon-countdown-radius: 100%;
    --fon-countdown-background: var(--theme-secondary);
    --fon-countdown-number-color: white;
    --fon-countdown-text-color: white;
    background: 0 0;
    border-radius: 0;
    padding: 0
}

.top-notice-bar .fon-countdown-timer>span {
    background: var(--fon-countdown-background);
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.popup-notify-modal.modal {
    --bs-modal-border-width: 0
}

.popup-notify-modal button.popupBildirimCerez {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    background: rgba(0,0,0,.3);
    line-height: 1em;
    font-size: 20px;
    border-radius: 100%
}

.popup-notify-modal .modal-body {
    padding: 0;
    overflow: hidden
}

.popup-notify-modal .popup-notify-image {
    width: 100%;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.popup-notify-modal .fon-countdown-timer {
    --fon-countdown-number-size: 30px;
    --fon-countdown-text-size: 9px;
    background: 0 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none
}

.popup-notify-modal .fon-countdown-timer>span,.top-notice-bar .fon-countdown-timer>span {
    border-radius: var(--fon-countdown-radius);
    padding: var(--fon-countdown-padding)
}

.fon-section.googlemap {
    padding: 0!important
}

.cardCollapse.collapsed i {
    rotate: 180deg
}

.row-cols-7>.col {
    flex: 0 0 auto;
    width: 14.28571428%
}

.row-cols-8>.col {
    flex: 0 0 auto;
    width: 12.5%
}

.horizontal-pricing-table li+li {
    border-left: 1px solid var(--bs-theme-light-100)
}

.main-page-hero {
    --bs-min-height: 500px;
    --bs-padding-top: 80px;
    --bs-bg-color: var(--theme-secondary);
    --bs-bg-image: url(../images/bg/bg1.png);
    min-height: var(--bs-min-height);
    display: flex;
    align-items: center;
    background-image: var(--bs-bg-image);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: var(--bs-bg-color);
    padding-top: var(--bs-padding-top)
}

.news-ticker {
    max-height: 55px
}

.news-ticker-header {
    width: 170px!important;
    line-height: 55px
}

.news-ticker-header:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: var(--theme-secondary);
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%)
}

.news-ticker-content {
    max-width: calc(100% - 170px);
    padding-right: 60px
}

.news-ticker-content .slick-slide>a {
    display: block;
    padding-right: 10px
}

.news-ticker .slick-next,.news-ticker .slick-prev {
    border-radius: 0;
    background: 0 0;
    box-shadow: none!important;
    transform: rotate(90deg);
    transform-origin: top
}

.news-ticker .slick-prev {
    left: auto;
    right: -35px
}

.news-ticker .slick-next {
    right: -70px
}

.news-ticker .slick-vertical .slick-slide {
    border: 0
}

.becard {
    border-radius: var(--bs-border-radius)!important;
    box-shadow: none!important;
    border: 1px solid var(--bs-theme-light-100)!important
}

.becard .becard-header:not(.no-bg) {
    background-color: #fff;
    color: var(--text-color)!important;
    border-bottom: 3px solid var(--theme-primary)!important
}

.becard .becard-content:not(.no-p),.becard .becard-header:not(.p-min) {
    padding: 15px!important
}

.becard .becard-content.big-p {
    padding: 15px!important
}

.becard .becard-header {
    font-size: var(--h4-font-size);
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px!important;
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.becard-menu-list ul li {
    border-bottom: medium none!important
}

.serverserviceblock {
    position: relative;
    background-clip: border-box;
    border: 1px solid var(--bs-theme-light-100);
    border-radius: var(--bs-border-radius)
}

.serverserviceblock-title {
    padding: 1rem;
    border-bottom: 3px solid var(--theme-primary)
}

.serverserviceblock-title h4 {
    font-weight: 700
}

a.hostbtn.modulebtn {
    margin: 1rem;
    width: 135px;
    height: 120px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--bs-theme-light);
    color: var(--text-color)
}

a.hostbtn.modulebtn:focus,a.hostbtn.modulebtn:hover {
    background-color: var(--theme-primary);
    color: #fff
}

#storeinfo::after {
    display: block;
    clear: both;
    content: ""
}

#Interface,#osbuild {
    border: 1px solid var(--bs-theme-light-100);
    border-radius: var(--bs-border-radius);
    padding: 2rem;
    margin-bottom: 15px
}

#osbuild .line {
    display: none
}

#osbuild .red-info,.cleintArea-module-page-title {
    margin-bottom: 10px
}

.dataTable:not(.table)>:not(caption)>*>* {
    border-bottom-width: var(--bs-border-width);
    border-color: var(--bs-border-color)
}

.grecaptcha-badge {
    width: 70px!important;
    overflow: hidden!important;
    transition: all .3s ease!important;
    left: 4px!important;
    bottom: 4px!important;
    box-shadow: var(--bs-box-shadow-sm)!important;
    border: 1px solid var(--bs-border-color)
}

.grecaptcha-badge:hover {
    width: 256px!important
}

#uyeolgirisbody div#uyeolgiris {
    background-color: var(--theme-secondary);
    background-image: url(../images/bg/bg15.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#uyeolgirisbody #new-signin-signup {
    max-width: 500px
}

#csm-tab-pane .card.is-flipped,.sepetleft>.card.is-flipped {
    transform: none!important
}

@media (min-width: 576px) {
    .row-cols-sm-7>* {
        flex:0 0 auto;
        width: 14.28571428%
    }

    .row-cols-sm-8>* {
        flex: 0 0 auto;
        width: 12.5%
    }
}

@media (min-width: 768px) {
    .row-cols-md-7>* {
        flex:0 0 auto;
        width: 14.28571428%
    }

    .row-cols-md-8>* {
        flex: 0 0 auto;
        width: 12.5%
    }
}

@media (min-width: 992px) {
    .row-cols-lg-7>* {
        flex:0 0 auto;
        width: 14.28571428%
    }

    .row-cols-lg-8>* {
        flex: 0 0 auto;
        width: 12.5%
    }
}

@media (min-width: 1200px) {
    .row-cols-xl-7>* {
        flex:0 0 auto;
        width: 14.28571428%
    }

    .row-cols-xl-8>* {
        flex: 0 0 auto;
        width: 12.5%
    }
}

@media (max-width: 1399.98px) {
    .logo {
        width:130px
    }
}

@media (min-width: 1200px) and (max-width:1399.98px) {
    .site-menu li.megamenuli.full-width .megamenu {
        width:1030px
    }
}

@media (min-width: 992px) and (max-width:1399.98px) {
    .col-lg-6 .nav-pills.nav-toolbar {
        --bs-nav-pills-border-radius:var(--bs-border-radius);
        padding-bottom: .5rem!important
    }
}

@media (max-width: 1199.98px) {
    .fon-slider .fon-slider-subtitle {
        max-width:95%;
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 35px
    }

    .fon-animated-number-widget.style-default .animated-number-number .number {
        font-size: 2.25rem!important
    }

    .fon-animated-number-widget.style-default .animated-number .animated-number-title {
        font-size: 1rem!important
    }

    .col-lg-3 .fon-animated-number-widget.style-6 .animated-number-number .number {
        font-size: 25px!important
    }

    .slick-prev {
        left: 0
    }

    .slick-next {
        right: 0
    }

    body.sticky-header .ctHeader,body.sticky-header .page-inner-nav.has-sticky {
        top: 60px
    }

    .software-buttons .admin-link,.software-buttons .demo-link {
        grid-column-start: 1;
        grid-column-end: 5
    }

    .page-inner-nav .container {
        --bs-gutter-x: 1.5rem;
        max-width: 100%
    }

    .nav-tabs.software-tabs .nav-link {
        --bs-nav-link-padding-x: 0.5rem
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .dashboard-widget {
        max-height:175px
    }

    .dashboard-widget>.d-flex {
        justify-content: center!important;
        text-align: center!important;
        flex-direction: column
    }

    .dashboard-widget .alert-icon {
        margin-right: 0
    }

    .dashboard-widget .alert-icon i {
        font-size: 2.5em
    }
}

@media (max-width: 991.98px) {
    .section-hero .fon-contentbox-content {
        display:none
    }

    .section-hero .fon-widget-container {
        margin-bottom: 10px
    }

    .fon-slider .fon-slider-feature-desc,.fon-slider .fon-slider-text ul {
        display: none
    }

    .fon-slider .slick-next.slick-arrow {
        right: 5px
    }

    .fon-slider .slick-prev.slick-arrow {
        left: 5px
    }

    .horizontal-pricing-button {
        width: 50%!important;
        text-align: right!important;
        border-top: 1px solid var(--bs-border-color);
        padding-top: 10px;
        height: 100%
    }

    .horizontal-pricing-column .fa,.horizontal-pricing-column .fa-brands,.horizontal-pricing-column .fa-regular,.horizontal-pricing-column .fa-solid,.horizontal-pricing-column .fab,.horizontal-pricing-column .far,.horizontal-pricing-column .fas {
        font-size: 1.5em
    }

    .product-group-tabs.nav-pills .nav-item img {
        width: 32px!important;
        height: 32px!important
    }

    .nav-toolbar .nav-link {
        padding: .5rem
    }

    .nav-pills.nav-toolbar {
        --bs-nav-pills-border-radius: var(--bs-border-radius);
        padding-bottom: .5rem!important
    }

    .product-group-tabs {
        --bs-nav-link-padding-x: .75rem;
        --bs-nav-link-padding-y: 0.625rem;
        gap: .5rem
    }

    .separate-section:after {
        background-size: 70%
    }

    .popular-badge {
        padding: 5px 10px 4px;
        font-size: 11px;
        left: -15px;
        top: 10px
    }

    .popular-badge:after {
        left: -12px;
        border-width: 13px
    }

    .nav-tabs.software-tabs {
        margin-bottom: 0
    }

    .nav-tabs.software-tabs .nav-item {
        margin: 2px!important
    }

    .nav-tabs.software-tabs .nav-item:last-of-type {
        margin-left: 2px!important
    }

    .nav-tabs.software-tabs .nav-link {
        --bs-nav-link-padding-y: 0.25rem;
        --bs-nav-link-font-size: 0.75rem;
        border-bottom-left-radius: var(--bs-nav-tabs-border-radius);
        border-bottom-right-radius: var(--bs-nav-tabs-border-radius)
    }

    .scriptozellks:before {
        display: none
    }

    .scriptrightside .col:nth-last-child(2) .scriptozellks:after {
        height: 1px
    }
}

@media (max-width: 767.98px) {
    .section-hero .fon-contentbox-content {
        display:block
    }

    #section-software-detail .software-meta,.resetTopMobile {
        top: 0
    }

    .hizmetblok {
        width: calc(100% - 18px)
    }

    .fon-section {
        padding: 30px 0!important
    }

    .fon-slider .fon-slider-title {
        font-size: .85rem!important;
        line-height: 1rem!important
    }

    .fon-slider .fon-slider-subtitle {
        font-size: 1.5rem!important;
        line-height: 1.75rem!important
    }

    .fon-slider .fon-dots ul {
        gap: 5px
    }

    .fon-slider.dot-controller-with_image .fon-dots ul li,.fon-slider.dot-controller-with_image .fon-dots ul li.active {
        width: 30px;
        height: 30px
    }

    .top-notice-bar .top-notice-info,.top-notice-bar .top-notice-info h5,.top-notice-btn {
        font-size: 12px;
        font-weight: 400
    }

    .top-notice-bar .container {
        max-width: 100%
    }

    .product-group-tabs.nav-pills .nav-link {
        font-size: .81rem;
        line-height: 1rem
    }

    .product-group-tabs.nav-pills .nav-item,.product-group-tabs.nav-pills .nav-link {
        flex: 1 1 auto;
        text-align: center
    }

    #section-domain-hero {
        padding: 50px 0!important
    }

    .col-sm-6 .fon-feature-box-widget.style-6 .feature-box {
        padding: 15px 30px 15px 15px
    }

    .sepetright>.sticky-md-top,.sidelinks.sticky-md-top,.sunucusipside>.sticky-md-top {
        top: 0!important;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .horizontal-pricing-price,.horizontal-pricing-title+.horizontal-pricing-column+.horizontal-pricing-column+.horizontal-pricing-column {
        border-left: 0!important
    }

    .horizontal-pricing-column,.horizontal-pricing-title {
        flex: 0 0 auto;
        width: 33.333333%
    }

    .horizontal-pricing-price {
        flex: 0 0 auto;
        width: 100%;
        border-top: 1px solid var(--bs-theme-light-100)
    }

    .page-inner-nav .nav {
        --bs-nav-link-padding-x: 0.5rem;
        --bs-nav-link-padding-y: 0.5rem
    }

    .page-inner-nav .nav .nav-link {
        font-size: .75rem
    }

    .comparisonTable .ctFeaturesList {
        font-size: 14px
    }

    .comparisonTable .btn-cart {
        --bs-btn-padding-y: 0.25rem;
        --bs-btn-padding-x: 0.5rem;
        --bs-btn-font-size: 0.875rem;
        --bs-btn-border-radius: var(--bs-border-radius-sm)
    }

    .comparisonTable .top-info .price {
        line-height: 1;
        white-space: nowrap
    }

    .ilanasamalar {
        margin-top: 40px
    }

    .comparisonTable .top-info h3,.ilanasamax {
        font-size: 1rem
    }

    .ilanasamax h3 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px
    }

    .orderperiodblock {
        width: calc(50% - 30px)
    }
}

@media (max-width: 575.98px) {
    .container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        --bs-gutter-x:3rem;
        padding-right: calc(var(--bs-gutter-x)*.5);
        padding-left: calc(var(--bs-gutter-x)*.5);
        margin-right: auto;
        margin-left: auto
    }

    .row.fon-content-carousel {
        --bs-gutter-x: 0
    }

    .fon-slider.slick-initialized .fon-item.slider-content-vertically-center.slick-slide {
        align-items: start
    }

    .fon-slider .fon-item.slick-slide .fon-slider-image {
        margin-bottom: 20px
    }

    .top-notice-bar .fon-countdown-timer {
        --fon-countdown-number-size: 15px;
        --fon-countdown-text-size: 6px
    }

    .fon-slider.dot-controller-with_image .fon-dots ul li,.fon-slider.dot-controller-with_image .fon-dots ul li.active {
        width: 15px;
        height: 15px
    }

    .urunozellik {
        flex-direction: column;
        text-align: center
    }

    .urunozellik i {
        margin-right: 0;
        margin-bottom: 10px
    }

    .top-bar-list li.list-inline-item.scmedia {
        display: none
    }

    .fon-domain-widget.home-domain-search .fon-widget-title {
        font-size: 1.5rem
    }

    .fon-domain-widget.home-domain-search .lead {
        font-size: .75rem
    }

    .sayfayolu {
        margin-left: 0
    }

    .page-inner-nav .nav .nav-link {
        font-size: .75rem;
        padding: .5rem;
        line-height: 30px!important
    }

    .page-inner-nav.nav-menu.nav-end.nav-seperate.navbar .nav-item:first-child {
        margin-right: inherit
    }

    .page-inner-nav.nav-menu.nav-start.nav-seperate.navbar .nav-item:last-child {
        margin-left: inherit
    }

    .page-inner-nav.nav-menu.nav-end.nav-seperate .nav-item:first-child .nav-link,.page-inner-nav.nav-menu.nav-start.nav-seperate .nav-item:last-child .nav-link {
        border-left: 0;
        border-right: 0
    }

    .comparisonTable .ctFeaturesList {
        font-size: 13px
    }

    .news-ticker {
        max-height: initial;
        flex-direction: column
    }

    .news-ticker-content {
        max-width: 100%
    }

    .news-ticker-header {
        width: 100%!important;
        line-height: 45px
    }

    .news-ticker-header:after {
        border-left-color: transparent;
        border-top-color: var(--theme-secondary);
        right: initial;
        left: 15px;
        top: 100%;
        transform: translateY(0)
    }

    .ilanasamalar {
        margin-top: 50px
    }

    .ilanasamax {
        font-size: .75rem
    }

    .ilanasamax h3 {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 1rem
    }

    .orderperiodblock {
        width: calc(100% - 15px);
        padding: 10px 0
    }
}
