

/*
 * *
  *
  *     Netbudur
  *
  * */

*::selection {
    background-color: #05AED4 !important;
    color: #FFF !important;
}

/* a */
a, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

/* a:hover */
a:hover {
    color: #cdcdcd !important;
}

/* .space */
.space {
    width: 100% !important;
    clear: both !important;
    padding: 25px 0 ; /* Bunu !important; yapmiyoruz. */
}

/* body */
body {
    font-family: 'GalanoGrotesque';
    font-weight: 400 !important;
    background-color: #EEEFF1;
}

.topBar {
    background-color: #f8f8f8;
}

.topLanguage button {
    border-radius: 0;
    font-family: "GalanoGrotesque";
    font-weight: 500;
    font-size: 14px;
    line-height: 0;
    background-color: transparent;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

header {
    z-index: 9999;
    position: relative;
    display: block;
}

.topLanguage button:focus {
    box-shadow: unset !important;
    border-color: #e3e3e3 !important;
}

.headerSocialBox {
    padding: 5px 15px !important;
    height: 100% !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    font-weight: 500;
}

.headerSocialBox a {
    color: #818a91 !important;
    padding: 0 8px;
}

.headerContact {
    border-right: 0 !important;
}

.headerContact i {
    color: #180d5b !important;
    margin-right: 5px;
}

.navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    color: #051441 !important;
}

@media (min-width: 768px) {
    .loginButton .nav-link {
        border-radius: 5px;
        background-color: #818a91;
        color: white !important;
        margin: 18px 10px;
    }

    .registerButton .nav-link {
        border-radius: 5px;
        background-color: #0068df;
        color: white !important;
        margin: 18px 0 0 10px;
    }
}

