.error {
    color: red;
}

.alert {
    z-index: 1020 !important;
    color: white !important;
    text-align: center !important;
    max-height: 20px;
    min-height: 20px !important;
}

.clr-white {
    color: #fff;
}

html,
body {
    scrollbar-width: none;
}

html::-webkit-scrollbar {
    width: 0px !important;
}

::-webkit-scrollbar {
    width: 0px;
}

---new-------- body {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
}

input,
button,
select,
optgroup,
textarea,
label,
.alert,
.badge,
.blockquote-footer,
.btn,
.google-map-control-btn .zoomIn,
.google-map-control-btn .zoomOut,
.tox .tox-dialog__footer .tox-button:last-child,
.tox .tox-dialog__footer .tox-button--secondary,
.tox .tox-button-secondary,
.tox .tox-button,
[data-list] .page,
.navbar,
.pagination,
.valid-feedback,
.invalid-feedback {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;

}

.table {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.nav-link {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-weight: 500 !important;
    color: #202223 !important;
}

.nav-link .drp-text .active {
    color: #007b5c !important;
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
    color: #007b5c !important;
}

.navbar-vertical .nav-item-wrapper:has(.active) .dropdown-indicator.label-1.collapsed .nav-link-text {
    color: #202223 !important;
}

.breadcrumb-item a {
    color: #007b5c !important;
}

div#products {
    display: block !important;
}

.bg-white {
    margin: 0px 0px 0px 0px !important;
    border-radius: 0.5rem;
    padding: 5px 13px !important;
    background: white;
    box-shadow: 0 0 0.3125rem #1718180d, 0 0.0625rem 0.125rem #00000026;
    border: 1px solid white;
    border-top: none !important;
    border-bottom: none !important;
}

h2 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

