﻿.content-body {
 min-height: 82vh;
}

.header-navbar {
    padding: 0 !important;
}

.primary-color {
    background: #EFF2FF;
}

.primary-text-color {
    color: #003AFF;
}

.success_button {
    color : #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    width : 100px !important;
}

.error_button {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    width: 100px !important;
}

input[type="date"] {
    -webkit-text-fill-color: #003AFF;
}

.form-control {
    width: 180px;
}

.custom-device-registration-header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.col-form-label {
    font-size: 13px !important;
}

.table-head-style {
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-size: 14px;
    border: none;
    color: white;
    border-right: 1px solid white;
    background: #0B192C;
}

    .table-head-style:last-child {
        border-right: none;
    }

.table-body-style {
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #6966CF;
    border-right: 1px solid #6966CF;
}

    .table-body-style:last-child {
        border-right: none;
    }

.search-button-container,
.search-button-container:focus {
    background: #0B192C;
    color: white;
    border: none;
    border-radius: 5px;
    align-content: center;
    height: 35px;
    margin-bottom: 1px;
    margin-top: 30px;
    padding-left: 20px;
    text-align: center;
    width: 90px;
    outline: none;
}
.search-button-style {
    background: #6966CF;
    color: white;
    border: 0;
}

.search-button-icon-only {
    border: 1px solid #6966CF;
    border-radius: 5px;
    width: 35px;
    position: relative;
    height: 35px;
    align-self: self-end;
    margin-left: 5px;
}

.search-icon-position {
    position: absolute;
    top: 10px;
    left: 14px;
    z-index: 10;
}
.searchinner-button-container {
    background: #6966CF;
    color: white;
    border: none;
    border-radius: 5px;
    align-content: center;
    height: 35px;
    margin-bottom: 5px;
    text-align: center;
    width: 90px;
}
.add-button, .add-button:focus {
    background: #0B192C;
    color: white;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 32px;
    align-items: center;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 13px;
}

.add-button-icon-only {
    background: #6966CF;
    border-radius: 5px;
    color: white;
    width: 40px;
    height: 35px;
    align-self: self-end;
    margin-left: 5px;
    text-align: center;
    align-content: center;
    font-weight: 600;
    font-size: 18px;
    border: none;
    margin-bottom:21px;
}
.add-button-table-icon {
    background: #6966CF;
    border-radius: 5px;
    color: white;
    width: 35px;
    height: 25px;
    align-self: self-end;
    margin-left: 5px;
    text-align: center;
    align-content: center;
    font-weight: 600;
    font-size: 14px;
    border: none;
}


.add-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 9px;
    left: 30px;
}

.primary-textfield {
    color: black;
    background: #fff;
    border: 1px solid #e7e2e2;
    border-radius: .25rem;
    outline: none;
    height: 35px;
}

    .primary-textfield:focus {
        color: black;
        border: transparent;
        border-radius: .25rem;
        outline: none;
    }

.primary-dropdown {
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    color: black;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .primary-dropdown:focus {
        border-color: none;
        outline: none;
    }

.styled-dropdown {
    display: block;
    border: 2px solid #ADD8E6;
    outline: none;
    cursor: pointer;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    color: #003AFF;
    border: 1px solid #0B192C;
    border-left-width: 5px;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .styled-dropdown:focus {
        border-color: #003AFF;
    }

.style-textfield {
    color: #003AFF;
    border: 1px solid #0B192C;
    background: #fff;
    border-left-width: 5px;
    border-radius: .25rem;
    outline: none;
    height: 35px;
}

    .style-textfield:focus {
        color: #003AFF;
        border: 1px solid #0B192C;
        border-left-width: 5px;
        border-radius: .25rem;
        outline: none;
    }

.custom-container {
    padding-left: 245px;
    padding-bottom: 20px;
    transition: all 300ms ease 0ms;
}

.search-icon-input {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
    width: 15px;
}

.close-icon-input {
    position: absolute;
    top: 9px;
    right: 5px;
    z-index: 999;
    width: 15px;
}

.search-icon-report {
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 999;
    width: 20px;
}

.close-icon-report {
    position: absolute;
    top: 13px;
    z-index: 999;
    left: 220px;
}

.custom-search-input {
    border: 1px solid #6965D0;
    color: #6965D0; 
    outline: none;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding-left: 30px;
    border-radius: 10px;
}

.end-container {
    margin-left: auto;
}

.update-service-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
}

.add-service-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
}


