:root {
  --colorBlack: #000000;
  --colorRed: #134373;
  --colorLightRed: #15656826 !important;
  --colorGray: #000;
  --colorGrayDark: #3f3e3e;
  --bodyBg: #eef5fc;
  --color-success-light: #deefe5;
  --head-fonts: "Inter", sans-serif;
  --body-fonts:  "Inter", sans-serif;
  --titlebrown: #134373;
  --titlebrownlight: #10cbc8;
  --closebtn: #eedcca;
  --sidebg: #fff;
  --activebg: #072d94;
  --colorpurple: #072d94;
  --redtext: #ff3b30;
  --greentext: #306b34;
  --btngreen:#306b34;
}

/* Common CSS */
body {
  margin: 0;
  padding: 0;
  font-family: var(--body-fonts);
  /* font-family: var(--head-fonts); */
  font-size: 16px;
  /* background: rgb(27,9,7);
  background: linear-gradient(180deg, rgba(27,9,7,1) 0%, rgba(4,4,4,1) 100%); */
  /* background-image: url('../images/backbg-login.png'); */
  background-size: cover;
  background-color:var(--colorBlack);
}
.navbar-header{
  background:rgb(255, 255, 255, 0.08);
}
.mn_fnt {
  font-family: "Urbanist", sans-serif;
}
a:hover {
  color: var(--colorRed);
}
a {
  text-decoration: none;
}
.row {
  position: relative;
}
.titlebrownlight {
  color: var(--titlebrownlight);
}
.btngreen, .btngreen:hover{background-color:var(--btngreen);}
.sidebgleft {
  background-color: #111111;
}
.closebutton {
  background-color: var(--closebtn);
  color: var(--colorGray);
  border: 1px solid var(--closebtn);
}
.colorBlack {
  color: var(--colorBlack);
}
.titlebrown {
  color: var(--titlebrown);
}
.titlebrown:hover {
  color: var(--titlebrown);
}
.colorRed {
  color: var(--colorRed) !important;
}
.color-primary {
  background-color: var(--colorBlack);
}
.colorRed:hover {
  background-color: var(--colorRed);
  color: var(--bodyBg) !important;
}
.colorLightRed {
  font-variant: var(--colorLightRed);
}
.colorGray {
  color: var(--colorGray) !important;
}
.colorGrayDark {
  color: var(--colorGrayDark);
}
.bgBody {
  background-color: var(--bodyBg);
}
.bgpurple {
  background-color: var(--colorpurple);
}

.bgRed {
  background-color: var(--colorRed);
}
.bgRed:hover {
  background-color: var(--colorRed);
}

