@charset "utf-8";

: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;
}

/*** Theme Default CSS ***/
#wisecp_brand{
    margin: 0!important;
    width: auto!important;
    text-shadow: none!important;
}
.red-info {
    color: white
}

/*.faturabilgisi .red-info {
    margin-top: -19px
}*/

.green-info i {
    font-size: 135px;
    color: rgb(0 0 0 / 16%);
    margin: 0;
    position: absolute;
    z-index: 5;
    left: -15px;
    top: -20px
}

.blue-info i {
    font-size: 135px;
    color: rgb(0 0 0 / 16%);
    margin: 0;
    position: absolute;
    z-index: 5;
    left: -15px;
    top: -20px
}

.red-info i {
    font-size: 135px;
    color: rgb(0 0 0 / 16%);
    margin: 0;
    position: absolute;
    z-index: 5;
    left: -15px;
    top: -20px
}

.green-info a {
    color: #fff;
    font-weight: 700
}

.blue-info a {
    color: #fff;
    font-weight: 700
}

.red-info p {
    margin: 0;
    z-index: 7;
    position: relative;
    color: white;
}

.blue-info p {
    margin: 0;
    z-index: 7;
    position: relative;
    color: white;
}

.green-info p {
    margin: 0;
    z-index: 7;
    position: relative;
    color: white;
}

.red-info h5 {
    margin: 0;
    z-index: 7;
    position: relative;
}

.blue-info h5 {
    margin: 0;
    z-index: 7;
    position: relative;
}

.green-info h5 {
    margin: 0;
    z-index: 7;
    position: relative;
}

.red-info .padding20 {
    padding: 20px 15px;
    padding-left: 25px
}

.blue-info .padding20 {
    padding: 20px 15px;
    padding-left: 25px
}

.green-info .padding20 {
    padding: 20px 15px;
    padding-left: 25px
}

.red-info .padding15 {
    padding: 20px 15px;
    padding-left: 25px
}

.blue-info .padding15 {
    padding: 20px 15px;
    padding-left: 25px
}

.green-info .padding15 {
    padding: 20px 15px;
    padding-left: 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: white
}

.modal-foot-btn .red:hover {
    background: #d73c30;
    color: white
}

.modal-foot-btn .blue {
    background: #00bcd4;
    color: white
}

.modal-foot-btn .blue:hover {
    background: #08a4b8;
    color: white
}


.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: 0px;
}

.orderuserlogin .socialconnect {
    float: none;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px
}

.orderuserlogin .radio-custom-label {
    border-color: var(--bs-theme-light);
}

.orderuserlogin .radio-custom:checked + .radio-custom-label,
.orderuserlogin .radio-custom-label:hover {
    background: var(--bs-theme-light);
}

.orderuserlogin .row .radio-custom-label {
    width: auto;
    background: none;
    border: none;
    padding: 0px;
    font-size: 15px;
    font-weight: normal
}

.orderuserlogin .row .radio-custom-label:hover {
    background: none
}

.orderuserlogin .row .radio-custom:checked + .radio-custom-label {
    background: none
}



.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;
}

#newsletter_gdpr a{
    color:#fff;
}

.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 {
    opacity: 1
}

.cart-additional-details a i {
    margin-left: 5px
}

/*.ModifyWhois input {
    padding: 15px 0 15px 0
}*/



.DomainModuleChildPage {
    margin-top: 15px
}

.tabcontentcon .addDnsRecord_table td {
    padding: 20px 10px
}


.faturabilgisi .red-info h5 {
    color: white;
}

#clean-theme-client .faturabilgisi .red-info h5 {
    color: #3b6b91;
}

#payment-screen-content {
    text-align: center;
    padding: 30px 0px;
    margin-bottom: 20px;
    padding-top: 0px;
}

/*** Fononline CSS ***/
html, body {
    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;
    background:url(../images/bg/bg.svg) repeat-y fixed center center;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.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;
}
/* Page Loader */
#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);
}
/*
.homeLoader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-color: #ccc #0000;
    animation: l16 1s infinite linear;
}

.homeLoader::before,
.homeLoader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
}

.homeLoader::before {
    border-color: var(--theme-secondary) #0000;
    animation: inherit;
    animation-duration: .5s;
    animation-direction: reverse;
}

.homeLoader::after {
    margin: 8px;
}

@keyframes l16 {
    100% {
        transform: rotate(1turn)
    }
}*/

/* Utilities */
img.hover-image-scale:hover,
.hover-image-scale img: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%, rgba(0, 0, 0, 0) 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{
    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);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%, 1px;
    background-position: 0;
}
.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-bg-theme-primary-hover:hover {
    color: #fff !important;
    background-color: rgba(var(--theme-secondary-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-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;
}

/*.form-control, .form-select, .input-group-text {
    font-size: 0.875rem;
}*/

.btn.btn-rounded {
    border-radius: 10rem;
}

.btn.btn-square {
    border-radius: 0;
}

.btn {
   /* --bs-btn-font-size: 0.9rem;*/
    --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-lg>.btn, .btn-lg {
    /*--bs-btn-padding-x: 1.125rem;
    --bs-btn-padding-y: 0.525rem;
    --bs-btn-font-size: 1.075rem;*/
}

.btn-group-md>.btn, .btn-md {
   /* --bs-btn-padding-x: 1.125rem;
    --bs-btn-padding-y: 0.525rem;
    --bs-btn-font-size: 1rem;*/
}

.btn-group-sm > .btn, .btn-sm {
    /*--bs-btn-font-size: 0.75rem;*/
}

.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 {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--theme-primary);
    --bs-btn-border-color: 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-focus-shadow-rgb: 255, 255, 255;
    --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-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --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-border-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-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: var(--theme-secondary);
    --bs-btn-active-bg: var(--bs-btn-bg);
    --bs-btn-active-border-color: var(--theme-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --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-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--theme-primary);
    --bs-btn-active-border-color: var(--theme-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --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-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-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: var(--theme-primary);
    --bs-btn-active-bg: var(--bs-btn-bg);
    --bs-btn-active-border-color: var(--theme-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --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 {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-dark-grey);
    --bs-btn-border-color: 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-focus-shadow-rgb: 255, 255, 255;
    --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-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: rgba(var(--bs-dark-grey-rgb), 0.5);
    --bs-btn-disabled-border-color: rgba(var(--bs-dark-grey-rgb), 0.5);
}

.btn-outline-grey {
    --bs-btn-color: var(--bs-dark-grey);
    --bs-btn-border-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-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-dark-grey);
    --bs-btn-active-border-color: var(--bs-dark-grey);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: rgba(var(--bs-dark-grey-rgb), 0.125);
    --bs-btn-disabled-border-color: rgba(var(--bs-dark-grey-rgb), 0.5);
    --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-focus-shadow-rgb: 255, 255, 255;
    --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-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --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-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-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-body-color);
    --bs-btn-active-border-color: var(--bs-body-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --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-theme-light {
    --bs-btn-color: #41517d;
    --bs-btn-bg: var(--bs-theme-light);
    --bs-btn-border-color: var(--bs-theme-light-100);
    --bs-btn-hover-color: #212d4f;
    --bs-btn-hover-bg: var(--bs-theme-light-100);
    --bs-btn-hover-border-color: var(--bs-theme-light-200);
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --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-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --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-outline-theme-light {
    --bs-btn-color: var(--bs-dark-grey);
    --bs-btn-border-color: var(--bs-theme-light-100);
    --bs-btn-hover-color: #41517d;
    --bs-btn-hover-bg: var(--bs-theme-light-100);
    --bs-btn-hover-border-color: var(--bs-theme-light-200);
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --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-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --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);
    --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-btn-bg: rgba(var(--theme-primary-rgb), var(--bs-bg-opacity)) !important;*/
    --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-default.btn-style-gradient:hover {
   /* --bs-btn-bg: rgba(var(--theme-gradient-end-rgb), var(--bs-bg-opacity)) !important;
    --bs-gradient: linear-gradient(90deg, var(--theme-primary), rgba(var(--theme-primary-rgb),0.7) 50%, var(--theme-primary) 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-btn-bg: rgba(var(--theme-secondary-rgb), var(--bs-bg-opacity)) !important;*/
    --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-secondary.btn-style-gradient:hover {
   /* --bs-btn-bg: rgba(var(--theme-secondary-rgb), var(--bs-bg-opacity)) !important;
    --bs-gradient: linear-gradient(90deg, var(--theme-secondary), rgba(var(--theme-secondary-rgb),0.7) 50%, var(--theme-secondary) 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
}
/* Floating Buttons */
.btn-floating {
    position: fixed;
    right: 20px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: var(--transition-default);
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
    color:white
}

.btn-floating span {
    font-size: 14px;
    margin-left: 5px;
    transition: var(--transition-default);
    line-height: 0px;
    display: none;
}
.btn-floating i {
    font-size: 20px;
}
.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.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;
}

/* WhatsApp */
.btn-floating.whatsapp {
    bottom:35px;
}

.btn-floating.whatsapp {
    background-color: #34af23;
    bottom:35px;
}
.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}
.btn-floating.whatsapp.top-active {
    bottom:80px;
}

/* Sticky Header izimodal */
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;
}

.transition-default {
    transition: var(--transition-default);
}

.btn, 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 {
    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 ***/
.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: none;
    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: none;
    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 > .accordion-header .accordion-button,
.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 {
    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);
}
/*** Sticky Header ***/
#fon-header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#fon-header.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/*** Top Bar ***/
#top-bar {
    padding: 5px 0;
    /*background:var(--theme-fourth);*/
    border-bottom: 1px solid var(--bs-theme-light);
}

/*#home #top-bar {
    border-bottom: 0;
}*/

.top-bar-list {
    margin: 0;
}

.top-bar-list li.list-inline-item {
    position: relative;
}

.top-bar-list li.list-inline-item:after {
    content: "";
    width: 1px;
    height: 13px;
    background: rgba(var(--bs-dark-grey-rgb), 0.3);
    display: inline-block;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.top-bar-list li.list-inline-item:after {
   /* background: rgba(255, 255, 255, 0.3);*/
}

.top-bar-list li.list-inline-item > a {
    padding: 0 10px;
    /*color: rgba(255, 255, 255, 0.75);*/
    font-size: 13px;
}

.top-bar-list li.list-inline-item > a:hover {
    /*color: rgba(255, 255, 255, 1);*/
}

.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 {
    /*transform: translate(0, 0) !important;
    inset-block-start: 110%!important;*/
    padding: 5px;
}

.top-bar-list .dropdown-menu > a {
    color: var(--text-color);
    line-height: 30px;
    padding: 5px 10px !important;
    /*border-radius: 4px;*/
    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 & Menü Sitili ***/
.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));
}

.site-menu,
#mobmenu .sitemenu {
    padding: 0;
    margin: 0;
    /*position: relative;*/
    font-family: var(--menu-font-family);
}

.site-menu li {
    list-style-type: none;
}

.site-menu li > a,
#mobmenu .sitemenu li > a {
    text-decoration: none;
    line-height: 65px;
    font-weight: var(--menu-font-weight);
    font-size: var(--menu-font-size);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    color:var(--theme-secondary);
    transition: var(--transition-default);
}
/*.site-menu > li > a:before,
.site-menu > li > a:after{
    content: "";
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 5px;
    left:50%;
    transform:translateX(-50%);
    background: var(--theme-primary);
    transition: all 0.3s ease-in-out 0s;
}
/*.site-menu > li > a:before {
    top: 50%;
    border-radius: 0 0 10px 10px;
}*/
.site-menu > li > a:after {
    content: "";
    position: absolute;
    opacity: 0;
    background: none;
    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:hover > a:before,
.site-menu > li > a:hover:before{
    opacity:1;
    top: 0
}*/
.site-menu > li:hover > a:after,
.site-menu > li > a:hover:after {
    opacity: 1;
}

.site-menu li a i {
    font-size: 12px;
    margin-left: 5px
}

.site-menu li.megamenuli {
    /*position: relative;*/
}

.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;
    /*animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: both;*/
    border-radius: 0 .5rem .5rem .5rem;
}

