:root {
    --body-light-bg-color: #cccccc;
    --body-dark-bg-color: #18222B;
    --cf-color-red: #fa4251;
    --cf-color-white: #ffffff;
    --txt-3px: 3px;
    --txt--3px: 3px;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

html {
    height: -webkit-fill-available;
}

.logo-container{
    width: 100%;
}

.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle {
    outline: 0;
}

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

.form-signin {
    width: 100%;
    max-width: 630px;
    padding: 15px;
    margin: auto;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
}

.cover-container{
    max-width: 100%;
}

.account-container{
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: 1px;
}

.login-container{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 5px;
    /*border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    background-color: rgba(54, 54, 54, 0.3);*/
}

.table-item:hover{
    background-color: rgba(38, 114, 57, 0.3);
}

.disabled{
    color: rgb(83, 83, 83);
}

.text-responsive{
    font-size: calc(8px + (18 - 8) * ((100vw - 300px) / (1600 - 300)));
}

.text-pill-outline{
    text-shadow:
    1px 1px 1px #000,
    -1px 1px 1px #000,
    -1px -1px 0 #000,
    1px -1px 0 #000;
}

.text-pill-outline-thick{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    text-shadow:
    4px 4px 4px #000,
    -4px 4px 4px #000,
    -4px -4px 0 #000,
    4px -4px 0 #000;
}

.text-pill-outline-red{
    text-shadow:
    1px 1px 1px var(--cf-color-red),
    -1px 1px 1px var(--cf-color-red),
    -1px -1px 0 var(--cf-color-red),
    1px -1px 0 var(--cf-color-red);
}

.text-pill-outline-white{
    text-shadow:
    1px 1px 1px var(--cf-color-white),
    -1px 1px 1px var(--cf-color-white),
    -1px -1px 0 var(--cf-color-white),
    1px -1px 0 var(--cf-color-white);
}

/* ----- Section----- */
section {
    position: relative;
}

.section__content {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.section__content--w1830 {
    max-width: 1830px;
}

.section__content--p30 {
    padding: 0 30px;
}

@media (max-width: 991px) {
    .section__content--p30 {
        padding: 0;
    }
}

.statistic {
    padding-top: 57px;
}

.statistic__item{
    border: 1px solid rgb(71, 71, 71);
    border-radius: 5px;
    background: #fff;
    padding: 20px 30px;
    position: relative;
    min-height: 180px;
    overflow: hidden;
    margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .statistic__item {
        padding: 20px 10px;
    }
}

.statistic__item h2 {
    font-size: 36px;
    font-weight: 600;
    color: #4272d7;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .statistic__item h2 {
        font-size: 22px;
    }
}

.statistic__item .desc {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(71, 71, 71);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .statistic__item .desc {
        font-size: 13px;
    }
}

.statistic__item .icon {
    display: inline-block;
    position: relative;
    bottom: -25px;
    right: -200px;
}

.statistic__item .icon i {
    font-size: 180px;
    color: #808080;
    opacity: .2;
    line-height: 1;
    vertical-align: baseline;
}

.statistic__item--green {
    background: #00b26f;
}

.statistic__item--orange {
    background: #f8a54d;
}

.statistic__item--purple {
    background: #bc92ff;
}

.statistic__item--blue {
    background: #00b5e9;
}

.statistic__item--red {
    background: #fa4251;
}

.statistic__item--yellow {
    background: #ffc107;
}

.statistic2 {
    padding-top: 50px;
}

.statistic2 .statistic__item {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}

.statistic2 .statistic__item h2 {
    color: rgb(71, 71, 71);
}

.statistic2 .statistic__item .desc {
    color: rgb(71, 71, 71);
}

#viewport {
    padding-left: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content {
    width: 100%;
    position: relative;
    margin-right: 0;
}

/* Sidebar Styles */

#sidebar {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 250px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #37474F;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar header {
    background-color: #263238;
    font-size: 20px;
    line-height: 52px;
    text-align: center;
}

