@import url(../../preloader/animate.css);
@import url(../../preloader/spinners.css);


.top-0{
    top: 0 !important;
}
.right-0{
    right: 0 !important;
}
.left-0{
    left: 0 !important;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media all and (min-width: 992px) {
    .dropdown-pos .dropdown-menu {
        display: none;
    }

    .dropdown-pos:hover .dropdown-menu {
        display: block;
    }
}

.btn {
    border-radius: 3px !important;
}

.btn-outline-secondary {
    border-color: #d1d3e2;
}

.br-2 {
    border-radius: 2px !important;
}

.br-3 {
    border-radius: 3px !important;
}
.br-3-top {
    border-radius: 3px 3px 0 0 !important;
}
.br-3-bottom {
    border-radius: 0 0 3px 3px !important;
}

.br-4 {
    border-radius: 4px !important;
}

.border-2 {
    border: 1px solid #d1d3e2;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    /*border-radius: 0.35rem;*/
    border-radius: 3px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-item .page-link {
    border-radius: 3px !important;
}

/*preloader*/

.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

.preloader-2 {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.1);
}

.preloader-2 .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

/*preloader*/

.table-border-top-0 thead th {
    border-top: 0 !important;
}

.data-table tbody td {
    padding: .5rem 0;
}

.table tbody td {
    height: 30px !important;
    padding: .5rem 0;
}

#my-search {
    /*outline: none;*/
}

.table thead th {
    text-transform: none;
}

.table td,
.table th {
    /*padding-right: 0;*/
}

.table td, .table th {
    padding: 0.45rem 0.75rem !important;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}

.my-border-radius-0 {
    border-radius: 0.20rem;
}

.my-border-radius {
    border-radius: 0.30rem;
}

.my-border-radius-top {
    border-radius: 0.30rem 0.30rem 0 0;
}

.form-control-user-date {
    font-size: .8rem;
    border-radius: 5px;
    padding: 0.1rem 1rem;
    max-height: 27px;
}

.alert-danger {
    background-color: #ff0000;
    color: white;
}

.alert-success {
    background-color: #93c54b;
    color: white;
}

.text-success {
    color: #93c54b !important;
}

.border-left-success {
    color: #93c54b !important;
}

.modal .modal-dialog-aside-sm {
    width: 45%;
}

.modal .modal-dialog-aside-sm-2 {
    width: 55%;
}


.modal .modal-dialog-aside-small {
    width: 30%;
}


.modal .modal-dialog-aside-md {
    width: 70%;
}

.modal .modal-dialog-aside-lg {
    width: 83.4%;
}

#btn-close-modal {
    left: 20%;
    top: 8px
}

@media (min-width: 480px) {

    #btn-close-modal-sm {
        left: 50.5%;
        top: 8px
    }

    #btn-close-modal-sm-2 {
        left: 40.5%;
        top: 8px
    }

    #btn-close-modal-small {
        left: 65.5%;
        top: 8px
    }

    #btn-close-modal-md {
        left: 25.5%;
        top: 8px
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .modal .modal-dialog-aside-sm, .modal .modal-dialog-aside-sm-2, .modal .modal-dialog-aside-small, .modal .modal-dialog-aside-md {
        width: 87%;
    }

    #btn-close-modal-sm, #btn-close-modal-sm-2, #btn-close-modal-small, #btn-close-modal-md {
        left: 1.5% !important;
        top: 1.5% !important;
        z-index: 9999;
    }
}

@media (min-width: 411px) and (max-width: 731px) {
    .modal .modal-dialog-aside-sm, .modal .modal-dialog-aside-sm-2, .modal .modal-dialog-aside-small, .modal .modal-dialog-aside-md {
        width: 87%;
    }

    #btn-close-modal-sm, #btn-close-modal-sm-2, #btn-close-modal-small, #btn-close-modal-md {
        left: 1.5% !important;
        top: 1.5% !important;
        z-index: 9999;
    }
}

.pcoded-header > .collapse:not(.show), .pcoded-header .container > .collapse:not(.show) {
}

@media only screen and (max-width: 991px) {
    .pcoded-header > .collapse:not(.show), .pcoded-header .container > .collapse:not(.show) {
        background-color: #8a9197 !important;
    }
}

.modal .modal-dialog-aside {
    max-width: 100%;
    height: 100%;
    margin: 0;
    transform: translate(0);
    transition: transform .2s;
}

.modal .modal-dialog-aside .modal-content {
    height: inherit;
    border: 0;
    border-radius: 0;
}

.modal .modal-dialog-aside .modal-content .modal-body {
    overflow-y: auto
}

.modal.fixed-left .modal-dialog-aside {
    margin-left: auto;
    transform: translateX(100%);
}

.modal.fixed-right .modal-dialog-aside {
    margin-right: auto;
    transform: translateX(-100%);
}

.modal.show .modal-dialog-aside {
    transform: translateX(0);
}


#btn-close-modal-sale {
    left: 20%;
    top: 8px
}

#image-element {
    width: 240px;
    cursor: pointer;
}

#image-element:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

#image-create-employee {
    cursor: pointer;
    width: 170px;
}

#image-create-employee:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    background: none !important;
}

.font-small {
    font-size: .8rem;
}

legend {
    width: auto;
    padding: 0 5px;
}

textarea {
    min-height: 50px !important;
}

.button.dt-button,
div.dt-button,
a.dt-button {
    background-color: #1165f1 !important;
}

.btn-primary {
    background-color: #1165f1 !important;
}

.page-item.active .page-link {
    background-color: var(--ptum-brand) ;
    border-color: var(--ptum-brand) ;
}

.badge-primary {
    background-color: #1165f1;
}

.bg-primary {
    background-color: #1165f1 !important;
}
.bg-success-2 {
    background-color: var(--ptum-brand) !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    background-color: var(--ptum-brand) ;
}

.close {
    font-size: 1.1rem;
    color: white !important;
}

.dt-buttons {
    float: left;
    width: 40px;
}

.conta-home {
    height: 5rem;
    overflow-y: scroll;
}

.pl-4-5 {
    padding-left: 2rem !important;
}

.badge-counter {
    font-size: 95%;
    height: 20px;
}

.swal2-popup {
    /*font-size: 0.8rem !important;*/
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.top-5 {
    height: 391.667px;
}

img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
    display: none;
}


/*******************************/


/*Media queries*/

@media only screen and (max-width: 600px) {
    .container-contas {
        margin-top: 3rem;
    }

    .conta-home .none {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    img .logo-img {
    }
}

.custom-file-input::-webkit-file-upload-button {
    visibility: initial;
}

.custom-file-input::before {
    content: 'Select some files';
    display: inline-block;
    background: #d7f1f5;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

select.costum-select {
    font-size: .8rem;
    height: 28px;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #d1d3e2;
    border-radius: 3px;
    padding: 0px 8px;
    color: #6e707e;
}

body {
    background-color: snow !important;
    /*font-size: 0.8rem;*/
}

.bootstrap-select .btn:focus {
    outline: none !important;
}

.bootstrap-select .btn {
}

.border-radius {
    border-radius: 5px;
}

#dataTable_length {
    /*display: none;*/
}

.data-table td,
.table th {
    /*padding-right: 0;*/
}

/*.data-table td {*/
/*	padding: 5px .22rem .22rem .22rem ;*/
/*	font-size: .8rem;*/
/*	vertical-align: middle !important;*/
/*}*/

/*.data-table th {*/
/*	padding-left: 5px !important;*/
/*	font-size: .8rem;*/
/*}*/

#btn-close-modal i {
}

.shadow-bottom {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .075) !important;
}

.btn-outline-white {
    background-color: white;
    color: #3c3f41;
    border: 1px solid #d1d3e2;
}

.f-s-8 {
    font-size: .5rem !important
}

.f-s-9 {
    font-size: .5625rem !important
}

.f-s-10 {
    font-size: .625rem !important
}

.f-s-11 {
    font-size: .6875rem !important
}

.f-s-12 {
    font-size: .75rem !important
}

.f-s-13 {
    font-size: .8125rem !important
}

.f-s-14 {
    font-size: .875rem !important
}

.f-s-15 {
    font-size: .9375rem !important
}

.f-s-16 {
    font-size: 1rem !important
}

.f-s-17 {
    font-size: 1.0625rem !important
}

.f-s-18 {
    font-size: 1.125rem !important
}

.f-s-19 {
    font-size: 1.1875rem !important
}

.f-s-20 {
    font-size: 1.25rem !important
}

.f-s-21 {
    font-size: 1.3125rem !important
}

