/*
 default template css
*/

body {
    padding-bottom: 0;
}

/*******************************************************************************************/

/* Set padding to keep content from hitting the edges */
a:link {
    text-decoration: none;
}

.body-content {
    position: relative;
    height: auto;
    min-height: -webkit-calc(100vh - 70px);
    min-height: -moz-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
    padding: 4px 0;
    padding-top: 50px;
    padding-bottom: 64px;
}

.body-content-bg-x {
    content: "";
    background-image: url('image/logo.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 5%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.25;
}

footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.gototop {
    width: 50px;
    height: 40px;
    padding-top: 8px;
    position: fixed;
    right: 20px;
    bottom: 80px;
    background-color: rgb(103, 116, 227);
    background-color: rgba(103, 116, 227, 0.5);
    border: solid 1px transparent;
    border-radius: 0.25rem;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.gototop:hover {
    color: #ac2925;
}

.bg-yellow,
.titlebar-yellow {
    background-color: rgb(255, 212, 85);
}

.bg-violet,
.titlebar-violet {
    background-color: rgb(136, 166, 255) !important;
}

.bg-violet,
.titlebar-violet {
    background-color: rgb(136, 166, 255) !important;
}

.bg-violet-light,
.titlebar-violet-light {
    background-color: rgb(213, 223, 255) !important;
}

.bg-violet-light2 {
    background-color: rgb(244, 239, 252) !important;
}

.bg-yellow-light,
.titlebar-yellow-light {
    background-color: rgb(255, 225, 136) !important;
}

.titlebar-green-light {
    background-color: rgb(243, 255, 194) !important;
}

.bg-green-light {
    background-color: rgb(239, 255, 251) !important;
}

.bg-orange {
    background-color: rgb(239, 195, 168) !important;
}

.bg-orange-light {
    background-color: rgb(251, 240, 233) !important;
}

.bg-red-strong {
    background-color: rgb(210, 0, 0) !important;
}

.bg-red-light {
    background-color: rgb(255, 58, 58) !important;
}

.bg-red-light2 {
    background-color: rgb(255, 135, 135) !important;
}

.text-orange {
    color: rgb(240, 124, 51) !important;
}

.text-violet {
    color: rgb(136, 166, 255) !important;
}

.text-red-light {
    color: rgb(255, 135, 135) !important;
}

.btn-red-light {
    background-color: rgb(255, 135, 135);
    border-color: rgb(255, 135, 135);
}

.btn-violet {
    /* color: rgb(242, 245, 239) !important; */
    background-color: rgb(136, 166, 255);
    border-color: rgb(136, 166, 255);
}

.btn-orange {
    /* color: rgb(146, 144, 142) !important; */
    background-color: rgb(239, 195, 168);
    border-color: rgb(239, 195, 168);
}
/*******************************************************************************************/

/* override */
.breadcrumb {
    background-color: rgb(245, 255, 243);
    background-color: rgba(245, 255, 243, 0.7) !important;
}

nav {
    min-height: 46px;
}

.navbar {
    padding: 0;
}

.navbar>dl,
ol,
ul {
    margin-top: 0;
}

.navbar .navbar-brand {
    margin-top: 0;
    font-weight: bold;
}

.navbar .navbar-brand:hover {
    color: #1dc116;
}

.navbar .navbar-brand img {
    margin-top: 0.1rem;
}

.navbar #navbar-right {
    margin: 0.25rem 0;
}

.navbar .dropdown-toggle::after {
    /*vertical-align: unset;*/
}

.navbar .dropdown-menu {
    /*    background-color: #f8d7da;
        margin: 0 2.70rem;*/
}

.navbar .dropdown-item:hover {
    background-color: rgb(245, 255, 243);
    background-color: rgba(245, 255, 243, 0.7);
    /*color: azure;*/
}

.table td, .table th {
    vertical-align: middle;
}

.table-responsive {
    display: table;
}

.table-container {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 640px;
    overflow-x: auto;
    overflow-y: auto;
}

.table-container th {
    position: sticky;
    top: 0;
    z-index: 20;
}

.table-grid-data>tbody>tr>th:first-child {
    position: sticky;
    left: 0;
    top: 0;
}

.table-grid-data>tbody>tr>td:first-child {
    position: sticky;
    left: 0;
    background-color: #fff;
}

.page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
}

