@-webkit-keyframes mio-cookie-popup--close {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes mio-cookie-popup--close {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes mio-cookie-popup--open {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    80% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes mio-cookie-popup__open {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    80% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes cssload-hourglass {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(180deg)
    }
}

@-o-keyframes cssload-hourglass {
    0% {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(180deg)
    }
}

@-ms-keyframes cssload-hourglass {
    0% {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(180deg)
    }
}

@-webkit-keyframes cssload-hourglass {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(180deg)
    }
}

@-moz-keyframes cssload-hourglass {
    0% {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(180deg)
    }
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    to {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes alert {
    0%,
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15%,
    25%,
    35%,
    45%,
    5% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    10%,
    20%,
    30%,
    40% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes alert {
    0%,
    50% {
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    15%,
    25%,
    35%,
    45%,
    5% {
        -ms-transform: translateX(-3px);
        transform: translateX(-3px)
    }
    10%,
    20%,
    30%,
    40% {
        -ms-transform: translateX(3px);
        transform: translateX(3px)
    }
}

@-webkit-keyframes blink-1 {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes blink-1 {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-2px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-2px)
    }
}

@-webkit-keyframes pulsate-fwd {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulsate-fwd {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(158 215 92/76%)
    }
    to {
        box-shadow: 0 0 0 8px rgb(0 0 0/0%)
    }
}

@keyframes shadow-pulsex {
    0% {
        box-shadow: 0 0 0 0 rgb(159 170 176/67%)
    }
    to {
        box-shadow: 0 0 0 8px rgb(0 0 0/0%)
    }
}

@keyframes loadingA {
    50% {
        height: 15px 35px
    }
    to {
        height: 15px
    }
}

@keyframes loadingB {
    50% {
        width: 15px 35px
    }
    to {
        width: 15px
    }
}

@keyframes loadingC {
    50% {
        transform: translate(0, 0) translate(0, 15px)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes loadingD {
    50% {
        transform: rotate(0deg) rotate(180deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes loadingE {
    to {
        transform: rotate(0deg) rotate(360deg)
    }
}

@keyframes loadingF {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes loadingG {
    0%,
    to {
        transform: translate(0, 0) rotate(0deg)
    }
    50% {
        transform: translate(70px, 0) rotate(360deg)
    }
}

@keyframes loadingH {
    0%,
    to {
        width: 15px
    }
    50% {
        width: 35px;
        padding: 4px
    }
}

@keyframes loadingI {
    to {
        transform: rotate(360deg)
    }
}

@keyframes bounce {
    0%,
    to {
        transform: scale(0)
    }
    50% {
        transform: scale(1)
    }
}

@keyframes loadingJ {
    0%,
    to {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(80px, 0);
        background-color: #f5634a;
        width: 25px
    }
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }
    to {
        transform: translate(24px, 0)
    }
}

#mio-cookie-popup *,
#mio-cookie-popup :after,
#mio-cookie-popup :before {
    box-sizing: inherit!important
}

#mio-cookie-popup {
    position: fixed!important;
    bottom: 30px!important;
    left: 30px!important;
    z-index: 9999!important;
    font-family: 'Titillium Web', sans-serif;
    opacity: .8;
    -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
}

#mio-cookie-popup:hover,
.langflagicon img:hover {
    opacity: 1
}

#mio-cookie-popup .mio-cookie-popup__card {
    background: #1f2430!important;
    box-shadow: 0 0 50px rgba(0, 0, 0, .2)!important;
    display: flex;
    flex-wrap: wrap!important;
    max-width: 100%!important;
    position: relative!important;
    width: 400px!important;
    line-height: 1.5!important
}

#mio-cookie-popup .mio-cookie-popup--closed {
    -webkit-animation: mio-cookie-popup--close .4s ease-in-out forwards!important;
    animation: mio-cookie-popup--close .4s ease-in-out forwards!important
}

#mio-cookie-popup .mio-cookie-popup--opened {
    -webkit-animation: mio-cookie-popup--open .4s ease-in-out forwards!important;
    animation: mio-cookie-popup--open .4s ease-in-out forwards!important
}

#mio-cookie-popup .mio-cookie-popup__content {
    padding: 30px 15px!important;
    text-align: center!important
}

#mio-cookie-popup .mio-cookie-popup__content--text-bold,
#mio-cookie-popup h3 {
    font-weight: 600!important
}

#mio-cookie-popup h3 {
    font-family: 'Titillium Web', sans-serif;
    color: #fff!important;
    font-size: 18px!important;
    margin: 0 0 .5em!important
}

#mio-cookie-popup p {
    margin: 20px 0!important
}

#mio-cookie-popup a,
#mio-cookie-popup button,
#mio-cookie-popup p {
    font-family: 'Titillium Web', sans-serif;
    color: #fff!important;
    font-size: 14px!important
}

#mio-cookie-popup a {
    text-decoration: underline!important
}

#mio-cookie-popup button {
    background: #3371f2!important;
    border: 0!important;
    cursor: pointer!important;
    height: 3em!important;
    line-height: 3em!important;
    padding: 0 3em!important;
    outline: 0!important
}

#mio-cookie-popup .mio-cookie-popup--close:after {
    color: #fff!important;
    content: "X"!important;
    cursor: pointer!important;
    font-size: 14px!important;
    font-weight: 600!important;
    position: absolute!important;
    right: .8em!important;
    top: .5em!important;
    -webkit-transform: scaleX(1.25)!important;
    transform: scaleX(1.25)!important;
    transition: color .3s ease!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

#mio-cookie-popup .mio-cookie-popup--close:hover:after {
    color: #212121!important
}

#modernpanel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

#modernpanel::-webkit-scrollbar {
    width: 9px;
    background-color: #f5f5f5
}

#modernpanel::-webkit-scrollbar-thumb {
    background-color: #353550
}

.mpanelrightcon::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: #f5f5f5
}

.mpanelrightcon::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.mpanelrightcon::-webkit-scrollbar-thumb {
    background-color: #d9d9d9
}

.themepreview {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #353550;
    color: #fff;
    padding: 10px 0
}

.themepreview .lbtn,
.themepreview h5 {
    font-size: 16px;
    display: inline-block;
    font-weight: 300
}

.themepreview .lbtn {
    float: none;
    border: 1px solid #fff;
    margin-left: 12px;
    color: #fff;
    font-size: 14px;
    padding: 3px 15px
}

.themepreview .lbtn:hover {
    background: #fff;
    color: #353550
}

.blue-info i {
    float: left
}

.cssload-hourglass {
    position: relative;
    height: 78px;
    width: 78px;
    left: 35%;
    left: calc(50% - 42px);
    left: -o-calc(50% - 42px);
    left: -ms-calc(50% - 42px);
    left: -webkit-calc(50% - 42px);
    left: -moz-calc(50% - 42px);
    border: 3px solid rgba(0, 163, 155, .94);
    border-radius: 78px;
    transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    animation: cssload-hourglass .8s ease-in-out infinite;
    -o-animation: cssload-hourglass .8s ease-in-out infinite;
    -ms-animation: cssload-hourglass .8s ease-in-out infinite;
    -webkit-animation: cssload-hourglass .8s ease-in-out infinite;
    -moz-animation: cssload-hourglass .8s ease-in-out infinite
}

.cssload-hourglass:after,
.cssload-hourglass:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 21px 0;
    border-color: #00a39b transparent transparent
}

.cssload-hourglass:after {
    top: 34px;
    border-width: 0 21px 36px;
    border-color: transparent transparent #00a39b
}

.spinner3 {
    width: 70px;
    text-align: center;
    display: inline-block
}

.spinner3>div {
    width: 12px;
    height: 12px;
    background-color: #777;
    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
}

.spinner3 .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner3 .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.block-item-desc {
    max-height: 175px;
    overflow-y: auto;
    float: left;
    width: 100%
}

#modernpanel .alanadisorgu input,
.tabcontent .block-item .block_module_details-title h4 {
    margin-top: 0
}

.hizmetblok:nth-child(n+6):nth-child(-n+8),
.hizmetblok:nth-child(n+6):nth-child(-n+9) {
    width: 48%
}

#modernpanel {
    background: #fafbfd;
}

.leftbar {
    float: left;
    width: 15%;
    background: #2c4a59;
    position: fixed;
    overflow-y: auto;
    z-index: 9;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%
}

.leftbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.leftbar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.leftbar::-webkit-scrollbar-thumb {
    background-color: #353550
}

.rightcontent {
    float: right;
    width: 85%;
    width: 85%;
    height: 100%;
    padding-bottom: 20px
}

#modernpanel .mpanelleft {
    float: left;
    box-shadow: none;
    border-radius: none;
    width: 100%;
    margin-bottom: 0;
    background: 0 0;
    margin-top: 0
}

#modernpanel .mpanelbtns a {
    float: left;
    border-bottom: 0 solid #eee;
    color: rgba(255, 255, 255, .7)
}

#modernpanel #mpanelbtnsaktif,
#modernpanel .mpanelbtns a:hover {
    background: rgba(0, 0, 0, .2)
}

.companylogo {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px
}

.companylogo img {
    width: 150px;
    height: auto
}

.rightconhead {
    float: left;
    width: 100%;
    background: #e5e5e5;
    height: 60px
}

#modernpanel #acdashboardactivity,
#modernpanel #acdashboardnews {
    width: 49%
}

.billreminicon {
    float: left;
    width: 10%;
    text-align: center;
    z-index: 9
}

#clean-theme-client .invoiceremind .red-info i,
#modernpanel .invoiceremind .red-info i {
    font-size: 135px;
    color: rgb(0 0 0/5%)
}

.billremininfo {
    float: right;
    width: 100%;
    z-index: 5;
    position: relative
}

#modernpanel .invoiceremind span {
    margin-bottom: 15px;
    display: inline-block;
    color: #353550
}

#modernpanel .invoiceremind .red-info {
    width: 97%;
    background: #fff
}

#modernpanel .invoiceremind h4 {
    color: #f44336;
    margin-bottom: 7px
}

#modernpanel .mpanelinfo #wrapper {
    width: 97%
}

.lastentry,
.moderncliendblock {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 25px 0
}

#modernpanel .songiris {
    float: none
}

#modernpanel .mpanelinfo {
    background: #f4f8fb;
    color: inherit;
    line-height: 60px;
    height: 60px
}

#modernpanel .headbutonlar a {
    color: inherit;
    padding: 0 20px;
    margin: 0;
    font-size: 18px
}

#modernpanel .headbutonlar a:hover,
#modernpanel .wclientnotifi:hover .wnotifitibtn {
    background: #d8dde18c
}

#modernpanel #sepeticon {
    margin-top: 0;
    font-size: 20px
}

#modernpanel #sepeticon span {
    font-size: 12px;
    width: 20px;
    height: 20px;
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-left: -10px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    margin-top: 7px
}

#modernpanel .headbutonlar i {
    margin-right: 0
}

.moderncliendblock {
    border-radius: 5px;
    width: 47.5%;
    text-align: left;
    background: #fff;
    min-height: 400px;
    vertical-align: top;
    margin: 10px;
    overflow: hidden
}

#modernpanel .alanadisorgu h1 {
    font-size: 30px;
    margin: 15px 0
}

#modernpanel #checkButton {
    margin-top: 5px
}

.moderncliendcontent {
    display: inline-block;
    background: #fff;
    width: 100%
}

#modernpanel .muspanelbloks {
    margin-top: 0;
    width: 100%;
    margin-bottom: -9px;
}

#modernpanel .mpanelblok:first-child:nth-last-child(4),
#modernpanel .mpanelblok:first-child:nth-last-child(4)~.mpanelblok {
    width: 22.2%;
}

#modernpanel .mpanelblok:first-child:nth-last-child(3),
#modernpanel .mpanelblok:first-child:nth-last-child(3)~.mpanelblok {
    width: 30%
}

#modernpanel .mpanelblok {
    margin: 13px;
    width: 20%;
    border-radius: 3;
    box-shadow: none
}

.modernclientmenu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.modernclientmenu ul .inner {
    overflow: hidden;
    display: none
}

.modernclientmenu ul li a.toggle {
    width: 100%;
    display: block;
    color: #fff;
    padding: 17px 0;
    transition: background .3s ease;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.modernclientmenu ul li ul li a.toggle {
    font-size: 14px;
    padding: 12px 0
}

.modernclientmenu ul li i {
    width: 30px
}

.modernclientmenu ul li a span {
    padding: 0 20px
}

.modernclientmenu #active,
.modernclientmenu ul li a.toggle:hover {
    background: #3371f2;
}

.modernclientmenu ul li ul li span {
    padding-left: 50px
}

.modernclientmenu ul li ul li i {
    width: 20px
}

.modernclientmenu ul li ul li ul li span {
    padding-left: 70px
}

.mclientlastblocks thead {
    background: #f4f8fb;
}

.mclientlastblocks table tr td,
th {
    padding: 9px;
    border-bottom: 1px solid #eeeeee57;
}

.mclientlastblocks .productinfo {
    font-size: 14px;
    opacity: .7
}

#modernpanel .moderncliendblock .mpaneltitle {
    float: left;
    width: 103.5%;
    border-bottom: none;
    padding: 12px;
    margin-bottom: 15px;
    background: #f4f8fb;
    color: #fff;
    margin-top: -20px;
    margin-left: -20px
}