.f-s-22 {
    font-size: 1.375rem !important
}

.f-s-23 {
    font-size: 1.4375rem !important
}

.f-s-24 {
    font-size: 1.5rem !important
}

.f-s-25 {
    font-size: 1.5625rem !important
}

.f-s-26 {
    font-size: 1.625rem !important
}

.f-s-27 {
    font-size: 1.6875rem !important
}

.f-s-28 {
    font-size: 1.75rem !important
}

.f-s-29 {
    font-size: 1.8125rem !important
}

.f-s-30 {
    font-size: 1.875rem !important
}

.f-s-31 {
    font-size: 1.9375rem !important
}

.f-s-32 {
    font-size: 2rem !important
}

.f-s-33 {
    font-size: 2.0625rem !important
}

.f-s-34 {
    font-size: 2.125rem !important
}

.f-s-35 {
    font-size: 2.1875rem !important
}

.f-s-36 {
    font-size: 2.25rem !important
}

.f-s-37 {
    font-size: 2.3125rem !important
}

.f-s-38 {
    font-size: 2.375rem !important
}

.f-s-39 {
    font-size: 2.4375rem !important
}

.f-s-40 {
    font-size: 2.5rem !important
}

.f-s-41 {
    font-size: 2.5625rem !important
}

.f-s-42 {
    font-size: 2.625rem !important
}

.f-s-43 {
    font-size: 2.6875rem !important
}

.f-s-44 {
    font-size: 2.75rem !important
}

.f-s-45 {
    font-size: 2.8125rem !important
}

.f-s-46 {
    font-size: 2.875rem !important
}

.f-s-47 {
    font-size: 2.9375rem !important
}

.f-s-48 {
    font-size: 3rem !important
}

.f-s-49 {
    font-size: 3.0625rem !important
}

.f-s-50 {
    font-size: 3.125rem !important
}

.f-s-51 {
    font-size: 3.1875rem !important
}

.f-s-52 {
    font-size: 3.25rem !important
}

.f-s-53 {
    font-size: 3.3125rem !important
}

.f-s-54 {
    font-size: 3.375rem !important
}

.f-s-55 {
    font-size: 3.4375rem !important
}

.f-s-56 {
    font-size: 3.5rem !important
}

.f-s-57 {
    font-size: 3.5625rem !important
}

.f-s-58 {
    font-size: 3.625rem !important
}

.f-s-59 {
    font-size: 3.6875rem !important
}

.f-s-60 {
    font-size: 3.75rem !important
}

.f-s-61 {
    font-size: 3.8125rem !important
}

.f-s-62 {
    font-size: 3.875rem !important
}

.f-s-63 {
    font-size: 3.9375rem !important
}

.f-s-64 {
    font-size: 4rem !important
}

.f-s-65 {
    font-size: 4.0625rem !important
}

.f-s-66 {
    font-size: 4.125rem !important
}

.f-s-67 {
    font-size: 4.1875rem !important
}

.f-s-68 {
    font-size: 4.25rem !important
}

.f-s-69 {
    font-size: 4.3125rem !important
}

.f-s-70 {
    font-size: 4.375rem !important
}

.f-s-71 {
    font-size: 4.4375rem !important
}

.f-s-72 {
    font-size: 4.5rem !important
}

.f-s-73 {
    font-size: 4.5625rem !important
}

.f-s-74 {
    font-size: 4.625rem !important
}

.f-s-75 {
    font-size: 4.6875rem !important
}

.f-s-76 {
    font-size: 4.75rem !important
}

.f-s-77 {
    font-size: 4.8125rem !important
}

.f-s-78 {
    font-size: 4.875rem !important
}

.f-s-79 {
    font-size: 4.9375rem !important
}

.f-s-80 {
    font-size: 5rem !important
}

.cursor-pointer {
    cursor: pointer;
}

.c-pointer {
    cursor: pointer;
}

.line-title {
    height: 20px;
    border-bottom: 0.1em solid rgba(0, 0, 0, 0.1);
}

.line-title > .text {
    position: relative;
    top: 6px;
    /*font-size: 16px;*/
    background-color: white;
    padding: 0 10px;
}

.scrollbar {
    /*margin-left: 30px;*/
    float: left;
    /*height: 300px;*/
    /*width: 65px;*/
    /*background: #F5F5F5;*/
    overflow-y: scroll;
    /*margin-bottom: 25px;*/
}

.force-overflow {
    min-height: 450px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(41, 123, 72)), color-stop(0.72, rgb(40, 128, 80)), color-stop(0.86, rgb(33, 98, 58)));
}

.scroll li:last-child {
    /*border-bottom: 1px solid #D1D3D4;*/
}

.funkyradio div {
    /*clear: both;*/
    /*overflow: hidden;*/
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    /*margin-top: 2em;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.modal .modal-dialog.modal-full {
    max-width: 100%;
    width: 100%
}

.modal .modal-dialog.modal-full .modal-content {
    border-radius: 0
}

.modal.modal-cover {
    /*background: rgba(116, 116, 116, 0.9)*/
}

.modal.modal-cover.modal-inverse {
    background: rgba(0, 0, 0, .8);
    color: #fff
}

.modal.modal-cover .modal-dialog {
    /*display: table;*/
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.modal.modal-cover .modal-content {
    /*display: table-cell;*/
    vertical-align: middle;
    background: 0 0
}

.modal.modal-cover .modal-footer,
.modal.modal-cover .modal-header {
    border: 0
}

.modal.modal-cover .modal-body + .modal-footer,
.modal.modal-cover .modal-header + .modal-body {
    padding-top: 0
}

.btn-rounded {
    border-radius: 20px;
}

.doc-img-to-upload {
    width: 105px;
    cursor: pointer;
    border-radius: .35rem;
}

.doc-img-to-upload:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.img-to-upload {
    /*width: 199px;*/
    width: 159px;
    cursor: pointer;
    border-radius: .35rem;
}

.img-to-upload:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.btn-minus,
.btn-plus {
    padding: 0 !important;
}

.modal-backdrop {
    height: 100%;
    width: 100%;
}


/*.sidebar.toggled .nav-item .nav-link span {*/


/*	 font-size: 0.80rem;*/

/*}*/

.profile-header {
    position: relative;
    overflow: hidden
}

.profile-header .profile-header-cover {
    /*background: url(img/profile-cover.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.profile-header .profile-header-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, #393636 100%)
}

.profile-header .profile-header-content {
    position: relative;
    color: #fff;
    padding: 1.25rem
}

.friend-list > li > a:after,
.friend-list > li > a:before,
.post:after,
.post:before,
.profile-header .profile-header-content:after,
.profile-header .profile-header-content:before {
    content: '';
    display: table;
    clear: both
}

.profile-header .profile-header-tab {
    position: relative;
    background: #fff;
    list-style-type: none;
    margin: -1.25rem 0 0;
    padding: 0 0 0 8.75rem;
    border-bottom: 1px solid #ccc;
    white-space: nowrap
}

@media (max-width: 991.98px) {
    .profile-header .profile-header-tab {
        overflow: scroll;
        padding: 0;
        margin: 0;
        display: block
    }
}

.profile-header .profile-header-tab > li {
    display: inline-block;
    margin: 0
}

.profile-header .profile-header-tab > li a {
    display: block;
    color: #000;
    line-height: 1.25rem;
    padding: .625rem 1.25rem;
    text-decoration: none;
    font-weight: 700;
    font-size: .8125rem;
    border: 0
}

.profile-header .profile-header-tab > li a.active {
    color: #007aff
}

.profile-header .profile-header-img {
    float: left;
    width: 7.5rem;
    height: 7.5rem;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin: 0 1.25rem -1.25rem 0;
    padding: .3125rem;
    border-radius: .375rem;
    background: #fff
}

@media (max-width: 991.98px) {
    .profile-header .profile-header-img {
        width: 5rem;
        height: 5rem;
        margin: 0
    }
}

@media (max-width: 767.98px) {
    .profile-header .profile-header-img {
        width: 3.75rem;
        height: 3.75rem
    }
}

@media (max-width: 991.98px) {
    .profile-header .profile-header-info {
        margin-left: 5.9375rem
    }
}

@media (max-width: 767.98px) {
    .profile-header .profile-header-info {
        margin-left: 4.6875rem
    }
}

.profile-header .profile-header-info h4 {
    font-weight: 700;
    margin-top: .625rem;
    margin-bottom: .3125rem;
    font-size: 1.125rem
}

@media (max-width: 991.98px) {
    .profile-header .profile-header-info h4 {
        margin-top: .3125rem
    }
}

.profile-header .profile-header-info p {
    color: rgba(255, 255, 255, .75);
    margin-bottom: .625rem
}

.profile-container {
    /*padding: 1.5625rem*/
}

@media (max-width: 991.98px) {
    .profile-container {
        /*padding: .9375rem*/
    }
}

.post {
    background: #fff;
    padding: .9375rem;
    border-radius: .375rem;
    margin: 0 auto .9375rem
}

.friend-list > li > a,
.post .post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.post .post-header .post-header-img {
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden;
    border-radius: .375rem;
    background: #ccc
}

.post .post-header .post-header-img + .post-header-info {
    padding-left: .625rem
}

.post .post-header .post-header-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.post .post-header .post-header-info h4 {
    margin: 0;
    font-size: .8125rem;
    font-weight: 600
}

.post .post-header .post-header-info .time {
    font-size: .75rem;
    color: gray;
    font-weight: 500
}

.post .post-header + .post-content {
    margin-top: .9375rem
}

.post .post-content .img-list {
    list-style-type: none;
    margin: -1px;
    padding: 0
}

.post .post-content .img-list > li {
    float: left;
    width: 25%;
    padding: 1px
}

.post .post-content .img-list > li.main {
    width: 50%
}

.post .post-content .img-list > li a {
    display: block;
    padding-top: 60%;
    overflow: hidden;
    position: relative
}

.post .post-content .img-list > li.with-number .number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.625rem;
    margin-top: -.8125rem;
    text-align: center
}

