body{
    font-family: Arial, Helvetica, sans-serif;
    /* overflow: hidden !important; */
    position: relative;
    background-color: #3e4750;
}

.body-wrapper{
    height: 100vh;
    position: fixed;
    width: 100%;
}
  
.body-section{
    height: calc(100% - 100px);
    background-color: #3e4750;
}

.body-section .body-content{
    height: 100%;
}

.header-top {
    /* background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) -40px -40px 40px -35px  inset; */
    font-size: 1.1rem;
    letter-spacing: -0.027em;
    text-transform: capitalize;
    /* padding: 5px; */
    border-radius: 0px;
    background-color: #1e252b;
    /* background: linear-gradient(180deg, #F5F5F5, #fff, #C9C9C9); */
}

.header-top,
.header-middle,
.header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* .header-bottom {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
} */

.header .container{
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
}

.header .container,
.header .container-fluid,
.header .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}

.header-left,
.header-center,
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.welcome-msg {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.022em;
    line-height: 1.5;
    white-space: nowrap;
    padding: 14px 0;
    text-transform: uppercase;
}

.header-right {
    margin-left: auto;
}

.header-top .header-right .divider {
    width: 1px;
    height: 1.5rem;
    background-color: #ccc;
    margin-right: 1.5rem;
}

.header-top .header-right a {
    font-size: 15px;
    /* font-weight: 500; */
    /* margin-right: 1rem;
    margin-left: 1rem; */
    padding: 12px;
}

.header-top .header-right a.last{
    padding-right: 0;
}

.header-top .header-right a img.first-img {
    height: 22px;
}

.header-top .header-right a img.second-img {
    height: 20px;
}

.header-top .header-right a img.third-img {
    height: 18px;
}

.header-middle .header-left a {
    font-size: 15px;
    font-weight: 500;
    padding: 15px;
    border-right: 1px solid #757575;
    text-align: center;
}

.header-middle .header-left a.first{
    padding-left: 0;
}

.header-top .header-right i {
    /* margin-right: 0.6rem; */
    font-size: 1.5rem;
}

.header-top .header-right .delimiter {
    margin-right: 0.9rem;
    color: #aaa;
}

.header-middle {
    color: #b2b2b2;
    background: #3f4851;
    font-size: 1.2rem;
    /* border-bottom: 1px solid #eee; */
}

.night .header-bottom{
    box-shadow: none;
}

.header-bottom{
    color: #b2b2b2;
    z-index: 1;
    position: absolute;
    right: 0;
    height: 42px;
    /* border-bottom: 1px solid #eee; */
    top: 133px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;

    /* Stroke */
    /* border: 1px solid #cbcbcb; */
    border-radius: 5px;
    box-sizing: border-box;

    /* Gradient Overlay */
    background: transparent;

    /* box-shadow:  rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}

.header-middle .header-left, .header-bottom .header-left{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mobile-menu-toggle {
    display: none;
    font-size: 2.4rem;
    line-height: 1;
}

.header a:not(.btn) {
    color: inherit;
}

.logo {
    min-width: 14.4rem;
    margin: 10px 3rem 10px 0px;
}

.logo img {
    display: block;
    height: 33px;
    width: auto;
}

.header-search.hs-expanded {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 auto;
    min-width: auto;
    max-width: 55.6rem;
}

.header-search {
    position: relative;
    width: 100%;
    max-width: 38rem;
}

.header-search.hs-round .select-box,
.header-search.hs-round .form-control {
    border-radius: 0.3rem 0 0 0.3rem;
}

.header-search.hs-expanded .select-box {
    width: 14.6rem;
    border: 2px solid #336699;
    color: #666666;
}

.select-box,
.select-menu {
    position: relative;
}

.select-box::before,
.select-menu::before {
    content: "";
    font-family: "Wolmart";
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-search.hs-expanded .select-box::before {
    font-weight: 600;
    margin-top: 0;
}

.header-search .select-box::before {
    right: 1.2rem;
    margin-top: -0.1rem;
    font-weight: 400;
}

.header-search.hs-expanded select {
    padding: 0 2rem 0 1.2rem;
    letter-spacing: 0;
}

.header-search .select-box select {
    position: relative;
    padding: 0 2rem 0 1.5rem;
    border: 0;
    font-weight: 400;
    z-index: 1;
}

.select-box select,
.select-menu select {
    position: relative;
    max-width: 14.6rem;
    min-height: auto;
    width: 100%;
    height: 100%;
    padding-left: 9px;
    padding-right: 27px;
    border: 1px solid #e3e3e3;
    color: inherit;
    background-color: transparent;
    font-size: 1.2rem;
    font-family: inherit;
    letter-spacing: inherit;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.d-flex a:hover {
    background-color: #f4275312;
    /* padding: 10px; */
}

