@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

img {
  border: none;
}

:root {
  --primary-color: #030F23;
  --filter-btn: #101949;
}

/* ------- New login css ----- */

/* ----------- NOTIFICATION POPUP CSS ------------ */

.notification-popup-wrap {
  padding: 6px 10px 16px 5px;
}

.notification-popup-wrap h3 {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  margin: 0px 0 11px 0;
}

.notification-all-inner {
  height: 285px;
  overflow-y: scroll;
  padding-top: 7px;
}

.notification-all-inner::-webkit-scrollbar {
  width: 10px;
  height: 80px;
}

.notification-all-inner::-webkit-scrollbar-track {
  background: #ED8A0024;
  margin: 6px 10px 6px 4px;
  border-radius: 8px;
}

.notification-all-inner::-webkit-scrollbar-thumb {
  background-color: #FF8E26;
  border: 1px solid #fff;
  border-radius: 8px;
}

.notification-icon-wrap {
  position: absolute;
  right: 65px;
  top: 5px;
  cursor: pointer;

  img {
    width: 74%;
  }
}

.notification-card-boxwp {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px #00000040;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 10px;
  margin-bottom: 12px;
}

.content-notification-client {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.notification-icon img {
  width: 34px !important;
  height: 34px !important;
}

.notification-card-boxwp .content-notification-client h3 {
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  margin: 0px 0 3px 0;
  text-align: left;
}

.notification-card-boxwp .content-notification-client p {
  font-size: 10px;
  color: #6C6C6C;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}


/* ----------- NOTIFICATION POPUP CSS ------------ */





.firewatch-login-inner-card {
  padding: 15px 65px;
}

.firewatch-login-inner-card::before {
  width: 100%;
  height: auto;
  content: '';
  position: absolute;
  background-image: url(../images/login-imgs/bg-shape1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0px;
  z-index: -1;
  background-position: bottom;
}

.login-wrap {
  width: 100%;
  height: 75vh;
  background: #fff;
  display: flex;
  border-radius: 10px;
  align-items: center;
  box-shadow: 0px 0px 34px 0px #82828240;
}

.logo-firewatch {
  display: flex;
  /* margin: 0 auto; */
  justify-content: center;
}

.logo-firewatch img {
  width: 12%;
  margin-bottom: 24px;
}

.firewatch-login-logo {
  width: 100%;
  border-radius: 0;
  padding: 96px 0px;
  border-right: 2px solid #B0B0B0;
}

.firewatch-login-form {
  /* flex: 50%; */
  width: 100%;
  background: #FFFFFF;
  height: 100%;
  /* display: flex; */
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 70px 20px;
  border-radius: 0px 15px 15px 0px;
}

.firewatch-login-form {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  padding: 11px;
  /* box-shadow: 0px 0px 10px -5px #000; */
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.firewatch-login-form h1 {
  font-size: 20px;
  margin: 0px 0px 20px 0px;
  color: #333333;
  font-weight: 600;
  position: relative;
}

.inner-form-label h2 {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

.firewatch-login-form h1::before {
  content: "";
  position: absolute;
  left: 56px;
  top: -9px;
  height: 56px;
  width: 3px;
  /* background: linear-gradient(271.5deg, #ED8A00 1.16%, #9D0C0C 95.09%); */
  background: #0082d1;
  transform: rotate(90deg);
  transform-origin: top left;
}

.firewatch-login-form form {
  width: 100%;
  height: auto;
  padding: 35px
}

.firewatch-login-form label {
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  justify-content: flex-start;
  margin: 0;
  gap: 7px;
  background: #fff;
  border-radius: 0px 30px 30px 0px;
  position: relative;
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}

.firewatch-login-form label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  cursor: pointer;
  appearance: none;
  border: 2px solid #003e9a;
  background-color: #ffffff;
  border-radius: 3px;
  outline: none;
}

.firewatch-login-form label input[type="checkbox"]:checked {
  background-image: url(../images/login-imgs/checked-checkbox.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: #ffffff;
  border: none;
}

label.login-labl {
  -webkit-text-fill-color: transparent;
  align-items: baseline;
  display: flex;
  font-size: 14px;
  align-items: center;
  margin-top: -12px;
  width: fit-content;
}

.remeber-me-title {
  font-size: 15px;
  font-weight: 400;
  background: #003e9a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.firewatch-login-form label input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 6px 6px 6px 6px;
  padding-left: 57px;
  /* margin-bottom: 6px; */
  padding-right: 41px;
  font-size: 14px;
  border: 1px solid #0082d1;
  color: #444;
}

.firewatch-login-form label input[type="password"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 6px 6px 6px 6px;
  padding-left: 56px;
  /* margin-bottom: 6px; */
  padding-right: 40px;
  font-size: 14px;
  border: 1px solid #0082d1;
  color: #444;
}

.firewatch-login-form label input[type="password"]::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.firewatch-login-form label input[type="text"]::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

/* .firewatch-login-form label i {
  position: absolute;
  padding: 0px;
  right: 16px;
  top: 15px;
  color: #c6c4c1;
} */


.password-eye {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  top: 11px;
  right: 11px;
  border: none;
  align-items: center;
  background: none;
  justify-content: center;
  cursor: pointer;
  transition: .5s;
}

.eye-close {
  background-image: url(../images/login-imgs/eye-close.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.eye-open {
  background-image: url(../images/login-imgs/eye-open.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.firewatch-login-form label img {
  font-size: 65px;
  font-weight: 600;
  color: #fff;
  width: 49px;
  /* height: fit-content; */
  /* background: #E50916; */
  position: absolute;
  padding: 0px;
  border-radius: 6px 6px 6px 6px;
  left: 0px;
  top: auto;
}

.firewatch-logo {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.firewatch-logo img {
  width: 400px;
  /* height: 107px; */
  margin-bottom: 0px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 3;
}

.firewatch-login-btn {
  width: 100%;
  height: 49.428px;
  border-radius: 8px;
  /* background: #626CFE; */
  background: #003e9a;
  color: #fff !important;
  font-size: 17px;
  border: none;
  display: flex;
  font-weight: 500;
  text-align: center;
  align-items: center;
  justify-content: center;
}


/* ------- New login css ----- */
/*LOGIN-SECTION*/


.login-in {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  overflow: hidden;
}

.login-logo {
  flex: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  justify-content: center;
}

.logo {
  width: 100%;
  height: auto;
  text-align: center;
}

.logo img {
  width: 615px;
  height: 100%;
}

.login-form form h6 {

  margin-bottom: 26px;
}

.login-logo h1 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;

  small {
    font-size: 24px;
  }
}

.login-form {
  flex: 50%;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%); */
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0px 7rem;
}

.login-form form {
  width: 100%;
  height: auto;
  padding: 2rem 1.5rem;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.login-form form h1 {
  color: #000;
  /* text-align: center; */
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 7px;
}

.login-form form hr {
  width: 100%;
  height: 1px;
  background-color: #C4C4C4;
  border: none;
  opacity: 1;
  margin: 1.5rem 0 1.5rem 0;
}

.login-lbl {
  width: 100%;
  height: 45px;
  margin-bottom: 1.2rem;
  border-radius: 8px !important;
  border: none;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.login-lbl img {
  width: 20px;
  height: auto;
  position: absolute;
  left: 15px;
}

.login-txt {
  width: 100%;
  height: 100%;
  border: none;
  /* background: #F2F2F2; */
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 32px 0px 14px;
  outline: none;
  border: 1px solid #8E8E8E;
  border-radius: 8px;
}

.login-txt::placeholder {
  color: #7A7A7A;
}

.password-eye {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  right: 15px;
  border: none;
  align-items: center;
  background: none;
  justify-content: center;
  transition: .5s;
}

.password-eye::placeholder {
  color: var(--inputclr, #444);
}

.password-eye i {
  color: #C0C0C0;
  cursor: pointer;
}

.password-eye .fa-eye-slash:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/login-page/icons/eye-close.svg);
}

.password-eye .fa-eye:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/login-page/icons/eye-open.svg);
}

.rembr-me {
  font-family: var(--secondary-font);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
}

.rembr-me input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: 1px solid #3182CE;
  accent-color: #3182CE;
  border-radius: 10px;
}

.login-btn {
  width: 100%;
  height: auto;
  color: #fff;
  border: none;
  display: flex;
  border-radius: 27px;
  /* background: #3182CE; */
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  padding: 0.8rem 5rem;
  background: #003e9a;
}

/*LOGIN-SECTION*/

/* user management css */

a.service-box {
  width: 46%;
}

.service-img {
  position: relative;
  height: fit-content;
  width: 100%;
}

.service-img h1 {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 23px;
  margin: 0;
}

.service-img img {
  width: 100%;
}

.offering-management-main {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 50px 50px;
  justify-content: space-between;
}

.back {
  display: flex;
  align-content: center;
  gap: 15px;
  margin: 20px 0;
}

.back h6 {
  font-size: 28px;
}

.back img {
  width: 32px;
}

select.edit-field.edit-select.filter-select {
  width: fit-content;
  height: 38px;
  /* top: 122px; */
  /* left: 755px; */
  border-radius: 8px;
  padding: 8px 30px 8px 8px;
  /* gap: 10px; */
  outline: none;
  border: none;
  background: #0082d1;
  color: white;
  cursor: pointer;
  appearance: none;
  background-image: url(../images/dropdown.svg);
  background-size: 14px;
  background-position: calc(100% - 12px);
  background-repeat: no-repeat;
  background-position: calc(100% - 11px);
}

a.green-active {
  width: 75px;
  height: 28px;
  border-radius: 4px;
  padding: 4px;
  gap: 10px;
  background: rgba(35, 161, 73, 1);
  color: white;
}

a.red-suspend {
  width: 75px;
  height: 28px;
  border-radius: 4px;
  padding: 4px;
  gap: 10px;
  background: rgba(255, 0, 0, 1);
  color: white;
}

a.Grey-delete {
  width: 75px;
  height: 28px;
  border-radius: 4px;
  padding: 4px;
  gap: 10px;
  background: rgba(134, 134, 134, 1);
  color: white;
}

a.black-edit {
  width: 75px;
  height: 28px;
  border-radius: 4px;
  padding: 4px;
  gap: 10px;
  background: rgba(0, 0, 0, 1);
  color: white;
}

.status {
  width: 120px;
  height: 24px;
  border-radius: 6px;
  /* padding-right: 4px; */
  /* padding-left: 4px; */
  gap: 4px;
  background: rgba(235, 255, 241, 1);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;

}

.status p {
  position: inherit !important;
  color: rgba(17, 156, 43, 1) !important;
}

.status2 {
  width: 120px;
  height: 24px;
  border-radius: 6px;
  /* padding-right: 4px; */
  /* padding-left: 4px; */
  gap: 4px;
  background: rgba(255, 249, 240, 1);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;

}

.status2 p {
  position: inherit !important;
  color: rgba(255, 167, 35, 1) !important;
}

.status3 {
  width: 120px;
  height: 24px;
  border-radius: 6px;
  /* padding-right: 4px; */
  /* padding-left: 4px; */
  gap: 4px;
  background: rgba(235, 255, 241, 1);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;

  p {
    position: inherit !important;
    color: #FF0000 !important;
  }
}

/* user management css */
select.edit-field.edit-select2 {
  color: #949494;
  cursor: pointer;
  appearance: none;
  background-image: url(../images/dropdowndark.svg);
  background-size: 14px;
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
}

img.profile-pic-img {
  width: 42px !important;
  height: 40px !important;
  border-radius: 10px;
}

img.profile-image-1 {
  width: 100%;
  padding: 24px;
}

/*  new css  */


div.tab-pane {
  background: aquamarine;
  width: 99%;
  height: fit-content;
  border: 0.57px solid rgba(228, 228, 228, 1);
  background: rgba(250, 250, 250, 1);
}

div.tab-pane p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12.13px;
  color: rgba(51, 51, 51, 1);
  padding: 22px;
}

div.tab-pane .editable-editor {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12.13px;
  color: rgba(51, 51, 51, 1);
  padding: 22px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

.description-wrap .editable-editor {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12.13px;
  color: rgba(51, 51, 51, 1);
  padding: 22px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

.save-edit-btn {
  display: flex;
  padding: 10px;
  margin: 40px 0;
  gap: 15px;
}

.save-edit-btn a.active {
  background: #000;
  color: #fff;
}

.save-edit-btn a {
  border-radius: 7px;
  background: #0082d1;
  color: #fff;
  padding: 8px 0px;
  font-size: 15px;
  font-weight: 500;
  width: 15%;
  text-align: center;
}

ul.nav.nav-pills.nav-justified {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
  font-weight: 500;
  color: black;
  border: 1px solid #dfdfdf;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #003e9a;
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
  /* flex-basis: 0; */
  /* flex-grow: 1; */
  text-align: center;
  display: flex;
  justify-content: center;
}

img.video-dummy {
  width: 300px;
}

.card-box {
  width: 49%;
  height: 350px;
  position: relative;
}

img.gallery-img-dummy {
  width: 100%;
  height: 100%;
}

a.delete-galary {
  position: absolute;
  right: 10px;
  top: 10px;
}

.gallary-wrap {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.file-upload-wrapper {
  position: relative;
  /* width: 100%; */
  /* margin: 0 auto; */
  width: 100%;
  height: 350px;
}

.file-upload-box {
  position: relative;
  padding: 2rem;
  text-align: center;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-image {
  height: 100%;
  width: 49%;
}

.file-upload-box:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}

.file-upload-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.upload-content {
  position: relative;
  z-index: 0;
}

.upload-icon {
  font-size: 2.5rem;
  color: #6c757d;
  margin-bottom: 1rem;
}

.file-list {
  margin-top: 1.5rem;
}

.file-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
}

.file-item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-icon {
  color: #6c757d;
  margin-right: 0.75rem;
  font-size: 1.25rem;
}

.file-name {
  flex-grow: 1;
  color: #495057;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1rem;
}

.file-name:hover {
  color: #007bff;
  text-decoration: none;
}

.remove-file {
  color: #dc3545;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.remove-file:hover {
  color: #c82333;
}

.drag-over {
  background-color: #e9ecef;
  border-color: #007bff;
}

/* Add loading animation */
@keyframes upload-progress {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.upload-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #007bff;
  animation: upload-progress 1s ease-in-out;
}

div#Award {
  background: transparent;
  width: 99%;
  height: fit-content;
  border: transparent;
  background: transparent;
}

div#Gallery {
  background: transparent;
  width: 99%;
  height: fit-content;
  border: transparent;
  background: transparent;
}

img.gallery-vid-dummy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.video-wrap {
  display: flex;
  gap: 25px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.influ-strip-3 form {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.delete-pop-wrap form {
  width: 100%;
}

#view .modal-dialog {
  max-width: 551px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}

.edit-pop-inbtn {
  width: fit-content;
}

.description-wrap {

  width: 99%;
  height: fit-content;
  border: 0.57px solid rgba(228, 228, 228, 1);
  background: rgba(250, 250, 250, 1);
}

.description-wrap p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12.13px;
  color: rgba(51, 51, 51, 1);
  padding: 22px;
}

.file-upload-wrapper-video {
  position: relative;
  /* width: 100%; */
  /* margin: 0 auto; */
  width: 452px;
  height: 257px;
}

/*  new css  */

/*LOGIN-SUCC-SECTION*/

#login-succ .modal-dialog {
  max-width: 380px;
  height: 100%;
  margin: 0rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#login-succ .modal-content {
  border-radius: 20px;
  background: #FFF;
}

#login-succ .logout-in h1 {
  font-weight: 600;
  font-size: 24px;
  margin: 23px 0 25px 0;
  color: #000;
}

#login-succ .logout-in img {
  width: 80px;
  /* box-shadow: 0px 0px 10px 0px #00000040; */
  border-radius: 50%;
}

#login-succ .logout-in p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
}

#login-succ .logout-in-btn {
  border: none;
  padding: 0.6rem 6rem;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  /* background: #3182CE; */
  background: #003e9a;
}