.main-content {
    background-image: url("../img/home-bg.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100vh;
    margin-top: -79px;
}

.home-hero h1 {
    color: #051441;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 50px;
}


.home-hero h5 {
    font-family: 'GalanoGrotesque';
    font-weight: 500;
}

.homeDomainSearch .input-group {
    border: 1px solid #0068df;
    border-radius: 5px;
    padding: 14px 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}

.homeDomainSearch input {
    background: transparent;
}

.homeDomainSearch button {
    border-radius: 5px;
    background-color: #0068df;
    color: white;
    border: 0;
    font-weight: 500;
}

.homeDomainPrices li {
    color: #818a91;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 5px;
}


.page-title {
    color: #051441;
    font-size: 2rem;
    font-weight: 700;
}

.sub-title {
    font-family: 'GalanoGrotesque';
    font-weight: 500;
}

.text-blue {color: #051441;}

.f-size-20 {font-size: 20px}
.f-size-18 {font-size: 18px}
.f-size-14 {font-size: 14px}
.f-size-12 {font-size: 12px}
.f-size-10 {font-size: 10px}

.homePriceBox .priceBoxHead {
    border-radius: 5px 5px 0 0;
    background-color: #0068df;
    padding: 10px;
}

.homePriceBox .priceBoxHead p:first-of-type, .homePriceBox .priceBoxHead p:nth-of-type(2) {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.homePriceBox .priceBoxHead p:last-of-type, .homePriceBox .priceBoxHead p:nth-of-type(3) {
    font-size: 20px;
    margin-bottom: 0;
}

.homePriceBox .descBox {
    font-size: 15px;
    font-weight: 500;
    color: #818a91;
    padding: 15px 0;
    background-color: white;
}
.homePriceBox .descBox:nth-child(odd) {background: #f6f6ff}

.homePriceBox .boxBuyButton {
    border-radius: 0 0 5px 5px;
    background-color: #f6f6ff;
    padding: 20px 0;
}

.btn-outline-blue {
    border: 1px solid #0068df;
    color: #0068df !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 0;
    height: 50px;
    padding: 20px 15px;
}

.btn-outline-blue:hover, .btn-outline-blue.active {
    border: 1px solid #0068df;
    color: #ffffff !important;
    background-color: #0068df;
}

.btn-blue {
    border: 1px solid #0068df;
    color: #ffffff !important;
    background-color: #0068df;
    font-size: 18px;
    font-weight: 600;
    line-height: 0;
    height: 50px;
    padding: 20px 15px;
}

.btn-blue:hover, .btn-blue.active {
    border: 1px solid #ffffff;
    color: #0068df !important;
    background-color: #ffffff;
}

.homePriceBoxArrow button {
    padding: 0 30px;
    font-size: 50px;
}

@media (max-width: 768px) {
    .topLanguage {
        width: 60%;
        float: left;
        height: 31px;
    }

    .headerSocialBox {
        padding: 8px 5px !important;
        border: 0;
    }

    .mobileSocial {
        width: 40%;
    }
}

.homeTextImg {
    height: 400px;
    background-color: #041034;
}

.homeTextImg img {
    margin: -40px 0 0 0;
}

.homeTextImg .btn {
    height: 50px;
    font-size: 19px;
    padding: 5px 20px;
    font-weight: 500;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.btn-outline-white {
    border: 1px solid #ffffff;
    color: white !important;
}

.btn-outline-white:hover {
    background-color: white;
    color: #041034 !important;
}

.font-weight-500 {font-weight: 500;}
.font-weight-600 {font-weight: 600;}

.homeBoxes {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    background-color: #ffffff;
    padding: 60px 20px 60px 20px;
    height: 100%;
}


.homeBoxes .iconBox {
    height: 75px;
}

.homeBoxes h5 {
    font-size: 45px;
    font-weight: 500;
    line-height: 70px;
    color: #051441;
}

.homeBoxes p {
    font-size: 16px;
    font-weight: 500;
    color: #051441;
}

.homeBoxes:hover {box-shadow: 0 0 50px rgba(0, 104, 223, 0.24);}
.homeBoxes:hover h5 {color: #0068df;}


.homeBoxes .bgNumber {
    position: absolute;
    right: 30px;
    bottom: 37px;
    font-size: 342px;
    font-weight: 700;
    line-height: 342px;
    opacity: 0.03;
    color: #051441;
}

.homeBlog .homeBlogBox {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    background-color: #ffffff;
}

.homeBlog .homeBlogBox h5 {
    color: #051441;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
}

.homeBlog .homeBlogBox p {
    font-size: 16px;
    font-weight: 500;
}

.homeBlog .homeBlogBox a.btn-outline-blue {
    font-size: 18px;
    padding: 15px;
    height: 40px;
}

@media (max-width: 768px) {
    .blogDesc {
        padding: 15px;
    }
    .homeBlogBox img {
        border-radius: 5px 5px 0 0;
    }
    .homeTextImg img {display: none;}
    .homeTextImg h1 {
        font-size: 25px;
        padding: 50px 0 20px 0;
    }
    .homeThreeBox {margin-bottom: 10px;}

    .blogDesc h5 {padding-top: 0 !important;}
    .blogDesc ul {
        padding: 15px 0 !important;
    }

}

#blog-carousel .owl-stage {padding: 15px 0;}
#blog-carousel .blogDesc {padding: 15px 30px;}
#blog-carousel .homeBlogBox h5 {padding: 0 !important;}
.homeBlog .homePriceBoxPeriod a {
    font-size: 18px;
    padding: 20px 30px;
}

#ref-carousel img {
    width: unset !important;
    margin: auto;
}

footer {
    background-color: #4a555d;
    padding: 40px 0;
}

.newsletterBox {
    border-radius: 5px;
    background-color: #959da3;
    padding: 50px 30px;
}

.newsletterBox h5 {
    font-size: 28px;
    font-weight: 700;
}

.newsletterBox .homeDomainSearch .form-group {
    margin: 0 !important;
}

.newsletterBox .homeDomainSearch .form-group .input-group {
    background-color: white;
    border: 0;
}

footer hr {
    max-width: 100px;
    border-color: white;
    text-align: left;
    margin-left: 0;
}

footer .footerMenus h6 {
    font-size: 22px;
    font-weight: 700;
    color: white;
}
footer .footerMenus li a {
    font-size: 14px;
    font-weight: 500;
    color: white !important;
}

/* mobile navbar sidebar under lg breakpoint */
@media (max-width: 992px) {
    .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -45%;
        transition: all 0.2s ease;
    }

    .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        width: 70%;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color: white;
    }
}
@media (min-width: 768px) {
    header .nav-item.mega-menu {position: static;}
    header .nav-item.mega-menu .dropdown-menu {
        width: 100%;
        padding: 0;
        box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.08);
        margin-top: 0 !important;
    }
    header .mega-menu .dropdown-menu .menu-img {
        float: left;
        width: 13%;
        margin-top: -1px;
        padding: 8px 0 0 0;
    }
    header .mega-menu .dropdown-menu .menu-desc {
        float: left;
        width: 80%;
        margin-left: 5%;
    }
    header .mega-menu .dropdown-menu .menu-desc h5 {
        font-size: 18px;
        font-weight: 600;
        color: #313131;
    }
    header .mega-menu .dropdown-menu .menu-desc p {
        color: #525252;
        font-size: 14px;
    }
    .mega-menu-item:hover h5 {
        color: #0068df !important;
    }
    header .nav-item.mega-menu:hover .dropdown-menu {
        display: block;
    }
    header .mega-menu .dropdown-menu {
        border: 2px solid #0068df;
        border-radius: 0;
        border-top: 0;
    }
    .mainMenu.hovered {
        box-shadow: 0 2px #0068df;
    }
}
header .nav-item.show > .nav-link {color: #0068df !important;}

a.mega-menu-item {
    display: block;
    margin: 10px 0;
}

.footBar {
    background-color: #051441;
}

.headerSocialBox a:hover {
    color: #0068df !important;
}

.homeDomainSearch button {border-radius: 3px !important;}
.homeDomainSearch button:hover {background-image: linear-gradient(270deg, #9447e1 0%, #fa86d1 100%) !important;}

.loginButton a:hover {
    background-color: #0068df;
}
.registerButton a:hover {
    background-image: linear-gradient(270deg, #9447e1 0%, #fa86d1 100%);
}

.homePriceBox:hover .descBox {
    border-top: 2px solid #0068df;
}

.homePriceBox:hover .descBox:nth-child(even) {
    background-color: #1977e2;
    color: white;
}

.homePriceBox:hover .descBox:nth-child(odd) {
    background-color: #3184e5;
    color: white;
}

.homePriceBox:hover .boxBuyButton {
    background-color: #0068df;
}

.homePriceBox:hover .boxBuyButton a {
    border: 1px solid #ffffff;
    color: #ffffff !important;
}

.footBar a, .footBar .headerContact i {
    color: white !important;
}

.homeBlog .homeBlogBox:hover {
    background-color: #0068df;
    color: white;
}

.homeBlog .homeBlogBox:hover h5, .homeBlog .homeBlogBox:hover p{
    color: white !important;
}

.homeBlog .homeBlogBox:hover .btn-outline-blue, #blog-carousel .homeBlogBox .btn-outline-blue:hover {
    background-color: white !important;
    color: #0068df !important;
}

.footBar .topLanguage button {
    border-top: 0;
    border-bottom: 0;
}

.footBar .headerSocialBox, .footBar .topLanguage button {
    border-color: #0c236a;
    height: 40px !important;
}

.footBar p {
    color: white;
    font-size: 14px;
    padding: 8px 0 0 0;
    margin: 0 10px;
}

.footBar .topLanguage button {color: white !important;}

.footBar .topLanguage .dropdown-menu a {
    color: #051441 !important;
}

.footBar .footLogo {
    height: 30px;
    width: 126px;
    margin: 5px 0 0 0;
}

.footBar .headerSocialBox {
    padding: 9px 15px !important;
}

.bg-grey {background-color: #fafafa;}

.priceProgressBox h5 {
    color: #051441;
    font-size: 20px;
    font-weight: 500;
}

.priceProgressBox p {
    color: #c6c6c6;
    font-size: 16px;
    font-weight: 500;
}

.hostingSliderRight h6 {
    font-size: 20px;
    font-weight: 600;
    color: #f8f8f8 !important;
    margin: 30px 0 0 0;
}

.hostingSliderRight li {
    width: 50% !important;
    float: left;
    text-align: center;
    margin: 5px 0 0 0;
    color: #818a91;
    font-size: 14px;
}

.hostingSliderRight .btn-blue-order {
    border: 1px solid #0068df;
    color: #ffffff !important;
    background-color: #0068df;
    font-weight: 600;
}

.hostingSliderRight span.btn-light {font-weight: 700;}

.ui-slider {
    height: 100%;
    border: 0;
    margin: auto;
    border-radius: 7px;
    background-color: #132a71;
}
.ui-slider .ui-slider-handle {
    box-shadow: 0 0 6px rgba(0, 162, 255, 0.74);
    background-color: #0068df;
    border-radius: 50%;
    border: 0;
    left: -3px;
}

.ui-slider .ui-slider-handle:focus {outline: 0 !important;}

.ui-slider .ui-slider-range {background-color: #69afff;}

.hostingFeaturesBox .featuresTitle {
    color: #c6c6c6;
    font-size: 20px;
    font-weight: 500;
}

.hostingFeaturesBox .featuresDesc  {
    color: #051441;
    font-size: 20px;
    font-weight: 500;
}

.hostingFeaturesBox .featuresBoxLeft {border-right: 1px solid #e3e3e3;}

.commonFeatureDesc {
    padding-top: 100px;
}

.commonFeatureDesc h5 {
    color: #0068df;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}

.commonFeatureDesc p {
    color: #051441;
    font-size: 16px;
    font-weight: 500;
}

.faq .accordion .card-header h2 button {
    padding: 10px 20px;
    color: #051441 !important;
    font-size: 18px;
    font-weight: 500;
    background-color: white;
}

.faq .accordion .card-header h2 button:hover, .faq .accordion .card-header h2 button:focus {text-decoration: unset;}

.faq .accordion .card {border-radius: 5px !important; margin-bottom: 10px;}
.faq .accordion .card-header {padding: 0;border-radius: 5px !important;}

.faq .accordion .card.activeTab {background-color: #051441;}
.faq .accordion .card.activeTab .card-header h2 button {color: #0068df !important;background-color: #051441;}
.faq .accordion .card.activeTab .card-body {color: #c6c6c6;}

.btn {padding-bottom: 10px;}
.loginButton .nav-link, .registerButton .nav-link {padding-bottom: 10px;}
.yearlyBtn, .monthlyBtn {
    padding-bottom: 24px;
}
.topLanguage button {padding-bottom: 6px;}

.ui-slider-vertical.ui-slider-pips .ui-slider-line {display: none;}

.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
    left: -40px !important;
    color: #0068df;
    font-weight: 600;
    text-align: center;
}

.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
    color: #0068df !important;
}

.hostingFeaturesBox  .featuresTitle, .hostingFeaturesBox .featuresDesc {
    margin-bottom: 15px;
}

.vdsslider {height: 15px;}
.vdsslider .ui-slider-handle {top: -3px;}

.ui-slider-horizontal.ui-slider-pips .ui-slider-pip {
    color: #0068df;
    font-weight: 600;
    text-align: center;
}

.vdsSliderBox h6 {
    font-size: 30px;
    font-weight: 700;
    text-align: left !important;
    margin: 25px 0 20px 0;
}

.vdsSliderBox ul li {
    width: unset !important;
    margin-right: 10px;
    font-size: 15px;
}

.vdsSliderBox .btn-blue-order {
    padding: 6px 30px 10px 30px;
}

.panel-head {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #0068df;
    background-color: #051441;
    padding: 15px 30px;
    color: white;
}

.panel-head .username {
    font-size: 20px;
    font-weight: 400;
}

.panel-head .profile-box p {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.panel-head .verified-icon {
    position: absolute;
    right: -5px;
    top: 19px;
    height: 40px;
}

.panel-head .panel-progress {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 104, 223, 0.31);
    background-color: #051a58;
    height: 100%;
    padding: 10px;
}

.panel-head .profileComplateBtn {
    font-size: 14px;
    font-weight: 400;
    height: unset;
    padding: 12px 0 17px 0;
    width: 100%;
}

.panel-head .panelCounterBox .w-100 {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 104, 223, 0.31);
    background-color: #051a58;
    height: 100%;
    text-align: center;
}

.panelCounterBox span {
    color: #0068df;
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 18px;
    display: block;
}

.panelCounterBox p {margin-bottom: 0}

.panel-head .panelCounterBox:hover .w-100 {
    background-color: #0068df;
}

.panel-head .panelCounterBox:hover span {
    color: white;
}

.panel-head .profile-box {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .sliderBox {padding: 0;}
    .vdsSliderBox ul li {
        margin-right: 10px;
        font-size: 16px;
    }
    .vdsSliderBox ul {margin-bottom: 15px;}
    .vdsSliderBox .order-buttons {
        text-align: left;
        margin: 20px 0;
    }
    .hostingFeaturesBox .featuresBoxLeft {
        border-right: 0;
        border-bottom: 1px solid #e3e3e3;
    }
    .panel-head .panelCounterBox .w-100 {
        padding-bottom: 10px;
    }
    .panel-head .verified-icon {
        right: 10px;
        top: 35px;
    }
    .panel-head .profile-box {margin-bottom: 15px;}
    .panel-head .username {margin-top: 10px;}
}

/* Fixed sidenav, full height */
.panel-menu-box .sidenav {
    height: 100%;
    width: 100%;
    background-color: #f8f8f8;
    overflow-x: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
}

/* Style the sidenav links and the dropdown button */
.panel-menu-box .sidenav a, .dropdown-btn {
    padding: 5px 8px 10px 16px;
    text-decoration: none;
    color: #818a91 !important;
    font-size: 16px;
    font-weight: 500;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    border-bottom: 1px solid #e3e3e3;
}

.panel-menu-box hr {
    border-color: #e3e3e3 !important;
    margin: 0;
    width: 30%;
}

.panel-menu-box .sidenav a:last-of-type {
    border-bottom: 0;
}

/* On mouse-over */
.panel-menu-box .sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
}

/* Add an active class to the active dropdown button */
.panel-menu-box .active {
    background-color: #0068df;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.panel-menu-box .dropdown-container {
    display: none;
    background-color: #cce1f9;
    padding-left: 8px;
}

.panel-menu-box .dropdown-container a {
    color: #05133f !important;
}

/* Optional: Style the caret down icon */
.panel-menu-box .fa-caret-down {
    float: right;
    padding-right: 8px;
    margin: 8px 0 0 0;
}

/* Some media queries for responsiveness */
.panel-menu-box @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.panel-menu-box h6 {
    padding: 6px 8px 6px 16px;
    color: #0068df;
    font-size: 19px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.panel-menu-box button.dropdown-btn:focus {
    border: 0;
    outline: 0;
    box-shadow: unset;
}

.panel-menu-box .dropdown-btn.active {
    color: white !important;
}

.panel-menu-box .fa {
    width: 20px;
}

.panel-menu-box .sidenav a:hover {
    background-color: #0068df;
    color: white !important;
}

.panel-menu-box .sidenav h6 .fal {
    position: absolute;
    right: 10px;
    font-size: 30px;
    top: 5px;
}

.panel-menu-box .badge {
    float: right;
    padding-bottom: 8px;
    color: white;
    background-color: #051441;
    margin: 3px 0 0 0;
}

.panel-desc-box {
    border: 1px solid #0068df;
    border-radius: 5px;
    padding: 7px 15px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    height: 70px;
}

.panel-desc-box button {
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

/*//*/
.nightmod-btn .label {
    background-color: white;
    display: flex;
    height: 30px;
    border-radius: 50px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 15px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    border: 2px solid rgb(0, 104, 223);
}
.nightmod-btn .label .fa-moon {
    color: rgb(250, 250, 250);
}
.nightmod-btn label .fa-sun {
    color: rgb(243, 188, 36);
}
.nightmod-btn .blob {
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
    background: rgb(0, 104, 223);
    border-radius: 50px;
    transition: .5s ease all;
}
.nightmod-btn .checkbox {
    opacity: 0;
    position: absolute;
}
.nightmod-btn .info {
    display: block;
    margin-top: 50px;
}
.nightmod-btn .info.night {
    color: white;
}
.nightmod-btn .checkbox:checked + .label .blob {
    left: 0;
}
.nightmod-btn .checkbox:checked + .label {
    background-color: black;
}


.nightmod-btn {
    padding-top: 12px;
}

.panel-table {
    background-color: #f8f8f8;
}

.panel-table hr {margin: 10px 0 5px 0;}

.panel-table .table-header {
    padding: 8px 15px 0 15px;
    color: #0068df;
    font-weight: 500;
}

.panel-table .table-header span {
    color: #c6c6c6;
    font-size: 15px;
    margin: 3px 0 0 0;
}

.panel-table .table-body {padding: 0 15px 15px 15px;}

.panel-table thead th {
    padding-top: 0;
    padding-bottom: 15px;
    color: #c6c6c6;
    font-weight: 400;
    font-size: 15px;
}

.panel-table tbody th {
    color: #818a91;
    font-weight: 500;
}

.panel-table tbody td {
    color: #818a91;
    font-weight: 500;
}

.panel-table .table th, .table td {
    padding: 5px 0.75rem !important;
    vertical-align: center !important;
}

.panel-table table .badge {
    text-align: center;
    width: 100%;
    padding: 5px 0 4px 0;
    height: 27px;
}

.panel-table table .btn {
    width: 100%;
    color: white !important;
    padding: 0 0 4px 0;
}

.termsBox {
    background-color: #f8f8f8;
    border-radius: 5px;
}

.termsBox h5 {
    color: #0068df;
    font-size: 19px;
    padding: 6px 8px 6px 16px;
}

.termsBox h5 img {height: 30px;}

.termsBox p {
    color: #818a91;
    font-size: 18px;
    padding: 5px 15px 20px 15px;
}

.termsBox hr {
    border-color: #e3e3e3 !important;
    margin: 0;
}

.vertical-center {
    display:flex;
    justify-content:center;
    align-items: center;
}
.boxFeature {margin-bottom: 40px;}

.boxFeature h5 {
    color: #051441;
    font-size: 25px;
    font-weight: 700;
}

.boxFeature p {
    color: #051441;
    font-size: 15px;
    margin: 0;
}

@media (min-width: 768px) {
    .vds-order-buttons {
        position: absolute;
        bottom: 0;
        right: 15px;
    }
    .vdsSliderBox img {
        max-width: 80%;
    }
}

.home-hero .btn-blue:hover, .home-hero .btn-blue.active {
    border: 1px solid #0080e8;
}

.blog-content .homeBlogBox img {height: 100%;}
.blog-content .homeBlogBox p {padding: 0 20px 0 0;}

.featureBlogImg {height: 80px;}

.featureBlogs h4 {
    color: #0068df;
    font-size: 20px;
}

.homeBlogBox h5 {
    color: #818a91;
    font-size: 15px;
}

.featuredBlog {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 5px;
    transition: all .5s ease;
}

.featuredBlog h5 {
    color: #818a91;
    font-size: 15px;
}

#blog-slider-2 .item {
    height: 600px;
    border-radius: 5px;
}

#blog-slider-2 .item h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

#blog-slider-2 .item .blogSliderDesc {
    position: absolute;
    bottom: 60px;
    left: 70px;
}

.blogSliderShadow {
    background-image: linear-gradient(180deg, rgba(5, 26, 88, 0) 0%, #010512 100%);
    height: 100%;
    width: 100%;
    position: absolute;
}

#blog-slider-2 .owl-nav {
    width: 100%;
    position: absolute;
    top: 35%;
}

#blog-slider-2 .owl-prev {
    float: left;
    background-color: transparent !important;
}

#blog-slider-2 .owl-next {
    float: right;
    background-color: transparent !important;
}

#blog-slider-2 .owl-dots {display: none;}

@media (max-width: 768px) {
    #blog-slider-2 .item {
        height: 400px;
        border-radius: 5px !important;
    }

    #blog-slider-2 .item h1 {
        font-size: 30px;
    }

    #blog-slider-2 .item .blogSliderDesc {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }
}

.featuredBlog:hover {
    box-shadow: 0 0 14px rgba(0, 0, 0, .8);
    transition: all .5s ease;
}

.authBox {
    box-shadow: 0 3px 80px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.authBox .authFormBox {
    padding: 60px;
    padding-bottom: 0;
}

.authBox .authBrandText {
    color: #707070;
    font-size: 18px;
}


.authBox .authWelcomeText {
    color: #051441;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}

.authBox .authFormBox form {
    margin: 30px auto 0 auto;
}

.authBox .authFormBox form input {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    border: 1px solid transparent;
    color: #707070;
    font-size: 15px;
    font-weight: 500;
    padding: 30px 20px !important;
}

.authBox .authFormBox form button i {
    margin: -7px 0 0 0;
}

.authBox .authFormBox form button:hover {
    border: 1px solid #0068df;
}

.vh-100 {min-height: 100vh;}

@media (max-width: 768px) {
    .authBox .authWelcomeText {font-size: 35px;}
}

.authBox .authFormBox.registerBoxForm form {
    max-width: unset !important;
}

.authBox .authFormBox select {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    border: 0;
    color: #707070;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
}

.color-blue {color: #0068df !important;}

#sslTab {border-bottom: 0;}

#sslTab .nav-item {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.03);
    background-color: white;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .5s ease;
}

#sslTab .nav-item:hover {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all .5s ease;
}

#sslTab .nav-link:hover, .nav-link:focus {
    border-color: white;
}

#sslTab .nav-item img {
    max-width: 80%;
    margin: 15px 0;
}

#sslTab li:first-of-type a {
    color: #051441 !important;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    padding: 0 40px;
}

#sslTab li a {
    border: 0;
}

#sslTabContent table tbody th img {
    max-height: 26px;
}

