.dashbaord-section {
  padding: 25px 25px 50px 55px;
  height: calc(100vh - 78px);
  overflow: hidden;
  position: relative;
}
.dashbaord-section .card-main {
  padding: 0;
  max-height: calc(100vh - 148px);
  overflow-y: auto;
  overflow-x: hidden;
}
.dashbaord-section .card-main::-webkit-scrollbar {
  width: 4px;
}
.dashbaord-section .card-main::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px;
}
.dashbaord-section .card-main::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
.dashbaord-section .card-main ::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2;
}
.dashbaord-section .card-parent {
  padding-bottom: 5px;
}
.dashbaord-section .card-parent:first-child {
  margin-top: 10px;
}
.dashbaord-section .dashbaord-card-flex {
  display: flex;
  flex-wrap: wrap;
}

.common-card {
  width: calc(25% - 20px);
  box-shadow: 0px 9px 14px 0px rgba(2, 87, 168, 0.4);
  cursor: auto;
  background-color: white;
  padding: 15px;
  border-radius: 16px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.common-card .user-profile {
  display: flex;
  align-items: center;
}
.common-card .user-profile .avatar {
  border: 2px solid #0257A8;
  width: 55px;
  height: 55px;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.common-card .user-profile .user-detail {
  padding-left: 15px;
}
.common-card .user-profile .user-detail h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #0257A8;
  margin-bottom: 5px;
}
.common-card .user-profile .user-detail .group {
  display: flex;
  align-items: center;
}
.common-card .user-profile .user-detail .group p {
  color: #0C3C73;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
}
.common-card .user-profile .user-detail .group span {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #76BD1D;
  border-left: 2px solid #0C3C73;
  padding-left: 10px;
  margin-left: 10px;
  display: block;
}
.common-card .card-menu {
  margin-top: 15px;
}
.common-card .card-menu ul li:last-child a {
  margin-bottom: 0;
}
.common-card .card-menu ul li a {
  display: flex;
  text-decoration: none;
  align-items: center;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 10px;
  border-radius: 8px;
  background-color: #E8F3F5;
  margin-bottom: 12px;
  transition: all 0.2s linear;
  border: 1px solid transparent;
}
.common-card .card-menu ul li a img {
  width: 20px;
  height: 20px;
  display: block;
}
.common-card .card-menu ul li a:hover, .common-card .card-menu ul li a:active {
  border: 1px solid #0257A8;
  transition: all 0.2s linear;
}
.common-card .card-menu ul li a p {
  margin-bottom: 0;
  padding-left: 8px;
}

.option-dropdown-main {
  display: flex;
}

.option-dropdown {
  margin-left: auto;
  margin-bottom: 20px;
}
.option-dropdown .option-link {
  border: none;
  outline: none;
  background: transparent;
  color: #0C3C73;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-right: 30px;
}
.option-dropdown .option-link::after {
  display: none;
}
.option-dropdown .option-link::before {
  content: "";
  background-image: url("../images/dashboard/down-circle.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
}
.option-dropdown .option-menu {
  background-color: #DBDBDB;
  border-radius: 10px;
  padding: 0;
  border: none;
  margin-top: 10px !important;
  min-width: 195px;
}
.option-dropdown .option-menu li {
  padding: 15px 25px;
  border-bottom: 1px solid #E7ECF1;
}
.option-dropdown .option-menu li:last-child {
  border-bottom: none;
}
.option-dropdown .option-menu li a {
  padding: 0;
}
.option-dropdown .option-menu li a:hover, .option-dropdown .option-menu li a:focus, .option-dropdown .option-menu li a:active {
  box-shadow: none;
  background-color: transparent;
  border: none;
  outline: none;
}
.option-dropdown .option-menu .dropdown-text span {
  color: #0C3C73;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.option-dropdown .option-menu .dropdown-li {
  cursor: pointer;
}
.option-dropdown .option-menu .dropdown-li:hover, .option-dropdown .option-menu .dropdown-li:active {
  background-color: #e1e1e1;
  transition: all 0.3s linear;
}
.option-dropdown .option-menu .dropdown-li:hover .dropdown-item, .option-dropdown .option-menu .dropdown-li:active .dropdown-item {
  color: #000000;
  transition: all 0.3s linear;
}
.option-dropdown .option-menu .dropdown-item {
  color: #0C3C73;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.option-dropdown .option-menu .dropdown-item .check-item {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.option-dropdown .option-menu .dropdown-item .check-item input {
  accent-color: #0257A8;
  width: 20px;
  height: 20px;
}

/* Custom Radiobox */
.check-item input[type=radio] {
  display: none;
}
.check-item .checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 8px;
  border: 2px solid #0257A8;
  vertical-align: middle;
  position: relative;
  position: relative;
}
.check-item .checkmark::before {
  content: "";
  background-image: url("../images/dashboard/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -2px;
  position: absolute;
  z-index: 1;
  top: -5px;
  width: 20px;
  height: 20px;
  visibility: hidden;
  opacity: 0;
}
.check-item input[type=radio]:checked + .checkmark {
  visibility: hidden;
}
.check-item input[type=radio]:checked + .checkmark::before {
  visibility: visible;
  opacity: 1;
}

.dashbaord-no-data-section {
  position: relative;
  width: 100%;
  height: calc(100vh - 78px);
}
.dashbaord-no-data-section .data-mx-wd {
  width: 44%;
}
.dashbaord-no-data-section .new-data-add {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 78px);
  margin: 0 auto;
}
.dashbaord-no-data-section .new-data-add .data-row {
  width: 100%;
}
.dashbaord-no-data-section .new-data-add .data-row a {
  background-color: #0C3C73;
  padding: 10px 32px;
  border-radius: 16px;
  display: block;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  height: 133px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.dashbaord-no-data-section .new-data-add .data-row a span {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: white;
  white-space: nowrap;
}
.dashbaord-no-data-section .new-data-add .data-row a:hover {
  background-color: #245a99;
  transition: all 0.3s linear;
}
.dashbaord-no-data-section .note {
  display: flex;
  position: absolute;
  top: 10px;
  right: 155px;
  align-items: center;
}
.dashbaord-no-data-section .note p {
  color: #636363;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.dashbaord-no-data-section .note figure {
  margin-bottom: 30px;
}
.dashbaord-no-data-section .note figure .dsk-line {
  margin-left: 10px;
  display: block;
}
.dashbaord-no-data-section .note figure .m-line {
  display: none;
}

.moile-ds-card {
  display: none;
}

.m-add-btn {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .ds-modal {
    display: none !important;
  }
  .modal-backdrop {
    display: none !important;
  }
  .m-communtiy {
    display: none;
  }
  .m-option {
    display: none;
  }
}
@media (min-width: 576px) {
  .ds-modal .modal-dialog {
    max-width: 340px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .dashbaord-section {
    padding: 25px;
  }
  .dashbaord-section .common-card {
    padding: 15px;
  }
  .dashbaord-section .common-card .card-main {
    padding: 0px 20px 20px 20px;
  }
  .dashbaord-section .common-card .user-profile .user-detail {
    padding-left: 10px;
  }
  .dashbaord-section .common-card .user-profile .user-detail .group span {
    white-space: nowrap;
  }
  .dashbaord-section .option-dropdown {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dashbaord-section {
    padding: 25px;
  }
  .dashbaord-section .option-dropdown {
    margin-bottom: 15px;
  }
  .common-card {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .dashbaord-section {
    padding: 25px;
  }
  .common-card {
    width: calc(33.33% - 20px);
  }
  .option-dropdown {
    margin-bottom: 15px;
  }
}
@media (max-width: 1399px) {
  .common-card .user-profile .avatar {
    width: 55px;
    height: 55px;
  }
  .common-card .user-profile .user-detail {
    padding-left: 10px;
  }
  .common-card .user-profile .user-detail h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .common-card .user-profile .user-detail .group span {
    line-height: 15px;
    font-size: 15px;
  }
  .common-card .user-profile .user-detail .group p {
    line-height: 15px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .dashbaord-section {
    padding: 25px 0;
  }
  .dashbaord-section .card-main {
    padding: 0;
  }
  .dashbaord-section .option-dropdown {
    margin-bottom: 15px;
  }
  .common-card {
    width: calc(50% - 20px);
  }
  .m-add-btn {
    display: block;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2509803922);
    position: absolute;
    right: 12px;
    bottom: 20px;
    border-radius: 16px;
    width: 60px;
    height: 60px;
    background: #76BD1D;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .m-add-btn span {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    text-align: center;
    color: white;
    display: block;
    margin-top: 4px;
  }
  .m-add-btn img {
    width: 14px;
    height: 14px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .dashbaord-section {
    padding: 20px 0;
  }
  .dashbaord-section .card-main {
    padding: 0px 0px 0 20px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
  }
  .dashbaord-section .option-dropdown {
    margin-bottom: 20px;
  }
  .dashbaord-section .option-dropdown {
    display: none;
  }
  .dashbaord-section .m-communtiy {
    display: block;
    margin-left: auto;
  }
  .dashbaord-section .m-communtiy img {
    display: block;
    width: 26px !important;
    height: 20px !important;
  }
  .common-card {
    width: calc(50% - 20px);
    cursor: pointer;
    padding: 15px;
    margin-left: 0px;
    margin-right: 20px;
  }
  .common-card .user-profile img {
    width: 50px;
    height: 50px;
  }
  .common-card .user-profile .user-detail h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .common-card .user-profile .user-detail .group p {
    font-size: 14px;
    line-height: 18px;
  }
  .common-card .user-profile .user-detail .group span {
    font-size: 14px;
    line-height: 14px;
  }
  .common-card .card-menu {
    display: none;
  }
  .m-option a[aria-expanded=true] .down-img img {
    transform: rotate(0deg);
  }
  .m-option {
    display: block;
    margin-bottom: 20px;
  }
  .m-option a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
    color: #0C3C73;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
  }
  .m-option a .people-m-img {
    display: inline-block;
    padding-left: 5px;
  }
  .m-option a .people-m-img img {
    width: 16px;
    height: 16px;
  }
  .m-option a .count {
    color: #0C3C73;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
  }
  .m-option a .down-img {
    display: inline-block;
    padding-left: 5px;
  }
  .m-option a .down-img img {
    width: 16px;
    height: 16px;
    transform: rotate(180deg);
  }
  .ds-modal {
    overflow: hidden;
  }
  .ds-modal .modal-dialog {
    margin: auto;
  }
  .ds-modal .modal-dialog .dashbaord-card {
    border: 2px solid #DADADA;
  }
  .ds-modal .common-card {
    width: 100%;
  }
  .ds-modal .common-card .user-profile .avatar {
    width: 55px;
    height: 55px;
  }
  .ds-modal .common-card .user-profile .user-detail h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .ds-modal .common-card .user-profile .user-detail .group p {
    font-size: 15px;
    line-height: 18px;
  }
  .ds-modal .card-menu {
    display: block;
  }
  .ds-modal .modal-content {
    border-radius: 16px;
    border: none;
    outline: none;
    background: transparent;
    outline: none;
  }
  .ds-modal .btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
    font-size: 12px;
  }
  .ds-modal .modal-body {
    padding: 0;
  }
  .desktop-ds-card {
    display: none;
  }
  .moile-ds-card {
    display: block;
  }
  .moile-ds-card .dashbaord-card {
    box-shadow: 0px 4px 4px 0px rgba(118, 189, 29, 0.2509803922);
  }
  .moile-ds-card .shadow-gray .dashbaord-card {
    box-shadow: 0px 4px 4px 0px rgba(12, 60, 115, 0.2509803922);
  }
}
@media (max-width: 575px) {
  .dashbaord-section {
    padding: 20px 0;
  }
  .dashbaord-section .card-main {
    padding: 0 10px;
  }
  .ds-modal .modal-dialog {
    margin: 0 4rem;
  }
  .common-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 375px) {
  .ds-modal .modal-dialog {
    margin: 0 3rem;
  }
}
@media (max-width: 320px) {
  .ds-modal .modal-dialog {
    margin: 0 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .common-card .card-menu ul li a {
    line-height: 18px;
    padding: 8px 10px;
    margin-bottom: 10px;
  }
  .common-card .user-profile .avatar {
    height: 55px;
    width: 55px;
  }
  .common-card .user-profile .user-detail h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .common-card .user-profile .user-detail .group p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .add-member-section .data-mx-wd {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .dashbaord-no-data-section .data-mx-wd {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .dashbaord-no-data-section .note {
    display: flex;
    position: absolute;
    bottom: 51px;
    top: initial;
    right: 85px;
  }
  .dashbaord-no-data-section .note p {
    color: #636363;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .dashbaord-no-data-section .note figure {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .dashbaord-no-data-section .note figure .m-line {
    display: block;
    margin-left: 10px;
  }
  .dashbaord-no-data-section .note figure .dsk-line {
    display: none;
  }
}
@media (max-width: 767px) {
  .dashbaord-no-data-section .data-mx-wd {
    width: 90%;
  }
  .dashbaord-no-data-section .new-data-add {
    height: initial;
    margin: 30px auto;
  }
  .dashbaord-no-data-section .new-data-add .data-row {
    width: 100%;
  }
  .dashbaord-no-data-section .new-data-add .data-row a {
    padding: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    height: 100px;
  }
  .dashbaord-no-data-section .new-data-add .data-row a span {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }
  .dashbaord-no-data-section .note {
    display: flex;
    position: absolute;
    bottom: 110px;
    top: initial;
    right: 80px;
  }
}
@media (max-width: 575px) {
  .dashbaord-no-data-section .data-mx-wd {
    width: 95%;
  }
}/*# sourceMappingURL=dashboard.css.map */