.friend-list,
.img-grid-list,
.profile-info-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.profile-info-list > li {
    padding: .5rem 0
}

.profile-info-list > li.title {
    font-size: .75rem;
    font-weight: 700;
    color: gray;
    padding: 0 0 .3125rem
}

.profile-info-list > li + li.title,
.table.table-profile tbody + thead > tr > th {
    padding-top: 1.25rem
}

.profile-info-list > li .field {
    font-weight: 700
}

.profile-info-list > li .value {
    color: #404040
}

.profile-info-list > li.img-list a,
.search-result .search-tab > li {
    display: inline-block
}

.profile-info-list > li.img-list a img {
    max-width: 2.25rem;
    border-radius: 2.25rem
}

.profile-info-list > li.img-list a + a {
    margin-left: -.625rem
}

.friend-list,
.img-grid-list {
    margin: -5px
}

.friend-list > li {
    float: left;
    width: 50%
}

@media (max-width: 991.98px) {
    .friend-list > li {
        float: none;
        width: auto
    }
}

.friend-list > li > a {
    text-decoration: none;
    color: #000;
    padding: .625rem;
    margin: 5px;
    background: #fff;
    border-radius: 6px
}

.friend-list > li .friend-img {
    float: left;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    background: #ccc;
    border-radius: 3rem
}

.friend-list > li .friend-img + .friend-info {
    padding-left: 10px
}

.friend-list > li .friend-info h4 {
    margin: 0;
    font-size: .875rem;
    font-weight: 600
}

.friend-list > li .friend-info p {
    color: gray;
    margin: 0;
    font-size: .75rem
}

.table.table-profile th {
    border: 0;
    color: #000;
    padding-bottom: .3125rem;
    padding-top: 0;
    padding-left: 0
}

.table.table-profile .field {
    color: #404040;
    font-weight: 600;
    width: 25%;
    text-align: right
}

.table.table-profile .value {
    font-weight: 500
}

.table th, .table td {
    vertical-align: middle;
}

.transition.fade {
    transition: all .4s ease-in-out;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.transition.fade.show {
    opacity: 1
}

.transition.scale.fade {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.transition.scaledown.fade {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.transition.scale.fade.show,
.transition.scaledown.fade.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.transition.left.fade {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px)
}

.transition.right.fade {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px)
}

.transition.left.fade.show,
.transition.right.fade.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.transition.top.fade {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.transition.bottom.fade {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.transition.top.fade.show,
.transition.bottom.fade.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.transition.flip.fade {
    -webkit-transform: rotateY(-90deg) scale(1.1);
    transform: rotateY(-90deg) scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.transition.flip.fade.show {
    -webkit-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}


/* Home  */

.card-report {
    background-color: #fff;
    border-radius: 5px;
    /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);*/
    display: flex;
    max-width: 100%;
    overflow: hidden;
    height: 100px !important;
}

.card-report-preview {
    background-color: #283487;
    color: #fff;
    padding: 30px;
    max-width: 250px;
}

.card-report-info {
    padding: 22px 0 0 12px;
}

.title-text {
    text-transform: capitalize;
}

.sidebar {
    color: #fff;
    background: #1D2327;
    width: 12rem;
    /*	fader*/
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    padding-top: 70px;

}

#content-wrapper {
    height: 100%;
}

.main-container {
    margin-left: 12rem; /* Same as the width of the sidebar */
    padding-right: 13.5rem; /* Same as the width of the sidebar */
    padding-top: 5.5rem; /* Same as the width of the sidebar */
    height: 100%;
}

.main-container.full {
    margin-left: 6rem; /* Same as the width of the sidebar */
    padding-right: 7.5rem; /* Same as the width of the sidebar */
    height: 100vh;
}

.sidebar.toggled {
}


/*   Sidebar   */

.sidebar .nav-item .nav-link {
    width: 12rem;
}

.sidebar .nav-item.active .nav-link {
    background: #283487;
    color: #CCDFED;
    text-transform: capitalize;

}

.sidebar .nav-item .nav-link {
    color: #9BA2A6;
}

.sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
    padding: 0px 0 0 1rem;
    margin: 0;
    background-color: #2C3338;
    width: 100%;
}

.sidebar .collapsing .nav-item {
    display: block;
}

.sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    margin-right: 0px;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    display: block;
    color: #ADAFB1;
    border: none;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: transparent;
    font-weight: 500;
}

@media (min-width: 768px) {
    .sidebar {
        width: 12rem !important;
    }
}

@media (max-width: 768px) {
    .sidebar {
        width: 6rem !important;
    }

    .sidebar .nav-item .nav-link {
        width: 6rem;
    }

    .main-container {
        margin-left: 6rem !important; /* Same as the width of the sidebar */
        padding-right: 7rem;
    }
}

img.sidebar-icons {
    width: 15px !important;
    padding: 0;
    margin: 5px;
}

img.home-icons {
    width: 30px !important;
    padding: 0;
    margin: 5px;
}

.card-text {
    font-weight: 500;
    font-size: 13px;
}

.logo-mobile img {
    padding: 0;
    margin-left: -10px;
}

.report-card-icons {
    font-size: 42px;
    color: #DDDFEB;
}

.text-report-card {
    color: #283487;
}

.no-focus:focus {
    border-color: #bac8f3;
    outline: 0;
    /*box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);*/
    box-shadow: none !important;
    /*outline: none !important;*/
}


.nav-tabs-customer {

}

.nav-tabs-customer .nav-link {
    color: #4b5153 !important;
}

.nav-tabs-customer .nav-link.active {
    color: #00aced !important;
}


.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
    border-radius: 0px;
}

.div-filter fieldset {
    border: 1px solid #ececec;
    border-radius: 3px;
    padding-top: 3px;
}

.div-filter legend {
    padding: 0.2em 0.5em;
    color: black;
    font-size: 16px;
    text-align: left;
    width: 96%;
    margin: 0;
    border: 1px solid #dae2ec;
}

.select2-no-search.no-icon {

}


.btn-login {
    border-radius: 4px !important
}

.bg-none {
    background-color: transparent !important;
}


.select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2;
    border-radius: 3px;
    outline: none;
    height: 38px;
    padding-top: 5px;
    padding-left: 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

/*.swal2-popup {*/
/*	!*width: 20rem !important;*!*/
/*	!*padding: 0 !important;*!*/
/*}*/

/*.swal2-actions {*/
/*	!*padding: 0 20px 20px 20px !important;*!*/
/*	!*justify-content: space-between !important;*!*/
/*}*/

.load-ripple {
    height: 210px;
    width: 210px;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    background: rgb(70, 128, 255);
    opacity: 0.4;
    top: -83px;
    left: 24px;
}

.header-red {
    background-color: #ED1F24 !important;
}

/*.mob-toggler span:after, .mob-toggler span:before, .mobile-menu span:after, .mobile-menu span:before{*/
/*	background-color: red;*/
/*	color: yellow;*/
/*}*/
/*.pcoded-navbar.menu-light .mobile-menu span:after, .pcoded-navbar.menu-light .mobile-menu span:before {*/
/*	background-color: red !important;*/
/*	color: yellow !important;*/
/*}*/