#modernpanel .moderncliendblock .mpaneltitle h4 strong {
    font-weight: 500;
    font-size: 17px;
    color: #677894;
}

#modernpanel .moderncliendblock .incelebtn {
    font-size: 15px;
    background: #eff5f9;
}

#clean-theme-client .moderncliendblock table tr,
#modernpanel .dataTables_wrapper table tr,
#modernpanel .moderncliendblock 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
}

#modernpanel .moderncliendblock table tr:hover {
    background: #fafbfdd9;
}

.listingstatus span {
    font-size: 13px;
    padding: 5px;
    text-align: center;
    min-width: 100px;
    border-radius: 5px;
    font-weight: 600;
    background: #95a5a624;
    color: #95a5a6;
    border: none !important;
}

.listingstatus .wait {
    border: none !important;
    color: #34495e !important;
    background: #34495e26 !important;
}

.listingstatus .active,
.listingstatus .responded {
    border: none !important;
    color: #6faf71 !important;
    background: #6faf7126 !important;
}

.listingstatus .process,
.listingstatus .resolved {
    border: none !important;
    color: #03a9f4 !important;
    background: #03a9f41c !important;
}

.listingstatus .autorenew {
    color: #9c27b0;
    margin-bottom: 5px
}

.listingstatus span,
.mclientlastblocks .mpaneltitle h4,
.noentryblock {
    display: inline-block
}

.mclientlastblocks .mpaneltitle .sbtn {
    float: right;
    font-size: 13px;
    margin-top: -2px;
    opacity: .8;
    width: auto;
    padding: 5px 10px;
    background: #eff5f9;
    color: #677894;
}

.mclientlastblocks .mpaneltitle .sbtn:hover {
    background: #3371f2;
    color: #fff;
}

.noentryblock {
    width: 100%;
    margin: 70px 0;
    text-align: center
}

.noentryblock i {
    font-size: 82px;
    margin-bottom: 20px
}

.noentryblock h2 {
    font-size: 20px;
    font-weight: 600
}

.noentryblock h4 {
    font-size: 17px;
    font-weight: 300
}

#modernpanel .mpanelinfo span i {
    font-style: normal
}

.mclientmobbtn {
    font-size: 26px;
    float: left;
    margin: 0 20px;
    display: none
}

#modernpanel #dashboard_button_close {
    opacity: 0;
    top: 0;
    position: absolute;
    right: -64px;
    font-size: 32px;
    background: #2c4a59;
    color: #fff;
    padding: 5px 20px 5px 0;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px
}

.modernclient-rightcon {
    width: 100%;
    display: inline-block;
    background: #fafbfd;
    margin-bottom: 25px;
    padding-bottom: 40px
}

.modernclient-rightcon .mpaneltitle h4 {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 10px
}

.modernclient-rightcon .mpaneltitle h4 strong {
    font-size: 17px;
    font-weight: 600 !important;
    display: inline-block;
    margin-bottom: 10px
}

.modernclient-rightcon .mpaneltitle .destekolsbtn {
    font-size: 15px;
    padding: 15px 25px;
    margin-top: -12px;
    border-radius: 3px;
    background: #3371F2;
    color: #fff;
    margin-right: 0px;
    margin-bottom: -30px;
}

.modernclient-rightcon .mpaneltitle .destekolsbtn:hover {
    background: #316EED;
}

.wclientblockscon {
    text-align: center;
    margin-bottom: 25px
}

.noclick {
    opacity: .5
}

.noclick,
.noclick:hover {
    background: #eee;
    color: inherit
}

.wclientnotifi,
.wnotificontent {
    display: inline-block
}

#modernpanel .wclientnotification {
    background: #fff;
    width: 350px;
    position: absolute;
    top: 60px;
    z-index: 16;
    font-size: 13px;
    -webkit-box-shadow: 0 0 55px 1px rgba(54, 50, 64, .2);
    box-shadow: 0 0 55px 1px rgba(54, 50, 64, .2);
    border-radius: 5px;
    line-height: 25px;
    right: 3%;
    overflow: hidden;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.wclientnotifi:hover .wclientnotification {
    display: block
}

.clean-theme-header-right-btns ul li:hover .clean-theme-header-ac-btn,
.wclientnotifi:hover .wnotifitibtn {
    background: #f3f3f3
}

.wnotificontent {
    overflow-y: auto;
    overflow-x: hidden;
    height: 300px;
    width: 100%
}

.wnotificontent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: #f5f5f5
}

.wnotificontent::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.wnotificontent::-webkit-scrollbar-thumb {
    background-color: #dbdbdb
}

.wnotifititle {
    background: #2c4a59;
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-image: url(../../../templates/system/images/leftbarbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto
}

.wnotifititle i {
    font-size: 150px;
    color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: -20px auto auto
}

.wnotifititle h3 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 12
}

.wnotifititle h5 {
    font-size: 15px;
    position: relative;
    z-index: 12
}

.wnotifilist {
    float: left;
    width: 100%;
    line-height: 20px;
    border-bottom: 1px solid #eee;
    padding: 8px 0
}

#modernpanel .wnotificontent a {
    font-size: 13px;
    float: none;
    margin: 0;
    padding: 0;
    opacity: .8
}

#modernpanel .wnotificontent a:hover {
    background: 0 0;
    opacity: 1
}

.wnotifilistcon h5 {
    font-size: 13px
}

.wnotifilisticon {
    float: left;
    width: 10%
}

.wnotifilistcon {
    float: right;
    width: 90%
}

#modernpanel .wnotifilisticon i,
.nonotification h5 {
    font-size: 16px
}

.wnotifilisticon .fa-check-circle-o {
    color: #8bc34a
}

.wnotifilisticon .fa-exclamation-circle {
    color: #f44336
}

.wnotificontent .read {
    opacity: .5
}

#modernpanel .allread,
.notifi-count {
    margin-top: 10px
}

#modernpanel .allread a {
    border: 1px solid;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 5px;
    float: none;
    font-weight: 600
}

#modernpanel .allread a:hover {
    text-decoration: none;
    background: #eee;
    border: 1px solid #eee
}

.notifi-count {
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: linear-gradient(#f16257 0, #c83126 100%);
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-left: -10px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    -webkit-animation: alert 2s linear 0s infinite normal;
    animation: alert 2s linear 0s infinite normal
}

#modernpanel .allread,
#modernpanel .clientcopyright,
.socialconnect {
    display: inline-block;
    width: 100%;
    text-align: center
}

.socialconnect {
    position: relative;
    padding-top: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

.socialconnect a {
    padding: 10px 0;
    display: inline-block;
    color: #fff;
    width: 49%;
    background: #eee;
    border-radius: 50px
}

.socialconnect .facebookconnect {
    background: #3b5998
}

.socialconnect .facebookconnect:hover {
    background: #324b81
}

.socialconnect .googleconnect {
    background: #d43225
}

.socialconnect .googleconnect:hover {
    background: #b82b20
}

.connector,
.mobmenuclose {
    left: 0;
    bottom: -10px;
    right: 0;
    position: absolute
}

.connector span {
    background: #fff;
    padding: 0 20px
}

#modernpanel .mpanelblok:hover .mblokbtn {
    color: #fff;
    background: #ffffff24;
}

.mobmenuclose {
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .23);
    z-index: 9;
    display: none
}

#modernpanel .clientcopyright {
    font-size: 14px
}

#modernpanel .footsosyal {
    margin-top: 20px
}

#modernpanel .footsosyal a {
    color: #9d9d9d
}

#modernpanel .footsosyal a:hover {
    background: #e1e1e1
}

#modernpanel .lastentry {
    margin: 5px 0
}

#modernpanel .mpanelrightcon {
    padding: 30px 52px
}

#modernpanel .moderncliendblock .mpanelrightcon {
    padding: 20px;
    font-size: 14px
}

#basic_client_rightcon {
    float: right;
    width: 75%;
    margin-bottom: 35px
}

#muspanel .mpanelleft {
    margin-top: 10px
}

.mpanelrightcon table th {
    padding: 20px 10px !important;
}

#modernpanel .ui-state-active,
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    background: #353550;
    display: none;
}

#modernpanel .destekinfo h5,
#modernpanel.destekinfo h4 {
    color: inherit
}

#modernpanel .destekdetayright .gonderbtn {
    font-size: inherit
}

#modernpanel .destekinfo {
    border: 0;
    background: #f8fafc;
}

#modernpanel .ticketstatusbtn .graybtn {
    opacity: .8
}

#modernpanel .ticketstatusbtn .gonderbtn {
    filter: none !important;
    width: 45%;
    margin: 20px
}

#clean-theme-client .msjyazan h4 span,
#modernpanel .msjyazan h4 span {
    border-radius: 3px;
    padding: 2px 8px;
    float: right;
    margin-top: -1px
}

#modernpanel .msjyazan h5 {
    border-radius: 3px;
    margin-top: -2px;
    padding: 2px 8px
}

#modernpanel .sayfabaslik a:hover,
#muspanel .destekinfo h4,
#muspanel .destekinfo h5 {
    color: inherit
}

.ticketstatusbtn {
    width: 80%;
    margin: auto
}

#muspanel .destekdetayright .gonderbtn {
    font-size: inherit
}

.ticketstatusbtn .mavibtn:hover {
    background: #316EED
}

#modernpanel .destekdetayright .gonderbtn:hover {
    background: #316EED
}

#modernpanel .hizmetblok {
    margin: 7px
}

#modernpanel .yuzde50inpt {
    vertical-align: top
}

#modernpanel #updownbtn {
    color: #fff
}

#modernpanel #updownbtn,
#muspanel #updownbtn {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

#modernpanel .ModifyDns {
    margin: 45px 15px;
    padding-top: 20px;
    border: 0;
    position: relative;
    box-shadow: 0 0 20px #ededed
}

#modernpanel .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px
}

#modernpanel .select2-container .select2-selection--single {
    height: auto;
    padding: 6px 0
}

#modernpanel #products_wrapper table.dataTable tbody 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;
    -webkit-;
    -moz-;
}

#clean-theme-client #products_wrapper table.dataTable tbody tr:hover,
#modernpanel #products_wrapper table.dataTable tbody tr:hover,
#modernpanel .dataTables_wrapper table tr:hover {
    background: #fafbfd;
}

#modernpanel .sayfayolu {
    margin-top: 6px
}

#modernpanel .domainlookuplist {
    width: 80%
}

#modernpanel .domainozellikler,
#modernpanel .sss,
.leftbar .wclientwelcome {
    display: none
}

#modernpanel .sepet {
    margin-top: 30px
}

.modernclient-rightcon #wrapper {
    width: 95%
}

#modernpanel .amount_spot_view i {
    font-size: 17px;
    font-weight: 300;
    margin-top: -7px
}

#modernpanel .currposright {
    margin-right: -10px
}

#modernpanel .currposleft {
    margin-left: -12px
}

#modernpanel .wclientdomainpage {
    margin-top: 30px
}

.nonotification {
    text-align: center;
    padding: 35px 0
}

.nonotification h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px
}

.nonotification i {
    font-size: 60px;
    margin-bottom: 25px
}

#notifications_count {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600
}

#modernpanel .sayfabaslik {
    float: none;
    color: inherit;
    margin-top: 20px;
    position: relative;
    text-shadow: none;
    display: inline-block;
    text-align: right;
    width: 100%;
    background: 0 0;
    padding: 0 0 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee
}

#modernpanel .sayfabaslik h1 {
    float: left
}

#modernpanel .sayfabaslik a {
    color: inherit;
    font-weight: 400;
    font-size: 15px;
    margin-top: 7px;
    display: inline-block
}

#modernpanel .headerwhite,
#modernpanel .pakettitle h1,
#modernpanel .paypasbutonlar {
    display: none
}

#modernpanel .ilanasamalar {
    margin-bottom: 0
}

#modernpanel .scriptlisttitle,
#modernpanel .urunozellikleri {
    display: none
}

#modernpanel .anascripler {
    width: 73%
}

#modernpanel .scriptdetayinfo,
#modernpanel .scriptrightside,
.paymentlogos {
    margin-top: 25px
}

.paymentlogos {
    display: inline-block;
    width: 100%;
    text-align: center
}