.site-menu li ul li {
    float: none;
    margin: 0;
    padding: 0
}

.site-menu li ul li a {
    background: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    padding:10px 15px;
}

/*.site-menu li ul li a:hover .menu-title,
#mobmenu .sitemenu li ul li a:hover .menu-title {
    color: var(--theme-secondary);
}*/

.site-menu li:hover > ul {
    display: block;
    transition: all .4s ease-out;
    position: absolute;
}

/*.site-menu li ul li ul li a:hover {
    background: rgba(0, 0, 0, 0.13)
}*/


.site-menu > li > ul {
    /*border-top: 2px solid var(--theme-secondary);*/
    /*box-shadow: var(--bs-box-shadow-lg);*/
    box-shadow: 0 1rem 1rem rgba(0,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.has-child {
    position: relative;
}

.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: 0px;
    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,0.3);
}
.site-menu li ul.megamenu {
    width: auto;
   /* overflow: hidden;*/
    margin: -1px 0 0 0;
    padding: 0;
    inset-inline-start: auto;
    max-width: unset;
}
.site-menu li.megamenuli.full-width .megamenu {
    inset-inline-start: 0;
    /*inset-inline-end: auto;*/
    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-width: 0;
    border-style: solid;
    border-color: var(--menu-border-color);
    border-bottom-width: 1px;
}
ul.megamenu .row .menu-item.menu-list,
ul.megamenu .row .menu-item.featured-column{
    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) {
    border-left-width: 1px;
}
ul.megamenu .row-cols-3 .menu-item:nth-child(3n+2),
ul.megamenu .row-cols-3 .menu-item:nth-child(3n+3) {
    border-left-width: 1px;
}
ul.megamenu .row-cols-4 .menu-item:nth-child(3n+2),
ul.megamenu .row-cols-4 .menu-item:nth-child(3n+3) {
    border-left-width: 1px;
}
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) {
    border-left-width: 1px;
}
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:nth-child(6n+2),
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+6) {
    border-left-width: 1px;
}
ul.megamenu li .menu-item:not(.menu-list) a,
ul.megamenu .menu-featured .menu-box {
    display: flex;
    justify-content: start;
    /* margin-bottom: 0.75rem; */
    /* border: 1px solid #f3f5f8; */
    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;
}
ul.megamenu .menu-featured .menu-box {
    border-color: var(--theme-primary);
    margin: 0px;
    padding: 0px;
    /*min-height: 50px;*/
    max-width: 200px;
    /* text-align: left; */
    white-space: pre-line;
    word-break: break-word;
}

ul.megamenu li a:hover {
    border-color: var(--theme-primary)
}

ul.megamenu li .menu-item > a > i,
ul.megamenu .menu-featured .menu-box > i {
    font-size: 32px;
    margin-right: 10px;
    color: var(--theme-secondary);
  /*  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    height: 32px;
    /* width: 32px; */
    text-align: center;
    width: 1.25em;
    transition-duration: 0.3s;
    /*background-size: 200%, 1px;
    background-position: 0;*/
}

ul.megamenu li .menu-item > a:hover > i {
    transform: translateY(-5px);
   /* background-position: 100%;*/
    color: var(--theme-primary);
}

ul.megamenu li a .menu-title,
ul.megamenu .menu-featured .menu-box .menu-title {
    line-height: 1rem;
    font-size: 0.7rem;
    color: var(--bs-gray)
}

ul.megamenu li a .menu-title h5,
ul.megamenu .menu-featured .menu-box h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-secondary);
}

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);
   /* margin: 0 -0.5rem;*/
    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: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

ul.megamenu li .menu-item.menu-list h4:before,
ul.megamenu li .menu-item.menu-list h4:after {
    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,
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;
}
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: 0.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 {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right bottom;
    background-size: contain;
}

ul.megamenu .menu-featured.featured-column {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    /*margin: -0.75rem -0.75rem -0.75rem auto;*/
    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 > i{
    color: var(--theme-primary);
}

ul.megamenu .menu-featured.featured-column .menu-box .menu-title{
    color:var(--bs-theme-light-100);
}
ul.megamenu .menu-featured.featured-column .menu-box h5{
    color:#fff;
}
#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;
}
.site-menu .fon-ribbon,
#mobmenu .sitemenu .fon-ribbon {
    font-size: 0.6rem;
    min-height: 1.5rem;
    min-width: 1.5rem;
    padding: 0.25rem 0.50rem;
}
.site-menu .fon-ribbon-bookmark:after,
#mobmenu .sitemenu .fon-ribbon-bookmark:after {
    border: 0.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;
}

/* Mobil Menü */
#mobmenu .sitemenu li {
    position: relative;
    list-style: none;
}

#mobmenu .sitemenu > li + li {
    border-top: 1px solid var(--bs-theme-light);
}

#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;
    /*color: var(--theme-secondary);*/
}

#mobmenu ul.megamenu li.row {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0.5rem;
    margin-bottom: 0.5rem;
}

#mobmenu ul.megamenu .menu-featured.featured-column {
    margin: 1rem 0 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;
}

/*** Sayfa Başlıkları ***/
#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: linear-gradient(45deg, rgba(var(--theme-primary-rgb),0.75) 0%, rgba(var(--theme-secondary-rgb),0.75) 100%);*/
    background: rgba(var(--theme-secondary-rgb), 1);
    z-index: 0;
}