#login-succ .modal-body {
  padding: 2rem 1rem;
}

#login-succ .modal-content button.close {
  width: 22px;
  height: 22px;
  opacity: .5;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 99;
}

#login-succ .modal-content button.close img {
  width: 100%;
  height: 100%;
}


/*LOGIN-SUCC-SECTION*/

/* TABLE-PAGES */

.influ-wrap {
  width: 100%;
  height: auto;
}

.influ-strip {
  background: linear-gradient(-90deg, rgba(172, 117, 47, 1) 0%, rgba(253, 210, 155, 1) 200%);
  display: flex;
  align-items: center;
}

.influ-logo {

  /*flex-basis: 17%;*/
  width: 229px;
  background: #000;
  padding: 10px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.influ-logo img {
  width: 40px;
  margin-right: 8px;
}

.influ-logo a {
  font-size: 25px;
  color: #B07D3C;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.influ-strip form {
  width: auto;
}

.menu-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 26px;
  margin-left: 15px;
}

.menu-btn:hover {
  color: #fff !important;
}

.influ-in {
  width: 100%;
  height: auto;
  background: #fff;
}

.journal-ledger-wrap {
  padding: 15px;
  height: 100%;
  box-shadow: 0px 1px 3px 1px #00000029;
  background: #fff;
  border-radius: 10px;
}

