@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';

@font-face {
    font-family: Nunito-Sans;
    src: url('../fonts/NunitoSans10pt-Medium.woff') format('woff'), 
        url('../fonts/NunitoSans10pt-Medium.woff') format('truetype');
}
@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.woff2') format('truetype');
}
p, h1, h2, h3, h4, h5, h6, span, tr, td, th, a, button, input{
    font-family: Roboto;
}

html {
    box-sizing: border-box;
}
body {
    background-color: transparent;
    background-image: url('../images/back3.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 /*   position: fixed;*/
    width:100%;
}
    body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: inherit;
        filter: blur(10px); /* Регулируйте степень размытия */
        z-index: -1;
    }


.wrapper{
    display:flex;
}

.content { 
    height:100vh; 
    overflow:auto;
    padding-top: 1.1rem;
    flex-grow:1;
    margin-left:250px;
}


/* SIDE BAR START */

.sidebar {
    height: 100%;
    width: 250px;
    padding-top: 10px;
    position: fixed;
   /* top: 0;
    left: 0;*/
    background-color: transparent;  
}

.sidebar .navbar-nav {
    flex-direction: column; /* Makes the items vertical */
    padding-top:15px;
    padding-bottom:15px;
}

    .sidebar .nav-link {
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
        font-family: Roboto;
    }

    .sidebar .nav-link:hover {
        background-color: #4880FF;
    }

.sidebar .dropdown-menu {
    background-color:transparent;
}

.sidebar .dropdown-item {
    color: white;
}

    .sidebar .dropdown-item:hover {
        background-color: #4880FF;
        border-radius: 7px;
        color: white;
    }


/* SIDE BAR END */

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}
li {
    color: black;
    cursor: pointer;
}

#grid_order thead tr:hover {
    background-color: transparent;
}



.mytable thead tr:hover{
    /*background-color:transparent;*/
}

.mytable thead{
    
}

.mytable thead tr{
    background-color:white;
    border-radius:15px;
    overflow:hidden;
}


.gradient-orange-transparent {
    background: linear-gradient(to right, orange 60%, transparent);
}


.leader-order {
    background: linear-gradient(90deg, rgba(255,155,155,0.711922268907563) 0%, rgba(255,255,255,0) 100%);
}


.kollektor-order {
    background: linear-gradient(90deg, rgba(244,255,155,0.711922268907563) 0%, rgba(255,255,255,0) 100%);
}

/*STEP DESIGN */
.step-container ul.progress-steps li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 2em;
}

    .step-container ul.progress-steps li > span {
        position: relative;
        width: 40px;
        height: 40px;
        font-size: large;
        outline:4px solid rgba(86,131,255,0.5);
        font-weight: bolder;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 1em;
        border-radius: 50%;
        color: white;
        background-color: rgb(86, 131, 255);
        z-index: 1;
    }

    .step-container ul.progress-steps li p span {
        color: gray;
        font-size: medium;
    }

@media screen and (min-width:768px) {

    .step-container{
        flex: 1 0 35%;
        min-width:300px;
        padding:3em;
    }

    .step-container ul.progress-steps{
        flex-direction:column;
        gap:0;
    }
    .step-container ul.progress-steps li:not(:last-child)::before {
        content: '';
        position: absolute;
        left: 20px;
        top: 30px;
        width: 4px;
        height: 100%;
        background-color: lightgray;
    }
} 
/*STEP DESIGN */

/*
.nav-link {
    color: white;
    border-radius: 10px;
    font-size: 8px;
}

.nav-link:hover {
    cursor: pointer;
    color: blue;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}*/

.rotate-left, .rotate-right {
    position: absolute;
    bottom: 20px; /* Отступ от нижнего края */
    background: rgba(0, 0, 0, 0.5); /* Полупрозрачный фон */
    color: black;
    border: none;
    z-index: 10060;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
}

.rotate-left {
    left: 20px; /* Отступ слева */
}

.rotate-right {
    right: 20px; /* Отступ справа */
}



