@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
.commerce {
    font-family: 'DM Sans', sans-serif;
}

.bg-color {
    background-color: #F9F9F9;
}

.btn {
    border-radius: 10px;
    border: none;
}

.btn-primary {
    background-color: #0078C8;
    border: none;
    border-radius: 10px;
}

.btn:hover {
    opacity: 0.8;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.form-control {
    border-radius: 10px;
    padding: 16px 15px;
    border: 2px solid #E8E8E8;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #0078C8;
}

.form-select:focus {
    border: 2px solid #0078C8;
}

.section-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

hr:not([size]) {
    height: 2px;
    background-color: #E8E8E8;
    margin: 25px 0;
}

.cp-from-option .dropdown-toggle::before {
    display: none;
}

.dropdown-menu {
    padding: 30px 0;
}

.dropdown-item {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 30px;
}

.dropdown-item img {
    margin-right: 15px;
}

.dropdown-menu li:last-child .dropdown-item {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

.form-check-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #646464;
}

.form-check .form-check-input {
    margin-right: 10px;
    border: 1px solid #8B8B8B;
}

.form-check-input[type=checkbox] {
    border-radius: 2px;
}

.dropdown-toggle {
    cursor: pointer;
}

.cp-modal-form-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.cp-sidebar-menu {
    position: sticky;
    top: 0;
    left: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.cp-modal-table-form .table thead th {
    padding: 10px;
}

.table-layout-fixed {
    table-layout: fixed;
}


/*********** Header Start **************/

.header {
    padding: 0 50px;
}

.navbar {
    padding: 0;
}

.header-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.nav-link {
    font-weight: 400;
    text-align: center;
    color: #2D2D2D;
    position: relative;
    padding: 30px 0;
    border-bottom: 3px solid #ffffff;
}

.nav-item {
    padding-right: 75px;
}

.nav-link:hover {
    color: #0078C8;
    font-weight: 500;
    border-color: #0078C8;
}

.header-search-icon i {
    font-size: 21px;
}

.header-search-icon {
    margin-right: 66px;
}

.profile-name {
    margin-left: 25px;
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 0;
}

.search-icon i {
    color: #2D2D2D;
}

.nav-pills .nav-link {
    padding: 0;
}


/*********** Header End **************/


/*********************** Side Menu Start  ********************/

.sidemenu-section {
    padding: 58px 30px 10px 50px;
    min-height: calc(100vh - 90px);
}

.sidemenu-content {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 15px 0px 34px;
}

.cp-sidebar-menu {
    padding-top: 52px;
}

.nav-icon {
    margin-right: 25px;
}

.sidemenu-list .nav-item {
    margin-bottom: 42px;
}

.sidemenu-list .nav-link span {
    color: #2D2D2D;
}

.nav-link span:hover {
    color: #0078C8;
}

.submenu-link {
    color: #646464;
    margin-top: 23px;
}

.submenu-list {
    margin-left: 52px;
    padding-left: 0;
    position: relative;
}

.submenu-list::before {
    content: "";
    position: absolute;
    border-left: 2px solid #C4C4C4;
    top: 11px;
    left: -20px;
    height: calc(100% - 20px);
}

.submenu-link:hover {
    font-weight: 400;
}

.submenu-link {
    position: relative;
    text-align: start;
}

.submenu-link::before {
    content: "";
    position: absolute;
    border-top: 2px solid #C4C4C4;
    width: 15px;
    left: -20px;
    top: 13px;
}

.form-floating>label {
    max-width: 100%;
    overflow: hidden;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #8B8B8B;
    white-space: nowrap;
    display: flex;
    align-items: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.form-floating>textarea~label {
    align-items: flex-start;
}

.nav-title {
    position: relative;
}

.nav-title:before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 15px;
    height: 2px;
    background-color: black;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.nav-title:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: black;
    right: 6px;
    top: 4px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}


/*********************** Side Menu End  ********************/


/******************* Purchash Section Start *******************/

.purchash-section {
    padding: 40px 50px 10px;
}

.purchash-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
}

.purchash-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.select-group .form-select {
    border: none;
    background-color: #E8E8E8;
    padding: 7px 30px 8px 20px;
    border-radius: 5px;
}

.select-group .form-select:focus {
    background-color: #0078C8;
    color: white;
}

.select-group .form-select option {
    background-color: white;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    padding: 8px;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border: none;
}

.select-group {
    margin-right: 16px;
}

.form-select {
    background-image: url('../images/btn-toggole.png');
    background-size: 10px;
    background-position: center right 16px;
}

.purchash-view-table .table>:not(caption)>*>* {
    border: none;
}

.table th,
td {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #2D2D2D;
    white-space: nowrap;
}

.table tbody th,
td {
    font-weight: 400;
}

.purchash-table-input .form-control {
    padding: 8px 15px;
    border: 1px solid #C5ECFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    min-width: 90px;
}

.purchash-table-input .form-control::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #2D2D2D;
    white-space: nowrap;
}

