.signup-body{
    background-color: #242F3D !important;
}

.signup-box{
    background-color: #1C2531 !important;
    border: none !important;
}

.signup-input{
    background-color: #1C2531 !important;
    border-color: #505964 !important;
    color: rgb(255, 255, 255) !important;
}

.signup-select{
    background-color: #1C2531 !important;
    border-color: #505964 !important;
    color: rgba(255, 255, 255) !important;
}

.signup-input::placeholder{
    color: #949da9 !important;
}

.text-wh{
    color: rgb(255, 255, 255) !important;
}

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

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

.formlabel {
    text-align: left !important;
    display: block !important;
    margin-bottom: 2px !important;
    color: #636f7d !important;
}

.termsText{
    color: #8798ab !important;
    font-weight: 700 !important;
}

.eyeSize{
    position: absolute !important;
    top: 30px !important;
    right: 5px !important;
}

#country {
    color: green;
}

.error-span{
    color: red !important;
    position: relative !important;
    top: 8px !important;
    float: right !important;
}

.profile-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}

.profile-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.detail-label {
    font-weight: 600;
    color: #777777;
    font-size: 0.95em;
}

.detail-value {
    font-weight: 700;
    font-size: 1em;
    color: #333333;
}

.badge-profile {
    padding: 5px 15px;
    font-size: 0.85em;
    border-radius: 15px;
}

.mydiv1{
    min-height: 380px !important
}

.mydiv2{
    min-height: 178px !important
}

.eyeSize2{
    position: absolute !important;
    top: 45px !important;
    right: 5px !important;
}

.profile-camera {
    background-color: #ffffff !important;
    color: #d00202 !important;
    height: 30px !important;
    width: 30px !important;
    border-radius: 50% !important;
    font-size: 18px !important;
    position: absolute !important;
    top: -30px !important;
    left: 100px !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10 !important;
    cursor: pointer !important;
}

.tree-popover {
    max-width: 280px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.tree-popover .popover-header {
    background-color: #192c45;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
}
.tree-popover .popover-body {
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.payment-img {
    height: 70px !important;
    width: auto !important;
}

.input-border {
    border: 1px solid #505964 !important;
}