#fon-page-title.bg-image:before {
    background: rgba(var(--theme-secondary-rgb), .85);
    /*background: var(--bg-gradient-primary-rgba);
    background: var(--bg-gradient-colors-all-rgba);*/
}

#fon-page-title .container {
    z-index: 2;
    position: relative;
}

#fon-page-title h1 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

/*** Breadcrumb ***/
.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: rgba(255, 255, 255, 1)!important;
}
.breadcrumb-item a:hover {
    color: var(--theme-primary)!important;
}
/*** Bölüm Arkaplanları ***/
/*#section-international-sms-page .fon-background-overlay {
    background: linear-gradient(45deg, rgba(var(--theme-gradient-start-rgb), 0.9) 0%, rgba(var(--theme-gradient-end-rgb), 0.9) 50%, rgba(var(--theme-gradient-start-rgb), 0.9) 100%);
}*/
.dotted-section{
    border-top: 1px solid var(--bs-theme-light-100);
    background: url(../images/bg/nokta-sekil.png) no-repeat scroll center top / contain;
}
.bg-arti-sekil-sol {
    background: url(../images/arti-doseme-shape-sol.png) no-repeat scroll 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 scroll 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 scroll left center, url(../images/arti-doseme-shape-sag.png) no-repeat scroll right center;
}

.bg-arti-sekil-sol-sag.top {
    background-position: left top, right top;
}

.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;
}
/*** Slayt Gösterisi ***/
/*#home .fon-slider .fon-item {
    padding-top: 100px;
}*/

.fon-slider .fon-slider-title b {
    color: var(--theme-primary);
}

.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);
    /* text-shadow: 1px 1px 0 white; */
    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: 0.5rem;
    border-radius: var(--bs-border-radius);
    background-color: rgba(0,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-prev,
.fon-slider .slick-next{
    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;
}
/*** Slick Slider ***/
.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{
    background-color: var(--bs-theme-light);
    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-prev,
.slick-next {
    background: #fff;
    width: 30px;
    height: 30px;
    /* box-sizing: content-box; */
    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;
}
/*.slick-prev:before,
.slick-next:before {
    color: var(--theme-secondary);
    font-size: 25px;
}*/

.carousel-white .slick-dots li button:before,
.carousel-white .slick-dots li.slick-active button:before,
.carousel-white .slick-prev:before,
.carousel-white .slick-next:before {
    color: #fff;
}

.slick-next {
    right: -30px;
}

.slick-prev {
    left: -30px;
}

.carousel-control-top-right .slick-prev, .carousel-control-top-right .slick-next {
    top: -40px;
}

.carousel-control-top-right .slick-prev {
    right: 55px;
    left: auto;
}

.carousel-control-top-right .slick-next {
    right: 20px;
}

.carousel-control-gray .slick-prev:before,
.carousel-control-gray .slick-next:before {
    color: var(--bs-gray-500);
}

/* .tab-content .fon-products-carousel .slick-track{
    width:100%!important
} */

/*** Ana Sayfa Domain Arama ***/
.fon-domain-widget {
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    /*max-width: 90%;*/
    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: none;
    box-shadow: 0 1rem 3rem rgba(var(--theme-secondary-rgb), 0.375);
   /* margin-bottom:-75px;*/
}

.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.home-domain-search .spot-tlds:before {
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    width: 100%;
    background: var(--theme-fourth);
    left: -100%;
}*/
.fon-domain-widget .fon-widget-title {
    /*font-size: 2rem;*/
    font-weight: 600;
}
.fon-domain-widget.home-domain-search .fon-widget-title {
    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 {
    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;
    /* background: #fff; */
    /* border-radius: 4px; */
    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 .slick-slide .spot-tld-price .price-old + .price-new {
    display: block;
}*/
.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 {
    /*min-width: 80px;*/
    display: flex;
    align-items: center;
    justify-content: center;
   /* padding: 10px;*/
    /*flex-direction: column;*/
}

.fon-domain-widget .tld-image .spot-tld .tld-inner {
    /*background: #fff;
    border-radius: 4px;
    border: 1px solid var(--bs-theme-light);*/
    color: initial;
}

.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.home-domain-search .slick-prev{
    left:-5px;
}
.fon-domain-widget.home-domain-search .slick-next{
    right:-5px;
}
.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 .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%;
}

/*** Ana Sayfa Hosting Paketleri */
/*#home #section-hosting-packages{
    padding-top: 150px!important;
}*/
/*** Domain Sayfası TLD Listesi ***/
.spotlight-tlds .spot-tld {
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0px 0px 10px rgba(var(--bs-dark-grey-rgb), .1); */
    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:before, .spotlight-tlds .spot-tld .spot-tld-inner:after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    background: rgba(var(--theme-secondary-rgb), 0.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-old small, .spotlight-tlds .spot-tld .price-new 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:before, .spotlight-tlds .spot-tld:hover .spot-tld-inner:after {
    background: rgba(255, 255, 255, 0.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, 0.8);
}

/*** Ürün Paketleri ***/
.product-group-tabs{
    --bs-nav-link-padding-x: 1.25rem;
    --bs-nav-link-padding-y: 0.625rem;
    gap:0.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 .show > .nav-link,
.product-group-tabs.nav-pills .nav-link:hover {
    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 var(--bs-warning-bg-subtle);
    font-size: 12px;
    font-weight: 600;
    /*border-color: var(--bs-warning-text-emphasis);*/
    border-width: 1px;
}
.currency-decimal{
    min-width: 25px;
    display: inline-block;
}
.currency-symbol, .currency-decimal{
    font-size:0.6em
}
.price-old .currency-decimal {
    min-width: auto;
}

.pricing-period {
    line-height: 1;
    font-size: 10px;
}
sub.pricing-period {
    margin-left:-1.5rem
}
/*** Fiyatlandırma Tablosu Varsayılan Stil ***/
.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:before,
.pricing-table-container .pricing-table.style-default .pricing-header:after {
    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 .pricing-header .pricing-icon i {
    transition: var(--transition-default);
}
.pricing-table-container .pricing-table:hover .pricing-header .pricing-icon i {
    /* text-align: end; */
    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 .pricing-price {
}

.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 .list-group .list-group-item i{
    color:var(--theme-primary)
}
/*** Fiyatlandırma Tablosu Stil 1 ***/
.pricing-table-container.popular .pricing-table.style-1 {
    box-shadow: var(--bs-box-shadow-lg);
}
.pricing-table-container .pricing-table.style-1 .pricing-header:before,
.pricing-table-container .pricing-table.style-1 .pricing-header:after {
    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: 0.75rem;
}

.pricing-table.style-1 .price.special-rate {
    padding: 0;
    font-size: 0.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 {
    /* text-align: end; */
    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;
}

/*** Fiyatlandırma Tablosu Stil 2 ***/
.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: 0.75rem;
}

.pricing-table.style-2 .price.special-rate {
    padding: 0;
    font-size: 0.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:hover .pricing-header .pricing-icon i {
    /* text-align: end; */
    transform: translateX(0);
}
.pricing-table-container .pricing-table.style-2 .price.price-new {
    line-height: 1;
    font-size: 2.5rem;
    font-weight: 700;
}
/*** Müşteri Görüşleri Özel Stil ***/
.fon-testimonial-widget.style-default .testimonial-item {
    position: relative;
    overflow: hidden;
}

.fon-testimonial-widget.style-default .testimonial-item:before,
.fon-testimonial-widget.style-default .testimonial-item:after {
    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: 0.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%;
}

/*** Ana Sayfa Haber & Blog Bölümü ***/
#section-news-blog .container {
    background: #fff;
    padding-top: 20px;
    border-radius: 20px 20px 0 0;
}

/*** Varsayılan Yazılım Stili ***/
.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 0.5rem 0.75rem rgba(var(--theme-secondary-rgb), 0.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;
}

/*** Akış Bölümleri ***/
.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 scroll center center / auto;
    transform: scaleX(1);
}
.separate-section.separate-left:after{
    transform: scaleX(1);
}
.separate-section.separate-right:after{
    transform: scaleX(-1);
}

/* Yazılım Stili -1 */
.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), 0.8);
    opacity: 0;
    transition-duration: 0.3s;
}

.fon-software-widget .style-1 .card.item-container {
    --bs-card-border-color: var(--bs-theme-light-100);
}

.fon-software-widget .style-1 .card.item-container:hover .item-image-overlay {
    opacity: 1;
}

/* Sidebar Menu Stili */
.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;
}

/* Referans Stili - 3 */
.fon-references-widget .style-2 .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), 0.8);
    opacity: 0;
    transition-duration: 0.3s;
}

.fon-references-widget .style-2 .card.item-container {
    --bs-card-border-color: var(--bs-theme-light-100);
}

.fon-references-widget .style-2 .card.item-container:hover .item-image-overlay {
    opacity: 1;
}

