﻿body {
    font-size: .8rem;
    font-weight: 400;
    color: #333;
    background: #dee2e6;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.wrapper {
    min-height: 100vh;
    position: relative;
    top: 0;
    height: 100vh;
}

a:hover {
    text-decoration: none;
}

.page-body-wrapper {
    min-height: calc(100vh - 40px);
    background: #dee2e6;
    height: 100%;
    background: #f6f6f6 url(../images/bg.png) top left repeat;
}

.btn-danger {
    color: #fff;
    background-color: #cc4b61;
    border-color: #cc4b61;
}

.lightGray, a.lightGray:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

b, strong {
    font-weight: 600;
}
/*Style for Color wise row - 12-June-2019*/
.inactive-bg {
    background-color: #e9d5e0 !important;
}

    .inactive-bg:hover {
        background-color: #e5e5e5 !important;
    }

.green-bg {
    background-color: rgba(1, 211, 107, 0.39) !important;
}

.red-bg {
    background-color: rgba(217, 83, 79, 0.39) !important;
}
/* 22 -June - 2019*/
.inactive-Status-bg {
    background-color: rgba(217, 83, 79, 0.39) !important;
}

.yellow-bg {
    background-color: rgba(236, 188, 41, 0.39) !important;
}

.lightBrown-bg {
    background-color: #fae9d7 !important;
}

.grey-bg {
    background-color: #eeeeee !important;
}

.light-yellow-bg {
    background-color: #f6f8c1 !important;
}

.pink-bg {
    background-color: #fae9d7 !important;
}

.bg-yellow-title-box {
    background-color: #ffc000;
    border-left: 6px solid #000000;
    padding: 7px;
    margin-bottom: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

    .bg-yellow-title-box h4, .bg-gray-title-box h4 {
        font-size: 13px;
        font-weight: 600;
        margin: 0px;
        padding: 0px;
    }

.bg-gray-title-box h4 {
    font-size: 12px;
}

.bg-gray-title-box {
    background-color: #ddd;
    padding: 5px;
    border-bottom: 4px double #00666d;
}

/*18-june-2019 */
.gray-color {
    background: #e1dddd !important;
}

.red-color {
    background: rgba(243, 10, 10, 0.30) !important;
}

.yellow-color {
    background: rgba(255, 255, 0, 0.16) !important;
    /*    background: rgba(255, 255, 0, 0.5) !important;*/
}

.white-color {
    background: rgba(255, 255, 255, 100) !important;
}

.green-color {
    /*background: rgb(127, 192, 84) !important;*/
    background: rgba(175, 243, 130, 0.6) !important;
}

.light-green-color {
    /*    background: rgba(152, 251, 152, 0.9) !important;*/
    background: rgba(168, 253, 168, 0.57) !important;
}

.btn-radius {
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12);
    border-radius: 4px;
    padding: 5px 8px;
    min-width: 80px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    text-decoration: none;
    background-image: none;
    background-color: #e5e5e5;
    color: #333;
    filter: none;
}

.toolbox-dropdown {
    width: 200px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    margin: 0px;
    padding: 0px;
}

.dropdown-toolbox {
    left: auto;
    right: 0;
    width: 200px;
}

.toolbox-dropdown > li > a {
    padding: 6px 20px;
}

.toolbox-dropdown li > a {
    padding: 6px 0 6px 13px;
    color: #333 !important;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
}

.btn.focus, .btn:focus, .btn:focus, .btn:hover {
    outline: 0;
    box-shadow: none !important;
}

.modal-footer, .modal-header h5 {
    font-size: 14px;
    width: 100%;
}

.modal-footer, .modal-header {
    padding: 8px 15px;
    background: #f6f6f6;
}

    .modal-header h5 i {
        margin-right: 5px;
    }

.mandatory-title {
    color: #d9534f;
    float: right;
    font-size: 10px;
    padding: 6px 10px 0 0;
    font-weight: 600;
}

.modal-footer, .modal-header .close {
    margin-top: -1px;
    font-size: 18px;
}

.modal-header button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    margin: 0px;
}

.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
}

label {
    margin: 0px !important;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 18px;
    color: #333;
}

.col-form-label {
    padding-top: calc(.3rem - 1px * 2);
    padding-bottom: calc(.3rem - 1px * 2);
    font-size: 12px !important;
}

.row-sm {
    margin-left: -5px;
    margin-right: -5px;
}

    .row-sm > div {
        padding-left: 5px;
        padding-right: 5px;
    }