#sslTabContent table {
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0 0 0;
}

#sslTabContent table tbody td {
    color: #051441;
    font-size: 16px;
    font-weight: 600;
}

#sslTabContent table tbody td a.btn {
    background-color: #0068df;
    width: 100%;
    border-radius: 22px;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    padding: 2px 10px 8px 10px;
}

#sslTabContent table tbody th, #sslTabContent table tbody td{
    vertical-align: middle !important;
    text-align: center;
}

#sslTabContent table thead {
    background-color: #0068df;
    color: white;
}

#sslTabContent table thead th {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    padding: 6px 0 10px 0;
    border-bottom: 0;
}

#sslTabContent table tbody tr:hover {
    background-color: #051441;
    color: white;
}

#sslTabContent table tbody tr:hover td {
    color: white;
}

#sslTabContent table tbody tr:hover td a.btn {
    color: #0068df !important;
    background-color: white;
}

@media (min-width: 768px) {
    #sslTab.campaignTab li {
        width: 13.43%;
        font-size: 20px;
        font-weight: 500;
        padding: 10px 5px;
        background-color: #959da3;
        margin-right: 1% !important;
    }
    #sslTab.campaignTab li:last-of-type {
        margin-right: 0 !important;
    }
    #sslTab.campaignTab li a {
        color: white !important;
    }
    #sslTab.campaignTab li.active {
        background-color: #0068df !important;
    }
    #sslTab.campaignTab li .nav-link.active {
        background-color: transparent !important;
    }
}