.purchash-table-input .form-control::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #2D2D2D;
    white-space: nowrap;
}

.purchash-table-input .form-control:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #2D2D2D;
    white-space: nowrap;
}

.purchash-table-input .form-control::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #2D2D2D;
    white-space: nowrap;
}

.purchash-table-input .form-control::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #2D2D2D;
    white-space: nowrap;
}

.form-select {
    padding: 9px 80px 9px 14px;
}

.purchash-action-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 110px;
}

.purchash-table-input .form-select {
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid #C5ECFF;
    min-width: 120px;
}

.pending-status {
    background: #FBFFD1;
    border: 1px solid #FFE144;
    border-radius: 5px;
    padding: 4px 15px;
}

.new-status {
    background: #D4FFB9;
    border: 1px solid #44FF15;
    border-radius: 5px;
    padding: 4px 11px;
}

.purchash-pending {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.action-option {
    margin-right: 10px;
}

.purchash-action {
    border-radius: 5px;
    padding: 3px 6px;
}

.action-none {
    background: rgba(248, 178, 0, 0.5);
}

.action-edit {
    background: rgba(0, 120, 200, 0.5);
}

.action-delete {
    background: rgba(215, 0, 0, 0.5);
}

.purchash-table-input {
    position: relative;
    background-color: #F0FAFF;
}

.purchash-table-input::after {
    content: "";
    position: absolute;
    border-left: 6px solid #0078C8;
    height: 100%;
    left: 0;
    border-color: #0078C8;
}

.table>:not(caption)>*>* {
    padding: 30px 10px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F9F9F9;
}

.table-striped>tbody>tr:nth-of-type(odd):hover {
    background-color: #F0FAFF;
}

.table {
    vertical-align: middle;
}


/******************* Purchash Section End *******************/


/******************** purchashing shipping section start **********************/

.p-shipping-content {
    width: 1080px;
    margin: auto;
    max-width: 100%;
    padding-top: 52px;
    padding-bottom: 20px;
}

.p-shipping-title {
    color: #0078C8;
    font-weight: 700;
    text-align: start;
}

.p-shipping-title span {
    color: #000000;
}

.p-shipping-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #F0FAFF;
    padding: 35px 40px;
}

