#root{
    width: 100%;
    height: 100%;
}
html,body{
    width: 100%;
    height: 100%;
    background-color: #f9f9f9 !important
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "IRANsans";
    src: local("IRANsans")
    url('../fonts/IRANSans-web.eot') format('eot'),
    url('../fonts/IRANSans-web.ttf') format('ttf'),
    url('../fonts/IRANSans-web.woff') format('woff'),
    url('../fonts/IRANSans-web.woff2') format('woff2')
}
@font-face {
    font-family: "Dana";
    src: local("Dana")
    url('../fonts/IRANSans-web.eot') format('eot'),
    url('../fonts/IRANSans-web.ttf') format('ttf'),
    url('../fonts/IRANSans-web.woff') format('woff'),
    url('../fonts/IRANSans-web.woff2') format('woff2')
}

:root{
    --fontFamily1:"IRANsans";
    --fontFamily2:"Dana";
    --themeColor: #009973;
    --textColorLight: #ffffff;
    --textColorDark: #000000;
    --dirRTL: rtl;
    --dirLTR: ltr;
    --btnColor1: #009973;
    --btnColor2: #eee;
    --btnColor3: #4DB7B7;
    --btnColor4: #abc7c7;
    --scaleCursor:1;
    --color1: #238F8F;
}

body{
    font-family: var(--fontFamily1),var(--fontFamily2),"Arial"!important;
    direction: var(--dirLTR);
}

.login-form{
    margin: auto;
}

a{
    text-decoration: none;
    color: var(--textColorDark);
}
a:hover{
    color: #7e7a7a;
    --scaleCursor:2!important;
}
li{
    list-style-type: none;
    text-align: left;
}
label{
    padding: 10px 0;
    color: #7e7a7a;
}
sub{
    bottom: 0.75em;
}
input,
select,
textarea{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 10px;
    transition: all 0.4s linear;
    text-align-last: left;
}
option{
    background-color: #fff;
}
input[type='checkbox'],
input[type='radio']{
    width: fit-content;
    float: right;
    margin: 9px 0 0 4px;
}


input:focus,
select:focus,
textarea:focus{
    outline: 1px solid #afafaf;
}
input::placeholder{
    font-size: small;
    text-align: right;
}
button{
    background: var(--btnColor3);
}
button[type="submit"]{
    background: var(--btnColor3);
    border-color: var(--btnColor3);
    color: var(--textColorLight);
    font-size: small;
}
button[type="submit"]:hover,
button[type="submit"]:focus{
    background: #144747;
    border-color: #144747;
    color: var(--btnColor2);
}
.btn-style{
    background-color: var(--btnColor3);
    border-color: var(--btnColor3);
}
.btn-style:hover,
.btn-style:focus{
    background-color: var(--btnColor3);
    border-color: var(--btnColor3);
}
.loading-wrapper{
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
}
table{
    width: 100%;
    margin: auto;
}
thead{
    background: #eee;
}
tr{
    border-bottom: 1px solid #eee;
}
table tbody tr.even{
    background: #eee;
}
th,td{
    padding: 10px;
}
.dropdown,
select{
    direction: var(--dirLTR);
}
.dropdown-toggle::after{
    vertical-align: baseline;
    margin-left: 1.255em;
}
/* multi select */
.multiSelectContainer .searchWrapper{
    display: flex;
    padding: 0;
}

.multiSelectContainer .searchWrapper .icon_down_dir {
    left: 98%!important;
    transform: translate(-41%,-50%);
}
.multiSelectContainer .searchWrapper .icon_down_dir:before{
    display: none;
}
.multiSelectContainer .searchWrapper .chip{
    margin: 3px!important;
}
.multiSelectContainer .searchWrapper .chip .custom-close{
    margin-right: 8px;
    margin-bottom: 3px;
}
.multiSelectContainer .optionListContainer .optionContainer .option input[type="checkbox"]{
    width: 15px;
    height: 15px;
}

/* multi select */