#sidebar header a {
    color: #fff;
    display: block;
    text-decoration: none;
}

#sidebar header a:hover {
    color: #fff;
}

#sidebar .nav a{
    background: none;
    border-bottom: 1px solid #455A64;
    color: #CFD8DC;
    font-size: 14px;
    padding: 16px 24px;
}

#sidebar .nav a:hover{
    background: none;
    color: #ECEFF1;
}

#sidebar .nav a i{
    margin-right: 16px;
}

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

.small-box > .inner {
    padding: 10px;
}

.small-box > .small-box-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.small-box > .small-box-footer:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.small-box h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .col-xl-2 .small-box h3,
    .col-lg-2 .small-box h3,
    .col-md-2 .small-box h3 {
    font-size: 1.6rem;
    }
    .col-xl-3 .small-box h3,
    .col-lg-3 .small-box h3,
    .col-md-3 .small-box h3 {
    font-size: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .col-xl-2 .small-box h3,
    .col-lg-2 .small-box h3,
    .col-md-2 .small-box h3 {
    font-size: 2.2rem;
    }
    .col-xl-3 .small-box h3,
    .col-lg-3 .small-box h3,
    .col-md-3 .small-box h3 {
    font-size: 2.2rem;
    }
}

.small-box p {
    font-size: 1rem;
}

.small-box p > small {
    color: #f8f9fa;
    display: block;
    font-size: .9rem;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    z-index: 0;
}

.small-box .icon > i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.small-box .icon > i.fa, .small-box .icon > i.fas, .small-box .icon > i.far, .small-box .icon > i.fab, .small-box .icon > i.fal, .small-box .icon > i.fad, .small-box .icon > i.ion {
    font-size: 70px;
    top: 20px;
}