.p-shipping-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-shipping-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-shipping-mail a {
    background: white;
    margin-right: 20px;
    width: 47px;
    border: 1px solid #0078C8;
    height: 47px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-shipping-status .form-select {
    border: none;
    padding: 12px 63px 12px 15px;
    border-radius: 10px;
    margin-right: 20px;
}

.p-shipping-status label {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #2D2D2D;
    margin-right: 15px;
}

.p-shipping-status .form-select {
    background-image: url('../images/down-arrow.png');
    background-size: 10px;
    background-position: center right 13px;
}

.p-shipping-close button {
    background-color: #CE0000;
    width: 47px;
    max-width: 100%;
    height: 47px;
    color: white;
    padding: 0;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-shipping-order {
    background-color: white;
    padding: 30px 40px;
}

.p-shipping-order .col-xl-2 {
    min-width: 192px;
    padding: 0 6px;
}

.p-shipping-order-btn {
    padding: 18px 40px;
    width: 100%;
}

.p-shipping-date-input {
    background-image: url('../images/shipping-date.png');
    background-repeat: no-repeat;
    background-position: center right 17px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.nav-tabs {
    background-color: #FCFCFC;
    border: none;
    padding: 25px 35px;
}

.nav-tabs .nav-link {
    border: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #2D2D2D;
    border-bottom: 3px solid transparent;
    padding-bottom: 21px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #0078C8;
    background-color: #fff;
    border-color: #0078C8;
}

.p-shipping-tabs .nav-item {
    padding-right: 35px;
}


/******************** purchashing shipping section End **********************/


/******************** Work Form Start *************************/

.work-form-content {
    padding-left: 20px;
}

.order-form-content {
    background-color: #F0FAFF;
    padding: 26px 47px 18px 34px;
    margin-bottom: 55px;
}

.form-order {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
}

.form-editor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px;
}

.form-select {
    padding: 12px 80px 11px 14px;
    border-radius: 10px;
    border: 2px solid transparent;
}

.form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.editor-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 18px;
}

.editor-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.editor-delete-btn .btn-primary {
    background-color: #CE0000;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    width: 47px;
    padding: 0;
    height: 47px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.editor-delete-btn .btn-primary:hover {
    background-color: #f87575;
}

.editor-selector label {
    margin-right: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #2D2D2D;
}

.editor-mr {
    margin-right: 18px;
}


/* .editor-itemselect img {
    padding: 13px;
    border: 1px solid #0078C8;
    border-radius: 10px;
} */

.print-btn {
    padding: 10px 30px;
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

.print-btn img {
    margin-right: 10px;
}

.editor-input .form-control {
    padding: 13px 37px 13px 20px;
}

.editor-input .form-control {
    font-weight: 700;
}

.editor-order-number {
    background: #FFFFFF;
    border: 2px solid #E8E8E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #8B8B8B;
    padding: 12px 34px 11px 20px;
}

.order-project-name .form-control {
    padding: 17px 26px 15px;
}

.part-name label {
    color: #8B8B8B;
}

.order-project-name {
    position: relative;
    margin-bottom: 32px;
}

.person-select .form-select {
    padding: 16px 80px 16px 14px;
}

.order-input-border {
    border: 2px solid #E8E8E8;
}

.production-input {
    padding: 16px 27px;
}

.order-date-input {
    padding: 16px 20px;
}

.work-order-mb {
    margin-bottom: 17px;
}

.work-order-form {
    padding: 20px 15px 15px 2px;
    position: relative;
    margin-bottom: 55px;
}

.cp-pre-press-form {
    padding: 20px 15px 15px 40px;
}

.work-col-padding {
    padding: 0 5px;
    position: relative;
}

.three-dots {
    position: absolute;
    right: -23px;
    top: 0;
    color: #000000;
}

.cp-work-form-content .site-hr {
    width: calc(100% - 90px);
    margin-left: auto;
    margin-right: auto;
}

.cp-work-form-content {
    position: relative;
}

.verticle-b {
    background-color: #ffffff;
    padding: 5px;
}

.first-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.first-row .row {
    width: 100%;
}

.shipping-form .first-row .row {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.verticle-text {
    margin-left: 0;
    margin-right: 5px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #2D2D2D;
    height: 100%;
    padding: 0 13px;
    background: #F9F9F9;
    border-radius: 0px 1px 3px 0px;
    position: relative;
}

.verticle-text::before {
    content: "";
    position: absolute;
    top: 0;
    border-top: 4px solid #737373;
    left: 0;
    width: 100%;
}

.verticle-text:hover {
    background-color: #F0FAFF;
}

.verticle-text:hover::before {
    border-color: #0078C8;
}

.specification-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #0078C8;
}

.specification-title span {
    background: #F0FAFF;
    padding: 10px 20px 10px 10px;
    border-radius: 10px 10px 0px 0px;
}

.form-bg-color {
    background-color: #ffffff;
    border-radius: 5px;
}

.prepress-form-content {
    padding: 26px 65px 19px 30px;
    margin-bottom: 17px;
    position: relative;
}

.prepress-input {
    margin-bottom: 20px;
}

.attach-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #2D2D2D;
    margin-bottom: 20px;
}

.attach-btn img {
    margin-right: 10px;
}

.attach-btn {
    padding: 10px 30px;
    margin-right: 44px;
}

.attach-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.attach-item {
    margin-right: 44px;
}

.attach-item__inner {
    margin-bottom: 0;
}

.attach-item__inner span {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-right: 13px;
}

.pre-verticle-text {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #2D2D2D;
}

.prepress-verticle-text {
    position: absolute;
    left: -78px;
    top: 84px;
}

.stock-form-content {
    padding: 26px 16px 30px 26px;
    position: relative;
    margin-bottom: 16px;
}

.stock-send-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 18px 16px;
}

.stock-three-dots {
    right: 30%;
}

.stock-bottom-line {
    position: relative;
    margin-bottom: 74px;
}

.stock-bottom-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 36px);
    width: 92%;
    border-bottom: 2px solid #E8E8E8;
}

.stock-one {
    position: absolute;
    left: -48px;
    top: -12px;
}

.stock-1 {
    background-color: #FCFCFC;
    border-radius: 2px;
    padding: 5px 9px;
}

.stock-2 {
    background-color: #FFFFFF;
}

.stock-two {
    position: absolute;
    left: -48px;
    top: 120px;
}

.printing-form-content {
    padding: 20px 60px 20px 30px;
    position: relative;
    margin-bottom: 16px;
}

.printing-nots {
    margin-top: 18px;
}

.printing-bottom-line {
    position: relative;
    margin-bottom: 50px;
}

.printing-bottom-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 25px);
    width: 100%;
    border-bottom: 2px solid #E8E8E8;
}

.printing-three-dots {
    right: -18px;
}

.printing-one {
    position: absolute;
    left: -50px;
    top: -7px;
}

.pringting-1 {
    padding: 5px 10px;
}

.printing-two {
    position: absolute;
    left: -50px;
    bottom: 8px;
}

.printing-three {
    top: 128px;
}

.bandry-form-conten {
    padding: 27px 57px 34px 34px;
    position: relative;
    margin-bottom: 18px;
}

