
.hides {
  display: none;
}

.header-section {
  display: block;
  position: relative;
}
.header-section img {
  width: 40px;
  cursor: pointer;
}
.inventory-top {
  margin-top: 20px;
}
.inventory-top2 {
  margin-top: 20px;
  display: flex;
}
.inventory-top2 .box:last-child {
  margin-left: 100px;
}
.inventory-top2 p {
  font-weight: bold;
  font-size: 22px;
  padding: 0%;
}
.inventory-top span {
  display: block;
  color: #6c8496;
}
.header_container {
  margin: auto;
}

.header_main img {
  width: 30px;
  cursor: pointer;
  margin-right: 20px;
}

.inventory-body-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}
.inventory-body-left {
  width: 25%;
  padding: 60px;
}
.inventory-body-left img {
  width: 100%;
}
.inventory-body-right {
  width: 75%;
  padding: 40px 15px;
}
.part1 span,
.part2 span {
  color: #000;
  font-weight: bold;
}
.part1 {
  width: 50%;
  border-bottom: #6c8496 1px solid;
}
.part2 {
  padding-top: 35px;
  width: 50%;
  border-bottom: #6c8496 1px solid;
}
.part3 {
  padding-top: 35px;
  width: 100%;
}
.part3 p {
  padding: 0px;
  line-height: 30px;
}

.backword {
  width: 30px;
  margin: 50px 20px;
  cursor: pointer;
}

.twoinspace {
  margin-left: 20px;
  color: #000 !important;
}

.modal-footer > :not(:first-child) {
  margin: 0 !important;
}

.campaign_top_section {
  width: 100%;
  padding: 0 30px;
}
.campaign_top_img_section {
  width: 30%;
}
.campaign_top_img_section img {
  width: 90%;
}
.campaign_top_content_section {
  max-width: 800px;
  align-self: flex-end;
}

.campaign_top_content_section .header_main_h1 {
  margin-bottom: 40px;
}
.back_arrow_img_Section {
  width: 100%;
  display: flex;
  align-items: center;
}
.section_down {
  display: block;
}
.create_service-list {
  padding-bottom: 70px;
}
.create_service-list .details-top-section {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
  padding-left: 0;
}
.details-top-section1 {
  margin-top: 30px;
  display: flex;
  width: 100%;
  padding-bottom: 26px;
}
.create_service-list .details-top-section > div:first-child {
  width: 50%;
  margin-right: 16px;
}
.create_service-list .details-top-section > div:nth-child(2) {
  width: 40%;
}
.about_lounge-desc {
  margin-bottom: 20px;
}
.multiupload_box {
  display: flex;
  gap: 14px;
  margin-bottom: 32px;
}
.multiupload_box > div {
  width: 25%;
}
.create_service-list .upload-icon {
  width: 50px;
}

.add_options-container .input-amety,
.add_inputs-container .input-amety {
  max-width: 500px;
  margin: 10px 0 18px;
  position: relative;
}
.add_options-container > div {
  margin-bottom: 32px;
}
.selected-options-list {
  margin: 10px 0;
  display: none;
}
.selected-options-list .selected-option {
  display: inline-block;
  padding: 5px 6px;
  border-radius: 5px;
  background-color: #f7f7f7;
  margin-right: 6px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #454545;
}
.selected-options-list .cancel {
  display: inline-block;
  background-color: #00b9f5;
  color: white;
  padding: 2px 6px;
  border-radius: 16px;
  cursor: pointer;
  font-size: 13px;
  margin-left: 3px;
}
.add_inputs-container {
  margin-bottom: 32px;
}
.input-amety .ms-choice {
  border: 1px solid transparent;
}
.input-amety .ms-choice > span {
  padding-left: 0;
}

.border-bottom {
  border-bottom: 1px solid #e4e4e4;
}
.custom-table tbody tr .payment {
  background: #e6fad7;
  color: #7ba34a;
  padding: 5px 10px;
  border-radius: 9px;
  width: 110px;
}
.custom-table tbody tr .pending {
  background: #ff9600;
  color: #fff;
  padding: 5px 10px;
  border-radius: 9px;
  width: 86px;
}
.custom-table tbody tr .active {
  background: #1ca940;
  color: #fff;
  padding: 5px 10px;
  border-radius: 9px;
  width: 86px;
}
.details-top-div {
  display: block;
  /*width: 180px;*/
  font-family: var(--medium-font);
}
.rating {
  text-align: left;
  padding: 0px 34px;
}
.rating1 {
  text-align: left;
  padding: 80px 34px;
}
.rating1 h6 {
  color: #2d99eb;
  font: 16px/28px var(--medium-font);
}
.rating h6 {
  color: #2d99eb;
  font: 16px/28px var(--medium-font);
}
.rating1 p {
  font: 14px/28px var(--regular-font);
  padding: 0;
}
.details-top-div:nth-child(2) {
  margin-left: 100px;
}
.details-top-div:nth-child(3) {
  margin-left: 100px;
}
.details-top-div:nth-child(4) {
  margin-left: 100px;
}
.details-top-div:nth-child(5) {
  margin-left: 100px;
}
.details-top-div:nth-child(6) {
  margin-left: 100px;
}
.verified_top_section {
  display: flex;
  align-items: center;
}
.verified_top_section a {
  padding-left: 10px;
}
.verified_top_section p {
  color: var(--green-color);
  font: 14px/20px var(--medium-font);
}

