.wph-order .input-hostname {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f1f1f1;
    border: 1px solid #a0a0a0;
    border-radius: 1.5625rem;
    padding-left: 0.5rem;
    overflow: hidden;
    font-family: sans-serif;
}

.wph-order .input-hostname .prefix {
    margin-left: 0.6rem;
    font-weight: 300;
    font-size: 14px;
    color: #000;
}

.wph-order  .input-hostname input {
    flex-grow: 1;
    font-size: 14px;
    background: #f1f1f1;
    border: none;
    outline: none;
    padding: 0.5rem;
    border-radius: 1.5625rem;
}
.wph-order  .input-hostname:focus-within {
    border-color: #777;
}


.wph-order .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1% !important;
    margin-bottom: 0;
}
.wph-order .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.wph-order  .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wph-order  .input-group>button {
    margin: 0;
    width: auto !important;
    height: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.wph-order ::placeholder{
    color: #cacaca !important;
}

.wph-order  .orderImages .radio {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
}
.wph-order  .orderImages .input-wrap input {
    display: none;
}
.wph-order  .orderImages .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wph-order  .orderImages .input-wrap span.radio {
    position: relative;
    margin-right: 1.875rem;
}
.wph-order  .orderImages .radio {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
}
.wph-order  .orderImages .input-wrap span.radio label {
    padding-left: 1.875rem;
    font-weight: 700;
    font-size: 1.125rem;
    -webkit-transform: translateY(0.375rem);
    transform: translateY(0.375rem);
    cursor: pointer;
}
.wph-order  .orderImages .input-wrap span.radio label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 0.9375rem;
    border: 0.0625rem solid #dbdce2;
    background-color: #fff;
    pointer-events: none;
}
.wph-order .orderImages .input-wrap input:checked+span.radio label:after {
    opacity: 1;
}
.wph-order .orderImages .input-wrap span.radio label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.625rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 0.375rem;
    width: 0.375rem;
    border-radius: 100%;
    background-color: #262e8c;
    opacity: 0;
    pointer-events: none;
}

.wph-order .selPackage {
}

.wph-order .packageActive {
    transition: all .3s ease;
    /*
    outline: 2px solid #c50a87;
    */
    box-shadow: 0 .5rem 1rem rgba(197, 10, 135,.50)!important;
}