.small-box .icon svg {
    font-size: 70px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.small-box:hover {
    text-decoration: none;
}

.small-box:hover .icon > i, .small-box:hover .icon > i.fa, .small-box:hover .icon > i.fas, .small-box:hover .icon > i.far, .small-box:hover .icon > i.fab, .small-box:hover .icon > i.fal, .small-box:hover .icon > i.fad, .small-box:hover .icon > i.ion {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.small-box:hover .icon > svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 767.98px) {
    .small-box {
    text-align: center;
    }
    .small-box .icon {
    display: none;
    }
    .small-box p {
    font-size: 12px;
    }
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-opacity-5 {
    opacity: 0.05 !important;
}

.content .container-fluid{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.wrapper .content-wrapper {
    min-height: calc(100vh - calc(3.5rem + 1px) - calc(3.5rem + 1px));
}

.content-wrapper > .content {
    padding: 0 0.5rem;
}

.content-wrapper {
    height: 100%;
}

.sidebar li .submenu{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 1rem; 
	padding-right: 1rem;
}

.file-item{
    cursor: pointer;
}

.div-scrollable{
    margin: 4px, 4px;
    padding: 4px;
    height: 20rem;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
}

.div-scrollable::-webkit-scrollbar{
    display: none;
}

.div-scrollable-equip-documents{
    margin: 4px, 4px;
    padding: 4px;
    height: 10rem;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
}

.div-scrollable-equip-documents::-webkit-scrollbar{
    display: none;
}

.box {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    margin: 30px 5%;
    padding: 5%;
}

.box2 {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    margin: 30px 1%;
    padding: 1%;
}

@media (min-width: 800px) {
    .box {
        margin: 40px auto;
        max-width: 800px;
        padding: 40px;
    }

    .box2 {
        margin: 40px auto;
        max-width: 160px;
        padding: 10px;
    }
}
  
  
  /* The list style
  -------------------------------------------------------------- */
  
.directory-list ul {
    margin-left: 10px;
    padding-left: 20px;
    border-left: 1px dashed #ddd;
}

.directory-list li {
    list-style: none;
    color: #888;
    font-size: 17px;
    font-style: italic;
    font-weight: normal;
}

.directory-list a {
    border-bottom: 1px solid transparent;
    color: #888;
    text-decoration: none;
    transition: all 0.2s ease;
}

.directory-list a:hover {
    border-color: #eee;
    color: #000;
}

.directory-list .folder,
.directory-list .folder > a {
    color: #777;
    font-weight: bold;
}
  
  
  /* The icons
  -------------------------------------------------------------- */
  
.directory-list li:before {
    margin-right: 10px;
    content: "";
    height: 20px;
    vertical-align: middle;
    width: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    /* file icon by default */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='lightgrey' d='M85.714,42.857V87.5c0,1.487-0.521,2.752-1.562,3.794c-1.042,1.041-2.308,1.562-3.795,1.562H19.643 c-1.488,0-2.753-0.521-3.794-1.562c-1.042-1.042-1.562-2.307-1.562-3.794v-75c0-1.487,0.521-2.752,1.562-3.794 c1.041-1.041,2.306-1.562,3.794-1.562H50V37.5c0,1.488,0.521,2.753,1.562,3.795s2.307,1.562,3.795,1.562H85.714z M85.546,35.714 H57.143V7.311c3.05,0.558,5.505,1.767,7.366,3.627l17.41,17.411C83.78,30.209,84.989,32.665,85.546,35.714z' /></svg>");
    background-position: center 2px;
    background-size: 60% auto;
}

.directory-list li.folder:before {
    /* folder icon if folder class is specified */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='lightblue' d='M96.429,37.5v39.286c0,3.423-1.228,6.361-3.684,8.817c-2.455,2.455-5.395,3.683-8.816,3.683H16.071 c-3.423,0-6.362-1.228-8.817-3.683c-2.456-2.456-3.683-5.395-3.683-8.817V23.214c0-3.422,1.228-6.362,3.683-8.817 c2.455-2.456,5.394-3.683,8.817-3.683h17.857c3.422,0,6.362,1.228,8.817,3.683c2.455,2.455,3.683,5.395,3.683,8.817V25h37.5 c3.422,0,6.361,1.228,8.816,3.683C95.201,31.138,96.429,34.078,96.429,37.5z' /></svg>");
    background-position: center top;
    background-size: 75% auto;
}

.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}

/* RED */
.ribbon span.red{
    background: #8f0808;
    background: linear-gradient(#cc5a5a 0%, #8f0808 100%);
}
.ribbon span .red::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8f0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8f0808;
}
.ribbon span .red::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8f0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8f0808;
}

/* BLUE */
.ribbon span.blue{
    background: #1e5799;
    background: linear-gradient(#5194e0 0%, #1e5799 100%);
}
.ribbon span .blue::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}
.ribbon span .blue::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

/* YELLOW */
.ribbon span.yellow{
    background: #fd9c2e;
    background: linear-gradient(#ffb867 0%, #fd9c2e 100%);
}
.ribbon span .yellow::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #fd9c2e;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.ribbon span .yellow::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #fd9c2e;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #fd9c2e;
}

/* Green */
.ribbon span.green{
    background: #44a81f;
    background: linear-gradient(#65fd2e 0%, #44a81f 100%);
}
.ribbon span .green::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #44a81f;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #65fd2e;
}
.ribbon span .green::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #44a81f;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #44a81f;
}

.box {
    max-width: 200px;
    width: 100%;
    height: 300px;
    position: relative;
    border: 1px solid #bbb;
    background: #eee;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    float: left;
    margin: 10px;
}

.box2 {
    max-width: 360px;
    width: 360px;
    height: 160px;
    position: relative;
    border: 1px solid #bbb;
    background: #eee;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    float: left;
    margin: 10px;
}

.foo {
    clear: both;
}

.bar {
    content: "";
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79a70a;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79a70a;
}

.baz {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0%, #79a70a 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 100px;
    left: 1000px;
}
  
hr.style14 {
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
    /*border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));*/
}




.sidebar {
    z-index: 1;
    top: 0;
    background: #212529;
    padding-top: 30px;
    position: fixed;
    left: 0;
    width: 280px;
    height: 100%;
    transition: 0.5s;
    transition-property: left;
    overflow-y: auto;
}