#sslTab.campaignTab li {border-radius: 5px;padding: 0 40px 4px 40px;}

.kampanyaBox {
    margin-bottom: 15px;
    background-color: #f0f0f0;
}

.kampanyaBox .card-title {
    color: #818a91;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.kampanyaBox .dateTitle {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 3px 11px 7px 12px;
    color: white;
    border-radius: 0 5px 5px 0;
}

.kampanyaBox .categoryTitle {
    position: absolute;
    top: 30px;
    right: 0;
    padding: 3px 11px 7px 12px;
    color: white;
    border-radius: 5px 0 0 5px;
}

.kampanyaBox .btn {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
}

.ip-table-box table tbody tr:hover {
    background-color: #0068df !important;
}

.ip-table-box table thead {
    background-color: #b4b4d3 !important;
}

.ip-table-box h1 {
    padding: 13px 0 0 40px;
}

.ip-table-box .bg-white.rounded {
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
}

@media screen and (max-width: 600px) {
    table.mobileTable {
        border: 0;
    }

    table.mobileTable caption {
        font-size: 1.3em;
    }

    table.mobileTable thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.mobileTable tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table.mobileTable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table.mobileTable td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.mobileTable td:last-child {
        border-bottom: 0;
    }

    #sslTabContent table tbody th, #sslTabContent table tbody td {
        text-align: right;
        border: 0;
    }
    .ip-table-box h1 {
        padding: 15px 0 0 0;
        font-size: 28px;
    }
    #sslTabContent table tbody tr {
        background-color: white !important;
    }
    #sslTabContent table tbody tr td:nth-child(even) {
        background-color: rgba(0, 0, 0, 0.05) !important;
    }
}

.contactBox h5 {
    color: #051441;
    font-size: 35px;
    font-weight: 700;
    margin: 20px 0;
}

.contactBox p {
    color: #051441;
    font-size: 16px;
    font-weight: 400;
}

.blue-border {border-color: #0068df !important;}
.green-border {border-color: #28a745;}

.commonFeatures .authBox {
    box-shadow: unset !important;
    background-color: transparent !important;
}

.commonFeatures .authBox .authFormBox {
    padding: 0 !important;
}

.commonFeatures .authBox .authFormBox form {
    max-width: 100% !important;
    margin: 0 !important;
}

form textarea {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    border: 0 !important;
    color: #707070;
    font-size: 15px;
    font-weight: 500;
    padding: 20px !important;
    resize: none;
}

.contactForm button {
    padding: 0 0 6px 0;
}

.bank-box .bank-name {
    color: #4a555d;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.bank-box i {
    font-size: 40px;
}

.garanti-box {
    border: 1px solid #197d21;
    box-shadow: 0 0 10px rgba(25, 125, 33, .5);
}
.is-box {
    border: 1px solid #05325F;
    box-shadow: 0 0 10px rgba(5, 50, 95, .5);
}
.enpara-box {
    border: 1px solid #E3E3E3;
    box-shadow: 0 0 10px rgba(227, 227, 227, .5);
}

@media (max-width: 768px) {
    .bankDesc {padding: 0 40px;}
    .bank-box i {margin: 15px 0;}
    .bank-box img {
        max-height: 70px;
        padding: 15px 20px 0 20px;
        margin: auto;
    }
}

.blogCatTitle {
    color: #051441;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cursor-pointer {cursor: pointer;}

#talepForm input, #talepForm select {box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);}

#talepForm select {
    height: 60px;
    border-color: #0068df !important;
    color: #818a91;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 13px;
}

#talepForm input {
    height: 60px;
    color: #818a91;
    font-size: 16px;
    font-weight: 500;
}

#talepForm textarea {
    color: #818a91;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ced4da !important;
}

.input-file {
    padding: 15px 20px;
    width: 100%;
    border: 1px solid #0068df;
    border-radius: 5px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}

.input-file input[type="file"] {
    visibility: hidden;
    width: 1px;
    height: 1px !important;
}
.input-file .btn {
    padding: 23px 20px 0 20px;
}
.input-file .file-selected {
    color: #818a91;
    font-size: 18px;
    font-weight: 500;
    margin-left: 15px;
}

.valign-middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.file-desc {
    color: #818a91;
    font-weight: 500;
}

.talep-box {
    border: 1px solid #0068df;
    padding: 10px 0;
    border-radius: 5px;
    color: #818a91;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}

.talep-box:hover {
    color: white;
    background-color: #0068df;
}

.talep-box h3, .talep-box span {font-size: 18px;margin: 0;}

.blue-hr {
    border-color: #0068df;
    width: 20%;
    margin: 0 0 20px 0;
}

/**  Period Box  **/
.periodBox {
    border: 1px solid #0068df;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px 15px 10px;
    cursor: pointer;
}

.periodBox .period-name {
    color: #051a58;
    font-size: 30px;
    font-weight: 600;
}

.periodBox .period-price {
    color: #051a58;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.periodBox .period-price del {
    color: #e3e3e3;
    font-size: 16px;
    font-weight: 600;
}

.periodBox .period-discount .periodDiscountPrice {
    background-color: #00bc29;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 5px 5px 0 0;
}

.periodBox .period-discount p {
    background-color: #0068df;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 0;
    margin: -1px 0 0 0;
    border-radius: 5px;
}

.periodBox:hover, .periodBox.active {
    box-shadow: 0 0 15px rgba(0, 104, 223, 0.6);
    border: 1px solid #0068df;
    background-color: #0068df;
}

.periodBox:hover .period-name, .periodBox:hover .period-price, .periodBox.active .period-name, .periodBox.active .period-price {
    color: white;
}

.periodBox:hover .period-discount p, .periodBox.active .period-discount p {
    background-color: white;
    color: #0068df;
}

.periodBox .check-icon {display: none;}
.periodBox.active .check-icon {display: block;}

#talepForm button {
    padding: 2px 0 0 0 !important;
}

#talepForm .btn-blue:hover {
    border: 1px solid #0068df !important;
}

.page-title .btn-blue {
    padding: 23px !important;
}

.page-title .btn-blue:hover {
    border: 1px solid #0068df !important;
}

.talep-box .btn {
    padding: 0 9px;
    font-size: 14px;
    width: 35%;
}

.bootstrap-select .dropdown-menu.open.show > .dropdown-menu {
    display: block !important;
}

.bootstrap-select .dropdown-menu.open > .dropdown-menu {
    padding: 0;
}

.siparisPage .bootstrap-select .btn {
    padding: 15px 15px 7px 15px;
    border: 1px solid #2868df;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    padding: 5px 15px;
    border-bottom: 1px solid #ccc;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #0068df;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.modernDropdown {
    height: 60px !important;
    background-color: #ffffff;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #0068df;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
    color: #0068df;
    font-weight: 500;
    padding: 0 15px 6px 15px;
    font-size: 18px;
}