#content main.journal-ledger-page {
  height: calc(100vh - 60px);
}

.admin-heading {
  width: 100%;
  height: auto;
}

.admin-heading h1 {
  font-weight: 700;
  font-size: 28px;
  color: #171748;
  margin: 0px 0 20px 0;
}

.influ-strip-2 {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0px;
  margin-bottom: 10px;
}

.influ-strip-2 form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.influ-search {
  width: 300px;
}

.invite-user {
  flex-basis: 50%;
  text-align: right;
  margin-left: auto;
}

.invite-user a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}

.invite-user i {
  font-size: 22px;
  margin-left: 10px;
}

.admin-icon {
  height: 100%;
  width: auto;
  margin-left: auto;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  gap: 0px;
  text-transform: uppercase;
}

.admin-icon img {
  width: 35px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.admin-icon span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}

.influ-search label {
  width: 100%;
  height: 40px;
  margin-bottom: 0 !important;
  display: inline-flex;
  background: #fff;
  align-items: stretch;
  border-radius: 8px;
  border: 1px solid #00000033;
}

.influ-search label input {
  width: 100%;
  height: auto;
  position: relative;
  background: #ffffff;
  border: none;
  color: #000;
  padding: 0px 10px 0px 15px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  border-radius: 30px;
}

.influ-search label input::placeholder {
  color: #808080;
  line-height: 20px;
}

