﻿
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --main-color: #F1F2F3;
    --primary-color: #FAF8F3;
    --secondry-color: #E6A900;
    --icon-bg-color: #A4A4A4;
    --main-text-color: #444444;
    --border-color: rgba(255, 255, 255, 0.79);
    --dashboard-primary-color: #f1f1f1;
    --delete-color: #dc3545;
    --template-color: #626262;
    --dashboard-hover: #102864;
    --received-message-color: #5E83DC;
    --white-color: #ffffff;
    --border-main-color: #d5d5d5;
    --hover-color: linear-gradient(90deg, rgb(255 205 88 / 48%), #ffffff00);
    --chat-bg-color: #FAF8F3;
    --body-bg-color: #fafafa;
    --dashboard-primary-color: #faf8f3;
    --chat-box-color: #fff;
}


/*overright css*/
:root {
    --rz-text-subtitle1-font-size: 1.1rem !important;
    --rz-primary: #259F46 !important;
    --rz-input-focus-shadow: 0px 0px 0px 1px var(--rz-white), 0px 0px 0px 3px var(--rz-primary);
    --rz-grid-header-font-size: 1rem !important;
    --rz-grid-header-line-height: 2rem !important;
    --rz-card-padding: 1rem !important;
    --delete-color: #dc3545;
    --text-primary-color: #434343;
    --rz-paginator-numeric-button-selected-background-color: rgb(222 241 234) !important;
    --rz-grid-filter-background-color: #f0faf6 !important;
    --rz-grid-header-background-color: #f0faf6 !important;
}

.rz-datatable-thead th.rz-text-align-center.rz-sortable-column .rz-column-title, .rz-grid-table thead th.rz-text-align-center.rz-sortable-column .rz-column-title {
    padding-left: var(--rz-grid-sort-icon-width);
    padding: 0.5rem;
}

.rz-layout .rz-body {
    transform: none !important;
}

.rz-panel-menu .rz-navigation-item-active:before, .rz-panel-menu .rz-navigation-item-wrapper-active:before {
    background-color: transparent !important;
}

.rz-panel-menu .rz-navigation-item-active, .rz-panel-menu .rz-navigation-item-wrapper-active {
    background-color: var(--rz-primary) !important;
}

.rz-text-h6 {
    font-family: 'Poppins', sans-serif !important;
    font-family: 'Roboto Slab', serif !important;
    font-size: 1.5rem;
    color: var(--rz-primary);
    margin-bottom: var(--rz-text-h6-margin-bottom);
    /*Defalut Css*/
    color: var(--rz-primary) !important;
}

.rz-card h1, .rz-card h2, .rz-card h3, .rz-card h4, .rz-card h5, .rz-card h6 {
    margin-bottom: var(--rz-card-heading-margin-bottom);
    font-weight: 500 !important;
    font-size: 18px !important;
}

.rz-datatable-thead th .rz-column-title-content, .rz-grid-table thead th .rz-column-title-content {
    overflow: initial !important;
    text-overflow: clip !important;
    white-space: break-spaces !important;
}

.logout-button {
    padding: 0px;
    background: #fff !important;
}

    .logout-button:hover {
        background: #ffff !important;
    }

.primary-color {
    color: var(--rz-primary) !important;
}

.rz-button-xs .rz-button-box, .rz-selectbutton .rz-button.rz-button-xs .rz-button-box, .rz-selectbutton .rz-button-xs.rz-paginator-element .rz-button-box {
    margin: 0.3rem !important;
}

.rz-background-color-danger-dark {
    background-color: var(--delete-color) !important;
}

.rz-listbox-item.rz-state-highlight {
    background-color: rgb(0 162 77 / 8%) !important;
}

.rz-listbox:not(.rz-state-disabled) .rz-listbox-item:hover:hover {
    background-color: rgb(0 162 77 / 8%) !important;
}

.rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content):nth-child(even) > td {
    background-color: #ebf8f2b8 !important;
}

ul.rz-profile-menu {
    padding: 0px 10px !important;
}
/*css loader*/
.loader-container {
    height: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 11.2px;
    height: 11.2px;
    animation: spinner-o824ag 1.2s infinite linear;
}

    .spinner div {
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--rz-primary);
        border-radius: 50%;
        animation: spinner-vse6n7 1.5s infinite ease;
    }

        .spinner div:nth-child(1) {
            --rotation: 90;
        }

        .spinner div:nth-child(2) {
            --rotation: 180;
        }

        .spinner div:nth-child(3) {
            --rotation: 270;
        }

        .spinner div:nth-child(4) {
            --rotation: 360;
        }

@keyframes spinner-vse6n7 {
    0%, 100% {
        transform: rotate(calc(var(--rotation) * 1deg)) translateY(0);
    }

    50% {
        transform: rotate(calc(var(--rotation) * 1deg)) translateY(300%);
    }
}