.modernDropdown ul {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -97px;
    width: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    z-index: 99;
}
.modernDropdown ul li {
    list-style: none;
    padding: 9px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.modernDropdown ul li:hover {
    background-color: rgba(226, 226, 226, 0.5);
}

.modernDropdown.show ul {display: block;}

.modernDropdown .m-title {width: 100%;}

.modernDropdown .m-title i {
    float: right;
    margin: 6px 0 0 0;
}

.modernDropdown .m-title span.price {float: right;margin-right: 20px;}

.cart-details-inner {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #0068df;
    background-color: #ffffff;
    border-radius: 5px;
}

.cart-detail-top {
    padding: 10px 15px;
}

.cart-detail-top h5 {
    color: #0068df;
    font-size: 20px;
    font-weight: 500;
}

.cart-detail-top h5 span {
    color: #818a91;
    font-size: 14px;
    font-weight: 500;
    vertical-align: super;
    float: right;
}

.cart-detail-top p {
    color: #818a91;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
}

.cart-detail-price {
    background-color: #0068df;
    color: white;
    padding: 20px 15px;
    clear: both;
    height: 80px;
}

.cart-detail-price h6 {
    text-align: left;
    clear: both;
    float: left;
}

.cart-detail-price span {
    float: right;
    font-size: 18px;
    font-weight: 500;
    margin: 3px 0 0 0;
}

.cart-detail-buttons {padding: 15px;}

.cart-detail-buttons a.btn-blue:hover {
    color: #0068df;
    border-color: #0068df;
}

.cart-detail-buttons a {
    padding: 0 0 6px 0;
    width: 100%;
    font-weight: 400;
    height: 50px;
    font-size: 17px !important;
}

.cart-detail-buttons button.btn-blue:hover {
    color: #0068df;
    border-color: #0068df;
}

.cart-detail-buttons button {
    padding: 0 0 6px 0;
    width: 100%;
    font-weight: 400;
    height: 50px;
    font-size: 17px !important;
}

.information-box {
    padding: 18px 0;
    border: 1px solid #0068e1;
    border-radius: 5px;
    background-color: white;
}

.information-box h5 {
    color: #0068df;
    font-size: 18px;
    font-weight: 500;
}

.information-box p {
    color: #7d7d7d;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.standart-configuration .row {
    padding: 10px 0;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    border-radius: 5px;
    height: 100%;
}

.standart-configuration h6 {
    color: #0068df;
    font-size: 18px;
    font-weight: 500;
    height: 21px;
}

.standart-configuration p {
    color: #818a91;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.standart-configuration span {
    color: #818a91;
    font-size: 12px;
    font-weight: 400;
}

.locationBox {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #0068df;
    border-radius: 5px;
    padding: 7px 0 10px;
    cursor: pointer;
}

.locationBox .location-flag {
    padding: 0 15px;
}

.locationBox .location-desc h5 {
    color: #0068df;
    font-size: 18px;
    font-weight: 500;
}

.locationBox .location-select {display: none; padding: 0 0 0 25px;}

.locationBox .location-desc p {
    color: #818a91;
    font-size: 16px;
    font-weight: 400;
}

.locationBox.active {
    background-color: #0068df;
}

.locationBox.active h5 {color: white;}
.locationBox.active p {color: #f1f1f1;}

.locationBox.active .location-select {display: flex;}

.osBox {
    padding: 30px 0 40px 0;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #0068df;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    min-height: 250px;
}

.osBox h5 {
    color: #0068df;
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0;
}

.osBox p {
    color: #818a91;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.osBox .checkbox {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
}

.osBox.active {background-color: #0068df;}
.osBox.active h5, .osBox.active p {color: white;}
.osBox.active .checkbox {display: block;}

.title-with-img img {
    max-height: 30px;
    max-width: 35px;
    float: right;
    margin: 10px 0 0 0;
}

.ramBox h5 {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 14px 15px 20px 15px;
    color: #051a58;
    font-size: 18px;
    font-weight: 500;
}

.ramBox h5 span.float-right {
    color: #818a91;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0 0 0;
}

.selectedCPUPrice {
    color: #818a91;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0 0 0;
}

.cpuSelectBox .cpuSelect.active span.float-right {
    color: #FFFFFF !important;
}

.ramBtn-minus, .ramBtn-plus { height: 57px; }

.sepetBox {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #0068df;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
}

.sepetBox .sepet-img {
    text-align: center;
    border-right: 1px solid #ccc;
}

.sepetBox .sepet-img img {
    max-width: 150px;
}

.sepetBox h5 {
    color: #051a58;
    font-size: 20px;
    font-weight: 500;
}

.sepetBox ul li {
    color: #818a91;
    font-size: 15px;
    font-weight: 500;
}

.sepetPrice {
    color: #0068df;
    font-size: 30px;
    font-weight: 600;
}

.clearCart {
    color: #818a91;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.loginBox, .registerBox {
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.07);
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    padding-top: 50px;
    border-radius: 5px;
    position: relative;
}

.loginBox button, .registerBox button {
    height: 60px;
}

.loginBox button i, .registerBox button i {
    margin: 6px 0 0 0;
}

.loginBox form input, .registerBox form input, .registerBox form select {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.09) !important;
    border: 1px solid #0068df !important;
    background-color: #ffffff !important;
    height: 60px !important;
    padding: 5px 0 10px 15px !important;
    border-radius: 5px !important;
    width: 100%;
}

.loginBox .authTitle, .registerBox .authTitle {
    color: white;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.09);
    background-image: linear-gradient(73deg, #9447e1 0%, #fa86d1 100%);
    border-radius: 5px;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 6px 20px 14px 20px;
    font-size: 25px;
    font-weight: 600;
}

.btn-blue.yeni-talep-btn {
    height: 40px !important;
    padding: 15px 15px 0 15px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff !important;
}

.breadcrumb.bg-primary {
    padding: 7px 1rem 0.75rem 1rem !important;
}

.light-blue {
    background-color: #69afff;
}

.light-green {
    background-color: #22b04e;
}

.card-body.customer p {
    color: #818a91;
    font-size: 16px;
    font-weight: 500;
}

.card.personal {border-color: #22b04e;}
.card.customer {border-color: #69afff;}

.bg-blue {background-color: #0068df;}

.domainDetails p.text-dark-blue {
    color: #051a58;
    font-size: 15px;
    font-weight: 500;
}

.domainDetails p {
    font-size: 15px;
    font-weight: 500;
    color: #818a91;
}

.domainBox {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 104, 223, 0.1);
    border-radius: 5px;
    background-color: white;
    padding: 10px 5px;
}

.domainBox h5 {
    color: #051a58;
    font-size: 20px;
    font-weight: 700;
}

.domainBox p {
    color: #818a91;
    font-size: 12px;
    font-weight: 400;
}

.domainBox img {
    max-height: 62px;
}

.domainBox:hover {
    box-shadow: 10px 10px 10px rgba(0, 51, 255, 0.15);
    border: 1px solid #0068df;
    background-color: #0068df;
}

.domainBox:hover h5, .domainBox:hover p {
    color: white;
}

.domainBox:hover img {
    filter: brightness(0) invert(1);
}

.mainMenu.fixed {
    position: fixed;
    top: 0;
    background-color: white !important;
    box-shadow: 0 3px #0068df;
}

.menu-img img {
    width: 100%;
}

.menu-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
}

.vdsActionsBox button {
    padding: 14px 10px;
}

.vdsActionsBox .card-body .row {justify-content: center;}

.vdsActionsBox button img {
    height: 50px;
    margin-bottom: 15px;
}

.serverInfoCard p {
    color: #818a91;
    font-size: 14px;
    font-weight: 500;
}

.vdsPanelFeatures {
    padding: 10px 5px !important;
}

.vdsPanelFeatures .featureImgBox {
    height: 60px;
}

.vdsPanelFeatures .featureImgBox img {
    max-height: 50px;
}

.vdsPanelFeatures p {
    color: #818a91;
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
}

.vdsPanelFeaturesBox .card-body {
    padding: 1.25rem 0 ;
}

.vdsPanelFeatures:hover {
    background-color: #0068df;
    border-radius: 5px;
}

.vdsPanelFeatures:hover p {
    color: white;
}

.progress-circle{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress-circle:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress-circle > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress-circle .progress-circle-left{
    left: 0;
}
.progress-circle .progress-circle-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress-circle .progress-circle-left .progress-circle-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress-circle .progress-circle-right{
    right: 0;
}
.progress-circle .progress-circle-right .progress-circle-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress-circle .progress-circle-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #ffffff;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 2%;
    left: 6%;
    padding: 40px 0 0 0;
    color: #272d3b;
    font-size: 16px;
    font-weight: 700;
}
.progress-circle.blue .progress-circle-bar{
    border-color: #049dff;
}
.progress-circle.blue .progress-circle-left .progress-circle-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress-circle.yellow .progress-circle-bar{
    border-color: #fdba04;
}
.progress-circle.yellow .progress-circle-left .progress-circle-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress-circle.pink .progress-circle-bar{
    border-color: #ed687c;
}
.progress-circle.pink .progress-circle-left .progress-circle-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress-circle.green .progress-circle-bar{
    border-color: #1abc9c;
}

.progress-circle.blue .progress-circle-bar{
    border-color: #0068df;
}

.progress-circle.red .progress-circle-bar{
    border-color: #ff0000;
}
.progress-circle.blue .progress-circle-left .progress-circle-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}

.progress-circle.red .progress-circle-left .progress-circle-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress-circle{ margin-bottom: 20px; }
}

.blueBox {
    height: 27px;
    width:  27px;
    background-color: #0068df;
}

.redBox {
    height: 27px;
    width:  27px;
    background-color: #ff0000;
}

.vertical-center-left {
    display: flex;
    justify-content: left;
    align-items: center;
}

.circle-desc {
    color: #818a91;
    font-size: 13px;
    font-weight: 500;
}

.circle-color-desc {
    margin: -5px 0 0 10px;
    color: #818a91;
    font-size: 13px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .navbar-nav .menu-item .nav-link {
        height: 75px;
        line-height: 55px;
    }
}

