/* Menu Toggler */

.layout-sidebar-large .main-header .menu-toggle div {
    width: 24px;
    height: 2px;
    background: #47404f;
    margin: 3px 0;
}

/* File Upload page */

.sidebar-left .navigation-left .nav-item .nav-item-hold {
    display: block;
    width: 100%;
    padding: 26px 5px !important;
    color: #47404f;
}

.review-edit .data-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.review-edit .label-tag {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .review-edit .label-tag {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .review-edit .label-tag {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .review-edit .label-tag {
        width: 15%;
    }
}

.review-edit .data-tag {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .review-edit .data-tag {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .review-edit .data-tag {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .review-edit .data-tag {
        width: 85%;
    }
}

.review-edit .data-tag p {
    line-height: 28px;
}

.form-control {
    min-height: calc(2.3695rem + 2px) !important;
    resize: none;
    height: 39.91px;
}

.upload-filewrap .card {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.upload-filewrap .quote-imgs-thumbs {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin: 1.5rem 0;
    padding: 0.75rem;
}

.upload-filewrap .quote-imgs-thumbs--hidden {
    display: none;
}

.upload-filewrap .img-preview-thumb {
    background: #fff;
    border: 1px solid #777;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
}

ul.select2-selection__rendered {
    padding-right: 30px !important;
}

ul.select2-selection__rendered:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 4px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background-color: white;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    cursor: text;
    background: #f8f9fa !important;
    min-height: 40px !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--single:focus {
    background-color: #fff !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 40px !important;
}

.select2.select2-container
    .select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove {
    color: #e74c3c;
    font-size: 16px;
}

.accordrion-header {
    background: transparent;
    border-bottom: 1px solid #00000017;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}

.accordrion-header a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    color: #000;
}

.accordrion-header .icon-wrap {
    width: 20px;
    height: 20px;
    background: #f8f9fa;
    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;
    font-size: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 100%;
    padding: 5px;
}

[data-toggle='collapse'].collapsed .icon-wrap {
    background-color: #04a032;
}

.line-divider-botom {
    border-top: 1px solid #ebebebcc !important;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.line-divider-top {
    border-top: 1px solid #ebebebcc !important;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.light-grey {
    background-color: #f2f2f2;
}

.remove-padd {
    padding: 0 !important;
}

.table-padd-0 .dataTables_wrapper {
    padding: 0 !important;
}

.table-left-0 .table td,
.table-left-0 .table th {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.width-50 {
    width: 50% !important;
}

@media (max-width: 575px) {
    .width-50 {
        width: 100% !important;
    }
}

.flex-table p {
    font-size: 15px;
}

.md-thumb-images {
    width: 110px !important;
    height: 70px !important;
}

@media (max-width: 575px) {
    .rm-d-flex {
        display: block !important;
    }
}

.flex-div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.layout-sidebar-large
    .sidebar-left-secondary
    .childNav
    li.nav-item
    a
    .nav-icon {
    font-size: 25px !important;
    margin-right: 8px;
    vertical-align: middle;
    color: #70657b;
}

.box {
    display: block;
    min-width: 300px;
    height: 300px;
    margin: 10px;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.file-input-grid .bg-image {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    margin: 0px auto;
    display: block;
    /* background: red; */
    background-position: 50% 50%;
}

.file-input-grid .upload-options {
    position: relative;
    font-size: 14px;
    height: 50px;
    background: #f2f2f2;
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.file-input-grid .upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    cursor: pointer;
}

.file-input-grid .upload-options label {
    text-align: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.status-btn button {
    background: transparent;
    padding: 0;
    margin-right: 8px;
    outline: 0;
    box-shadow: none !important;
    border: none;
    outline: 0;
}

.normal-table th,
.normal-table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/* common Style Updates */

.main-content-wrap {
    background-color: #f9f9fc !important;
}

.main-content-wrap .card {
    border-radius: 4px !important;
    /* box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05) !important; */
}

.main-content-wrap .breadcrumb h1 {
    font-size: 20px;
    font-weight: 600;
}

.main-content-wrap .dataTables_wrapper {
    padding: 0px !important;
}

/* Card Body */

.main-content-wrap .dataTables_filter label input {
    border-radius: 2px !important;
}

.main-content-wrap .card .card-title {
    font-weight: 600;
    font-size: 17px;
    text-transform: unset;
    color: #212121;
}

.main-content-wrap .card .card-body label {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
}

.main-content-wrap .card .card-body {
    flex: 1 1 auto;
    padding: 25px 25px;
}

.main-content-wrap .card .card-body .dataTables_filter .form-control {
    min-height: calc(2.3695rem + 2px) !important;
    resize: none;
    border-radius: 2px;
    color: #212121;
    margin-bottom: 24px;
}

.main-content-wrap
    .card
    .card-body.withFilter
    .dataTables_filter
    .form-control {
    margin-top: 30px;
}

.main-content-wrap .card .card-body.withFilter .dataTables_length {
    margin-top: 28px;
}

.main-content-wrap .card .card-body .form-control:focus {
    color: #212121;
    background-color: #fff;
    border-color: #051c3f;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 146, 153, 0.025);
}

.main-content-wrap .colmn-preview {
    margin: 25px 0px;
    width: 100px;
    height: 100px;
    border: 1px solid #dedede;
    overflow: hidden;
}

.main-content-wrap .colmn-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-content-wrap .card-body .input-group-text {
    padding: 0.375rem 0.45rem;
}

.main-content-wrap .card-body .input-group-text i {
    font-size: 18px;
}

/* User Icon */

.main-content-wrap .card-icon-bg i {
    font-size: 4rem;
    color: rgba(102, 51, 153, 0.28);
}

/* Custom Field Label */

#file-name {
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 0px;
}

/* Main Wrapper */

@media (max-width: 576px) {
    .main-content-wrap {
        padding: 1.5rem 0.8rem;
    }
}

.main-content-wrap .card-body .custom-file {
    height: 40px;
}

.main-content-wrap .card-body .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /* z-index: 4; */
    height: 40px;
    padding: 0.575rem 0.75rem;
    line-height: 1.5;
    color: transparent !important;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 2px;
    font-weight: 400 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-content-wrap .card-body .custom-file-input {
    position: relative;
    /* z-index: 2; */
    width: 100%;
    height: calc(1.9695rem + -5px);
    margin: 7.4px 0px 0px 6px;
    opacity: 1;
}

.main-content-wrap .card-body .custom-file-input:focus {
    /* z-index: 4; */
    outline: 0 !important;
}

.main-content-wrap .card-body .input-group #file-name {
    opacity: 0;
}

.main-content-wrap .card-body .custom-file-input:focus ~ .custom-file-label {
    color: #212121;
    background-color: #fff;
    border-color: #051c3f;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 146, 153, 0.025);
}

.main-content-wrap .card-body .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    height: 38px;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #665c70;
    content: 'Browse';
    background-color: #eee;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
    align-items: center;
    display: none;
}

/* Button Styles */

.btn-raised.btn-raised-primary {
    background: #0cb4a8;
    box-shadow: 0 4px 6px rgba(102, 51, 153, 0.11),
        0 1px 3px rgba(102, 51, 153, 0.08);
    color: #fff !important;
}

.btn-raised.btn-raised-primary:hover {
    background: #1c8654;
    box-shadow: 0px 10px 17px -5px rgba(80, 80, 80, 0.3607843137254902);
}

.btn.btn-raised.btn-raised-light:hover {
    box-shadow: 0px 10px 17px -5px rgba(80, 80, 80, 0.3607843137254902);
    background-color: #7d7d7d;
}

.btn-raised.btn-raised-secondary {
    background: #051c3f !important;
    box-shadow: 0 4px 6px rgba(76, 175, 80, 0.11),
        0 1px 3px rgba(76, 175, 80, 0.08);
    color: #fff !important;
}

.btn-raised.btn-raised-secondary:hover {
    background: #031229 !important;
    box-shadow: 0px 10px 17px -5px rgba(80, 80, 80, 0.3607843137254902);
}

.btn-raised.btn-raised-success {
    background: #4caf50;
    box-shadow: 0 4px 6px rgba(76, 175, 80, 0.11),
        0 1px 3px rgba(76, 175, 80, 0.08);
    color: #fff !important;
}

/* Line Divider */

.line-divider-botom {
    border-top: 1px solid #ebebebcc !important;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.line-divider-top {
    border-top: 1px solid #ebebebcc !important;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* Table */

.main-content-wrap .card .card-body table a i {
    font-size: 18px;
}

/* Alert */

.main-content-wrap .m-alert--outline {
    color: #169833 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb;
    border-radius: 2px;
    font-weight: 600;
}

.main-content-wrap .alert-danger {
    color: #7f231c;
    background-color: #fdd9d7;
    border-color: #fccac7;
    font-weight: 600;
}

.alert {
    border-radius: 4px;
}

.alert ul {
    list-style: none !important;
    margin-bottom: 0px;
    padding-left: 1rem;
}

.alert ul li {
    font-weight: 600;
}

.main-content-wrap .info-wrapper {
    font-size: 16px;
    font-weight: 600;
}

.main-content-wrap .info-wrapper i {
    font-size: 22px;
}

/* Select2 */

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 2px !important;
    cursor: text;
}

/* Remove Tiny Editor Alert */

.tox .tox-notification--warn,
.tox .tox-notification--warning {
    display: none !important;
}

/* Filter Options*/

.filter-row-wrap {
    flex-wrap: wrap !important;
}

.filter-row-wrap .outer {
    margin-bottom: 20px;
    padding-right: 10px;
}

.filter-row-wrap .outer .input-group-text {
    padding: 0.375rem 0.45rem;
}

.filter-row-wrap .outer .input-group-text i {
    font-size: 18px;
}

@media (max-width: 575px) {
    .filter-row-wrap .outer {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .filter-row-wrap .outer {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .filter-row-wrap .outer {
        width: 33.33% !important;
    }
}

@media (min-width: 1200px) {
    .filter-row-wrap .outer {
        width: 28% !important;
    }

    .justify-row-end {
        justify-content: flex-end !important;
    }

    .justify-row-end label {
        text-align: right;
    }
}

@media (min-width: 1400px) {
    .filter-row-wrap .outer {
        width: 18% !important;
    }
}

.filter-row-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 0px;
}

.filter-row-cell label {
    margin-right: 10px;
    font-size: 15px;
    width: 75px;
}

.filter-row-wrap .btn {
    height: 40px;
    border-radius: 2px;
}

/* .layout-sidebar-large .sidebar-left-secondary {
    left: calc(-220px - 20px);
    z-index: 89;
    width: 220px;
    padding: .75rem 0;
    transition: all .24s ease-in-out;
    box-shadow: none !important;
    background-color: transparent;
}

.layout-sidebar-large .sidebar-left-secondary.open {
    left: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 6px;
}

.layout-sidebar-large .sidebar-left-secondary>.childNav {
    margin: 0;
    background: #fff !important;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
} */

.card-heighlight {
}

.card-heighlight .media-left {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.card-heighlight .media-body .title {
    margin-top: 0px !important;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px !important;
}

.main-content-wrap .sticky-list {
    position: sticky !important;
    top: 120px;
}

.main-content-wrap .medium-text {
    font-size: 14px;
    font-weight: 600;
}

/* Login */

.login-container .card {
    color: white;
    padding: 30px 23px 35px;
    border-bottom: 4px solid #1c0028;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.auth-logo img {
    height: auto !important;
}

@media (min-width: 768px) {
    .login-container .card {
        width: 380px;
    }
}

.form-group label {
    font-size: 14px;
}

.error-messages span {
    color: #860324;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: 600;
}

/* Button Align-ment*/

.flex-wrap-row {
    flex-wrap: wrap !important;
}

.search-btns .groups .btn:first-child {
    margin-left: 0px !important;
}

.search-btns .groups .btn {
    border-radius: 2px !important;
}

.main-content-wrap .card .btn {
    border-radius: 2px !important;
}

/* Table Style */

.main-content-wrap .table th,
.main-content-wrap .table td {
    padding: 15px 12px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
    vertical-align: middle;
}

.main-content-wrap .card-body table.dataTable {
    border-collapse: collapse !important;
}

.main-content-wrap .table-striped.table-attribute tr:nth-of-type(odd) {
    background-color: rgba(242, 242, 242, 0.7);
}

.fit-width {
    width: fit-content !important;
}

/* Select 2 */

/* .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    overflow: hidden ;
    overflow-x: scroll !important;
}
.select2-results__options::-webkit-scrollbar {
    width: 16px;
    background-clip: padding-box;
  }
  .select2-results__options::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    height: 8px;
    background-clip: padding-box;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
  }

  .select2-results__options::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #0F2464;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
  }

  .select2-results__options::-webkit-scrollbar-button {
    display: none;
  } */

.layout-sidebar-large
    .sidebar-left
    .navigation-left
    .nav-item:hover
    .cd-side__sub-list {
    display: block;
}

.cd-side__sub-list {
    left: 100%;
    position: absolute;
    width: 230px;
    z-index: 1024;
    top: 0;
    background: red;
    display: none;
}

.accordrion-header a {
    position: relative !important;
    padding-left: 50px;
    width: 100%;
}

a[aria-expanded='true']:before {
    background-color: #42dca3;
    font-family: 'iconsmind';
    content: '\f083';
    left: 0;
    margin: 0 8px;
    float: left;
    position: absolute;
    right: 15px;
    width: 25px;
    height: 25px;
    transform: rotate(0deg);
    background-color: #0cb4a8;
    display: flex;
    align-items: center;
    border: 1px solid #0cb4a8;
    justify-content: center;
    border-radius: 0px;
    color: #ffff;
    font-weight: 600;
    box-shadow: 0 4px 16px 0 rgba(93, 120, 255, 0.15);
    margin: 0px;
}

a[aria-expanded='false']:before {
    font-family: 'iconsmind';
    content: '\f083';
    margin: 0 8px;
    float: left;
    left: 0;
    position: absolute;
    right: 15px;
    width: 25px;
    height: 25px;
    transform: rotate(-180deg) !important;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border: 1px solid #0cb4a8;
    justify-content: center;
    border-radius: 0px;
    color: #0cb4a8;
    font-weight: 600;
    margin: 0px;
}

/* .accordrion-header a.collapses:before {
    transform: rotate(-180deg);
} */

.table-100 {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table-100 td,
.table-100 th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.col-form-label {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 38px !important;
}

.main-content-wrap .main-content .card .card-body {
    position: relative;
    /* min-height: 300px; */
}

.main-content-wrap .main-content .card .card-body .mainFilter {
    position: absolute;
    width: calc(100% - 455px);
    left: 200px;
    z-index: 1;
    top: 22px;
}

.main-content-wrap .main-content .card .card-body .line-divider-botom {
    display: none;
}

.main-content-wrap
    .main-content
    .card
    .card-body
    .mainFilter
    .filter-row-wrap
    .outer
    .filter-row-cell {
    flex-direction: column;
}

.main-content-wrap
    .main-content
    .card
    .card-body
    .mainFilter
    .filter-row-wrap
    .outer
    .filter-row-cell
    label {
    margin-right: auto;
    text-align: left;
}

.main-content-wrap
    .main-content
    .card
    .card-body
    .mainFilter
    .filter-row-wrap
    .outer
    .filter-row-cell
    select {
    height: 39px;
}

.main-content-wrap
    .main-content
    .card
    .card-body
    .mainFilter
    .filter-row-wrap
    .btn-gp {
    margin-top: auto;
    margin-bottom: 20px;
    display: flex;
}

.main-content-wrap .main-content .card .card-body #target {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 26px;
    line-height: 24px;
    margin-left: 15px;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #000;
    cursor: pointer;
}

.main-content-wrap .main-content .card .card-body #dynamic_list .spec_div {
    display: flex;
    margin-bottom: 15px;
}

.main-content-wrap
    .main-content
    .card
    .card-body
    #dynamic_list
    .spec_div
    input:first-child {
    width: 165px;
    margin-right: 13px;
}

.main-content-wrap
    .main-content
    .card
    .card-body
    #dynamic_list
    .spec_div
    input:nth-child(2) {
    width: calc(100% - 220px);
}

/* .main-content-wrap .main-content .card .card-body #dynamic_list #spec_div1 input:first-child{
    width: calc(100% - 221px);
  } */

.main-content-wrap
    .main-content
    .card
    .card-body
    #dynamic_list
    .spec_div
    .btn_remove {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 26px;
    line-height: 24px;
    margin-left: 15px;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #000;
    cursor: pointer;
}

.inputBtn-gp {
    margin-top: 15px;
    display: flex;
}

.inputBtn-gp .btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 39px;
}

.breadcrumb {
    justify-content: space-between;
    margin-bottom: 0 !important;
}

.main-content-wrap .breadcrumb h1 {
    margin-bottom: 20px;
}

#add_brand {
    display: flex;
}

#add_brand .btn_remove {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 26px;
    line-height: 24px;
    margin-left: 15px;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #000;
    cursor: pointer;
}

.order-widgets {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px !important;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05) !important;
}

.order-widgets .widget {
    display: flex;
    background-color: #fff !important;
}

.order-widgets .widget .icon {
    margin-top: 2px;
}

.order-widgets .widget .icon i {
    font-size: 25px;
}

.order-widgets .widget .details {
    margin-left: 10px;
}

.order-widgets .widget .details h2 {
    text-transform: capitalize;
    font-size: 18px;
}

.order-widgets .widget .details h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #a0a0a0;
}

.order-widgets .widget .details p {
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 0;
}

.order-widgets .widget.blue .icon i {
    color: #8204d1;
}

.order-widgets .widget.blue .details p {
    color: #8204d1;
}

.order-widgets .widget.red .icon i {
    color: #9c0505;
}

.order-widgets .widget.red .details p {
    color: #9c0505;
}

.order-widgets .widget.violet .icon i {
    color: #001a8f;
}

.order-widgets .widget.violet .details p {
    color: #001a8f;
}

.order-widgets .widget.green .icon i {
    color: #077026;
}

.order-widgets .widget.green .details p {
    color: #077026;
}

.filter-status {
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
}

#delete-order {
    width: 52px;
}

