/** Shopify CDN: Minification failed

Line 4456:0 Unexpected "="

**/
/*====global css start=====*/
@font-face {
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: normal;
    src: url(https://cdn.shopify.com/s/files/1/0589/5654/6227/files/FoundersGrotesk-Regular.otf?v=1691414348) format('opentype');
}

@font-face {
    font-family: 'FoundersGrotesk-Medium';
    font-style: normal;
    font-weight: normal;
    src: url(https://cdn.shopify.com/s/files/1/0589/5654/6227/files/FoundersGrotesk-Medium.otf?v=1691414356) format('opentype');
}

body,
.v-application {
    font-family: FoundersGroteskLight;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'FoundersGrotesk';
    letter-spacing: 0.5px;
}

ul {
    list-style-type: none;
    text-decoration: none;
    padding: 0;
}

a {
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
}

.no-uppercase {
    text-transform: none !important;
}

.projects--create .col-md-3,
.projects--edit .col-md-3,
.projects--create .col-md-9,
.projects--edit .col-md-9 {
    padding-top: 0;
    padding-bottom: 0;
}

.projects--create {
    overflow: hidden;
}

.mrtop30 {
    margin-top: 30px;
}

.mrtop50 {
    margin-top: 50px;
}

.row {
    margin: 0 !important;
}

.bs-card {
    box-shadow: 1px 4px 7px 2px #B5B5B54F;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
}

/* New Loader CSS Start */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000040;
    z-index: 1000;
}
.loader-spin {
  border: 4px solid rgba(0, 0, 0, 50%);
  border-left-color: transparent;
  border-radius: 50%;
  padding: 0px !important;
}

.loader-spin {
  border: 4px solid rgba(0, 0, 0, 50%);
  border-left-color: transparent;
  width: 100px !important;
  height: 100px !important;
  padding: 0px !important;
}

.loader-spin {
  border: 4px solid rgba(0, 0, 0, 50%);
  border-left-color: transparent;
  width: 100px !important;
  height: 100px !important;
  animation: spin89345 1s linear infinite;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* New Loader CSS End */

/*====global css end=====*/

.container {
    max-width: 1140px !important;
}

.v-application--wrap {
    background-color: #F1F1F1;
}

/*======header css start=======*/
.main-header {
    background: #000;
}

.main-header .logo span {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    transition: all 0.5s;
    position: relative;
    top: -8px;
    left: 5px;
    font-family: 'FoundersGrotesk-Medium';
}

.main-header .logo span:hover {
    color: #fff;
}

.logo img {
    width: 100%;
    max-width: 170px;
}

.righticon-box li a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
}
#navbarTogglerDemo03 {
    /* margin-right: auto; */
    justify-content: flex-end;
}

/*======header css end=======*/

/*======tab section css start=======*/
.main-tab-box ul.nav {
    background: #929292;
    border-radius: 7px;
    display: inline-flex;
    justify-content: space-between;
    padding-left: 0;
    width: 100%;
    max-width: 60%;
    text-align: center;
}

.main-tab-box ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding-top: 14px;
    color: #fff;
    transition: all 0.5s;
    text-transform: uppercase;
    border-radius: 7px !important;
    padding: 8px 10px 2px 10px;
    font-family: 'FoundersGrotesk-Medium';
}

.main-tab-box ul li {
    transition: all 0.5s;
    text-align: center;
    width: 100%;
    max-width: 22%;
}

.main-tab-box ul.nav li a.router-link-active {
    background: linear-gradient(181deg, #000 0%, rgba(24, 24, 24, 0.00) 100%);
    /*    background: linear-gradient(104.04deg, #181818 -11.06%, rgba(24, 24, 24, 0) 188.06%) !important;*/
}

.tab-serch .row {
    justify-content: space-between;
}

.searchdocuments {
    position: relative;
    background: #fff;
    border: 1px solid #CECECE;
    box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.25);
    border-radius: 7px !important;
}

.search-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
    margin-top: 20px;
}

.search-wrapper label.v-label.theme--light {
    letter-spacing: 1px;
    color: #e4e4e4;
    font-size: 20px;
    font-weight: bold;
    padding-top: 2px;
}

.search-wrapper .v-icon.v-icon {
    font-size: 30px !important;
    color: #E4E4E4;

}

.documents-section.theme--light.v-data-table {
    background-color: transparent;
    /*    color: rgba(0, 0, 0, 0.87);*/
}

.documents-section table {
    border-collapse: unset !important;
    border-spacing: 2px !important;
}

.documents-section tbody tr {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
    border-spacing: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    background: #fff;
    border: 2px solid #f1f1f1;
    transition: all 0.5s;
    cursor: pointer;
    /* padding: 0px 5px 0px 65px; */
}

.documents-section tbody tr:hover {
    border: 2px solid #000;
}

.doccol {
    padding-top: 10px !important;
}

.documents-section .doctitle {
    font-size: 20px;
/*    font-size: 15px;*/
    font-weight: bold;
    width: 100%;
    max-width: 100%;
    /* max-width: 65%; */
}
.documents-section tbody td.text-left span{
    padding: 12px 5px 0px 20px !important;
}

.documents-section tbody td {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
    border: unset;
    vertical-align: inherit;
    height: unset !important;
    /* padding: 30px 0px 20px 0px !important; */
    font-family: 'FoundersGrotesk';
    border: none !important;
    flex: 0 1 auto;
    align-items: center;
    display: flex;
}

.documents-section tbody td {
    width: 100%;
}
   
.documents-section tbody td span {
     padding: 30px 0px 20px 0px !important;
}
.documents-section tbody td.text-right {
/*    flex: 0 0 220px;*/
    flex: 0 0 300px;
    padding: 16px 20px 10px 10px !important;
    font-size: 18px !important;
}

.documents-section tbody td .graycolor {
    color: #8E8E8E;
    width: 100%;
    text-align: left;
    padding: 25px 0px 25px 0px !important;
    font-size: 16px;
}

.documents-section tbody td.tb-btn {
    font-family: 'FoundersGrotesk-Medium';
}
.documents-section tbody td span.bar {
    padding: 0 !important;
}
.v-input.search-form.searchdocuments {
    padding-top: 0 !important;
    margin-right: 15px;
    /*    max-width: 65%;*/
}

.documents-section td a {
    font-weight: 500;
    color: #000;
    /*    display: inline-table;*/
    font-family: 'FoundersGrotesk-Medium';
}

.bar {
    height: 14px;
    width: 2.1px;
    background: #000;
    margin: 0px 6px;
    position: relative;
    top: -3px;
}

.upload-btn-container {
    text-align: right;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper .btn {
    color: #fff;
    background-color: #000;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: bold;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.porder-btnbox .upload-btn-wrapper .btn {
    color: #fff;
    background-color: #000;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: bold;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.search-box input::placeholder {
    font-weight: bold;
    font-size: 20px;
}

.search-box {
    position: relative;
    background: #fff;
    border: 1px solid #CECECE;
    box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    width: 100%;
}

.search-box input {
    border: unset;
    text-transform: capitalize;
    line-height: 32px;
    width: 91% !important;
    padding-top: 8px;
}

.search-box button {
    border: unset;
    transition: all 0.5s;
}

.search-box button:hover {
    background: linear-gradient(104.04deg, #181818 -11.06%, rgba(24, 24, 24, 0) 188.06%) !important;
}

.tab-serch .col-md-8 {
    padding-right: 0px;
}

.tab-serch input:hover,
.tab-serch input:focus {
    border: unset;
    box-shadow: unset;
}

.document-tbody tr {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
}

.document-tbody td {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
    border: unset;
    vertical-align: inherit;
    height: 70px;
    padding: 30px 10px 10px 20px;
    font-family: 'FoundersGrotesk';
}

.document-tbody td.graycolor {
    color: #8E8E8E;
}

.document-tbody td a {
    font-weight: 500;
    color: #000;
    display: inline-table;
    font-family: 'FoundersGrotesk-Medium';
}

.document-tbody td.tb-btn {
    font-family: 'FoundersGrotesk-Medium';
}

.uploadf-modal.v-card .vue-dropzone.dropzone.dz-clickable {
    border-radius: 15px !important;

}

.uploadf-modal.v-card {
    border-radius: 15px !important;
    padding: 20px 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.uploadf-modal.v-card button {
    border-radius: 15px !important;
}

/*========document tab end======*/
/*========inbox tab start======*/
.row.chat-landing {
    /*    width: 100%;
    max-width: 94%;
    margin: 0px auto !important;
    justify-content: center;
    align-items: center;*/
}

.threadlists.theme--light.v-list {
    background-color: transparent !important;
}

.threadlists .v-card--link:before {
    background-color: transparent !important;
}

.threadlists .theme--light.v-card {
    background-color: transparent !important;
}

.inbox-list {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 26px !important;
    padding: 20px 10px 10px 10px;
    margin-bottom: 10px;
    transition: all 0.5s;
    border: 1px solid #fff;
}

.inbox-list.currunt-projct-tab {
    padding: 20px 10px;
}

.inbox-list:hover {
    background: #F9F9F9;
    /*    border: 1px solid #000;*/
}

.inbox-box-table .row {
    justify-content: center;
}

.inbox-list .media-body {
    width: 100%;
    max-width: 500px;
}

.inbox-list.currunt-projct-tab .media-body {
/*    max-width: 600px;*/
    max-width: 650px;
}
.currunt-projct-tab .media-imgbox.mr-10 {
    margin-right: 70px !important;
    position: relative;
}
.inbox-list .media-body h5 {
    font-size: 28px;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk-Medium';
    letter-spacing: 0.36px;
    font-weight: 500;
}

.inbox-list .media-body .in-content h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk-Medium';
    letter-spacing: 0.36px;
    font-weight: 500;
        margin-bottom: 20px;
}

.inbox-list .media-body span,
.inbox-list .media-body .date-inbox {
    font-size: 13px;
/*    color: #616161;*/
    color: #9B9B9B;
    text-transform: uppercase;
}

.inbox-list .list-unstyled {
    margin-bottom: 0;
}

.in-content {
    margin-top: 25px;
}

.in-content p {
    color: #575757;
    font-weight: 400;
    margin-bottom: 0 !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'FoundersGrotesk';
    font-size: 15px;
    line-height: 1em;
    margin-top: 4px;
    letter-spacing: 0.3px;
}
.in-content.STEP_CREATE p {
    padding-left: 8px;
}
.threadlists .in-content p {
    line-height: 1.2em;
}

.threadlists .inbox-list .media-body h5.sendername span {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk-Medium';
    letter-spacing: 0.36px;
    font-weight: 500;
}

.threadlists .inbox-list .media-body h5 {
    font-size: 18px;
    margin-bottom: 5px;
}
.threadlists .inbox-list .media-body h5.sendername {
    margin-bottom: -5px;
}
.threadlists .inbox-list .media-body {
    padding: 7px 0px;
}

.threadlists .inbox-list:hover {
    background: #F9F9F9;
    border: 1px solid #000;
}
.reddot {
    position: relative;
}
.reddot span {
    font-size: 14px;
    height: 27px;
    width: 27px;
    display: inline-block;
    background: #f32d41;
    border-radius: 100px;
    position: absolute;
    top: -7px;
    left: 115px;
    margin: 0px auto;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    line-height: 27px;
}
/*=====chatbox model css start===*/
.threads--detail .v-dialog {
    border-radius: 35px;
    box-shadow: 6px 8px 13px 3px rgba(0, 0, 0, 0.25);
}

.chatbox-model .modal-title img {
    width: 100%;
    max-width: 40px;
    border-radius: 100px;
    background:unset;
}

.chatbox-model h5 {
    font-family: 'FoundersGrotesk-Medium';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.36px;
}

.v-card__title.thread-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 16px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.chatbox-model .close {
    color: #AEAEAE;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk';
    letter-spacing: 0.5px;
    outline: none;
    position: absolute;
    right: 30px;
    /* margin-top: 15px; */
    opacity: 0.8;
}

.chatbox-model .messagecont-wrapper {
    border-radius: 25px !important;
    padding: 20px 20px 13px 20px;
}

.chatbox-model .thattachment {
    margin-top: 10px;
}
.chatbox-model .thattachment a.v-btn--has-bg {
    background: unset;
}
.chatbox-model .thattachment a.v-btn--has-bg::before {
    background: unset;
}
.chatbox-model .thattachment:hover a.v-btn--has-bg::before {
    background: unset !important;
}


.chatbox-model .chatbox {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.chatbox-model .chatbox .chat {
    display: flex;
    gap: 15px;
}

.chatbox-model .chatbox img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: solid 2px white;
}

.chatbox-model .chatbox .msg p {
    background: #F1EFEF;
    border-radius: 25px;
    font-size: 13px;
    padding: 20px;
    margin-bottom: 0;
    position: relative;
}

.chatbox-model .chatbox .msg span {
    font-size: 13px;
    color: #616161;
    margin-left: 20px;
}

.chatbox-model .msg ion-icon {
    font-size: 20px;
    color: #3a384c;
    position: absolute;
    top: 10px;
}

.chatbox-model .chatbox .chat:nth-child(even) {
    flex-direction: row-reverse;
}

.chatbox-model .chatbox .chat:nth-child(odd) ion-icon {
    left: -14px;
}

.chatbox-model .chatbox .chat:nth-child(even) ion-icon {
    right: -14px;
    transform: rotate(180deg);
}

.chatbox-model .modal-footer {
    display: block;
}

.btnfooter-popup {
    display: flex;
}

.chatbox-model .modal-footer textarea {
    border-radius: 25px;
    background: #f1efef;
    border-color: #f1efef;
}

.row.newattachupload {
    margin-bottom: 15px;
}

.chatbox-model .btnfooter-popup .btn,
.chatbox-model .modal-footer .btn {
    background: #797979;
    color: #fff;
    border-radius: 100px;
    text-transform: uppercase;
    margin-right: 20px;
    transition: all 0.5s;
    padding: 4px 20px;
    font-weight: bold;
}

.chatbox-model .modal-footer .btn:hover {
    /*    background: #000;*/
}

.chatbox-model .somage-chat-admin {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: bold;
}

.chatbox-model .somage-chat-user {
    text-align: left;
    font-size: 16px !important;
    color: #575757 !important;
    letter-spacing: 0.3px;
}

.v-application .chatbox-model .timestamp {
    color: #616161;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-left: 10px;
}
.chatbox-model .v-card__actions.pt-0 {
    padding: 0 !important;
}
.chatbox-model .v-card__actions.pt-0 .mtext-t .v-text-field {
    padding-top: 3px;
    margin-top: 0;
}
.chatbox-model .v-card__actions.pt-0 .mtext-t label {
    margin-top: 0;
}
/*=====chatbox model css end===*/
.threads--create .chatthred-modal {
    background: #dbdbdb;
}

.mtext-t label {
    padding: 0px 20px;
    margin: 0;
    margin-top: 20px;
}

.mtext-t .theme--light.v-text-field>.v-input__control>.v-input__slot:before {
    border-color: rgba(0, 0, 0, 0.42);
    border: unset;
}

.mtext-t .v-text-field>.v-input__control>.v-input__slot:after {
    border: unset;
}

.mtext-t .col {
    padding: 0;
}
.clik-bold b {
    font-weight: bold;
    color: #000;
    padding: 0px 3px;
    letter-spacing: 0.7px;
}
.wm {
    padding-left: 0 !important;
}
.wm.col.col-12 {
    padding-top: 0;
    padding: 0px 12px 0px 12px !important;
}
.documents-section tr.v-data-table__empty-wrapper td {
    justify-content: center;
    padding: 20px 0px !important;
}

.purchase-order tr.v-data-table__empty-wrapper td {
    font-family: 'FoundersGrotesk';
    text-transform: uppercase;
    color: #000;
    font-size: 0.875rem;
    justify-content: center;
    max-width: 100.00% !important;
    flex: 0 0 100% !important;
}
.v-application .chatbox-model .somage-chat-admin{
    background: #F1EFEF !important;
    border-color:#F1EFEF !important;
}
.v-application .chatbox-model .somage-chat-user{
    background: #E5E5E5 !important;
    border-color:#E5E5E5 !important;
}
.v-application .chatbox-modelhr {
    margin-bottom: 0.8rem;
}
.chatbox-model .btnfooter-popup {
    padding: 0px 0px 12px 25px;
}
.chatbox-model .upload-btn-wrapper.upbtn-f button {
    background: unset;
    color: #000;
    font-size: 13px;
    padding-top: 8px;
}

.chatbox-model .upload-btn-wrapper.upbtn-f button:focus {
    box-shadow: unset !important;
}

.mtext-t textarea {
    background: #f1f1f1;
    padding: 10px 20px !important;
    border-radius: 35px;
    min-height: 122px !important;
    display: block;
    transition: all 0.5s;
    border: 2px solid #f1f1f1;
    padding-top: 0;
}

.mtext-t textarea:hover {
    border: 2px solid #000;
    background: #fff;
}

.threads--create .chatthred-modal {
    border-radius: 25px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.threads--create button {
    border-radius: 10px !important;
    /* background: #000 !important;
    color: #fff !important;
    transition: all 0.5s;*/
}

.threads--create .chatthred-modal h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}

/*========inbox tab end======*/
/*========order tab start======*/
.main-tab-box .order-tab-inner ul.nav {
    background: unset;
    border-radius: 7px;
    justify-content: start;
}
.customcontent {
    border-radius: 17px !important;
    padding: 10px;
}

.main-tab-box .order-tab-inner ul .nav-link {
    color: #8D8D8D;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 2px solid #fff;
    border-radius: unset;
}

.main-tab-box .order-tab-inner ul.nav li:hover .nav-link {
    color: #000;
    border-bottom: 2px solid #616161;
}

.main-tab-box .order-tab-inner ul.nav li a.active {
    border-bottom: 2px solid #616161;
}

.main-tab-box .order-tab-inner ul.nav li:hover,
.main-tab-box .order-tab-inner ul.nav li a.active {
    color: #000;
    background: unset !important;
}
.customcontent .close {
    color: #AEAEAE;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk';
    letter-spacing: 0.5px;
    outline: none;
    position: absolute;
    right: 30px;
    top: 10px !important;
}
.customcontent .close span {
    font-size: 15px;
    color: #AEAEAE;
}
.customcontent .close span i{
   
}
/*========order tab end======*/

/*========project tab start======*/

.container.purchase-orders--create,
.container.purchase-orders--detail,
.container.projects--detail,
.container.projects--create,
.container.projects--edit {
    max-width: 100% !important;
    padding: 20px;
    padding-top: 0;
}

.container.fullcont {
    max-width: 100% !important;
    width: 100%;
    padding: 0;
}

.main-tophaeader {
    margin-bottom: 5px;
}

.main-tophaeader::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    min-height: 5px;
    left: 0;
    /*width: 200%;
    min-height: 5px;
    left: -50%;*/
}

.main-tophaeader>.row {
    min-height: 59px;
}

main.projectcontent {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    flex-wrap: wrap;
}

.left-column {
    flex: 0 0 auto;
    margin-right: 45px;
    max-width: 25%;
    /*    margin-top: 20px;*/
}

.right-column {
    flex: 1 1 auto;
/*    max-width: 75%;*/
    max-width: 70%;
    padding-top: 18px;
}
.projectcontent.projectcontentdetails .left-column {
    margin-top: 20px;
     max-width: 35%;
}

.projectcontent.projectcontentdetails .right-column {
    padding-top: 0px;
    max-width: 60%;
}
.v-application--is-ltr .theme--light.v-stepper--vertical .projectcontent .v-stepper__content:not(:last-child) {
    border-left: none;
}

.main-tab-box .project-tab-inner ul.nav {
    background: unset;
    border-radius: 7px;
    justify-content: start;
}

main.projectcontent h1.sub-title {
    font-family: 'FoundersGrotesk';
    letter-spacing: 0.5px;
    font-size: 20px;
    line-height: 22px;
}

main.projectcontent .v-stepper__step--active h1.sub-title {
    font-family: 'FoundersGrotesk-Medium';
    border: unset;
}

main.projectcontent .v-stepper__step {
    border: 1px solid transparent;
    border-radius: 12px;
}

main.projectcontent .v-stepper__step.v-stepper__step--active {
    border-color: #000;
}

.v-stepper--vertical main.projectcontent .v-stepper__content {
    margin: 0 !important;
}

.v-stepper--vertical main.projectcontent .v-stepper__content {
    padding: 0;
    width: auto;
}

.purchase-orders--create .v-sheet.v-stepper:not(.v-sheet--outlined),
.projects--detail .v-sheet.v-stepper:not(.v-sheet--outlined),
.projects--edit .v-sheet.v-stepper:not(.v-sheet--outlined),
.projects--create .v-sheet.v-stepper:not(.v-sheet--outlined) {
    box-shadow: none;
}

.projects--create .theme--light.v-stepper,
.projects--edit .theme--light.v-stepper {
    background: transparent;
}

.v-stepper--vertical .projectcontent .v-stepper__step {
    padding: 16px 16px 8px;
}

.projectcontent h1.sub-title {
    border-bottom: 1px solid #ccc;
}

.theme--light.v-stepper .projectcontent .v-stepper__step--editable:hover {
    background: transparent;
}

/*about your business css*/

.about-business-box-main h1,
.previewpurtitle,
.pursteptitle {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1.1px;
    margin-bottom: 22px;
    color: #000;
    font-family: FoundersGrotesk;
    margin-bottom: 12px;
}

.pursteptitle {
    padding: 0 12px;
}

h1.previewpurtitle {
    margin-top: 12px;
    margin-bottom: 0;
}

/*about your business css*/

.main-tab-box .project-tab-inner ul .nav-link {
    color: #8D8D8D;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 2px solid #fff;
    border-radius: unset;
}

.main-tab-box .project-tab-inner ul.nav li:hover .nav-link {
    color: #000;
    border-bottom: 2px solid #616161;
}

.main-tab-box .project-tab-inner ul.nav li a.active {
    border-bottom: 2px solid #616161;
}

.main-tab-box .project-tab-inner ul.nav li:hover,
.main-tab-box .project-tab-inner ul.nav li a.active {
    color: #000;
    background: unset !important;
}

.currunt-projct-tab .inbox-list {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
    padding: 20px 10px 10px 10px;
}

.currunt-projct-tab .inbox-box-table .row {
    justify-content: center;
}

.currunt-projct-tab .inbox-list .media-body {
    width: 100%;
    max-width: 500px;
}

.currunt-projct-tab .inbox-list .media-body h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk-Medium';
}

