@font-face {
    font-family: "IRANSANS";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/IRANSansWeb_Light.woff2') format("woff2");
}
@font-face {
    font-family: "IRANSANS";
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/IRANSansWeb_Bold.woff2') format("woff2");
}
:root{
    font-family: "IRANSANS";
}
body{background-color: #503431;font-family: "IRANSANS";
    font-size: 14px;

}
.backimg{
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    object-fit: cover;
}
.left-main-container{
    position: fixed;
    opacity: 0.6;
    left: 120px;
    top: calc(50% - (468px /2));
    border-radius: 12px;
    background-color: rgb(39, 60, 70);
    width: 560px;
    height: 468px;
}
.title-container{
    position: relative;
    margin-top: 5px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: aliceblue;
    display: inline;
    width: 100%;
}
.container-items{
    top: 0px;
    position: relative;
    height: auto;
    display: flex;
    padding: 0px 25px 0px 25px;
    margin: 5px 24x 0px 24px ;
    gap: 10px;
    flex-direction: column;
}
.sub-item{
    position: relative;
    display: block;
    align-content: center;
    margin-bottom: 5px;
    height: 60px;
    text-decoration: solid;
    text-align: center;
    border-radius: 10px;
    color: aliceblue;
    background-color: rgb(120, 165, 175);
    width: calc(100%);
    font-size: 16px !important;
    font-weight: 700;
    width: 100;
    text-decoration: solid;
    font-family: "IRANSANS";
    cursor: pointer;
}
.sub-item:hover{
    background-color: antiquewhite;
    opacity: 0.8;
    color:rgb(120, 165, 175);
}
.v-spacer{
    height: 50px;
}