﻿.custom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    font-size: 50px;
    color: #ffffff;
    background-color: #1f3952;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .custom-button:hover {
        cursor: pointer;
        box-shadow: 0px 8px 50px 2px rgb(43 92 156 / 40%);
        transition: .5s all ease-in !important;
        border-radius: 10px;
    }

@keyframes float {
    0% {
        box-shadow: 8px 12px 11px 6px #00000096;
        transform: translatey(0px);
    }

    50% {
        box-shadow: 8px 12px 11px 6px #00000096;
        transform: translatey(-20px);
    }

    100% {
        box-shadow: 8px 12px 11px 6px #00000096;
        transform: translatey(0px);
    }
}

.custom-button {
    background: white;
    color: #1f3952;
    transition: .3s all ease-out !important;
    padding: 10%;
    box-shadow: 0px 7px 50px 1px rgb(43 89 180 / 20%);
}

.button-container {
    margin-bottom: 10px;
}

    .button-container .col-md-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

table#datatable {
    min-width: 4000px !important;
}

.margin-right {
    margin-right: 5px
}

div#swal2-content {
    padding: 20px 55px;
    margin-top: 20px;
    font-size: medium;
}

    div#swal2-content .col-sm-4 {
        text-align: left;
    }



.customchecked, .custompending {
    animation: check 2s ease-in-out forwards; /* use forwards to keep the end state */
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0; /* hide all items by default */
}

.check-icon {
    color: darkgreen;
}

@keyframes check {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.pending-icon {
    color: red;
}

.list-group-item:nth-child(1) {
    animation-delay: 0.5s;
}

.list-group-item:nth-child(2) {
    animation-delay: 1s;
}

.list-group-item:nth-child(3) {
    animation-delay: 1.5s;
}

.list-group-item:nth-child(4) {
    animation-delay: 2s;
}

.list-group-item:nth-child(5) {
    animation-delay: 2.5s;
}

.list-group-item:nth-child(6) {
    animation-delay: 3s;
}

/* prevent the drop down icon going onto a new line for the top bar language link */
.top-bar-language-nav-link {
    min-width: 65px;
}

/* bootstrap model showing two scroll bars */
html {
    overflow: visible;
}

/* main sidebar not under model */
.modal {
    z-index: 1110;
}

.select2-selection__choice__display {
    color: black !important;
}

.form-group.required .col-form-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 3px;
}

.nav-user-menu .user-image {
    width: 27px;
    margin-right: 4px;
    margin-top: -4px;
}

.famfamfam-flags {
    display: inline-block;
}

.btn-primary {
    background: #1f3952 !important;
    border: #1f3952 !important;
}

ul.nav.nav-tabs a.nav-link {
    border: 1px solid #c5c5c5;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: black !important;
}

    ul.nav.nav-tabs a.nav-link.active {
        color: white !important;
    }

/*a.nav-link.active {
    background: #1f3952 !important;
    color: white !important;
    opacity: 0.8;
}*/

ul.nav.nav-tabs li.nav-item {
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

ul.nav.nav-tabs {
    border-bottom: none !important;
}

nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
    background: #1f3952 !important;
}

footer.main-footer a {
    color: #1f3952;
}

a.btn.bg-blue.float-sm-right, button.btn.bg-blue.btn-search, .page-item.active .page-link {
    background: #1f3952 !important;
    border-color: #1f3952 !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F3F3F3;
}

::-webkit-scrollbar-thumb {
    background-color: #1f3952;
}

::-webkit-scrollbar {
    width: 11px;
    height: 11px;
    background-color: #F3F3F3;
}

.info-box {
    /*  box-shadow: 4px 10px 9px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2) !important;*/
   /* box-shadow: 0px 7px 50px 1px rgba(43,180,84,.2) !important;*/
}
button.close span {
    color: white;
}

span.info-box-number {
    color: #1f3952;
}

nav.main-header.navbar.navbar-expand.navbar-white.navbar-light a.nav-link {
    color: white;
}

