:root {
  --white: #ffffff;
  --main: #56b4b8;
  --gray: rgba(255, 255, 255, 0.5);
  --black: #000;
  --size-little: 16px;
  --size-small: 15px;
  --size-medium: 20px;
  --size-large: 30px;
  --size-extra-large: 60px;
  --weight-regular: 400;
  --weight-semibold: 600;
  --weight-bold: 700;
}

@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
body {
  font-family: "Space Grotesk", sans-serif;
  margin: 0px;
}

body,
html {
  overflow-x: hidden;
}
a{
  text-decoration: none;
}
h1 {
  font-size: 32px;
  line-height: 48px;
  color: #171a1fff;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.display_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main {
  height: 100vh;
  width: 100vw;
}
.sub_menus {
  margin: 0 0 0 40px !important;
}
.left_slide_navBar {
  min-width: 260px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100vh;
  /* padding: 0px 20px; */
  position: sticky;
  overflow: hidden;
  margin: 0;
}
/* .right_content{
    width: calc(100vw - 260px);
} */
.left_slide_navBar .navbar_menu {
  height: calc(100vh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
}
.container_main {
  padding: 10px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 83px);
  contain: layout;
}
.Slibar_logo {
  height: 85px;
}

.navbar_menu ul {
  width: 100%;
  list-style-type: none;
  margin-top: 30px;
  padding: 0;
}

.navbar_menu ul li {
  width: 100%;
}
.navbar_menu ul li a {
  width: 100%;
  padding: 12px 10px;
  display: inline-block;
}
.navbar_menu ul li.active {
  background: var(--main);
}

.navbar_menu ul li:hover {
  background: #56b5b871;
}

.navbar_menu ul li.active a {
  color: var(--white);
}

.navbar_menu ul li a i {
  margin: 0 12px;
}

.navbar_menu ul li a {
  color: #565d6d;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

/* right_top */

.right_top {
  /* height: 100px; */
  padding: 20px 40px;
  border-bottom: 1px solid #787878;
  width: calc(100vw - 260px);
}

/* .right_container {
    width: calc(100vw - 300px);
} */

/*.top_right_content {
    width: 150px;
}*/

.user_dp {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.notification {
  font-size: 24px;
}

/* container_main */

.container_main {
  max-width: 1680px;
  margin: 0px 0px;
  width: calc(100vw - 260px) !important;
}
.user_detail {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 30px;
  border: 1px solid #787878;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.user_img_section {
  width: 180px;
  height: 180px;
  background-color: #56b5b871;
  position: relative;
  border-radius: 10px;
}

.user_img_section img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.edit_iser_img {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--main);
  color: var(--white);
  font-size: 12px;
}
.change_img i {
  left: 110px !important;
}
.profile_detail {
  padding: 8px 50px 8px 16px;
  border: 1px solid var(--main);
}

.profile_detail h2 {
  font-size: var(--size-medium);
  font-weight: var(--weight-bold);
  color: var(--black);
}

.profile_form .col-md-6,
.profile_form .col-md-12 {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.profile_form label {
  color: var(--black);
  font-size: var(--size-little);
  font-weight: 700;
}

.profile_form .form-control,
.profile_form .form-select {
  background-color: #f3f4f6;
  color: var(--black);
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 8px;
  height: 45px;
}

.profile_form input::placeholder {
  color: #000;
}

.profile_form input:hover {
  border: 1px solid #bfc2c9;
}

.input:focus-visible {
  outline: none;
}

.invoice-detail .form-select,
.invoice-detail textarea {
  background-color: white;
  border: 1px solid #bfc2c9;
  width: 100%;
}

.shiping-account .form-control {
  background-color: white;
  border: 1px solid #bfc2c9;
  margin: 0 0 15px 0;
}

.profile_form input[type="submit"] {
  background-color: var(--main);
  color: #fff;
  width: 50%;
  min-width: 200px;
  border-radius: 10px;
  padding: 12px;
  font-size: 18px;
  border: 0;
}

.plusItem {
  position: relative;
}

.addItem {
  position: absolute;
  right: -20px;
  top: 48px;
}

.addItem .plus {
  border: 3px solid;
  font-weight: 700;
  padding: 3px;
  border-radius: 50%;
}

/* gallery css */

.gallrybtn {
  width: 500px;
}

.gallery_body {
  border: 3px dashed gray;
  border-radius: 10px;
}

.img-card img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
  margin: 20px;
}

.gallery_btn {
  width: calc(100% - 150px);
  margin-right: 23px;
  margin-left: 10px;
  float: left;
}

.gallery_btn a {
  border: 1px solid #56b5b8d3;
  border-radius: 10px;
  padding: 5px;
  /* font-size: 18px; */
  color: #56b5b8d3 !important;
  transition: all ease-in-out .5s;
}

.gallery_btn a i {
  margin-right: 5px;
}

.gallery_btn a:hover {
  border: 1px solid var(--main);
  border-radius: 10px;
  color: var(--main);
  background-color: var(--main);
  color: #ffffff !important;
}

.trim_material_data {
  margin-top: 16px;
}

.trim_material_data p:first-child {
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid var(--main);
  margin-bottom: 12px;
  max-width: fit-content;
}

.trim_table {
  max-width: 100%;
  margin-bottom: 16px;
}

.table-responsive {
  padding-bottom: 10px;
}

table#datatable.dataTable {
  border-collapse: collapse !important;
}