.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
 }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.colorFont {
    color: black;
    font-size:17px;
}

.colorFontsizeform {
    color: black;
    font-size: 14pt;
}

.colorFontWhite {
    color: black;
}

input {
    box-sizing: border-box;
    border: 2px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    border: 1px solid #000;
}

.cheked_color {
    color: white;
    border: 5px solid #000;
}

.input_color {
    border-color: #3a0647;
    background-color: #65117a;
    padding: 2px 16px;
    color: white;
}

.input_color2 {
    border-color: #3a0647;
    background-color: #65117a;
    padding: 6px 24px;
    color: white;
    float: right;
}

.input_color3 {
    border-color: #3a0647;
    background-color: #65117a;
    padding: 4px 18px;
    color: white;
}

.input_color2:hover, .input_color:hover {
    background-color: #4c095c;
    color: lightgray;
 }

.div_right_livt {
    margin-top: 10px;
    float: right;
    border-color: #252836;
    background-color: #252836;
    padding: 2px 16px;
    color: white;
}

.model_table {
    width: 100%;
    margin-top: 10px;
}
.model_table_procent {
    
    margin-top: 10px;
}

.model_table2 {
    width: 100%;
    margin-top: 1px;
}

.model_table tr:nth-child(even) {
    background-color:aqua;
}

.model_table_plan_merch {
    width: 100%;
    margin-top: 10px;
}

.model_table tr:nth-child(even) {
    background-color: gainsboro;
}

.model_table tr {
    transition: 300ms
}

#rows:hover {
    transition: 300ms;
    /*transform: translateX(3px);*/
    color: white;
    background-color: #0fb3fb;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}

input[class="form-control"],
textarea {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
}

input[class="form-control"] {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 3px solid rgb(2, 2, 2);
}

.container-fluid {
    width: 100%;
}

.fixedtable {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 3
}

@media handheld and (max-width: 767px) {
    table {
        width: 100%;
    }

    thead th {
        position: sticky;
        background: white;
        top: 0;
    }

   
    .grid-text-center {
        border: 2px solid;
        border-top-width: 2px;
        margin: 5px 1px 3px 0px;
        border-spacing: 5px 10px;
        border-collapse: collapse;
        padding-top: 5px;
    }

    .box {
        color: white;
        width: 250px;
        float: left;
        height: 35px;
        margin: 5px;
        padding-top: 5px;
        border-color: #3a0647;
        background-color: #65117a;
    }

    .box2 {
        margin-right: 1200px;
        text-align: center;
    }
}

.sticky-header {
    position: sticky;
    top: 0; /* Оставить заголовок наверху экрана */
    background-color: white; /* Добавить фон для отображения заголовка */
    z-index: 1; /* Обеспечить, чтобы заголовок был поверх других элементов */
    padding: 10px; /* Опционально: добавить отступы для лучшего визуального оформления */
}



/* ========== Merdan ================*/

.question-text {
    transition: color 0.3s ease;
}

.question-text:hover {
   color: #007bff; /* Цвет текста при наведении (например, синий) */
}

/*Photo*/

.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
   
}

.photo-item {
    max-width: 300px;
    max-height: 300px;
    object-fit: cover;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.2s;
}

    .photo-item:hover {
        transform: scale(1.05);
    }

.modal-backdropw {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Полупрозрачный фон */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    position: relative;
    max-width: 650px;
    max-height: 90%;
    background: rgba(255, 255, 255, 0.95); /* Прозрачный белый фон */
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-align: center;
}

    .modal-content img {
        max-width: 100%;
        /*max-height: calc(100% - 40px);*/ /* Учитываем место для кнопки закрытия */
        margin: 0 auto;
        display: block;
        border-radius: 10px;
    }

.close-button {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: 10px;
    font-size: 25px;
    color: #333; /* Цвет иконки */
    transition: color 0.3s ease;
}

    .close-button:hover {
        color: #ff0000; /* Цвет при наведении */
    }





/*Photo*/