.currunt-projct-tab .inbox-list .media-body span {
    font-size: 14px;
    color: #616161;
}

.currunt-projct-tab .in-content {
    margin-top: 20px;
    background: #F4E1E1;
    border-radius: 17px;
    padding: 16px 20px;
}

.currunt-projct-tab .in-content h5 {
    color: #D90B0B !important;
}

.currunt-projct-tab .media-imgbox {
    width: 100%;
    max-width: 255px;
    border-radius: 20px;
    height: 245px;
    /*    padding: 10px;*/
}

.currunt-projct-tab .media-imgbox img {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    border: 2px solid #8D8D8D;
    object-fit: fill;
    height: 100%;
    /*    padding: 10px;*/
}

.in-content.STEP_SUBMIT {
    background: #e3f1fd;
}

.currunt-projct-tab .in-content.STEP_SUBMIT h5 {
    color: #2196f3 !important;
}

.in-content.STEP_PRODUCE {
    background: #eef4e7;
}

.currunt-projct-tab .in-content.STEP_PRODUCE h5 {
    color: #048A2A !important;
}

.currunt-projct-tab .in-content p {
    color: #575757;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 3px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'FoundersGrotesk';
}

.required-btn-box a,
.main-tab-box .project-tab-inner .required-btn-box a {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk';
    font-weight: 400;
    transition: all 0.5s;
    border-radius: 10px;
    padding: 14px 0 8px;
    letter-spacing: 1.1px;
    padding: 14px 25px 8px;
    color: #fff !important;
    background: linear-gradient(181deg, #000 0%, rgb(0 0 0 / 64%) 100%);
}

.required-btn-box .actionProject{
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk';
    font-weight: 400;
    transition: all 0.5s;
    border-radius: 10px;
    padding: 14px 0 8px;
    letter-spacing: 1.1px;
/*    padding: 14px 25px 8px;*/
    color: #000 !important;
    background: unset !important;
}

.required-btn-box a:hover,
.main-tab-box .project-tab-inner .required-btn-box a:hover {
    background: linear-gradient(181deg, #000 0%, rgb(24 24 24 / 32%) 100%);
}

.main-tab-box .project-tab-inner .required-btn-box a.active,
.required-btn-box a.active {
    margin-right: 20px;

}

.required-btn-box {
    display: flex;
    margin-top: 20px;
}

/*========project tab end======*/

/*======tab section css end=======*/

/*project creation page css*/

/*=======main-screen-css start====*/
/*=======middleheader section start=====*/
.topheader {
    background: #f1f1f1;
    padding: 15px 0px;
}

.right-nav-section {
    text-align: right;
}

.left-nav-section a,
.right-nav-section button {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    outline: none;
}

.left-nav-section a img {
    margin-right: 10px;
    width: 100%;
    max-width: 30px;
}

.right-nav-section .header-subbtn {
    border: 1px solid #999999;
    background: #000;
    padding: 6px 20px;
    margin-left: 20px;
    border-radius: 5px;
    color: #fff;
}

.right-nav-section .header-subbtn[disabled] {
    background: #888;
    color: #D9D9D9;
}

/*=======middleheader section start=====*/
.call-project-bg {
    height: 100vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    background-position: center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.call-project-box h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

.main-screen-form {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    margin-top: 20px;
}

/*=======main-screen-css end====*/
/*=======main-projct business-css start====*/
.main-project-section {
    padding: 50px 0px;
    background: #f1f1f1;
    margin-top: 10px;
}

.left-nav a {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    border: 1px solid #000;
    border-radius: 20px !important;
    margin-bottom: 10px;
}

.left-nav a.active {
    background: #fefefe !important;
    color: #000 !important;
    font-weight: bold;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.left-nav a b {
    font-weight: normal;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #a8a8a8;
}

.left-nav a span {
    height: 18px;
    width: 18px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #a8a8a8;
    position: absolute;
    right: 19px;
    top: 25px;
}

.left-nav a.active span {
    background: #000;
}

.about-business-box-main {
    margin-left: 30px;
/*    margin-left: 50px;*/
}

.about-card {
    box-shadow: 1px 4px 7px 2px #B5B5B54F;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 15px 20px 15px 20px;
    margin-left: 0;
    margin-right: 0;
}

.about-business-box-main label {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    font-family: 'FoundersGrotesk';

}

.about-business-box-main small#emailHelp {
    color: #A3A3A3 !important;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.about-business-box-main small {
    color: #A3A3A3 !important;
}

.projectsubtitle {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.business-box-form label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.bs-detail-form input,
.bs-detail-form textarea,
.bs-detail-form select {
    border-radius: 15px;
    background: #fff !important;
    border-color: #f1f1f1;
    height: 70px;
}

.bs-detail-form small {
    color: #616161;
    text-align: right;
    display: block;
    margin: 10px 20px;
}

.bs-detail-form textarea {
    height: 150px;
}

.bs-detail-form select {
    height: 70px !important;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    /*    box-shadow: 1px 4px 7px 2px #B5B5B54F;*/
}

.bs-cardbtn {
    text-align: right;
    margin-top: 20px;
}

.bs-cardbtn button {
    border-width: 1px, 1px, 1px, 1px;
    border-style: solid;
    border-color: #999999;
    border-radius: 15px;
    text-transform: uppercase;
    color: #000;
    padding: 10px 20px;
}

.btn.ctn-btn {
    background: #dbdbdb !important;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.25) !important;
    height: auto !important;
    padding: 8px 17px 4px !important;
    border-radius: 10px !important;
    margin-bottom: 5px;
    margin-right: 5px;
    border: none;
}

.btn.ctn-btn span {
    font-family: FoundersGrotesk-Medium;
    font-weight: bolder;
    letter-spacing: 1px;
}

.projectcontent .v-input__slot {
    min-height: 65px !important;
}

.projectcontent .an-product-section .v-input__slot {
    min-height: 58px !important;
}

.projectcontent .an-product-section .customslider .v-input__slot {
    min-height: 0 !important;
}

.projectcontent .v-textarea .v-input__slot {
    min-height: 150px !important;
}

.projectcontent .project-details-section .v-textarea .v-input__slot {
    min-height: 110px !important;
}

.projectcontent .v-input--radio-group .v-input__slot {
    min-height: 0 !important;
    margin: 0;
}

.projectcontent .v-input--radio-group .v-messages.theme--light {
    display: none !important;
}

.projectcontent .v-input--radio-group.v-input--radio-group--row .v-radio {
    margin-right: 40px;
}

.projectcontent .v-input--radio-group label {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 6px 0 0;
}

.projectcontent .v-text-field--outlined fieldset {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    min-height: 65px;
    transition: all 0.7s;
    border-radius: 15px;
}
.projectcontent .v-text-field--outlined .v-input__slot:hover fieldset,
.projectcontent .v-text-field--outlined .v-input__slot:focus fieldset {
    border: 1px solid #D5D5D5;
    background: linear-gradient(180deg, #ECECEC 0%, rgba(243, 243, 243, 0.85) 90.1%) !important;
}
.projectcontent .purstepcont .v-input.v-input--is-focused.v-text-field--outlined fieldset,
.projectcontent .purstepcont .v-text-field--outlined fieldset {
    min-height: 40px !important;
/*    background: #F1EFEF;*/
background: #f1f1f1 !important;
    border: none;
    border-radius: 40px;
}
.chatbox-model .v-input--is-focused textarea{
  border: 2px solid #000;
}
.projectcontent .purstepcont .v-input__slot {
    min-height: 40px !important;
}

.projectcontent .purstepcont .v-text-field input {
    padding-top: 16px;
}

.projectcontent .purstepcont .v-text-field {
    min-height: 72px;
}

.purstepcont .rr-datapicker .v-input__prepend-outer {
    position: absolute;
    left: 15px;
    top: 8px;
    margin-top: 0 !important;
}

.purstepcont .rr-datapicker .v-input__append-inner {
    margin-top: 0 !important;
}

.purstepcont .rr-datapicker .v-input__prepend-outer .v-icon.v-icon {
    font-size: 30px !important;
}

.projectcontent .an-product-section .v-text-field--outlined fieldset {
    background: linear-gradient(180deg, #ECECEC 0%, rgba(243, 243, 243, 0.85) 90.1%) !important;
}

.projectcontent .an-product-section .procomment-section .v-text-field--outlined fieldset {
    background: #FCFCFC !important;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    border: 1px solid #eee;
}

.procomment-section .v-text-field.v-text-field--enclosed .v-text-field__details {
    padding-top: 10px;
}

.projectcontent .v-text-field {
    min-height: 96px;
}

.projectcontent .an-product-section .v-text-field {
    min-height: 90px;
}

.projectcontent .an-product-section .ingredient-section .v-text-field {
    min-height: 85px;
}

.projectcontent .an-product-section .rr-formrow .col-12 {
    padding: 0 12px !important;
}

.projectcontent .an-product-section .rr-formrow .col-12.pa-0 {
    padding: 0 !important;
}

.rr-label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0 0 0 15px;
    /* line-height: 1; */
    font-family: FoundersGrotesk;
}

.an-product-section .rr-label {
    text-transform: capitalize;
    font-size: 16px;
}

.purstepcont .rr-label {
    color: #575757;
    font-size: 16px;
    margin-bottom: 10px;
    /*    padding: 0;*/
}

.rr-datapicker button.v-icon {
/*    display: none;*/
}

.an-product-section .radiolabel.rr-label {
    padding-left: 0;
    text-transform: none;
}

.rr-select .v-input__append-inner {
    align-self: center !important;
    margin-top: 0 !important;
}

.projectcontent .v-input.v-input--is-focused.v-text-field--outlined fieldset {
    background: #FFFFFF;
    border: 1px solid #000 !important;
    min-height: 65px;
    border-radius: 15px;
}

.an-product-section .v-input--is-label-active.v-select--is-multi legend,
.an-product-section .v-input--is-label-active.v-select--is-multi label,
.an-product-section .v-input--is-focused legend,
.an-product-section .v-input--is-focused label {
    display: none !important;
}

.rr-datapicker .v-input__prepend-outer {
    position: absolute;
    left: 16px;
    z-index: 1;
    top: 12px;
}

.rr-datapicker .v-input__prepend-outer .v-icon.v-icon {
    font-size: 45px !important;
    color: #DCDCDC;
}

.rr-datapicker .v-text-field input {
    padding: 8px 0 8px 50px;
}

.rr-datapicker .v-input__append-inner {
    transform: translateY(10px);
}

.rr-informativefieldlbl {
    font-size: 20px !important;
    text-transform: uppercase !important;
}

p.rr-informativefield {
    font-size: 20px;
    color: #6F6F6F;
    margin-bottom: 10px !important;
}

.procomment-section p {
    color: #747474;
    margin-bottom: 10px !important;
}

/*=========overview section start=======*/
.overviewform .st-textara {
    height: 80px;
}

.goalinput input {
    height: 120px;
}

.budget-group input {
    height: 50px;
    margin-bottom: 20px;
}

input#budget1 {
    width: 100%;
    max-width: 123px;
}

.lp-box #goal {
    width: 100%;
    max-width: 380px;
}

/*=========overview section end=======*/
/*=========existing product section start=======*/
.hsugested-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 5px;
    align-items: center;
}

.hsugested-box h6 {
    text-transform: uppercase;
    font-size: 12px;
    color: #949494;
    font-weight: 400;
}

.ep-input-box input {
    height: 100px;
    text-transform: capitalize;
}

/*=========existing product section end=======*/
/*=========project details section start=======*/
.bs-card.projectdetails-card {
    padding: 18px 20px 10px 20px;
    position: relative;
}

.s-step {
    font-weight: 600;
    color: #000;
    text-align: left;
    margin-left: 10px;
}

.pdinput-box textarea {
    height: 100px;
    text-transform: capitalize;
}

.pdinput-box label {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    margin-left: 11px;
}

.ep-radio-box {
    text-align: center;
}

.ep-radio-box label {
    font-weight: 500;
    text-transform: uppercase;
}

.pdinput-box small {
    font-weight: 500;
    padding-left: 12px;
}

.pdinput-box textarea::placeholder {
    font-size: 14px;
    padding-top: 15px;
}

/*=========project details section end=======*/


/*=========project details section start=======*/
.working-products .theme--light.v-tabs-items {
    background-color: #FFFFFF;
/*    border-radius: 10px;*/
}

.anp-para p {
    margin-bottom: 0;
}


.adbtn {
    background: #000;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 15px;
    padding: 15px 22px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    transition: all 0.5s;
}

.adbtn:hover {
    color: #fff;
}

/*=========project details section end=======*/

/*=======main-projct business-css end====*/
/*project creation page css*/


/*july 19 css*/

/*====global css end=====*/

/*=======main-screen-css start====*/
/*=======middleheader section start=====*/
.topheader {
    background: #f1f1f1;
    padding: 15px 0px;
}

.right-nav-section {
    text-align: right;
}

.left-nav-section a,
.right-nav-section button {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    outline: none;
}

.left-nav-section a span {
    font-size: 20px;
    display: inline-block;
    vertical-align: sub;
    letter-spacing: 0.5px;
}

.right-nav-section button:disabled {
    opacity: 0.5;
}

.left-nav-section a img {
    margin-right: 10px;
    width: 100%;
    max-width: 32px;
}

.right-nav-section .header-subbtn {
    border: 1px solid #999999;
    background: #000;
    padding: 6px 20px;
    margin-left: 20px;
    border-radius: 5px;
    color: #fff;
}

/*=======middleheader section start=====*/
.call-project-bg {
    height: 100vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    background-position: center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.call-project-bg {
    position: fixed;
    z-index: 9;
    top: 67px;
    left: 0;
    right: 0;
    bottom: 0;
}

.call-project-box h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.main-screen-form {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    margin-top: 50px;
}

.main-screen-form input {
    background: transparent;
    border: unset;
    border-radius: 10px;
    color: #6d6d6d !important;
    font-size: 22px;
    height: 60px;
    padding: 7px 10px 0px 10px;
    border-bottom: 2px solid #bebebe;
    transition: all 0.5s;
      max-height: unset !important;
    min-height: unset !important;
    padding-left: 10px !important;
}

.main-screen-form input:focus,
.main-screen-form input:hover {
    background: rgb(241 241 241 / 50%);
    border: unset;
    box-shadow: unset;
    outline: none;
    border-bottom: 2px solid;
    border-color: #c0c0c0;
}
.main-screen-form input:focus{
    background: #fff;
}
.main-screen-form .btn-submit {
    background: rgb(241 241 241 / 60%);
    color: #fff;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    border-color: #fff;
    padding: 6px 25px 4px 25px;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin: 20px 0px;
    transition: all 0.5s;
}

.main-screen-form button:hover {
    background: #98907d;
    border-color: #98907d;
}
.main-screen-form button:focus {
    box-shadow: unset;
}
.back-dashbox {
    margin-top: 30px;
}

.back-dashbox a {
    color: #ACA592 !important;
    opacity: 0.5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    border: unset;
    text-decoration: underline;
}

.back-dashbox a:hover,
.back-dashbox a:focus {
    box-shadow: unset !important;
    border: unset !important;
    outline: unset !important;
    text-decoration: underline;
}

/*=======main-screen-css end====*/
/*=======main-projct business-css start====*/
.main-project-section {
    padding: 50px 0px;
    background: #f1f1f1;
    margin-top: 10px;
}

.purchase-orders--create .order-detail-sec,
.purchase-orders--detail .order-detail-sec,
.projects--detail .main-project-section {
    padding: 30px 0px;
}

.left-nav a {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    /*border-bottom: 2px solid #908C8C;
    border-radius: 0 !important;
    margin-bottom: 10px;*/
    border: 1px solid #908C8C;
    border-radius: 20px !important;
    margin-bottom: 15px;
    letter-spacing: 1px;
    padding: 12px 10px 4px 20px;
}

.left-nav a.active {
    background: #fefefe !important;
    color: #000 !important;
    font-weight: bold;
    /*border: 1px solid #908C8C;
    border-radius: 15px !important;*/
    border: 1px solid #5C5C5C;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.left-nav a b {
    font-weight: normal;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #a4a4a4;
}

.left-nav a span {
    height: 18px;
    width: 18px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #a8a8a8;
    position: absolute;
    right: 19px;
    top: 25px;
}

.left-nav a.active span {
    background: #000;
}

.about-card {
    box-shadow: 1px 4px 7px 2px #B5B5B54F;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 15px 20px 15px 20px;
    min-height: 80px;
}

.abt-space {
    padding: 25px 20px 20px 20px;
}

.bs-card {
    box-shadow: 1px 4px 7px 2px #B5B5B54F;
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px 10px 20px;
    margin-bottom: 20px;
}

.business-box label {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 1px;

}

.bs-radio {
    margin-right: 15%;
    margin-left: 22px;
}

.bs-radio label {
    padding: 6px 0px 0px 10px;
}

.business-box small {
    color: #A3A3A3;
    font-size: 15px;
    font-weight: 400;
}

.about-business-box-main h1 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1.1px;
    margin-bottom: 22px;
    color: #000;
    font-family: FoundersGrotesk;
    margin-bottom: 12px;
}

.business-box-form label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.bs-detail-form input,
.bs-detail-form textarea,
.bs-detail-form select {
    border-radius: 15px;
    background: #fff !important;
    border-color: #f1f1f1;
    height: 70px;
}

.bs-detail-form small {
    color: #616161;
    text-align: right;
    display: block;
    margin: 10px 20px;
}

.bs-detail-form textarea {
    height: 150px;
}

.bs-detail-form select {
    height: 68px !important;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    /*    box-shadow: 1px 4px 7px 2px #B5B5B54F;*/
}

.bs-cardbtn {
    text-align: right;
    margin-top: 30px;
    
}

.bs-cardbtn button {
    border-width: 1px, 1px, 1px, 1px;
    border-style: solid;
    border-radius: 15px;
    text-transform: uppercase;
    color: #707070;
    padding: 15px 17px 4px 17px;
    margin-left: 10px;
    border: unset;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn.draft-btn {
    padding: 0;
    margin: 0 20px 0 0px;
    letter-spacing: 1px;
}

.btn.ctn-btn {
    /*background: #999 !important;   
    box-shadow: 1px 4px 7px 2px #B5B5B54F;*/
    font-weight: bold;
    padding: 10px 20px 4px 20px;
    box-shadow: 2px 4px 4px 0px #00000040;
    background: linear-gradient(0deg, rgb(153 153 153 / 0.5%), #bebebe) !important;
    color: #000;


}

/*=========overview section start=======*/
.overviewform .st-textara {
    height: 80px;
}

.goalinput input {
    height: 120px;
}

.budget-group input {
    height: 50px;
    margin-bottom: 20px;
}

input#budget1 {
    width: 100%;
    max-width: 123px;
}

.lp-box #goal {
    width: 100%;
    max-width: 380px;
}

/*=========overview section end=======*/
/*=========existing product section start=======*/
.hsugested-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 5px;
}

.hsugested-box h6 {
    text-transform: uppercase;
    font-size: 13px;
    color: #949494;
    font-weight: 400;
    margin-bottom: 12px;
}

.ep-input-box input {
    height: 100px;
    text-transform: capitalize;
}

/*=========existing product section end=======*/
/*=========project details section start=======*/
.bs-card.projectdetails-card {
    padding: 18px 20px 10px 20px;
}

.about-business-box-main small.s-step {
    font-weight: 600;
    color: #000 !important;
    text-align: left;
    margin-left: 10px;
    font-family: FoundersGrotesk !important;
    letter-spacing: 1px;
    position: absolute;
}

.project-details-section label.no-uppercase {
    margin: 6px 0;
}

p.recipehinttext {
    margin: 0 !important;
    font-size: 11px;
    color: #9E9E9E;
    letter-spacing: 1px;
}

.pdinput-box textarea {
    height: 100px;
    text-transform: capitalize;
}

.pdinput-box label {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    margin-left: 11px;
}

.ep-radio-box {
    text-align: center;
}

.ep-radio-box label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 5px;
}

