@import url('https://fonts.googleapis.com/css2?family=Economica:wght@400;700&display=swap');

.brand .brand-logo span,
.brand .brand-logo img {
    display: inline-block;
    vertical-align: middle;
}

.brand .brand-logo img {
    max-width: 35px;
    margin-right: 5px;
}

.brand .brand-logo span {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}

.aside-minimize:not(.aside-minimize-hover) .brand .brand-logo img {
    display: block !important;
    margin: 0 0 0 5px;
}

.aside-minimize:not(.aside-minimize-hover) .brand .brand-logo span {
    display: none;
}


/*-08-12-2021-*/

.modal .modal-560 {
    max-width: 560px;
}

#exampleModalCustomScrollable .modal-dialog .loader_import {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #ffffff73;
}

#exampleModalCustomScrollable .modal-dialog .loader_import img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50px;
}

table .btn-group.btn-group-sm.flex-wrap {
    width: 100%;
    min-width: 90px;
}

table .btn-group.btn-group-sm.flex-wrap .btn i {
    margin: 0;
    padding: 0;
}

table .btn-group.btn-group-sm.flex-wrap .btn span {
    font-size: 0;
}

.error {
    color: red !important;
}

.showfailure {
    color: red;
    text-align: center;
    background-color: #ff00002e;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    border-radius: 5px;
}


/*-27-12-2021-*/

.card.card-custom.card-stretch .card-body img,
#photos #photos_table img {
    border: 3px solid #d9d9d9;
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(55, 55, 55, 0.15);
}

#photos #photos_table {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
}


/* 28-12-2021 */

.field-required {
    color: red;
}


/*-29-12-2021-*/

.terms-check {
    position: relative;
    margin-bottom: 25px;
}

.terms-check .error {
    position: absolute;
    bottom: -50px;
    margin: 0;
}


/* 3-12-2022 */

.image-input #image-error {
    position: absolute;
    width: auto;
    min-width: 300px;
    top: 155px;
    left: -116px;
}

#main_picture~#main_picture-error {
    position: absolute;
    left: 30px;
    bottom: -5px;
}

.showing-uploadimg {
    padding: 10px 0 0;
}

.showing-uploadimg span {
    display: block;
    margin-bottom: 10px;
}

.showing-uploadimg .fixedimg-wit {
    /* width: 100%;
    max-width: 125px;
    padding: 5px;
    box-shadow: 0 0 6px 1px #a8a8a8; */
}

.showing-uploadimg .fixedimg-wit img {
    width: 80px;
    height: 80px;
    /* object-fit: cover; */
    border-radius: 5px;
    margin: 0 auto;
}


/* #user_account form table tr td {
    width: 20%;
} */

#user_account form table tr td select {
    width: 100% !important;
}

#user_account form table tr td:last-child select {
    width: 100px !important;
}

#user_account form table {
    max-width: 830px;
    margin: 0 auto;
}

#user_account form table tr:first-child td {
    padding-left: 4px;
    padding-bottom: 4px;
}


/*-07-01-2022-*/

button.btn.cms-update {
    position: fixed;
    bottom: 78px;
    right: 55px;
}

.cke_contents {
    min-height: 700px;
}


/*10th Jan*/

div#kt_wrapper .d-flex.flex-column-fluid .row.justify-content-center {
    position: relative;
}

.loading {
    background: url(../media/loader.gif);
    height: 70px;
    width: 70px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 60px;
    bottom: -30px;
    padding: 0;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}


/*-17-01-2022-*/

.custom-ckeditor.is-invalid>div {
    border-color: #F64E60;
}

.disableClass+.custom-file-label {
    background-color: #f4f4f4;
}

.disableClass .cke_inner {
    background-color: #f4f4f4;
    opacity: .5;
}

.disableClass {
    pointer-events: none;
    background-color: #f4f4f4;
}


/*-19-01-2022-*/

.form-group.row .inner-table {
    display: block;
    margin: 0 auto;
}


/*-20-01-2022-*/

span.error_message ul {
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 3px;
}


/* 28-01-2022 */

.custom-file-input+.custom-file-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 80px;
}


/* 31-1-22 */

.login-success {
    position: absolute;
    top: 0;
    background-color: #a3fbf7;
    z-index: 9999;
    width: auto;
    /* left: 0;
    right: 0; */
    text-align: center;
    border-radius: 30px;
    top: 10px;
    margin: 0 auto;
    padding: 5px 100px 5px 15px;
    box-shadow: 0 2px 2px 1px #e9e9e9;
}

.leftsidebar-space {
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 0;
    width: calc(100% - 265px);
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login-success button.goto-exit {
    position: absolute;
    right: 0;
    border: none;
    height: 100%;
    top: 0;
    background-color: #2aada7;
    border-radius: 0 30px 30px 0;
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
}

.card.card-dashed {
    box-shadow: none;
    border: 1px dashed #e4e6ef;
}


/*-10-02-2022-*/

.admin-products {
    border: 1px solid #757597;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 15px 0;
}

.form-group.row.product-desc-box {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.product-desc-box .product-desc-admin {
    max-height: 150px;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #e4e6ef;
    padding: 10px;
    border-radius: 4px;
}

.form-group .showing-uploadimg {
    padding: 0;
}

.slider-block .mySlides img {
    max-width: 100%;
    max-height: 500px;
    margin: 0 auto
}

.slider-block button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: #1e1e2d;
    padding: 0;
    border-radius: 50%;
    z-index: 89;
}

.slider-block button.slick-arrow:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-family: 'Ki';
    color: #fff;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 40px;
}

.slider-block button.slick-arrow.slick-next {
    right: 30px;
}

.slider-block button.slick-arrow.slick-prev {
    left: 30px;
}

.slider-block button.slick-arrow.slick-next:before {
    content: "\f105";
    padding-left: 4px;
}

.slider-block button.slick-arrow.slick-prev:before {
    content: "\f106";
    padding-right: 4px;
}

#SliderModal .modal-dialog {
    max-width: 850px;
}

#AboutSliderModal .modal-dialog {
    max-width: 850px;
}

.gallery-img-block {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.gallery-img-block .repeat-imgblk {
    width: calc(19.5% - 3px);
    padding: 6px;
    border: 2px solid #c4c4c4;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin: 3px 3px;
}

.gallery-img-block .repeat-imgblk img {
    max-width: 100%;
}

.modal-body .nav.nav-pills ul {
    border-bottom: 1px solid #d4d4d4;
    width: 100%;
}

.modal-body .nav.nav-pills {
    border-bottom: 1px solid #d4d4d4;
}

.modal-body .nav.nav-pills li a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
}

