 .main-header {
     position: fixed;
     width: 100%;
     height: 80px;
     box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     justify-content: space-between;
     background: #fff;
     z-index: 100;
     border: 1px solid;
     border-color: #dee2e6;
 }

 .main-content-wrap {
     width: 100%;
     float: right;
     margin-top: 80px;
     transition: all .24s ease-in-out;
     padding: 2rem 2rem 0;
     position: relative;
     min-height: calc(100vh - 80px);
     background: #f3f5f9;
     /* background: #fff; */
 }

 /* .form-group label {
     font-size: 14px;
     color: #70657b;
     margin-bottom: 4px;
 } */

 div.dataTables_wrapper div.dataTables_filter {
     text-align: right;
     display: none;
 }

 .btn-warning {
     color: #fff;
     background-color: #ffa500;
     border-color: #ffa500;
     /* background-color: #ffc107;
     border-color: #ffc107; */
 }

 .small,
 small {
     font-size: 125%;
     font-weight: 400;
 }

 /* .btn.btn-rounded,
        .btn.rounded {
            border-radius: 40px;
            width: 186px;
        } */

 table.dataTable thead th,
 table.dataTable tfoot th {
     font-weight: bold;
     text-align: center;
 }

 .form-control {
     display: block;
     width: 100%;
     height: calc(1.9695rem + 2px);
     padding: 0.375rem 0.75rem;
     font-size: 0.850rem;
     line-height: 1.5;
     color: #665c70;
     background-color: #fff;
     background-clip: padding-box;
     border-radius: 0.25rem;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 }

 .app-footer {
     margin-top: 2rem;
     background: #fff;
     padding: 1.25rem;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
     border-radius: 10px;
     box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
     border: 0;
 }

 .breadcrumb {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding: .75rem 1rem;
     margin-bottom: 1rem;
     list-style: none;
     background-color: transparent;
     border-radius: .25rem;
 }

 .select2-container {
     /* position: relative; */
     display: inline-block;
     zoom: 1;
     display: inline;
     width: 100%;
     font-size: 0.850rem;
     color: #665c70;
 }

 .select2-container .select2-choice {
     font-size: 0.850rem;
     width: 100%;
     display: block;
     height: 32px;
     padding: 0 0 0 8px;
     overflow: hidden;
     position: relative;
     border: 1px solid #ced4da;
     white-space: nowrap;
     line-height: 26px;
     color: #665c70;
     text-decoration: none;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
     background-clip: padding-box;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-color: #fff;
     background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, white));
     background-image: -webkit-linear-gradient(center bottom, #fff 0%, white 50%);
     background-image: -moz-linear-gradient(center bottom, #fff 0%, white 50%);
     background-image: -o-linear-gradient(bottom, #fff 0%, #fff 50%);
     background-image: -ms-linear-gradient(top, #fff 0%, #fff 50%);
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
     background-image: linear-gradient(top, #fff 0%, #fff 50%);
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 }

 select {
     font-size: 0.850rem;
     width: 100%;
     display: block;
     height: 32px;
     padding: 0 0 0 8px;
     overflow: hidden;
     position: relative;
     border: 1px solid #ced4da;
     white-space: nowrap;
     line-height: 26px;
     color: #665c70;
     text-decoration: none;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
     background-clip: padding-box;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-color: #fff;
     background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, white));
     background-image: -webkit-linear-gradient(center bottom, #fff 0%, white 50%);
     background-image: -moz-linear-gradient(center bottom, #fff 0%, white 50%);
     background-image: -o-linear-gradient(bottom, #fff 0%, #fff 50%);
     background-image: -ms-linear-gradient(top, #fff 0%, #fff 50%);
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
     background-image: linear-gradient(top, #fff 0%, #fff 50%);
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 }

 .table thead th {
     vertical-align: bottom;
     border-bottom: 2px solid #dee2e6;
     /* background-color: #2c3b41; */
     /* background-color: #d73925; */
     background-color: #c91d12;
     color: #fff;
     text-align: center;
 }

 .mb-3,
 .my-3 {
     margin-bottom: 0rem !important;
 }

 .breadcrumb {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding: .75rem 1rem;
     margin-bottom: 0rem;
     list-style: none;
     background-color: transparent;
     border-radius: .25rem;
 }

 .badge {
     display: inline-block;
     padding: .25em .4em;
     font-size: 90%;
     font-weight: 700;
     line-height: 1;
     text-align: center;
     white-space: nowrap;
     vertical-align: baseline;
     border-radius: .25rem;
 }

 hr {
     border: 1px solid #dee2e6 !important;
     ;
 }

 fieldset {
     display: block;
     margin-left: auto;
     margin-right: auto;
     padding-top: 0.35em;
     padding-bottom: 0.625em;
     padding-left: 0.75em;
     padding-right: 0.75em;
     border: 1px solid #dee2e6 !important;
     border-radius: 10px;
 }

 .h3,
 h3 {
     font-size: 1.42275rem;
     margin-top: 20px;
 }

 .fieldsetItem {
     margin-left: 7px;
 }

 .breadcrumb h1 {
     font-size: 1.3rem;
     line-height: 1;
     padding-right: .5rem;
     margin: 0;
 }

 /* .form-group label {
     font-size: 15px;
     color: #70657b;
     margin-bottom: -20px;
     text-align: left;
 } */

 .h1,
 .h2,
 .h3,
 .h4,
 .h5,
 .h6,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     margin-bottom: .1rem;
     font-family: inherit;
     font-weight: 500;
     line-height: 1.2;
     color: inherit;
 }

 .timeline__content p {
     font-size: 1rem;
     line-height: 1.5;
     margin-bottom: 10px;
 }

 .nav-tabs {
     border-bottom: 1px solid #c91d12;
 }

 .nav-tabs .nav-item .nav-link.active {
     border: 1px solid transparent;
     background: #eee;
     border-color: #c91d12 #c91d12 #fff;
 }

 .sidebar-left .navigation-left .nav-item.active,
 .sidebar-left .navigation-left .nav-item.active .nav-item-hold {
     color: #00c0ef;
 }

 .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-text {
     font-size: 13px;
     display: block;
     font-weight: 400;
     color: #fff;
 }

 .sidebar-left .navigation-left .nav-item.active .triangle {
     position: absolute;
     width: 0;
     height: 0;
     right: 0;
     bottom: 0;
     border-style: solid;
     border-width: 0 0 30px 30px;
     border-color: transparent transparent #2c3b41;
 }

 .sidebar-left .navigation-left {
     list-style: none;
     text-align: center;
     width: 120px;
     height: 100%;
     margin: 0;
     padding: 0;
     /* background-color: #2c3b41; */
     /* background-color: #d73925; */
     background-color: #c91d12;
     color: #fff;
 }

 .sidebar-left .navigation-left .nav-item .nav-item-hold .feather,
 .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-icon {
     font-size: 32px;
     height: 32px;
     width: 32px;
     display: block;
     margin: 0 auto 6px;
     color: #fff;
 }

 .modal-lg {
     max-width: 900px;
 }

 .form-group label {
     font-size: 14px;
     color: #70657b;
     margin-bottom: -6px;
     text-align: left;
 }

 .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-icon {
     font-size: 25px;
     height: 25px;
     width: 25px;
     display: block;
     margin: 0 auto 6px;
     color: #fff;
 }

 .sidebar-left .navigation-left .nav-item .nav-item-hold {
     width: 100%;
     padding: 5px 0;
     display: block;
     color: #332e38;
 }

 .m-1 {
     margin: 0rem !important;
 }