.form-select {
    background-position: right 0.75rem center;
    padding: 8px 34px 6px 13px;
}
.form-input{
    width: 100%;
    margin: auto;
    padding: 0.25rem 0;
    position: relative;
}
.form-input-checkbox{
    width: 100%;
}
.form-check .form-check-input{
    float: none;
    margin-right: 0.5em;
}
.separator{
    display: flex;
    align-items: center;
}
.separator span{
    margin: 0 10px;
}
.separator hr{
    width: 50%;
}
#togglePassword {
    float: right;
    margin-right: 13px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    width: fit-content;
    cursor: pointer;
}
.error_validate{
    color: red;
    font-size: small;
    padding-top: 5px;
    text-align: right;
}
.devider{
    width: 96%;
    height: 2px;
    margin: 1rem auto;
    background-color: #b4b4b4;
    opacity: 1;
}
.avatar {
    width: 55px;
    height: 55px;
    display: inline-block;
    background-image: url('../images/support-avatar.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.not-found{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url('../images/404.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/* statr table style */
.table-wrapper{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 1% 0;
}
.table-wrapper .table-container{
    position: relative;
    display: block;
    width: 90%;
    height: 100%;
    margin: auto;
    border-radius: 5px;
}
.table-wrapper .table-container .table-header{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    align-content: center;
    grid-column-gap: 1%;
}
.table-wrapper .table-container .table-header .header-limit div,
.table-wrapper .table-container .table-header .header-search div,
.table-wrapper .table-container .table-header .header-condition div{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 10px;
}
.table-wrapper .table-container .table-header .header-limit div label,
.table-wrapper .table-container .table-header .header-search div label,
.table-wrapper .table-container .table-header .header-condition div label{
    color: var(--textColorDark);
    padding: 10px;

}
.table-wrapper .table-container .table-body-action{
    width: 100%;
    position: relative;
    display: flex;
    margin: 1% 0;
}
.table-wrapper .table-container .table-body-action select{
    width: fit-content;
    font-size: small;
}
.table-wrapper .table-container .table-body-action button{
    margin: 0 5px;
    font-size: medium;
}
.table-wrapper .table-container .table-body{
    padding-bottom: 3%;
}
/* .table-wrapper .table-container .table-body table tr{
    border-bottom: 1px solid rgb(129, 129, 129);
} */
.table-wrapper .table-container .table-body table tr th,
.table-wrapper .table-container .table-body table tr td{
    text-align: center;
}
.table-wrapper .table-container .table-body table tr td button{
    margin: 5px;
}
.table-wrapper .table-container .table-body table tr td img{
    width: 70px;
    border-radius: 10px;
}
.table-wrapper .table-container .table-body table tr td span.badge{
    width: 100%;
    padding: 12px 10px;
}

.table-wrapper .table-container .table-footer{
    padding: 1%;

}
.table-wrapper .table-footer .paginate-container .pagination{
    justify-content: center;
}
/* end table style */
.login{
    overflow: hidden;
    
}
.login-content{
    display: flex;
    background-color: #fff;
    
}
.login-sideleft{
    background: url('../images/test/GifGiif.gif') no-repeat;
    background-size: contain;
    background-position: center;
}
.login-header{
    /* background: #a64bf4; */
    /* background: linear-gradient(90deg, rgb(141, 239, 255) 0.318471%, rgb(255, 175, 251) 97.1338%); */
    background: linear-gradient(90deg, rgb(141, 239, 255) 0.118471%, var(--btnColor3) 97.1338%);
    border-radius: 0 0 5px 5px;
}
.login-header-img img{
    width: 150px;
    height: 80px;
    object-fit: contain;
}
.one-row_bottom_divider{
    height: 75px;
}
.login-footer{
    text-align: center;
}
.login-footer-social p{
    font-size: small;
}
.login-footer-social ul{
    display: inline-flex;
}
.login-footer-social ul li{
    cursor: pointer;
    margin:0 10px;
}
.login-form-content{
    transition: all 0.5s linear;
}
.cursor{
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #6797dd;
    border-radius: 50px;
    z-index: 999;
    pointer-events: none;
    transition: all 0.1s linear;
    transform: translate(-50%,-50%);
}
.cursor-outline{
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border-radius: 50px;
    z-index: 999;
    pointer-events: none;
    transition: all 0.13s linear;
    transform: translate(-50%,-50%);
    border: 1px solid rgb(170, 170, 170);
}
.login-form-content-active{
    transform: translateX(100%);
}
.forget-pass-form-active{
    transform: translateX(0)!important;
}
.forget-pass-form{
    position: absolute;
    top: 32%;
    width: 50%;
    transform: translateX(100%);
    transition: all 0.5s linear;
}
/* end login style */

/* start style register */
.perogresbar{
    margin-top: 20px;
    overflow: hidden;
}
.perogresbar li{
    width: 25%;
    position: relative;
    float: right;
    padding: 5px 0;
    text-align: center;
    z-index: 0;
}
.perogresbar #account::before{
    font-family: FontAwesome;
    content: "\f023";
}
.perogresbar #service::before{
    font-family: FontAwesome;
    content: "\f007";
}
.perogresbar #factor::before{
    font-family: FontAwesome;
    content: "\f09d";
}
.perogresbar #payment::before{
    font-family: FontAwesome;
    content: "\f00c";
}
.perogresbar li::after{
    content: '';
    position: absolute;
    top: 29px;
    background-color: #eee;
    width: 100%;
    height: 2px;
    right: 0;
    z-index: -1;
}
.perogresbar li::before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: var(--textColorLight);
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    z-index: 1;
}
.perogresbar li.active::before{
    background: var(--btnColor3);
}
.perogresbar li.active::after{
    background: var(--btnColor3);
}
.information_wrapper{
    text-align: right;
    padding: 10px;
    position: relative;
}