/*** Tema Kampanya Stili ***/
.fon-campaign-widget.style-default .campaign {
    background-image: url(../images/beyaz-serit.svg);
}

/*** Tema Animasyonlu Numara Stili ***/
.fon-animated-number-widget.style-default .animated-number:before,
.fon-animated-number-widget.style-default .animated-number:after {
    content: "";
    position: absolute;
    inset-inline-end: -8%;
    inset-block-start: 0;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: var(--theme-secondary);
    opacity: 0.05;
    z-index: 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;
}

/*** Tema Müşteri Logoları Stili ***/
/*.fon-client-widget .fon-widget-content .client,
.fon-client-widget .fon-widget-content .client a {
    background: #fff;
}*/

/*** Tema İçerik Kutusu Stili  ***/
.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), 0.1);
    border-radius: var(--bs-border-radius-pill);
    padding: 0.25rem;
    padding-right: 1rem;
    background: #fff;
}

.fon-content-box-widget.style-default.app-hosting-logo .fon-contentbox-title {
    font-size: 1rem;
    font-weight: 600;
}

.fon-content-box-widget.style-default.app-hosting-logo .media-left .fon-contentbox-media {
    background: none !important;
    padding: 0 !important;
}

#section-logos {
    background: url('../images/bulut-sekil.png') no-repeat scroll left bottom, url('../images/mavi-basik-daire.png') no-repeat scroll right center;
    background-size: auto, auto;
}


/*** Domain Sayfa Stilleri ***/
#section-domain-hero {
    background: var(--text-color);
    background-image: linear-gradient(280deg, var(--theme-gradient-start) 0%, var(--theme-gradient-end) 100%);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left bottom, center;
    padding: 75px 0;
}

#section-domain-hero:before {
    content: "";
    background: url(../images/sag-alt-kose-sekil.png) no-repeat scroll right bottom;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#section-domain-hero:after {
    content: "";
    background: url(../images/hero-bg-left.png) no-repeat scroll left bottom;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 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;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.transfer-domain-box.promo {
    background-image:url(../images/green-right-bottom-shape.png);
}
/*** Nav Pills Stilleri ***/
.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);
}

/*** Yazılım Sayfası ***/
.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:before, .page-inner-title:after {
    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: 0.2;
}

.page-inner-title:after {
    top: -100px;
    right: 0px;
}
.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) li + li a, .dropdown-menu:not(.footer-menu-list) a + 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(0px, 0px) !important
}
.sidelinks .dropdown-menu li + li a, .sidelinks  .dropdown-menu a + 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) {
    .side-responsive-dropdown-box .dropdown-toggle,
    .dropdownSearch .dropdown-toggle{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        pointer-events: none;
    }

    .side-responsive-dropdown-box .dropdown-toggle:after,
    .dropdownSearch .dropdown-toggle:after{
        display: none
    }

    .side-responsive-dropdown-box .dropdown-menu,
    .dropdownSearch .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:hover, .software-shr a:focus {
    color: #fff;
}

/*** Dahili Menü Bileşeni ***/
.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-start.nav-seperate .nav-item:last-child .nav-link,
.page-inner-nav.nav-menu.nav-end.nav-seperate .nav-item:first-child .nav-link{
    /*background: var(--bs-theme-light);*/
    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 Stil ***/
.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;
}

/*** Blog ve Haber Stili ***/

/****************************** WiseCP Stilleri ******************************/
/** Çerez Bildirimi **/
#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), textarea:not(.form-control) {
    display: block;
    /*width: 100%;*/
    padding: .375rem .75rem;
    font-size: 0.875rem;
    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);
    background-clip: padding-box;
    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;
}

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");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    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);
    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;
    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;
}
::-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-scrollbar-button:decrement {}

::-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>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder,
.form-floating .intl-tel-input>.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;
}
.form-floating  .intl-tel-input>.form-control {
    padding: 1rem .75rem;
}
.form-floating .intl-tel-input + label {
    left: calc(52px - 0.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
}

/*p, li:not(.vcn) {
    line-height: 23px;
}*/

.listingstatus span {
    padding: 0.25rem 0.5rem;
    white-space: nowrap;
}

/* Data Tables */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.375rem 0.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:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    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: 0.5rem;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: var(--text-color)!important;
}*/
.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 {
    width: 270px;
    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: 0.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;
    }
}
/*@media (min-width: 320px) and (max-width: 640px) {
    .dataTables_wrapper .dataTables_filter input {
        width: 180px;
        float: right;
    }
}*/
table.dataTable tbody th, table.dataTable tbody td {
    padding: 0.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
}

.error {
    color: #f44336;
    font-weight: 700
}

.complete {
    color: green;
    font-weight: 700;
    display: inline-block
}

.red-info {
    display: inline-block;
    width: 100%;
    color: #f44336;
    border: 1px solid #f44336;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.orange-info {
    display: inline-block;
    width: 100%;
    color: #FF9800;
    border: 1px solid #FF9800;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.green-info {
    display: inline-block;
    width: 100%;
    color: #4caf50;
    border: 1px solid #4caf50;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.blue-info {
    display: inline-block;
    width: 100%;
    color: #00bcd4;
    border: 1px solid #00bcd4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.gray-info {
    display: inline-block;
    width: 100%;
    color: #777;
    border: 1px solid #777;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.green-info i {
    float: left;
    font-size: 70px;
    margin: 0 35px 17px 20px
}

.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;
    /*font-weight: 400*/
}

.iti {
    display: block
}

input:not(.form-control,.form-check-input):disabled{
    background: #eee;
    padding-left: 10px;
    width: 97%
}

select:disabled {
    background: #eee;
    padding-left: 10px
}

textarea:disabled {
    background: #eee;
    padding-left: 10px;
    width: 97%
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards
}

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit
    }
}

.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
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.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 .yuzde30 {
    vertical-align: middle
}

.middle {
    vertical-align: middle
}

.formcon .yuzde30 {
    vertical-align: middle;
    font-weight: 600;
    font-size: 15px;
    padding: 7px 0
}

.formcon .yuzde70 {
    vertical-align: middle;
    font-size: 15px
}

.formcon .yuzde40 {
    vertical-align: middle;
    font-weight: 600;
    font-size: 15px
}

.formcon .yuzde60 {
    vertical-align: middle;
    font-size: 15px
}

.formcon .yuzde50 {
    vertical-align: middle;
    font-size: 15px
}

.jssorb064 {
    position: absolute
}

.jssorb064 .i {
    position: absolute;
    cursor: pointer
}

.jssorb064 .i .b {
    fill: #000;
    fill-opacity: .5;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    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;
    position: absolute;
    cursor: pointer
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10
}

.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
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}



.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 {
    /* border-bottom-width: 2px; */
    /* border-bottom-color: var(--theme-primary); */
    /* padding-left: 5px; */
    /* border-style: none none solid; */
    --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;
}


[data-tooltip], .tooltip {
    position: relative;
    cursor: pointer
}

[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after {
    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(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -moz-transform .2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after {
    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: transparent;
    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: hsl(0, 0%, 80%)
}

.mpanelinfo [data-tooltip]:after {
    width: 100px;
    background-color: hsl(32, 86%, 64%);
    color: #fff;
    font-weight: 700
}

.mpanelinfo .tooltip-right:before {
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsl(32, 86%, 64%);
    margin-top: 5px
}

[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after, .tooltip-top:before, .tooltip-top:after {
    bottom: 100%;
    left: 50%
}

[data-tooltip]:before, .tooltip:before, .tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #ccc
}

[data-tooltip]:after, .tooltip:after, .tooltip-top:after {
    margin-left: -80px
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after, .tooltip-top:hover:before, .tooltip-top:hover:after, .tooltip-top:focus:before, .tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px)
}

.tooltip-left:before, .tooltip-left:after {
    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: hsla(0, 0%, 20%, 0.9)
}

.tooltip-left:hover:before, .tooltip-left:hover:after, .tooltip-left:focus:before, .tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px)
}

.tooltip-bottom:before, .tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: hsl(0, 0%, 80%)
}

.tooltip-bottom:hover:before, .tooltip-bottom:hover:after, .tooltip-bottom:focus:before, .tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px)
}

.tooltip-right:before, .tooltip-right:after {
    bottom: 50%;
    left: 100%
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.9)
}

.tooltip-right:hover:before, .tooltip-right:hover:after, .tooltip-right:focus:before, .tooltip-right:focus:after {
    -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 span a:hover {
    background-color: #E5E5E5
}

.sayfalama .sayfalama-active a {
    background-color: #E5E5E5
}

.gonderbtn {
    color: var(--theme-secondary);
    border: 2px solid var(--theme-secondary);
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border-radius: var(--bs-border-radius-sm)
}

.gonderbtn:hover {
    color: #FFF;
    text-decoration: none;
    background-color: var(--theme-secondary)
}



.clearmob {
    display: none
}

#slider {
    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%;
    position: relative;
    z-index: 2000;
    background-color: #fff;
}

