/* font-family */

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url("../css/main.css");


html, body{

  scroll-behavior: smooth;

}



a, a:hover{

  text-decoration: none;

  color: inherit;

}

a, a:hover{

  text-decoration: none;

  -webkit-transition: ease-in-out 0.5s;

  -moz-transition: ease-in-out 0.5s;

  -o-transition: ease-in-out 0.5s;

  transition: ease-in-out 0.5s;

}

ul{

  list-style: none;

  padding: 0;

  margin: 0;

}

select {

  appearance: none;

  background: #FFF url(../images/admin/dropdown.png) no-repeat !important;

}

select.form-control {

  background-position: 95% !important;

  background-size: 7px !important;

}

.form-control:focus{

  box-shadow: none;

}

/* form inputs */

input::-webkit-input-placeholder {

  color: #B6B6B6;

  font-weight: 400;

}

input::-moz-placeholder {

  color: #B6B6B6;

  font-weight: 400;

}

input:-ms-input-placeholder {

  color: #B6B6B6;

  font-weight: 400;

}

input:-moz-placeholder {

  color: #B6B6B6;

  font-weight: 400;

}

/* Admin flow css */

#page-content-wrapper {

  width: 100%;

  margin-left: 300px;

  transition: margin 0.25s ease-out;

}

.sidenav-toggled #page-content-wrapper .navbar{

  margin: 0;

}

.sidenav-toggled #sidebar-wrapper {

  transform: translateX(-350px);

  transition: margin 0.25s ease-out;

}

.sidenav-toggled #page-content-wrapper {

  margin-left: 0;

  transition: margin 0.25s ease-out;

}

.sidenav-toggled #sidebarToggle span:first-child, .sidenav-toggled #sidebarToggle span:last-child {

  width: 21px;

}

#sidebar-wrapper {

  overflow-y: scroll;

  min-height: auto;

  height: auto;

  transition: margin 0.25s ease-out;

  background: #fff;

  max-width: 300px;

  width: 100%;

  transform: translateX(0px);

  position: fixed;

  left: 0;

  top: 0;

  bottom: 0;

  z-index: 1;

  display: flex;

  flex-flow: column;

  justify-content: space-between;

  box-shadow: 0px 4px 4px 0px #0000000D;

}

#sidebar-wrapper h6{

  font-size: 14px;

  font-weight: 600;

  color: #616161;

  margin-bottom: 20px;

}

#sidebar-wrapper .sidebar-heading {

  display: block;

  text-align: center;

  padding: 20px 0;

  background: #fff;

  border-bottom: 0.5px solid #09314729;

}

#sidebar-wrapper .sidebar-heading img{

  height: 96px;

  object-fit: contain;

  text-align: center;

}

#sidebar-wrapper .list-group{

  padding: 20px 15px;

}

#sidebar-wrapper .list-group > a{

  padding: 15px 20px;

  font-size: 16px;

  font-weight: 500;

  line-height: 17.86px;

  color:rgba(29, 35, 44, 0.6);

  background: transparent;

  border-radius: 10px;

  display: grid;

  grid-auto-flow: column;

  justify-content: flex-start;

  align-items: center;

  gap: 11px;

  text-decoration: none;

}
.list-group-item span{
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #FFCC91;
  font-size: 10px;
  font-weight: 600;
  color: #1D232C;
  display: flex;
  justify-content: center;
  align-items:center;
  text-align: center;
  padding-top: 2px;
}
#sidebar-wrapper .list-group > a.active,

.bottom_menu li .list-group-item.active{

  background: linear-gradient(135deg, #F1891E 0%, #DA4E21 100%);

  color: #fff;

  font-weight: 600;

}

#sidebar-wrapper .list-group > a.active svg path
{
  stroke: #fff;
  opacity: 1;
}

.bottom_menu li .list-group-item.active svg path{
  stroke: #fff;
  opacity: 1;
}
#sidebar-wrapper .list-group > a:hover{

  background: linear-gradient(135deg, #F1891E 0%, #DA4E21 100%);

  color: #fff;

}

#sidebar-wrapper .list-group > a:hover svg path{

  stroke: #fff;

}