.modal-body .tab-content {
    padding: 10px;
    border: 1px solid #d4d4d4;
    border-top: 0;
    /*! border-radius: 5px; */
    border-top-left-radius: 0;
}

.inputfile-div {
    background-color: #d7d7d7;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.form-group.inline-field label {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #3F4254;
    margin-bottom: 0.5rem;
}

.form-group.inline-field .form-control {
    border-color: #cecece;
}

.modal-dialog .modal-content {
    min-height: 400px;
}

.gallery-img-block .repeat-imgblk .top-right-stik {
    position: absolute;
    top: 3px;
    right: 3px;
}

.gallery-img-block .repeat-imgblk .top-right-stik .checkbox span {
    background-color: #d4d4d4;
}

.gallery-img-block .repeat-imgblk .top-right-stik .checkbox.checkbox-success>input:checked~span {
    background-color: #1BC5BD;
}

.slider-block .mySlides {
    /* border: 2px solid #d4d4d4;
    padding: 15px; */
    position: relative;
}

.border-pad {
    padding: 15px;
    border: 1px solid #c4c4c4;
    position: relative;
}

.border-pad .posi-right {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 89;
}

.border-pad .posi-right .btn {
    font-size: 13px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 25px;
    padding: 0 0 0 1px;
    border-radius: 7px;
}

.border-pad .posi-right .btn i {
    font-size: 14px;
    padding: 0;
}


/*-18-02-2022-*/

.gallery-img-block .repeat-imgblk iframe {
    max-width: 100%;
    max-height: 85px;
    height: 100%;
}

.gallery-img-block .repeat-imgblk .radio-inline span {
    margin-right: 0;
    border-color: #1bc5bd;
}

.bg-image-box {
    background-size: cover;
    width: 100%;
    height: 500px;
}

.iframe-video {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    height: 100%;
    width: 520px;
    justify-content: center;
    align-content: center;
    margin-top: auto;
    margin-bottom: auto;
}

.iframe-video iframe {
    width: 100%;
    height: 295px;
    position: relative;
    z-index: 99;
}

.border-pad.add-overlay {
    position: relative;
}

.border-pad.add-overlay:before {
    content: "";
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(46 46 46 / 50%);
    width: 100%;
    height: 100%;
    z-index: 9;
}

.space-on-checkbox {
    padding-top: 20px;
    float: left;
    pointer-events: none;
}

.space-on-checkbox span {
    pointer-events: all;
}

.space-on-checkbox .checkbox span {
    margin-right: 5px;
    border: 1px solid #d4d4d4;
}

div#kt_header .dropdown .w-auto.btn-lg:hover {
    background-color: transparent;
}

div#kt_header .dropdown .w-auto.btn-lg {
    cursor: inherit;
}

.well-4--inset-1 .rd-mailform .btn.btn-sm.btn-sm--mod.btn-green-bg {
    padding: 7px 25px;
    line-height: normal;
}

ul.navbar-nav li.dropdown>ul.dropdown-menu>li.sfHover>a {
    background-color: #3c8d1f;
}

.card.card-custom.slide-cards .card-body {
    padding: 5px 2.25rem;
}

.card.card-custom.slide-cards:last-child .card-body {
    padding: 5px 2.25rem 2.25rem;
}

a.black-col i {
    color: #000;
}

.card.card-custom.slide-cards+.card.card-custom.slide-cards:last-child .card-body {
    padding: 5px 2.25rem 5.25rem;
}

body#kt_body {
    padding-right: 0 !important;
}

.card.card-custom.slide-cards .col-form-label.col-lg-3.col-sm-12 {
    max-width: 20%;
    flex: 0 0 20%;
}

.border-pad.bg-image-box {
    padding: 0;
}

.slider-block .mySlides img {
    max-height: 496px;
    position: absolute;
    z-index: 0;
}

.slider-block .prev,
.slider-block .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 50%;
    user-select: none;
    background-color: #000;
    z-index: 99;
}

.slider-block .next {
    right: 20px;
}

.slider-block .prev:hover,
.slider-block .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.slider-block .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    display: none;
    transition: background-color 0.6s ease;
}

.slider-block .prev {
    left: 20px;
}

.slider-block .active,
.slider-block .dot:hover {
    background-color: #717171;
}


/* Fading animation */

.slider-block .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.repeat-slide {
    display: none;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.slider-block .repeat-slide:first-child {
    display: block;
}

#kt_header,
#kt_subheader {
    z-index: 999;
}


/*28th Feb*/

.edit-supplier {
    border: 1px solid #757597;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 15px 0;
}

.this-page .loading {
    position: fixed;
    background-color: rgb(0 0 0 / 20%);
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-position: center;
}

table#contact_form thead tr th:last-child {
    min-width: 75px;
}

table#contact_form tr td.msg-container a.btn-danger {
    background-color: transparent;
    border: none;
    padding: 0;
}

table#contact_form tr td.msg-container a.btn-danger i {
    color: #F64E60;
}

table#contact_form tr td.msg-container a.btn-primary {
    background-color: transparent !important;
    border: none;
    padding: 0;
}

table#contact_form tr td.msg-container a.btn-primary i {
    color: #3699FF;
}

table#contact_form tr td.msg-container a {
    margin: 0 4px;
    vertical-align: middle;
}

#product_table img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    padding: 0 5px;
}

a.black-col i {
    color: #000;
}


/* html[lang="ge"] .custom-file-label::after {
    content: "Durchsuche";
}

html[lang="it"] .custom-file-label::after {
    content: "Navigare";
} */

.absence-calendar table.table td button.btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 1px 0 0;
    position: relative;
    overflow: hidden;
}

.absence-calendar table.table td button.btn input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#product_table tbody tr {
    cursor: move;
}

#product_table tbody tr.sortable-chosen,
#product_table tbody tr:hover {
    background-color: #bbb;
}

.custom-file.label-image {
    height: auto;
}

#user_account form .product_einheit table {
    margin: 0 10px;
}

.form-group #previewImg[src=""] {
    display: none;
}

.form-group #previewImg {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 5px;
    margin-top: 10px;
}

.absence-calendar,
.calender-section {
    position: relative;
}

