@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;
}

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);
}

/* drop zone */
.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;
}

.orrange {
    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 {
    margin-left: 10px;
    padding-left: 5px;
    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;
}

/* .back {
    background-color: rgb(243 244 246);
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
} */

.col-md-9{
    width: 75.5% !important;
}
.col-md-3{
    width: 24.5% !important;
}
.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: 57px;
    width: 57px;
    border-radius: 4px;
}

.hidden {
    display: none;
}



.canvas-border {
    border: 2px dotted #86a5cfc2;
}


.canvas-container {
    padding-top: 4rem;
    min-width: 100%;
    /* overflow-x: auto;
    overflow-y: auto;
    height: 92.5vh; */
    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;
}

@media (max-width: 768px) {
    .visual-d {
        display: none;
    }

    .mobile-d {
        display: none;
    }

    .modal-d {
        display: block;
    }
}

@media (max-width: 1200px) {
    .margin-d {
        display: none;
    }

    .snap-d {
        display: none;
    }

    .lines {
        display: none !important;
    }

    .option {
        display: none;
    }
}


#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.88);
    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;
}