#sidebar-wrapper .list-group .drop_menu .card{

  background: #131313;

  padding: 18px 28px;

  position: relative;

}

#sidebar-wrapper .list-group .drop_menu .card > a{

  margin-bottom: 24px;

  color: #ACACAC;

  text-decoration: none;

  white-space: nowrap;

}

#sidebar-wrapper .list-group .drop_menu .card > a:last-child{

  margin-bottom: 0;

}

#sidebar-wrapper .list-group .drop_menu .card::before{

  content: '';

  position: absolute;

  top: 37px;

  left: 30px;

  border-left: 1px dotted #ADBBCF;

  height: 34px;

}

#sidebar-wrapper .list-group .drop_menu .item_3::before {

  content: '';

  position: absolute;

  top: 32px;

  left: 30px;

  border-left: 1px dotted #ADBBCF;

  height: 92px;

}

#sidebar-wrapper .list-group .drop_menu .card > a > span{

  margin-right: 15px;

}

#sidebar-wrapper .list-group .drop_menu .card > a.active{

  color: #E11C1C;

}

#sidebar-wrapper .list-group .drop_menu .card > a.active span svg circle{

  fill: #E11C1C;

}

.bottom_menu{

  padding: 20px 15px;

}

.bottom_menu li .list-group-item{

  display: flex;

  align-items: center;

  gap: 7px;

  background: transparent;

  padding: 15px 20px;

  font-size: 16px;

  font-weight: 500;

  border-radius: 10px;

  color: #1D232C;

  text-decoration: none;

  background: rgba(125, 143, 169, 0.1);

  margin-bottom: 10px;

}

/* .bottom_menu li .logout{

  color: #E11C1C;

} */

#wrapper {

  display: flex;

}

.list-group-item {

  border-radius: 0;

  border: none;

}

#page-content-wrapper .navbar {

  background: #fff;

  height: auto;

  display: flex;

  align-items: center;

  padding: 16px 50px 18px 20px;

  box-shadow: 0px 4px 4px 0px #0000000D;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 0 0 300px;
flex-wrap:nowrap;
  z-index: 9;

}

#sidebarToggle span{

  width: 21px;

  height: 2px;

  background: #000;

  border-radius: 3px;

  margin: 5px 0;

  display: block;

}

#sidebarToggle {

  background: transparent;

  display: inline-block;

  margin-right: 25px;

  border: 1px solid #E2E2E2;

  border-radius: 8px;

  padding: 8px 10px;
  display: none;

}

#sidebarToggle span:nth-child(2) {

  width: 14px;

  margin: 0 aut0 0 0;

}

.setting-res{display: none !important;}

.head_title{

  font-size: 22px;

  font-weight: 700;

  margin-bottom: 0;

  color: #090909;

}

.menu_leftbar {

  display: flex;

  align-items: center;

}

.menu_rightbar {

  display: flex;

  align-items: center;

  gap: 24px;

}

.sh-profile img{

  width: 48px;

  height: 48px;

  border-radius: 50%;

  object-fit: cover;

}

.sh-profile{

  display: flex;

  align-items: center;

  gap: 10px;

}

.sh-profile h5{

  font-family: Urbanist;

  font-size: 14px;

  font-weight: 700;

  color: #1D232C;

  margin: 0 0 8px;

}

.sh-profile h6{

  font-size: 13px;

  font-weight: 500;

  color: rgba(29, 35, 44, 0.397);

  margin: 0;

}

.navbarmenu .navbar-toggler {

  display: none;

}

.content_container {

  padding: 30px;

  margin: 85px 0 0;

  background: #F7F8FA;

}

/*Arrow*/

.arrow-icon{

  position: absolute;

  right: 0;

  top: 0;

  margin: 20px 28px 0 0;

}

.list-group-item[data-toggle]:not(.collapsed) .arrow-icon {

  transform: rotate(90deg);

}

/* navbar search */

.nav-search .form-control {

    background: #F7F8FA;

    background-image: url("../images/admin/search.png");

    background-repeat: no-repeat;

    background-position: 15px 15px;

    background-size: 16px;

    border-radius: 5px;

    width: 670px;

    padding: 23px 40px;

    color: #7D8FA9;

    font-size: 14px;

    font-weight: 500;

    border: 1px solid transparent;

}