.header-left .btn.btn-white:hover {
    border-color: #fff;
    background: rgba(244, 39, 83, 0.81);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f42753), to(rgba(244, 39, 83, 0.81)));
    background-image: -webkit-linear-gradient(bottom, #f42753, rgba(244, 39, 83, 0.81));
    background-image: -moz-linear-gradient(bottom, #f42753, rgba(244, 39, 83, 0.81));
    background-image: -o-linear-gradient(bottom, #f42753, rgba(244, 39, 83, 0.81));
    background-image: linear-gradient(to top, #f42753, rgba(244, 39, 83, 0.81));
    color: #fff !important;
}

.header-left .btn.btn-white {
    color: #FFF !important;
    border-color: #fff;
    background: rgba(160,206,78,0.55);
    background-image: -webkit-gradient( linear, left bottom, left top, from( #a0ce4e ), to( rgba(160,206,78,0.55) ) );
    background-image: -webkit-linear-gradient( bottom, #a0ce4e, rgba(160,206,78,0.55) );
    background-image: -moz-linear-gradient( bottom, #a0ce4e, rgba(160,206,78,0.55) );
    background-image: -o-linear-gradient( bottom, #a0ce4e, rgba(160,206,78,0.55) );
    background-image: linear-gradient( to top, #a0ce4e, rgba(160,206,78,0.55) );
}

.modal .modal-content{
    color: #fff;
}

#Edit-Face-Lit-Letters-Modal #v-pills-face-text{
    color: #fff;
}


.design-text .btn.btn-dark {
    padding: 2px;
    margin-right: 0px;
    position: relative;
    top: 19px;
    right: 104px;
    /* float: right; */
    border-radius: 0px;
    z-index: 999;
}

.style-letters-items {
    display: block;
    /* padding: 10px; */
    max-height: 100%;
    margin-top: 10px;
}

.style-sign-letter.active {
    border: 1px solid rgb(236, 151, 21);
}

.list-style-letter {
    display: block;
    cursor: pointer;
    /* padding: 5px; */
    /* line-height: 40px; */
}

.style-sign-letters {
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    padding: 10px;
    background: transparent;
    margin-bottom: 5px;
    border-bottom: 1px solid #192026;
}

.style-sign-letters:hover {
    background-color: #f4275312;
}

.style-sign-letters img{
    height: 40px;
}

.style-sign-letters lable{
    font-size: 15px;
    color: #313131;
    left: 0;
}

.style-letter-submit {
    font-size: 80%;
    padding: 10px 0px;
    box-sizing: border-box;
    /* display: flex; */
    color: #b2b2b2;
    margin-top: 20px;
}

.style-letter-submit div {
    /* flex: 1 1 0%; */
}

.style-letter-submit .request-btn{
    background: rgb(51, 51, 51);
    display: flex;
    align-items: center;
    font-size: 16px;
    max-width: fit-content;
    border: none;
    padding: 7px 10px;
    color: #fff;
}

.style-letter-submit .request-btn img{
    margin-left: 7px;
}

.style-letter-submit button:hover{
    background: rgb(41, 41, 41);
   color: #fff;
}

.tab-content {
    width: 100%;
}
/* 
.accordion {
    margin: 10px;
} */

.tab-pane {
    /* margin: 20px; */
}

/* .nav-pills{
    border-right: 1px solid black;
} */

.form-check .form-check-input {
    position: relative;
    top: 0px;
    left: 3px;
}

.form-check {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 10px;
    padding: 10px;
}

.form-check h4 {
    color: #82027d;
    font-size: 18px;
    font-weight: 700;
}

.accordion-item {
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    font-family: Arial, sans-serif;
    background: linear-gradient(0deg, #ebebeb, #dadbdd);
    color: #4f4b4b;
    margin-bottom: 20px;
    border: none;
}

.accordion-item .accordion-header{
    /* box-shadow: #c5c5c5 2.4px 2.4px 3.2px; */
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  background: #2f3439 !important;
}

.accordion-item .accordion-collapse{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 7px 1px;
    background: linear-gradient(180deg, #f7f4f4, #d5d5d5);
}

.accordion-item .accordion-header .accordion-button{
    color: #fff;
    font-size: 16px;
    padding: 10px;
    background-color: transparent;
}

.accordion-item .accordion-header .accordion-button::after{
    height: 10px;
    width: 17px;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%235e5c64%22%20width%3D%2215px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20stroke%3D%22%235e5c64%22%20stroke-width%3D%220.00024000000000000003%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cpath%20d%3D%22M21%2C21H3L12%2C3Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    transform: rotate(-180deg);
}

.accordion-item .accordion-header .accordion-button:not(.collapsed){
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    background: linear-gradient(180deg, #fff, #d5d5d5);
    background: none !important;
    color: #fff;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed)::after{
    height: 12px;
    width: 17px;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%235e5c64%22%20width%3D%2215px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20stroke%3D%22%235e5c64%22%20stroke-width%3D%220.00024000000000000003%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cpath%20d%3D%22M21%2C21H3L12%2C3Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    transform: none;
}


.shape-size-wrapper {
    display: flex;
}

.shape-size-wrapperInner {
    width: 100%;
}

.shape-sizeDetails-root {
    display: flex;
    padding: 8px 16px 16px;
}

.shape-size-header {
    padding: 10px;
    margin: 5px;
    display: flex;
    position: sticky;
    top: -10px;
    background: #2f3439;
    color: #fff;
}

.shape-size-header h2 {
    font-size: 14px;
    color: #fff;
}

.shape-size-header>* {
    flex: 1 1 0%;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
}

.shape-size-header>h2:nth-child(2) {
    text-align: right;
}

.shape-size-list {
    margin-top: 0px;
}

.shape-size-number {
    display: flex;
    cursor: pointer;
    padding: 5px;
    color: #fff;
}

.shape-size-number label {
    flex: 1 1 0%;
    padding-left: 5px;
}

.shape-size-inch {
    flex: 1 1 0%;
    text-align: right;
    white-space: nowrap;
}


.shape-letter-size.active {
    border: 2px solid #1e252b;
    background-color: #1e252b;
}

.shape-size-number:hover {
    background-color: #1e252b;
    color: #fff;
}

.header-button button label {
    font-size: 16px;
    font-weight: 500;
    font-family: Almarai,Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
}

.user-profile a {
    position: relative;
    top: 5px;
}

.logout-session {
    margin-top: 5px;
}



.switch-box .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/*body {*/
/*    background-color: #ffffff; */
/*  }*/
  
  body.night {
    /* background-color: #222222; Night theme background color */
  }
  

.face-letter-container.active {
    background-color: #2f3439;
  border: 5px solid #e3d4c7;
}

.face-letter-container:hover {
    background-color: #3e4735;
    color: #fff;
}


.face-letter-wrapper>div {
    min-width: auto;
    max-width: 90px;
    height: 40%;
}

.face-letter-container {
    margin: 2px;
    padding: 4px;
    background-color: #3f4851;
    border: 1px solid #3f4851;
    border-radius: 3px;
    cursor: pointer;
    flex: 1 1 0%;
    justify-content: center;
    text-align: center;
    color: #fff;
}

#Raceway, #Backdrop {
    fill: #fff;
    display: none;
}

#Halo {
    fill: #fff;
    display: none;
    filter: drop-shadow(white -6px -6px 4px);
}

#Side {
    fill: #fff;
}

.l-face #Face {
    fill: #012768;
    fill-rule: evenodd;
}

#Face {
    fill: #fff;
    fill-rule: evenodd;
}

#Trim {
    fill: #fff;
}

.face-letter-wrapper {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.face-letter-container label {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.face-letter-container>* {
    pointer-events: none;
}

.face-letter-label {
    display: flex;
    align-items: center;
}

.color-square {
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    margin: 3px;
    border-radius: 2px;
}

.l-trim #Trim {
    fill: red;
}

.l-side #Side {
    fill: #0072c6;
}

.colors-container {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 0;
}
.edit-facelit{
    height: 100%;
}

.edit-facelit .edit-part{
    background-color: #1e252b;
    height: 100vh;
    width: 21%;
    max-width: 70px;
    overflow: auto;
}

.edit-facelit .edit-part .edit-button.active{
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
}

.edit-facelit .edit-part .edit-button{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
}

/* .edit-facelit .edit-part .edit-button:hover{
    background: #2f3439;
} */

.night .image-section{
    background-color: #7d7a7a;
}

.body-part-with-background{
    width:100%;
    height: calc(100% - 20px);
}

.image-section {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-left: 40px;
    margin-right: 40px;
}

.image-section .text-section{
    font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #4d0a0a;
  text-shadow: 3px 3px 0 #3e4750;
  transform: perspective(300px) rotateX(360deg);
}

/* .modal.show#Edit-Face-Lit-Letters-Modal{
    background: rgb(218, 218, 218);
} */

.modal-dialog.modal-dialog-vertical{
    width: 30vw;
    max-width: 600px;
    min-width: 400px;
}

.modal-dialog-scrollable .modal-body{
    overflow-x: hidden;
}

#save-sign .modal-body{
    padding: 20px;
}

#save-sign .modal-body .row .margin-bottom{
    margin-bottom: 15px;
}

#save-sign .modal-body .row .margin-bottom label{
    font-weight: 800;
}

#save-sign form .form-control{
    border: 1px solid #cecece;
    background: #e1e1e1;
    padding: 12px;
    box-shadow: none;
}

#save-sign form .form-control:focus{
    background-color: #efefef;
}

