body {
    font-size: 0.85rem;
    font-family: "Open Sans", sans-serif;
}

label {
    display: inline-block;
    margin-bottom: .1rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2rem + 2px);
    padding: .275rem .275rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #b2c2d3;
    border-radius: 0rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 600;
}


.content-wrapper {
    background-color: #fff;
}

.content-header {
    padding: 4px .5rem;
}

.content-header h1 {
    font-size: 1.5rem;
    padding-left: 6px;
    padding-top: 6px;
}

.btn {
    border-radius: 0px;
}



.table td,
.table th {
    padding: .4rem;
}

.form-control {
    font-size: 0.85rem;
}

.card {
    margin-bottom: 1rem;
}

.elevation-4 {
    box-shadow: none !important;
}

[class*=sidebar-dark-] {
    background-color: #fff;
}

.brand-link {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0px;
    transition: width .3s ease-in-out;
    white-space: nowrap;
    background: #202124;
}

[class*=sidebar-dark-] .nav-header {
    background-color: #ececec;
    color: #000000;
    border-radius: 0px 10px 10px 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

[class*=sidebar-dark-] .sidebar a {
    color: #161616;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: rgba(255, 255, 255, .1);
    color: #636363;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #3b3b3b;
    color: #fff;
    margin-left: 13px;
    border-radius: 10px;
    width: 236px;
    margin-bottom: 0px;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: #2a2a2a;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #5f5f5f;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgb(59 59 59);
    color: #e6eff9;
    margin-left: 19px;
    padding-left: 16px;
    border-radius: 10px;
    width: 227px !important;
}

.nav-flat .nav-icon {
    transition: margin-left ease-in-out .3s;
    margin-right: 5px;
}

.menu-open li.nav-item a,
.has-treeview li.nav-item a {
    padding-left: 35px;
}


@keyframes sidebaropacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

.sidebar {
    height: 100vh;
    overflow: scroll;
    scrollbar-width: none !important;
    animation: sidebaropacity 0.25s ease-in-out;

}

.content-wrapper {
    animation: sidebaropacity 0.5s ease-in-out;
}

.main-header {
    position: sticky !important;
    top: 0px;

}

.main-sidebar {
    position: fixed !important;
    top: 0px;

}


.nav-flat.nav-sidebar>.nav-item .nav-treeview .nav-item>.nav-link,
.nav-flat.nav-sidebar>.nav-item>.nav-treeview .nav-item>.nav-link {
    border-left: none;
}

.brand-text img {
    width: auto;
    height: 46px;
}

.nav-sidebar>.nav-item .nav-icon.fa,
.nav-sidebar>.nav-item .nav-icon.fab,
.nav-sidebar>.nav-item .nav-icon.fad,
.nav-sidebar>.nav-item .nav-icon.fal,
.nav-sidebar>.nav-item .nav-icon.far,
.nav-sidebar>.nav-item .nav-icon.fas,
.nav-sidebar>.nav-item .nav-icon.ion,
.nav-sidebar>.nav-item .nav-icon.svg-inline--fa {
    font-size: .8rem;
}




.content-header {
    background-color: #efefef;
}


.module-content {
    border: 1px solid silver;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 1px 1px 8px silver;
    background: #f3f3f3;
}

.lessons {
    background: #fff;
    margin: 0px -10px;

    margin-bottom: 10px;
}


.lesson-content {
    /* margin-bottom: 10px; */
    /* border: 1px solid silver; */
    padding: 10px;
    /* border-radius: 3px; */
    min-height: 70px;
    background: #efefef7a;
    border-bottom: 1px solid silver;
    border-left: 16px solid #d7d7d7;
    border-top: 1px solid silver;
    margin-top: -1px;
}

.l-description {
    float: left;
    line-height: 35px;
    margin-left: 16px;
    font-style: italic;
    background: #efefef;
    padding: 0px 25px;
    border-radius: 5px;

}

.left {
    float: left;
}

.right {
    float: right;
}

.lesson-heading {
    height: 48px;
    margin-top: 10px;
    padding: 0px 14px;
}

.module-title-edit {
    display: none;
}


.module-title-display {
    height: 50px;

}

.module-title-display h3 {
    float: left
}

.module-title-display button {
    margin-left: 20px;
    float: left
}

input.module-title-input {
    height: 37px;
    margin-top: -2px;
    font-size: 1.2rem;
    float: left;
}

.module-title-edit button {
    float: left;
    margin-left: 10px;
    padding: 4px 10px;
}

.module-title-edit {
    height: 48px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 8px;
    padding-right: 5px;
    color: black;
}

.course-view h2 {
    font-size: 24px;
}

.course-view h3 {
    font-size: 20px;
    margin-top: 5px;
}

.course-view h4 {
    font-size: 16px;
}

.course-view .banner {
    max-width: 100%;
}

.course-content-stat {
    display: inline-block;
    margin-left: 12px;
    font-size: 16px;




}



.sort-group {
    float: left;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 3px;
    margin-right: 10px;
}

.sort-group button {
    margin: 0px;
    padding: 2px 7px;
    background: #c1c1c1;
    border: 1px solid #b3b3b3;
}

.lesson-heading h4 {
    margin-top: 8px;
    margin-left: 5px;
}

span.status-lesson {
    background: silver;
    margin-right: 8px;
    padding: 12px;
    width: 40px;
    float: right;
    border-radius: 25px;
}

.status-active {
    color: green;
}

.status-inactive {
    color: red;
}


.question-list .question {
    border: 1px solid silver;
    margin: 10px;
    padding: 10px;
    box-shadow: 2px 2px 6px silver;
    cursor: grab;
}

.question-list .question span.topic {
    background: #efefef;
    padding: 3px 7px;
    border-radius: 5px;
    display: inline-block;

    margin-bottom: 6px;
}

.question-list .question .position {
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 48px;
    font-size: 17px;
    background: #efefef;
    float: left;
}

.question-list .question .title {
    float: left;
    margin-left: 10px;
    min-height: 46px;
}

.question-list .question .options {
    clear: both;
}

.question-list .question span.qoption {
    background: #efefef;
    margin-left: 11px;
    margin-right: 4px;
    padding: 4px 8px;
    border-radius: 5px;
}

.question-list .question .options {
    clear: both;
    padding-top: 17px;
    margin-left: 46px;
}

.test-assignment {
    border: 1px solid #d7d7d7;
    margin: 10px 0px;
    padding: 10px;
    background: #fff;
    display: none;
}

.test-assignment .test-list {
    border: 1px solid #cbcbcb;
    display: inline-block;
    margin: 7px;
    padding: 0px 0px 0px 10px;
    border-radius: 6px;
    overflow: hidden;
}


.test-assignment .test-assign {}

.test-assignment .test-list button.btn.btn-danger {
    padding: 3px 6px;
}

.test-assignment .form-control {
    font-size: 0.85rem;
    width: 300px;
    display: inline-block;
}

.test-assignment label {
    display: block;
}

.small-box {
    border-radius: 0px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.dashboard .no-mar {
    padding: 0px;
}

.dashboard .row {
    margin: 0px;
}

.small-box p {
    font-size: 1.2rem;
    font-weight: bold;
}

.tox-promotion {
    display: none;
}

.tox-statusbar__branding {
    display: none;
}


.lesson-editor .btn {
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 4px;
}

.warning {
    color: red;
}



.lesson-editor {
    border: 1px solid silver;
    padding: 10px;
    margin-top: -1px;
}

#loadingspinner {
    position: fixed;
    z-index: 9999;

    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: none;
}

#loadingspinner>div {
    box-shadow: 0px 0px 200px gray;
    position: relative;
    top: calc(50vh / 2);
    left: calc(50vw - 10%);
    border: 1px solid silver;
    width: 202px;
    overflow: hidden;
    border-radius: 115px;
}