.profile_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sidebar .profile_info .profile_image {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
}

.sidebar .profile_info h4 {
    color: #ccc;
    margin-top: 0;
    margin-bottom: 20px;
}

.sidebar a {
    color: #fff;
    display: block;
    width: 100%;
    line-height: 50px;
    text-decoration: none;
    padding-left: 40px;
    box-sizing: border-box;
    transition: 0.5s;
    transition-property: background;
}

.sidebar a:hover {
    background: #32363a;
}

.sidebar i {
    padding-right: 10px;
}

label #sidebar_btn {
    z-index: 1;
    color: #fff;
    position: fixed;
    cursor: pointer;
    left: 300px;
    font-size: 20px;
    margin: 5px 0;
    transition: 0.5s;
    transition-property: color;
}

label #sidebar_btn:hover {
    color: #32363a;
}

.content {
    width: (100% - 250px);
    margin-top: 60px;
    padding: 20px;
    margin-left: 250px;
    height: 100vh;
    transition: 0.5s;
}

.img-content {
    width: 100%;
    margin-top: 40px;
    padding: 20px;
    height: 100vh;
    transition: 0.5s;
}

/* Responsive CSS */

@media screen and (max-width: 780px) {
    .sidebar {
        display: none;
    }

    #sidebar_btn {
        display: none;
    }

    .content {
        margin-left: 0;
        margin-top: 0;
        padding: 10px 20px;
        transition: 0s;
    }

    .nav_bar {
        background: #222;
        width: (100% - 0px);
        margin-top: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }

    .nav_bar .nav_btn {
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        transition: 0.5s;
        transition-property: color;
    }

    .nav_bar .nav_btn:hover {
        color: #19B3D3;
    }

    .active {
        display: block;
    }
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.equip-box{
    max-width: 220px;
    max-height: auto;
    width: 220px;
    height: auto;
    position: relative;
    border-radius: 4px;
    float: left;
    margin: 10px;
}

.equip-box2{
    max-width: 420px;
    max-height: auto;
    width: 420px;
    height: auto;
    position: relative;
    border-radius: 4px;
    float: left;
    margin: 10px;
}

.equip-box-new-entry{
    max-width: 420px;
    max-height: auto;
    width: 420px;
    height: auto;
    position: relative;
    border: 1px solid #bbb;
    border-radius: 4px;
    /*background: rgb(247, 247, 247);*/
    box-shadow: 0 0 15px rgba(23, 209, 45, 0.1);
    float: left;
    margin: 10px;
}

/* .equip-box:hover {
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.75);
    transform: perspective(1000px) scale(1.1) translate3d(0, -10px, 40px);
    -webkit-transform: perspective(1000px) scale(1.1) translate3d(0, -10px, 40px) translateZ(0);
    transition: all 0.3s ease;
    z-index: 1;
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
} */

.equip-content{
    padding: 10px;
}

.equip-checkout-box{
    max-width: 600px;
    max-height: auto;
    width: 600px;
    height: auto;
    position: relative;
    border-radius: 4px;
    float: left;
    margin: 10px;
    padding: 10px;
}