.bandry-id-btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 18px 20px;
    background: #3795D3;
    border: 2px solid #E8E8E8;
    border-radius: 10px;
}

.bandry-bottom-line {
    position: relative;
    margin-bottom: 63px;
}

.bandry-bottom-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    width: 100%;
    border-bottom: 2px solid #E8E8E8;
}

.bandary-one {
    left: -50px;
    top: -10px;
    position: absolute;
}

.bandary-two {
    bottom: -82px;
    left: -50px;
    position: absolute;
}

.bandary-three {
    top: 64px;
}

.shipping-form-content {
    padding: 22px 14px 27px 30px;
    position: relative;
}

.shipping-bottom-line {
    position: relative;
    margin-bottom: 56px;
}

.shipping-bottom-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 28px);
    width: 100%;
    border-bottom: 2px solid #E8E8E8;
}

.ship-to {
    border: 2px solid #E8E8E8;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 8px 12px 8px;
}

.shipto-refresh-btn .btn-primary {
    background-color: #E8E8E8;
    border-radius: 5px;
    color: black;
}

.shipping-bottom-line .form-control {
    padding: 18px 15px;
}

.ship-to p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #8B8B8B;
}

.form-control.shipcompany {
    padding: 22px 20px 59px 20px;
}

.shipping-po-btn {
    border: none;
    background-color: #0078C8;
    padding: 20px;
}

.shipping-three-dots {
    right: 16px;
}

.shipping-tag i {
    font-size: 25px;
    color: black;
}

.shipping-one {
    top: 56px;
    left: -50px;
    position: absolute;
}

.shipping-two {
    bottom: -100px;
    position: absolute;
    left: -50px;
}

.shipping-tag-second {
    opacity: 30%;
}

.cp-from-option {
    margin-left: 15px;
}

.cp-from-comment-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cp-work-form-content .g-2 .col {
    margin-top: 15px;
}

.cp-pre-press-form .cp-work-form-content>.row {
    margin-bottom: 20px;
}

.cp-from-comment-content .btn {
    width: calc(100% - 35px);
}

.cp-stock-form {
    padding: 30px 15px 30px 2px;
}

.cp-stock-form .site-hr {
    margin: 35px auto;
}

.cp-label-link {
    padding-left: 15px;
    cursor: pointer;
}

.cp-label-link img {
    width: 25px;
}

.cp-shipping-form .form-floating textarea {
    min-height: 110px;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    top: -3px;
    background-color: #fff;
    z-index: 1;
    opacity: 1;
    left: 5px;
    padding: 0 10px;
    line-height: 1;
    height: auto;
    white-space: nowrap;
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    top: -3px;
    background-color: #fff;
    z-index: 1;
    opacity: 1;
    left: 5px;
    padding: 0 10px;
    line-height: 1;
    height: auto;
    white-space: nowrap;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    top: -3px;
    background-color: #fff;
    z-index: 1;
    opacity: 1;
    left: 5px;
    padding: 0 10px;
    line-height: 1;
    height: auto;
    white-space: nowrap;
}

.cp-from-comment-content .dropstart .dropdown-toggle::before {
    display: none;
}

.cp-po-label {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #2D2D2D;
    margin-bottom: 20px;
}

.cp-po-label-list {
    padding: 25px 30px;
    min-width: 350px;
}

.form-editor.sticky-from {
    position: fixed;
    top: 0;
    right: 30px;
    width: 79%;
    border-bottom: 2px dashed #008000;
    background-color: #fff;
    padding: 20px;
    z-index: 10;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


/******************** Work Form End *************************/


/******************** Dashboard Page Start *************************/

.cp-dashboard-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 25px;
    margin-bottom: 20px;
}

.cp-dashboard-card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #2D2D2D;
    margin-bottom: 0;
}

.cp-dashboard-card-body canvas {
    width: 100% !important;
}


/******************** Dashboard Page End *************************/


/******************** Pop UP Start *************************/

.editor-add-btn {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #0078C8;
    border-radius: 10px;
    width: 47px;
    height: 47px;
}

.modal-header {
    padding: 30px 40px;
    border-bottom: none;
}

.modal-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
    color: #2D2D2D;
}

.modal-content {
    background-color: #F9F9F9;
}

.cp-modal-header__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-header .btn-close {
    background-color: #CE0000;
    border: none;
    padding: 13px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    background-image: none;
    height: unset;
    width: unset;
}

.cp-modal-form-row .row {
    margin-bottom: 5px;
}

.modal-body {
    padding: 15px 40px;
}

.cp-modal-form .form-control {
    padding: 4px 10px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.cp-modal-form-row .row:first-child {
    background-color: #FDFDFD;
    padding: 5px 0;
}

.cp-modal-table-form .table {
    margin-bottom: 0;
}

.cp-modal-table-form .table>:not(caption)>*>* {
    padding: 4px;
    border: none;
}

.cp-modal-table-form thead {
    background-color: #646464;
}

.cp-modal-table-form thead th {
    color: #fff;
    text-align: center;
}

.cp-modal-term-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.cp-modal-term-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cp-modal-term-note,
.cp-modal-term-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 0;
}