.fa, .fas {
    margin-right: 5px;
}
/* HEADER TOP CODE */
.main-page-title {
    border-bottom: 1px solid #ddd;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.breadcrumb-custom {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    float: right;
    font-size: 14px;
}

    .breadcrumb-custom > li {
        display: inline-block;
        line-height: 28px;
    }

        .breadcrumb-custom > li a {
            color: #cf5065;
            text-decoration: none;
        }

    .breadcrumb-custom > .active {
        color: #333;
    }

    .breadcrumb-custom > li + li::before {
        color: #cf5065;
        content: "\f30b";
        padding: 0 8px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

.header-section {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(18,23,39,.5);
}

.dashboard-header {
    box-shadow: none;
}

.header-section .navbar-custom {
    padding: 0px 30px;
}

    .header-section .navbar-custom .navbar-brand {
        padding-top: 2px;
        padding-bottom: 3px;
    }

    .header-section .navbar-custom .user-navbar-nav .nav-link-user img {
        height: 40px;
        max-width: none;
        width: auto;
        border-radius: 4px;
        border: 1px solid #cc4b61;
    }

.navbar-custom .user-navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: none;
    width: 280px;
}

.dropdown-user .dw-user-box {
    padding: 5px 10px;
}

    .dropdown-user .dw-user-box .u-img {
        display: inline-block;
        vertical-align: top;
        width: 50px;
    }

.navbar-expand-md .navbar-nav .nav-link-user {
    color: #333;
}

.dropdown-user .dw-user-box .u-img img {
    border-radius: 5px;
    width: 100%;
}

.dropdown-user .dw-user-box .u-text {
    display: inline-block;
    max-width: 200px;
    padding-left: 10px;
    width: 100%;
}

    .dropdown-user .dw-user-box .u-text h4 {
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 2px;
        overflow: hidden;
        padding: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dropdown-user .dw-user-box .u-text p {
        font-size: 13px;
        margin-bottom: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.dropdown-menu.dropdown-user .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 0 !important;
    overflow: hidden;
}

.dropdown-user > li > a {
    padding: 6px 20px;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    white-space: nowrap;
    color: #333;
    font-size: 12px;
    text-decoration: none;
}

    .dropdown-user > li > a:hover {
        background-color: #f6f6f6;
    }

.bootstrap-select.form-control-sm .btn {
    height: auto !important;
    text-transform: capitalize;
    box-shadow: none;
    color: #495057;
    font-size: 12px;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .20rem .5rem;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    padding: .20rem .5rem;
}

.bootstrap-select.form-control-sm .no-results {
    font-size: 12px;
}

.bootstrap-select.form-control-sm .dropdown-menu {
    padding: 0px;
    font-size: 12px;
    max-width: 100%;
    overflow-x: hidden;
}

.bs-searchbox .form-control {
    font-size: 12px;
    padding: 6px 10px;
    height: 26px;
}

.bootstrap-select.form-control-sm .dropdown-toggle .filter-option-inner-inner {
    font-size: 11.5px;
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
    float: left;
}

.bootstrap-select.form-control-sm {
    height: 26px !important;
}

.form-group {
    margin-bottom: 5px;
}

.col-form-label-sm, .form-control-sm {
    font-size: 12px;
}

.help-block {
    display: none !important;
}

.form .has-error .form-control {
    border-color: #a94442;
    box-shadow: 0 1px 4px rgba(169, 68, 66, 0.93);
}

.form .has-error .input-group .input-group-addon {
    border-color: #a94442;
    box-shadow: 0 1px 4px rgba(169, 68, 66, 0.93);
}

.form .has-success .form-control {
    border-color: #3c763d;
    box-shadow: 0 1px 4px rgba(60, 118, 61, 0.93);
}

.form .has-success .input-group .input-group-addon {
    border-color: #3c763d;
    box-shadow: 0 1px 4px rgba(60, 118, 61, 0.93);
}

.form .form-control.error {
    border-color: #ed4e2a;
}
/*.has-success .bootstrap-select .btn-default, .has-success .form-control {
                border-color: #3c763d;
                border: 1px solid #3c763d;
                box-shadow: 0 1px 4px rgba(60, 118, 61, 0.93) !important;
        }*/
.has-error .bootstrap-select .btn-default, .has-error .form-control {
    border-color: #a94442;
    border: 1px solid #a94442;
    box-shadow: 0 1px 4px rgba(169, 68, 66, 0.93) !important;
}

.GroupIdValidation {
    position: absolute;
    top: 6px;
    right: 25px;
    font-size: 14px;
}

.form-control:focus, .bootstrap-select.form-control-sm .dropdown-toggle:focus {
    background: rgba(255, 240, 187, 0.48);
    outline: none !important;
    border-color: #999999;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-label::before {
    border: #cc4b61 solid 1px;
    top: 0.2rem;
}

.custom-control-label::after {
    top: .19rem;
}

.input-group-text {
    font-size: 12px;
}

.text-center {
    text-align: center;
}

.page-wrapper .dashboard-wrapper-mt {
    padding-top: 64px;
}

.dashboard-title {
    display: block;
    padding: 8px 19px;
    background-color: #cf5065;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
}

    .dashboard-title h2 {
        font-size: 14px;
        color: #fff;
        padding: 0px;
        margin: 0px;
    }

.dashboard-body {
    padding-top: 5px;
}

.home-box {
    flex: 0 0 7.666667%;
    max-width: 7.666667%;
    display: inline-block;
    width: 100%;
    margin: 0px 2px 5px 2px;
    text-align: center;
}

    .home-box img {
        margin-bottom: 10px;
        text-align: center;
        width: 55px;
    }

    .home-box .box-header h5 {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
    }

    .home-box a {
        color: #333;
        background: #fff;
        box-shadow: 0 5px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
        box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
        display: block;
        padding: 5px;
    }

        .home-box a:hover {
            box-shadow: inset 0px 0px 3px 1px rgb(224, 224, 224), 0 0 0 1px rgba(154, 149, 149, 0.46);
            text-decoration: none;
        }
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .home-box {
        flex: 0 0 19.334%;
        max-width: 19.334%;
        width: 100%;
    }
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .home-box {
        flex: 0 0 32.334%;
        max-width: 32.334%;
        width: 100%;
    }
}
/* xs */
@media (max-width: 767px) {
    .home-box {
        flex: 0 0 30.666667%;
        max-width: 30.666667%;
    }
}
/* XS Portrait */
@media (max-width: 479px) {
    .home-box {
        flex: 0 0 45.334%;
        max-width: 45.334%;
    }
}