.bgLightRed {
  background-color: var(--colorLightRed);
}
.btn-light {
  background: #f1f2f6;
}
.colorGrey {
  color: var(--colorGrey) !important;
}
.overflow-x-scroll {
  overflow-x: auto;
}
.colorGreen {
  color: var(--color-success);
}
.left_side {
  background: hsla(0, 0%, 100%, 0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0px;
  flex-direction: column;
  width: 100%;
}
.left_side img {
  padding: 10px;
}
.fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-control {
  padding: 9px 12px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px;
}

.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.w-60 {
  width: 60%;
}

.dash_bg .list-group-item {
  padding: 15px;
  margin-bottom: 5px;
}
.fw-800 {
  font-weight: 800;
}

.btnRed {
  background:#CC1A28;
  /* background: linear-gradient(90deg, rgba(20,9,255,1) 0%, rgba(93,127,255,1) 35%); */
/* 
  background: linear-gradient(90deg, #1409ff, #5d7fff); */
  color: #ffff;
}
.btnGray {
  background-color: #d2e5ff;
  color: #181818;
}
.btnGray:hover {
  background-color: #072d94;
  color: #fff;
}
.btn-40 {
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-50 {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_32 {
  height: 32px;
  min-width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.avtar_24 {
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
  border-radius: 100px;
}
.avtar_54 {
  width: 100px;
  height: 100px;
  display: flex;
  overflow: hidden;
  border-radius: 6px;
}
.avtar_50 {
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
  border-radius: 6px;
}
.charity_54 {
  width: 54px;
  height: 54px;
  display: flex;
  overflow: hidden;
  border-radius: 6px;
  background-color: #e6dad1;
  padding: 9px;
}
.thumbnail_32 {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnRed:hover,
.btnRed:focus .btnRed.active,
.btnRed.show,
.btnRed:first-child:active,
:not(.btn-check) + .btnRed:active {
  background-color: #2c7be3;
  color: #ffff;
  opacity: 0.9;
}

.btnDark {
  background-color: var(--colorBlack);
  color: #ffffff;
}
.btnDark:hover {
  opacity: 0.9;
  background-color: var(--colorBlack);
  color: #ffffff;
}
.btnDarkLight {
  background-color: #cccccc;
  color: var(--colorBlack);
}
.btnDarkLight:hover {
  background-color: var(--colorBlack);
  color: #ffffff;
}
.btnDarkLight:hover svg path {
  fill: #ffffff;
}

.btnLightRed {
  background: var(--colorLightRed);
  color: var(--colorRed);
}

.btnLightRed:hover {
  background: var(--colorRed);
  color: #ffffff;
}
.btnLightRed:hover svg path {
  fill: #ffffff;
}

.dangerBtn {
  background-color: var(--colorLightRed);
  color: var(--colorRed);
}
.btn.dangerBtn:hover {
  background-color: var(--colorRed);
  color: #ffff;
}
.btn.dangerBtn:hover svg path {
  fill: #ffffff;
}

.successBtn {
  background-color: var(--color-success-light);
  color: var(--color-success);
}

.custom-card .customInput::-webkit-input-placeholder {
  color: #fff;
}

.custom-card .customInput-text::-moz-placeholder {
  color: #fff;
}

.btn.successBtn:hover {
  background-color: var(--color-success);
  color: #ffff;
}
.btn.successBtn:hover svg path {
  fill: #ffff;
}

.btnSuccessOutline {
  color: var(--color-success);
  background: transparent;
  border: 1px solid var(--color-success);
}
.btnSuccessOutline:hover svg path,
.btnSuccessOutline:focus svg path,
.btnSuccessOutline:active svg path {
  fill: #ffffff;
}
.btnSuccessOutline:hover,
.btnSuccessOutline:focus,
.btnSuccessOutline:first-child:active {
  background: var(--color-success);
  color: #ffffff;
}
.btn-20 {
  height: 20px;
  padding: 6px 10px;
  border-radius: 4px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-20 {
  padding-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.crd_spc {
  overflow-x: scroll;
}
.avtar_01 {
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}
.lHeight {
  line-height: 1.1;
}
.flex-wrap-inherit {
  flex-wrap: inherit !important;
}
.right_side span {
  top: 50px;
  right: 18px;
}
.custom-dropdown {
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.custom-dropdown .dropdown-item.active,
.custom-dropdown .dropdown-item:active,
.custom-dropdown .dropdown-item:focus {
  background-color: var(--colorRed);
  color: #ffffff;
}
.custom-dropdown .dropdown-item:hover {
  background-color: var(--colorLightRed);
  color: var(--colorRed);
}
.content-wrapper {
  padding-top: 27px;
  /* padding-left: 1rem; */
  /* padding-right: 1rem; */
}
.form-check-input:checked {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.form-check-input:focus {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.customInput {
  font-size: 1rem;
  min-height: calc(1.8em + 1.4rem + 4px);
  /* background-color: #00000047; */
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
  appearance: auto;
}
.form-control.customInput::placeholder {
  color:  rgba(255, 255, 255, 0.3);
}
.customInput2 {
  font-size: 1rem;
  min-height: calc(1.5em + 1rem + 4px);
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: var(--colorBlack);
}
.customInput2.form-select {
  background-image: url(../images/dropdown.svg);
  background-size: 12px 8px;
}
.customTextArea {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.customInput2:focus,
.customTextArea:focus {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #e8dddd;
}
.customInputLable {
  color: #a2a2a2;
  margin-bottom: 6px;
}

::-webkit-input-placeholder {
  color: #008000;
}

.customInput.form-select {
  background-image: url(../images/dropdown.svg);
  background-size: 12px 8px;
}
/* .customInput::placeholder{
    color: var(--colorBlock);
    opacity: 0.3;
} */
.form-control.customInput:focus {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.customModel .modal-content {
  position: relative;
  padding: 40px;
}
.customModel .modal-content .modal-header {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}
.submit-btn a.btn {
  border-radius: 12px;
  font-family: "Urbanist", sans-serif;
}
.Shadow_01 {
  box-shadow: 0px 4px 4px rgba(240, 180, 59, 0.08);
}
.border_01 {
  border-color: #ebebeb !important;
}
.card-header {
  border-bottom: 1px solid #3a3939 !important;
}
.borderBottom {
  border-bottom: 1px solid #ebebeb !important;
}
.borderTop {
  border-top: 1px solid #ebebeb !important;
}
.CheckboxBtn .btn-outline-dark {
  background-color: #ffffff;
  border-color: #e6e6e6;
  padding: 10px 37px;
}
.CheckboxBtn .btn-check:checked + .btn,
.CheckboxBtn .btn.active,
.CheckboxBtn .btn.show,
.CheckboxBtn .btn:first-child:active,
.CheckboxBtn :not(.btn-check) + .btn:active {
  background: var(--colorBlack);
}
.border {
  border-color: var(--colorRed) !important;
}
/* ===============Sidebar CSS Start here================== */
#wrapper {
  overflow-x: hidden;
}
#sidebar-wrapper {
  box-shadow: 0px 4px 25px rgb(23 23 23 / 8%);
  width: 265px;
  position: fixed;
  top: 29px;
  left: 29px;
  border-radius: 13px;
  height: 94vh;
}
div#page-content-wrapper nav {
  box-shadow: 15px 0px 17px rgb(23 23 23 / 8%);
  border-radius: 12px;
}
#sidebar-wrapper .list-group-flush > .list-group-item {
  border-width: 0;
}
.sidebgleft .list-group-item {
  background: transparent;
  color: #fff;
  font-weight: 400;
}
.logo_act {
  display: none;
}
#sidebar-wrapper
  .list-group
  .list-group-item.active
  .menu-icons
  svg.logo_act
  path {
  fill: #ffffff;
  stroke: transparent;
}
#sidebar-wrapper .list-group .list-group-item.active .menu-icons svg.logo_act {
  display: inline-block;
  fill: #fff;
}
#sidebar-wrapper .list-group .list-group-item.active .menu-icons svg.in_act {
  display: none;
}
#sidebar-wrapper .list-group-item-light.list-group-item-action.active,
#sidebar-wrapper .list-group-item-light.list-group-item-action:hover,
#sidebar-wrapper .list-group-item-light.list-group-item-action:active,
#sidebar-wrapper .list-group-item-light.list-group-item-action:focus {
  background-color: #ffffff0f;
  color: #ffffff;
  border-radius: 8px;
  transition: all 0.4s;
  border-left: 2px solid #000;
}

#sidebar-wrapper .list-group .list-group-item .menu-icons {
  margin-right: 10px;
}
#sidebar-wrapper .CompleteYourProfile {
  margin: 0 16px;
}
#sidebar-wrapper .CompleteYourProfile .btn {
  height: 48px;
  margin-top: 35px;
  margin-bottom: 20px;
}
#sidebar-wrapper {
  /* height: 100%; */
  margin-left: -300px;
  transition: margin 0.25s ease-out;
  overflow-y: auto;
  /* background-image: url(../images/Sidebar_bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

#sidebar-wrapper .sidebar-heading {
  padding: 1.5rem 1.5rem;
  font-size: 1.2rem;
  position: relative;
  margin: 1px 0px 10px;
}
.crt_btn .btn {
  border-radius: 13px;
}
.multi_slc .dropdown-toggle {
  background: transparent;
  border: 0;
  min-height: 55px;
  display: flex;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #fff;
}
.multi_slc {
  display: flex;
  justify-content: space-between;
}

.multi_slc .dropdown {
  width: 70% !important;
}
.multi_slc .btn {
  width: 27%;
}
.tab.site_info_tab {
  display: flex;
  width: 100%;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 20px;
}
.site_info_tab.tab .tablinks {
  padding: 8px 30px;
  white-space: nowrap;
  border-radius: 15px;
  border: 2px solid transparent;
}
.site_info_tab.tab {
  border: 0;
}
.site_info_tab.tab .tablinks.active {
  background-color: #9e1313;
  color: #fff;
  border: 2px solid #f0f0f036;
}

.site_info_tab.tab .tablinks:hover {
  background-color: #9e1313;
  color: #fff;
  border: 2px solid #f0f0f036;
}
.tabs_spc {
  background: hsla(0, 0%, 100%, 0.05);
  width: 100%;
  padding: 15px 30px;
  border-radius: 15px;
  position: relative;
}
.tabs_spc .itm {
  width: fit-content;
  position: relative;
  padding: 0 10px 5px 5px;
  display: inline-flex;
}
.tabs_spc .itm:before {
  content: ',';
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}
.tabs_spc .itm:last-child::before {
  visibility: hidden;
}
/* #sidebar-wrapper .list-group {
    width: 297px;
  } */
#sidebar-wrapper .list-group {
  width: 231px;
  margin: auto;
}
#page-content-wrapper {
  min-width: 100vw;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: 0;
}