a.btn.btn-icon.btn-primary.waves-effect.waves-light {
    padding: 5px;
    font-size: 8px;
    margin: 0 !important;
}

img.table-img {
    width: 45px;
}

.tab-content .card-header {
    background: #1f3952;
    color: white;
}

a {
    color: #1e6ab3;
}


.particle-network-animation {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    /* background-color: #171717;*/
}

/*.particle-network-animation::before {
        z-index: -2;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;*/
/*background-image: url(https://images.unsplash.com/photo-1450849608880-6f787542c88a?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=786a67dca1d8791d181bfd90b16240d9);*/
/*background-position: center center;
        background-size: cover;
        opacity: 0.2;
    }*/

.glow {
    z-index: -1;
    position: fixed;
    top: 50%;
    left: 50%;
    background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.025), transparent);
}

.glow-1 {
    width: 150vw;
    height: 150vh;
    margin-top: -75vh;
    margin-left: -75vw;
    animation: glow-1-move 25s linear infinite both;
}

@keyframes glow-1-move {
    from {
        transform: translate(-100%, 100%);
    }

    to {
        transform: translate(100%, -100%);
    }
}

.glow-2 {
    width: 100vw;
    height: 100vh;
    margin-top: -50vh;
    margin-left: -50vw;
    animation: glow-2-move 25s linear 8.3333333333s infinite both;
}

@keyframes glow-2-move {
    from {
        transform: translate(-100%, 0%);
    }

    to {
        transform: translate(100%, 100%);
    }
}

.glow-3 {
    width: 120vw;
    height: 120vh;
    margin-top: -60vh;
    margin-left: -60vw;
    animation: glow-3-move 25s linear 16.6666666667s infinite both;
}

@keyframes glow-3-move {
    from {
        transform: translate(100%, 100%);
    }

    to {
        transform: translate(0%, -100%);
    }
}


/*No Margin in body*/
/*.content-wrapper {
    margin-left: 0 !important;
}*/

/*nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
    margin-left: 0;
}*/

/*aside.main-sidebar.sidebar-dark-primary.elevation-4 {
    display: none
}*/

/*footer.main-footer {
    margin-left: 0px !important;
}*/

/*End*/
/*.container {
    max-width: 95%;
}*/

button.swal-button.swal-button--confirm {
    background: #1f3952 !important;
    border: #1f3952 !important;
}

text.highcharts-credits {
    display: none;
}

.btn {
    /*padding: 4.5px 12px !important;*/
    line-height: 1.3;
}

.dataTables_scrollBody {
    overflow: revert !important;
}

div#SAPPostingModal .modal-dialog {
    top: 30%;
    z-index: 0 !important;
}

.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 9999;
}