.head {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px
}


#sepeticon {
    font-size: 14px;
    position: relative;
    /*padding-top: 0.5rem;
    padding-bottom: 0.25rem;*/
}
#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:0.25rem 0.5rem;
}

.logo {
    width:180px
}
.logo-image {
    width: 100%
}

#muspanel .logo {
    position: relative;
    margin-bottom: 20px
}

#muspanel #fullwidth .logo {
    margin-bottom: 0
}



.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: transparent;
    outline: none;
    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;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    height: 50px;
    width: 100%;
    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
}


.line {
    background-color: #ddd;
    float: left;
    height: 0.5px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px
}

#paketaktifbtn {
    background: var(--theme-secondary);
    color: #fff
}


@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

div.mostpopularx {
    -webkit-animation: blink 3s linear 0s infinite normal;
    animation: blink 3s linear 0s infinite normal
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.anascript {
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    text-align: center;
    width: 100%;
    background-size: 100% 100%;
    padding: 25px 0;
    box-shadow: inset 0 0 70px 30px #fff
}

#mobiluyum {
    margin-bottom: -75px;
    margin-top: 50px;
    background: var(--theme-secondary)
}

.urunozellikleri {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    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;
    align-items: center;
    justify-content: center;
    background: var(--bs-theme-light);
    /* color: #fff; */
    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, 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;
}

.ebultencont {
}

.ebultencont i {
}

.ebultencont input {
}

.aboneolbtn {

}

.aboneolbtn:hover {

}
.footer {
    background: var(--theme-fourth) url(../images/bg/footer_bg.png) no-repeat scroll center center / cover;
    width: 100%;
    color: #fff
}
.footer-top {
}
.footer-middle {
}
.footer-bottom {
}
/*.footer a {
    color: var(--bs-theme-light-100)
}*/

/*.footer a:hover {
    color: #fff
}*/
.footer .btn-default{
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--theme-primary);
    --bs-btn-hover-border-color: var(--theme-primary);
}
.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, 0.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: none;
    border: none;
    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: 0.3s;
}

.footer-menu-links ul.dropdown-menu .dropdown-item:hover,
.footer-menu-links ul.dropdown-menu .dropdown-item:focus {
    background: none;
    color: #fff;
}

.footer-menu-links ul.dropdown-menu .dropdown-item:hover:before,
.footer-menu-links ul.dropdown-menu .dropdown-item:focus:before {
    margin-right: 10px;
}
.footer-bottom a {
    color:var(--bs-theme-light-100)!important;
}
.footer-bottom a:hover,.footer-bottom a:focus{
    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, 0.05);
    overflow: hidden;
    /* text-indent: 200%; */
    white-space: nowrap;
    background: var(--theme-primary)!important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity .3s 0s, visibility 0s 0.3s;
    transition: opacity .3s 0s, visibility 0s 0.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';
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    font-size: 16px;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .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: auto;
    margin-top: 20%;
    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 1rem;
}
.sidelinks a.dropdown-item {
    white-space: unset;
    line-height: 1.1;
    /* float: left;*/
    /* width: 100%;
     padding: 10px 0;
     -webkit-border-radius: 7px;
     -webkit-border-top-right-radius: 1px;
     -webkit-border-bottom-right-radius: 1px;
     -moz-border-radius: 7px;
     -moz-border-radius-topright: 1px;
     -moz-border-radius-bottomright: 1px;
     border-radius: 7px;
     border-top-right-radius: 1px;
     border-bottom-right-radius: 1px;
     border-bottom: 1px solid #eee*/
}
.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 {
    /* padding: 2px 7px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sidelinks span i {
    margin-right: 5px;
}

.sidelinks span .badge {
    margin-left: auto;
}

.sidelinks a:hover {
    color: var(--theme-secondary);
    background-color: var(--bs-theme-light)
}

.paypasbutonlar {
    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: -0.5px;
    height: 32px;
    padding: 0 5px;
    max-width: 175px;
}

#facebookconnect-new {
    max-height: 32px;
    margin: 0 !important;
    margin-left: 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: 0px !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: 0px !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);
    border-radius: 5px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    background: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    background: var(--theme-primary);
    color: #fff;
    line-height: 12px;
    font-size: 13px;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%
}

.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;
   /* align-items: start;*/
    /*flex-direction: column;*/
    justify-content: start;
   /* background: var(--bs-theme-light);
    border-radius: var(--bs-border-radius);*/
    padding: 30px;
   /* min-height: 190px;*/
}

.contact-box.form-exist {
    padding: 0;
    background: none;
    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: 0px;
    color: #fff
}

.contact-box .contact-info {

}

.contact-box span.d-block b {
    margin-bottom: 15px;
    display: block;
}

.sayfabaslik {
    margin-top: 35px;
    background: rgba(0, 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 {
    font-size: 70px;
    display: inline-block; /* margin-right:25px; */
    line-height: 50px;
    text-align: center;
    width: 75px;
}

.dozelliklist {
    margin: 20px;
    display: inline-block;
    width: 29%;
    text-align: center;
    vertical-align: top;
}

.domainiconleft { /* float:left; *//* width:100px; */
    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
}

/*
.tescilsonuc table {
    width: 70%;
    margin: auto
}
*/

#tesclsure {
    text-align-last: center;
    /*border: none;*/
    cursor: pointer;
    /*padding: 0*/
}

.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:before,
.scriptozellks:after {
    content: "";
    position: absolute;
    background: var(--bs-theme-light-100);
    /* width: 1px; */
    /* height: 100%; */
}
.scriptozellks:before {
    width: 1px;
    height: 100%;
    inset-inline-start: calc(-0.5 * var(--bs-gutter-x));
}
.scriptozellks:after {
    height: 1px;
    width: 100%;
    inset-block-end: calc(-0.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 {
    /*float: left;*/
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px
}

#datatable tr td:last-child {
    border-right: none
}

.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;
}

.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;
}

/*
.sunucustok {
    background: #4caf50;
    color: #fff;
    padding: 2px 0;
    font-size: 12px;
    margin-left: -73px;
    position: absolute;
    margin-top: -50px;
    width: 62px
}

.sunucustok:after {
    content: '';
    position: absolute;
    border-color: transparent transparent transparent #4caf50;
    border-style: solid;
    border-width: 5px;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-left: 4px
}*/

.indirim {
    background: #4caf50;
    color: #fff;
    border-radius: 3px;
    padding: 2px 0;
    font-size: 13px;
    display: inline-block;
    margin-left: 15px;
    width: 100px;
    text-align: center;
    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 .tpakettitle i {
    color: #FF9800
}

#digerpaketler .tablepaket h3 {
    color: #FF9800
}

#digerpaketler .tablepaket h4 {
    color: #FF9800
}

#digerpaketler .tablepaket .gonderbtn {
    border: 2px solid #FF9800;
    color: #FF9800
}

#digerpaketler .tablepaket .gonderbtn:hover {
    color: #fff;
    background: #FF9800
}

#smspaketleri .tpakettitle {
    background: #E91E63
}

#smspaketleri .tpakettitle i {
    color: #E91E63
}

#smspaketleri .tablepaket h3 {
    color: #E91E63
}

#smspaketleri .tablepaket h4 {
    color: #E91E63
}

#smspaketleri .tablepaket .gonderbtn {
    border: 2px solid #E91E63;
    color: #E91E63
}

#smspaketleri .tablepaket .gonderbtn:hover {
    color: #fff;
    background: #E91E63
}

#sslpaketleri .tpakettitle {
    background: #8bc34a
}

#sslpaketleri .tpakettitle i {
    color: #8bc34a
}

#sslpaketleri .tablepaket h3 {
    color: #8bc34a
}

#sslpaketleri .tablepaket h4 {
    color: #8bc34a
}

#sslpaketleri .tablepaket .gonderbtn {
    border: 2px solid #8bc34a;
    color: #8bc34a
}

#sslpaketleri .tablepaket .gonderbtn:hover {
    color: #fff;
    background: #8bc34a
}

.siparisbilgileri {
    margin: 0 auto;
    margin-bottom: 40px;
    /* max-width: 800px;*/
    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);
    color:#fff;
    text-align: center;
    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;
    /*text-shadow: .03em .03em #fff*/
}

.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;
    /* float: left;*/
    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: none
}

.domainsec .alanadisorgu {
    margin-top: 0;
    margin-bottom: 15px
}

.sadeckyinfo {
    color: var(--text-color);
    margin: 0 7px;
    font-size: 18px;
    margin-bottom: 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: none;
    background: #ebebeb;
    margin-bottom: 15px;
    padding: 18px 0;
    font-size: 18px
}

