/* Add your custom css styles */

.rightSticky {
    width: 200px;
    height: max-content;
    position: absolute;
    right: -150px;
    bottom: 300px;
    margin: auto;
    z-index: 4445;

}

.rightSticky ul {
    margin: 0;
    padding: 0;
}

.rightSticky ul li {
    list-style: none;
    background-color: #EF5D21;
    color: white;
    padding: 5px 13px;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    opacity: 0.7;
    position: relative;
}

.rightSticky .notify {
    background-color: red;
    display: block;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    font-size: 10px;
    width: 14px;
    height: 14px;
    line-height: 18px;
    top: -4px;
    left: -20px;
}


.rightSticky ul li i {
    font-size: 25px;
    min-width: 25px;
    text-align: center;

}

.rightSticky ul li span {
    vertical-align: text-bottom;
    font-weight: bold;
    margin-left: 10px;
}

.rightSticky ul li:nth-of-type(1n+2) {
    margin-top: 8px;
}

.rightSticky ul li:hover {
    margin-left: -150px;
    opacity: 1;
}


.rightSticykPopup {
    background-color: #FFFFFF;
    width: 300px;
    height: 320px;
    position: absolute;
    bottom: 130px;
    right: 10px;
    z-index: 4444;
    box-shadow: 2px 3px black;

}

.rightSticykPopup .header {
    background-color: #EF5D21;
    width: 100%;
    height: 36px;
    color: white;
    padding: 8px 15px;
    font-size: 17px;
    font-weight: 600;
}

.rightSticykPopup .header .rightTool {
    float: right;
    margin-right: 30px;
    height: 26px;
}

.rightSticykPopup .header .rightTool i, .rightSticykPopup .header .rightTool div > span {
    cursor: pointer;
}

.rightSticykPopup .header .rightTool i:hover, .rightSticykPopup .header .rightTool div > span:hover {
    color: black;
}


.rightSticykPopup .header .rightTool i:nth-of-type(1) {
    vertical-align: bottom;
}

.rightSticykPopup .header .rightTool .dropdown {
    top: -25px;
    left: 29px;
}

.rightSticykPopup .contentHeader{
    color: #ff8d00;
    font-weight: bold;
    padding: 5px 15px;
    font-size: 14px;
}

#briefcase_section{
    top: 68px !important;
}

.messagesSticky .content .messages {
    padding: 5px 3px;
    max-height: 240px;
    height: 200px;
    overflow: auto;
}
.messagesStickyPresenter .content .messages {
    padding: 5px 3px;

}
.messagesStickyPresenter .content .messages{
    height: 200px;
}
.messagesSticky .content .messages>div:nth-of-type(1n+2){
    margin-top: 5px;
}

.messagesSticky .content .messages .messageHe ,.messagesSticky .content .messages .messageMe {
    padding: 10px 12px;
    font-size: 12px;
    color: black;
    line-height: 15px;
    font-weight: 400;
    border-radius: 10px;

}
.messagesSticky .content .messages .messageHe span{
    font-weight: 600;
}
.messagesSticky .content .messages .messageHe p{
    margin-top: 5px;
}
.messagesSticky .content .messages .messageHe p ,.messagesSticky .content .messages .messageMe p{
    margin-bottom: 0;
    color: #2f2f2f;
}

.messagesSticky .content .messages .messageHe{
    background-color: #ECEAEB;
    border-radius: 10px;
}
.messagesSticky .content .messages .messageMe {
    background-color: #D0D0D0;
}
.messagesSticky input {
    width: 270px;
    height: 40px;
    border-radius: 50px;
    margin: 1px auto 0 auto;
}


#mainMenu .dropdown-menu {
    margin-right: -15px;
}


@media only screen and (max-width: 600px) {
    .rightSticky {
        bottom: 56px;
        position: fixed;
    }

    .rightSticykPopup {
        width: 100%;
        right: 0px;
        position: fixed;
        margin: auto;
        top: 0px;
        bottom: 0px !important;
        height: 100%;
    }

    #briefcase_section .input-group {
        width: 100%;
    }


    .rightSticykPopup .content > #briefcase_section {
        padding: 0 !important;
        top: 36px !important;
    }

    .rightSticykPopup .content > #briefcase_section textarea {
        width: 100%;
        height: 80vh;

    }

    .rightSticykPopup .content > #briefcase_section .button {
        position: absolute;
        bottom: -37px;
        width: 100%;
    }

    #success_briefcase, #error_briefcase {
        display: block !important;
        text-align: center;
    }

    #ask_questions_section .input-group {
        width: 86%;
    }

    #success_questions, #error_questions {
        text-align: center !important;
        display: block !important;
    }
    .messagesStickyPresenter .content .messages{
        max-height: 100vh;
        height: 89vh !important;
    }
}

.totalAttende{
    font-size: 15px;
}

.border{
    border: 1px solid;
}
.borderRed{
    border-color: red !important;
}

.displayNone{
    display: none !important;
}