.bg-gray-100 {
    background-color: #f8f9fc !important;
}

.bg-gray-200 {
    background-color: #eaecf4 !important;
}

.bg-gray-300 {
    background-color: #dddfeb !important;
}

.bg-gray-400 {
    background-color: #d1d3e2 !important;
}

.bg-gray-500 {
    background-color: #b7b9cc !important;
}

.bg-gray-600 {
    background-color: #858796 !important;
}

.bg-gray-700 {
    background-color: #6e707e !important;
}

.bg-gray-800 {
    background-color: #5a5c69 !important;
}

.bg-gray-900 {
    background-color: #3a3b45 !important;
}

#my-search {
    /*border-bottom-left-radius: 0 !important;*/
    /*border-top-left-radius: 0 !important;*/
}

#input-search {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}


.login_btn {
    width: 100%;
    background: var(--ptum-brand) !important;
    color: white !important;
}

.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.alert-danger {
    color: #78261f !important;
    background-color: #fadbd8 !important;
    border-color: #f8ccc8 !important;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.bg-bb-blue {
    background-color: #213F95;
}

.bg-bb-red {
    background-color: #213F95;
}


.nav-link {
    color: rgb(110, 110, 110);
    font-weight: 500
}

.nav-link:hover {
    color: var(--ptum-brand);
    background-color: #ebebeb;
}

.nav-pills .nav-link.active {
    color: var(--ptum-brand);
    background-color: white;
    border-radius: 3px 3px 0 0;
    font-weight: 600;
    border-bottom: 3px solid var(--ptum-brand)
}
.nav-pills .nav-link.active i{
    color: var(--ptum-brand);
}

.tab-content {
    padding-bottom: 1.3rem
}

.pcoded-submenu {
    /*transition: 0.2s;*/
}

.btn-right-side {
    position: fixed;
    bottom: 20px;
    right: 20px;
}


/* ====== [ light menu style end ] ======== */
/* ====== [ Header color start ] ======== */
.pcoded-header[class*="header-"] .mobile-menu span {
    background-color: #cfd2dc !important;
}

.pcoded-header[class*="header-"] .mobile-menu span:after, .pcoded-header[class*="header-"] .mobile-menu span:before {
    background-color: #cfd2dc !important;

}

.pcoded-header[class*="header-"] .mobile-menu:hover span {
    background-color: #cfd2dc !important;

}

.pcoded-header[class*="header-"] .mobile-menu:hover span:after, .pcoded-header[class*="header-"] .mobile-menu:hover span:before {
    background-color: #cfd2dc !important;
}


.select2-no-search {
    width: 100% !important;
}

.text-micro {
    color: var(--ptum-brand-text) !important;
    /*background-color: #9a664e;*/
}

.text-micro:hover {
    color: var(--ptum-text-muted);
}

.bg-micro {
    background: var(--ptum-brand) !important;
}

/*float label*/
.inputBox {
    position: relative;
}

.inputBox input, .inputBox select {
    width: 100%;
    padding: 0.355rem 0.355rem 0.355rem 40px;
    font-size: 1rem;
    letter-spacing: 0.062rem;
    margin-bottom: 1rem;
    /*border: 1px solid #ccc;*/
    /*background: #ccc;*/
    border-radius: 4px;
    /*border: 1px solid #ccc;*/
    border: 1px solid #ccc;

    color: #636262;
}

.inputBox.no-icon input, .inputBox.no-icon select {
    padding: 0.355rem 0.355rem 0.355rem 10px !important;
}

.inputBox select {
    font-size: 0.8rem;
    font-weight: normal;
    color: #8a9197;
    padding: 0.455rem 0.355rem 0.455rem 40px;
    /*padding: 0.725rem 0.525rem 0.725rem 40px;*/
}

.inputBox textarea {
    border: 1px solid #e3eaef;
}

.inputBox textarea:focus {
    border: 1px solid var(--ptum-brand);
}

.inputBox.no-icon select {
    padding: 0.355rem 0.355rem 0.355rem 10px !important;
}

.inputBox.with-icon select {
    padding: 0.355rem 0.355rem 0.355rem 70px !important;
}

.inputBox input:focus {
    outline: none;
    border: 1px solid var(--ptum-brand);
}

.inputBox > i {
    position: absolute;
    left: 0;
    height: 30px;
    padding: 13px
}

.inputBox label {
    position: absolute;
    top: 3px;
    left: 40px;
    padding: 0.4rem 0;
    /*font-size: 0.8rem;*/
    font-size: .8125rem !important;
    font-weight: normal;
    /*color: #8a9197;*/
    pointer-events: none;
    transition: 0.5s;
    text-wrap: avoid;
}

.inputBox.no-icon label {
    left: 13px;
}

.inputBox input:focus ~ label,
.inputBox input:valid ~ label,
.inputBox input:not([value=""]) ~ label {
    top: -0.75rem;
    left: 10px;
    font-size: 0.65rem;
    padding: 0 3px 1px 3px;
    border-radius: 2px !important;
    background-color: white !important;
}

.inputBox select:focus ~ label,
.inputBox select:valid ~ label,
.inputBox select:not([value=""]) ~ label {
    top: -0.65rem;
    left: 10px;
    font-size: 0.65rem;
    padding: 0 3px 1px 3px;
    border-radius: 2px !important;
    background-color: white !important;
}

.inputBox select:focus {
    outline: none;
    border: 1px solid var(--ptum-brand);

    /*border: 2px solid #5889ca;*/
}

.inputBox select option {
    padding: 60px 30px;
}


.inputBox textarea:focus ~ label,
.inputBox textarea:valid ~ label,
.inputBox textarea:not([value=""]) ~ label {
    top: -0.65rem;
    left: 10px;
    font-size: 0.65rem;
    padding: 0 3px 1px 3px;
    border-radius: 2px !important;
    background-color: white !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2;
    border-radius: 3px;
    outline: none;
    height: 38px;
    padding-top: 5px;
    /*padding-left: 30px;*/
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

.no-icon .select2-container--default .select2-selection--single {
    /*padding-left: 130px;*/
}
.with-icon .select2-container--default .select2-selection--single {
    padding-left: 30px;
}
.nav-tabs .nav-link {

    border: none;
    background: no-repeat center bottom, center 100%;
    background-size: 0 100%, 100% 100%;
    transition: background 0.3s ease-out;
    background-image: linear-gradient(to top, var(--ptum-brand) 2px, rgba(255, 255, 255, 0) 2px);
}


.pcoded-navbar.menu-light .pcoded-inner-navbar > li.active > a, .pcoded-navbar.menu-light .pcoded-inner-navbar > li.pcoded-trigger > a {
    /*background-color: #283487 !important;*/
    background-color: var(--ptum-brand) !important;
    /*color: white; !important;*/
}

.pcoded-navbar.menu-light .pcoded-inner-navbar li:hover > a {
    color: var(--ptum-brand) !important;
}

.pcoded-navbar.menu-light .pcoded-inner-navbar li:hover > a:before {
    color: var(--ptum-brand) !important;
}

.pcoded-navbar.menu-light .pcoded-inner-navbar li:hover > ul {
    /*transition: 0.2s;*/
    /*padding: 15px 10px;*/
}

.pcoded-navbar a.active {

}

.pcoded-submenu li.active > a {
    color: red;
}

.pcoded-navbar.menu-light .pcoded-inner-navbar li.active > a {
    /*color: var(--ptum-brand) !important;*/
    color: white !important;
}

.pcoded-navbar.menu-light .pcoded-inner-navbar li.active > a:before {
    color: var(--ptum-brand) !important;
}

.pcoded-navbar.menu-light .pcoded-inner-navbar li.pcoded-trigger > a {
    color: white !important;
}

.pcoded-navbar.menu-light .pcoded-inner-navbar li.pcoded-trigger > a.has-menu {
    color: black !important;
}

.pcoded-hasmenu.active {
    color: #0D3459;
!important;
}

.pcoded-navbar.menu-light .pcoded-inner-navbar li.pcoded-trigger > ul.pcoded-submenu li.active a {
    color: var(--ptum-brand) !important;
}

.pcoded-navbar.menu-light.navbar-collapsed:not(:hover) .pcoded-inner-navbar li.pcoded-trigger > ul.pcoded-submenu li.active a {
    color: transparent !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--ptum-brand);
    background-color: var(--ptum-brand);
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0 rgba(243, 110, 57, 0.25);
}

a {
    color: var(--ptum-brand);
}

a:hover {
    color: #8171ff;
}