.absence-calendar .custom-loader,
.calender-section>.loading {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.absence-calendar .form-group {
    margin-bottom: 1.75rem;
    margin-top: 1.75em;
}

#user_account form .product_einheit .inner-table {
    margin: 0;
}

.my_price_b #price {
    font-weight: bold;
}

.gallery-img-block .repeat-imgblk .remove-slide {
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 50%;
    font-size: 0;
    padding: 4px 5px 5px 5px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-content: center;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.gallery-img-block .repeat-imgblk:hover .remove-slide {
    opacity: 1;
}

.gallery-img-block .repeat-imgblk .remove-slide i {
    font-size: 8px;
    padding: 0;
    line-height: normal;
}

.custom-file.label-image div#preview img[src],
.custom-file.label-image div.preview_image img[src] {
    width: 100px;
    height: 100px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    object-fit: cover;
}

html[lang="en"] label.custom-file-label.selected:empty:before {
    content: "No file Chosen";
}

html[lang="ge"] label.custom-file-label.selected:empty:before {
    content: "Keine Datei ausgewählt";
}

html[lang="it"] label.custom-file-label.selected:empty:before {
    content: "Nessun file scelto";
}

html[lang="fr"] label.custom-file-label.selected:empty:before {
    content: "Aucun fichier choisi";
}

.color-price[readonly] {
    background-color: #dfdada !important;
    cursor: default;
}

.product_einheit td>span.icon-btn {
    margin-left: 10px;
    padding: 8px 10px;
}

.product_einheit td>span.icon-btn i {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.absence-calendar table.table td button.btn.disable-date-color {
    background-color: #efefef !important;
    border-color: #efefef !important;
    color: #75b9ff !important;
    /* cursor: url("../media/not-allowed-cursor.png"), auto; */
    cursor: not-allowed;
    pointer-events: auto !important;
    background-color: #7e8299;
    border-color: #7e8299;
    color: #fff;
}

.logo_img_inner img {
    margin-right: 5px;
}

.left_side_tbs {
    width: 100%;
    max-width: 350px;
}

.logo_img_inner img {
    max-width: 50px;
}

.logo_text {
    color: #2aada7;
    font-size: 16px;
    font-weight: 600;
}

.inner_body_div {
    padding-bottom: 40px !important;
}

.card .card-body .table {
    margin-bottom: 0.50rem !important;
}


/* .card .card-body .table tbody tr td:last-child {
    background: #00d3fd80;
  
  } */

.card .card-body .table tbody tr td:not(:first-child),
.card .card-body .table thead tr td:not(:first-child) {
    text-align: center !important;
}

.left_side_tbs.lefttable-part .d-flex {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0px !important;
    padding: 5px 0;
}

.table-designformat .table tr td:first-child {
    padding-left: 15px !important;
}

.table-designformat .table tr td:last-child {
    padding-right: 15px !important;
}

.table-designformat .table tbody tr:nth-child(even) {
    background-color: #e1e1e1;
}

.space-btnbox button {
    margin-left: 10px;
}

.left_side_tbs.lefttable-part .d-flex .font-weight-bold.mr-15 {
    justify-content: center;
    margin-right: 0 !important;
    margin-top: auto;
    margin-bottom: auto;
    min-width: 130px;
}

.left_side_tbs.lefttable-part select {
    width: calc(100% - 130px);
}


/*03-05-22 progress bar*/

table#billing_period_invoice .mess-status {
    min-width: 150px;
}

.steps-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 15px;
}

.steps-list li {
    height: 27px;
    position: relative;
    width: 27px;
    text-align: center;
    background-color: #d4d4d4;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 26px;
    font-weight: bold;
    z-index: 999;
}

.steps-list li:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 4px;
    left: -15px;
    width: calc(100% - 10px);
    background-color: #d4d4d4;
    transform: translateY(-50%);
    z-index: 0;
}

.steps-list li.active {
    background-color: #873012;
    color: #fff;
}

.steps-list li:first-child:after {
    display: none;
}

.steps-list li.active:after {
    background-color: #873012;
}

a.black-col.reactivateOrderRequest i {
    font-size: 25px;
    color: #bb0000;
}

.modal .loading {
    z-index: 99;
}

.vdp-datepicker input[type="text"] {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vdp-datepicker input[type="text"]:focus {
    color: #3F4254;
    background-color: #ffffff;
    border-color: #69b3ff;
    outline: 0;
}

.d-flex.justify-content-between.flex-column.flex-md-row.addborder-space {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#commision-over-id tbody tr td {
    text-align: left !important;
}

.loading.invoice-loader {
    width: 100%;
    height: 100%;
    background-size: 70px;
    z-index: 99;
    background-color: #00000038;
    position: fixed;
    top: 0 !important;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    right: 0;
    transform: inherit;
}

.symbol .symbol-label i {
    color: inherit;
}

.card.card-custom.card-stretch .card-body .symbol-label img {
    border: none;
    box-shadow: none;
}

.showing-uploadimg .fixedimg-wit .product-desc-admin {
    width: 100%;
    max-width: calc(100% - 150px);
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: -5px;
}

.form-control.custom-input-title {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 25px;
    font-weight: 600;
    height: auto;
    font-family: 'Economica', sans-serif;
}

form .form-group.row.form-full-width-custom {
    max-width: 730px;
    margin: 0 auto 20px;
}

.product_label_check label.radio:not(:first-child) {
    margin-top: 10px;
}

.product_label_check label.radio span {
    margin-right: 10px;
}

.product_label_check label.radio img {
    width: 130px;
    height: auto;
}

.custom-file.label-image div.preview_image {
    width: 100px;
    position: relative;
}

.custom-file.label-image div.preview_image button.btn-danger.rounded-circle {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    font-size: 13px;
    padding: 5px;
}

.custom-file.label-image div.preview_image button.btn-danger.rounded-circle i {
    font-size: unset;
    padding: 0;
    line-height: unset;
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#kt_content {
    position: relative;
}

.steps-list li .tooltip-div {
    position: absolute;
    background: #1bc5bd;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    margin-top: 0;
    left: -7px;
    display: none;
    bottom: 37px;
    width: auto;
    max-width: 220px;
    min-width: 140px;
}

.steps-list li .tooltip-div p {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
}

.steps-list li .tooltip-div:before {
    content: "";
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-bottom: solid 8px #1bc5bd;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(180deg);
}

ul.steps-list li.step.current .tooltip-div {
    display: block;
}

.steps-list li:first-child.current .tooltip-div {
    left: -56px;
}

.steps-list li:nth-child(2).current .tooltip-div {
    left: -56px;
}

.steps-list li:nth-child(3).current .tooltip-div {
    left: -55px;
}

.steps-list li:nth-child(4).current .tooltip-div {
    right: -57px;
    left: inherit;
}

table#wood_type tbody tr td,
table#billing_period_invoice tbody tr td {
    text-align: left !important;
}

