@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
    font-style: normal;
    font-display: swap;
}


html, body {
    font-family: "Montserrat",sans-serif !important;
}

.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."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

/*----------------------------------------------Login---------------------*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

h1,
h3,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0px;
    padding: 0px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* custome checkbox css start */
.remember-text {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-family: "Manrope";
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}

    .remember-text input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        margin-top: -3px;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid #d8d6de;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.remember-text:hover input ~ .checkmark {
    background-color: white;
}

/* When the checkbox is checked, add a blue background */
.remember-text input:checked ~ .checkmark {
    background-color: #424242;
    border: 2px solid #424242;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.remember-text input:checked ~ .checkmark:after {
    display: block;
}

/*.login-logo {
    max-width: 220px !important;
    margin: 0px auto 10px;
}*/

.login-branding {
    max-height: 5px !important;
    max-width: 5px !important;
}

/* Style the checkmark/indicator */
.remember-text .checkmark:after {
    top: -2px;
    bottom: 0px;
    margin: auto;
    left: -1px;
    right: 0px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.hk-login-main-div {
    background-color: #f8f8f8;
    display: flex;
    min-height: 100vh;
}

.hk-login-inner-div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    background: #fafafa !important;
}

.hk-login-form-div {
    max-width: 33%;
    background-color: white;
    margin-left: auto;
    padding: 30px;
    width: 100%;
    background: #fafafa !important;
}

.hk-login-img-div {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
}
.form-control .form-label {
    display: block;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 12px;
    color: #5e5873;
    padding-bottom: 5px;
}

.showPassword {
    position: absolute;
    right: 0pc;
    right: 1px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    /* height: fit-content; */
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    /*    height: calc(65% - 7px);*/
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    height: 36px !important;
    margin-top: 1px !important;
}

.form-control {
    margin-bottom: 15px;
}

    .form-control input {
        padding: 0.571rem 1rem;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #d8d6de;
        border-radius: 0.357rem;
        width: 100%;
        font-family: "Montserrat";
        font-weight: 500;
        font-size: 12px;
        transition: ease 0.3s all;
    }

        .form-control input:focus {
            border: 1px solid black;
            outline: none;
            transition: ease 0.3s all;
        }

        .form-control input:focus-visible {
            outline: none;
            transition: ease 0.3s all;
        }

.show-password-div {
    position: relative;
}

.login-form {
    margin-top: 20px;
}

    .login-form a,
    .login-form-div .remember-div {
        display: flex;
        justify-content: space-between;
    }

.forget-password-link a {
    color: black;
    font-size: 12px;
    text-decoration: none;
}

.login-btn {
    text-decoration: none;
    padding: 13px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 500;
    width: 100%;
    border: none;
    background-color: #424242;
    color: white;
    transition: ease 0.3s all;
    cursor: pointer;
}

    .login-btn:hover {
        background-color: #616161;
        transition: ease 0.3s all;
    }

.remember-div {
    display: flex;
    justify-content: space-between;
}

    .remember-div label,
    .forget-password-link a {
        font-size: 12px;
        font-family: "Montserrat";
        font-weight: 500;
    }

@media screen and (max-width: 992px) {
    .hk-login-img-div {
        display: none;
    }

    .hk-login-form-div {
        width: 100%;
        max-width: 425px;
        margin: auto;
        padding: 20px;
    }

    .hk-login-main-div {
        background-color: #f8f8f8 !important;
    }

    .remember-div {
        justify-content: end;
    }

    .big-screen-icons {
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .remember-box {
        display: none;
    }
}

.bottom-tabs {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px; /* Define a consistent height */
    background-color: var(--mud-palette-background);
    z-index: 10;
}

.MudTabs {
    flex: 1;
}

.tab-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: calc(100vh - 112px);
    background: #e5e7eb;
    padding: 8px;
    overflow: auto;
}

.expanded .tab-content {
    width: calc(100% - 220px);
}

.collapsed .tab-content {
    width: 100% !important;
}

.common-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: "Montserrat",sans-serif !important;
}

.bottom-tab {
    height: 94vh !important;
}

.tab-content {
    width: calc(100% - 240px);
}
/* Example for screens smaller than 959px (like mobile devices) */
@media (max-width:959px) {
    .expanded .tab-content {
        width: 100% !important;
        /*        width: calc(100% - 240px);*/
    }

    .big-screen-icons {
        display: flex !important;
    }

    .tab-content {
        width: 100% !important; /* Full width for mobile */
    }
}

/* Example for screens smaller than 768px (like mobile devices) */
@media (max-width: 768px) {
    .expanded .tab-content {
        width: 100% !important;
        /*        width: calc(100% - 240px);*/
    }

    .big-screen-icons {
        display: none !important;
    }

    .tab-content {
        width: 100%; /* Full width for mobile */
    }
}

