* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.dashboard {
    display: flex;
    min-height: 100vh;
}

.dashboard .dashboard__content {
    padding: 2rem 1rem;
}

.dashboard .content__title {
    margin-bottom: 3rem;
    font-weight: 500;
}

.dashboard .content__button {
    width: 100%;
    margin-top: 1.25rem;
    padding: 0.75rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.dashboard .content-card {
    width: 100%;
    margin: 0 1rem 1rem 0;
    padding: 1.25rem;
    border: 2px solid rgba(224, 188, 135, 0.2);
    border-radius: 1rem;
    box-shadow: 0px 10px 20px rgba(11, 42, 60, 0.1);
}

.dashboard .content-card__logo {
    border: 1px solid #e7ba80;
    border-radius: 1rem;
    padding: 0.75rem;
}

.dashboard .content-card__logo img {
    width: 4.25rem;
    height: auto;
}

.dashboard .content-card__first-row {
    display: flex;
}

.dashboard .content-card__details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 1.25rem;
}

.dashboard .content-card__details p {
    font-size: 0.75rem;
}

.dashboard .content-card__title {
    font-size: 1rem;
}

.dashboard .content-card__licence-expiration-date {
    display: flex;
    justify-content: space-between;
}

.dashboard .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
    .dashboard .dashboard__content {
        padding: 2.5rem 0 2.5rem 3.5rem;
    }

    .dashboard .content-card {
        width: 336px;
    }
}

.review-profile {
    display: flex;
    min-height: 100vh;
}

.review-profile .content {
    flex-wrap: wrap;
    width: 100%;
    padding: 2.5rem 3.5rem;
}

.review-profile .content .profile-name {
    display: flex;
    margin-bottom: 4rem;
}

.review-profile .content .profile-name img {
    cursor: pointer;
    margin-right: 1.25rem;
}

.review-profile .content .profile-name h1 {
    display: inline;
    color: #0b2a3c;
    font-weight: 500;
}

.review-profile .content .navigation-bar {
    display: flex;
    height: 3rem;
    padding: 0.25rem;
    background-color: #0b2a3c;
    border-radius: 1.5rem;
}

.review-profile .content .navigation-bar__button-left {
    width: 50%;
    border: 0;
    border-radius: 1.5rem;
    background-color: #fff;
    color: #0b2a3c;
    font-weight: 700;
    cursor: pointer;
}

.review-profile .content .navigation-bar__button-right {
    width: 50%;
    border: 0;
    border-radius: 1.5rem;
    background-color: #0b2a3c;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.review-profile .content .statistics-controls {
    display: flex;
    align-items: center;
    margin-top: 3.5rem;
    padding: 1rem;
    border: 2px solid #e0bc8733;
    border-radius: 8px;
    /* justify-content: space-between;   */
}

.labelMargin {
    margin-left: 10px;
    margin-right: 10px;
}

.review-profile .content .statistics-controls img {
    cursor: pointer;
}

.review-profile .content .statistics-controls p {
    margin: 0 1.5rem;
    font-weight: 700;
    color: #0b2a3c;
}

.review-profile .content .input-fields {
    margin-top: 3.5rem;
}

.review-profile .content .input-fields p {
    font-weight: 700;
}

.review-profile .content .input-fields input {
    width: 100%;
    height: 40px;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
    padding: 0 1.25rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: rgba(49, 61, 82, 0.0509803922);
}

.review-profile .content .profile-controls {
    display: flex;
    flex-wrap: wrap;
}