#smsModal .modal-dialog {
    margin-top: 110px;
}

.replyBox textarea {
    padding: 0 !important;
    box-shadow: unset !important;
    margin: 20px 0 0 0;
}

.replyButton {
    padding: 0 20px 5px 20px;
    margin: 20px 0 0 0;
}

.replyButton:hover {
    border: 1px solid #0068df !important;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    margin: 20px 0 0 0;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */
.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    border: 1px solid #0068df !important;
    color: #ffffff !important;
    background-color: #0068df !important;
}

.bg-position-top {
    background-position: top !important;
}

.phonePrepend {
    width: 50px;
    text-align: center;
    padding: 18px 0 0 16px;
    background-color: #f1f1f1;
    border-radius: 5px 0 0 5px;
    color: #6c758d;
    font-size: 15px;
    font-weight: 500;
}

#registerBtn_1 {
    height: 60px;
}

/* Dark Mode Css */
body.darkmode {
    background-color: #01263f !important;
}
body.darkmode .topBar {
    background-color: #00335f;
}
body.darkmode .topBar .headerContact i {
    color: #FFFFFF !important;
}
body.darkmode .topBar .topLanguage .blogLink i, body.darkmode .topBar .topLanguage .blogLink {
    color: #FFFFFF !important;
}
body.darkmode .profileForm input, body.darkmode .profileForm select {
    background-color: #00335f;
    color: #FFFFFF;
}
body.darkmode .card {
    background-color: #00335f;
}
body.darkmode .navbar-brand img {
    filter: brightness(0) invert(1);
}
body.darkmode .phoneGroup .input-group-text {
    background-color: #00335f !important;
    border: 0;
    border-right: 1px solid #0068df;
    color: #FFFF;
    padding: 0 10px 5px 10px;
}
body.darkmode .form-control:disabled, body.darkmode .form-control[readonly] {
    background-color: #00335f;
    opacity: .5;
}
body.darkmode .topLanguage button {
    color: #fff !important;
    background-color: #00335f !important;
    border-color: #00335f;
    border-left: 1px solid #041340 !important;
    border-right: 1px solid #051441 !important;
}
body.darkmode .headerSocialBox {
    border-left: 1px solid #051441;
    border-right: 1px solid #051441;
}
body.darkmode .headerSocialBox a {
    color: #fff !important;
}
body.darkmode .panel-table li {
    color: white;
}
body.darkmode .panel-desc-box p {
    color: white;
}
body.darkmode .panel-menu-box .sidenav {
    background-color: #00335f;
}
body.darkmode .panel-menu-box h6 {
    color: #fff;
}
body.darkmode .page-title {
    color: #fff;
}
body.darkmode .panel-menu-box .sidenav a, body.darkmode .dropdown-btn {
    color: #fff !important;
}
body.darkmode .panel-table {
    background-color: #00335f;
}
body.darkmode .talep-box h3, body.darkmode .talep-box span {
    color: #FFFFFF;
}
body.darkmode .homeDomainSearch {
    background-color: #002948 !important;
}
body.darkmode .homeDomainSearch input:focus {
    background-color: transparent;
    box-shadow: unset !important;
    color: white;
}
body.darkmode .navbar-nav .nav-link {
    color: #fff !important;
}
body.darkmode .mainMenu.fixed {
    background-color: #01263f !important;
}
body.darkmode footer {
    background-color: #00335f;
    border-bottom: 1px solid #01263f;
}
body.darkmode .newsletterBox {
    background-color: #01263f;
}
body.darkmode .newsletterBox .homeDomainSearch .form-group .input-group {
    background-color: #00335f;
}
body.darkmode .panel-table .table-header {
    color: #fff;
}
body.darkmode .panel-table thead th {
    color: #fff;
}
body.darkmode .panel-table p {
    color: #fff;
}
body.darkmode .panel-table tbody td {
    color: #fff;
}
body.darkmode .panel-table tbody th {
    color: #fff;
}
body.darkmode .mainMenu.hovered {
    background-color: #01263f !important;
}
body.darkmode input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}
body.darkmode input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}
body.darkmode input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}
body.darkmode input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}
body.darkmode input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}
body.darkmode input::placeholder {
    /* Most modern browsers support this now. */
    color: #fff;
}
body.darkmode .mega-menu .dropdown-menu {
    background-color: #01263f !important;
}
body.darkmode .mainMenu .menu-img img {
    filter: brightness(0) invert(1);
}
body.darkmode header .mega-menu .dropdown-menu .menu-desc h5 {
    color: #fff;
}
body.darkmode header .mega-menu .dropdown-menu .menu-desc p {
    color: #fff;
}
body.darkmode tbody tr:hover {
    background-color: #01263f;
    color: white;
}
body.darkmode .domainDetails p.text-dark-blue, body.darkmode .serverDetailOsBox, body.darkmode .VDSPageStatistics .progress-label, body.darkmode .vdsPanelFeaturesBox p {
    color: white !important;
}

body.darkmode .domainDetails p {
    color: #dadada;
}

body.darkmode form textarea {
    padding: 5px 15px !important;
    background-color: #04133f;
    color: white;
}

.server-title {
    color: #0068df;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.server-title-box {
    box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #0068df;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px 10px 15px 10px;
}

.server-title-box h5 {
    color: #051a58;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.server-title-box p {
    color: #051a58;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.server-desc-box {
    box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 15px 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.server-features-title {
    color: #051a58;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

.server-features-desc {
    color: #051a58;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}

.server-buy-btn {
    width: 100%;
    border-radius: 19px;
    color: white !important;
}

.server-buy-btn:hover {
    background-color: white;
    border: 1px solid #007bff;
    color: #007bff !important;
}

.coLocationPage h5 {
    font-size: 38px;
    color: #0068DF;
    font-weight: 700;
    margin-bottom: 30px;
}

.coLocationBox h5 {
    color: #051441;
    font-size: 21px;
    font-weight: 600;
}

.coLocationBox p {
    color: #051441;
}

.border-1px-solid {
    border: 1px solid;
}

#loginButton_1 {
    padding: 14px 15px;
}

.shoppingCartBtn {
    position: absolute;
    right: 15px;
    top: 35px;
    margin: 18px 0 0 0;
}

.shoppingCartBtn button {
    font-size: 14px;
    font-weight: 500;
}

.mainMenu.fixed .shoppingCartBtn {
    top: 0;
}

@media (max-width: 768px) {
    .shoppingCartBtn {display: none;}
}

.cart-dropdown {
    display: none;
    position: absolute;
    right: 0;
    width: 350px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / .5);
}

.shoppingCartBtn:hover .cart-dropdown {
    display: block;
}

.cart-dropdown-footer {
    padding: 10px 20px;
    background-color: #28a745;
    border-radius: 0 0 5px 5px;
}

.cart-dropdown-footer .btn {
    font-size: 12px;
    color: #051441 !important;
    font-weight: 500;
}

.cart-dropdown-inner {
    padding: 10px 20px;
}

.cart-dropdown-box p {
    color: #051441;
    font-weight: 600;
}

.cart-dropdown-box p.package-info {
    font-size: 12px;
    font-weight: 500;
}

.cart-dropdown-box {
    margin-bottom: 10px;
    width: 100%;
}

.osSelectPills .nav-link {
    font-size: 19px !important;
    font-weight: 600 !important;
    color: #a0a0a0 !important;
}

.osSelectPills .nav-link.active, .osSelectPills .show > .nav-link {
    color: #0068df !important;
    background-color: transparent !important;
}

.dataTables_length, .dataTables_filter {
    display: none;
}

.card-body .dataTables_wrapper {
    margin: -6px 0 0 0 !important;
}

.btn-dark-blue {
    background-color: #051A58;
    color: white;
}

.btn-dark-blue:hover {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}


.datatableSearch, .datatableSearch input {
    height: 42px;
}

.datatableSearch input {
    font-size: 14px;
}

.invoice-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background-color: rgb(0 123 255 / .5);
    color: white !important;
    padding: 15px 0;
}

tr.details {
    background-color: #0068df !important;
    color: white;
}

#datatable tbody tr.odd {
    background-color: #EFEFEF;
}
#datatable tbody tr.even {
    background-color: white;
}
#datatable thead tr {
    background-color: #051441;
    color: white;
}
#datatable thead tr th, table thead tr td {
    font-weight: 500;
    font-size: 12px;
}
#datatable tbody tr td {
    font-weight: 600;
    color: #051441;
    font-size: 14px;
}