.loading-button {
    position: relative;
    padding-left: 40px; /* Отступ для индикатора */
    padding-right: 15px;
}

.loading-button .spinner-border {
        position: absolute;
        left: 10px; /* Индикатор загрузки слева */
        top: 50%;
        transform: translateY(-50%);

}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif;
}

    .custom-table thead tr {
        background-color: #007bff;
        color: white;
    }

    .custom-table th, .custom-table td {
        padding: 10px;
        border: 1px solid #dee2e6;
        text-align: center;
    }

    .custom-table tbody tr:hover {
        background-color: #f1f1f1;
        cursor: pointer;
    }

    .custom-table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

.highlight-row {
    background: linear-gradient(to right, orange 70%, transparent);
}

.summary-row {
    font-weight: bold;
    background-color: #007bff;
    color: white;
}

input[type="checkbox"] {
    cursor: pointer;
    transform: scale(1.3);
}
/*************************** */

.form-size {
    width:250px;
}

.form-control-custom {
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    transition: border-color 0.3s ease-in-out;
}


.form-control-custom:focus {
        border-bottom-color: #007bff; /* Синий цвет при фокусе */
}

.form-control-select {
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    transition: border-color 0.3s ease-in-out;
}

.form-control-select:focus {
        border-bottom-color: #007bff; /* Синий цвет при фокусе */
}

.custom-border {
    border: 2px solid #007bff; /* Синий цвет, можно изменить на любой другой */
    border-radius: 5px; /* Скругленные углы */
}

.ContentText{
    width:500px
}

.custom-table th, .custom-table td {
    text-align: center;
}

.custom-table thead th {
    background-color: #007bff;
    color: white;
    font-weight: bold;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
   
}


.custom-table tbody tr:hover {
    background-color: #e9ecef;
}

.custom-table td {
    padding: 15px;
}


/* =============Comment ===================*/


/* ============ Merdan ====================*/



/*Guvanch Developed*/
.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: auto; /* Center the loader */
}

#inputInTd {
    background-color: transparent;
    border-color: transparent
}

#description {
    height: 10px; /* Adjust width as needed */
    white-space: nowrap; /* Prevent wrapping to next line */
    overflow: hidden; /* Hide overflowing content */
    text-overflow: ellipsis;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn {
    margin-top: 30px;
    padding: 2.2% 5.5%;
    display: inline-block;
    -webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
    border-radius: 3px;
    background: #fff;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
}

.btn:hover {
    opacity: 0.75;
}

.popup-wrap {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    content: '';
    background: rgba(0,0,0,0);
    
    z-index: 999;
}

.popup-wrap-visible {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    content: '';
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
    opacity: 0; /* Initial opacity */
    visibility: hidden; /* Initially hidden */
    transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
    z-index: 999;
}

.popup-wrap-old {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    content: '';
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
    transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
    z-index: 999;
}

.popup-wrap-visible.show {
opacity: 1; /* Fully visible */
visibility: visible; /* Visible */
}

.popup-wrap-visible.show .popup-content {
    transform: translateY(0); /* Final position */
}

.popup-wrap-done {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    content: '';
    background: rgba(0,0,0,0.80);
    z-index: 999;
}


.popup-box {
    width: 80%;
    height: auto;
    padding: 70px;
    transform: translate(-50%, -50%) scale(0.5);
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
    border-radius: 3px;
    background: #fff;
    text-align: center;
    z-index: 999;
    overflow-y: auto;
}

.popup-box-visible {
    width: 80%;
    height: auto;
    padding: 70px;
    transform: translate(-50%, -50%) scale(1);
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
    border-radius: 3px;
    background: gainsboro;
    text-align: center;
    z-index: 999;
    overflow-y: auto;
}
container_product:after {
    content: "";
    height: auto;
    display: table;
    clear: both;
    background-color: white;
}
.grid_product {
    float: left;
    width: 15%;
    height: auto;
    padding: 10px;
    margin: 10px 10px 10px 10px;
    border-radius: 10px;
    background-color: #ffffff;
    transition: 0.3s;
}
.search-container {
    position: relative;
    width: 50%; /* Adjust width as needed */
    
}