.pcoded-navbar.navbar-collapsed:not(:hover) .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu li + li > a {
    color: transparent !important;
}

.dropdown-menu > li.active, .dropdown-menu > li:active, .dropdown-menu > li:focus, .dropdown-menu > li:hover,
.dropdown-menu > .dropdown-item.active,
.dropdown-menu > .dropdown-item:active,
.dropdown-menu > .dropdown-item:focus,
.dropdown-menu > .dropdown-item:hover {
    background: var(--ptum-brand);
    color: #fff;
    box-shadow: 0 0 4px 0 rgba(43, 43, 43, 0.25);
}

.dropdown-menu > li.active > a, .dropdown-menu > li:active > a, .dropdown-menu > li:focus > a, .dropdown-menu > li:hover > a,
.dropdown-menu > .dropdown-item.active > a,
.dropdown-menu > .dropdown-item:active > a,
.dropdown-menu > .dropdown-item:focus > a,
.dropdown-menu > .dropdown-item:hover > a {
    background: transparent;
    color: #fff;
}

.dropdown-menu > a.active, .dropdown-menu > a:active, .dropdown-menu > a:focus, .dropdown-menu > a:hover {
    background: var(--ptum-brand);
    color: #fff;
}

.pcoded-header .dropdown .profile-notification .pro-body li.active, .pcoded-header .dropdown .profile-notification .pro-body li:active, .pcoded-header .dropdown .profile-notification .pro-body li:focus, .pcoded-header .dropdown .profile-notification .pro-body li:hover {
    background: var(--ptum-brand);
    box-shadow: 0 15px 8px -9px rgba(0, 0, 0, 0.25);
}

/* Higlighted (hover) result */
.select2-results__option--highlighted {
    background: var(--ptum-brand) !important;
    color: white;
}

.select2-results__option[aria-selected=true] {
    background: var(--ptum-brand) !important;
}


.datepicker.datepicker-dropdown {
    width: 20rem;
    border-radius: 9px;
    padding: 0;
    z-index: 1060 !important
}

.bootstrap-timepicker-widget.dropdown-menu.open:after, .bootstrap-timepicker-widget.dropdown-menu.open:before, .datepicker.datepicker-dropdown:after, .datepicker.datepicker-dropdown:before {
    display: none
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev {
    padding: .625rem;
    min-width: 2.8125rem
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover {
    background: 0 0 !important;
    color: #ff3b30
}

.datepicker .next, .datepicker .prev {
    overflow: hidden;
    text-indent: -100px;
    max-width: 2.8125rem
}

.datepicker .next:before, .datepicker .prev:before {
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    width: 2.8125rem;
    text-indent: 0
}

.datepicker .next:before {
    content: '\f061';
    right: 0
}

.datepicker .prev:before {
    content: '\f060';
    left: 0
}

.datepicker .datepicker-switch {
    font-weight: 400;
    font-size: 1rem;
    color: #ff3b30;
    width: 100% !important
}

.dataTables_wrapper.dt-bootstrap4 .table thead tr th, .datepicker .datepicker-days, .datepicker .datepicker-months, .datepicker .datepicker-years {
    position: relative
}

.datepicker .datepicker-days table thead tr th.dow {
    color: #000;
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    padding: .3125rem 0 .1875rem;
    border-bottom: 1px solid #e6e6e6;
    background: #f2f2f2
}

.datepicker .datepicker-days table tbody tr td {
    padding: .3125rem .3125rem .9375rem;
    border-radius: 0;
    font-weight: 400;
    font-size: .8125rem
}

.datepicker .datepicker-days table tbody tr td.active, .datepicker .datepicker-days table tbody tr td.selected {
    background: #f2f2f2 !important;
    border-color: #e6e6e6 !important;
    color: #ff3b30;
    text-shadow: none;
    font-weight: 600
}

.datepicker .datepicker-days table tbody tr td.focused, .datepicker .datepicker-days table tbody tr td.range, .datepicker .datepicker-days table tbody tr td:hover {
    background: #f2f2f2 !important
}

.datepicker .datepicker-days table tbody tr td + td, .datepicker .datepicker-months table tbody tr td span + span, .datepicker .datepicker-years table tbody tr td span + span {
    border-left: 1px solid #e6e6e6
}

.datepicker .datepicker-days table tbody tr + tr td {
    border-top: 1px solid #e6e6e6
}

.datepicker .datepicker-days table tbody tr:last-child td {
    border-bottom: 1px solid #d9d9d9
}

.datepicker .datepicker-months table, .datepicker .datepicker-years table {
    margin-bottom: 1.25rem
}

.datepicker .datepicker-months table tbody tr td, .datepicker .datepicker-years table tbody tr td {
    border-bottom: 1px solid #e6e6e6
}

.datepicker .datepicker-months table tbody tr td span, .datepicker .datepicker-years table tbody tr td span {
    width: 25%;
    margin: 0;
    border-radius: 0;
    border-top: 1px solid #e6e6e6;
    font-weight: 600;
    font-size: 1rem
}

.datepicker .datepicker-months table tbody tr td span.active, .datepicker .datepicker-years table tbody tr td span.active {
    color: #ff3b30;
    text-shadow: none
}

.datepicker .datepicker-months table tbody tr td span.active, .datepicker .datepicker-months table tbody tr td span.focused, .datepicker .datepicker-months table tbody tr td span:hover, .datepicker .datepicker-years table tbody tr td span.active, .datepicker .datepicker-years table tbody tr td span.focused, .datepicker .datepicker-years table tbody tr td span:hover {
    background: #f2f2f2 !important
}

.datepicker .datepicker-months table tbody tr td span.focused, .datepicker .datepicker-years table tbody tr td span.focused {
    color: #ff3b30
}

.datepicker .datepicker-months table tbody tr td span:nth-child(5), .datepicker .datepicker-months table tbody tr td span:nth-child(9), .datepicker .datepicker-years table tbody tr td span:nth-child(5), .datepicker .datepicker-years table tbody tr td span:nth-child(9) {
    border-left: none
}


#footer {
    border-top: 2px #64647d solid;
    padding-top: 5px;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    background-position: 50%;
    background-size: cover;
    /*background-color: #42466b !important;*/
    background: rgb(61, 39, 106);
    background: linear-gradient(90deg, rgba(61, 39, 106, 1) 0%, rgba(95, 50, 187, 1) 50%, rgba(147, 195, 205, 1) 100%);
}

.banner-signIn {
    /*background-image: url('../img/logins.jpg');*/
}

@media (min-width: 320px) and (max-width: 480px) {
    .banner {
        display: none;
    }
}

.pcoded-navbar .main-menu-header .img-radius {
    width: 130px;
    border-radius: 8px !important;
}

.pcoded-navbar .main-menu-header {
    height: 170px;
}

/*.pcoded-navbar.navbar-collapsed:not(:hover) .main-menu-header .img-radius {*/
.pcoded-navbar.navbar-collapsed:not(:hover) .main-menu-header {
    height: 100px;
}

.pcoded-inner-navbar {
    transition: all 0.5s ease-in-out;
}

.border-dashed {
    border-bottom: #e3e6f0 1px dashed !important;
}

.border-dashed-all {
    border: #b9bcc6 1px dashed !important;
}

.table-border-dashed th,
.table-border-dashed td {
    border: #b9bcc6 1px dashed !important;
}


/*******************
Notify
*******************/
.notify {
    position: relative;
    top: -25px;
    right: 1px;
}

.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #ff9933;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ff9933;
    position: absolute;
    right: 6px;
    top: -10px;
}

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}


.nav-list .nav-item.active i {
    color: #00aa88;
}

/*----------------------------*\
	input icon
\*----------------------------*/

.input-icons button {
    position: absolute;
    height: 30px;
    min-width: 35px;
    border-radius: 0 20px 20px 0;
    text-align: center;
    /*right: 6px;*/
    right: 0;
}

.input-icons {
    width: 100%;
}

.input-icons > i {
    position: absolute;
    height: 30px;
    min-width: 35px;
    border-radius: 0 20px 20px 0;
    text-align: center;
    padding: 13px 20px;
}