i.fa.complete-prof {
    color: green;
    font-size: 17px;
}

.color-price.common-disablecolor {
    background-color: #f4f4f4 !important;
}

.btn.hovertooltip {
    padding: 0;
}

.btn.hovertooltip .ki-outline-info {
    color: #3F4254 !important;
    font-size: 15px !important;
    vertical-align: text-top;
    margin-left: 5px;
}

.commision-class tbody tr td {
    border-bottom: 1px solid #e8e8e8;
}

.commision-class tbody tr:last-child td {
    border: none;
}

.notification-div {
    padding: 0px;
}

.symbol.symbol-light-brown .symbol-label {
    background-color: #ffe1cb;
    color: #773200;
}

table#cancel_requests tr th.ad-btn-width {
    min-width: 320px;
}

[lang="ge"] table#cancel_requests tr th.ad-btn-width {
    min-width: 360px;
}

[lang="fr"] table#cancel_requests tr th.ad-btn-width {
    min-width: 350px;
}

[lang="it"] table#cancel_requests tr th.ad-btn-width {
    min-width: 370px;
}

table#cancel_requests tr th.add-mobil-nu {
    min-width: 75px;
}

table#cancel_requests tr td:last-child a span {
    display: block;
    text-align: center;
}

table#cancel_requests tr td:last-child a span i {
    font-size: 0;
}

table#cancel_requests tr td:last-child a i {
    display: none;
}

table#cancel_requests tr td:last-child a.noCommissionBtn {
    background-color: #1bc5bd;
    border-color: #1bc5bd;
}

table#cancel_requests tr td:last-child a.commission-50-btn {
    background-color: #f64e60;
    border-color: #f64e60;
}

.loader_import.addoverlay-class {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.loader_import.addoverlay-class img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

table#cancel_requests tbody tr td {
    text-align: left ! important;
}

div#fiftyCommissionModal .modal-content {
    min-height: unset;
}

.modal .loading {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
}

body.modal-open .leftsidebar-space {
    z-index: 9;
}

.select-drop-box select {
    padding: 0 5px;
    border-radius: 4px;
    background-color: #1e1e2d;
    height: 38px;
    border: none;
    color: #fff;
}

span.blink-btn {
    display: inline-block;
    padding: 5px;
    background-color: #af7c5f;
    border-radius: 5px;
    min-width: 50px;
    color: #fff;
    text-align: center;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #af7c5f;
        -webkit-box-shadow: 0 0 3px #b07d60;
    }

    50% {
        background-color: #9e4614;
        -webkit-box-shadow: 0 0 20px #444444;
    }

    100% {
        background-color: #af7c5f;
        -webkit-box-shadow: 0 0 3px #b07d60;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #af7c5f;
        -moz-box-shadow: 0 0 3px #b07d60;
    }

    50% {
        background-color: #9e4614;
        -moz-box-shadow: 0 0 20px #444444;
    }

    100% {
        background-color: #af7c5f;
        -moz-box-shadow: 0 0 3px #b07d60;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #af7c5f;
        box-shadow: 0 0 3px #b07d60;
    }

    50% {
        background-color: #9e4614;
        box-shadow: 0 0 20px #444444;
    }

    100% {
        background-color: #af7c5f;
        box-shadow: 0 0 3px #b07d60;
    }
}

@keyframes glowing {
    0% {
        background-color: #af7c5f;
        box-shadow: 0 0 3px #b07d60;
    }

    50% {
        background-color: #9e4614;
        box-shadow: 0 0 20px #444444;
    }

    100% {
        background-color: #af7c5f;
        box-shadow: 0 0 3px #b07d60;
    }
}

#supplier_table_wrapper .row .col-sm-12 {
    overflow-x: auto;
}

input[readonly] {
    cursor: text;
    background-color: #fff;
}

.text-class {
    background-color: #ebebeb;
    margin-bottom: 10px;
    padding: 8px 15px;
    border-radius: 5px;
}

a.cancelOrderRequest {
    width: 26px;
    height: 26px;
    border: 2px solid #873012;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
}

a.cancelOrderRequest i {
    color: #873012;
    font-size: 14px;
}

a.btn.edit-order {
    background-color: #873012;
    border-color: #873012;
}

a.btn.edit-order:hover {
    background: #b07c60 !important;
    border-color: #b07c60 !important;
}

table#cancel_orders tr th,
table#cancelOrderTable tr th {
    font-weight: 600;
}

a.black-col.reactivateOrderRequest img {
    border: none !important;
    box-shadow: none !important;
}

table#cancelOrderTable tr th:first-child,
table#cancel_orders tr th:first-child {
    min-width: 67px;
}

th.min-widths {
    min-width: 140px;
}

.card.card-custom.h-auto>.card-header {
    min-height: auto;
}

.card-brown {
    background-color: #773200;
}

.radio.radio-dark>span {
    border: 3px solid #181c32;
}

.radio-inline .radio a i.ki {
    font-size: 15px;
}

.radio.radio-dark>input:checked~span:after {
    width: 0;
    height: 0;
}

li.menu-item.vendor-menu-font>a>span.menu-text {
    font-size: 16px !important;
}

.card.card-custom.card-stretch.i_btn_product {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    flex-direction: inherit !important;
    width: 100%;
    background: rgb(255, 0, 0);
    height: auto;
    padding: 19px 2.25rem;
    padding-bottom: 1.25rem !important;
    padding-top: 1.25rem !important;
}

.card.card-custom.card-stretch.i_btn_product a {
    color: #fff !important;
    font-size: 1.175rem !important;
    line-height: 21px;
}

.card.card-custom.card-stretch.i_btn_product a i {
    width: 10px;
    height: 10px;
    padding: 0px 3px;
    color: #fff !important;
}

.radio-inline .radio:first-child {
    margin-right: 25px;
}

.radio-inline .radio:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.card.card-custom.card-stretch.gutter-b .radio-inline .radio {
    margin-bottom: 0;
}