.next,
.previous,
.payment{
    width: 120px;
    margin: 2% 1%;
}
.panel-row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}
.panel{
    width: 23%;
    border: 1px solid #eee;
    margin: 1% 1%;
    box-shadow: 3px 3px 6px #eee;
    transition: all 0.3s linear;
    height: 500px;
}
.panel:hover{
    transform: scale(1.02);
    box-shadow: 3px 3px 7px #eee;

}
.panel_title{
    padding: 25px 0;
    height: 15%;
}
.panel_delails{
    height: 45%;
    padding: 7% 0;
}
.panel_prices{
    height: 16%;
    padding: 10px;
}
.panel_price{
    height: 13%;
    padding: 10px;
}
.btn-panel{
    background: #0d6efd;
}
.btn-panel:hover{
    background: #0d6efd;
}
.invoice_header{
    height: 200px;
    background: #ededed;
    clip-path: polygon(50% 92%, -150% 0%, 250% 0);
    width: 100%;
}
.invoice_header_logo{
    float: left;
    text-align: left;
}
.invoice_header_logo img{
    width: 150px;
    margin: 7%;
}
.invoice_header_detail{
    text-align: right;
    padding: 3%;
}
.invoice_title{
    padding: 30px;
}
.invoce-information-title{
    border-bottom: 1px solid #eee;
}
.invoce-information-title p {
    padding: 0 10px;
    text-align: right;
}
.invoce-information-detail p{
    padding: 10px;
    text-align: right;
}
.sum-invoice{
    width: 100%;
    margin-top: 7%;
    display: flex;
}
.sum-invoice-detail{
    width:40%
}
#sum-invoice-table .sum-pills{
    background: #eee;
}
.sum-invoice-conditions{
    width: 60%;
    padding: 2%;
}
.sum-invoice-conditions-title{
    text-align: right;
    
}
/* end style register */

/* start style dashboard */
.layoat-container{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    background:#f5f7fa ;

}
.layoat-sidebar{
    position: relative;
    width: 20%;
    height: 100%;
    align-self: center;
    transition: all 0.4s ease-in-out;
}
.layoat-body{
    position: relative;
    width: 80%;
    height: 100%;
    transition: width 0.4s ease-in-out;
}

