﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.brand-link {
    padding: 10px 23px !important;
    background: #fff !important;
}

.layout-fixed .main-sidebar {
    background: #c30000;
}

.user-panel {
    border-bottom: 1px solid #ffffff;
}

.sidebar a {
    color: #fff !important;
}

.nav-treeview > .nav-item > .nav-link {
    color: #fff !important;
}

    .nav-treeview > .nav-item > .nav-link:hover {
        background-color: rgb(0 0 0 / 18%) !important;
        color: #fff;
    }

.user-panel {
    border-bottom: 1px solid #fff !important;
}

.table td, .table th {
    padding: 10px 20px !important;
    /*border-top: 1px solid #c30000b0 !important;*/
    color: #000;
}

.btn-primary {
    background-color: #c30000 !important;
    padding: 10px 20px !important;
    border: 1px solid #c30000 !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: 600 !important;
    transition: 0.5s !important;
}

    .btn-primary:hover {
        background-color: transparent !important;
        color: #c30000 !important;
    }

.table thead th {
    /*border-bottom: 1px solid #c30000;*/
}

.btn-warning {
    color: #ffffff;
    background-color: #c30000;
    border-color: #c30000;
    box-shadow: none;
}

    .btn-warning:hover {
        color: #ffffff;
        background-color: #000000;
        border-color: #000000;
    }

.card-info:not(.card-outline) > .card-header {
    background-color: #252525 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #c30000;
    background-color: #c30000;
    box-shadow: none;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
}

.custom-switch .custom-control-input:focus {
    box-shadow: none;
}

.small-box .icon > i.ion {
    font-size: 70px;
    top: 20px;
    color: #fff;
}

.bg-warning {
    background-color: #f1b500 !important;
    color: #fff !important;
}

.card-title {
    font-size: 20px;
    font-weight: 500;
    color: #c30000;
}

.card-header a {
    background-color: #c30000;
    border: 1px solid #c30000;
    color: #fff;
    border-radius: 7px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
}

.content .card {
    padding: 15px 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(195 0 0);
    font-weight: 500;
}

.footer-link {
    color: #c30000;
    transition: 0.5s;
}

    .footer-link:hover {
        color: #000;
    }

.card-info .card-title {
    color: #fff;
}

.breadcrumb-item a {
    color: #000;
}

.breadcrumb-item.active {
    color: #c30000;
}

.card-primary.card-outline {
    border-top: 3px solid #c30000;
}

.booking-table .table td, .booking-table .table th {
    padding: 2px 4px !important;
    /*border-top: 1px solid #c30000b0 !important;*/
    color: #000;
    font-size: 14px;
}

.bg-info {
    background-color: #c30000 !important;
}

.btn-link:hover {
    color: #000;
}

.page-item.active .page-link {
    background-color: #c60006;
    border-color: #c60006;
}

.table th, .table td {
    border-top: 1px solid #c30000b0 !important;
    border-bottom: 1px solid #c30000b0 !important;
}


.extra-style {
    padding: 0 !important;
}

.extra-style-2 {
    padding: 5px 10px !important;
}

.extra-style .form-group {
    margin-bottom: 5px;
}

.extra-style .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: unset;
    padding: 4px 7px;
    font-size: 15px;
}

.extra-style .custom-field {
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 4px 7px;
    font-size: 15px;
}


/* Side bar long name arrow display fixed. */
.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(260px - 0.5rem * 2) !important;
}
/* END:Side bar long name arrow display fixed. */

.pagination-yScroll {
    overflow-y:scroll;
}