.cp-modal-head .modal-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #2D2D2D;
}

.cp-modal-head img {
    width: 160px;
    margin-bottom: 10px;
}

.cp-preview-modal .modal-header {
    padding: 10px;
}

.cp-preview-modal .print-btn {
    font-size: 11px;
    padding: 0px 18px;
    border-radius: 3px;
}

.cp-preview-modal .print-btn img {
    width: 10px;
    margin-right: 5px;
}

.cp-preview-modal .editor-add-btn {
    width: 27px;
    height: 27px;
    border-radius: 3px;
    padding: 0;
}

.cp-preview-modal .modal-body {
    padding: 15px;
}

.cp-preview-modal .editor-mr {
    margin-right: 8px;
}

.cp-preview-title {
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    margin-bottom: 0;
}

.cp-preview-heading-content .cp-preview-heading-logo {
    width: 130px;
    display: block;
    margin: auto;
}

.cp-work-order-number {
    text-align: right;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #2D2D2D;
}

.cp-work-order-number span {
    text-align: left;
    display: inline-block;
}

.cp-work-order-label {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #2D2D2D;
    margin-bottom: 5px;
}

.cp-work-order-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #2D2D2D;
    margin-bottom: 10px;
}

.cp-preview-modal-heading {
    padding: 10px 20px;
    background-color: #F0FAFF;
}

.cp-preview-modal .verticle-text {
    background-color: #2D2D2D;
    color: #ffff;
    height: 17px;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    padding: 0 5px;
}

.cp-preview-modal .verticle-text::before {
    display: none;
}

.cp-preview-table-content {
    width: calc(100% - 40px);
}

.cp-preview-table-content .table>:not(caption)>*>* {
    padding: 5px;
}

.cp-preview-table-content .table th {
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    color: #2D2D2D;
    background-color: rgba(240, 250, 255, 0.4);
}

.cp-preview-table-content .table td {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #2D2D2D;
}

.cp-preview-modal .site-hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cp-preview-modal .work-order-form {
    padding: 20px 15px 15px 10px;
}

.cp-preview-modal .specification-title {
    font-size: 12px;
}

.cp-preview-modal .work-order-form {
    margin-bottom: 10px;
}

.cp-stock-po-preview-content .cp-work-order-label {
    min-width: 60px;
}

.cp-stock-po-preview-details .table>:not(caption)>*>* {
    padding: 10px;
}

.cp-stock-po-preview-details th {
    background-color: #F0FAFF;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #2D2D2D;
}

.cp-stock-po-preview-details td {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: #2D2D2D;
}

.cp-stock-po-preview-details tbody {
    background-color: #ffffff;
}

.cp-stock-po-preview-details thead th:first-child {
    border-radius: 5px 0 0 0;
}

.cp-stock-po-preview-details thead th:last-child {
    border-radius: 0 5px 0 0;
}

.cp-stock-po-preview-details tbody tr:last-child th:first-child {
    border-radius: 5px 0 0 0;
}

.cp-stock-po-preview-details tbody tr:last-child th:last-child {
    border-radius: 0 5px 0 0;
}

.cp-stock-po-table-preview .table>:not(caption)>*>* {
    padding: 15px 5px;
}

.cp-stock-po-table-preview thead th,
.cp-stock-po-table-preview tfoot th {
    background-color: #646464;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #FFFFFF;
}

.cp-stock-po-table-preview tfoot th {
    background-color: #FCFCFC;
    color: #2D2D2D;
}

.cp-stock-po-table-preview thead th:first-child {
    border-radius: 5px 0 0px 0px;
}

.cp-stock-po-table-preview thead th:last-child {
    border-radius: 0 5px 0px 0px;
}

.cp-stock-po-table-preview tbody td {
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
    color: #2D2D2D;
}

.cp-stock-po-table-preview tbody {
    background-color: #F0FAFF;
}

.cp-stock-po-order-detail td,
.cp-stock-po-order-detail th {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: #2D2D2D;
    padding: 10px;
}

.cp-stock-po-order-detail .table {
    background-color: #fff;
}

.cp-stock-po-order-detail .table-striped>tbody>tr:nth-of-type(odd) td {
    background-color: rgba(240, 250, 255, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cp-stock-po-order-detail .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(240, 250, 255, 0.4);
}

.cp-stock-po-detail-table thead tr {
    background-color: rgba(240, 250, 255, 0.4);
}


/******************** Pop UP End *************************/


/******************** Pop UP Start *************************/

.details-first-form {
    padding: 0 43px 45px 34px;
}

.details-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #2D2D2D;
    margin-bottom: 26px;
}