.pdinput-box small {
    font-weight: 500;
    padding-left: 12px;
}

.pdinput-box textarea::placeholder {
    font-size: 14px;
    padding-top: 15px;
}

/*=========project details section end=======*/


/*=========project details section start=======*/
.anp-box {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 25px;
}

.an-product-section .theme--light.v-tabs>.v-tabs-bar {
    background-color: transparent;
}

.anp-para p {
    margin-bottom: 0;
}

.anp-buttonbox {
    text-align: right;
    margin-right: 22px;
}

.adbtn {
    background: #000;
    text-transform: uppercase;
    color: #fff;
    border-radius: 15px;
    padding: 15px 22px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    transition: all 0.5s;
}

.adbtn:hover {
    color: #fff;
}

/*=========project details section end=======*/

/*========accordian section start======*/
.new-accordian-top {
    margin-top: 20px;
}

.np-link {
    background: #fff;
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #f1f1f1;
    border-top: 5px solid #0C844A;
    ;
}

.np-link b {
    margin-left: 21px;
}

.np-addbtn {
    box-shadow: 4px 6px 8px 1px #0000000F;
    background: #fff;
    margin-left: 10px;
    border-radius: 100px !important;
    font-weight: bold;
    font-size: 18px;
    margin-top: 3px;
}

.np-addbtn p {
    margin-bottom: 0;
}

.new-accordian-box-main {
    box-shadow: 4px 6px 8px 1px #0000000F;
    background: #fff;

}

.accordian-sbox {
    padding: 10px 20px 0px 20px;
    margin-top: 5px;
}

.accordian-sbox p {
    color: #A3A3A3;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;

}

.active-sucess {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-top: 5px solid #EABF28;
    background: #fff;
}

#faq-ad {
    margin: 10px 0 10px 0px;
    padding: 10px 20px 20px 20px;
}

#faq-ad .card {
    margin-bottom: 10px;
    border: 0;
}

#faq-ad .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#faq-ad .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #fff;
    color: #222;
    padding: 20px;
    border: 1px solid #f1f1f1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 20px;
}

#faq-ad .btn-header-link:after {
    content: url('../images/arrow-up.png');

    /* font-family: 'Font Awesome 5 Free';
  font-weight: 900;*/
    float: right;
    /*  background: url('assets/images/arrow-down.png');*/
}

#faq-ad .btn-header-link.collapsed {
    background: #F3F3F3;
    color: #000;
    box-shadow: 0px 4px 4px 0px #00000040;


}

#faq-ad .btn-header-link.collapsed:after {
    content: url('../images/arrow-down.png');

}

#faq-ad .collapsing {
    background: #fff;
    line-height: 30px;
}

#faq-ad .collapse {
    border: 0;
}

#faq-ad .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}

.an-product-section .v-expansion-panel {
    /*background: linear-gradient(0deg, rgb(153 153 153 / 0.5%), #f3f3f3) !important;
    color: #000;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-bottom: 10px;
    border: none;
    text-transform: uppercase !important;
    border-radius: 5px !important;*/
}

.an-product-section .v-expansion-panel--active {
    margin-top: 0 !important;
}

.an-product-section button.v-expansion-panel-header::before {
    display: none !important;
}

span.addanotherpro {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    margin-left: 15px;
    margin-top: 12px;
    font-size: 22px;
    transform: rotate(45deg);
    padding: 1px 0 0 8px;
    cursor: pointer;
    display: none;
    box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 2px 1px 2px 0px rgb(0 0 0 / 25%);
}

.an-product-section .v-tab+span.addanotherpro {
    display: inline-block;
}

.an-product-section button.v-expansion-panel-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 25px 15px !important;

    background: linear-gradient(0deg, rgb(153 153 153 / 0.5%), #f3f3f3) !important;
    color: #000;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px !important;
}

.an-product-section .theme--light.v-expansion-panels .v-expansion-panel::after {
    border-color: transparent !important;
}

.an-product-section .v-tabs-bar {
    height: auto !important;
}

.an-product-section .v-tab {
    background: #dfdfde;
    font-size: 18px;
    box-shadow: 0px 1px 2px 0px #ccc;
    border-top: 6px solid #0C844A;
    height: 60px;
    box-sizing: border-box;
}

.an-product-section .v-tab.v-tab--active {
    background: #fff;
    border-radius: 0;
}