.page-link {
    color: #6c757d;
}

.data-form-wraper {
    /* background-color: rgb(244, 251, 233); */
    /* background-color: rgba(244, 251, 233, 0.7); */
    background-color: rgb(255, 243, 245);
    background-color: rgba(255, 243, 245, 0.3);
}

.a-lst {
    color: inherit;
    text-decoration: none;
}

.a-lst:hover {
    color: inherit;
    text-decoration: none;
}

#list-data-pagination ul.pagination {
    padding: 0;
    margin-bottom: 0;
}

#list-data-pagination nav {
    min-height: 30px;
}

.error404 {
    height: 819px;
    background-image: url(/nu4apps/public/image/background/bg_error404.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.fieldset-1 {
    border: solid 2px lightsalmon;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
}

.fieldset-2 {
    border: solid 2px lightseagreen;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
}

.fieldset-1>legend,
.fieldset-2>legend {
    width: inherit;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.fieldset-3 {
    border: solid 1px lightsalmon;
    border-radius: 0.25rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
}

.fieldset-4 {
    border: solid 1px lightseagreen;
    border-radius: 0.25rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
}

.fieldset-3>legend,
.fieldset-4>legend {
    width: inherit;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.1rem;
}

.fieldset-5 {
    border: none;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
}

.fieldset-5>legend {
    width: inherit;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.fieldset-6 {
    border: none;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
}

.fieldset-6>legend {
    width: inherit;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
}

fieldset>.table {
    margin-bottom: 0;
}

.nu-tab-content>.tab-pane {
    height: 560px;
    overflow-x: hidden;
    overflow-y: auto;
}

.visible-hidden {
    visibility: hidden;
}

.tbox-show {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    cursor: default;
}

.tbox-show:focus-visible {
    outline: none;
}

.button {
    position: relative;
    height: 36px;
    padding: 0 2rem;
    margin: 1px 0px 0px 0px;
    border-radius: 0px 5px 5px 0px;
    background: #3d3a4e;
    color: #fff;
    border: none;
}

.button:hover::before {
    transform: scaleX(1);
}

.button-content {
    position: relative;
    z-index: 1;
}

.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient(82.3deg,
            rgba(150, 93, 233, 1) 10.8%,
            rgba(99, 88, 238, 1) 94.3%);
    transition: all 0.475s;
}

.btn-style {
    position: relative;
    padding: 3px;
    background-color: #ffffff;
    color: #000000;
    border: 2px solid rgb(0 0 0 / 0%);
    border-radius: 0px 11px;
    overflow: hidden;
}

.btn-style:hover {
    border-color: #a0c3ff;
    color: #234e52;
    background-color: #a0c3ff;
}

.btn-style::before {
    position: absolute;
    content: '';
    width: 3rem;
    height: 3rem;
    top: 0.625rem;
    right: -0.0625rem;
    background-color: #93c5fd;
    border-radius: 50%;
    box-shadow: 0.625rem 0.625rem 0.625rem 0.9375rem rgba(162, 28, 175, 0.5);
    z-index: 10;
    filter: blur(0.5rem);
    transition-duration: 0.5s;
}

.btn-style::after {
    position: absolute;
    content: '';
    width: 5rem;
    height: 5rem;
    top: 0.9375rem;
    right: 2rem;
    background-color: #0891b2;
    border-radius: 50%;
    z-index: 10;
    filter: blur(0.5rem);
    transition-duration: 0.5s;
}

.btn-style:hover::after {
    top: 0.1875rem;
    right: -0.125rem;
    transform: scale(1.5);
}
    