@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
:root {
    --color-primary-50: #e0fbff;
    --color-primary-100: #b3f5ff;
    --color-primary-200: #80efff;
    --color-primary-300: #4de9ff;
    --color-primary-400: #26e4ff;
    --color-primary-500: #00dfff; /* Core Logo Cyan */
    --color-primary-600: #00b2cc;
    --color-primary-700: #008699;
    --color-primary-800: #005966;
    --color-primary-900: #002d33;

    /* Secondary: Deep Navy to Metallic Silver from the 3D faces */
    --color-secondary-50: #f4f6f8;
    --color-secondary-100: #e4e8ec;
    --color-secondary-200: #c4cdd5;
    --color-secondary-300: #a0b1c0;
    --color-secondary-400: #7d95a9;
    --color-secondary-500: #5a7991; /* Metallic Silver-Blue */
    --color-secondary-600: #425a6f;
    --color-secondary-700: #2a3c4c;
    --color-secondary-800: #162330;
    --color-secondary-900: #0a121c; /* Core Logo Deep Navy */

    /* Success/Warning/Error kept standard for UX visibility, slightly muted to match tech theme */
    --color-success-50: #f0fdf4;
    --color-success-100: #dcfce7;
    --color-success-200: #bbf7d0;
    --color-success-300: #86efac;
    --color-success-400: #4ade80;
    --color-success-500: #22c55e;
    --color-success-600: #16a34a;
    --color-success-700: #15803d;
    --color-success-800: #166534;
    --color-success-900: #14532d;

    --color-warning-50: #fffbeb;
    --color-warning-100: #fef3c7;
    --color-warning-200: #fde68a;
    --color-warning-300: #fcd34d;
    --color-warning-400: #fbbf24;
    --color-warning-500: #f59e0b;
    --color-warning-600: #d97706;
    --color-warning-700: #b45309;
    --color-warning-800: #92400e;
    --color-warning-900: #78350f;

    --color-error-50: #fef2f2;
    --color-error-100: #fee2e2;
    --color-error-200: #fecaca;
    --color-error-300: #fca5a5;
    --color-error-400: #f87171;
    --color-error-500: #ef4444;
    --color-error-600: #dc2626;
    --color-error-700: #b91c1c;
    --color-error-800: #991b1b;
    --color-error-900: #7f1d1d;

    --primary-clr: #ff1717;
    --primary-hvr: #dd1313;
    --secondary-clr: #07223d;
    --secondary-hvr: #0c3b69;
    --text-clr: #121212;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
*{
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-family: 'Poppins',sans-serif;
}
body {
    overflow: hidden;
}
button {
    outline: 0;
    border: 0;
}
.overlay2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 15px;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    background-image: url(../images/background2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99999;
}
.inner-div {
    width: 100%;
    height: auto;
    max-width: 600px;
    padding: 20px 50px;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0 20px 0px var(--secondary-clr);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.logo {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}
.inner-div h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--text-clr);
}
.inner-div p {
    margin-bottom: 20px;
    color: var(--text-clr);
}
.inner-div p.footer-text {
    margin-bottom: 0;
}
.state-select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    max-width: 350px;
    border-radius: 8px;
}
.inner-div .form-check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 350px;
    margin: 0 auto 25px;
}
.inner-div .form-check-input:disabled {
    opacity: 1;
}
.inner-div .form-check-input:disabled~.form-check-label, .inner-div .form-check-input[disabled]~.form-check-label {
    opacity: 0.7;
}
.inner-div .form-check .form-check-input {
    margin-top: 0;
    margin-right: 8px;
}
.inner-div .form-check .form-check-input:checked {
    background-color: var(--primary-clr);
    border-color: var(--primary-clr);
}
.inner-div .form-check .form-check-input:focus {
    box-shadow: none;
}
.design-btn {
    padding: 8px 64px;
    background-color: var(--primary-clr);
    border: none;
    border-radius: 8px;
    font-size: 18px;
    color: #f3f3f3;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.design-btn:hover {
    background-color: var(--primary-hvr);
}
.footer-text {
    margin-top: 20px;
    font-size: 14px;
    color: var(--text-clr);
    font-weight: 500;
}
.overlay {
    padding: 0 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.spinner-container {
    position: relative;
    width: 200px;
    height: 200px;
}
.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid var(--secondary-clr);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loading-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: var(--text-clr);
    margin-top: 25px;
    text-align: center;
}
.wrapperleans{
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    color: var(--text-clr);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.loading-container {
    text-align: center;
}
.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px; /* Adjust as needed */
    height: auto; /* Adjust as needed */
    z-index: 1;
}
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
#Wainscotcolor {
  display: none;  
}
#mainC {
    position: relative;
}
.customrow{
    padding: auto;
}
.frame{
    width: 100%;
    height: 100vh;
}
@media screen and (min-width: 992px) {
    ::-webkit-scrollbar {
        width: 8px;
    }
    ::-webkit-scrollbar-thumb {
        background-color: #d1d1d1;
        border-radius: 5px;
    }
    ::-webkit-scrollbar-track {
        background-color: #e0e0e0;
        border-radius: 5px;
    }
}
.form-control:focus {
    border-color: var(--primary-clr);
    box-shadow: none;
}
.logBtn {
    display: none;
    width: 70px;
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: var(--secondary-clr);
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 4px 16px 6px;
    border-radius: 6px;
    text-align: center;
}
.logBtn:hover, .logBtn:active, .logBtn:focus {
    background-color: var(--secondary-hvr);
}
.sideBtnC {
    width: 80px;
    background-color: #ffffff;
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 8px;
    padding: 12px;
}
.btnSideC {
    text-align: center;
    margin-bottom: 15px;
    line-height: 12px;
}
.btnSideC:last-child {
    margin-bottom: 0;
}
.btnSide {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 4px;
    padding: 8px 10px;
    background-color: #ffffff;
    border: none;
    border-radius: 6px;
    width: 100%;
    max-width: 45px;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #a7a7a7;
    transition: all 0.3s ease-in-out;
}
.btnSide:last-child {
    margin-bottom: 0;
}
.btnSide.active, .btnSide:hover {
    box-shadow: 0 0 4px 0 var(--primary-clr);
}
.btnSide.active svg {
    fill: var(--primary-clr);
    stroke: var(--primary-clr);
}
.sdLbl {
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    color: var(--text-clr);
}
.btnSide.active ~ .sdLbl {
    color: var(--primary-clr);
}
.btnSide span {
    overflow: hidden;
    width: 100%;
}
.menuC {
    position: relative;
}
.topDtlC {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    padding: 8px 15px;
    border-radius: 12px;
    box-shadow: 0 0 8px 0 #b7b7b7;
}
.topDtlB {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.DtlC {
    border-right: 1px solid #ededed;
    padding-right: 10px;
    margin-right: 10px;
    height: 100%;
}
.DtlC:nth-child(3), .DtlC:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.DtlC p {
    font-size: 10px;
    line-height: normal;
    font-weight: 500;
    color: #464646;
    margin-bottom: 0;
}
.DtlC p:last-child {
    font-size: 12px;
    color: var(--primary-clr);
}
.DtlC a {
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    color: var(--secondary-clr);
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.DtlC a:last-child {
    margin-left: 5px;
}
.DtlC a:hover {
    color: var(--primary-hvr);
}
.DtlC i {
    margin-right: 5px;
}
.dtC {
    position: absolute;
    top: 20px;
    left: 98px;
    display: none;
    transition: all 0.5s ease-in-out;
}
.dtC.active {
    display: block;
}
.clsBtn {
    position: absolute;
    left: 350px;
    top: 50px;
}
.clsBtn button {
    background-color: #ffffff;
    padding: 12px 4px;
    border-radius: 0px 8px 8px 0px;
    transition: all 0.4s ease-in-out;
}
.clsBtn button svg {
    width: 20px;
    height: 20px;
    fill: var(--secondary-clr);
    transition: all 0.4s ease-in-out;
}
.clsBtn button:hover {
    background-color: var(--secondary-clr);
}
.clsBtn button:hover svg {
    fill: #ffffff;
}
.dtB {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    width: 350px;
    height: calc(100vh - 24px);
    max-height: 800px;
    overflow-y: auto;
}
.dtC h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: var(--primary-clr);
    margin-bottom: 20px;
    text-align: center;
}
.dtC h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--secondary-clr);
    margin-bottom: 6px;
}
.dtC p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
.dtC .accordion{
    width: 100%;
    margin-top: 30px;
}
.dtC .accordion-item {
    background-color: #ffffff;
    border: 0;
    margin-bottom: 15px;
}
.dtC .accordion-item:last-child {
    margin-bottom: 0;
}
.dtC .accordion-header {
    margin: 0;
}
.accordion-button {
    position: relative;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    background: #ffffff;
    color: var(--secondary-clr);
    outline: 0;
    border: 1px solid var(--secondary-clr);
    border-radius: 8px;
    justify-content: flex-start;
    gap: 5px;
    padding: 8px 15px;
    height: 42px;
}
.dtC .accordion-button:not(.collapsed) {
    background: #ffffff;
    color: var(--primary-clr);
    border: 1px solid var(--primary-clr);
    border-bottom: 0;
    border-radius: 8px 8px 0px 0px;
    box-shadow: none;
    margin: 0;
}
.dtC .accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button:not(.collapsed) {
    border-radius: 8px 8px 0px 0px;
}
.dtC .accordion-item:first-of-type>.accordion-header .accordion-button.collapsed,
.dtC .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed, 
.dtC .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 8px;
}
.dtC .selectiondev {
    display: none;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: var(--primary-clr);
    border: 1px solid var(--primary-clr);
    border-radius: 6px;
    padding: 2px 6px;
}
.dtC .accordion-button::after {
    content: "\002B";
    position: absolute;
    top: 12px;
    right: 14px;
    background-image: none;
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    font-weight: 900;
    color: var(--secondary-clr);
}
.dtC .accordion-button:not(.collapsed)::after {
    content: "\f00d";
    background-image: none;
    color: var(--primary-clr);
    transform: none;
}
.dtC .accordion-body {
    border: 1px solid var(--primary-clr);
    border-top: 0;
    border-radius:  0px 0px 8px 8px;
}
.dtC .buttonstyles {
    border-radius: 8px;
    cursor: pointer;
    padding: 25px 15px 16px;
    margin-bottom: 25px;
    box-shadow: 0 0 5px 0 #bfbfbf;
}
.dtC .buttonstyles:last-child {
    margin-bottom: 0;
}
.dtC .buttonstyles.active {
    box-shadow: 0 0 5px 0 #ff17176b;
}
.dtC .bldgBx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
}
.dtC .bldgBx img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 150px;
}
.dtC .bldgBx h3 {
    margin: 20px 0 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: var(--secondary-clr);
}
.dtC .bldgBx p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.dtC .buttonstyles button {
    outline: 0;
    border: 0;
    background-color: var(--secondary-clr);
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 4px 18px 6px;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
}
.dtC .buttonstyles:hover button {
    background-color: var(--secondary-hvr);
}
.dtC .buttonstyles2 {
    max-width: 185px;
    margin: 0 auto 25px;
    position: relative;
    border-radius: 8px;
    cursor: pointer;
    padding: 25px 15px 16px;
    box-shadow: 0 0 5px 0 #ff17176b;
    text-align: center;
}
.dtC .buttonstyles2 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 150px;
}
.dtC .buttonstyles2 h6 {
    margin: 20px 0 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: var(--secondary-clr);
}
.dtC .buttonstyles2 .checkmark {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
}
.dtC .buttonstyles2 .checkmark img {
    width: 20px;
    height: 20px;
}
.dtC .buttonstyles2 button {
    outline: 0;
    border: 0;
    background-color: var(--secondary-clr);
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 4px 18px 6px;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
}
.dtC .buttonstyles2:hover button {
    background-color: var(--secondary-hvr);
}
.szDropC {
    margin-bottom: 30px;
}
.szDropC .sbHd {
    margin-bottom: 12px;
}
.szDropB {
    margin-bottom: 12px;
}
.szDropC:last-child, .szDropB:last-child {
    margin-bottom: 0;
}
.lblTxt {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: var(--text-clr);
    margin-bottom: 5px;
}
.form-check-label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: var(--text-clr);
}
.dtC .form-check-input {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}
.dtC .form-check-input:checked {
    background-color: var(--primary-clr);
    border-color: var(--primary-clr);
}
.dtC .form-check-input:focus {
    box-shadow: none;
}
.dtC .form-select:focus, .state-select:focus {
    border-color: var(--primary-clr);
    outline: 0;
    box-shadow: none;
}
.dtC .leansC {
    margin-bottom: 30px;
}
.dtC .leansC:last-child {
    margin-bottom: 0;
}
.dtC .form-check.form-switch {
    margin-bottom: 12px;
}
.dtC .form-check.form-switch .form-check-input {
    width: 2em;
    height: 1em;
}
.form-check-input:focus {
    border-color: var(--primary-clr);
}
.clrC {
    margin-bottom: 25px;
}
.clrC h3 {
    margin-bottom: 15px;
}
.innercolorPlate{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    background-color: #fff;
    width: 100%;
}
.coloritem, .coloritem1, .coloritem2, .coloritem3, .coloritem4 {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary-clr);
    box-shadow: 0 0 5px 0 #07223d;
}
.coloritem1 img, .coloritem2 img, .coloritem3 img, .coloritem4 img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.clrNm {
    margin-top: 12px;
    text-align: right;
}
.clrNm p {
    font-size: 14px;
    line-height: 18px;
    color: var(--text-clr);
    text-align: right;
}
.discB {
    margin: 0 -10px -10px;
}
.discB h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--text-clr);
}
.discB p {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    color: var(--text-clr);
    margin-bottom: 0;
}
.drwC {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.drwB {
    width: 65px;
    text-align: center;
    margin: 0 auto;
}
.drwN {
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    color: var(--secondary-clr);
    margin-bottom: 10px;
    height: 34px;
}
.drwI {
    margin-bottom: 15px;
}
.drwI svg {
    width: 50px;
    stroke: var(--secondary-clr);
    fill: var(--secondary-clr);
}
.btnC button {
    background: #ffffff;
    border: 1px solid var(--secondary-clr);
    border-radius: 8px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: var(--secondary-clr);
    padding: 2px 14px;
}
.shtC {
    background: #ffffff;
    border-radius: 12px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.shtBtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    cursor: pointer;
    flex: 0 0 25px;
}
.modal-content {
    background: #ffffff;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0px 10px 0 #ffdfdf;
}
.modal-body {
    padding: 25px 15px;
}
.btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 12px;
}
.mdlTp {
    margin-bottom: 25px;
}
.mdlHd {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    color: var(--primary-clr);
    margin-bottom: 0px;
}
.mdlTp p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: var(--text-clr);
    margin-bottom: 0;
}
.mdlTp p a {
    color: var(--secondary-clr);
}
.smyC {
    background-color: #fff;
    padding: 15px 15px 10px;
    border-radius: 12px;
    border-bottom: 2px solid #ff9090;
    margin-bottom: 15px;
    box-shadow: inset 0px 2px 3px 0 #d9d9d9;
}
.smyC h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--secondary-clr);
    margin-bottom: 8px;
}
.smyB {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2px 12px;
    margin-bottom: 5px;
}
.smyC p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: var(--text-clr);
    margin-bottom: 5px;
}
.smyB p {
    margin-bottom: 0;
}
.smyC p.lbl {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    width: 100%;
    flex: 100%;
}
.dclmC p {
    font-size: 13px;
}
.custom-accordion-button {
    border-radius: 10px !important;
}
#modaldetails2 .modal-body, #modaldetails3 .modal-body , #modaldetails4 .modal-body {
    padding: 40px 15px 10px;
}
#modaldetails2 .modal-footer, #modaldetails3 .modal-footer , #modaldetails4 .modal-footer {
    justify-content: center;
}
#modaldetails2 .smyC, #modaldetails3 .smyC , #modaldetails4 .smyC {
    margin-bottom: 25px;
}
.mdl-btn, .mdl-rmv_btn {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #ffffff;
    border-radius: 8px;
    padding: 5px 30px;
    margin: 0 8px;
    transition: all 0.4s ease-in-out;
}
.mdl-btn {
    background-color: var(--primary-clr);
}
.mdl-rmv_btn {
    background-color: var(--text-clr);
}
.mdl-btn:hover {
    background-color: var(--primary-hvr);
}
.mdl-rmv_btn {
    background-color: #000;
}
#saveQuModel .modal-dialog {
    max-width: 600px;
    width: 100%;
}
.mdl-btnC {
    text-align: center;
}
.requsebtn, .mdl_logBtn {
    background-color: var(--primary-clr);
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #ffffff;
    border-radius: 8px;
    padding: 6px 32px;
    margin-top: 15px;
    transition: all 0.4s ease-in-out;
}
.requsebtn:hover, .mdl_logBtn:hover {
    background-color: var(--primary-hvr);
    color: #fff;
}
.hdrL, .mbl_mnuBtn, .topDtlC .logBtn, .drag-tab {
    display: none;
}
.urlC {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    max-width: 540px;
    margin: 0 auto 8px;
}
.urlC p {
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}
#urlB {
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    color: #ff1717;
}
#copyButton {
    background: transparent;
    padding: 0 5px;
    color: #000;
    border: 0;
    outline: 0;
}
@media screen and (min-width: 1024px) {
    .dtB {
        max-height: 100%;
    }
}
@media screen and (max-height: 800px) {
    .dtB {
        max-height: 740px;
    }
}
@media screen and (max-height: 600px) {
    .dtB {
        max-height: 550px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px),
       screen and (min-height: 550px) and (max-height: 735px) {
    .sdLbl {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .tblHide {
        display: none;
    }
    .dtB {
        width: 250px;
        padding: 15px;
    }
    .clsBtn {
        left: 250px;
    }
    .dtC h2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .dtC h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px;
    }
    .dtC p {
        font-size: 12px;
        line-height: 16px;
    }
    .dtC .accordion {
        margin-top: 15px;
    }
    .accordion-button {
        font-size: 13px;
        line-height: 16px;
        padding: 8px 12px;
    }
    .dtC .selectiondev {
        font-size: 10px;
        line-height: 14px;
        padding: 2px 4px;
    }
    .dtC .accordion-button::after {
        right: 0;
    }
    .dtC .accordion-body {
        padding: 12px;
    }
    .inner-div {
        padding: 20px 15px;
    }
    .logo {
        width: 100px;
    }
    .inner-div h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .state-select {
        padding: 4px 10px;
    }
    .inner-div p {
        font-size: 14px;
        line-height: normal;
    }
    .inner-div p.footer-text {
        font-size: 12px;
        line-height: normal;
    }
    .inner-div .form-check {
        margin: 0 auto 18px;
    }
    .design-btn {
        font-size: 14px;
        padding: 6px 64px;
    }
    .dtC h3, .dtC p {
        text-align: center;
    }
    .dtC h2 {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 767px) {
    .hdrL, .topDtlC .logBtn {
        display: block;
    }
    .mblHide, .sidebar .logBtn, .menuC {
        display: none;
    }
    .topDtlC {
        position: static;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transform: translateX(0);
        border-radius: 0;
    }
    .topDtlC .logBtn {
        position: static;
        width: auto;
        font-size: 14px;
        line-height: normal;
        padding: 0;
        color: var(--secondary-clr);
        background: transparent;
        border-radius: 0;
        margin-left: 10px;
    }
    .DtlC a {
        font-size: 14px;
        margin-left: 10px;
    }
    #mainC {
        position: relative;
        height: 100vh;
    }
    .canvC {
        height: 100%;
        overflow: hidden;
        border-radius: 8px;
    }
    .frame {
        width: 100%;
        height: 100%;
    }
    .hdrL img {
        max-width: 30px;
        height: auto;
    }
    .spinner-container {
        width: 150px;
        height: 150px;
    }
    .spinner {
        width: 150px;
        height: 150px;
    }
    .loading-text {
        font-size: 12px;
        line-height: 18px;
    }
    .btnSide {
        width: 40px;
        flex: 0 0 40px;
    }
    .dtC .accordion-body {
        justify-content: center;
        gap: 20px;
    }
    .modal-dialog  {
        width: 93% !important;
        margin: 8px auto;
    }
    .modal {
        z-index: 99999;
    }
    .dtC .buttonstyles {
        width: 47%;
        flex: 0 1 47%;
    }
    .dtC .bldgBx img {
        max-width: 145px;
    }
    .sideBtnC {
        display: none;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 15px;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        border-radius: 8px;
        padding: 12px;
        overflow-x: scroll;
        z-index: 99;
    }
    .sideBtnC.open {
        display: flex;
    }
    .clsBtn {
        top: 0;
        left: auto;
        right: 0;
    }
    .clsBtn button {
        padding: 6px;
    }
    .mbl_mnuBtn {
        position: absolute;
        bottom: 10%;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        background-color: var(--primary-clr);
        font-size: 18px;
        line-height: normal;
        font-weight: 500;
        color: #ffffff;
        padding: 8px 0;
        z-index: 9992;
    }
    .mblSvg {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mblSvg svg {
        width: 24px;
        height: auto;
    }
    .btnSideC {
        margin-bottom: 0;
    }
    .btnSide {
        width: 45px;
        flex: 0 0 45px;
    }
    .btnSide svg {
        width: 20px;
    }
    .shtC {
        bottom: 110px;
    }
    .menuC .dtC {
        border-top: 1px solid #dfdfdf;
        width: 100%;
        left: 0;
        top: 30px;
        z-index: 991;
    }
    .dtB {
        width: 100%;
        padding: 25px 25px 60px;
    }
    .dtC .accordion-body {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 25px;
    }
    .drag-tab {
        background-color: var(--primary-clr);
        color: #ffffff;
        font-size: 12px;
        line-height: normal;
        font-weight: 500;
        text-align: center;
        justify-content: center;
        padding: 3px 0;
    }
    .szDropC, .dtC .form-check.form-switch, .innercolorPlate, .clrNm {
        max-width: 300px;
    }
    .szDropC {
        margin: 0 auto 30px;
    }
    .dtC .form-check.form-switch {
        margin: 0 auto 12px;
    }
    .innercolorPlate {
        margin: 0 auto;
    }
    .clrNm {
        margin: 12px auto 0;
    }
    .sdLbl {
        white-space: nowrap;
    }
}
@media screen and (max-width: 499px) {
    .dtC .buttonstyles {
        width: 100%;
        flex: 0 1 100%;
    }
}