.paymentlogos span {
    color: #adabab
}

.plogos1 {
    width: 290px;
    margin-bottom: 10px
}

.plogos2 {
    width: 100px;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 20px
}

#modernpanel .iziModal .iziModal-header.iziModal-noSubtitle,
#uyeolgirisbody .iziModal .iziModal-header.iziModal-noSubtitle {
    padding: 9px 15px 12px
}

#modernpanel .sepetsipinfo tr td {
    padding: 12px 0
}

#modernpanel .sepetsipinfo h5 {
    font-size: 20px
}

#modernpanel #total-amount-payable {
    font-size: 28px
}

.orderperiodblock-con {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 25px
}

.block_module_details-title h4,
.orderperiodblock {
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0, #fff 100%);
    background: -webkit-linear-gradient(top, #efefef 0, #fff 100%);
    background: linear-gradient(to bottom, #efefef 0, #fff 100%)
}

.orderperiodblock {
    display: inline-block;
    text-align: center;
    transform: scale(.9);
    border: 2px solid #efefef;
    border-radius: 7px;
    width: 22%;
    cursor: pointer;
    padding: 45px 0;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
    -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
}

.orderperiodblock h2 {
    font-weight: 600;
    color: #333549
}

.orderperiodblock:hover {
    transform: scale(1)
}

.periodselectbox {
    display: none;
    position: absolute;
    border: 2px solid #efefef;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #fff;
    left: 0;
    bottom: -20px;
    right: 0;
    margin: auto
}

.periodselectbox i {
    color: #fff;
    font-size: 13px;
    line-height: 33px
}

.orderperiodblock.active {
    border: 2px solid #d8cece;
    transform: scale(1)
}

.active .periodselectbox {
    border: 2px solid #4caf50;
    background: #4caf50;
    display: block
}

.ribbonperiod {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.ribbonperiod span {
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 19px;
    left: -21px
}

.ribbonperiod span::after,
.ribbonperiod span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent
}

.ribbonperiod span::before {
    left: 0;
    border-right: 3px solid transparent
}

.ribbonperiod span::after {
    right: 0;
    border-left: 3px solid transparent
}

.page404 {
    width: 100%;
    height: 50px;
    display: inline-block;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 120px
}

.orderperiodblock h3 {
    font-size: 24px
}

#muspanel .mpanelrightcon {
    padding: 20px;
    word-wrap: break-word;
    background: #fff;
    margin-bottom: 25px;
    border-radius: 7px;
    box-shadow: 0 0 3px #ccc;
    margin-top: 10px;
    min-height: 390px
}

#muspanel #bigcontent .mpanelrightcon,
#muspanel .wclientblockscon .mpanelrightcon {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    background: 0 0
}

#muspanel .moderncliendblock {
    width: 48%;
    margin: 10px 5px 5px
}

#muspanel .datatbspan {
    float: left;
    margin-right: 0
}

#modernpanel .dataTables_wrapper .dataTables_filter {
    display: none;
}

#fullwidth .menu {
    height: 68px
}

#modernpanel .cpanelebmail h5,
#muspanel .cpanelebmail h5 {
    font-weight: 400
}

.block_module_details {
    width: 80%;
    margin: 25px auto;
    text-align: center
}

#block_module_details_con {
    width: 100%;
    border-right: none;
    border-bottom: none
}

.block_module_details-title h4 {
    font-size: 15px;
    font-weight: 600;
    padding: 12px;
    color: #009595;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0)
}

#block_module_details_con .gonderbtn {
    width: 220px;
    float: right
}

#block_modulewidth50 {
    width: 48%
}

.square {
    background-color: #353550
}

.smsucretleri thead,
.tabcontentcon table thead {
    background: #ebebeb
}

#modernpanel #StepForm2 .alanadisorgu input {
    margin: 5px 0;
    padding: 15px 20px;
    font-size: 16px
}

#ticketCustomFields {
    width: 100%;
    margin: auto
}

.ticketCustomFields-con {
    padding: 25px;
    display: inline-block;
    box-shadow: 0 0 20px #ededed;
    border-radius: 7px;
    margin: 30px 0
}

#ticketCustomFields .blue-info {
    border: 0;
    font-size: 16px;
    margin-bottom: 10px
}

#modernpanel .destektalebiolustur .yesilbtn {
    width: 30%
}

#result_dns {
    display: inline-block;
    padding-top: 10px;
    margin-top: 20px;
    width: 100%;
    font-size: 17px
}

#result_dns span,
.ribbonperiod span {
    display: block;
    font-weight: 600
}

#result_dns i {
    font-size: 70px;
    margin-bottom: 15px
}

input.sitemio-checkbox {
    width: 0;
    height: 0;
    opacity: 0;
    display: none
}

label.sitemio-checkbox-label {
    width: 38px;
    height: 23px;
    display: block;
    background-color: #e9e9e9;
    border-radius: 12px;
    border: 1px solid #dadada;
    position: relative;
    z-index: 1;
    transition: background-color 400ms;
    cursor: pointer;
    float: left;
    margin-right: 10px
}

label.sitemio-checkbox-label::after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    background-color: #fff;
    border-radius: 19px;
    position: relative;
    z-index: 9;
    left: 0;
    transition: left 400ms
}

input.sitemio-checkbox:checked+label.sitemio-checkbox-label {
    background-color: #007a7a;
    transition: background-color 400ms
}

input.sitemio-checkbox:checked+label.sitemio-checkbox-label::after {
    left: 18px;
    transition: left 400ms
}

#modernpanel .destekdetaymsj {
    border: 1px solid #dbdbdb40;
    margin-bottom: 15px;
    border-radius: 3px
}

#modernpanel .destekdetaymsjcon {
    padding: 20px
}

#modernpanel .new-reply {
    box-shadow: 0 0 20px #cecece;
    -webkit-animation: blink-1 1.5s 1.5 both;
    animation: blink-1 1.5s 1.5 both
}

#clean-theme-client .destekinfocon .listingstatus span,
#modernpanel .destekinfocon .listingstatus span {
    font-size: 12px;
    padding: 2px
}

.autosave,
.lds-ring {
    position: relative;
    width: 100%
}

#auto_saved {
    position: absolute;
    top: -40px;
    font-size: 14px;
    color: #a3a3a3;
    background: #fff;
    padding-right: 10px;
    padding-top: 5px;
    right: 0;
    padding-bottom: 5px
}

.lds-ring {
    width: 80px;
    text-align: center;
    height: 150px;
    margin: 50px auto auto
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    margin: 6px;
    border: 6px solid #ccc;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #ccc transparent transparent
}

.lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

.destekinfocon .listingstatus span {
    font-size: 13px;
    padding: 2px
}

#modernpanel .ticketdetail,
#modernpanel .ticketinfos {
    float: none;
    width: 80%;
    margin: auto
}

#modernpanel .ticketinfos input {
    border: 1px solid #ebebeb7d;
    border-radius: 3px;
    padding: 10px 15px;
}

#modernpanel .ticketinfos select {
    border: 1px solid #ebebeb7d;
    border-radius: 3px;
    padding: 10px;
}

#modernpanel .ticketinfos textarea {
    border: 1px solid #ebebeb7d !important;
    border-radius: 3px !important;
    padding: 10px 15px !important;
}

#modernpanel .destekdetayleft {
    float: none;
    width: 77%;
    margin: 10px auto auto
}

#modernpanel .msjyazan {
    border-bottom: 1px solid #dbdbdb40;
}

.progresspayment .lds-ring {
    width: 80px;
    height: 70px;
    margin-top: 0
}

#modernpanel .ModifyDns span {
    position: absolute;
    font-size: 17px;
    top: -18px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #353550;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px
}

#modernpanel .formcon {
    border-bottom: 1px solid #ededed
}

.block-item .block_module_details-title {
    padding-top: 0
}

#modernpanel .hesapbilgisi,
#muspanel .hesapbilgisi {
    padding: 7px 0;
    border-bottom: 1px solid #dbdbdb40;
}

#modernpanel .hesapbilgisi .yuzde25,
#modernpanel .hesapbilgisi .yuzde75,
#muspanel .hesapbilgisi .yuzde25,
#muspanel .hesapbilgisi .yuzde75 {
    line-height: normal
}

#muspanel .hesapbilgisi {
    padding: 10px 0
}

#ozet .red-info {
    margin-bottom: 20px
}

.style-selector {
    background: #345a6c;
    color: rgba(255, 255, 255, .85)
}

.style-selector h1,
.style-selector select {
    display: inline-block;
    border-radius: 5px;
    color: rgba(255, 255, 255, .6)
}

.style-selector h1 {
    font-size: 20px;
    background: rgba(0, 0, 0, .2);
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 600;
    width: 100%;
    text-align: center
}

.style-selector select {
    width: 200px;
    cursor: pointer;
    padding-left: 5px;
    font-weight: 300;
    border: 1px solid;
    background: 0 0
}

.style-selector option {
    background: #345a6c;
    background: #25455f
}

.style-selector select:focus {
    border: 1px solid
}

.style-selector .arrowbtn {
    background: #345a6c;
    color: rgba(255, 255, 255, .6)
}

.mpaneltitle h4,
.wclientblockscon {
    display: inline-block
}

.wclientblockscon {
    width: 100%
}

.wclientblockscon .product-group-item {
    width: 25%;
    background: #fff;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    border: 1px solid #eee;
    border-radius: 5px;
    min-height: 165px;
    margin: 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
}

.wclientblockscon .product-group-item:hover {
    box-shadow: 0 0 13px #e3e3e3
}

.wclientblockscon .product-group-item i {
    font-size: 50px;
    display: block;
    margin-bottom: 15px
}

#clean-theme-client .mpaneltitle h4 strong,
.wclientblockscon .product-group-item span {
    font-weight: 600;
    font-size: 18px
}

#selectorOnlyPanel strong {
    display: block;
    margin-bottom: 10px
}

#selectorOnlyPanel .sitemio-checkbox-label {
    float: none;
    margin: 0;
    border: 0
}

#selectorOnlyPanel input.sitemio-checkbox:checked+label.sitemio-checkbox-label {
    background-color: #4caf50
}

#clientAreaIndex-wrapper {
    margin-top: 50px
}

.orderuserlogin {
    width: 85%;
    margin: auto
}

.orderuserlogin .radio-custom-label {
    text-align: center;
    border: 1px solid #eee;
    font-weight: 300;
    border-radius: 7px;
    margin: 20px 0;
    padding: 20px 0;
    width: 49%;
    font-size: 18px;
    -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
}

.sepetlistcon .orderuserlogin .radio-custom-label {
    margin-right: 0
}

.orderuserlogin h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 500
}

.orderuserlogin .yesilbtn {
    float: none;
    width: 70%;
    text-align: center;
    display: inline-block;
    margin-top: 25px;
    font-weight: 500
}

.orderuserlogin table tr td {
    padding: 5px 0;
    font-size: 14px
}

.orderuserlogin .radio-custom-label:hover {
    background: #e7eaf1
}

.orderuserlogin .radio-custom:checked+.radio-custom-label {
    background: #e7eaf1
}

.orderuserlogin .radio-custom:checked+.radio-custom-label::before {
    box-sizing: unset
}

.clean-theme-header-right-btns ul li ul li,
.clean-theme-header-right-btns ul li ul li a,
.orderuserlogin table,
.siparisbilgileri .orderuserlogin table {
    width: 100%
}

.clean-theme-header-right-btns ul li ul,
.mobilefootbtns {
    display: none
}

.orderuserlogin table .radio-custom-label {
    width: auto;
    background: 0 0;
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400
}

#fullwidth .headbutonlar .langflagicon:hover,
.clean-theme-header .menu li:hover #megamenuservice a,
.orderuserlogin table .radio-custom-label:hover {
    background: 0 0
}

.orderuserlogin table .radio-custom:checked+.radio-custom-label {
    background: 0 0
}

.userverification {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 35px
}

.siparisbilgileri {
    display: inline-block;
    width: 100%
}

#clientAreaMenus-2 {
    padding: 0;
    margin: 0
}

#clientAreaMenus-2 li {
    list-style-type: none
}

#clientAreaMenus-2 li a {
    padding: 7px 0;
    font-size: 15px
}

#clientAreaMenus-2 .inner {
    overflow: hidden;
    display: none
}

#clientAreaMenus-2 #active {
    background: rgba(0, 0, 0, .05)
}

#selectCurrency,
#selectLang {
    display: none;
    background-size: 100% auto;
    box-shadow: none;
    background-position: center;
    background-color: transparent;
    color: #fff;
    text-align: center
}

#selectLang .langandcur a {
    border: 1px solid transparent;
    width: 47%
}

#selectCurrency .langandcur a {
    border: 1px solid transparent;
    width: 45%
}

