:root {
    /* --color1: #f1faee; */
    --color1: #fff;
    /* --color2: #457b9d; */
    --color2: #1d3557;
    /* --color2:#0D6EFD; */
    --color3: #a8dadc;
    --color4: #e63946;
    --color5: #1d3557;
    --colorerror: #d90429;
    --colorsuccess: #606c38;

    --my-light: #f6f9fa;
    --my-blue: #03bbf9;
    --my-light-purple: #eeeaff;
    --my-purple: #4a2aff;
    --my-light-blue: #e2f8fc;
    --white: #fff

}

@font-face {
    font-family: "Isans";
    src: url("../font/IRANSansWeb.woff2");
}

* {
    scroll-behavior: smooth;
}

.successcolor {
    color: var(--colorsuccess) !important;
    font-weight: bold !important;
}

.errorcolor {
    color: var(--colorerror) !important;
    font-weight: bold !important;
}

.border-custom {
    border: 1px solid #e5e5e5;
    transition: all 0.2s;
}

.hovercustom > div {
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.3);
}

.hovercustom:hover > div {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.4);
}

body {
    font-family: "Isans";

    background-size: cover;
    background-repeat: no-repeat;
    scroll-behavior: smooth;
}

table input {
    border: none;
    border-radius: 3px;
}

main {
    scroll-behavior: smooth;
}


a {
    text-decoration: none;
}

.videocontent {
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden;
    object-fit: cover;
}

.videocontent::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

/* Login  */
.login-container {
    padding: 10px;
}

.login-intro h1 {
    font-size: 0.9rem;
    color: var(--color2);
    margin-bottom: 0;
}

.login-intro span {
    font-size: 12px;
}

.login-form .form1 input:is(:hover, :focus) {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
}

.login-form .form1 input {
    border-radius: 3px !important;
    background-color: #eee;
}

.login-form label {
    font-size: 16px;
    color: var(--color2);
    font-weight: bold;
}

.login-form .form1 input::placeholder {
    padding: 5px;
    font-size: 14px;
    transition: all 0.3s;
}
.login-form .form1 input:focus{
border:1px solid var(--color2);
}
.btnsubmitcustom{
    border: 1px solid var(--color2);
    border-radius: 5px !important;
    background-color: var(--color2);
    color: #fff;
}
.btnsubmitcustom:hover{
    background-color: var(--color3);
    border: 1px solid var(--color3);
}
.login-form .form1 input:focus::placeholder {
    padding-right: 9px;
}
.dropdown-menu[data-bs-popper]{
    right: 10px;
}
@media (min-width: 992px) {
    .login-intro h1 {
        font-size: 20px;
    }

    .login-intro span {
        font-size: 16px;
    }

}

.leftsection {
    position: fixed;
    right: -100%;
    transition: all 0.3s ease-out;
}

.leftsection.active {
    width: 20%;
    right: 0;
    top: 50px;
}

/*.rightsection {*/
/*    width: 80%;*/
/*    position: absolute;*/
/*    right: 20%;*/
/*    top: 0;*/
/*    transition: all 0.3s ease-out;*/
/*}*/

.rightsection.active {
    width: 100%;
    right: 0;
}

@media (max-width: 768px) {
    .leftsection i {
        font-size: 0.8rem !important;
    }

    .leftsection a {
        font-size: 0.8rem !important;
    }

    body.active:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9998;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .leftsection {
        z-index: 9999;
        position: fixed !important;
        top: 0;
        right: 0;
        padding: 30px 0;
        transition: all 0.3s ease-out;
        width: 60%;
    }

    .leftsection.active {
        right: -100%;
        top: 0 !important;
    }

    .rightsection {
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.3s ease-out;
    }


}

.transitioncustom {
    transition: all 0.3s !important;
}

@media (min-width: 410px) and (max-width: 768px) {
    .leftsection i {
        font-size: 1rem !important;
    }

    .leftsection a {
        font-size: 1rem !important;
    }
}

select {
    direction: rtl;
}

select option {
    direction: rtl;
}

/* Login End */

/* Project page start  */
nav a {
    color: #001334 !important;
}

nav i {
    vertical-align: middle;
    margin-left: 10px;
}

.projects-page footer td {
    font-size: 0.9rem;
    padding: 2px 0;
}

.projects-page footer th {
    font-size: 0.9rem;
    padding: 0;
    /* position: fixed;
    bottom: 10px;
    z-index: 99; */
}

.projects-page i {
    font-size: 1rem !important;
}

.projects-page {
    /* background: url("../img/bg-main-project.jpg"); */
    /* background-color: #cccccca6; */
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
}

.projects-page i {
    font-size: 2rem;
    color: #001334;
}

.projects-page h2 {
    color: #001334;
}

.projects-page .newprojectbox a {
    width: 100%;
    height: 100%;
    /* border-radius: 20px; */
}

/*.projects-page .projectsbox div {*/
/*    margin-right: 2px;*/
/*}*/