/* .card-header.heading-titlealign > label.col-form-label {
    max-width: 205px !important;
    width: 100%;
    flex: inherit;
}

.card-header.heading-titlealign div.col-form-label {
    width: calc(100% - 205px);
    max-width: inherit;
    flex: inherit;
}
*/

.card-header.heading-titlealign .col-form-label .radio-inline.leftlabel .justify-content-start {
    display: flex;
    margin-left: 0;
    margin-right: auto;
}

.card.card-custom.rightopen-commision .card-header {
    padding: 10px 20px !important;
    margin: 0;
    min-height: auto !important;
}

.card.card-custom.rightopen-commision .card-body {
    padding: 0 20px;
}

.card.card-custom.rightopen-commision .card-body table td:first-child {
    padding-left: 0;
}

table.remove-tdspace td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.card.repeat-tableblock {
    margin-bottom: 20px;
}

.card.repeat-tableblock .commision-class td:first-child a {
    text-align: center;
}

.card.repeat-tableblock .card-header {
    border-bottom: 1px solid #ededed !important;
}

.open-provision-block .card-header.d-flex .image-box {
    width: 100%;
    max-width: 56px;
    margin-right: 20px;
}

.open-provision-block .card-header.d-flex .image-box img {
    width: 100%;
}

.open-provision-block .card-header.d-flex .image-box span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5px;
    color: #873012;
}

.business-dev-block {
    padding-left: 15px;
    padding-right: 15px;
}

.business-dev-block table.commision-class tr>td {
    padding-top: 0;
    padding-bottom: 0;
}

.business-dev-block table.commision-class tr>td {
    vertical-align: top;
}

.business-dev-block table.commision-class tr>td a.text-dark-75.font-weight-bolder.d-block.font-size-lg {
    margin-top: 7px;
}

.business-dev-block table.commision-class tr>td table.remove-tdspace tr th {
    font-size: 1.275rem;
    padding-top: 0;
    color: #181C32 !important;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
}

.business-dev-block table.commision-class table.remove-tdspace tr th,
.business-dev-block table.commision-class table.remove-tdspace tr td {
    text-align: center !important;
}

.business-dev-block table.commision-class table.remove-tdspace tr td {
    font-size: 15px;
    padding: 1px 5px 2px;
}

.business-dev-block table.commision-class table.remove-tdspace tr th:first-child,
.business-dev-block table.commision-class table.remove-tdspace tr td:first-child {
    text-align: left !important;
}

table.remove-tdspace.removefont-wei td span {
    font-weight: 400 !important;
}

span.min-widthspan {
    min-width: 50px;
    display: inline-block;
}

.card-header.align-items-center.heading-titlealign {
    background: #af7d60;
    border-radius: 0.42rem;
}

.fixedimg-wit.maxwidth-fiximg {
    max-width: 600px;
    display: flex;
}

.fixedimg-wit.maxwidth-fiximg>img {
    width: 100%;
    height: 100%;
    max-width: 120px;
    margin: 0;
}

table#cancelOrderTable tbody tr td:first-child,
table#cancelOrderTable tbody tr td:nth-child(2),
table#cancelOrderTable tbody tr td:nth-child(3),
table#cancelOrderTable tbody tr td:nth-child(4),
table#cancelOrderTable tbody tr td:nth-child(5),
table#cancelOrderTable tbody tr td:nth-child(6),
table#cancel_orders tbody tr td:first-child,
table#cancel_orders tbody tr td:nth-child(2),
table#cancel_orders tbody tr td:nth-child(3),
table#cancel_orders tbody tr td:nth-child(4),
table#cancel_orders tbody tr td:nth-child(5),
table#cancel_orders tbody tr td:nth-child(6) {
    text-align: left !important;
}

.card-header.border-0.py-5.align-items-center.business-dev-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

table.remove-tdspace.adjust-spacing tr th:first-child {
    width: 52%;
}

.business-dev-block table.remove-tdspace.adjust-spacing tr th:nth-child(2),
.business-dev-block table.remove-tdspace.adjust-spacing tr td:nth-child(2) {
    width: 14%;
    text-align: left !important;
}

.h3-bolds h3:not(.table h3):not(.card-title) {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding: 0 2.25rem;
}

table#commision-over-id td a i {
    font-size: 28px !important;
}

.h3-bolds h3.card-title {
    padding: 0 10px;
}

table#commision-over-id td table.remove-tdspace td:first-child {
    width: 170px;
    padding-left: 6px;
}

.this-page .loading span.video_uploading-m {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.card .card-body table#webshop_video tbody tr td:nth-child(2) {
    text-align: left !important;
}

ul.multiple_images {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 1em;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-top: 15px;
}

ul.multiple_images li img {
    width: 100%;
    height: 80px;
    display: block;
    object-fit: cover;
    border-radius: 5px;
}


/* 25-7-2022 */

.video_edit_cl form .form-group.row label.col-form-label.col-3 {
    flex: 0 0 18%;
    max-width: 18%;
}

.extra_custom_file {
    margin-left: 10px;
}

.custom-file.col-xl-3.new_lb_video {
    flex: 0 0 18%;
    max-width: 18%;
}

.table th.minwith-order {
    min-width: 80px;
}

ul.multiple_images li.fixedimg-wit img:not([src]) {
    display: none;
}

ul.multiple_images li.fixedimg-wit {
    position: relative;
}

ul.multiple_images li.fixedimg-wit .btn-danger {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    font-size: 13px;
    padding: 5px;
}

