a {
    text-decoration: none !important;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: rgb(255, 255, 255); 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #c2996e; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #c98c4b; 
  }
  .scroller {
    scrollbar-color: #c2996e rgb(163, 163, 163);
    scrollbar-width: thin;
    }
    
    .body_padding{
        padding: 0px 10px 0px 10px;
    }

    #side_menu .nav-pills .nav-link.active_chat, .nav-pills .show>.nav-link {
        color: #000 !important;
        font-weight: 600;
        background: linear-gradient(to right, rgba(194, 153, 110, 0.4), rgba(129, 106, 80, 0.2)) !important;
        border-radius: 0px !important;
        border-left: 5px solid rgba(194, 153, 110) !important;
        
    }
    .nav-link.active{
        background-color:#fff !important;
    }
    .text_overflow {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #side_menu .nav-link {
        display: block;
        padding: .5rem 1rem;
        color: #000 !important;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        border-left: 5px solid white !important;
    }
    

    .div_circle {
        
        color: white;
        font-size: 16px;
        font-weight: 500;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        text-align: center;
        padding-top: 10px;
    }
    .div_circle_bg1 {
        background-color: #4c3a95;
    }
    .div_circle_bg2 {
        background-color: #43d0b7;
    }
    .div_circle_bg3 {
        background-color: #f6a840;
    }
    .div_circle_bg4 {
        background-color: #585858;
    }
    .div_circle_bg5 {
        background-color: #cf6b6b;
    }
    
    
    
    .div_txt {
        font-weight: 600;
        font-size: 14px;
    }
    .div_subTxt {
        font-size: 11px;
        font-weight: 600;
        
    }
    .div_subTxt2 {
        font-size: 10px;
        font-weight: 400;
    }
    .no_msg {
        background-color: #43d0b7;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        padding-top: 3px;
        font-weight: 500;
        color: white;
    }
    .form_input_design {
        border-radius: 12px !important;
        border: solid 1px #9ab2cf !important;
        background-color: rgba(233, 239, 246, 0.3) !important;
        color: rgba(0, 0, 0, 0.9) !important;
        font-weight: 500 !important;
        font-size: 14px !important;
    } 
    #chat_txt .form_input_design {
        border-radius: 20px 0px 0px 20px!important;
        border: solid 0px #9ab2cf !important;
        background-color: rgba(196, 196, 196, 0.6) !important;
        color: rgba(0, 0, 0, 0.9) !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        padding: 16px;
    } 
    #chat_list_tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        color: #fff !important;
        background-color: #c2996e !important;
        width: 100%;
        text-align: center;
        border-radius: 28px;
        padding: 3px 14px;
        font-size: 13px !important;
        font-weight: 500 !important;
    }
    
    #chat_list_tab .nav-link {
        width: 100%;
        text-align: center;
        border-radius: 28px;
        display: block;
        border: 1px solid #c2996e;
        padding: 3px 14px !important;
        color: #c2996e !important;
        text-decoration: none !important;
        border-radius: 10px !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }
    #chat_list_tab2 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        color: #fff !important;
        background-color: #c2996e !important;
        width: 100%;
        border-radius: 10px 10px 0px 0px !important;
        text-align: center;
        font-size: 15px !important;
        font-weight: 500 !important;
        box-shadow: none !important;
        cursor: pointer;
    }
    
    #chat_list_tab2 .nav-link {
        width: 100%;
        text-align: center;
        border-radius: 10px 10px 0px 0px !important;
        display: block;
        border-bottom: 1px solid #c2996e;
        color: #c2996e !important;
        text-decoration: none !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        cursor: pointer;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }
    #chat_list_tab li {
        padding: 0px 5px;
    }
    #chat_list_tab button {
        min-width: 120px;
    }
    .chat_page_H {
        color: #C39A6F;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
    }   
    .chat_page_body {
        background-color: white;
        border-radius: 10px;
        width: 100%;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 16px 24px 0 rgba(209, 233, 249, 0.5);
    }
    .chat_txt_body {
        background-color: white;
        border-radius: 10px;
        width: 100%;
        padding: 20px;
    }
    .chatbox_page {
        background-color: white;
        padding: 10px;
        /* height: 100vh; */
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 16px 24px 0 rgba(209, 233, 249, 0.5);
    }
    .received_chat_design {
        background: rgba(230, 230, 230, 0.6);
        border-radius: 0px 16px 16px 16px;
        padding: 10px 5px 10px 16px;
    }
    .send_chat_design {
        background: #c2996e;
        border-radius: 16px 0px 16px 16px;
        padding: 10px 16px;
    }
    .send_chat_design2 {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 16px 0px 16px 16px;
        padding: 10px 16px;
        margin: -10px -16px 10px -16px;
    }
    .send_btn {
        background-color: #24c272;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        color: white;
        font-size: 18px;
        padding-top: 6px;
        cursor: pointer;
        box-shadow: 0 0 1.8px 0 rgba(0, 0, 0, 0.04), 0 0 3.7px 0 rgba(0, 0, 0, 0.06), 0 7.4px 14.8px 0 rgba(36, 194, 114, 0.5);
    }
    .add_attach_voiceB {
        background-color: rgba(196, 196, 196, 0.6);
        border-radius: 0px 20px 20px 0px;
        padding-right: 6px !important;
        text-align: right;
    }
    .chat_typeTxt {
        text-align: left;
        color: #8c5b27;
        font-size: 14px;
    }
    .chat_typeTxt_send {
        text-align: left;
        color: #fff;
        font-size: 14px;
    }
    .chat_RName {
        text-align: left;
        color: #3497f9;
        font-weight: 500;
        font-size: 11px;
    }
    .chat_RName_bg {
        text-align: center;
        color: #3497f9;
        font-weight: 500;
        font-size: 11px;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 1px 6px;
        border-radius: 6px;
        
    }
    .chat_SubName {
        border-radius: 6px;
        background-color: #3497f9;
        padding: 1px 5px;
        color: white;
        font-size: 13px;
        white-space: nowrap; 
        width: 100% !important; 
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;

    }
    .chat_RName2 {
        text-align: left;
        color: #f97c1c;
        font-weight: 500;
        font-size: 11px;
    }
    .chat_RName3 {
        text-align: left;
        color: #24c272;
        font-weight: 500;
        font-size: 11px;
    }
    .chat_SubName2 {
        border-radius: 6px;
        background-color: #43d0b7;
        /* padding: 1px 5px; */
        padding:  1px 7px 5px 13px;
        color: white;
        font-size: 13px;
        float: right;
        white-space: nowrap; 
        width: 100% !important; 
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
    }
    .chat_D_T {
        font-size: 10px;
        text-align: left;
        color: rgba(0, 0, 0, 0.6);
        padding-top: 6px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .members_name {
       white-space: nowrap; 
       width: 100%; 
       overflow: hidden;
       text-overflow: ellipsis; 
       font-size: 14px;
       color: rgba(0, 0, 0, 0.6);
       font-weight: 500;
    }
    .modal-header {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1rem;
        border-bottom: none !important;
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important;
    }
    .modal-footer {
        display: flex;
        flex-wrap: wrap;
        flex-shrink: 0;
        align-items: center;
        justify-content: flex-end;
        padding: .75rem;
        border-top: none !important;
        border-bottom-right-radius: 16px !important;
        border-bottom-left-radius: 16px !important;
    }
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: none !important;
        border-radius: 1.3rem !important;
        outline: 0;
        max-height: 450px !important;
    }
    /*--CheckBox--*/