.influ-search label button {
  width: 40px;
  height: 100%;
  border: none;
  background: none;
  padding: 10px;
  color: #fff;
  outline: none;
  cursor: pointer;
  margin-left: auto;
  display: flex;
}

.influ-search label button img {
  width: 100%;
}

.influ-btns {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  flex-wrap: nowrap;
  flex-direction: row;
}

.influ-btns ul {
  padding: 0;
  margin: 0;
  text-align: right;
}

.influ-btns ul li a {
  background: #fff;
  display: block;
  color: #000;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 14px;
}

.influ-btns ul li a i {
  color: #000;
  font-size: 14px;
}

.influ-btn {
  width: 100%;
  height: 38px;
  border-radius: 8px;
  padding: 10px;

  background-color: #003e9a;
  display: flex;
  align-items: center;
  gap: 6px;
  border: none;
  color: rgb(255, 255, 255) !important;
  justify-content: center;
}

.influ-btn img {
  width: 22px;
  height: auto;
}

.influ-btn i {
  font-size: 15px;
  color: #fff;
  margin-right: 0;
  margin-left: 5px;
  width: auto;
  height: 21px;
  display: flex;
  align-items: center;
}

.influ-btn i.far.fa-chevron-down.active {
  transform: rotate(180deg);
}

.influ-btn input {
  width: 70px;
  min-width: 70px;
  border: none;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  color: #000;
  text-align: right;
  caret-color: transparent;
}