.table-responsive2 .dataTables_wrapper .row:nth-child(2) .col-sm-12 {
  max-width: 1500px !important;
  overflow-x: auto;
  padding-bottom: 15px;
}

.trim_table .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  text-align: center;
  border-width: 2px;
  vertical-align: middle;
  min-width: 50px;
}

.trim_table .table > thead {
  vertical-align: bottom;
  border-bottom: 0px solid transparent;
  background-color: #eff4f4;
}

.trim_table table tbody td i:first-child {
  margin-right: 10px;
}

.add_item {
  font-size: 18px;
  font-weight: 500;
}

.add_item .plus {
  border: 2px solid var(--black);
  width: 25px;
  height: 25px;
  font-size: 18px;
  border-radius: 50%;
  padding-left: 4px;
  margin-right: 12px;
}

/* sing in */

.sign-in-main {
  background: rgb(98, 183, 225);
}

.signIn {
  max-width: 991px;
  border-radius: 10px;
  background-color: var(--white);
  margin: auto;
}

.sign-in-detail {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  margin: auto;
}

.sign-in-detail h1 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 20px;
}

input[type="submit"] {
  background-color: var(--main);
  color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 12px;
  font-size: 18px;
  border: 0;
}

.forget_pass {
  position: absolute;
  bottom: -22px;
  right: 0;
  color: var(--main);
  font-weight: 600;
  font-size: 16px;
}

.eye {
  position: absolute;
  top: 22px;
  right: 10px;
}

.eye a {
  color: var(--main);
  font-weight: 600;
}

.btn_draft {
  background: #5381d0;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 15px;
}

.btn_save {
  background: #56b4b8;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  margin: 0 30px;
}

.close-btn {
  color: #9095a1;
  font-weight: 20px;
}