h5 {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

label {
    text-align: left;
    padding: 0px;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: initial;
    color: #202223;

}

.form-label {
    text-align: left;
    padding: 0px;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: initial;
    color: #202223;
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.form-bg {
    background: white;
    box-shadow: 0 0 0.3125rem #1718180d, 0 0.0625rem 0.125rem #00000026;
    border-radius: 0.5rem;
    outline: 0.0625rem solid #0000;
    padding: 1.25rem;
}

.search-box form {
    padding: 0px;
    background: none;
    box-shadow: none;
    border-radius: none;
    outline: none;
}

.navbar {
    background-color: #f6f6f7;
}

.content {
    background-color: #f6f6f7;
}

.navbar-vertical .navbar-vertical-footer {
    position: fixed;
    width: 15rem;
    height: 4rem;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    border-top: 1px solid var(--phoenix-navbar-footer-border-color);
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
}

.form-control {
    text-align: left;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    color: #202223 !important;
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    border-radius: 5px !important;
    padding: 8px 14px !important;
    border-top: 1px solid #777c87 !important;
    border-bottom: 1px solid #aeb3ba !important;
    border-left: 1px solid #aeb3ba !important;
    border-right: 1px solid #aeb3ba !important;

}

.search-box .form-control {
    padding-left: 2.5rem !important;
    padding-right: 2rem !important;
    border-radius: 0.375rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

::placeholder {
    color: #777c87 !important;
    font-size: 0.875rem;

}

:-ms-input-placeholder {
    color: #777c87 !important;
}

::-ms-input-placeholder {
    color: #777c87 !important;
}

.savebutton .btn-primary {
    color: white !important;
    border: 1px solid #008060 !important;
    background: #008060;
    margin: 1rem 0;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 400;
}

.btn-primary {
    color: white !important;
    border: 1px solid #008060 !important;
    background: #008060;

    padding: 10px 16px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 400;
}

.navbar-top {
    background: black;
    box-shadow: 0 0.125rem 0.125rem -0.0625rem #00000026;
    min-height: auto !important;
}

.form-check-label {
    color: #8c9196;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}

small {
    color: #6d7175;
    font-size: 0.875rem;
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
    font-weight: 400;
}

.logo-text {
    font-style: italic;
    color: white;
    font-size: 24px;
}

.navbar-top .navbar-nav-icons .nav-link {
    padding: 8px 0.5rem;
}

select {
    text-align: left;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    color: #202223 !important;
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    border: 1px solid #aeb3ba !important;
    border-radius: 5px !important;
    padding: 8px 14px !important;

}

.breadcrumb-item {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
    font-size: 0.875rem;
    font-weight: 400;
}

h3 {
    font-size: 25px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.card {
    background: white;
    box-shadow: 0 0 0.3125rem #1718180d, 0 0.0625rem 0.125rem #00000026;
    border-radius: 0.5rem;
    outline: 0.0625rem solid #0000;
    border: none;
}

.table p {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 0.875rem !important;
    font-weight: 100 !important;
}

.table a,
.table td,
.col-auto a,
.customer h6 {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 0.875rem !important;
    font-weight: 100 !important;
    text-align: center !important;
    justify-content: center;
}

.col-auto a:hover,
.table a:hover,
.table td:hover {
    text-decoration: none;
}

.table th {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 0.875rem !important;
    font-weight: 600;
    color: black !important;
    text-align: center !important;
}

td {
    padding: 10px 0px !important;
}

.card-body p {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 15px !important;
}

.card-body h6 {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.card-body a {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 15px;
}

div#customerOrdersTable {
    margin: 0px 0px 0px 0px !important;
    border-radius: 0.5rem;
    padding: 5px 13px !important;
    background: white;
    box-shadow: 0 0 0.3125rem #1718180d, 0 0.0625rem 0.125rem #00000026;
    border: 1px solid white;
    border-top: none !important;
    border-bottom: none !important;
}

.modal-footer form {
    padding: 0px;
    box-shadow: none;
    background: none;
}

.btn-primary:hover {
    background: #006e52 !important;
}

.nav-link .dropdown-indicator-icon {
    display: none !important;
}

.feather-users {
    display: none;
}

.feather-shopping-cart {
    display: none;
}

.navbar-vertical-toggle {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-weight: 500 !important;
    color: #202223 !important;
}

.fa-tag {
    rotate: 88deg;
}

footer {
    padding-left: 550px !important;
    line-height: 1.25rem !important;
    font-weight: 500 !important;
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.navbar-vertical.navbar-expand-lg+.navbar-top {
    padding-right: 1.5rem;
}

.nav-item .drp-text {
    color: #6d7175 !important;
}

.form-head {
    font-size: 1rem;
    padding: 0.55rem 0;
    margin-top: 10px;
}

.form-para {
    font-size: 0.875rem;
    color: #6d7175 !important;
    font-weight: 100;
    margin-top: 1rem;
    letter-spacing: normal;
    line-height: 1.25rem;
}

.customer-padding {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-top: 5rem;
}

.savebutton {
    text-align: right;
    border-top: 1px solid #e1e3e5;
    margin: 0px;
    padding: 0px;
}

.form-check-labels {
    color: #202223;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}

.alert-success {
    background: #007b5c;
    border: 1px solid #007b5c;
    width: 17%;
    margin-left: auto;
    margin-top: 70px;
    border-radius: 4px;
    box-shadow: 0 0 0.3125rem #1718180d, 0 0.0625rem 0.125rem #00000026;
    left: -5px;
    display: flex;
    align-items: center;
}

.alert-success button {
    padding: 16px 18px;
    filter: brightness(0) invert(1);
}

.alert-success p {
    margin-top: -10px;
}

/*---------------------collection page -----------------*/
.table-img {
    width: 50px;
    height: 50px;
}

/*----------------------------------------------------------*/

.mt-1 {
    margin-top: 1rem !important;
}

.prl-1 {
    padding: 0px 2rem;
}

.cardss {
    background: white;
    box-shadow: 0 0 0.3125rem #1718180d, 0 0.0625rem 0.125rem #00000026;
    border-radius: 0.5rem;
    outline: 0.0625rem solid #0000;
    border: none;
    margin-bottom: 20px;
}

.cardss h2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin: 0px;
}

.pt-1 {
    padding-top: 1.25rem !important;
}

.pt1s {
    padding: 1.25rem;
}

.form-checked:checked {
    background-color: #3874ff;
    border-color: #3874ff;
}

.form-checked {
    width: 1rem;
    height: 1rem;
    margin-top: 0.245em;
    vertical-align: top;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #9fa6bc;
    margin-right: 4px;
    cursor: pointer;
    border-radius: 6px;
    border-radius: 0.25em;
    -webkit-appearance: none;
    margin-right: 10px;
}

.form-checked:checked[type=checkbox] {
    background-image: url('../img/tick.svg');
}

.border-tops {
    border: 1px solid #e1e3e5;
}

.whole-pad {
    padding: 1rem 1.25rem 0 1.25rem;
}

.form-styling label {
    width: 100%;
    font-size: 0.87rem;
    font-weight: 400;
}

.form-styling input {
    width: 100%;
    font-size: 0.87rem;
    font-weight: 400;
    padding: 6px 14px;
    border-radius: 4px;
    border: 1px solid #aeb3ba;
}

.trash {
    margin-top: 26px;
    color: #5c5e62;
    font-size: 20px;
}

.elipisicon {
    margin-top: 24px;
}

.elipisicon i {
    color: #babec3;
    font-size: 20px;
    margin: 0px 1px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.middle-option {
    flex: 1 1 auto;
    padding: 0px 24px;
}

.done {
    color: #202223;
    border: 1px solid #babfc3;
    background: white;
    border-radius: 6px;
    padding: 6px 16px;
    font-size: 0.875rem;
}

.pd-54 {
    padding: 0px 105px;
}

.addmore {
    padding: 1rem 1.25rem;
    border-top: 1px solid #e1e3e5;
}

.addmore i {
    color: #2c6ecb;
    font-size: 14px;
}

.addmore input {
    color: #2c6ecb;
    background: white;
    border: none;
    font-size: 0.875rem;
    margin-left: 1.25rem;
}

.form-styling select {
    width: 100%;
    font-size: 0.87rem;
    font-weight: 400;
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid #aeb3ba;
    background: white;
    color: #7a797e;
}

.select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}

.select__trigger {
    width: 100%;
    font-size: 0.87rem;
    font-weight: 400;
    padding: 6px 14px;
    border-radius: 4px;
    border-top: 1px solid #777c87;
    border-bottom: 1px solid #aeb3ba;
    border-left: 1px solid #aeb3ba;
    border-right: 1px solid #aeb3ba;
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 0;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    background: white;
    box-shadow: 0 0 0.3125rem #1718180d, 0 0.0625rem 0.125rem #00000026;
    border-radius: 0.5rem;
    outline: 0.0625rem solid #0000;
    border: none;
    padding: 10px 6px;
}

.select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    padding: 8px 22px 6px 8px;
    font-size: 0.875rem;
    font-weight: 300;
    color: black;
    cursor: pointer;
    transition: all 0.5s;

}

.custom-option:hover {
    color: black;
    border-radius: 4px;
    background: #EAF3FF;

}

.custom-option.selected {
    color: black;
    border: 2px solid #2c6ecb;
    border-radius: 4px;
    background: #EAF3FF;
}

.dones {
    font-weight: 600 !important;
}

.span-text span {
    background: #e4e5e7;
    padding: 4px 13px;
    border-radius: 14px;
    font-size: 12px;
}

.edit {
    background: white;
    padding: 3px 6px !important;
    width: 57px !important;
    margin-left: -30px;
    margin-top: 24px;
}

#Div2 {
    display: none;
}

.tags_flexbox {
    height: 40px;
    gap: 20px;
}

.remove_tags .trash {
    margin-top: 10px !important;
}

input[type="text"],
input[type="number"] {
    width: 100%;
    border-radius: 4px;
    outline: none;
    padding: 6px 6px;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 4px;
    color: #202223;
    font-size: 0.875rem;
    border-top: 1px solid #777c87;
    border-bottom: 1px solid #aeb3ba;
    border-left: 1px solid #aeb3ba;
    border-right: 1px solid #aeb3ba;
}

input[type="text"]:focus {
    background-color: var(--phoenix-input-bg);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 0%), 0 0 0 0.25rem rgb(56 116 255 / 25%);
    outline: 0
}

.inputWithIcon input[type="text"] {
    padding-left: 28px;
}

.inputWithIcon {
    position: relative;
}

.inputWithIcon i {
    position: absolute;
    left: 4px;
    top: 0px;
    padding: 9px 8px;
    color: #6d7175;
    transition: 0.3s;
}

.inputWithIcon input[type="text"]:focus+i {
    color: dodgerBlue;
}

.inputWithIcon.inputIconBg i {
    background-color: #aaa;
    color: #fff;
    padding: 9px 4px;
    border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus+i {
    color: #fff;
    background-color: dodgerBlue;
}

.tables tbody,
td,
tfoot,
th,
thead,
tr {
    padding: 0rem 1.25rem 0rem 0;
}

.tables th {

    font-size: 0.75rem;
    color: #6d7175;
    font-weight: 500;
}

.check-pad {
    padding: 0px;
}

.text-fonts {
    font-size: 14px;
    font-weight: 600;
}

.wrapper {
    overflow-x: scroll;
    width: 100%;
    height: 50vh;
    overflow-y: scroll;
}

.tables table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.tables td,
th {
    vertical-align: top;
    text-align: left;
    width: 150px;
    padding: 10px 6px;
}

.fix {
    position: sticky;
    background: white;
}

.fix:first-child {
    left: 0;
    width: 180px;
}

.fix:last-child {
    right: 0;
    /*    width: 120px;*/
    width: 50px;
}

.first-content {
    font-size: 14px;
    font-weight: 600;
}

.trashs {
    color: #5c5e62;
    font-size: 20px;
    margin-left: 18px;
    margin-top: 5px;
}

.edits {
    background: white;
    padding: 3px 6px !important;
    width: 57px !important;
    font-size: 0.87rem;
    font-weight: 400;
    padding: 6px 14px;
    border: 1px solid white;
    border-right: 1px solid #aeb3ba;
}

.full-edit {
    border: 1px solid #aeb3ba;
    padding: 0px 3px;
    border-radius: 4px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

    opacity: 1;

}

.select p {
    font-size: 14px;
    color: #6d7175;
    /* margin: 0px 10px; */
    margin-right: 10px;
}

.pt1d {
    padding: 0 1.25rem;
}

.alltext p {
    color: #2c6ecb;
    font-size: 14px;
    margin-right: 10px;
}

img {
    width: 100%;
}

.table-imgs {
    width: 25px;
    height: 30px;
}

.wrapper::-webkit-scrollbar {
    width: 12px !important;
}

/* Track */
.wrapper::-webkit-scrollbar-track {

    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #babec3;

}

.wrapper::-webkit-scrollbar-thumb:window-inactive {
    background: #babec3;
}

.img-content {
    border-style: dotted;
    padding: 28px 10px;
    margin: 0px 20px;
    border-color: #2c6ecb;
    text-align: center;
}

.img-header {
    border-bottom: none;
}

.img-footer {
    border-top: none;
}

.filelabel {
    background-color: #2c6ecb;
    color: white;
    padding: 1.5rem 3rem;
    border-radius: 0.3rem;
    cursor: pointer;
    font-size: 69px;
}

#file-chosen {
    color: #2c6ecb;
    font-size: 0.875rem;
}

.file-chosen {
    margin-top: 10px;
}

.media-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
}

#test1_tag_list {
    padding: 0px;
}

#test1_tag_list li {
    background: #e4e5e7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0.1875rem;
    color: #202223;
    float: left;
    height: 22px px;
    line-height: 22px;
    margin: 5px 5px 10px 0;
    padding: 0 0.5rem;
    list-style: none;
    font-size: 0.875rem;
}