#selectCurrency .langandcur a:hover,
#selectLang .langandcur a:hover {
    border: 1px solid #fff
}

.sosyalbtns .langflagicon {
    margin-left: 15px;
    border: 0;
    line-height: 47px
}

.sosyalbtns .langflagicon:hover,
.sosyalbtns .scurrencyicon:hover {
    border: 0
}

.sosyalbtns .scurrencyicon {
    border: 0;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 0 5px
}

.langflagicon img {
    height: 18px;
    opacity: .75;
    border-radius: 2px
}

#fullwidth .headbutonlar .langflagicon,
.tabcontentcon table tbody tr td {
    padding: 10px
}

#fullwidth .headbutonlar .scurrencyicon {
    font-weight: 600;
    padding: 5px 8px;
    margin-right: 15px
}

#fullwidth .headbutonlar .scurrencyicon:hover {
    background: 0 0;
    color: #345a6c
}

#verification {
    margin-top: 30px
}

.userverification .yuzde50 {
    vertical-align: middle
}

#clean-theme-client table.dataTable,
.userverification .hesapbilgisi .yuzde50 span {
    font-size: 14px
}

.userverification .hesapbilgisi .hesapbilgititle {
    font-weight: 400
}

.userverification-headinfo {
    text-align: center;
    margin-bottom: 45px
}

.userverification-headinfo i {
    font-size: 72px;
    float: none;
    color: #f44336;
    margin-right: 30px;
    margin-left: 20px;
    margin-top: 5px
}

.affiliate-getstarted {
    width: 70%;
    margin: auto;
    padding-bottom: 30px
}

.affiliate-getstarted .green-info i {
    line-height: 0
}

.affiliate-getstarted .green-info {
    margin-top: 15px
}

#api_access .refererurl h4,
.affiliate-getstarted .green-info strong {
    font-size: 18px
}

.affiliate-getstarted ul li {
    font-size: 16px;
    padding: 5px 0
}

.affiliate-getstarted .yesilbtn {
    width: 70%;
    margin-top: 25px
}

.commission-rates {
    font-size: 16px;
    text-align: center
}

.commission-rates-block {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 15px 0;
    background: #f6f6f6
}

.commission-rates-block .padding20 {
    padding-bottom: 10px
}

#commission-rates-select {
    width: 50%;
    margin: auto;
    overflow: hidden;
    border-radius: 8px
}

.commission-rates-block h4 {
    margin: 20px 0;
    font-size: 18px
}

#reseller-getstarted #commission-rates-select,
.commission-rates-block h5 {
    margin-bottom: 15px
}

.dashboardboxs {
    margin-top: 20px;
    float: left;
    width: 100%;
    text-align: center
}

.dashboardbox {
    display: inline-block;
    color: rgba(255, 255, 255, .9);
    vertical-align: top;
    position: relative;
    background-color: #fff;
    margin: 6px;
    height: 150px;
    width: 23.7%;
    box-shadow: 0 0 10px #e1e1e1;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.dashboardbox .padding10 {
    padding: 20px 30px
}

.dashboardbox h2,
.dashboardbox h4 {
    position: relative;
    float: left;
    text-align: left
}

.dashboardbox h2 {
    font-size: 30px;
    font-weight: 600;
    z-index: 6;
    width: 100%
}

.ablokbottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .15);
    text-align: left;
    z-index: 5;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px
}

.ablokbottom span {
    padding: 0 8px;
    display: block
}

.ablokbottom span strong {
    float: right
}

.dashboardbox h4 {
    font-size: 18px;
    font-weight: 300;
    z-index: 5
}

.dashboardbox i {
    z-index: 5;
    font-size: 85px;
    color: rgba(0, 0, 0, .11);
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 17px
}

#yesilblok {
    background: #8bc34a
}

.dashboardbox-info {
    margin-left: 7px;
    font-weight: 400
}

.dashboardbox-info i {
    font-size: 20px;
    position: relative;
    top: -5px;
    right: auto;
    left: auto;
    color: rgba(0, 0, 0, .15)
}

.withdrawal-request {
    position: absolute;
    right: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    background: #79a940;
    top: -10px;
    border-radius: 4px;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff
}

.withdrawal-request:hover {
    background: #709b3e;
    color: #fff;
    box-shadow: 0 0 8px #709b3e
}

#affiliate-paym-info {
    background: #f3f3f3;
    padding: 7px 20px;
    border-radius: 5px;
    margin-left: 10px;
    display: inline-block
}

#affiliate-paym-info:hover {
    background: #ebebeb;
    box-shadow: 0 0 10px #e1e1e1
}

#affiliate-paym-info i {
    font-size: 16px
}

.refererurl {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 40px
}

.refererurl h4 {
    font-size: 22px;
    margin-bottom: 10px
}

.refererurl h5 {
    font-weight: 300
}

.refererurl h2 {
    border: 2px dotted #d5d5d5;
    display: inline-block;
    padding: 12px 45px;
    margin-top: 20px;
    background: #f8f8f8;
    border-radius: 15px;
    font-size: 22px;
    -webkit-user-select: all;
    user-select: all
}

.affilia-tablelist {
    margin-top: 45px
}

.affilia-tablelist .dashboardbox-info i {
    font-size: 16px;
    position: relative;
    top: auto;
    color: #c6c6c6
}

.affilia-tablelist .dashboardbox-info {
    margin-left: 0
}

.affilia-tablelist ul.tab li,
.refererurl h4 {
    font-weight: 600
}

#turuncublok {
    background: #ff9800
}

#maviblok {
    background: #03a9f4
}

#redblok {
    background: #db336c
}

.pulsate-fwd {
    -webkit-animation: pulsate-fwd .5s ease-in-out 2 both;
    animation: pulsate-fwd .5s ease-in-out 2 both
}

#modernpanel .langflagicon img {
    height: 16px;
    margin-top: 22px;
    display: inline-block
}

#fullwidth .headbutonlar .scurrencyicon,
#modernpanel .headbutonlar .scurrencyicon {
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif
}

.resellerdiscounts tr td {
    padding: 10px;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1
}

.resellerdiscounts tr td:nth-child(5) {
    border-right: none
}

.commission-rates-block table tr th {
    background: #e5e5e5;
    border-radius: 5px
}

.reseller-client-con .dashboardboxs {
    margin-bottom: 20px
}

.affiliate .tabcontent,
.reseller-client-con .tabcontent {
    padding: 0
}

#api_access .refererurl h2 {
    margin-top: 0;
    font-size: 17px
}

#api_access .refererurl {
    margin-bottom: 25px;
    margin-top: 0
}

#api_access .green-info {
    margin-bottom: 20px;
    font-size: 14px
}

#transfer-service table thead {
    background: #fff;
    background: -moz-linear-gradient(180deg, #fff 0, #f5f5f5 100%);
    background: -webkit-linear-gradient(180deg, #fff 0, #f5f5f5 100%);
    background: linear-gradient(180deg, #fff 0, #f5f5f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f5f5f5", GradientType=1)
}

.orderidno {
    display: flex;
    align-items: center;
    float: right;
    text-align: right;
    padding: 10px 15px 0 0
}

.orderidno span {
    display: block;
    font-size: 14px
}

.orderidno strong {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 25px;
    margin-left: 6px;
}

.securemsj {
    margin-top: -20px;
    margin-right: 3px;
    color: #4caf50
}

.destekdetaymsjcon {
    position: relative;
    overflow: hidden
}

.securemsj {
    float: right;
    font-size: 200px;
    color: rgba(0, 0, 0, .04);
    position: absolute;
    right: -20px;
    bottom: -30px;
    line-height: 0
}

#clean-theme input,
#clean-theme-client input,
select,
textarea {
    border-radius: 5px
}

.clean-theme-header {
    float: left;
    width: 100%;
    border-bottom: 2px solid #eee;
    margin-bottom: 25px
}

.clean-theme-header-right {
    float: right
}

.clean-theme-header-logo {
    float: left;
    width: 150px;
    padding: 8px 0
}

.clean-theme-header-logo img {
    max-height: 55px;
    width: auto
}

.clean-theme-header-ac-btn {
    float: right;
    font-size: 16px;
    padding: 8px
}

.clean-theme-header-right-btns {
    position: relative;
    float: right;
    font-size: 0;
    margin-left: 15px
}

.clean-theme-header-right-btns ul li {
    float: left;
    position: relative;
    list-style-type: none
}

.clean-theme-header-right-btns ul li a {
    font-size: 14px;
    display: inline-block;
    padding: 7px 0
}

.clean-theme-header-right-btns ul li ul li a span {
    padding: 0 17px
}

.clean-theme-header-right-btns ul {
    display: inline-block;
    padding: 0;
    margin: 0
}

.clean-theme-header-right-btns ul li .clean-theme-header-ac-btn {
    background: 0 0;
    padding: 0 30px;
    text-align: center;
    font-size: 22px;
    line-height: 77px
}

.clean-theme-header-right-btns li:hover>ul {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 77px;
    background: #f3f3f3;
    z-index: 99;
    width: 175px;
    right: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    text-align: left
}

.clean-theme-header-right-btns ul li ul li ul {
    height: auto;
    float: left;
    position: absolute;
    top: 0;
    left: 240px;
    z-index: 1;
    display: none
}

.clean-theme-header-right-btns a:hover {
    background: #e7e7e7
}

.clean-theme-signinup-con,
.clean-theme-signinup-left {
    text-align: center;
    vertical-align: top;
    display: inline-block;
    width: 100%
}

.clean-theme-signinup-left {
    padding: 0 30px;
    width: 40%;
    border-right: 1px solid #e5e5e5;
    margin: 60px 40px
}

.clean-theme-signinup-right {
    float: right;
    width: 40%;
    text-align: left;
    margin: 0 40px;
    vertical-align: top
}

.clean-theme-signinup-left i {
    font-size: 150px;
    color: #4caf50
}

.clean-theme-signinup-left img {
    height: 170px
}

.clean-theme-signinup-left h4 {
    font-weight: 300;
    color: #13b6bc;
    margin: 30px 50px;
    font-size: 21px
}

.clean-theme-signinup-left h4 span {
    display: block;
    margin-top: 15px;
    font-weight: 500
}

.clean-theme-adduser-btn button,
.clean-theme-btn {
    background: #efefef;
    padding: 12px 42px;
    border-radius: 100px;
    display: inline-block;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    color: inherit;
    border: 0;
    outline: 0;
    cursor: pointer
}

.clean-theme-btn:hover {
    background: #e3e3e3
}

.clean-theme-signinup-right .padding50 {
    padding: 50px
}

.clean-theme-signinup-right-title {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

.clean-theme-signinup-right-title h4 {
    font-size: 28px;
    float: left;
    font-weight: 500;
    color: #13b6bc
}

.forgotpasslink {
    float: right
}

.clean-theme-signinup-right .socialconnect {
    border: 0;
    padding-bottom: 0
}

.clean-theme-footer {
    float: left;
    width: 100%;
    background: #eee;
    padding: 25px 0;
    margin-top: 30px
}

.clean-theme-cart-qty {
    font-size: 13px;
    background: #13b6bc;
    color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    text-align: center;
    line-height: 20px;
    margin-left: -3px;
    margin-top: 20px
}

.clean-theme-cart-qty i {
    line-height: 0
}

#clean-theme-curr-btn .clean-theme-header-ac-btn {
    padding: 0 20px;
    font-size: 16px
}

#clean-theme-lang-btn .clean-theme-header-ac-btn {
    padding: 0 20px
}

#clean-theme-lang-btn .clean-theme-header-ac-btn img {
    border-radius: 3px;
    height: 18px
}

#clean-theme-sign-up {
    margin-top: 35px
}

#clean-theme-sign-up .clean-theme-signinup-left {
    width: 23%;
    margin: 0;
    float: left
}

#clean-theme-sign-up .clean-theme-signinup-right {
    width: 69%;
    float: right;
    margin: 0
}

#clean-theme-sign-up .clean-theme-signinup-left h4 {
    margin: 25px 0 30px;
    font-size: 19px
}

#clean-theme-sign-up .clean-theme-signinup-left img {
    height: 150px
}

#clean-theme-sign-up .socialconnect {
    float: right;
    width: auto;
    padding: 0;
    margin: 0
}

#clean-theme-sign-up .socialconnect a,
.clean-theme-signinup-right .socialconnect a {
    padding: 10px 0;
    display: inline-block;
    color: #7c7c7c;
    width: 220px;
    background: #e7e7e7;
    border-radius: 50px
}

.clean-theme-signinup-right .socialconnect a:hover {
    color: #fff
}

.clean-theme-signinup-right .socialconnect a {
    width: 49%
}

#clean-theme-sign-up .socialconnect .facebookconnect:hover {
    background: #324b81;
    color: #fff
}

