﻿.containerFiab {
    width: 96%;
    height: auto;
    /*margin: 20px auto;*/
    /*border-radius: 10px;*/
    /*padding: 20px;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
    font-family: Arial, sans-serif;
    margin: auto;
    padding: 0;
    background-color: #2f3b58;
    /*background-color: #4A6BAB;*/
    color: white;
}

h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.form-section {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 7px;
    padding: 15px 10px;
    /* gap: 6px; */
}

.form-group {
    width: 30%;
    margin-bottom: 15px;
    /* position: relative; */
    display: inline-flex;
    margin-left: 15px;
}

    .form-group label {
        display: block;
        /* margin-bottom: 5px; */
        width: 20%;
    }

    .form-group input, .form-group select {
        width: 70%;
        padding: 8px;
        border-radius: 5px;
        border: none;
        color: black;
        height: 31px;
    }

        .form-group input[type="file"] {
            padding: 0;
            background: none;
            color: white;
        }

.info-section {
    /* position: absolute; */
    /* top: 5px; */
    /* left: 3px; */
    background-color: white;
    padding: 10px;
    /*border-radius: 5px;*/
    margin-bottom: 20px;
    color: black;
    font-size: 12px !important;
    width: 297px;
    /* float: left; */
}

    .info-section p {
        margin: 5px 0;
    }


.verify-btn {
    /* position: absolute; */
    /* top: 50%; */
    /* right: -35px; */
    /* transform: translateY(-50%); */
    background-color: #9bd09b;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    color: white;
    cursor: pointer;
    font-size: 14px;
    /* width: 10%; */
    flex-wrap: nowrap;
    /* display: inline-block; */
    /* vertical-align: middle; */
    margin-top: 1px;
}

.verify-btn-valid {
    background-color: #0cd90c;
}


.verify-btn:hover {
    /* background-color: #218838;*/
}

@media(max-width: 768px) {
    .form-group {
        width: 100%;
    }

    .verify-btn {
        right: -20px;
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}

#CliNoFiab, #CptNoFiab {
    background: #cdc7c7;
    border: none;
    border-radius: 10px 10px;
    font-size: 13px;
}

.editinput {
    border-radius: 4px;
    border-color: none;
    width: 28px;
    padding: 5px;
    height: 28px;
}

.btn-editinfo button:enabled:hover {
    transform: scale(1.1);
}

.btn-editinfo {
    display: flex;
    margin-left: 2px;
    margin-top: 1px;
}

.form-section input:disabled:not([type='file']), .form-section select:disabled {
    background-color: white;
    opacity: 0.7;
}

.form-section button[disabled] {
    opacity: 0.5;
}

.iti__country-name {
    color: black !important;
}
.iti.iti--allow-dropdown
{
width:70%;
}
.iti--allow-dropdown input {
    width: 100% !important;
}
.iti__country-list {
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: black !important;
}

#infosCLT_html {
    background-color: #2f3b58;
    b/*ackground-color:#4A6BAB;*/
    width: 100%;
    height: 100%;
    overflow: auto;
}

#prenomNomCli {
    margin-left: 10px;
}

#alertify {
    height: auto;
    z-index: 9999999999999999;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #f0f0f0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border: none;
    cursor: pointer;
    float: right;
    margin-right: 104px;
}

    .submit-btn .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        background-color: #27ae60; /* Green background */
        border-radius: 50%;
        margin-right: 8px;
    }

        .submit-btn .icon::before {
            content: '✔'; /* Checkmark icon */
            color: #fff;
            font-size: 16px;
        }
    .submit-btn:enabled:hover {
        transform: scale(1.01);
        background-color: #e6e6e6f0;
    }
.submit-btn:disabled{
    opacity:0.7;
}


.iti__selected-country-primary {
    align-items: normal;
}