.image-upload-container {
    border: 1px dashed #006DFC;
    position: relative;
    border-radius: 5px;
    padding: 10px;
}

.image-upload-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    align-items: center;
    text-align: center;
}

.hidden-input {
    display: block;
    opacity: 0;
    z-index: 50;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.uploaded-image-container {
    max-height: 125px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 0;
    gap: 10px;
}

.drop-file-text {
    color: #BCBCBC;
}

.serve-update-custom-padding {
    padding-left: 12px;
    padding-right: 33px;
}

.service-update-table {
    width: 100%;
    border-collapse: collapse;
}

.service-update-table-head th {
    background: #0B192C;
    color: white;
    text-align: left;
    padding: 8px;
}

.service-update-table td {
    padding: 8px;
    vertical-align: top;
}

.service-update-table-input {
    width: 100%;
    color: black;
    /*background: #F1F0FF;*/
    border: 1px solid #e7e2e2;
    outline: none;
    margin: 1px;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.service-update-table-content {
    background: #F1F0FF;
    border-bottom: 1px solid #6966CF;
}

.primary-underline-style {
    height: 0.5px;
    background: #6966CF;
    margin-top: 5px;
}

.service-total-section {
    background: #0B192C;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    color: white;
}

.excel-icon-style {
    width: 50px;
    height: 30px;
}

.width-120-responsive {
    width: 120px !important;
}

.width-140-responsive {
    width: 140px !important;
}

.width-150-responsive {
    width: 150px;
}

.save-button {
    background: #1A1A1D;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
    color: white;
    margin-top: 10px;
    text-align: center;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.save-icon {
    width: 20px;
    margin-right: 5px;
}

.cancel-button {
    background: #c82333;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
    color: white;
    margin-top: 10px;
    text-align: center;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}

.cancel_icon {
    width: 18px;
    margin-right: 5px;
}
.search-button {
    background: #6966CF;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
    color: white;
    margin-top: 10px;
    text-align: center;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
.search-icon {
    width: 17px;
    margin-right: 5px;
}

/* Responsive */
@media (max-width: 640px) {
    .end-container {
        margin-left: 0;
        width: 100%;
    }

    .custom-device-registration-header {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 10px 10px;
    }

    .width-120-responsive {
        width: 100% !important;
    }

    .width-140-responsive {
        width: 100% !important;
    }

    .width-150-responsive {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .w-200 {
        width: 100% !important;
    }

    .custom-container {
        padding-left: 0px;
    }
}

@media (min-width: 641px) and (max-width: 991px) {
    .custom-device-registration-header {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 10px 10px;
    }
    .width-120-responsive{
        width : 100% !important;
    }
    .width-150-responsive {
        width: 100% !important;
    }
    .width-140-responsive {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-container {
        padding-left: 60px;
    }
}

/*Height Classes*/

.h-full {
    height: 100%;
}

.h-auto {
    height: auto;
}

/*Width Classes*/

.w-15px {
    width: 15px;
}

.w-20px {
    width: 20px;
}

.w-25px {
    width: 25px;
}

.w-35px {
    width: 35px;
}

.w-37px {
    width: 37px;
}

.w-100px {
    width: 100px;
}

.w-103px {
    width: 103px;
}

.w-110px {
    width: 110px;
}

.w-120 {
    width: 120px !important;
}

.w-full {
    width: 100%
}

.w-fit {
    width: fit-content;
}

.w-150 {
    width: 150px !important;
}

.w-200 {
    width: 200px;
}

.w-220 {
    width: 220px !important;
}

.w-240 {
    width: 240px !important;
}

.w-320 {
    width: 320px;
}

.w-50p {
    width: 50%;
}

.w-20p {
    width: 20%;
}

.w-10p {
    width: 10%;
}

/* Text Classes */

.text-xs {
    font-size: 0.75rem; /* 12px */
    line-height: 1rem; /* 16px */
}

.text-sm {
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
}

.text-base {
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
}

.text-lg {
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px */
}

/* Marign Classes */
.-mt-3px {
    margin-top : -3px;
}

.mt-32px {
    margin-top : 32px;
}

.ml-4px {
    margin-left: 4px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-9 {
    margin-left: 9px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-21 {
    margin-left: 21px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}
.ml16{
    margin-left:-16px;
}
/* Padding Classes*/
.p-2px {
    padding: 2px;
}
.pt-12px {
    padding-top: 12px;
}
/* Gap Classes*/
.gap-5px {
    gap: 5px 5px;
}

.gap-y-10 {
    gap: 10px 0px;
}

.gap-x-10 {
    gap: 0px 10px;
}

.gap-x-50 {
    gap: 10px 50px;
}

/* Background Classes*/

.bg-white {
    background: white;
}

/* Font Weight Classes*/

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

/* Text Align Classes*/

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

.text-end {
    text-align: end;
}

/* Text Color */

.text-green {
    color: #198100;
}

/* Font Family*/

.montserrat{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.poppins {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.clipped-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EDEBFF;
}

.clipped-background {
    position: relative;
    width: 80%; 
    height: 100px;
    background-color: #F1F0FF; 
    clip-path: path("M0 0 H80 C120 0 60 40 120 40 H100% V100% H0 Z");
    border-radius: 10px; 
}
/*/Popup Design/
*/.dialog-box-style {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.dialogue-box-header {
    background: #0B192C;
    height: 35px;
    border-radius: 10px 10px 0px 0px;
}

.dialogue-box-body {
    padding: 20px;
}
.GridHeader {
    text-align: center !important;
    border-right: none !important;
    border-left: none !important;
}
.GridItemRight {
    text-align: center !important;
    border-right: none !important;
    border-left: none !important;
}
.GridItemLeft {
    text-align: center !important;
    border-right: none !important;
    border-left: none !important;
}
.search-icon-style {
    position: absolute;
    top: 41px;
    left: 23px;
    height: 15.75px;
    width: 15.75px;
}
.searchinner-icon-style {
    width: 15px;
    margin-right:3px;
}
.search-button-add-new-service {
    align-self: flex-end;
    height: 35px;
    position: relative;
    padding-bottom:56px;
}
.calender_style {
    background: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5px;
}
.style-textfield-disabled {
    color: #003AFF;
    border: 1px solid #0B192C;
    border-left-width: 5px;
    border-radius: .25rem;
    outline: none;
    height: 35px;
    background-color: #f7eeee;
}
.primary-dropdown-white {
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #ffffff;
    background-clip: padding-box;
    color: black;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.primary-textfield-disabled {
    color: black;
    background: #f7eeee;
    border: transparent;
    border-radius: .25rem;
    outline: none;
    height: 35px;
}
.UpdateCancel{
    text-align:center;
}
/*/Popup Design/*/
.dialog-box-style {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.dialogue-box-header {
    background: #0B192C;
    height: 35px;
    border-radius: 10px 10px 0px 0px;
}

.dialogue-box-body {
    padding: 35px;
}

.jobcard-print-button {
    background: #dc3546;
    outline: none;
    border: 0;
    color: white;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    width: 100%;
}

    .jobcard-print-button:hover {
        background: #e85766;
        outline: none;
        border: 0;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }

.invoice-print-button {
    background: transparent;
    outline: none;
    border: 1px solid #0B192C;
    color: black;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    width: 100%;
}

    .invoice-print-button:hover {
        outline: none;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }

/* History Button */
.history-button {
    position: absolute;
    background: #6966CF;
    bottom: 0;
    left: 15px;
    right: 15px;
    margin-right: 15px;
    color: white;
    border-radius: 6px;
    border: none;
    outline: none;
    width: 96%;
    cursor: pointer;
    padding: 8px;
}


.eye-icon {
    position: absolute;
    bottom: 10px;
    left: 35%;
    width: 25px;
}

/*Popup Design*/
.dialog-box-styled {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 60%;
    margin-top:80px;
}

.dialogue-box-header {
    background: #0B192C;
    height: 35px;
    border-radius: 10px 10px 0px 0px;
}

.dialog-box-sub {
    background: #EFEFEF;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 20px;
    font-weight: 600;
}

.dialogue-box-bodyd {
    border: 1px solid #707070;
    border-radius: 35px;
    padding: 10px 30px;
    margin: 20px;
    min-height: 100px;
    max-height: 280px;
    overflow: auto;
    scrollbar-width: none;
}

.popup-title {
    color: #9978FA;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px
}

.history-content {
    display: flex;
    gap: 10px;
    padding: 5px 0;
}

@media (max-width: 768px) {
    .dialog-box-sub {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .dialog-box-style {
        width: 95%;
    }
}

.history-cancel-button {
    border: 1px solid #6966CF;
    color: #6966CF; 
    outline: none;
    background: transparent;
    border-radius : 10px;
    padding: 10px 20px;
}

/* Calender Style */
.datepicker {
    background-color: #fff;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    width: 190px;
    height: 180px;
}

.datepicker table tr td.today,
span.focused {
    border-radius: 50% !important;
}

thead tr:nth-child(2) {
    background: linear-gradient(to right, #9978FA, #33C9FE);
}

thead tr:nth-child(3) th {
    color: #FF80AB !important;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    height: 10px !important;
}

.dow,
.old-day,
.day,
.new-day {
    width: 40px !important;
    height: 40px !important;
    border-radius: 0px !important;
}

    .old-day:hover,
    .day:hover,
    .new-day:hover,
    .month:hover,
    .year:hover,
    .decade:hover,
    .century:hover {
        border-radius: 50% !important;
        background-color: #eee;
    }

.active {
    border-radius: 50% !important;
    background-image: linear-gradient(#90CAF9, #64B5F6) !important;
    color: #fff !important;
}

.prev,
.next,
.datepicker-switch {
    border-radius: 0 !important;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    opacity: 0.8;
}

    .prev:hover,
    .next:hover,
    .datepicker-switch:hover {
        background-color: inherit !important;
        opacity: 1;
    }

.datepicker td, .datepicker th {
    height: 20px !important;
    font-size: 12px !important;
    align-content: space-between;
}

.datepicker .datepicker-switch {
    font-size: 16px;
}
/*Quotation*/
.popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -51%);
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.popup_card {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.input-field {
    background-color: #F1F0FF;
    color: #6965D0;
}

.address-field {
    background-color: #F1F0FF;
    color: #6965D0;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-6px {
    margin-top: 6px;
}

.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.px-x {
    padding-left: 1px;
    padding-right: 1px;
}

.px-5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.input-container {
    display: flex;
}

.add_product_button {
    background-color: #6965D0;
    border: 2px solid #6965D0;
    padding-left: 5px;
    padding-right: 5px;
    height: fit-content;
    margin: auto;
    margin-left: 5px;
}

.popup_input-field {
    background-color: #F1F0FF;
    color: #6965D0;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px !important;
}

.save_button_style {
    margin-right: auto;
    margin-left: 15px;
    margin-top: 10px;
}

.settings-list td {
    padding: 0 !important;
}

.settings-listp td {
    padding: 0 !important;
}

.calender_style {
    width: 172px !important;
    border: 1px solid black;
    background: white
}

.test .ajax__calendar_container {
    padding: 10px;
    position: absolute;
    cursor: default;
    width: 200px;
    font-size: 15px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
    background-color: lemonchiffon;
    border: 1px solid #646464;
}

.table_head_gradient {
    background-color: #0B192C;
    width: 100%;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.px-1px {
    padding-left: 1px;
    padding-right: 1px;
}

.ml-3px {
    margin-left: 3px
}

.rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product-add-button {
    margin-top: 32px;
    width: 67px;
    margin-left: -5px;
}

    .product-add-button:focus {
        border: 1px solid rgba(81, 203, 238, 1);
        outline: none;
        box-shadow: rgba(81, 203, 238, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }

.footer-content-style {
    background-color: #dcdcdc;
}

.input-field-style {
    padding-left: 1px;
    padding-right: 1px;
}

    .input-field-style:focus {
        box-shadow: 0 0 10px rgba(81, 203, 238, 1);
        border: 1px solid rgba(81, 203, 238, 1);
        outline: none;
    }

.close_button {
    position: absolute;
    right: 20px;
    top: 0px;
    color: red;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    border: 0;
    background: transparent;
}

.mandatory-style {
    color: red;
    font-style: italic;
}

.calender_class {
    background: white;
    border: 1px solid;
}
.secondary-color {
    background: #CDC9FF;
}
*.ajax__calendar_dayname {
    display: flex !important;
}

.test .ajax__calendar_container {
    padding: 10px;
    position: absolute;
    cursor: default;
    width: 200px;
    font-size: 12px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
    background-color: #c1e6f3;
    border: 1px solid #646464;
}
.valid-msg{
    font-size:smaller;
    color:red;
}
.img-icon-wh{
    width: 26px;
    height: 26px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.dialog-box {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    max-width: 600px;
    width: 100%;
    text-align: left;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.close-dialog-box {
    position: absolute;
    top: 5px;
    right: 10px;
    border: none;
    outline: none;
    background: transparent;
    cursor:pointer;
}
    .close-dialog-box:focus,
    .close-dialog-box:hover {
        border: none;
        outline: none;
        cursor: pointer;
    }
.deptHead {
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.custom_container_center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(to bottom right, #f0f0f0, #dcdcdc);
    position: relative;
}

.login_card {
    background: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 40px;
    width: 445px;
    border-radius: 10px;
}

.logo_style {
    display: block;
    margin-bottom: 3rem;
}

.login_button,
.login_button:focus {
    background: #1A1A1D;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
    outline: none;
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
}

.login_card_title {
    color: black;
    font-size: 20px;
    font-weight: 400;
}

.login_card_sub_title {
    color: black;
    font-size: 14px;
    font-weight: 400;
}

.login_field,
.login_field:focus {
    background: white;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #D5D5D5;
    padding: 10px;
    outline: none;
}

.link_style,
.link_style:hover,
.link_style:focus {
    color: #407BFF;
}

.responsive_image_container {
    display: block
}

.company_trademark {
    position: absolute;
    bottom: 2%;
    width: 100%;
    text-align: center;
}

.signup_top_section {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fill_height {
    height: -webkit-fill-available;
}

.pb-21px {
    padding-bottom: 21px !important;
}

.hamburger_button,
.hamburger_button:focus {
    color: #4340c2;
    background: transparent;
    outline: none;
    border: none;
    font-size: 25px;
}

.custom_hamburger_padding {
    display: none;
}
.sidebar-logo {
    background: #0B192C;
    display: flex;
    justify-content: center;
    padding: 10px;
    height: 5rem;
    position: relative;
}

.nav_close_icon {
    position: absolute;
    top: 2px;
    right: 5px;
    color: white;
    cursor: pointer;
    z-index: 2000;
}

.sidebar-content {
    background: #0B192C;
    color: white;
    overflow-y: auto;
    height: 90vh;
    list-style-type: none;
}

.sidebar-menu {
    display: flex;
    align-items: center;
    padding: 12px 30px 12px 18px;
}

.menu_title, .menu_title:hover {
    color: white;
}

.text-white {
    color: white !important;
}

.text-black, .text-black:focus, .text-black:hover {
    color: black !important;
    text-decoration: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.navbar-container {
    background: white !important;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%)
}

.menu-content {
    display: none;
    padding-left: 20px;
    transition: max-height 0.3s ease-in-out;
}
/* Accordion */
.accordion, .accordion:focus, .accordion:hover {
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: block;
    text-decoration: none;
}

    .accordion .toggle-icon {
        width: 14px;
        height: 14px;
        margin-top: 7px;
        background-image: url('../images/elements/drop-arrow.png');
        background-size: contain;
        background-repeat: no-repeat;
        transition: transform 0.3s ease;
    }

    .accordion.active .toggle-icon {
        transform: rotate(90deg);
    }

    .active, .accordion:hover {
        background-color: #192b42;
        background-image: none !important;
        border-radius: 0 !important;
    }

.panel {
    padding-left: 14%;
    padding-top:10px;
    display: none;
    background-color: #EFF2FF;
    overflow: hidden;
    list-style-type: none
}

    .panel li {
        position: relative;
        margin-bottom: 10px;
    }

        .panel li a {
            display: block;
            padding-left: 24px;
            position: relative;
        }

            .panel li a::before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 16px;
                height: 16px;
                background-image: url('/app-assets/images/elements/check.png');
                background-size: contain;
                background-repeat: no-repeat;
                opacity: 0;
                transition: opacity 0.3s ease;
            }

        .panel li:hover a::before {
            opacity: 1;
        }

        .panel li.active a::before {
            opacity: 1;
        }

        .panel li.active a {
            background-color: #f1f1f1;
        }

.pro_logo {
    margin-top:7px;
}
.upload_fillcolor {
    filter: invert(100%) brightness(100%) saturate(0%);
}
.add_fillcolor {
    filter: invert(100%) brightness(100%) saturate(0%);
    height: 18px;
    width: 18px;
}
.download-button, .download-button:focus {
    background: #006DFC;
    color: white;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 32px;
    align-items: center;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 13px;
}

.download-button-icon-only {
    background: #6966CF;
    border-radius: 5px;
    color: white;
    width: 40px;
    height: 35px;
    align-self: self-end;
    margin-left: 5px;
    text-align: center;
    align-content: center;
    font-weight: 600;
    font-size: 18px;
    border: none;
    margin-bottom: 21px;
}

.download-button-table-icon {
    background: #6966CF;
    border-radius: 5px;
    color: white;
    width: 35px;
    height: 25px;
    align-self: self-end;
    margin-left: 5px;
    text-align: center;
    align-content: center;
    font-weight: 600;
    font-size: 14px;
    border: none;
}
.download_fillcolor {
    filter: invert(100%) brightness(100%) saturate(0%);
    height: 18px;
    width: 18px;
}
.send-button, .send-button:focus {
    background: #006DFC;
    color: white;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 32px;
    align-items: center;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 13px;
}

.send-button-icon-only {
    background: #6966CF;
    border-radius: 5px;
    color: white;
    width: 40px;
    height: 35px;
    align-self: self-end;
    margin-left: 5px;
    text-align: center;
    align-content: center;
    font-weight: 600;
    font-size: 18px;
    border: none;
    margin-bottom: 21px;
}

.send-button-table-icon {
    background: #6966CF;
    border-radius: 5px;
    color: white;
    width: 35px;
    height: 25px;
    align-self: self-end;
    margin-left: 5px;
    text-align: center;
    align-content: center;
    font-weight: 600;
    font-size: 14px;
    border: none;
}

.send_fillcolor {
    filter: invert(100%) brightness(100%) saturate(0%);
    height: 18px;
    width: 18px;
}
.footer-content-style {
    background-color: #dcdcdc;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.downloard-here {
    background: #0B192C;
    color: white;
    border: none;
    border-radius: 5px;
    align-content: center;
    padding: 2px 10px 2px 5px;
    margin-bottom: 2px;
    text-align: center;
    font-size: 10px;
}



.Uploard-here {
    background: #433878;
    color: white;
    border: none;
    border-radius: 5px;
    align-content: center;
    padding: 2px 10px 2px 5px;
    margin-bottom: 2px;
    text-align: center;
    width: max-content;
    margin-right: 10px;
    font-size: 10px;
}

.Choose-file {
    background: #006DFC;
    color: white;
    border: none;
    border-radius: 5px;
    align-content: center;
    padding: 2px 10px 2px 5px;
    margin-bottom: 2px;
    text-align: center;
    font-size: 10px;
    margin-right: 4px;
}

.down-arrow {
    height: 12px;
    width: 17px;
}

.upload-text {
    font-size: 10px;
    margin-right: 10px;
}

.down-arrow2 {
    width: 17px;
    height: 17px;
}

.badge_container {
    position: relative;
}

.badge_position {
    position: absolute;
    top: 10px;
    right: 0;
}

.user_container {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    margin-left: 15px;
}

.username_style {
    display: flex;
    padding-right: 10px;
    align-items: center;
}

.nav_close_icon {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    cursor:pointer;
}
.page_title{
    align-items: center;
}
.countmenu {
    margin-top: -4px;
    margin-right: 20px;
}
.chklistclr {
    padding-right: 10px;
    padding-left: 10px;
    color: #000;
}
/* Large Screen Responsive */
@media screen and (max-width: 1000px) {
    .login_card {
        width: 500px;
    }

    .responsive_image_container {
        display: none
    }

    .logo_style {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        align-self: center;
    }

    .signup_top_section {
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
    }
}

/* Small Screen*/
@media screen and (max-width: 648px) {
    .custom_container_center {
        min-height: 0;
        align-items: start;
        display: block;
        width: 100%;
    }

    .login_card {
        width: 100%;
        padding: 30px;
        background: transparent;
        box-shadow: none;
    }
    .username_style {
        display: none;
    }
    .page_title {
        display: none;
    }
}


@media only screen and (max-width: 768px) {
    .popup_body {
        width: 95%;
    }
}

@media only screen and (min-width: 640px) {
    .popup_card {
        left: 10%;
    }
}

@media only screen and (min-width: 768px) {
    .popup_card {
        left: 25%;
    }
}