.overlay {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.close-block {
  right: 15px;
  background: #fff;
  padding: 5px;
}
.upload-img {
  width: 162px;
  height: 162px;
  background: #f9f6f6;
  border-radius: 10px;
  padding: 21px;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.browser_btn input {
  position: absolute;
  height: 41px;
  opacity: 0;
  width: 150px;
  margin: auto;
  left: 0px;
  right: 0px;
}
.upload-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.shft_dta tr th {
  border: 0;
  padding: 10px 20px;
}

.shft_dta tr td:first-child {
  border-left: 1px solid #fff;
  border-radius: 15px 0 0 15px;
}

.shft_dta tr td:last-child {
  border-right: 1px solid #fff;
  border-radius: 0px 15px 15px 0;
}

.shft_dta tr td {
  border-top: 1px solid #fff;
  padding: 20px;
}

.shft_dta table.table {border-collapse: separate;border-spacing: 0px 10px;}
/* width */
#sidebar-wrapper:hover::-webkit-scrollbar  {
  display: block;
}
.site_info_tab.tab::-webkit-scrollbar , .desc_event::-webkit-scrollbar{
  width: 2px;
  height: 5px;
  transition: margin 0.25s ease-out;
}
 .desc_event::-webkit-scrollbar{
  width: 8px;
  height: 5px;
  transition: margin 0.25s ease-out;
}
.site_info_tab.tab::-webkit-scrollbar:hover , .desc_event::-webkit-scrollbar{
  background-color: #9e1313;
}
#sidebar-wrapper::-webkit-scrollbar  {
  width: 2px;
  display: none;
  transition: margin 0.25s ease-out;
}
/* Track */
#sidebar-wrapper::-webkit-scrollbar-track ,.site_info_tab.tab::-webkit-scrollbar-track , .desc_event::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}
/* Handle */
#sidebar-wrapper::-webkit-scrollbar-thumb ,.site_info_tab.tab::-webkit-scrollbar-thumb ,.desc_event::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
/* Handle on hover */
#sidebar-wrapper::-webkit-scrollbar-thumb:hover , .site_info_tab.tab::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
 .site_info_tab.tab::-webkit-scrollbar-thumb:hover , .desc_event::-webkit-scrollbar-thumb:hover {
  background: #a3a3a3;
}
.desc_event {
  height: 200px;
  overflow-y: auto;
  padding: 10px;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: -312px;
  }
}

/* =============Navbar CSS Start Here============= */

.user-profile.dropdown-toggle::after {
  content:none;
  border: none !important;
  margin-top: 5px;
}
.navbar-nav {
  flex-direction: inherit;
  margin-left: 12px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

#page-content-wrapper #sidebarToggle:active {
  border-color: transparent;
}
#page-content-wrapper #sidebarToggle:hover svg path,
#page-content-wrapper #sidebarToggle:active svg path {
  stroke: #134373;
}

.navbar.navbar-expand-lg.navbar-light.bgBody {
  margin-left: 0;
}
.dropdown-divider {
  border-top: 1px solid #ebebeb;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
  position: absolute;
}


/* ==============Authentication CSS Start Here=============== */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
/* .login_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
} */
.login_wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  /* background-image: url(../images/patt.png); */
  width: 100%;
  position: relative;
  /* padding-right: 5%; */
  background-image: url("../images/backbg-login.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.custom-card {
  box-shadow: 20px -20px 30px rgb(0 0 0 / 25%);
  border-radius: 15px;
  padding: 40px 30px;
  border: 1px solid hsl(0deg 0% 100% / 10%);
  width: 100%;
  margin: 0 auto;
}
.card-shadow {
  position: relative;
  z-index: 9;
}
/* .card-shadow:before {
    content: "";
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 5px 22px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 40px;
    top: 41px;
    width: 90%;
    height: 100%;
    z-index: -9;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -20px);
} */

/* ================Dashbaord CSS Start here================ */

.h-vh {
  height: 150px;
}
#page-content-wrapper {
  margin: 2px 11px 0 320px;
  transition: margin 0.25s ease-out;
}
.sb-sidenav-toggled #page-content-wrapper {
  margin-left:30px;
}
#dashboard .card-thumbnail {
  width: 186px;
  height: 186px;
  overflow: hidden;
  display: flex;
  border-radius: 10px;
}
#dashboard .edit-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}

.supportbg {
  background: url(../images/card-bg.svg) #ffffff;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-icon img{
  width: 100px;
}

.card-icon {
  max-width: 100%;
}

.orders_requests_thumb {
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
  border-radius: 4px;
}

#dashboard .earningSec .card-body .icon {
  background: var(--colorLightRed);
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}

#dashboard .reportsCollectedSec .collectedReports svg circle {
  fill: var(--colorRed);
}
#dashboard .reportsCollectedSec .unresolvedReports svg circle {
  fill: #ffa7a7;
}

#dashboard .reportsCollectedSec .newReports svg circle {
  fill: #ffcdcc;
}
#dashboard .earningSec .card-body .icon {
  background: var(--colorLightRed);
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}

#dashboard .reportsCollectedSec .collectedReports svg circle {
  fill: var(--colorPrimary);
}
#dashboard .reportsCollectedSec .unresolvedReports svg circle {
  fill: #ffa7a7;
}

#dashboard .reportsCollectedSec .newReports svg circle {
  fill: #ffcdcc;
}

.dashbaord_data li {
  list-style: none;
}
.dashbaord_data li .box {
  border-radius: 10px;
  background-color: rgb(255, 255, 255, 0.08);
}
.colorLightGreen {
  background-color: #c9f7f5;
}
.colorLightBlue {
  background-color: #e1f0ff;
}
.colorLightYellow {
  background-color: #fff4de;
}
.colorLightPurple {
  background-color: #eee5ff;
}
/* ================Table CSS Start here================ */
.custom-table table {
  border-collapse: separate;
  border-spacing: 0;
}
.custom-table table td {
  border-right: solid 1px #ebebeb;
  border-style: none solid solid none;
  padding: 10px;
  font-size: 14px;
}
.custom-table table th {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  border-right: solid 1px #ebebeb;
}
.custom-table table td,
.custom-table table th {
  padding: 16px;
}
.custom-table table tr:last-child td {
  border-bottom: solid 1px #ebebeb;
}
.custom-table table tbody tr td:first-child {
  border-left: solid 1px #ebebeb;
}
.custom-table table tr:first-child th:first-child {
  border-top-left-radius: 10px;
  border-left: solid 1px #ebebeb;
}
.custom-table table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
.custom-table table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.custom-table table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.custom-table table tr:first-child td {
  border-top-style: solid;
}
.custom-table table tr td:first-child {
  border-left-style: solid;
}

/* =====================DataTable CSS=================== */
table.dataTable.no-footer {
  border-bottom: none !important;
  padding-top: 16px;
}

table.dataTable tbody th,
table.dataTable tbody td {
  vertical-align: middle;
}

/* table.dataTable thead th, table.dataTable tbody td {
    border-bottom: solid 1px #EBEBEB;
} */
table.dataTable thead th,
table.dataTable tbody td {
  padding: 10px;
  white-space: nowrap;
}
.break-spaces {
  white-space: break-spaces !important;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #fff;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fff;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  /* color: #fff !important; */
  border: none !important;
  background: #ED2024 !important;
  border-radius: 4px;
}