#datatable tbody tr td:first-of-type {
    /*padding-top: 10px;
    text-align: center;*/
}
#datatable thead tr th:first-of-type, #datatable tbody tr td:first-of-type {padding-left: 15px;}
#datatable tbody tr td .badge {
    font-weight: 500;
    padding: 6px 5px 5px 5px;
    height: 27px;
    border-radius: 15px;
}
#datatable tbody tr td .btn {
    padding: 2px 8px 6px 8px !important;
    margin: 1px 0 0 0;
    border-radius: 15px;
    font-size: 11.5px;
}
#datatable tbody tr {
    height: 50px;
}
#datatable.dataTable thead td:after, table.dataTable thead td:before {
    display: none !important;
}
#datatable.dataTable thead td {
    text-align: center;
    padding: 0 15px;
}
.dataTables_wrapper .row:last-of-type {
    margin: -6px 0 0 0;
    background-color: #efefef;
    border-radius: 0 0 5px 5px;
    padding: 8px 0 10px 0;
}
.dataTables_info {
    font-size: 14px;
}
.paginate_button {
    width: 25px;
    height: 30px;
    text-align: center;
    padding: 0 0 7px 0;
}
.paginate_button.active {
    background-color: #0068DF;
    border-radius: 5px;
    color: white;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 5px !important;
}

.invoiceTable .badge {
    width: 90%;
}

.badge.badge-outlined {
    background-color: transparent;
    border: 1px solid;
}

.badge.badge-outlined.badge-default {
    border-color: #B0BEC5;
    color: #B0BEC5
}

.badge.badge-outlined.badge-primary {
    border-color: #2196F3;
    color: #2196F3
}

.badge.badge-outlined.badge-secondary {
    border-color: #323a45;
    color: #323a45
}

.badge.badge-outlined.badge-dark {
    border-color: #343a40;
    color: #343a40
}

.badge.badge-outlined.badge-success {
    border-color: #64DD17;
    color: #64DD17
}

.badge.badge-outlined.badge-warning {
    border-color: #FFD600;
    color: #FFD600
}

.badge.badge-outlined.badge-info {
    border-color: #29B6F6;
    color: #29B6F6
}

.badge.badge-outlined.badge-danger {
    border-color: #ef1c1c;
    color: #ef1c1c
}

.invoiceTable thead tr th:nth-of-type(5) {
    width: 90px;
}

.invoiceTable thead tr th, .invoiceTable thead tr td {
    height: 35px;
}

.invoiceTable tr.details .badge {
    border-color: white !important;
    color: white !important;
}

.invoiceTable tr.details .btn {
    background-color: white !important;
    color: #0068df !important;
}

.invoiceTable tbody tr.details td {
    color: #FFFFFF !important;
}

.invoiceTable input[type=checkbox] {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
}

.dataTables_wrapper .row:last-of-type {background-color: white !important;}

.domainPagePrices li {
    width: calc(100% / 8);
}

.homeDomainSearch .btn-secondary {
    margin-left: 15px !important;
    background-color: grey;
}

.domainTable {
    border-radius: 5px;
    overflow: hidden;
}

.domainTable .badge {
    padding: 6px 10px 10px 10px;
    border-radius: 20px;
    font-weight: 500;
}

.domainTable .bg-blue {
    border-radius: 5px 5px 0 0;
}

.domainTable .btn-outline-primary {
    border-radius: 20px;
    color: #007bff !important;
    font-weight: 500;
}

.domainTable .btn-outline-primary:hover {
    color: #FFFFFF !important;
}

#osSlider img {
    width: unset !important;
    margin: auto;
}

.osArrows button {
    padding: 0 20px !important;
    font-size: 30px !important;
}

.osTitle hr {width: 40%;}

#sozlezme {
    width: unset !important;
    height: unset !important;
}

.profileForm input, .profileForm select {
    padding: 0.375rem 0.75rem 11px 0.75rem;
    height: 50px;
    border: 1px solid #0068DF;
}

.phoneGroup {border: 1px solid #0068DF; border-radius: 3px;}
.phoneGroup input, .phoneGroup .input-group-prepend {border: 0 !important;}

.profileTabs {
    border: 0;
}

.profileTabs a {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0.5rem 1rem 13px 1rem;
    text-align: center;
    background-color: #E3E3E3;
    color: rgb(5 26 88 / .4) !important;
}

.profileTabs a.active {
    border: 1px solid #0068DF !important;
    background-color: #0068DF !important;
    color: white !important;
}

.additionAdd.active {
    pointer-events: none;
}

.locationBox .location-flag img {
    height: 29px;
}

.locationBox[data-id="123"], .locationBox[data-id="124"] {
    pointer-events: none;
    filter: opacity(0.5);
}

.serverTable tbody tr td:first-of-type {
    padding-top: 0 !important;
}

.serverTable tbody tr td:first-of-type span {
    float: unset !important;
}

.cart-detail-box {
    padding: 20px;
    border-radius: 0 0 5px 5px !important;
    background-color: #ececec !important;
}

.cartDetailBtn {
    cursor: pointer;
    color: #0068df;
}

@media (min-width: 768px) {
    #menu-button {display: none;}

    .invoiceLogo {border-right: 1px solid #ccc;}
}

@media (max-width: 768px) {
    .menu-img {
        width: 15%;
        margin: 5px 5% 0 0;
    }
    .menu-desc h5 {
        font-size: 14px;
    }
    .menu-desc p {
        font-size: 12px;
    }
    .invoiceLogo {border-bottom: 1px solid #ccc;}
    .menu-img img {
        filter: brightness(0) invert(1);
    }
    .menu-desc {width: 80%;}
}

.invoiceButtons button {
    border-radius: 20px;
}

.invoiceBox {
    border: 1px solid #0068df;
    padding: 20px;
    border-radius: 3px;
}

#paymentCard {
    box-shadow: 0 0 3px #69afff;
}

#paymentMethod {
    appearance: auto;
    padding: 0 0 6px 5px;
    font-size: 14px;
    background-color: #69AFFF;
    border: 0;
    color: white;
}

.invoiceBox table {margin: -1px 0 0 0;}

.invoiceBox .blue-border {
    border-color: #0068df !important;
}

.datatableSearch input, .datatableSearch .input-group-text {
    background-color: #69AFFF;
    color: white !important;
    border: 0;
}

.datatableSearch input::-webkit-input-placeholder { /* Edge */
    color: white;
}

.datatableSearch input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.datatableSearch input::placeholder {
    color: white;
}

.datatableSearch input:focus {
    background-color: #69AFFF;
}

.addressBox {
    position: relative;
    padding: 15px 15px 25px 15px;
}

.addressBox.blue-border {border-color: #0068df !important;}
.addressBox.green-border {border-color: #28a745 !important;}

.addressBox button {
    position: absolute;
    bottom: 0;
    padding: 0 10px 5px 6px;
    font-size: 13px;
    width: 50%;
}

.addressBox button:first-of-type {
    left: 0;
    border-radius: 0 !important;
}
.addressBox button:last-of-type {
    right: 0;
    border-radius: 0 !important;
}

hr.profileHr {
    border-color: #0068df;
}

#newAddress .modal-dialog {
    margin-top: 130px;
}

.KrediLog tbody tr td .btn {
    font-size: 10.5px !important;
}

.topLanguage .blogLink {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #818a91 !important;
}

.topLanguage .blogLink i {
    color: #180d5b !important;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .mm-menu.mm-offcanvas.mm-opened {
        z-index: 9999999;
    }
    .navbar-nav .nav-link {
        color: #FFFFFF !important;
    }
    .mm-menu .mmenu-trigger{
        display: none !important;
    }
    .mm-menu a.mega-menu-item {
        color: white !important;
        border-bottom: 1px solid #404040;
    }
    .mm-panel.mm-hasnavbar .col-md-8, .mm-panel.mm-hasnavbar .row.p-3, .mm-panel.mm-hasnavbar .col-md-6 {
        padding: 0 !important;
    }
    .footBar .footLogo {
        margin-top: 10px;
    }
    .footBar .col-md-6:last-of-type .headerSocialBox {
        padding: 5px 0 0 0 !important;
        width: 100%;
        font-size: 13px;
    }
    .footBar .col-md-6:last-of-type .headerSocialBox li {
        width: 50%;
        float: left;
    }
    .footBar .topLanguage {
        width: 50%;
    }
    #copyRightText {
        margin-bottom: 10px !important;
        margin-left: 0;
    }
    .domainForm .input-group-append {
        width: 100%;
        margin: 10px 0 0 0;
        justify-content: center;
    }
    .domainForm input {
        text-align: center ;
    }
    .webhostingslider .ui-slider-pip, .bayihostingslider .ui-slider-pip {top: 26px;}
    .webhostingslider .ui-slider-handle, .bayihostingslider .ui-slider-handle {top: 2px;}

    .periodBox, .standart-configuration {margin-bottom: 15px;}
    .ramBox {margin-bottom: 5px;}
}

.loginOverlayBox {
    background-color: #2B237C;
    height: 500px;
    left: 0;
    top: 210px;
}

.countdown {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #051441;
}

#smsControl p {
    font-size: 14px;
}

#cpu_select {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0 0 6px 10px;
    height: 57px;
    color: #051a58;
    font-size: 18px;
    font-weight: 500;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    position: relative;
}