.wph-order .package {  
    background: linear-gradient(200deg,#293196,#0d0e2c 20%);
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgb(1 0 0 / 15%);
    box-shadow: 0 0.1875rem 1.25rem 0 rgb(1 0 0 / 15%);
    padding: 1.3rem;
    color: #fff;
    align-items: center;
    text-align: center;
    width: 100%;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}
.wph-order .package h3 {
    font-size: 2.1875rem;
    line-height: inherit;
    margin: 0;
    margin-bottom: 1rem;
}
.wph-order .package h3 small {
    color: #c50a87;
    font-weight: 600;
    font-size: 1.125rem;
    -webkit-transform: translateY(0.375rem);
    transform: translateY(0.375rem);
    line-height: 1.5rem;
    min-height: 1.5rem;
}
.wph-order .package p {
    margin-bottom: 1rem;
    color: #fff;
}
.wph-order .package .price {
    font-size: 1.5rem;
}
.wph-order .package .price span {
    font-weight: 800;
    color: #c50a87;
}
.wph-order .package .price small {
    font-weight: 400;
    line-height: 3rem;
    font-size: 75%;
}


.wph-order .package  .package-badge {

}
.wph-order .package .package-badge::after {
    content: "";
    z-index: 1;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    width: 120px;
    display: block;
    background: #da72d7;
    background: linear-gradient(#c50a87 0%,#a80973 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 20px;
    right: -30px;
    clip-path: polygon(120px 20px,90px -10px,30px -10px,0px 20px,10px 30px,110px 30px);
}
.wph-order .package .package-badge::before {
    content: " ";
    position: absolute;
    z-index: -1;
    overflow: hidden;
    transform: rotate(-135deg);
    display: block;
    background: #da72d7;
    background: linear-gradient(#c50a87 0%,#a80973 100%);
    box-shadow: 0 3px 10px -5px #000;
    top: 34px;
    right: -16px;
    height: 20px;
    width: 120px;
    box-sizing: border-box;
    clip-path: polygon(120px 20px,90px -10px,30px -10px,0px 20px,10px 30px,110px 30px);
}
.wph-order .package .package-badge.best::after{
    content: "Oblíbený";
}
.wph-order .package .package-badge.lower::after{
    content: "Nejlevnější";
}
.package .package-badge.hight::after{
    content: "Nejdražší";
}


.wph-order .clickAvailable {
    cursor: pointer;
}

.wph-order .text-end, .text-right {
    text-align: right!important;
}
.wph-order .text-center {
    text-align: center!important;
}
.wph-order .justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.wph-order .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.wph-order .align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.wph-order .justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.wph-order .justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.wph-order .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.wph-order .table.table-borderless {
    background-color: transparent !important;
}
.wph-order .table.table-borderless tr,
.wph-order .table.table-borderless tr:nth-child(2n+1) {
    background-color: transparent !important;
}
.wph-order .table.table-borderless tr td {
    background-color: transparent !important;
}


.wph-order .tarifsMark {
    display: block;
    position: absolute;
    top: 110%;
    background: #262e8c;
    font-size: 14px;
    padding: 3px 5px;
    border-radius: 4px;
    color: #fff;
}

.wph-order .new-card {
    background-color: #fff;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgb(1 0 0 / 15%);
    box-shadow: 0 0.1875rem 1.25rem 0 rgb(1 0 0 / 15%);
    padding: 3rem 2rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.wph-order .new-card label {
    font-weight: bold;
    margin-bottom: 0;
}
.wph-order .new-card label>span {
    font-size: 150%;
    color: #c50a87;
}

.wph-order .form-control {
    flex-grow: 1;
    font-size: 14px;
    width: 100%;
    box-shadow: 0 0 0 0.0625rem #dbdce2;
    border: none;
    background-color: #f1f1f1;
    border: none;
    outline: none;
    padding: 0.5rem 1rem;
    border-radius: 1.5625rem;
}

.wph-order .form-error {
    height: 0;
    position: relative;
}
.wph-order .form-error .error-s {
    position: absolute;
    padding: 0.125rem 0.375rem 0;
    display: block;
    left: 0;
    top: 0;
    white-space: nowrap;
    border-radius: 0.1875rem;
    color: #fff;
    font-family: verdana;
    letter-spacing: -0.0625rem;
    font-size: 0.75rem;
    background: #c92a2a;
    z-index: 98;
    left: 10%;
    font-size: 1rem;
    top: -0.125rem;
}
.wph-order .form-error .error-s:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -0.3125rem;
    left: 0.625rem;
    border-color: transparent transparent #c92a2a;
    border-style: solid;
    border-width: 0 0.3125rem 0.625rem;
    top: -0.5625rem;
}


.wph-order .alert {
    padding: 1rem;
    border-radius: 25px;
    background-color: #b63027;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}
.wph-order .alert h3 {
    margin-top: 0;
}
.wph-order .alert p {
    color: white;
    margin: 0;
}
  
.wph-order .alert.success {background-color: #04AA6D;}
.wph-order .alert.info {background-color: #2196F3;}
.wph-order .alert.warning {background-color: #ff9800;}

/*!Ion.RangeSlider, 2.3.0, © Denis Ineshin, 2010 - 2018, IonDen.com, Build date: 2018-12-11 23:23:51*/
.wph-order .irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
.wph-order .irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}
.wph-order .irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}
.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}
.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}
.irs-handle.type_last {
    z-index: 2;
}
.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
}
.irs-min {
    left: 0;
}
.irs-max {
    right: 0;
}
.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    z-index: 1;
    bottom: -10px;
    left: 0;
    cursor: default;
    white-space: nowrap;
}
.irs-grid {
    position: absolute;
    z-index: 0;
    display: none;
    bottom: -5%;
    left: 0;
    width: 100%;
    height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}
.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}
.irs-disabled {
    opacity: 0.4;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs--round {
    height: 50px;
}
.irs--round.irs-with-grid {
    height: 65px;
}
.irs--round .irs-line {
    z-index: 1;
    top: 36px;
    height: 10px;
    background-color: #dee4ec;
    border-radius: 4px;
}
.irs--round .irs-bar {
    z-index: 1;
    top: 36px;
    height: 10px;
    background: rgb(8,11,35);
    background: linear-gradient(128deg, rgba(109, 224, 246, 1 ) 0%, rgba(41,49,150,1)  100%);
}
.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
    height: 10px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #c50a87;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #c50a87;
    color: white;
    border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #c50a87;
}
.irs--round .irs-grid {
    height: 25px;
}
.irs--round .irs-grid-pol {
    background-color: #dedede;
}
.irs--round .irs-grid-text {
    color: #0f133b;
    font-size: 13px;
    font-weight: bold;
}


.wph-order div.customPanel {
    background-color: #fff;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgb(1 0 0 / 15%);
    box-shadow: 0 0.1875rem 1.25rem 0 rgb(1 0 0 / 15%);
    padding: 3.5rem 2.5rem;
}


.wph-order button.wphOrder   {
    margin: 0;
    margin-top: 3rem;
    display: inline-block;
    position: relative;
    z-index: 10;
    background-color: #c50a87;
    color: #fff;
    height: 3.75rem;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 1.875rem;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    border: none;
    outline: none;
    font-family: Encode Sans Condensed,sans-serif;
    padding: 1.1875rem 2.25rem;
    font-size: 1.25rem;
}


.wph-order div.serverConfig {
    padding-bottom: 3rem;
}

.wph-order div.serverPrice {
    padding-bottom: 3rem;
}
.wph-order div.serverPrice::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 0;
}

.wph-order div.serverName {
    padding-bottom: 3rem;
}
.wph-order div.serverName::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 0;
}