.paginate_button.next,
.paginate_button.previous {
  background-color: var(--colorLightRed) !important;
  border-radius: 4px;
  margin: 0px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 4px;
  margin-right: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled img,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover img,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active img {
  opacity: 0.5;
  background-color: var(--colorLightRed);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  box-shadow: none !important;
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  padding-top: 16px !important;
}

.dataTables_length select {
  border-color: #d9d9d9;
  height: 32px;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  background: #ffffff21;
  box-shadow: none !important;
  border-color: transparent;
  color: #fff;
  border-radius: 6px;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
  padding-left: 40px !important;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  top: 18px !important;
  left: 10px !important;
}
/* ================Order management CSS================ */
.no-wrap {
  white-space: nowrap;
}

.oderSummary tbody tr td,
.oderSummary tbody th {
  padding: 5px 16px;
  color: var(--colorBlack);
}

.oderSummary tbody tr:first-child td {
  padding-top: 14px;
}
.oderSummary tbody tr:last-child th {
  padding-bottom: 14px;
}
.OrdersInQueueModel hr {
  border-color: #ebebeb;
  opacity: 1;
}
.pro_dta .avtar img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.pro_dta .avtar {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  overflow: hidden;
}
/* ===================Custom nav Pills=================== */
.customNavPills .nav-item .nav-link.active {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--colorBlack);
  color: #ffffff;
  border-radius: 100px;
}

.customNavPills .nav-item .nav-link {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--colorGray);
  border-radius: 100px;
}

.customNavPills .nav-pills .nav-link:focus-visible {
  outline: none !important;
}

.customNavPills2 .nav-item .nav-link.active {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--colorRed);
  border-bottom: 1px solid var(--colorRed);
  font-weight: 600;
}
.nav-pills.customNavPills2 .nav-link {
  background: transparent;
  color: #868686;
  height: 60px;
  padding-top: 0px;
  border-radius: 0px;
}
.add-table-btn {
  margin-top: -14px;
}
.pay_logo.me-2 {
  height: 18px;
  width: 18px;
  padding: 1px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal hr {
  border-color: #ebebeb;
  opacity: 1;
}
.thumnail_112 {
  height: 112px;
  width: 112px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

/* ===================Notification CSS===================  */
#notification .card .card-body .noti_thumbnails {
  height: 74px;
  width: 74px;
  overflow: hidden;
  display: flex;
  justify-items: center;
  align-items: center;
  border-radius: 10px;
}

#notification .card .card-body {
  border-bottom: 1px solid #ebebeb;
}

/* ==================Profile CSS Start Here================ */

#profile .card .card-body .customProgress .progress {
  overflow: visible;
  margin-bottom: px;
  height: 5px;
  border-radius: 100px;
}
#profile .card .card-body .customProgress .progress-bar {
  background-color: var(--colorBlack);
  position: relative;
  border-radius: 100px;
  overflow: visible;
}
#profile .card .card-body .customProgress .progress-bar span {
  position: absolute;
  bottom: -20px;
  font-size: 14px;
  line-height: 10px;
  right: -1.4em;
  color: var(--colorGrayDark);
}

#profile .card .card-body .profile-tabs {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#profile .card .card-body .profile-tabs li {
  list-style: none;
  font-size: 18px;
  color: var(--colorBlack);
  position: relative;
  padding-left: 25px;
}
#profile .card .card-body .profile-tabs .filled:before {
  content: url(../images/filled.svg);
  position: absolute;
  top: 0;
  left: 0;
}

#profile .card .card-body .profile-tabs .unfilled:before {
  content: url(../images/no_filled.svg);
  position: absolute;
  top: 0;
  left: 0;
}

#profile .profile_details .serviceType {
  position: relative;
  padding-left: 20px;
}
#profile .profile_details .serviceType::before {
  content: url(../images/info_icon.svg);
  position: absolute;
  left: 0;
  top: 2px;
}

.customCheckbox {
  background-color: #dbdbdb;
  border: 1px solid #dbdbdb;
  background-image: url(../images/check.svg);
  background-size: auto;
}
.customCheckbox:focus {
  background-color: #dbdbdb;
  border-color: transparent;
}
.customCheckbox:checked[type="checkbox"] {
  background-image: url(../images/check.svg);
  background-color: var(--colorBlack);
}
.w-130 {
  width: 130px;
}

.time .timePickerInput {
  padding: 0.1rem 0.75rem !important;
  background: #f5f5f5;
  border-color: transparent;
}
.time .timePickerInput:focus {
  border-color: transparent;
}
.time .input-group-text {
  border: none;
  background: #f5f5f5;
}
.BusinessScheduletdTable td,
th,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.027);
}

/* ==================Date Picker CSS==============  */
.flatpickr-day.today {
  border-color: var(--colorRed) !important;
  color: var(--colorRed);
}
.flatpickr-day {
  line-height: 35px !important;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: var(--colorRed) !important;
  border-color: var(--colorRed) !important;
}
.flatpickr-day.inRange {
  background: #fce9e8 !important;
  border-color: #fce9e8 !important;
  -webkit-box-shadow: -5px 0 0 #fce9e8, 5px 0 0 #fce9e8 !important;
  box-shadow: -5px 0 0 #fce9e8, 5px 0 0 #fce9e8 !important;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  -webkit-box-shadow: -5px 0 0 var(--colorRed), 5px 0 0 var(--colorRed) !important;
  box-shadow: -5px 0 0 var(--colorRed), 5px 0 0 var(--colorRed) !important;
}
.flatpickr-calendar {
  box-shadow: none !important;
  border: 1px solid #ebebeb !important;
  border-radius: 12px !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  font-family: var(--body-fonts) !important;
  font-weight: 600 !important;
  color: var(--colorBlack);
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.flatpickr-input[readonly] {
  cursor: pointer;
  width: 307.875px;
}

/* ===================Menu Management CSS=================== */
.search .form-control {
  background-color: #14142B;
  border: 1px solid #14142B;
  border-radius: 4px;
  color: var(--colorBlack);
}
.search .form-control:focus {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #e8dddd;
}
#menu_management .cate_list {
  border-bottom: 1px solid #ebebeb;
}
#menu_management .cate_list:last-child {
  border-bottom: none;
}

#menu_management .card .card-body.cate_croll {
  height: 527px;
  overflow: hidden;
  overflow-y: auto;
}
#Categories .accordion-item {
  border-bottom: 1px solid #ebebeb;
}

#Categories .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: var(--colorBlack);
}

#Categories .accordion-body {
  padding: 1rem 0rem !important;
  border-top: 1px solid #ebebeb;
}