.layoat-body-header{
    height: 7%;
    margin-top: 1rem;
}
.layoat-body-content{
    height: 85%;
    overflow-x: hidden;
    overflow-y: auto;
}
/* start style sidebar */
.sidebar-wrapper{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#27A9A9,#144747);
    border-radius: 0 30px 30px 0;
}
.sidebar-inactive .sidebar-wrapper{
    border-radius: 0 70px 70px 0;
}
.sidebar-nav{
    position: relative;
    width: 100%;
    height: 100%;
}
.navbar{
    flex-direction: column;
    align-items: flex-start;
}
.nav-item{
    /* width: 200px; */
    margin: 1rem 0 1rem 1rem;
    display: block;
    cursor: pointer;
}
.sidebar-wrapper .sidebar-nav .navbar .nav-logout img{
    width: 25px;
}
.nav-item a span{
    color: var(--textColorLight)!important;
    font-size: larger;
    font-weight: bold;
    font-variant: normal;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease-in;
}
.nav-close{
    display: block;
}
.res-nav-close{
    display: none;
}
.nav-item a{
    display: flex;
    width: max-content;
    align-items: flex-start;
}
.nav-item a img{
    width: 20px;
    margin-right: 1%;
    vertical-align: top;
}
.nav-item a i {
    color: var(--textColorLight);
    margin-left: 8%;
    transition: all 1s ease-in-out;
    margin-top: 4px;
}
.nav-item a:hover img{
    transform: translateY(-2px);
    transition: 0.5s ease-in-out;
}
.sub-navbar{
    width: 100%;
    border-left: 1px solid #eee;
    padding-left: 10px;
    max-height: 0;
    overflow: hidden;
    margin-right: 0.75rem;
    margin-left: 8px;
    transition: all 0.4s ease-in;

}
.sub-navbar .sub-nav-item{
    margin: 0% 5% 0 0;
    padding: 3px 0;
}
.sub-navbar .sub-nav-item a{
    font-size: medium;
    font-weight: 400;
    color: var(--textColorLight);
}
.submenu-active{
    max-height: 200px;
}
.nav-item ul.submenu-active::before a {
    background-color: rebeccapurple;
}
.sidebar-inactive{
    width: 3%;
    height: 60%;
    align-self: center;
    overflow: hidden;
}
.sidebar-inactive .sidebar-wrapper .sidebar-nav .navbar .nav-item .sub-navbar {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    margin-top: 0;
}
.sidebar-inactive .sidebar-wrapper .sidebar-nav .navbar .nav-item {
    margin: 1rem 0.75rem 1rem 0.5rem;
}