#clean-theme-sign-up .socialconnect .googleconnect:hover {
    background: #b82b20;
    color: #fff
}

.clean-theme-signup-box {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 25px;
    padding: 25px 0
}

.clean-theme-signup-box-title {
    float: left;
    font-weight: 600;
    background: #efefef;
    padding: 5px 25px;
    border-radius: 4px;
    margin-top: -42px;
    margin-left: 20px
}

#clean-theme-client ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .46)
}

#clean-theme-client :-moz-placeholder {
    color: rgba(0, 0, 0, .46)
}

#clean-theme-client ::-moz-placeholder {
    color: rgba(0, 0, 0, .46)
}

#clean-theme-client :-ms-input-placeholder {
    color: rgba(0, 0, 0, .46)
}

.clean-theme-signup-box .yuzde50,
.yuzde100 {
    margin: 5px;
    width: 48%;
    position: relative
}

.yuzde100 {
    width: 98%;
    display: inline-block
}

.clean-theme-signup-box .sbtn {
    width: auto;
    font-size: 14px;
    padding: 6px 20px
}

.clean-theme-signup-box .sbtn i {
    margin-right: 8px
}

.clean-theme-adduser-btn {
    text-align: center;
    width: 100%;
    margin-bottom: 55px
}

.clean-theme-adduser-btn button:hover {
    background: #8bc34a;
    color: #fff
}

#clean-theme-client table.dataTable tbody tr,
.clean-theme-signinup-con button,
.installment-options 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
}

.clean-theme-signinup-con .captcha-content {
    margin: 25px auto;
    width: 320px;
    text-align: center
}

.clean-theme-signinup-con .captcha-content img {
    float: none;
    display: inline-block;
    margin-bottom: -20px
}

.clean-theme-signinup-con .captchainput {
    font-weight: 500;
    margin-left: 5px;
    display: inline-block;
    margin-top: -25px
}

.clean-theme-signinup-con .kinfo {
    position: absolute;
    top: -7px;
    left: 0
}

#clean-theme-client .mpanelblok {
    width: 23%;
    margin: 0 7px
}

#clean-theme-client .invoiceremind {
    width: 100%;
    margin: auto;
    display: block
}

#clean-theme-client .muspanelbloks {
    float: none;
    margin: auto
}

#clean-theme-client .invoiceremind .red-info {
    background: #f3f3f3;
    box-shadow: 0 0 5px #eee;
    border: 0;
    border-radius: 5px
}

#clean-theme-client .mpanelleft {
    border-radius: 5px;
    width: 23%;
    box-shadow: none;
    margin-top: 0
}

#clean-theme-client .moderncliendblock {
    width: 48.5%;
    font-size: 14px;
    position: relative;
    margin: 15px 5px;
    box-shadow: 0 0 5px #eee
}

#clean-theme-client .mpaneltitle {
    float: left;
    width: 103.5%;
    border-bottom: none;
    padding: 12px;
    margin-bottom: 15px;
    background: #f3f3f3;
    margin-top: -20px;
    margin-left: -20px
}

#clean-theme-client .mpaneltitle .sbtn {
    opacity: 1;
    background: rgba(0, 0, 0, .05);
    color: #353550
}

#clean-theme-client .mpaneltitle .sbtn:hover {
    background: rgba(0, 0, 0, .11)
}

#clean-theme-client .mpanelrightcon {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 5px #eee
}

#clean-theme-client .sayfayolu {
    margin-right: 30px;
    margin-top: 2px
}

#clean-theme-client .mpaneltitle h4 {
    margin-left: 10px;
    width: auto
}

#clean-theme-client #clientAreaMenus-2 li a {
    font-size: 15px;
    font-weight: 500
}

#clean-theme-client #clientAreaMenus-2 .inner {
    padding: 0;
    width: 100%
}

#clean-theme-client .mpanelbtns ul li ul li a span {
    padding-left: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px
}

.mpanelbtns {
    box-shadow: 0 0 5px #eee;
    display: inline-block;
    width: 100%
}

#clean-theme-client .mpanelright {
    box-shadow: none;
    background: 0 0
}

#clean-theme-client .noentryblock {
    width: 100%;
    margin: 50px 0
}

#clean-theme-client .destekolsbtn {
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    background: #3371F2;
    color: #fff;
    border: 0;
    margin-right: 20px
}

#clean-theme-client .destekolsbtn:hover,
.clean-theme-client-left-block .yesilbtn:hover {
    color: #fff;
    box-shadow: 0 0 10px #ccc;
    background: #8bc34a
}

.clean-theme-client-left-block {
    box-shadow: 0 0 5px #eee;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 20px
}

.clean-theme-client-left-block-title,
.installment-options table tr:hover {
    background: #eee
}

.clean-theme-client-left-block-title h4 {
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block
}

.clean-theme-client-left-block-title span {
    float: right;
    padding: 11px 15px 11px 11px;
    font-weight: 300
}

.clean-theme-left-block-title {
    display: block;
    margin-bottom: 10px
}

.clean-theme-left-block-title strong {
    font-size: 16px
}

.clean-theme-client-left-block .yesilbtn {
    padding: 6px 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    background: #e5e5e5;
    color: inherit;
    box-shadow: none;
    max-width: 100%
}

.clean-theme-client-left-block .yesilbtn i {
    margin-right: 5px
}

#clean-theme-client #basic_client_rightcon {
    margin-bottom: 0
}

#clean-theme-client table.dataTable tbody tr {
    background-color: #fff;
}

#clean-theme-client .moderncliendblock table tr:hover {
    box-shadow: inset 0 8px 19px -6px rgba(191, 191, 191, .6);
    background: rgba(225, 225, 225, .36)
}

#clean-theme-client .mpanelhaber {
    font-size: 14px
}

#clean-theme-client .invoiceremind .lbtn {
    padding: 6px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    background: #3371F2;
    color: #fff
}

#clean-theme-client .mpaneltitle .incelebtn {
    background: #3371F2;
    color: #fff;
    font-weight: 600
}

#clean-theme-client .mpaneltitle .incelebtn:hover {
    box-shadow: 0 0 10px #ccc
}

#clean-theme-client .invoiceremind .lbtn:hover {
    color: #fff;
    box-shadow: 0 0 10px #ccc;
    background: #8bc34a
}

#clean-theme-client .listingstatus span {
    font-size: 13px;
    padding: 3px 5px;
    border-radius: 3px
}

#clean-theme-client #clientAreaIndex-wrapper,
#clean-theme-client .mpanelright {
    margin-top: 0
}

#clean-theme-client .ticketinfos select {
    padding: 13px 0
}

#clean-theme-client .invoiceremind h4 {
    font-size: 17px;
    margin-bottom: 7px
}

#clean-theme-client .invoiceremind span {
    font-size: 15px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 400
}

#clean-theme-client .ticketinfos input {
    padding: 14px 0
}

.clean-theme-header .menu {
    width: 100%;
    background: #3b6b91;
    float: right
}

.clean-theme-header .menu li a {
    line-height: 50px;
    font-weight: 300;
    font-family: inherit;
    font-size: 15px;
    border: 0;
    opacity: .8
}

.clean-theme-header .menu li ul li a {
    line-height: 40px;
    font-size: 14px
}

.clean-theme-header .menu ul li ul li a {
    color: #fff;
    opacity: .8
}

.clean-theme-header .menu li:hover a {
    background: rgba(0, 0, 0, .13)
}

.clean-theme-header .menu ul li ul {
    background: #3b6b91;
    border-radius: 0;
    top: 49px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.clean-theme-header .menu li a:hover {
    border-bottom: none;
    opacity: 1;
    background: rgba(0, 0, 0, .13)
}

#clean-theme-client .menu li ul li a i,
#clean-theme-client .sunucustok:after,
#share-invoice .green-info i,
.clean-theme-header .menu li:hover .ulup,
.clean-theme-mobile-btn {
    display: none
}

.clean-theme-header .menu ul li ul li:hover a {
    background: rgba(0, 0, 0, .26);
    opacity: 1
}

#clean-theme-client .alanadisorgu h1 {
    margin-bottom: 0;
    font-size: 32px
}

#clean-theme-client .alanadisorgu {
    margin-top: 25px
}

#clean-theme-client .menu li a i {
    font-size: inherit;
    margin-left: 0;
    margin-right: 9px;
    width: 15px;
    text-align: center
}

#clean-theme-client .alanadisorgu input,
#clean-theme-client .transfercode input {
    border-radius: 2.20588rem
}

#clean-theme-client .homedomainarea input:not([type=submit]) {
    background: #fff;
    border-radius: 2.20588rem
}

#clean-theme-client .homedomainarea input[type=submit] {
    border-radius: 2.20588rem
}

#clean-theme-client .homedomainarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background: 0 0;
    margin-top: 0;
    z-index: 50
}

#clean-theme-client .homedomainarea-con,
#tesclsure {
    width: 100%
}

#clean-theme-client .affiliate-getstarted {
    width: 90%
}

#clean-theme-client #updownbtn {
    -webkit-filter: inherit;
    filter: inherit;
    color: #fff
}

#clean-theme-client .sepetright .gonderbtn,
#clean-theme-client .sunucusipside .gonderbtn {
    border-radius: 10px
}

#clean-theme-client .sepetright .gonderbtn:hover,
#clean-theme-client .sunucusipside .gonderbtn:hover {
    box-shadow: 0 0 10px #d9d9d9;
    background: #7bae41
}

.clean-theme-home-news {
    text-align: left;
    float: left;
    width: 100%;
    margin: 60px 0 15px
}

.clean-theme-home-news .mpanelhaber a:hover {
    text-decoration: underline
}

.clean-theme-home-news .mpanelhaber h5 {
    font-size: 18px;
    font-weight: 600
}

#clean-theme-client .clean-theme-home-news .mpaneltitle {
    width: 100%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

#clean-theme-client .sunucustok {
    margin-left: -55px;
    margin-top: -30px;
    border-radius: 3px
}

.lookcolumlist {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee
}

#LookupList .lookcolum {
    border: 0
}

.tldlistfoot {
    border: 0;
    margin-top: 15px
}

.lookcolum .lbtn {
    padding: 0 15px;
    border: 0;
    background: #eee;
    font-size: 14px;
    border-radius: 5px
}

#clean-theme-client .destekinfo h4,
#clean-theme-client .destekinfo h5 {
    color: inherit
}

#clean-theme-client .destekdetayright .gonderbtn {
    font-size: inherit
}

#clean-theme-client .destekinfo {
    border: 0;
    background: rgba(212, 212, 212, .24);
    box-shadow: 0 0 10px #e1e1e1
}

#clean-theme-client .ticketstatusbtn .graybtn {
    opacity: .8
}

#clean-theme-client .ticketstatusbtn .gonderbtn {
    width: 40%;
    margin: 20px
}

#clean-theme-client .msjyazan h5 {
    border-radius: 3px;
    margin-top: -2px;
    padding: 2px 8px
}

#clean-theme-client .destekdetaymsj {
    border: 0;
    margin-bottom: 15px;
    box-shadow: 0 0 20px #ededed;
    border-radius: 7px
}

#clean-theme-client .destekdetaymsjcon {
    padding: 20px
}

#clean-theme-client .new-reply {
    box-shadow: 0 0 20px #cecece;
    -webkit-animation: blink-1 1.5s 1.5 both;
    animation: blink-1 1.5s 1.5 both
}

#clean-theme-client .dataTables_wrapper table tr:hover,
.tabcontentcon table tr:hover {
    background: rgba(223, 223, 223, .37)
}

#clean-theme-client .wclientnotifi {
    display: inline-block;
    z-index: 80;
    float: left;
    position: relative
}

#clean-theme-client .wnotifitibtn {
    padding: 0 30px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    line-height: 77px
}

.wclientnotification {
    display: none;
    background: #fff;
    width: 350px;
    position: absolute;
    top: 77px;
    z-index: 12;
    font-size: 13px;
    -webkit-box-shadow: 0 0 55px 1px rgba(54, 50, 64, .2);
    box-shadow: 0 0 55px 1px rgba(54, 50, 64, .2);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 25px;
    right: 0;
    overflow: hidden;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#clean-theme-client .allread {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    width: 100%
}

#clean-theme-client .allread a {
    border: 1px solid;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 5px;
    float: none;
    font-weight: 600
}

#clean-theme-client .allread a:hover {
    text-decoration: none;
    background: #eee;
    border: 1px solid #eee
}

#clean-theme-client .notifi-count {
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: linear-gradient(#f16257 0, #c83126 100%);
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-left: -10px;
    font-family: 'Titillium Web', sans-serif;
    margin-top: 17px;
    -webkit-animation: alert 2s linear 0s infinite normal;
    animation: alert 2s linear 0s infinite normal
}