#test1_tag_list a {
    color: #5c5f62;
    padding-left: 5px;
    text-decoration: none;
    cursor: pointer;
}

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

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
    font-size: 0.87rem;
    font-weight: 400;
    color: #202223;
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    border: 2px solid #8c9196;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 10px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #2c6ecb;
    border: 0;
    display: inline-block;
    padding-left: 3px;
    font-size: 13px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: white !important;
    color: #272727 !important;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #2c6ecb;
    border-width: 1px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 1px;
    background-color: white;
    border-radius: 4px;
    cursor: text;
    border-top: 1px solid #777c87;
    border-bottom: 1px solid #aeb3ba;
    border-left: 1px solid #aeb3ba;
    border-right: 1px solid #aeb3ba;
}

.select2-container--open .select2-dropdown--below {

    background: white;
    box-shadow: 0 0 0.3125rem #1718180d, 0 0.0625rem 0.125rem #00000026;
    border-radius: 0.5rem;
    outline: 0.0625rem solid #0000;
    border: none;
    padding: 0.5rem;

}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    /*  display: none; */
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}

.select2-search-choice {
    width: 100%
}

.select2-container-multi .select2-choices {
    overflow: inherit;
}

.select2-container-multi .select2-choices .select2-search-choice {
    top: 30px;
    width: 270px;
}

