/* copied from css/settings.css */
.wrapper {
    display: flex;
    justify-content: center
}

.form {
    width: 500px;
    min-height: 420px;
    color: #fff;
    /*background: url('../images/form-1.webp');*/
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    position: relative
}

.form .preloaderForm {
    position: absolute
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 20px;
    aspect-ratio: 1
}

.leftcol {
    width: 40%;
    text-align: right;
    font: 400 24px/1.5em Inter;
    position: relative
}

.leftcol::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 95%;
    background: #F0F0F0;
    filter: blur(2px)
}

.leftcol div:first-child {
    margin-top: 50px;
}

.leftcol div {
    padding: 0 32px;
    cursor: pointer
}

.leftcol div.active {
    color: #00E0FF;
    position: relative
}

.leftcol div.active::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    height: 24px;
    width: 4px;
    background: #00E0FF
}

.rightcol {
    width: 60%;
    font: italic 400 14px/1.5em Inter;
    padding: 0 16px
}

.sub-wrapper {
    margin-top: 50px
}

.sub-wrapper > div {
    margin-bottom: 15px
}

label {
    text-align: right;
    width: 90px;
    display: inline-block;
    margin-right: 12px;
    flex-shrink: 0
}

.row {
    display: flex;
    align-items: center;
}

.row input:not(input[type=checkbox]), .custom-file-upload {
    width: 150px;
    height: 40px;
    background: #051C39;
    border: 1px solid #047ADD;
    padding: 0 8px;
    color: #fff;
    font: italic 400 14px/1.5em Inter
}

.row input::placeholder {
    font: italic 400 14px/1.5em Inter;
    color: #fff;
    opacity: 1
}

.row input:focus {
    outline: none
}

.settings__label {
    font: italic 400 14px/1.5em Inter
}

.file-row {
    display: flex;
    align-items: center
}

.file-row p:not(.file-name) {
    width: 90px;
    text-align: right;
    margin-right: 15px
}

.custom-file-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: unset
}

.custom-file-upload label {
    width: unset;
    font-size: 10px;
    margin: unset
}

input[type=file] {
    display: none
}

.file-name {
    width: 150px;
    word-wrap: break-word;
}

button {
    margin: .5rem 0 0 auto;
    text-align: center;
    padding: 0 8px;
    display: block;
    height: 40px;
    /* width: 100px; */
    font-style: italic;
    background: #033532;
    border: none;
    color: white;
    cursor: pointer;
    transition: all 0.1s ease-in-out
}

/* Privacy tab CSS start  */

.privacy__wrapper .row {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.custom-checkbox {
    width: unset;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
  
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    aspect-ratio: 1;
    background: #011326;
    border: 1px solid #1B74CD;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #023361;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
    display: block
}

.custom-checkbox .checkmark:after {
    left: 5px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sub__row p:first-child {
    font-style: normal;
}

.sub__row p:last-child {
    font-size: 8px
}

/* Privacy tab CSS end  */

/* Billing tab CSS start  */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield
}

.img-container {
    margin-top: 4px
}

.img-container img {
    height: 20px;
    margin-right: 8px
}

.autorenew-row {
    display: flex
}

.autorenew-container {
    display: flex;
    align-items: center;
    gap: 8px
}

.autorenew-row input {
    display: none
}

.autorenew-container input:checked + label {
    font-weight: 700;
    color: white
}

.autorenew-row label {
    width: unset;
    cursor: pointer
}

.autorenew-container input {
    cursor: pointer
}

.autorenew-container label {
    color:white;
}

.selectsub-wrapper {
    display: flex;
    gap: 12px
}

.selectsub-wrapper > p {
    text-align: right;
    width: 90px;
    flex-shrink: 0
}

.subfee {
    margin-bottom: 1rem
}

.subfee label {
    width: 100%;
    text-align: left
}

.subfee div {
    display: flex;
    align-items: center;
    gap: 1rem
}

.subfee input {
    display: none
}

.subfee span {
    color: white;
    display: block
}

.custom-radio label {
    background: #091f35;
    border: none;
    border-radius: 10px;
    border: 2px solid hsl(196deg, 100%, 47%);
    color: hsl(196deg, 100%, 47%);
    padding: .5rem;
    cursor: pointer
}

.custom-radio input:checked + label {
    border: 2px solid hsl(196deg, 100%, 90%)
}