.review-profile .content .profile-controls__control-card-wrapper p {
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.review-profile .content .profile-controls__change-theme-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.review-profile .content .profile-controls form {
    display: flex;
    justify-content: center;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0.5rem;
    padding: 0.25rem;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 0.5rem;
    background-color: rgba(224, 188, 135, 0.3490196078);
    border: 2px solid rgba(11, 42, 60, 0);
    cursor: pointer;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--selected {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0.5rem;
    width: 40px;
    padding: 0.25rem;
    border: 2px solid #0b2a3c;
    border-radius: 0.5rem;
    cursor: pointer;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-1 {
    background-color: #0b2a3c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-1 {
    background-color: #e0bc87;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-2 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-2 {
    background-color: #f5c344;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-3 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-3 {
    background-color: #6dcbfa;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-4 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-4 {
    background-color: #c83c34;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-5 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-5 {
    background-color: #8664e6;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-6 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-6 {
    background-color: #76d461;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-7 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-7 {
    background-color: #ffc134;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-8 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-8 {
    background-color: #6dcbfa;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-9 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-9 {
    background-color: #c83c34;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-10 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-10 {
    background-color: #8664e6;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-11 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-11 {
    background-color: #76d461;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-12 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-12 {
    background-color: #f5c344;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-13 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-13 {
    background-color: #6dcbfa;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-14 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-14 {
    background-color: #c83c34;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-15 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-15 {
    background-color: #8664e6;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-16 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-16 {
    background-color: #76d461;
    height: 100%;
    width: 100%;
}

.review-profile .content .profile-controls__control-card {
    width: 334px;
    height: 334px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 1rem;
    border: 2px solid rgba(224, 188, 135, 0.2);
    border-radius: 1rem;
}

.review-profile .content .profile-controls__control-card .main-button {
    height: 40px;
    margin: 0 3.5rem 1.5rem 3.5rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.review-profile .content .profile-controls__profile-logo {
    width: 218px;
    height: 218px;
    margin: 2rem auto 1rem auto;
    padding: 1rem;
    border: 1px solid #e7ba80;
    border-radius: 1rem;
}

.review-profile .content .profile-controls__profile-background {
    width: 100%;
    height: 100%;
    max-height: 256px;
    border-radius: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.review-profile .content .link-controls {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.review-profile .content .link-controls p {
    font-weight: 700;
}

.review-profile .content .link-controls__links {
    margin-top: 1rem;
}

.review-profile .content .link-controls__header {
    height: 32px;
    margin-bottom: 0.5rem;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
    background-color: rgba(49, 61, 82, 0.1490196078);
}

.review-profile .content .link-controls__link {
    height: 48px;
    margin-bottom: 0.5rem;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
    background-color: rgba(49, 61, 82, 0.0509803922);
}

.review-profile .content .link-controls__actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-profile .content .link-controls__actions img:first-child {
    margin: 0 0.5rem;
}

.review-profile .content .link-controls__button {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 0.5rem;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.review-profile .content .link-controls__link-name {
    width: 100px;
}

.review-profile .content .link-controls__link-count {
    width: 75px;
}

.dugmad {
    border: 0;
    background: rgba(255, 255, 255, 0);
    margin: 0.25rem;
}

.mobile-navigation {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #0b2a3c;
}

.date__button {
    width: 10%;
    height: 2.5rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: #0b2a3c;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    margin: 10px;
}

input[type="date"] {
    background-color: #e0bc8733;
    padding: 15px;
    font-family: "Roboto Mono", monospace;
    color: #0b2a3c;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 8px;
}

::-webkit-calendar-picker-indicator {
    background-color: #ffffff;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.damn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .mobile-navigation {
        display: flex;
        justify-content: space-between;
        padding: 1.1rem 1.1rem 1.1rem 1.1rem;
        list-style-type: none;
        color: #fff;
    }

    .review-profile .content .statistics-controls {
        flex-direction: column;
    }
    input[type="date"] {
        width: 100%;
    }

    .labelMargin {
        margin: 1rem auto 1rem 0;
    }

    .review-profile .content {
        flex-wrap: wrap;
        width: 100%;
        padding: 1.5rem 1.5rem;
    }

    .mobile-navigation svg {
        fill: #fff;
        cursor: pointer;
    }
    .date__button {
        width: 100%;
        height: 2.5rem;
        border: 0;
        border-radius: 0.5rem;
        background-color: #0b2a3c;
        color: #ffffff;
        font-weight: 600;
        cursor: pointer;
        margin: 10px;
    }
}

.drawer {
    min-width: 288px;
    width: 288px;
    height: auto;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    border-right: 1px solid #e0bc87;
}

.drawer__logo {
    margin: 2.5rem auto;
}

.drawer__links {
    width: 100%;
}

.drawer__links ul {
    list-style-type: none;
}

.drawer__links ul li {
    width: 100%;
    margin: 0.75rem auto;
    padding: 0.7rem;
    border-radius: 0.5rem;
    background-color: rgba(224, 188, 135, 0.1215686275);
    color: #0b2a3c;
    font-weight: 700;
    cursor: pointer;
}

.drawer__links ul li:hover {
    background-color: #e0bc87;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .drawer {
        display: flex;
    }
}

* {
    box-sizing: border-box;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.cover-image {
    height: 230px;
    object-fit: fill;
    flex-shrink: 0;
}

.logo-image {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #dab986;
    background-color: #dab986;
}

.logo-image--1 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #dab986;
    background-color: #dab986;
}

.logo-image--2 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #f5c344;
    background-color: #f5c344;
}

.logo-image--3 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #6dcbfa;
    background-color: #6dcbfa;
    
}

.logo-image--4 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #c83c34;
    background-color: #c83c34;
}

.logo-image--5 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #8664e6;
    background-color: #8664e6;
}

.logo-image--6 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #76d461;
    background-color: #76d461;
}

.logo-image--7 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #f5c344;
    background-color: #f5c344;
}

.logo-image--8 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #6dcbfa;
    background-color: #6dcbfa;
}

.logo-image--9 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #c83c34;
    background-color: #c83c34;
}

.logo-image--10 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #8664e6;
    background-color: #8664e6;
}

.logo-image--11 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #76d461;
    background-color: #76d461;
}

.logo-image--12 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #f5c344;
    background-color: #f5c344;
}

.logo-image--13 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #6dcbfa;
    background-color: #6dcbfa;
}

.logo-image--14 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #c83c34;
    background-color: #c83c34;
}