ul.multiple_images li.fixedimg-wit .btn-danger i {
    font-size: unset;
    padding: 0;
    line-height: unset;
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ajay 9-8-2022 */

.all_check_des .checkbox-inline {
    flex-direction: column;
}

ul.multiple_images li.fixedimg-wit img:not([src])+button {
    display: none;
}

ul.multiple_images li.fixedimg-wit[style="display: none;"]+.fixedimg-wit {
    display: none;
}

.libreakclass {
    margin-bottom: 24px !important;
}


/* 7-9-2022 ajay */

.parent_post_card_main .prodcast_table_pn tr td:last-child span.span-class {
    width: auto;
    display: flex;
    align-items: baseline;
    margin-right: 10px;
    padding-right: 10px;
}

.parent_post_card_main .table_postcast td.changedclass span.span-class {
    background: #e1f0ff;
}

.parent_post_card_main .prodcast_table_pn tr td:last-child span.span-class input.form-control {
    width: 34px;
    padding: 0 5px;
    text-align: end;
    /* border: none; */
    background: transparent;
    height: 26px;
    margin-right: 4px;
}

.parent_post_card_main .prodcast_table_pn tr td:last-child button.button-save-class.savedata {
    color: #3699FF;
    background-color: #E1F0FF;
    border-color: transparent;
}

.parent_post_card_main .prodcast_table_pn tr td:last-child button.button-save-class.resetrowdata {
    color: #f54d5f;
    background-color: #ffd7db;
    border-color: transparent;
    margin-left: 5px;
}

.parent_post_card_main .prodcast_table_pn tr td:last-child button:hover {
    color: #FFFFFF !important;
    background-color: #3699FF !important;
    border-color: transparent !important;
}

.parent_post_card_main .prodcast_table_pn tr td:last-child {
    display: flex;
    justify-content: space-between;
}

/*.postcode_section .inner_top_post_cost .right_post_code a:first-child {
    color: #fff;
    background-color: #007bff;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 9px 22px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.42rem;
    margin-right: 15px;
}

.postcode_section .inner_top_post_cost .right_post_code a:first-child:hover {
    background: transparent;
    color: #007bff;
    border-color: #007bff;
}*/

/*.postcode_section .inner_top_post_cost .right_post_code a:last-child {
    border: 1px solid transparent;
    padding: 9px 22px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.42rem;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.postcode_section .inner_top_post_cost .right_post_code a:last-child:hover {
    border-color: #28a745;
    color: #28a745;
    background: transparent;
}*/

@media screen and (min-width: 1640px) {
    .card.card-custom .card-body iframe {
        /* min-height: calc(100vh - 320px); */
    }

    .form-group label[for*="discount_level"]~.col-7 .col-md-5:not(.p-0) {
        max-width: 250px;
    }
}

@media screen and (min-width: 1440px) {
    table#commision-over-id td table.remove-tdspace td:first-child {
        width: 51%;
    }
}

@media screen and (max-width: 1370px) {
    .leftsidebar-space {
        width: calc(100% - 0px);
    }

    section.position-rel .breadcrumb-ul ul li a {
        padding: 5px 20px 6px 15px;
    }
}

@media screen and (max-width: 1370px) {

    .business-dev-block table.remove-tdspace.adjust-spacing tr th:nth-child(2),
    .business-dev-block table.remove-tdspace.adjust-spacing tr td:nth-child(2) {
        width: 12%;
    }

    table.remove-tdspace.adjust-spacing tr th:first-child {
        width: 49%;
    }
}


/* .all_check_des .checkbox-inline label.checkbox span {
    display: block;
    width: 20px;
    height: 20px;
} */

.all_check_des .checkbox-inline {
    flex-direction: inherit !important;
    align-items: center;
}

.my_check_bx.checkbox-inline .checkbox p {
    margin-bottom: 0;
}

.my_check_bx label.checkbox {
    margin-right: 30px;
}

#kt_content .card.card-custom>.card-header {
    align-items: center;
}

.my_hit_b {
    height: 52px !important;
}

.all_check_des table.table thead tr {
    height: auto !important;
}


/* 10-8-2022 */

#admin_orders_wrapper #admin_orders tr td:first-child {
    vertical-align: top !important;
}

#admin_orders_wrapper #admin_orders thead tr th:first-child {
    min-width: 90px;
}

#admin_orders_wrapper #admin_orders tr td:nth-child(2),
#admin_orders_wrapper #admin_orders tr td:nth-child(3) {
    text-align: left !important;
}

#admin_orders_wrapper #admin_orders tr td:nth-child(2) p:nth-child(3),
#admin_orders_wrapper #admin_orders tr td:nth-child(4) p:nth-child(3) {
    margin-bottom: 3px;
}

#admin_orders_wrapper #admin_orders tr td:nth-child(2) p:last-child,
#admin_orders_wrapper #admin_orders tr td:nth-child(3) p:nth-child(3) {
    margin-bottom: 0;
}

#admin_orders_wrapper #admin_orders tr td:nth-child(2) p:first-child,
#admin_orders_wrapper #admin_orders tr td:nth-child(3) p:first-child,
#admin_orders_wrapper #admin_orders tr td:nth-child(4) p:first-child {
    margin-bottom: 2px;
}

#admin_orders_wrapper #admin_orders tr td:nth-child(2) p:nth-child(2),
#admin_orders_wrapper #admin_orders tr td:nth-child(3) p:nth-child(2),
#admin_orders_wrapper #admin_orders tr td:nth-child(4) p:nth-child(2) {
    margin-bottom: 5px;
}

#admin_orders_wrapper #admin_orders tr td {
    vertical-align: top;
}


/* #sustain_table_wrapper table#sustain_table tr td:first-child {
    width: 80px !important;
}
#sustain_table_wrapper table#sustain_table thead tr th:first-child{
    width: 80px !important;
} */

#sustain_table_wrapper table#sustain_table thead tr th:last-child {
    width: 210px !important;
}

table#sustain_table th {
    font-weight: 600;
}

#supplier_table thead th:nth-child(7) {
    min-width: 80px;
}

#supplier_table thead th:last-child {
    min-width: 140px !important;
}

#supplier_table thead th:nth-child(4) {
    min-width: 70px;
}

#supplier_table thead th:first-child {
    min-width: 100px;
}

#cancel_requests_wrapper #cancel_requests tr td:last-child a.btn {
    text-decoration: none;
}

@media screen and (max-width: 1370px) {
    #supplier_table thead th:last-child {
        min-width: 140px !important;
    }

    #supplier_table thead th:nth-child(7) {
        min-width: 127px;
    }
}

@media screen and (min-width: 1580px) {
    table#sustain_table {
        display: table;
    }

    #admin_orders {
        display: table;
    }
}

@media screen and (min-width: 1370px) {

    /* #sustain_table_wrapper table#sustain_table tr td {
        width: 100%;
    } */
    /* #sustain_table_wrapper table#sustain_table tr td:first-child {
    width: 200px !important;
} */
    #sustain_table_wrapper table#sustain_table thead tr th:first-child {
        width: 200px !important;
    }

    #sustain_table_wrapper table#sustain_table tr td:nth-child(2) {
        width: 160px;
    }

    #sustain_table_wrapper table#sustain_table thead tr th:nth-child(2) {
        width: 160px;
    }

    #cancel_requests_wrapper #cancel_requests tr td:last-child a.btn:last-child {
        margin-top: 8px;
    }

    #email_template_wrapper #email_template {
        display: table;
    }
}