.nav-search .form-control:focus {

    outline: none;

   border: 1px solid #F1891E;

}

/* notification */
.notification-model .modal-dialog {
    margin: 88px 15px 0 auto;
}
.notification-model .modal-content .modal-body{
  padding: 0;
}
.notification-model .modal-content{
  border-radius: 18px;
  border: none;
  box-shadow: 0px 15px 50px 0px #11182714;
}

.sh-dropdown-heading{
  display: flex;
  align-items:center;
  justify-content: space-between;
  padding: 16px 18px 18px 18px;
  border-bottom: 1px solid rgba(125, 143, 169, 0.2);
}
.sh-dropdown-heading h3{
  font-size: 20px;
  font-weight: 600;
  color:#1D232C;
  margin: 0;
}
.sh-tab-card ul li a{
  font-size: 16px;
  font-weight: 500;
  color:#7D8FA9;
  display: flex;
  align-items:center;
  gap: 6px;
  padding: 20px 0 12px;
}
.sh-tab-card ul li a.active{
  color:#F1891E;
  border-bottom: 2px solid #F1891E !important;
}
.sh-tab-card ul li span{
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  color:#7D8FA9;
  width: 18px;
  height: 18px;
  border-radius:50%;
  display: flex;
  align-items:center;
  justify-content: center;
  background: rgba(125, 143, 169, 0.1);
}
.sh-tab-card ul li span.active{
  background: rgba(241, 135, 30, 0.2);
  color:#F1891E;
}
.sh-tab-card .nav-tabs .nav-link {
  border:none;
}
.sh-tab-card .nav-tabs {
  border: none;
  display: flex;
  align-items:center;
  gap: 30px;
  margin: 0 18px 15px;
}
.sh-notification-box{
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 15px 55px 15px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.sh-notification-txt p{
  color: #04091E;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 4px;
  text-align: justify;
}
.span-txt{
  color: #7D8FA9;
  font-size: 14px;
  font-weight: 600;
}
.span-link{
  color: #F1891E;
  font-size: 14px;
  font-weight: 600;
}
.sh-notification-txt h6{
  color: #7D8FA9;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.noti-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 0 ;
}
.bg-bx{
  background: rgba(125, 143, 169, 0.1);
}
.noti-mark-btn a{
  font-size: 14px;
  font-weight: 600;
  color: #F1891E;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 22px;
}
.sh-notification-items {
  max-height: 550px;
  overflow-y: auto;
  overflow-x: hidden;
}
.admin-dropdown .sh-notification-items::-webkit-scrollbar {
  width: 2px;
}

.admin-dropdown .sh-notification-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.admin-dropdown .sh-notification-items::-webkit-scrollbar-thumb {
  background: #F1891E;
  border-radius: 4px;
}

.admin-dropdown .sh-notification-items::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* =================== Dashboard Page ================= */

.sh-auth-heading{

   font-weight: 600;

   font-size: 22px;

   color: #1D232C;

   margin: 0 0 16px;

}

.sh-dash-box{

  padding: 20px 18px;

  border-radius:14px ;

  background: #fff;

  box-shadow: 0px 2px 14px 0px #00000005;

  margin: 0 0 20px;
  width: 100%;
}

.sh-dash-box h3{

  font-weight: 500;

  font-size: 14px;

  color: #7D8FA9;

  margin: 0 0 10px;

}

.sh-dash-box p{

  font-weight: 600;

  font-size: 21px;

  color: #000000;

  margin: 0;

}

.sh-item-badge{

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.sh-item-badge .badge{

  font-size: 12px;

  font-weight: 600;

  margin: 0;

  padding: 5px 10px;

  border-radius: 15px;

}

.red{

  color:#C56565;

  background: #F4E3E3;

}

.green{

  background: #E3F4E3;

  color:#65C565;

}

.blue{

  background: #DFEAFF;

  color:#158EFE;

}

.sh-dash-subhead{

  font-size: 20px;

  font-weight: 600;

  color: #1D232C;

  margin: 0 0 8px;

}

.sh-dash-text{

  font-size: 16px;

  font-weight: 500;

  color: #7D8FA9;

  margin: 0 0 18px;

}

.sh-product-item-bx{

  display: flex;

  align-items: center;

  justify-content: space-between;

  border-bottom:1px solid rgba(125, 143, 169, 0.2);

  padding: 0 0 16px;

  margin:  0 0 16px;

}

.sh-product-item-bx:last-child{

  margin: 0;

 border: none;

 padding: 0;

}

.sh-product-detail {

  display: flex;

  align-items: center;

  gap: 12px;

}

.sh-product-detail img{

  width: 52px;

  height: 52px;

  border-radius: 10px;

  object-fit: contain;

}

.shh-product-name h5{

  font-weight: 600;

  font-size: 16px;

  color: #1D232C;

  margin: 0 0 6px;

}

.shh-product-name h6{

  font-weight: 500;

  font-size: 14px;

  color: #7D8FA9;

  margin:0;

}

.sh-price h4{

  font-size: 16px;

  font-weight: 600;

  color: #1D232C;

  margin: 0;

}

.sh-order-head{

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding:18px;

}

.sh-order-head a{

  font-size: 14px;

  font-weight: 600;

  color: #F1891E ;

  margin: 0;

}

.sh-recent-orders .table td p{

  font-size: 14px;

  font-weight: 600;

  color: #1D232C;

  margin: 0;
  white-space: nowrap;

}

.sh-recent-orders .table thead th {

  border: none;

  background: #F7F8FA;

  font-weight: 500;

  font-size: 14px;

  color: #7D8FA9;
  white-space: nowrap;

}
.sh-recent-orders .table td{
  padding: 20px 10px;
  border-top: 1px solid rgba(125, 143, 169, 0.2);
  vertical-align: middle;
}
.sh-recent-orders .table tbody tr:first-child{
  border-top: 1px solid transparent;
}


.img-bx img{

  max-width: 32px;

  height: 32px;

  border-radius: 6px;

  object-fit: contain;

}

.img-bx{

  display: flex;

  align-items: center;

  justify-content: start;
/*  flex-wrap: wrap;*/


  gap: 8px;

}

.sh-recent-orders .badge{

  font-size: 12px;

  font-weight: 600;

  padding: 6px 12px;

  border-radius: 8px;

}

/* ================Recent Orders ======================== */
.sh-back-btn a{
  display: flex;
  align-items:center;
  gap: 15px;
}
.sh-back-btn a{
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: rgba(29, 35, 44, 0.5);
}
.sh-back-btn span{
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color:#1D232C;
}
.sh-tabs{
  display: flex;
  align-items:center;
  justify-content: center;
  gap: 40px;
}
.sh-tabs a{
  font-size: 16px;
  font-weight: 500;
  color:#7D8FA9;
  margin: 0;
  padding: 0 0 14px;
}
.sh-tabs a.active{
  color:#F1891E;
  border-bottom: 3px solid #F1891E;
  padding: 0 0 14px;
}
.sh-search-box .nav-search .form-control{
  background: #fff;
  box-shadow: 0px 2px 14px 0px #00000005;
  width: 100%;
  background-image: url("../images/admin/search.png");
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: 16px;
  border-radius: 14px;
  padding: 23px 40px;
  color: #7D8FA9;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
}
.sh-search-box .nav-search{
  flex-grow: 3;
}
.sh-search-box{
  display: flex;
  align-items:center;
  gap: 12px;
  justify-content: space-between;
  padding: 20px 0 15px;
}
.sh-filter a{
  color: #7D8FA9;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items:center;
  gap: 12px;
  background: #fff;
  padding: 12px 20px;
  box-shadow: 0px 2px 14px 0px #00000005;
  border-radius: 15px;
}
.sh-dash-box-order{

  padding:  0 ;

  border-radius:14px ;

  background: #fff;

  box-shadow: 0px 2px 14px 0px #00000005;
  margin: 0 0;
}
.sh-dash-box-order .sh-recent-orders .table thead tr {
  border: none;
  background: rgba(125, 143, 169, 0.1);
  font-weight: 500;
  font-size: 14px;
  color: #7D8FA9;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.file-download img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* ================ Product List ======================== */
.sh-action-btn{
  display: flex;
  align-items:center;
  gap: 20px;
}

/* ================ Add Products ======================== */
.sh-basic-information h4{
  font-weight: 600;
  font-size: 18px;
  color: #1D232C;
  margin: 0 0 28px;
}
.add-products .sh-dash-box{
  margin: 0 0 10px;
}
.auth-radio h6{
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color:#1D232C;
}
.auth-form  h5{
  font-size: 16px;
  font-weight: 500;
  color:rgba(29, 35, 44, 0.7);
  margin: 0 0 22px;
  padding: 0 18px;
}

.sh-input-tags .tags-input-wrapper{
  background: transparent;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #DBDADE;
}
.sh-input-tags .tags-input-wrapper input{
  border: none;
  background: transparent;
  outline: none;
  width: 140px;
  margin-left: 8px;
}
.sh-input-tags .tags-input-wrapper .tag{
  display: inline-block;
  background: rgba(125, 143, 168, 0.1);
  color: #7D8FA9;
  border-radius: 10px;
  padding: 8px 14px;
  margin: 0 10px 6px 0;
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 500;
}
.sh-input-tags .tags-input-wrapper .tag a {
  display: inline-block;
  cursor: pointer;
  color:#1D232C;
  margin-left: 8px;
}
.add_products_btn {
 text-align: center;
 margin-top: 25px;
}
.img-upload-small-img label{
  margin: 0;
}
.img-upload-admin canvas{
  box-shadow: 0px 2px 14px 0px #00000005;
  max-height: 210px;
  height: 100%;
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
  margin: 0 0 15px;
  /* background-image: url("../images/admin/products/13.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px dashed black;
}
#finput {
  display: none;
}
.picture {
  min-width: 67px;
  height: 67px;
 /* background-image: url("../images/admin/products/img-upload.png");
  background-size: contain;
  cursor: pointer;
  overflow: hidden;*/
  border: 1px dashed #7D8FA9;
  background: #7D8FA933;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.picture__img {
  max-width: 100%;
}
.img-upload-small-img{
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.img-upload-small-img img{
  width: 67px;
  height: 67px;
  border-radius: 12px;
}
/* ================ Feedback ======================== */
.sh-review-content{
  border-right:1px solid rgba(125, 143, 169, 0.30);
}
.sh-review-content h4{
  color:#1D232C;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
.sh-review-content p{
  color:#7D8FA9;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.sh-box{
  display: flex;
  align-items:center;
  gap: 20px;
  margin: 0 0 15px;
}
.sh-box h5{
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.sh-box h6{
  color:#0AC834;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.sh-feedback-img-group .rating__group{
  display: flex;
  align-items:center;
  gap: 5px;
  padding: 0 0 4px;
}
.sh-client-detail{
  display: flex;
  align-items:center;
  gap: 16px;
  margin: 0 0 10px;
}
.sh-client-profile h5,
.sh-client-profile h6{
  font-size: 14px;
  font-weight: 500;
  color: #23272E;
  margin: 0 0 7px;
}
.sh-client-profile h6{
  margin: 0;
}
.sh-client-profile h4{
  font-size: 18px;
  font-weight: 600;
  color: #1D232C;
  margin: 0 0 7;
}
.sh-client-profile span{
  font-size: 14px;
  font-weight: 500;
  color: #797D84;
  margin: 0;
}
.sh-feedback-cmnt{
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  justify-content: space-between;
}
.sh-feedback-btn{
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  gap: 12px;
}
.sh-feedback-btn a{
  display: flex;
  align-items:center;
  gap: 8px;
}
.sh-feedback-btn .wd-sh-like{
  width: 40px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid #7D8FA9;
}
.sh-comment-section p{
  font-size: 15px;
  font-weight: 500;
  color: #1D232C;
  margin: 0;
  padding: 0;
}
.sh-feedback-comment-bx{
  margin:  0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(125, 143, 169, 0.2);
  position: relative;
}
.sh-feedback-comment-bx:last-child{
  margin:  0;
  padding: 0;
  border-bottom: transparent;
}
.reply-bx h6{
  font-size: 16px;
  font-weight: 600;
  color: #1D232C;
  margin: 20px 0;
}
.reply-bx button{
  margin: 30px auto 0;
  display: block;
  text-align: center;
}
/* rating & Progress bar */
.rating {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 8px;
}
.rating__group {
  position: relative;
  width: 79px;
  height: 14px;
  background-image: url("../images/admin/star-1.png");
  background-size: 16px 14px;
}
.rating__group:focus-within {
  outline: none;
}
.rating__star {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 14px;
  font-size: inherit;
  appearance: none;
  background-size: 16px 14px;
}
.rating__star:not(:last-child) {
  margin-right: 2px;
}
.rating__star:nth-of-type(1) {
  z-index: 5;
  width: 16px;
}
.rating__star:nth-of-type(2) {
  z-index: 4;
  width: 32px;
}
.rating__star:nth-of-type(3) {
  z-index: 3;
  width: 48px;
}
.rating__star:nth-of-type(4) {
  z-index: 2;
  width: 63px;
}
.rating__star:nth-of-type(5) {
  z-index: 1;
  width: 79px;
}
.rating__star:focus {
  outline: none;
}
.rating__star:hover, .rating__star:checked {
  background-image: url("../images/admin/star.png");
}
.rating__star:hover ~ .rating__star {
  background-image: url("../images/admin/star-1.png");
}
.product-reviews {
  display: flex;
  justify-content: space-between;
}
.reviews-info__title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
  color: #1e212c;
}
.reviews-info .rating {
  margin-bottom: 20px;
}
.reviews-info__caption {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #787a80;
}
.reviews-bar__list {
  display: flex;
  flex-direction: column;
}
.reviews-bar__item {
  display: flex;
  align-items: center;
}
.reviews-bar__item:not(:last-child) {
  margin-bottom: 8px;
}
.progress-bx{
  display: flex;
  align-items:center;
  gap: 8px;
  margin: 0 0 5px;
}
.progress-bx p{
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color:#1D232C;
}
.progress-bx img{
  height: 12px;
  object-fit: contain;
}
.progress-bx .progress {
  display: -ms-flexbox;
  display: flex;
  height: 8px;
  overflow: hidden;
  line-height: 0;
  background-color: #e9ecef;
  border-radius: .25rem;
  width: 100%;
}
.progress-bx .progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: width .6s ease;
}
.progress-bx .one{
  background-color: #DA4E21;
}
.progress-bx .two{
  background-color: #F1891E;
}
.progress-bx .three{
  background-color: #F8B02B;
}
.progress-bx .four{
  background-color: #FFC600;
}
.progress-bx .five{
  background-color: #7D8FA9;
}
/* ================== notification upload image ================== */
.sh-notification-img{
  position: relative;
  margin: 0;
}
.sh-notification-img img,
.sh-notification-img span{
  width:48px;
  height:48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-notification-img span{
  background: linear-gradient(135deg, #F1891E 0%, #DA4E21 100%);
}
.p-image-svg {
  background: #B8E716 !important;
}
.sh-notification-img .p-image {
  position: absolute;
  bottom: -5px;
  right: 0;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  background: linear-gradient(135deg, #F1891E 0%, #DA4E21 100%);
  z-index: 2;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  object-fit: contain;
}
.profile-pic {
  max-height: 150px;
  max-width: 150px;
  height: 100%;
  width: 100%;
  display: inline-block;
  border-radius: 50%;
}
.sh-notification-img .file-upload {
  display: none;
}
.profile-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
/* ================ Admin_Setting ======================== */
.sh-admin-setting{
  padding: 6px 0 11px;
}
.sh-admin-setting ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sh-admin-setting ul li a{
  font-size: 18px;
  font-weight: 500;
  color: #535353;
  padding: 0 30px;
  border-right: 1px solid rgba(125, 143, 169, 0.3);
  white-space: nowrap;
}
.sh-admin-setting ul li a.active{
  color: #F1891E;
}
.sh-setting-notification-bx,.sh-setting-bank-bx{
  padding: 14px 20px;
  border-radius: 8px;
  border: 1px solid #DBDADE;
  margin-top: 15px;
}
.sh-setting-notification-bx,.sh-setting-bank-bx{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sh-noti-icon{
  display: flex;
  align-items: center;
  gap: 18px;
}
.sh-noti-icon span{
  width: 48px;
  height: 48px;
  background: rgba(241, 135, 30, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-noti-icon h4{
  /* font-family: General Sans; */
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #000;
}
/* switch box */
.sh-swich-bx .switch {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 35px;
  margin-bottom: 0;
}

.sh-swich-bx .switch input {
  display: none;
}

.sh-swich-bx .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F1891E;
  border-radius: 30px; /* Rounded corners */
  transition: background-color 0.4s;
}
.menu-link{
  display: block;
}
.sh-swich-bx .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  border-radius: 50%; /* Rounded slider button */
  transition: transform 0.4s;
}

.sh-swich-bx input:checked + .slider {
  background-color: #DA4E21;
}

.sh-swich-bx input:checked + .slider:before {
  transform: translateX(40px); /* Adjusted position when checked */
}

.sh-swich-bx .on,
.sh-swich-bx .off {
  color: white;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  user-select: none;
}

.sh-swich-bx .on {
  left: 18px;
  opacity: 0;
}

.sh-swich-bx .off {
  left: calc(100% - 25px);
}

.sh-swich-bx input:checked + .slider .on {
  display: block;
  opacity: 1;
}

.sh-swich-bx input:checked + .slider .off {
  display: none;
}
/* setting-password change */
.setting_change_pass_bx{
  padding: 26px 0 0 0;
}
/* My Bank */
.sh-bank-card{
  display: flex;
  align-items: center;
  gap: 12px;
}
.sh-bank-card  span{
  width: 50px;
  height: 50px;
  background: #EFEFEF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-bank-card img{
  height: 22px;
  object-fit: contain;
}
.sh-bank-card h5{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0 0 6px;
}
.sh-bank-card h6{
  color: #7D8FA9;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.delete-bank a{
  color:#EB5757;
  font-size: 16px;
  font-weight: 500;
}
.add-bank-model{
  padding: 32px 0 12px ;
}
.add-bank-model a{
  color:#000;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
/*  ===================== Amin Profile ==================== */
.sh-admin-heading{
  color: #1D232C;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}
.sh-admin-sub-heading{
  color: #7D8FA9;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 30px;
}
.admin-profile-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}

/*17-07-2024*/
.wd-dash-list{
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
}
.wd-dash-list .sh-dash-box{
  margin-bottom: 0;
}
.modal{
  padding: 0;
}
#logout-admin-account .black-btn,
#logout-admin-account .sh-bg-btn{
  width: 100%;
  padding: 12px 46px;
}
.mob_logo{display: none;}
.wizard .auth-btn{cursor: pointer;}

/* My Wallet */
.wallet-detl{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
.wallet-bx{
  background: url("../images/admin/wallet-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 0 18px;
  width: 335px;
  height: 90px;
  border-radius: 10px;
}
.wallet-bx h5{
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.wallet-bx h6{
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.sh-withdraw{
  border: 1px solid #7D8FA9;
  border-radius: 12px;
  padding: 11px 24px 11px 11px;
  display: block;
  margin: 0 auto 30px;
}
.sh-withdrw{
  display: flex;
  align-items: center;
  gap: 10px;
}
.sh-withdraw span{
  background: linear-gradient(135deg, #F1891E 0%, #DA4E21 100%);
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.sh-withdraw a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sh-paymnt-histry h4{
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #1D232C;
  margin-bottom: 20px;
}
.sh-pymnt-bx{
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.09);
}
.txt-paymnt h3{
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #1D232C;
  margin: 0 0 6px;
}
.txt-paymnt p{
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #263238;
  opacity: 0.7;
  margin: 0;
}
.paymnt-amunt p{
  font-weight: 600;
  font-size: 20px;
  /*color: #FD1313;*/
  margin: 0;
}
.pmnt-red {
    color: #FD1313 !important;
}
.pmnt-yellow{
    color: #DA7F00 !important;
}
.pmnt-green{
    color: green !important;
}
.withdraw-btn a{
  display: block;
  margin:0 auto;
}
.sh-auth-modal .sh-withdrw-detl h4{
  margin-bottom: 20px;
}