.details-tab .ship-to {
    border: 2px solid #E8E8E8;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 8px;
    background-color: #ffffff;
}

.shipto-add-btn {
    margin-right: 10px;
}

.details-tab .col-12 {
    padding: 0 10px;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: auto;
    line-height: 1.25;
}

.form-floating>.form-control {
    padding: 18px 15px;
}

.details-second-form {
    background-color: #F6F6F6;
    padding: 23px 34px 28px;
    position: relative;
}

.nav-tabs .nav-link.bindery-detaul-link {
    background-color: transparent !important;
    border-color: transparent !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    padding: 0;
}

.form-floating .p-shipping-textarea {
    height: 216px;
}

.details-tab .active::before {
    content: "";
    position: absolute;
    left: 0;
    border-left: 5px solid #0078C8;
    height: 100%;
}

.details-second-form:hover {
    background-color: #FCFCFC;
}

.details-second-dropdown .form-control {
    width: calc(100% - 40px);
}

.labelone-tab {
    padding: 58px 62px 435px 74px;
}

.labelone-title {
    margin-bottom: 26px;
}

.blue-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #2D2D2D;
}

.labelone-discription {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #2D2D2D;
}

.address-discription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.address-discription i {
    font-size: 12px;
}

.address-discription i {
    margin-right: 15px;
}

.details-contact {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #2D2D2D;
}

.labelone-details-content {
    background: #F0FAFF;
    border-radius: 10px;
    padding: 24px 50px 24px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 26px;
}

.labelone-delivery-details {
    margin-left: auto;
}

.delivery-slip-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.delivery-slip-title {
    margin-right: 97px;
    position: relative;
}

.delivery-slip-title::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: -50px;
    border-right: 1px solid #C4C4C4;
}

.delivery-title h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #2D2D2D;
    margin-bottom: 20px;
}

.delivery-slip-content h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #2D2D2D;
    margin-bottom: 10px;
}

.delivery-slip-discription h6 {
    font-weight: 500;
}

.labelone-table tbody,
td,
tfoot,
th,
thead,
tr {
    border: none;
}

.labelone-table .table {
    background: #F9F9F9;
    border-radius: 10px;
    overflow: hidden;
}

.labelone-table thead,
tfoot {
    background-color: #F6F6F6;
    border-radius: 10px 10px 0px 0px;
}

.labelone-table .table th,
td {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    white-space: nowrap;
}

.labelone-table {
    text-align: center;
}

.labelone-table .table tbody td:not(:last-child),
.labelone-table .table thead th:not(:last-child) {
    border-right: 2px solid #E8E8E8;
}

.labelone-table .table>:not(caption)>*>* {
    padding: 10px 10px;
}

.labelone-table.table tbody th,
td {
    font-weight: 400;
}

.labeltwo-tab {
    padding: 58px 65px 82px 74px;
}

.labeltwo-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.labeltwo-slip {
    margin-left: auto;
    margin-right: 120px;
}

.labeltwo-slip h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
}


/* Label two */

.labeltwo-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0 37px 0;
}

.copy-btn {
    margin-right: 15px;
}

.copy-btn .btn-primary {
    background-color: #0078C8;
    border: none;
    border-radius: 5px;
    padding: 8px 18px;
}

.clear-btn .btn-primary {
    background-color: #CE0000;
    border: none;
    border-radius: 5px;
    padding: 8px 20px;
}

.labeltwo-title {
    margin-bottom: 34px;
}

.labeltwo-tabel {
    margin-bottom: 26px;
}


/* Label Six */

.labelsix-tab {
    padding: 58px 75px 70px 64px;
}

.labelsix-tab .labeltwo-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.labelsix-tab .labeltwo-slip {
    margin-left: auto;
    margin-right: 0;
}

.labelsix-form-first {
    padding: 27px 40px 25px 37px;
}

.labelsix-form-bg {
    background: #F9F9F9;
    border-radius: 10px;
    margin-bottom: 26px;
}

.labelsix-form-second {
    padding: 26px 34px 26px 37px;
}

.labelsix-tab .labelone-title {
    margin-bottom: 45px;
}

.skid-form {
    padding: 26px 40px 40px 37px;
}


/* .p-bindery-order .col {
    min-width: unset;
} */

.p-bindery-order .col-xl-2 {
    min-width: 202px;
    padding: 0 6px;
}

.nav-tabs .nav-link {
    padding: 15px 20px;
}

.cp-sshipping-tabs .nav-tabs {
    padding-bottom: 0;
}

.cp-sshipping-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
}

.cp-sshipping-tabs .nav-tabs .nav-link {
    padding-top: 0;
    padding-bottom: 25px;
}

.bindery-po-tabs-area .nav-tabs {
    background-color: #F0FAFF;
}

