*,
::before,
::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navbar {
    z-index: 99;
    position: sticky;
    top: 0%;
    /* padding-bottom: 30rem; */
}

.compte .navbarreshide {
    /* display: none; */
    position: absolute;
    left: 5%;
    top: 5%;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 2rem;
    text-decoration: none;
    white-space: nowrap;
    display: none;
}


/*************************authentification*********************/

.login .card .form-control:focus {
    border-bottom: 2px solid #0dcaf0;
}

.login .card .form-control {
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid black;
    transition: all 0.4s ease-in-out;
}

.login .card {
    box-shadow: 1px 2px 1px #0dcaf0, -2px -2px 1px rgb(221, 218, 218);
    border: 1px solid transparent;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
}

.login .card:hover {
    box-shadow: 1px 1px 3px #0dcaf0, -2px -1px 3px #0dcaf0;
    border: 1px solid transparent;
    border-radius: 0;
}

.login .card .card-header {
    border-radius: 0;
    box-shadow: 1px 1px 3px gray, -1px -1px 3px gray;
}


/************************compte**************************/

.compte .card-header {
    border-top: 1px solid rgb(224, 215, 215);
}

.compte .card .card-body .row .card-left .card-header {
    background-color: #0dcaf0;
    color: #fff;
}

.compte .card .card-body .row .card-left .card-body {
    border: 1px solid #0dcaf0;
}

.compte .card .card-body .row .card-right .card-body .ajoutP {
    /* background-color: #0dcaf0; */
    position: fixed;
    top: 22%;
    right: 0.5%;
    z-index: 1000;
    width: 50%;
    /* display: none; */
    min-height: 25em;
    /* visibility: visible; */
    color: #fff;
    padding: 1em;
    border-radius: 0;
    box-shadow: 1px 1px 1px #0dcaf0, -1px -1px 1px #0dcaf0;
    transition: width 0.2s ease-in-out;
}

.compte .card .card-body .row .card-right .card-body .hideP {
    /* background-color: #0dcaf0; */
    position: fixed;
    top: 22%;
    right: 0;
    z-index: 1000;
    width: -0%;
    /* display: none; */
    min-height: 25em;
    color: #fff;
    padding: 1em;
    /* visibility: hidden; */
    border-radius: 0;
    box-shadow: 1px 1px 1px #0dcaf0, -1px -1px 1px #0dcaf0;
    /* font-size:   ; */
    transition: width 0.2s ease-in-out;
}

.compte .card .card-body .row .card-right .card-body .ajoutP .form-control {
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid black;
    transition: all 0.4s ease-in-out;
}

.compte .card .card-body .row .card-right .card-body .ajoutP .form-select {
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid black;
    transition: all 0.4s ease-in-out;
}

.compte .card .card-body .row .card-right .card-body .ajoutP textarea {
    resize: none;
    /* background-color: rgb(219, 213, 213); */
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid black;
    transition: all 0.4s ease-in-out;
}


/* .compte .card .card-body .row .card-right .card-body .ajoutP label {} */


/****************************************************historique**************************/

.historique {
    width: 100%;
    position: relative;
}

.historique .card-header {
    border-top: 1px solid rgb(224, 215, 215);
    position: sticky;
    top: 10%;
    z-index: 99;
}

.historique .card-chat {
    padding-top: 1em;
    background-color: rgb(233, 232, 232);
    min-height: 27em;
    padding-bottom: 10rem;
    border: none;
    border-radius: 0;
    /* position: fixed; */
}

.historique .card-footer .input-group {
    background-color: #fff;
    border: 1px solid #0dcaf0;
    transition: all 0.4s ease-in-out;
    padding: 1em;
    border-radius: 10px;
    bottom: 0;
}

.historique .card-footer {
    background-color: rgb(233, 232, 232);
    /* border: 1px solid #0dcaf0; */
    transition: all 0.4s ease-in-out;
    bottom: 0%;
    left: 25%;
    /* right: 50%; */
    justify-content: center;
    align-items: center;
    width: 50%;
    position: fixed;
}

.historique .card-footer .input-group-text {
    padding: 0.5em 0.76em;
    border-radius: 0 100% 100% 0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.historique .card-footer .input-group-text1 {
    padding: 0.5em 0.76em;
    border-radius: 50%;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
    font-size: 15px;
    color: #fff;
}

.historique .navbtn {
    bottom: 17%;
    left: 65%;
    right: 0%;
    justify-content: center;
    align-items: center;
    position: fixed;
    /* visibility: hidden; */
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.historique .show {
    bottom: 17%;
    left: 65%;
    right: 0%;
    justify-content: center;
    align-items: center;
    position: fixed;
    /* visibility: visible; */
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.historique .show li a {
    padding: 0.5em 0.76em;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.historique .navbtn li a {
    padding: 0.5em 0.76em;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.historique .card-chat .card-body .chatR {
    min-height: 0.4em;
    border-radius: 20px;
}

.cloturerP {
    background-color: #0dcaf0;
    transition: all 0.4s ease-in-out;
    /* padding: 0.3em; */
    position: fixed;
    width: 10%;
    top: 83%;
    /* border-radius: 10px; */
}