#sustain_table tbody tr td img {
    width: 100px;
    height: 80px;
    object-fit: contain;
}

#sustain_table_wrapper table#sustain_table tr td:nth-child(3) {
    text-align: left !important;
}

.publish-product tr td:last-child span {
    min-width: 98px;
    display: inline-block;
    text-align: left;
}

table#cancel_requests tbody tr td:nth-child(2) {
    vertical-align: top;
}

table#cancel_requests tbody tr td:nth-child(2) p:nth-child(3),
table#cancel_requests tbody tr td:nth-child(2) p:last-child,
table#cancel_requests tbody tr td:nth-child(3) p:nth-child(3),
table#cancel_requests tbody tr td:nth-child(3) p:last-child {
    margin-bottom: 1px;
}

#cancel_requests_wrapper #cancel_requests tr td:nth-child(4) {
    text-align: center !important;
}

#cancel_requests_wrapper #cancel_requests tr td {
    vertical-align: top !important;
}

table#cancel_requests tbody tr td:nth-child(2) p,
table#cancel_requests tbody tr td:nth-child(3) p {
    margin-bottom: 6px;
}

#cancel_requests_wrapper #cancel_requests tr td:last-child a.btn:last-child {
    display: block;
    /* max-width: fit-content; */
    margin-top: 5px;
}

[lang="fr"] #cancel_requests_wrapper #cancel_requests tr th.ad-btn-width {
    min-width: 189px;
}

[lang="ge"] #cancel_requests_wrapper #cancel_requests tr th.ad-btn-width {
    min-width: 182px;
}

[lang="it"] #cancel_requests_wrapper #cancel_requests tr th.ad-btn-width {
    min-width: 198px;
}

[lang="en"] #cancel_requests_wrapper #cancel_requests tr th.ad-btn-width {
    min-width: 181px;
}

#admin_orders_wrapper #admin_orders tr td:nth-child(6) {
    text-align: left !important;
}

.dashboard_tbl tbody tr td:nth-child(4) .inner_dbd_box,
.dashboard_tbl tbody tr td:last-child .inner_dbd_box {
    display: flex;
    justify-content: space-between;
}

#dashboard_tbl_s {
    display: table;
}

.dashboard_tbl tbody tr td:nth-child(2),
.dashboard_tbl tbody tr td:nth-child(3) {
    text-align: center;
}

.dashboard_tbl .inner_dbd_box {
    max-width: 140px;
    margin: 0 auto;
}

#kt_aside_menu_wrapper ul.menu-nav li a.menu-link {
    padding: 0px 25px;
    min-height: 33px;
}

#kt_aside_menu_wrapper ul.menu-nav li a.menu-link span.svg-icon.menu-icon {
    font-size: 1.2rem;
}


/* .libreakclass {
    margin-bottom: 20px !important;
} */

.status_deshbord {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
}

.left_ds_bd {
    width: 58%;
    padding-left: 10px;
}

.right_ds_bd {
    width: 42%;
    padding-left: 4px;
}

.prnt_ds {
    max-width: 330px;
}

.prnt_ds p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px;
}

.left_ds_bd .prnt_ds p:last-child,
.right_ds_bd .prnt_ds p:last-child {
    font-weight: 700;
}

.left_ds_bd .prnt_ds p:nth-child(4) {
    margin-top: 20px;
}

.status_deshbord h3 {
    margin-bottom: 10px;
}

.dashboard_tbl h5 {
    font-weight: 700;
    /* padding-left: 0.75rem; */
}

#dashboard_tbl_s tr th {
    font-weight: 700;
}

#dashboard_tbl_s p {
    margin-bottom: 0;
}

table#dashboard_tbl_s tbody tr:nth-child(3) td {
    padding-bottom: 29px;
}


/* #supplier_table_wrapper table#supplier_table tr td {
    text-align: left !important;
}
#supplier_table_wrapper table#supplier_table tr td:nth-child(5),#supplier_table_wrapper table#supplier_table tr td:nth-child(6),#supplier_table_wrapper table#supplier_table tr td:nth-child(7),#supplier_table_wrapper table#supplier_table tr td:nth-child(11),#supplier_table_wrapper table#supplier_table tr td:nth-child(12) {
    text-align: center !important;
} */

#supplier_table_wrapper table#supplier_table tr th {
    text-align: center;
}

#supplier_table_wrapper table#supplier_table tr td:first-child {
    text-align: center;
}


/* .dashboard_tbl {
    padding-left: 30px;
    padding-right: 30px;
} */

.dashboard-parent>.container {
    padding: 0;
}

.dashboard-parent {
    background: #fff;
    border-radius: 0.42rem;
    padding: 20px;
}

.dashboard-parent .table-bordered,
.dashboard-parent .table thead th,
.dashboard-parent table.table-bordered.dataTable tbody td {
    border: none;
}

.table thead th table#table_postcasts {
    border-top: 0;
    border-bottom: 0;
}

.inner_top_post_cost {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
}

.left_post_code,
.right_post_code {
    width: 50%;
}

.inner_info_postcost {
    max-width: 350px;
}

.inner_info_postcost p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.inner_info_postcost p:not(:first-child) {
    font-weight: 700;
}


/* .right_post_code {
    text-align: right;
} */

.table_postcast h3 {
    margin-bottom: 25px;
}

table#table_postcasts tr th {
    text-align: center;
}

table#table_postcasts tr td {
    text-align: center;
}

.table_postcast {
    padding-bottom: 30px;
}

table#table_postcasts tr:last-child td {
    border-bottom-width: 1px;
}

.postcode_section {
    padding-left: 6px;
    padding-right: 6px;
}

#supplier_table_wrapper #supplier_table tr td:nth-child(3) p {
    margin-bottom: 2px;
    text-align: left;
}

#supplier_table_wrapper #supplier_table tr td:nth-child(3) p:nth-child(2) {
    margin-bottom: 8px;
    margin-bottom: 1px;
}

table.dataTable thead>tr>th.sorting:before {
    content: "\f176" !important;
    font-family: 'FontAwesome' !important;
    right: 5px !important;
}

table.dataTable thead>tr>th.sorting:after {
    content: "\f175" !important;
    font-family: 'FontAwesome' !important;
    right: 11px !important;
    padding-top: 1px !important;
}

