::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
    background-color: #82a573;
    border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #9cc18d;
}
.pdf{
    color:#dc3545;
    font-size:4rem;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}
.fs-8px {
    font-size: 8px;
}
.fs-9px {
    font-size: 9px;
}
.fs-10px {
    font-size: 10px;
}
.fs-11px {
    font-size: 11px;
}
.fs-12px {
    font-size: 12px;
}
.fs-13px {
    font-size: 13px;
}
.fs-14px {
    font-size: 14px;
}
.fa, .fa-brands, .fa-classic, .fa-duotone, .fa-light, .fa-regular, .fa-sharp, .fa-sharp-solid, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fass, .fat {
    
    line-height: 0!important;
}
.float-left{
    float:left;
}
.float-right{
    float:right
}
.float-none {
    float: none;
}
.float-unset {
    float: unset;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-danger {
    color: #f73333!important;
}
.help-block {
    font-size: 12px;
    position: absolute;
    line-height: 1;
}
.bg-gray {
    background: #e9ecef;
}
.has-error.no-message span.has-error {
display:none;
}
.has-error,.has-pass-error {
    color: #f73333;
}
    .has-success .form-control {
        border: 1px solid #82a573;
    }
.has-error .form-control, .has-pass-error .form-control {
    border: 1px solid #f73333!important;
}

.cursor-pointer{
    cursor:pointer;
}
/* Progress Bar */

.doc-progressbar {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

    .doc-progressbar .bg-blur {
        position: absolute;
        height: 100vh;
        width: 100%;
        background: rgba( 62, 62, 37, 0.25 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    }

    .doc-progressbar h3, .doc-progressbar p {
        color: #2e7410;
        text-align: center;
        font-size: 1rem;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }

    .doc-progressbar p {
        color: #0852ad;
        font-size: .8rem;
    }

    .doc-progressbar progress {
        height: 20px;
        accent-color: #42aa16;
    }
/* Spinner */
.spinner-box{
    display: none;

}
.spinner-box-item {
    position: fixed;
    display: block;
    padding: 20px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgb(255 255 255 / 90%);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2), 0 0 500px 100px rgba(255, 255, 255, 0.3);
    border-radius: 10%;
    color: #305534;
    height: 100px;
    width: 100px;
    z-index: 9999;
}
    .spinner-box:after{
        content:'';
        position:fixed;
        left:0;
        top:0;
        width:100vw;
        height:100vh;
        background:#2e741081;
    z-index: 999;
    }

    .spinner {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: rgba(38, 130, 78, 0.9);
        -webkit-mask: repeating-conic-gradient(#0000 0deg,#000 1deg 70deg,#0000 71deg 90deg), radial-gradient(farthest-side,#0000 calc(100% - 10px),#000 calc(100% - 9px));
        -webkit-mask-composite: destination-in;
        mask-composite: intersect;
        animation: spin 1s infinite;
    }

@keyframes spin {
    to {
        transform: rotate(.5turn);
    }
}
.upload-link {
    background: #8296c3;
    border-radius: 5px;
    padding: 4px 8px;
    color: #ffffff;
    transition: .5s;
    zoom:.75;
}
    .upload-link:hover {
        background: #252656;
        transition: .5s;
        color: #eeeeee;
    }
.error-message {
    font-size: 1rem;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 4px;
    text-align: center;
    background: #e9ecef;
    color: #dc3545;
    width: fit-content;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.2rem;
}
    .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 0.2rem;
    }
    /*forms*/
    .form-section {
        border: 1px solid #e1e2e1;
        width: 100%;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px;
    }

.registration-form h4 {
    color: #305534;
    margin: 20px 0px;
}

.form-section .form-title {
    background: #ebebeb;
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 6px;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}
.form-group label{
    font-size:15px;
}

/* Tabs*/
.tab-content.custom-tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 20px;
    margin-bottom: 20px;
}
.tab-content.custom-tab-content {
    padding: 15px;
}
.nav-tabs .nav-item {
    position: relative;
    top: 1px;
}
.nav-tabs .nav-link {
    padding: 5px 10px;
    font-size: 15px;
    color:#343434;
}
.nav-tabs .nav-link.active {
   color:#539d36;
    background:linear-gradient(#f0fafa 50%, #ffffff 100%);
   font-weight:600
}
/* Filter tabs*/
.filter-tab {
    display: flex;
    gap: 5px;
}
    .filter-tab a {
        background: #82a57311;
        border-radius: 20px;
        padding: 3px 10px;
        border: 1px solid #729862;
        color: #305534;
        font-size:.8rem;
        cursor:pointer
    }
        .filter-tab a.active, .filter-tab a.active:hover {
            background: #82a57388;
        }
        .filter-tab a:hover {
            background: #82a57344;
        }
/*Modal Popup*/
.custom-modal-popup .modal-content {
    border-radius: 8px;
    padding: 15px;
}
.custom-modal-popup .modal-content .modal-body{
    border-radius: 8px;
    padding: 0 10px;
}
.custom-modal-popup h4 {
    color: #305534;
    margin-bottom: 10px;
    font-size:20px;
}

.custom-modal-popup .form-label {
    margin-bottom: 5px;
    color: #343434;
    font-size: 15px;
}
.custom-modal-popup .form-label span, .section .form-label span {
    color: #f73333;
}

.custom-modal-popup .form-control, .section .form-control {
    font-size: 14px;
    border: 1px solid #e3e3e3;
    min-height: 42px;
}

    .custom-modal-popup .form-control:focus {
        box-shadow: none;
    }

.form-custom-check {
    font-size: 14px;
    color: #343434;
}

    .form-custom-check .form-check-input:checked {
        background-color: #305534;
        border-color: #305534;
    }

    .form-custom-check .form-check-input {
        border-radius: 0px !important;
        height: 22px;
        width: 22px;
        margin: 0px;
        margin-right: 11px;
    }

.custom-modal-popup .modal-header {
    border: none;
    padding: 0px;
}

.form-check-input:focus {
    box-shadow: none;
}
.form-check-input {
    min-width: 1em;
}
    .custom-modal-popup .btn-primary {
    background: #305534;
    min-width: 100px;
    border-radius: 4px;
    font-size: 16px;
}

    .custom-modal-popup .btn-primary:hover {
        background: #121212;
    }

.custom-modal-popup a.login-anchor {
    font-size: 16px;
    color: #343434;
}

.custom-modal-popup hr {
    border-top: 1px solid #dae1e3;
    opacity: 1;
    margin: 10px 0px;
}

.custom-modal-popup button.btnclose {
    background-color: #a7af9d;
    border: none;
    font-size: 22px;
    padding: 4px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
    .custom-modal-popup button.btnclose:hover {
        background-color: #dc3545;
        color: #fff;
    }

    /* Permissions*/
.permissions{
    display:flex;
    justify-content:flex-end;
    width:100%;
}

/*Action buttons*/
.action-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-column-gap: 4px;
}

    .action-buttons a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .action-buttons .btn {
        height: 25px;
        width: 25px;
        font-size: .85rem;
        padding: 0;
    }

        .action-buttons .btn.btn-info {
            color: #ffffff
        }

/*Pagination*/
.page-link {
    border: none;
}

.pagination {
    font-weight: 600;
    font-size: 14px;
    margin:0;
}

    .pagination .page-item:first-child .page-link,
    .pagination .page-item:last-child .page-link,
    .pagination .page-item .page-link {
        border-radius: 50%;
        color: #303132;
    }

    .pagination .page-link:focus,
    .pagination .page-link:active {
        outline: none;
        box-shadow: none;
    }

    .pagination .page-link,
    .pagination .page-info {
        font-weight: 600;
        font-size: 14px
    }

    .pagination .page-info {
        padding: 5px 8px;
        border-radius: 4px;
        transition: .3s;
    }

        .pagination .page-info:hover {
            background: #e9ecef;
            transition: .3s;
        }

@media only screen and (max-width:767px) {
    .pagetitle h1 {
        font-size: 18px;
    }
}

/* Swal2 customization*/
.swal2-container {
}
    .swal2-container .swal2-popup{
        width:28em;
    }
    .swal2-container .swal2-title {
        padding: 0.2em 1em 0;
        font-size: 1.6rem;
    }
    .swal2-container .swal2-actions button {
        min-width: 80px;
        border-radius: 50px;
    }
    .swal2-container .swal2-html-container {
        margin: 0.5em 1.6em 0.3em;
        font-size:1rem;
    }

    /*403 Forbidden*/
.error-403 {
   
}

    .error-403 .base {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        flex-direction: column;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        padding:20px 0;
    }

        .error-403 .base h1 {
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
            font-family: "Ubuntu", sans-serif;
            text-transform: uppercase;
            text-align: center;
            font-size: 12vw;
            display: block;
            margin: 0;
            color: #9ae1e2;
            position: relative;
            z-index: 0;
            animation: colors 0.4s ease-in-out forwards;
            animation-delay: 1.7s;
        }

            .error-403 .base h1:before {
                content: "U";
                position: absolute;
                top: -18%;
                right: 40%;
                transform: rotate(180deg);
                font-size: 6vw;
                color: #f6c667;
                z-index: -1;
                text-align: center;
                animation: lock 0.2s ease-in-out forwards;
                animation-delay: 1.5s;
            }

        .error-403 .base h2 {
            color: #343434;
            font-size: 6vw;
            margin: 0;
            text-transform: uppercase;
            text-align: center;
            animation: colors 0.4s ease-in-out forwards;
            animation-delay: 2s;
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        }

        .error-403 .base h5 {
            font-family: "Cabin", sans-serif;
            color: #9ae1e2;
            font-size: 2vw;
            margin: 0;
            text-align: center;
            opacity: 0;
            animation: show 2s ease-in-out forwards;
            color: rgba(0, 0, 0, 0.3);
            animation-delay: 3s;
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        }

@keyframes lock {
    50% {
        top: -6%;
    }

    100% {
        top: -11%;
    }
}

@keyframes colors {
    50% {
        transform: scale(1.1);
    }

    100% {
        color: #ac98a1;
    }
}

@keyframes show {
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width:767px) {
    .custom-modal-popup .modal-content {
        padding: 0px;
    }
}

/*Timeline*/
ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        top:5px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #539d6f;
            left: -10px;
            top:5px;
            width: 16px;
            height: 16px;
            z-index: 400;
        }
        ul.timeline > li .heading {
            color: #305534;
            font-weight: 600;
            font-size:.75rem;
        }
        ul.timeline > li .date {
            color: #626c68;
            font-weight: 600;
            font-size: 12px;
            background: #e1efe2;
            padding: 0 10px;
            border-radius: 10px;
        }
        ul.timeline > li .content {
            width:100%;
        }

.flow-card {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: 0 0 10px #eee;
    padding: 15px 10px 10px 10px;
    text-align: center;
    min-width:160px;
    background: linear-gradient(#f0f0f0 50%, #fafafa 100%)
}
.flow-card.active {
    border: 1px solid #82a573;
    background: linear-gradient(#f0f0f0 50%, #82a573 100%)
}
    .flow-card .indicator {
        position: absolute;
        top: 10px;
        right: 5px;
        color: #305534;
    }
    .flow-card.active .indicator {
        color: #82a573;
    }