.logo-image--15 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #8664e6;
    background-color: #8664e6;
}

.logo-image--16 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #76d461;
    background-color: #76d461;
}

.content12 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #0b2a3c;
}

.content12--1 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #0b2a3c;
}

.content12--2 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--3 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--4 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--5 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--6 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--7 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--8 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--9 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--10 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--11 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--12 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12--13 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12--14 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12--15 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12--16 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12__heading {
    width: 60%;
    color: #fff;
    font-size: 24px;
}

.content12__message {
    /* width: 69%; */
    margin: 1.5rem 0 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.content12__button-wrapper {
    margin: 2rem 0 0 0;
}

.content12__button {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    /* background-color: #dab986;
    color: #000; */
    font-weight: 700;
}

.content12__button--1 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #dab986;
}

.content12__button--2 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #f5c344;
}

.content12__button--3 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #6dcbfa;
}

.content12__button--4 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #c83c34;
}

.content12__button--5 {
    font-size: 16px;
    font-size: 18px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #8664e6;
}

.content12__button--6 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #76d461;
}

.content12__button--7 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #f5c344;
}

.content12__button--8 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #6dcbfa;
}

.content12__button--9 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #c83c34;
}

.content12__button--10 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #8664e6;
}

.content12__button--11 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #76d461;
}

.content12__button--12 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #f5c344;
}

.content12__button--13 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #6dcbfa;
}

.content12__button--14 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #c83c34;
}

.content12__button--15 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #8664e6;
}

.content12__button--16 {
    font-size: 16px;
    font-size: 18px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #76d461;
}