@keyframes spinner-o824ag {
    to {
        transform: rotate(360deg);
    }
}


/**/

.company-status {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    margin-top: 0.3rem;
    margin-right: 0.3rem;
}

.not-found-text {
    color: gray;
    font-size: 2rem;
}

.sidebar-text {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.rz-textbox {
    border: solid 1px #cfcfcf !important;
}

.rz-cell-filter .rz-cell-filter-label {
    justify-content: center !important;
}

.menu .rz-navigation-item-wrapper-active {
    background: linear-gradient(90deg, #39365e, rgb(56 43 96 / 25%)) !important;
}

.directior-container {
    max-height: 5rem;
    overflow: auto;
}

/*Modal*/

/*.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 20;
    font-size: 1.3rem;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0px 0px 24px #5C5696;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    color: var(--text-primary-color)
    
}

.modal-container {
     border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    overflow: auto;
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-width: 35%;
}*/

.unfold {
    transform: scaleY(.01) scaleX(0);
    animation: unfoldIn 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

.out {
    display: none;
    transform: scale(1);
}

.show {
    display: block;
    animation-name: popup;
    animation-duration: 0.8s;
}

.hide {
    display: none;
    animation-name: closing;
    animation-duration: 1s;
}

.modal-body {
    font-size: 1rem;
    color: #777a7d;
}



.hr-line {
    height: 0.5px;
    width: 100%;
    margin-inline: 0;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,.2);
}


.modal-row {
    display: flex;
    margin: .5rem .3rem;
    gap: 1rem;
}

.modal-input {
    height: 2.8rem;
    font-size: 1.1rem;
    justify-content: space-between;
    padding-left: 0.5rem;
    border-radius: 5px;
    border: solid #E0DFDF 1px;
    margin-block: .1rem;
}

.input-design {
    width: 100%;
    border-radius: 0.4rem;
    color: #303030;
    font-size: 1rem;
    transition: all 0.2s;
    background: #00344205;
}

.input-text-area {
    padding: 2px 10px;
    height: 70px;
}

.input-design:focus {
    border: 1px solid var(--rz-primary);
    /*box-shadow: rgb(3 105 131 / 15%) 0px 7px 15px 0px;*/
    outline: none;
}

input-design:hover {
    border: 1px solid #2a91ad;
    box-shadow: rgb(3 105 131 / 15%) 0px 7px 15px 0px;
    outline: none;
}

.header-text p {
    font-size: 1.6rem;
    color: #303030 !important;
}

.company-heading p {
    font-size: 1.6rem;
}

.company-comment div {
    font-weight: bold;
}

.modal-row div {
    width: 100%;
    font-size: .9rem;
}

    .modal-row div p {
        padding: .3rem;
        /*border: 1px solid rgb(3 105 131 / 32%);*/
        border-radius: .3rem;
        font-weight: 400;
    }

.company-heading h3 {
    font-size: 1.6rem;
    color: var(--rz-primary);
}

.company-comment div {
    color: var(--rz-primary);
}

.view-details-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.view-details-header {
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.company-details-body div {
    margin-block: 1rem;
}

    .company-details-body div p {
        margin-block: .3rem;
    }

.export-excel-button {
    background-color: var(--rz-primary) !important;
    color: white;
    font-family: 'Poppins';
    font-size: 14px;
    padding: 7px;
    margin-block: 0px;
    margin-bottom: 8px;
    border: none;
    box-shadow: 0.1px 0.1px 2px 0.1px black;
    border-radius: 2px;
    margin-right: 6px;
    width: 82px;
}

/*<!-- -------- DIALOG BOX -------- -->*/
.dialog-container {
    background-color: #fff;
    min-height: 10rem;
    max-width: 45rem;
    min-width: 20rem;
    border-radius: 10px;
    width: fit-content;
    display: flex;
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
}

.dialog-header {
    padding: 10px 10px;
    margin: 0.5rem 0;
}

.hr-line {
    height: 0.5px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 10px;
    background-color: var(--border-main-color);
}

.dialog-header p {
    text-align: center;
    color: var(--main-text-color);
}

.dialog-text p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 1rem;
    color: var(--main-text-color);
}

.dialog-button {
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #fff;
    cursor: pointer;
    height: 35px;
    text-align: center;
    width: 34%;
    transition: box-shadow .2s;
    max-width: 100px;
}

.dialog-no-button {
    background: var(--delete-color);
}

.dialog-yes-button {
    background-color: var(--rz-primary);
    color: white;
}

.dialog-button:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px 3px 6px 0px;
}

.btn-modal-add {
    width: 5.5rem;
    height: 2.2rem;
    border-radius: 8px;
    font-size: 1rem;
    color: white;
    /* color: var(--primary-color); */
    background: var(--rz-primary);
    border: none;
}

    .btn-modal-add:hover {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px 3px 6px 0px;
    }

.btn-modal-cancel:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px 3px 6px 0px;
}