.multiselect {
    width: 200px;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes label:hover {
    background-color: var(--ptum-brand);
    color: white;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.text-ptum-green{
    color: #36a15f !important;
}

/*----------------------------*\
	input icon
\*----------------------------*/


.input-file-box {
    position: relative;
    height: 100%;
}

.input-file {
    display: none;
}

.file-box {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 5px 0 5px 5px;
    box-sizing: border-box;
    /*height: calc(2rem-2px);*/
}

.file-button {
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
}

.tableFixHead {
    overflow: auto;
    /*height: 100px;*/
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Just common table stuff. Really. */
table .tableFixHead {
    border-collapse: collapse;
    width: 100%;
}

.tableFixHead th, .tableFixHead td {
    padding: 8px 16px;
}

.tableFixHead th {
    background: #eee;
}

.sw-theme-arrows>.nav .nav-link.active {
    color: #fff;
    border-color: var(--ptum-brand) !important;
    background: var(--ptum-brand) !important;
    cursor: pointer;
}
.sw-theme-arrows>.nav .nav-link.active * {
    color: #fff !important;
}
.sw-theme-arrows>.nav .nav-link.active small {
    color: #fff !important;
}
.sw-theme-arrows>.nav .nav-link.active i,
.sw-theme-arrows>.nav .nav-link.active .occurrence-step-index,
.sw-theme-arrows>.nav .nav-link.active .occurrence-step-index * {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.85) !important;
}
.sw-theme-arrows>.nav .nav-link.active::after{
    border-left-color: var(--ptum-brand) !important;
}
.sw-theme-arrows>.nav .nav-link {
    font-size: 0.8rem;
    line-height: 1.15;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6b7280 !important;
    border-color: #d1d5db !important;
    background: #e5e7eb !important;
    transition: color 0.14s ease, border-color 0.14s ease, background-color 0.14s ease;
}

.sw-theme-arrows>.nav .nav-link::after {
    border-left-color: #e5e7eb !important;
}

.sw-theme-arrows>.nav .nav-link small {
    font-size: 0.68rem;
    opacity: 0.95;
}

.sw-theme-arrows>.nav .nav-link:hover,
.sw-theme-arrows>.nav .nav-link:focus {
    color: #4b5563 !important;
    border-color: #cbd5e1 !important;
    background: #dfe4ea !important;
}

.sw-theme-arrows>.nav .nav-link:hover::after,
.sw-theme-arrows>.nav .nav-link:focus::after {
    border-left-color: #dfe4ea !important;
}

.sw-theme-arrows>.nav .nav-link:active {
    color: #0f172a !important;
    border-color: #cbd5e1 !important;
    background: #e2e8f0 !important;
}

.sw-theme-arrows>.nav .nav-link:active::after {
    border-left-color: #e2e8f0 !important;
}
.sw-theme-arrows .toolbar>.btn{
    padding:.675rem .75rem !important;
}
.sw-theme-arrows>.nav .nav-link.done{
    cursor: pointer;
    color: #fff !important;
    border-color: #2f8f44 !important;
    background: #2f8f44 !important;
}

.sw-theme-arrows>.nav .nav-link.done::after {
    border-left-color: #2f8f44 !important;
}

.sw-theme-arrows>.nav .nav-link.done small {
    color: #f0fdf4 !important;
}

.sw-theme-arrows>.nav .nav-link.done:hover,
.sw-theme-arrows>.nav .nav-link.done:focus {
    color: #fff !important;
    background: #23753a !important;
    border-color: #23753a !important;
}

.sw-theme-arrows>.nav .nav-link.done:active {
    color: #fff !important;
    background: #1f6a34 !important;
    border-color: #1f6a34 !important;
}

.sw-theme-arrows>.nav .nav-link.done:hover::after,
.sw-theme-arrows>.nav .nav-link.done:focus::after {
    border-left-color: #23753a !important;
}

/* When active step also has "done", force active visual */
.sw-theme-arrows>.nav .nav-link.done.active,
.sw-theme-arrows>.nav .nav-link.done.active:hover,
.sw-theme-arrows>.nav .nav-link.done.active:focus {
    color: #fff !important;
    border-color: var(--ptum-brand) !important;
    background: var(--ptum-brand) !important;
}

.sw-theme-arrows>.nav .nav-link.done.active::after,
.sw-theme-arrows>.nav .nav-link.done.active:hover::after,
.sw-theme-arrows>.nav .nav-link.done.active:focus::after {
    border-left-color: var(--ptum-brand) !important;
}

.sw-theme-arrows>.nav .nav-link.done.active *,
.sw-theme-arrows>.nav .nav-link.done.active:hover *,
.sw-theme-arrows>.nav .nav-link.done.active:focus * {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.85) !important;
}

#step-resolution .sw-theme-arrows>.nav .nav-link.active {
    color: #fff;
    border-color: var(--ptum-brand) !important;
    background: var(--ptum-brand) !important;
    cursor: pointer;
}
#step-resolution .sw-theme-arrows>.nav .nav-link.active * {
    color: #fff !important;
}
#step-resolution .sw-theme-arrows>.nav .nav-link.active small {
    color: #fff !important;
}
#step-resolution .sw-theme-arrows>.nav .nav-link.active i,
#step-resolution .sw-theme-arrows>.nav .nav-link.active .occurrence-step-index,
#step-resolution .sw-theme-arrows>.nav .nav-link.active .occurrence-step-index * {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.85) !important;
}
#step-resolution .sw-theme-arrows>.nav .nav-link.active::after{
    border-left-color: var(--ptum-brand) !important;
}

#step-resolution .sw-theme-arrows>.nav .nav-link.done{
    border-color: #2f8f44 !important;
    background: #2f8f44 !important;
    cursor: pointer;
    color: #fff !important;
}
#step-resolution .sw-theme-arrows>.nav .nav-link.done::after{
    border-left-color:#2f8f44 !important;
}

#step-resolution .sw-theme-arrows>.nav .nav-link.done:hover,
#step-resolution .sw-theme-arrows>.nav .nav-link.done:focus {
    color: #fff !important;
    background: #23753a !important;
    border-color: #23753a !important;
}

#step-resolution .sw-theme-arrows>.nav .nav-link.done:hover::after,
#step-resolution .sw-theme-arrows>.nav .nav-link.done:focus::after {
    border-left-color: #23753a !important;
}

#step-resolution .sw-theme-arrows>.nav .nav-link.done.active,
#step-resolution .sw-theme-arrows>.nav .nav-link.done.active:hover,
#step-resolution .sw-theme-arrows>.nav .nav-link.done.active:focus {
    color: #fff !important;
    border-color: var(--ptum-brand) !important;
    background: var(--ptum-brand) !important;
}

#step-resolution .sw-theme-arrows>.nav .nav-link.done.active::after,
#step-resolution .sw-theme-arrows>.nav .nav-link.done.active:hover::after,
#step-resolution .sw-theme-arrows>.nav .nav-link.done.active:focus::after {
    border-left-color: var(--ptum-brand) !important;
}

#step-resolution .sw-theme-arrows>.nav .nav-link.done.active *,
#step-resolution .sw-theme-arrows>.nav .nav-link.done.active:hover *,
#step-resolution .sw-theme-arrows>.nav .nav-link.done.active:focus * {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.85) !important;
}

/* SmartWizard also marks state on LI; enforce same colors there */
#smart-wizard .sw-theme-arrows > .nav li.active > a,
#smart-wizard .sw-theme-arrows > .nav li.active > a:hover,
#smart-wizard .sw-theme-arrows > .nav li.active > a:focus,
#smart-wizard .sw-theme-arrows > .nav li.done.active > a,
#smart-wizard .sw-theme-arrows > .nav li.done.active > a:hover,
#smart-wizard .sw-theme-arrows > .nav li.done.active > a:focus,
#resolution-wizard .sw-theme-arrows > .nav li.active > a,
#resolution-wizard .sw-theme-arrows > .nav li.active > a:hover,
#resolution-wizard .sw-theme-arrows > .nav li.active > a:focus,
#resolution-wizard .sw-theme-arrows > .nav li.done.active > a,
#resolution-wizard .sw-theme-arrows > .nav li.done.active > a:hover,
#resolution-wizard .sw-theme-arrows > .nav li.done.active > a:focus {
    color: #fff !important;
    background: var(--ptum-brand) !important;
    border-color: var(--ptum-brand) !important;
}

#smart-wizard .sw-theme-arrows > .nav li.active > a::after,
#smart-wizard .sw-theme-arrows > .nav li.done.active > a::after,
#resolution-wizard .sw-theme-arrows > .nav li.active > a::after,
#resolution-wizard .sw-theme-arrows > .nav li.done.active > a::after {
    border-left-color: var(--ptum-brand) !important;
}

#smart-wizard .sw-theme-arrows > .nav li.active > a *,
#smart-wizard .sw-theme-arrows > .nav li.done.active > a *,
#resolution-wizard .sw-theme-arrows > .nav li.active > a *,
#resolution-wizard .sw-theme-arrows > .nav li.done.active > a * {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.85) !important;
}