.influ-btn input::placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

/*.influ-btn i {
font-size: 14px;
font-weight: 400;
margin-right: 10px;
}*/

/*.influ-btns form button i {
font-size: 15px;
color: #000;
margin-right: 0;
}
*/
.influ-btns form select {
  cursor: pointer;
  background: #fff;
  display: block;
  color: #000;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 13px;
  outline: none;
  border: none;
  margin-left: 10px;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  position: relative;*/
}

/*.influ-btns form select:after {
 position: absolute;
content: '';
background-image: url(../images/dropdown.png);
width: 40px;
height: 30px;
top: 0;
right: 0;
background-repeat: no-repeat;
background-position: right;
background-size: contain;
z-index: 999999;
}*/
.quotes-list {
  width: max-content;
}

.influ-btns-label {
  position: relative;
  margin: 0;
  z-index: 1;
  margin-left: 0px;
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  /*  text-transform: uppercase;*/
  align-items: center;
}

.influ-btns form label input[type=checkbox] {
  margin-right: 10px;
  accent-color: #171748;
}

.daterange-btn,
.daterange-btn-2 {
  width: auto;
  height: 38px;
  background-color: #003e9a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 15px;
}

.daterange-btn img,
.daterange-btn-2 img {
  width: 15px;
  height: 21px;
}