.manage_campaign_content {
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.cont-input-box {
  display: flex;
  gap: 30px;
}

.filet-date {
  padding: 6px 10px;
}
.generate-btn {
  border-radius: 6px;
  padding: 8px 22px;
  border: none;
  background-color: #1dbad7;
  color: #fff;
}

.describtion_section {
  padding-bottom: 30px;
}
.describtion_section h1.header_main {
  margin-bottom: 10px;
}
.describtion_section p,
.description_changed_box p {
  font: 16px/25px var(--regular-font);
  color: var(--common-text-p);
  padding: 13px 0;
}

.header_main_sm {
  font: 16px/20px var(--semibold-font);
  padding: 0px 0 10px;
}
.document_view_section {
  padding: 0px 0px 40px;
}
.document_flex_container {
  display: flex;
  flex-wrap: wrap;
}
.document_info {
  width: 250px;
  display: grid;
}
.document_info a {
  padding-top: 20px;
}
.campaigns_update {
  padding-bottom: 30px;
}
.campaigns_date_section {
  display: flex;
  padding: 20px 0;
}
.description_changed_box {
  padding: 20px;
  background: var(--description-box);
  border-radius: 12px;
}

.table-box h1 {
  padding-left: 30px;
}
.reject-text-box h6 {
  position: absolute;
  top: 8px;
  background-color: #fff;
  font-size: 13px;
  padding: 2px;
  left: 26%;
}
.reject-text-box input {
  border: none;
  position: relative;
  right: 26%;
}
.reject-text-box {
  border: 1px solid;
  width: 55%;
  border-radius: 6px;
  margin: 0 auto;
  padding: 18px;
}

.input-cont2 h6 {
  position: absolute;
  top: 32%;
  background-color: #fff;
  font-size: 13px;
  padding: 2px;
  left: 26%;
}
.input-cont2 input {
  border: none;
  position: relative;
  right: 26%;
}
.input-cont2 {
  border: 1px solid;
  width: 55%;
  border-radius: 6px;
  margin: 0 auto;
  padding: 18px;
}

.input-conts3 h6 {
  position: absolute;
  top: 62%;
  background-color: #fff;
  font-size: 13px;
  padding: 2px;
  left: 26%;
}
.input-conts3 input {
  border: none;
  position: relative;
  right: 26%;
}
.input-conts3 {
  border: 1px solid;
  width: 55%;
  border-radius: 6px;
  margin: 30px auto;
  padding: 18px;
}

.Business-cnt-text {
  padding-top: 40px;
}
.Business-cnt-text h1 {
  font-size: 26px;
}
.modal-body {
  white-space: normal !important;
}
.input-cont2 {
  margin-top: 30px;
}

.document-view {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.document-items {
  width: 22%;
  margin-right: 3%;
  margin-bottom: 40px;
}
.doc-set {
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  max-height: 200px;
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}
.document-file {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.file-name {
  font: 16px/18px var(--font-default);
}
.submit_btn {
  padding: 16px 12px;
  border: none;
  border-radius: 12px;
  background-color: #84bc42;
  color: #fff;
  font: 18px/20px var(--font-primary);
  min-width: 350px;
  margin-top: 50px;
}
.uploadfile {
  border: 2px dashed #e1e1e1;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fafafa;
  align-items: center;
  width: 55%;
  margin: 20px auto;
  cursor: pointer;
  border-radius: 6px;
}
.create_service-list .uploadfile {
  width: 100%;
  margin: 0;
}
#uploadimg {
  display: none;
}
.upladpara {
  padding: 0 !important;
  font-size: 13px;
  color: #c1c1c1;
}
.modal .input-amety,
.modal .toggle-btn-box{
  width: 55%;
}
.modal .toggle-btn-box{
  margin: 0 auto;
}
.create_service-list .details-top-section .uploadfile {
  height: 200px;
}
.create_service-list .details-top-section .input-amety {
  margin: 0;
}
.create_service-list .details-top-section .input-amety:first-child {
  margin-bottom: 16px;
}
.input-amety {
  border: 1px solid #c1c1c1;
  border-radius: 6px;
  margin: 30px auto;
  padding: 14px 18px;
  position: relative;
}
.input-amety select {
  width: 100%;
  border: none;
  outline: none;
  background:transparent;
}
.input-amety input,
.input-amety textarea {
  border: none;
  position: relative;
  right: 0;
  width: 100%;
  padding: 0;
}
.input-amety textarea {
  resize: none;
}
.input-amety h6 {
  position: absolute;
  top: -10px;
  background-color: #fff;
  font-size: 13px;
  padding: 2px 8px;
  left: 10px;
  color: #c1c1c1;
}
.create_service-list .side-heading {
  margin-bottom: 16px;
}

.add_input {
  color: #00b9f5;
  cursor: pointer;
}
.edit_add_input {
  color: #00b9f5;
  cursor: pointer;
}
.del-input,
.edit_del-input {
  position: absolute;
  top: -5px;
  right: -6px;
  display: block;
  background-color: #fff;
  padding: 3px 8px;
  border-radius: 16px;
  border: 1px solid #c1c1c1;
  cursor: pointer;
}

.button-container button:first-child {
  margin-right: 10px;
}



@media only screen and (max-width: 991px) {
  .reject-text-box input {
    position: unset;
  }
  .input-cont2 input {
    position: unset;
  }
  .input-conts3 input {
    position: unset;
  }
}

@media only screen and (min-width: 1024px) {
  .campaign_top_content_section {
    width: 70%;
  }
}