.list-container {
    width: 100%;
    height: 900px;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
/*    gap: 10px;*/
    font-family: "Montserrat",sans-serif !important;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}

    .list-container::-webkit-scrollbar {
        width: 8px;
    }

    .list-container::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
    }

        .list-container::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

    .list-container::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

/*.list-item {
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2px;
    transition: transform 0.3s ease;
    font-family: "Montserrat", sans-serif !important;
    height: auto;*/ /* Default height */
/*}*/
.list-item {
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3px;
    transition: transform 0.3s ease;
    font-family: "Montserrat", sans-serif !important;
    height: auto; /* Default height for mobile screens */
}  

/* mobile screen mud-tab design  */
@media screen and  (max-width:738px) {
    .list-item {
        position: relative;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 3px; /* increased padding */
        transition: transform 0.3s ease;
        font-family: "Montserrat", sans-serif !important;
        height: auto; /* Default height */
    }
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 15px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(100%);
    opacity: 0;
}

    .popup.hidden {
        display: none;
    }

.popup-content h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.popup-content p {
    margin: 10px 0;
    font-size: 14px;
    color: #666;
}

.popup-content button {
    margin-top: 10px;
    padding: 8px 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

    .popup-content button:first-child {
        background-color: #424242;
        color: #fff;
        margin-right: 10px;
    }

    .popup-content button:last-child {
        background-color: red;
        color: #fff;
    }

/* Show popup when active */
.popup.show {
    display: flex;
    transform: translateY(0);
    opacity: 1;
}

.mudPadding {
    padding: 20px !important;
}


.mud-expand-panel .mud-expand-panel-content.mud-expand-panel-gutters {
    padding: 0 !important;
}


.mud-expand-panel .mud-expand-panel-header {
    width: 100%;
    align-items: center !important;
    display: flex;
    font-size: .9375rem;
    line-height: 1;
    min-height: 68px !important;
    padding: 0 !important;
    position: relative;
    user-select: none;
}

/* Responsiveness */
@media (max-width: 768px) {
    .popup {
        width: 90%;
        bottom: 10px;
        right: 5%;
    }

    .mudPadding {
        padding: 0 !important;
    }
}
/*----------dialog height--------------*/

.e-dialog {
    max-height: 86% !important;
}

@media (max-width: 600px) {
    .e-dialog {
        min-height: 86% !important;
        width: 100% !important;
    }
}

/*-----------------Gird--------------------------*/
.e-grid {
    border-radius: 10px !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1) !important;
    /* height: calc(100vh - 280px) !important;  */
    background: #fff;
    /* overflow-y:auto;*/
}

.bottom-tabs {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px; /* Define a consistent height */
    background-color: var(--mud-palette-background);
    z-index: 10;
}

/*lead Confirmed track (LARGE SCREEN)*/
@media (min-width: 768px) {
    .w-md-300 {
        width: 275px !important;
    }
}

/*lead Confirmed track small screen*/
@media (max-width: 767px) {
    .pt-sm {
        padding-top: 30px !important;
    }

    .d-sm-flex {
        display: flex !important;
        height: 90px
    }

    .track-container {
        margin-left: 0 !important;
        width: 100%;
    }

    /*for leads*/
    .small-screen-icon {
        margin-top: 20px !important; /* Add margin-top to this specific icon */
    }

    .small-screen-icon1 {
        margin-top: 50px !important;
    }

    .small-picker {
        margin-top: 30px !important;
        min-width: 350px !important;
    }

    .track-container2 {
        text-align: center !important;
    }
}

/*Alternative Grid Row Color*/
.e-grid .e-altrow {
    background-color: #efefef;
}

/*set mud tab Color*/
.mud-tab.mud-tab-active {
    color: #0a58ca !important;
}

.mud-tab-slider {
    position: absolute !important;
    background: #0a58ca !important;
}
/*  used in MudTabs Icons */
@media (max-width: 768px) {
    .mud-tabs-tabbar-content {
        overflow-x: scroll !important;
    }
}

/* Width for screens larger than 767px */
@media (min-width: 767px) {
    .width-big {
        width: 210px !important;
    }
    /*for lead, picker, assign picker*/
    .width-tab {
        width: 190px !important;
    }
}

/* Dragable List */



.groupbox-card {
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 1.5rem 1rem 1rem 1rem;
    background-color: white;
    margin-top: 0.5rem;
}

/* Title overlay with no background */
.groupbox-title {
    position: absolute;
    top: -12px;
    left: 20px;
    background-color: white;
    padding: 0 10px;
    color: #495057;
    font-size: 14px;
    font-weight: 500;
}