.equip-checkout-box:hover{
    background: rgba(164, 198, 218,0.30);
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.tooltip-popup{
    cursor: pointer;
}

@media(min-width: 1200px){
    .equip-content-title{
        font-size: 1em;
    }
    .equip-content-number{
        font-size: 1em;
    }
    .equip-content-content{
        font-size: 0.9em;
    }
    .equip-content-button{
        font-size: 0.9em;
    }
}

@media(max-width: 1199.98px){
    .equip-content-title{
        font-size: 1em;
    }
    .equip-content-number{
        font-size: 0.9em;
    }
    .equip-content-content{
        font-size: 0.7em;
    }
    .equip-content-button{
        font-size: 0.7em;
    }
}

.image-selected{
    border: 4px solid rgb(247, 48, 48);
    border-radius: 4px;
    background: rgb(62, 78, 93);
}

.vertical-scrollable>.row {
    overflow-y: auto;
    height: 140px;
}

.loader {
	border-top-color: #3498db;
	-webkit-animation: spinner 1.5s linear infinite;
	animation: spinner 1.5s linear infinite;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.dropdown-menu li {
    position: relative;
}
  
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
  
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
  
.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}

.drag-handle {
    cursor: grab;
    font-size: 1.2rem;
}

.drag-handle:active {
    cursor: grabbing;
}

.cf-links-link {
    padding: .10rem .2rem 0rem .2rem;
    color: var(--bs-body-color);
    text-decoration: none;
}

.cf-links-link:hover,
.cf-links-link:focus,
.cf-links-link.active {
    color: var(--bs-emphasis-color);
    background-color: rgba(84,33,187, .5);
}

.cf-links-link.active {
    font-weight: 600;
}

.sticky-menu {
    position: sticky;
    top: 100px; /* Adjust this value as needed, e.g., for a fixed header */
    z-index: 10; /* Ensures it stays above other content */
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.drag-list {
    min-height: 300px;
    border: 2px dashed #ced4da;
    padding: 1rem;
    border-radius: 0.5rem;
}

.vehicle {
    cursor: grab;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.vehicle.selected {
    border-color: #0f5132;
}

.vehicle.dragging {
    opacity: 0.5;
}

.form-check {
    cursor: pointer;
}

/* Light Mode Styling */
html[data-bs-theme="light"] body {
    background-color: var(--body-light-bg-color) !important;
    --bs-bg-body: var(--body-light-bg-color) !important;
}

[data-bs-theme="light"] .equip-box {
    border: 1px solid #bbb;
    background: rgb(247, 247, 247);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    color: #000;
}

html[data-bs-theme="light"] .equip-box {
    border: 1px solid #bbb !important;
    background: rgb(247, 247, 247) !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
    color: #000;
}

html[data-bs-theme="light"] .equip-box2 {
    border: 1px solid #bbb !important;
    background: rgb(247, 247, 247) !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
    color: #000;
}

[data-bs-theme="light"] .equip-checkout-box {
    border: 1px solid #bbb !important;
    background: rgb(247, 247, 247) !important;
    box-shadow: 0 0 15px rgba(0,0,0,.1) !important;
}

[data-bs-theme="light"] .navbar {
    background-color: rgb(24, 34, 43);
    border-bottom: 1px solid #444;
    color: #000;
}

[data-bs-theme="light"] .preview-form {
    background: rgb(209, 203, 203);
    color: #000;
}

/* Dark Mode Styling */
[data-bs-theme="dark"] .nav-link {
    color: #ffffff;
}

[data-bs-theme="dark"] .nav-link:hover {
    color: #cccccc;
}

[data-bs-theme="dark"] .equip-box {
    border: 1px solid #444; /* Darker border */
    background: rgb(40, 40, 40); /* Darker background */
    box-shadow: 0 0 15px rgba(214, 214, 214, 0.2) !important; /* Adjust shadow for better visibility */
}

html[data-bs-theme="dark"] .equip-box {
    border: 1px solid #444 !important; /* Darker border */
    background: rgb(40, 40, 40) !important; /* Darker background */
    box-shadow: 0 0 15px rgba(87, 87, 87, 0.2) !important; /* Adjust shadow for better visibility */
    color: #ffffff;
}

html[data-bs-theme="dark"] .equip-box.bg-light,
html[data-bs-theme="dark"] .equip-box.bg-white {
    background: rgb(40, 40, 40) !important;
    box-shadow: 0 0 15px rgba(214, 214, 214, 0.2) !important; /* Adjust shadow for better visibility */
}

html[data-bs-theme="dark"] .equip-box2 {
    border: 1px solid #444 !important; /* Darker border */
    background: rgb(40, 40, 40) !important; /* Darker background */
    box-shadow: 0 0 15px rgba(87, 87, 87, 0.2) !important; /* Adjust shadow for better visibility */
    color: #ffffff;
}

html[data-bs-theme="dark"] .equip-box2.bg-light,
html[data-bs-theme="dark"] .equip-box2.bg-white {
    background: rgb(40, 40, 40) !important;
    box-shadow: 0 0 15px rgba(214, 214, 214, 0.2) !important; /* Adjust shadow for better visibility */
}

[data-bs-theme="dark"] .bg-primary-subtle {
    background-color: #2a2a2a; /* Adjust to suit dark mode */
    color: #ffffff;
}
[data-bs-theme="dark"] .equip-box {
    border: 1px solid #444; /* Darker border */
    background: rgb(40, 40, 40); /* Darker background */
    box-shadow: 0 0 15px rgba(214, 214, 214, 0.2) !important; /* Adjust shadow for better visibility */
}

html[data-bs-theme="dark"] .equip-box {
    border: 1px solid #444 !important; /* Darker border */
    background: rgb(40, 40, 40) !important; /* Darker background */
    box-shadow: 0 0 15px rgba(87, 87, 87, 0.2) !important; /* Adjust shadow for better visibility */
    color: #ffffff;
}

html[data-bs-theme="dark"] .equip-box.bg-light,
html[data-bs-theme="dark"] .equip-box.bg-white {
    background: rgb(40, 40, 40) !important;
    box-shadow: 0 0 15px rgba(214, 214, 214, 0.2) !important; /* Adjust shadow for better visibility */
}

html[data-bs-theme="dark"] .equip-box2 {
    border: 1px solid #444 !important; /* Darker border */
    background: rgb(40, 40, 40) !important; /* Darker background */
    box-shadow: 0 0 15px rgba(87, 87, 87, 0.2) !important; /* Adjust shadow for better visibility */
    color: #ffffff;
}

html[data-bs-theme="dark"] .equip-box2.bg-light,
html[data-bs-theme="dark"] .equip-box2.bg-white {
    background: rgb(40, 40, 40) !important;
    box-shadow: 0 0 15px rgba(214, 214, 214, 0.2) !important; /* Adjust shadow for better visibility */
}

[data-bs-theme="dark"] .bg-primary-subtle {
    background-color: #2a2a2a; /* Adjust to suit dark mode */
    color: #ffffff;
}

[data-bs-theme="dark"] .equip-checkout-box {
    border: 1px solid #444 !important; /* Darker border */
    background: rgb(40, 40, 40) !important; /* Darker background */
    box-shadow: 0 0 15px rgba(214, 214, 214, 0.2) !important; /* Adjust shadow for better visibility */
}

html[data-bs-theme="dark"] body {
    background-color: var(--body-dark-bg-color) !important;
    --bs-bg-body: rgb(24, 34, 43) !important;
}

html[data-bs-theme="dark"] .container {
    background: rgb(24, 34, 43) !important;
    --bs-bg-body: rgb(24, 34, 43) !important;
}

[data-bs-theme="dark"] .navbar {
    background-color: rgb(31, 31, 31) !important;
    border-bottom: 1px solid #444 !important;
}

[data-bs-theme="dark"] .preview-form {
    background: rgb(70, 67, 67);
    color: #ffffff;
}

/* Shared dropdown styles */
.dropdown-menu {
    border: none;
    border-radius: 0;
}

.dropdown-item {
    color: #ffffff !important;
}

/* Light mode */
html[data-bs-theme="light"] .dropdown-menu {
    background-color: rgb(24, 34, 43) !important;
    color: #ffffff !important;
}
html[data-bs-theme="light"] .dropdown-menu .dropdown-item:hover {
    background-color: rgb(37, 53, 67) !important;
    color: #ffffff !important;
}

/* Dark mode */
html[data-bs-theme="dark"] .dropdown-menu {
    background-color: rgb(31, 31, 31) !important;
    color: #ffffff !important;
}
html[data-bs-theme="dark"] .dropdown-menu .dropdown-item:hover {
    background-color: rgb(60, 60, 60) !important;
    color: #ffffff !important;
}