.search-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
.add_cart {
    border-color: #3a0647;
    background-color: #65117a;
    font:100 7px arial;
    color: white;
    height: 60px;
}

.popup-box-done {
    width: 50%;
    height: auto;
    padding: 70px;
    transform: translate(-50%, -50%) scale(0.5);
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
    border-radius: 3px;
    background: #fff;
    text-align: center;
    z-index: 999;
    overflow-y: auto;
}

.close-btn {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.1s;
    border-radius: 1000px;
    background: #d75f70;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    line-height: 190%;
}

.close-btn{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.transform-in, .transform-out {
    display: block;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
}

.transform-in {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.transform-out {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Adjust as needed */
    gap: 10px; /* Adjust the gap between grid items */
    position: relative; /* Set position to relative */
    top: 0; /* Ensure the grid is at the top of the popup */
    left: 0; /* Align the grid with the left side of the popup */
    /*padding: 20px; /* Add padding for spacing */
}

#date-f, #outw-f, #inw-f, #reason-f, #comment-f, #sender-f, #receiver-f {
    padding: 10px;
    border: 1px solid #ccc; /* Add border for visualization */
    background-color: #f9f9f9; /* Add background color */
}

::-webkit-scrollbar {
    width: 20px; /* Width of the scrollbar */
}

::-webkit-scrollbar-thumb {
    background-color: gray; /* Color of the thumb (the draggable part) */
    border-radius: 5px; /* Rounded corners of the thumb */
}


@keyframes translateX {
    0%{
        opacity: 0;
        transform: translateX(60px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}




/** Pulse effect Guvanch */

.polaroid {
    padding: 10px 10px 100px 10px;
    border: 1px solid #BFBFBF;
    background-color: white;
    /*box-shadow: 10px 10px 5px #000;*/
    position: absolute;
    overflow: scroll;
    z-index: 5;
    align-content: end;
    right: 0;
    width: 310px;
    height: auto;
    background: #fff;
    align-self: end;
    border-radius: 20px;
}


.loader-circle-red {
    border-radius: 10px;
    width: 15px;
    height: 15px;
    margin-left:8px;
    position: relative;
}



    .loader-circle-red:before,
    .loader-circle-red:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f30909;
        border-radius: 50px;
        opacity: 0;
    }

    .loader-circle-red:before {
        transform: scale(1);
        animation: loader-circle-red-pulse 2s infinite linear;
    }

    .loader-circle-red:after {
        animation: loader-circle-red-pulse 2s 1s infinite linear;
    }

@keyframes loader-circle-red-pulse {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }

    33% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}


.loader-circle-green {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    margin-left: -70px;
    position: relative;
}

    .loader-circle-green:before,
    .loader-circle-green:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1ca400;
        border-radius: 50px;
        opacity: 0;
    }

    .loader-circle-green:before {
        transform: scale(1);
        animation: loader-circle-green-pulse 2s infinite linear;
    }

    .loader-circle-green:after {
        animation: loader-circle-green-pulse 2s 1s infinite linear;
    }

@keyframes loader-circle-green-pulse {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }

    33% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

#welcome_txt {
    font-size: 48px;
    font-weight: bold;
    font-family:Nunito-Sans;
}

.linear-wipe {
    text-align: left;
    background: linear-gradient(to right, #4213cf 20%, #540ca6 40%, #ed0ce6 60%, #4213cf 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 4s linear infinite;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}


/* HERE START DASHBOARD DESIGN STYLES*/

:root {
    --dk-gray-100: #F3F4F6;
    --dk-gray-200: #E5E7EB;
    --dk-gray-300: #D1D5DB;
    --dk-gray-400: #9CA3AF;
    --dk-gray-500: #6B7280;
    --dk-gray-600: #4B5563;
    --dk-gray-700: #374151;
    --dk-gray-800: #1F2937;
    --dk-gray-900: #111827;
    --dk-dark-bg: #313348;
    --dk-darker-bg: #2a2b3d;
}


#wrapper {
    margin-left: var(--sidebar-width);
    transition: all .4s ease-in-out;
}

    #wrapper.fullwidth {
        margin-left: 0;
    }





