@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&family=Poppins:wght@500;600;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

*:after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
}


html, body, * {
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #b3b2b2 #f5f5f5; /* Scrollbar thumb and track colors */
}

/* For Webkit browsers (Chrome, Safari, Edge) */
*::-webkit-scrollbar {
    width: 5px; /* Set the width of the scrollbar */
}

*::-webkit-scrollbar-thumb {
    background-color: #b3b2b2; /* Scrollbar thumb color */
    border-radius: 10px; /* Rounded corners for the scrollbar thumb */
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #b3b2b2; /* Darker color when hovered */
}

body {
    font-family: var(--primary-fontFamily);
    font-weight: 500;
    color: var(--primary-fontColor);
}

:root {
    --primary-textSecondary: #afb1b3;
    --primary-textThird: #dde3e8f5;
    --primary-fontColor: #707172;
    --secondary-fontFamily: 'Inter';
    --primary-fontFamily: 'Barlow Semi Condensed';
}

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

p {
    font-size: 14px;
}

hr {
    color: var(--primary-textSecondary);
}

.left-sidebar {
    max-height: 98vh;
    overflow-y: auto;
    z-index: 1000;
}

/* drop zone */

.main-div {
    overflow-y: scroll;
    /* Allows vertical scrolling */
    -ms-overflow-style: none;
    /* Hides scrollbar in IE and Edge */
    scrollbar-width: none;
    /* Hides scrollbar in Firefox */
}

.main-div::-webkit-scrollbar {
    display: none;
    /* Hides scrollbar in Chrome, Safari, and Opera */
}

/* start dropo zone upload box ui */
.upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 8px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

#file_input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-instructions {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
}

#add-more-files {
    font-weight: bold;
    color: #000;
    background-color: #333;
    padding: 8px 16px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin-top: 8px;
}

.upload-note {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.dropzone-message {
    color: var(--primary-textSecondary);
    font-size: 13px;
    line-height: 21px;
}

/* left side */
.short-heading {
    color: var(--primary-textSecondary);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 7px !important;
}

.imageTabIcon {
    cursor: pointer;
    margin: 1px 0px;
    padding: 5px;
    transition: all 0.3s ease;
}

.imageTabIcon:hover {
    background-color: var(--primary-textThird);
}

.imageTabIcon .mdi {
    font-weight: 700;
    font-size: 18px;
    vertical-align: baseline;
    margin-right: 10px;
    color: #000;
}

.input-nmb {
    float: right;
}

.span-custom {
    font-weight: bold;
    font-size: 15px;
    color: gray;
}

.green {
    height: 0.75rem;
    width: 0.75rem;
    background-color: green;
}

.orange {
    height: 0.75rem;
    width: 0.75rem;
    background-color: orangered;
}

.red {
    height: 0.75rem;
    width: 0.75rem;
    background-color: red;
}

.blue {
    height: 0.75rem;
    width: 0.75rem;
    background-color: rgb(43, 0, 255);
}

.black-dark {
    height: 0.75rem;
    width: 0.75rem;
    background-color: rgb(0, 0, 0);
}

.selectbox {
    width: 83px;
    font-size: 12px;
}

#fixedDiv label,
#fixedDiv span {
    font-size: 14px !important;
    color: #575859
}

/* .left-fixed{
    position: absolute;
    left: 2%;
    top: 0.5%;
    z-index: 99 !important;
} */

.undo {
    border-left: 3px solid rgb(243 244 246);
    align-items: center;
}

.margin .margin-input {
    width: 65px;
    height: 30px;
    font-size: 13px;
}

.form-control:focus {
    box-shadow: none;
}



.cursor-pointer {
    cursor: pointer;
}

.back span {
    font-size: 13px;
    padding: 3px 2px;
    background-color: rgb(243 244 246);
    transition: all 0.3s ease;

}

.newBack span {
    font-size: 13px;
    padding: 3px 2px;
    background-color: #12b2bb;
    color: #fff;
    transition: all 0.3s ease;
}

.search {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    /* color: white; */
    border-radius: 5px;
    background-color: rgb(243 244 246);
}