.packageTabs.v-tab{
   background: #fff;
}

.packageTabs.v-tab.v-tab--active{
    background: #f4f4f4;
}

.an-product-section .product-recipe-section .v-tab.v-tab--active {
    background: rgba(0, 0, 0, 0.02);
}

.an-product-section .v-tabs-slider-wrapper {
    top: 0;
    bottom: unset !important;
    height: 6px !important;
    border-radius: 5px !important;
}

.an-product-section .v-tabs-slider-wrapper .v-tabs-slider {
    background-color: #EABF28;
}

.an-product-section .v-tab {
    width: 100%;
    max-width: 190px;
    padding: 0 5px;
    position: relative;
    min-width: 190px;
}
.an-product-section .v-tab h1.sub-title {
    margin: 0 !important;
    font-size: 19px;
    border: none !important;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
/*    max-width: 14ch;*/
    max-width: 15ch;
    max-height: 4.5em;
    line-height: 1.5em;
    font-weight: bold;
}

.an-product-section .v-tab h1.sub-title span {
    margin-left: 12px;
}
.an-product-section .v-tab h1 b {
    position: absolute;
    right: 5px;
    top: 14px;
}
.acc-input-box label {
    text-transform: capitalize;
    color: #000;
    font-size: 18px;
}

.acc-input-box input,
.acc-input-box select,
.acc-input-box textarea {
    box-shadow: 3px 3px 9px -3px #F0F0F0EB;
    height: 55px !important;
    border-radius: 15px;
    border: 1px solid #D5D5D5;
    background: linear-gradient(180deg, #ECECEC 0%, rgba(243, 243, 243, 0.85) 90.1%);

}

.acc-input-box textarea {
    height: 155px !important;
}

.acc-radiobox label {
    display: block;
}

.blnk-lbl {
    margin-top: 18px;
}

/*========recipe section start======*/
.rt-label {
    display: block;
    text-transform: capitalize;
}

.recipt-intregate {
    margin-top: 30px;
}

.recipt-intregate .progress {
    height: 40px;
    border-radius: 10px;
}

.recipt-intregate .progress-bar {
    background: #8E8E8E;
    font-weight: bold;
    font-size: 15px;
    border-radius: 10px;
}

.customerror {
    color: #f44336;
    font-weight: 400;
    font-size: 14px;
}

.recipe-exbar h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.nw-ingrdiant {
    text-transform: uppercase;
    margin-top: 10px;
}

.recipe-exbar p {
    color: #6F6F6F;
}

.nw-ingrdiant-form {
    box-shadow: 4px 4px 6px 0px #00000040;
    background: #f4f4f4;
    margin: 0 8px 10px 0 !important;
    padding: 15px;
}

.nw-ingrdiant-form .inlstatus {
    text-transform: uppercase;
    padding-top: 8px;
}

.customslider .v-slider__track-background.primary.lighten-3 {
    background: linear-gradient(270deg, #000000 0%, #C0BCBC 102%) !important;
}

.customslider .v-slider--horizontal .v-slider__track-container {
    height: 4px;
}

.re-radio input {
    margin-left: 10px;
}

.re-radio label {
    text-transform: uppercase;
    padding-top: 8px;
    padding-left: 10px;
    letter-spacing: 1px;
}

.acc-input-box input[type="range"] {
    accent-color: #000;
}

/*========recipe section end======*/
/*========packaging section start======*/
.packageTabs{
    margin-top: 0px;
    background: #f4f4f4;
/*    margin-left: 6px;*/
}
.bg-packaging .packaging-formtab {
    background: #F4F4F4;
    padding: 13px 15px;
    margin: 17px 4px 0px 4px;
    border-radius: 2px;
    margin-top: 0px;
}
.bg-packaging .form-row {
    padding: 0px 15px;
}
.bg-packaging .form-row label.no-uppercase {
    font-size: 18px;
}
.projectcontent .bg-packaging .rr-formrow .col-12 {
    padding: 0 8px !important;
}
.bg-packaging .v-expansion-panel-content__wrap {
    padding: 0;
}
.an-product-section .packaging-formtab .rr-label {
    font-size: 18px;
    padding-left: 8px;
}
.projectcontent .v-expansion-panel-content .v-text-field--outlined fieldset {
    background: #FCFCFC;
}
.bg-packaging.v-expansion-panel-content .v-text-field--outlined fieldset {
    background: #FCFCFC !important;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.bg-packaging.v-expansion-panel-content .v-text-field__details {
    margin-top: 10px;
} 
.packaging-top p a {
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
}

/*========packaging section end======*/
/*========accordian section end======*/

/*=======main-projct business-css end====*/
/*july 19 css*/
/*Ttech437*/


/*terms css*/
.accuracybox {
    box-shadow: 2px 4px 4px 0px #00000040;
    background: #fefefe;
    margin: 40px 0;
    border-radius: 10px;
    padding: 0 10%;
}

.accuracybox .register-project-confirmation .v-card {
    background-color: #fefefe;
}

.accuracybox .v-input__slot {
    margin-bottom: 0 !important;
    min-height: 50px !important;
}

.accuracybox label,
.accuracy-box-content h2 {
    text-transform: uppercase;
    color: #6F6F6F;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 6px;
}

.accuracy-box-content {
    position: relative;
    padding-left: 30px;
}

.accuracy-box-content span {
    height: 18px;
    width: 18px;
    background: #000;
    display: inline-block;
    border-radius: 100px;
    margin-right: 10px;
    background: #868686;
    position: absolute;
    left: 0;
    top: -2px;
}

.accuracy-box-content p {
    color: #6F6F6F;
    font-size: 15px;
}

.pre-sv-box {
    text-align: center;
}

.pre-sv-button button {
    color: #747474;
    font-size: 15px;
    text-transform: uppercase;
    /*    font-weight: bold;*/
    letter-spacing: 0.5px;
}

.pre-sv-button button[disabled] {
    opacity: 0.60;
}

.pre-sv-button {
    margin-bottom: 10px;
}

span.barseperator {
    margin: 0 6px;
    font-weight: bold;
    color: #747474;
}

.submit-app-btn button {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background: #000;
    border-radius: 10px;
    letter-spacing: 0.5px;
    box-shadow: unset;
    border: unset;
    padding: 18px 20px 15px 20px;
}

.submit-app-btn button[disabled] {
    background: #C3C3C3;
    color: #818181;
    cursor: not-allowed;
}

.bottomterms .v-alert__content ul {
    margin-top: 10px;
    list-style: outside;
}

/*terms css*/

/*=============SHOW DASHBOARD CSS START===========*/
.order-detail-sec .all-orders-purcahse-main,
.main-project-nav.showdash-main {
    box-shadow: 4px 4px 12px 0px #00000024;
    background: #fff;
    padding: 20px 50px;
    border-radius: 25px;
}

.order-detail-sec .all-orders-purcahse-main {
    padding: 15px 20px;
}

.showdash-topheading h1 {
    font-size: 20px;
    margin-bottom: 30px;
}

.sd-lbl-box {
    margin-bottom: 25px;
}

.v-expansion-panel-content__wrap .sd-lbl-box {
    margin-bottom: 0;
}

.sd-lbl-box h6 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #000;
}

.sd-lbl-box p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #6F6E6E;
    min-height: 24px;
}

.v-expansion-panel-content__wrap .sd-lbl-box p {
    margin-bottom: 0;
}

.upcase {
    text-transform: uppercase;
}

.sd-lbl-box p.yesnopp {
    text-transform: uppercase;
    min-height: 24px;
    margin-bottom: 5px;
}

p.drecipehinttext {
    font-size: 11px;
    margin-bottom: 10px;
}

.sd-lbl-box small {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #6F6E6E;
    margin-bottom: 12px;
    width: 100%;
    display: block;
    max-width: 80%;
}

.sd-lbl-box p span {
    margin-right: 20px;
}

.showdash-topheading .v-expansion-panel-content__wrap {
    padding-left: 0;
    padding-right: 0;
}

.bjk-in-tab {
    margin: 20px 0px 20px 0px;
}

.bjk-in-tab .inbox-list {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
    padding: 20px 10px 10px 10px;
}

.bjk-in-tab .media img {
    width: 100%;
    max-width: 290px;
    max-height: 290px;
    border: 1px solid #000;
    border-radius: 20px;
}

/*.bjk-in-tab .media-body {
    width: 100%;
    max-width: 500px;
}*/

.bjk-in-tab .media-body h5 {
    font-size: 28px;
    color: #000;
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bjk-in-tab .media-body h4 {
    font-size: 18px;
    color: #D90B0B;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bjk-in-tab .media-body .submitted i.v-icon.actionalerticon,
.bjk-in-tab .media-body .submitted h4 {
    color: #0078E5;
}

.bjk-in-tab .media-body .approved i.v-icon.actionalerticon,
.bjk-in-tab .media-body .approved h4 {
    color: #1B8E5D;
}

.bjk-in-tab .media-body span {
    font-size: 15px;
    color: #616161;
    text-transform: uppercase;
    font-weight: 500;
}

.bjk-in-tab .in-content {
    margin-top: 20px;
    background: #F4E1E1;
    border-radius: 17px;
    padding: 20px 25px;
}

.bjk-in-tab .in-content.submitted {
    background: #E7F2FC;
}

.bjk-in-tab .in-content.approved {
    background: #E7F4E1;
}

.in-content.cnt-setup {
    padding: 22px 20px;
}

.bjk-in-tab .required-btn-box {
    display: flex;
    margin-top: 20px;
}

i.v-icon.actionalerticon {
    color: #D90B0B;
    font-size: 22px !important;
    margin-bottom: 5px;
    margin-right: 5px;
}

.in-content.cnt-setup i.v-icon.actionalerticon {
    margin-bottom: 2px;
    margin-right: 18px;
}

.editproanchor {
    margin-top: 8px;
    color: #3D3D3D;
    border-bottom: 1px solid #3d3d3d;
    /* line-height: 26px; */
}

.bjk-in-tab .in-content p {
    color: #575757;
    font-weight: 400;
    margin-bottom: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 3px;
}

.cnt-setup {
    display: flex;
    justify-content: space-between;
}

.cnt-setup a {
    color: #3D3D3D;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
}

.allorder-main {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    padding: 20px 20px 12px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.allorder-main .row {
    align-items: center;
}

.tslk-box h2 {
    padding-top: 5px;
}

.tslk-del-active {
    background: #E7F2FC;
}

.tslk-del-danger {
    background: #F4E1E1;
}

.tslk-link {
    font-weight: bold;
    margin-top: 8px;
    text-align: center;
}

.tslk-link a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
}

/*=============SHOW DASHBOARD CSS END===========*/

/*purchase orders css*/
.allorder-main {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    padding: 20px 20px 12px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.allorder-main .row {
    align-items: center;
}

.tslk-box h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 20px;
    /*    padding-top: 10px;*/
    margin-bottom: 4px;
}

.tslk-box p {
    text-transform: uppercase;
    color: #8E8E8E;
    font-size: 14px;
    margin-bottom: 0 !important;
}

.tslk-box h3 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    padding-top: 3px;

}

.tslk-box span {
    margin-top: 0px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-top: 2px;
}

.tslk-del-prime,
.tslk-del-active,
.tslk-del-danger {
    /*    background: #E7F4E1;*/
    border-radius: 25px;
    display: flex;
    justify-content: space-around;
    padding: 0px 10px;
    align-items: center;
}

.tslk-del-active {
    background: #E7F2FC;
}

.tslk-del-danger {
    background: #F4E1E1;
}

.tslk-link {
    font-weight: bold;
    margin-top: 8px;
    text-align: center;
}

.tslk-link a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
}

.purchase-order .v-application p {
    margin-bottom: unset !important;
}

.purchase-order tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    border-radius: 22px;
    margin-bottom: 20px;
    /* border: unset !important; */
    align-items: center;
    padding: 21px 10px 18px 10px;
    border: 2px solid #f1f1f1;
    transition: all 0.5s;
    cursor: pointer;
    /* margin-right: -15px;
 margin-left: -15px;*/
}

.v-data-table.elevation-1.purchase-order.v-data-table--has-bottom.theme--light {
    background-color: unset;
    border: unset;
    box-shadow: unset !important;
}

.elevation-1.purchase-order tr td {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    height: auto !important;
    border: unset !important;
}

.elevation-1.purchase-order tr td:nth-child(1) {
    max-width: 36.00%;
    flex: 0 0 36.333333%;
}

.elevation-1.purchase-order tr td:nth-child(2) {
    max-width: 43%;
    flex: 0 0 43.333333%;
    width: 100%;
}

.elevation-1.purchase-order tr td:nth-child(3) {
    max-width: 20%;
    flex: 0 0 20.333333%;
}
.elevation-1.purchase-order tr td:nth-child(3) button span{
    font-size: 18px;
}
.deadlinetext .v-input__slot {
    height: 123px;
}
.purchase-order .v-chip.v-size--small {
    height: auto;
    border-radius: 100px;
    /*    width: 100%;*/
    padding: 3px 20px 0;
}

.purchase-order thead tr {
    box-shadow: unset;
    border-radius: unset;
    display: none;
}

.purchase-order table {
    margin-top: 12px;
}

.purchase-order thead tr th {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    border: unset !important;
    font-size: 19px !important;
    padding-top: 10px !important;

}

.elevation-1.purchase-order .text-center button:focus {
    outline: none;
    background: unset !important;
}

.purchase-order .v-chip.v-size--small .v-chip__content {
    align-items: center;
    display: flex;
    height: 100%;
    max-width: 100%;
    justify-content: space-around;
    width: 100%;
}

.elevation-1.purchase-order tr:hover {
    background: #fff !important;
    border: 2px solid #000;
}

.purchase-order .theme--light.v-btn:hover::before {
    opacity: 0;
}

.selectProject,
.selectProduct {
    background: #F1EFEF !important;
    border-radius: 15px !important;
}

.empty-order-number .v-messages {
    display: block !important;
}

/*===================== purchase order css end =====================*/

.purchase-order-header {
    margin-bottom: 6px;
    /*    padding: 0px 10px;*/
}

.po-headerbox h1 {
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.po-headerbox p {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0 !important;
    color: #000;
}

.po-headerbox-recive {
    text-align: right;
}

.po-details-form h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 10px;
}

.po-headerbox-recive p {
    border-radius: 100px;
    background: #F4E1E1;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 25px 2px 25px;
    margin-bottom: 0 !important;
}

.po-headerbox-recive p span {
    font-weight: bold;
    margin-left: 15px;
}

.or-detailsmain-form label {
    text-transform: uppercase;
    font-size: 16px;
    /*   padding-left: 10px;*/
}

.or-detailsmain-form {
    box-shadow: 2px 2px 2px 2px #00000012;
    background: #f5f5f5;
    border-radius: 15px;
    padding: 10px 20px 20px 20px;
}

.or-detailsmain-form .bs-detail-form input {
    height: 60px;
    margin-bottom: 20px;
}

.sm-add {
    text-transform: uppercase;
}

