@import url("fonts/jtdouro/style.css");

body {
    padding: 0px;
    margin: 0px;
    font-family: "JT Douro-Sans";
    font-weight: 500;
    font-style: normal;
}

.nav {
    letter-spacing: 1px;
}

a {
    text-decoration: none !important;
}

.btn-active .rotate-180 {
    transform: rotateX(180deg);
    transition: transform 0.3s;
}

.bg-grey-78 {
    background-color: #777778 !important;
    color: #fff !important;
}

.bg-dark-grey {
    background: #dbdbdb;
}

.bg-blue {
    background-color: #345afa !important;
    color: #fff !important;
}

.bg-grey,
.bg-grey:focus,
.bg-grey:hover {
    background-color: #eeeef0;
}

.bg-lite-red {
    background: #db5050;
    color: white !important;
}

.bg-dark-yellow {
    background-color: #f7bb33 !important;
    color: white !important;
}

.bg-red {
    background-color: #fe2d2d !important;
    color: white !important;
}

.bg-danger {
    background-color: #fa3434 !important;
}

.close-modal {
    position: absolute;
    top: 0;
    right: 0;
}

.time-button {
    position: absolute;
    top: 25px;
    right: 20px;
}

/* .filter-btn{

} */

.filter-btn input[type="radio"] {
    display: none;
}

.filter-btn label {
    color: #000;
    background-color: #dbdbdb;
    transition: color 0.3s;
    transition: background-color 0.3s;
}

.filter-btn input[type="radio"]:checked+label {
    color: white;
    background-color: #f7bb33;
}

.link-light {
    color: white;
}

.text-grey {
    color: grey;
}

.text-lite-black {
    color: #1b2c3e !important;
}

.border-yellow {
    border: 1px solid #fbf1a3;
}

.border-pink {
    border: 1px solid #faf7ed;
}

.width-100 {
    width: 100% !important;
}

.width-90 {
    width: 90%;
}

.width-80 {
    width: 80%;
}

.bg-success {
    background-color: #499456 !important;
}

.width-75 {
    width: 75%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.width-50 {
    width: 50%;
}

.width-48 {
    width: 48%;
}

.width-45 {
    width: 45%;
}

.width-40 {
    width: 40%;
}

.width-35 {
    width: 35%;
}

.width-30 {
    width: 30%;
}

:root {
    --offcanvas-width: 70%;
    --topNavbarHeight: 72px;
    --topNavbarWidth: 100%;
}

::-webkit-scrollbar {
    width: 2px;
    display: none;
}

/* Track */
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: grey;
}

.bg-light-purple {
    background: #e8e2f8 !important;
    color: black;
}

.bg-purple {
    background: #b391f0 !important;
    color: #fff;
}

.bg-light-orange {
    background-color: #f6dedf !important;
}

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

.text-light {
    color: #ffffff !important;
}

.border-none {
    border: none !important;
}

.float-right {
    float: right;
}