#load-design-Modal .bg-secondary{
    background: transparent !important;
}

.d-flex span{
    display: flex;
    justify-content: center;
    align-items: center;
}

#Add-To-SignModal .d-flex span{
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5px;
    /* font-size: 16px;
    width: 50% !important */
}

.d-flex .flex-fill span{
 display: inline;
}

.text-truncate span{
    font-size: 16px;
}

.header-left i{
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px !important;
}

.header-left .btn.btn-white {
    padding: 10px;
    border-radius: 0px;
}

.modal .modal-dialog-vertical .menu {
    height: 100%;
    width: 55%;
    border: 0;
    border-radius: 0;
}

.px-md-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

/* .text-truncate span i{
    margin: 0px 0px 0px 90px;
} */

.text-truncate span::after, #ProductModal .d-flex span::after{
    position: absolute;
    content: "\f105";
    /* right: 20px; */
    font-family: 'FontAwesome';
}

.text-truncate span::after{
    font-size: 16px;
}

#ProductModal .d-flex span::after, #lit-letter-logo-modal .d-flex span::after, #Add-To-SignModal .d-flex span::after{
    font-size: 22px;
}

.modal-button .back::before{
    /* position: absolute; */
    /* content: "\f104"; */
    /* left: 25px; */
    /* top:9px; */
    /* right: 20px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    font-size: 20px;
    font-family: 'FontAwesome';
}

#lit-letter-logo-modal .d-flex span::after, #Add-To-SignModal .d-flex span::after{
    position: absolute;
    content: "\f105";
    /* right: 20px; */
    font-family: 'FontAwesome';
}