.dataTables_wrapper .dataTable th.sorting:before,
.dataTables_wrapper .dataTable th.sorting:after {
    margin-top: -4px !important;
}

#sustain_table tr td:last-child .btn-group {
    flex-wrap: nowrap !important;
}

.fa-sign-in-alt:before {
    content: "\f045";
}

#supplier_table_wrapper table#supplier_table tr td:first-child img {
    width: 70px !important;
    height: 80px !important;
    object-fit: contain;
}

.card-title-second.sustainbility_comt {
    padding: 1rem 2.27rem;
    padding-bottom: 0;
}

.inner_info_postcost p:nth-child(2) span input {
    outline: none !important;
    border: none !important;
    /* width: 24px !important; */
    text-align: left;
    padding: 0 !important;
    height: auto;
    text-align: end;
    /* margin-right: 10px; */
    margin-right: 5px;
}

.inner_info_postcost p:nth-child(2) span {
    /* display: block; */
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    width: 80px;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: flex;
    text-align: center;
}

.inner_info_postcost p:last-child span input.form-control {
    width: 80px;
    text-align: center;
}

.inner_info_postcost p:first-child span {
    min-width: 80px;
    text-align: center;
}

.publishClassTable tbody tr:nth-child(even) {
    background-color: #fff !important;
}

.publishClassTable tbody.lineBreakClass tr:last-child td {
    padding-bottom: 22px !important;
}

.publish-product tbody+tbody {
    border: none !important;
}

.publishClassTable tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.publishClassTable tbody tr {
    background: #fff;
}

.publishClassTable thead tr {
    line-height: 28px;
}

#dashboard_tbl_s tbody tr td:nth-child(4) .inner_dbd_box {
    max-width: 100px;
}

#dashboard_tbl_s thead tr th:nth-child(4) {
    width: 21%;
}

#dashboard_tbl_s thead tr th:first-child {
    width: 23% !important;
}

table#cancel_requests p,
table#admin_orders p,
table#sustain_table p {
    margin-bottom: 0px;
}

table#cancel_requests tbody tr td a {
    text-decoration: underline;
}

#admin_orders_wrapper #admin_orders tr td:nth-child(2) p:nth-child(3),
#admin_orders_wrapper #admin_orders tr td:nth-child(3) p:nth-child(3) {
    margin-bottom: 0 !important;
}

table#cancel_requests tr td:nth-child(4) p,
table#sustain_table tr td:nth-child(4) p {
    margin-bottom: 3px;
}

#sustain_table_wrapper table#sustain_table tr td {
    vertical-align: top;
}

table#sustain_table tr td:nth-child(3) p:nth-child(2) {
    margin-bottom: 5px;
}

.parent_post_card_main {
    display: flex;
    flex-wrap: wrap;
}

.parent_post_card_main .table_postcast {
    width: 50%;
}

.parent_post_card_main .right_post_code {
    width: 50%;
}

.parent_post_card_main table#table_postcasts {
    height: auto;
    max-height: 404px;
    overscroll-behavior-y: auto;
    margin: 0 !important;
}

.prodcast_table_pn tr th {
    width: 25%;
}

.parent_post_card_main .right_post_code iframe {
    width: 100%;
    height: 100%;
}

.parent_post_card_main .table_postcast {
    padding-bottom: 0;
}

.heading_post_card {
    padding-bottom: 10px;
}

.postcode_section .inner_top_post_cost {
    padding: 10px 0;
}

.home-slide-design {
    margin-bottom: 20px;
}

.home-slide-design:last-child {
    margin-bottom: 0;
}

.home-slide-design div#app {
    padding-bottom: 25px;
}

#wood_type thead tr th:first-child {
    width: 120px !important;
}

.stickyBtn .button-parent-webshop {
    position: fixed;
    z-index: 999;
    bottom: 99px;
    left: 40px;
    right: auto;
}

.right-part-table {
    margin-left: auto;
}

.right-part-table-title {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
}

#supplier_table_wrapper table#supplier_table tr th[aria-label*="12M"] {
    min-width: 70px;
}

#supplier_table_wrapper table#supplier_table tr td p:only-child {
    margin: 0;
}

.card-header .checkbox-nw label.checkbox {
    margin-bottom: 0;
}

#sustain_table_wrapper table#sustain_table thead tr th:nth-child(4) {
    min-width: 60px;
}

#sustain_table_wrapper table#sustain_table thead tr th:nth-child(1) {
    min-width: 120px;
    max-width: 120px;
}

#sustain_table_wrapper table#sustain_table thead tr th:nth-child(2) {
    min-width: 100px;
    max-width: 100px;
}

#sustain_table_wrapper table#sustain_table thead tr th:last-child {
    width: auto !important;
    max-width: 30px !important;
}


.card.card-custom .custom-file.col-xl-9 {
    padding: 0;
}

.card.card-custom .custom-file.col-xl-9 .btn.btn-light {
    border-color: #7E8299;
}

.vue-image-crop-upload .vicp-wrap .vicp-operate {
    right: 25px !important;
}

.vue-image-crop-upload .vicp-wrap .vicp-operate a.btn {
    line-height: 18px;
    color: #fff;
    border-radius: 0.42rem;
}

.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item {
    margin: 0 !important;
}

.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item span {
    right: 1px !important;
}

#sustain_table_wrapper table#sustain_table thead tr th:nth-child(2),
#sustain_table_wrapper table#sustain_table thead tr th:nth-child(4),
#sustain_table_wrapper table#sustain_table thead tr th:nth-child(5),
#sustain_table_wrapper table#sustain_table thead tr th:nth-child(6),
#sustain_table_wrapper table#sustain_table thead tr th:nth-child(7) {
    text-align: center;
}

#admin_orders_wrapper #admin_orders tr td:nth-child(4) {
    text-align: left !important;
}

a.redirect-class.btn.btn-link.font-weight-bold.text-dark~a[data-toggle="tooltip"] {
    margin-left: auto;
    position: relative;
    right: -2px;
}

a.redirect-class.btn.btn-link.font-weight-bold.text-dark~a[data-toggle="tooltip"] i.ki {
    font-size: 15px;
}

.business-dev-block table.commision-class table.remove-tdspace tr td p {
    margin: 0;
}

form .form-group label.radio.radio-dark.ml-4 a i {
    color: #3F4254;
}

/* Sep End */