.dashboard-widgets .db-widgets {
    padding: 0 15px;
    width: calc(100% / 5);
}

.dashboard-widgets .db-widgets .card .card-body .media .media-left {
    width: 25px;
    height: 60px;
}

.dashboard-widgets .db-widgets .card .card-body .media .media-left i {
    font-size: 2rem;
}

.dashboard-widgets .db-widgets .card .card-body {
    padding: 10px 12px;
}

/* order management page start */

/* ++++++++ */

.newOrder-details .row {
    margin-right: -8px;
    margin-left: -8px;
}

.newOrder-details .row .col-md-3 {
    padding-right: 8px;
    padding-left: 8px;
}

.newOrder-details .row .col-md-8 {
    padding-right: 8px;
    padding-left: 8px;
}

.newOrder-details .row .col-md-4 {
    padding-right: 8px;
    padding-left: 8px;
}

.newOrder-details .address {
    font-weight: 600;
}

.newOrder-details .card {
    display: flex;
    flex-direction: row;
    padding: 10px 5px;
}

.newOrder-details .card .iconWrapper {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

.newOrder-details .card .details {
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.newOrder-details .card .details h4 {
    font-size: 12px;
    color: #8d8d8d;
    margin-bottom: 3px;
}

.newOrder-details .card .details p {
    margin-bottom: 0;
    font-weight: 700;
}

.newOrder-details .customer-details .detail-label {
    font-size: 11px;
    color: #8d8d8d;
    margin-bottom: 3px;
}

.newOrder-details .customer-details {
    margin-top: 16px;
    padding: 20px 10px;
}

.newOrder-details .customer-details p {
    margin-bottom: 0;
    font-weight: 600;
}

.newOrder-details .yellow-select {
    background-color: #fef9e7;
    border: none;
    color: #000;
    padding: 5px;
    background-image: url(/assets/images/icon-2.png) !important;
    background-size: 0.6em;
    background-position: calc(100% - 3px) center !important;
    background-repeat: no-repeat !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-height: 35px !important;
    font-weight: 600;
}

.newOrder-details .customer-details .addressTxt {
    /* margin-left: 10px; */
    /* margin-top: 5px; */
    font-weight: 600;
}

.newOrder-details .customer-details .editTxt {
    margin-left: 10px;
}

.newOrder-details .customer-details .viewFull {
    margin-left: 10px;
}

.newOrder-details .customer-details .blue {
    background-color: transparent;
    text-decoration: underline;
    color: #0cb4a8;
}

.newOrder-details .customer-status {
    flex-direction: column;
    padding: 20px 10px;
}

.newOrder-details .customer-status h1 {
    font-size: 20px;
    margin-left: 13px;
    font-weight: 600;
}

.newOrder-details .customer-status .status-Box {
    background-color: #f5f5f5;
    border: 1px solid #cecece;
    border-radius: 5px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 20px;
}

.newOrder-details .customer-status .status-Box ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

.newOrder-details .customer-status .status-Box ul li {
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
}

.newOrder-details .customer-status .status-Box ul li:first-child {
    margin-right: 20px;
    width: 40%;
}

.newOrder-details .customer-status .status-Box ul li:last-child {
    width: 60%;
}

.newOrder-details .customer-status .status-Box ul li .yellow-select {
    background-color: #fff;
    border: 1px solid #cecece;
}

.newOrder-details .customer-details .border-right {
    border-right: 1px solid #e9e9e9;
}

.newOrder-details .customer-status .method .address span {
    font-size: 14px;
    margin-left: 0px;
}

.newOrder-details .customer-status .method.border-right1 {
    position: relative;
}

.newOrder-details .customer-status .method.border-right1::after {
    position: absolute;
    content: '';
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e9e9e9;
}

.newOrder-details .customer-status .trackingNumber {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    margin-left: 6px;
    margin-right: 6px;
    justify-content: space-between;
    margin-top: 15px;
}

.newOrder-details .customer-status .trackingNumber li {
    margin-top: auto;
    margin-bottom: auto;
}

.newOrder-details .customer-status .trackingNumber li input {
    height: 35px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
}

.newOrder-details .customer-status .update-btn {
    border: none;
    margin-top: 20px;
    background-color: #1d8cd0;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    margin-right: 6px;
    cursor: pointer;
}

.newOrder-details .details-status .button-groups {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding: 15px 20px;
}

.newOrder-details .details-status .button-groups a {
    color: #a0a0a0;
    border: 1px solid #a0a0a0;
    padding: 2px 10px;
    border-radius: 4px;
}

.newOrder-details .details-status .button-groups a:hover {
    color: #108cd0;
    border: 1px solid #108cd0;
}

.newOrder-details .details-status .button-groups a:hover .blueIcon {
    display: inline-block;
}

.newOrder-details .details-status .button-groups a:hover .greyIcon {
    display: none;
}

.newOrder-details .details-status .button-groups a span {
    margin-left: 5px;
}

.newOrder-details .details-status .button-groups a .blueIcon {
    display: none;
}

.newOrder-details .details-status .private-note {
    margin-top: 16px;
    padding: 15px 20px;
    flex-direction: column;
}

.newOrder-details .details-status .private-note h4 {
    font-size: 15px;
    font-weight: bold;
}

.newOrder-details .details-status .private-note h4 span {
    margin-left: 5px;
}

.newOrder-details .details-status .private-note textarea {
    width: 100%;
    resize: none;
    background-color: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #eceaea;
    padding: 10px;
}

.newOrder-details .details-status .private-note .btn-txt {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    width: 100%;
}

.newOrder-details .details-status .private-note .btn-txt p {
    margin-top: auto;
    margin-bottom: auto;
    color: #747474;
}

.newOrder-details .customer-status .trans-id {
    margin-top: 27px;
}

.newOrder-details .details-status .private-note .btn-txt button {
    color: #108cd0;
    border: 1px solid #108cd0;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
}

.newOrder-details .order-details .card {
    margin-top: 16px;
    display: inherit;
    padding: 20px;
}

.newOrder-details .order-details .card h4 {
    font-size: 15px;
    font-weight: bold;
}

.newOrder-details .order-details .card h4 span {
    margin-left: 5px;
}

.newOrder-details .order-details .card table {
    width: 100%;
}

.newOrder-details .order-details .card table thead tr {
    border-bottom: 1px solid #e9e9e9;
}

.newOrder-details .order-details .card table {
    border-bottom: 1px solid #e9e9e9;
}

.newOrder-details .order-details .card table thead tr .product {
    width: 40% !important;
    text-align: left;
}

.newOrder-details .order-details .card table thead tr th {
    width: 15%;
    text-align: center;
}

.newOrder-details .order-details .card table thead tr th:first-child {
    padding-left: 15px;
}

.newOrder-details .order-details .card table tbody tr td:first-child {
    padding-left: 15px;
}

.newOrder-details .order-details .card table tbody tr td .action-group {
    display: flex;
    cursor: pointer;
    justify-content: space-evenly;
}

.newOrder-details
    .order-details
    .card
    table
    tbody
    tr
    td
    .action-group
    .blueIcon {
    display: none;
}

.newOrder-details
    .order-details
    .card
    table
    tbody
    tr
    td
    .action-group
    .view
    .hide {
    display: none;
}

.newOrder-details
    .order-details
    .card
    table
    tbody
    tr
    td
    .action-group
    .view:hover
    .show
    .blueIcon {
    display: inline-block;
}

.newOrder-details
    .order-details
    .card
    table
    tbody
    tr
    td
    .action-group
    .view:hover
    .show
    .greyIcon {
    display: none;
}

.newOrder-details
    .order-details
    .card
    table
    tbody
    tr
    td
    .action-group
    .view.active
    .hide {
    display: block;
}

.newOrder-details
    .order-details
    .card
    table
    tbody
    tr
    td
    .action-group
    .view.active
    .show {
    display: none;
}

.newOrder-details
    .order-details
    .card
    table
    tbody
    tr
    td
    .action-group
    .view.active:hover
    .hide
    .blueIcon {
    display: inline-block;
}

.newOrder-details
    .order-details
    .card
    table
    tbody
    tr
    td
    .action-group
    .view.active:hover
    .hide
    .greyIcon {
    display: none;
}

.newOrder-details
    .order-details
    .card
    table
    tbody
    tr
    td
    .action-group
    .delete:hover
    .greyIcon {
    display: none;
}

.newOrder-details
    .order-details
    .card
    table
    tbody
    tr
    td
    .action-group
    .delete:hover
    .blueIcon {
    display: inline-block;
}

.newOrder-details
    .order-details
    .card
    table
    tbody
    tr
    td
    .action-group
    .edit:hover
    .greyIcon {
    display: none;
}

.newOrder-details
    .order-details
    .card
    table
    tbody
    tr
    td
    .action-group
    .edit:hover
    .blueIcon {
    display: inline-block;
}

/* .newOrder-details .order-details .card table tbody tr td:first-child {
    display: block;
} */

.newOrder-details .order-details .card table tbody tr td:first-child .name-sku {
    margin-left: 15px;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    width: calc(100% - 75px);
}

.newOrder-details
    .order-details
    .card
    table
    tbody
    tr
    td:first-child
    .name-sku
    h3 {
    font-size: 15px;
    /* font-weight: 600; */
}

.newOrder-details
    .order-details
    .card
    table
    tbody
    tr
    td:first-child
    .name-sku
    p {
    margin-bottom: 0;
    /* font-weight: 600; */
}

.newOrder-details .order-details .card table tbody tr td {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    /* font-weight: 600; */
}

.newOrder-details .order-details .card table tbody tr {
    background-color: #fff;
    transition: 0.3s;
}

.newOrder-details .order-details .card table tbody tr:hover {
    background-color: #fafafa;
}

.newOrder-details .order-details .card .add-product-group {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.newOrder-details .order-details .card .add-product-group button {
    border-radius: 4px;
    background-color: #fff;
}

.newOrder-details .order-details .card .add-product-group button {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.3s;
}

.newOrder-details .order-details .card .add-product-group button:hover {
    color: #0cb4a8;
    border: 1px solid #0cb4a8;
}

.newOrder-details .order-details .card .add-product-group .add-product {
    color: #0cb4a8;
    border: 1px solid #0cb4a8;
}

.newOrder-details .order-details .card .add-product-group .add-product span {
    margin-left: 5px;
}

.newOrder-details .order-details .card .bootom-area {
    margin-top: 30px;
}

.newOrder-details .order-details .card .bootom-area textarea {
    width: 100%;
    resize: none;
    background-color: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #eceaea;
    padding: 10px;
    height: calc(100% - 30px);
}

.newOrder-details .order-details .card .bootom-area table {
    border-bottom: none;
}

.newOrder-details .order-details .card .bootom-area table tbody tr td {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.newOrder-details
    .order-details
    .card
    .bootom-area
    table
    tbody
    tr
    td:last-child {
    text-align: right;
}

.newOrder-details .order-details .card .bootom-area table tbody tr td span {
    background-color: #fef9e7;
    padding: 7px 7px;
}

.newOrder-details .order-details .card .bootom-area table tbody tr.deliver-charges td {
    padding-bottom: 5px;
}

.newOrder-details .order-details .card .bootom-area table tbody .total td {
    padding-top: 10px;
    /* padding-bottom: 10px; */
    color: #0cb4a8;
    font-size: 18px;
    font-weight: 600;
}

.newOrder-details .order-details .card .bootom-area table tbody .total {
    border-top: 1px solid #e9e9e9;
}

.status-history {
    margin-top: 16px;
}

.status-history .card {
    display: inherit;
    padding: 20px;
}

.status-history .card h4 {
    font-size: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold;
}

.newOrder-details-breadcrumb {
    display: flex;
    justify-content: space-between;
}

.newOrder-details-breadcrumb button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
}

.newOrder-details-breadcrumb button img {
    width: 10px;
}

.newOrder-details-breadcrumb .next img {
    width: 10px;
    transform: scale(-1);
}

.status-history .card .history-list p {
    color: #8d8d8d;
}

/* order management page end */

.bootstrap-datetimepicker-widget .picker-switch td span {
    display: none;
}

@media (min-width: 576px) {
    #orderDetail-editProduct .modal-dialog {
        max-width: 950px;
    }
}

#orderDetail-editProduct .modal-dialog .modal-content table thead tr th {
    padding: 10px;
}

#orderDetail-editProduct .modal-dialog .modal-content table tbody tr td {
    padding: 10px;
}