.modal-button .next::before, .modal-button .add::before {
    /* position: absolute; */
    content: "\f067";
    margin-right: 5px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* font-size: 20px; */
    font-family: 'FontAwesome';
}

.modal-button .next::before{
        /* right: 2px; */
        left: 19px;
        display: none;
}

.modal-button .add::before{
    /* right: 165px; */
    /* l
    eft: 96px; */
    /* top: 78px; */
}

.nav-tabs .nav-link{
    padding: 10px;
    
}

.sign-features-image{
    display: flex;
    justify-content: center;
}
.nav-tabs .nav-link{
    color: #1e252b;
}
/* .nav-tabs .nav-link.active{
    border-color: rgba(244, 39, 83, 0.81);
    color: #1e252b;      
} */

.sign-features-desc {
    /* border: 1px solid rgb(248, 68, 105); */
    padding: 15px;
    /* margin: 10px 0px;
    border-radius: 3px; */
  }

  .edit-button img{
    height: 32px;
    width: 32px;
  }
  .dimension-colors{
    display: flex;
    flex-wrap: wrap;
    margin-left: 5px;
  }

  .dimension-colors .dimension-color-details{
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .dimension-color-code{
    border: 1px solid rgb(51, 51, 51);
    width: 22px;
    height: 22px;
    margin: 3px;
    border-radius: 2px;
  }

  #dimension-pophover{
    width: 240px;
  }

  /* #dimension-pophover .form-switch{
    padding-left: 10px;
  } */

 #dimension-pophover .form-switch .form-check-input {
    margin-right: 10px;
 }

 .dimensions-container{
    display: none;
 }

 .dimensions-container small{
    margin-left: 5px;
 }

 #dimension-pophover li{
    margin-bottom: 10px;
 }

 .px-md-4 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.py-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}


