
@font-face {
    font-family: 'BYekan';
    src: url('/fonts/Yekan.woff2') format('woff2'), url('/fonts/Yekan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
  font-size: 14px;
  scroll-behavior:smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    width: 100%;
    height: 100vh;
    /*    margin-bottom: 60px;*/
    font-family: 'BYekan', sans-serif;
/*    overflow: hidden;*/
}
/*.container {
    padding: 8rem 0rem 4rem 0px;

}*/
.site_main {
    justify-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
/*    background-color: #FFFFFF;*/
/*    border-bottom-right-radius: 17px;*/
    border-start-start-radius: 17px;
    /*    padding: 0rem 0rem 4rem 0px;*/
}

.main-content-wrapper {
/*    background-color: #FFFFFF;*/
/*    border-bottom-right-radius: 17px;*/
    border-start-start-radius: 17px;
    overflow: hidden;
    height: 100%;
    /*    padding: 1rem;*/
}
.mobile_main {
    justify-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8rem 0rem 4rem 0px;
}

h1, h2, h3 {
    font-family: 'BYekan', sans-serif;
}
.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/*--------------------------------------------------------------------------------------*/

.mobile_header {
    background: #FFF;
/*    border-bottom-right-radius: 17px;*/
    border-bottom-left-radius: 17px;
    height: 111px;
/*    vertical-align: central;*/
    text-align: center;
    position: fixed;
    left: 2px;
    top: 0;
    right: 2px;
    display: block;
    padding-top:15px;
    unicode-bidi: isolate;
    z-index:2;
}
.site_header {
    height: 4rem;
    text-align: center;
    display: flex;
    align-items:center;
    max-width:90vw;
    unicode-bidi: isolate;
    z-index: 2;

}

.header {
    display: flex;
    height: 45px;
    width: 100%;
    text-align: center;
/*    vertical-align: central;*/
    align-items: center;
    justify-content: space-between;
/*    padding:1rem 0;*/

}
.site_header_items {
    display: flex;
/*    height: 45px;*/
    width: 100%;
    text-align: center;
/*    vertical-align: central;*/
    align-items: center;
    justify-content: space-between;
/*    padding:1rem 0;*/

}

.header-title {
    margin:0.2rem 1rem;
    font-size:18px;
    font-weight:900;
/*    font-weight:bold;*/
/*    position: fixed;
    margin-top: 20px;
    left: 25%;
    right:25%;*/
}

.profile {
    margin-right:19px;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
/*    position: fixed;*/
/*    right: 1rem;*/
    display:flex;
    /*    background-color: red;*/
}

.header-brand-select {
    width: auto;
    height: 50px;
    font-size: 16px;
    font-weight: 800;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none; /* Remove any background images */
    border: none;
    background-color: transparent;
    text-align: center;
    padding-left: 8px; /* Add left padding for arrow space */
}
    .header-brand-select:focus {
        border: none;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
    }
    /* For IE */
    .header-brand-select::-ms-expand {
        display: none;
    }
/* Style for the select element */
.header-custom-select {
    /*    direction: ltr;*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Move arrow to left side */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000000"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat left 0.75rem center/12px 12px;
    width: auto;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    /*    padding: 8px 0;*/
    border: none;
    text-align: center;
    padding-left: 25px; /* Add left padding for arrow space */
    padding-right: 8px; /* Optional: Adjust right padding */
}


    /* Change arrow color on hover */
    .header-custom-select:hover {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23A86429"><path d="M7 10l5 5 5-5z"/></svg>'); /* Red arrow on hover */
        border: none !important;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        
    }

    .header-custom-select::placeholder {
        color: #C2C2C2;
    }
    .header-brand-select::placeholder {
        color: #C2C2C2;
    }

    .header-custom-select:focus {
        border:none;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    /* Style the dropdown options */


    footer {
        background: #EEF4FF;
        border-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        height: 4rem;
        vertical-align: central;
        text-align: center;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        padding-top: 0.5rem;
        z-index: 4;
        /*    margin-top:1rem;*/
    }
    .site_footer {
/*        background: #EEF4FF;*/
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        height: 4rem;
        vertical-align: central;
        text-align: center;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        padding-top: 0.5rem;
        z-index: 4;
        /*    margin-top:1rem;*/
    }
.side_menu_item {
    display: block;
    /*    padding:5px;*/
    width: 100%;
    display: flex;
    justify-content: start; /* Center vertically */
    align-items: center;
    gap : 8px;
}

.side_menu_li {
    width: 100%;
    display: flex;
    justify-content: center; /* Center vertically */
    align-items: center;
}

.NavItem {
    display: block;
    /*    padding:5px;*/
    width: 100%;
        display: flex;
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* Center vertically */
    align-items: center;  
}
.nav-li {
/*    display: block;*/
    /*    padding:5px;*/
    width: 20%;
    display: flex;
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* Center vertically */
    align-items: center;
}
.Navbar {
    font-size: 0.9rem;
    color: #0B0B0B;
    padding: 0.3rem;
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: row; /* Stack children vertically */
    justify-content: center; /* Center vertically */
    align-items: center;
}
li {
    appearance: none;
}
a {
    text-decoration: none !important;
}

a:hover {
    color: white;
    text-decoration: none;
    cursor: default;
}
.nav-icon {
    /* Default color (e.g., black) */
    width: 1.8rem;
    filter: invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%);
    /*color: #757575*/
}

    .nav-icon.active {
        /*color: #C0763C*/
        width: 2rem;
        filter: invert(48%) sepia(64%) saturate(456%) hue-rotate(344deg) brightness(89%) contrast(91%);
    }


    .active-text {
        color: #C0763C;        
    }



.modal-container {
    width: 100%;
    height: 100vh;
    background-color: #666;
    opacity: 40%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:3;
}

.modal-bottom {
    z-index: 5;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
/*    padding: 10px;*/
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
/*    border: 1px solid #ddd;*/
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

/* Style the modal content */
.modal-content {
    padding-top: 5px;
    align-items:center;
}

/* Open the modal */
.modal-bottom.open {
    transform: translateY(0);
}

.modal-top-line {
    background-color: #A1A1A1;
    border-radius: 1rem;
    height: 0.3rem;
    width: 3.5rem;
    margin: 0.5rem auto; /* This centers the element horizontally */
    display: block; /* Makes margin auto work */
    /* Remove position: fixed and top properties */
}

.modal-top {
    z-index: 5;
    position: fixed;
    top: 20%;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    /*    width: 100%;*/
    height: auto;
    border: none;
    justify-items: center;
}

.top-modal-content {
    padding: 15px;
    background-color: #fff;
    width: 400px;
    height:auto;
    border-radius: 17px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}


.top-image
{
    width:331px;
    height:239px;
}


.small-icon-box.online.on {
    position: relative;
    top: 0;
    right: 0;
    background-color: #C0763C;
    color: #0B0B0B;
    /*    margin: 0.1rem;*/
    height: 3rem;
    width: 3rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-icon-box.online.off {
    position: relative;
    top: 0;
    right: 0;
    background-color: #DEDEDB;
    color: #0B0B0B;
    /*    margin: 0.1rem;*/
    height: 3rem;
    width: 3rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-icon-box.offline {
    position: relative;
    top: 0;
    right: 0;
    background-color: #DEDEDB;
    color: #0B0B0B;
    /*    margin: 0.1rem;*/
    height: 3rem;
    width: 3rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-popup-menu-container {
    width: 100%;
    height: 100%;
    background-color: #666;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:3;
}

.header-popup-menu {
    display: none;
    position: fixed;
    top:7rem;
    left:2rem;
    background-color: #FFFFFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 17px;
    z-index: 4;
}

    .header-popup-menu div {
        color: black;
        padding: 5px;
        text-decoration: none;
        display: block;
        border-radius: 0.5rem;
    }

.header-popup-menu div:hover {
    background-color: #f1f1f1;
}

.custom-form {
    border-radius: 5px;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 7%;
}

.add-room-box {
    /*    margin: 0 10vw 0 10vw;*/
    width: 100%;
    height: max-content;
    padding:32px 16px;
    text-align: center;
    vertical-align: central;
}
/*/////*/
/*.profile-image-container {
    display: inline-block;
    position: relative;
}*/

.profile-image-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.profile-image {
    width: 100%;
    height: 100%;
/*    object-fit: cover;*/
    border-radius: 50%;
}

.camera-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #E8EBEE;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border:1px solid white;
}

    .camera-icon i {
        color: white;
        font-size: 16px;
    }

.profile-image-wrapper:hover .camera-icon {
    background: rgba(0, 0, 0, 0.7);
}

.profile-image-wrapper:hover .profile-image {
    filter: brightness(0.9);
}
.image-list-container {
    width: 325px;
    max-width: 325px; /* or whatever maximum width you prefer */
}

.image-list {
    display: flex;
    flex-wrap: nowrap; /* ensures items stay in a single row */
    overflow-x: auto; /* enables horizontal scrolling */
    scrollbar-width: none; /* hides scrollbar for Firefox */
    -ms-overflow-style: none; /* hides scrollbar for IE/Edge */
    width: 325px;
    height: 56px;
    margin: 7px 0;
    padding: 5px;
    border: 1px solid #EEEEEE;
    border-radius: 17px;
    gap: 8px;
    align-items: center;
    background-color: #EEF4FF;
}
.image-list:hover{
    border: 1px solid #C0763C !important;
}

    /* hides scrollbar for Chrome/Safari */
    .image-list::-webkit-scrollbar {
        display: none;
    }

/*    .image-list:hover {
        border: 1px solid #C0763C !important;
    }*/
/* Hover effect for each individual image */
.select-room-image {
    border-bottom: 2px solid #C6C6C6 !important;
}

.device-icon-box {
    position: relative;
    top: 0;
    right: 5px;
    background-color: #FFFFFF;
    color: #0B0B0B;
    box-shadow: 0px 2px 4px 0px #3B40561A;
    height: 45px;
    width: 45px;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.room-image-wrapper {
    flex: 0 0 auto; /* prevents items from shrinking/growing */
    width: 46px;
    height: 46px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align:center;
    align-content:center;
}

.item-image {
}
.room-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .room-image:focus {
        border: 1px solid #C0763C !important;
        outline: none;
    }

.icon.online.on {
    filter: brightness(0) invert(100%);
}

.icon.online.off {
    filter: brightness(0) invert(100%);
}

.icon.offline {
/*    width: 1.5rem;*/
    filter: invert(48%) sepia(64%) saturate(456%) hue-rotate(344deg) brightness(89%) contrast(91%);
}

.add-box {
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    justify-content: center;
    justify-items: center;
    text-align: center;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox: hide scrollbar */
    -ms-overflow-style: none;
    padding-bottom:4rem;
}

.proccess {
/*    position: fixed;
    top: 111px;
    left: 50%;
    transform: translateX(-50%);*/
    width: 100%;
/*    max-width: 400px;*/
    background-color: #fff;
    z-index: 1;
    display: grid;
    place-items: center;
}


.dash-box {
    background-color: #FFFFFF;
    position: relative;
    height: auto;
    width: 100%;
/*    min-width: 390px;*/
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    padding-bottom: 4rem;
    overflow-y: scroll;
    scrollbar-width: auto; /* Firefox: hide scrollbar */
    /*-ms-overflow-style: none;*/
    padding-bottom: 4rem;
    /*    overflow-y: auto;*/
}

.desktop-dash-box {
    background-color: #FFFFFF;
    position: relative;
    border-bottom-right-radius: 17px;
    border-start-start-radius: 17px;
    height:calc(100% - 6rem);
    width: 100%;
    min-width: 390px;
    justify-content: start;
    align-items: center;
    /*    padding: 0 10px;*/
    /*    padding-bottom: 4rem;*/
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox: hide scrollbar */
    -ms-overflow-style: none;
    /*    padding-bottom: 4rem;*/
    /*    overflow-y: auto;*/
}

.thermostat-box {
    margin: 0px 0px 12px 0px;
    height: 142px;
    width: 100%;
    border-radius: 17px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5.7px 0px #0000001A;
}
.larg-box {
    margin: 0px 0px 12px 0px;
    height: 142px;
    width: 100%;
    border-radius: 17px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5.7px 0px #0000001A;
}

.larg-box.online.on {
    background-color: #fce786;
    /*    background-color: #EEF4FF;*/
    color: #0B0B0B;
    /*    padding: 0.5rem 0rem 0.5rem 0rem;*/
    margin: 0px 0px 12px 0px;
    height: 142px;
    width: 100%;
    border-radius: 17px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5.7px 0px #0000001A;
}

.larg-box.online.off {
    background-color: #EFEFEE;
    color: #0B0B0B;
    /*    padding: 0.5rem 0rem;*/
    margin: 0px 0px 12px 0px;
    height: 142px;
    width: 100%;
    border-radius: 17px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5.7px 0px #0000001A;
}

.larg-box.offline {
    background-color: #EFEFEE;
    color: #0B0B0B;
    /*    padding: 0.5rem 0rem;*/
    margin: 0px 0px 12px 0px;
    height: 142px;
    width: 100%;
    border-radius: 17px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5.7px 0px #0000001A;
}

.small-box.online.on {
    background-color: #fce786;
    /*    background-color: #EEF4FF;*/
    color: #0B0B0B;
    padding: 0.5rem 0rem;
    margin: 0px 0px 12px 0px;
    height: 65px;
    width: 100%;
    border-radius: 17px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 2px 5.7px 0px #0000001A;
}


.small-box.online.off {
    background-color: #EFEFEE;
    color: #0B0B0B;
    padding: 0.5rem 0rem;
    margin: 0px 0px 12px 0px;
    height: 65px;
    width: 100%;
    border-radius: 17px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 2px 5.7px 0px #0000001A;
}

.small-box.offline {
    background-color: #EFEFEE;
    color: #0B0B0B;
    padding: 0.5rem 0rem;
    margin: 0px 0px 12px 0px;
    height: 65px;
    width: 100%;
    border-radius: 17px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 2px 5.7px 0px #0000001A;
}
.favorite-box.online.on {
    background-color: #fce786;
    /*    background-color: #EEF4FF;*/
    color: #0B0B0B;
/*    padding: 0.5rem 0rem;*/
    /*    margin: 0px 0px 12px 0px;*/
    height: 60px;
    width: 142px;
    border-radius: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 2px 5.7px 0px #0000001A;
}

.favorite-box.online.off {
    background-color: #EFEFEE;
    /*    background-color: #EEF4FF;*/
    color: #0B0B0B;
/*    padding: 0.5rem 0rem;*/
    /*    margin: 0px 0px 12px 0px;*/
    height: 60px;
    width: 142px;
    border-radius: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 2px 5.7px 0px #0000001A;
}

.favorite-box.offline {
    background-color: #EFEFEE;
    /*    background-color: #EEF4FF;*/
    color: #0B0B0B;
/*    padding: 0.5rem 0rem;*/
    /*    margin: 0px 0px 12px 0px;*/
    height: 60px;
    width: 142px;
    border-radius: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 2px 5.7px 0px #0000001A;
}

.icon-box.online.on {
    position: relative;
    top: 1rem;
    right: 1rem;
    background-color: #C27439;
    color: #0B0B0B;
    /*    margin: 0.1rem;*/
    height: 3rem;
    width: 3rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box.online.off {
    position: relative;
    top: 1rem;
    right: 1rem;
    background-color: #C27439;
    /*    background-color: #DEDEDB;*/
    color: #0B0B0B;
    /*    margin: 0.1rem;*/
    height: 3rem;
    width: 3rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box.offline {
    position: relative;
    top: 1rem;
    right: 1rem;
    background-color: #DEDEDB;
    color: #0B0B0B;
    /*    margin: 0.1rem;*/
    height: 3rem;
    width: 3rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.dash-icon-box.online.on {
    position: relative;
    top: 0;
    right: 0;
    background-color: #C27439;
    color: #0B0B0B;
    /*    margin: 0.1rem;*/
    height: 3rem;
    width: 3rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dash-icon-box.online.off {
    position: relative;
    top: 0;
    right: 0;
    background-color: #C27439;
    color: #0B0B0B;
    /*    margin: 0.1rem;*/
    height: 3rem;
    width: 3rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dash-icon-box.offline {
    position: relative;
    top: 0;
    right: 0;
    background-color: #DEDEDB;
    color: #0B0B0B;
    /*    margin: 0.1rem;*/
    height: 3rem;
    width: 3rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-box, .dash-icon-box {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

    /* Increase touch target size */
    .small-box > * {
        padding: 12px; /* Makes touch targets larger */
    }

.fan-box {
    /*    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;*/
    box-shadow: 0px 2px 4px 0px #3B405633;
    color: #0B0B0B;
    width: 100%;
    max-width: 400px;
    height: 56px;
    margin: 7px 0 7px 0;
    padding: 10px;
    border-radius: 17px;
    display: flex;
    justify-content: start;
    align-items: center;
}

/*.fan-box.off {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    background-color: #EFEFEE;
    color: #0B0B0B;
    width: 325px;
    height: 56px;
    margin: 7px 0 7px 0;
    padding: 10px;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.delete-room-box {
    /*    margin: 0 10vw 0 10vw;*/
    width: 100%;
    max-width:400px;
    height: auto;
    text-align: center;
    vertical-align: central;
    padding:20px 5px;
    display:flex;
    flex-direction:column;
    justify-items:center;
}

.modem-item {
    border: none;
    display: flex;
    position: relative;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    width: 315px;
    height: 50px;
    align-items: center;
    border-radius: 15px;
}

.selected-modem {
}
.modem-box {
    border: none;
    /*    display: flex;*/
    position: relative;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 325px;
    height: auto;
    min-height: 50px;
    box-shadow: 0px 1px 2px 0px #0000001A;
    border-radius: 15px;
    align-items: center;
}

.time-box {
    border: none;
    /*    display: flex;*/
    position: relative;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 325px;
    height: auto;
    min-height: 50px;
    border-radius: 15px;
    align-items: center;
}


.modem-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    width: 320px;
    text-align: center;
    /*    margin-top: 10px;*/
    background: #fff;
    border-radius: 10px;
    padding: 0 15px;
}

.profile-item {
    display: flex;
    gap: 25px;
    width: 325px;
    height: 56px;
    position: relative;
    align-items: center;
    border-radius: 17px;
    box-shadow: 0px 1px 2px 0px #0000001A;
}
    .profile-item:hover {
        border: 1px solid #C0763C !important;
    }

.rotate180 {
    transform: rotate(180deg);
}

.save-state {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 325px;
    height: 56px;
    padding: 5px;
    margin: 7px 0px;
    align-items: center;
    justify-content: start;
    justify-items: center;
    align-content: center;
}

.save-state-text {
    display: flex;
    flex-wrap: wrap;
    width: 255px;
    margin-right: 10px;
}

.room-title {
    display: flex;
    width: 325px;
    height: 45px;
    border-bottom: 1px solid #EEF4FF;
    align-items: center;
    justify-content: center;
    padding: 3px 5px;
    margin: 10px 0px;
}