body {
    /*background-color: #f4f4f9;*/
    background-color: #fff;
    font-family: Arial, sans-serif;
}
.nav_sidebar {
    width: 250px;
    background: #703ee7;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0;
    overflow-y: scroll;
}
.nav_sidebar a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 7px 20px;
  transition: 0.3s;
  font-size: 14px;
}
.nav_sidebar a:hover, .nav_sidebar a.active {
    color: #e5cc5c;
}
.nav_sidebar .menu-title {
    color: #bdc3c7;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 10px;
}
.main-content {
    margin-left: 250px;
    background: #fff;
}
.navbar {
    background: #703ee7;
  padding: 15px 20px;
  top: 0;
  color: #fff;
}
.navbar .dropdown-menu {
    right: 0;
    left: auto;
}
.dash_ryt{
    padding: 40px;
    background: #fff;
}
.dash_lft{
    padding: 20px;
    background: #f6f9fc;
    height: 100vh;
  position: fixed;
  width: 210px;
  top: 0;
  padding-top: 90px;
}
.action-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.card {
    flex: 1;
    background: #f6f9fc;
    border-radius: 15px;
    border: none;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    padding: 15px;
}
.card .card-body{
    padding: 30px;
}
.card:hover {
    transform: translateY(-5px);
}
.card h5 {
    font-weight: 600;
  color: #703EE7;
}
.card .btn {
    background: #703EE7;
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      border-radius: 20px;
      margin-top: 15px;
      min-width: 75px;
}
.card p {
      margin-bottom: 5px;
}
.hide_lg{
    display: none !important;
}
.sidenav img{
    width: 100%;
}
.sidenav .devdr{
  padding-top: 75px;
}
.usr img{
  width: 50px;
  height: 50px;
  background: #af92f0;
  padding: 2px 0;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
}
.usr p, .usr a{
  color: #fff;
  font-size: 12px;
  margin: 0;
  line-height: 17px;
}
.usr{
  padding: 15px;
}
.navbar a{
    color: #fff;
}
.navbar .dropdown-menu a{
    color: #333;
}
.main-content h3{
  color: #703EE7;
  font-weight: 700;
  padding: 0 0 15px;
}
.card .brd{
  border-left: solid #703EE7 2px;
  border-right: solid #703EE7 2px;
  padding: 0 20px;
}
.dash .col-md-6 .card img{
    height: auto;
    width: 90px;
    margin: 0 auto;
}
.dash .card{
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 5px 0px;
    z-index: 1;
}
.dash .col-md-6 .card, .dash .dash_btn .card{
    text-align: center;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 5px 0px;
    padding: 10px;
}
.dash .col-md-6 .card h4{
  color: #703EE7;
  font-weight: 700;
  padding-top: 10px;
}
.prfl img{
  background: #ECE5FE;
  padding: 10px;
  border-radius: 15px;
  width: 100%;
}
.prfl .btn, .prfl_form .btn, .tab-pane .btn{
  background: #703EE7;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  margin-top: 15px;
  min-width: 125px;
}
.prfl{
  text-align: center;
  position: relative;
}
.prfl_form{
  /*padding-top: 15px;*/
}
.dash_ryt .prfl_form h5{
  color: #703EE7;
  font-weight: 700;
  padding: 0 0 15px;
  font-size: 22px;
}
.prfl_form label{
  font-size: 14px;
  min-width: 100px;
}
.prfl_form input, .prfl_form select, .prfl_form textarea{
  background: #f6f9fc;
  border: solid 1px var(--bs-secondary-bg);
  font-size: 14px;
  padding: 6px 15px;
  border-radius: 20px;
}
.prfl_form select{
    min-width: 200px;
}
.prfl_form hr{
    border-color: #703EE7;
}
.dash_lft ul{
    padding: 0;
    border: none;
}
.dash_lft ul li{
   list-style: none;
  font-size: 14px;
  padding: 3px 0;
}
.dash_lft ul li a{
    text-decoration: none;
    color: #333;
    display: block;
  padding: 5px 10px;
  border-radius: 5px;
}
.dash_lft ul li.active a, .dash_lft ul li a:hover{
    background: rgba(0, 0, 0, 0.05);
}
.dash_ryt h5{
  color: #33363F;
}
#nav-tabs-wrapper {
    display: block!important;
}
.clear{
  clear: both;
}
.mbr_top label {
  min-width: auto;
}
.mbr_top{
  padding: 0 0 10px;
}
.mbr_top p{
  font-size: 14px;
  margin: 0;
  padding-right: 5px;
  text-align: center;
}
.mbr_btm .prfl label{
  color: #703EE7;
  font-size: 14px;
  font-weight: 600;
  margin: 0 5px;
}
.mbr_btm i {
  font-size: 14px;
  color: #703EE7;
  margin-bottom: 10px;
}
.mbr_btm .prfl .btn{
  margin-top: 5px;
}
.mbr_btm h5{
  color: #703EE7;
}
.mbr_btm ul{
  padding: 0;
}
.mbr_btm ul li{
  list-style: none;
  padding-top: 5px;
  font-size: 15px;
}
.mbr_btm p{
  color: #703EE7;
  font-size: 15px;
  padding-top: 40px;
}
.mbr_btm p span{
  padding-left: 50px;
}
.mbr_btm .prfl img {
  padding: 0 0;
  width: 130px;
  height: 130px;
}
.dash_ryt h5 span{
  float: right;
}
.mbr_col2 .prfl img {
  width: 100px !important;
  height: 100px;
}
.mbr_col2 ul li {
  font-size: 14px;
}
.mbr_col2 p {
  padding-top: 15px;
}
.dash_ryt h5 span small{
  font-size: 13px;
  padding-right: 15px;
}
.conct .card img{
  margin: 0 auto;
}
.conct .card{
  text-align: center;
}
.conct .card p {
  color: #703EE7;
  font-weight: 600;
}
.conct .card h4 {
  color: #703EE7;
}
.list .mbr_btm .prfl img {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.list .prfl {
  text-align: left;
}
.list .mbr_btm h5 {
  color: #703EE7;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.list .col-md-4 {
    width: 25%;
}
.list .col-md-8 {
    width: 75%;
}
.list .mbr_btm ul li {
  padding-top: 0;
  font-size: 14px;
  display: table-cell;
  padding-right: 15px;
}
.list .mbr_btm ul li:nth(last-child) {
  padding-right: 0;
}
.list .mbr_btm ul {
  margin: 0 0;
}
.list .mbr_btm p {
  font-size: 14px;
  padding-top: 0;
}
.list .mbr_btm p span {
  padding-left: 15px;
}
.tab-pane .list .btn {
  margin-top: 0;
  min-width: 100px;
}
.list .card {
  padding: 10px;
  background: #f6f9fc;
}
.dash_ryt h5 button{
  background: none;
  border: none;
  color: #703EE7;
}
.clb_hs table button{
    padding: 2px 7px;
    margin-right: 5px;
}
.clb_hs table thead{
    background: #737173;
    color: #fff;
}
.clb_hs table thead th{
    padding: 12px 10px;
}
.clb_hs table button i{
    font-size: 14px;
}
.modal-content{
    border: solid #703EE7 10px;
    box-shadow: 0 0 15px -5px #703EE7;
    border-radius: 30px;
}
.modal-body{
    padding: 15px 30px;
}
.modal-body .form-control{
  background: #f6f9fc;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  padding: 10px 15px;
  letter-spacing: .5px;
}
.modal-body .form-group{
  padding-bottom: 15px;
}
.modal-body label{
  font-size: 14px;
  letter-spacing: .5px;
}
.modal-header{
  padding: 15px 30px;
}
.modal-body button{
  border-radius: 30px;
  font-size: 15px;
}
.modal-header .modal-title{
    color: #703EE7;
    font-size: 22px;
}
.btn-primary {
  border: none;
}
.btn-primary:hover {
  opacity: 0.9;
}
.dash_btn .btn{
    text-align: center;
  margin-bottom: 15px;
  padding:6px 14px;
  font-weight: 700;
  border:solid #703EE7 2px;
  color: #703EE7;
  border-radius:25px;
  font-size: 13px;
}
.dash_btn .btn:hover{
  background: #703EE7;
  color: #fff;
}
.dash .card h3{
  padding: 10px 0 0;
  font-weight: 600;
}
.dash .card p{
    font-weight: 500;
}
.prfl_card img{
    width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  margin-top: -3px;
}
.prfl_card ul li{
    font-size: 14px;
}
.prfl_card ul li span{
    float: right;
}
.prfl_card ul{
  padding-top: 10px;
}
.form-group{
    padding-bottom: 15px;
}
.form-control{
    border-radius: 20px;
    font-size: 14px;
}
.card .btn:hover {
  color: #fff;
  opacity: 0.9;
}
.prfl img {
  width: 175px;
  border-radius: 50%;
  padding: 5px;
}
.prfl_img_edt{
    /*text-align: center;*/
}
.bg_lite {
  background:#f6f9fc;
}
.prfl_img_edt .form-control{
    text-align: center;
}
.prfl button{
  border: none;
  color: #fff;
  background: #703EE7;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 80px;
}
.prfl button:hover{
  opacity: 0.9;
}
.dropdown-container {
  display: none;
  transform: translateY(0px);
  transition:.5s ease all;
  padding-left: 30px;
}
.send_btn button{
  background: none;
  border: none;
  color: #703EE7;
  font-size: 22px;
  margin-right: 15px;
  margin-top: 8px;
}
span.send_btn{
  float: right;
}

#messages-container{
    background: linear-gradient(0deg, rgba(246, 249, 252, 0.5), rgba(246, 249, 252, 0.5)), url(../chats/img/chat.jpg);
    background-size: contain;
    height: 550px;
    overflow: scroll;
    padding: 20px; 
}
.msg-header-left .form-control{
    background: #f3f9ff;
}
.msg-header-left .input-group-text{
    background-color: #703EE7;
  border-radius: 20px 0 0 20px;
  height: 40px;
  color: #fff;
}
#msgLeft li{
    border: none;
    padding: 10px 15px;
    border-radius: 10px;
}
#msgLeft li p{
    font-size: 15px;
}
#msgLeft li .txt_date{
    font-size: 12px;
}
.message_wrapper .col-sm-4{
    padding-right: 0;
}
.message_wrapper .col-sm-8{
    padding-left: 0;
}
.msg-header{
    padding: 15px 20px;
}
.msg-header h6, .msg-header p{
    padding-left: 15px;
}
#chat-input{
    border: none;
}
#chat-form{
    border-top: solid 1px #ddd;
}
.list-group .dropdown-item{
    padding: 0;
}
#msgLeft .dropdown-menu li {
  padding: 5px 15px;
  font-size: 14px;
}
.dash_new .card .btn{
    margin: 0;
  background: #ebeef2;
  color: #333;
  border: none;
}
.dash_new h4 span{
    float: right;
}
.dash_new .card-header{
  background: none;
  padding: 10px 30px;
}
.dash_new .card-header h4{
  line-height: 38px;
}
.dash_new .card li{
  margin: 0 0 15px;
}
.dash_new .card li:last-child{
  margin: 0;
}
.dash_new .card li span{
  float: right;
}
.dash_new .card .btn1{
  background: #703EE7;
  color: #fff;
}
.dash_new .card .btn2{
  background: #e5cc5c;
}
.dash_new .card li i{
  color: #703ee7;
}
.dash_new .card img{
  width: 100%;
  padding: 0 18px;
}
.dash_new .card h4 small{
  float: right;
}
.dash_new .card {
  z-index: 1;
  padding: 0;
  background: #fff;
}
.dash .card {
  background: #fff;
}
.dash .card-body {
  background:#fff;
  border-radius:15px;
}
.sape {
  position: fixed;
  right: -20px;
  width: 150px;
  bottom: 50%;
}
.sape2 {
  position: fixed;
  right: -75px;
  width: 375px;
  bottom: -30px;
}
.sape3 {
  position: fixed;
  left: 10%;
  width: 300px;
  bottom: -50px;
}
.member-card .card {
    background:#f6f9fc;
    padding:15px;
}
.dash_btn .card{
    padding: 0;
}
.no_pad{
    padding: 0 !important;
}
.dash_btn .card-header .btn{
    background: #fff;
}
.dash_btn .card-header .btn:hover{
    background: #703EE7;
}
.dash_edit .card{
    padding: 0;
}
.dash_edit .card-header{
    border-radius: 15px 15px 0 0;
}
.dash_edit .card-header p{
    font-size: 14px;
}
.dash_edit .card .btn{
    margin:0;
    padding:3px;
    background:#e5cc5c;
    color: #544b53;
}
.dash_edit .card tr td:last-child{
    text-align:right;
}
.single-list{
    margin-bottom: 15px;
}
.dash_edit .card .card-body {
  padding: 20px;
}
.btn.flw_btn{
    float: right;
    margin-left: 5px;
}
.c_prfl{
  height: 510px;
  overflow-x: scroll;
}
.msg-content-left .msg-header {
  padding: 5px 0;
}
.search-box{
    background: #f3f9ff;
  border: solid #dce6ef 1px;
}
.active > .page-link, .page-link.active {
  background-color: #703ee7;
  border-color: #703ee7;
}
.page-link{
    color: #703ee7;
}
table {
  font-size: 14px;
}