.daterange-btn input[type="text"] {
  padding: 10px 0px 10px 5px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  color: #fff;
  border: none;
  border-radius: 20px;
  background-color: transparent;
  width: 160px;
  cursor: pointer;

  &::placeholder {
    color: #fff;
  }
}

.daterange-btn-2 input[type="text"] {
  padding: 10px 0px 10px 5px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  color: #fff;
  border: none;
  border-radius: 20px;
  background-color: transparent;
  width: 100px;
  cursor: pointer;

  &::placeholder {
    color: #fff;
  }
}

.influ-table {
  width: 100%;
  height: auto;
}

.influ-table table {
  width: max-content;
  min-width: 100%;
  height: auto;
  text-align: center;
}

.table-responsive {
  overflow-x: auto;
  padding-bottom: 0px;
}

.table-responsive::-webkit-scrollbar {
  height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #463FDF33;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 0px;
}

.influ-table table tr:nth-child(1) {
  /* background-color: var(--primary-color) !important; */
  background-color: linear-gradient(272.18deg, #352D28 -39.79%, #003e9a 120.82%) !important;
  background: #003e9a !important;
}

.influ-table table tr:nth-child(odd) {
  /* background: #463FDF33; */
}

.influ-table table tr th {
  font-size: 15px;
  font-weight: 500;
  padding: 15px 20px;
  color: #fff;
  border: 1px solid #000;
}

.influ-table table tr td {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #000;
}

.influ-table table tr td.profile-picture img {
  width: 55px;
  height: auto;
  border-radius: 50%;
}

.influ-table table tr td form {
  width: 100%;
  height: auto;
}

.influ-table-btn {
  padding: 8px 25px;
  background: #197E00;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  border: none;
}

.influ-table table tr td a {
  display: inline-block;
  margin: 0 5px;
}

.influ-table table tr td a img {
  width: 20px;
  height: 20px;
}

.status-btn {
  width: auto;
  height: auto;
}

.status-btn a {
  background: #008000;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
}

.status-btn.red-btn a {
  background: #E21919;
}

.respond-btn {
  border-radius: 8px;
  background: #032D62;
  text-align: center;
}

.respond-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}