.content12__footer-text {
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.login {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: #ffffff;
}

.login__window {
    width: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    border: 2px solid rgba(11, 42, 60, 0.2);
    box-shadow: 0px 10px 20px rgba(11, 42, 60, 0.1);
    border-radius: 16px;
    background-color: #ffffff;
}

.login__logo {
    max-width: 400px;
    margin-bottom: 3rem;
}

.login__title {
    margin-bottom: 1rem;
}

.login__input-label {
    margin-bottom: 1rem;
    display: block;
    font-weight: bold;
}

.login__input-username,
.login__input-password {
    width: 100%;
    height: 2.5rem;
    padding: 0.5rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: rgba(49, 61, 82, 0.0509803922);
}

.login__button {
    width: 100%;
    height: 2.5rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: #0b2a3c;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.login__error-text {
    color: red;
    font-size: 12px;
    padding: 1rem;
}

@media only screen and (min-width: 600px) {
    .login__window {
        width: 400px;
        min-height: 200px;
        justify-content: space-between;
    }
}

.imagebckg-1{
    background-color: red;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.dashboard {
    display: flex;
    min-height: 100vh;
}

.dashboard .dashboard__content {
    padding: 2rem 1rem;
}

.dashboard .content__title {
    margin-bottom: 3rem;
    font-weight: 500;
}

.dashboard .content__button {
    width: 100%;
    margin-top: 1.25rem;
    padding: 0.75rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.dashboard .content-card {
    width: 100%;
    margin: 0 1rem 1rem 0;
    padding: 1.25rem;
    border: 2px solid rgba(224, 188, 135, 0.2);
    border-radius: 1rem;
    box-shadow: 0px 10px 20px rgba(11, 42, 60, 0.1);
}

.dashboard .content-card__logo {
    border: 1px solid #e7ba80;
    border-radius: 1rem;
    padding: 0.75rem;
}

.dashboard .content-card__logo img {
    width: 4.25rem;
    height: auto;
}

.dashboard .content-card__first-row {
    display: flex;
}

.dashboard .content-card__details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 1.25rem;
}

.dashboard .content-card__details p {
    font-size: 0.75rem;
}

.dashboard .content-card__title {
    font-size: 1rem;
}

.dashboard .content-card__licence-expiration-date {
    display: flex;
    justify-content: space-between;
}

.dashboard .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
    .dashboard .dashboard__content {
        padding: 2.5rem 0 2.5rem 3.5rem;
    }

    .dashboard .content-card {
        width: 336px;
    }
}

.review-profile {
    display: flex;
    min-height: 100vh;
}

.review-profile .content {
    flex-wrap: wrap;
    width: 100%;
    padding: 2.5rem 3.5rem;
}

.review-profile .content .profile-name {
    display: flex;
    margin-bottom: 4rem;
}

.review-profile .content .profile-name img {
    cursor: pointer;
    margin-right: 1.25rem;
}

.review-profile .content .profile-name h1 {
    display: inline;
    color: #0b2a3c;
    font-weight: 500;
}

.review-profile .content .navigation-bar {
    display: flex;
    height: 3rem;
    padding: 0.25rem;
    background-color: #0b2a3c;
    border-radius: 1.5rem;
}

.review-profile .content .navigation-bar__button-left {
    width: 50%;
    border: 0;
    border-radius: 1.5rem;
    background-color: #fff;
    color: #0b2a3c;
    font-weight: 700;
    cursor: pointer;
}

.review-profile .content .navigation-bar__button-right {
    width: 50%;
    border: 0;
    border-radius: 1.5rem;
    background-color: #0b2a3c;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.review-profile .content .statistics-controls {
    display: flex;
    align-items: center;
    margin-top: 3.5rem;
    padding: 1rem;
    border: 2px solid #e0bc8733;
    border-radius: 8px;
    /* justify-content: space-between;   */
}

.labelMargin {
    margin-left: 10px;
    margin-right: 10px;
}

.review-profile .content .statistics-controls img {
    cursor: pointer;
}

.review-profile .content .statistics-controls p {
    margin: 0 1.5rem;
    font-weight: 700;
    color: #0b2a3c;
}

.review-profile .content .input-fields {
    margin-top: 3.5rem;
}

.review-profile .content .input-fields p {
    font-weight: 700;
}

.review-profile .content .input-fields input {
    width: 100%;
    height: 40px;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
    padding: 0 1.25rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: rgba(49, 61, 82, 0.0509803922);
}

.review-profile .content .profile-controls {
    display: flex;
    flex-wrap: wrap;
}

.review-profile .content .profile-controls__control-card-wrapper p {
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.review-profile .content .profile-controls__change-theme-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.review-profile .content .profile-controls form {
    display: flex;
    justify-content: center;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0.5rem;
    padding: 0.25rem;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 0.5rem;
    background-color: rgba(224, 188, 135, 0.3490196078);
    border: 2px solid rgba(11, 42, 60, 0);
    cursor: pointer;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--selected {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0.5rem;
    width: 40px;
    padding: 0.25rem;
    border: 2px solid #0b2a3c;
    border-radius: 0.5rem;
    cursor: pointer;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-1 {
    background-color: #0b2a3c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-1 {
    background-color: #e0bc87;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-2 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-2 {
    background-color: #f5c344;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-3 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-3 {
    background-color: #6dcbfa;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-4 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-4 {
    background-color: #c83c34;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-5 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-5 {
    background-color: #8664e6;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-6 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-6 {
    background-color: #76d461;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-7 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-7 {
    background-color: #ffc134;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-8 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-8 {
    background-color: #6dcbfa;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-9 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-9 {
    background-color: #c83c34;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-10 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-10 {
    background-color: #8664e6;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-11 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-11 {
    background-color: #76d461;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-12 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-12 {
    background-color: #f5c344;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-13 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-13 {
    background-color: #6dcbfa;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-14 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-14 {
    background-color: #c83c34;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-15 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-15 {
    background-color: #8664e6;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-16 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-16 {
    background-color: #76d461;
    height: 100%;
    width: 100%;
}

.review-profile .content .profile-controls__control-card {
    width: 334px;
    height: 334px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 1rem;
    border: 2px solid rgba(224, 188, 135, 0.2);
    border-radius: 1rem;
}

.review-profile .content .profile-controls__control-card .main-button {
    height: 40px;
    margin: 0 3.5rem 1.5rem 3.5rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.review-profile .content .profile-controls__profile-logo {
    width: 218px;
    height: 218px;
    margin: 2rem auto 1rem auto;
    padding: 1rem;
    border: 1px solid #e7ba80;
    border-radius: 1rem;
}

.review-profile .content .profile-controls__profile-background {
    width: 100%;
    height: 100%;
    max-height: 256px;
    border-radius: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.review-profile .content .link-controls {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.review-profile .content .link-controls p {
    font-weight: 700;
}

.review-profile .content .link-controls__links {
    margin-top: 1rem;
}

.review-profile .content .link-controls__header {
    height: 32px;
    margin-bottom: 0.5rem;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
    background-color: rgba(49, 61, 82, 0.1490196078);
}

.review-profile .content .link-controls__link {
    height: 48px;
    margin-bottom: 0.5rem;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
    background-color: rgba(49, 61, 82, 0.0509803922);
}

.review-profile .content .link-controls__actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-profile .content .link-controls__actions img:first-child {
    margin: 0 0.5rem;
}

.review-profile .content .link-controls__button {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 0.5rem;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.review-profile .content .link-controls__link-name {
    width: 100px;
}

.review-profile .content .link-controls__link-count {
    width: 75px;
}

.dugmad {
    border: 0;
    background: rgba(255, 255, 255, 0);
    margin: 0.25rem;
}

.mobile-navigation {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #0b2a3c;
}

.date__button {
    width: 10%;
    height: 2.5rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: #0b2a3c;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    margin: 10px;
}

input[type="date"] {
    background-color: #e0bc8733;
    padding: 15px;
    font-family: "Roboto Mono", monospace;
    color: #0b2a3c;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 8px;
}

::-webkit-calendar-picker-indicator {
    background-color: #ffffff;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.damn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .mobile-navigation {
        display: flex;
        justify-content: space-between;
        padding: 1.1rem 1.1rem 1.1rem 1.1rem;
        list-style-type: none;
        color: #fff;
    }

    .review-profile .content .statistics-controls {
        flex-direction: column;
    }
    input[type="date"] {
        width: 100%;
    }

    .labelMargin {
        margin: 1rem auto 1rem 0;
    }

    .review-profile .content {
        flex-wrap: wrap;
        width: 100%;
        padding: 1.5rem 1.5rem;
    }

    .mobile-navigation svg {
        fill: #fff;
        cursor: pointer;
    }
    .date__button {
        width: 100%;
        height: 2.5rem;
        border: 0;
        border-radius: 0.5rem;
        background-color: #0b2a3c;
        color: #ffffff;
        font-weight: 600;
        cursor: pointer;
        margin: 10px;
    }
}

.drawer {
    min-width: 288px;
    width: 288px;
    height: auto;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    border-right: 1px solid #e0bc87;
}

.drawer__logo {
    margin: 2.5rem auto;
}

.drawer__links {
    width: 100%;
}

.drawer__links ul {
    list-style-type: none;
}

.drawer__links ul li {
    width: 100%;
    margin: 0.75rem auto;
    padding: 0.7rem;
    border-radius: 0.5rem;
    background-color: rgba(224, 188, 135, 0.1215686275);
    color: #0b2a3c;
    font-weight: 700;
    cursor: pointer;
}

.drawer__links ul li:hover {
    background-color: #e0bc87;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .drawer {
        display: flex;
    }
}

* {
    box-sizing: border-box;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.cover-image {
    height: 230px;
    object-fit: fill;
    flex-shrink: 0;
}

.logo-image {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #dab986;
    background-color: #dab986;
}

.logo-image--1 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #dab986;
    background-color: #dab986;
}

.logo-image--2 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #f5c344;
    background-color: #f5c344;
}

.logo-image--3 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #6dcbfa;
    background-color: #6dcbfa;
    
}

.logo-image--4 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #c83c34;
    background-color: #c83c34;
}

.logo-image--5 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #8664e6;
    background-color: #8664e6;
}

.logo-image--6 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #76d461;
    background-color: #76d461;
}

.logo-image--7 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #f5c344;
    background-color: #f5c344;
}