.sipdvmtmmbtn .gonderbtn i {
    margin-right: 5px
}


.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 {
    font-size: 20px
}
.resetTopMobile{
    top:80px;
}

.sepetright-container {
    position: -webkit-sticky;
    position: sticky;
    top: 90px
}

.sepetbaslik {
    width: 100%;
   /* background: var(--bg-gradient-primary);
    color: #fff;*/
    font-family: inherit;
}



.sepetlistcon .uhinfo {
    line-height: 25px
}

.uhperiyod {
    width: 25%;
    text-align: center;
}

.uhperiyod h5 {
    font-size: 18px;
    font-weight: 600
}

.uhperiyod option {
    font-size: 14px
}

.uhtutar h4 {
    font-size: 20px
}

.uhtutar h4 strong {
    position: relative
}

.uhtutar {
    width: 25%;
    text-align: center;
}

.sepetlist {
    width: 100%;
    margin: 0;
}

.sepetlist + .sepetlist {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)
}

.sepetlistcon {
    padding: 20px 20px
}
.sepetlist .fon-ribbon{
    top:0.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 {
    font-size: 20px;
}

.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
}

.sepetsipinfo input {
    text-align-last: center
}

.smspreviewinfo .yuzde30 {
    vertical-align: top;
}

.yuzde5 {
    width: 5%;
    display: inline-block
}

.yuzde10 {
    width: 9%;
    display: inline-block
}

.yuzde15 {
    width: 15%;
    display: inline-block
}

.yuzde20 {
    width: 19%;
    display: inline-block
}

.yuzde30 {
    width: 29%;
    display: inline-block
}

.yuzde33 {
    width: 33%;
    display: inline-block
}

.yuzde40 {
    width: 39%;
    display: inline-block
}

.yuzde50inpt {
    width: 49%;
    display: inline-block
}

.yuzde50 {
    width: 49%;
    display: inline-block
}

.yuzde60 {
    width: 59%;
    display: inline-block
}

.yuzde70 {
    width: 69%;
    display: inline-block
}

.yuzde80 {
    width: 79%;
    display: inline-block
}

.yuzde90 {
    width: 89%;
    display: inline-block
}

.yuzde25 {
    width: 24.5%;
    display: inline-block
}

.yuzde75 {
    width: 74%;
    display: inline-block
}

.sepetlistcon .checkbox-custom-label {
    margin-right: 25px;
    margin-top: 5px
}

.sepetlistcon .radio-custom-label {
    margin-right: 25px;
    margin-top: 10px
}

.mpanelinfo {
    width: 100%;
    /* height: 65px; */
    background: var(--bs-theme-light);
    /* color: #fff; */
    /* line-height: 65px; */
    font-size: 0.8rem;
    padding: 10px 0;
    /*border-bottom:1px solid var(--bs-theme-light-100)*/
}

.header .mpanelinfo {
    background: rgba(0, 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: none
}

.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
}

@-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)
    }
    100% {
        -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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.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 h4{
    font-size: 1rem;
    font-weight: 600;
}
.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.alert-warning, .dashboard-widget a, a.dashboard-widget {
    color: #fff!important;
}

.dashboard-widget .alert-icon {
    transition-duration: 0.3s;
}

.dashboard-widget:hover .alert-icon {
    /* color: rgba(0,0,0,.5);*/
    transform: rotate(-10deg) scale(1.1);
    transform-origin: center;
}

.dashboard-widget .dashboard-link:hover {
    color: rgba(255, 255, 255, 0.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, 0.3);
    /*margin-top: 1rem;*/
    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 {
    float: left;
    margin-right: 7px;
    line-height: 50px
}

.dttblegoster {
    float: left;
    width: 100px;
    margin-right: 7px
}

#datatable 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
}

#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;
    border: none;
    box-shadow: 0 0 10px #ccc;
    padding: 15px 0;
    width: 100%;
    background: #62A8EA;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 700
}

.mavibtn:hover {
    background: #333;
    color: #fff
}

.metalbtn {
    color: #fff;
    border: none;
    box-shadow: 0 0 10px #ccc;
    padding: 15px 0;
    width: 100%;
    background: var(--theme-secondary);
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 700
}

.metalbtn:hover {
    background: #333;
    color: #fff
}

.graybtn {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    color: #777;
    opacity: .5;
    filter: alpha(opacity=50);
    border: none;
    /* box-shadow: 0 0 10px #ccc;*/
    /*padding: 15px 0;*/
    width: 100%;
    background: #ccc;
    text-align: center;
    font-size: 1rem;
    margin-top: 10px;
    /* font-weight: 700*/
}

.graybtn:hover {
    background: #CCC;
    color: #777
}

.yesilbtn {
    color: #fff;
    border: none;
    /* box-shadow: 0 0 10px #ccc;*/
    /* padding: 15px 0;*/
    width: 100%;
    background: #8bc34a;
    text-align: center;
    font-size: 1rem;
    margin-top: 10px;
    /*font-weight: 700*/
}

.yesilbtn:hover {
    background: #333;
    color: #fff
}

.redbtn {
    color: #fff;
    border: none;
    /* box-shadow: 0 0 10px #ccc;*/
    /*padding: 15px 0;*/
    width: 100%;
    background: #E21D1D;
    text-align: center;
    font-size: 1rem;
    margin-top: 10px;
    /*font-weight: 700*/
}

.redbtn:hover {
    background: #333;
    color: #fff
}

.turuncbtn {
    color: #fff;
    border: none;
    /* box-shadow: 0 0 10px #ccc;*/
    /* padding: 15px 0;*/
    width: 100%;
    background: #f26c31;
    text-align: center;
    font-size: 1rem;
    margin-top: 10px;
    /*font-weight: 700*/
}

.turuncbtn:hover {
    background: #333;
    color: #fff
}


.lbtn {
    padding: 5px 15px;
    border: 2px solid var(--theme-secondary);
    color: var(--theme-secondary);
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    outline: none
}

.lbtn:hover {
    color: #fff;
    background: var(--theme-secondary)
}
.lbtn.btn-theme-light {
    border-color: var(--bs-theme-light-100);
    border-width: 1px;
    border-radius: var(--bs-border-radius);
    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;
    border-radius: var(--bs-border-radius)
}
.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: none;
    border-bottom: 3px solid var(--theme-primary);
    
}

.hizmetblok #otherLimits tr:nth-child(1) td {
    background: none;
    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: none;
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--bs-theme-light);
    /*background: -moz-linear-gradient(top, #f2f2f2 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #fff 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0)*/
}

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
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.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
}

.cpanelebmail .gonderbtn i {
    font-size: 20px;
    line-height: 0
}

.cpanelebmail .yesilbtn {
    color: #8bc34a;
    box-shadow: none;
    background: #eeeeee;
    width: 47%;
}

.cpanelebmail .yesilbtn {
    color: #8bc34a;
    box-shadow: none;
    background: #eeeeee;
    width: 47%;
}

.cpanelebmail .yesilbtn:hover {
    color: #fff;
    background: #8bc34a
}

.cpanelebmail .turuncbtn {
    color: #f26c31;
    box-shadow: none;
    background: #eee;
    width: 47%
}

.cpanelebmail .turuncbtn:hover {
    color: #fff;
    background: #f26c31
}

.cpanelebmail .mavibtn {
    color: #62A8EA;
    box-shadow: none;
    background: #eee;
    width: 47%
}

.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 {
    font-size: 20px;
    line-height: 0;
    margin-right: 5px
}

.espotaolustur {
    width: 80%;
    margin: auto;
    margin-bottom: 25px
}

.tabcontentcon {
    width: 80%;
    margin: auto;
    margin-bottom: 25px
}

.tabcontentcon h5 {
    font-size: 16px
}

#sentSMS {
    font-size: 16px
}

.destekolsbtn {
    font-size: 16px;
    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: auto;
    margin-top: -20px;
    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
}

#rehber div {
    font-size: 15px
}

#rehber .checkbox-custom + .checkbox-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 {
    display: inline-block;
    width: 50%;
    vertical-align: top
}

.fatodenmedi {
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    width: 50%;
    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 {
    margin-right: 25px;
    margin-top: 10px
}

.odemeyontem .radio-custom-label {
    margin-right: 25px;
    margin-top: 10px
}

.odemeyontem .checkbox-custom + .checkbox-custom-label:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.odemeyontem .checkbox-custom + .radio-custom + .radio-custom-label:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}


.durumraportable {
    height: 250px;
    overflow-y: scroll
}

.hesapbilgilerim table tr td {
    padding: 7px;
    border-bottom: 1px solid #eee;
    font-size: 15px
}

.adresbilgisi {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px
}

.adresbilgisi .yuzde80 {
    padding: 10px 0
}

.menuurunlink a span {
    padding: 1px 22px
}

