@font-face {
  font-family: 'Europa Grotesk SH DemBol';
  src:
    url('./../fonts/EuropaGroteskSH-DemBol.woff2') format('woff2'),
    url('./../fonts/EuropaGroteskSH-DemBol.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Europa Grotesk SH Con';
  src:
    url('./../fonts/EuropaGroteskSH-Con.woff2') format('woff2'),
    url('./../fonts/EuropaGroteskSH-Con.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Europa Grotesk SH Bol';
  src:
    url('./../fonts/EuropaGroteskSH-Bol.woff2') format('woff2'),
    url('./../fonts/EuropaGroteskSH-Bol.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Europa Grotesk SH Lig';
  src:
    url('./../fonts/EuropaGroteskSH-Lig.woff2') format('woff2'),
    url('./../fonts/EuropaGroteskSH-Lig.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Europa Grotesk SH Med';
  src:
    url('./../fonts/EuropaGroteskSH-Med.woff2') format('woff2'),
    url('./../fonts/EuropaGroteskSH-Med.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Europa Grotesk SH';
  src:
    url('./../fonts/EuropaGroteskSH-Reg.woff2') format('woff2'),
    url('./../fonts/EuropaGroteskSH-Reg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Europa Grotesk SH';
  src:
    url('./../fonts/EuropaGroteskSH-Ita.woff2') format('woff2'),
    url('./../fonts/EuropaGroteskSH-Ita.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Europa Grotesk SH Ext';
  src:
    url('./../fonts/EuropaGroteskSH-Ext.woff2') format('woff2'),
    url('./../fonts/EuropaGroteskSH-Ext.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Europa Grotesk SH Med';
  src:
    url('./../fonts/EuropaGroteskSH-MedIta.woff2') format('woff2'),
    url('./../fonts/EuropaGroteskSH-MedIta.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Europa Grotesk SH XLig';
  src:
    url('./../fonts/EuropaGroteskSH-XLig.woff2') format('woff2'),
    url('./../fonts/EuropaGroteskSH-XLig.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

#wrapper {
  --sidebar-width: 320px;
}

body {
  background-color: #faf7ff !important;
  font-family: 'Montserrat', sans-serif !important;
  color: #6E6E6E;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif !important;
  color: #000 !important;
  font-weight: 600;
}

p{
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
}

a{
  color: #5D00EE;
}

a:hover{
  color: #320081;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
}

select{
  box-shadow: none;
  outline: none;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.text-dark {
  color: #000 !important;
}

.account-pages{
  height: calc(100dvh - 204px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-rounded-circle .card-box .avatar-lg {
  background: #5D00EE;
  border: 0px !important;
  color: #fff;
}

.widget-rounded-circle .card-box .avatar-lg i {
  color: #fff !important;
}

#sidebar-menu > ul > li > a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  font-family: 'Montserrat', sans-serif !important;
}

#sidebar-menu > ul > li > a:hover{
  background-color: #F9F4FFFC;
}

#sidebar-menu > ul > li > a img{
  margin-right: 5px;
  filter: invert(1) brightness(0);
}

.form-control{
  border-radius: 8px;
  height: 46px;
}

.widget-rounded-circle .card-box h3 span {
  font-size: 36px;
}

.widget-rounded-circle .card-box p {
  color: #6E6E6E !important;
  font-size: 16px;
  white-space: break-spaces;
}

.widget-rounded-circle .card-box {
  box-shadow: 0px 4px 12px 0px #5a139526;
}

.navbar-custom .topnav-menu .nav-link {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.notification-list .noti-title h6 {
  font-size: 16px;
}

.notification-list .profile-dropdown .notify-item {
  font-size: 15px;
  color: #000;
}

.footer {
  background: #fff;
  color: #6E6E6E;
  font-size: 15px;
}

.enlarged .logo span.logo-sm img {
  max-height: 55px;
  /*50 */
}

.logo span.logo-lg img {
  max-height: 60px;
}

table.dataTable.nowrap td a i {
  font-size: 15px;
}

table.dataTable.nowrap td a {
  margin: 0px 5px;
  color: #77808b !important;
}

table.dataTable.nowrap td a.testStatus {
  margin: 0px 5px;
  color: #ffffff !important;
}

table.dataTable.nowrap td a.statusChange i {
  color: #77808b !important;
}

table.dataTable.nowrap td a.deleteItem i {
  color: #ff434b !important;
}

table.dataTable.nowrap td,
table.dataTable.nowrap th {
  font-size: 15px;
  padding: 0.85rem 0.1rem;
}

table.dataTable thead > tr > th {
  padding-right: 20px !important;
}

/* .dataTables_wrapper {
  overflow-x: initial;
} */

.page-title-box .page-title {
  font-size: 1.85rem;
}

table.dataTable th {
  color: #37383d;
}

.navbar-custom,
.left-side-menu {
  box-shadow: 0px 4px 12px 0px #5a139526;
}

.profile-dropdown {
  padding: 0px;
}

.dropdown-item:hover {
  color: #000000;
}

#authContainer .card{
  border-radius: 30px;
  box-shadow: 0px 4px 12px 0px #5a139526;

}

.btn-success{
  background-color: #00aa4d;
  border-color: #00aa4d;
}

.btn.btn-primary {
  /*  background: linear-gradient(319.66deg, #3afdc6 9.09%, #9727f5 121.86%); */
  border: 0px;
  padding: 11px 15px;
  font-size: 16px;
  background: #5D00EE;
  border-radius: 16px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
  height: 46px;
}

.btn.btn-primary.waves-light {
  padding: 6px 25px;
  border-radius: 8px;
  text-transform: capitalize;
}

.btn.btn-danger.waves-effect {
  background: #FF6666;
  color: #fff;
  border: 0px;
  padding: 6px 25px;
  border-radius: 8px;
  height: 46px;
  font-size: 16px;
  line-height: 34px;
}

.page-item .page-link{
    box-shadow: none;
    outline: 0;
    min-width: 33px;
    text-align: center;
}

.page-item.active .page-link{
  background-color: #5D00EE;
    border-color: #5D00EE;
}

#sidebar-menu > ul > li > a.active,
#sidebar-menu > ul > li > a:hover {
  color: #000 !important;
}

.swal2-container.swal2-shown {
  padding: 0px;
}

.swal2-icon {
  font-size: 14px !important;
  margin-top: 0px !important;
}

.swal2-actions button.swal2-styled {
  margin: 0px 10px !important;
}

.swal2-popup .swal2-title {
  font-size: 18px !important;
  /* text-align: unset; */
  color: #101828;
  /* display: flex !important; */
  align-items: center;
}

/* Align buttons horizontally */
.swal2-actions {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  gap: 10px !important; /* space between buttons */
}

/* Custom confirm button */
.swal2-confirm-btn {
  background-color: #5D00EE !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 20px !important;
  border-radius: 5px !important;
  transition: background 0.3s ease;
}

.swal2-confirm-btn:hover {
  background-color: #4a00cc !important; /* Darker purple on hover */
}

/* Custom cancel button */
.swal2-cancel-btn {
  background-color: #5D00EE !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 20px !important;
  border-radius: 5px !important;
  transition: background 0.3s ease;
}

.swal2-cancel-btn:hover {
  background-color: #4a00cc !important; /* Darker purple on hover */
}


input.error[type='text'] {
  border-color: #ff434b;
}

textarea.error {
  border-color: #ff434b;
}

label.error {
  color: #ff434b;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.11rem 0.3rem !important;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.card-body .accordion > .card .card-header {
  padding: 0px;
  background-color: #ebe4f7;
  margin-bottom: 10px;
}

.card-body .accordion > .card .card-header h2 {
  margin: 0px;
}

.card-body .accordion > .card .card-header h2 button {
  width: 100%;
  text-align: left;
}

#sidebar-menu #submenu1 ul {
  padding: 0px !important;
  width: 100%;
  background: #76fad5;
  border-radius: 0px;
}

#sidebar-menu #submenu1 ul li.nav-item .nav-link {
  color: #fff;
  padding: 10px 35px;
  transition: all 0.3s;
  background: #323a46;
}

#sidebar-menu #submenu1 ul li.nav-item .nav-link:hover {
  background: #76fad5;
  color: #323a46;
}

/* #sidebar-menu .metismenu .collapse.in{
    display: none;
}
#sidebar-menu .metismenu .collapse.in.show{
    display: block;
} */

/* #sidebar-menu .metismenu .collapse:not(.show) {
    display: none;
} */
#sidebar-menu .metismenu .collapse.show {
  display: block;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: '★ ';
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.rateLabel {
  float: left;
}

.widget-rounded-circle {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.widget-rounded-circle .card-box {
  height: 100%;
  border-radius: 16px;
}

.dashboard-card{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  padding: 20px;
}

.dashboard-card .widget-rounded-circle .card-box{
  margin-bottom: 0;
}

.dashboard-card .widget-rounded-circle .card-box .col-4 {
  padding: 0px;
}

.dashboard-card .widget-rounded-circle .card-box .row {
    justify-content: space-between;
    padding-inline: 20px;
    align-items: center;
}

.dashboard-card .widget-rounded-circle .card-box .row .icon-container {
    width: 60px;
}

.avatar-lg {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.dashboard-card
 {
    display: grid;
    gap: 30px;
    padding: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}

/* .table td{
    white-space: nowrap;
} */

.table td:last-child {
  white-space: nowrap;
}

.table td:last-child a {
  margin-left: 5px;
}

.custom-drop .fz24 {
  font-size: 24px;
}

.metismenu li.custom-drop > a {
  padding-right: 0px !important;
}

.metismenu li.custom-drop > a .fz24 {
  margin-right: 0px !important;
  /* margin-left: 30px !important; */
}

.metismenu li.custom-drop .submenu {
  padding: 0px !important;
}

.metismenu li.custom-drop .submenu li a {
  width: 100%;
  background: #F9F4FFFC;
  padding: 10px 10px 10px 25px;
  display: block;
  font-weight: 500;
  color: #000;
  font-size: 15px;
}

#sidebar-menu > ul > li.active a .fz24 {
  transform: rotate(90deg);
}

#sidebar-menu > ul > li > a:active,
#sidebar-menu > ul > li > a:focus,
#sidebar-menu > ul > li > a:hover,
.metismenu li.custom-drop .submenu li a:hover {
  color: #000 !important;
}

.metismenu {
  margin-bottom: 0px;
}

a.download_link {
  color: #1abc9c;
}

.user-common-lists {
  border: 1px solid;
  padding: 5px;
  border-radius: 11px;
  margin-bottom: 20px;
}

.user-common-right-box {
  padding: 5px 10px;
}

a.user-profile-edit-ic {
  position: absolute;
  right: 40px;
  font-size: 20px;
  color: #000;
}

.add-skills-box .bootstrap-tagsinput {
  box-shadow: none;
  border-color: #8d8d92;
  height: auto;
  padding: 4px 15px 4px 15px;
  min-height: 52px;
}

.add-skills-box .bootstrap-tagsinput .badge {
  font-size: 12px;
  padding: 0px 20px;
  height: 30px;
  margin: 0px;
  border-radius: 30px;
  line-height: 30px;
  margin-top: 3px;
  margin-right: 10px;
  cursor: auto;
}

.add-skills-box .bootstrap-tagsinput .badge span {
  position: relative;
}


.bootstrap-tagsinput .badge {
  margin-right: 4px !important;
}

.bootstrap-tagsinput .badge [data-role='remove']:hover:after {
  background: transparent;
}

.userSelectContainer .bootstrap-tagsinput {
  border-radius: 8px !important;
  /* padding: 0; */
  padding: .45rem .9rem;
  min-height: 46px;
  display: flex;
  flex-wrap: wrap;
}
.userSelectContainer .bootstrap-tagsinput input{
  padding: 0;
}

.user-skills-lists {
  width: 100%;
  margin-top: 20px;
}

.custom-radio-btn .group {
  margin-top: 15px;
  float: left;
  margin-right: 20px;
}

.margin-right-50 {
  margin-right: 50px !important;
}

input[type='checkbox'],
input[type='radio'] {
  cursor: pointer;
}

.border-btn {
  background: linear-gradient(319.66deg, #3afdc6 9.09%, #9727f5 121.86%);
  border: 0px;
  padding: 11px 15px;
  font-size: 16px;
}

table td .active-link {
  color: #6c757d;
}

.details_title_div {
  width: 100%;
  border-bottom: 1px solid #f5f4f4;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.details_title_div figure {
  background: #faf7ff;
  border-radius: 8px;
}

.details_title_div img {
  width: 100%;
  border-radius: 10px;
}

.col-md-9.text_div {
  padding-top: 1.5px;
  padding-left: 20px;
}

.col-md-9.text_div h2 {
  padding-top: 0px;
  text-transform: capitalize;
  margin: 0;
}

.col-md-9.text_div h6 {
  color: #adadb2;
  font-size: 16px;
  padding-bottom: 8px;
}

.detail-para p span {
  margin-right: 10px;
  background: #76fad5;
  color: #292a36;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 8px 20px;
  border-radius: 30px;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 10px;
  margin-right: 10px;
}

.detail-para p {
  font-size: 16px;
  line-height: 170%;
}

.swal2-popup.swal2-modal.swal2-show {
  padding: 20px;
}

/* css by shubhangi */

.logoDefault img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 30px;
}

.enlarged .left-side-menu .slimScrollDiv,
.enlarged .left-side-menu .slimscroll-menu {
  overflow: hidden !important;
  max-height: 166vh !important;
}

td a {
  white-space: nowrap;
}

/* #sidebar-menu > ul > li > a i {
  display: none;
 } */
.user_viewdata .mb-3 {
  margin-bottom: 0.75rem !important;
}

.video_cover {
  object-fit: cover;
}

.swal2-html-container {
  /* text-align: unset !important; */
  font-size: 16px !important;
  color: #707078 !important;
  margin: 20px 0px 0 !important;
}

.swal2-popup .swal2-actions {
  margin: 1.25em auto 0 0;
}

.swal2-actions .swal2-confirm {
  background: #1488ff;
  color: #fff;
  min-width: 170px;
  min-height: 52px;
  line-height: 24px;
  letter-spacing: 0.07em;
  border-radius: 8px;
  box-shadow: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  border: 0px;
}

.swal2-actions .swal2-cancel {
  min-width: 170px;
  min-height: 52px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  border-radius: 8px;
  border: 1px solid #707078;
  background: #fff;
  color: #292a36;
}

.swal2-icon.swal2-warning {
  display: none !important;
}

.swal2-container.swal2-center > .swal2-popup {
  width: 421px;
  min-height: 223px;
  padding: 15px 30px 15px 30px;
}

.new-admin-reported .no_data_found img {
  width: 100%;
  height: auto;
}

.reportedDetails_model img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: none;
}

/* prefrence design */

#mainSkillDiv {
  margin: 0px 5px 0px 5px !important;
}
#skillInput {
  padding: 8px !important;
}

#skillInput button {
  top: 7px !important;
}

.N_input_design .New__searchBox {
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e9e9e9;
  margin: 20px 0 0 0;
}

.newSerachBarResult {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow-y: scroll;
  max-height: 300px;
  padding: 20px;
  border-radius: 14px;
  background: #fff;
  top: 50px;
  position: absolute;
  min-height: 300px;
  z-index: 20;
  box-shadow: 0px 0px 13px 0px rgb(235, 229, 247);
}
.newSerachBarResult .Search-wrap {
  display: flex;
  border-bottom: 1px solid #eff2f5;
  padding: 10px;
}
.N_input_design .simple-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9727f5;
  border-radius: 7px;
  background: #f7f2ff;
  padding: 10px 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 10px;
  margin: 10px 10px 10px 0px;
  color: #9727f5;
}

.N_input_design .simple-chip span {
  margin-right: 5px;
}

.N_input_design .simple-chip i {
  font-size: 18px;
  font-weight: 500;
}
.New__searchBox button {
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  top: 12px;
}

.New__searchBox input {
  border: none;
  width: 100%;
  padding-left: 40px;
  font-family: 'Sofia Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1e213a;
}
.New__searchBox img {
  width: 17px;
  height: 17px;
}
.New__searchBox input::placeholder {
  font-family: 'Sofia Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1e213a;
}

.New__searchBox input:focus {
  outline: none;
}

.N_input_design .addNewRole {
  padding: 14px;
  background-color: #f4e9ff;
  color: #9727f5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.N_input_design .addNewRole i {
  font-size: 16px;
  font-weight: 600;
}

hr {
  border-top: 1px solid #d3d1d1;
}

.text-error {
  color: #1488ff;
}

.bulk-delete-btn {
  position: relative;
  left: 90px;
}

/* side bar css */

.left-side-menu {
  width: 320px;
}

.content-page {
  margin-left: 320px;
}

.metismenu li .mdi {
    margin-left: auto !important;
    display: block !important;
}

#sidebar-menu > ul > li > a {
    display: flex;
    padding-inline: 20px !important;
}

.user_viewdata .col-lg-6 > .form-group > .row {
    display: grid !important;
    grid-template-columns: 24ch 1fr;
}

.user_viewdata .col-xl-4 > .form-group > .row {
    display: grid !important;
    grid-template-columns: 120px 1fr;
}

.user_viewdata .form-group > .row .col-lg-3, .user_viewdata .form-group > .row .col-lg-9 {
    width: 100% !important;
    max-width: 100% !important;
    word-break: break-all;
}

.team-member-row {
    padding-block: 10px;
    border-bottom: 1px solid #ececec;
}

.team-member-row:last-child {
    border-bottom: none;
}

@media (min-width: 991px) and (max-width: 1500px) {
  .team-member-row .col-xl-4 {
      padding: 0px;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
  }
}