#orderDetail-editProduct .modal-dialog .modal-content table thead tr {
    height: 35px;
    border-bottom: 1px solid #e9e9e9;
}

#orderDetail-editProduct .modal-dialog .modal-content table tbody tr {
    border-bottom: 1px solid #e9e9e9;
}

#orderDetail-editProduct
    .modal-dialog
    .modal-content
    table
    thead
    tr
    th:first-child {
    width: 58px;
}

#orderDetail-editProduct
    .modal-dialog
    .modal-content
    table
    thead
    tr
    th:nth-child(2) {
    width: 130px;
}

#orderDetail-editProduct
    .modal-dialog
    .modal-content
    table
    thead
    tr
    th:nth-child(3) {
    width: 250px;
}

#orderDetail-editProduct
    .modal-dialog
    .modal-content
    table
    thead
    tr
    th:last-child {
    width: 50px;
}

.orderDetail-editProduct table thead tr th {
    padding: 10px;
}

.orderDetail-editProduct table tbody tr td {
    padding: 10px;
}

.orderDetail-editProduct table thead tr {
    height: 35px;
    border-bottom: 1px solid #e9e9e9;
}

.orderDetail-editProduct table tbody tr {
    border-bottom: 1px solid #e9e9e9;
}

.orderDetail-editProduct table thead tr th:first-child {
    width: 58px;
}

