/* body{
    margin: 0;
    background: linear-gradient(45deg, #0a2844, #013b51, #04324a);
    height: 100vh !important;
} */

:root{
    --indigoDye: rgb(10,79,120);
    --LightSeaGreen: rgb(25,182,175);
    --cornsilk: rgb(251,241,208);
    --pumpkin: rgb(252,130,53);
    --salmon:rgb(255,122,113);

    
    --munsellBlue: rgb(2,148,163);
    --tiffanyBlue: rgb(135,220,191);
    --xanthous: rgb(251,185,45);
    
}

.indigoDye {
    background-color: var(--indigoDye);
}
.lightSeaGreen{
    background-color: var(--lightSeaGreen);
}
.cornsilk {
    background-color: var(--cornsilk);
}
.pumpkin {
    background-color: var(--pumpkin);
}
.salmon {
    background-color: var(--salmon);
}
.tiffanyBlue {
    background-color: var(--tiffanyBlue);
}
.munsellBlue {
    background-color: var(--munsellBlue);
}
.xanthous {
    background-color: var(--xanthous);
}


#backgroundImage{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    /* background: url(./Images/RT-LS-AbstractImg2-scaled.jpg); */
    background-color: rgb(166, 236, 242);
    /* background-attachment: fixed; */
    /* background-size: cover; */
    /* height: 100vh; */
    /* filter: blur(5px) contrast(1.1) brightness(0.4); */
}


*{
    color: #fff;
    font-family: Vazir;
}



#MohafezLogo{
    min-width: 150px !important;
    width: 20%;
    display: block;
    margin: 2rem auto 0;
    border-radius: 50%;
}





h1{
    font-weight: bold;
    font-size: 35px;
}

/* #phoneIcon{
    justify-content: center;
} */

div.row.inputFields.mx-0 div.col-11 input{
    background: #00000000 !important;
    border: 0;
    color: #000000 !important;
    font-size: 1.6rem;
    padding-left: 1rem !important;
}

.inputFields{
    border-bottom: 1px solid #00000087;
    display: flex;
    align-items: center;
}

input::placeholder{
    color: #000000;
    font-size: 1.6rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus{
    border:0;
}

input:focus-visible{
    border:0 !important;
    box-shadow: none !important;
    outline: none;
}

.my-btn{
    background-color:rgb(19,172,178);
    color: #010318;
    font-size: 1.6rem;
}
.my-btn:hover{
    background-color:rgb(6, 144, 149) !important;
    color: #010318;
    box-shadow: 0px 0px 5px #4281A4 !important;
}

#addToHomeScreenButton svg.bi-house-add path{
    color: #010318 !important;
}  

.custome-bg-dark{
    background-color: #030A25;
}

.custome-btn {
    color: rgb(255, 255, 255);
    box-shadow: 0 0 5px #fff;
    font-weight: bold;
}

.glossy-bg{
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.491);
    backdrop-filter: blur(5.8px);
    -webkit-backdrop-filter: blur(5.8px);
    border: 1px solid rgba(255, 255, 255, 1);
}


.material-symbols-outlined{
    font-size: 2.2rem;
    color: #ffffff;
}

.test {
    color: rgb(1, 131, 125);    ;
}
.custome-text-light{
    color: #3a3a3a;
}

.title {
    background: rgb(19,172,178);
    color: rgb(255, 255, 255);
    border: 2px solid #43b2ed ;
    /* border-radius: 0 0 50% 50%; */
    padding: 15px;
    font-size: 25px;
    box-shadow: 0px 0 10px #000;
    position: absolute;
    height: 100vh;
    /* top: -170px; */
    top: calc(80px - 100vh) !important;
    right: 0px;
    left: 0;
    z-index: 10;
    transition: all 0.5s ease-in-out !important;
}

.expand {
    top: 0% !important;
}

.title.expand h3 svg {
    rotate: 180deg !important;
    transition: all 0.5s ease-in-out !important;
}
.title h3 svg {
    rotate: 0deg !important;
    transition: all 0.5s ease-in-out !important;
}

/* .expand {
    
} */

.title h3 {
    text-align: right !important;
}



.title img {
    width: 50px !important;
}

.homesection {
    margin-top: 0 !important;
    width: 100vw !important;
}

.dir-rtl {
    direction: rtl !important;
}

.container {
    margin-top: 0rem;
}

.mt-6rem {
    margin-top: 6rem;
}

#devices {
    /* max-height: calc(100vh - 500px) !important; */
    max-height: calc(100vh - 150px) !important;
    overflow-y: scroll;
    overflow-x: hidden;
}


@font-face {
    font-family: "orbitron";
    font-weight: medium;
    src: url(./Fonts/static/Orbitron-Medium.ttf);
}

.clockSection{
    font-family: orbitron;
    font-size: 50px;
}

/* .width-fit-2{
    width: calc(210px - 60px);
} */

#relays{
    max-height: calc(100vh - 290px) !important;
}