main{
    max-width: 1200px;
    margin: 0 auto;
}
.en {
    /*font-family: "Montserrat SemiBold" !important;*/
    direction: ltr;
    text-align: left;
}
.error {
    color: lightcoral;
}

.hasError {
    border: 1.2px solid lightcoral !important;
    box-shadow: none !important;
}

.valid {
    border: 1.5px solid #42b983 !important;
    box-shadow: none !important;
}


body{
    /*background-color: #ffdf6d;*/

    scroll-behavior: smooth;
}
.bg-light-coral{
    background-color: rgba(240, 128, 128, 0.8);
}


::-webkit-scrollbar {
    width: 7px;
    cursor: pointer !important;
    background-color: transparent;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grery;*/
    /*border-radius: 10px;*/
    cursor: pointer !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: dimgray;
    border-radius: 10px;
    cursor: pointer !important;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: darkgray;
    cursor: pointer !important;

}
