@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/IRANSansMedium.woff') format('woff');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/IRANSansLight.woff') format('woff');
}

* {
    box-sizing: border-box;
    font-family: IRANSans;
}

body {
    font-family: IRANSans;
    margin: auto;
}

input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

/* input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
} */

/*---------------------------------------------------------------------*/
.bodylogin {
    background: url("../img/dashboard.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.login_sidebox {
    background: #f3ece67a;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 22vw;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    direction: rtl;
}

.login_title {
    width: 100%;
    text-align: center;
    margin-top: 5vh;
    font-size: 1.3vw;
    line-height: 1vw;
    color: #ebebeb;
    font-weight: 100;
    margin-bottom: 5vw;
}

.login_title_span {
    color: #fb0601;
    font-weight: bold;
}

.login_logo {
    width: 10vw;
    margin-right: 6vw;
    margin-top: 15vh;
    opacity: 0.8;
    filter: invert(1);
}

.login_lable {
    font-size: 1vw;
    font-weight: 100;
    margin-right: 4vw;
    color: white;
}

.login_in {
    border: solid 1px #674A35;
    width: 14vw;
    margin-right: 4vw;
    height: 4vh;
    margin-top: 1vh;
    margin-bottom: 1vh;
    border-radius: 1vw;
    text-align: center;
    color: #674A35;
    direction: ltr;
}

h3.login_err {
    width: 100%;
    text-align: center;
    color: #fe0200;
    font-weight: 100;
    margin-top: 1vh;
}

input.login_sub {
    background: #674A35;
    width: 10vw;
    height: 4vh;
    border: solid #4f3d2f 2px;
    color: white;
    border-radius: 10vw;
    margin-top: 2vh;
    margin-right: 6vw;
    opacity: 0.8;
}

h5.login_iotech {
    width: 22vw;
    text-align: center;
    color: #e7e7e7;
    font-weight: 100;
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 0.7vw;
    padding-bottom: 1vh;
}

.header {
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    height: 3vh;
    background: #bf9370;
    text-align: center;
    color: white;
    font-size: 1.5vh;
    line-height: 3vh;
    position: fixed;
    direction: rtl;
}

.menubar {
    position: fixed;
    right: 0;
    top: 3vh;
    bottom: 0;
    width: 12vw;
    background: #af9075;
}

img.avatarimg {
    width: 9vw;
    height: 9vw;
    float: right;
    margin-right: 1vw;
}

.avatarimg:hover {
    filter: grayscale(0.4);
}

.avatar {
    float: right;
    width: 100%;
    margin-bottom: 1vh;
    margin-top: 3vh;
}

.menuitem {
    font-size: 0.8vw;
    text-align: right;
    width: 100%;
    background: #9a7d64;
    height: 5vh;
    float: right;
    margin-top: 0.7vh;
    line-height: 5vh;
    font-weight: 100;
    padding-right: 0.8vw;
    border-right: solid 2px white;
    cursor: pointer;
    color: #d1d1d1;
}

.menuitem:hover {
    background: #977457;
    border-right: solid 5px white;
}

.menusel {
    background: #6c533e;
    border-right: solid 5px white;
}

.logout {
    position: fixed;
    right: 0;
    bottom: 0;
    color: white;
    font-size: 0.6vw;
    margin-bottom: 1vh;
    width: 12vw;
    text-align: center;
    cursor: pointer;
}

.subheader {
    background: #EDEDEE;
    position: fixed;
    right: 12vw;
    top: 3vh;
    left: 0;
    height: 5vh;
    box-shadow: inset rgb(0 0 0 / 8%) 1px 4px 15px 2px;
    display: block;
    min-height: 40px;
    z-index: 99999;
}

input.searchbox {
    width: 15vw;
    margin-left: 1vw;
    border: solid #6d533e 1px;
    border-radius: 8px 0 0 8px;
    height: 3vh;
    margin-top: 1vh;
    text-align: center;
    color: #6d533e;
    font-size: 0.9rem;
    font-weight: 100;
    float: left;
    min-height: 27px;
    min-width: 170px;
}

.searchbox:placeholder {
    font-weight: 100;
}

button.searchbut {
    background: #bf9370;
    border: solid 1px #6d533e;
    height: 3vh;
    color: white;
    border-radius: 0 8px 8px 0;
    float: left;
    margin-top: 1vh;
    width: 2vw;
    font-size: 1rem;
    text-align: center;
    line-height: 1vh;
    min-height: 27px;
    min-width: 30px;
}

.page {
    position: fixed;
    right: 12vw;
    left: 0;
    top: 8vh;
    bottom: 0;
    overflow: scroll;
    padding-bottom: 5vh;
    display: none;
}

.accbox {
    width: 12vw;
    height: 6vh;
    float: right;
    background: #f2f2f2;
    margin-top: 2vh;
    margin-right: 1vw;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    cursor: pointer;
}

.accbox:hover {
    border: solid 1px #6d533e;
}

.accicon {
    float: right;
    color: #6d533e;
    font-size: 1.5vw;
    margin-right: 0.5vw;
    margin-top: 1.8vh;
}

.accname {
    float: right;
    margin-right: 1vw;
    font-size: 0.7vw;
    font-weight: 100;
    margin-top: 1vh;
    color: #2c2c2c;
}

.accmob {
    font-size: 0.8vw;
    color: #6d533e;
    margin-top: 1vh;
    float: right;
    margin-right: 4vw;
}

.popup {
    width: 78vw;
    height: 80vh;
    position: fixed;
    top: 10vh;
    right: 5vw;
    left: 5vw;
    z-index: 99999999;
    display: none;
}

.popuptabbox {
    width: 100%;
    height: 3.5vh;
}

.popuptab {
    background: #bf9370;
    float: right;
    width: fit-content;
    height: 100%;
    padding-right: 2vw;
    padding-left: 2vw;
    border-radius: 10px 10px 0 0;
    margin-left: 0.2vw;
    color: white;
    font-weight: 100;
    font-size: 0.8vw;
    line-height: 3.5vh;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    cursor: pointer;
}

.popuptab:hover {
    background: #f2f2f2;
    color: #6d533e;
    border-top: solid #6d533e 1px;
    border-right: solid #6d533e 1px;
    border-left: solid #6d533e 1px;
}

.popuptabsel {
    background: #b09076;
    color: #434343;
}

.popuptabsel:hover {
    background: #6d533e !important;
    color: black !important;
    border-top: none;
    border-right: none;
    border-left: none;
}

.popupmain {
    background: #f2f2f2;
    width: 100%;
    height: 76.5vh;
    border-radius: 0 0 10px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    overflow: hidden;
}

.popuppage {
    width: 80%;
    float: right;
    height: 100%;
    direction: rtl;
    overflow: scroll;
    padding-top: 4vh;
    padding-right: 1vw;
    padding-left: 1vw;
    padding-bottom: 5vh;
    display: none;
}

.exitpopup {
    position: fixed;
    left: 5.5vw;
    top: 15vh;
    color: #f2f2f2;
    font-size: 1rem;
    cursor: pointer;
}

.popuplable {
    font-size: 1.4vh;
    color: black;
    line-height: 3vh;
}

.popuplablebold {
    color: #024074;
    font-size: 1.7vh;
    line-height: 3.5vh;
}

.popuplabledis {
    font-weight: 100;
    color: #2c2c2c;
    font-size: 1.2vh;
}

.popupcodebox {
    color: #024074;
    border: solid 2px #024074;
    width: fit-content;
    padding-right: 2vw;
    padding-left: 2vw;
    padding-top: 0.2vh;
    padding-bottom: 0.1vh;
    font-size: 1.7vh;
    border-radius: 1vh;
    letter-spacing: 0.2vw;
    margin-right: 1vw;
    margin-left: 0.5vw;
    background: white;
}

.codeboxdiv {
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.popupbutton {
    font-size: 1.3vh;
    background: #005694;
    color: white;
    font-weight: 100;
    border: solid 2px #024074;
    border-radius: 1vh;
    padding-right: 3vw;
    padding-left: 3vw;
    cursor: pointer;
}

.popupbutton:hover {
    background: white;
    color: #024074;
}

.red {
    color: #fe0200;
}

lable.popupsmsresponse {
    color: #fe0200;
    font-size: 1.5vh;
    font-weight: 100;
    margin-right: 1vw;
}

.pagebut {
    background: #bf9370;
    float: right;
    margin-right: 1vw;
    height: 3vh;
    margin-top: 1vh;
    border: solid white 1px;
    padding-right: 1vw;
    padding-left: 1vw;
    color: white;
    border-radius: 1vh;
    font-weight: 100;
    font-size: 0.8rem;
    cursor: pointer;
    display: none;
    min-height: 28px;
}

.pagebut:hover {
    background: white;
    color: #6d533e;
    border: solid #6d533e 1px;
}

.newaccpopup {
    background: #f2f2f2;
    width: 20vw;
    position: fixed;
    z-index: 9999999999;
    right: 40vw;
    height: 32vh;
    top: 20vh;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 0 0 1vh 1vh;
    direction: rtl;
    display: none;
}

.napheader {
    width: 100%;
    background: #015595;
    height: 3vh;
    color: white;
    text-align: center;
    font-size: 1.5vh;
    font-weight: 100;
    line-height: 3vh;
    margin-bottom: 1vh;
}

.napexit {
    color: #fe0200;
    position: absolute;
    right: 1vw;
    top: 0.2vh;
    font-weight: bold;
    cursor: pointer;
}

label.naplable {
    font-size: 1.5vh;
    margin-right: 1vw;
    line-height: 3vh;
    font-weight: 100;
}

input.napmob {
    background: white;
    border: solid 1px #005694;
    width: 70%;
    margin-right: 15%;
    height: 4vh;
    border-radius: 1vh;
    text-align: center;
    color: #015595;
    box-shadow: rgb(0 0 0 / 9%) 1px -2px 8px;
    font-size: 2vh;
    margin-top: 0.5vh;
}

input.napname {
    background: white;
    border: solid 1px #005694;
    width: 70%;
    margin-right: 15%;
    height: 4vh;
    border-radius: 1vh;
    text-align: center;
    color: #015595;
    box-shadow: rgb(0 0 0 / 9%) 1px -2px 8px;
    font-size: 2vh;
    margin-top: 0.5vh;
    font-weight: 100;
}

button.napsub {
    width: 60%;
    background: #005694;
    height: 3.5vh;
    margin-right: 20%;
    color: white;
    border: solid 1px #005694;
    border-radius: 1vh;
    margin-top: 2vh;
    cursor: pointer;
}

.profilebox {
    width: 15vw;
    background: #f2f2f2;
    float: right;
    height: 30vh;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 12px;
    margin-right: 1.2vw;
    margin-top: 4vh;
    cursor: pointer;
}

.profilebox:hover {
    border: solid 1px #024074;
}

img.profimg {
    width: 4vw;
    margin-top: -3vh;
    float: right;
    margin-right: 5.5vw;
}

.profname {
    width: 100%;
    float: right;
    margin-top: 1vh;
    text-align: center;
}

.profiletallbox {
    float: right;
    width: 35%;
    background: white;
    margin-right: 10%;
    height: 3vh;
    margin-top: 1.5vh;
    border: solid 2px #024074;
    border-radius: 10px;
    line-height: 3vh;
    text-align: center;
}

.profiletallico {
    float: right;
    height: 100%;
    background: #024074;
    width: 40%;
    border-radius: 0 5px 5px 0;
    text-align: center;
    line-height: 3vh;
    color: #f2f2f2;
}

.profileweightbox {
    float: right;
    width: 35%;
    background: white;
    margin-right: 10%;
    height: 3vh;
    margin-top: 1.5vh;
    border: solid 2px #024074;
    border-radius: 10px;
    line-height: 3vh;
    text-align: center;
}

.profileweightico {
    float: right;
    height: 100%;
    background: #024074;
    width: 40%;
    border-radius: 0 5px 5px 0;
    text-align: center;
    line-height: 3vh;
    color: #f2f2f2;
}

.illbox {
    background: #024074;
    width: fit-content;
    float: right;
    margin-right: 1vw;
    margin-top: 1vh;
    padding-right: 1vw;
    padding-left: 1vw;
    height: 2.5vh;
    font-size: 1.2vh;
    line-height: 2.5vh;
    color: #f2f2f2;
    font-weight: 100;
    border-radius: 0.5vh;
    border: solid 1px black;
}

.profiletwbox {
    width: 100%;
    float: right;
    height: fit-content;
}

.popupinput {
    margin-right: 1.2vw;
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    border: solid 2px #024074;
    width: 11vw;
    height: 3vh;
    border-radius: 10px;
    color: #024074;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    padding-top: 0.2vh;
    font-size: 1.5vh;
    font-weight: 100;
}

.popupinmob {
    text-align: center;
}

.popuphalf {
    width: 25%;
    height: 100%;
    float: right;
}

.popupinheartdisease,
.popupindrugs {

    /* height: auto !important; */
    height: 85% !important;
    width: 12vw;
}

.popupp2sub {
    width: 8vw;
    background: #024074;
    height: 3vh;
    float: left;
    border-radius: 0.5vw;
    text-align: center;
    line-height: 3vh;
    font-size: 1.5vh;
    color: white;
    font-weight: 100;
    border: solid 2px white;
    cursor: pointer;
}

.popupp2sub:hover {
    background: white;
    color: #024074;
    border-color: #024074;
}

.popupp2print {
    width: 8vw;
    background: #024074;
    height: 3vh;
    float: left;
    border-radius: 0.5vw;
    text-align: center;
    line-height: 3vh;
    font-size: 1.5vh;
    color: white;
    font-weight: 100;
    border: solid 2px white;
    cursor: pointer;
}

.popupp2print:hover {
    background: white;
    color: #024074;
    border-color: #024074;
}

.pagesel {
    width: fit-content;
    padding-right: 0.5vw;
    padding-left: 1vw;
    margin-right: 1vw;
    border: solid #6d533e 1px;
    border-radius: 8px;
    height: 3vh;
    margin-top: 1vh;
    text-align: center;
    color: #6d533e;
    font-size: 0.8rem;
    font-weight: 100;
    float: right;
    display: none;
    min-height: 26px;
    direction: rtl;
}

.userbox {
    background: #f2f2f2;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 12vw;
    float: right;
    margin-right: 1.5vw;
    margin-top: 3vw;
    height: 14vw;
    border-radius: 0.5vw;
}

img.useravatar {
    width: 6vw;
    float: right;
    margin-right: 3vw;
    margin-top: -2vw;
}

.username {
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 1vw;
    color: #6d533e;
    font-size: 1vw;
    font-weight: bold;
}

.userlevel {
    width: 100%;
    text-align: center;
    float: right;
    font-size: 0.8vw;
    font-weight: 100;
    margin-top: 0.7vw;
    color: #404145;
}

.useracc {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 0.7vw;
    font-size: 0.8vw;
    direction: rtl;
    font-weight: 100;
}

.userbut {
    width: 8vw;
    float: right;
    background: #6d533e;
    margin-right: 2vw;
    height: 2vw;
    margin-top: 1.5vw;
    border-radius: 0.6vw;
    text-align: center;
    font-size: 0.8vw;
    color: white;
    font-weight: 100;
    line-height: 1.8vw;
    border: solid 2px white;
    cursor: pointer;
}

.userbut:hover {
    background: white;
    color: #6d533e;
    border-color: #6d533e;
}

.useraccspan {
    color: #504034;
}

.name {
    width: 100%;
    text-align: center;
    margin-bottom: 3vh;
}

.userpopup {
    background: #f2f2f2;
    position: fixed;
    z-index: 999999;
    width: 40vw;
    right: 30vw;
    left: 30vw;
    top: 15vh;
    height: 70vh;
    border-radius: 0 0 1vw 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    overflow: scroll;
    display: none;
}

.userpopupheader {
    background: #6d533e;
    height: 2vw;
    cursor: grab;
}

.userpopupname {
    width: 100%;
    text-align: center;
    font-size: 1vw;
    color: white;
    line-height: 2vw;
    font-weight: 100;
}

.userpopupexit {
    float: left;
    cursor: pointer;
    font-size: 1.2vw;
    position: absolute;
    margin-top: 0.5vw;
    margin-left: 0.5vw;
    color: white;
}

img.userpopupavatar {
    width: 7.5vw;
    float: right;
    margin-right: 2vw;
    margin-top: -1.5vw;
}

.useravatarbox {
    width: 100%;
    height: 7vw;
}

.useravatarbut {
    float: right;
    margin-right: 1.5vw;
    margin-top: 3vw;
    background: #6d533e;
    width: 7vw;
    height: 1.5vw;
    text-align: center;
    color: white;
    font-size: 0.7vw;
    font-weight: 100;
    border-radius: 0.5vw;
    line-height: 1.2vw;
    border: solid 2px white;
    cursor: pointer;
}

.userlable {
    direction: rtl;
    float: right;
    font-size: 0.85vw;
    color: #bf9370;
    margin-right: 1vw;
    font-weight: 100;
    width: 100%;
    margin-top: 1.2vw;
    margin-bottom: 0.6vw;
}

.userin {
    float: right;
    background: white;
    border: solid 1px #6d533e;
    border-radius: 0.5vw;
    margin-right: 3vw;
    text-align: center;
    color: #6d533e;
    font-weight: 100;
    width: 9vw;
    height: 1.7vw;
}

.userinlevel {
    float: right;
    background: white;
    border: solid 1px #6d533e;
    border-radius: 0.5vw;
    margin-right: 3vw;
    text-align: center;
    color: #6d533e;
    width: 9vw;
    height: 1.7vw;
}

.userinpart {
    float: right;
    background: white;
    border: solid 1px #6d533e;
    border-radius: 0.5vw;
    margin-right: 3vw;
    text-align: center;
    color: #6d533e;
    width: 9vw;
    height: 1.7vw;
}

.useractive {
    border: solid #543a25 2px;
    color: #543a25;
    font-size: 0.8vw;
    width: 9vw;
    text-align: center;
    margin-top: 0.5vw;
    margin-left: 1vw;
    border-radius: 0.5vw;
    cursor: pointer;
    height: 1.8vw;
    line-height: 1.6vw;
    background: white;
    font-weight: 100;
}

.useractive:hover {
    background: #b29176;
    border-color: white;
    color: white;
}

.userform {
    width: 15vw;
    float: right;
}

.userinpass2 {
    margin-top: 0.6vw;
}

.usersub {
    width: 9vw;
    background: #6d533e;
    float: right;
    margin-right: 3vw;
    height: 1.8vw;
    margin-bottom: 3vw;
    margin-top: 1.4vw;
    text-align: center;
    font-size: 0.9vw;
    color: white;
    border: solid 2px white;
    border-radius: 0.5vw;
    line-height: 1.6vw;
    font-weight: 100;
    cursor: pointer;
}

.usersub:hover {
    background: white;
    color: #6d533e;
    border-color: #6d533e;
}

.useravasel {
    display: none;
    width: 26vw;
    margin-left: 3.5vw;
    margin-right: 7vw;
    margin-top: 1vw;
}

.useravaselimg {
    width: 6vw;
    float: right;
    margin-left: 1vw;
    margin-top: 1.5vw;
    cursor: pointer;
}

.useravaselimg:hover {
    border-color: #c7103c;
}

.usererr {
    width: 100%;
    float: right;
    margin-top: 1vw;
    direction: rtl;
    margin-right: 4vw;
    color: #024074;
    font-size: 0.9vw;
    display: none;
}

.userdis {
    opacity: 0.8;
    filter: grayscale(1);
}

.suptitle {
    float: right;
    margin-right: 2vw;
    margin-top: 3vh;
    font-size: 1vw;
    color: #024074;
    border-bottom: solid #005694 2px;
    padding-bottom: 1.5vh;
    padding-right: 2vw;
    padding-left: 2vw;
}

.supformbox {
    float: right;
    width: 100%;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

.suplabel {
    direction: rtl;
    margin-right: 3vw;
    float: right;
    font-size: 0.8vw;
    font-weight: 100;
    margin-top: 2.8vh;
}

input.supinput.supsos {
    float: right;
    margin-right: 1vw;
    width: 12vw;
    margin-top: 2vh;
    border: solid #024074 1.5px;
    height: 3vh;
    font-size: 0.8vw;
    text-align: center;
    font-weight: 100;
    border-radius: 0.4vw;
}

.supcontactboxs {
    float: right;
    width: 70vw;
    margin-top: 2vh;
    margin-right: 3vw;
}

.supcontactbox {
    float: right;
    width: 12vw;
    height: 16vw;
    background: #f2f2f2;
    margin-right: 1.2vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 8px;
    cursor: pointer;
}

.supcboxtitle {
    background: #024074;
    height: 1.7vw;
    text-align: center;
    padding-top: 0.4vw;
    color: white;
    border-radius: 8px 8px 0 0;
    font-size: 0.9vw;
}

.supcboxlable {
    float: right;
    direction: rtl;
    font-size: 0.8vw;
    margin-right: 0.8vw;
    margin-top: 0.5vw;
}

.supcboxselicon {
    width: 80%;
    float: right;
    margin-right: 10%;
    margin-top: 0.5vw;
    border: solid #024074 1px;
    border-radius: 6px;
    color: #024074;
    padding-bottom: 0.5vw;
}

input.supcboxin {
    width: 80%;
    float: right;
    margin-right: 10%;
    margin-top: 0.5vw;
    border: solid #024074 1px;
    border-radius: 6px;
    text-align: center;
    font-weight: 100;
    color: #024074;
}

input.supcboxlink {
    width: 80%;
    float: right;
    margin-right: 10%;
    margin-top: 0.5vw;
    border: solid #024074 1px;
    border-radius: 6px;
    text-align: center;
    font-weight: 100;
    color: #024074;
}

.scbsicon {
    float: right;
    width: 1.5vw;
    height: 1.5vw;
    font-size: 1.2vw;
    text-align: center;
    padding-top: 0.15vw;
    border-radius: 7px;
    margin-top: 0.5vw;
    margin-right: 0.3vw;
    cursor: pointer;
    border: none;
}

.scbsicon:hover {
    border: solid 1px #005694;
}

.scbsicon.scbsis {
    background: #005694;
    color: #f2f2f2;
}

.supnewfaq {
    float: right;
    background: #024074;
    font-size: 0.8vw;
    direction: rtl;
    padding-right: 1vw;
    padding-left: 1vw;
    height: 1.5vw;
    margin-right: 1vw;
    margin-top: 1.2vw;
    color: #f2f2f2;
    font-weight: 100;
    line-height: 1.3vw;
    border: solid #005694 1px;
    border-radius: 8px;
    cursor: pointer;
}

.supnewfaq:hover {
    color: #005694;
    background: #f2f2f2;
}

.supcfaqbox {
    width: 17vw;
    float: right;
    margin-right: 1.2vw;
    background: #f2f2f2;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    margin-bottom: 1.5vw;
    border-right: solid #024074 0.2vw;
}

.supcfaqboxs {
    float: right;
    width: 100%;
    margin-top: 1vw;
    margin-right: 3vw;
    margin-left: 3vw;
}

textarea.supfaqq {
    width: 90%;
    float: right;
    margin-right: 5%;
    margin-top: 1vw;
    border: solid 1px #024074;
    height: 3vw;
    border-radius: 8px 0 0 8px;
    text-align: right;
    padding: 0.3vw;
    font-weight: 100;
    direction: rtl;
    font-size: 0.7vw;
}

textarea.supfaqa {
    width: 90%;
    float: right;
    margin-right: 5%;
    margin-top: 0.5vw;
    border: solid 1px #024074;
    height: 7vw;
    border-radius: 8px 0 0 8px;
    text-align: right;
    padding: 0.3vw;
    font-weight: 100;
    direction: rtl;
    font-size: 0.7vw;
}

.supcfaqdel {
    background: #024074;
    float: right;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    margin-right: 1vw;
    font-size: 0.8vw;
    font-weight: 100;
    direction: rtl;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    height: 1.2vw;
    color: #f2f2f2;
    border-radius: 8px;
    line-height: 1.3vw;
    cursor: pointer;
    border: solid 1px;
}

.supcfaqdel:hover {
    color: #005694;
    background: #f2f2f2;
}

.supsub {
    float: right;
    background: #024074;
    font-size: 0.8vw;
    direction: rtl;
    padding-right: 3vw;
    padding-left: 3vw;
    height: 2vw;
    margin-right: 6vw;
    margin-top: 1.2vw;
    color: #f2f2f2;
    line-height: 2vw;
    border: solid #005694 1px;
    border-radius: 8px;
    cursor: pointer;
}

.supsub:hover {
    color: #005694;
    background: #f2f2f2;
}

.ticket {
    width: 16vw;
    float: right;
    background: #f2f2f2;
    margin-top: 2.5vh;
    margin-right: 1.5vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 8px;
    cursor: pointer;
    padding-bottom: 1vw;
}

.ticket:hover {
    border: solid 1px #005694;
}

.ticketicon {
    background: #005694;
    width: 2vw;
    height: 2vw;
    float: right;
    margin-right: -1vw;
    margin-top: -1vw;
    border-radius: 50%;
    text-align: center;
    font-size: 1.2vw;
    padding-top: 0.3vw;
    color: #f2f2f2;
}

.tickettitle {
    color: #024074;
    text-align: right;
    margin-top: 0.3vw;
    font-size: 0.8vw;
    width: 16vw;
    float: right;
    padding-right: 1vw;
    padding-left: 1vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}

.tickettext {
    width: 16vw;
    float: right;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    font-size: 0.6vw;
    font-weight: 100;
    margin-top: 0.7vw;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
}

.tickettagbox {
    width: 16vw;
    float: right;
    margin-top: 1vw;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    height: fit-content;
}

.tickettag {
    float: right;
    background: #005694;
    margin-right: 0.5vw;
    font-size: 0.6vw;
    font-weight: 100;
    color: #f2f2f2;
    padding-right: 0.7vw;
    padding-left: 0.7vw;
    height: 1.3vw;
    line-height: 1.3vw;
    border-radius: 1vw;
    margin-top: 0.5vw;
}

.ticketpriority {
    float: right;
    margin-right: 0.5vw;
    font-size: 0.6vw;
    font-weight: 100;
    color: #f2f2f2;
    padding-right: 0.7vw;
    padding-left: 0.7vw;
    height: 1.3vw;
    line-height: 1.3vw;
    border-radius: 1vw;
    margin-top: 0.5vw;
}

.tp3 {
    background: #03773c;
}

.tp1 {
    background: #9f1515;
}

.tp2 {
    background: #b19d12;
}

.ticketuser {
    width: 16vw;
    float: right;
    margin-top: 1vw;
}

img.ticketavatar {
    width: 2vw;
    height: 2vw;
    float: right;
    border: solid white 2px;
    border-radius: 50%;
    margin-right: 1vw;
}

span.ticketusername {
    float: right;
    font-size: 0.7vw;
    margin-right: 0.5vw;
    line-height: 2.2vw;
    color: #005694;
}

.tickettime {
    width: 16vw;
    float: right;
    text-align: left;
    padding-left: 1vw;
    font-size: 0.6vw;
    font-weight: 100;
    color: #494747;
}

.ticketarch {
    opacity: 0.9;
    filter: grayscale();
    display: none;
}

.ticketnew {
    background: #fe0200 !important;
}

.crmpopup {
    width: 50vw;
    height: 67vh;
    position: fixed;
    left: 25vw;
    top: 12vh;
    background: #f2f2f2;
    border-radius: 0 0 10px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    z-index: 9999999999;
}

.crmexit {
    float: right;
    margin-right: 0.5vw;
    margin-top: 0.7vh;
    font-size: 2vh;
    color: #f44336;
    cursor: pointer;
}

.crmheader {
    background: #024074;
    width: 100%;
    height: 3vh;
}

.crmtitle {
    text-align: center;
    color: #f2f2f2;
    font-weight: 100;
    font-size: 1.5vh;
    line-height: 3vh;
    cursor: grab;
}

.crmpopright {
    float: right;
    width: 65%;
    height: 64vh;
    padding-bottom: 8vw;
    overflow: scroll;
}

.crmpopleft {
    float: left;
    width: 35%;
    height: 64vh;
    border-right: solid 0.1vw #c6c6c6;
    overflow: scroll;
    padding-bottom: 7vw;
}

.crmtickettitle {
    float: right;
    width: 100%;
    font-size: 1vw;
    direction: rtl;
    font-weight: 100;
    margin-right: 1vw;
    margin-top: 1vw;
    color: #024074;
    margin-bottom: 0.2vw;
}

.crmtickettitletxt {
    width: 80%;
    margin-right: 0.5vw;
    background: #ffffff;
    box-shadow: inset rgb(0 0 0 / 15%) 0px 1px 8px;
    border-radius: 0.4vw;
    font-size: 0.8vw;
    padding-right: 0.5vw;
    height: 2vw;
    font-weight: 100;
    border: solid 1px #80808047;
    direction: rtl;
}

.crmticketbox {
    background: white;
    float: right;
    width: 90%;
    margin-right: 5%;
    height: fit-content;
    border-radius: 0.6vw;
    box-shadow: inset rgb(0 0 0 / 15%) 0px 3px 8px;
    border: solid 1px #80808047;
    padding-top: 0.5vw;
    margin-top: 1vw;
    padding-bottom: 0.5vw;
}

.crmtickettext {
    text-align: revert;
    font-size: 0.8vw;
    font-weight: 100;
    padding-right: 1vw;
    padding-left: 1vw;
    line-height: 1.4vw;
    direction: rtl;
    white-space: pre-line;
}

.crmticketown {
    float: right;
    margin-right: 1vw;
    margin-top: 1vw;
}

.crmticketownimg {
    width: 1.5vw;
    float: right;
    border: solid 1px #024074;
    border-radius: 50%;
}

span.crmticketownname {
    color: #024074;
    font-size: 0.6vw;
    line-height: 1.5vw;
    margin-right: 0.5vw;
}

.crmtickettime {
    color: #787878;
    font-size: 0.7vw;
    font-weight: 100;
    float: left;
    margin-left: 1vw;
    margin-top: 1vw;
}

.crmticketwrite {
    background: #e6e6e6;
    bottom: 0;
    position: absolute;
    width: 65%;
    height: 5vw;
    border-radius: 0 0 10px 0;
}

.crmticketwritetxt {
    float: right;
    margin-right: 1vw;
    margin-top: 0.4vw;
    height: 4vw;
    width: 28vw;
    background: white;
    box-shadow: inset rgb(0 0 0 / 15%) 0px 3px 8px;
    border: solid 1px #80808047;
    border-radius: 6px;
    text-align: right;
    padding-right: 0.8vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    padding-left: 0.8vw;
    font-weight: 100;
    font-size: 0.7vw;
    line-height: 1.3vw;
    direction: rtl;
}

.crmticketwritebtn {
    float: right;
    margin-right: 0.25vw;
    margin-top: 2.3vw;
    width: 3vw;
    height: 2vw;
    background: #024074;
    box-shadow: inset rgb(0 0 0 / 15%) 0px 3px 8px;
    border: solid 1px #024074;
    border-radius: 10px;
    font-size: 1.3vw;
    color: #e6e6e6;
    cursor: pointer;
}

span.crmpriotxt {
    float: right;
    direction: rtl;
    font-size: 0.8vw;
    margin-right: 1vw;
    margin-top: 1vw;
    font-weight: 100;
}

select.crmpriority {
    float: right;
    margin-top: 0.7vw;
    margin-right: 0.5vw;
    width: 7vw;
    box-shadow: inset rgb(0 0 0 / 15%) 0px 1px 8px;
    border: solid 1px #80808047;
    border-radius: 6px;
    color: #024074;
    text-align: center;
}

span.crmtagtxt {
    float: right;
    direction: rtl;
    font-size: 0.8vw;
    margin-right: 1vw;
    margin-top: 2vw;
    font-weight: 100;
}

input.crmtagin {
    float: right;
    margin-top: 1.7vw;
    margin-right: 0.5vw;
    width: 11.4vw;
    box-shadow: inset rgb(0 0 0 / 15%) 0px 1px 8px;
    border: solid 1px #80808047;
    border-radius: 6px;
    color: #024074;
    text-align: center;
    font-weight: 100;
}

.crmtagbox {
    width: 100%;
    float: right;
    min-height: 3vw;
}

.crmtaglable {
    float: right;
    background: #005694;
    margin-right: 0.5vw;
    font-size: 0.6vw;
    font-weight: 100;
    color: #f2f2f2;
    padding-right: 0.7vw;
    padding-left: 0.7vw;
    height: 1.3vw;
    line-height: 1.3vw;
    border-radius: 1vw;
    margin-top: 0.5vw;
}

span.delcrmtag {
    float: left;
    margin-right: 0.7vw;
    font-size: 0.7vw;
    cursor: pointer;
    margin-top: 0.1vw;
}

span.crmusertxt {
    float: right;
    direction: rtl;
    font-size: 0.8vw;
    margin-right: 1vw;
    margin-top: 2vw;
    font-weight: 100;
}

input.crmuserin {
    float: right;
    margin-top: 1.7vw;
    margin-right: 0.5vw;
    width: 11.4vw;
    box-shadow: inset rgb(0 0 0 / 15%) 0px 1px 8px;
    border: solid 1px #80808047;
    border-radius: 6px;
    color: #024074;
    text-align: center;
    font-weight: 100;
    margin-bottom: 0.5vw;
}

.crmuserbox {
    width: 100%;
    float: right;
    min-height: 3vw;
}

.crmaccbox {
    width: 12vw;
    height: 6vh;
    float: right;
    background: #005793;
    margin-top: 1vh;
    margin-right: 2.5vw;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    cursor: pointer;
}

.crmaccbox:hover {
    border: solid 2px white;
    background: #024074;
}

.crmaccicon {
    float: right;
    color: #f2f2f2;
    font-size: 1.5vw;
    margin-right: 0.5vw;
    margin-top: 1.8vh;
}

.crmaccname {
    float: right;
    margin-right: 1vw;
    font-size: 0.7vw;
    font-weight: 100;
    margin-top: 1vh;
    color: #f2f2f2;
}

.crmaccmob {
    font-size: 0.8vw;
    color: #c4c4c4;
    margin-top: 1vh;
    float: right;
    margin-right: 4vw;
}

span.crmtechtxt {
    float: right;
    direction: rtl;
    font-size: 0.8vw;
    margin-right: 1vw;
    margin-top: 2vw;
    font-weight: 100;
}

input.crmtechin {
    float: right;
    margin-top: 1.7vw;
    margin-right: 0.5vw;
    width: 11.4vw;
    box-shadow: inset rgb(0 0 0 / 15%) 0px 1px 8px;
    border: solid 1px #80808047;
    border-radius: 6px;
    color: #024074;
    text-align: center;
    font-weight: 100;
    margin-bottom: 0.5vw;
}

.crmtechbox {
    width: 100%;
    float: right;
    min-height: 3vw;
}

.crmtechsubbox {
    width: 7vw;
    float: right;
    background: #005793;
    margin-top: 1vh;
    margin-right: 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 8px;
    height: 8vw;
}

img.crmtechimg {
    width: 4vw;
    float: right;
    margin-right: 1.5vw;
    margin-top: 0.5vw;
    filter: grayscale(1) brightness(120%);
}

span.crmtechname {
    width: 100%;
    float: right;
    margin-top: 0.7vw;
    text-align: center;
    color: #f2f2f2;
    font-size: 0.7vw;
    font-weight: 100;
}

.crmtechicon {
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 0.5vw;
    color: #f2f2f2;
    cursor: pointer;
}

.crmactive:hover {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.crmactive {
    width: 80%;
    float: right;
    margin-right: 10%;
    margin-top: 0.8vw;
    margin-bottom: 0.5vw;
    background: #005892;
    border: solid 1px #024074;
    border-radius: 0.5vw;
    height: 2vw;
    color: #f2f2f2;
    font-weight: 100;
    direction: rtl;
    cursor: pointer;
}

.crmdeactive:hover {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.crmdeactive {
    width: 80%;
    float: right;
    margin-right: 10%;
    margin-top: 0.8vw;
    margin-bottom: 0.5vw;
    background: #f2f2f2;
    border: solid 1px #024074;
    border-radius: 0.5vw;
    height: 2vw;
    color: #005892;
    font-weight: 100;
    direction: rtl;
    cursor: pointer;
}

.crmaccdel {
    color: #f2f2f2;
    font-size: 0.7vw;
    margin-left: 0.2vw;
    margin-top: 0.2vw;
}

.crmticketcontainer {
    width: fit-content;
    height: fit-content;
    float: right;
}

.archpopup {
    background: #f2f2f2;
    position: fixed;
    z-index: 999999;
    width: 22vw;
    left: 32vw;
    top: 7vw;
    height: 26vw;
    border-radius: 0 0 1vw 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    overflow: scroll;
    display: none;
}

.exitarchpop {
    position: absolute;
    right: 0.5vw;
    color: #e91e63;
    font-size: 1.2vw;
    margin-top: 0.2vw;
    cursor: pointer;
}

.archpopupheader {
    background: #015595;
    height: 1.7vw;
    width: 100%;
    text-align: center;
    color: #f2f2f2;
    font-weight: 100;
    font-size: 0.8vw;
    line-height: 1.8vw;
    cursor: grab;
}

input.searchdatepop {
    width: 60%;
    height: 2.2vw;
    margin-top: 1vw;
    float: right;
    margin-right: 1.5vw;
    background: white;
    border: solid 1px #015595;
    border-radius: 0.5vw;
    text-align: center;
    color: #024074;
    font-size: 1vw;
    font-weight: 100;
}

button.searchdatebutpop {
    width: 25%;
    height: 2.2vw;
    margin-top: 1vw;
    float: right;
    margin-right: 0.2vw;
    background: #005694;
    border: solid 2px #024074;
    border-radius: 0.5vw;
    text-align: center;
    color: #f2f2f2;
    font-size: 1vw;
    font-weight: 100;
    cursor: pointer;
}

.noecgdata {
    text-align: center;
    direction: rtl;
    color: #024074;
    font-weight: 100;
    font-size: 1vw;
    margin-top: 3vw;
    display: none;
}

.architem {
    background: #f2f2f2;
    width: 94%;
    float: right;
    margin-right: 3%;
    margin-left: 3vw;
    margin-top: 1vw;
    box-shadow: rgb(0 0 0 / 17%) 0px 3px 6px;
    border-radius: 12px;
    height: 10vw;
    cursor: pointer;
}

.architem:hover {
    border: solid #024074 1px;
}

.archchart {
    float: left;
    height: 100%;
    width: 80%;
}

.archfooter {
    float: right;
    width: 20%;
    height: 100%;
}

.archuser {
    background: white;
    width: 80%;
    height: 2.8vw;
    float: right;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 0.6vw;
    border-radius: 12px;
    border: solid #005694 1px;
    box-shadow: inset rgb(0 0 0 / 17%) -1px 2px 6px;
}

.archusericon {
    float: right;
    font-size: 1.3vw;
    color: #005694;
    margin-top: 0.65vw;
    margin-right: 0.5vw;
}

.archusername {
    float: right;
    width: 80%;
    text-align: right;
    direction: rtl;
    padding-right: 0.6vw;
    margin-top: 0.4vw;
    color: #005793;
    font-size: 0.9vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.archusermob {
    float: right;
    width: 80%;
    text-align: left;
    font-weight: 100;
    font-size: 0.7vw;
    margin-top: 0.3vw;
}

.archnum {
    float: right;
    margin-right: 2vw;
    background: #005694;
    color: #f2f2f2;
    padding-right: 0.6vw;
    padding-left: 0.6vw;
    padding-top: 0.3vw;
    padding-bottom: 0.1vw;
    border-radius: 1vw;
    margin-top: 0.5vw;
    font-size: 0.7vw;
}

.archrate {
    float: right;
    margin-right: 0.5vw;
    background: #fe0200;
    padding-right: 0.6vw;
    padding-left: 0.6vw;
    color: #f2f2f2;
    padding-top: 0.3vw;
    padding-bottom: 0.1vw;
    border-radius: 1vw;
    margin-top: 0.5vw;
    font-size: 0.7vw;
}

.archlog {
    width: 80%;
    float: right;
    margin-right: 10%;
    margin-left: 10%;
}

.archdate {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 0.9vw;
    font-weight: 100;
    margin-top: 1vw;
    letter-spacing: 0.1vw;
}

.archsublog {
    float: right;
    background: white;
    padding-right: 0.6vw;
    padding-left: 0.6vw;
    font-size: 1vw;
    padding-top: 0.4vw;
    padding-bottom: 0.2vw;
    margin-top: 0.6vw;
}

.alred {
    color: #fe0200;
    border: solid black 1px;
    border-radius: 0 7px 7px 0;
}

.alblack {
    color: black;
    border: solid black 1px;
    border-radius: 0;
    margin-right: 0.1vw;
}

.alblue {
    color: #005694;
    border: solid black 1px;
    border-radius: 7px 0 0 7px;
    margin-right: 0.1vw;
}

button.ecgextendpopbox {
    width: 12vw;
    height: 2vw;
    background: #024074;
    border: solid black 2px;
    border-radius: 0.5vw;
    color: #f2f2f2;
    margin-right: 22vw;
    cursor: pointer;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

button.ecgextendpopbox:hover {
    border-color: #024074;
    color: #024074;
    background: #f2f2f2;
}

.ecgnodatat {
    width: 100%;
    text-align: center;
    color: #ff0100;
    font-weight: 100;
    margin-top: 2vw;
    display: none;
}

.architempop {
    background: #fbfbfb;
    width: 98%;
    float: right;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 1vw;
    box-shadow: rgb(0 0 0 / 17%) 0px 3px 6px;
    border-radius: 9px;
    height: 10vw;
    cursor: pointer;
}

.architempop:hover {
    border: solid #024074 1px;
}

.archchartpop {
    float: left;
    height: 100%;
    width: 80%;
    direction: ltr;
}

.archfooterpop {
    float: right;
    width: 20%;
    height: 100%;
}

.archuserpop {
    background: white;
    width: 94%;
    height: 2.8vw;
    float: right;
    margin-right: 3%;
    margin-left: 10%;
    margin-top: 0.6vw;
    border-radius: 12px;
    border: solid #005694 1px;
    box-shadow: inset rgb(0 0 0 / 17%) -1px 2px 6px;
}

.archusericonpop {
    float: right;
    font-size: 1.3vw;
    color: #005694;
    margin-top: 0.65vw;
    margin-right: 0.5vw;
}

.archusernamepop {
    float: right;
    width: 80%;
    text-align: right;
    direction: rtl;
    padding-right: 0.6vw;
    margin-top: 0.4vw;
    color: #005793;
    font-size: 0.9vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.archusermobpop {
    float: right;
    width: 80%;
    text-align: left;
    font-weight: 100;
    font-size: 0.7vw;
    margin-top: 0.3vw;
}

.archnumpop {
    float: right;
    margin-right: 2vw;
    background: #005694;
    color: #f2f2f2;
    padding-right: 0.6vw;
    padding-left: 0.6vw;
    padding-top: 0.3vw;
    padding-bottom: 0.1vw;
    border-radius: 1vw;
    margin-top: 0.5vw;
    font-size: 0.7vw;
}

.archratepop {
    float: right;
    margin-right: 0.5vw;
    background: #fe0200;
    padding-right: 0.6vw;
    padding-left: 0.6vw;
    color: #f2f2f2;
    padding-top: 0.3vw;
    padding-bottom: 0.1vw;
    border-radius: 1vw;
    margin-top: 0.5vw;
    font-size: 0.7vw;
}

.archlogpop {
    width: 94%;
    float: right;
    margin-right: 3%;
    margin-left: 3%;
}

.archdatepop {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 0.9vw;
    font-weight: 100;
    margin-top: 1vw;
    letter-spacing: 0.1vw;
}

.archsublogpop {
    float: right;
    background: white;
    padding-right: 0.6vw;
    padding-left: 0.6vw;
    font-size: 1vw;
    padding-top: 0.4vw;
    padding-bottom: 0.2vw;
    margin-top: 0.6vw;
}

.spacepop {
    width: 100%;
    height: 8vw;
    float: right;
}

.divaccbox {
    width: 12vw;
    height: 3.5vw;
    float: right;
    background: #005793;
    margin-top: 1vw;
    margin-right: 2vw;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    cursor: pointer;
}

.divaccicon {
    float: right;
    color: #f2f2f2;
    font-size: 1.5vw;
    margin-right: 0.5vw;
    margin-top: 1vw;
}

.divaccname {
    float: right;
    margin-right: 1vw;
    font-size: 0.7vw;
    font-weight: 100;
    margin-top: 0.7vw;
    color: #f2f2f2;
}

.divaccmob {
    font-size: 0.8vw;
    color: #c4c4c4;
    margin-top: 1vw;
    float: right;
    margin-right: 4vw;
}

.devicebox {
    width: 16vw;
    float: right;
    background: #f2f2f2;
    margin-top: 4.5vh;
    margin-right: 2vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 8px;
    padding-bottom: 2vw;
}

.devicebox:hover {
    border: solid 1px #005694;
}

.deviceicon {
    float: right;
    color: #fe0200;
    width: 2.5vw;
    height: 2.5vw;
    background: #ffffff;
    border-radius: 50%;
    border: solid 2px #024074;
    margin-right: -1vw;
    margin-top: -1vw;
    font-size: 1.5vw;
    text-align: center;
    padding-top: 0.5vw;
}

.devicetype {
    width: 100%;
    float: right;
    text-align: center;
    color: #024074;
    margin-bottom: 0.6vw;
    font-size: 1vw;
}

.devicesn {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 0.6vw;
    font-weight: 100;
}

.divlable {
    float: right;
    direction: rtl;
    margin-right: 1vw;
    margin-top: 1vw;
    font-size: 0.7vw;
    font-weight: 100;
}

.divicetime {
    float: right;
}

.diviceclock {
    float: right;
    margin-right: 0.5vw;
    width: 5.5vw;
    margin-top: 0.8vw;
    border: solid #024074 1px;
    border-radius: 0.3vw;
    direction: rtl;
    font-size: 0.6vw;
    color: #024074;
    padding-right: 0.5vw;
}

.divtimeico {
    color: #024074;
}

.divclockico {
    color: #024074;
}

select.divicetime {
    margin-right: 0.5vw;
    width: 5.5vw;
    margin-top: 0.9vw;
    border: solid #024074 1px;
    border-radius: 0.3vw;
    direction: rtl;
    font-size: 0.6vw;
    color: #024074;
    padding-right: 0.5vw;
}

.devicedel {
    float: left;
    margin-top: 0.5vw;
    margin-left: 0.5vw;
    font-size: 0.8vw;
    cursor: pointer;
}

.archprintpop {
    float: right;
    margin-right: 0.5vw;
    background: #f2f2f2;
    padding-right: 0.6vw;
    padding-left: 0.6vw;
    color: #024074;
    padding-top: 0.2vw;
    padding-bottom: 0.1vw;
    border-radius: 1vw;
    margin-top: 0.5vw;
    font-size: 0.7vw;
    cursor: pointer;
    border: solid 1px #024074;
    font-weight: 100;
}

.archprint {
    float: right;
    margin-right: 0.5vw;
    background: #f2f2f2;
    padding-right: 0.6vw;
    padding-left: 0.6vw;
    color: #024074;
    padding-top: 0.2vw;
    padding-bottom: 0.1vw;
    border-radius: 1vw;
    margin-top: 0.5vw;
    font-size: 0.7vw;
    cursor: pointer;
    border: solid 1px #024074;
    font-weight: 100;
}

.popecg {
    position: fixed;
    left: 0;
    right: 12vw;
    top: 3vh;
    bottom: 0;
    z-index: 999999999999;
    background: #f2f2f2;
    display: none;
}

.popecgexit {
    float: right;
    font-size: 1.2vw;
    margin-right: 1vw;
    margin-top: 1vw;
    color: #fe0200;
    cursor: pointer;
}

.popecgtitle {
    float: left;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    font-size: 1.2vw;
    margin-top: 1vw;
}

.ecgpopchart {
    direction: ltr !important;
    float: left;
    width: 84vw;
    margin-top: 2vw;
    margin-right: 2%;
    margin-left: 2vw;
}

table.popecgdatatable {
    font-size: 0.9vw;
    font-weight: 100;
    line-height: 2vw;
}

table.ecgpoptable {
    float: left;
    width: 94%;
    margin-top: 18vw;
    margin-left: 3%;
    margin-right: 3%;
    direction: rtl;
}

.log-blue {
    color: #005694;
}

.log-black {
    color: #000000;
}

.log-red {
    color: #fe0200;
}

.popecglogbox {
    font-size: 0.9vw;
    font-weight: 100;
    line-height: 1.5vw;
}

button.popecgdel {
    width: 10vw;
    height: 2vw;
    background: white;
    border: solid 2px #024074;
    border-radius: 0.5vw;
    color: #024074;
    cursor: pointer;
    margin-top: 0.5vw;
}

.popecgdel:hover {
    background: #024074;
    border-color: white;
    color: white;
}

button.popecgprint {
    width: 10vw;
    height: 2vw;
    background: white;
    border: solid 2px #024074;
    border-radius: 0.5vw;
    color: #024074;
    cursor: pointer;
    margin-top: 0.5vw;
}

.popecgprint:hover {
    background: #024074;
    border-color: white;
    color: white;
}

.popupback {
    background: #ffffff;
    width: 88%;
    height: 100%;
    position: absolute;
    float: left;
    opacity: 0.8;
    display: none;
}

.notifbox {
    background: #f2f2f2;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 8vh;
    width: 14vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.notifuserpop {
    width: 94%;
    height: 2.1vw;
    float: right;
    margin-right: 3%;
    margin-left: 10%;
    margin-top: 0.6vw;
    border-radius: 8px;
    border: solid #005694 1px;
    box-shadow: inset rgb(0 0 0 / 17%) -1px 2px 6px;
}

.notifusericonpop {
    float: right;
    font-size: 1vw;
    color: #005694;
    margin-top: 0.48vw;
    margin-right: 0.4vw;
}

.notifusernamepop {
    float: right;
    width: 80%;
    text-align: right;
    direction: rtl;
    padding-right: 0.6vw;
    margin-top: 0.4vw;
    color: #005793;
    font-size: 0.6vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notifusermobpop {
    float: right;
    width: 80%;
    text-align: left;
    font-weight: 100;
    font-size: 0.6vw;
    margin-top: 0.2vw;
}

.notifdatepop {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 0.9vw;
    font-weight: 100;
    margin-top: 1vw;
    letter-spacing: 0.1vw;
}

.notifsublogpop {
    float: right;
    background: white;
    padding-right: 0.3vw;
    padding-left: 0.3vw;
    font-size: 0.8vw;
    padding-top: 0.2vw;
    padding-bottom: 0.1vw;
    margin-top: 0.6vw;
}

.notif {
    background: #f2f2f2;
    margin-top: 1vw;
    width: 92%;
    margin-right: 4%;
    margin-left: 4%;
    height: fit-content;
    float: right;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 12px;
    direction: rtl;
    padding: 0.5vw;
    cursor: pointer;
}

.notiftitle {
    font-size: 0.7vw;
    color: #024074;
    margin-top: 0.2vw;
}

.notiflogpop {
    float: right;
    width: fit-content;
    margin-right: 0.5vw;
}

.notifalert {
    border: solid #fe0200 1px;
}

.notifwait {
    border: solid #024074 1px;
}

.notiftime {
    float: left;
    margin-top: 0.5vw;
    font-size: 0.6vw;
    font-weight: 100;
    margin-left: 0.5vw;
    color: #494949;
}

.notifhead {
    background: #f3f3f3;
    position: fixed;
    top: 3vh;
    left: 0;
    height: 5vh;
    width: 14vw;
    box-shadow: inset rgb(0 0 0 / 8%) 1px 4px 15px 2px;
    text-align: center;
    font-size: 0.8vw;
    font-weight: 100;
    color: #024074;
    padding-top: 1.5vh;
}

.notifbut {
    float: left;
    margin-left: 0.5vw;
    cursor: pointer;
    font-size: 1vw;
}

.shownotifbox {
    float: left;
    color: #ea1e64;
    font-size: 1vw;
    margin-left: 0.6vw;
    margin-top: 1.35vh;
    cursor: pointer;
    display: none;
}

img.login_title_img {
    position: fixed;
    left: 2vw;
    bottom: 2vw;
    height: 40vh;
    animation: jello-vertical 0.9s infinite both;
}

@keyframes jello-vertical {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }

}

.famico {
    margin-left: 0.3vw;
}

.customer-box {
    background: #dbcdc1;
    width: 16vw;
    float: right;
    margin-right: 1vw;
    margin-top: 1vw;
    border-radius: 0.75vw;
    direction: rtl;
    box-shadow: rgb(0 0 0 / 14%) 0px 3px 8px;
    cursor: pointer;
    height: 8.5vw;
}

.customer-av {
    float: right;
    width: 24%;
    height: 8.5vw;
    font-size: 2.4vw;
    color: #6d533e;
    text-align: center;
    line-height: 7.5vw;
}

.customer-name {
    font-size: 1.1vw;
    margin-top: 0.85vw;
    color: #404145;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customer-mob {
    font-weight: 100;
    font-size: 0.85vw;
    margin-top: 0.6vw;
    color: #6d533e;
}

.customer-owner {
    font-weight: 100;
    font-size: 0.8vw;
    margin-top: 0.6vw;
    color: #404145;
}

.servicesearch-cname {
    font-size: 1rem;
    margin-top: 0.4vw;
    color: #404145;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    text-align: right;
    width: 75%;
    padding-top: 0.4vw;
    font-weight: bold;
}

.servicesearch-mob {
    font-weight: 100;
    font-size: 0.85rem;
    margin-top: 0.4vw;
    color: #6d533e;
    float: right;
    width: 75%;
    text-align: right;
}

.servicesearch-owner {
    font-weight: 100;
    font-size: 0.8rem;
    margin-top: 0.4vw;
    color: #b29176;
    float: right;
    width: 50%;
    text-align: right;
}

.customer-deactive {
    cursor: default;
    filter: grayscale(0.8);
}

.customer-load-img {
    width: 30vw;
    float: right;
    margin-right: 29vw;
    margin-top: 12vh;
}

.customer-nodata {
    width: 88vw;
    direction: rtl;
    text-align: center;
    color: #644125;
    font-size: 1rem;
    font-weight: 100;
    margin-top: 6vh;
}

.popupside {
    float: left;
    background: #b09076;
    height: 100%;
    width: 15vw;
    overflow-y: scroll;
    padding-bottom: 3vh;
}

.sidebar-card-box {
    width: 100%;
    margin-top: 3vh;
}

img.sidebar-card-img {
    width: 100%;
}

.sidebar-card-no {
    width: 100%;
    text-align: center;
    margin-top: -4.5vw;
    margin-bottom: 3.5vw;
    font-size: 0.8vw;
    color: white;
    letter-spacing: 2px;
}

.sidebar-card-cash {
    width: 100%;
    direction: rtl;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 100;
    color: #434343;
}

span.sccs {
    font-weight: bold;
    color: black;
}

.sidebar-detail-box {
    width: 100%;
    margin-top: 3vh;
    direction: rtl;
    padding-right: 1vw;
    padding-left: 1vw;
}

.sidebar-name {
    color: black;
    font-size: 1.2rem;
    line-height: 3rem;
}

.sidebar-mob {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.7rem;
    color: #ffffff;
}

.sidebar-owner {
    font-size: 0.9rem;
    font-weight: 100;
    line-height: 1.7rem;
    color: #434343;
}

.sidebar-time {
    font-size: 0.9rem;
    font-weight: 100;
    line-height: 1.7rem;
    color: #434343;
}

.sidebar-payment-box {
    width: 100%;
    margin-top: 3vh;
    direction: rtl;
    padding-right: 1vw;
    padding-left: 1vw;
    font-size: 0.9rem;
    font-weight: 100;
    line-height: 1.7rem;
    color: #434343;
}

span.spis {
    color: #6b0101;
}

span.spos {
    color: green;
}

.sidebar-note-box {
    width: 100%;
    margin-top: 3vh;
    direction: rtl;
    padding-right: 1vw;
    padding-left: 1vw;
}

.sidebar-note-title {
    color: #404145;
    font-size: 1rem;
    line-height: 2rem;
}

textarea.sidebar-textarea {
    width: 100%;
    height: 15vh;
    border: solid 1px #6e533f;
    background: #c09370;
    border-radius: 0.3vw;
    resize: none;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    font-size: 0.85rem;
    color: black;
    font-weight: 100;
}

button.sidebar-submit {
    background: #6e533f;
    color: #fffffe;
    border: solid 1px #b09077;
    font-size: 0.7rem;
    padding-top: 0.2vw;
    padding-bottom: 0.2vw;
    border-radius: 0.5vw;
    font-weight: 100;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 24%) 1px 2px 6px;
    margin-right: 2.5vw;
    width: 8vw;
    margin-left: 2.5vw;
    margin-top: 1vh;
}

.customer-label {
    color: #404145;
    font-weight: 500;
    margin-left: 1vw;
    font-size: 0.9rem;
    margin-right: 1vw;
}

td {
    vertical-align: middle;
}

.customer-input {
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    font-weight: 100;
    color: #404145;
}

.cform-birth_d {
    width: 3vw;
    text-align: center;
    float: right;
}

.cform-birth_m {
    width: 4vw;
    margin-right: 0.5vw;
    float: right;
    text-align: center;
}

.cform-birth_y {
    float: right;
    width: 4vw;
    margin-right: 0.5vw;
    text-align: center;
}

.customer-select {
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    font-weight: 100;
    color: #404145;
}

.customer-textarea {
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    font-weight: 100;
    color: #404145;
    resize: none;
    height: 7vw;
}

.loginname {
    width: 100%;
    float: right;
    text-align: center;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5vh;
}

.customer-table {
    float: right;
}

.customer-table-next {
    float: right;
    margin-right: 3vw;
    color: #553c29;
}

.customer-label-data {
    font-weight: 100;
    font-size: 1rem;
    line-height: 2.7rem;
}

button.customer-savebut {
    float: left;
    background: linear-gradient(225deg, #6d533e, #6d533e);
    color: white;
    width: 10vw;
    height: 3vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    margin-left: 2vw;
}

img.customer-save-load {
    float: left;
    width: 1.2vw;
    margin-left: 3.9vw;
    display: none;
}

.cform-owner {
    min-width: 12vw;
}

.customer-owner-change {
    display: none;
}

.invalid-feedback {
    font-weight: 100;
}

.customer-logbox {
    max-width: 18vw;
    padding-right: 1vw;
    padding-left: 1vw;
    font-weight: 100;
    font-size: 0.8rem;
    line-height: 1.4rem;
    margin-top: 2vh;
    overflow: scroll;
    height: 45vh;
}

.logspan {
    color: #404145;
    font-weight: bold;
}

button.customer-delbut {
    float: left;
    border: none;
    height: 3vw;
    font-size: 1.2rem;
    margin-left: 0.5vw;
    background: none;
    color: #404145;
    cursor: pointer;
}

.service-box {
    width: 10vw;
    background: #dbcdc1;
    border-radius: 0.5vw;
    box-shadow: rgb(0 0 0 / 14%) 0px 3px 8px;
    float: right;
    margin-left: 1vw;
    margin-bottom: 1vw;
    text-align: center;
    direction: rtl;
    padding-bottom: 0.5vw;
    cursor: pointer;
}

.servicesearch-box {
    width: 16vw;
    background: #dbcdc1;
    border-radius: 0.5vw 0.2vw 0.5vw 0.5vw;
    box-shadow: rgb(0 0 0 / 14%) 0px 3px 8px;
    float: right;
    margin-left: 1vw;
    margin-bottom: 1vw;
    text-align: center;
    direction: rtl;
    padding-bottom: 1vw;
    cursor: pointer;
}

.service-icon {
    color: #6d533e;
    font-size: 2.5rem;
    margin-top: 1vw;
}

.servicesearch-icon {
    color: #6d533e;
    font-size: 2.5rem;
    margin-top: 1.1vw;
    float: right;
    width: 25%;
}

.service-name {
    font-size: 1rem;
    font-weight: bold;
    color: #404145;
}

.servicesearch-name {
    font-size: 1rem;
    font-weight: 200;
    color: #404145;
    float: right;
    width: 100%;
    margin-top: 0.5rem;
    text-align: right;
    padding-right: 25%;
    border-top: solid 1px #6d533e;
    padding-top: 0.5rem;
}

.service-status {
    font-size: 0.8rem;
    font-weight: 100;
    color: #6d533e;
    margin-top: 0.3vw;
}

.servicesearch-status {
    font-size: 0.8rem;
    font-weight: 100;
    color: #b29176;
    margin-top: 0.2vw;
    text-align: right;
    float: right;
    width: 75%;
    margin-right: 25%;
}

.service-price {
    color: #6d533e;
    font-size: 0.85rem;
    font-weight: 100;
    margin-top: 1.2vw;
    direction: ltr;
}

.servicesearch-price {
    color: #6d533e;
    font-size: 0.85rem;
    font-weight: 100;
    margin-top: 0.4vw;
    direction: rtl;
    text-align: right;
    float: right;
    width: 75%;
    margin-right: 25%;
}

.service-time {
    color: #6d533e;
    font-size: 0.85rem;
    font-weight: 100;
    margin-top: 0.2vw;
    direction: ltr;
}

.servicesearch-time {
    color: #6d533e;
    font-size: 0.85rem;
    font-weight: 100;
    margin-top: 0.2vw;
    direction: rtl;
    float: right;
    width: 75%;
    margin-right: 25%;
    text-align: right;
}

.customer-new-service {
    cursor: pointer;
    width: 10vw;
    float: right;
    text-align: center;
    padding-top: 3vw;
    font-size: 3rem;
    color: #6d533e;
    line-height: 2rem;
    margin-right: 0.5vw;
}

span.cnss {
    font-size: 1rem;
    font-weight: 100;
}

.services-inerpop {
    background: #f2f2f2;
    position: fixed;
    z-index: 999999;
    width: 40vw;
    right: 30vw;
    left: 30vw;
    top: 15vh;
    height: 70vh;
    border-radius: 0 0 1vw 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    display: none;
    overflow: hidden;
}

.inerpop-header {
    background: #6d533e;
    height: 3.5vh;
    cursor: grab;
    width: 100%;
    /* margin-bottom: 3vh; */
}

.inerpop-name {
    width: 80%;
    text-align: right;
    font-size: 1rem;
    color: white;
    line-height: 3.5vh;
    font-weight: 100;
    float: right;
    padding-right: 1vw;
}

.inerpop-exit {
    float: left;
    cursor: pointer;
    font-size: 1.4rem;
    margin-top: 0.4vh;
    margin-left: 0.6vw;
    color: white;
}

.service-box-cancel {
    filter: grayscale(0.85);
}

.inenerpop-label {
    color: #6d533e;
    font-weight: 100;
    font-size: 0.85rem;
    margin-right: 1.5vw;
    margin-left: 0.5vw;
    margin-top: 0.5vh;
}

.innerpop-select {
    font-size: 0.85rem;
    margin-top: 0.5vh;
}

.innerpop-input {
    font-size: 0.85rem;
    margin-top: 0.5vh;
}

.innerpop-space {
    width: 70%;
    height: 3vh;
    margin-bottom: 3vh;
    border-bottom: dashed 1px #404145;
    margin-right: 3vw;
}

.innerpop-but {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 10vw;
    height: 2.5vw;
    border: solid 1px #ced4da;
    border-radius: 0.7vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-left: 1vw;
    margin-bottom: 1.5vh;
}

.innerpop-butsection {
    float: left;
    width: 12vw;
    position: absolute;
    left: 0.5vw;
}

.inpb-del {
    background: none;
    border: solid 2px #6d533e;
    color: #6d533e;
}

.inpb-beyane {
    display: none;
}

.inpb-reserve {
    display: none;
}

.inpb-finance {
    display: none;
}

.innerpop-form {
    float: right;
}

.innerpop-body {
    width: 100%;
    height: 66.5vh;
    overflow: scroll;
    padding-top: 3vh;
    padding-bottom: 8vh;
}

.finance-addcashback {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 10vw;
    height: 3vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-left: 2vw;
}

.finance-addpay {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 10vw;
    height: 3vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-left: 2vw;
    margin-bottom: 1vh;
}

.finance-addcashback {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 10vw;
    height: 3vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-left: 2vw;
}

button.finance-addbeyane {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 10vw;
    height: 3vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-left: 2vw;
    margin-bottom: 1vh;
}

.finance-butbox {
    float: left;
    width: 12vw;
}

.finance-table-box {
    float: right;
    width: 45vw;
    margin-top: 1vh;
}

table.finance-table {
    width: 45vw;
    text-align: center;
}

tr.finance-th {
    font-size: 0.8rem;
    font-weight: bold;
    color: #b29176;
}

tr.finance-tr {
    border-top: solid #f2f2f2 1.5vh;
    font-size: 0.8rem;
    font-weight: 100;
    color: #f2f2f2;
}

td.finance-td {
    padding-top: 0.75vh;
    padding-bottom: 0.75vh;
    background: #b29176;
    border-left: solid 1px #f2f2f2;
}

td.finance-del {
    cursor: pointer;
    color: black;
}

.finance-inerpop {
    background: #f2f2f2;
    position: fixed;
    z-index: 999999;
    width: 40vw;
    right: 30vw;
    left: 30vw;
    top: 15vh;
    height: 70vh;
    border-radius: 0 0 1vw 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    display: none;
    overflow: hidden;
}

.innerpop-finance-body {
    width: 100%;
    height: 66.5vh;
    overflow: scroll;
    padding-top: 3vh;
    padding-bottom: 8vh;
}

.innerpop-f-select {
    font-size: 0.85rem;
    margin-top: 0.5vh;
}

.innerpop-f-input {
    font-size: 0.85rem;
    margin-top: 0.5vh;
}

.inerpop-switch-label {
    float: right;
    margin-top: 1.5vh;
    margin-bottom: 1vh;
}

.form-check.form-switch {
    float: right;
    margin-top: 1vh;
}

.innerpop-f-switch {
    width: 3rem !important;
    height: 1.5rem;
}

.form-check-input:checked {
    background-color: #6d533e;
    border-color: #6d533e;
}

.inf-destination-new {
    display: none;
}

.innerpop-f-but {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 10vw;
    height: 2.5vw;
    border: solid 1px #ced4da;
    border-radius: 0.7vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-left: 1vw;
    margin-bottom: 1.5vh;
}

.inf-table {
    float: right;
}

.odat-box {
    width: 45vw;
    float: right;
    margin-top: 10vh;
    display: none;
}

.odat-title {
    width: 100%;
    text-align: center;
    color: #62699a;
    margin-bottom: 1vh;
}

.odat-item {
    width: 8vw;
    background: #dbcdc1;
    border-radius: 0.5vw;
    box-shadow: rgb(0 0 0 / 14%) 0px 3px 8px;
    float: right;
    margin-left: 1vw;
    margin-bottom: 1vw;
    text-align: center;
    direction: rtl;
    padding-bottom: 0.5vw;
    cursor: pointer;
}

.odat-icon {
    color: #6d533e;
    font-size: 2.5rem;
    margin-top: 1vw;
}

.odat-price {
    font-size: 1.2rem;
    color: #6d533e;
    font-weight: 100;
}

.odat-state {
    font-size: 0.8rem;
    font-weight: 100;
    color: #62699a;
}

.odat-lifetime {
    font-size: 0.8rem;
    margin-top: 1vh;
    color: #404145;
    font-weight: 100;
}

.odat-inerpop {
    background: #f2f2f2;
    position: fixed;
    z-index: 999999;
    width: 40vw;
    right: 30vw;
    left: 30vw;
    top: 15vh;
    height: 70vh;
    border-radius: 0 0 1vw 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    display: none;
    overflow: hidden;
}

.innerpop-odat-body {
    width: 100%;
    height: 66.5vh;
    overflow: scroll;
    padding-top: 3vh;
    padding-bottom: 8vh;
}

.odatf-name {
    color: #6d533e;
    font-weight: 100;
}

.odatf-owner {
    color: #6d533e;
    font-weight: 100;
}

.odatf-createtime {
    font-weight: 100;
    color: #404145;
}

.odatf-reason-l {
    font-size: 0.8rem;
    color: #404145;
    font-weight: 100;
}

.odatf-price {
    margin-bottom: 0.5vh;
    max-width: 40%;
    font-size: 0.8rem;
    margin-top: 0.5vh;
}

.odatf-reason {
    display: none;
    font-size: 0.8rem;
    font-weight: 100;
}

.odatf-manager {
    width: 3rem !important;
    height: 1.5rem;
}

.innerpop-o-but {
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 10vw;
    height: 2.5vw;
    border: solid 1px #ced4da;
    border-radius: 0.7vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-bottom: 1.5vh;
    position: absolute;
    left: 1vw;
}

.odatf-acctime {
    font-weight: 100;
    color: #404145;
}

.odatf-paytime {
    font-weight: 100;
    color: #404145;
}

.odatf-pay {
    width: 3rem !important;
    height: 1.5rem;
}

.odatf-transactionno {
    margin-top: 1vh;
    max-width: 50%;
    font-size: 0.8rem;
}

.odatf-cardno {
    font-size: 0.8rem;
    max-width: 80%;
    margin-bottom: 1vh;
    margin-top: 1vh;
}

.odat-del {
    background: none;
    border: solid 2px #6d533e;
    color: #6d533e;
    margin-top: 3vw;
}

.club-logbox {
    float: left;
    max-width: 50%;
}

table.club-table {
    width: 25vw;
    text-align: center;
}

tr.club-th {
    font-size: 0.8rem;
    font-weight: bold;
    color: #b29176;
}

tr.club-tr {
    border-top: solid #f2f2f2 1.5vh;
    font-size: 0.8rem;
    font-weight: 100;
    color: #f2f2f2;
}

td.club-td {
    padding-top: 0.75vh;
    padding-bottom: 0.75vh;
    background: #b29176;
    border-left: solid 1px #f2f2f2;
}

.club-infobox {
    float: right;
    max-width: 50%;
}

img.club-card {
    width: 21vw;
}

.club-card-no {
    width: 100%;
    text-align: center;
    margin-top: -6.5vw;
    font-size: 1.2rem;
    color: white;
    letter-spacing: 2px;
    direction: ltr;
    margin-bottom: 5vw;
}

table.club-info-table {
    margin-right: 1.5vw;
}

td.club-info-tt {
    color: #b29176;
    font-weight: 100;
    line-height: 2rem;
    font-size: 0.9rem;
}

td.club-info-td {
    color: #404145;
    font-size: 0.9rem;
    padding-right: 1vw;
}

button.club-moaref {
    float: right;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 10vw;
    height: 3vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-right: 1vw;
    margin-top: 2.5vh;
}

td.club-space {
    height: 2vh;
    border-bottom: solid #b29176 1px;
}

.club-space-under {
    height: 2vh;
}

button.customer-changeown {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 10vw;
    height: 3vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-left: 2vw;
    display: none;
}

.customer-mainbox {
    float: right;
    padding-bottom: 10vh;
}

img.pmw-icon {
    width: 2.75vw;
    filter: invert(1);
    opacity: 0.75;
    margin-top: 1vw;
    margin-bottom: 0.75vw;
}

.pmw-box {
    width: 9vw;
    background: #f9d2ee;
    border-radius: 0.5vw;
    box-shadow: rgb(0 0 0 / 14%) 0px 3px 8px;
    float: right;
    margin-left: 1vw;
    margin-bottom: 1vw;
    text-align: center;
    direction: rtl;
    padding-bottom: 0.5vw;
    cursor: pointer;
    height: 10vw;
}

.pmw-title {
    font-size: 0.75vw;
    color: #404145;
}

button.pmw-button {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 7.5vw;
    height: 2.2vw;
    border: solid 1px #ced4da;
    border-radius: 0.75vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-left: 0.75vw;
    margin-top: 1vw;
}

.pmw-line {
    margin-top: 1vh;
    width: 100%;
    float: right;
}

.pmw-cat {
    color: #6d533e;
    margin-top: 1vh;
    margin-bottom: 2vh;
}

.pp5 {
    padding-top: 2vh;
}

.pmw-space {
    width: 100%;
    height: 10vh;
    float: right;
}

.chart1 {
    height: 370px;
    width: 86%;
    float: left;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 40px;
}

.charttxtbox {
    float: right;
    direction: rtl;
    width: 90%;
    margin-right: 5%;
    margin-top: 3vh;
    margin-left: 5%;
}

table.charttxtboxtable {
    width: 100%;
    text-align: center;
}

tr.charttxtboxtr {
    background: #c09370;
    font-size: 0.9rem;
    font-weight: 100;
    color: #434343;
    border-bottom: solid white 5px;
}

td.charttxtboxtdh {
    padding-top: 1%;
    padding-bottom: 1%;
    border-right: solid 4px white;
    width: 20%;
}

td.charttxtboxtd {
    padding-top: 1%;
    padding-bottom: 1%;
    font-weight: bold;
    width: 10%;
}

td.charttxtboxtdd {
    padding-top: 1%;
    padding-bottom: 1%;
    font-weight: bold;
    width: 10%;
}

.chart2 {
    height: 370px;
    width: 100%;
    float: left;
    margin-top: 40px;
    direction: ltr;
}

.chart3 {
    height: 370px;
    width: 100%;
    float: left;
    margin-top: 40px;
    direction: ltr;
}

.chart4 {
    height: 370px;
    width: 100%;
    float: left;
    margin-top: 40px;
    direction: ltr;
}

.finsidebar {
    width: 16%;
    background: #6d533e;
    position: fixed;
    bottom: 0;
    top: 8vh;
    overflow: scroll;
    left: 0;
}

.finbalancebox {
    width: 90%;
    float: left;
    margin-left: 5%;
    text-align: center;
    background: #b29176;
    margin-top: 1vh;
    border-radius: 1.5vh;
    direction: rtl;
    height: fit-content;
    padding-bottom: 1.5vh;
    font-weight: 100;
    color: #434343;
    letter-spacing: 0.05rem;
}

.fbalanceico {
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 4.5rem;
}

span.fbalance {
    color: black;
    font-weight: bold;
}

.findatebox {
    width: 90%;
    float: left;
    margin-left: 5%;
    background: #b29176;
    border-radius: 1.5vh;
    margin-top: 2vh;
    text-align: center;
    color: #434343;
    font-weight: 100;
    line-height: 2rem;
}

.finsellhead {
    background: #434343;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 1vh;
    border: solid 2px #434343;
    border-radius: 1.5vh;
    text-align: right;
    padding-right: 2%;
    padding-left: 2%;
    line-height: 2rem;
    font-weight: 100;
    direction: rtl;
    color: #6d533e;
    cursor: pointer;
}

.finpayhead {
    background: #434343;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 1vh;
    border: solid 2px #434343;
    border-radius: 1.5vh;
    text-align: right;
    padding-right: 2%;
    padding-left: 2%;
    line-height: 2rem;
    font-weight: 100;
    direction: rtl;
    color: #6d533e;
    cursor: pointer;
}

.fsell {
    font-weight: bold;
    float: left;
}

.fpay {
    font-weight: bold;
    float: left;
}

.fopen {
    border-radius: 1.5vh 1.5vh 0 0;
}

.finsellbox {
    min-height: 10vh;
    width: 90%;
    margin-left: 5%;
    background: #b29176;
    float: left;
    border-radius: 0 0 1.5vh 1.5vh;
    padding-bottom: 2vh;
    padding-top: 1vh;
    padding-right: 3%;
    padding-left: 3%;
}

.finpaybox {
    min-height: 10vh;
    width: 90%;
    margin-left: 5%;
    background: #b29176;
    float: left;
    border-radius: 0 0 1.5vh 1.5vh;
    padding-top: 1vh;
    padding-bottom: 2vh;
    padding-right: 2%;
    padding-left: 2%;
}

button.finbalanceprint {
    background: #6d533e;
    width: 90%;
    margin-left: 5%;
    float: left;
    margin-top: 1vh;
    border-radius: 1.5vh;
    border: none;
    font-weight: 100;
    line-height: 2rem;
    color: white;
}
.errpage {
    width: 3rem !important;
    height: 2vh;
    margin-top: -0.5vh;
    margin-left: 0.5vw;
}


.errpagebox {
    float: left;
    direction: rtl;
    margin-left: 1vw;
    font-weight: 100;
    font-size: 1vh;
}

.finmainpage {
    margin-left: 16vw;
    width: 72vw;
    float: left;
    padding-top: 3vh;
}

.finrow {
    background: #dbcdc1;
    width: 66vw;
    height: 6vw;
    border-radius: 0.65vw;
    box-shadow: rgb(0 0 0 / 14%) 0px 3px 8px;
    float: right;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-bottom: 1vw;
    text-align: right;
    direction: rtl;
    padding-bottom: 0.5vw;
}

.finrow-icon {
    float: right;
    width: 10%;
    height: 6vw;
    font-size: 3vw;
    text-align: center;
    padding-top: 1.2vw;
    color: #6d533e;
}

.finrow-name {
    color: #404145;
    font-size: 1.1vw;
    line-height: 2.5vw;
}

.finrow-mob {
    font-size: 0.8vw;
    font-weight: 100;
    line-height: 1.5vw;
    color: #c756a2;
}

.finrow-owner {
    font-size: 0.8vw;
    font-weight: 100;
    line-height: 1.5vw;
    color: #b29176;
}

.finrow-userbox {
    float: right;
    height: 6vw;
    width: 20%;
    overflow: hidden;
}

.finrow-pricebox {
    float: right;
    height: 6vw;
    width: 26%;
    overflow: hidden;
    border-right: dashed 1px #6d533e;
    padding-right: 1.5%;
    font-size: 0.8vw;
    font-weight: 300;
    color: #61699a;
}

.finrow-service {
    color: #404145;
    font-size: 0.9vw;
    line-height: 2.5vw;
    font-weight: 300;
}

span.fis {
    color: #ff6666;
}

span.fos {
    color: #53d253;
}

.finrow-button {
    float: right;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 9vw;
    height: 2.5vw;
    border-radius: 0.7vw;
    cursor: pointer;
    box-shadow: inset rgb(0 0 0 / 0%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-left: 0.5vw;
    text-align: center;
    line-height: 2.5vw;
    margin-top: 1.7vw;
}

.finrow-printbut {
    background: none;
    border: solid 2px #6d533e;
    color: #6d533e;
    background: white;
}

.finrow-deactbut {
    opacity: 0.6;
    filter: grayscale(0.6);
    cursor: no-drop;
}

.finrow-deactive {
    filter: grayscale(0.9);
    opacity: 0.8;
}

table.fintab {
    width: 100%;
    direction: rtl;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 100;
    color: #434343;
    line-height: 1.5rem;
}

td.fintab-tdr {
    text-align: right;
}

td.fintab-tdl {
    text-align: left;
}

button.customer-changeindex {
    float: right;
    background: linear-gradient(225deg, #6d533e, #6d533e);
    color: white;
    width: 8.5vw;
    height: 2vw;
    border: solid 1px #ced4da;
    border-radius: 0.7vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-right: 2vw;
    font-size: 0.7rem;
}

.invoicepop {
    background: #f2f2f2;
    position: fixed;
    z-index: 999999;
    width: 40vw;
    right: 30vw;
    left: 30vw;
    top: 15vh;
    height: 70vh;
    border-radius: 0 0 1vw 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    display: none;
    overflow: hidden;
}

.invoicepop-body {
    width: 100%;
    height: 66.5vh;
    overflow: scroll;
    padding-top: 3vh;
    padding-bottom: 8vh;
}

.invoicepop-header {
    background: #6d533e;
    height: 3.5vh;
    cursor: grab;
    width: 100%;
    /* margin-bottom: 3vh; */
}

.invoicepop-name {
    width: 80%;
    text-align: right;
    font-size: 1rem;
    color: white;
    line-height: 3.5vh;
    font-weight: 100;
    float: right;
    padding-right: 1vw;
}

.invoicepop-exit {
    float: left;
    cursor: pointer;
    font-size: 1.4rem;
    margin-top: 0.4vh;
    margin-left: 0.6vw;
    color: white;
}

table.invoicepop-table {
    background: white;
    width: 90%;
    float: right;
    margin-right: 5%;
    direction: rtl;
    font-size: 0.8rem;
    font-weight: 100;
    border: solid 2px #6d533e;
}

tr.invoicepop-trh {
    color: #62699a;
}

td.invoicepop-td {
    border: solid 1px #6d533e;
    padding: 1%;
    width: 25%;
}

tr.invoicepop-trt {
    text-align: center;
    font-weight: bold;
    color: #434343;
    background: #6d533e;
}

tr.invoicepop-tr {
    color: #404145;
    text-align: center;
    height: 2rem;
}

.invoicepop-butbox {
    float: right;
    width: 90%;
    margin-right: 5%;
}

.customer-label-data.cform-index {
    direction: ltr;
    text-align: right;
}

.finrow-beyanepay {
    float: left;
    margin-left: 2vw;
}

.drugspop {
    background: #f2f2f2;
    position: fixed;
    z-index: 999999;
    width: 57vw;
    right: 25vw;
    left: 25vw;
    top: 15vh;
    height: 70vh;
    border-radius: 0 0 1vw 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    display: none;
    overflow: hidden;
}

.drugspop-body {
    width: 100%;
    height: 66.5vh;
    overflow: scroll;
    padding-top: 3vh;
    padding-bottom: 8vh;
}

.drugspop-header {
    background: #6d533e;
    height: 3.5vh;
    cursor: grab;
    width: 100%;
    /* margin-bottom: 3vh; */
}

.drugspop-name {
    width: 80%;
    text-align: right;
    font-size: 1rem;
    color: white;
    line-height: 3.5vh;
    font-weight: 100;
    float: right;
    padding-right: 1vw;
}

.drugspop-exit {
    float: left;
    cursor: pointer;
    font-size: 1.4rem;
    margin-top: 0.4vh;
    margin-left: 0.6vw;
    color: white;
}

.drugspop-drugimg {
    width: 5vw;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
    filter: hue-rotate(346deg);
}

.drugspop-drugbox {
    width: 10vw;
    background: #f9d2ee;
    border-radius: 0.5vw;
    box-shadow: rgb(0 0 0 / 14%) 0px 3px 8px;
    float: right;
    margin-left: 1vw;
    margin-bottom: 1vw;
    text-align: center;
    direction: rtl;
    padding-bottom: 0.5vw;
    cursor: pointer;
}

.drugspop-drugtitle {
    font-size: 1rem;
    font-weight: bold;
    color: #404145;
}

.drugspop-drugdescription {
    font-size: 0.8rem;
    font-weight: 100;
    color: #b29176;
    margin-top: 0.3vw;
}

.drugspop-drugprice {
    color: #cd6aac;
    font-size: 0.85rem;
    font-weight: 100;
}

.drugspop-halfsell {
    width: 98%;
    float: right;
    margin-right: 2%;
}

.drugspop-drugbut {
    float: right;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 7.5vw;
    height: 2vw;
    border: solid 1px #ced4da;
    border-radius: 0.7vw;
    cursor: pointer;
    margin-right: 1.25vw;
    font-size: 0.9rem;
    margin-bottom: 0.5vw;
}

.drugspop-drugbut:hover {
    background: white;
    border-color: #cd6aac;
    color: #cd6aac;
}

.drugsellpop {
    background: #f2f2f2;
    position: fixed;
    z-index: 999999;
    width: 40vw;
    right: 30vw;
    left: 30vw;
    top: 15vh;
    height: 70vh;
    border-radius: 0 0 1vw 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    display: none;
    overflow: hidden;
}

.drugsellpop-body {
    width: 100%;
    height: 66.5vh;
    overflow: scroll;
    padding-top: 3vh;
    padding-bottom: 8vh;
    direction: rtl;
}

.drugsellpop-header {
    background: #6d533e;
    height: 3.5vh;
    cursor: grab;
    width: 100%;
    /* margin-bottom: 3vh; */
}

.drugsellpop-name {
    width: 80%;
    text-align: right;
    font-size: 1rem;
    color: white;
    line-height: 3.5vh;
    font-weight: 100;
    float: right;
    padding-right: 1vw;
}

.drugsellpop-exit {
    float: left;
    cursor: pointer;
    font-size: 1.4rem;
    margin-top: 0.4vh;
    margin-left: 0.6vw;
    color: white;
}

.drugsellpop-table {
    float: right;
}

.drugsellpop-label {
    color: #b29176;
    font-weight: 100;
    font-size: 0.85rem;
    margin-right: 1.5vw;
    margin-left: 0.5vw;
    margin-top: 0.5vh;
}

.drugsellpop-but {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 10vw;
    height: 2.5vw;
    border: solid 1px #ced4da;
    border-radius: 0.7vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-left: 1vw;
    margin-bottom: 1.5vh;
}

.drug-input {
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    font-weight: 100;
    color: #404145;
    text-align: right;
    direction: ltr;
}

.drug-destination-new {
    display: none;
}

.reportinvoice {
    width: 45%;
    float: right;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-top: 2%;
    direction: rtl;
}

.repinv-table {
    width: 100%;
    text-align: center;
}

.repinv-th {
    font-size: 0.8rem;
    font-weight: bold;
    color: #b29176;
}

.repinv-tr {
    border-top: solid white 1.5vh;
    font-size: 0.8rem;
    font-weight: 100;
    color: #434343;
}

.repinv-td {
    padding-top: 0.75vh;
    padding-bottom: 0.75vh;
    background: #b29176;
    border-left: solid 1px #f2f2f2;
}

.repinv-del {
    cursor: pointer;
}

.repinv-title {
    font-size: 1rem;
    text-align: center;
    background: #404145;
    color: #ededee;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 1%;
    font-weight: 100;
}

.repinv-ts {
    padding-top: 0.75vh;
    padding-bottom: 0.75vh;
    background: #404145;
    border-left: solid 1px #f2f2f2;
    color: white;
    font-weight: bold;
}

img.invoiceloading {
    float: right;
    width: 35%;
    margin-right: 22.5%;
    display: none;
}

.repinv-fintable {
    width: 100%;
    text-align: center;
}

.repinv-but {
    float: right;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 11vw;
    height: 2.2vw;
    border: solid 1px #ced4da;
    border-radius: 0.7vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-right: 14vw;
    font-size: 0.8rem;
    margin-top: 3%;
    margin-bottom: 10%;
}

span.fff {
    color: gray;
    font-size: 0.75rem;
}

.storage-item {
    background: #f2f2f2;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 12vw;
    float: right;
    margin-right: 1.5vw;
    margin-top: 3vw;
    height: 12.5vw;
    border-radius: 0.5vw;
    cursor: pointer;
}

.storage-icon {
    background: #6d533e;
    width: 5vw;
    margin-left: 3.5vw;
    margin-right: 3.5vw;
    float: right;
    height: 5vw;
    border-radius: 50%;
    margin-top: -2vw;
    text-align: center;
    font-size: 3vw;
    color: #404145;
    line-height: 6vw;
}

.storage-name {
    width: 100%;
    text-align: center;
    margin-top: 0.75vw;
    float: right;
    font-size: 1vw;
    color: #404145;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}

.storage-code {
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 0.3vw;
    font-size: 0.8vw;
    color: #6d533e;
    font-weight: 100;
}

.storage-inventory {
    width: 70%;
    background: #b29176;
    float: right;
    margin-right: 15%;
    height: 2.5vw;
    margin-top: 0.6vw;
    border: solid 3px #6d533e;
    border-radius: 0.5vw;
    text-align: center;
    font-size: 1.4vw;
    line-height: 2.5vw;
}

.storage-alarm {
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 0.5vw;
    font-size: 0.8vw;
    direction: rtl;
    font-weight: 100;
    color: #cb0000;
}

.storage-deactive {
    opacity: 0.75;
    filter: grayscale(1);
}

.storage-wait {
    width: 30vw;
    float: right;
    margin-right: 29vw;
    margin-top: 12vh;
    display: none;
}

.storage-popup {
    width: 70vw;
    height: 80vh;
    position: fixed;
    top: 10vh;
    right: 9vw;
    left: 9vw;
    z-index: 99999999;
    display: none;
}

.storage-popuptabbox {
    width: 100%;
    height: 3.5vh;
}

.storage-popuptab {
    background: #6d533e;
    float: right;
    width: fit-content;
    height: 100%;
    padding-right: 2vw;
    padding-left: 2vw;
    border-radius: 10px 10px 0 0;
    margin-left: 0.2vw;
    color: white;
    font-weight: 100;
    font-size: 0.8vw;
    line-height: 3.5vh;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    cursor: pointer;
}

.storage-popuptab:hover {
    background: #f2f2f2;
    color: #6d533e;
    border-top: solid #6d533e 1px;
    border-right: solid #6d533e 1px;
    border-left: solid #6d533e 1px;
}

.storage-popuptabsel {
    background: #b29176;
    color: #404145;
}

.storage-popuptabsel:hover {
    background: #b29176 !important;
    color: black !important;
    border-top: none;
    border-right: none;
    border-left: none;
}

.storage-popupmain {
    background: #f2f2f2;
    width: 100%;
    height: 76.5vh;
    border-radius: 0 0 10px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    overflow: hidden;
}

.storage-popuppage {
    width: 80%;
    float: right;
    height: 100%;
    direction: rtl;
    overflow: scroll;
    padding-top: 4vh;
    padding-right: 1vw;
    padding-left: 1vw;
    padding-bottom: 5vh;
    display: none;
}

.storage-exitpopup {
    position: fixed;
    left: 9.5vw;
    top: 15vh;
    color: #6d533e;
    font-size: 1rem;
    cursor: pointer;
}

.storage-popupback {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    opacity: 0.8;
    display: none;
}

.storage-popupside {
    float: left;
    background: #b29176;
    height: 100%;
    width: 13vw;
    overflow-y: scroll;
    padding-bottom: 3vh;
    padding-top: 5vw;
}

.storage-table {
    float: right;
}

.storage-label {
    color: #404145;
    font-weight: 100;
    margin-left: 1vw;
    font-size: 0.9rem;
    margin-right: 1vw;
}

.storage-input {
    margin-top: 0.4vw;
    margin-bottom: 0.4vw;
    font-weight: 100;
    color: #404145;
}

.storage-select {
    margin-top: 0.4vw;
    margin-bottom: 0.4vw;
    font-weight: 100;
    color: #404145;
}

.storage-savebut {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 12vw;
    height: 2.7vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    margin-left: 2vw;
    margin-right: 8vw;
    margin-bottom: 0.5vw;
}

.storage-createdate {
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.7rem;
    color: #c756a2;
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 2vw;
    direction: rtl;
}

.storage-creator {
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.7rem;
    color: #b29176;
    float: right;
    width: 100%;
    text-align: center;
    direction: rtl;
}

.storage-update {
    font-size: 0.8rem;
    font-weight: 100;
    line-height: 1.7rem;
    color: #404145;
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 0.7vw;
}

.storage-sidebar-note-box {
    width: 100%;
    margin-top: 3vw;
    direction: rtl;
    padding-right: 1vw;
    padding-left: 1vw;
    float: right;
}

.storage-sidebar-note-title {
    color: #404145;
    font-size: 0.8rem;
    line-height: 2rem;
}

textarea.storage-sidebar-textarea {
    width: 100%;
    height: 15vh;
    border: solid 1px #6d533e;
    background: #b29176;
    border-radius: 0.3vw;
    resize: none;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    font-size: 0.85rem;
    color: black;
    font-weight: 100;
}

button.storage-sidebar-submit {
    background: #6d533e;
    color: black;
    border: solid 1px #bd317a;
    font-size: 0.7rem;
    padding-top: 0.2vw;
    padding-bottom: 0.2vw;
    border-radius: 0.5vw;
    font-weight: 100;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 24%) 1px 2px 6px;
    margin-right: 1.5vw;
    width: 8vw;
    margin-left: 1.5vw;
    margin-top: 1vh;
}

.storage-servbox {
    height: 12vw;
    overflow: scroll;
}

.storage-inbut {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 12vw;
    height: 2.7vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    margin-left: 2vw;
    margin-right: 8vw;
    margin-bottom: 0.5vw;
}

.storage-outbut {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 12vw;
    height: 2.7vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    margin-left: 2vw;
}

.storage-cl {
    color: #404145;
    font-weight: 100;
    font-size: 0.8vw;
}

.sform-tag {
    font-weight: bold;
    text-align: center;
}

table.storage-table-in {
    width: 55vw;
    text-align: center;
}

tr.storage-th-in {
    font-size: 0.8rem;
    font-weight: bold;
    color: #b29176;
}

tr.storage-tr-in {
    border-top: solid #f2f2f2 1.5vh;
    font-size: 0.8rem;
    font-weight: 100;
    color: #404145;
}

td.storage-td-in {
    padding-top: 0.75vh;
    padding-bottom: 0.75vh;
    background: #b29176;
    border-left: solid 1px #f2f2f2;
}

table.storage-table-out {
    width: 55vw;
    text-align: center;
}

tr.storage-th-out {
    font-size: 0.8rem;
    font-weight: bold;
    color: #b29176;
}

tr.storage-tr-out {
    border-top: solid #f2f2f2 1.5vh;
    font-size: 0.8rem;
    font-weight: 100;
    color: #404145;
}

td.storage-td-out {
    padding-top: 0.75vh;
    padding-bottom: 0.75vh;
    background: #b29176;
    border-left: solid 1px #f2f2f2;
}

.storage-inerpop-in {
    background: #f2f2f2;
    position: fixed;
    z-index: 99999999;
    width: 40vw;
    right: 30vw;
    left: 30vw;
    top: 15vh;
    height: 70vh;
    border-radius: 0 0 1vw 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    display: none;
    overflow: hidden;
}

.storage-inerpop-body-in {
    width: 100%;
    height: 66.5vh;
    overflow: scroll;
    padding-top: 3vh;
    padding-bottom: 8vh;
    direction: rtl;
}

.storage-inerpop-name {
    width: 80%;
    text-align: right;
    font-size: 1rem;
    color: white;
    line-height: 3.5vh;
    font-weight: 100;
    float: right;
    padding-right: 1vw;
}

.storage-inerpop-exit-in {
    float: left;
    cursor: pointer;
    font-size: 1.4rem;
    margin-top: 0.4vh;
    margin-left: 0.6vw;
    color: white;
}

.str-table {
    float: right;
}

.innerpop-s-select {
    font-size: 0.85rem;
    margin-top: 0.5vh;
}

.innerpop-s-input {
    font-size: 0.85rem;
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
}

.innerpop-s-but {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 10vw;
    height: 2.5vw;
    border: solid 1px #ced4da;
    border-radius: 0.7vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-left: 1vw;
    margin-bottom: 1.5vh;
}

.storage-inerpop-out {
    background: #f2f2f2;
    position: fixed;
    z-index: 99999999;
    width: 40vw;
    right: 30vw;
    left: 30vw;
    top: 15vh;
    height: 70vh;
    border-radius: 0 0 1vw 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    display: none;
    overflow: hidden;
}

.storage-inerpop-body-out {
    width: 100%;
    height: 66.5vh;
    overflow: scroll;
    padding-top: 3vh;
    padding-bottom: 8vh;
    direction: rtl;
}

.storage-inerpop-exit-out {
    float: left;
    cursor: pointer;
    font-size: 1.4rem;
    margin-top: 0.4vh;
    margin-left: 0.6vw;
    color: white;
}

button.str-sh-in {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 5vw;
    height: 1.7vw;
    border: solid 0.5px #ced4da;
    border-radius: 0.5vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-left: 1vw;
    font-size: 0.8vw;
    margin-top: 0.5vw;
}

button.str-sh-out {
    float: left;
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 5vw;
    height: 1.7vw;
    border: solid 0.5px #ced4da;
    border-radius: 0.5vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    margin-left: 1vw;
    font-size: 0.8vw;
    margin-top: 0.5vw;
}

button.addtrackbox {
    background: linear-gradient(225deg, #6d533e, #b29176);
    color: white;
    width: 10vw;
    height: 3vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    position: absolute;
    left: 17vw;
}

.trackmainbox {
    float: right;
    width: 75%;
}

.trackbox {
    width: 100%;
    background: white;
    border: solid 1px #6d533e;
    box-shadow: rgb(0 0 0 / 14%) 0px 3px 8px;
    border-radius: 1vw;
    min-height: 10%;
    float: right;
    margin-top: 1.5vw;
}

.tracktitle {
    float: right;
    background: #6d533e;
    box-shadow: rgb(0 0 0 / 14%) 0px 3px 8px;
    margin-right: 1.5vw;
    padding-right: 1vw;
    padding-left: 1vw;
    padding-top: 0.2vw;
    padding-bottom: 0.2vw;
    border-radius: 0.7vw;
    font-size: 1rem;
    margin-top: -0.8vw;
}

.tracklist {
    float: right;
    width: 100%;
    margin-top: 0.5vw;
    font-size: 0.8vw;
    margin-right: 1vw;
    font-weight: 100;
    line-height: 1.5vw;
    color: #404145;
}

.trackul {
    list-style: none;
}

.trackul li::before {
    content: "\2022";
    color: #6d533e;
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
    margin-right: 0em;
    font-size: 2em;
}

.tracktime {
    float: left;
    margin-left: 1vw;
    font-size: 0.7vw;
    margin-bottom: 0.2vw;
    font-weight: 100;
}

span.trackstate {
    color: #6d533e;
    font-size: 1vw;
    font-weight: bold;
}

.storage-mainbox {
    width: 100%;
    float: right;
    margin-bottom: 10vw;
}

.chart5 {
    width: 50%;
    float: left;
    margin-top: 3vw;
    direction: ltr;
    height: 550px;
}

.charttxtboxtr5 {
    background: white !important;
}

.chart6 {
    width: 50%;
    float: left;
    margin-top: 3vw;
    direction: ltr;
    height: 550px;
}

.chart7 {
    width: 100%;
    float: left;
    margin-top: 3vw;
    direction: ltr;
    height: 500px;
}

.chart8 {
    width: 100%;
    float: left;
    margin-top: 3vw;
    direction: ltr;
    height: 500px;
}

.service-footer {
    position: fixed;
    z-index: 9999999999;
    bottom: 0;
    left: 0;
    height: 25px;
    right: 12vw;
    background: #ededee;
    box-shadow: inset rgb(0 0 0 / 8%) 1px 4px 15px 2px;
}

.service-counter {
    float: left;
    direction: rtl;
    margin-left: 1vw;
    color: #404145;
    font-weight: 100;
    font-size: 16px;
    line-height: 28px;
}

.customer-footer {
    position: fixed;
    z-index: 9999999999;
    bottom: 0;
    left: 0;
    height: 25px;
    right: 12vw;
    background: #ededee;
    box-shadow: inset rgb(0 0 0 / 8%) 1px 4px 15px 2px;
}

.customer-counter {
    float: left;
    direction: rtl;
    margin-left: 1vw;
    color: #404145;
    font-weight: 100;
    font-size: 16px;
    line-height: 28px;
}

.customer-serv {
    font-weight: 100;
    font-size: 0.8rem;
    margin-top: 0.5vw;
    color: #64656a;
    margin-bottom: 0.6vw;
}

.chart9 {
    width: 100%;
    float: left;
    margin-top: 3vw;
    direction: ltr;
    height: 500px;
}

.chart10 {
    width: 100%;
    float: left;
    margin-top: 3vw;
    direction: ltr;
    height: 500px;
}

.chart11 {
    width: 100%;
    float: left;
    margin-top: 3vw;
    direction: ltr;
    height: 500px;
}

table.charttxtboxtablesub {
    width: 100%;
    text-align: center;
}

.suggestbox {
    background: white;
    width: 17vw;
    min-height: 3vw;
    position: fixed;
    margin-left: 1vw;
    margin-top: 4vw;
    border: solid 1.5px #6d533e;
    border-radius: 0.5vw;
    z-index: 9999999999;
    padding-bottom: 0.5vw;
    overflow: hidden;
    display: none;
}

.suggestitem {
    float: right;
    width: 100%;
    direction: rtl;
    padding-right: 0.5vw;
    font-size: 0.8vw;
    font-weight: 100;
    line-height: 1.4vw;
    color: #404145;
    cursor: pointer;
}

.suggestitem:hover {
    background: #ffc1eb;
}

.suggestheader {
    width: 100%;
    float: right;
    background: #bf9370;
    direction: rtl;
    padding-right: 0.5vw;
    line-height: 2vw;
    font-size: 0.8vw;
    color: white;
}

span.stmob {
    float: left;
    padding-left: 0.5vw;
    color: #6d533e;
}

img.servicesearch-card {
    width: 2vw;
    float: left;
    margin-left: 2vw;
}

.chartpagepro {
    display: none;
}

.chartprobox {
    float: right;
    direction: rtl;
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 2vw;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    overflow: hidden;
}

.chartprohead {
    background: #6d533e;
    float: right;
    width: 100%;
    height: 2vw;
}

.chartprotitle {
    float: right;
    width: 50%;
    height: 100%;
    font-size: 0.85vw;
    line-height: 2vw;
    margin-right: 1vw;
}

.chartproselect {
    width: fit-content;
    padding-right: 0.5vw;
    padding-left: 1vw;
    margin-left: 1vw;
    border: solid #6d533e 1px;
    border-radius: 8px;
    height: 1.5vw;
    margin-top: 0.25vw;
    text-align: center;
    color: #6d533e;
    font-size: 0.8rem;
    font-weight: 100;
    float: left;
    direction: rtl;
}

.chartprobody {
    background: #f2f2f2;
    width: 100%;
    height: fit-content;
    min-height: 7vw;
    padding: 1vw;
    float: right;
}

.ch-counttable {
    text-align: center;
    float: right;
    width: 100%;
    direction: rtl;
}

.ch-countth {
    font-size: 0.8vw;
    font-weight: bold;
    color: #b29176;
    padding-bottom: 0.5vw;
}

.ch-counttd {
    padding-top: 0.25vw;
    padding-bottom: 0.25vw;
    background: #b29176;
    border-left: solid 2px #f2f2f2;
}

.ch-counttr {
    border-top: solid #f2f2f2 2px;
    font-size: 0.8vw;
    font-weight: 100;
    color: #404145;
}

.service-mainbox {
    float: right;
    padding-bottom: 10vh;
    margin-right: 1.5vw;
    margin-top: 5vh;
}

.drtitle {
    float: right;
    width: 100%;
    text-align: center;
    color: #6d533e;
    margin-bottom: 1vw;
}

.drrbox {
    float: right;
    width: 50%;
    padding: 1%;
}

.drlbox {
    float: right;
    width: 50%;
    padding: 1%;
}

.drdetails {
    margin-top: 0.3vw;
    margin-bottom: 0.6vw;
    width: 86%;
    float: right;
    margin-right: 7%;
    height: 8vw;
    font-size: 0.9vw;
    font-weight: 100;
    color: #6d533e !important;
}

.dr-savebut {
    float: left;
    background: linear-gradient(225deg, #6d533e, #6d533e);
    color: white;
    width: 10vw;
    height: 3vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    margin-left: 2vw;
}

.dr-save-load {
    float: left;
    width: 1.2vw;
    margin-left: 3.9vw;
    display: none;
}

.drbutbox {
    float: right;
    width: 100%;
    margin-bottom: 1vw;
}

.drcattitle {
    color: #6d533e;
    font-size: 0.8vw;
    margin-top: 1vw;
    margin-bottom: 0.4vw;
    text-align: right;
    direction: rtl;
}

.drtxtbox {
    float: right;
    width: 100%;
    padding-right: 2vw;
    text-align: right;
    direction: rtl;
    font-size: 0.8vw;
    font-weight: 100;
    margin-top: 0.5vw;
    height: fit-content;
    margin-bottom: 0.5vw;
    line-height: 1.7vw;
}

.checklistlabel {
    float: right;
}

.dr-check {
    float: right;
    margin-right: 0.3vw;
    margin-left: 1vw;
    margin-top: 0.4vw;
}

.dr-intxt {
    float: right;
    width: 16vw;
    margin-right: 1vw;
    margin-bottom: 0.3vw;
    color: #6d533e;
    font-weight: 100;
}

.customer-sendbut {
    float: left;
    background: linear-gradient(225deg, #6d533e, #6d533e);
    color: white;
    width: 10vw;
    height: 3vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    margin-left: 2vw;
    margin-top: 0.5vw;
}

.transfer-popup {
    background: #f2f2f2;
    border-radius: 0 0 10px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    overflow: hidden;
    position: fixed;
    top: 10vw;
    right: 40vw;
    width: 18vw;
    height: 12vw;
    display: none;
}

.transfer-header {
    float: right;
    width: 100%;
    background: #6d533e;
    height: 1.5vw;
}

.transfer-exit {
    float: left;
    font-size: 1vw;
    color: #f2f2f2;
    margin-left: 0.4vw;
    margin-top: 0.15vw;
    cursor: pointer;
}

.transfer-title {
    float: right;
    margin-right: 0.5vw;
    margin-top: 0.1vw;
    color: #f2f2f2;
    font-size: 0.8vw;
    font-weight: 100;
}

table.transfer-table {
    float: right;
    direction: rtl;
    width: 90%;
    margin: 5%;
}

.transfer-cat {
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    font-weight: 100;
    color: #404145;
}

.transfer-reciver {
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    font-weight: 100;
    color: #404145;
}

button.transfer-but {
    float: right;
    background: linear-gradient(225deg, #6d533e, #6d533e);
    color: white;
    width: 10vw;
    height: 2vw;
    border: solid 1px #ced4da;
    border-radius: 0.8vw;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    margin-right: 3.2vw;
    margin-top: 1vw;
}

.recive-popup {
    background: #f2f2f2;
    border-radius: 0 0 10px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    overflow: hidden;
    position: fixed;
    width: 25vw;
    height: 14vw;
    bottom: 3vw;
    left: 1.5vw;
    z-index: 9999999999;
    direction: rtl;
    display: none;
}

.recive-header {
    float: right;
    width: 100%;
    background: #6d533e;
    height: 1.5vw;
}

.recive-exit {
    float: left;
    font-size: 1vw;
    color: #f2f2f2;
    margin-left: 0.4vw;
    margin-top: 0.15vw;
    cursor: pointer;
}

.recive-title {
    float: right;
    margin-right: 0.5vw;
    margin-top: 0.1vw;
    color: #f2f2f2;
    font-size: 0.8vw;
    font-weight: 100;
}

.recive-txt {
    margin-top: 2vw;
    margin-right: 1vw;
    font-size: 0.8vw;
    font-weight: 100;
}

.recive-sender {
    color: #6d533e;
}

.recive-box {
    float: left;
    margin-left: 2vw;
}

.menuicon {
    display: none;
}

.menuback {
    display: none;
}

#mobile-indicator {
    display: none;
}

.filtericon {
    display: none;
}

.customer-agent-show {
    display: none;
}

.cform-agent {
    width: 12vw;
}

.sessionpopup {
    width: 45vw;
    background: #f2f2f2;
    height: 40vw;
    right: 22vw;
    top: 4vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 0 0 1vw 1vw;
    display: none;
    position: absolute;
}

.sessionpopupheader {
    float: right;
    width: 100%;
    background: #c09370;
    height: 2vw;
}

span.sessionpopupheadertitle {
    float: right;
    color: white;
    margin-right: 1vw;
    line-height: 2vw;
}

.sessionpopupheaderexit {
    float: left;
    margin-left: 0.5vw;
    font-size: 1vw;
    line-height: 2vw;
    cursor: pointer;
    color: white;
}

.sessionlable {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 0.85vw;
    margin-right: 1vw;
    line-height: 2vw;
    font-weight: 100;
    color: #9a7d65;
    direction: rtl;
}

.sessionform {
    float: right;
    margin-top: 1vw;
    width: 20vw;
}

.sessioninput {
    width: 18vw;
    float: right;
    margin-right: 2vw;
    margin-bottom: 0.5vw;
    direction: rtl;
}

.sessioninputhr {
    width: 8.25vw;
    float: right;
    margin-right: 2vw;
    margin-bottom: 0.5vw;
    direction: rtl;
}

.sessioninputhl {
    width: 8.25vw;
    float: right;
    margin-right: 0.5vw;
    margin-bottom: 0.5vw;
    direction: rtl;
}

.colen {
    float: right;
    margin-right: 0.5vw;
    font-size: 1.2vw;
    line-height: 2vw;
}

.sessioncusbox {
    float: right;
    width: 18vw;
    margin-right: 2vw;
    height: 15vw;
    overflow: scroll;
    margin-top: 0.2vw;
}

.sessioncus {
    float: right;
    width: 100%;
    direction: rtl;
    background: white;
    border: solid 1px #c09370;
    height: 3vw;
    border-radius: 0.5vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 0.5vw;
}

.sessioncusicon {
    float: right;
    color: #c09370;
    font-size: 1.2vw;
    margin-right: 0.5vw;
    line-height: 3vw;
    margin-left: 0.5vw;
}

.sessioncusname {
    font-size: 0.9vw;
    margin-top: 0.2vw;
    float: right;
    width: 14vw;
    color: #434343;
}

.sessioncusjalase {
    font-size: 0.7vw;
    font-weight: 100;
    color: #c09370;
    float: right;
    margin-right: 0.5vw;
}

.sessioncusexit {
    float: left;
    color: #c09370;
    font-size: 0.7vw;
    margin-top: -1.3vw;
    margin-left: 0.2vw;
    cursor: pointer;
}

.sessionside {
    float: right;
    margin-right: 3vw;
    width: 20vw;
    margin-top: 2vw;
}

.sessionsidetitle {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 0.85vw;
    line-height: 2vw;
    font-weight: 100;
    color: #9a7d65;
    direction: rtl;
    margin-top: 1.1vw;
}

.si-search {
    width: 18vw;
    float: right;
    direction: rtl;
    font-weight: 100;
}

.sessionsidebox {
    float: right;
    width: 100%;
    height: 29vw;
    overflow: scroll;
    margin-top: 1vw;
}

.sessionsidecus {
    float: right;
    width: 18vw;
    direction: rtl;
    background: white;
    height: 3vw;
    border-radius: 0.5vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 0.5vw;
    cursor: pointer;
}

.sessionsidecusicon {
    float: right;
    color: #434343;
    font-size: 1.2vw;
    margin-right: 0.5vw;
    line-height: 3vw;
    margin-left: 0.5vw;
    opacity: 0.6;
}

.sessionsidecusname {
    font-size: 0.9vw;
    margin-top: 0.2vw;
    float: right;
    width: 14vw;
    color: #434343;
}

.sessionsidecusjalase {
    font-size: 0.7vw;
    font-weight: 100;
    color: #9a7d65;
    float: right;
    margin-right: 0.5vw;
}

button.sessionsub {
    float: left;
    background: linear-gradient(225deg, #6d533e, #c09370);
    color: white;
    width: 10vw;
    height: 2.5vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    margin-left: 2vw;
}

.sessionguid {
    float: right;
    width: 84vw;
    margin-right: 2vw;
    margin-top: 1vw;
    text-align: right;
    color: #434343;
    font-weight: 100;
    direction: rtl;
    font-size: 0.8vw;
}

.sessionguid>span {
    float: right;
    width: 4.66vw;
}

.sessionclockbox {
    width: 84vw;
    float: right;
    height: 82vh;
    margin-right: 2vw;
    margin-top: 0.5vw;
}

.sessionclock {
    float: right;
    height: 100%;
    width: 4.66vw;
    border-right: dashed 1px #dbdbdb;
}

.sessionitem {
    float: right;
    background: #b09076;
    height: 3.6vw;
    border: solid #6d533e 1px;
    border-radius: 0.4vw;
    margin-top: 0.5vw;
    cursor: pointer;
    position: sticky;
}

.sessionitemtitle {
    width: 100%;
    text-align: center;
    margin-top: 0.6vw;
    color: white;
    float: right;
    font-size: 0.6vw;
}

.sessionitemno {
    width: 100%;
    float: right;
    text-align: center;
    font-weight: 100;
    color: #434343;
    font-size: 0.6vw;
    margin-top: 0.5vw;
    direction: rtl;
}

.shift15 {
    margin-right: 1.16vw;
}

.shift30 {
    margin-right: 2.33vw;
}

.shift45 {
    margin-right: 3.48vw;
}

.shift00 {
    margin-right: 0;
}

.sessionspace {
    float: right;
    width: 100%;
    height: 4.1vw;
}

.sessiondel {
    float: left;
    margin-left: 1vw;
    margin-top: 0.6vw;
    cursor: pointer;
    font-size: 1vw;
}

.progress {
    height: 1.6vw;
    margin-top: 0.5vw;
    --bs-progress-bar-bg: #b09076;
}

.popupsession {
    background: #f2f2f2;
    position: fixed;
    width: 40vw;
    height: 70vh;
    right: 30vw;
    top: 15vh;
    z-index: 999999;
    border-radius: 0 0 1vw 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    display: none;
}

.popupsessionheader {
    float: right;
    width: 100%;
    background: #6d533e;
    height: 1.5vw;
}

.popupsessionheadertitle {
    float: right;
    margin-right: 1vw;
    font-size: 0.8vw;
    line-height: 1.6vw;
    color: white;
    direction: rtl;
}

.popupsessionheaderexit {
    float: left;
    margin-left: 0.5vw;
    line-height: 1.6vw;
    color: white;
    cursor: pointer;
}

.popsessionitem {
    float: right;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    direction: rtl;
    margin-top: 1vw;
    background: white;
    border: solid 1px #bf9370;
    height: 3vw;
    border-radius: 0.8vw 0 0 0.8vw;
    border-right: solid 5px #bf9370;
    cursor: pointer;
}

.popsessionicon {
    font-size: 1.5vw;
    margin-right: 0.8vw;
    color: #6d533e;
    float: right;
    margin-top: 0.5vw;
}

.popsessiontitle {
    float: right;
    margin-right: 1vw;
    width: 10vw;
    margin-top: 0.7vw;
    font-size: 0.8vw;
    color: #bf9370;
}

.popsessiondate {
    float: right;
    width: 7vw;
    color: #434343;
    font-size: 0.8vw;
    text-align: center;
    margin-top: 0.8vw;
}

.popsessiontime {
    float: right;
    width: 7vw;
    color: #434343;
    font-size: 0.8vw;
    text-align: center;
    margin-top: 0.8vw;
}

.popsessionbox {
    float: right;
    width: 100%;
    height: 65vh;
    overflow: scroll;
}

.rrr {
    color: #6b0101;
}

.ggg {
    color: green;
}

.ssservice {
    display: none !important;
}

.servicesearch-session {
    color: #434343;
    font-size: 0.85rem;
    font-weight: 100;
    margin-top: 0.2vw;
    direction: rtl;
    float: right;
    width: 75%;
    margin-right: -5%;
}

.hide{
    display: none;
}
.servicepopup {
    width: 30vw;
    background: #f2f2f2;
    height: 30vw;
    right: 29vw;
    top: 4vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 0 0 1vw 1vw;
    display: none;
    position: absolute;
}

.servicepopupheader {
    float: right;
    width: 100%;
    background: #c09370;
    height: 2vw;
}

span.servicepopupheadertitle {
    float: right;
    color: white;
    margin-right: 1vw;
    line-height: 2vw;
}

.servicepopupheaderexit {
    float: left;
    margin-left: 0.5vw;
    font-size: 1vw;
    line-height: 2vw;
    cursor: pointer;
    color: white;
}

.serviceforminput {
    width: 18vw;
    float: right;
    margin-right: 2vw;
    margin-bottom: 0.5vw;
    direction: rtl;
}
.servicelabel{
    float: right;
    width: 100%;
    text-align: right;
    font-size: 0.75vw;
    margin-right: 1vw;
    line-height: 2vw;
    font-weight: 100;
    color: #9a7d65;
    direction: rtl;
}
.serviceformcheck {
    width: 3rem !important;
    height: 2vh;
    margin-top: -0.5vh;
    margin-left: 0.5vw;
}
.serviceformcheckbox{
    margin-right: 2vw;
}
.serviceformsub {
    float: right;
    background: linear-gradient(225deg, #6d533e, #c09370);
    color: white;
    width: 9vw;
    height: 2.2vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    margin-right: 6.5vw;
    margin-top: 4vw;
}
label.smsLabel {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 0.85vw;
    margin-right: 1vw;
    line-height: 2vw;
    font-weight: 100;
    color: #9a7d65;
    direction: rtl;
}

.smsEvent {
    margin-top: 5vh;
    margin-right: 2vw;
    float: right;
    padding-bottom: 10vw;
}

.smsInput {
    width: 18vw;
    float: right;
    margin-right: 2vw;
    margin-bottom: 0.5vw;
    direction: rtl;
}
.smsReciverBox {
    float: right;
    background: #ffffff;
    width: 30vw;
    margin-right: 2vw;
    height: 12vw;
    border-radius: 0.5vw;
    padding: 0.8vw;
    direction: rtl;
    border: solid 1px #ced4db;
    overflow: scroll;
}

.smsReciverBox > .form-check-label {
    font-size: 0.75vw;
    font-weight: 100;
    color: #6d533e;
}
textarea.smsPreview {
    float: right;
    margin-right: 2vw;
    width: 20vw;
    height: 12vw;
    border-radius: 0.5vw;
    border: solid 1px #ced4db;
    text-align: right;
    padding: 0.75vw;
    font-size: 0.75vw;
    font-weight: 100;
    direction: rtl;
}

.smsSubmit {
    float: right;
    background: linear-gradient(225deg, #6d533e, #c09370);
    color: white;
    width: 9vw;
    height: 2.2vw;
    border: solid 1px #ced4da;
    border-radius: 1vw;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    margin-right: 6.5vw;
    margin-top: 4vw;
    margin-left: 75vw;
}
.smsReciverRow {
    font-size: 0.75vw;
    font-weight: 100;
    color: #6d533e;
    float: right;
    width: 100%;
    margin-bottom: 0.2vw;
    padding-right: 1vw;
}
.smsSearch {
    margin-right: 0;
    width: 28vw;
    font-size: 0.75vw;
    font-weight: 100;
    color: #6d533e;
    position: absolute;
}
.smsReciverInner {
    position: absolute;
    width: 28.4vw;
    height: 9vw;
    margin-top: 2vw;
    overflow: scroll;
    padding-top: 1vw;
    padding-bottom: 2vw;
}