.app {
    padding: 10px 50px;
    /*display: grid;*/
    grid-template-columns: 0.8fr 0.2fr;
    grid-template-rows: 540px;
    grid-gap: 10px;
    grid-template-areas: "theater options";
    font-family: Helvetiva, sans-serif;
}



    .app .theater {
        background-color: #0b8fc021;
        grid-area: theater;
        border-radius: 15px;
        box-shadow: 11px 9px 15px #b4b2b2;
    }

    .app .options {
        /* background-color: #0b8fc021; */
        grid-area: options;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 11px 9px 15px #b4b2b2;
        /* color: white; */
        margin-bottom: 15px;
        border: 2px solid #1f3952;
    }

        .app .options .divider {
            border: 0.5px solid gray;
            margin-bottom: 15px;
        }

        .app .options .input,
        .app .options h2,
        .app .options p {
            margin-bottom: 15px;
        }

        .app .options h2 {
            font-size: 2rem;
        }

        .app .options p {
            font-size: 1.2rem;
        }

        .app .options h3.result {
            color: white;
            font-size: 1.2rem;
        }

        .app .options .input {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .app .options select {
            padding: 2.5px;
            border-radius: 2.5px;
            border: none;
            width: 50%;
        }

        .app .options button {
            padding: 5px 10px;
            border-radius: 2.5px;
            border: none;
        }




.theater {
    padding: 25px 50px;
    display: grid;
    grid-template-columns: 85px repeat(15, 0.2fr);
    /*grid-template-rows: 25px repeat(5, 0.21fr);*/
    grid-gap: 5px;
}

    .theater .screen {
        background-color: #544b50;
        color: white;
        display: flex;
        justify-content: space-around;
        align-content: stretch;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        grid-column: 1/17;
    }

    .theater .seat {
        background-color: #989396;
    }

    .theater .taken {
        background-color: #19358c;
    }

        .theater .taken .respaldo,
        .theater .taken .brazoIzq,
        .theater .taken .brazoDer,
        .theater .taken .cojin,
        .theater .taken .base {
            background-color: #05b200;
            color: black;
        }

.seat.disablefeild .respaldo {
    background: #8c0000;
}

.theater .rowName {
    background-color: #544b50;
    color: white;
    display: flex;
    justify-content: space-around;
    align-content: stretch;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
}

    .theater .rowName.a {
        grid-row: 2;
    }

    .theater .rowName.b {
        grid-row: 3;
    }

    .theater .rowName.c {
        grid-row: 4;
    }

    .theater .rowName.d {
        grid-row: 5;
    }

    .theater .rowName.e {
        grid-row: 6;
    }




.seat {
    position: relative;
    width: 100%;
    height: 100%;
    order: 0;
    flex: 0 1 auto;
    align-self: center;
}

    .seat .respaldo {
        background-color: #6251a9;
        /* -webkit-clip-path: polygon(40% 70%, 40% 30%, 41% 28%, 59% 28%, 60% 30%, 60% 70%);
        clip-path: polygon(40% 70%, 40% 30%, 41% 28%, 59% 28%, 60% 30%, 60% 70%);*/
        height: 100%;
        width: 100%;
        text-align: center;
        color: white;
        font-weight: 700;
    }
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
}
/*.modal-content {
    background-image: url(/img/water1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    overflow: auto;
}*/
.modal-header {
    background: #1f3952 !important;
    color: white;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
.loader-image {
    animation: rotation 4s infinite linear;
}
/*.custom-loader {
    position: fixed;
    top: 40%;
    left: 43%;
    z-index: 999999;
    
}*/
.custom-loader {
    position: fixed;
    top: 40%;
    left: 43%;
    width: 150px;
    height: 150px;
    background-image: url(../img/loader.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 999999;
    animation: rotation 2s infinite linear;
}
.loader-image {
    width: 150px;
    height: 150px;
}
.backdrop-loader {
    z-index: 2000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(170, 170, 170);
    opacity: 0.3;
    cursor: wait;
    position: fixed;
}
table tbody tr {
    text-align: center;
}
.table tbody td {
    text-align: center;
    vertical-align: middle;
}
select.form-control.action-dropdown {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    width: 70%;
}
    select.form-control.action-dropdown option {
        background: white;
        color: black;
        text-align: left;
    }
.table thead th {
    font-size: 12px;
}
.table tbody td {
    font-size: 11px;
}
.dropdown-menu.dropdown-menu-lg.dropdown-menu-end.p-0.show {
    width: 280px !important;
}
.traffic-signal {
    width: 90px;
    height: 53px;
    background-color: #0a223a;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.light {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 10px;
    transition: background-color 0.9s;
}

@keyframes blinkRed {

    0%, 49% {
        background-color: red;
    }

    50%, 100% {
        background-color: black;
    }
}

@keyframes blinkYellow {

    0%, 49% {
        background-color: yellow;
    }

    50%, 100% {
        background-color: black;
    }
}

@keyframes blinkGreen {

    0%, 49% {
        background-color: green;
    }

    50%, 100% {
        background-color: black;
    }
}

.red {
    background-color: red;
    animation: blinkRed 9s infinite;
}

.yellow {
    background-color: yellow;
    animation: blinkYellow 9s infinite;
    animation-delay: 3s;
}

.green {
    background-color: green;
    animation: blinkGreen 9s infinite;
    animation-delay: 6s;
}
@keyframes flash {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0 !important;
}
.notification-item .d-flex {
    padding: .75rem 1rem;
}
.avatar-sm {
    height: 2rem;
    width: 2rem;
}
.simplebar-wrapper {
    overflow: auto;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
i.fa.fa-bell {
    color: white;
}
.font-size-13 {
    font-size: 13px !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.mdi-clock-outline::before {
    content: "\F0150";
}
.mdi-set, .mdi:before {
    display: inline-block;
    font: normal normal normal 24px / 1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-center {
    text-align: center !important;
}
.d-grid {
    display: grid !important;
}
.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
button.btn.btn-secondary.dropdown-toggle {
    background: #1f3952;
}
a.btn.btn-primary.float-right.margin-right, button.btn.btn-primary.float-right.margin-right, button.btn.btn-primary.float-right {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 8px 10px !important;
}
.select2 {
    width: 100% !important;
}
button.swal2-confirm.swal2-styled {
    background: #132231;
}
.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 10px;
}
select.form-control.action-dropdown {
    background: #1f3952;
}
a#Pay {
    margin-top: 15px;
    float: right;
}
aside.main-sidebar.sidebar-dark-primary.elevation-4 {
    background: #f4f6f9;
}
    aside.main-sidebar.sidebar-dark-primary.elevation-4 a.nav-link {
        color: #1f3952 !important;
        padding: 8px 11px;
    }
        aside.main-sidebar.sidebar-dark-primary.elevation-4 a.nav-link p {
            margin: 0;
        }
        aside.main-sidebar.sidebar-dark-primary.elevation-4 .dropdown-menu.show {
            position: relative !important;
            transform: none !important;
            border: none;
            background: transparent;
            box-shadow: none;
        }
            aside.main-sidebar.sidebar-dark-primary.elevation-4 .dropdown-menu.show a.dropdown-item {
                color: #626262 !important;
                margin-left: 20px;
                padding-top: 10px;
                font-size: 11px;
            }
body:not(.layout-fixed) .main-sidebar .sidebar {
    overflow-y: initial !important;
}
aside.main-sidebar.sidebar-dark-primary.elevation-4 ul.navbar-nav {
    display: block;
}
a.brand-link {
    padding: 0;
    border-color: #d4d4d4 !important;
}
nav.main-header.navbar.navbar-expand.navbar-white.navbar-light li {
    display: block;
}

body.sidebar-mini.sidebar-collapse li.nav-item i {
    font-size: 19px;
    padding-right: 17px;
}
aside.main-sidebar.sidebar-dark-primary.elevation-4 span {
    padding-left: 10px;
}
@media (max-width: 576px) {
    .login-box, .register-box {
        width: 90% !important;
        margin-left: 5% !important;
    }
    #GateInApprovalTable_wrapper, div#VehicleRegistrationTable_wrapper, div#VesselDetailsTable_wrapper, div#VesselDetailsRegistrationTable_wrapper,
    div#ConsigneeDashboardTable_wrapper, div#GateInRequestTable_wrapper {
        overflow-x: auto;
        min-width: 800px;
    }

    form#GateInApprovalSearchForm select#SearchStatus,
    form#VehicleRegistrationSearchForm select#statusFilter {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .table-responsive.VesselDetails.VesselDetailsTable {
        overflow: auto !important;
    }
    .btn {
        font-size: 10px !important;
    }
    button.toggle-trans {
        position: relative !important;
        top: -16px !important;
    }
   
    .table-responsive.VesselDetails a.btn.btn-success {
        margin-bottom: 5px;
    }
       /* table#GateInApprovalTable th {
            max-width: 10px !important;
        }
        table#GateInApprovalTable td {
            max-width: 10px !important;
        }*/
    body.login-page {
        display: grid;
       
        grid-template-columns: 2fr !important;
    }
    .col-sm-12.login-text-left {
        margin-top: 10px;
    }
    .col-sm-12.login-text-right {
        text-align: center !important;
    }
    main.container-fluid {
        padding: 30px 5px !important;
    }
    div#toggleDiv .card {
        width: 100%;
    }
    .modal {
        padding: 0 !important;
    }
    .modal-dialog {
        max-width: 100% !important;
    }
    .left-content img {
        position: absolute;
        top: -9% !important;
        left: -26px !important;
        width: 53% !important;
    }
    .input-group.searchbox.header {
        width: 100% !important;
    }
    .top-filter {
        width: 100% !important;
        margin-top: 15px;
       
    }
    .modal-dialog {
        min-width: 95% !important;
    }
    .custom-button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 170px !important;
        width: 170px !important;
        border-radius: 50%;
        font-size: 50px;
        color: #ffffff;
        background-color: #1f3952;
        border: none;
        cursor: pointer;
        margin-left: 25% !important;
        transition: background-color 0.3s ease;
    }
}
.hidden {
    display: none;
}
.form-control {
    padding: 3px 12px !important;
    height: 30px !important;
    font-size: 12px !important;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,.2);
}
div#VesselDetails table.table.table-striped td, div#VesselDetails table.table.table-striped th {
    padding: 5px;
}
div#VesselDetails table.table.table-striped a.btn {
    font-size: 10px;
}
span.select2-selection.select2-selection--single {
    padding: 3px 12px;
    height: 30px;
    font-size: 12px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .2);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