#Categories .accordion-button {
  padding: 1.5rem 0rem !important;
  font-weight: 600;
  color: var(--colorBlack);
}
#Categories .actionBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  z-index: 99999;
}
#Categories .actionBtn a {
  padding: 11px 10px;
}
/* ===================Custom Swtich CSS================ */
.customSwitch .form-check-input {
  border: 3px solid #d9d9d9 !important;
  background-color: #d9d9d9;
  width: 2.8rem;
  height: 1.6rem;
}
.customSwitch.form-switch .form-check-input {
  background-image: url(../images/toggle_swtich.svg);
}
.customSwitch.form-switch .form-check-input:checked {
  background-color: var(--colorRed);
  border: 3px solid var(--colorRed) !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.tableManagement .btn {
  background: #fff;
  color: #3f3e3e;
  padding: 10px 20px;
  box-shadow: 0px 4px 4px rgb(240 180 59 / 8%);
  border-radius: 5px;
  font-weight: 500;
}
.tableManagement .btn.active {
  background-color: var(--colorBlack);
  color: #ffffff;
}

.border-right-0 {
  border-right: 0 !important;
}
.availability .input-group-text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.availability
  .input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-radius: 4px !important;
}
.btnaddon {
  background-color: #e8e8e8;
  min-height: calc(1.5em + 1rem + 4px);
}
.btnaddon:hover,
.btnaddon:active .btnaddon:focus,
.btnaddon:focus-visible,
:not(.btn-check) + .btn:active {
  background-color: #317adb;
  border-color: #317adb;
}
.custom-dropdown .dropdown-item path {
  fill: var(--colorRed);
}
.user_block path {
  fill: var(--colorRed);
}
.user_block {
  background: #ffc9c8;
  padding: 21px;
  width: 65px;
  height: 65px;
  margin: auto;
  border-radius: 10px;
}
.pargh_block {
  max-width: 238px;
  /* word-break: break-word; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
/* ===============Media Query Start here=============== */

@media (max-width: 767px) {
  .login_wrapper {
    background-size: cover;
    padding: 0 30px;
  }
  .custom-card {
    padding: 24px;
  }
  #page-content-wrapper {
    margin-left: 0px;
  }
  #sidebar-wrapper {
    margin-left: -312px;
    z-index: 9;
  }
  #closeSidebar {
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .sb-sidenav-toggled .overlay {
    display: block;
  }
}
@media (min-width: 767px) {
  #closeSidebar {
    display: none;
  }
}
@media (min-width: 576px) {
  .customModel .modal-dialog {
    max-width: 432px;
    margin-right: auto;
    margin-left: auto;
  }
}

.resttro_img img {
  width: 162px;
  height: 110px;
  object-fit: cover;
  border-radius: 5px;
}
ul.ms-recent-support-tickets li {
  list-style: none;
}
ul.ms-recent-support-tickets {
  margin: 0px;
  padding: 0px;
}
.ms-twitter-feed .media {
  align-items: flex-start;
  display: flex;
}
.ms-img-small {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.customer-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ms-feed li.ms-list-item {
  border: 1px solid #ccc;
  margin-bottom: 22px;
  padding: 20px;
  border-radius: 8px;
}
.ms-feed li.ms-list-item:hover {
  box-shadow: 3px 3px 8px 0px #cccccc4d;
}
/* .ms-feed li.ms-list-item:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
} */
.binarydark {
  position: relative;
  width: 75px;
  height: 75px;
  background: #e4f7f7;
}
/* .binarydark:before {
    content: "";
    position: absolute;
    width: 293px;
    height: 168px;
    left: 0;
    height: 110%;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    border-radius:50%;
}
/* .binarydark.colorBlack::before {
    background:rgba(0,0,0,0.7);
    /* background:rgba(var(--color-secondary-rgba),.1)
} 
/* .binarydark.browndark::before {
    background:rgba(165,121,91,0.7);
    /* background:rgba(var(--color-secondary-rgba),.1) 
} */
.browndark {
  background-color: #114a53;
}
.browndark {
  background-color: #88f5f33b;
}
.graylight {
  background-color: #f8f8f8;
}
.colorBlack svg {
  position: absolute;
}
/* .card{flex-direction: inherit;} */

/* .browndark img {
    width: 52px;
    position: absolute;
} */
.card {
  border: 0;
}
/* .btn.btn-success {
  background-color: #19875436;
  border-color: transparent;
  color: #198755;
}
.btn.btn-success:hover {
  background-color: #198754;
  color: #fff;
} */

/* table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: solid 1px #ebebeb !important;
} */
.charity_54 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.profile_photo img {
  width: 100%;
}
.profile_photo {
  background: #fff;
  box-shadow: 0 0 5px #cccc;
  width: 140px;
  border-radius: 100px;
  padding: 39px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
hr {
  opacity: 0.1;
}
.profile_block {
  background: #fffafa;
  border-radius: 10px;
  text-align: center;
  padding: 29px;
}
.profile_img {
  width: auto;
  height: 242px;
  border-radius: 13px;
  overflow: hidden;
  margin: auto;
}
.profile_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.delete_block {
  background: rgb(168, 134, 107, 0.2);
  position: absolute;
  top: 0px;
  z-index: 999;
  right: 1px;
  padding: 12px;
  border-radius: 0px 0px 0 26px;
}
.upload_pict input {
  position: absolute;
  /* left: 0px; */
  right: 0px;
  left: 0px;
  margin: auto;
  width: 100px;
  opacity: 0;
}
.total_amount {
  background-color: #a5795b;
  padding: 12px;
  border-radius: 6px;
}
.readmore {
  text-decoration: underline;
  /* color: #a8866b; */
}
.btn-danger.delete_btn:hover {
  color: #fff;
  background-color: #ff29212b;
}
/*************tablecss*****************/

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: transparent !important;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: transparent;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 0px !important;
}
.work_block {
  background: #fffafa;
  width: 100%;
  padding: 8px;
}
div.ck-editor__editable {
  min-height: 500px;
}
.full_img_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full_img_banner {
  width: 100%;
  height: 269px;
  overflow: hidden;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #156568;
}
.nav-link {
  color: #fff;
}
.nav-link:focus,
.nav-link:hover {
  color: #156568;
}
.delete_btn {
  background-color: #ffe9e9;
  padding: 8px 9px;
  border-radius: 4px;
}
.user_profile_block img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.user_profile_block {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100px;
}
.profile_width {
  width: fit-content;
  position: relative;
}
.camera {
  position: absolute;
  /* top: 0px; */
  right: 0px;
  bottom: 0px;
}
.profile_width {
  width: fit-content;
  position: relative;
  margin: auto;
}
.camera input {
  position: absolute;
  top: 9px;
  opacity: 0;
}
.global-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(var(--light-gray-rgba), 0.03);
  box-shadow: 0 5px 20px rgba(var(--light-gray-rgba), 0.03);
}
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: 700 !important;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  border-bottom: 0 !important;
}
table.dataTable tbody tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
table.dataTable tbody tr:first-child td:last-child {
  border-radius: 0 8px 0 0;
}
table.dataTable tbody tr:last-child td:first-child {
  border-radius: 0;
}
table.dataTable tbody tr:last-child td:last-child {
  border-radius: 0;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 11px 17px;
  font-size: 16px;
  white-space: normal;
  border-bottom: 1px solid #ffffff11;
  border-right: 0;
  border-left: 0;
  color: #c5c5c5;
}
table.dataTable tbody tr td:first-child {
  border-left:0;
}
table.dataTable tbody tr:first-child td {
  border-top:0;
}
table.dataTable tbody tr td:last-child {
  border-right:0;
}
.paginate_button.next,
.paginate_button.previous {
  border:0;
  background-color: transparent !important;
}
.redtext {
  color: #ff3b30;
}
.greentext {
  color: #306b34;
}
.outer {
  position: relative;
  width: 600px;
  height: 400px;
}
.percent {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 80px;
  bottom: 0;
}
.green_block {
  background-color: #306b34;
  color: #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.blue_block {
  background-color: #0f6ecc;
  color: #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.red_block {
  background-color: #ea3a60;
  color: #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.purple_block {
  background-color: #89437e;
  color: #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.table_block_box tr td {
  padding: 13.2px;
  border-bottom: 0px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.btn_vw:hover {
  opacity: 1;
}
.btn_vw {
  padding: 6px;
  text-transform: capitalize;
  min-width: 129px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #0ab970;
}
.method {
  background: #e8eff8;
  padding: 10px;
}

.line-clamp3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  width: 262px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.client_img {
  min-height: 275px;
  overflow: hidden;
  border-radius: 8px;
}
.client_img img {
  height: 100%;
  aspect-ratio: 1/1;
}

.skills span.badge {
  font-size: 16px;
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  background: #072d941a;
  color: #172b61e0;
  font-weight: 500;
  border-radius: 42px;
}
.custom_nav {
  background: #fff;
  padding: 7px 0px;
  border-radius: 9px;
}

.upload_file .file {
  width: 91px;
  height: 91px;
  border: 1px solid #00000052;
  border-radius: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.action_btn a.accept_btn {
  background: #072d94;
  padding: 8px 22px;
  border-radius: 4px;
  color: #fff;
}

.action_btn a.reject_btn {
  background: #ed1d1b;
  padding: 8px 26px;
  border-radius: 4px;
  color: #fff;
}

.revw_slide .item .slide .img,
.revw_slide .item .slide .rvw {
  width: 100px;
}
.revw_slide .item {
  padding: 10px;
}
.revw_slide .item .slide {
  border: 1px solid #ccc;
  padding: 30px 15px;
  border-radius: 8px;
  position: relative;
}
.date span {
  background: #d8e1f4;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
}
.date {
  position: absolute;
  top: 10px;
  right: 10px;
}
.tabcontent {
  display: none;
}
.tab {
  border-bottom: 1px solid #ccc;
  width: fit-content;
  margin-bottom: 20px;
}
.tab button.tablinks.active {
  border-bottom: 2px solid #000;
}
.tab button.tablinks {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}
.tab button.tablinks:hover,
.tab button.tablinks:active {
  border-color: #000;
  background-color: transparent;
}
.brd_blk a {
  color: #7e7e7e;
  font-size: 16px;
}
.brd_blk a.active {
  color: #000;
}
.brd_blk a:hover {
  color: #000;
}
.pay_dtl .border {
  border-color: #ccc !important;
}

.custom_select select {
  font-size: 1rem;
  min-height: calc(1.8em + 1.4rem + 4px);
  border: 1px solid #ddebf9;
  border-radius: 7px;
  width: 150px;
}

.usr_profile span {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf6ff;
  border-radius: 60px;
  border: 1px solid #c2ddff;
  margin: 0 auto;
}

.usr_profile span svg {
  width: 44px;
  height: 44px;
}

.usr_profile img {
  width: 100px;
  height: 100px;
  border-radius: 60px;
}

.custom_upload {
  background-color: indigo;
  color: white;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 1rem;
}

.input_hide {
  position: absolute;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
}

.text_blue {
  color: #418ff6;
}

.theme_bg {
  color: #418ff6;
}
.login_text {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  text-align: center;
  font-size: 14px;
}
/* new css */

.discription {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 380px;
}

.pro_dta .desc {
  font-weight: 600;
}
.cata_icon {
  width: 44px;
  border: 1px solid #d5d5d5;
  padding: 10px;
  border-radius: 42px;
}

.cata_icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.content_tabs .nav-pills .nav-link {
  background-color: #fff;
}

.content_tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #0ab970;
}

.content_tabs .nav-pills .nav-link.active i svg path,
.content_tabs .nav-pills .show > .nav-link i svg path {
  stroke: #fff;
}
.cribs_tab ul {
  background: #ffffff61;
  padding: 4px 5px;
  border-radius: 6px;
  border: 1px solid #fff;
  border-radius: 72px;
}

.cribs_tab .nav-pills .nav-link {
  width: 10rem;
}
.cribs_tab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-radius: 52px;
}