.creditcardpaypage {
    width: 100%
}

.securityinfo {
    width: 100%;
    display: inline-block;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee
}

.creditcardform-con {
    width: 100%;
    float: left
}

.securityinfo-con {
    padding: 15px
}

.securityinfo-left {
    float: left;
    margin-top: 6px;
    width: 15%;
    font-size: 66px;
    text-align: center;
    line-height: 0;
    color: #009595
}

.securityinfo-right {
    float: right;
    width: 85%;
    font-size: 14px
}

.securityinfo-right ul {
    padding: 0;
    margin-left: 17px;
    margin-top: 10px
}

.securityinfo-right h5 {
    font-weight: 600;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    color: #009595
}

.creditcardinfo-left {
    display: inline-block;
    width: 50%
}

.creditcardinfo-right {
    float: right;
    width: 40%;
    margin-top: 20px;
    text-align: center
}

.creditcardinfo-con {
    padding: 25px 45px 45px
}

.creditcardinfo-left .kinfo {
    font-weight: 600;
    font-size: 15px
}

.creditcardinfo-left label {
    padding: 15px 0;
    display: inline-block;
    width: 100%
}

.installment-options {
    display: inline-block;
    float: left;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 25px
}

.installment-options h5 {
    font-size: 15px
}

.installment-options tr td {
    padding: 10px;
    border-bottom: 1px dotted #eee
}

.installment-options thead {
    background: #eee;
    font-weight: 600
}

.blue-info ul,
.sepetlistcon .installment-options .radio-custom-label {
    padding: 0;
    margin: 0
}

.my-registered-cards h5 {
    font-weight: 600
}

.my-registered-cards {
    display: inline-block;
    width: 100%;
    margin-bottom: 45px
}

.creditcardbox {
    display: inline-block;
    width: 270px;
    height: 170px;
    border: 3px solid #eee;
    border-radius: 10px;
    margin: 10px;
    line-height: 1.3;
    background: #f8f8f8;
    position: relative;
    box-shadow: 0 0 7px #eee;
    background-image: url(/resources/assets/images/creditcardlogos/creditcardbg.jpg);
    -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;
    background-size: 100%;
    background-position: center bottom
}

.creditcardbox.active,
.creditcardbox:hover {
    box-shadow: 0 0 12px #ddd
}

.creditcardbox.active {
    border: 3px solid #ccc
}

.creditcardbox#default {
    box-shadow: 0 0 10px #009595
}

.visamaster {
    position: absolute;
    right: 20px;
    width: 60px;
    bottom: 20px
}

.cardchip {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 31px
}

.banklogo,
.banknologo {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100px
}

.banknologo {
    width: 160px;
    font-weight: 600;
    text-align: left
}

.creditcardbox-numbers {
    width: 100%;
    margin-top: 45px;
    display: inline-block
}

.creditcardbox-numbers h5 {
    display: inline-block;
    font-weight: 600;
    margin: 0 10px;
    font-size: 16px
}

.creditcardbox-fullname {
    float: left;
    margin-top: 10px;
    width: 55%;
    text-align: left;
    font-weight: 600;
    position: absolute;
    bottom: 20px
}

.creditcardbox-validdate {
    float: right;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-top: 7px;
    font-size: 14px
}

.creditcardbox-con {
    padding: 20px
}

.creditcardbox-list {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.defaultcard,
.deletecard {
    position: absolute;
    right: -9px;
    font-size: 16px;
    top: -16px;
    background: #aeaeae;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    color: #fff;
    line-height: 28px
}

.deletecard:hover {
    background: #f44336
}

.defaultcard {
    right: 26px
}

.defaultcard:hover {
    background: #4caf50;
    transform: scale(1.1)
}

.defaultcardtitle {
    background: #009595;
    color: #fff;
    position: absolute;
    top: -13px;
    left: 15px;
    padding: 3px 12px;
    border-radius: 5px;
    font-size: 14px
}

.creditcardbox-band {
    float: left;
    width: 100%;
    height: 40px;
    background: #364952
}

.creditcardbox-behind-bank-brand {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 600
}

.creditcardbox-CCW {
    background: #faebd7;
    padding: 5px 0;
    float: left;
    width: 100%
}

.creditcardbox-CCW span {
    margin-right: 45px;
    float: right
}

.creditcardbox-CCW span strong {
    font-weight: 600;
    font-size: 18px
}

.scene {
    perspective: 600px;
    width: 295px;
    height: 185px
}

.card {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s
}

.card.is-flipped {
    transform: translateX(-100%) rotateY(-180deg)
}

.card__face {
    position: absolute;
    backface-visibility: hidden
}

.card__face--back {
    transform: rotateY(180deg)
}

.all-payment-auto-approval {
    float: left;
    width: 100%;
    text-align: left
}

.all-payment-auto-approval label {
    font-weight: 600
}

.all-payment-auto-approval .kinfo {
    margin-top: 10px;
    display: inline-block
}

.noinstallmentcomm {
    font-size: 14px;
    border: 1px solid #4caf50;
    color: #4caf50;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 3px;
    margin-left: 10px
}

.bank-notification {
    text-align: center;
    display: block;
    margin: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px
}

.bank-notification-info {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
    color: #f44336
}

.faturabilgisi .bank-notification .yesilbtn {
    font-weight: 600;
    width: 250px;
    float: none
}

.bank-notification .yesilbtn i {
    margin-left: 7px
}

.style-selector {
    width: 290px;
    border-radius: 5px;
    font-weight: 300;
    height: auto;
    text-align: center;
    position: fixed;
    background: #25455f;
    color: #fff;
    right: -5px;
    top: 150px;
    padding-bottom: 35px;
    z-index: 499
}

.style-selector span {
    display: block;
    margin-bottom: 5px
}

.style-selector label {
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block
}

.style-selector .radio-custom-label {
    margin: 0 10px 15px
}

#sselectorclosex .radio-custom+.radio-custom-label:before {
    border: 1.5px solid #fff
}

#sselectorclosex .radio-custom:checked+.radio-custom-label:before {
    color: #25455f;
    background: #fff
}

.style-selector .gonderbtn {
    border-radius: 5px;
    border: 0;
    color: rgba(255, 255, 255, .6);
    margin-left: -10px;
    background: rgba(0, 0, 0, .2)
}

.style-selector .gonderbtn:hover {
    background: rgba(0, 0, 0, .34)
}

.style-selector .arrowbtn {
    position: absolute;
    left: -44px;
    font-size: 21px;
    background: #25455f;
    color: #fff;
    top: 140px;
    z-index: 490;
    padding: 10px 15px;
    border-radius: 5px;
    transform: rotate(90deg)
}

.arrowbtn i {
    -webkit-animation: mover .8s infinite alternate;
    animation: mover .8s infinite alternate
}

#sselectorclose {
    margin-top: -60px
}

.formcon .yuzde70 {
    padding: 7px 0
}

.domainsec select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

.mpanelblok i,
.sunucular table tr,
.tabcontentcon 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
}

.mpanelblok:hover i {
    transform: scale(1.2)
}

#order-service-detail-btns {
    width: 320px;
    margin: auto
}

#order-service-detail-btns .yesilbtn {
    background: #3371F2;
    color: #fff;
    box-shadow: none;
    font-weight: 600
}

#order-service-detail-btns .yesilbtn:hover {
    background: #316EED;
    color: #fff
}

#order-service-detail-btns a {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    background: #353550
}

#order-service-detail-btns a:hover {
    background: #4e6672
}

#order-service-detail-btns a i {
    font-size: 16px;
    line-height: 0;
    margin-right: 5px
}

#order-service-detail-btns a .ion-speedometer {
    font-size: 20px
}

.service-first-block {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    word-wrap: break-word;
    min-height: 323px;
    position: relative
}

.order-detail-service-block-title h4,
.service-status-con {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.service-status-con {
    width: 120px;
    display: none;
    border-radius: 3px
}

.service-status-con span {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600
}

#order-service-detail-btns #renewal_list {
    width: 90%
}

.statusonline {
    background: #8bc34a;
    animation: shadow-pulse 1s infinite
}

.statusoffline {
    background: #f44336
}

#vpsreboot:hover,
.statusother {
    background: #353550
}

.statusloader {
    background: #9faab0;
    animation: shadow-pulsex 1s infinite
}

.hostbtn,
.serverblokbtn a {
    background: #eee;
    display: inline-block
}

.hostbtn {
    width: 135px;
    padding: 17px 20px;
    margin: 5px;
    vertical-align: top;
    border-radius: 3px;
    font-weight: 600;
    text-align: center
}

.hostbtn i {
    margin-right: 0;
    display: block;
    font-size: 32px;
    margin-bottom: 10px
}

.hostbtn:hover {
    background: #dbdbdb
}

#nserverinfo {
    font-size: 15px;
    padding: 12px;
    background: 0 0;
    border-bottom: 1px solid #eee;
    color: #009595;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0, #fff 100%);
    background: -webkit-linear-gradient(top, #efefef 0, #fff 100%);
    background: linear-gradient(to bottom, #efefef 0, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0)
}

#hostserverblok {
    width: 48%;
    text-align: center;
    border: 0
}

.load-wrapp {
    width: 150px;
    margin: 90px auto;
    text-align: center
}

.square {
    width: 12px;
    height: 12px;
    border-radius: 4px
}

.spinner {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 auto
}

.load-7 {
    margin-left: -70px;
    display: inline-block
}

.l-1 {
    animation-delay: .48s
}

.l-2 {
    animation-delay: .6s
}

.l-3 {
    animation-delay: .72s
}

.l-4 {
    animation-delay: .84s
}

.l-5 {
    animation-delay: .96s
}

.l-6 {
    animation-delay: 1.08s
}

.l-7 {
    animation-delay: 1.2s
}

.l-8 {
    animation-delay: 1.32s
}

.l-9 {
    animation-delay: 1.44s
}

.l-10 {
    animation-delay: 1.56s
}

.load-7 .square {
    animation: loadingG 1.5s cubic-bezier(.17, .37, .43, .67) infinite
}

@media only screen and (min-width:320px) and (max-width:1025px) {
    #hostserverblok {
        width: 100%;
        margin-bottom: 20px
    }
}

.serverblokbtn a {
    width: 18%;
    font-size: 14px;
    margin: 2px;
    padding: 12px 0
}

.serverblokbtn a:hover {
    background: #ccc
}

#vpsreboot:hover {
    color: #fff
}

#vpsPowerOff:hover,
#vpsShutdown:hover {
    background: #f44336;
    color: #fff
}

#vpsPowerOnn:hover {
    background: #8bc34a;
    color: #fff
}

#vpspanellogin:hover,
#vpsrestart:hover {
    background: #353550;
    color: #fff
}

#vpsstart:hover {
    background: #8bc34a;
    color: #fff
}

#vpsstop:hover {
    background: #dd3d32;
    color: #fff
}

#vpscpassword:hover {
    background: #8bc34a;
    color: #fff
}

#vpskill:hover,
#vpsreinstall:hover {
    background: #dd3d32;
    color: #fff
}

#vpsgeneral:hover,
.DomainModuleChildPage h1 {
    background: #353550;
    color: #fff
}

#requirements {
    width: 90%;
    margin: auto
}

#detial_domain {
    margin: 15px 0
}

#orders-none {
    margin-bottom: 50px
}

.serverdetailright .sbtn {
    padding: 3px 10px;
    margin-left: 10px
}

.clientArea-module-page-btn i,
.serverdetailright .sbtn i {
    margin-right: 7px
}

#clientArea-module-page #block_module_loader {
    margin-top: 150px;
    margin-bottom: 120px
}

.cleintArea-module-page-title {
    float: left;
    font-size: 24px
}

#clientArea-module-page {
    float: left;
    width: 100%;
    margin-top: -15px
}

#clientArea-module-page .padding30 {
    padding: 30px 50px
}

#clientArea-module-page .line {
    margin-top: 20px;
    margin-bottom: 20px
}

.clientArea-module-page-btn {
    width: 150px;
    padding: 12px 20px;
    background: #eee;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    border-radius: 3px;
    font-weight: 600;
    text-align: center
}

.clientArea-module-page-btn:hover {
    background: #dbdbdb
}

.orange-info,
.red-info {
    display: inline-block;
    width: 100%;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.red-info {
    margin: 15px 0;
    background: #e76f67;
    border: 1px solid #e76f67
}

.orange-info {
    background: #ff9800;
    border: 1px solid #ff9800
}

.gray-info {
    background: #353550;
    border: 1px solid #353550
}

.blue-info,
.gray-info,
.green-info {
    display: inline-block;
    width: 100%;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.green-info {
    background: #3371f2;
    border: 1px solid #3371f2;
    margin-bottom: 10px
}

.blue-info {
    background: #5aadb8;
    border: 1px solid #5aadb8
}

#payment-screen .red-info h5,
#share-invoice .green-info,
.invoicex .gray-info {
    color: #fff
}

#share-invoice .green-info .padding20 {
    padding: 25px
}

#modernpanel .blue-info,
#modernpanel .green-info,
#modernpanel .red-info {
    color: #fff;
    border: 0
}