.datepicker.dropdown-menu {
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    border: 1px solid #efefef;
}

.datepicker td, .datepicker th {
    border-radius: 0;
    font-size: 12px;
    padding: 3px !important;
    min-width: 20px;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
    background: #cc4b61;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 600;
    font-size: 12px;
}

.card .card-body {
    padding: 0.75rem;
}

.sub-menu-section {
    margin-bottom: 10px;
}

.card-header.sub-menu-header {
    padding: 5px 10px;
    margin-bottom: 0;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    border-radius: 0px !important;
    font-size: 16px;
}

.card .sub-menu-body {
    padding: 7px 7px 2px;
}

.sub-menu-box {
    background: #eeeeee;
    padding: 2px 4px;
    margin: 0 0 5px;
    border-left: 5px solid rgba(207, 80, 101, 0.28);
}

    .sub-menu-box:hover {
        border-left: 5px solid #cc4b61;
    }

.sub-menu-section .col-md-3 {
    width: 20%;
    max-width: 20%;
}

.sub-menu-box .item-title-box h5 {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 4px 0;
    text-overflow: ellipsis;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
}

.card-header.card-header-custom {
    padding: 5px 15px;
}

    .card-header.card-header-custom .caption {
        color: #333;
        display: inline-block;
        float: left;
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        margin: 6px 0 0;
        padding: 0;
    }

    .card-header.card-header-custom .actions {
        display: inline-block;
        float: right;
        margin: 0px 0 0;
        padding: 0;
    }

.m-b-0 {
    margin-bottom: 0px !important;
}

.table {
    width: 100% !important;
}

.card .body .table td, .card .body .table th {
    vertical-align: middle;
    font-size: 12px;
}

table.dataTable {
    border-collapse: collapse;
}

    table.dataTable thead th, table.dataTable thead td {
        vertical-align: bottom;
        border-bottom: none;
    }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: -2px;
    min-width: 0px;
    padding: 0px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: transparent;
        border: 1px solid transparent;
    }

.dataTables_paginate .page-link {
    padding: 5px 8px;
}

.dataTables_paginate .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #cf5065;
    border-color: #cf5065;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 8px 10px;
}

table.dataTable tbody th, table.dataTable tbody td, table tbody th, table tbody td {
    padding: 3px 10px;
    min-width: 95px;
}

.dataTables_wrapper {
    padding: 0px !important;
}

table.form-table .tbl-btn, table.dataTable .tbl-btn {
    padding: 1px 6px !important;
    font-size: 10px !important;
}

    table.form-table .tbl-btn, table.dataTable .tbl-btn .fa,
    table.form-table .tbl-btn, table.dataTable .tbl-btn .fas {
        margin: 0px;
    }

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #fff;
    text-decoration: none;
}

.modal-inner-title {
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0px 10px;
    border-bottom: 4px double #ddd;
}

.modal-body {
    padding: 10px 15px;
}

.well-custom {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
    min-height: 20px;
    padding: 5px;
}