@media (max-width: 768px) {
    .invoice-img {margin: 10px 0 0 0;}
    .invoice-img img {height: 70px;}
    .invoice-hover {padding: 8px 0 !important;}
    .panel-head {padding: 15px 0 !important;}
}

#cpuSelect {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 14px 15px 20px 15px;
    color: #051a58;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.cpuSelectBox .dropdown-menu {width: 100%;}
.cpuSelectBox .dropdown-menu h5 {cursor: pointer;}

#cpuSelect.dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 28px;
}

.cpuSelectBox .dropdown-menu {padding: 0;}

.cpuSelectBox h5.cpuSelect.dropdown-item {
    box-shadow: unset;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 7px 15px 20px 15px;
    margin: 0;
}

#kvkkBox {
    padding: 20px;
    position: fixed;
    left: 25px;
    bottom: 25px;
    width: 25%;
    border-radius: 25px;
    background-color: whitesmoke;
    z-index: 99;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    color: #051441;
}

#topButton {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    padding: 0 0 7px 0;
    z-index: 99;
}

@media (max-width: 768px) {
    #kvkkBox {width: 90%;}
    #topButton {
        bottom: 100px;
        right: 27px;
    }
}

#shareButton {margin: -5px 0 0 0;}

#shareModal .mt-100 {
    margin-top: 100px
}

#shareModal {
    margin-top: 130px;
}

#shareModal .modal-title {
    font-weight: 900
}

#shareModal .modal-content {
    border-radius: 13px
}

#shareModal .modal-body {
    color: #3b3b3b
}

#shareModal .img-thumbnail {
    border-radius: 33px;
    width: 61px;
    height: 61px
}

#shareModal .fab:before {
    position: relative;
    top: 13px
}

#shareModal .smd {
    width: 200px;
    font-size: small;
    text-align: center
}

#shareModal .modal-footer {
    display: block
}

#shareModal .ur {
    border: none;
    background-color: #e6e2e2;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

#shareModal .cpy {
    border: none;
    background-color: #e6e2e2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer
}

#shareModal button.focus,
#shareModal button:focus {
    outline: 0;
    box-shadow: none !important
}

#shareModal .ur.focus,
#shareModal .ur:focus {
    outline: 0;
    box-shadow: none !important
}

#shareModal .message {
    font-size: 11px;
    color: #ee5535
}

#shareModal .ur {
    height: 40px;
    width: 93%;
    padding: 0 0 6px 15px;
}

.osBox.not-allowed {
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(1);
}

body.darkmode .addressBox h6, body.darkmode .addressBox p {color: #FFFFFF !important;}

.osBox img {
    max-width: 50px;
}

.minCpu {
    position: absolute;
    width: 100%;
    top: 47%;
    font-size: 14px;
    padding: 2px 0 7px 0;
    color: white;
    background-color: #d60a2e;
    text-align: center;
}

#iptalModal {margin-top: 120px;}

.iptalModalOpen {cursor: pointer;}

.loginPageButton {
    color: #2b237c !important;
    font-weight: 500;
}

.loginPageButton:hover {
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    background-color: transparent;
}

#sozlesmeModal {
    height: 600px;
    margin-top: 130px;
}

#sozlesmeModal.termsBox p {
    font-size: 14px !important;
}

.mm-navbar__breadcrumbs {
    padding: 7px 0 0 0 !important;
}

.mm-btn_close {
    text-align: center !important;
    padding: 8px 0 0 0 !important;
    border-left: 1px solid #3c3c3c;
}

@media (max-width: 768px) {
    table .dropdown-item {
        width: 100% !important;
        margin: 0 !important;
    }
}

#datatable_wrapper > .row:last-of-type {
    background-color: #00335f !important;
    color: white;
    padding-left: 15px;
}

.customerInfoCard {
    padding: 13px 15px 8px 15px;
    height: 70px;
    border: 1px solid #0068df;
    border-radius: 5px;
}

.pt-6 {padding-top: 6px;}

.nightModeBox span {
    font-size: 14px;
    margin: -3px 0 0 0 !important;
    display: block;
}

.nightModeBox button {
    text-align: right;
    font-weight: 600;
    font-size: 13px;
}
body.darkmode .nightModeBox span, body.darkmode .customerInfoCard p {color: white;}
@media (min-width: 768px) {
    .nightModeBox {
        text-align: right;
        margin-top: 2px;
    }
    .customerInfoCard .border-right-1-ccc, .customerInfoCard .border-right-1-ccc {
        border-right: 1px solid #cccc;
    }
}

.addCreditBtn {
    padding: 8px 15px 0 15px;
    color: white;
}

.addCreditBtn a {font-size: 14px;}

#addCreditModal, #changeHostnameModal, #changePasswordModal {margin-top: 130px;}

#addCreditModal input, #changeHostnameModal input {padding: 0 0 6px 15px;}

#addCreditModal .input-group-text {
    padding: 0 10px 5px 10px;
    font-weight: 600;
}

body.darkmode #addCreditModal .modal-content, body.darkmode #changeHostnameModal .modal-content, body.darkmode #changePasswordModal .modal-content {background-color: #00335f;}
body.darkmode #addCreditModal .modal-title, body.darkmode #addCreditModal label, body.darkmode #changeHostnameModal .modal-title, body.darkmode #changeHostnameModal label, body.darkmode #changePasswordModal p, body.darkmode #changePasswordModal .modal-title {color: white;}
body.darkmode #addCreditModal input, body.darkmode #changeHostnameModal input {
    background-color: #030a21;
    border: 1px solid #003e80;
    color: white;
}
body.darkmode #addCreditModal .input-group-text, body.darkmode #changeHostnameModal .input-group-text {
    background-color: #030a21;
    border: 1px solid #003e80;
    color: white;
}
body.darkmode .panel-table hr {
    border-top: 1px solid #f8f9fa;
}

body.darkmode .invoiceCard {
    background-color: #00335f !important;
    color: white !important;
}

body.darkmode .invoiceLogo {filter: brightness(0) invert(1);}

body.darkmode .invoiceBox .text-muted, body.darkmode .invoiceBox .table td {color: white !important;}

body.darkmode .invoiceBox .invoiceButtons button {
    color: white;
    border-color: white;
}

body.darkmode .invoiceSeperator {border-color: white;}

#darkModeItem .custom-switch {
    padding: 5px 0 0 7px;
    color: white;
    text-align: center;
}

#darkModeItem .custom-switch span {display: inline-block;}
#darkModeItem .custom-switch label {
    display: inline-block;
    margin-left: 44px;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {top: 8px;}
.custom-control-input:checked ~ .custom-control-label::before {margin: 2px 0 0 0;}
.custom-switch .custom-control-label::before {margin: 2px 0 0 0;}
.custom-switch .custom-control-label::after{top:8px;}

.darkModeIcon {color: #051a58;}
body.darkmode .darkModeIcon {color: #FFFFFF;}

#rdnsModal {margin-top: 100px;}

td:has(.invoiceDesc) {
    padding: 0 !important;
}

#selectedFiles {
    padding: 15px 0 0 15px;
    color: white;
}

.supportCard.customer hr {
    border-color: #69afff;
}

.supportCard.personal hr {
    border-color: #22b04e;
}

body.darkmode .replyBox h5, body.darkmode .supportCard .card-body, body.darkmode .supportCard .card-body p {color: white;}

.replyBox #editor {color: white;}
.replyBox #editor:focus {background-color: #04133f;}

body.darkmode .ticketChangeStatusBox p {color: white;}
body.darkmode #mesaj:focus {background-color: #04133f;color: white;}
body.darkmode select, body.darkmode select:focus {
    background-color: #04133f;
    color: white !important;
}
body.darkmode select + i.fa {color: white !important;}


/* remove the original arrow */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

select + i.fa {
    float: right;
    margin-top: -37px;
    margin-right: 5px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    pointer-events: none;
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    background-color: transparent;
    color:black!important;
    padding-right: 15px;
}

select option{
    padding-right: 21px;
}

.supportCard .card-header {cursor: pointer;}

.paymentButton #creditAmount, .paymentButton .input-group-text {padding: 0 10px 5px 10px;}

.gatewayDesc .alert {padding-top: 6px;}

.gatewayDesc .alert .close {
    position: absolute;
    right: 8px;
    top: 0;
}

#cancelModal {margin-top: 130px;}

.ticket_breadcrumb li {
    line-height: 10px;
    padding-bottom: 7px;
    font-weight: 500;
}

.ticket_breadcrumb .breadcrumb-item::before {
    color: #0068df !important;
}

body.bg-white #selectedFiles {
    color: #097bc5;
}

@media (max-width: 768px) {
    .customerInfoCard {
        height: unset !important;
    }
}

.tox-tinymce {
    border-radius: 5px;
}

.os_img {max-height: 60px;}

body.bg-white .vdsOsBox p {
    color: #051a58 !important;
}

body.darkmode .vdsOsBox p {
    color: #ffffff !important;
}