.logo-image--8 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #6dcbfa;
    background-color: #6dcbfa;
}

.logo-image--9 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #c83c34;
    background-color: #c83c34;
}

.logo-image--10 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #8664e6;
    background-color: #8664e6;
}

.logo-image--11 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #76d461;
    background-color: #76d461;
}

.logo-image--12 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #f5c344;
    background-color: #f5c344;
}

.logo-image--13 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #6dcbfa;
    background-color: #6dcbfa;
}

.logo-image--14 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #c83c34;
    background-color: #c83c34;
}

.logo-image--15 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #8664e6;
    background-color: #8664e6;
}

.logo-image--16 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #76d461;
    background-color: #76d461;
}

.content12 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #0b2a3c;
}

.content12--1 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #0b2a3c;
}

.content12--2 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--3 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--4 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--5 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--6 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--7 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--8 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--9 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--10 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--11 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--12 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12--13 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12--14 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12--15 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12--16 {
    /* height: 100%; */
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12__heading {
    width: 60%;
    color: #fff;
    font-size: 24px;
}

.content12__message {
    /* width: 69%; */
    margin: 1.5rem 0 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.content12__button-wrapper {
    margin: 2rem 0 0 0;
}

.content12__button {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    /* background-color: #dab986;
    color: #000; */
    font-weight: 700;
}

.content12__button--1 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #dab986;
}

.content12__button--2 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #f5c344;
}

.content12__button--3 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #6dcbfa;
}

.content12__button--4 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #c83c34;
}

.content12__button--5 {
    font-size: 16px;
    font-size: 18px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #8664e6;
}

.content12__button--6 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #76d461;
}

.content12__button--7 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #f5c344;
}

.content12__button--8 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #6dcbfa;
}

.content12__button--9 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #c83c34;
}

.content12__button--10 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #8664e6;
}

.content12__button--11 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #76d461;
}

.content12__button--12 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #f5c344;
}

.content12__button--13 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #6dcbfa;
}

.content12__button--14 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #c83c34;
}

.content12__button--15 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #8664e6;
}

.content12__button--16 {
    font-size: 16px;
    font-size: 18px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #76d461;
}