.crib_info h4 {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 600;
}

.text_green {
  color: #0ab970;
}

.badge-default {
  border: 1px solid #edf2f9;
  background-color: #fff;
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 18px;
  border-radius: 32px;
}

.cribs_users .user_list {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 16px;
}
.cribs_users .user_list:last-child {
  border: none;
  padding-bottom: 0px;
}

.interest .badge-default {
  background-color: #f3f8ff;
}

.end_crib h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.crib_info > div {
  margin-bottom: 24px;
  /* border-bottom: 1px solid #d3d3d3; */
}

.crib_info > div:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.user_detils .avatar.avatar-image {
  height: 150px;
  width: 150px;
}

.user_detils .avatar.avatar-image img {
  display: block;
  border-radius: 200px;
  width: 100%;
  height: 100%;
}

.user_detils .avatar.avatar-image .expert {
  position: absolute;
  bottom: -8px;
  right: -5px;
}

.user_detils .user_info {
  padding-left: 30px;
}

.user_detils .user_info h2 {
  font-size: 20px;
}

.user_detils .user_info .text-opacity {
  font-size: 14px;
  color: #72849a;
  margin-bottom: 12px;
}

.border-left {
  border-left:1px solid #403f3f !important;
}

.group_btn .btn {
  width: 134px;
  height: 48px;
  margin-top: 3px;
}

.usr_profile .block_icon {
  bottom: 0;
  text-align: center;
  right: 190px;
}

.user_info2 .card-body h5 {
  font-size: 18px;
  font-weight: 600;
}

.select_users,
.select_users:hover,
.select_users:active {
  border: 1px solid #0ab970;
  color: #0ab970;
  font-weight: 600;
  background: transparent !important;
}
.check_box input {
  width: 22px;
  height: 22px;
}

.wallet_box .wallet_text h2 {
  font-size: 23px;
  font-weight: 900;
}