.add-req-btn {
  color: #9095a1;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}

.form-block .form-control,
.ref_no {
  border: 1px solid #c2c5cb;
  border-radius: 10px;
  height: 40px;
  width: 100%;
}

.form-block .form-control:hover,
.ref_no:hover {
  border: 1px solid #56b4b8;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.form-block .form-select {
  width: 100%;
}

.buyer_req_dt {
  background: #f3f6fb;
  padding: 20px;
  border-radius: 15px;
}

.buyer_req_dt .form-control {
  border: 3px solid #56b4b8;
  border-radius: 15px;
  padding-left: 30px;
}

.date_field i {
  position: absolute;
  top: 16px;
  bottom: 0;
  margin: auto;
  left: 10px;
}

.form-block .table {
  border: 1px solid #56b4b8;
  border-radius: 20px;
}

.form-block .table tr td,
.form-block .table tr th {
  vertical-align: middle;
  border-right: 1px solid #bdc1ca;
  text-align: center;
  padding: 10px;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
  display: none;
}

.custom-file-label {
  background-color: transparent;
  text-align: center;
  color: #000;
  border: 1px solid #9a9ea9;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  height: 40px;
  padding: 10px;
  width: 100%;
  position: relative;
  border-radius: 10px;
}

.custom-file i {
  color: #9a9ea9;
  position: absolute;
  font-size: 20px;
  left: 10px;
  z-index: 999;
  top: 10px;
  pointer-events: none;
}

.uploaded_content img {
  width: 260px;
  height: 150px;
  object-fit: cover;
}

.heading {
  border: 1px solid #3fa6da;
  width: max-content;
  margin: 0 0px 10px;
  padding: 5px 10px;
  border-radius: 0 0 10px 10px;
}

.heading h5 {
  margin-bottom: 0;
}

.total_profit table tbody td {
  border: 1px solid #0c983bff;
  text-align: start !important;
}

.table.table_profit {
  border: 1px solid #dd7c0eff !important;
  text-align: start !important;
}

.table.table_profit tbody td {
  border: 1px solid #dd7c0eff !important;
  text-align: start !important;
}

.Total_item.table {
  border: 1px solid rgb(220, 218, 216) !important;
}

/* sample creation */

.item_card {
  background: #ffffffff;
  /* white */
  border-radius: 6px;
  /* border-m */
  border-width: 1px;
  border-color: #56b4b8ff;
  /* primary-500 */
  border-style: solid;
  box-shadow: 0px 4px 9px #171a1f;
  /* shadow-m */
  padding: 20px;
}

.item_card_body .nav.nav-tabs {
  justify-content: space-between;
  margin-bottom: 15px;
  border: 0;
}

.item_card_body .nav.nav-tabs .nav-link {
  border: 0;
  color: rgb(229, 232, 232);
}

.item_card_body .nav.nav-tabs .nav-link.active {
  color: #56b4b8ff;
  font-weight: 600;
  border-bottom: 4px solid #56b4b8ff;
}

.card_img img {
  max-width: 100%;
  max-height: 220px;
  width: 100%;
  /*object-fit: cover;*/
}
.form-control,
.form-select {
  height: 50px;
  border-radius: 15px;
  border: 1px solid #56b4b859;
  padding: 12px 15px;
}
.back_btn {
  background: red !important;
  padding: 10px 20px !important;
  /* float: right; */
}
.buyer_detail,
.request_creation_date {
  padding-top: 20px;
}

.sample_style {
  padding-top: 15px;
}

.style_no {
  font-size: 14px;
  line-height: 20px;
  color: #56b4b8ff;
  /* primary-500 */
  background: #7ec6c945;
  margin-right: 15px;
  font-weight: 500;
  padding: 10px;
  text-decoration: none;
}

.sample_no {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #0d78c9ff;
  /* info-500 */
  background: #6dbaf645;
  padding: 10px;
  text-decoration: none;
}

.creation_date .form-control {
  border: 0;
  border-bottom: 1px solid #56b4b8ff;
  border-radius: 0;
  padding-left: 30px;
}

.creation_date p,
.buyer_date p {
  margin-bottom: 0px;
}

.buyer_date .form-control {
  border: 0;
  border-bottom: 1px solid red;
  border-radius: 0;
  padding-left: 30px;
}

.buyer_date {
  padding-top: 20px;
}

.item_card {
  margin-bottom: 20px;
}

.search_button input {
  padding: 10px;
  background-color: #f5f4f4;
  border-radius: 10px 0 0 10px;
}

.filter_button button {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ced4da;
}

.filter_button a {
  color: #9095a1ff;
}

.right_block {
  background: #fafafbff;
  /* neutral-100 */
  border-radius: 0px;
  box-shadow: 0px 0px 1px #171a1f;
  padding: 10px;
  max-height: calc(100vh - 225px);
  overflow: scroll;
  overflow-x: hidden;
}

.btn_comman {
  color: #ffffffff;
  /* white */
  background: #56b4b8ff;
  padding: 10px 10px;
  border-radius: 10px;
  text-decoration: none;
}

.revice_sample a {
  color: #ffffffff;
  /* white */
  background: #56b4b8ff;
  padding: 10px;
}

/* a:hover {
    color: #fff;
} */

/* sample list */
.s_list_body {
  /*width: calc(50% - 5px)!important;*/
  width: calc(100% - 5px) !important;
  margin-bottom: 40px;
  padding-top: 32px;
}
.s_list_body table tbody tr th {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.s_list_body table tbody tr td {
  font-size: 16px;
  line-height: 22px;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.s_list_body table {
  width: 100%;
}
.s_list_body:nth-child(1) {
  background: #fad9b3ff;
  border-radius: 8px;
  /* width: calc(33% - 20px) ; */
}

.s_list_body:nth-child(2) {
  background: #b8c9e6ff;
  border-radius: 8px;
  /* width: 23%; */
}

.s_list_body:nth-child(3) {
  background: #c2e3f3ff;
  border-radius: 8px;
  /* width: 23%; */
}

.s_list_body:nth-child(4) {
  background: #dee1e6ff;
  border-radius: 8px;
  /* width: 23%; */
}

.s_list_body ol {
  padding-left: 0px;
  padding-top: 50px;
  margin-bottom: 0;
}

.s_list_body ol li {
  list-style-type: none;
  border-top: 1px solid #ffffff;
  width: 100%;
  padding: 15px 10px;
  /* list-style-type: decimal; */
  min-height: 60px;
}

.s_list_body ol li::marker {
  position: absolute;
}

.s_list_body:nth-child(1) .fabric {
  color: #ffffffff;
  /* white */
  background: #9095a1ff;
  border-radius: 6px;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 50%;
  margin: auto;
  padding: 10px 0;
  text-align: center;
}

.s_list_body:nth-child(2) .fabric {
  color: #ffffffff;
  /* white */
  background: #31a0d8ff;
  border-radius: 6px;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  padding: 10px 0;
  text-align: center;
}

.s_list_body:nth-child(3) .fabric {
  color: #ffffffff;
  /* white */
  background: #0d78c9ff;
  border-radius: 6px;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  padding: 10px 0;
  text-align: center;
}

.s_list_body:nth-child(4) .fabric {
  color: #ffffffff;
  /* white */
  background: #2e6c6eff;
  border-radius: 6px;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  padding: 10px 0;
  text-align: center;
}

.sample_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.addsamplecost .form-control {
  border: 1px solid #6f7787ff;
  border-radius: 15px;
  padding: 15px;
}

.addsamplecost .form-control:hover {
  border: 1px solid #56b4b8;
}

.separator {
  width: 100%;
  border: dashed 2px #56b4b8;
  opacity: 1;
  margin: 30px 0;
}

.attachment_slider .item img {
  width: 210px;
  max-height: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 20px 0 0 20px;
}

.attachment_slider .item {
  margin: 0 20px;
}

.attachment_slider {
  position: relative;
}

.attachment_slider .prev {
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  transform: translate(0px, -8px);
}

.attachment_slider .next {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
  margin: auto;
  transform: translate(0px, -8px);
}

.custom_file [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.custom_file [type="file"] + label.btn-3 {
  background-color: #fff;
  border-radius: 0;
  overflow: scroll;
  height: 70px;
  border-radius: 15px;
  display: flex;
  padding: 13px 20px;
  cursor: pointer;
  border: 1px solid;
  width: 100%;
}

.sample_cration_btn a {
  margin-bottom: 10px;
}

.sample_style {
  display: flex;
  flex-wrap: wrap;
}

.sample_style a {
  margin-bottom: 15px;
}
.item_card_body .tab-content {
  overflow-y: scroll;
  height: calc(100vh - 325px);
}
.container_main:first-child .tabcontent {
  border-top: 1px solid #ccc !important;
  margin-top: 40px;
}
.other_instruction {
  flex-direction: column;
  align-items: flex-start !important;
}
.custom_file {
  width: 100% !important;
}
.custom_file label a {
  color: #787878;
}
.custom_file label i {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
.custom_file label i a {
  padding-left: 10px;
}
.discription {
  width: calc(100% - 200px) !important;
}
.alert.round.bg-danger {
  color: #842029 !important;
  background-color: #f8d7da !important;
  border-color: #f5c2c7;
  font-weight: 400 !important;
}
.close {
  border: 0;
  background: transparent;
  font-size: 30px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
}
.alert.round.bg-success {
  color: #0f5132 !important;
  background-color: #d1e7dd !important;
  border-color: #badbcc !important;
}
.date_field input {
  padding-left: 30px;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-label {
  background-color: transparent;
  text-align: center;
  color: #fff;
  border: 1px solid #badbcc;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 40px;
  padding-left: 32px;
  padding-top: 12px;
  cursor: pointer;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file .remove {
  cursor: pointer;
  background: #dc3545;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 8px;
}
.custom-file .removeFile {
  background: #dc3545;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 8px;
}
/* .clientside_document .row .col-lg-3 .custom-file:first-child .custom_label {
    margin: 10px 0;
} */
.custom-file .pip {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  width: max-content;
}

.fileListrevise {
  padding-left: 0;
  list-style: none;
}
.btn.btn_save {
  margin-left: 0 !important;
}
.material_image img {
  vertical-align: inherit !important;
  max-width: 100px;
  max-height: 60px;
}
.imageThumb {
  max-width: 100px;
  max-height: 60px;
  min-height: 60px;
}
div#files_remove,
div#customFile_remove {
  display: flex;
  align-items: center;
}
#files_remove .pip,
#customFile_remove .pip {
  margin-right: 15px;
}
#files_remove .remove,
#customFile_remove .remove {
  display: inline-block;
  background: #dc3545;
  width: max-content;
  color: #fff;
  padding: 9px;
  margin-top: 11px;
  border-radius: 10px;
}

div#files_removefront_img,
div#files_removeback_img,
div#files_removecad_img,
div#files_removemeasurement_img {
  display: flex;
  align-items: center;
}
#files_removefront_img .pip,
#files_removeback_img .pip,
#files_removecad_img .pip,
#files_removemeasurement_img .pip {
  margin-right: 15px;
}
#files_removefront_img .remove,
#files_removeback_img .remove,
#files_removecad_img .remove,
#files_removemeasurement_img .remove,
#files_remove_accessories_image .remove,
#files_remove_edit_accessories_image .remove,
#files_remove_print_image .remove,
#files_remove_edit_print_image .remove {
  display: inline-block;
  background: #dc3545;
  width: max-content;
  color: #fff;
  padding: 9px;
  margin-top: 11px;
  border-radius: 10px;
}

.container_main {
  position: relative;
  padding: 20px 40px;
}
.alert.round {
  /* position: absolute; */
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.sample_cration_btn {
  justify-content: start !important;
}
.sample_cration_btn a {
  margin-right: 10px;
}
.add_cost_sheet {
  padding-left: 10px;
}
#msgtext.hide,
#msgtext_error.hide {
  display: none;
}
#msgtext,
#msgtext_error {
  display: block;
}
.form-block .form-label {
  padding-top: 20px;
  font-weight: 600;
}
.fabricform .form-label {
  padding-top: 1rem;
  font-weight: 600;
}
.table.dataTable {
  border: 1px solid #eff4f4;
}
.content_body.p-5 {
  padding: 3rem 0rem !important;
}
.trim_table .container-fluid {
  padding: 0 !important;
}
.dataTable thead tr th {
  min-width: 80px !important;
}