.has-border-light {
    border: 1px solid #fff;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.has-border-dark {
    border: 1px solid #ddd;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.has-background-blazor {
    background-color: #592b8f !important;
}

.has-cursor-grab {
    cursor: grab;
}

    /*.has-cursor-grab.sorting {
        cursor: grabbing !important;
    }*/

/* links should be white */
a {
    color: white;
}

/* Create Template*/
.button-fix {
    margin-top: -19px;
}

@media  (max-width:765px){
    .button-fix{
        margin-top:0px;
    }
}


/* Import Expense SortList style all   */
.sortable-container1 {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/*.sortable-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    transform: translateY(-2px);
}
.sortable-item {
    padding: 0;
    margin: 20px 0;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: grab;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    touch-action: none;
}

.group-title {
    position: absolute;
    top: -12px;
    left: 20px;
    background-color: white;
    padding: 0 10px;
    color: #495057;
    font-size: 14px;
    font-weight: 500;
}
*/
./*sortable-item:hover {
    background-color: #f8f9fa;*/
    /* transform: translateY(-2px);  comm */
    /*transform: none !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.sortable-item.dragging {
    opacity: 0;
}
.item-content {
    display: flex;
    align-items: center;
    padding: 15px 16px;
    gap: 12px;
    transition: all 0.2s ease;
}

.item-fields {
    flex-grow: 1;
    display: flex;
    gap: 16px;
    align-items: center;
    overflow-x: clip;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;*/ /* Firefox */
    /*-ms-overflow-style: none;*/ /* IE and Edge */
/*}

    .item-fields::-webkit-scrollbar {
        display: none;*/ /* Chrome, Safari, Opera */
    /*}
.field-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 150px;
    flex: 0 0 auto;
}

    .field-group label {
        font-size: 12px;
        color: #6c757d;
        margin-bottom: 2px;
        white-space: nowrap;
    }*/

/* delete -button style*/
.delete-button {
    background: none;
    border: none;
    color: #dc3545;
    font-size: 20px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}
    .delete-button:hover {
        background: rgba(220, 53, 69, 0.1);
    }

/* Add a subtle animation for items being reordered */
/*.sortable-item:not(.dragging) {
    transition: transform 0.3s ease, box-shadow 0.2s ease;
}*/

/* Add a subtle scale effect when grabbing */
/*.sortable-item:active {
    transform: scale(0.98);
    cursor: grabbing;
}*/
/* drop-down border-button  */
/*.border-bottom {
    border-bottom: 1px solid #393b3f !important;
}*/

/* default desktop styles */
/*.mobile-absolute {
    position: static;
    margin-top: 14px;
    text-align: end;
    display: flex;
}*/
/* Expense delete icon hover */
.delete-icon-hover:hover {
    color: #db0000 !important;
    transition: ease 0.3s all !important;
    cursor: pointer !important;
/*  background-color: rgba(220, 53, 69, 0.1);*/
}

.no-drag-cursor {
    cursor: default !important;
}

/* Color for toogle button */
.custom-switch .e-switch-on {
    background-color: #ff9900 !important ;
}

.custom-switch .e-switch-inner {
    border-color: #ff9900 !important;
}

/* shrop deleting shadow */
.deleting-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid red;
    transform: translateY(-5px);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* only for small screens */
@media (max-width: 767.98px) {
    .mobile-absolute {
        position: absolute !important;
        top: -18px;
        right: 0;
        padding: 0.5rem;
    }
}
/*Disable selection on drag*/ 
body.sorting, body.sorting * {
    user-select: none !important;
}

/*custom-menu icon hover*/
.custom-menu .mud-icon-button {
    padding: 6px !important;
}


/* new add style for Production  */
@media screen and (max-width:1161px) {
    .color-main {
        display: none !important;
    }

    .color-main-container {
        display: flex !important;
        align-items: center;
        text-align: end;
        justify-items: end;
        padding-bottom: 12px !important;
    }

    .select_dropclass1 {
        display: flex !important;
        justify-content: end !important;
        row-gap: 15px !important;
        margin: 10px;
        align-items: center;
    }
    .select_dropclass{
        display:none !important;
    }
}

.color-main-container {
    display: none;
}

.select_dropclass1 {
    display: none;
}
.footer-count-text {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    bottom: 130px;
    width: 100%;
    justify-content: center;
    display: flex;
}




.main-heder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main1-class {
    flex: 1;
    display: flex;
    justify-content: center;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.select_dropclass {
    display: flex;
    align-items: center;
    gap: 10px;
}

.text-Production {
    margin-top: revert;
    margin-bottom: revert;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
}

.text-Production-Bold {
    margin-top: revert;
    margin-bottom: revert;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}