.delete {
    color: red;
    margin-left: 5px;
    font-weight: bold;
    font-size: 12px;
    width: 55px;
}

.edit-special {
    color: blue;
}

.ms-custom {
    padding-left: 8px;
}

.ms-icon {
    margin-left: 3px;
}

.trans {
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-image: url('././../Capture2.PNG');
}

.custom-cursor {
    cursor: url('././../rotater-bg.png'), auto;
}

.rotater {
    cursor: none !important;
    /* Default cursor style */
}

.rotater:hover {
    cursor: none !important;
}



.gray {
    height: 26px;
    width: 26px;
    border-radius: 3px;
    background-color: gray;
}

.black {
    height: 26px;
    width: 26px;
    border-radius: 3px;
    background-color: black;
}

.slow span {
    background-color: black;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2px;
    color: white;
    border-radius: 5px;
}


.ms-search {
    padding-left: 3px;
}

/* Add your custom CSS here */
.image-container-preview {
    display: flex;
    flex-wrap: wrap;
}

.image-thumbnail {
    max-width: 100px;
    max-height: 100px;
    margin: 5px;
}

/* dropdown menu */
ul.dropdown-menu.show {
    width: 200px !important;
    transform: translate(0px, 38px) !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.dz-remove {
    display: flex;
    justify-content: center;
    color: red;
    text-decoration: none;
    /* position: absolute;
top: 142px;
left: 107px;
background-color: red;
color: white;
border: none;
padding: 5px;
border-radius: 50%;
cursor: pointer; */
}

.setting-toggle {
    display: none;
}

.modal-d {
    display: none;
}

.check-custom {
    position: absolute;
}

/* .slow {
    position: absolute;
    right: 0px;
    top:10px;
} */

.option {
    position: absolute;
    top: 32px;
    width: 18.5%;
    margin: 1px;
}

/* body{
    cursor: url('../../assets/rotater-bg.png'), auto;
} */

#myCanvas {
    background-image: url('././../Captur3.PNG');
}

.clickable-image {
    height: 55px;
    width: 55px;
    border-radius: 4px;
}

.hidden {
    display: none;
}



.canvas-border {
    border: 2px dotted #86a5cfc2;
}


.canvas-container {
    width: 100%;
    overflow: auto;
    height: 80vh;
    white-space: nowrap;
    position: relative !important;
}

.selectbox {
    cursor: pointer;
}

.horizontal-ruler canvas {
    width: 100.3% !important;
}

.horizontal-ruler {
    top: 0%;
    left: 0%;
    transform: translate(0%, -159%);
    width: 394.68000000000006px;
    height: 25px;
    /* position: fixed; */
    position: absolute;
    background-color: #a5a5a5;
}

.vertical-ruler {
    top: 0%;
    left: 0%;
    width: 25px;
    height: 430.48px;
    /* position: fixed; */
    position: absolute;
    transform: translate(-159%, 0%);
    background-color: #a5a5a5;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.951);
    z-index: 9999;
}

#loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body.loaded #preloader {
    display: none;
}

/* design modal */

#myDesignsModal .text-size {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

#myDesignsModal .model-container {
    box-shadow: 1px 2px 5px 8px #e2e2e2;
    width: 80%;
    height: 80%;
}

#myDesignsModal .draft-label {
    font-size: 0.875rem;
    width: auto;
    background-color: rgb(249 115 22);

}

#myDesignsModal .nav-link.active {
    color: white !important;
    background-color: #000000 !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

#myDesignsModal .nav-tabs .nav-link {
    color: gray;
}

#myDesignsModal .nav-tabs {
    border-bottom: none !important;
}

#myDesignsModal #date-text {
    font-size: 14px;
}

#myDesignsModal .modal-dialog {
    max-width: 80% !important;
}

#myDesignsModal .card-img-top {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid rgb(231, 231, 231);
}

/* user guide tour */
.shepherd-footer .shepherd-button {
    background-color: black !important;
}

.shepherd-footer .shepherd-button:hover {
    color: #fff !important;
    transition: 0.3s all ease-in;
}

.shepherd-footer .shepherd-back-button {
    margin-right: auto;
}
.option-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: gainsboro;
  }