.content12__footer-text {
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.login {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: #ffffff;
}

.login__window {
    width: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    border: 2px solid rgba(11, 42, 60, 0.2);
    box-shadow: 0px 10px 20px rgba(11, 42, 60, 0.1);
    border-radius: 16px;
    background-color: #ffffff;
}

.login__logo {
    max-width: 400px;
    margin-bottom: 3rem;
}

.login__title {
    margin-bottom: 1rem;
}

.login__input-label {
    margin-bottom: 1rem;
    display: block;
    font-weight: bold;
}

.login__input-username,
.login__input-password {
    width: 100%;
    height: 2.5rem;
    padding: 0.5rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: rgba(49, 61, 82, 0.0509803922);
}

.login__button {
    width: 100%;
    height: 2.5rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: #0b2a3c;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.login__error-text {
    color: red;
    font-size: 12px;
    padding: 1rem;
}

@media only screen and (min-width: 600px) {
    .login__window {
        width: 400px;
        min-height: 200px;
        justify-content: space-between;
    }
}

.imagebckg-1{
    background-color: red;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.dashboard {
    display: flex;
    min-height: 100vh;
}

.dashboard .dashboard__content {
    padding: 2rem 1rem;
}

.dashboard .content__title {
    margin-bottom: 3rem;
    font-weight: 500;
}

.dashboard .content__button {
    width: 100%;
    margin-top: 1.25rem;
    padding: 0.75rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: #00263E;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.dashboard .content-card {
    width: 100%;
    margin: 0 1rem 1rem 0;
    padding: 1.25rem;
    border: 2px solid rgba(224, 188, 135, 0.2);
    border-radius: 1rem;
    box-shadow: 0px 10px 20px rgba(11, 42, 60, 0.1);
}

.dashboard .content-card__logo {
    border: 1px solid #e7ba80;
    border-radius: 1rem;
    padding: 0.75rem;
}

.dashboard .content-card__logo img {
    width: 4.25rem;
    height: auto;
}

.dashboard .content-card__first-row {
    display: flex;
}

.dashboard .content-card__details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 1.25rem;
}

.dashboard .content-card__details p {
    font-size: 0.75rem;
}

.dashboard .content-card__title {
    font-size: 1rem;
}

.dashboard .content-card__licence-expiration-date {
    display: flex;
    justify-content: space-between;
}

.dashboard .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
    .dashboard .dashboard__content {
        padding: 2.5rem 0 2.5rem 3.5rem;
    }

    .dashboard .content-card {
        width: 336px;
    }
}

.review-profile {
    display: flex;
    min-height: 100vh;
}

.review-profile .content {
    flex-wrap: wrap;
    width: 100%;
    padding: 2.5rem 3.5rem;
}

.review-profile .content .profile-name {
    display: flex;
    margin-bottom: 4rem;
}

.review-profile .content .profile-name img {
    cursor: pointer;
    margin-right: 1.25rem;
}

.review-profile .content .profile-name h1 {
    display: inline;
    color: #0b2a3c;
    font-weight: 500;
}

.review-profile .content .navigation-bar {
    display: flex;
    height: 3rem;
    padding: 0.25rem;
    background-color: #0b2a3c;
    border-radius: 1.5rem;
}

.review-profile .content .navigation-bar__button-left {
    width: 50%;
    border: 0;
    border-radius: 1.5rem;
    background-color: #fff;
    color: #0b2a3c;
    font-weight: 700;
    cursor: pointer;
}

.review-profile .content .navigation-bar__button-right {
    width: 50%;
    border: 0;
    border-radius: 1.5rem;
    background-color: #0b2a3c;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.review-profile .content .statistics-controls {
    display: flex;
    align-items: center;
    margin-top: 3.5rem;
    padding: 1rem;
    border: 2px solid #e0bc8733;
    border-radius: 8px;
    /* justify-content: space-between;   */
}

.labelMargin {
    margin-left: 10px;
    margin-right: 10px;
}

.review-profile .content .statistics-controls img {
    cursor: pointer;
}

.review-profile .content .statistics-controls p {
    margin: 0 1.5rem;
    font-weight: 700;
    color: #0b2a3c;
}

.review-profile .content .input-fields {
    margin-top: 3.5rem;
}

.review-profile .content .input-fields p {
    font-weight: 700;
}

.review-profile .content .input-fields input {
    width: 100%;
    height: 40px;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
    padding: 0 1.25rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: rgba(49, 61, 82, 0.0509803922);
}

.review-profile .content .profile-controls {
    display: flex;
    flex-wrap: wrap;
}