@font-face {
    font-family: 'ADPortsGroup';
    src: url('/fonts/ADPortsGroup-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ADPortsGroup';
    src: url('/fonts/ADPortsGroup-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ADPortsGroup';
    src: url('/fonts/ADPortsGroup-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Apply the custom font to the entire body */
body {
    font-family: 'ADPortsGroup', Arial, sans-serif !important;
    font-weight: normal; /* Default to Regular */
    font-size:13px;
}

/* You can define different font weights like this */
h1, h2, h3,h4,h5,h6,h7 {
    font-family: 'ADPortsGroup' !important;
    /*font-weight: bold;*/ /* Use bold font */
    line-height:1.5;
}

p.light-text {
    font-family: 'ADPortsGroup' !important;
    font-weight: 300; /* Use Light version */
    line-height: 1.5;
}
span.badge {
    line-height: 1.5;
    font-size: 10px;
}
button.btn.btn-secondary.dropdown-toggle {
    font-size: 13px;
}
.swal2-title {
   
    font-weight: 400 !important;
}
div.table-responsive > div.dataTables_wrapper > div.row {
    width: 100%;
}
.dropdown-menu.show {
   
    z-index: 99999;
}

span.select2-dropdown {
    z-index: 99999999999999999;
}
li.select2-selection__choice {
    background: #1f3952 !important;
    border: 1px solid #1f3952 !important;
    padding: 5px 5px !important;
}
ul.nav.nav-treeview li.nav-item a.nav-link.active {
    background: #1f3952 !important;
    color: white !important;
}
li.nav-item.has-treeview.menu-open a.nav-link.active {
    background: #dbdbdb;
    color: #1f3952 !important;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #1f3952;
    color: #fff !important;
}
ul.nav.nav-treeview {
    font-size: 11px;
    background: #efefef !important;
}
    ul.nav.nav-treeview li.nav-item a.nav-link {
        padding-left: 22px;
    }
        ul.nav.nav-treeview li.nav-item a.nav-link i.nav-icon {
            font-size: 15px;
        }

.nav-link {
    display: flex;
    align-items: center;
}

    .nav-link i {
        min-width: 20px; /* Ensures consistent spacing */
    }
.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
    
    right: 0 !important;
   
}
.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link i.fas.fa-angle-left.right {
    width: 0;
    visibility: hidden;
}
button.btn.bg-blue.btn-searchs {
    background: #1f3952 !important;
    border-color: #1f3952 !important;
}
table td.child {
    text-align: left !important;
}
.modal-body ul.nav.nav-tabs a.nav-link.active {
    background: #1f3952;
}
a#deleteUserBtn {
    color: red;
}