.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 0px
}

.bankalogo {
    width: 100%;
    float: left
}

.bankalogo img {
    width: 30%;
    float: left
}

.bankalogo h4 {
    float: right;
    font-weight: 400;
    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 {
    height: 20px;
    opacity: .6;
    filter: alpha(opacity=60)
}

.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
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0
    }
}

.sss .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #eee;
    font-weight: 600;
    color: var(--theme-primary)
}

.sss .ui-widget-content {
    color: var(--theme-secondary)
}

/*.sss .ui-state-default, .ui-state-hover {
    color: var(--theme-secondary)
}*/

div.angrytext {
    -webkit-animation: blink 3s ease-in 0 infinite normal;
    animation: blink 3s ease-in 0 infinite normal
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#karart {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 991
}

.content-updown {
    width: 85%
}

.content-updown .formcon .yuzde70 select {
    width: 60%
}

.meter {
    height: 30px;
    position: relative;
    background: #bebebe;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.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 {
    display: block;
    height: 100%;
    -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, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden
}

.meter > span:after, .animate > span > span {
    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
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 50px 50px
    }
}

.orange > span {
    background-color: #f1a165;
    background-image: linear-gradient(#f1a165, #f36d0a)
}

.redx > span {
    background-image: linear-gradient(#f0a3a3, #f42323)
}

.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    background-image: none
}

#weak {
    background: #f44336;
    padding: 6px;
    color: #fff;
    text-align: center;
    border-radius: var(--bs-border-radius-sm);
    border:1px solid #f44336
}

#strong {
    background: #4CAF50;
    padding: 6px;
    color: #fff;
    text-align: center;
    border-radius: var(--bs-border-radius-sm);
    border:1px solid #4CAF50
}

#good {
    background: #cddc39;
    padding: 6px;
    color: #fff;
    text-align: center;
    border-radius: var(--bs-border-radius-sm);
    border:1px solid #cddc39
}

#ModifyWhois input {
    padding-left: 0
}

#haveAddress h5 {
    font-size: 16px
}

#sendbta {
    font-size: 14px
}

.ModifyDns {
    display: inline-block;
    width: 45%;
    text-align: center;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 300px;
    margin: 20px;
    vertical-align: top
}

#ModifyDns input {
    width: 240px
}

.ModifyDns .yuzde50 {
    width: 47%
}

.ModifyDns input {
    padding-left: 0
}

#credit_list {
    width: 50%;
    padding: 5px;
    margin: auto
}

#credit_list select {
    text-align-last: center
}

.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);
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    font-weight: 700;
    border-radius: 7px;
    color: #fff;
}

.lookcolumlist {
    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;
    font-weight: 700
}

#tldno {
    color: #F44336;
    font-weight: 700
}

.tldhere {
    font-size: 18px
}

.tldavailable h4 {
    color: #8BC34A;
    font-size: 26px;
    line-height: 45px
}

#showTLDStatusUnavailable {
    color: #F44336
}

.tldavailable {
    text-align: center;
    margin: 35px 0
}

.lookcolum .yesilbtn {
    padding: 7px 0;
    margin: 0;
    height: 100%
}

.tldlistfoot .lookcolum {
    border: none
}

.spinnertld {
    line-height: 45px
}

.spinnertld > div {
    width: 18px;
    height: 18px;
    background-color: #ccc;
    border-radius: 100%;
    display: inline-block;
    /*-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both*/
}

.spinnertld .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinnertld .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0)
    }
}

#upgrade .ion-speedometer {
    float: left;
    font-size: 70px;
    margin: 0 35px 17px 20px;
    line-height: 25px;
    margin-top: -5px
}

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: 0px
}

@media print {
    .invoicex {
        box-shadow: none
    }
}

.creditcardpaypage .card {
    border: 0;
    clear: both;
    padding: 0;
}

.creditcardpaypage .securityinfo, .creditcardpaypage .creditcardinfo-con {
    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
}

.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 span {
    padding: 0 10px
}

.invoicedesc .formcon {
    padding: 3px 0
}

.invoicedesc .formcon .yuzde70 {
    font-size: 14px
}

.invoicedesc .formcon .yuzde30 {
    font-size: 14px;
    text-align: center
}

.otherincoivebtns {
    float: right;
    margin: 7px 0px;
    z-index: 5;
    position: relative
}

.otherincoivebtns .sbtn {
    padding: 4px 12px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: auto;
    font-size: 14px
}

.otherincoivebtns .sbtn:hover {
    background: var(--theme-secondary);
    color: white;
}

.otherincoivebtns .sbtn i {
    margin-right: 5px
}

.license-verification-result {
    text-align: center;
    width: 100%;
    margin-top: 25px
}

.license-ok {
    background: #f6ffec;
    color: #75b22f;
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.license-none {
    background: #fff2f1;
    color: #f44336;
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.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: none;
}

.faturabilgisi .red-info h5 {
    /*color: var(--theme-secondary);*/
    font-size: 16px;
}

.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: 0;
    margin-top: 2px;
    margin-right: 10px
}

#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: bold
}

.style-toggle-active {
    margin-left: -5px
}

#style-toggle {
    position: fixed;
    left: 0px;
    top: 25%;
    background: white;
    width: 590px;
    margin-left: -294px;
    z-index: 485;
    border-radius: 3px;
    box-shadow: 0px 0px 7px #ccc;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.styletheme {
    display: inline-block;
    box-shadow: 0px 0px 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: white;
    background: rgba(0, 0, 0, 0.6);
    transition: var(--transition-default)
}

.styletheme h5:hover {
    opacity: 0.0;
    filter: alpha(opacity=00)
}

.style-toggle-button {
    float: right;
    background: white;
    padding: 5px 15px;
    margin-right: -44px;
    font-size: 22px;
    border-radius: 3px;
    margin-top: 27px;
    box-shadow: 4px 0px 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;
    /* color: var(--theme-secondary);*/
    text-align: center;
    display: none
}

#empty_list i {
    font-size: 54px;
    margin-bottom: 20px
}

#empty_list h4 {
    font-size: 22px
}

#empty_list span {
    font-size: 18px
}

/*#continueshopbtn {
    padding: 10px 30px;
    margin-top: 25px
}*/

.result-content h4 {
    color: #4CAF50;
    font-size: 22px
}

.siparisbilgileri .ui-state-active {
    background: var(--theme-secondary);
    color: white
}

.siparisbilgileri .ui-state-default {
    border-radius: 10px
}

.sepetsipinfo .totalamountinfo {
    border: none;
    padding-top: 25px;
    padding-bottom: 10px
}

.sepetsipinfo .totalamountinfo strong {
    font-size: 16px
}

.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=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    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: none;
    background: #eee;
    font-size: 14px;
    border-radius: 5px
}

.sunucular .lbtn:hover {
    background: #81c04e
}

#StepForm2 .alanadisorgu input {
    margin: 5px 0px;
    font-size: 18px
}

#StepForm1 .alanadisorgu option {
    font-size: 15px
}

#StepForm1 .alanadisorgu optgroup {
    font-size: 15px
}

#StepForm2 .alanadisorgu h5 {
    margin-bottom: 25px
}

#muspanel table.dataTable thead th {
    padding: 14px 0px;
}

.datatbspan {
    color: var(--text-color)
}


#muspanel .ui-widget-content {
    color: var(--text-color)
}

#muspanel .ui-state-active {
    background: var(--theme-secondary);
    border-radius: 10px;
}

#muspanel .ui-accordion .ui-accordion-header {
    border-radius: 10px;
}

#muspanel .dataTables_info {
    color: var(--text-color);
}

#muspanel table.dataTable tbody tr {
    transition: var(--transition-default)
}

#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 {
    height: 64px
}

#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;
   /* font-size: 18px;
    font-weight: 400;
    position: absolute*/
}

.currposleft {
    margin-right: 5px;
    /*margin-left: -15px;
    left: 0px*/
}

.currposright {
    order:1;
    margin-left: 5px;
    /*margin-right: -15px;
    right: 0px*/
}

.sepetsipinfo .amount_spot_view {
    margin-right: 10px
}

#total-amount-payable {
    margin-right: -10px
}

.tablepaket .currposright {
    font-size: 22px
}

.products_features {
    line-height: 28px
}

.ddiscountnewprice {
    background: #fff;
    padding: 2px 0px;
    text-transform: capitalize;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    width: 60%;
    display: inline-block;
    color: var(--theme-primary);
    font-size: 19px
}

.uzantibox .amount_spot_view i {
    font-size: 14px
}

.uzantibox .currposright {
    margin-right: -10px
}

.uzantibox .currposleft {
    margin-left: -10px
}

.doldprice {
    text-decoration: line-through
}

.dnewprice {
    color: white;
    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: transparent;
    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: none;
    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: 0px 15px;
    font-weight: 700
}