.dashboard .row {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.dashboard .row .small-box {
    margin-bottom: 0px;
}

.grade-ui .grade:first-child .btn-danger {
    display: none;
}

.grade-ui .grade input {
    float: left;
    margin-right: 10px;
    ;
}

.grade-ui .grade .btn {
    padding: 1px 7px;
    margin: 4px 7px 6px 0px;
}

.main-footer .float-right {
    float: right !important;
    margin-right: 64px;
}

.full-overflow {
    max-height: 200px;
    overflow-y: scroll;
}

.basic-progressbar {
    width: 100%;
    min-width: 50px;
    height: 10px;
    background: #dbdbdb;

}

.basic-progressbar-inner {

    height: 10px;
    background: green;
}

.m-font {
    font-size: .8rem;
}


.bottom-border {
    display: block;
    width: 100%;
    border-bottom: 2px dashed silver;
    padding-left: 8px;
    position: relative;
    left: -20px;
    height: 22px;
}

.right-border {
    display: block;
    border-right: 2px dashed silver;
    height: 34px;
    margin-top: -13px;
    margin-bottom: -9px;
    width: 100%;
    position: relative;

    left: -13px;
}

.eventlog .el-id {
    background: #efefef;
    padding: 3px 9px;
    display: inline-block;
    border-radius: 6px;
}


.eventlog .el-dt {
    background: #efefef;
    padding: 3px 9px;
    display: inline-block;
    border-radius: 6px;

}

.eventlog .el-log {
    margin-left: 14px;
}

.eventlog .el-en {
    background: #efefef;
    padding: 3px 9px;
    display: inline-block;
    border-radius: 6px;
    min-width: 200px;
}

.left {
    float: left;
}

.btn-xs {
    padding: .30rem .44rem;
    display: inline-block;
    min-width: 1.8rem;
    margin-top: 3px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 10px;
    float: left;

}

.image-preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.image-preview-item {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 10px;
}

.image-preview-item img {
    display: block;
    margin: 0 auto;
}

.tree-node {
    margin: 5px 0;
}

.tree-node .toggle {
    margin-right: 8px;
}

.tree-node .category-checkbox+label {
    margin-left: 8px;
}

.image-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 2px;
    background: #f9f9f9;
    display: block;
}