.dialog-button-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.btn-modal-cancel {
    width: 5.5rem;
    height: 2.2rem;
    border-radius: 8px;
    font-size: 1rem;
    color: white;
    background: #ff0017 !important;
    border: none;
}

.modal-header {
    color: var(--main-text-color);
    border-bottom: 1px solid rgb(213 213 213);
    display: flex;
    align-items: flex-start;
    justify-content: left;
    height: 45px;
    /* padding: 2px; */
    /* margin-top: 13px; */
}

.add-brand > label {
    align-items: start;
}

.modal-body {
    padding: 1rem 0;
    font-size: 1rem;
    color: var(--text-primary-color);
}

.column {
    display: flex;
    flex-direction: column;
    text-align: left;
    /* padding-left: 1rem; */
    gap: 5px;
    font-size: 1rem;
    color: var(--main-text-color);
    width: 100%;
}

.alert-message {
    color: var(--delete-color);
    width: 80%;
    font-size: 0.8rem;
    margin-top: 3px;
}

.modal-footer {
    /*height: fit-content;
    width: 100%;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    display: flex;
    gap: 1rem;
    justify-content: right;
    border-top: 1px solid var(--border-main-color);
    padding-top: 1rem;*/

    border-top: 1px solid #D7E9E1;
}

.modal__header,
.modal__body,
.modal__footer {
    padding: 16px;
}

.zikomo-footer {
    color: #ffff;
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    width: 250px;
}

.export-button-container {
    position: absolute;
    top: 6px;
    z-index: 10;
    right: 20px;
}

.sidebar-user-text {
    text-align: center;
    margin-block: 20px;
    font-size: 1.2rem;
    font-weight: 500;
}

.rz-card h3 {
    color: #2F3330 !important;
    font-weight: 600 !important;
}

.rz-card {
    margin-bottom: 10px !important;
}

.logo-container {
    background: #fff;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    border-radius: 10%;
}

    .logo-container img {
        margin-right: 10px;
    }

.rz-accordiontab-0 {
    gap: 4px !important;
}



#rz-accordiontab-0 {
    color: var(--text-primary-color);
    flex-direction: row-reverse;
    /*background-color: #00a24d;*/
}

.login-page-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 480px;
}

.main-container {
    height: 100vh;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgb(37 159 70)" d="M 0 200 C 485.5 200 485.5 110 971 110 L 971 110 L 971 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgb(37 159 70)" d="M 970 110 C 1445 110 1445 173 1920 173 L 1920 173 L 1920 0 L 970 0 Z" stroke-width="0"></path> </svg>');
    width: 100%;
    background-repeat: no-repeat;
}

.form-container {
    border: 42px solid rgba(41, 92, 173, 0.07059);
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(63, 63, 63, 0.41961);
    box-shadow: 1px 1px 10px 2px rgba(63, 63, 63, 0.41961);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(41, 92, 173, 0.14902);
    box-shadow: inset 0px 0px 0px 1px rgba(41, 92, 173, 0.14902);
}

.input-item label {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 12px;
    line-height: 18px;
}

.input-item--has-icon > div {
    position: relative;
}

    .input-item--has-icon > div i {
        position: absolute;
        right: 8px px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.login-input {
    color: #3B403C;
    padding: 8px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    width:100%;
    border: 1px solid #D7E9E1;
}


.bar {
    position: absolute;
    top: 5px;
    left: 250px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 499px;
    height: 10px;
    background: #259F46;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

    .bar div:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        background-color: #3B403C;
        -webkit-animation: box-1 2100ms cubic-bezier(0.65,0.81,0.73,0.4) infinite;
        animation: box-1 2100ms cubic-bezier(0.65,0.81,0.73,0.4) infinite;
    }

    .bar div:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        background: #3B403C;
        -webkit-animation: box-2 2100ms cubic-bezier(0.16,0.84,0.44,1) infinite;
        animation: box-2 2100ms cubic-bezier(0.16,0.84,0.44,1) infinite;
        -webkit-animation-delay: 850ms;
        animation-delay: 850ms;
    }

@-webkit-keyframes box-1 {
    0% {
        left: -35%;
        right: 100%;
    }

    50%,100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes box-1 {
    0% {
        left: -35%;
        right: 100%;
    }

    50%,100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes box-2 {
    0% {
        left: -200%;
        right: 100%;
    }

    60%,100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes box-2 {
    0% {
        left: -200%;
        right: 100%;
    }

    60%,100% {
        left: 107%;
        right: -8%;
    }
}

.btn--login--disabled {
    pointer-events: none !important;
    opacity: 0.3 !important;
    cursor: no-drop !important;
}