@media (min-width: 320px) and (max-width: 767px) {
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.hide_lg{
    display: block !important;
}
.main-content {
  margin-left: 0;
}
.hide_xs{
    display: none !important;
}
.openNav{
    position: absolute;
  z-index: 1;
  left: 15px;
  top: 7px;
  color: #fff;
}
.navbar .dropdown{
    position: absolute;
    right: 15px;
}
.sidebar a {
  padding: 5px 20px;
}
.sidenav .devdr {
  padding-top: 50px;
}
.card .brd {
  border-top: solid #703EE7 2px;
  border-bottom: solid #703EE7 2px;
  border-left: none;
  border-right: none;
  padding: 15px 0;
    margin: 20px 0;
}
.dash_lft {
  height: auto;
  padding-bottom: 1px;
  padding: 10px 15px;
  width: 100%;
  position: relative;
}
.dash_lft ul li {
  font-size: 13px;
    width: auto;
    float: left;
    padding: 5px 0;
    margin-right: 5px;
}
.dash_lft ul li a {
  padding: 5px;
  text-align: center;
}
.dash_lft h3 {
  padding: 0;
}
.dash_lft ul li a {
  display: inline list-item;
}
.prfl_form {
  padding-top: 15px;
}
.prfl img {
  width: 50%;
}
.mbr_btm .prfl img {
  width: 50%;
}
.mbr_top .pt-2{
    padding-top: 0 !important;
}
.mbr_btm h5 {
  padding-top: 15px;
}
.mbr_btm ul li {
  font-size: 14px;
}
.mbr_btm p {
  font-size: 13px;
  padding-top: 20px;
}
.mbr_btm p span {
  padding-left: 15px;
}
.list .col-md-4 {
  width: 100%;
}
.list .col-md-8 {
  width: 100%;
}
.list .mbr_btm h5 {
  padding: 0;
}
.list .mbr_btm ul li {
  font-size: 13px;
  display: block;
  padding-bottom: 5px;
}
.dash_ryt {
  padding:20px;
}
.card .card-body {
  padding:15px;
}
.navbar {
  z-index: 0 !important;
  height: 55px;
}
table {
  font-size: 12px;
}

}


