
.rl_accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border: 2px solid;
    margin: 3px;
    margin-left:0px;
}
.rl_active, .rl_accordion:hover {
    background-color: #ccc;
}

.rl_accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.rl_accordion.rl_active:after {
    content: "\2212";
}
.faq_area {
    width: 42%;
    margin-top: 30px;
}
.rl_panel {
    padding: 12px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    width: 100%;
}
.rl_sf {
    display: flex;
    flex-direction: column;
}
.doobert_intro {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.doobert_intro img {
    width: 65px;
}
#doobert_monthly_audit_email {
    width: 400px;
}
.doobert_monthly_audit_email_save {
    margin-top: 10px !important;
}

.select2 {
    width: 400px !important;
}
.show_hide_icon .hide {
    display: none;
}
.show_hide_icon.shown .show {
    display: none !important;
}
.show_hide_icon.shown .hide {
    display: inline !important;
}
.show_hide_icon span {
    cursor: pointer;
}
/* new */
.show_hide_icon_password .hide_password {
    display: none;
}
.show_hide_icon_password.shown .show_password {
    display: none !important;
}
.show_hide_icon_password.shown .hide_password {
    display: inline !important;
}
.show_hide_icon_password span {
    cursor: pointer;
}
/*  */
.show_hide_icon_key .hide_key {
    display: none;
}
.show_hide_icon_key.shown .show_key {
    display: none !important;
}
.show_hide_icon_key.shown .hide_key {
    display: inline !important;
}
.show_hide_icon_key span {
    cursor: pointer;
}
/*  */
.show_hide_icon_google .hide_google {
    display: none;
}
.show_hide_icon_google.shown .show_google {
    display: none !important;
}
.show_hide_icon_google.shown .hide_google {
    display: inline !important;
}
.show_hide_icon_google span {
    cursor: pointer;
}
.logo_upload {
    width: 500px;
}
.clear_logo {
    cursor: pointer;
    color: blue;
}


.add_language_div {
    background: #e0e0e1;
    width: 50%;
    border-radius: 6px;
    padding: 20px;
    /*cursor: pointer;*/
}
.add_language_inner {
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.add_lan_title {
    font-size: 14px;
    font-weight: bold;
    width: 35%;
}
.select_lang {
    width: 50%
}
.select_lang select {
    width: 100%;
}
.hide_it {
    display: none;
}

.langauge-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.langauge-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 40%;
    border-radius: 7px;
}
.success_response,.error_response {
    padding: 40px;
}
.success_response .dashicons-yes-alt {
    color: green !important;
    font-size: 60px !important;
}
.success_response p, .close_popup {
    text-align: center;
}
.error_response p,.success_response p {
    text-align: center;
    font-size: 14px;
}
.error_response .dashicons-no {
    color: red !important;
    font-size: 60px !important;
}

@media only screen and (max-width: 768px) {
    .langauge-modal-content {
        width: 80%;
    }
}
.add_language_div {
    margin-top: 4px;
}



.upload_files_btn_section {
    display: flex;
    gap: 14px;
    align-items: center;
}
.in_headings {
    font-size: 12px;
}
.doobert_selected_file,.doobert_selected_file_error {
    margin-top: 20px;
    font-weight: bold;
}
.doobert_selected_file_error {
    color:red;
}


.dflex {
    display: flex;
    border: 1px solid;
    padding: 15px;
    margin: 15px;
}
.dflex table {
    width: 70%;
}
div.chat-icon, div.chat-icon-hidden,.bubble_design {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bubble_design {
    flex-direction: column;
}
.chat-icon svg {
    height: 45px;
}
.chat-icon g {
    fill: #3181b0!important;
}
.chat-icon {
    border-color: #3181b0;
    background-color: #ffffff;
}
.chat-icon {
    cursor: pointer;
    font-size: 24px;
    background-color: #fff;
    color: #fff;
    padding: 11px 10px 10px 10px;
    border-radius: 50%;
    text-align: center;
    height: 50px;
    width: 50px;
    border: 2px solid #3181B0;
}
.chat-box {
    /*display: none;*/
    /*position: absolute;*/
    /*bottom: 50px;*/
    right: 0;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.hparent {
    position: relative;
}
.chat_header_top {
    background-color: #3181b0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-between;
}
div.chat-close-button {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    right: -13px;
    border: 1px solid #3181b0;
    border-radius: 50%;
    cursor: pointer;
    width: 45px;
    height: 45px;
}
div.chat-close-button g {
    fill: #3181b0;
}
.logo_upload {
    width: 300px;
}
.chat-header {
    color: #fff;
    padding: 6px 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    /* justify-content: space-between; */
}
.show_chat .chat_d_icon {
    position: relative;
}
.chat_d_icon img {
    width: 30px;
}
.chat-header h4 {
    color: #ffffff;
}
.show_chat .chat_d_icon::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 11px;
    height: 11px;
    background-color: #4CAF50;
    border-radius: 50%;
    border: 1px solid #fff;
}
.show_chat {
    margin-top: 50px;
}
#chat-body, .messageHistory {
    background-color: #ffffff;
}
#chat-body {
    height: 470px;
    overflow-y: auto;
    padding: 10px;
}
.actual_chat {
    display: flex;
    align-items: end;
}
.chat_icon {
    width: 22px;
    /*height: max-content;*/
}
.actual_chat .notification.is-success {
    background: #e6e7ec;
    padding: 10px;
    margin-bottom: 0;
    position: relative;
}
.actual_chat .notification {
    width: 90%;
}
.is-success {
    margin: 5px;
    border-radius: 5px;
    width: fit-content;
    padding: 6px 14px;
    margin-left: 4px;
}
.chat_time {
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    color: #6b6b6b;
}
.pre_defined_msg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 10px;
}
.pre_button {
    border: 1.5px solid #3181b0;
    width: fit-content;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 5px;
    color: #3181b0;
}
.columns.user_msg:first-child {
    margin-top: 10px;
}

.columns.user_msg {
    margin-top: 10px;
    margin-bottom: 10px;
}
.user_column {
    display: flex;
    align-items: end;
}
.user_column .msg.notification_part {
    color: #fff;
}
.user_column .msg.notification_part {
    letter-spacing: .2px;
}
.user_column .msg.notification_part {
    letter-spacing: .2px;
}
.user_avatar {
    width: 22px;
    border-radius: 50px;
}
.is-success {
    background: #3181b0;
}
#chat-footer {
    display: flex;
    padding: 10px;
}
#message-input {
    background: #fffbfb;
    resize: none;
    flex-grow: 1;
    padding: 5px;
    border-color: #d4d4d4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#send-message {
    cursor: pointer;
    padding: 5px 15px;
    background-color: #3181b0;
    color: #fff;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
}
#send-message svg {
    fill: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

#chat-footer #message-input::-webkit-scrollbar-thumb {
    background-color: #3181b0;
}
#chat-footer #message-input::-moz-scrollbar-thumb {
    background-color: #3181b0;
}
#chat-body::-webkit-scrollbar, #chat-footer #message-input::-webkit-scrollbar {
    width: 6px;
}
#chat-body::-moz-scrollbar, #chat-footer #message-input::-moz-scrollbar {
    width: 6px;
}
.logo_upload {
    width: 55px;
    background: #1f1e1e;
    color: white;
}
.th_padding {
    padding-left: 25px !important;vertical-align: middle !important;
}
#petco_love_id {
    width: 90px;
}
.sub_div_premium {
    border: 1px solid #000000 !important; 
}
.div_left_padding {
    padding-left: 25px !important;
}