.btn.btn-outline-sign:hover {
    background-color: #3e4750;
    border-color: #3e4750;
    color: #fff;
    font-weight: 600;
}

.btn.btn-outline-sign:hover span{
    color: #fff;
    font-weight: 600;
}

.btn.btn-outline-sign {
    color: #fff;
border-color: #1e252b;
background-color: #1e252b;
padding: 0px;
position: relative;
left: 0px;
margin: 10px;
}

.btn.btn-outline-sign.d-flex {
    align-items: center;
    justify-content: center;
  }

.change-background-image{
    display: block;
    padding: 10px;
    max-height: calc(100vh - 145px);
    overflow: hidden auto;
}

.change-background-fieldset{
    padding: 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    margin: 10px;
}

.change-background-fieldset img {
    width: 100%;
}

.change-background-image h2{
    /* margin: 10px; */
    font-size: 18px;
    font-weight: 600;
    color: #f42753;
}

.chat-icon-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.chat-icon-container button{
    border-radius: 50%;
    fill: #fff;
    background: linear-gradient(135deg, rgb(255, 78, 111), rgb(251, 145, 104));
    box-shadow: rgba(255, 78, 111, 0.5) 0px 2px 16px;
}

.switch-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.switch-box .btn.btn-primary{
    background-color: transparent;
    border-color: #1e252b;
    color: #1e252b;
    border-radius: 50px;
}

.switch-box .btn.btn-primary:hover{
   background-color: #fff;
}

#Edit-Face-Lit-Letters-Modal .bg-secondary {
    background-color: #1e252b !important;
}

    
.edit-facelit .edit-part .edit-button svg{
    height: 32px;
    width: 32px;
}

.edit-facelit .edit-part .edit-button.active svg{
    fill: #fff !important;
    stroke: #fff !important;
}

#Edit-Face-Lit-Letters-Modal .btn-close,  .header-bottom .header-button .btn-close{
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #fff !important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: none;
    border-radius: 0.375rem;
    opacity: 0.5;
}

