/* custom css */

.btn-txt-spacing {
    letter-spacing: 2px !important;
}


/* container page */


/* .member-page {
    padding: 50px;
} */

.space-100 {
    margin-right: 100px;
}

.divider-line::after,
.divider-line::before {
  content: "";
  border: 1px solid gray;
  flex: 1;
}
/* custom boostrap radio checked color */

.custom-radio-btn {
    margin-bottom: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
}

.custom-radio-btn .checkmark {
    width: 16px;
    height: 16px;
    background-color: #707070;
    border-radius: 50%;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.custom-radio-btn .round {
    width: 16px;
    height: 16px;
    position: absolute;
    border: 1px solid #707070;
    border-radius: 50%;
    display: inline-block;
    opacity: 1;
}

.custom-radio-btn input {
    display: none;
}

.custom-radio-btn input:checked+.checkmark {
    opacity: 1;
}

.hr {
    margin: 30px 0;
    color: #707070;
}

.title-horizontal-center {
    display: flex;
    justify-content: right;
    align-items: center;
}

.custom-icon-select {
    background-repeat: no-repeat;
    background-size: 10px;
    -webkit-appearance: none;
    background-image: url(../images/sort-down.png);
    background-position: 94% center;
}

@media (max-width: 768px) {
    .title-horizontal-center {
        justify-content: left;
    }

    .screen-title {
        margin-bottom: 10px;
    }

    .screen-title .export-user-list {
        padding: 7px 20px !important;
    }
}

.connect-postcode {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

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


.member-page input[type=number] {
    -moz-appearance: textfield;
}
/* ========================ZIP CODE ========================== */
.zip-code-region .t-label {
    width: 30px;
}
.zip-code-region .postal-code {
    width: 120px;
}
.zip-code-region .address1 {
    width: 150px;
    margin-top: 15px;
}

/* ======================== Custom check box ========================== */
.custom-checkbox-btn {
    margin-bottom: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.custom-checkbox-btn .checkmark-cb {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #707070;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: white;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
}

.custom-checkbox-btn .square {
    width: 16px;
    height: 16px;
    position: absolute;
    border: 1px solid #707070;
    display: inline-block;
    opacity: 1;
}

.custom-checkbox-btn input {
    display: none;
}

.custom-checkbox-btn input:checked+.checkmark-cb {
    opacity: 1;
}

.area-input{
    resize: none;
    height: 100px !important;
}

.withdrawn {
    border: 4px solid #ff0000;
    padding: 4px 0.75rem;
    border-radius: 0;
    pointer-events: none;
    color: #ff0000;
    font-weight: bolder;
}