@media (min-width: 320px) and (max-width: 480px) {

.lgn_grid {
  display: block;
}
.sape2 {
  width: 250px;
}
.sape {
  width: 125px;
  bottom: 30%;
}
.dash_btn .card-header .btn {
  width: 100%;
  margin:5px 0;
}
.rfrl_card .col-md-6 {
    width: 50%;
}
.card .btn {
  min-width: 65px;
  padding:4px 8px;
}
.rfrl_card .col-md-6 .card{
    padding: 10px 5px;
}
.dash_new .col-md-8{
    padding-left: 15px !important;
}
.dash_new .card h4{
  font-size: 15px;
}
.dash_new .card-header {
  padding:10px 15px;
}
.dash_new .card li {
  font-size: 15px;
}
.dash_lft ul {
  padding-top: 10px;
}
.prfl_form .btn{
  min-width: auto;
  margin-left: 5px;
}
.mbr_top input{
    width: 200px;
}
.mbr_col2{
    text-align: center;
}
.message_wrapper .row{
    margin: 0;
}
.msg-content-left {
  padding:15px 0;
  border: none;
}
.message_wrapper .col-sm-4 {
  padding: 0;
}
.message_wrapper .col-sm-8 {
  padding: 0;
}
.msg-sender-name {
    padding: 10px;
}
.msg-sender-name .py-4{
    padding: 0 !important;
}
  
}