.sm-add span {
    height: 10px;
    width: 10px;
    background: transparent;
    border-radius: 100px;
    display: inline-block;
    border: 2px solid #000;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.orderDetailsLabel {
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.orderDetails .v-text-field__slot {
    height: 60px !important;
}

.orderDetails fieldset {
    background: #f5f5f5;
    border-color: #f5f5f5 !important;
}

.all-orders-purcahse {
    margin-top: 10px;
}

.all-orders-purcahse table thead tr th {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.all-orders-purcahse table tbody tr td {
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-family: FoundersGrotesk;
    font-size: 14px;
    padding-top: 18px;
    text-align: center;
}

.all-orders-purcahse .gstAmount,
.all-orders-purcahse .totalGst {
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.orderDetails .v-text-field__details {
    padding-top: 0px;
    margin-bottom: 0px;
    display: none;
}

/*========form css end====*/
/*========order  table css start====*/
.po-details-form-table {
    margin-top: 40px;
}

.po-details-form-table .containertable {
    padding: 20px 15px;
    background-color: #f5f5f5;
    box-shadow: 2px 2px 2px 2px #00000012;
    border-radius: 15px;
}

.po-details-form-table table {
    border-collapse: collapse;
    overflow: hidden;
}

.po-details-form-table table thead th {
    border-bottom: 2px solid #7c7c7c;
    border-top: 2px solid #7c7c7c;
}

.dp-btnbox {
    margin: 30px 0px 20px 0px;
}

.dp-btnbox a.v-btn {
    border-radius: 10px !important;
    font-size: 20px !important;
    height: 45px !important;
}

.or-detailsmain-form .form-group p {
    margin-bottom: 0px;
}

/*purchase orders css*/

.billingaddlabels {
    display: flex;
}

.billingaddlabels .v-input--selection-controls {
    margin-top: 0;
    padding-top: 0;
}

.sameasshippingcont {
    margin-left: 75px;
}

.projectcontent .purstepcont .billingaddlabels .v-input__slot {
    min-height: 0 !important;
    margin-bottom: 0 !important;
}

.billingaddlabels .v-messages.theme--light {
    display: none;
}

.billingaddlabels label {
    color: #575757;
    text-transform: uppercase;
    font-size: 16px;
    font-family: FoundersGrotesk;
    font-weight: 500 !important;
}

.billingaddlabels .v-input--selection-controls__input {
    transform: translateY(-7px);
}

.purstepcont .rr-datapicker .v-text-field input {
    padding: 13px 0 8px 40px;
}

.pur-orders-cont-wrap .bs-cardbtn {
    margin-top: 20px;
    padding: 12px;
}

.btn.nextstep-btn {
    background-color: #282828 !important;
    color: #fff !important;
    border-radius: 8px !important;
    text-transform: uppercase;
    padding: 9px 30px 6px 30px !important;
}

.btn.nextstep-btn .v-btn__content {
    font-weight: 500;
    font-family: 'FoundersGrotesk-Medium';
}


/*line item page*/
.custommodel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000050;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

h5#purchse-orderModalLongTitle {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    font-family: 'FoundersGrotesk-Medium';
    letter-spacing: 1px;
}

.custommodel .customcontent {
    max-width: 575px;
    border-radius: 15px;
}

.custommodel .v-text-field--outlined fieldset {
    background: #fff;
    border: 1px solid #D5D5D5;
    min-height: 65px;
    border-radius: 15px;
}

.custommodel .v-input__slot {
    min-height: 65px !important;
}

.linetotalspan,
.custommodel .rr-label {
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0 0 0 10px;
    font-family: FoundersGrotesk;
    z-index: 9;
}

.modal1-header {
    position: relative;
    padding: 15px 0 10px 6px;
}

.modal1-header button.close {
    position: absolute;
    top: -8px;
    right: 0px;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.modal1-header button.close span {
    font-family: 'FoundersGrotesk';
    letter-spacing: 0.75px;
}

.modal1-header .mdi-close::before,
.modal1-header v-icon,
.modal1-header .v-icon {
    color: #000 !important;
    font-size: 14px !important;
}

.btnfooter-popup1 {
    text-align: right;
    margin-top: 10px;
}

.modal1-footer .customerror {
    margin-bottom: 20px;
    opacity: 0;
    margin-top: 10px;
    text-align: right;
    font-family: FoundersGroteskLight;
    font-size: 15px;
}

.btnfooter-popup1 button.btn {
    text-transform: uppercase;
    font-size: 14px;
    color: #575757;
    padding: 6px 20px 0 21px;
    border-radius: 5px;
}

button.addlinebtn.btn {
    background: #000;
    color: #fff;
    font-weight: bold;
}

.custommodel .v-text-field__details {
    margin-bottom: 0 !important;
}

.custommodel .row.row--dense .col-12 {
    padding-bottom: 0 !important;
}

.addpro-btnbox.add-vue p {
    margin-bottom: 0;
    color: #575757;
}

.pdsec-padding .tbunits tr td,
.pdsec-padding .tbunits tr th {
    padding-top: 19px;
    padding-bottom: 10px;
    text-align: center;
    border-top: 1px solid #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
    text-transform: capitalize;
    color: #575757;
}

.product-table-total .sub-bold td {
    text-align: left;
    text-transform: capitalize;
    color: #575757;
}

.purstepcont .upload-btn-wrapper .btn {
    background-color: #181818;
}

button.btn.backstep-btn {
    background: #fff !important;
    color: #575757;
    letter-spacing: 0.15px;
    padding-top: 7px !important;
}

button.btn.backstep-btn span {
    letter-spacing: 0.5px;
    font-family: 'FoundersGrotesk';
    font-size: 15px;
}

button.btn.backstep-btn:hover::before {
    opacity: 0;
}

/*line item page*/

/*step ui*/
.order-detail-sec span.v-stepper__step__step {
    display: none;
}

.order-detail-sec .v-stepper__step .v-stepper__label {
    width: 100%;
}

.order-detail-sec .v-stepper__step h1.sub-title {
    width: 100%;
    position: relative;
    border-bottom: none;
    padding-bottom: 2px;
    margin: 0 !important;
}

.order-detail-sec .v-stepper__step h1.sub-title::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 100%;
    position: absolute;
    top: -2px;
    right: 0;
}

.order-detail-sec .v-stepper__step.v-stepper__step--active h1::after {
    background: #000;
}

.order-detail-sec .v-stepper__step h1.sub-title::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
}

.order-detail-sec .v-stepper__step.v-stepper__step--active h1.sub-title::before {
    display: none;
}

.order-detail-sec main.projectcontent .v-stepper__step {
    border: none;
    border-radius: 0;
}

.order-detail-sec .v-stepper__step.v-stepper__step--active.v-stepper__step--editable {
    background: #E7E7E7 !important;
    color: #e7e7e7;
    border-radius: 6px !important;
    box-shadow: 1px 1px 2px 1px #bababa20;
}

.order-detail-sec .v-stepper__step.v-stepper__step--active h1.sub-title {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 0;
}

.order-detail-sec .v-stepper--vertical .projectcontent .v-stepper__step {
    padding: 20px 16px 13px 16px;
}

.documents-section tbody tr:hover {
    background: #fafafa !important;
}

.projectcontent .v-stepper__step.v-stepper__step--active {
    border-color: #e7e7e7 !important;
    background: #e7e7e7;
}

.thattachment span.v-btn__content {
    word-break: break-all;
}



.documents-section tbody td.text-right:nth-child(2){
    flex: 0 0 250px;
}
.documents-section tbody td.text-right:nth-child(3){
        justify-content: end;
}

.image-hover-text {
    position: absolute;
    top: 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 255px;
    opacity: 0;
    cursor: default;
    transition: opacity 0.2s linear;
}
.image-hover-text-bubble{
    position: relative;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 100%;
    border-radius: 20px;
    padding: 40% 10px 10px 10px;
    height: 245px;
    background: rgba(33, 33, 33, 0.8);
    text-align: center;
    border: 1px solid #848484;
    margin: 0 auto;
    overflow: hidden;
    word-wrap: break-word;
    color: #fff;
}
.image-hover-text:hover 
{
  opacity: 1;
}
.projectcontent .compliance-tbody .col-12.hd-hcpd {
    padding: 0px 22px !important;
}
.compliance-tbody .v-select__slot label {
    text-transform: inherit;
    top: 23px;
    font-size: 14px;
    color: #9E9E9E;
}
.projectcontent .compliance-tbody .col-12.hd-hcpd .rr-informativefield{
    font-size: 18px;
}
.projectcontent .compliance-tbody .col-12.hd-hcpd label{
    font-weight: bold;
}
.an-product-section .compliance-tbody .rr-label {
    font-size: 18px;
}
.goalbox .col-sm-3 .form-group.budget-group.rr-select {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0;
}
.goalinput .v-input__slot{
/*    min-height: 167px !important;*/
}
.goalinput .v-input__slot fieldset{
/*    min-height: 167px;*/
}
.goalinput .v-input.v-input--is-focused.v-text-field--outlined fieldset{
/*    min-height: 167px;*/
}
/*======choose img modal css start====*/
.v-dialog >.chs-img-modal {
  border-radius: 17px !important;
}
.v-dialog > .chs-img-modal > .v-card__text {
  padding: 20px 20px 5px 20px !important
}

.v-dialog > .chs-img-modal {
  border-radius: 17px;
}
.chs-img-modal .v-card__actions > .v-btn.v-btn {
  margin-bottom: 10px;
  padding: 5px 15px 0px 15px;
}
.v-application .messagecont-wrapper.somage-chat-admin.adcolor.new-message{
    background: #d9e7c4 !important;
}
.image-hover-text-title{
    cursor: pointer;
}
.all-orders-purcahse .left-column {
  width: 100%;
  max-width: 25% !important;
}
.all-orders-purcahse .right-column {
  max-width: 70%;
}
.onlyprolist .media-body h5{
    line-height: 18px;
}
.onlyprolist .media-body {
    margin-top: 10px;
}
.main-tophaeader .col-md-12 {
    padding-left: 0px;
}
.inbox-list .media-body .date-inbox {
    font-size: 15px;
}
.img-circlebox{
    height:40px;
    width:40px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
}
.img-circlebox img{
    height: 100%;
}
/*======choose img modal css end====*/
/*step ui*/

/*=====30-aug css start ========*/
.sv-para-exit h6{
    text-transform: uppercase;
    letter-spacing: 1px;
}
.svexit-btn a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 0px 1px;
}
.optional-fill {
    margin: 0;
    margin-top: 20px;
    background: #e7f2fb;
    display: inline-block;
    padding: 9px 20px 3px 20px;
    border-radius: 10px;
    color: #5b93af;
    font-size: 16px;
}
.optional-fill-green {
    margin: 0;
    margin-top: 20px;
    background: #dfdfde;
    display: inline-block;
    padding: 9px 20px 3px 20px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.optional-fill-cl {
    margin: 0;
    margin-bottom: 20px;
    background: #e7f2fb;
    display: inline-block;
    padding: 9px 20px 3px 20px;
    border-radius: 10px;
    color: #5b93af;
    font-size: 16px;
}
.deadlinetext .v-input__slot .v-text-field__slot {
    align-items: flex-start ;
    padding-top: 10px;
}
.skipToFinal{
    font-weight: 600;
    text-decoration: underline !important;
}
.saveExit{
    font-weight: 600;
    text-decoration: underline !important;
}
.anp-para h6 {
    margin-bottom: 0px;
}
.svexit-btn {
    font-size: 18px;
}
.rr-formrow .v-select__slot{
    cursor: pointer;
}
/*
/*=====30-aug css end ========*/
/*======06-sep changes css start=======*/

.cmp-input .v-input__slot {
    height: 150px;
}
.cmp-input .v-select__slot{
    align-items: flex-start;
}
.cmp-input .v-input__slot .v-select__selections {
    align-items: flex-start;
}
.cmp-input .v-select__selection--comma {
    color: #b4b3b4;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.radioInsideField {
    position: absolute;
    top: -2px;
    margin-right: 0px;
    border-radius: 10px;
    /* left: 28%; */
  left: 32%;
    padding: 0px 10px;
}
.radioInsideField.topkillo .v-label {
    font-size: 12px;
}
.goalbox .form-group.budget-group .first-budgut .v-input {
    width: 100%;
    max-width: 150px;
}
.unit-he44 .v-input__icon {
    height: 44px;
}
#myModal {
    background: rgb(33 33 33 / 50%);
    top: 0 !important;
}
.smallSomageCreate{
    background: #000;
}

/*======form complete css start ========*/
.formcomplet {
    border-radius: 10px;
}
.formcomplet h1.large {
    font-size: 25px;
    line-height: 2rem;
    letter-spacing: 0.5px;
    margin-bottom: 0 !important;
}
.formcomplet .v-card__text p {
    color: #898989;
    font-size: 16px;
    margin-bottom: 8px;
}
.formcomplet .v-list.v-sheet.theme--light {
    overflow: auto;
    height: 400px;
    padding: 10px 10px 10px 0px;
}
.formcomplet .v-list-item{
    background: #F5D6D6;
    margin-bottom: 15px;
    border-radius: 7px;
    align-items: center;
    cursor: pointer;
}
.formcomplet .v-list-item .v-list-item__content{
    font-size: 16px;
    color: #F51616;
    letter-spacing: 0.32px;
    width: 100%;
    max-width: 300px;
    line-height: 22px;
}
.formcomplet .v-list-item .v-list-item__content svg {
    position: absolute;
    right: 10px;
    top: 20px;
}
.formcomplet {
    border-radius: 10px;
}
/*======form complete css start ========*/
/*======checklist css start ========*/
/*========add order tab inner section page end======*/
#main {
    margin: 50px 0;
    margin-top: 0;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}
#main #faq .card .card-header {
    border: 0;
/*    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);*/
/*    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);*/
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    color: #222;
    padding: 20px;
    font-family: 'FoundersGrotesk-Medium';
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.5px;
    border-radius: 5px;
/*    background: linear-gradient(180deg, #F3F3F3 0%, rgba(243, 243, 243, 0.00) 100%);*/
   background: unset;  /* for order-chklist-blur;*/
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.packaging-form {
    padding: 0px 5px 0px 30px;
}
.pkinput-box .form-group {
    margin-bottom: 0;
}
.pkinput-box.col-pos-rel label {
    padding-bottom: 0;
    margin-bottom: 0;
}
/*.v-menu__content.theme--light.menuable__content__active{
       box-shadow: unset;
       border-radius: 10px;
}
.menuable__content__active .v-sheet.v-list:not(.v-sheet--outlined) {
    box-shadow: unset;
    border-radius: 10px;
    background: transparent;
}*/
.projectcontent .purstepcont .pkinput-box .v-input.v-input--is-focused.v-text-field--outlined fieldset, 
.projectcontent .purstepcont .pkinput-box .v-text-field--outlined fieldset{
    border-radius: 10px;
    border-color: #f1efef !important;
}
.packaging-form form label {
    font-weight: 400;
    font-size: 15px;
    color: #000;
}

.packaging-form form label span {
    position: absolute;
    left: -15px;
}

.packaging-form form select,
.packaging-form form input {
    background: #F1EFEF;
    border-radius: 15px;
    border: unset;
    height: 50px !important;
    max-height: 100%
}
.form-groupcmpln p {
    font-family: 'FoundersGrotesk-Medium';
}
.packaging-para p {
    letter-spacing: 0.3px;
    color: #000;
}
.form-groupcmpln .form-check input {
    text-transform: uppercase;
    background: unset;
    box-shadow: unset;
}