#modernpanel .blue-info i,
#modernpanel .green-info i,
#modernpanel .red-info i,
.blue-info i,
.green-info i,
.red-info i {
    font-size: 135px;
    color: rgb(0 0 0/16%);
    margin: 0;
    position: absolute;
    z-index: 5;
    left: -15px;
    top: -20px
}

.blue-info a,
.green-info a {
    color: #fff;
    font-weight: 600
}

.blue-info h5,
.blue-info p,
.green-info h5,
.green-info p,
.red-info h5,
.red-info p {
    margin: 0;
    z-index: 7;
    position: relative
}

.blue-info .padding15,
.blue-info .padding20,
.green-info .padding15,
.green-info .padding20,
.red-info .padding15,
.red-info .padding20 {
    padding: 20px 15px 20px 25px
}

#clean-theme-client .balancepage .fa-info-circle,
#modernpanel .balancepage .fa-info-circle {
    margin: 0;
    font-size: 135px
}

.balancepage h5 {
    position: relative;
    z-index: 12
}

.line {
    background-color: #ddd
}

.breadcrumb {
    float: right;
    font-size: 14px
}

.bbbaslik {
    float: left;
    margin-right: 20px
}

.servercattitle {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 20px
}

.order-detail-service-block {
    display: inline-block;
    width: 100%;
    margin: 30px 0
}

.order-detail-service-block-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative
}

.order-detail-service-block-title h4 {
    display: inline-block;
    background: #fff;
    margin-top: -11px;
    width: 240px;
    padding: 10px 0;
    font-weight: 600
}

.order-detail-service-left {
    float: left;
    width: 48%;
    text-align: right;
    font-weight: 600
}

.order-detail-service-right {
    float: right;
    width: 49%;
    text-align: left
}

.order-detail-service-right .sbtn {
    font-size: 14px
}

.order-detail-service-right .sbtn i {
    margin-right: 5px
}

.order-detail-service-block .formcon {
    padding: 12px 0;
    font-size: 15px;
    border-bottom: 1px solid #eee
}

#clean-theme-client .hesapbilgisi,
.skonfiginfo table tr td {
    padding: 7px 0;
    border-bottom: 1px solid #eee
}

.product-group-icon {
    height: 75px;
    display: block;
    margin: 10px auto 20px
}

.faturaodenmis {
    margin: 50px 0
}

.tld-select {
    line-height: normal
}

.tabcontentcon input,
.tabcontentcon select,
.tabcontentcon textarea,
.uhperiyod select {
    background: 0 0
}

#modernpanel .sbtn {
    margin-left: 0;
    font-size: 14px;
    width: auto;
    padding: 5px 12px
}

#modernpanel .serverdetailright .sbtn {
    margin-left: 10px;
    padding: 3px 12px
}

#modernpanel .sbtn i {
    margin: 0 2px
}

.serverserviceblock-title {
    position: relative
}

.skonfiginfo {
    background: #fff
}

.skonfiginfo table tr td {
    padding: 10px 0
}

.sunucular table tr,
.tabcontentcon table tr {
    box-shadow: inset 0 8px 19px -6px rgb(191 191 191/30%)
}

.sunucular table tr td {
    padding: 8px 0
}

#upgrade .green-info .ion-speedometer {
    float: left;
    font-size: 135px;
    line-height: 25px;
    margin: -5px 0 0
}

#CanceledProduct_success {
    margin-top: 30px;
    margin-bottom: 70px;
    text-align: center
}

#CanceledProduct_success i {
    font-size: 90px;
    margin-bottom: 20px
}

.listingstatus {
    display: inline-block
}

.uzantibox .domdiscount {
    font-size: 14px;
    box-shadow: 0 0 5px #ddd;
    font-weight: 600
}

.homedomainarea .uzantibox h4 {
    margin: 0
}

.invoicex .invoicestatus .invnopay {
    color: #353550
}

.invoicex .invoicestatus {
    font-family: 'Raleway';
    border: 0;
    background: rgb(229 229 228/20%);
    font-size: 28px;
    border-radius: 5px;
    font-weight: 600
}

.invoicex .invoicestatus .padding20 {
    padding: 30px 20px
}

.invoicex .invoicestatus .invpaid {
    font-size: 34px
}

#muspanel .ui-accordion .ui-accordion-header,
.invoicex .custbillinfo h5,
.sepetbaslik {
    font-family: 'Raleway';
    font-weight: 600
}

.invoicex .faturaodenmis {
    font-family: 'Raleway'
}

.DomainModuleChildPage h1 {
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600
}

.ModifyDns .mavibtn,
.ModifyDns .yesilbtn {
    margin-top: 20px
}

.tabcontentcon table tr {
    -webkit-box-shadow: inset 0 8px 19px -6px rgb(191 191 191/30%);
    -moz-
}

.tabcontentcon input:focus,
.tabcontentcon select:focus,
.tabcontentcon textarea:focus {
    padding-left: 0
}

#payment-screen .bankalogo h4,
.add-dns-record {
    font-weight: 600
}

.editing-active {
    background: rgb(223 223 223/45%)
}

.domainforwarding {
    text-align: center;
    display: inline-block;
    width: 100%
}

.domainforwarding,
.domainforwarding .yuzde40 {
    vertical-align: middle
}

.domainforwarding .yuzde10 {
    font-size: 36px;
    vertical-align: middle
}

.whois-protection-area {
    margin-bottom: 45px;
    float: left;
    width: 100%
}

#ModifyWhois .metalbtn {
    float: left;
    font-size: 15px;
    width: 240px
}

#ModifyWhois input {
    padding: 15px;
    width: 30%
}

.red-info .lbtn {
    background: rgb(0 0 0/15%);
    border: 0;
    color: #fff;
    z-index: 12;
    position: relative
}

.red-info .lbtn:hover {
    background: rgb(0 0 0/25%)
}

#domain-doc-required-info p {
    margin-bottom: 10px
}

.domain-docs-area {
    float: left;
    width: 100%;
    margin-top: 35px
}

.domain-docs-op-message {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 10px
}

#modernpanel #clientAreaIndex-wrapper .homedomainarea {
    margin-top: 0;
    margin-bottom: 45px
}

#modernpanel #clientAreaIndex-wrapper .homedomainarea-con {
    width: 91%
}

#payment-screen .bankainfo h5 span {
    width: auto;
    margin-right: 5px
}

#clean-theme-client .faturabilgisi .red-info {
    background: 0 0
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: auto;
    height: 10px
}

.lds-ellipsis div {
    position: absolute;
    top: 5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dbdbdb;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2),
.lds-ellipsis div:nth-child(3) {
    left: 8px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 32px
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 .6s infinite
}

#cancel_subscription_btn {
    margin-top: 5px;
    padding: 5px 15px;
    display: inline-block
}

.invoicex .odemeyontem {
    margin-bottom: 0
}

.invoice-detail-pp-sb-enabled {
    text-align: center;
    float: left;
    width: 100%;
    margin: 25px 0
}

.invoice-detail-pp-sb-enabled strong {
    font-size: 17px
}

.invoicex .companybillinfo img {
    margin-bottom: 20px;
    height: auto;
    width: auto;
    max-width: 180px
}

.otherincoivebtns {
    width: 100%;
    text-align: right
}