@media (min-width: 481px) and (max-width: 767px){
    
.lgn_grid {
  display: block;
}
.sape2 {
  width: 250px;
}
.sape {
  width: 125px;
  bottom: 30%;
}
.rfrl_card .col-md-6 {
width: 25%;
}
.card .btn {
  min-width: 65px;
  padding:4px 8px;
}
.dash_btn .btn {
  font-size: 12px;
  margin:5px 0;
}
.col-md-6.member-card{
    width: 50%;
}
.dash_edit .col-md-4 {
    width: 50%;
}
#msgLeft li {
  padding:5px;
}
#group-list img{
    height: 45px !important;
  width: 45px !important;
  margin-right: 5px !important;
}
#group-list h6 {
  font-size: 14px;
}
#msgLeft li p {
  font-size: 12px;
  line-height: 18px;
}
#msgLeft li .txt_date {
  font-size: 11px;
}
.message_wrapper .row{
    margin: 0;
}
.message_wrapper .col-sm-8 {
  padding:0;
}
.msg-sender-name {
    padding: 10px;
}
.msg-sender-name .py-4{
    padding: 0 !important;
}
.msg-sender-name .col-sm-1{
    width: 15%;
}
.msg-sender-name .col-sm-11{
    width: 85%;
}
.msg-content-left {
  padding:15px 15px 0 0 !important;
}
.dash_lft ul {
    padding-top: 10px;
}
    
}