.form-groupcmpln input {
    border-radius: 25px;
    height: 50px;
    background: rgba(253, 253, 253, 0.39);
/*    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}
.projectcontent .purstepcont .pkinput-box .v-text-field--outlined fieldset {
    min-height: 55px !important;
    border-radius: 15px;
    border-color: #D5D5D5;
    background: rgba(253, 253, 253, 0.39);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.projectcontent .purstepcont  .v-input__slot {
    
}
.form-groupcmpln .form-group {
    margin-bottom: 0;
}
.form-groupcmpln input:placeholder {
    text-transform: uppercase;
}

.confirm-btnbox {
    margin-top: 0px;
    text-align: right;
}
.confirm-btnbox button{
     background: #282828;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'FoundersGrotesk-Medium';
    padding: 8px 30px 3px 30px;
    border-color: #000;
    color: #fff;
    transition: all 0.5s;
}
.bs-cardbtn button {
    margin-bottom: 10px;
}
/*======checklist css end ========*/
/*======06-sep changes css end=======*/

.inbox-logobg {
    width: 140px;
    background: #fff;
    padding: 20px 10px;
    height: 120px;
    border-radius: 20px;
    object-fit: contain;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.initials-avatar {
  width: 140px; /* Adjust as needed */
  height: 120px; /* Adjust as needed */
  background-color: #000; /* Set a background color for the initials circle */
  border-radius: 20px; /* Make it a circle */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  font-size: 65px;
  text-transform: uppercase;
  font-weight: bold;
}

.initials {
  color: #fff; /* Set the color of the initials */
}
.projectcontent .smfont-radio .v-input--radio-group label{
    font-size: 13px;
}
#pills-tab-inner-all li a {
    text-transform: uppercase;
    font-size: 16px;
    background: unset;
    color: #a1a1a1;
    font-weight: bold;
    border-bottom: 2px solid #f1f1f1;
    border-radius: unset;
    padding: 0;
    padding: 8px 10px 8px 0px;
    margin-right: 10px;
}
ul#pills-tab-inner-all li a.active {
    border-bottom: 2px solid #515151;
    color: #515151;
}
.chklist-tab-accordian .card-body {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/*=====upload-own-box css start===*/
.upload-own-box {
    background: #fff;
    box-shadow: 1px 4px 9px -1px rgba(0, 0, 0, 0.2);
    border-radius: 26px;
    width: 100%;
    max-width: 310px;
    padding: 30px 20px 20px 20px;
    text-align: center;
    margin: 125px auto 0px 0px;
}

.upload-own-box h4 {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-family: 'FoundersGrotesk-Medium';
}

.upload-own-box p {
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    color: #575757;
    font-family: 'FoundersGrotesk';
}

.porder-btnbox {
    margin: 15px 0px 15px 0px;
}

.uploadbox-flink p a {
    color: #575757;
    font-size: 15px;
    margin-right: 3px;
    font-family: 'FoundersGrotesk-Medium';
    letter-spacing: 0.5px;
}

/*=====upload-own-box css end===*/

.sellingProducts .v-select__slot{
     cursor: pointer;
}
.currentlySupplying .v-select__slot{
     cursor: pointer;
}
.documents-section td a.deleteDoc {
    color: #8E8E8E;
}
.cpo-box {
    display: flex;
}
.cpo-box button.cnbtn {
    background: unset !important;
    color: #000 !important;
    margin-right: 10px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}
.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}
.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    margin-bottom: 30px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60C7C1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}
.modal-confirm .modal-header{
    padding-bottom: 0;
}
.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
    background: unset;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
    background: #000;
}
.modal-confirm.modal_delete {
    color: #636363;
    width: 580px;
    max-width: 580px;
    position: relative;
    top:120px;
}
.modal_delete .modal-content {
    border-radius: 36px;
    background: #FFF;
    box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 75px;
}
.modal_delete h4{
    color: #000;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.modal_delete .modal-body{
     padding: 0;
}
.modal_delete .modal-body p{
    color: #000;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0.46px;
}
.modal_delete .btn-danger{
    border-radius: 36px;
    border: 1px solid #000;
    background: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 25px;
    font-weight: bold;
    letter-spacing: 1px;
}
.modal_delete .modal-footer {
    flex-direction: column;
    padding-bottom: 0;
}
.modal_delete .btn-secondary {
    background: unset;
    color: #5E5E5E;
    text-decoration: underline;
    text-transform: uppercase;
}
.icon-box.deltanywy-btnbox img {
    width: 100%;
    height: 100%;
}

======================

.uploadf-modal .v-card__text{
    padding: 0px 0px 10px !important;
}
.uploadf-modal.v-card .vue-dropzone.dropzone.dz-clickable {
    border-radius: 15px !important;
    border-radius: 36px;
    border: 1px dashed #000;
    background: #F2F2F2;
}
.uploadf-modal .dropzone-custom-title p {
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 20px;
    display: block !important;
}
.uploadf-modal .dropzone-custom-title span {
    justify-content: center;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
    display: block;
}
.uploadf-modal .subtitle p {
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 20px;
    display: block !important;
    margin-bottom: 5px; 
}
.uploadf-modal .subtitle span {
    font-weight: normal;
    display: block;
    margin-top: 20px;
}
.uploadf-modal .subtitle .touplod{
    margin: 0;
    display: inline-block;
}
.uploadf-modal.v-card .v-card__text {
    padding: 0 !important;
}
.uploaddrag-img {
    height: 100px;
    width: 100px;
    margin: 0px auto;
    margin-bottom: 30px;
}
.uploaddrag-img img{
    height: 100%;
    width: 100%;
}
.img-circlebox .initials-avatar {
    width: 100%;
    height: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 45px;
}
.uploaded-file-name {
    color: #000;
    text-align: left !important;
    font-size: 17px;
    padding: 10px 20px;
    display: flex;
    justify-content: start;
}
.goalinput .v-input__icon {
    height: 44px;
}

.upload-browse-modal {
    border-radius: 15px !important;
    padding: 20px 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.upload-browse-modal-dash {
    border-radius: 15px !important;
    border-radius: 36px;
    border: 1px dashed #000;
    background: #F2F2F2;
}


/*=====new upload modal css start=====*/
.upload-browse-modal {
    border-radius: 15px !important;
    padding: 20px 25px;
    background: #fff;
    width: 100%;
    max-width: 580px;
    margin: 0px auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.upload-browse-modal-dash {
    border-radius: 15px !important;
    border-radius: 36px;
    border: 1px dashed #000;
    background: #F2F2F2;
    padding: 30px 20px;
    cursor: pointer;
}
.upload-browse-modal-dash .dropzone-custom-title p {
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 20px;
    display: block !important;
}
.upload-browse-modal-dash .dropzone-custom-title span {
    justify-content: center;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
    display: block;
}
.upload-browse-modal-dash .subtitle span {
    font-weight: normal;
    display: block;
    margin-top: 20px;
}
.upload-browse-modal-dash .subtitle p {
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 20px;
    display: block !important;
    margin-bottom: 5px;
}
.upload-browse-modal-dash .dropzone-custom-content {
    text-align: center;
}
.upload-browse-modal-dash .subtitle .touplod {
    margin: 0;
    display: inline-block;
}
.upload-buttons {
    margin-top: 20px;
}
.upload-browse-modal .upload-buttons button {
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.12);
    margin-right: 10px;
    padding: 9px 30px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    font-size: 14px;
}
.upload-browse-modal .upload-buttons .btn-cancel {
    background: #fff;
    border-color: #000;
}
.upload-browse-modal .popup {
    width: 100%;
    max-width: 200px;
    height: 150px;
    margin: 0px auto;
    margin-bottom: 10px;
}
.upload-browse-modal .popup img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.upload-browse-modal .image-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.upload-browse-modal .image-info span.din {
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #2850bf;
}
#myModalPurchase {
    background: rgb(0 0 0 / 60%);
}
#myModalPurchase .modal-body {
    background: unset;
    border: unset;
    box-shadow: unset;
}
#myModalPurchase .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
}
#myModalPurchase .modal-content {
    background: unset;
    border: unset;
}
/*=====new upload modal css end=====*/

.col-pos-rel .col-md-3{
    position: relative;
    max-width: 24%;
}
.col-pos-rel .col-md-3:last-child{
    max-width: 27%;
    flex: 0 0 27%;
}
span.incross {
    position: absolute;
    top: 28px;
    right: -3px;
    font-size: 12px;
    cursor: pointer;
}
.col-pos-rel .v-input__icon{
    height: 44px !important;
}
.pkinput-box.pkdatepicker .v-input{
    position: relative;
}
.pkdatepicker .v-input__prepend-outer {
    position: absolute;
    z-index: 9;
    left: 14px;
    top: 4px;
}
.pkdatepicker .placeholder-text-order {
    top: 54%;
}
.packaging-form .v-input__control > .v-input__slot{
    padding: 0 !important;
}
.packaging-form .v-input__control > .v-input__slot .v-text-field__slot input,
.packaging-form .v-input__control .v-select__slot .v-select__selections input{
    padding: 0  12px !important;
}
.packaging-form .v-select.v-input--dense .v-select__selection--comma {
    margin: 5px 4px 3px 10px;
}
.packaging-form .pkinput-box.pkdatepicker .v-input .v-text-field__slot input{
    padding: 0px 50px !important;
}
.packaging-form .pkinput-box.pkdatepicker .v-input .v-input__slot .mdi-close{
   margin-right: 20px;
}
.packaging-form .v-input__control .v-select__slot .v-input__icon{
        height: 42px;
}

/*====22-sep update css=======*/

.compliancePara{
    font-style: italic;
}
.compliancePara b {
    font-weight: bold;
}
.complianceDoc{
    margin-bottom: unset;
}