.review-profile .content .profile-controls__control-card-wrapper p {
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.review-profile .content .profile-controls__change-theme-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.review-profile .content .profile-controls form {
    display: flex;
    justify-content: center;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0.5rem;
    padding: 0.25rem;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 0.5rem;
    background-color: rgba(224, 188, 135, 0.3490196078);
    border: 2px solid rgba(11, 42, 60, 0);
    cursor: pointer;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--selected {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0.5rem;
    width: 40px;
    padding: 0.25rem;
    border: 2px solid #0b2a3c;
    border-radius: 0.5rem;
    cursor: pointer;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-1 {
    background-color: #0b2a3c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-1 {
    background-color: #e0bc87;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-2 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-2 {
    background-color: #f5c344;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-3 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-3 {
    background-color: #6dcbfa;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-4 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-4 {
    background-color: #c83c34;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-5 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-5 {
    background-color: #8664e6;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-6 {
    background-color: #000000;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-6 {
    background-color: #76d461;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-7 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-7 {
    background-color: #ffc134;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-8 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-8 {
    background-color: #6dcbfa;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-9 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-9 {
    background-color: #c83c34;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-10 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-10 {
    background-color: #8664e6;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-11 {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-11 {
    background-color: #76d461;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-12 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-12 {
    background-color: #f5c344;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-13 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-13 {
    background-color: #6dcbfa;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-14 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-14 {
    background-color: #c83c34;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-15 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-15 {
    background-color: #8664e6;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--left-color-16 {
    background-color: #0b253c;
    height: 100%;
    width: 100%;
}

.review-profile
    .content
    .profile-controls
    form
    .profile-controls__change-theme-button--right-color-16 {
    background-color: #76d461;
    height: 100%;
    width: 100%;
}

.review-profile .content .profile-controls__control-card {
    width: 334px;
    height: 334px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 1rem;
    border: 2px solid rgba(224, 188, 135, 0.2);
    border-radius: 1rem;
}

.review-profile .content .profile-controls__control-card .main-button {
    height: 40px;
    margin: 0 3.5rem 1.5rem 3.5rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.review-profile .content .profile-controls__profile-logo {
    width: 218px;
    height: 218px;
    margin: 2rem auto 1rem auto;
    padding: 1rem;
    border: 1px solid #e7ba80;
    border-radius: 1rem;
}

.review-profile .content .profile-controls__profile-background {
    width: 100%;
    height: 100%;
    max-height: 256px;
    border-radius: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.review-profile .content .link-controls {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.review-profile .content .link-controls p {
    font-weight: 700;
}

.review-profile .content .link-controls__links {
    margin-top: 1rem;
}

.review-profile .content .link-controls__header {
    height: 32px;
    margin-bottom: 0.5rem;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
    background-color: rgba(49, 61, 82, 0.1490196078);
}

.review-profile .content .link-controls__link {
    height: 48px;
    margin-bottom: 0.5rem;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
    background-color: rgba(49, 61, 82, 0.0509803922);
}

.review-profile .content .link-controls__actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-profile .content .link-controls__actions img:first-child {
    margin: 0 0.5rem;
}

.review-profile .content .link-controls__button {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 0.5rem;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.review-profile .content .link-controls__link-name {
    width: 100px;
}

.review-profile .content .link-controls__link-count {
    width: 75px;
}

.dugmad {
    border: 0;
    background: rgba(255, 255, 255, 0);
    margin: 0.25rem;
}

.mobile-navigation {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #0b2a3c;
}

.date__button {
    width: 10%;
    height: 2.5rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: #0b2a3c;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    margin: 10px;
}

input[type="date"] {
    background-color: #e0bc8733;
    padding: 15px;
    font-family: "Roboto Mono", monospace;
    color: #0b2a3c;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 8px;
}

::-webkit-calendar-picker-indicator {
    background-color: #ffffff;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.damn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .mobile-navigation {
        display: flex;
        justify-content: space-between;
        padding: 1.1rem 1.1rem 1.1rem 1.1rem;
        list-style-type: none;
        color: #fff;
    }

    .review-profile .content .statistics-controls {
        flex-direction: column;
    }
    input[type="date"] {
        width: 100%;
    }

    .labelMargin {
        margin: 1rem auto 1rem 0;
    }

    .review-profile .content {
        flex-wrap: wrap;
        width: 100%;
        padding: 1.5rem 1.5rem;
    }

    .mobile-navigation svg {
        fill: #fff;
        cursor: pointer;
    }
    .date__button {
        width: 100%;
        height: 2.5rem;
        border: 0;
        border-radius: 0.5rem;
        background-color: #0b2a3c;
        color: #ffffff;
        font-weight: 600;
        cursor: pointer;
        margin: 10px;
    }
}

.drawer {
    min-width: 288px;
    width: 288px;
    height: auto;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    border-right: 1px solid #e0bc87;
}

.drawer__logo {
    margin: 2.5rem auto;
}

.drawer__links {
    width: 100%;
}

.drawer__links ul {
    list-style-type: none;
}

.drawer__links ul li {
    width: 100%;
    margin: 0.75rem auto;
    padding: 0.7rem;
    border-radius: 0.5rem;
    background-color: rgba(224, 188, 135, 1);
    color: white;
    font-weight: 700;
    cursor: pointer;
}

.drawer__links ul li:hover {
    background-color: rgba(224, 188, 135, 0.9);
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .drawer {
        display: flex;
    }
}

* {
    box-sizing: border-box;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.cover-image {
    height: 230px;
    object-fit: fill;
    flex-shrink: 0;
}

.logo-image {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #dab986;
    background-color: #dab986;
}

.logo-image--1 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #dab986;
    background-color: #dab986;
}

.logo-image--2 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #f5c344;
    background-color: #f5c344;
}

.logo-image--3 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #6dcbfa;
    background-color: #6dcbfa;
    
}

.logo-image--4 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #c83c34;
    background-color: #c83c34;
}

.logo-image--5 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #8664e6;
    background-color: #8664e6;
}

.logo-image--6 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #76d461;
    background-color: #76d461;
}

.logo-image--7 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #f5c344;
    background-color: #f5c344;
}