/* Customize the label (the container) */
.custom-radio-input {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 2px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.check-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio-input:hover input ~ .check-mark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio-input input:checked ~ .check-mark {
    background-color: var(--ptum-brand);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.check-mark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-input input:checked ~ .check-mark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-input .check-mark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
tr.hide-table-padding td {
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
    border-top: none !important;
}

.sticky-col {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.first-col {
    width: 250px;
    min-width: 250px;
    left: 0;
}

.last-col {
    width: 140px;
    min-width: 140px;
    right: 0;
}

table tbody .sticky-col {
    background-color: white !important;
}

.tableFixHead th.sticky-col {
    z-index: 4;
}

.will-animate{
    transition: 0.2s transform ease-in-out;
    will-change: transform;
}

.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

.timeline:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background: #2d353c;
    left: 20%;
    margin-left: -2.5px
}

.timeline>li {
    position: relative;
    min-height: 50px;
    padding: 20px 0
}

.timeline .timeline-time {
    position: absolute;
    left: 0;
    width: 18%;
    text-align: right;
    top: 30px
}

.timeline .timeline-time .date,
.timeline .timeline-time .time {
    display: block;
    font-weight: 600
}

.timeline .timeline-time .date {
    line-height: 16px;
    font-size: 12px
}

.timeline .timeline-time .time {
    line-height: 24px;
    font-size: 20px;
    color: #242a30
}

.timeline .timeline-icon {
    left: 15%;
    position: absolute;
    width: 10%;
    text-align: center;
    top: 40px
}

.timeline .timeline-icon a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background: #d9e0e7;
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 5px solid #2d353c;
    transition: border-color .2s linear
}

.timeline .timeline-body {
    margin-left: 23%;
    margin-right: 17%;
    background: #fff;
    position: relative;
    padding: 20px 25px;
    border-radius: 6px
}

.timeline .timeline-body:before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #fff;
    left: -20px;
    top: 20px
}

.timeline .timeline-body>div+div {
    margin-top: 15px
}

.timeline .timeline-body>div+div:last-child {
    margin-bottom: -20px;
    padding-bottom: 20px;
    border-radius: 0 0 6px 6px
}

.timeline-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e7eb;
    line-height: 30px
}

.timeline-header .userimage {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    overflow: hidden;
    margin: -2px 10px -2px 0
}

.timeline-header .username {
    font-size: 16px;
    font-weight: 600
}

.timeline-header .username,
.timeline-header .username a {
    color: #2d353c
}

.timeline img {
    max-width: 100%;
    display: block
}

.timeline-content {
    letter-spacing: .25px;
    line-height: 18px;
    font-size: 13px
}

.timeline-content:after,
.timeline-content:before {
    content: '';
    display: table;
    clear: both
}

.timeline-title {
    margin-top: 0
}

.timeline-footer {
    background: #fff;
    border-top: 1px solid #e2e7ec;
    padding-top: 15px
}

.timeline-footer a:not(.btn) {
    color: #575d63
}

.timeline-footer a:not(.btn):focus,
.timeline-footer a:not(.btn):hover {
    color: #2d353c
}

.timeline-likes {
    color: #6d767f;
    font-weight: 600;
    font-size: 12px
}

.timeline-likes .stats-right {
    float: right
}

.timeline-likes .stats-total {
    display: inline-block;
    line-height: 20px
}

.timeline-likes .stats-icon {
    float: left;
    margin-right: 5px;
    font-size: 9px
}

.timeline-likes .stats-icon+.stats-icon {
    margin-left: -2px
}

.timeline-likes .stats-text {
    line-height: 20px
}

.timeline-likes .stats-text+.stats-text {
    margin-left: 15px
}

/* Dashboard icon refresh */
.dashboard-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(var(--ptum-brand-rgb), 0.12);
    color: var(--ptum-brand-text) !important;
}

.dashboard-section-icon {
    color: var(--ptum-accent);
}

.dashboard-list-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.dashboard-list-icon {
    font-size: 1rem;
    opacity: 0.95;
}

.dashboard-action-btn {
    border-color: #d5dce5;
}

.dashboard-action-btn:hover,
.dashboard-action-btn:focus {
    color: var(--ptum-brand) !important;
    border-color: var(--ptum-brand);
    background-color: rgba(var(--ptum-brand-rgb), 0.08);
}

/* Occurrence listing + shared backoffice data listings */
.occurrence-list-card,
.app-listing-card {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
}

.occurrence-list-body,
.app-listing-body {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.9) 0%, #ffffff 100%);
}

.occurrence-filter-card,
.app-listing-filter-card {
    border-radius: 10px;
    background: #fbfdff;
}

.occurrence-filter-toggle {
    border-radius: 999px !important;
}

.occurrence-total-box {
    border-radius: 8px;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #dbe3ec;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.occurrence-total-label {
    display: inline-flex;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.5rem 0.65rem;
    background: #f8fafc;
    border-right: 1px solid #e2e8f0;
}

.occurrence-total-value {
    min-width: 56px;
    text-align: right;
    padding: 0.5rem 0.7rem;
    font-weight: 800;
    color: var(--ptum-brand);
    background: linear-gradient(180deg, #ffffff 0%, #f8fffc 100%);
}

.occurrence-quickbar {
    top: 0.75rem;
    z-index: 5;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #e8edf3;
    border-radius: 10px;
    padding: 0.5rem 0.65rem;
    backdrop-filter: blur(6px);
}

.occurrence-quickbar-left {
    gap: 0.5rem;
}

.occurrence-density-toggle .btn.active {
    background: rgba(var(--ptum-brand-rgb), 0.12);
    border-color: var(--ptum-brand);
    color: var(--ptum-brand-text);
}

.occurrence-table-wrap,
.app-listing-table-wrap {
    border: 1px solid #e8edf3;
    border-radius: 10px;
    background: #fff;
}

.occurrence-table thead th,
.app-listing-table thead th {
    background: #f8fafc;
    border-top: 0;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.01em;
    position: sticky;
    top: 0;
    z-index: 2;
}

.occurrence-table tbody tr:nth-child(even),
.app-listing-table tbody tr:nth-child(even) {
    background: #fcfdff;
}

.occurrence-table tbody tr:hover,
.app-listing-table tbody tr:hover {
    background: rgba(var(--ptum-brand-rgb), 0.05);
}

.occurrence-status-badge {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border: 1px solid;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    background: rgba(255, 255, 255, 0.8);
}

.occurrence-actions-cell {
    white-space: nowrap;
}

.occurrence-action-btn {
    margin: 0.12rem;
    border-radius: 8px;
}

.occurrence-table.occurrence-table-compact thead th {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
}

.occurrence-table.occurrence-table-compact tbody td {
    padding-top: 0.34rem;
    padding-bottom: 0.34rem;
    font-size: 0.84rem;
    line-height: 1.3;
}

.occurrence-table.occurrence-table-compact .occurrence-action-btn {
    padding: 0.17rem 0.42rem;
    font-size: 0.76rem;
}

.occurrence-summary-card {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 0.75rem;
}

.occurrence-summary-item {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    padding: 0.6rem 0.7rem;
    min-height: 60px;
}

.occurrence-summary-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
    margin-bottom: 0.2rem;
}

.occurrence-summary-value {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
}

.occurrence-next-step {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid rgba(var(--ptum-brand-rgb), 0.25);
    background: rgba(var(--ptum-brand-rgb), 0.08);
    color: #0f172a;
    border-radius: 10px;
    padding: 0.6rem 0.75rem;
    font-size: 0.9rem;
}

.occurrence-note-box {
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #1e3a8a;
    border-radius: 8px;
    padding: 0.55rem 0.7rem;
    font-size: 0.86rem;
    display: flex;
    align-items: flex-start;
}

.occurrence-readonly-note {
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #92400e;
    border-radius: 8px;
    padding: 0.5rem 0.7rem;
    font-size: 0.84rem;
    display: inline-flex;
    align-items: center;
}

.occurrence-show-toolbar {
    position: sticky;
    top: 0.5rem;
    z-index: 6;
}

.occurrence-toolbar-btn {
    border-radius: 999px;
    padding: 0.42rem 0.9rem;
    font-weight: 600;
}

.occurrence-toolbar-btn-primary {
    box-shadow: 0 8px 22px rgba(var(--ptum-brand-rgb), 0.28);
}

.occurrence-toolbar-btn-outline {
    border-color: #cbd5e1;
    color: #334155;
}