.orderDetail-editProduct table thead tr th:nth-child(2) {
    width: 130px;
}

.orderDetail-editProduct table thead tr th:nth-child(3) {
    width: 250px;
}

.orderDetail-editProduct table thead tr th:last-child {
    width: 50px;
}

#orderDetail-editProduct .modal-body table {
    width: 100%;
}

#orderDetail-cablePinInfo .modal-body table {
    width: 100%;
}

.customer-details .customer-info h4 {
    color: #4859c4;
    font-weight: 600;
}

.customer-details .customer-info h5 {
    color: #4859c4;
    font-weight: 600;
    font-size: 13px;
}

.customer-details .customer-info .innerRow {
    display: flex;
    justify-content: space-between;
}

.customer-details .customer-info .customerBox {
    margin: auto;
}

.customer-details .customer-info .innerRow .inner-box:first-child {
    width: 40%;
    word-break: break-all;
}

.customer-details .customer-info .innerRow .inner-box:nth-child(2) {
    width: 60%;
    word-break: break-all;
}

.customer-details .customer-info .innerRow .inner-box h3 {
    font-size: 14px;
    color: rgb(99, 99, 99);
    margin-bottom: 0;
}

.customer-details .customer-info .innerRow .inner-box p {
    font-size: 16px;
    color: rgb(3, 3, 3);
    font-weight: 600;
    margin-bottom: 0;
}