ul li {
    list-style: none;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.pr-40 {
    padding-right: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-10 {
    padding-left: 10px;
}

.fs-8 {
    font-size: 8px;
}

.fs-7 {
    font-size: 7px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.border-1-grey {
    border: 1px solid #eeeef0;
}

.border-1-black {
    border: 1px solid #d4d4d4;
}

.fs-13 {
    font-size: 13px;
}

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

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

.radius-50 {
    border-radius: 50%;
}

.radius-bottom-20 {
    border-radius: 0 0 20px 0;
}

.radius-top-20 {
    border-radius: 20px 20px 0 0;
}

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

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

.status-unblock {
    background: white;
    color: #2cce47;
    border-radius: 10px;
    position: absolute;
    top: 25px;
    font-weight: 700;
    font-size: 8px;
    right: 25px;
}

.status-unblock:hover {
    background: white;
    color: #2cce47;
}

.status-block {
    background: white;
    color: red;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    font-weight: 700;
    font-size: 10px;
    right: 10px;
}

.status-block:hover {
    background: red;
    color: #fff;
}

.bottom-right {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.navbar {
    position: fixed;
    width: 100%;
    border-radius: 0px !important;
    z-index: 1000;
    top: 0;
    left: 0;
}

/* .navbar .logo img {
   width: 170px;
   height: 50px;
} */

.navbar .logo p {
    font-size: 22px;
    /* line-height: px; */
    position: relative;
    /* margin-top: px; */
    padding-top: 5px;
    padding-left: 5px;
    line-height: 20px;
    margin-bottom: 0;
}

.side-bar {
    width: var(--offcanvas-width);
    border: none;
    overflow: auto;
    padding-right: 30px;
    z-index: 1101;
    /* background-color: #000000; */
    color: #000;
    /* margin-top: var(--topNavbarHeight);f */
}

.side-bar .logo-1 {
    margin-left: 30px;
}

.side-bar .nav-link .fa-circle {
    font-size: 8px;
    position: relative;
    bottom: 2px;
    margin-right: 3px;
}

.side-bar .collapse .card-body {
    padding: 0px;
}

.btn-active {
    background: #f7bb33 !important;
    color: #fff !important;
    border-radius: 5px;
}

.login input::placeholder {
    color: white !important;
}

.main input::placeholder {
    color: #000 !important;
}

.bg-parrot {
    background: #11b3d9 !important;
}

.text-parrot {
    color: #11b3d9 !important;
}

.btn-active>a,
.btn-active>i {
    color: #fff !important;
}

.btn-active>div {
    display: block !important;
}

.search-box {
    position: relative;
}

.search-box .box {
    width: 100%;
    padding: 15px 100px 15px 20px;
    border-radius: 15px;
    border: 1px solid #eeeef0;
    background: #eeeef0;
}

.search-box .box:focus {
    background: #eeeef0;
    border: 1px solid #eeeef0;
}

.search-box .search-btn {
    position: absolute;
    top: 7px;
    float: right;
    right: 5px;
    border-radius: 15px;
}

.box-margin-left {
    margin-left: 0px;
}

.status {
    border: 1px solid rgb(247, 50, 50);
    background: rgba(236, 146, 146, 0.4);
    padding: 2px 15px;
    border-radius: 15px;
}

.table-striped tr:nth-child(odd) {
    background-color: #145cca !important;
    color: white !important;
}

.table-striped tr:nth-child(even) {
    background-color: #d8f1ff !important;
    color: #1b2c3e !important;
}

.login {
    background-color: #212650;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px;
}

.login-form {
    margin: auto;
    padding: 2%;
}

.login .logo {
    position: absolute;
    display: flex;
    top: 30px;
    left: 30px;
}

.login .logo img {
    width: 70px;
}

.login .logo h4 {
    margin-top: 7%;
    padding-left: 15px;
    font-size: 20px;
}

.login-form form {
    background-color: rgba(31, 31, 31, 0.5);
    padding: 4%;
    border-radius: 20px;
    /* padding-top: 100px; */
    width: 100%;
    backdrop-filter: blur(5px);
}

.opacity-7 {
    opacity: 0.7;
}

.login-form form .form-control {
    opacity: 0.7;
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 15px;
    padding-right: 40px;
    box-shadow: none;
}

.login-form form #show-pass {
    position: relative;
    float: right;
    color: white;
    right: 20px;
    bottom: 34px;
}

.login-form form .login-btn {
    width: 50%;
    border-radius: 10px;
    background: #e94057;
    color: white;
    padding-top: 10px;
    margin-top: 40px;
    padding-bottom: 10px;
    border: 1px solid #0f99b5;
}

.main {
    margin-top: var(--topNavbarHeight);
    padding: 30px;
    background-color: #f5f6fa;
    min-height: 100vh;
}

.main .dashboard-cards div {
    padding: 8% 0 8% 5%;
    border-radius: 20px;
    /* width: 99%; */
    margin-top: 20px;
    margin-left: 1%;
}

.main .user-cards div {
    padding: 15px !important;
    position: relative;
    border-radius: 20px;
}

.main .user-cards img {
    width: 100%;
    border-radius: 20px;
    max-height: 300px;
    object-fit: cover;
}

.main .btn-add-category {
    color: white;
    border: none;
    /* justify-content: center; */
    border-radius: 20px;
}

.main .btn-add-category>i {
    position: relative;
    margin-top: 1px;
    margin-right: 10px;
}

.main .btn-add-category>span {
    position: relative;
    /* margin-bottom: -8px; */
    padding-top: px;
}

.main .modal .modal-content {
    border-radius: 20px;
}

.main .modal {
    z-index: 1150;
}

.main .table-striped .btn-delete {
    padding: 5px 15px;
    border-radius: 20px;
    background: #1b2c3e;
    color: white !important;
}

.main .document-img {
    border: 1px dashed black;
    border-radius: 20px;
    background: #fff;
    padding: 10px;
}

.main .document-img>img {
    border-radius: 20px;
    width: 100%;
}

.main .document-img .download-doc {
    position: absolute;
    bottom: 3px;
    right: 20px;
}

.main .document-img-2 {
    height: 300px;
    border: 1px dashed black;
    border-radius: 20px;
    background: #fff;
    padding: 1px;
}

.main .document-img-2>img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    height: 295px;
}

.main .document-img-2 .download-doc {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.main .btn-approve {
    background-color: #0f98b4;
    color: white;
}

.side-bar .nav>li {
    margin-top: 20px;
}

.side-bar .nav .collapse .nav-link {
    opacity: 0.6;
}

.side-bar .nav .collapse .btn-active {
    opacity: 1;
}

.side-bar .nav #btn-active {
    border-radius: 5px 5px 0px 0px;
}

.side-bar .nav>li img {
    margin-bottom: 6px;
}

.side-bar .nav>li {
    margin-top: 35px;
    padding: 7px 0;
    border-radius: 0 20px 20px 0;
    color: #000000;
}

.side-bar .nav>li a {
    padding: 5px 10px 5px 40px;
}

.btn-logout-1 {
    display: none;
}

.btn-logout-2 {
    display: block;
}

.bg-anakiwa {
    background: #90f7ff;
}

@media (max-width: 992px) {
    .side-bar {
        padding-top: 40px;
    }
}

@media (max-width: 768px) {
    .login .login-img {
        /* width: 100%; */
        background: url("../images/login-image.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        min-height: 100vh;
    }
}

@media (min-width: 768px) {
    .login .login-img {
        /* width: 100%; */
        background: url("../images/login-image.png");
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100vh;
    }

    .login-form form {
        align-items: center;
        /* padding-top: 100px; */
        width: 100%;
    }

    .main .dashboard-cards div {
        background-size: auto 100%;
        border-radius: 20px;
        padding: 8% 0 8% 5%;
        width: 48%;
        margin-top: 20px;
        /* border-radius: 40px; */
        margin-left: 1%;
    }
}

@media (min-width: 992px) {
    :root {
        --offcanvas-width: 260px;
    }

    .w-80 {
        width: 80%;
    }

    /* .modal-backdrop {
      display: none;
      opacity: 0;
    }*/

    .side-bar {
        padding-top: 30px;
        transform: none;
        box-shadow: 0px 0px 3px #fff;
        visibility: visible !important;
        /* height: calc(100% - var(--topNavbarHeight)); */
        padding-right: 40px;
    }

    .btn-logout-1 {
        display: block;
        background: #fff !important;
        color: #000 !important;
    }

    .btn-logout-2 {
        display: none;
    }

    .side-bar .nav>li {
        margin-top: 15px;
        padding: 7px 0;
        border-radius: 0 20px 20px 0;
        color: #000000;
    }

    .side-bar .nav>li a {
        padding: 5px 10px 5px 40px;
    }

    .btn-side-bar {
        display: none;
    }

    .btn-close {
        display: none;
    }

    .br-dashed-3 {
        border-right: 3px dashed #aaaaaa;
    }

    .main {
        margin-left: var(--offcanvas-width);
        margin-top: var(--topNavbarHeight);
        padding: 30px;
    }

    /* --------------Dashboard---------- */
    .main .dashboard-cards div {
        padding: 2% 0 2% 3%;
        border-radius: 20px;
        width: 27%;
        margin-left: 1%;
    }

    .main .user-cards div {
        width: 30%;
        margin-left: 2%;
    }

    .main .dashboard-cards div span {
        position: relative;
        bottom: 5px;
        /* font-size: 15px !important; */
    }

    /* ------------Dashboard End----------- */

    /* ----------------LOGIN--------------- */
    .login .login-img {
        background: url("../images/login-image.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        min-height: 100vh;
    }

    .login-form form {
        margin: auto;
    }

    .login-form form {
        margin: auto;
        align-items: center;
        width: 100%;
    }

    .login .logo img {
        width: 80px;
    }

    /* ----------------LOGIN END--------------- */

    .main .document-img {
        width: 49%;
    }
}

.bottom-right-10 {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.main .user-page .category-image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    min-height: 120px;
    min-width: 100%;
}

.top-right-5 {
    position: absolute;
    top: 5px !important;
    right: 5px !important;
}

.top-right-0 {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
}

/* User Page user dropdown */

.main .user-page .menu-btn {
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 100;
    /* width: 30px;
   height: 30px; */
}

.main .user-page .top-right-10 {
    position: absolute;
    top: 10px !important;
    right: 10px;
}

.main .user-page .block-btn {
    background-color: #2cce47;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

/* .main .user-page .navigation ul.width-270{
   width: 270px;
} */

.main .user-page .navigation ul.dropdown {
    display: none;
    position: absolute;
    right: 10px;
    top: 25px;
    width: max-content;
    padding: 8px 8px;
    background: #fff;
    z-index: 10000;
    border-radius: 15px 0 15px 15px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.main .user-page .navigation ul.dropdown-2 {
    display: none;
    position: absolute;
    right: 40px;
    width: 130px;
    top: 23px;
    padding: 12px 0px 12px 3px;
    z-index: 1;
    background: #fff;
    border-radius: 30px 0 30px 30px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.main .user-page .navigation ul.dropdown-3 {
    display: none;
    position: absolute;
    right: 40px;
    width: max-content;
    top: 35px;
    padding: 12px;
    z-index: 1;
    background: #fff;
    border-radius: 30px 0 30px 30px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.main .user-page .navigation ul.dropdown li {
    border-bottom: 3px dashed #d3d3d3;
    list-style: none;
    padding: 8px 0px;
    /* width: 150px; */
}

.main .user-page .navigation ul.dropdown li:last-child {
    border-bottom: none;
}

.main .user-page .navigation ul.dropdown li a {
    text-decoration: none;
    /* padding: 0em 1em; */
    color: #000;
    display: block;
}

/* User Page user dropdown */
.tags {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    display: table;
    padding: 0.5em;
    width: 100%;
}

.tags li.tagAdd,
.tags li.addedTag {
    float: left;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.tags li.addedTag {
    background: none repeat scroll 0 0 #345afa;
    border-radius: 10px;
    color: #fff;
    padding: 0.25em 0.5em;
    margin-top: 5px;
}

.tags {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    display: table;
    padding: 0.5em;
    width: 100%;
}

.tags li.tagAdd,
.tags li.addedTag {
    float: left;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.tags li.addedTag {
    background: none repeat scroll 0 0 #345afa;
    border-radius: 10px;
    color: #fff;
    padding: 0.25em 0.5em;
    margin-top: 5px;
}

.modal .added-data {
    height: 100px;
    width: 100%;
    border: 1px solid #cacaca;
    overflow-y: auto;
}

.admin-rights {
    display: inline-flex;
    padding: 10px 20px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    width: auto;
}

.edit-image-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 0px 20px 0px 10px;
}