.container {
    display: block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    background-color: #eee;
  }
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .container input:checked ~ .checkmark {
    background-color: #32bea6;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  .container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .add_stu_img2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.add_pop_name {
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    color: #000;
  }
  .add_pop_sec {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    text-align: left;
    margin-top: -3px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.04);
    padding: 2px 5px;
    border-radius: 5px;
  }
  .add_stu_popbtn {
    border: solid 1px #43d0b7;
    text-align: center;
    padding: 8px 16px;
    border-radius: 12px;
    color: #43d0b7;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
    padding:5px;
    height:35px;
    overflow-x: auto;
    margin-bottom: 10px;
}

.list {
    position:absolute;
    left:0px;
    top:0px;
    min-width:3000px;
    margin-left:12px;
    margin-top:0px;
}

.list li{
    display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}

.scroller-right{
  float:right;
  margin-top: -10px;
  color: #c2996e;
}

.scroller-left {
  float:left;
  margin-top: -10px;
  color: #c2996e;
}
.selected_personChip {
    color: rgba(52, 151, 249, 1);
    background-color: rgba(52, 151, 249, 0.2);
    padding: 3px 8px;
    text-align: center;
    border-radius: 28px;
    font-size: 13px;
    font-weight: 500;
    margin: 0px 3px;
}
.selected_personChip2 {
    color: rgba(12, 63, 120, 1);
    background-color: rgba(12, 63, 120, 0.2);
    padding: 3px 8px;
    text-align: center;
    border-radius: 28px;
    font-size: 13px;
    font-weight: 500;
    margin: 0px 3px;
}
.selected_personChip3 {
    color: rgba(88, 88, 88, 1);
    background-color: rgba(88, 88, 88, 0.2);
    padding: 3px 8px;
    text-align: center;
    border-radius: 28px;
    font-size: 13px;
    font-weight: 500;
    margin: 0px 3px;
}
.selected_personChip4 {
    color: rgba(249, 124, 28, 1);
    background-color: rgba(249, 124, 28, 0.2);
    padding: 3px 8px;
    text-align: center;
    border-radius: 28px;
    font-size: 13px;
    font-weight: 500;
    margin: 0px 3px;
}
.selected_personChip5 {
    color: rgba(36, 194, 114, 1);
    background-color: rgba(36, 194, 114, 0.2);
    padding: 3px 8px;
    text-align: center;
    border-radius: 28px;
    font-size: 13px;
    font-weight: 500;
    margin: 0px 3px;
}
.more_person {
    color: rgba(52, 151, 249, 1);
    text-align: left;
    font-size: 13px;
    padding-top: 10px;
    margin-left: -20px;
}
.chat_stu_name {
    color: rgba(0, 0, 0, 0.6);
    font-size: 11px;
    font-weight: 500;
    text-align: left;
}
.login_card {
    width: 65%;
    margin: 60px auto 10px auto;
    padding: 27px 35px 36px 36px;
    background-color: #ffffff;
}
.form_input_design_Login {
    border-radius: 12px !important;
    border: solid 1px #C2996E !important;
    background-color: white !important;
    color: rgba(0, 0, 0, 0.9) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 8px 0px 8px 15px !important;
}
.login_or {
    margin: 20px 0px 0px 0px;
    font-size: 10px;
    text-align: center;
    font-weight: 200;
}
.signup_btn {
    width: 100%;
    background: #58B666;
    box-shadow: 0px 11.6566px 23.3133px rgba(88, 182, 102, 0.5), 0px 2.33133px 6.99398px rgba(0, 0, 0, 0.04), 
    0px 0px 1.16566px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 5px 0px;
    color: #ffffff !important;
    text-align: center;
}
.google_imgTxt {
    width: 100%;
    border-radius: 31px;
    font-size: 10px !important;
    color: #000;
    font-weight: 500;
    border: solid 1px rgba(154, 178, 207, 0.3);
}
/*----------------------------------------System---------------------------------------*/
@media (min-width: 828px) {
    
}

/*---------------------------------Responsive--------------------------------------*/
@media (max-width: 992px) {
    .body_padding{
        padding: 10px;
    }
    .mysub_MB {
        margin-bottom: 30px;
    }
    .login_card {
        width: 80%;
        margin: 60px auto 10px auto;
        padding: 27px 20px 25px 20px;
        background-color: #ffffff;
    }
}

.nav-linkSub {
    width: 100%;
    text-align: center;
    border-radius: 28px;
    display: block;
    border: 1px solid #c2996e;
    padding: 3px 14px !important;
    color: #c2996e !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    background: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
#chat_list_tab .nav-pills .nav-linkSub.active, .nav-pills .show>.nav-linkSub {
    color: #fff !important;
    background-color: #c2996e !important;
    width: 100%;
    text-align: center;
    border-radius: 28px;
    padding: 3px 14px;
    font-size: 13px !important;
    font-weight: 500 !important;
}