.gallery_btn a.master_active {
  border: 1px solid var(--main);
  border-radius: 10px;
  /* padding: 10px; */
  /* font-size: 18px; */
  color: var(--main);
  background-color: var(--main);
  color: #ffffff !important;
}
.user_edit .item {
  margin-bottom: 20px;
}
.btn-success {
  background-color: #56b4b8 !important;
  border: 0;
  padding: 10px 20px;
}
.check-box {
  padding-right: 20px;
}
.btn.btn-primary {
  background-color: #31a0d8;
  border: 0;
}
.btn {
  padding: 10px 20px;
  vertical-align: middle;
}
.dataTable tbody tr td:last-child {
  /* display: flex; */
  align-items: center;
  vertical-align: middle;
}
.dataTable tbody tr td:last-child button,
.dataTable tbody tr td:last-child a {
  /*margin-right: 4px !important;*/
}
.pagination .paginate_button.previous,
.pagination .paginate_button.next {
  padding: 10px 20px;
  background-color: #56b4b8;
  border: 0;
}
.pagination .paginate_button {
  padding: 10px 20px;
}
.paginate_button.active a {
  color: #56b4b8;
}
.pagination .paginate_button a {
  text-decoration: none;
  color: #000;
      font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}
.pagination .paginate_button.previous a,
.pagination .paginate_button.next a {
  color: #fff;
  text-decoration: none;
}
.alert.round {
  position: relative;
}
.alert.round .close {
  position: absolute;
  right: 10px;
  top: 13px;
}
.activities_log {
  background: #ffffff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.13);
  padding: 20px;
}
.activities_log .activiy_heading h6 {
  margin: 0;
  /* font-weight: 700;
    font-size: 20px; */
}
.recent_log_card {
  background: #e9e9ec80;
  padding: 10px 20px;
  margin-top: 30px;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.activiy_heading select {
  width: max-content;
}
.uploader_img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.diplay {
  display: flex;
  justify-content: space-between;
}
.card_body {
  background: #f2f9fd;
  border-radius: 10px;
  padding: 10px 20px;
  width: auto;
  border: 1px solid rgb(196, 202, 203);
}
/* .card_body p:first-child{
    font-weight: 600;
    font-size: 18px;
} */
#barchart_material svg g rect,
#barchart_material svg g path {
  /* width: 15px !important; */
}
.slick-track {
  text-align: left;
  margin-left: 0 !important;
}
/* Compare cost sheeet */
.costsheet_compate {
  overflow-x: hidden;
}
.section_heading h2 {
  font-size: 40px;
  color: #56b4b8;
  margin-bottom: 20px;
  text-decoration: underline;
}
.compare_table .row:first-child {
  border-top: 3px solid #56b4b8;
}
.table_footer_left {
  border-right: 1px solid #c5c9d1 !important;
  border-bottom: 1px solid #c5c9d1 !important;
}
.table_footer_right {
  border-left: 1px solid #c5c9d1 !important;
  border-bottom: 1px solid #c5c9d1 !important;
}
.final_sample table {
  margin: 0;
}
.top-border {
  border-top: 3px solid #56b4b8;
  border-left: 3px solid #56b4b8;
}
.bottom-border {
  border-left: 3px solid #56b4b8;
  border-bottom: 3px solid #56b4b8;
}
.border-all {
  border: 2px solid #56b4b8;
  border-top: 2px solid #56b5b8b6;
}
.final_sample table thead tr th {
  border: 1px solid #c5c9d1;
  text-align: center;
}
.final_sample table tbody tr td {
  vertical-align: middle;
  border: 1px solid #c5c9d1;
  text-align: center;
}
.add_item p span {
  border: 1px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
.add_item p {
  color: #000;
}
.table_tfoot {
  margin: 4px 10px 4px 0;
}
.table_tfoot table.table td {
  min-width: 100px;
}
.file_p {
  font-size: 15px;
  margin: 0;
}
.file_upload {
  position: relative;
  border: 1px solid #c5c9d1;
  padding: 6px;
  color: #434448;
  cursor: pointer;
  border-radius: 5px;
}
.file_upload.document_link {
  position: relative;
  border: 0px solid #c5c9d1;
  padding: 6px;
  color: #0e57ea;
  cursor: pointer;
}
.file_upload.add {
  position: relative;
  border: 0px solid #c5c9d1;
  padding: 6px;
  color: #434448b4;
  cursor: pointer;
}
.file_upload input {
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999;
}
.final_date {
  border-bottom: 1px solid #c5c9d1;
}
.final_date h6 {
  font-size: 18px;
  margin: 0 25px 0 0;
}
p.date {
  border: 1px solid #56b4b8;
  padding: 5px;
  display: flex;
  align-items: center;
  height: 33px;
  margin: 0;
}
.sample_text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.sample {
  width: 50%;
}
.sample_text p {
  border: 1px solid #c5c9d1;
  padding: 8px;
  border-radius: 5px;
  color: #434448;
  max-width: fit-content;
}
.revision_date {
  border: 1px solid #c5c9d1;
  padding: 4px;
}
.final_date.sample_date {
  border: 0;
  margin-bottom: 60px;
}
.final_date.sample_date p.date {
  border: 0;
  border-bottom: 2px solid #b4c312;
}
/* invoice_box */
.invoice-container {
  border: 1px solid #56b4b8;
  border-radius: 5px;
  padding: 8px;
}
.invoice_detail {
  max-width: 1600px;
  margin: auto;
}
.invoice_box h1 {
  font-size: 32px;
  text-transform: uppercase;
  padding: 8px 0;
  text-align: center;
  line-height: 35px;
  font-weight: 500;
  margin: 0;
}
.invoice_box h5 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 0;
}
.invoice_box h6 {
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 0 0;
}
.border-bottom {
  border-bottom: 1px solid #56b4b8 !important;
}
.consignee {
  margin: 8px;
  border: 1px solid #56b4b8;
  border-radius: 3px;
  padding: 8px;
  font-size: 16px;
  max-width: fit-content;
  border-radius: 12px;
  background-color: #f4f5f5f5;
}
.table_row {
  border-top: 1px solid #56b4b8;
}
.table_row .table_col {
  border-left: 1px solid #56b4b8;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table_row .table_col p {
  margin: 0;
}
.text-underline {
  text-decoration: underline;
}
.table_col p.date {
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
}
.table_text {
  height: 120px;
  text-align: center;
}
.table_col h1 {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 24px;
  width: 100%;
  font-weight: 600;
  text-align: center;
}
.invoice_table .table > :not(caption) > * > * {
  padding: 1rem 0.5rem !important;
  /* vertical-align: baseline; */
}
.invoice_table thead {
  background: rgb(174, 217, 251);
}
.invoice_table thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: #c5c9d1;
}
.invoice_table .table thead tr th:nth-child(4),
.invoice_table .table tbody tr td:nth-child(4),
.invoice_table .table thead tr th:nth-child(3),
.invoice_table .table tbody tr td:nth-child(3) {
  max-width: 110px;
}
.invoice_table .table thead tr th,
.invoice_table .table tbody tr td {
  min-width: 40px;
  text-align: center;
}
.invoice_table img {
  max-width: 100px !important;
}
.invoice_table .table tbody tr:nth-child(3n) td:nth-child(12) {
  border-color: #56b4b8;
  border-width: 1px;
}
.invoice_table .table tbody tr:nth-child(3n) td:nth-child(13) {
  border-width: 1px;
  border-color: #56b4b8;
}
.invoice_table .table tbody tr:nth-child(3n) td:nth-child(14) {
  border-width: 1px;
  border-color: #56b4b8;
}
.invoice_table .table tfoot tr:nth-child(3n) td {
  border-width: 1px;
  border-color: #56b4b8;
  margin-bottom: 10px;
}
.invoice_table h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #56b4b8;
  margin-bottom: 12px;
}
.table_footer_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.amount_box {
  border: 1px solid #56b4b8;
  border-radius: 10px;
  display: flex;
  column-gap: 54px;
  padding: 9px;
}
.amount_box p {
  margin: 0;
}
.invoice_content h5 {
  color: #787878;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.invoice_content p {
  font-size: 16px;
  color: #131212de;
  margin-bottom: 10px;
  font-weight: 600;
}
.conetnt_table {
  display: flex;
  width: 100%;
  column-gap: 20px;
  justify-content: space-between;
}
.content-text {
  width: calc(100% - 722px);
}
.content_table {
  width: 722px;
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
}
.bank_detail {
  border: 1px solid #56b4b8;
  padding: 4px;
}
.shipping_datail {
  width: 47%;
}
.bank_detail h5 {
  color: #787878;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}
.bank_detail h6 {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 4px;
  border: 1px solid #787878;
  max-width: fit-content;
}
.comments {
  width: 100%;
  height: 100px;
  word-break: break-all;
  border: 1px solid;
}
/* .container_main .back_btn{
    position: absolute;
    right: 50px;
    background-color: #c91010ed;
    top: 90px;
  } */
.on_fabric.back_btn {
  top: 33px;
}
.sample_creation {
  margin-top: 30px;
}
/* process bar css */
.progress {
  background-color: #cde9eaff;
  width: 100%;
}
.progress-bar {
  background-color: #56b4b8ff;
}
.view_btn {
  color: #56b4b8ff;
  background: #ffffffff;
  border: 1px solid #56b4b8ff;
  text-decoration: none;
  padding: 7px 12px;
  border-radius: 10px;
}
.sample_process {
  max-width: 500px;
}
.process_bar {
  display: flex;
  width: 100%;
  align-items: center;
}
.sample_creation_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_row p {
  margin-bottom: 0;
}
.process_heading {
  color: #171a1fff;
  font-weight: 600;
}
.process_count {
  color: #56b4b8ff;
  padding-right: 15px;
  font-weight: 600;
}
.dataTables_length {
  padding-top: 20px;
}
/* chart */
.morris-hover {
  position: absolute;
  z-index: 1000;
}

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

svg {
  width: 100%;
}
.add_new_fabric.row {
  justify-content: space-between;
}
#demo-form2 .item.form-group {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .col-md-9 {
    width: 100%;
  }
}
.collapse-link {
  display: none;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 100px;
}
/* add css on 16-03-2023 by md */
.sample_cration_btn .btn_comman.btn-danger {
  background: red !important;
  color: #fff;
}
.sample_cration_btn .btn_comman.white_btn {
  color: #56b4b8ff;
  background: #ffffff;
  border: 1px solid #56b4b8ff;
}
.sample_cration_btn a {
  /*background: none !important;*/
  color: black !important;
  border: 1px solid #56b4b8ff;
  padding: 6px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
}
.section_heading h6 {
  border-bottom: 1px dotted;
  /* width: 300px; */
  display: inline-block;
}