/*=========new packaging css start======*/
.currentPackagingTab{
    margin-left: 4px;
}
.packaging-summary-box-main h2{
    color: #707070;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 15px;
}
.indivudal-box{
    border-radius: 3px;
    border: 1px dashed #000;
    background: #E3E3E3;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}
.indivudal-box p{
    color: #777;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.pkdesign-box-bg {
    background: #FAF9F9;
    padding: 20px 20px;
    display: flex;
    gap: 90px;
    overflow: hidden;
    overflow-x: auto;
}
.pkdesign-main {
    background: #E3E3E3;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px;
    border-radius: 15px;
    position: relative;
}
.pkdesign-main-full h2{
    color: #707070;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.pkdesign-box-img {
    width: 180px;
    /* height: 180px; */
}
.pkdesign-box-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.pkdesign-box p{
    color: #000;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    margin-top: 10px;
    text-align: center;
}
.pkdesign-box p span {
    display: block;
    font-weight: normal;
}
.bg-packaging .packaging-formtab {
    background: #F4F4F4;
    padding: 13px 15px;
    margin: 17px 4px 0px 4px;
    border-radius: 2px;
    margin-top: 0px;
}
.selected {
    border-radius: 20px;
    background: rgba(197, 197, 197, 0.61);
    box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.selectedStyle {
    border-radius: 20px;
    background: rgba(197, 197, 197, 0.61);
    box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.pkdesignbox-hover {
    transition: all 0.5s;
    padding: 10px 10px;
    border-radius: 20px;
}
.pkdesignbox-hover:hover, .pkdesignbox-hover:focus{
    border-radius: 20px;
    background: rgba(197, 197, 197, 0.61);
    box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.chklist-tab-accordian .recordtabnew {
    border: unset;
    border-radius: unset;
    position: relative;
    box-shadow: unset;
}
.recordtabnew .packaging-form{
    position: relative;
    border: 1px solid #F1F1F1;
    padding: 20px 20px 20px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    margin-bottom: 20px;
}
.record-cross{
    position: absolute;
    right: 10px;
    top: 15px;
}
.record-para {
    padding: 20px 10px 10px 10px;
}
.record-para p {
    font-weight: bold;
    margin-bottom: 0 !important;
    letter-spacing: 0.5px;
}
.abtn-chkbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.abtn-chkbox button:hover, .abtn-chkbox button:focus{
    outline: none !important;
}
.addnpbtn.addanotherpro {
    display:inline-block;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
    font-size: 20px;
    padding: 13px 0 0 3px;
}
.recordtabnew h5 {
    color: #828282;
}

.packaging-form .col-md-3.onlyinput .v-input__control input {
    padding: 0px 7px !important;
}


.pkdesign-aicon {
    background: #e3e3e3;
    border-radius: 100px;
    height: 42px;
    width: 42px;
    margin: 0px auto;
    text-align: center;
    font-size: 22px;
    transition: all 0.5s;
}
.pkdesign-aicon:hover {
    background:#e3e3e3;
}
.pkdesign-aicon span{
    color: #000;
    font-size: 28px;
}
.arrow-right.pkdesign-aicon,
.arrow-left.pkdesign-aicon{
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.pkdesign-main:hover .arrow-right.pkdesign-aicon,
.pkdesign-main:hover .arrow-left.pkdesign-aicon{
    visibility: visible;
    opacity: 1;
}
.arrow-right-style.pkdesign-aicon,
.arrow-left-style.pkdesign-aicon{
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.pkdesign-main:hover .arrow-right-style.pkdesign-aicon,
.pkdesign-main:hover .arrow-left-style.pkdesign-aicon{
    visibility: visible;
    opacity: 1;
}
.packaging-summary-box-main ul li  {
    border-radius: 7px;
    background: #E3E3E3;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.packaging-summary-box-main ul li p {
    color: #000;
    margin-bottom: 0;
    line-height: 22px;
    padding-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-size: 15px;
}
.packaging-summary-box-main ul li p .dlup-ss {
    color:#898787;
}

.hidden{
  display: none;
}

.arrow-left-style,
.arrow-right-style {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  cursor: pointer;
}

.arrow-left,
.arrow-right{
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  cursor: pointer;
}

.arrow-left,
.arrow-left-style {
  left: 30px !important;
}

.arrow-right,
.arrow-right-style {
  right: 30px !important;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top: 2px solid #f6f5f5;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*=========new packaging css end======*/

.val-terms-p .v-messages.theme--light {
 display: none;
}
.pkdesign-box-main {
    cursor: pointer;
}
.trms-link {
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    top: -3px;
}
.trms-link a {
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #000 !important;
    text-decoration: underline;
}

.projectcontent .business-contact-section .v-input__slot {
    min-height: 50px !important;
}
.projectcontent .business-contact-section .v-text-field--outlined fieldset {
      min-height: 50px;
}
.projectcontent .business-contact-section .v-input.v-input--is-focused.v-text-field--outlined fieldset {
    min-height: 50px;
}
.vd-select {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.business-contact-section .stdcode{
    flex: 0 0 auto;
  width: 30%;
    /* width: 18%; */
}
.business-contact-section .cnt-number{
    flex: 0 0 auto;
    /* width: 80%; */
  width: 65%;
}
.plus-btnbox {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.plus-btnbox h5 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
.plus-btnbox button:focus {
    border: unset;
    outline: unset;
}
.pem-valid{
    background: #F0D6D8;
    border-radius: 10px;
    color: #E9656B;
    padding: 7px 20px 0px 20px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.pem-valid i{
    font-size: 18px !important;
    margin-bottom: 0 !important;
}
.valueCross{
    cursor: pointer;
}
.projectcontent h1.sub-title.thd-heading{
    margin-bottom: 0;
    border: unset;
    font-size: 14px;
}
.tabs-vcont .v-slide-group__wrapper .v-tab{
    border-top: 6px solid #0C844A;
    background: #eee;
}
.tabs-vcont .v-slide-group__wrapper .v-tab--active{
    border-top: 6px solid #EABF28;
    background: #fff;
}
.currenTabActive{
    width: 100%;
    max-width: 450px;
}
.uploadf-modal .error-delete{
    border:unset ;

}
.browseUnderline{
    text-decoration: underline;
}
.business-contact-section .bs-card {
    position: relative;
}
.removeContact{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
}
.removePackage{
    cursor:pointer;
}
/*=========contact busniess css end======*/

.about-business-box-main .v-input--selection-controls__ripple {
    height: 28px;
    width: 27px;
    left: -8px;
    top: calc(50% - 21px);
}

.upload-own-box.upbox-mob {
    display: none;
}
.howit-works-page {
    position: relative;
}
.get-started.packagebtn {
    border-radius: 15px !important;
}
.packagebtn span i {
    margin-right: 5px !important;
}
.mob-ingriant {
    display: none;
}
.AddGreenBtn {
    background: #efffed;
    display: inline-block;
}
.AddGreenBtn .addanotherpro{
        transform: rotate(314deg);
    display: inline-block;
    position: relative;
    top: 4px;
    margin-top: 0px;
}
.AddGreenBtn .optional-fill-green {
    margin-top: 0;
    padding: 0 !important;
    padding: 10px 10px 8px 10px !important;
}
.left-column.mob-horiz-left .v-stepper__step--active.v-stepper__step--editable{
    border-color: #e7e7e7 !important;
    background: #e7e7e7;
}
.flex_items{
    display: flex;
    gap: 15px;
}
.flex_items input{
    text-indent: 8px !important;
     border-radius: 10px;
    border: 1px solid #000;
    padding: 0 5px;
    width: 100%;
    max-width: 60px;
}
.flex_input .v-input{
        min-height: 0px !important;
    padding: 0;
    margin: 0;
}
.flex_input .v-text-field__details{
    display: none;
}
.flex_input .v-input__slot{
    margin: 0 !important;
}
.flex_input .theme--light.v-text-field > .v-input__control > .v-input__slot:before {
    border: none !important;
}
.flex_input .theme--light.v-text-field > .v-input__control > .v-input__slot:before {
    border: none !important;
}
.flex_input .primary--text{
    border: none !important;
}
.ddli-ul ul {
    height: 100px;
    overflow: hidden;
    overflow-y: auto;
    background: #F1F1F1;
    padding: 10px 20px;
}
.ddli-ul ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.uploaded-file-name {
    color: #2850bf;
}
.pa-6.ml-1.v-btn.v-btn--has-bg.v-btn--tile.theme--light.v-size--default.grey.lighten-1.attach-button {
    background: unset !important;
    color: #000 !important;
    padding: 0 !important;
    position: absolute;
    right:unset;  
    left: 22%;
    top: 4px;
}
.pa-6.ml-1.v-btn.v-btn--has-bg.v-btn--tile.theme--light.v-size--default.grey.lighten-1.attach-button:before {
    background: unset;
}
.pa-6.ml-1.v-btn.v-btn--has-bg.v-btn--tile.theme--light.v-size--default.grey.lighten-1.attach-button:hover {
  background: unset !important;
}
.pa-6.ml-1.v-btn.v-btn--has-bg.v-btn--tile.theme--light.v-size--default.grey.lighten-1.attach-button span {
    color: #000 !important;
}
.upload-browse-modal .image-info {
    margin-top: 10px;
}
.chatthred-modal button.pa-6.ml-1.v-btn.v-btn--has-bg.v-btn--tile.theme--light.v-size--default.grey.lighten-1.attach-button {
    right: unset;
    left: 0;
    top:-6px
}
.projectDownloadBtn.theme--light.v-btn.v-btn--has-bg {
    border-radius: 8px !important;
    padding-top: 4px;
    background: #000;
        margin-right: 10px;
}
.projectDownloadBtn span{
    color: #fff !important;
}
.media-body-btnh5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#pills-documents-tab .v-badge__wrapper, #pills-inbox-tab .v-badge__wrapper {
    position: unset;
}
#pills-documents-tab .v-badge--dot .v-badge__badge, #pills-inbox-tab .v-badge--dot .v-badge__badge {
    border-radius: 100px;
    height: 27px;
    width: 27px;
    margin: 4px auto;
}
#pills-documents-tab .unreadDocCount, #pills-inbox-tab .unreadMessageCount {
    position: absolute;
    top: -32px;
    z-index: 9;
    left: 7px;
    word-break: unset !important;
    width: 31px;
    display: inline-block;
    left: 0;
    font-size: 13px;
    margin: 3px auto;
    text-align: center;
    margin: 0px auto;
    right: 0;
}
.v-application .chatbox-model .somage-chat-admin.adcolor{
    background: #E5E5E5 !important;
    border-color:#E5E5E5 !important;
    color: #000;
}
.v-application .chatbox-model .somage-chat-user.udcolor{
    background: #4BB5F7 !important;
    border-color:#4bb5f7 !important;
    color: #fff !important;
}
.close.msgcls {
    transition: all 0.5s;
    padding: 9px 10px 5px 10px;
    border-radius: 10px;
    color: #000;
    right: 12px;
    top: 10px;
}
.close.msgcls:hover {
    background: #E5E5E5;
}
.progressGreenBack{
    background: #12874e !important;
}

.main-screen-form #exampleInputEmail1 {
    background: transparent;
    border: unset;
}
.main-screen-form #exampleInputEmail1  .v-input__slot::before{
  border: unset;
}
.main-screen-form #exampleInputEmail1  .v-input__slot::after{
  display: none;
}
.main-screen-form .v-text-field__slot {
    height: 100%;
}
.main-screen-form .v-input__slot {
    min-height: unset;
    max-height: unset;
}
.flex_items .v-input__slot::before {
    display: none;
}
.flex_items .v-input__slot::after {
    display: none;
}
.flex_items .v-input__slot::before {
    display: none;
}
.flex_items .v-input__slot .v-text-field__slot input {
    max-height: 30px;
    padding-top: 14px;
    width: 55px;
}
.optional-fill-green.addgrnbox {
    margin: 0;
    padding: 23px 13px 10px 55px;
    margin: -4px 0px 0px -43px;
    /* height: 60px; */
    height: 63px;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
}
span.flex_input {
    margin-top: -6px;
}
.attach-button{
    position: relative;
}
.attach-button::after {
    position: absolute;
    bottom: 6px;
    height: 2px;
    width: 100%;
    content: "";
    left: 0;
    background: #000;
}
.vfuaw.v-size--default {
    width: 100% !important;
}
.inbox-logobg-doc{
    width: 40px;
    padding: 0px 0px;
    height: 80px;
    border-radius: 20px;
    object-fit: contain;
    padding-top: 5px;
}
.an-product-section .v-tab--active {
}
.an-product-section .v-tab--active h1.sub-title {
    font-weight: bold;
}
.purchase-order .v-chip.v-size--small:hover::before {
    opacity: 0;
}
.docimgb {
    margin-left: 10px;
}



/*======================================================================================RESPONSIVE CSS=========================================================================== */
@media screen and (min-width: 320px) and (max-width: 767px) {
  html,
  body {
    /*        margin: 0; 
        height: 100%; 
        overflow: hidden;*/
  }
  #pills-inbox-tab .v-badge--dot .v-badge__badge {
    margin: 4px auto;
    top: -24px !important;
  }
  #pills-inbox-tab .unreadMessageCount {
    position: absolute;
    top: -11px;
    width: 30px;
  }
  .flex_items {
    display: block;
  }
  .flex_input .v-input {
    width: 50%;
    margin-bottom: 8px;
  }
  .AddGreenBtn {
    display: flex;
    gap: 5px;
    margin-top: 1rem;
  }
  span.addanotherpro {
    margin-left: 5px;
    margin-top: 10px;
    font-size: 22px;
    padding: 1px 13px 0px 8px;
  }
  .mblrpd-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-header .navbar {
    justify-content: space-between;
  }
  button.navbar-toggler {
    background: #fff;
  }
  .v-application .pa-8 {
    padding: 12px !important;
  }
  .v-expansion-panel-content__wrap {
    padding: 0 24px 16px;
  }
  .container.purchase-orders--create,
  .container.purchase-orders--detail,
  .container.projects--detail,
  .container.projects--create,
  .container.projects--edit {
    max-width: 100% !important;
    padding: 10px;
    padding-top: 0;
  }
  /*=======dashboard css start=====*/
  .call-project-box h1 {
    font-size: 24px;
  }
  /*=======dashboard css end=====*/
  /*=======project css start=====*/
  .v-application ul,
  .v-application ol {
    padding-left: 0 !important;
  }
  .v-application .mr-10 {
    margin-right: 20px !important;
  }
  .search-wrapper {
    display: block;
  }
  .main-tab-box ul.nav {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .main-tab-box ul li {
    width: 100%;
    max-width: 100%;
  }
  .v-input.search-form.searchdocuments {
    margin-right: 0;
  }
  .upload-btn-wrapper {
    width: 100%;
  }
  .media.onlyprolist {
    display: block;
  }
  .upload-btn-wrapper .btn {
    width: 100%;
    margin-top: 10px;
  }
  .inbox-list.currunt-projct-tab .media-body {
    /* max-width: 600px; */
    max-width: 100%;
  }
  .onlyprolist .media-body {
    margin-top: 30px;
  }
  .required-btn-box {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .required-btn-box .actionProject {
    margin-left: 12px;
  }
  .inbox-list .media-body h5 {
    font-size: 20px;
  }
  .onlyprolist .media-body h5 {
    line-height: 25px;
  }
  .inbox-list .media-body .in-content h5 {
    margin-bottom: 10px;
  }
  /*=======project css end=====*/
  /*=======document css start=====*/
  .documents-section .doctitle {
    font-size: 14px;
  }
  /*=======document css end=====*/
  /*=======inbox css start=====*/
  .inbox-list .media-body .date-inbox {
    font-size: 13px;
    margin-top: 5px;
  }
  .threadlists .inbox-list .media-body {
    margin-top: 10px;
  }
  .threadlists .inbox-list .media-body h5.sendername span {
    font-size: 16px;
  }
  .threadlists .inbox-list .media-body h5 {
    font-size: 15px;
  }
  /*=======inbox css end=====*/
  /*=======new thread css start=====*/
  .threads--create .chatthred-modal h4 {
    font-size: 20px;
  }
  .all-orders-purcahse .left-column {
    width: 100%;
    max-width: 100% !important;
  }
  .all-orders-purcahse .right-column {
    max-width: 100%;
  }
  .about-business-box-main h1,
  .previewpurtitle,
  .pursteptitle {
    font-size: 20px;
  }
  /*=======new thread css end=====*/
  /*=======view project css start=====*/
  .main-tophaeader::after {
    display: none;
  }
  .purchase-orders--create .order-detail-sec,
  .purchase-orders--detail .order-detail-sec,
  .projects--detail .main-project-section {
    padding: 0px 0px;
  }
  .v-stepper--vertical .projectcontent .v-stepper__step {
    padding: 10px 12px 8px;
  }
  .projectcontent h1.sub-title {
    font-size: 14px !important;
    line-height: 18px;
  }
  .order-detail-sec .all-orders-purcahse-main,
  .main-project-nav.showdash-main {
    padding: 10px 14px;
  }
  .projectcontent.projectcontentdetails .left-column {
    margin-top: 20px;
    max-width: 100%;
  }
  .about-business-box-main {
    margin-left: 0px;
  }
  .projectcontent.projectcontentdetails .right-column {
    padding-top: 0px;
    max-width: 100%;
  }
  .bjk-in-tab {
    margin: 0px 0px 10px 0px;
  }
  .showdash-topheading h1 {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  .sd-lbl-box h6 {
    font-size: 14px;
  }
  .sd-lbl-box p {
    font-size: 14px;
  }
  .bjk-in-tab .media-body h5 {
    font-size: 22px;
  }
  .bjk-in-tab .in-content {
    padding: 20px 15px;
  }
  .cnt-setup {
    display: block;
  }
  .bjk-in-tab .in-content p {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px !important;
  }
  .in-content.cnt-setup i.v-icon.actionalerticon {
    margin-bottom: 2px;
    margin-right: 18px;
    position: absolute;
    position: absolute;
    left: 6px;
    font-size: 15px !important;
    top: 0;
  }
  .projectcontent {
    padding-top: 10px;
  }
  .left-column {
    max-width: 100%;
    margin-right: 5px;
  }
  .right-column {
    max-width: 100%;
  }
  .about-business-box-main h1 {
    font-size: 18px;
  }
  .bs-card {
    padding: 20px 10px 10px 10px;
  }
  .bs-card.projectdetails-card {
    padding: 18px 10px 10px 10px;
  }
  .rr-informativefieldlbl {
    font-size: 15px !important;
    text-transform: capitalize !important;
  }
  /*=======view project css end=====*/
  /*=======order page css start=====*/
  .purchase-order .v-data-table__wrapper {
    overflow-x: unset;
  }
  .purchase-order .v-data-table__wrapper > table {
    width: 100%;
    display: block;
  }
  .purchase-order .v-data-table__mobile-table-row {
    display: block;
    width: 100%;
  }
  .purchase-order .v-data-table__mobile-row {
    display: block;
  }
  .elevation-1.purchase-order tr td:nth-child(1) {
    max-width: 100%;
  }
  .elevation-1.purchase-order tr td:nth-child(2) {
    max-width: 100%;
  }
  .elevation-1.purchase-order tr td:nth-child(3) {
    max-width: 100%;
  }
  .tslk-del-prime,
  .tslk-del-active,
  .tslk-del-danger {
    padding: 0px 0px;
    margin-top: 10px;
    display: block;
  }
  .tslk-box span {
    font-size: 14px;
  }
  .tslk-box h3 {
    font-size: 15px;
  }
  .purchase-order .v-chip.v-size--small {
    width: 100% !important;
    padding: 0px 0px 0;
  }
  .purchase-order .v-data-table__mobile-table-row {
    padding-top: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .purchase-order .v-data-table__mobile-row__header {
    font-size: 18px;
    margin-top: 10px;
  }
  .v-application--is-ltr .purchase-order .v-data-table__mobile-row__cell {
    text-align: left;
  }
  .purchase-order button.v-btn {
    width: 100%;
    text-align: left;
    padding-left: 5px;
  }
  .currunt-projct-tab .media-imgbox {
    max-width: 100%;
  }
  .containertable table {
    display: block;
    overflow-x: auto;
  }
  .dp-btnbox button {
    width: 100%;
  }
  .dp-btnbox button span {
    font-size: 11px;
    letter-spacing: 1px;
  }
  /*=======order page css end=====*/
  .procomment-section p {
    padding: 0px 20px;
  }
  .card-body.packaging-box-mian {
    padding: 20px 15px;
  }
  .pdsec-padding .tbunits tr td,
  .pdsec-padding .tbunits tr th {
    padding: 6px 0px 0px 0px;
  }
  .purstepcont .btn {
    white-space: unset;
  }
  #main #faq .card .card-header .btn-header-link {
    font-size: 16px;
  }
  .chatbox-model .v-card__title {
    position: relative;
  }
  .chatbox-model .close {
    position: unset;
    margin: 0px 0px 0px 15px;
    padding: 10px;
  }
  /*====after testing css start=======*/
  .required-btn-box .nav-link.active {
    margin-right: 0;
  }
  .main-tophaeader > .row .col-md-4:first-child {
    padding-left: 0;
  }
  .left-nav-section a img {
    max-width: 25px;
    position: relative;
    top: -2px;
  }
  main.projectcontent {
    padding-top: 20px;
  }
  .projectcontent .v-text-field {
    min-height: 80px;
  }
  .rr-datapicker .placeholder-text-business {
    top: 55%;
  }
  .business-contact-section .cnt-number {
    width: 100%;
  }
  .business-contact-section .stdcode {
    width: 100%;
  }
  .v-menu__content {
    max-width: 100% !important;
    left: 15px !important;
  }

  .logo img {
    margin-left: 10px;
  }
  .showdash-main .row .col-md-4.pl-0 {
    padding-right: 0;
  }
  .bjk-in-tab .media img {
    margin-right: 0 !important;
  }
  .upload-own-box {
    max-width: 95%;
    padding: 30px 10px 10px 10px;
    margin: 10px 2px;
  }
  .optional-fill {
    margin: 0;
    margin-top: 20px;
    background: #e7f2fb;
    display: inline-block;
    padding: 10px 20px 10px 20px;
  }
  .radioInsideField {
    top: unset;
    bottom: 0;
    left: 0;
  }
  .projectcontent .v-input--radio-group.v-input--radio-group--row .v-radio {
    margin-right: 14px;
  }
  .rr-datapicker .placeholder-text {
    top: 50%;
  }
  .projectcontent .v-textarea .v-input__slot {
    /*    min-height: 120px !important;*/
  }

  .removeContact {
    /*    top: 33px;*/
    top: 0px;
  }
  .an-product-section .v-tab {
    max-width: 120px;
    min-width: 120px;
  }
  .an-product-section .v-tab h1.sub-title {
    max-width: 12ch;
    padding-right: 14px;
  }
  .working-products .v-window-item .pa-0 {
    padding: 0px 12px !important;
  }
  .projectcontent .rr-formrow.compmob-tab .col-12 {
    padding: 0px 0px !important;
  }
  .packaging-usages-nbox .col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 0px;
  }
  .projectcontent .bg-packaging .rr-formrow .col-12 {
    padding: 0 0px !important;
  }
  .pkdesign-box-bg {
    padding: 10px 10px;
  }
  .pkdesign-box-img {
    width: 120px;
    height: 120px;
  }
  .billingaddlabels {
    display: block;
  }
  .sameasshippingcont {
    margin-left: 0;
  }
  .upload-buttons {
    text-align: center;
  }
  .upload-browse-modal .upload-buttons button {
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 13px;
  }
  .recordtabnew .packaging-form {
    padding: 20px 10px 20px 20px;
  }
  .pkinput-box.col-pos-rel .col-md-3 {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .abtn-chkbox {
    display: block;
  }
  .confirm-btnbox {
    margin-top: 20px;
    text-align: left;
  }
  .packaging-form.mob-pkform form label span {
    position: unset;
    padding-right: 2px;
  }
  .packaging-form.mob-pkform {
    padding: 10px 10px 10px 10px;
  }
  .packaging-form.mob-pkform .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .mob-pkform .placeholder-text-order {
    top: 57%;
    left: 30%;
  }
  #faq1 .card-body.packaging-box-mian {
    padding: 20px 5px;
  }
  .col-pos-rel .col-md-3:last-child {
    max-width: 100%;
    flex: 0 0 100%;
  }
  body.dashboardPage {
    overflow: hidden;
    height: 100vh;
  }
  .uploadf-modal .dz-preview.dz-image-preview {
    width: 100%;
    margin: 0px auto;
  }
  .uploadf-modal .dz-preview.dz-image-preview img {
    width: 100%;
    height: 100%;
  }
  .custommodel .customcontent {
    max-width: 100%;
    margin: 10px 10px;
  }
  .customcontent .close {
    top: -8px !important;
  }
  .anp-buttonbox {
    text-align: left;
  }
  .bjk-in-tab .media-body h4 {
    font-size: 16px;
  }
  .image-hover-text {
    max-width: 100%;
    top: 0;
  }
  .upload-own-box.upbox-desktop {
    display: none;
  }
  .upload-own-box.upbox-mob {
    display: block;
  }
  #navbarTogglerDemo03 {
    /* margin-right: auto; 
    display: flex;
    justify-content: space-between;*/
  }
  #navbarTogglerDemo03 {
    border-radius: 5px;
    width: 100%;
    margin-left: auto;
    background: rgb(139 139 139 / 10%);
  }
  #navbarTogglerDemo03 ul {
    border-bottom: 1px solid #2f2f2f;
    justify-content: end;
    transition: all 0.5s;
  }
  #navbarTogglerDemo03 ul:last-child {
    border: unset;
  }
  .righticon-box li a {
    color: #fff;
    font-size: 14px;
  }
  .left-column.mob-horiz-left {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    margin-left: 0;
    background: #fff;
    padding: 13px 10px;
    border-radius: 20px;
  }
  main.projectcontent .v-stepper__step {
    border-radius: 20px;
  }
  .left-column.mob-horiz-left
    .v-stepper__step--active.v-stepper__step--editable {
    border-color: #dadbdc !important;
    background: #dadbdc;
  }
  .v-stepper--vertical .projectcontent .mob-horiz-left .v-stepper__step {
    flex: 0 0 66%;
    max-width: 66%;
    margin-right: 10px;
    margin-top: 0 !important;
    border: 1px solid #e7e7e7;
  }
  .v-stepper--vertical
    .projectcontent
    .mob-horiz-left
    .v-stepper__step:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 10px;
  }
  .arrow-right-style.pkdesign-aicon,
  .arrow-left-style.pkdesign-aicon {
    opacity: 1;
    visibility: visible;
  }
  .arrow-right.pkdesign-aicon,
  .arrow-left.pkdesign-aicon {
    opacity: 1;
    visibility: visible;
  }
  .pkdesign-aicon {
    height: 30px;
    width: 30px;
  }
  .pkdesign-aicon span {
    color: #000;
    font-size: 22px;
  }
  .radioInsideField {
    top: unset;
    bottom: -20px;
    /*    bottom: 0;*/
    left: 0;
  }
  .gram-manag-mob {
    margin-top: 40px;
  }
  .desktop-ingriant {
    display: none;
  }
  .mob-ingriant {
    display: block;
  }
  .packaging-summary-box .row > .col.col-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .theme--light.v-stepper .projectcontent .v-stepper__step--editable:hover {
    border-color: #e7e7e7 !important;
    background: #e7e7e7;
  }
  .loading-text[data-v-f0ac7292] {
    margin-left: 0 !important;
  }
  .thattachment a span {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
  }
  .pa-6.ml-1.v-btn.v-btn--has-bg.v-btn--tile.theme--light.v-size--default.grey.lighten-1.attach-button {
    right: 0;
    top: 4px;
    left: unset;
  }
  .chatBoxPage .v-overlay__scrim {
    opacity: 0.4 !important;
  }
  .chatBoxPage .v-dialog__content.v-dialog__content--active {
    z-index: 999999 !important;
  }
  .media-body-btnh5 {
    display: unset;
  }
  .modal-confirm.modal_delete {
    width: 95%;
    max-width: 100%;
  }
  .bs-cardbtn {
    padding-bottom: 20px;
  }
  .an-product-section .v-tab h1 b {
    top: 17px;
  }
  .docimg-mian {
    display: flex;
    align-items: center;
  }
  .inbox-logobg-doc {
    width: 40px;
    height: 50px;
  }
  .working-products .v-slide-group__next,
  .working-products .v-slide-group__prev {
    align-items: flex-start;
  }
}