.customer-details .customer-info .borderRight {
    border-right: 1px solid #c9c9c9;
}

.customerTab .nav-tabs {
    border-bottom: 1px solid #c9c9c9;
}

.customerTab .nav-tabs .nav-item .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.customerTab .nav-tabs .nav-item .nav-link.active {
    border: none;
    background-color: transparent;
    border-bottom: 3px solid #3e50c0;
    color: #3e50c0;
}

.nav-item.active {
    color: #0cb4a8 !important;
}

.nav-item:hover {
    color: #0cb4a8 !important;
}

.nav-item.current {
    background-color: #eee !important;
}

.customerTab table {
    width: 100%;
}

.customerTab table thead tr {
    border-bottom: 1px solid #e9e9e9;
}

.customerTab table {
    border-bottom: 1px solid #e9e9e9;
}

.customerTab table thead tr .product {
    width: 40% !important;
    text-align: left;
}

.customerTab table thead tr th {
    width: 15%;
    text-align: center;
}

.customerTab table thead tr th:first-child {
    padding-left: 15px;
}

.customerTab table tbody tr td:first-child {
    padding-left: 15px;
}

.customerTab table tbody tr td:first-child {
    display: flex;
}

.customerTab table tbody tr td:first-child .name-sku {
    margin-left: 15px;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    width: calc(100% - 75px);
}