.image-container {
    display: inline-block;
    margin: 5px;
    overflow: hidden;
}

.image-container {
    position: relative;
    display: inline-block;
    margin: 4px;
}

.image-actions {
    text-align: center;
    margin-top: 0px;
}

.delete-btn {
    border: none;
    background-color: transparent;
    color: red;
    font-size: 10px;
    /* Adjust size as needed */
    cursor: pointer;
}

.delete-btn:hover {
    color: darkred;
}

.image-preview-container-variant {
    float: left;
}

#variant_images .image-preview {
    width: 60%
}

/* mycss */
#category-checkbox-list {
    border: 1px solid #ccc;
    padding-left: 15px;
    padding-top: 10px;
    height: 300px;
    overflow-y: auto;
}

#category-checkbox-list .form-check {
    display: flex;
    clear: both;
    align-items: center;
}

select.form-control[multiple],
select.form-control[size] {
    padding-left: 10px;
    padding-top: 10px;
    height: 300px;
    overflow-y: auto;
}

label {
    font-size: 18px;

}

#customer-dropdown,
#customer-group-dropdown {
    font-size: 16px;
}

#customer-dropdown option:first-child,
#customer-group-dropdown option:first-child {
    font-weight: 600;
    font-size: 16px;
}

input[type="checkbox"] {
    width: 18px;
    height: 16px;
}

.product-item {
    display: flex;
    align-items: center;
    margin-left: 3px;
    width: 97%;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 8px;
    padding-bottom: 8px;
}

.product-item .product-checkbox {
    margin: 0 10px;
}

#add--master-qty-product {
    padding: 7px 20px;
    font-size: 16px;

}