.select2-container--bgform .select2-selection--multiple .select2-selection__choice {
    clear: both;
}

/*----------------------------select--------------------------------*/
.js-example-tags-container ul {
    list-style: none;
    padding: 0;
}

.tag-selected {
    background: #e4e5e7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0.1875rem;
    color: #202223;
    float: left;
    line-height: 22px;
    margin: 0 5px 5px 0;
    padding: 0 0.5rem;
    list-style: none;
    font-size: 0.875rem;
    border: 1px solid #e4e5e7;
    cursor: default;
    margin-top: -18px;
    margin-bottom: 17px;

}

.destroy-tag-selected {
    color: #5c5f62;
    padding-left: 5px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-selection__choice {
    display: none;
}

.tag-label {
    width: 100%;
}

.real {
    margin-top: -16px;
}

.collections {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}

.full {
    display: flex;
}

.full-contents {
    position: relative;
    padding: 1rem 1.25rem;
}

/*---------------------Product page -----------------*/
.product-table th {
    color: #6d7175 !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    padding: 0.5rem 1rem !important;
    text-align: left !important;
}

.product-table td {
    padding: 0.5rem 1rem !important;
    text-align: left !important;
    color: #202223 !important;
    font-size: 0.875rem !important;
}

.product-table p {
    font-size: 0.875rem !important;
    color: #202223 !important;
    font-weight: 600 !important;
    padding: 0px !important;
    margin: 0px !important;
    overflow-wrap: break-word;
}

.product-tables-p {
    font-size: 0.875rem !important;
    color: #202223 !important;
    font-weight: 600 !important;
    padding: 0px !important;
    margin: 0px !important;
    overflow-wrap: break-word;
}

.product-tables-a {

    text-align: left !important;
    color: #202223 !important;
    font-size: 0.875rem !important;
}

.product-table img {
    width: 50px;
    height: 50px;
}

.product-table a {
    text-align: left !important;
    justify-content: start;
}

.product-table h6 {
    text-align: left !important;
    margin: 0px !important;
    font-size: 0.875rem !important;
    color: #202223 !important;
    font-weight: 600 !important;
    padding: 0px !important;
    margin: 0px !important;
    overflow-wrap: break-word;
}

.email-text {
    color: #202223;
}

.tick-td button {
    margin: 0px 4px;
}

.tick-td svg {
    margin: 0px 4px;
    align-self: center;
}

.img-text-margin p {
    margin: 0px 5px 0px !important;
}

/*--------------------------------------*/
/*---------------------Add Product -----------------*/
.form-bgs {
    background: white;
    box-shadow: 0 0 0.3125rem #1718180d, 0 0.0625rem 0.125rem #00000026;
    border-radius: 0.5rem;
    outline: 0.0625rem solid #0000;
    padding: 1.25rem;
    margin-bottom: 20px;
}

.add-title-text {
    font-size: 1rem;
    padding: 0.55rem 0;
    margin-top: 0px;
    margin-bottom: 15px;
}

.pricing input[type=number]::-webkit-inner-spin-button,
.pricing input[type=number]::-webkit-outer-spin-button {

    opacity: 0;

}

.cost {
    padding: 12px 20px 0px;
    border-top: 1px solid #e1e3e5;
}

.customer-price {
    color: #6d7175;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.tag-label {
    width: 100%;
}

.tag-id {
    margin-top: -16px;
}

.collection-margin {
    margin-bottom: -14px !important;
}

.serach-mb {
    margin-bottom: -6px;
}

.footer {
  padding-left: 275px !important;
}

.footer div {
    justify-content: center !important;
}
.not-visible{
    display: none;
}
/*--------------------------------------------------------*/
/*---------------------------dashboard-----------------------------*/
.dashboard-img {
    width: 50px !important;
    height: 50px !important;
}

/*--------------------------------------------------------*/
/*------------------------collections------------------------------*/
.create-collections-justify{
    justify-content: start !important;
    gap: 1rem;
}
/*-----------------------------------------------------------------*/
@media (min-width: 992px) {
    .navbar-vertical.navbar-expand-lg+.navbar-top~.content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-left: 14.875rem;
    }

    .navbar-vertical.navbar-expand-lg+.navbar-top {
        padding-right: 1.5rem;
    }

    .navbar-vertical.navbar-expand-lg .navbar-vertical-content .navbar-nav .nav-link {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .navbar-vertical.navbar-expand-lg .navbar-vertical-content .navbar-nav .nav .nav-link {
        padding-left: 24px;
    }

    html:not(.navbar-vertical-collapsed) .navbar-vertical.navbar-expand-lg {
        height: calc(100vh - var(--phoenix-navbar-top-height));
        max-width: calc(15rem + env(safe-area-inset-left));
    }

}

@media (max-width: 768px) {
    .footer {
        padding-left: 0px !important;
    }

    .customer-padding {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .alert-success {
        width: 86%;
    }
}

.banner_img{
    height:60px;
    width:60px;
}