.customerTab table tbody tr td:first-child .name-sku h3 {
    font-size: 15px;
    /* font-weight: 600; */
}

.customerTab table tbody tr td:first-child .name-sku p {
    margin-bottom: 0;
    /* font-weight: 600; */
}

.customerTab table tbody tr td {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.customerTab table tbody tr {
    background-color: #fff;
    transition: 0.3s;
}

.customerTab table tbody tr:hover {
    background-color: #fafafa;
}

.customerTab table tbody tr .show span {
    color: #38a1d9;
    margin-left: 5px;
}

.customerTab h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}

.customerTab .addressBox-row {
    display: flex;
}

.customerTab .addressBox-row .addressBox {
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    margin-right: 35px;
    min-width: 185px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.customerTab .addressBox-row .addressBox .button-groups {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.customerTab .addressBox-row .addressBox .button-groups button {
    width: 50%;
    border-radius: 4px;
}

.customerTab .addressBox-row .addressBox .button-groups .delete {
    background-color: #fff;
    border: 1px solid #374abe;
    color: #374abe;
    margin-right: 4px;
    cursor: pointer;
}

.customerTab .addressBox-row .addressBox .button-groups .change {
    background-color: #374abe;
    border: 1px solid #374abe;
    color: #fff;
    margin-left: 4px;
    cursor: pointer;
}

.customerTab .addressBox-row .addressBox.add {
    border: 1px solid #374abe;
    cursor: pointer;
}

.customerTab .addressBox-row .addressBox.add .addAddress {
    margin: auto;
}

@media (min-width: 576px) {
    #addNewAddress .modal-dialog {
        max-width: 620px;
    }
}

#addNewAddress .modal-dialog .modal-content .modal-header {
    border-bottom: none;
    padding: 1rem 1.5rem;
}