.quantity-table-area {
    padding-top: 30px;
}

.printing-input-field .text-center label {
    width: 100%;
    justify-content: center;
}

.printing-input-field .text-center .form-control {
    text-align: center;
}

.printing-ink-one .form-control {
    text-align: center;
}

.printing-ink-one label {
    width: calc(100% - 30px);
    justify-content: center;
}


/******************** purchashing shipping section End **********************/


/******************** Pop UP End *************************/


/******************** Responsive Start ****************************/

@media (max-width: 1599px) {
    .sidemenu-section {
        padding: 30px 30px 10px;
    }
    .nav-link {
        font-size: 18px;
    }
    .nav-item {
        padding-right: 50px;
    }
    .sidemenu-content {
        padding: 0 15px 20px 20px;
    }
    .cp-sidebar-menu {
        padding-top: 30px;
    }
    .sidemenu-list .nav-item {
        margin-bottom: 20px;
    }
    .section-title {
        font-size: 16px;
        line-height: 22px;
    }
    .submenu-link {
        margin-top: 15px;
    }
    .submenu-list::before {
        height: calc(100% - 25px);
    }
    .order-project-name {
        margin-bottom: 15px;
    }
    .order-form-content {
        padding: 15px 25px 15px 25px;
        margin-bottom: 25px;
    }
    .form-editor {
        margin-bottom: 15px;
    }
    .form-order {
        font-size: 20px;
    }
    .form-control {
        border-radius: 6px;
    }
    .form-select {
        padding: 10px 30px 10px 15px;
        border-radius: 6px;
    }
    .form-floating>.form-control:not(:-moz-placeholder-shown) {
        padding: 10px 8px;
    }
    .form-floating>.form-control:not(:-ms-input-placeholder) {
        padding: 10px 8px;
    }
    .form-floating>.form-control:focus,
    .form-floating>.form-control:not(:placeholder-shown),
    .form-floating>label,
    .form-floating>.form-control {
        padding: 10px 8px;
    }
    .form-floating .p-shipping-textarea {
        height: 167px;
    }
    .person-select .form-select {
        padding: 8px 30px 8px 15px;
    }
    .form-control,
    .order-date-input {
        padding: 8px 15px;
    }
    .specification-title {
        font-size: 16px;
        line-height: 20px;
    }
    .work-form-content {
        padding-left: 10px;
    }
    .dropdown-menu {
        padding: 15px 0;
    }
    .dropdown-item {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .dropdown-item img {
        margin-right: 10px;
        width: 15px;
    }
    .cp-po-label-list {
        padding: 25px 30px;
        min-width: 200px;
        padding: 15px;
    }
    .print-btn {
        padding: 8px 30px;
        line-height: 28px;
    }
    .btn-primary {
        border-radius: 6px;
    }
    .editor-delete-btn .btn-primary,
    .editor-add-btn {
        width: 44px;
        height: 44px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .shipping-po-btn,
    .stock-send-btn {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 20px;
    }
    .shipto-add-btn .btn,
    .shipto-refresh-btn .btn {
        padding: 5px;
        line-height: 1;
    }
    .shipto-add-btn {
        margin-right: 5px;
    }
    .ship-to {
        border-radius: 6px;
        padding: 7px 8px 7px 8px;
    }
    .work-order-form {
        margin-bottom: 30px;
    }
    .cp-stock-form {
        padding: 20px 15px 20px 2px;
    }
    .cp-stock-form .site-hr {
        margin: 20px auto;
    }
    .attach-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .p-shipping-order-btn {
        padding: 10px 40px;
    }
}

@media (max-width: 1199px) {
    .nav-item {
        padding-right: 20px;
    }
    .cp-sidebar-menu {
        position: static;
    }
    .attach-item {
        margin-right: 10px;
    }
    .attach-btn {
        padding: 10px 25px;
        margin-right: 15px;
    }
    .attach-item__inner span {
        margin-right: 5px;
    }
    .cp-sidebar-menu {
        min-height: auto !important;
    }
    .modal-header {
        padding: 20px;
    }
    .modal-body {
        padding: 15px 20px;
    }
    .form-editor.sticky-from {
        position: static;
        top: 0;
        right: 0;
        width: 100%;
        border-bottom: 2px dashed #008000;
        background-color: transparent;
        padding: 0;
        z-index: 10;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 991px) {
    .form-order {
        margin-bottom: 10px;
    }
    .order-form-content {
        padding: 15px 0 0;
        margin-bottom: 25px;
    }
    .form-editor {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .editor-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .editor-content .form-select {
        width: 290px;
        margin-bottom: 10px;
    }
    .editor-input {
        width: 100%;
    }
    .order-project-name {
        margin-bottom: 10px;
    }
    .person-select .form-select {
        margin-bottom: 10px;
    }
    .order-form-content .form-control {
        margin-bottom: 10px;
    }
    .attach-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .attach-img {
        width: 100%;
        margin-bottom: 10px;
    }
    .attach-item {
        width: 45%;
    }
    .modal-lg,
    .modal-xl,
    .modal-dialog {
        max-width: calc(100% - 40px);
    }
    .col-form-label {
        font-size: 12px;
    }
    .cp-modal-form .form-control {
        font-size: 12px;
    }
    .cp-modal-header-content .form-select {
        width: auto;
        padding: 5px 25px 5px 10px;
        border-radius: 4px;
        margin-bottom: 0;
    }
    .cp-modal-header-content .editor-delete-btn .btn-primary,
    .cp-modal-header-content .editor-add-btn {
        width: 38px;
        height: 38px;
    }
    .modal-title {
        font-size: 16px;
    }
    .editor-selector label {
        margin-right: 5px;
        font-size: 16px;
    }
    .cp-modal-header-content .print-btn {
        padding: 5px 20px;
        line-height: 28px;
        font-size: 16px;
    }
    .cp-modal-header-content .editor-mr {
        margin-right: 10px;
    }
    .modal-header .btn-close {
        padding: 9px;
    }
    .p-shipping-tabs .nav-item {
        padding-right: 5px;
    }
    .nav-tabs .nav-link {
        padding: 10px 15px;
    }
    .labelsix-tab,
    .labeltwo-tab,
    .labelone-tab {
        padding: 40px 25px;
    }
    .skid-form,
    .labelsix-form-first,
    .labelsix-form-second {
        padding: 15px 25px;
    }
    .blue-title {
        font-size: 16px;
        line-height: 24px;
    }
    .details-contact {
        font-size: 16px;
        line-height: 24px;
    }
    .labelsix-tab .labelone-title {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .editor-selector.editor-mr {
        width: 100%;
    }
    .editor-content .form-select {
        width: 100%;
    }
    .editor-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .editor-print-btn.editor-mr {
        margin-right: 0;
    }
    .editor-input {
        margin-top: 10px;
    }
    .form-editor {
        margin-bottom: 0;
    }
    .sidemenu-section {
        padding: 30px 15px 10px;
    }
    .work-form-content {
        padding-left: 0;
    }
    .work-order-form {
        padding: 15px 7px 15px 5px;
    }
    .cp-po-label-list {
        min-width: 200px;
        padding: 15px 10px;
    }
    .modal-lg,
    .modal-xl,
    .modal-dialog {
        max-width: calc(100% - 0px);
    }
    .cp-modal-header__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .modal-title {
        margin-bottom: 15px;
    }
    .editor-selector.editor-mr {
        margin-bottom: 15px;
    }
    .cp-modal-header {
        position: relative;
    }
    .modal-header .btn-close {
        padding: 9px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .cp-modal-content .col-form-label {
        font-size: 14px;
        padding: 0;
    }
    .cp-modal-content .col-form-label.text-end {
        text-align: left !important;
    }
    .details-first-form {
        padding: 20px 15px 20px 15px;
    }
    .p-shipping-order {
        background-color: white;
        padding: 20px 15px 10px;
    }
    .details-second-form {
        padding: 15px 15px 15px;
    }
    .details-second-dropdown {
        margin-top: 15px;
    }
    .nav-tabs {
        padding: 15px 15px;
    }
    .nav-tabs .nav-link {
        padding: 10px 15px;
    }
    .details-first-form .details-title {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .p-shipping-header {
        padding: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .p-shipping-header-title .p-shipping-title {
        margin-bottom: 15px;
    }
    .labelone-details-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px;
    }
    .labelone-address {
        margin-bottom: 15px;
    }
    .labeltwo-btn {
        padding: 20px 0 40px 0;
    }
    .skid-form,
    .labelsix-form-first,
    .labelsix-form-second {
        padding: 10px;
    }
    .labelsix-form-bg {
        margin-bottom: 15px;
    }
    .labelsix-tab,
    .labeltwo-tab,
    .labelone-tab {
        padding: 40px 15px;
    }
    .labelone-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .labelsix-tab .labeltwo-slip {
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
    }
    .labeltwo-title-content {
        width: 100%;
    }
    .labeltwo-slip {
        width: 100%;
    }
    .p-shipping-content {
        padding-top: 20px;
    }
}

@media (max-width: 576px) {
    .header {
        padding: 0 15px;
    }
    .navbar-brand img {
        width: 184px;
    }
    .purchash-section {
        padding: 25px 15px 10px;
    }
    .purchash-list {
        display: inline;
    }
    .purchash-btn-group {
        display: inline;
    }
    .select-group .form-select {
        padding: 13px;
    }
    .select-group {
        margin-right: 0;
        margin-bottom: 10px;
    }
}


/******************** Responsive End ****************************/