/** --------------------------------
 -- Statistics
-------------------------------- */
.statistics {
    color: var(--dk-gray-200);
}

    .statistics .box {
        width:25%;
        height:auto
    }



.statistics .box p {
    color: white;
}




/** --------------------------------
 -- Charts
-------------------------------- */
.charts .chart-container {
    background-color: white;
}

.charts .chart-container h3 {
    color: white
}




/** --------------------------------
 -- users
-------------------------------- */
.admins .box .admin {
    background-color: var(--dk-dark-bg);
}

.admins .box h3 {
    color: var(--dk-gray-300);
}

.admins .box p {
    color: var(--dk-gray-400)
}




/** --------------------------------
 -- statis
-------------------------------- */
.statis {
    color: var(--dk-gray-100);
}

.statis .box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.statis .box h3:after {
    content: "";
    height: 2px;
    width: 70%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.12);
    display: block;
    margin-top: 10px;
}

.statis .box i {
    position: absolute;
    height: 70px;
    width: 70px;
    font-size: 22px;
    padding: 15px;
    top: -25px;
    left: -25px;
    background-color: rgba(255, 255, 255, 0.15);
    line-height: 60px;
    text-align: right;
    border-radius: 50%;
}


/* LOGIN PAGE */

/*------------ Login container ------------*/
.box-area {
    width: 930px;
}
/*------------ Right box ------------*/
.right-box {
    padding: 40px 30px 40px 40px;
}
/*------------ Custom Placeholder ------------*/
::placeholder {
    font-size: 16px;
}

.rounded-4 {
    border-radius: 20px;
}

.rounded-5 {
    border-radius: 30px;
}
/*------------ For small screens------------*/
@media only screen and (max-width: 768px) {
    .box-area {
        margin: 0 10px;
    }

    .left-box {
        height: 100px;
        overflow: hidden;
    }

    .right-box {
        padding: 20px;
    }
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/* Start media query */
/*
@media (max-width: 767px) {
    #wrapper {
        margin: 0 !important
    }

    .statistics .box {
        margin-bottom: 25px !important;
    }

    .navbar .navbar-nav .open .dropdown-menu > li > a {
        color: #CCC !important
    }

        .navbar .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #FFF !important
        }

    .navbar .navbar-toggle {
        border: none !important;
        color: #EEE !important;
        font-size: 18px !important;
    }

        .navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
            background-color: transparent !important
        }
}
*/

::-webkit-scrollbar {
    background: transparent;
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: dimgray;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }


.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}



/* AGENT WIZIT STYLE */
/* Контейнер для двух секций (До / После) */
.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Две колонки */
    gap: 20px; /* Отступ между секциями */
}

/* Секция изображений */
.image-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Две колонки */
    grid-auto-flow: row; /* Не переносить на новую строку */
    grid-template-rows: auto auto; /* Две строки */
    gap: 10px; /* Отступы между изображениями */
    align-items: start; /* Выравнивание по верхнему краю */
}


/* Контейнер изображения с кнопками */
.image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

/* Картинки */
.image-item {
    width: 100%;
    max-width: 400px; /* Ограничиваем размер */
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s;
}

/* Кнопки поворота */
.rotate-button {
    position: absolute;
    z-index: 2;
    border: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
}

    /* Левая кнопка */
    .rotate-button.left {
        top: 10px;
        left: 10px;
    }

    /* Правая кнопка */
    .rotate-button.right {
        top: 10px;
        right: 10px;
    }

/* AGENT WIZIT STYLE */
#childmenu:hover {
    padding-bottom: 7px;
    transition: 200ms;
}

#childmenu {
    transition: 200ms
}

#childmenu a {
    height: 55px;
    align-content: center;
}


.mytooltip {
    background-color: darkblue;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 999;
}