a {
    text-decoration: none;
}

body {
    background: #FAFBFF;
    font-family: "Poppins", sans-serif;
}

#app {
    overflow: hidden;
    height: 100vh;
    display: flex;
}

.panel {
    width: calc(100% - 220px);
    padding: 30px 30px 0;
}

#contentDiv {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.05);
}

#contentDiv.cleanContentDiv {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    border: 0;
}

.box-offset {
    margin: 0 -15px 0 -15px;
    padding: 15px 15px 0 15px;
}

h1,
.h1 {
    font-size: 20px;
}

.btn {
    --bs-btn-padding-x: 1.5625rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 30px;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    border-radius: var(--bs-btn-border-radius);
    min-width: 115px;
}

.btn-success {
    --bs-btn-bg: #3EA90C;
    --bs-btn-border-color: #3EA90C;
    --bs-btn-hover-bg: #349009;
    --bs-btn-hover-border-color: #389b0a;
    --bs-btn-active-bg: #349009;
    --bs-btn-active-border-color: #389b0a;
    --bs-btn-disabled-bg: #3EA90C;
    --bs-btn-disabled-border-color: #3EA90C;
}

.nav-link a {
    color: #000000;
}

.action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-buttons .edit-row,
.action-buttons .delete-row {
    height: 22px;
    width: 22px;
}

.action-buttons .edit-row svg,
.action-buttons .delete-row svg {
    width: 100%;
    stroke-width: 2.5px;
}

.action-buttons .edit-row {
    color: #2697fa;
}

.action-buttons .delete-row {
    color: #F32013;
}

.form {
    padding: 10px 0;
}

.col-form-label {
    font-size: 14px;
    text-align: right;
    padding-top: calc(0.4375rem + var(--bs-border-width));
    padding-bottom: calc(0.4375rem + var(--bs-border-width));
}

.form-label {
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: 500;
}

.form-control {
    font-size: 14px;
    border-color: #cccccc;
    max-width: 470px;
}

.form-control:focus,
.form-select:focus {
    border-color: #672a18;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    max-height: 130px;
}

.form-horizontal .form-label {
    font-weight: 400;
    color: #757373;
}

a {
    color: #672a18;
}

a:hover {
    color: #672a18;
}

.section-header {
    padding: 15px 0;
}

.header-with-line {
    display: flex;
    align-items: center;
}

.header-with-line .line {
    flex: 1;
    border-top: 1px solid #000;
}

.header-with-line .text {
    padding: 0 15px;
    font-weight: 500;
    color: #672a18;
}

.progress {
    height: 18px;
    border-radius: 20px;
}

.progress-bar {
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    background-color: #3EA90C !important;
}

.sidebar {
    width: 220px;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
}

.menu .navbar li {
    width: 100%;
}

.menu .nav a {
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    color: #000000;
}

.menu .nav a svg {
    margin-right: 10px;
    width: 20px;
}

.menu .nav li ul {
    list-style-type: none;
    padding-left: 28px;
}

.menu .nav .submenu-icon {
    float: right;
}

.menu .nav .submenu-icon svg {
    margin-right: 0 !important;
    width: 20px;
    height: 20px;
}

.menu .nav .nav-label {
    padding: 1px 0 0px;
    display: inline-block;
}

.panel .header {
    margin-bottom: 30px;
}

.page-name .h1 {
    margin-bottom: 0;
    margin-top: 6px;
}

.menuright {
    display: flex;
    float: right;
}

.search-bar {
    position: relative;
    margin-right: 10px;
}

.search-bar input {
    width: 300px;
    border: 0;
    font-size: 15px;
}

.search-bar span {
    position: absolute;
    top: 4px;
    right: 15px;
}

.menuright .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 12px;
    color: #000000;
}

.menuright .item.profile {
    margin-left: 12px;
}

.menuright .item.profile .profile-icon {
    width: 35px;
    height: 35px;
    background: #d9d9d9;
    border-radius: 30px;
}

nav.sub-menu-tab {
    background: #ffffff;
    border-radius: 8px !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
    overflow: hidden;
}

.nav-link a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#nav-tabContent {
    height: 100%;
}

#nav-tabContent.tab-content .tab-pane {
    height: 100%;
}

.sub-menu-tab #nav-tab {
    border: 0;
}

.sub-menu-tab .nav-tabs .nav-link {
    font-size: 14px;
    padding: 12px 32px;
    border: 0;
    background: #ffffff;
    color: #000000;
    border-radius: 0;
    position: relative;
}

.sub-menu-tab .nav-tabs .nav-link.active {
    background: #672a18;
    color: #ffffff;
}

.card {
    border: 0;
    border-radius: 10px;
    height: 100%;
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); */
}

.card-header {
    padding: 1rem 20px;
    border-radius: 10px 10px 0 0 !important;
    background: #ffffff;
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;
}

.card-header .title {
    font-weight: 600;
}

.card-header .action-center {
    display: flex;
    position: absolute;
    right: 15px;
}

.card-header .action-center .item a {
    margin: 0 11px;
    display: block;
    margin: 0;
    overflow: hidden;
    color: #000000;
}

.card-body {
    padding: 1rem 20px;
    /*height: 100%;*/
    overflow-y: scroll;

}
.card-body-customer{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem 20px;
}

.table {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
}

.table th,
.table td {
    font-size: 14px;
}

.table th {
    padding: 15px;
    font-weight: 600 !important;
}

.table thead tr th:first-child {
    border-top-left-radius: 8px;
}

.table thead tr th:last-child {
    border-top-right-radius: 8px;
}

.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.table td {
    padding: 15px;
}

.block-title {
    color: #999999;
    margin-bottom: 11px;
    padding-left: 11px;
}

#interactionBar {
    margin-top: 25px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#interactionBar .btn {
    margin: 0 6px;
}

.popup-container {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.popup-shadow {
    box-shadow: 0 0rem 50px rgba(0, 0, 0, 0.16) !important;
}

.login .right-section {
    padding: 30px;
    height: 100%;
}

.login .right-section .content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.logo-section {
    text-align: center;
    margin-bottom: 10px;
    width: 86px;
    height: 86px;
    background-color: #672a18;
    border-radius: 50%;

}

.logoo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;


}

.logo-section img {
    /* width: 70%; */
    height: auto;
}

.login .content .header .quick-links {
    text-align: right;
}

.login .content .header .quick-links a {
    font-size: 14px;
    color: #000000;
    border-right: 1px solid #000000;
    padding: 0 6px 0 2px;
}

.login .content .header .quick-links a:hover {
    color: #672a18;
}

.login .content .header .quick-links a:last-child {
    padding-right: 0;
    border: 0;
}

.login .content .body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.login .content-heading .title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 6px 0;
}

.login .content .content-inner {
    padding: 35px 60px 0px;
}

.login .content-inner .form-group {
    margin-bottom: 18px;
}

.login .content-inner .form-label {
    font-size: 14px;
    margin-bottom: 12px;
}

.login .content-inner .form-control {
    font-size: 14px !important;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    padding: 11px 20px 10px;
}

.login .form-action {
    margin: 23px 0 15px;
}

.login .form-action .link a {
    font-size: 12px;
    color: #000000;
}

.login .form-action .link a:hover {
    color: #672a18;
}

.login .form-action .btn-primary {
    background: #672a18;
    border-color: #672a18;
    padding: 10px 49px;
    margin-top: 6px;
}

.login .form-action .btn-primary:hover,
.login .form-action .btn-primary:focus {
    background: #B50042;
    border-color: #B50042;
}

/*# sourceMappingURL=wings.css.map */