.fileinput .thumbnail {
    margin-bottom: 5px;
    overflow: hidden;
    padding: 3px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    vertical-align: middle;
}

    .fileinput .thumbnail > img {
        height: 100%;
        max-height: 100%;
        width: 100%;
    }

.forget-link {
    color: #cc4b61 !important;
    text-decoration: none;
    border-bottom: 1px dashed #cc4b61;
    font-size: 12px;
    font-weight: 600;
}

    .forget-link:hover {
        color: #cc4b61;
        text-decoration: none;
    }

.footer {
    background-color: #cc4b61;
    padding: 10px 15px;
    width: 100%;
    z-index: 99;
    letter-spacing: 1px;
}

    .footer .text-muted {
        color: #fff !important;
        margin: 0;
        font-size: 11px;
        padding: 5px 0 0;
    }

.spinner-section {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
}

.spinner {
    height: 100px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: relative;
    top: 50%;
    width: 100px;
    text-align: center;
    z-index: 1001;
}

    .spinner > div {
        background-color: #fff;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

.tab-content-custom {
    padding: 10px 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
}

.modal.right .modal-footer, .modal.right .modal-header {
    border-radius: 0;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.mt-10 {
    margin-top: 10px;
}

.nav-refresh-btn ul {
    margin-bottom: 0px;
}

    .nav-refresh-btn ul li a.page-link {
        padding: 5px 8px;
        color: #333;
        text-transform: uppercase;
        font-size: 12px;
        box-shadow: 0 0px 0px 0 rgba(200, 29, 29, 0.4), 0px 0px 3px 0 rgba(235, 24, 24, 0.12);
    }

        .nav-refresh-btn ul li a.page-link.btn-success {
            color: #fff !important;
            background-color: #28a745 !important;
            border-color: #28a745 !important;
            font-weight: 600;
        }

        .nav-refresh-btn ul li a.page-link.btn-primary {
            color: #fff;
            background-color: #007bff;
            border-color: #007bff;
        }

        .nav-refresh-btn ul li a.page-link.btn-warning {
            color: #fff;
            background-color: #ffc107;
            border-color: #ffc107;
        }

        .nav-refresh-btn ul li a.page-link.btn-info {
            color: #fff;
            background-color: #17a2b8;
            border-color: #17a2b8;
        }

        .nav-refresh-btn ul li a.page-link.btn-danger {
            color: #fff;
            background-color: #cc4b61;
            border-color: #cc4b61;
        }

.bootstrap-select.form-control-sm.width-220 .btn {
    width: 220px !important;
}

.custom-select.width-220 {
    width: 220px !important;
    padding: .20rem .5rem;
    font-size: 12px;
    height: auto;
}

.nav-refresh-btn ul li a.page-link.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

table.table-hover .tbl-btn, table.table-hover .tbl-btn {
    padding: 1px 6px !important;
    font-size: 10px !important;
}
/* lg */

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .modal-xl {
        max-width: 940px;
        margin: 1.75rem auto;
    }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .header-section .navbar-custom .navbar-brand {
        max-width: 130px;
        width: 100%;
    }

        .header-section .navbar-custom .navbar-brand img {
            width: 100%;
        }

    #navbarAccount .nav-item .nav-link {
        font-size: 12px;
        padding: 23px 12px;
    }
}
/* xs */
@media (max-width: 767px) {
    .header-section .navbar-custom {
        padding: 0px;
    }

    .navbar-custom .navbar-header {
        width: 100%;
        text-align: center;
    }

    .navbar-custom .navbar-toggler {
        position: absolute;
        left: 0;
        top: 15px;
    }

    #navbarAccount .nav-item .nav-link {
        letter-spacing: 1px;
        padding: 5px 15px;
    }

        #navbarAccount .nav-item .nav-link.active,
        #navbarAccount .nav-item .nav-link {
            border-bottom: none;
        }

            #navbarAccount .nav-item .nav-link:hover {
                color: #cc4b61;
                border-bottom: none;
            }

    .navbar-custom .mobile-user-navbar .dropdown {
        position: inherit;
    }

        .navbar-custom .mobile-user-navbar .dropdown .dropdown-toggle {
            position: absolute;
            top: 16px;
            right: 11px;
        }

    .navbar-custom .mobile-user-navbar .dropdown-toggle::after {
        border: none;
    }

    .navbar-custom .mobile-user-navbar .profile-dropdown {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
    }

    .breadcrumb-custom {
        float: none;
    }

    .card-header.card-header-custom .caption {
        margin: 6px 0 6px;
    }

    .card-header.card-header-custom .actions {
        float: left;
    }

    .sub-menu-section .col-md-3 {
        width: 100%;
        max-width: 100%;
    }
}

/* XS Portrait */
@media (max-width: 479px) {
}