#product-list {
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-top: 10px;
    margin-left: 8px;
    max-height: 300px;
    overflow-y: auto;

}

.product-quantity-input {
    width: 40px;
}

hr {
    border: 1px solid #ccc;
    /* Change border color */
    margin: 20px 0;
    /* Add vertical spacing */
}

#rbacauthitem-permissions {
    display: grid;
}

/* Select2 dropdown styling */
.select2-selection__choice {
    display: block;
    /* Display each selection as a block */
    margin: 5px 0;
    /* Add spacing between selections */
    padding: 5px 10px;
    /* Add padding to selections */
    background-color: #f0f0f0;
    /* Light gray background for selections */
    border: 1px solid #ccc;
    /* Border for each selection */
    border-radius: 5px;
    /* Rounded corners */
    color: #333;
    /* Text color */
}

/* Optional: Add hover effect for selections */
.select2-selection__choice:hover {
    background-color: #e0e0e0;
    /* Slightly darker background on hover */
}

.select2-selection__rendered {
    display: block;
}

.field-customer-dropdown {
    display: inline-grid;
}

.select2-selection__rendered {
    display: contents;
}

.select2-search__field {
    width: 200px !important;
    /* Set the default width */
}

.select2-container--open .select2-search__field {
    width: 100% !important;
    /* Wider width when dropdown is open */
}

.select2-selection__rendered {
    width: 300px !important;
    /* Set the width to your desired value */
    white-space: normal;
    /* Allow text to wrap if needed */
    display: contents !important;
}

.select2-selection__choice {
    width: 99% !important;
}

.select2-container .select2-selection--multiple {
    /* height: 300px; */
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ccc;
    padding: 3px;
}

p.hint {
    font-size: 11px;
    font-style: italic;
    color: #5f5f5f;
}

/* Aviansh */
#global-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.select2-selection__clear {
    display: none;
}

#option-list {
    margin-top: 30px;
}

#option-list .option-group-table {
    margin-bottom: 0px !important;
}

/*for user dashboard*/
/* General Dashboard Styling */
.dashboard-container {
    margin: 20px;
    font-family: 'Arial', sans-serif;
}

.dashboard-container h4 {
    font-weight: bold;
    margin-top: 20px;
}

.card-db {
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    /* Enables positioning of child elements */
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    /* Aligns text content to the left */
}

.card-db:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.card-db h2 {
    font-size: 3rem;
    margin: 10px 0;
    font-weight: bold;
    text-align: left;
}

.card-db p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.card-db h5.card-title {
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 600;
}

.btn-light {
    text-decoration: none;
    padding: 10px 15px;
    color: #333;
    border-radius: 5px;
    font-size: 0.9rem;
    background-color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-light:hover {
    background-color: #f0f0f0;
    color: #007bff;
    text-decoration: none;
}

.bg-primary-1 {
    background-color: #007bff;
}

.bg-success-1 {
    background-color: #28a745;
}

.bg-warning-1 {
    background-color: #ffc107;
}

.mt-4-1 {
    margin-top: 40px;
}

.mt-4-1 .title-slab {
    display: flex;
    /*justify-content: space-between; */
    align-items: center;
}

.mt-4-1 h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.grid-container-tbl {
    border: none;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

/*.grid-container-tbl:last-child {
    border-bottom: none;
}*/

.grid-container-tbl:hover {
    background-color: #f8f9fa;
}

.dashboard-container .row {
    display: flex;
    justify-content: space-between;
    /*flex-direction: column;  Stack cards vertically */
    gap: 20px;
    /* Add spacing between cards */
}

.dashboard-container .row .col-md-4 {
    flex: 1;
    max-width: 33.333%;
    /* Full width */
}

.view-all-link {
    position: absolute;
    /* Positions it relative to the card */
    top: 15px;
    /* Distance from the top of the card */
    right: 15px;
    /* Distance from the right of the card */
    text-decoration: underline;
    /* Makes it look like a link */
    color: rgba(255, 255, 255, 0.8);
    /* Subtle white color */
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.view-all-link:hover {
    color: #fff;
    /* Full white color on hover */
    text-decoration: underline;
}

.box-container-ed {
    border: 1px solid #ddd;
    /* Add a border */
    border-radius: 8px;
    /* Slightly rounded corners */
    padding: 20px;
    /* Add padding inside the box */
    background-color: #f9f9f9;
    /* Light background color */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for depth */
    margin-bottom: 20px;
    /* Add spacing between sections */
}

.source-text {
    background: #fff3cd;
    /* Light yellow */
    color: #856404;
    /* Dark yellow-brown */
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #ffeeba;
}


/**/

label {
    font-size: 13px;
    font-weight: normal !important;
    margin-bottom: .3rem;
    color: #3d3d3d;
}


div#category-tree li.tree-node {
    list-style: none;
    margin-right: 33px;
}


div#category-tree span.toggle {
    font-size: 20px;
    width: 15px;
    display: inline-block;
    height: 15px;
    /* border: 1px solid silver; */
    line-height: 10px;
    text-align: center;
    cursor: pointer;
}

#imagePreviewContainer ul {
    padding-left: 10px;
}