.sidebar-inactive .sidebar-wrapper .sidebar-nav .navbar .nav-item a span,
.sidebar-inactive .sidebar-wrapper .sidebar-nav .nav-logout a span{
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
.sidebar-inactive .sidebar-wrapper .sidebar-nav .navbar .nav-item a i{
    display: none;
}
.sidebar-inactive .sidebar-wrapper .sidebar-nav .nav-logout{
    margin: 1.5rem 0.75rem 1.5rem 0;
}

.layoat-body-inactive{
    width: 97%;
}
/* end style sidebar */
/* start style header */
.header-wrapper{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 5%;
}
.header-config{
    position: relative;
    width: 70%;
    text-align: end;
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
}
.header-config .header-config-notif{
    position: relative;
}
.header-config .header-config-notif .header-config-notif-count{
    position: absolute;
    top: -8px;
    right: 65%;
    z-index: 1;
}
.username-dropdown{
    background-color: var(--btnColor3);
    color: #fff;
    width: 150px;
}
.notification-dropdown{
    background-color: var(--btnColor4);
}
.notification-dropdown::after{
    display: none;
}
.language-dropdown{
    background-color: var(--btnColor4);
    border: none;
}

.header-logo{
    width: 30%;
}
.header-logo img{
    width: 65px;
}
/* end style header */

/* start style Dashboard */
.dashboard-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.dashboard-container{
    position: relative;
    width: 93%;
    height: 100%;
    margin: auto;
    padding: 3% 5% 0;
}
.dashboard-signboard{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.signboard-card{
    width: 30%;
    height: 150px;
    border-radius: 5px;
    margin: 0 1%;
    background-color: var(--textColorLight);
}
.dashboard-title{
    width: 100%;
    height: 3rem;
    padding: 0 10px;
}
.dashboard-title h6{
    padding: 15px 0 4px 0;
    color: var(--color1);
    font-weight: 900;
}
.title-devider{
    position: relative;
    width: 100%;
    height: 1px;
    background-color: var(--color1);
    margin: 1% auto;

}
.title-devider::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 4px;
    background-color: var(--color1);
    top: -2px;
    border-radius: 10px;
}
.signboard-body{
    width: 100%;
    height: 6.5rem;
}
.signboard-box1,
.signboard-box2,
.signboard-box3,
.signboard-box4{
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.signboard-box1{
    background-image: url("../images/remainday-vector.png");
}
.signboard-box2{
    background-image: url("../images/lastseen-vector.png");
}
.signboard-box3{
    background-image: url("../images/model-vector.png");
}
.signboard-box4{
    background-image: url("../images/alert-vector.png");
}
.signboard-body p:first-child{
    padding: 10px 0 0 10px;
    margin-bottom: 0;
    color: var(--color1);
}
.signboard-body p:nth-child(2){
    text-align: center;
    color: var(--color1);
    font-weight: 900;
    opacity: 0.8;
}
.dashboard-chart{
    position: relative;
    width: 98%;
    /* height: 350px; */
    contain: content;
    display: block;
    margin: 5% auto 0;
    background-color: var(--textColorLight);
    border-radius: 5px;
    padding: 3%;
}

.chart-container{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
/* end style Dashboard */

/* strat style profile */
.profile-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.profile-wrapper .profile-container{
    width: 80%;
    margin: auto;
    background-color: var(--textColorLight);
    border-radius: 5px;
}
.profile-wrapper .profile-container .profile-body{
    position: relative;
    width: 100%;
    height: 90%;
    padding: 0 2%;
}
/* end style profile */

/* start style change password */
.chng-pass-wrapper{
    position: relative;
    width: 100%;
    height: 100%;

}
.chng-pass-container{
    position: relative;
    width: 80%;
    margin: auto;
    background-color: var(--textColorLight);
    border-radius: 5px;
}
.chng-pass-body{
    position: relative;
    width: 100%;
    padding: 0 2%;
}
/* end style change password */
/* start style texture list */
.texture-list-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.texture-list-wrapper .texture-list-container{
    position: relative;
    width: 80%;
    height: 100%;
    margin: auto;
    background-color: var(--textColorLight);
    border-radius: 5px;
}
.texture-list-wrapper .texture-list-container .texture-list-body{
    position: relative;
    width: 100%;
    height: 88%;
}
.texture-list-wrapper .texture-list-container .texture-list-body .table-wrapper .table-container .table-body{
    height: 65%;
    overflow-y: auto;
    overflow-x: hidden;
}
.texture-list-wrapper .texture-list-container .texture-list-body .table-wrapper .table-container .table-body::-webkit-scrollbar{
    width:5px;
}
.texture-list-wrapper .texture-list-container .texture-list-body .table-wrapper .table-container .table-body::-webkit-scrollbar-thumb{
    background-color:var(--color1);
    border-radius: 5px;
}
/* end style texture list */
/* star style addmenu */
.addmenu-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.addmenu-wrapper .addmenu-container{
    position: relative;
    width: 80%;
    min-height: 100%;
    margin: auto;
    background-color: var(--textColorLight);
    border-radius: 5px;
}
.addmenu-wrapper .addmenu-container .addmenu-body{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 2%;
}
.addmenu-wrapper .addmenu-container .addmenu-body .addmenu-body-form{
    width: 40%;
}
.addmenu-wrapper .addmenu-container .addmenu-body .addmenu-body-table{
    width: 60%;
}
/* end style addmenu */

/* start style addModel */
.add-model-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.add-model-wrapper .add-model-container{
    position: relative;
    width: 80%;
    min-height: 100%;
    margin: auto;
    background-color: var(--textColorLight);
    border-radius: 5px;
}
.add-model-wrapper .add-model-container .add-model-body{
    position: relative;
    width: 100%;
    height: auto;
    padding: 2%;
}
.add-model-wrapper .add-model-container .add-model-body form .row:nth-child(3) .model-feild,
.add-model-wrapper .add-model-container .add-model-body form .row:nth-child(4) .model-feild {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
}
.add-model-wrapper .add-model-container .add-model-body form .row:nth-child(3) .model-feild > div,
.add-model-wrapper .add-model-container .add-model-body form .row:nth-child(4) .model-feild > div{
    margin: 10px
}
option::before {
    content: "\2610";
    width: 1.3em;
    text-align: center;
    display: inline-block;
  }
.select-checkbox option:checked::before {
    content: "\2611";
}
/* end style addModel */

/* start style ticket */
.ticket-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}
.ticket-wrapper .ticket-container{
    width: 80%;
    min-height: 100%;
    position: relative;
    margin: auto;
    background-color: var(--textColorLight);
    border-radius: 5px;
}
.ticket-wrapper .ticket-container .ticket-body{
    padding: 2%;
}

.tckt-content-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.tckt-content-wrapper .tckt-content-container{
    position: relative;
    width: 80%;
    height: 100%;
    margin: auto;
    border-radius: 5px;
    background-color: #fff;
}
.tckt-content-wrapper .tckt-content-container .tckt-content-body{
    height: 74%;
    overflow-y: auto;
    overflow-x: hidden;
}
.tckt-content-wrapper .tckt-content-container .tckt-content-body::-webkit-scrollbar{
    width: 5px;
}
.tckt-content-wrapper .tckt-content-container .tckt-content-body::-webkit-scrollbar-thumb{
    background-color:var(--color1);
    border-radius: 5px;
}

.tckt-content-wrapper .tckt-content-container .tckt-content-body .user-message,
.tckt-content-wrapper .tckt-content-container .tckt-content-body .support-message{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 3% 0;
    padding: 0 2%;
}
.tckt-content-wrapper .tckt-content-container .tckt-content-body .support-message{
    flex-direction: row-reverse;
}
.tckt-content-wrapper .tckt-content-container .tckt-content-body .user-message .messenger-image img,
.tckt-content-wrapper .tckt-content-container .tckt-content-body .support-message .messenger-image img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.tckt-content-wrapper .tckt-content-container .tckt-content-body .user-message .messenger-content,
.tckt-content-wrapper .tckt-content-container .tckt-content-body .support-message .messenger-content{
    width: 60%;
    border-radius: 10px;
}
.tckt-content-wrapper .tckt-content-container .tckt-content-body .support-message .messenger-content{
    background-color: #9dcfcfa8;
}
.tckt-content-wrapper .tckt-content-container .tckt-content-body .user-message .messenger-content{
    background-color: #d6d6d67a;
}
.tckt-content-wrapper .tckt-content-container .tckt-content-body .user-message .messenger-content p,
.tckt-content-wrapper .tckt-content-container .tckt-content-body .support-message .messenger-content p{
    position: relative;
    padding: 10px 15px 50px 15px;
    border-radius: 5px;
    min-height: 100%;
    margin-bottom: 0!important;
}
.tckt-content-wrapper .tckt-content-container .tckt-content-body .user-message .messenger-content p span,
.tckt-content-wrapper .tckt-content-container .tckt-content-body .support-message .messenger-content p span{
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: smaller;


}
.add-ticket-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.add-ticket-wrapper .add-ticket-container{
    position: relative;
    width: 80%;
    min-height: 100%;
    background-color: #fff;
    border-radius: 5px;
    margin: auto;
}


/* end style ticket */

/* start style feature */
.feature-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.feature-wrapper .feature-container{
    position: relative;
    width: 80%;
    min-height: 100%;
    background-color: #fff;
    margin: auto;
    border-radius: 5px;
}

/* end style feature */
/* start style report-wrapper*/
.report-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.report-wrapper .report-container{
    position: relative;
    width: 80%;
    height: 90%;
    margin: auto;
    background-color: #fff;
}
.report-wrapper .report-container a{
    position: absolute;
    width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: var(--color1);
    color: var(--textColorLight);
}
/* end style report-wrapper*/

/* end style dashboard */


@media screen and (max-width:800px){
    .panel{
        width: 46%;
    }
    .add-model-wrapper .add-model-container .add-model-body form .row:nth-child(2) .model-feild {
        grid-template-columns: repeat(3, 1fr);
    }
}



@media screen and (max-width:600px){
    .add-model-wrapper .add-model-container .add-model-body form .row:nth-child(2) .model-feild {
        grid-template-columns: repeat(2, 1fr);
    }
    .next,
    .previous,
    .payment{
        margin: 5% 1%;
    }
    .login-content{
        display: block;
    }
    .login-sideleft{
        display: none;
    }
    .login-sideright{
        width: 100%!important;
    }
    .cursor,
    .cursor-outline{
        display: none;
    }
    .forget-pass-form{
        width: 100%;
    }
    .panel{
        width: 100%;
    }
    .invoice_header{
        height: 165px;
    }
    .invoice_header_detail{
        font-size: small;
    }
    .invoice_header_logo img {
        width: 141px;
        margin: 14% 0 0 10px;
    }
    .invoice_title {
        padding: 20px;
    }
    .sum-invoice{
        display: block;
    }
    .sum-invoice-detail,
    .sum-invoice-conditions{
        width: 100%;
    }
    .sum-invoice-conditions{
        padding: 6%;
    }
    .invoice-table{
        overflow-x: auto;
    }
    /*star dashboard responsive */
    /* dashboard header */
    .header-wrapper{
        padding: 0 4%;
    }
    .header-logo .logo img{
        width: 60%;
    }
    .username-dropdown{
        width: fit-content;
    }
    .dropdown-toggle::after {
        margin-right: 0.25rem;
    }
    /* dshaboard sidebar */
    .layoat-container .layoat-body{
        width: 100%;
    }
        /* sidebar is close */
    .layoat-container .layoat-sidebar{
        position: absolute;
        z-index: 999;
        width: 6%;
        height: 70%;
    }
        /* sidebar is open */
    .layoat-container .sidebar-inactive{
        width: 50%;
    }
    .layoat-container .sidebar-inactive .sidebar-wrapper{
        border-radius: 0 30px 30px 0;
    }
    .nav-close{
        display: none;
    }
    .layoat-sidebar .sidebar-wrapper .sidebar-nav .res-nav-close{
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translate(-70%, -50%);
        display: inline-block;
        z-index: 1000;
        transition: right 0.4s linear;
    }

    .layoat-sidebar .sidebar-wrapper .sidebar-nav .navbar .nav-item .sub-navbar {
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        margin-top: 0;
    }
    .layoat-sidebar .sidebar-wrapper .sidebar-nav .navbar .nav-item {
        margin: 1rem 0.75rem 1rem 0;
        width: 0;
        height: 0;
        overflow: hidden;
    }
    
    .layoat-sidebar .sidebar-wrapper .sidebar-nav .navbar .nav-item a span,
    .layoat-sidebar .sidebar-wrapper .sidebar-nav .nav-logout a span{
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .layoat-sidebar .sidebar-wrapper .sidebar-nav .navbar .nav-item a i{
        display: none;
    }
    .layoat-sidebar .sidebar-wrapper .sidebar-nav .navbar .nav-item a img,
    .layoat-sidebar .sidebar-wrapper .sidebar-nav .nav-logout a img{
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .layoat-sidebar .sidebar-wrapper .sidebar-nav .nav-logout{
        margin: 1.5rem 0.75rem 1.5rem 0!important;
    }
    .sidebar-inactive .sidebar-wrapper .sidebar-nav .navbar .nav-item .sub-navbar {
        opacity: 1;
        width: 100%;
        height: 100%;
        margin-top: 0;
    }
    .sidebar-inactive .sidebar-wrapper .sidebar-nav .navbar .nav-item {
        margin: 1rem 0 1rem 0.75rem!important;
        width: 90%;
        height: 100%;
    }

    .sidebar-inactive .sidebar-wrapper .sidebar-nav .navbar .nav-item a span,
    .sidebar-inactive .sidebar-wrapper .sidebar-nav .nav-logout a span{
        opacity: 1;
        width: 100%;
        height: 100%;
    }
    .sidebar-inactive .sidebar-wrapper .sidebar-nav .navbar .nav-item a i{
        display: inline-block;
    }
    .sidebar-inactive .sidebar-wrapper .sidebar-nav .navbar .nav-item a img,
    .sidebar-inactive .sidebar-wrapper .sidebar-nav .nav-logout a img{
        opacity: 1;
        width: 30px;
        height: 100%;
    }
    .sidebar-inactive .sidebar-wrapper .sidebar-nav .nav-logout{
        margin: 1.5rem 0.75rem 1.5rem 0;
    }
    .layoat-container .sidebar-inactive .sidebar-wrapper .sidebar-nav .res-nav-close{
        left: 90%;
        transform: translate(-10%, -50%);
    }
    /* table model */
    .page-link {
        padding:.375rem .55rem;
    }
    .table-wrapper .table-container .table-header {
        grid-template-columns: repeat(1,100%);
    }
    .texture-list-wrapper .texture-list-container .texture-list-body .table-wrapper .table-container .table-body{
        height: 52%;
        overflow-x: scroll;
    }
    .texture-list-wrapper .texture-list-container .texture-list-body .table-wrapper .table-container .table-body::-webkit-scrollbar{
        height: 5px;
    }
    /* table model*/
    /* menu */
    .addmenu-body-form,
    .addmenu-body-table{
        flex-basis: 100%;
    }
    /* menu */
    /* dshaboard body */
    .dashboard-signboard{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .dashboard-signboard .signboard-card{
        margin-top: 2%;
        flex-basis: 47%;
    }
    .signboard-box1,
    .signboard-box2,
    .signboard-box3,
    .signboard-box4 {
        background-size: 20%;
        background-position:10% 50%;
    }
    /*end dashboard responsive */


}

/* @media only screen and (max-width:1400px){
    .sidebar-inactive{
        height: 65%;
    }
    .sidebar-inactive .sidebar-wrapper .sidebar-nav .navbar .nav-item {
        margin: 1rem 0 1rem 0.5rem;
    }
} */
/* @media only screen and (min-width:1500px){
    #root{
        width: 1500px;
        height: 100%;
        margin: auto;
    }
} */