.sunucular .dataTables_wrapper table tr td {
    font-size: 15px;
    padding: 10px 0px
}

.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:hover {
    box-shadow:var(--bs-box-shadow-lg);
}
.orderperiodblock.active {
    border-color: var(--theme-primary);
    box-shadow:var(--bs-box-shadow-lg);
}

.orderperiodblock.active .periodselectbox {
    border-color: var(--theme-primary);
    background: var(--theme-primary);
    left: auto;
    right: 15px;
    bottom: auto;
    top: 15px;
}

/*** Site Üstü Sabit Duyuru ***/
.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: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 14px;
}
.top-notice-btn:hover {
    color: rgba(255,255,255,1)!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: transparent;
    border-radius: 0;
    padding: 0;
}

.top-notice-bar .fon-countdown-timer > span {
    background: var(--fon-countdown-background);
    border-radius: var(--fon-countdown-radius);
    padding: var(--fon-countdown-padding);
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*** Popup Bildirim ***/
.popup-notify-modal.modal {
    /*--bs-modal-bg: #fff;*/
    --bs-modal-border-width: 0;
    /* --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-modal-border-width))); */
}

.popup-notify-modal button.popupBildirimCerez {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    background: rgba(0, 0, 0, 0.3);
    line-height: 1em;
    font-size: 20px;
    border-radius: 100%;
}

.popup-notify-modal .modal-body {
    padding: 0;
    overflow: hidden;
    /* border-radius: var(--bs-modal-border-radius); */
    /* background: #000; */
    /* border-radius: var(--bs-modal-inner-border-radius);*/
    /* border-top-right-radius: var(--bs-modal-border-radius); */
}

.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;
    /* --fon-countdown-gap: 20px;
     --fon-countdown-padding: 10px 15px;
     --fon-countdown-background: #fff;
     --fon-countdown-number-color: #fff;
     --fon-countdown-text-color: rgba(255,255,255,0.8);
     --fon-countdown-shadow: var(--bs-box-shadow-sm);*/
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.popup-notify-modal .fon-countdown-timer > span {
    /*background:var(--bg-gradient-primary);
    box-shadow:var(--fon-countdown-shadow);*/
    border-radius: var(--fon-countdown-radius);
    padding: var(--fon-countdown-padding);
}
.fon-section.googlemap{
    padding: 0!important;
}

/*** Dashboard Collapse Card ***/
.cardCollapse.collapsed i{
    rotate: 180deg;
}
/*** Horizontal Pricing Table ***/
.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)
}
/*@media (min-width:1400px) {
    .site-menu li.megamenuli.full-width .megamenu {
        width: 1140px;
    }
}*/

/*** Domain Transfer ve Whois Sayfları ***/
.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 ***/
.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: none;
    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;
}
/**** Modules Styles  ****/
.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-header:not(.p-min) {
    padding: 15px!important;
}
.becard .becard-content:not(.no-p) {
    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:hover,a.hostbtn.modulebtn:focus {
    background-color: var(--theme-primary);
    color:#fff;
}

#storeinfo::after {
    display: block;
    clear: both;
    content: "";
}
.cleintArea-module-page-title{
    margin-bottom: 10px;
}
#osbuild,#Interface {
    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{
    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 0.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;
}
.sepetleft > .card.is-flipped,#csm-tab-pane .card.is-flipped {
    transform: none!important;
}

/*** Responsive Styles ***/
@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){
    /*** Domain Bileşeni ***/
    /*.fon-domain-widget.home-domain-search {
        margin-top: -50px;
    }*/

    /*** Slideshow ***/
    .fon-slider .fon-slider-subtitle {
        max-width: 95%;
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 35px;
    }

    /*** Interaktif Afiş Stil -3 ***/
   /* .col-lg-3 .fon-banner-widget.style-3:hover .fon-banner-content .fon-banner-description {
        opacity: 0;
        visibility: hidden;
        display: none;
    }*/
    /*** Animasyonlu Numara Bileşeni ***/
    .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
    }
    /*.col-lg-3 .fon-animated-number-widget.style-6 .animated-number .animated-number-title {
        font-size:1rem!important
    }*/

    /*** Slick Carousel Arrows ***/
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }

    /*** Sabit Başlıklar ***/
    body.sticky-header .page-inner-nav.has-sticky,
    body.sticky-header .ctHeader{
        top: 60px;
    }
    /*** Yazılım Detay Sayfası ***/
    .software-buttons .demo-link,
    .software-buttons .admin-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){
    /*** Kullanıcı Paneli ***/
    .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;
    }
    /*** Slideshow ***/

}

@media(max-width:991.98px){
    .section-hero .fon-contentbox-content{
        display: none;
    }
    .section-hero .fon-widget-container {
        margin-bottom: 10px;
    }
   /* .fon-feature-box-widget.style-8,
    .fon-feature-box-widget.style-9 {
        height: calc(100% - 15px);
    }*/
    .fon-slider .fon-slider-feature-desc {
        display: none;
    }
    .fon-slider .slick-next.slick-arrow {
        right: 5px;
    }
    .fon-slider .slick-prev.slick-arrow {
        left: 5px;
    }
    .fon-slider .fon-slider-text ul {
        display: none;
    }
    .horizontal-pricing-table {
        /*flex-wrap: wrap;
        align-items: start!important;*/
    }
    .horizontal-pricing-title{
       /* width: 100%!important;*/
    }
    .horizontal-pricing-column{
       /* width: 20%!important;*/
    }
    .horizontal-pricing-price {
       /* width: 50%!important;
        text-align: left!important;
        border-top: 1px solid var(--bs-border-color);
        padding-top: 16px;
        height: 100%;*/
    }
    .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-solid,
    .horizontal-pricing-column .fa-regular,
    .horizontal-pricing-column .fa-brands,
    .horizontal-pricing-column .fa,
    .horizontal-pricing-column .fas,
    .horizontal-pricing-column .far,
    .horizontal-pricing-column .fab {
        font-size: 1.5em;
    }
    .product-group-tabs.nav-pills .nav-item img {
        width: 32px!important;
        height: 32px!important;
    }
    .nav-toolbar .nav-link{
        padding: 0.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:0.5rem;
    }
    .separate-section:after {
      background-size: 70%;
    }
    .popular-badge {
        padding: 5px 10px 4px 10px;
        font-size: 11px;
        left: -15px;
        top: 10px;
    }
    .popular-badge:after {
        left: -12px;
        border-width: 13px;
    }
    /*** Interaktif Afiş Stil -3 ***/
    /*.col-md-6 .fon-banner-widget.style-3:hover .fon-banner-content .fon-banner-description {
        opacity: 1;
        visibility: visible;
        display: block;
    }*/
    .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;
    }
    .resetTopMobile{
        top: 0;
    }
    .hizmetblok {
        width: calc(100% - 18px);
    }
    .fon-section{
        padding: 30px 0!important;
    }
    .fon-slider .fon-slider-title{
        font-size: 0.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: 0.81rem;
        line-height: 1rem;
        flex: 1 1 auto;
        text-align: center;
    }
    .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;
    }
    #section-software-detail .software-meta{
        top:0;
    }
    .col-sm-6 .fon-feature-box-widget.style-6 .feature-box{
        padding: 15px;
        padding-right: 30px;
    }
    .sidelinks.sticky-md-top,
    .sepetright > .sticky-md-top,
    .sunucusipside > .sticky-md-top {
        top:0!important;
        margin-bottom:10px;
        margin-top:10px;
    }
    .horizontal-pricing-title + .horizontal-pricing-column + .horizontal-pricing-column + .horizontal-pricing-column,
    .horizontal-pricing-price{
        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 h3 {
        font-size:1rem
    }

    .comparisonTable .top-info .price {
        line-height: 1;
        white-space: nowrap;
    }
    .ilanasamalar {
        margin-top: 40px;
    }
    .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;
    }
    /*** Domain Bileşeni ***/
    /*.fon-domain-widget.home-domain-search {
        margin-top: 0px;
    }*/
    .urunozellik {
       flex-direction: column;
        text-align: center;
    }
    .urunozellik i {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .top-bar-list li.list-inline-item.scmedia{
        display:none
    }
    /*#sepeticon {
        font-size: 20px;
        padding-top: 0.4rem;
        padding-bottom: 0.2rem;
    }*/
    .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: 0.75rem;
        padding: 0.5rem 0.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-start.nav-seperate .nav-item:last-child .nav-link,
    .page-inner-nav.nav-menu.nav-end.nav-seperate .nav-item:first-child .nav-link {
        /* background: var(--bs-theme-light); */
        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: 0.75rem;
    }
    .ilanasamax h3 {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 1rem;
    }

    .orderperiodblock {
        width: calc(100% - 15px);
        padding: 10px 0;
    }

}