#imagePreviewContainer .image-preview-item {
    border: 1px solid #e1e1e1;
}

#imagePreviewContainer .image-preview-item .btn-sm {
    zoom: .6;
}

.image-preview-item .image-label {
    margin-top: 6px;
    margin-bottom: 6px;
    background: #efefef;
    border-radius: 7px;
}

div#category-tree .category-checkbox {
    vertical-align: middle;
}



thead tr {
    background: #dfdfdf;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dfdfdf;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dfdfdf;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin: 10px;
}

.content-header {
    background-color: #ffffff;
    padding-top: 16px;
    padding-left: 20px;
}

.card {
    box-shadow: none;
    margin-bottom: 1rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;

}

.gridview table {
    border-radius: 10px 10px 0px 0px;

    overflow: hidden;
    border: 1px solid #ddd;
}

.card-header {
    background-color: transparent;
    border-bottom: none;
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.navbar-dark {
    background-color: #202124;
    border-color: #4b545c;
}

.nav-sidebar>.nav-item {
    transition-duration: 500ms;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link {
    transition-duration: 500ms;
}

.form-section {
    border: 1px solid #ebebeb;
    padding: 10px;
    box-shadow: 1px 1px 4px #e1e1e1;
    margin: 10px 0px 32px 0px;
    padding-top: 0px;
    padding-left: 25px;
    display: block;
    background: #f7f7f7;
    width: 100%;
}

.form-section h5 {
    margin-left: 0px;
    bottom: 13px;
    position: relative;
    background: #fff;
    width: auto;
    display: inline-block;
    padding: 1px 10px 3px 10px;
    font-size: 15px;
    border-radius: 10px;
}

.card-footer {
    border: 1px solid #ebebeb;
    box-shadow: 1px 1px 4px #e1e1e1;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    float: right;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
    color: #555;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    cursor: default;
    width: auto;
    display: inline-block;
    margin: 0.35rem 0 0 0.25rem;
    padding: 0.15rem 0.15rem 0.15rem 0.5rem;
    font-size: 1rem;
    line-height: 1.3rem;
    line-height: 26px;
}

.form-group {
    display: flex;
}

.form-group label {
    min-width: 8rem;
    line-height: 29px;
}

.form-control {
    font-size: 0.85rem;
    border: none;
    font-weight: 600;
    height: calc(2rem + 0px);
    padding: .275rem .275rem .4rem 26px;
}

.form-control {
    background-image: url(/img/pencil.png);
    background-repeat: no-repeat;
    background-position: left;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, .25);
    border: 1px solid #28a745;
    transition-duration: 1sec;
}

.form-control:focus {
    border-width: 1px;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;

}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-width: 1px;
    border-style: solid;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-width: 1px;
    border-style: solid;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-position: left calc(0em + .1875rem) center;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block;
    margin-left: 10px;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-top: none;
    border-left: none;
    border-right: none;
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    background-position: left calc(0em + .1875rem) center;
}

