.wrap-note li {
    height: 200px;
    list-style: none;
    background-color: #7e8890;
    border-radius: 5px;
    padding:  15px 20px 20px ;
}

.wrap-note .note {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 15px;
}

.note span{
    display: block;
    margin-top: 5px;
    color: white;
    font-size: 16px;
}

.bottom-content, .settings .menu-note li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.note .bottom-content {
    padding-top: 10px ;
    border-top: 1px solid #fff;
}

.bottom-content span {
    color: white;
    font-size: 14px;
}

.details, .bottom-content .settings{
    color: white;
    font-size: 15px;
    cursor: pointer;
}

.settings {
    position: relative;
}

.settings .menu-note {
    position: absolute;
    bottom: 0;
    right: -5px;
    padding: 5px 0;
    background: #7e8890;
    border-radius: 4px;
    transform: scale(0);
    transform-origin: bottom right;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    transition: transform 0.2s ease;
}

.settings:hover .menu-note {
    transform: scale(1);
}

.settings .menu-note li{
    height: 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0;
    padding: 17px 15px;
    justify-content:  flex-start;
}

.menu-note li:hover{
    background: #95999c;
}

.menu-note li i{
    padding-right: 8px;
}

.right-30{
    right: 0!important;
}

@media (min-width: 1200px){
    .right-30 {
        right: 30px!important;
    }
}

@media (max-width: 575px) {
    .margin-b {
        margin-bottom: 30px;
    }
}

.chien-coin{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    transform: scaleX(-1);
}

@media (max-width: 576px){
    .chien-coin{
        position: relative;
    }
}

.perroquet-coin{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

@media (max-width: 1700px){
    .perroquet-coin{
        right: 40%;
    }
}

@media (max-width: 768px){
    .perroquet-coin{
        right: 50%;
        bottom: 180px;
    }
}

@media (max-width: 576px){
    .perroquet-coin{
        bottom: 0;
        right: 0;
    }
}

@media (max-width:395px){
    .perroquet-coin{
        display: none;
    }
}

@media screen and (min-width: 577px) and (max-width: 1500px) {
    .chien-coin, .perroquet-coin {
        display: none;
    }
}

.opt-text {
    font-size: 1.2rem!important;
}

.z-1 {
    z-index: 20;
}

.z-1:hover > a {
    color: white;
}

.text-black-t {
    color: #000;
}

.header-div {
    border-left: 1px rgba(0,0,0,0.1) solid;
    padding-left: 20px!important;
}

@media screen and (max-width: 991px) {
    .header-div {
        border-left: none;
        padding-left: 0!important;
    }
}

.h-auto {
    height: auto!important;
}

.radius-bottom {
    border-radius: 0 0 3px 3px;
}

.ql-toolbar {
    border-radius: 3px 3px 0 0;
}

.radius-50 {
    border-radius: 50%;
}

.font-sm {
    font-size: 0.875rem;
}

.faq {
    position: relative;
    z-index: 3;
}

.border-radius-3 {
    border-radius: 5px;
}

.border-radius-20 {
    border-radius: 20px;
}

.mega-menu .menu-links > li > a {
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .mega-menu .menu-links > li > a {
        white-space: nowrap;
        font-size: 15px !important;
        padding: 10px 8px;
    }
}

@media (max-width: 768px) {
    .mega-menu .menu-links > li > a {
        white-space: nowrap;
    }
}