#addNewAddress .modal-dialog .modal-content .modal-body {
    padding: 2rem 1.5rem;
}

#addNewAddress .modal-dialog .modal-content .modal-header h5 {
    font-weight: bold;
    font-size: 20px;
}

#addNewAddress .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 20px;
}

#addNewAddress .modal-dialog .modal-content .modal-body .form-group label {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

#addNewAddress
    .modal-dialog
    .modal-content
    .modal-body
    .form-group
    .form-control {
    background-color: #fff;
    border: 1px solid #f0f0f0;
}

#addNewAddress
    .modal-dialog
    .modal-content
    .modal-body
    .form-group
    .form-control.grey {
    background-color: #f0f0f0;
}

#addNewAddress
    .modal-dialog
    .modal-content
    .modal-body
    .form-group
    .input-group-prepend
    .input-group-text {
    border: 1px solid #f0f0f0;
    background-color: #fff;
}

#addNewAddress
    .modal-dialog
    .modal-content
    .modal-body
    .form-group
    .input-group
    .form-control {
    border-left: none;
}

#addNewAddress .modal-dialog .modal-content .modal-body .button-group {
    display: flex;
    justify-content: space-between;
}

#addNewAddress .modal-dialog .modal-content .modal-body .button-group .cancel {
    width: 118px;
    height: 40px;
    border-radius: 4px;
    background-color: #f0f0f0;
    border: none;
    font-size: 14px;
    color: rgb(0, 0, 0);
}