@media (min-width: 768px) and (max-width: 1024px){

.lgn_right {
  padding-left: 40px;
}
.lgn_right h5 {
  padding-bottom: 175px;
}
.nav_sidebar {
  width: 200px;
}
.main-content {
  margin-left: 200px;
}
.dash_ryt {
  padding:20px;
}
.dash_ryt .col-md-3.aside1{
    width: 100%;
}
.dash_ryt .col-md-3.aside2{
    width: 100%;
}
.dash_ryt .col-md-6.aside_mid{
    width: 100%;
}
.dash_new .col-md-8{
    padding-left: 10px !important;
}
.card .card-body {
  padding:20px;
}
.dash_new .card li {
  margin:0 0 10px;
  font-size: 14px;
}
.dash_new .card h4{
  font-size: 15px;
  padding-bottom: 0;
}
.col-md-8.dash_btn{
    width: 100%;
}
.dash_btn .btn {
  padding:4px;
  font-size: 10px;
  margin: 5px 0;
}
.dash_new .col-md-4{
    width: 50%;
}
.col-md-4.rfrl_card, .dash_new .col-md-8{
    width: 100%;
}
.dash_new .col-md-8 .col-md-6{
    width: 50%;
}
.card .btn {
    padding:2px 4px;
    font-size: 12px;
}
.list .mbr_btm ul li {
  padding-right: 10px;
}
.c_prfl {
  height: 415px;
}
.dash_new .card-header {
  padding:10px 15px;
}
.member_dash .col-md-2, .member_dash .col-md-10{
    width: 100%;
}
.dash_lft {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 20px;
}
.mbr_top .col-md-4{
    width: 50%;
}
.mbr_col2 .prfl img {
  width: 70px !important;
  height: 70px;
}
.member-card .card {
  padding:10px;
}
.mbr_btm .prfl label {
  font-size: 12px;
  margin:0 1px;
}
.mbr_btm i {
  font-size: 10px;
}
.prfl .btn, .prfl_form .btn, .tab-pane .btn {
  min-width: 75px;
}
  .dash_lft ul li {
    width: auto;
    float: left;
    margin-right: 5px;
  }
.tab-pane .list .btn {
  min-width: auto;
}
.list .mbr_btm h5 {
  font-size: 14px;
  line-height: 18px;
}
.dash_edit .col-md-4 {
    width: 50%;
}
#msgLeft li {
  padding:5px;
}
#group-list img{
    height: 45px !important;
  width: 45px !important;
  margin-right: 5px !important;
}
#group-list h6 {
  font-size: 14px;
}
#msgLeft li p {
  font-size: 12px;
  line-height: 18px;
}
#msgLeft li .txt_date {
  font-size: 11px;
}
.message_wrapper .row{
    margin: 0;
}
.message_wrapper .col-sm-8 {
  padding:0;
}
.msg-sender-name {
    padding: 10px;
}
.msg-sender-name .py-4{
    padding: 0 !important;
}
.msg-sender-name .col-sm-1{
    width: 20%;
}
.msg-sender-name .col-sm-11{
    width: 80%;
}
.msg-content-left {
  padding:15px 15px 0 0 !important;
}

}

@media (min-width: 1025px) and (max-width: 1333px){
    
.dash_ryt {
  padding:20px;
}
.dash_btn .card-header .btn {
  margin:5px 0;
}
    
}