/* .projects-page .projectsbox .row {
} */
/*.projects-page .projectsbox img {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    border-radius: 50%;*/
/*}*/
.projects-page .projectsbox canvas{
    width: 100%;
    height: 100%;
}
.projects-page .projects-box div span {
    font-size: 3rem !important;
}

.projects-page .projectsbox .statusconnect {
    color: green;
}

.projects-page .projectsbox .statusdisconnect {
    color: red;
}

.projects-page span {
    font-weight: bold;
    font-size: 0.9rem !important;
}

@media (max-width: 400px) {
    .projectsbox span {
        font-size: 0.7rem !important;
    }
}

.projects-page h4 {
    font-size: 1.3rem !important;
    word-spacing: -3px;
}

.projects-page .left-landing {
    font-size: 1rem !important;
}

.btn-custom:hover {
    border: none !important;
    color: #fff;
    background-color: #001334;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

/* Project page end  */

/* access page start */
.access-page {
    background: url("../img/bg-main-project.jpg");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
}

/* access page end */
/*modal select access start */
.modalselectaccess input[type="text"]:focus {
    border: 1px solid #001334;
}

.modalselectaccess input[type="text"]::placeholder {
    font-size: 0.8rem;
}

.modalselectaccess input[type="text"] {
    outline: none;
    box-shadow: none;
}

.modalselectaccess img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    -o-object-fit: cover;
}

/*modal select access end */

/* Panel home page start */
.panelhomepage {
    transition: all 0.3s !important;
}

.leftsection {
    min-height: 100vh !important;
    height: 100% !important;
    background-color: var(--color1);
}

.leftsection a {
    color: var(--color2);
}

.hover {
    transition: all 0.3s ease-out;
}

.hover:hover {
    background-color: var(--color3);
}

.leftsection img {
    width: 30px;
    height: 30px;
    object-fit: 100% 100%;
    -o-object-fit: 100% 100%;
}

.leftsection i {
    font-size: 1.4rem;
    margin-right: 5px;
    color: var(--color2);
}

.rightsection {
    min-height: 100vh;
    overflow-x: hidden;
}

.rightsection i {
    font-size: 2rem;
}

.rightsection p {
    margin-bottom: 0;
    color: var(--color5);
}

.rightsection .boxpanelsmart {
    background-color: var(--color1);
    padding: 20px;
    border-radius: 5px;
    position: relative;
    /*overflow: hidden;*/
}

@media (min-width: 992px) {
    .overflowcustom{
        overflow: visible;
    }
}
.boxpanelsmart h1{
    word-spacing: -5px;
}
.rightsection .boxpanelsmart::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #cecece;
}

.rightsection .boxpanelsmart i {
    color: var(--color2);
}

.imgchat {
    width: auto;
    max-width: 100%;
    height: 200px;
    border: 2px solid #f3f3f3;
    border-radius: 5px;
}

    
    
    .offcanvas{
        background-color: var(--my-purple);
        color: var(--my-light-purple);
        overflow: hidden;
        width: 45% !important;
    }
    
    
    .salon-offcanvas-btn{
        border-radius:0 15px 15px 0 !important;
        position:fixed !important;
        top:20%;
        left:0%;
        background-color: var(--my-purple);
        color: var(--my-light-purple);
        padding: 12px;
        z-index: 1000;
    }
    .salon-offcanvas-btn:hover
    ,.salon-offcanvas-btn:focus,
    .salon-offcanvas-btn:active,
    .btn-check:focus,
    .btn-check:active
    {
        z-index: 10000;
        border-radius:0 15px 15px 0 !important;
        position:fixed !important;
        top:20%;
        left:0%;
        background-color: var(--my-purple) !important;
        color: var(--my-light-purple) !important;
        
    }
    
    
    .offcanvas-body::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 79%;
    top: -41%;
    right: 47%;
    z-index: -1;
    transform: rotate(35deg);
    overflow: hidden;
    border-radius: 10%;
    opacity: 0.1;
    }
    
    .offcanvas-body::after {
       content: "";
    position: absolute;
    background: #fff;
    width: 238%;
    height: 93%;
    top: -3%;
    right: 45%;
    z-index: -1;
    transform: rotate(35deg);
    overflow: hidden;
    border-radius: 6%;
    opacity: 0.2;
    }
    
    .menu-item{
        box-shadow: -7px 0px 10px rgba(255, 255, 255, 0.1);
        color: var(--my-light-purple) !important;
        position: relative;
    transition: all 0.2s linear;
    }
    
    .menu-item:hover{
        color: white !important;
            transform: translateX(-5px);
        background: transparent !important;
        
    }
    .menu-item a{
        text-decoration:none;
        color: var(--my-light-purple);
    }
    
    .mobile-menu{
        background:#4a2aff !important;
        /*color:var(--my-light-purple) !important;*/
    }

/* Panel home page end */