.header-button-btn{
    position: absolute;
    right: 20px;
}

.modal-button button.edit[disabled] {
    visibility: hidden;
}

.upload-your-logo{
    display: block;
    padding: 10px;
    max-height: calc(100vh - 145px);
    overflow: hidden auto;
}

.upload-heading {
    margin: 0px 0px 10px;
    padding: 8px;
    background-color: #3f4851;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.second-upload-part {
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.second-upload-form {
    margin: 10px;
    position: relative;
    max-width: 400px;
}

.upload-form-part {
    background: rgba(160,206,78,0.55);
    background-image: -webkit-gradient( linear, left bottom, left top, from( #a0ce4e ), to( rgba(160,206,78,0.55) ) );
    background-image: -webkit-linear-gradient( bottom, #a0ce4e, rgba(160,206,78,0.55) );
    background-image: -moz-linear-gradient( bottom, #a0ce4e, rgba(160,206,78,0.55) );
    background-image: -o-linear-gradient( bottom, #a0ce4e, rgba(160,206,78,0.55) );
    background-image: linear-gradient( to top, #a0ce4e, rgba(160,206,78,0.55) );
    border: 0px;
    color: white;
    font-size: 16px;
    /* border-radius: 4px; */
    padding: 10px;
    /* margin-left: auto; */
    margin-right: auto;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
}


.upload-form-part  svg {
    margin-right: 5px;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.upload-image {
    position: absolute;
    left: 0px;
    height: 100%;
    right: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0;
}

.upload-image-content label {
    display: block;
    /* margin-bottom: 20px; */
}

.upload-image-content ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    color: rgb(238, 238, 238);
}

.upload-image-content ul li {
    display: inline-block;
}

.upload-image-content ul li div {
    width: 28px;
    height: 50px;
    margin-right: 5px;
    position: relative;
}

.upload-image-content ul li div svg {
    position: absolute;
}

.upload-image-content ul li div span {
    color: black;
    font-size: 9px;
    position: relative;
    display: block;
    left: 5px;
    top: 17px;
}

.upload-your-logo p{
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #bfbfbf;
}

.accordion-button .acc-img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.acc-section {
    background-color: white;
    padding: 10px;
    max-width: 650px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.acc-heading-title {
    font-size: 30px;
    line-height: 1em;
    font-weight: 600;
    margin: 20px;
}

.acc-section .accordion {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.acc-section .accordion-body .form-control {
    padding: 10px;
}

#Edit-Face-Lit-Letters-Modal .accordion-body{
    padding: 0;
}

.offcanvas.offcanvas-bottom{
    height: fit-content;
}

.sign-details-offcanvas .offcanvas-header{
    background: rgba(244, 39, 83, 0.81) !important;
    color: #fff;
}

.overall-sign-details{
    padding: 4px;
    /* background-color: white; */
    height: fit-content;
    max-height: 65vh;
    overflow: auto;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.sign-details-section > div {
    display: flex;
    border-bottom: 1px solid #3f4851;
    /* margin-bottom: 15px;
    padding-bottom: 15px; */
}

.sign-details-canvas {
    padding: 12px;
    flex-basis: auto;
    /* border: 1px solid; */
    margin-right: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    height: 141px;
}

.sign-details-canvas p{
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    font-family: open sans-serif;
    margin-top: -25px;
    padding: 5px;
}

.sign-details-canvas > div > div{
    font-size: 14px;
    color: #bfbfbf;
}

.sign-design-details{
    display: block;
    width: 50%;
}


.sign-design-content {
    font-size: 14px;
}

.sign-design-content > label {
    padding: 5px 10px;
    /* background-color: rgb(238, 238, 238); */
    border-radius: 3px;
    display: block;
    margin-bottom: 5px;
    /* border-right: 1px solid white; */
}

.sign-design-content > div {
    padding: 5px 10px;
}

.sign-design-content > div label {
    display: inline-block;
    width: 100px;
}

.sign-design-content .colorbox {
    display: inline-block;
}

.color-box{
        /* display: flex; */
        -webkit-box-align: center;
        /* align-items: center; */
}

.color-box-detail {
    border: 1px solid rgb(51, 51, 51);
    width: 13px;
    height: 13px;
    margin: 3px;
    border-radius: 2px;
}

/* .body-part-with-background{
    background-color: #f7f7f7;
    height: 630px;
} */

.body-content{
    /* margin: 20px; */
}

.neumorphism-dropdown {
    background-color: #e0e5ec;
    border-radius: 10px;
    box-shadow: 4px 4px 8px #b7bcce, -4px -4px 8px #ffffff;
    padding: 16px;
    display: inline-block;
  }

  .neumorphism-dropdown .btn {
    background-color: #e0e5ec;
    color: #4d4d4d;
    border: none;
    font-weight: bold;
    box-shadow: inset 4px 4px 6px #b7bcce, inset -4px -4px 6px #ffffff;
    transition: all 0.3s ease;
  }

  .neumorphism-dropdown .btn:hover {
    box-shadow: inset 2px 2px 6px #b7bcce, inset -2px -2px 6px #ffffff;
  }

  /* Custom style for making the button round */
  .btn-round {
    border-radius: 50px;
  }

  .neumorphism-dropdown .dropdown-toggle::after {
    display: inline-block;
    /* margin-left: 0.255em; */
    position: absolute;
    left: 5px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


.button-links .link-button {
    border-radius: 50%;
    padding: 5px;
  }

  .button-links .link-button img {
    width: 30px; /* Set the image width */
    height: 30px; /* Set the image height */
    border-radius: 50%;
  }

.modal-header .btn-close{
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") center/1em auto no-repeat;
    opacity: 0.8;
}

/* switch settings 👇 */

.ui-switch {
    /* switch */
    --switch-bg: rgb(135, 150, 165);
    --switch-width: calc(75px + 20px);
    --switch-height: 22px;
    /* circle */
    --circle-diameter: 20px;
    --circle-bg: rgb(255 255 255);
    --circle-inset: calc((var(--circle-diameter) - var(--switch-height)) / 2);
  }
  
  .ui-switch input {
    display: none;
  }
  
  .slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: var(--switch-width);
    height: var(--switch-height);
    position: relative;
    cursor: pointer;
    /* border-radius: 50px;
    background-color: #e8e8e8;
    box-shadow: inset 0 0 15px 15px rgba(255, 255, 255, 0.1), inset 0 3px 3px rgba(113, 108, 108, 0.9);
    transition: background-color .4s linear; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 11px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #e0e0e0;
    box-shadow: inset 5px 5px 10px #cccccc,
              inset -5px -5px 10px #f4f4f4;
  }
  
  .slider .circle {
    top: calc(var(--circle-inset) * -1);
    left: 0;
    width: var(--circle-diameter);
    height: var(--circle-diameter);
    position: absolute;
    background: var(--circle-bg);
    border-radius: inherit;
    background-image: url('../images/flaticon/view.png');
    fill: #1e252b;
    background-repeat: no-repeat;
  
    background-size: 65% 65%;
    background-position: center center;
    -webkit-transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
  background-color: #fff;
  /* box-shadow: inset 2px 2px 12px #fff, -15px -15px 15px #fff */
  }
  
  .slider .circle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    border-radius: inherit;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    opacity: 0;
  }
  
  .slider .inner-text{
    height: 100%;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: start; */
  }
  
  .slider .inner-text .night-view{
    display: none;
    right: calc(var(--circle-diameter) + 5px);
  }
  
  /* .slider .circle .day-icon-img{
    display: block;
  }
  
  .slider .circle .night-icon-img{
    display: none;
  } */
  
  .slider .inner-text .day-view{
    left: calc(var(--circle-diameter) + 5px);
  }
  
  .slider .inner-text .day-view, .slider .inner-text .night-view{
    position: absolute;
    color: #313131;
    letter-spacing: 0;
    top: 1px;
  }
  
  /* actions */
  
  .ui-switch input:checked+.slider .circle {
    left: calc(100% - var(--circle-diameter));
    background-color: #1e252b;
    background-image: url('../images/flaticon/night.png');
  }
  
  .ui-switch input:active+.slider .circle::before {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    opacity: 1;
    width: 0;
    height: 0;
  }
  
  /* .header-bottom .d-flex li{
  list-style: none;
  padding-right: 5px;
  } */
  
  .d-flex a label{
    font-weight: 400;
    cursor: inherit;
    color: #c3c3c3;
  }
  
  .header-middle .d-flex a label{
    font-weight: normal;
    color: #c3c3c3;
  }

  #Edit-Face-Lit-Letters-Modal .d-flex a label{
    color: #fff;
  }

  
  .header-middle .d-flex a img, .header-bottom .d-flex a img{
    height: 20px;
  }
  
  .d-flex a:hover{
    background-color: transparent;
  }
  
  .d-flex a:hover label{
    color: #fff !important;
  }
  
  .header-bottom .d-flex a{
    padding: 5px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e252b;
    margin-right: 5px;
    /* max-width: max-content; */
    width: 185px;
    border-radius: 3px;
  }

  .header-bottom .d-flex a:hover{
    background-color: #111114;
  }
  
  .header-bottom .d-flex a label{
    top: 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
  }

  .edit-body-section{
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1055;
    width: calc(100vw - 30vw);
    max-width: calc(100vw - 500px);
    min-width: calc(100vw - 400px);
    display: none;
  }

  .edit-body-section .edit-header-top{
    padding: 10px 10px 10px 20px;
    width: 100%;
    height: fit-content;
  }
  .edit-body-section .edit-header-top .update-btn{
    float: left;
    background: #3f4851;
    border: none;
    border-radius: 0;
    padding: 7px 13px;
    font-size: 15px;
    font-weight: 500;
  }
  .edit-body-section .edit-header-top .cancel-btn{
    float: right;
    background: transparent;
    border: none;
  }

  .edit-body-section .edit-image-section{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  .edit-body-section .edit-image-section .edit-text-section{
    font-size: 5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #4d0a0a;
    text-shadow: 3px 3px 0 #3e4750;
    transform: perspective(300px) rotateX(360deg);
  }

  #my-sign-email-pophover.dropdown-menu{
    background-color: #3e4750;
  }

  #my-sign-email-pophover.dropdown-menu .sign-design{
    background-color: #1e252b;
    color: #bfbfbf;
  }
  #my-sign-email-pophover.dropdown-menu .sign-design:hover{
    color: #fff;
  }

  #change-background-btn input{
    height: 20px; 
    width: 20px;
    border: none;
  }

  .modal .accordion-body{
    background: #3f4851;
  }

  .modal .modal-footer .tab-button{
    margin: 0;
    padding: 0;
    border: none;
  }

  .btn.btn-outline-sign.d-flex.save-btn{
    background: #3f4851;
    padding: 4px 15px;
    font-size: 15px;
  }

  .btn.d-flex.cancel-btn{
    padding: 4px 15px;
    font-size: 15px;
  }

  .sign-details-section .table thead, .sign-details-section .table tbody{
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;

  }

  .sign-details-section .table tbody tr{
    /* border-bottom: 1px solid #3f4851; */
  }

  .sign-details-section .table tr th,
  .sign-details-section .table tr td{
    background: transparent;
    color: #fff;
    border: none;
    /* border-right: 1px solid #3f4851; */
    text-align: center;
    margin-bottom: 10px;
    min-width: 115px;
  }

  .sign-details-section .table tr td button{
    background: transparent;
    border: 1px solid #7f7f7f;
    padding: 5px 7px;
    color: #fff;
    border-radius: 3px;
  }

  #offcanvasBottomDesigns .sign-details-section > div{
    border-bottom: none;
  }