.select2-container .select2-selection--single {
    height: 30px;
    background-color: #f7f7f7 !important;
}

.select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection,
.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-selection:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 5%);
}


.select2-container--krajee-bs4 .select2-selection {
    box-shadow: none;
    background-color: #fff;
    border: none;
    border-radius: 0.25rem;
    color: #495057;
    outline: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background: #fff url(/img/search.png) left 0.625rem top 0.625rem no-repeat;
    padding-left: 32px;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
    display: none;
}


.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem !important;
    background-position: left calc(0em + .1875rem) center;
    border-top: none;
    border-left: none;
    border-right: none;
}

textarea {
    border: 1px solid #efefef !important;
    background-position: top 2px left 3px !important;
}

.no-flex .form-group {
    display: block;
}

span.input-group-text.kv-date-picker {
    background: none;
    border: none;
}

span.input-group-text.kv-date-remove {
    border: none;
    background: none;
}

#product_tax .checkbox {
    float: left;
    margin-right: 16px;
}


#product_tax .checkbox input[type="checkbox"] {
    vertical-align: middle;
}


.image-container img {
    width: 48px;
    height: auto;
}

.sku-list-item {
    border: 1px solid #d3d3d3;
    margin-bottom: 8px;
    margin-right: 7px;
    border-radius: 4px;
    padding: 10px;
}

.btn {
    border-radius: 8px;
    padding: 4px 15px;
}

.content-header h1 {
    font-size: 1.2rem;
    padding-left: 6px;
    padding-top: 6px;
}

.form-section.mb-0 .form-group {
    margin-bottom: 4px;
}

body {
    font-size: 0.85rem;
    font-family: "Open Sans", sans-serif;
}

label {
    display: inline-block;
    margin-bottom: .3rem;
    font-size: 13px;
    font-weight: normal !important;
    color: #3d3d3d;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2rem + 0px);
    padding: .275rem .275rem .4rem 26px;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    background-color: #f7f7f7;
    background-image: url(/img/pencil.png);
    background-repeat: no-repeat;
    background-position: left;
    border: none;
    border-radius: 0rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    border-width: 1px;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, .25);
    border: 1px solid #28a745;
    transition-duration: 1sec;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-width: 1px;
    border-style: solid;
    border-color: #dc3545;
    padding-right: 2.25rem !important;
    background-position: left calc(0em + .1875rem) center;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-width: 1px;
    border-style: solid;
}

textarea {
    border: 1px solid #efefef !important;
    background-position: top 2px left 3px !important;
}

.content-wrapper {
    background-color: #fff;
    animation: sidebaropacity 0.5s ease-in-out;
}

.content-header {
    background-color: #ffffff;
    padding-top: 16px;
    padding-left: 20px;
}

.content-header h1 {
    font-size: 1.2rem;
    padding-left: 6px;
    padding-top: 6px;
}

.card {
    box-shadow: none;
    margin-bottom: 1rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-footer {
    border: 1px solid #ebebeb;
    box-shadow: 1px 1px 4px #e1e1e1;
}

.btn {
    border-radius: 8px;
    padding: 4px 15px;
}

.btn-light {
    text-decoration: none;
    padding: 10px 15px;
    color: #333;
    border-radius: 5px;
    font-size: 0.9rem;
    background-color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-light:hover {
    background-color: #f0f0f0;
    color: #007bff;
    text-decoration: none;
}

.table td,
.table th {
    padding: .4rem;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dfdfdf;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dfdfdf;
}

.org-header {
    color: white;
    font-weight: 500;
    font-size: 20px;
}

.help-block {
    display: block !important;
    color: #dc3545;
    margin-top: 4px;
}

