.right-sidebar-ai {
    top: 97px;
    right: -650px;
    height: 100%;
    position: fixed;
    width: 650px;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*-webkit-box-shadow: 0px 0px 10px #d8e5ef;*/
    /*box-shadow: 0px 0px 10px #d8e5ef;*/
}
.right-sidebar-ai.show {
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.right-sidebar-ai .modal-header .modal-title {
    padding-top: 2px;
}
.right-sidebar-ai .friend-list-search {
    position: relative;
    padding: 20px;
}
.right-sidebar-ai .friend-list-search input {
    color: #898989;
    width: 100%;
    background-color: #f8f4fe;
    border: 1px solid #f8f4fe;
    padding: 10px 15px;
    border-radius: 25px;
    letter-spacing: 1px;
}
.right-sidebar-ai .friend-list-search .fa {
    position: absolute;
    right: 35px;
    top: 34px;
    font-size: 14px;
    color: #242934;
}
.right-sidebar-ai .chat-box .people-list ul {
    padding-top: 20px;
}
.right-sidebar-ai .chat-box .people-list ul li {
    position: relative;
}
.right-sidebar-ai svg {
    width: 16px;
    height: 16px;
    margin-top: 5px;
}



/*IA Sidebar*/
.right-sidebar-ai {
    top: 97px;
    right: -650px;
    height: 100%;
    position: fixed;
    width: 650px;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 10px #d8e5ef;
    box-shadow: 0px 0px 10px #d8e5ef;
}
.right-sidebar-ai.show {
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    border-radius: 16px;
    /*box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);*/
    /*backdrop-filter: blur(14.3px);*/
    /*-webkit-backdrop-filter: blur(14.3px);*/
    /*border: 1px solid rgba(255, 255, 255, 0.41);*/
}
.right-sidebar-ai .modal-header .modal-title {
    padding-top: 2px;
}
.right-sidebar-ai .friend-list-search {
    position: relative;
    padding: 20px;
}
.right-sidebar-ai .friend-list-search input {
    color: #898989;
    width: 100%;
    background-color: #f8f4fe;
    border: 1px solid #f8f4fe;
    padding: 10px 15px;
    border-radius: 25px;
    letter-spacing: 1px;
}
.right-sidebar-ai .friend-list-search .fa {
    position: absolute;
    right: 35px;
    top: 34px;
    font-size: 14px;
    color: #242934;
}
.right-sidebar-ai .chat-box .people-list ul {
    padding-top: 20px;
}
.right-sidebar-ai .chat-box .people-list ul li {
    position: relative;
}
.right-sidebar-ai svg {
    width: 16px;
    height: 16px;
    margin-top: 5px;
}
.centerbanner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}


/*Products Sidebar*/
.right-sidebar-products {
    top: 97px;
    right: -650px;
    height: 100%;
    position: fixed;
    width: 650px;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 10px #d8e5ef;
    box-shadow: 0px 0px 10px #d8e5ef;
}
.right-sidebar-products.show {
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.right-sidebar-products .modal-header .modal-title {
    padding-top: 2px;
}
.right-sidebar-products .friend-list-search {
    position: relative;
    padding: 20px;
}
.right-sidebar-products .friend-list-search input {
    color: #898989;
    width: 100%;
    background-color: #f8f4fe;
    border: 1px solid #f8f4fe;
    padding: 10px 15px;
    border-radius: 25px;
    letter-spacing: 1px;
}
.right-sidebar-products .friend-list-search .fa {
    position: absolute;
    right: 35px;
    top: 34px;
    font-size: 14px;
    color: #242934;
}
.right-sidebar-products .chat-box .people-list ul {
    padding-top: 20px;
}
.right-sidebar-products .chat-box .people-list ul li {
    position: relative;
}
.right-sidebar-products svg {
    width: 16px;
    height: 16px;
    margin-top: 5px;
}



/*Resp-quote Sidebar*/
.right-sidebar-resp-quote {
    top: 97px;
    right: -650px;
    height: 100%;
    position: fixed;
    width: 650px;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 10px #d8e5ef;
    box-shadow: 0px 0px 10px #d8e5ef;
}
.right-sidebar-resp-quote.show {
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.right-sidebar-resp-quote .modal-header .modal-title {
    padding-top: 2px;
}
.right-sidebar-resp-quote .friend-list-search {
    position: relative;
    padding: 20px;
}
.right-sidebar-resp-quote .friend-list-search input {
    color: #898989;
    width: 100%;
    background-color: #f8f4fe;
    border: 1px solid #f8f4fe;
    padding: 10px 15px;
    border-radius: 25px;
    letter-spacing: 1px;
}
.right-sidebar-resp-quote .friend-list-search .fa {
    position: absolute;
    right: 35px;
    top: 34px;
    font-size: 14px;
    color: #242934;
}
.right-sidebar-resp-quote .chat-box .people-list ul {
    padding-top: 20px;
}
.right-sidebar-resp-quote .chat-box .people-list ul li {
    position: relative;
}
.right-sidebar-resp-quote svg {
    width: 16px;
    height: 16px;
    margin-top: 5px;
}

.right-sidebar-ai-help {
    top: 97px;
    right: -650px;
    height: 100%;
    position: fixed;
    width: 650px;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 10px #d8e5ef;
    box-shadow: 0px 0px 10px #d8e5ef;
}

.right-sidebar-ai-help.show {
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14.3px);
    -webkit-backdrop-filter: blur(14.3px);
    border: 1px solid rgba(255, 255, 255, 0.41);
}

.right-sidebar-ai-help .modal-header .modal-title {
    padding-top: 2px;
}

.right-sidebar-ai-help .friend-list-search {
    position: relative;
    padding: 20px;
}

.right-sidebar-ai-help .friend-list-search input {
    color: #898989;
    width: 100%;
    background-color: #f8f4fe;
    border: 1px solid #f8f4fe;
    padding: 10px 15px;
    border-radius: 25px;
    letter-spacing: 1px;
}

.right-sidebar-ai-help .friend-list-search .fa {
    position: absolute;
    right: 35px;
    top: 34px;
    font-size: 14px;
    color: #242934;
}

.right-sidebar-ai-help .chat-box .people-list ul {
    padding-top: 20px;
}

.right-sidebar-ai-help .chat-box .people-list ul li {
    position: relative;
}

.right-sidebar-ai-help svg {
    width: 16px;
    height: 16px;
    margin-top: 5px;
}

.centerbanner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