@media only screen and (min-width:320px) and (max-width:1024px) {
    .leftbar {
        width: 80%;
        margin-left: -80%;
        overflow: visible;
        bottom: 0;
        top: 0;
        position: fixed;
        -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
    }
    .rightcontent {
        width: 100%
    }
    .rightconhead {
        height: auto
    }
    #modernpanel .mpanelinfo {
        line-height: 70px;
        font-size: 14px;
        height: 70px;
        margin-top: 0;
        padding: 0
    }
    #modernpanel .mpanelinfo .tooltip-right:after,
    #modernpanel .mpanelinfo .tooltip-right:before,
    #modernpanel .mpanelinfo span i {
        display: none
    }
    .modernclientmenu {
        overflow: scroll;
        height: 70%
    }
    #modernpanel .headbutonlar a {
        padding: 0 12px;
        float: right
    }
    #modernpanel .headbutonlar {
        display: block;
        height: 70px
    }
    #modernpanel #resellertooltip {
        float: left
    }
    #basic_client_rightcon,
    #modernpanel #sifredegistir .tabcontentcon,
    #modernpanel .billremininfo {
        width: 100%
    }
    #modernpanel .invoiceremind span {
        margin-bottom: 5px
    }
    #modernpanel .alanadisorgu h1 {
        font-size: 22px;
        margin: 0 0 15px
    }
    .moderncliendblock {
        width: 100%;
        margin: 0 0 20px;
        min-height: auto
    }
    .mclientlastblocks .mpaneltitle .sbtn {
        float: left;
        margin-top: 5px;
        padding: 3px 8px;
        margin-left: 36px
    }
    .noentryblock {
        margin: 30px 0
    }
    #modernpanel .headbutonlar .nomobilbtn,
    .mclientmobbtn {
        display: block
    }
    .modernclient-rightcon .mpaneltitle h4 {
        font-size: 16px
    }
    .modernclient-rightcon .mpaneltitle .destekolsbtn {
        font-size: 14px;
        padding: 24px 20px;
        margin-right: -17px;
        margin-top: -62px
    }
    .modernclient-rightcon .mpaneltitle {
        margin-top: 10px
    }
    #modernpanel .invoiceremind .red-info {
        width: 99%
    }
    .wclientnotification {
        width: 100%;
        top: 70px
    }
    .wclientnotifi {
        position: inherit
    }
    .wnotificontent {
        text-align: left
    }
    #modernpanel .headbutonlar .wclientnotification a {
        padding: 0;
        float: none
    }
    .notifi-count {
        margin-top: 15px
    }
    #modernpanel #sepeticon span {
        margin-top: 12px
    }
    #modernpanel .headbutonlar .allread a {
        padding: 7px 10px
    }
    #modernpanel .muspanelbloks {
        width: 100%;
        margin-left: 0
    }
    #modernpanel .mpanelblok:first-child:nth-last-child(4),
    #modernpanel .mpanelblok:first-child:nth-last-child(4)~.mpanelblok {
        width: 50%
    }
    #modernpanel .mpanelblok {
        width: 50%
    }
    #modernpanel .clientcopyright,
    #modernpanel .sayfabaslik a,
    .paymentlogos span {
        font-size: 13px
    }
    #modernpanel .moderncliendblock .mpanelrightcon,
    #modernpanel .mpanelrightcon,
    .rightcontent .affiliate-getstarted .green-info .padding20 {
        padding: 15px
    }
    #modernpanel .dataTables_wrapper .dataTables_filter input {
        width: 57%
    }
    #modernpanel .domainlookuplist {
        width: 100%
    }
    .modernclient-rightcon #wrapper {
        width: 95%
    }
    #modernpanel .sepetleft {
        margin-bottom: 25px
    }
    #ticketCustomFields .blue-info i,
    .wclientwelcome {
        display: none
    }
    .leftbar .wclientwelcome {
        display: block;
        text-align: center;
        width: 90%;
        color: rgba(255, 255, 255, .8);
        margin: auto auto 15px;
        font-size: 14px
    }
    .leftbar .wclientwelcome i {
        width: 100%;
        display: inline-block;
        font-style: normal
    }
    #modernpanel .anascripler,
    #modernpanel .langandcur a {
        width: 100%
    }
    #modernpanel .sayfabaslik {
        display: block;
        font-size: 13px;
        width: 95%;
        text-align: left
    }
    #modernpanel .sayfabaslik h1 {
        float: left;
        font-size: 18px;
        width: 100%
    }
    .plogos2 {
        width: 95px
    }
    .plogos1 {
        width: 220px
    }
    .paymentlogos {
        margin-top: 10px;
        margin-bottom: 20px
    }
    .orderperiodblock {
        width: 48%;
        margin-bottom: 20px
    }
    #modernpanel #empty_list h4,
    .orderperiodblock h3,
    .refererurl h4 {
        font-size: 20px
    }
    .orderperiodblock h2 {
        font-size: 22px
    }
    #modernpanel .pakettitle h2,
    .orderuserlogin h2 {
        font-size: 18px
    }
    #modernpanel #empty_list span,
    .refererurl h5 {
        font-size: 16px
    }
    #modernpanel .langandcur .currencyitems a {
        width: 46%
    }
    #muspanel .moderncliendblock {
        margin: 7px 0;
        width: 100%
    }
    #muspanel .headbutonlar {
        display: none;
        float: none
    }
    #muspanel #fullwidth .headbutonlar a {
        margin: 0 0 0 5px
    }
    #muspanel .dataTables_wrapper .dataTables_filter input {
        width: 35%;
        float: right
    }
    #muspanel .dataTables_wrapper .dataTables_filter {
        text-align: right
    }
    #muspanel #mobdataspan {
        margin-left: 0;
        float: none
    }
    #muspanel #mobmenu ul {
        margin-top: 50px
    }
    #clean-theme-client #mobmenu ul,
    #fullwidth #mobmenu ul {
        margin-top: 0
    }
    #modernpanel #mobdataspan {
        margin: 0;
        float: none;
        display: inline-block
    }
    #modernpanel .dataTables_wrapper .dataTables_filter {
        display: inline-block;
        text-align: right;
        width: 49%;
        float: right;
        margin: 0
    }
    #block_modulewidth50,
    #modernpanel .destektalebiolustur .yesilbtn,
    #ticketCustomFields,
    .block_module_details {
        width: 100%
    }
    #modernpanel .hizmetblok {
        margin: 7px 0
    }
    #modernpanel #StepForm2 .alanadisorgu input {
        padding: 10px 20px
    }
    #modernpanel .alanadisorgu {
        width: 90%;
        float: none;
        margin: auto;
        padding-bottom: 25px
    }
    #ticketCustomFields .blue-info,
    .siparisbilgileri .orderuserlogin table tr td {
        font-size: 14px
    }
    .ticketCustomFields-con,
    .ticketCustomFields-con input,
    .ticketCustomFields-con textarea {
        font-size: 13px
    }
    #modernpanel .destekdetayleft,
    #modernpanel .ticketdetail,
    #modernpanel .ticketinfos,
    .affiliate-getstarted,
    .orderuserlogin,
    .ticketstatusbtn {
        width: 100%
    }
    #modernpanel .ticketstatusbtn .gonderbtn {
        width: 48%;
        margin: 15px 0;
        font-size: 14px
    }
    #modernpanel .destekdetayright .gonderbtn {
        font-size: 14px;
        padding: 15px 0
    }
    #modernpanel .ModifyDns {
        margin: 25px 0;
        padding: 35px 0
    }
    #modernpanel .ModifyDns .gonderbtn {
        width: 50%;
        font-size: 14px;
        margin-top: 20px
    }
    .wclientblockscon .product-group-item {
        width: 85%;
        padding: 20px 0;
        margin: 15px 0
    }
    .orderuserlogin .radio-custom-label {
        margin: 3px;
        padding: 15px 0;
        width: 46%;
        font-size: 16px
    }
    .affiliate-getstarted ul li {
        font-size: 15px
    }
    .commission-rates-block {
        padding: 15px 0
    }
    .affiliate-getstarted .yesilbtn {
        width: 95%
    }
    #affiliate-paym-info {
        padding: 7px 0;
        margin-left: 0;
        font-size: 13px;
        width: 49%;
        text-align: center
    }
    .dashboardbox {
        width: 100%;
        margin: 0 0 20px
    }
    .dashboardboxs {
        margin-top: 5px
    }
    .refererurl {
        margin-top: 20px
    }
    .refererurl h2 {
        padding: 10px;
        font-size: 18px
    }
    #commission-rates-select {
        width: 94%
    }
    #modernpanel .langflagicon img {
        margin-top: 27px
    }
    .clean-theme-header-logo {
        float: none;
        width: 100%;
        padding: 5px 0;
        text-align: center
    }
    .clean-theme-header-logo img {
        width: 160px;
        margin-top: 10px
    }
    .clean-theme-signinup-left {
        padding: 0;
        width: 100%;
        border-right: none;
        margin: 45px 0
    }
    .clean-theme-signinup-right {
        width: 100%;
        margin: 0
    }
    .clean-theme-signinup-right .padding50 {
        padding: 20px
    }
    #clean-theme-client .hizmetblok {
        width: 100%
    }
    #clean-theme-client .muspanelbloks #blue {
        display: inline-block
    }
    #clean-theme-client .mpanelblok {
        width: 46%;
        margin: 5px
    }
    #clean-theme-client .menuAc {
        width: 45px;
        top: -150px;
        text-shadow: none;
        color: #3b6b91
    }
    .clean-theme-mobile-btn {
        position: absolute;
        top: 20px;
        display: block;
        right: 0
    }
    .clean-theme-mobile-btn a {
        font-size: 26px;
        line-height: 0;
        padding: 25px
    }
    .clean-theme-header-right {
        width: 100%;
        text-align: right
    }
    .clean-theme-header-right-btns {
        margin-left: 0;
        width: 100%;
        text-align: center
    }
    #clean-theme-client #mobmenu .menuAc {
        top: 0;
        color: #fff;
        right: 10px
    }
    .clean-theme-header-right-btns ul {
        float: right;
        width: 100%
    }
    .clean-theme-header-right-btns ul li {
        float: none;
        display: inline-block
    }
    #clean-theme-client .alanadisorgu h1 {
        font-size: 24px;
        margin-top: 0
    }
    #clean-theme-client #checkButton {
        padding: 9px 0
    }
    #clean-theme-client .alanadisorgu input {
        padding: 16px 15px;
        margin: 20px 0
    }
    #clean-theme-client .alanadisorgu {
        margin-bottom: 15px
    }
    .billremininfo {
        width: 100%
    }
    #clean-theme-client .mpaneltitle {
        padding: 17px 15px
    }
    #clean-theme-client .moderncliendblock {
        width: 100%;
        margin: 15px 0
    }
    #clean-theme-client .mpanelleft {
        width: 100%
    }
    .clean-theme-footer {
        text-align: center;
        font-size: 14px
    }
    #clean-theme-sign-up .clean-theme-signinup-left {
        width: 100%;
        margin-bottom: 25px
    }
    #clean-theme-sign-up .clean-theme-signinup-right {
        width: 100%
    }
    #clean-theme-client #mobmenu li a i {
        font-size: inherit;
        margin-left: 0;
        margin-right: 9px
    }
    #clean-theme-sign-up .socialconnect {
        margin: 15px 0;
        width: 100%
    }
    #clean-theme-sign-up .socialconnect a {
        padding: 10px 15px;
        width: auto;
        font-size: 14px
    }
    .clean-theme-signinup-right-title {
        text-align: center
    }
    .clean-theme-signinup-right-title h4 {
        float: none
    }
    .clean-theme-signup-box .yuzde50 {
        width: 46%
    }
    #clean-theme-sign-up,
    .clean-theme-signinup-con .captcha-content {
        margin-top: 0
    }
    #clean-theme-client .destekolsbtn {
        margin-top: 5px;
        margin-right: 10px
    }
    #clean-theme-client .affiliate-getstarted,
    #clean-theme-client .mpaneltitle h4 {
        width: 100%
    }
    #clean-theme-client .clean-theme-home-news .mpaneltitle {
        width: 100%;
        margin: 0;
        padding: 15px 0
    }
    #clean-theme-client .tld-select {
        line-height: normal
    }
    #mio-cookie-popup {
        left: 5%!important;
        right: 5%!important
    }
    #clean-theme-client .wclientnotifi {
        position: inherit
    }
    #clean-theme-client .wnotifitibtn,
    .clean-theme-header-right-btns ul li .clean-theme-header-ac-btn {
        padding: 0 20px
    }
    .blue-info i,
    .green-info i,
    .red-info i,
    .securityinfo-left {
        display: none
    }
    .securityinfo-right {
        width: 100%
    }
    .creditcardinfo-con {
        padding: 0
    }
    #payBtns,
    .bank-notification .yuzde50,
    .creditcardinfo-left,
    .creditcardinfo-right {
        width: 100%
    }
    .securityinfo {
        margin-bottom: 25px
    }
    .scene {
        margin: auto auto 45px
    }
    .creditcardform-con {
        margin-bottom: 20px
    }
    #clientArea-module-page .padding30 {
        padding: 30px 0
    }
    .breadcrumb {
        float: left;
        margin-top: 10px
    }
    .lookcolum.tld-select {
        line-height: normal;
        margin-top: -6px;
        border: 0
    }
    .lookcolum .lbtn {
        padding: 2px 0;
        width: 100%;
        font-size: 12px;
        border-radius: 3px;
        display: inline-block;
        font-weight: 500;
        margin: 1px 0
    }
    #LookupList .lookcolum,
    #addNewAddressForm,
    #addNewAddressForm input,
    #addNewAddressForm select,
    #address_list,
    #tesclsure,
    .breadcrumb {
        font-size: 13px
    }
    .lookcolum .checkbox-custom-label {
        margin-top: 10px
    }
    .lookcolumtitle .checkbox-custom-label {
        margin-top: 0
    }
    .sepetlistcon .checkbox-custom-label {
        font-size: 14px
    }
    #addNewAddressForm .yuzde30 {
        margin-bottom: 15px
    }
    #clean-theme-client .blue-info i,
    #clean-theme-client .green-info i,
    #clean-theme-client .red-info i,
    #modernpanel .blue-info i,
    #modernpanel .green-info i,
    #modernpanel .red-info i {
        display: block
    }
    #selectLang .langandcur a {
        width: 97%
    }
    #modernpanel .wclientnotification {
        right: 0
    }
    .hostbtn {
        width: 113px
    }
    #ModifyWhois .metalbtn,
    .formcon .yuzde30,
    .formcon .yuzde70 {
        width: 100%
    }
    #whoisbilgileri #ModifyWhois input {
        width: 44%
    }
    .invoicex .formcon .yuzde30 {
        width: 29%
    }
    .invoicex .formcon .yuzde70 {
        width: 69%
    }
}

span.wclientwelcome {
    margin-left: 25px;
}

.resellericon {
    height: 30px !important;
}

.headbutonlar {
    margin-right: 16px;
}

#general {
    background: #fff;
    margin-top: -6px;
    border-radius: 0 0 3px 3px;
}

h3 #ui-id-1 {
    display: none !important;
}

#billing {
    background: #fff;
    margin-top: -6px;
}

.ui-accordion .ui-accordion-content {
    padding: 0 !important;
}

#preferences,
#password {
    background: #fff;
    margin-top: -6px;
}

#products_length {
    display: none !important;
}

#mobdataspan {
    display: none !important;
}

#products tbody tr td strong {
    font-weight: 600;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 35px !important;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 30px !important;
}

#tickets_length {
    display: none !important;
}

#invoices_length {
    display: none !important;
}

.tutartd {
    color: #3371F2;
}

.tutartd td {
    padding: 15px !important;
}

#detail {
    background: #fff;
    margin-top: -6px;
}

#addons {
    background: #fff;
    margin-top: -6px !important;
    width: 100% !important;
    padding: 0 30px;
}

.mblokbtn span {
    display: none;
}

#resellertooltip {
    pointer-events: none;
    margin-left: 18px;
    margin-right: -15px;
}

@media (max-width:1490px) {
    .flexitem {
        max-width: 46% !important;
    }
}

@media (max-width:1200px) {
    #modernpanel .mpanelblok:first-child:nth-last-child(4),
    #modernpanel .mpanelblok:first-child:nth-last-child(4)~.mpanelblok {
        width: 45%;
    }
}

@media (max-width:1035px) {
    .tabcontentcon {
        width: 87% !important;
    }
}

@media (max-width:850px) {
    #resellertooltip {
        margin-left: 0;
    }
    #modernpanel .mpanelblok {
        width: 44% !important;
    }
    .tabcontentcon {
        padding: unset !important;
    }
}

@media (max-width:768px) {
    #modernpanel .ticketdetail,
    #modernpanel .ticketinfos {
        width: 95% !important;
        margin: 0;
    }
    .destektalebiolustur {
        width: 95% !important;
        background: #fff;
        padding: 30px 0 30px 30px !important;
    }
}

@media (max-width:576px) {
    #modernpanel .mpanelblok {
        width: 90% !important;
    }
    #modernpanel .mpanelblok:nth-child(3) {
        margin-bottom: 30px;
    }
    .orderidno {
        padding: 10px 15px 10px 0;
    }
    #addons {
        width: 92% !important;
    }
}

@media (max-width:500px) {
    #modernpanel .mpanelblok {
        width: 90% !important;
    }
    #modernpanel .mpanelblok:nth-child(3) {
        margin-bottom: 30px;
    }
    .orderidno {
        padding: 10px 15px 10px 0;
    }
    #addons {
        width: 92% !important;
    }
    .flexitem {
        max-width: 90% !important;
        width: 100% !important;
    }
    #modernpanel .ticketdetail,
    #modernpanel .ticketinfos {
        flex-direction: column !important;
    }
}