.wallet_box {
  background-image: url(../images/Sidebar_bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  /* background: #e8fff5; */
  border-radius: 7px;
}
.wallet_box .more_option {
  padding: 12px;
  background: #00000005;
}

.bg_border {
  background: #fff;
  border: 1px solid #418ff6;
  color: #418ff6;
  font-weight: 500;
}
.bg_border:hover {
  background: #418ff6;
  color: #fff;
}

.user_info1 {
  background: #ffffffd1;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 12px;
  align-items: center;
  border-top: 1px solid #0000000a;
  border-bottom: 1px solid #0000000a;
  /* margin-top: 1px; */
  padding-top: 16px;
}

.user_info1 li {
  text-align: center;
}

.user_info1 p {
  font-size: 14px;
}

.stats span , .views span {
  color: #000;
  font-weight: 500;
}
.stats a {
 background: #fff4f3;
  padding: 6px 12px;
  border-radius: 173px;}

  .views a {    background: #f5f5f5;
    padding: 6px 12px;
    border-radius: 173px;}

  .stats a:nth-child(2) {
    background: #f3f4ff;
  }

.stats {gap: 8px;}

.result {
  display: flex;
    padding-right: 100px;
    width: 100%;
    align-items: center;
    background: #fbfbfb;
    margin-bottom: 14px;
    padding: 21px 14px;
    border-radius: 10px;
}
.result.opt2 {background: #f5fcff;
  border: 1px solid #4ba8d6;}

.prnct {
  font-size: 18px;
  color: var(--text-color);
  margin-right: 20px;
  font-weight: 700;
}

.opt1 .prnct-bar {
  width: 15%;
}

.result .prnct-bar {
  background-color: #4BA8D6;
  height: 6px;
  border-radius: 10px;
margin-top: 6px;
}

.bar {
  width: -webkit-fill-available;
}

.result label {
  font-size: 18px;
  color: var(--text-color);
  font-weight: bold;

}

    /* Main container */
    .comments-container {
      width: 100%;
  
    }

    /* Comment item */
    .comment {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ddd;
    }

    .comment:last-child() {
      border-bottom: none;
    }


    /* Avatar styling */
    .avatar {
      width: 50px;
      height: 50px;
      border-radius: 50%;
    margin-right: 12px;
    background-color: #ddd;
    }

    /* Content of comment */
    .comment-content {
      flex: 1;
    }

    /* Username styling */
    .username {
      font-weight: bold;
      color: #333;
    }

    /* Timestamp styling */
    .timestamp {
      color: #888;
      font-size: 0.9em;
      margin-left: 10px;
    }

    /* Text styling */
    .text {
      margin-top: 5px;
      line-height: 1.5;
      color: #555;
    }

.suspent_btn {padding: 6px 10px; font-size: 14px;}

.card-body {
  background-color: #111111;
  padding: 15px;
  border-radius: 10px;
}

/* .card-body input {
  background-color: #222238;
  border: 1px solid #222238;
  color: #ffffff5e;
} */
::-webkit-calendar-picker-indicator {
  filter: invert(4);
}
ul#myTab {
  border-bottom: 0;
}
.nav-tabs {
  /* background-color: #ffffff12; */
  border-radius: 7px;
  padding: 3px;
  font-size: 14px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: #32314e;
  border-color: transparent;
  border-radius:7px 7px 0 0;
  color: #fff !important;
}
.nav-link:focus, .nav-link:hover {
  color: #fff;
  /* border: 1px solid #ffffff12 !important;  */
}
.forgot-text a {
  color: #b1a1a1;
  text-decoration: underline;
}
.forgot-text{
  color: rgb(237 229 229 / 50%);
}
.btnRed:hover, .btnRed:focus .btnRed.active, .btnRed.show, .btnRed:first-child:active, :not(.btn-check) + .btnRed:active {
  background-color: #CC1A28;
  color: #ffff;
  opacity: 0.9;
}
.lock-block {
  background-color: hsl(0deg 0% 100% / 10%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-inline: auto;
}

.user_info p {
  font-size: 14px;
}
.card-bx.orange_bg_block {
  background: #edb5b5;
}
.card-bx {
  position: relative;
  z-index: 1;
  border-radius: 1.75rem;
  overflow: hidden;
  padding: 30px 35px;
  display: flex;
}
.card-bx .pattern-img {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  content: "";
  top: 0;
  left: 0;
}

.modal-content {
  background-color: #111111;
}
.modal-header{
  border-bottom: var(--bs-modal-header-border-width) solid #ffffff17;
  color: #ffff;
}
.modal-footer{
  border-top: var(--bs-modal-header-border-width) solid #ffffff17;

}

.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.avatar_40{
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #ffffff4b
}
.avatar_120{
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #ffffff4b
}
.fit-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.avatar-upload {
  position: relative;
  max-width: 170px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  display: flex ;
  align-items: center;
  justify-content: center;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 100%;
  border: 4px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffff;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card{
  background-color: rgb(255, 255, 255, 0.08);
}


.form-control:disabled{
  background-color: #e9ecef17;
}

.custom-input span{
  top: 47px;
  right: 18px;
}

.login-main-page {
  background-position: 50%;
  background-size: cover;
  /* padding: 100px; */
  /* position: relative; */
  z-index: 1;
  /* background-color: #000; */
  /* float: inherit; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 80px);
  /* min-height: 600px; */
}
.login-main-page .login-wrapper {
  background: #000;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  backdrop-filter: blur(6px);
  border-radius: 20px;
  overflow: hidden;
  width: 552px;
}
.login-wrapper {
  box-shadow: 0 0 60px 10px rgb(82 79 79 / 20%);
  display: flex;
  /* height: calc(100vh - 200px); */
  /* min-height: 600px; */
  padding: 45px;
}
.login-wrapper .login-aside-left::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  /* flex: 0 0 50%; */
  display: table;
  bottom: 0;
  background: url(/assets/images/bg-login2.56519ba8a09a2ab29fe9.png);
  height: 288px;
  width: 100%;
  mix-blend-mode: multiply;
}
.login-wrapper .login-aside-left {
  background: #A21515;
  background-image: radial-gradient(circle, rgba(162, 21, 21, 1) 0%, rgba(199, 71, 24, 1) 50%, rgba(162, 21, 21, 1) 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  display: table;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 50px;
  position: relative;
  z-index: 1;
}
.login-wrapper .login-aside-left .login-description {
  display: table-cell;
  padding-bottom: 40px;
  vertical-align: bottom;
  position: relative;
  z-index: 99;
}
.login-description h1 {
  color: #ffffff !important;
  font-weight: 700;
}
.login-description p,.login-description a{
  color: #ffffff !important;
}
.login-wrapper .login-aside-right {
  flex: 0 0 100%;
  max-width: 100%;
}
.login-wrapper .authincation-content {
  background-color: initial;
  box-shadow: none;
}
.authincation-content {
  background: #8743df;
  background: var(--primary);
  border-radius: 5px;
  box-shadow: 0 0 35px 0 hsla(215, 9%, 64%, .15);
}
.login-wrapper .btn, .login-wrapper .form-control {
  border-radius: 8px;
}
.form-control {
  background: #111111;
  border: 1px solid #ffffff12;
  border-radius: .5rem;
  color: #b1b1b1;
  height: 56px;
}
.form-control:focus{
  color: #ffffff;
    background-color: #ffffff14;
    border-color: #ffffff1f;
    box-shadow: 0 0 0 .25rem #ffffff24;
}
.login-wrapper .btn, .login-wrapper .form-control {
  border-radius: 8px;
  height: 56px;
}
.login-wrapper .btn {
  border-radius: 8px;
  height: 56px;
  background:#292929;
  color: #fff;
}
.login-logo img {
  width: 80px;
}
.login-wrapper .login-logo {
  position: absolute;
}
.sidebar-heading .logo {
  width: 99px;
}
.photo-content .cover-photo {
  background: url(../images/backbg.png);
  background-size: cover;
  background-position: center;
  min-height: 88px;
  width: 100%;
  border-radius: 9px;
}
.profile .profile-photo {
  max-width: 160px;
  position: relative;
  z-index: 1;
  margin-top: -80px;
  margin-right: 10px;
}
.profile .profile-photo img {
  width: 141px;
  height: 141px;
  object-fit: cover;
}
button.btn.btn-danger {
  background-color: #fff;
  color: #21203F;
  border: 0;
  font-size: 14px;
}
.thumbnails {
  cursor: zoom-in;
}
.fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-bg-received,.btn-bg-received:hover{background-color: #01C27D;}
.btn-bg-sent, .btn-bg-sent:hover {
  background-color: #FF9C66;
  width: 25%;
}
.upload-area__drop-zoon {
  position: relative;
  height: 11.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px dashed #767676;
  border-radius: 15px;
  margin-top: 2.1875rem;
  cursor: pointer;
  transition: border-color 300ms ease-in-out;
}
.drop-zoon__icon {
  display: flex;
  font-size: 3.75rem;
  color: #fff;
  transition: opacity 300ms ease-in-out;
}
.drop-zoon__paragraph {
  font-size: 0.9375rem;
  color:#fff;
  margin: 0;
  margin-top: 0.625rem;
  transition: opacity 300ms ease-in-out;
}
.drop-zoon__file-input {
  /* display: none; */
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
}

table.dataTable tbody tr {
  background-color: transparent !important;
}

.btn-gradient {
  background: linear-gradient(25deg, rgba(162, 21, 21, 1) 0%, rgba(199, 71, 24, 1) 50%, rgba(162, 21, 21, 1) 100%);
  color: #fff;
  border: 0px;
}
.custom-wedget {
  color: #ffffff;
  padding: 7px 14px;
  font-size: 16px;
  border-radius: 6px;
}
.custom-wedget.danger{
  background: #ed20243b;
}
.custom-wedget.success{
  background: #20ed5d3b;
}

.chart-area {
  background-color: rgb(255, 255, 255, 0.08);
  border-radius: 10px;
}
.user-modal-content {
    background-color: #1e1e1e;
    color: white;
    padding: 20px;
    border-radius: 10px;
  }

  .user-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .user-modal-close {
    background-color: rgba(140, 138, 138, 0.663);
  }

  .user-modal-profile {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }

  .user-modal-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
  }

  .user-modal-name {
    font-weight: bold;
    color: white;
  }

  .user-modal-email {
    font-size: 0.9rem;
    color: white;
  }

  .user-modal-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .user-modal-icon {
    width: 40px;
    height: 40px;
    background-color: #e2e2e2e9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 1.2rem;
    margin-right: 10px;
  }

  .user-modal-text {
    color: white;
  }

  .user-modal-status {
    background-color: #e2e2e2e9;
    color: red;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
   
    margin-top: 20px;
  }
  .user-modal-status_1{
     
    background-color: red;
    
    color: #e2e2e2e9;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
   
    margin-top: 20px;
  }
  .accordion-button {
      background-color: #c4a253;
      color: white;
      font-weight: bold;
    }

    .accordion-button:not(.collapsed) {
      background-color: #b38a3b;
      color: white;
    }

    .accordion-item {
      border: none;
    }

    .stats-header,
    .stats-row {
      display: flex;
      justify-content: space-around;
      font-weight: bold;
      padding: 0.5rem 1rem;
      text-align: center;
    }

    .stats-header {
      background-color: #d1d1d1;
      text-transform: uppercase;
    }

    .weapon-name {
      background-color: #333;
      color: white;
      padding: 0.5rem 1rem;
      font-weight: bold;
      border-radius: 0.5rem;
      margin: 0.5rem auto;
      width: fit-content;
    }
    .card-custom {
      background-color: #4a4646;
      padding: 1rem;
      border-radius: 0.5rem;
      color: black;
      max-width: 100%;
      margin: 2rem auto;
    }

    .info-box {
      background-color: white;
      padding: 1rem;
      width:60%;
      border-radius: 0.5rem;
    }

    .action-box {
      background-color: white;
      border-radius: 0.5rem;
      padding: 0.5rem;
      width: 100%;
      text-align: center;
      font-weight: 500;
      margin-bottom: 0.5rem;
    }

    .grid-2x2 {
      display: grid;
      width:30%;
      grid-template-columns: repeat(2, 1fr);
      gap: 0.5rem;
    }

    .accordion-button {
      background-color: rgba(82, 79, 79, 0.527);
      color: black;
      font-weight: bold;
    }

    .accordion-button:not(.collapsed) {
      background-color: rgba(128, 128, 128, 0.5);
      color: black;
    }

    .accordion-body {
      background-color: rgba(128, 128, 128, 0.15);
      color: black;
    }

    body {
      background-color: #000;
      padding: 2rem;
    }

    .icon-label {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .avatar-sm {
      width: 40px;
      height: 40px;
  }
  
  .avatar-title {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-size: 14px;
  }
  
  .bg-gradient-primary {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  }
  
  .bg-gradient-info {
      background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  }
  
  .bg-gradient-success {
      background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  }
  
  .bg-gradient-warning {
      background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
  }
  
  .bg-gradient-danger {
      background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  }
  
  .table-active {
      background-color: rgba(0, 0, 0, 0.05) !important;
  }
  
  .btn-sm {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
  }
  
  /* Custom dropdown styling */
  .dropdown .btn-outline-secondary {
    background-color: #1f1f1f;
    border-color: #63676a;
    color: #fff;
    border-radius: 6px;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    min-width: 120px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
  
  .dropdown .btn-outline-secondary:hover {
      background-color: #e9ecef;
      border-color: #adb5bd;
      color: #495057;
  }
  
  .dropdown .btn-outline-secondary:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
  }
  
  .dropdown .btn-outline-secondary::after {
      margin-left: auto;
      color: #6c757d;
  }
  
  .dropdown-menu {
      border: 1px solid #dee2e6;
      border-radius: 6px;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
      min-width: 120px;
  }
  
  .dropdown-item {
      color: #495057;
      padding: 0.5rem 0.75rem;
      font-size: 0.875rem;
  }
  
  .dropdown-item:hover {
      background-color: #f8f9fa;
      color: #495057;
  }
  
  .dropdown-item:active {
      background-color: #e9ecef;
      color: #495057;
  }
  .avatar-title img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
 /* Toggle Switch Styles */
 .toggle-switch {
  position: relative;
  display: inline-block;
}

.toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-label {
  display: block;
  width: 60px;
  height: 30px;
  background-color: #6c757d;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.toggle-slider {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.toggle-input:checked + .toggle-label {
  background-color: #dc3545;
}

.toggle-input:checked + .toggle-label .toggle-slider {
  transform: translateX(30px);
}

.toggle-input:focus + .toggle-label {
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}
 /* Avatar styling */
 .avatar-sm {
  width: 40px;
  height: 40px;
}

.avatar-large {
  width: 80px;
  height: 80px;
}

.avatar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-img-large {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.bg-gradient-info {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.bg-gradient-success {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.bg-gradient-warning {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.bg-gradient-danger {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.table-active {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/* Modal styling */
.modal-content {
  border: none;
  border-radius: 12px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-header {
  padding: 1.5rem 1.5rem 0 1.5rem;
}

.modal-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.modal-footer {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.detail-item {
  padding: 0.5rem 0;
}

.detail-item label {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.detail-item p {
  font-size: 0.9rem;
}

/* Custom dropdown styling */
.dropdown .btn-outline-secondary {
  background-color: #f8f9fa;
  border-color: #dee2e6;
  color: #495057;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  min-width: 120px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown .btn-outline-secondary:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
  color: #495057;
}

.dropdown .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
}

.dropdown .btn-outline-secondary::after {
  margin-left: auto;
  color: #6c757d;
}

.dropdown-menu {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  min-width: 120px;
}

.dropdown-item {
  color: #495057;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #495057;
}

.dropdown-item:active {
  background-color: #e9ecef;
  color: #495057;
}