/*====after testing css end=======*/
@media screen and (min-width: 576px) and (max-width: 767px) {
  .v-stepper .projectcontent {
    display: block;
  }
  .adbtn {
    padding: 15px 12px;
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .gram-mng-600 {
    margin-top: 40px;
  }
}

/*======mobile device css  end======*/
/*======tablet device css  start======*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .working-products .v-slide-group__next,
  .working-products .v-slide-group__prev {
    align-items: flex-start;
  }
  body.dashboardfix {
    overflow: hidden;
    height: 100vh;
  }
  .ml-20 {
    margin-left: 20px !important;
  }
  .main-header .navbar {
    justify-content: space-between;
    display: flex;
    flex-wrap: unset;
    width: 100%;
  }
  #navbarTogglerDemo03 {
    display: flex;
    justify-content: flex-end;
  }
  button.navbar-toggler {
    background: #fff;
  }
  .main-tab-box ul.nav {
    width: 100%;
    max-width: 100%;
  }
  .tslk-box h3 {
    font-size: 14px;
  }
  .tslk-box span {
    font-size: 14px;
  }
  .main-tophaeader::after {
    display: none;
  }
  .left-column {
    margin-right: 25px;
    max-width: 27%;
  }
  .right-column {
    max-width: 68%;
  }
  .about-business-box-main {
    margin-left: 0px;
  }
  .about-card {
    padding: 15px 10px 15px 20px;
  }
  .anp-buttonbox {
    margin-right: 0px;
  }
  .anp-buttonbox .adbtn {
    padding: 15px 12px;
    font-size: 14px;
  }
  .placeholder-text {
    top: 53%;
  }
  .cnt-setup {
    display: flow;
  }
  .procomment-section.pt-4 {
    padding: 0px 20px;
  }
  .radioInsideField {
    top: unset;
    bottom: -2px;
  }
  .all-orders-purcahse .left-column {
    max-width: 40% !important;
    margin-right: 30px;
  }
  .all-orders-purcahse .right-column {
    max-width: 55%;
  }
  .projectcontent.projectcontentdetails .left-column {
    max-width: 40% !important;
    margin-right: 30px;
    margin-top: 10px;
  }
  .projectcontent.projectcontentdetails .right-column {
    padding-top: 0px;
    max-width: 55%;
  }
  main.projectcontent h1.sub-title {
    font-size: 16px;
  }
  .packaging-form .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .addpro-btnbox .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-table-total .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .form-groupcmpln label {
    margin-bottom: 0;
  }
  .form-groupcmpln .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .projectcontent .purstepcont .form-groupcmpln .v-input__slot {
    min-height: 25px !important;
  }
  .working-products .theme--light.v-tabs-items {
    padding: 0px 10px;
  }
  .about-business-box-main .row .col-sm-3,
  .about-business-box-main .row .col-sm-4,
  .about-business-box-main .row .col-sm-5,
  .about-business-box-main .row .col-sm-6,
  .about-business-box-main .row .col-sm-7,
  .about-business-box-main .row .col-sm-8,
  .about-business-box-main .row .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .accuracybox {
    padding: 0 5%;
  }
  .documents-section .doctitle {
    font-size: 13px;
    width: 100%;
    max-width: 100%;
  }
  .documents-section tbody tr {
    padding: 0px 5px 0px 15px;
  }
  .projectcontent .v-text-field {
    min-height: 75px;
  }
  .projectcontent .v-textarea .v-input__slot {
    min-height: 120px !important;
  }
  .inbox-list .media-body .in-content h5 {
    margin-bottom: 10px;
  }
  a.editproanchor {
    display: inline-block;
    width: 123px;
  }
  .bjk-in-tab .in-content p {
  }
  .pkinput-box.col-pos-rel .col-md-3 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
  .form-groupcmpln p {
    margin-bottom: 5px !important;
  }
  .image-hover-text {
    max-width: 100%;
    top: 0;
  }
  .packaging-usages-nbox .row.mt-4 .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .projectcontent
    .bg-packaging
    .v-input--radio-group.v-input--radio-group--row
    .v-radio {
    margin-right: 35px;
  }
  .packaging-summary-box .row > .col.col-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .modal-confirm.modal_delete {
    width: 95%;
    max-width: 100%;
  }
  .documents-section tbody td.text-left span {
    padding: 0px 5px 0px 0px !important;
  }
  .docimgb {
    margin-right: 15px;
  }
  .documents-section tr td.text-left {
    padding: 0px 10px !important;
  }
}
/*======tablet device css  end======*/

@media screen and (min-width: 769px) and (max-width: 804px) {
  .radioInsideField {
    left: 2%;
  }
}
/*======small screen css  start======*/
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .about-business-box-main .row .col-sm-3,
  .about-business-box-main .row .col-sm-4,
  .about-business-box-main .row .col-sm-5,
  .about-business-box-main .row .col-sm-6,
  .about-business-box-main .row .col-sm-7,
  .about-business-box-main .row .col-sm-8,
  .about-business-box-main .row .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-tab-box ul li {
    max-width: 24%;
  }
  .right-column {
    max-width: 70%;
  }
  .inbox-list .media-body .in-content h5 {
    margin-bottom: 10px;
  }
  main.projectcontent h1.sub-title {
    font-size: 18px;
    line-height: 22px;
  }
  .projectcontent.projectcontentdetails .right-column {
    padding-top: 0px;
    max-width: 56%;
  }
  .projectcontent.projectcontentdetails .left-column {
    margin-top: 20px;
    max-width: 40%;
  }
  .all-orders-purcahse .right-column {
    max-width: 68%;
  }
  .upload-own-box {
    max-width: 100%;
    padding: 30px 20px 20px 20px;
    margin: 115px auto 0px 13px;
  }
  .upload-own-box h4 {
    line-height: 22px;
  }
  .upload-btn-wrapper .btn {
    font-size: 16px;
  }
  .porder-btnbox .upload-btn-wrapper .btn {
    padding: 8px 18px;
    font-size: 11px;
  }
  .purchase-orders--create {
    position: relative;
  }
  .main-tophaeader::after {
    width: 100%;
    left: 0;
  }
  .form-groupcmpln p {
    margin-bottom: 5px !important;
  }
  .custommodel {
    position: absolute;
  }
  .projectcontent .v-input--radio-group.v-input--radio-group--row .v-radio {
    margin-right: 18px;
  }
  .accuracybox {
    padding: 0 8%;
  }
  .image-hover-text {
    max-width: 100%;
  }
}
/*======small screen css  end======*/

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .about-business-box-main .row .col-sm-3,
  .about-business-box-main .row .col-sm-4,
  .about-business-box-main .row .col-sm-5,
  .about-business-box-main .row .col-sm-6,
  .about-business-box-main .row .col-sm-7,
  .about-business-box-main .row .col-sm-8,
  .about-business-box-main .row .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-tab-box ul li {
    max-width: 24%;
  }
  .right-column {
    max-width: 70%;
  }
  .inbox-list .media-body .in-content h5 {
    margin-bottom: 10px;
  }
  main.projectcontent h1.sub-title {
    font-size: 18px;
    line-height: 22px;
  }
  .projectcontent.projectcontentdetails .right-column {
    padding-top: 0px;
    max-width: 56%;
  }
  .projectcontent.projectcontentdetails .left-column {
    margin-top: 20px;
    max-width: 40%;
  }
  .all-orders-purcahse .right-column {
    max-width: 68%;
  }
  .upload-own-box {
    max-width: 100%;
    padding: 30px 20px 20px 20px;
    margin: 115px auto 0px 13px;
  }
  .upload-own-box h4 {
    line-height: 22px;
  }
  .upload-btn-wrapper .btn {
    font-size: 16px;
  }
  .porder-btnbox .upload-btn-wrapper .btn {
    padding: 8px 18px;
    font-size: 11px;
  }
  .purchase-orders--create {
    position: relative;
  }
  .main-tophaeader::after {
    width: 100%;
    left: 0;
  }
  .form-groupcmpln p {
    margin-bottom: 5px !important;
  }
  .custommodel {
    position: absolute;
  }
  .projectcontent .v-input--radio-group.v-input--radio-group--row .v-radio {
    margin-right: 18px;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1300px) {
  .radioInsideField {
    top: unset;
    left: 10%;
    bottom: 0;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1440px) {
  .radioInsideField {
    /*    top: unset;    */
    left: 36%;
    bottom: 0;
  }
  .projectcontent .v-input--radio-group.v-input--radio-group--row .v-radio {
    margin-right: 10px;
  }
}
/* Screen Device end  */
@media only screen and (max-width: 1440px) {
  body.dashboardPage {
    overflow: hidden;
    height: 100vh;
  }
}


/*OCt-2024 css*/
button.get-started.pa-6  .v-btn__loader {
    margin-top: 0;
}
.documents-section.recentlyuploaded tbody tr:first-child {
  border: 2px solid green;
}
.admindoc {
    font-style: normal;
    background-color: #dedede;
    padding: 5px 5px 0px 5px;
    display: inline-block;
    line-height: 1em;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    margin-left: 5px;
}
#newDoc {
    display: inline-flex;
    background: red;
    border-radius: 57px;
    padding: 5px;
    margin: 0 0 3px 5px;
}