.uploader_img p {
  font-size: 14px;
}
.mobilemenu,
.closemenu {
  background: transparent;
  border: 0;
  color: #000;
}
.sample_creation .btn_comman {
  background: #d7ecfd;
}
.btngreen {
  background-color: #4caf50; /* Green */
}
.btnblue.btn_comman {
  background-color: #dcf0f0;
}
/* .btnred {
  background-color: #f44336; 
} */
.btngray.btn_comman {
  background-color: #e9ecef;
}

.clsRight {
  float: right;
  width: 60px;
}
.right_block_header {
  align-items: center;
}
.right_block_header .sample_selection,
.right_block_header .creation_date,
.right_block_header .buyer_date {
  width: calc(30% - 20px);
}
.date_field {
  width: 100%;
}
.select2 {
  height: 50px;
  border-radius: 15px;
  border: 1px solid #56b4b859;
  padding: 12px 15px;
}
.select2-container--open .select2-dropdown {
  background-color: #fff !important;
  border: 0 !important;
  padding: 5px 2px;
  box-shadow: 0px 1px 5px 0px #b5b0b0;
}
.select2-container--default .select2-selection--single {
  border: 0 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
/*input, select, table, div.table-responsive{
    text-transform: uppercase;
}*/

.search_items form {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.search_items form select,
.search_items form input {
  width: calc(50% - 3px);
}
.filter_buttonx {
  width: 100%;
}

.search_items .filter_buttonx button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1px;
  border: 0;
  padding: 10px;
  background: #56b4b8;
  color: #fff;
  justify-content: center;
  border-radius: 10px;
}
.remove {
  cursor: pointer;
  display: inline-block;
  background: #dc3545;
  width: max-content;
  color: #fff;
  padding: 9px;
  margin-top: 11px;
  border-radius: 10px;
  width: 22px !important;
  height: 22px !important;
  display: inline-flex !important
;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  right: 0;
  border: 1px solid #dc3545;
  background: #fff !important;
  color: #dc3545 !important;
}
.pip {
  position: relative;
  display: inline-block;
}
.dashboard_card {
  flex-wrap: wrap;
  gap: 12px;
}
.dashboard_card .card_body {
  max-width: calc(33% - 6px);
  width: 100%;
  padding: 0;
  border: 0;
  background: #fad2e1;
}
.dashboard_card .card_body:nth-child(2) {
  background: #d5e5d5;
}
.dashboard_card .card_body:nth-child(3) {
  background: rgb(219, 215, 255);
}
.dashboard_card .card_body:nth-child(4) {
  background: rgb(255, 244, 219);
}
.dashboard_card .card_body a {
  padding: 10px 20px;
  color: #000;
  display: inline-block;
}
.dashboard_card .card_body p {
  margin-bottom: 0;
}
.recent_activity .recent_log_card {
  box-shadow: none;
  margin: 12px;
  margin-left: 5px;
  margin-right: 5px;
}
.recent_activity .recent_log_card:nth-child(even) {
  background: #31a0d838;
}
.recent_activity .recent_log_card:nth-child(odd) {
  background: #fff;
  box-shadow: 0px 0px 6px -3px #000000;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 1px;
}

table.table-bordered.dataTable th {
  background: #56b4b8b8;
  font-size: 12px !important;
  padding-right: 0px !important;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
.table-striped > tbody > tr:nth-of-type(even) > *,
table > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: rgb(129 198 201 / 30%);
  color: var(--bs-table-striped-color);
}
table.dataTable {
  border-collapse: collapse !important;
}
table#datatable tbody tr td {
  word-break: break-all;
}
.fa-solid.fa-toggle-off.text-warning,
.fa-solid.fa-toggle-on.text-success {
  color: #000 !important;
}
.btn.btn-sm.btn-outline-primary,
.btn.btn-sm.btn-outline-danger,
.btn.btn-outline-success.btn-sm,
.btn.btn-outline-warning.btn-sm,
.btn.btn-success.btn-sm,
.btn.btn-warning.btn-sm {
  border: 0;
  color: #000;
  background-color: transparent !important;
}
.btn.btn-sm.btn-outline-primary:focus,
.btn.btn-sm.btn-outline-danger:focus,
.btn.btn-outline-success.btn-sm:focus,
.btn.btn-outline-warning.btn-sm:focus,
.btn.btn-success.btn-sm:focus,
.btn.btn-warning.btn-sm:focus {
  box-shadow: none;
  border: 0;
}
.btn.btn-sm.btn-outline-primary:hover,
.btn.btn-sm.btn-outline-danger:hover,
.btn.btn-outline-success.btn-sm:hover,
.btn.btn-outline-warning.btn-sm {
  background-color: transparent;
  color: #000 !important;
}
.trim_table table tbody td i:first-child {
  color: #000 !important;
}
.table tbody tr td:last-child,
.table thead tr th:last-child {
  text-align: center !important;
  margin: auto;
  justify-content: center;
}
.toggle-next {
  border-radius: 0;
}
label {
  cursor: pointer;
}
.multiselection .ellipsis {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.multiselection .checkboxes {
  margin: 0;
  display: none;
  border: 1px solid #ccc;
  border-top: 0;
  background-color: #fff;
}
.multiselection .checkboxes .inner-wrap {
  padding: 5px 10px;
  max-height: 200px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.table tbody tr td:last-child i {
  color: #000;
}
.dispatchDetails p {
  font-size: 18px;
}
.dispatchDetails p:last-child {
  background-color: #e9ecef;
  border: 1px solid #56b4b8;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  padding: 7px 15px;
  font-size: 16px;
}
.child-fabric {
  background: lightgray;
}
.select2-container {
  background-color: #fff;
}
ul.pagination {
  gap: 10px;
}
.pagination .paginate_button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d9eeef;
  width: 50px;
  height: 50px;
}
li.paginate_button.active {
  background: #d9eeef;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
li.paginate_button.active a {
  font-size: 600;
  font-size: 18px;
}
.table-striped > tbody > tr:nth-of-type(odd) > *{
    --bs-table-accent-bg: transparent !important;
}
table tbody tr td .btn {
  padding: 0;
}
span.fileName {
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 10px;
}
#files_remove_psd_image .remove,#files_remove_edit_psd_image .remove{
      top: -30px;
    right: -6px;
}
div#files_remove_psd_image,#files_remove_edit_psd_image {
    margin-top: 12px;
}
table#datatable9 thead tr th:nth-child(5), table#datatable9 tbody tr td:nth-child(5) {
/*    max-width: 300px !important;
    width: 312px !important;
    
    min-width: 300px !important;*/
    width: 100px;
    word-break: break-all;

}


/* Fullscreen loader overlay */
.loading {
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #00000082;
}

.loading i {
    font-size: 60px;
    color: #fff;
    z-index: 999;
}