.logo-image--8 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #6dcbfa;
    background-color: #6dcbfa;
}

.logo-image--9 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #c83c34;
    background-color: #c83c34;
}

.logo-image--10 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #8664e6;
    background-color: #8664e6;
}

.logo-image--11 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #76d461;
    background-color: #76d461;
}

.logo-image--12 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #f5c344;
    background-color: #f5c344;
}

.logo-image--13 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #6dcbfa;
    background-color: #6dcbfa;
}

.logo-image--14 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #c83c34;
    background-color: #c83c34;
}

.logo-image--15 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #8664e6;
    background-color: #8664e6;
}

.logo-image--16 {
    position: absolute;
    -o-object-fit: fill;
    object-fit: fill;
    top: 160px;
    right: 20px;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    border: 4px solid #76d461;
    background-color: #76d461;
}

.content12 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #0b2a3c;
}

.content12--1 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #0b2a3c;
}

.content12--2 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--3 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--4 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--5 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--6 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #000000;
}

.content12--7 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--8 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--9 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--10 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--11 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #ffffff;
}

.content12--12 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12--13 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12--14 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12--15 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12--16 {
    height: 100%;
    padding: 2rem 1.25rem;
    background-color: #0b253c;
}

.content12__heading {
    width: 60%;
    color: #fff;
    font-size: 24px;
}

.content12__message {
    /* width: 69%; */
    margin: 1.5rem 0 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.content12__button-wrapper {
    margin: 2rem 0 0 0;
}

.content12__button {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    /* background-color: #dab986;
    color: #000; */
    font-weight: 700;
}

.content12__button--1 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #dab986;
}

.content12__button--2 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #f5c344;
}

.content12__button--3 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #6dcbfa;
}

.content12__button--4 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #c83c34;
}

.content12__button--5 {
    font-size: 16px;
    font-size: 18px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #8664e6;
}

.content12__button--6 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #76d461;
}

.content12__button--7 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #f5c344;
}

.content12__button--8 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #6dcbfa;
}

.content12__button--9 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #c83c34;
}

.content12__button--10 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #8664e6;
}

.content12__button--11 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #76d461;
}

.content12__button--12 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #f5c344;
}

.content12__button--13 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #6dcbfa;
}

.content12__button--14 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #c83c34;
}

.content12__button--15 {
    font-size: 16px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #8664e6;
}

.content12__button--16 {
    font-size: 16px;
    font-size: 18px;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem 0;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    background-color: #76d461;
}

.content12__footer-text {
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.login {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: #ffffff;
}

.login__window {
    width: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    border: 2px solid rgba(11, 42, 60, 0.2);
    box-shadow: 0px 10px 20px rgba(11, 42, 60, 0.1);
    border-radius: 16px;
    background-color: #ffffff;
}

.login__logo {
    max-width: 400px;
    margin-bottom: 3rem;
}

.login__title {
    margin-bottom: 1rem;
}

.login__input-label {
    margin-bottom: 1rem;
    display: block;
    font-weight: bold;
}

.login__input-username,
.login__input-password {
    width: 100%;
    height: 2.5rem;
    padding: 0.5rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: rgba(49, 61, 82, 0.0509803922);
}

.login__button {
    width: 100%;
    height: 2.5rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: #0b2a3c;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.login__error-text {
    color: red;
    font-size: 12px;
    padding: 1rem;
}

@media only screen and (min-width: 600px) {
    .login__window {
        width: 400px;
        min-height: 200px;
        justify-content: space-between;
    }
}

.imagebckg-1{
    background-color: red;
}


 .sso-button-image-only {
    /* Dimenzije i osnovni stil */
    display: inline-block; /* Omogućava postavljanje dimenzija */
    width: 100%; /* Fiksna širina dugmeta, podesi po potrebi */
    height: 48px; /* Fiksna visina dugmeta, podesi po potrebi */
    padding: 9px; /* Unutrašnji razmak */
    box-sizing: border-box; /* Padding ne utiče na ukupnu visinu/širinu */
    
    /* Izgled */
    background-color: #ffffff; /* Bela pozadina */
    border: 1px solid #e0e0e0; /* Svetla ivica */
    border-radius: 8px; /* Zaobljene ivice */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);

    /* Pozicioniranje slike */
    text-align: center; /* Centriranje za svaki slučaj */

    /* Tranzicije za lepši efekat */
    transition: all 0.2s ease-in-out;
}

.sso-button-image-only:hover {
    border-color: #cccccc;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

/* Stil za sliku unutar dugmeta */
.sso-button-image-only img {
    height: 100%;  /* Slika zauzima punu visinu padding-a */
    width: auto;   /* Širina se automatski prilagođava da se ne izobliči */
    max-width: 100%; /* Sprečava da slika iscuri van dugmeta */
    vertical-align: middle; /* Bolje poravnanje slike */
}