.responded-btn {
  border-radius: 8px;
  background: #FDBA31;
  text-align: center;
}

.responded-btn a {
  color: #032D62;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}

.pdf-icn a img {
  width: 20px !important;
  margin: 0 5px;
}

.view-btn {
  width: auto;
  height: auto;
}

.view-btn a {
  font-size: 15px;
  font-weight: 500;
  background: linear-gradient(163.54deg, #0064CA 2.2%, #0096ED 97.9%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.influ-table p {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  text-align: right;
  margin: 0;
  position: absolute;
  right: 20px;
  top: auto;
}

.influ-pagi {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 35px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.influ-pagi ul {
  padding: 0px;
  margin: 0;
  display: inline-block;
}

.influ-pagi ul li {
  list-style: none;
  display: inline-block;
  margin: 0 4px;
}

.influ-pagi ul li a {
  font-size: 15px;
  font-weight: 500;
  transition: .5s;
  color: #000;
  border: 1px solid #aaaaaa;
  width: 35px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.influ-pagi ul li:first-child a {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.influ-pagi ul li:last-child a {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.influ-pagi ul li:first-child a:hover {
  color: #000;
  background: #fff;
}

.influ-pagi ul li:last-child a:hover {
  color: #000;
  background: #fff;
}

.influ-pagi ul li.active a {
  color: #fff;
  background-color: #003e9a;
  transition: .5s;
}

.influ-pagi ul li a:hover {
  color: #fff;
  background-color: #003e9a;
  transition: .5s;
}

.influ-pagi form {
  position: absolute;
  right: 0;
}

.influ-pagi-in select {
  padding: 10px 15px;
  background: #D3D7EA33;
  border: none;
  outline: none;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 5%);
  cursor: pointer;
  font-size: 13px;
  color: #171748;
}

/* TABLE-PAGES */

/* PRIVACY-POLICY-PAGE */

.privacy-policy-wrap {
  width: 100%;
  height: auto;
}

.privacy-policy-wrap h1 {
  font-size: 30px;
  font-weight: 600;
  background: linear-gradient(163.54deg, #0064CA 2.2%, #0096ED 97.9%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
  padding-left: 5px;
}

.privacy-policy-inner {
  width: 100%;
  height: auto;
  padding: 15px;
  border: 1px solid #0000001A;
  border-radius: 8px;
}

.privacy-policy-inner h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.privacy-policy-inner p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

.privacy-policy-inner p:last-child {
  margin-bottom: 0;
}

.privacy-policy-btn {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.privacy-policy-btn button {
  border-radius: 30px;
  background: #000;
  padding: 10px 50px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.privacy-policy-btn button.active {
  background: linear-gradient(180deg, #0F87CD 0%, #1A69B4 58.06%, #264B9B 105.56%);
}

/* PRIVACY-POLICY-PAGE */

/* FAQ-PAGE */

.faq-wrap {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 20px 0px;
}

.faq-wrap .accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-start;
}

.faq-wrap .accordion-item {
  width: 100%;
  border-radius: 5px;
  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.faq-wrap .accordion-item h2 {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding: 15px 100px 15px 20px;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-wrap .accordion-button {
  outline: none;
  box-shadow: none;
  position: relative;
  width: 26px;
  height: 26px;
  padding: 0;
}

.accordion-button-over {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  top: auto;
}

.accordion-button-over a {
  width: 26px;
  height: 26px;
  display: block;
}

.accordion-button-over a img {
  width: 100%;
  height: 100%;
}

.faq-wrap .accordion-button::after {
  background-image: url(../images/faq-plus.svg);
  background-size: 26px;
  width: 26px;
  height: 26px;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: url(../images/faq-minus.svg);
  background-size: 26px;
  width: 26px;
  height: 26px;
}

.faq-wrap .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000;
}

.faq-wrap .accordion-body {
  font-weight: 500;
  font-size: 15px;
  color: #333;
  padding: 20px 20px;
  line-height: 28px;
  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  background-color: rgb(26 105 180 / 10%);
}

/* FAQ-PAGE */

/* TUTORIAL-MANAGEMENT-PAGE */

.tutorial-wrap {
  width: 100%;
  height: auto;
}

.tutorial-wrap form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 1rem;
}

label.tutorial-in {
  width: 50%;
  height: auto;
  border: 1px dashed #8A8A8A;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.tutorial-video {
  width: 50%;
  height: auto;
  position: relative;
  border-radius: 15px;
}

.tutorial-video video {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

span.video-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
}

span.video-remove img {
  width: 100%;
  height: 100%;
}

span.play-btn {
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 16, 39, 0.3);
  border-radius: 10px;
}

/* TUTORIAL-MANAGEMENT-PAGE */

/* USER-PROFILE-PAGE */

.user-profile-wrap {
  width: 100%;
  height: auto;
}

a.user-profile-back {
  width: fit-content;
  margin-left: auto;
  padding: 10px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border-radius: 30px;
  background: linear-gradient(180deg, #1A69B4 22.47%, #264B9B 105.56%);
}

.user-profile-top {
  box-shadow: 0px 0px 3px 0px #00000054;
  background: #fff;
  margin-top: 1rem;
  width: 100%;
  height: auto;
  padding: 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
}

.user-profile-image {
  width: 100px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #264B9B;
}

.user-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-profile-top ul {
  padding: 0;
  margin: 0;
  display: flex;
  width: 85%;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.user-profile-top ul li {
  display: flex;
  width: 25%;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.user-profile-top ul li img {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 0px 2px 0px #00000054;
  padding: 6px;
  border-radius: 5px;
}

.user-profile-in {
  margin-top: 1rem;
  width: 100%;
  height: auto;
}

.influ-table-dropdown {
  width: fit-content;
  margin: 20px 0 10px 0;
  margin-left: auto;
}

.influ-table-dropdown select {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 10px 35px 10px 15px;
  border-radius: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #1A69B4;
  background-image: url(../images/dropdown.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  border: none;
  outline: none;
  cursor: pointer;
}

.influ-table-dropdown select option {
  background: #fff;
  color: #000;
}

/* USER-PROFILE-PAGE */


.journal-ledger-in {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 1rem 4rem;
  flex-direction: column;
  justify-content: center;

  h2 {
    font-weight: 700;
    font-size: 26px;
    color: var(--primary-color);
    margin-bottom: 5rem;
    text-align: center;
  }

  .edit-pop-form label {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 10px;
  }

  .edit-pop-form .edit-select {
    height: 45px;

    &:valid,
    &:focus {
      color: #000;
    }
  }

  .edit-pop-form .edit-field {
    height: 45px;
  }

  .edit-pop-form {
    gap: 20px 20px;
    justify-content: space-between;
  }

  .edit-pop-in {
    width: 48.5%;

    span {
      text-align: end;
      width: 100%;
      display: inline-block;
      margin-top: 5px;
      font-size: 12px;
      color: #999;
    }
  }

  .edit-pop-form .delete-pop-btn a {
    font-weight: 400;
    border-radius: 10px;
    padding: 10px 40px;
    background-color: #8A8A8A;
  }

  .delete-pop-btn {
    margin-top: 6rem;
  }
}

.influ-in h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;

  a {
    display: block;
  }
}

video.video-dummy {
  width: 400px;
  height: auto;
  border-radius: 10px;
}

select.edit-field.edit-select.filter-select.active {
  background-image: url(../images/dropup.svg);
}

/* Aakash Css */
.otp-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.otp-input {
  width: 45px;
  height: 45px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}
@media screen and (max-width: 400px) {
  .otp-input {
    width: 40px;
    height: 40px;
  }
}

/* My Profile */
