@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Roboto:wght@400;500;600&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto",  sans-serif;
    color: #e4e4e4;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    background-color: #132D39;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #f2f2f2;
}

body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: 2px solid #f2f2f2;
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
}

*:focus {
    outline: none;
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    
.pt-100 {
    padding-top: 80px;
}

}
@media (max-width: 767px) {
    
.pt-100 {
    padding-top: 70px;
}

}
@media (max-width: 575px) {
    
.pt-100 {
    padding-top: 50px;
}

}
.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    
.pb-100 {
    padding-bottom: 80px;
}

}
@media (max-width: 767px) {
    
.pb-100 {
    padding-bottom: 70px;
}

}
@media (max-width: 575px) {
    
.pb-100 {
    padding-bottom: 50px;
}

}
.main-wrapper {
    position: relative;
}

body {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body::-webkit-scrollbar-thumb {
    background-color: #071250;
}

.custom--card, .custom--card .card-header {
    background-color: #0d222b;
}

.custom--card {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.preloader {
    position: fixed;
    inset: 0;
    background-color: #0d222b;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

h5 {
    font-size: 1.25rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    
h5 {
    font-size: 1.125rem;
}

}
h5 {
    font-family: "Rajdhani",  sans-serif;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    word-break: break-word;
}

p {
    margin: 0;
}

.form-group {
    margin-bottom: 0.9375rem;
}

.form--control {
    padding: 0.625rem 1.25rem;
    border: 1px solid #e0e0e0;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #000;
    height: 3.125rem;
}

.form--control:focus {
    background-color: #fff;
    border-color: #071250!important;
    box-shadow: 0 0 5px rgba(251,  54,  64,  0.35);
    color: #000;
}

label {
    color: #f1f1f1;
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.custom--card {
    box-shadow: 0 5px 15px rgba(13,  34,  43,  0.1);
    overflow: hidden;
}

.custom--card .card-header {
    padding: 0.9375rem 1.5625rem;
    border-color: rgba(255,  255,  255,  0.15);
}

.custom--card .card-body {
    padding: 1.5625rem;
}

@media (max-width: 575px) {
    
.custom--card .card-body {
    padding: 0.9375rem;
}

}
body.lightmode {
    background-color: #fff;
    color: #505050;
}

body.lightmode h5 {
    color: #17173A;
}

body.lightmode label {
    color: #505050;
}

body.lightmode .form--control {
    color: #363636;
}

body.lightmode .custom--card {
    background-color: #fff;
}

input[type="text"] {
    width: calc(100% - 22px);
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

canvas{
    box-sizing: border-box; 
    width: 100%; 
    height: 300px;
    object-fit: contain;
    border: 1px dashed #AAA; 
    cursor: pointer;
}

.canvas_default_img {
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    border: 1px dashed #AAA;
    cursor: no-drop;
    object-fit: cover;
}