#addNewAddress .modal-dialog .modal-content .modal-body .button-group .add {
    width: 118px;
    height: 40px;
    border-radius: 4px;
    background-color: #374abe;
    border: none;
    color: #fff;
    font-size: 14px;
}

.discount-box .btn-groups {
    display: flex;
}

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

.discount-box .btn-groups .cancel {
    margin-left: auto;
    color: #108cd0;
    border: 1px solid #108cd0;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    margin-right: 10px;
}

.discount-box .btn-groups .save {
    border: none;
    background-color: #1d8cd0;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    margin-right: 6px;
    cursor: pointer;
    margin-right: 10px;
}

#zero_configuration_table-1_wrapper table tbody tr {
    cursor: pointer;
}

.edit-address .editShippingAddress {
    cursor: pointer;
    color: #0cb4a8;
}

.edit-address .editShippingAddress span {
    color: #0cb4a8;
}

.edit-address .editBillingAddress {
    cursor: pointer;
    color: #0cb4a8;
}

.edit-address .editBillingAddress span {
    color: #0cb4a8;
}

#zero_configuration_table-5_wrapper table tbody tr {
    cursor: pointer;
}

.mobileCode-wrapper {
    display: flex;
}

.mobileCode-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icons/select-down-arrow.png) !important;
    background-size: 0.5rem;
    background-position: calc(100% - 0.5em) center !important;
    background-repeat: no-repeat !important;
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    height: 4.2rem;
    padding-left: 0.5rem;
    width: 76px;
    height: 39.91px;
    outline: initial !important;
    background: #f8f9fa;
    border: 1px solid #ced4da;
    color: #47404f;
    font-size: 15px;
}

.arabic-field {
    /* direction: rtl; */
    text-align: right;
}

textarea.form-control.arabic-field {
    direction: rtl;
    width: 100% !important;
    min-height: 150px !important;
    resize: auto !important;
}

textarea.form-control {
    width: 100% !important;
    min-height: 150px !important;
    resize: auto !important;
}

.modal.pin-info .modal-body table {
    width: 100%;
}

.modal.pin-info .modal-body table thead tr th {
    text-align: center;
    border-bottom: 1px solid rgb(90, 90, 90);
}

.modal.pin-info .modal-body table tbody tr td {
    text-align: center;
    border-bottom: 1px solid rgb(165, 165, 165);
}

.main-content .card .count-select {
    position: absolute;
    top: 30px;
    right: 24px;
    width: 65px;
    margin-top: -20px;
    z-index: 1;
}

.table-responsive.new-active-users .dataTables_length {
    display: none;
}

.table-responsive.new-active-users .dataTables_filter {
    margin-right: 10px;
    margin-top: 5px;
}

.table-responsive.new-active-users .dataTables_paginate {
    display: none !important;
}

.main-content-wrap .colmn-preview {
    position: relative;
}

.main-content-wrap .colmn-preview {
    position: relative;
}

.main-content-wrap .colmn-preview .colmn-preview-delete {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 3px;
    color: #000;
    cursor: pointer;
}

.customerTab table tbody tr td:first-child .imgWrapper {
    width: 60px;
    height: 60px;
}

.customerTab table tbody tr td:first-child .imgWrapper img {
    width: 100%;
    height: auto;
}

.build-wrap .form-wrap .cb-wrap .form-actions {
    display: none;
}

.upgrade-radioBtn-group .form-check-label {
    line-height: 1;
    display: flex;
}

.upgrade-radioBtn-group .form-check-label .conditionlclass {
    margin-top: auto;
    margin-bottom: -1px;
    margin-right: 5px;
}

.upgrade-checkBox-group {
    line-height: 1;
    display: flex;
}

.upgrade-checkBox-group .custom-checkbox {
    line-height: 1;
    display: flex;
    margin-right: 10px;
}

.upgrade-checkBox-group .custom-checkbox .conditionlcheckboxclass {
    margin-right: 5px;
}

@media (min-width: 576px) {
    #editformqn .modal-dialog {
        max-width: 900px;
    }
}

#editformqn .modal-dialog .modal-content .savebtn {
    margin-left: 22px;
    margin-bottom: 25px;
}

@media (min-width: 1200px) {
    .card-body.orderReport-filter .filter-row-wrap .outer {
        width: 19% !important;
    }
}

.attribute_table .table.table-attribute tr {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
}

.attribute_table .table.table-attribute tr td {
    border: none !important;
}

.main-content-wrap .card .card-body label.attribute-label {
    font-weight: normal;
    color: #bbbbbb;
}

.text-errors {
    color: red;
}

.newOrder-details > .order-details.mb-4 > div > table > tfoot > tr > td {
    border-top: none !important;
    padding: 5px !important;
}

.newOrder-details > .order-details.mb-4 > div > div.bootom-area > div > div > table > tbody > tr > td {
    text-align: center !important;
}