.occurrence-toolbar-btn-outline:hover {
    color: var(--ptum-brand-text);
    border-color: var(--ptum-brand);
    background: rgba(var(--ptum-brand-rgb), 0.08);
}

.occurrence-toolbar-btn-soft {
    border: 1px solid #e2e8f0;
    color: #334155;
    background: #f8fafc;
}

.occurrence-toolbar-btn-soft:hover {
    background: #eef2f7;
    color: #0f172a;
}

.occurrence-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin-right: 0.3rem;
    font-size: 0.64rem;
    font-weight: 700;
    vertical-align: middle;
}

.occurrence-state-alert {
    border-radius: 10px;
    border-width: 1px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.proceed-mode-toggle {
    display: inline-flex;
    gap: 0.4rem;
}

.proceed-mode-toggle .btn {
    border-radius: 999px !important;
    padding: 0.32rem 0.72rem;
}

@media (max-width: 575.98px) {
    .proceed-mode-toggle {
        width: 100%;
    }

    .proceed-mode-toggle .btn {
        flex: 1 1 0;
    }
}

.sw-theme-arrows > .nav .nav-link {
    transition: color 0.14s ease, border-color 0.14s ease, background-color 0.14s ease;
}

.sw-theme-arrows > .nav .nav-link.active {
    box-shadow: 0 8px 22px rgba(var(--ptum-brand-rgb), 0.28);
    transform: translateY(-1px);
}

.sw-theme-arrows > .nav .nav-link.done {
    opacity: 0.93;
}

.occurrence-history-comment {
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
    font-weight: 400;
    color: #1f2937;
}

@media (max-width: 991.98px) {
    .occurrence-summary-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .occurrence-summary-card {
        grid-template-columns: 1fr;
    }
}

.timeline-comment-box {
    background: #f2f3f4;
    margin-left: -25px;
    margin-right: -25px;
    padding: 20px 25px
}

.timeline-comment-box .user {
    float: left;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 30px
}

.timeline-comment-box .user img {
    max-width: 100%;
    max-height: 100%
}

.timeline-comment-box .user+.input {
    margin-left: 44px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.text-danger, .text-red {
    /*color: #ff5b57!important;*/
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.float-end{
    float: right !important;
}



.has-tooltip:hover + .aw-tooltip,
.has-tooltip:focus + .aw-tooltip,
.has-tooltip.hover + .aw-tooltip {
    opacity: 1;
    transform: translate(-50%, -100%) scale(1) rotate(0deg);
    pointer-events: inherit;
}

.aw-tooltip {
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.75) rotate(5deg);
    transform-origin: bottom center;
    padding: 10px 30px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    color: white;
    transition: 0.15s ease-in-out;
    opacity: 0;
    width: 100%;
    max-width: 100vw;
    pointer-events: none;
    z-index: 5;
}
.aw-tooltip.blue {
    background: rgba(71, 184, 224, 0.75);
}
.aw-tooltip.blue:after {
    border-top: 5px solid rgba(71, 184, 224, 0.75);
}
.aw-tooltip.red {
    background: rgba(231, 29, 54, 0.75);
}
.aw-tooltip.red:after {
    border-top: 5px solid rgba(231, 29, 54, 0.75);
}
.aw-tooltip.green {
    background: rgba(46, 196, 182, 0.75);
}
.aw-tooltip.green:after {
    border-top: 5px solid rgba(46, 196, 182, 0.75);
}
.aw-tooltip.purple {
    background: rgba(165, 147, 224, 0.75);
}
.tooltip.purple:after {
    border-top: 5px solid rgba(165, 147, 224, 0.75);
}
.aw-tooltip:hover {
    opacity: 1;
    transform: translate(-50%, -100%) scale(1) rotate(0deg);
    pointer-events: inherit;
}
.aw-tooltip img {
    max-width: 100%;
}
.aw-tooltip:after {
    content: "";
    display: block;
    margin: 0 auto;
    widtH: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}

.field {
    position: relative;
    padding: 20px;
}

/* Relatório — página Resumo (resume) */
.report-resume-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
}

.report-resume-date-trigger {
    border: 1px solid #dbe3ec;
    border-radius: 10px;
    background: #fff;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.report-resume-date-trigger:hover {
    border-color: rgba(var(--ptum-brand-rgb), 0.45);
    box-shadow: 0 0 0 3px rgba(var(--ptum-brand-rgb), 0.08);
}

.report-resume-range-pill {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.55rem 1rem;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-weight: 600;
    color: #0f172a;
    font-size: 0.9rem;
    min-height: 2.65rem;
}

.report-resume-export-btn {
    border-radius: 10px;
    font-weight: 600;
    padding: 0.55rem 1.25rem;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
}

.report-resume-export-btn:hover {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.16);
}

.report-resume-content {
    min-height: 100px;
}

.report-resume-hero {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e8edf3;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.report-resume-hero-bg {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background: linear-gradient(125deg, var(--ptum-brand) 0%, #0f172a 50%, var(--ptum-brand) 100%);
}

.report-resume-hero-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.35rem 1.5rem;
    gap: 1rem;
}

.report-resume-hero-kicker {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #475569;
}

.report-resume-hero-value {
    font-size: clamp(1.75rem, 4vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--ptum-brand);
    line-height: 1.1;
}

.report-resume-hero-sub {
    max-width: 36rem;
}

.report-resume-hero-icon {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    background: rgba(var(--ptum-brand-rgb), 0.12);
    color: var(--ptum-brand);
    font-size: 2rem;
}

.report-resume-section {
    border: 1px solid #e8edf3;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.report-resume-section-head {
    padding: 0.75rem 1rem;
    font-weight: 700;
    font-size: 0.92rem;
    color: #0f172a;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e8edf3;
    display: flex;
    align-items: center;
}

.report-resume-section-body {
    padding: 0.75rem 1rem;
}

.report-resume-section-body.p-0 {
    padding: 0;
}

.report-resume-table-scroll {
    max-height: 360px;
    overflow: auto;
}

.report-resume-table thead th {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.report-resume-list-item {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.report-resume-list-item:last-child {
    border-bottom: 0;
}

.report-resume-pill {
    min-width: 2.25rem;
    text-align: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.82rem;
    background: rgba(var(--ptum-brand-rgb), 0.1);
    color: var(--ptum-brand-text);
}

.report-resume-stages-wrap {
    max-height: 520px;
    overflow-y: auto;
}

.report-resume-nested {
    border: 1px solid #edf2f7;
    border-radius: 10px;
    overflow: hidden;
    background: #fbfdff;
}

.report-resume-nested-head {
    padding: 0.45rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #334155;
    background: #fff;
    border-bottom: 1px solid #edf2f7;
}

.report-resume-nested-body {
    padding: 0.35rem 0.65rem 0.5rem;
}

/* Relatórios — gráficos (backoffice) */
.mdr-graphics-hero {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e8edf3;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.mdr-graphics-hero-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.15rem 1.35rem;
    gap: 1rem;
}

.mdr-graphics-hero-kicker {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #475569;
}

.mdr-graphics-hero-value {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    color: var(--ptum-brand);
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.mdr-graphics-hero-hint {
    max-width: 28rem;
}

.mdr-graphics-hero-icon {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    background: rgba(var(--ptum-brand-rgb), 0.1);
    color: var(--ptum-brand);
    font-size: 1.65rem;
}

.mdr-chart-panel {
    border: 1px solid #e8edf3;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.mdr-chart-panel__head {
    display: flex;
    align-items: center;
    padding: 0.65rem 1rem;
    font-weight: 700;
    font-size: 0.9rem;
    color: #0f172a;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e8edf3;
}

.mdr-chart-panel__body {
    padding: 0;
}

.mdr-chart-canvas-wrap {
    padding: 0.65rem 0.75rem 0.85rem;
    background: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
    min-height: 260px;
}

.mdr-chart-canvas-wrap--tall {
    min-height: 400px;
}

.mdr-chart-canvas-wrap--district {
    min-height: 340px;
}

.mdr-chart-canvas {
    display: block;
    width: 100% !important;
}

/* Dashboard — invólucros dos gráficos */
.mdr-dashboard-chart-shell {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8edf3;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.mdr-dashboard-chart-canvas-wrap {
    padding: 0.35rem 0.25rem 0.5rem;
    background: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
    border-radius: 0 0 10px 10px;
    min-height: 240px;
}

.mdr-dashboard-chart-canvas-wrap--tall {
    min-height: 260px;
}

/*.select2-container--open .select2-dropdown {*/
/*    left: 30px !important;*/
/*    top: 20px !important;*/
/*}*/
