body {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.login-form {
    background: #fff;
    width: 420px;
    margin: 65px auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.login-form h1 {
    padding: 35px 35px 0 35px;
    font-weight: 300;
}

.login-form .content {
    padding: 35px;
    text-align: center;
}

.login-form .input-field {
    padding: 12px 5px;
}

.login-form .input-field input {
    font-size: 14px;
    display: block;
    font-family: 'Rubik', sans-serif;
    width: 100%;
    padding: 10px 1px;
    border: 0;
    border-bottom: 1px solid #747474;
    outline: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.login-form .input-field input:focus {
    border-color: #fc845c;
}

.login-form a.link {
    text-decoration: none;
    color: #747474;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}

.login-form .action {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.login-form .action .auth-btn {
    width: 100%;
    border: none;
    padding: 18px;
    font-family: 'Rubik', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    background: #fc845c;
    color: #ffffff;
    letter-spacing: 0.2px;
    outline: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.login-form .action .auth-btn:hover {
    background: #e89b7d;
}

.header {
    background-color: #f2eae1;
    padding: 20px 0;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-theme-primary {
    padding: 6px 30px;
    background-color: rgb(252, 132, 92);
    border-color: rgb(252, 132, 92);
    color: #ffffff;
    border-radius: 25px !important;
    font-weight: 500;
}

.btn-theme-primary:hover {
    color: #ffffff;
    background-color: rgba(252, 132, 92, 0.8);
    border-color: rgba(252, 132, 92, 0.8);
}

.btn-theme-dark {
    padding: 6px 30px;
    background-color: rgb(99, 87, 83);
    border-color: rgb(99, 87, 83);
    color: #ffffff;
    border-radius: 25px !important;
    font-weight: 500;
}

.btn-theme-dark:hover {
    color: #ffffff;
    background-color: rgba(99, 87, 83, 0.8);
    border-color: rgba(99, 87, 83, 0.8);
}

.footer {
    padding: 10px 0;
    background-color: rgb(99, 87, 83);
}

.footer-copyright-text {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.page-content {
    min-height: 80vh;
}

.fs-12 {
    font-size: 12px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.ps-100 {
    padding-left: 100px;
}

.pe-100 {
    padding-right: 100px;
}

.toolbar {
    min-height: 80vh;
    border-left: 2px solid #f2f2f2;
    background-color: rgba(242, 234, 225, 0.3);
    padding: 30px;
}

.theme-range-slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 10px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 1; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

.theme-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 20px; /* Set a specific slider handle width */
    height: 20px; /* Slider handle height */
    background: rgb(252, 132, 92); /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.theme-range-slider::-moz-range-thumb {
    width: 20px; /* Set a specific slider handle width */
    height: 20px; /* Slider handle height */
    background: rgb(252, 132, 92); /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-color: rgb(252, 132, 92);
    border-radius: 0;
}

.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.form-control {
    background-color: #f2f2f2;
}

.form-control:focus {
    background-color: #f2f2f2;
}

.button-display {
    padding: 30px;
}

#canvasHolder {
    margin: auto;
    background: #f5f5f5;
    border: 5px solid #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
}

.button-rounded {
    border-radius: 50%;
}

.button-view {
    width: 200px;
    height: 225px;
    background-color: #f8f8f8;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button-view.active::after {
    content: '\F26A';
    font-family: 'bootstrap-icons';
    height: 20px;
    width: 20px;
    position: absolute;
    top: 3px;
    right: 5px;
    z-index: 999;
    font-size: 16px;
    color: rgb(0, 105, 0);
}

.button-view.active {
    background-color: #e8dfd6;
}

.buttons-view {
    display: flex;
    /* align-items: center; */
    gap: 0.8rem;
    overflow-x: auto;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.button-details-box {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    background-color: #fc845c;
    gap: 2rem;
    font-size: 17px;
    color: #ffffff;
    border-radius: 30px;
    margin: auto;
    font-weight: 500;
}

/* Styling the scrollbar in Firefox  */
.buttons-view {
    scrollbar-color: #b1b1b1 #eaeaea;
    scrollbar-width: thin;
}

/* Styling the scrollbar in Chrome and Safari */
.buttons-view::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 5px;
}

.buttons-view::-webkit-scrollbar-thumb {
    background-color: #b1b1b1; /* Set thumb color for Chrome and Safari */
    border-radius: 5px;
}

.buttons-view::-webkit-scrollbar-track {
    background-color: #eaeaea; /* Set track color for Chrome and Safari */
    border-radius: 5px;
}

.print-sheet-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.print-sheet {
    border-left: 2px solid #f2f2f2;
    background-color: rgba(242, 234, 225, 0.3);
    padding: 20px 30px 20px 30px;
    height: 100%;
    width: auto;
}

.btn-container {
    padding: 30px;
}

.drop-btn-container {
    display: grid;
    grid-gap: 0.3rem;
}

.btn-container .btn-container-box {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.droppable-box {
    width: 110px;
    height: 110px;
    background-color: #fff;
    border: solid 1px #aaa;
    text-align: center;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.print-sheet-header {
    height: 15vh;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.btn-container {
    height: 85vh;
    overflow-y: auto;
    flex-grow: 1;
}

.print-sheet {
    height: 85vh;
    overflow-y: auto;
    flex-shrink: 0;
}

/* Styling the scrollbar in Firefox  */
.btn-container, .print-sheet {
    scrollbar-color: #b1b1b1 #eaeaea;
    scrollbar-width: thin;
}

/* Styling the scrollbar in Chrome and Safari */
.btn-container::-webkit-scrollbar, .print-sheet::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 5px;
}

.btn-container::-webkit-scrollbar-thumb, .print-sheet::-webkit-scrollbar-thumb {
    background-color: #b1b1b1; /* Set thumb color for Chrome and Safari */
    border-radius: 5px;
}

.btn-container::-webkit-scrollbar-track, .print-sheet::-webkit-scrollbar-track {
    background-color: #eaeaea; /* Set track color for Chrome and Safari */
    border-radius: 5px;
}

.text-mobile-show {
    display: none;
}
.nav-toggle-btn{
    font-size: 28px;
    color: #635753;
    display: none;
}
@media only screen and (max-width: 992px) {
    .page-content {
        min-height: 88vh;
    }

    .flex-mobile-column {
        flex-direction: column;
    }

    .preview-btn span {
        text-align: center;
    }

    .print-sheet-header {
        height: 8vh;
    }

    .print-sheet-box {
        flex-direction: column;
    }

    .btn-container {
        height: fit-content;
        padding: 20px;
    }

    .btn-container .btn-container-box {
        flex-wrap: nowrap;
    }

    .button-view{
        padding: 10px;
    }

    .print-sheet {
        padding: 20px;
        height: fit-content;
        overflow: auto;
    }

    .drop-btn-container {
        width: fit-content;
        margin: auto;
    }

    .print-sheet-btn {
        width: fit-content;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    .flex-mobile-column {
        flex-direction: column;
    }

    .ps-100 {
        padding-left: 10px;
    }

    .pe-100 {
        padding-right: 10px;
    }

    .preview-btn span {
        text-align: center;
    }

    .print-sheet-box {
        flex-direction: column;
    }

    .print-sheet {
        border: none;
        width: 100%;
        height: 71.5vh;
        overflow: auto;
    }

    .btn-container {
        height: 21.5vh;
        overflow-x: auto;
        overflow-y: hidden;
        background-color: #ffffff;
        width: 100%;
    }

    .print-sheet-header h2 {
        font-size: 16px;
        margin-bottom: 2px;
        text-align: center;
    }

    .print-sheet-header p {
        font-size: 10px;
        text-align: center;
    }

    .text-mobile-show {
        display: block;
    }

}
@media only screen and (max-width: 575px) {
    .header-wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }

    .toolbar {
        min-height: auto !important;
    }

    .logo{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 95%;
    }
    .nav-toggle-btn{
        display: block;
    }
    .header-right{
        display: none;
    }
    .button-display{
        padding: 10px 30px;
    }
    .toolbar{
        padding: 10px 30px;
    }
    .toolbar .my-4{
        margin-top: 0.8rem !important;
        margin-bottom: 0.8rem !important;
    }
    .toolbar .mb-3{
        margin-top: 0.8rem !important;
        margin-bottom: 0.8rem !important;
    }
    .button-details-box{
        font-size: 12px;
    }
    .print-actions.py-5{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .button-view{
        height: auto;
        width: auto;
    }
    .print-actions a .d-flex span{
        display: none;
    }
    .print-actions img{
        width: 80px !important;
    }
    .droppable-box{
        width: 70px;
        height: 70px;
    }
    .print-sheet-header{
        height: 5vh !important;
    }
    .btn-container{
        height: 19.5vh !important;
    }
    .print-sheet{
        height: 75.5vh !important;
    }
    .button-view p{
        margin-top: 0.5rem !important;
    }
}
