.i-asiatech-cloud-vps-shipping span {
    unicode-bidi: plaintext;
}
.i-asiatech-cloud-vps-shipping .traffic-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.i-asiatech-cloud-vps-shipping .traffic-box i:not(.fa-plus,.fa-minus) {
    margin-right: 10px;
    font-size: 20px;
}

.i-asiatech-cloud-vps-shipping .traffic-box .traffic-upload {
    color: #28a745;
}

.i-asiatech-cloud-vps-shipping .traffic-box .traffic-download {
    color: #dc3545;
}

.i-asiatech-cloud-vps-shipping .traffic-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.i-asiatech-cloud-vps-shipping .traffic-counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.i-asiatech-cloud-vps-shipping .traffic-counter input {
    width: 125px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
}

.i-asiatech-cloud-vps-shipping .traffic-counter button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #dc3545;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.i-asiatech-cloud-vps-shipping .traffic-counter button:hover {
    background-color: #b02a37;
}

.i-asiatech-cloud-vps-shipping .traffic-cost {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.i-asiatech-cloud-vps-shipping .os-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
}

.i-asiatech-cloud-vps-shipping .os-option {
    flex: 1 1 calc(50% - 15px);
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
}

.i-asiatech-cloud-vps-shipping .os-option img {
    margin-bottom: 10px;
    width: 64px;
    height: 64px;
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.i-asiatech-cloud-vps-shipping .os-option.selected {
    border-color: #007bff;
    background-color: #eef5ff;
}

.i-asiatech-cloud-vps-shipping .os-option.selected img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.i-asiatech-cloud-vps-shipping .os-option h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
}

.i-asiatech-cloud-vps-shipping .os-option select {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 0.3s ease;
    display: none;
    text-align: center;
}

.i-asiatech-cloud-vps-shipping .os-option select:focus {
    border-color: #007bff;
    outline: none;
}

.i-asiatech-cloud-vps-shipping .os-option select option {
    padding: 10px;
    font-size: 14px;
}

.i-asiatech-cloud-vps-shipping .os-option select::-ms-expand {
    display: none;
}

.i-asiatech-cloud-vps-shipping .os-option.selected select {
    display: block;
}

.i-asiatech-cloud-vps-shipping .configoptions {
    border: 1px solid #e1e1e1;
    padding: 20px;
    border-radius: 10px;
    background: #f7fafc;
    margin-bottom: 20px;
}

.i-asiatech-cloud-vps-shipping .config-section {
    margin-bottom: 15px;
}

.i-asiatech-cloud-vps-shipping .config-section label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}


/* استایل بکاپ */
.i-asiatech-cloud-vps-shipping .backup-options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.i-asiatech-cloud-vps-shipping .backup-card {
    margin-left: 0 !important;
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 8px;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    transition: border-color 0.3s ease, background 0.3s ease;
    margin-bottom: 15px;
}

.i-asiatech-cloud-vps-shipping .backup-card i {
    font-size: 30px;
    color: #4caf50;
    margin-bottom: 8px;
}

.i-asiatech-cloud-vps-shipping .backup-card span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    font-weight: bold;
}

.i-asiatech-cloud-vps-shipping .backup-card.selected {
    border-color: #4caf50;
    background: #e8f5e9;
}
.i-asiatech-cloud-vps-shipping .backup-card input[type=radio], .backup-card .iradio_square-blue {
    display: none !important;
}


.i-asiatech-cloud-vps-shipping .price-slider {
    display: flex;
    align-items: center;
    gap: 15px;
}


.i-asiatech-cloud-vps-shipping .price-slider span {
    font-weight: bold;
    width: 60px;
    text-align: center;
}
.i-asiatech-cloud-vps-shipping .disk-space-slider input[type="range"] {
    flex: 1;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    border-radius: 5px;
    background: #ddd;
    transition: background 0.3s ease;
}

.i-asiatech-cloud-vps-shipping .disk-space-slider input[type="range"]:focus {
    outline: none;
}

.i-asiatech-cloud-vps-shipping .disk-space-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #4caf50;
    border-radius: 50%;
    cursor: pointer;
}

.i-asiatech-cloud-vps-shipping .disk-space-slider input[type="range"]:hover {
    background: #3e8e41;
}

.i-asiatech-cloud-vps-shipping .slider-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.i-asiatech-cloud-vps-shipping .slider-section input[type="range"] {
    flex: 1;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    border-radius: 5px;
    background: #ddd;
    transition: background 0.3s ease;
}

.i-asiatech-cloud-vps-shipping .slider-section input[type="range"]:focus {
    outline: none;
}

.i-asiatech-cloud-vps-shipping .slider-section input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #4caf50;
    border-radius: 50%;
    cursor: pointer;
}

.i-asiatech-cloud-vps-shipping .slider-section input[type="range"]:hover {
    background: #3e8e41;
}

.i-asiatech-cloud-vps-shipping .slider-section span {
    font-weight: bold;
    width: 60px;
    text-align: center;
}

.i-asiatech-cloud-vps-shipping .price-display {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #0078d7;
    display: flex;
    justify-content: space-between;
}


.i-asiatech-cloud-vps-shipping .slider-container {
    flex: 1;
    position: relative;
    margin: 20px 0;
}

.i-asiatech-cloud-vps-shipping .slider-container input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #ddd;
    outline: none;
    margin: 10px 0;
}

.i-asiatech-cloud-vps-shipping .slider-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #4caf50;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.i-asiatech-cloud-vps-shipping .slider-container .slider-track {
    height: 8px;
    border-radius: 5px;
    background: #4caf50;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.i-asiatech-cloud-vps-shipping .slider-container .slider-scale {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 100%;
    margin-top: 5px;
}

.i-asiatech-cloud-vps-shipping .slider-container .slider-scale span {
    font-size: 12px;
    color: #666;
    text-align: center;
    flex: 1;
    cursor: pointer;
}

.i-asiatech-cloud-vps-shipping .slider-container .slider-scale span:hover {
    color: #4caf50;
    font-weight: bold;
}