@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;
}

li {

    /*     list-style-type: none; */
}

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

.login_sidebox {
    background: linear-gradient(45deg, #F61182, #F05ECB);
    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: 1vh;
    font-size: 1.3vw;
    line-height: 1vw;
    color: #ebebeb;
    font-weight: 100;
}

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

.login_logo {
    width: 12vw;
    margin-right: 5vw;
    margin-top: 15vh;
    filter: invert(1);
}

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

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

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

input.login_sub {
    background: #ffffff;
    width: 10vw;
    height: 4vh;
    border: solid white 2px;
    color: #f4359e;
    border-radius: 10vw;
    margin-top: 2vh;
    margin-right: 6vw;
}

h5.login_iotech {
    width: 22vw;
    text-align: center;
    color: #dfdfdf;
    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: linear-gradient(45deg, #EF5ECB, #F51182);
    text-align: center;
    color: white;
    font-size: 1.5vh;
    line-height: 3vh;
    position: fixed;
}

.menubar {
    position: fixed;
    right: 0;
    top: 3vh;
    bottom: 0;
    width: 12vw;
    background: linear-gradient(45deg, #f51684, #ee5cca);
}

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: #d2157180;
    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: #e2e2e2;
}

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

.menusel {
    background: #d21571;
    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;
    padding-bottom: 1vh;
}

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

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

button.searchbut {
    background: linear-gradient(225deg, #EF5ECB, #F51182);
    border: solid 1px #f41484;
    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: 12vh;
    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 #024074;
}

.accicon {
    float: right;
    color: #024074;
    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: #024074;
    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: linear-gradient(45deg, #f51684a6, #ee5cca);
    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: #f41484;
    border-top: solid #f41484 1px;
    border-right: solid #f41484 1px;
    border-left: solid #f41484 1px;
}

.popuptabsel {
    background: linear-gradient(45deg, #f51684, #ee5cca);
    color: #4b4b4b;
}

.popuptabsel:hover {
    background: #b047a3 !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: linear-gradient(45deg, #f51684, #d21571);
    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: #f41484;
    border: solid #f41484 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 #f41484 1px;
    border-radius: 8px;
    height: 3vh;
    margin-top: 1vh;
    text-align: center;
    color: #f41484;
    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: 2vw;
    height: 14vw;
    border-radius: 0.5vw;
    margin-bottom: 1vw;
}

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

.username {
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 1vw;
    color: #f41484;
    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: linear-gradient(45deg, #f51684, #d21571);
    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: #f41484;
    border-color: #f41484;
}

.useraccspan {
    color: #f41484;
}

.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: #f41484;
    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: #f41484;
    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: #63699a;
    margin-right: 1vw;
    font-weight: 100;
    width: 100%;
    margin-top: 1.2vw;
    margin-bottom: 0.6vw;
}

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

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

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

.useractive {
    border: solid #63699a 2px;
    color: #63699a;
    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: #63699a;
    border-color: white;
    color: white;
}

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

.userinpass2 {
    margin-top: 0.6vw;
}

.usersub {
    width: 9vw;
    background: #f41484;
    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: #f41484;
    border-color: #f41484;
}

.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: #c7103cc;
}

.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 #02;
}

.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: #024074;
    font-size: 1vw;
    margin-left: 0.6vw;
    margin-top: 1.35vh;
    cursor: pointer;
    display: none;
}

img.login_title_img {
    float: right;
    width: 90%;
    margin-right: 5%;
    filter: invert(1);
    margin-bottom: 6vh;
}

.famico {
    margin-left: 0.3vw;
}

.customer-box {
    background: linear-gradient(45deg, #fae9f5, #f3d2e9);
    width: 16vw;
    float: right;
    margin-right: 1vw;
    margin-top: 1vw;
    border-radius: 0.75vw;
    direction: rtl;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px;
    cursor: pointer;
    height: 8.5vw;
}

.customer-av {
    float: right;
    width: 24%;
    height: 8.5vw;
    font-size: 2.4vw;
    color: #d21571;
    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: #e22788;
}

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

.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: #e5e5e5;
    float: right;
    width: 75%;
    text-align: right;
}

.servicesearch-owner {
    font-weight: 100;
    font-size: 0.8rem;
    margin-top: 0.4vw;
    color: #fbfbfb;
    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: #63699a;
    font-size: 1rem;
    font-weight: 100;
    margin-top: 6vh;
}

.popupside {
    float: left;
    background: linear-gradient(45deg, #f51684, #ee5cca);
    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: #dadce5;
    letter-spacing: 2px;
}

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

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: #dadce5;
}

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

.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: #dadce5;
}

span.spis {
    color: #ffb8b8;
}

span.spos {
    color: #97ff97;
}

.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 #f41484;
    background: #ffffff7a;
    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: linear-gradient(225deg, #f51684, #ee5cca);
    color: #dadce5;
    border: solid 1px #ffffff;
    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: 2vw;
    color: #63699a;
    min-width: 20vw;
}

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

button.customer-savebut {
    float: left;
    background: linear-gradient(45deg, #f51684, #ee5cca);
    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: #eed1ec;
    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: linear-gradient(45deg, #ef5ecbf0, #f51182ba);
    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: #f41484;
    font-size: 2.5rem;
    margin-top: 1vw;
}

.servicesearch-icon {
    color: #ffffff;
    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 #f41484;
    padding-top: 0.5rem;
}

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

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

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

.servicesearch-price {
    color: #a13293;
    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: #a13293;
    font-size: 0.85rem;
    font-weight: 100;
    margin-top: 0.2vw;
    direction: ltr;
}

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

.customer-new-order {
    cursor: pointer;
    width: 10vw;
    float: right;
    text-align: center;
    padding-top: 3vw;
    font-size: 3rem;
    color: #f41484;
    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: #f41484;
    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: #63699a;
    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, #f41484, #b047a3);
    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 #f41484;
    color: #f41484;
}

.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, #f41484, #b047a3);
    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, #f41484, #b047a3);
    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, #f41484, #b047a3);
    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, #f41484, #b047a3);
    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: #d21571;
}

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: #d21571;
    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: #f41484;
    border-color: #f41484;
}

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

.innerpop-f-but {
    float: left;
    background: linear-gradient(225deg, #f41484, #b047a3);
    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: 5vh;
    display: none;
}

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

.odat-item {
    width: 8vw;
    background: #eed1ec;
    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: #f41484;
    font-size: 2.5rem;
    margin-top: 1vw;
}

.odat-price {
    font-size: 1.2rem;
    color: #f41484;
    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: #f41484;
    font-weight: 100;
}

.odatf-owner {
    color: #f41484;
    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, #f41484, #b047a3);
    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 #f41484;
    color: #f41484;
    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: #d21571;
}

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: #e22989;
    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: #717171;
    letter-spacing: 2px;
    direction: ltr;
    margin-bottom: 5vw;
}

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

td.club-info-tt {
    color: #63699a;
    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, #f41484, #b047a3);
    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 #63699a 1px;
}

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

button.customer-changeown {
    float: left;
    background: linear-gradient(225deg, #f41484, #b047a3);
    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, #f41484, #b047a3);
    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: #f41484;
    margin-top: 1vh;
    margin-bottom: 2vh;
}

.pp5 {
    padding-top: 2vh;
}

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

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

.chart2 {
    height: 500px;
    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: linear-gradient(45deg, #ef5ecb, #f51182);
    font-size: 0.9rem;
    font-weight: 100;
    color: white;
    border-bottom: solid white 5px;
}

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

td.charttxtboxtd {
    padding-top: 1%;
    padding-bottom: 1%;
    font-weight: 100;
    width: 10%;
    text-align: right;
    direction: ltr;
}

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

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

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

.chart5 {
    height: 370px;
    width: 100%;
    float: left;
    direction: ltr;
}

.finsidebar {
    width: 16%;
    background: linear-gradient(45deg, #fae9f5, #f3d2e9);
    position: fixed;
    bottom: 0;
    top: 8vh;
    overflow: scroll;
    left: 0;
}

.finbalancebox {
    width: 90%;
    float: left;
    margin-left: 5%;
    text-align: center;
    background: #f23ea7;
    margin-top: 1vh;
    border-radius: 1.5vh;
    direction: rtl;
    height: fit-content;
    padding-bottom: 1.5vh;
    font-weight: 100;
    color: #3f3f3f;
    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: #f23ea7;
    border-radius: 1.5vh;
    margin-top: 2vh;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    line-height: 2rem;
}

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

.finpayhead {
    background: #f23ea7;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 1vh;
    border: solid 2px #f23ea7;
    border-radius: 1.5vh;
    text-align: right;
    padding-right: 2%;
    padding-left: 2%;
    line-height: 2rem;
    font-weight: 100;
    direction: rtl;
    color: #ffffff;
    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: #e22686;
    float: left;
    border-radius: 0 0 1.5vh 1.5vh;
    padding-bottom: 2vh;
    padding-top: 1vh;
    padding-right: 3%;
    padding-left: 3%;
    color: white;
}

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

button.finbalanceprint {
    background: linear-gradient(45deg, #f51684, #d21571);
    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: linear-gradient(45deg, #fae9f5, #f3d2e9);
    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;
    cursor: pointer;
    color: #d21571;
}

.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: #e22989;
}

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

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

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

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

span.fis {
    color: #313131;
}

span.fos {
    color: #313131;
}

.finrow-button {
    float: right;
    background: linear-gradient(45deg, #f51684, #d21571);
    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 #f41484;
    color: #f41484;
    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: #dadce5;
    line-height: 1.5rem;
}

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

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

button.customer-changeindex {
    float: right;
    background: linear-gradient(45deg, #f51684, #ee5cca);
    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: #f41484;
    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 #f41484;
}

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

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

tr.invoicepop-trt {
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: #f41484;
}

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: #f41484;
    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: #63699a;
    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, #f41484, #b047a3);
    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: #f41484;
    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: #63699a;
    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, #f41484, #b047a3);
    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: #63699a;
}

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

.repinv-td {
    padding-top: 0.75vh;
    padding-bottom: 0.75vh;
    background: #b047a3;
    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, #f41484, #b047a3);
    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 {
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    float: right;
    width: 7vw;
    margin-top: -2vw;
    max-height: 7vw;
}

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

.storage-code {
    text-align: center;
    margin-top: 0.3vw;
    font-size: 0.6vw;
    color: #7d606e94;
    font-weight: 100;
    position: absolute;
    direction: rtl;
    margin-left: 9vw;
}

.storage-inventory {
    width: 70%;
    float: right;
    margin-right: 15%;
    margin-top: 0.3vw;
    text-align: center;
    font-size: 0.7vw;
    line-height: 1.5vw;
    font-weight: 100;
}

.storage-alarm {
    margin-top: 0.5vw;
    font-size: 0.8vw;
    direction: rtl;
    color: #de2584;
    position: absolute;
    margin-left: 0.5vw;
    cursor: help;
}

.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: 13vh;
    right: 9vw;
    left: 9vw;
    z-index: 99999999;
    display: none;
}

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

.storage-popuptab {
    background: linear-gradient(45deg, #f51684a6, #ee5cca);
    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: #f41484;
    border-top: solid #f41484 1px;
    border-right: solid #f41484 1px;
    border-left: solid #f41484 1px;
}

.storage-popuptabsel {
    background: linear-gradient(45deg, #f51684, #ee5cca);
    color: #404145;
}

.storage-popuptabsel:hover {
    background: #b047a3 !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: 18vh;
    color: black;
    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: linear-gradient(45deg, #f51684, #ee5cca);
    height: 100%;
    width: 13vw;
    overflow-y: scroll;
    padding-bottom: 3vh;
}

.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(45deg, #f51684, #d21571);
    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: 1vw;
    margin-right: 1vw;
    margin-bottom: 0.5vw;
}

.storage-createdate {
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.7rem;
    color: #dadce5;
    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: #dadce5;
    float: right;
    width: 100%;
    text-align: center;
    direction: rtl;
}

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

.storage-sidebar-note-box {
    width: 100%;
    margin-top: 2vw;
    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 #f41484;
    background: #ffffff7a;
    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: linear-gradient(45deg, #f51684, #d21571);
    color: white;
    border: solid 1px white;
    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(45deg, #f51684, #ee5cca);
    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: 1vw;
    margin-right: 1vw;
    margin-bottom: 0.5vw;
}

.storage-outbut {
    float: left;
    background: linear-gradient(45deg, #f51684, #ee5cca);
    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: #d21571;
}

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: #e22283;
    border-left: solid 1px #f2f2f2;
    color: #f2f2f2;
    font-weight: bold;
}

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

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

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

td.storage-td-out {
    padding-top: 0.75vh;
    padding-bottom: 0.75vh;
    background: #f4218c;
    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, #f41484, #b047a3);
    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(45deg, #f51684, #ee5cca);
    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(45deg, #f51684, #ee5cca);
    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, #f41484, #b047a3);
    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 #f41484;
    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: #f41484;
    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: #f41484;
    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: #f41484;
    font-size: 1vw;
    font-weight: bold;
}

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

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

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

.charttxtboxtr5 {
    background: white !important;
}

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

.chart10 {
    height: 370px;
    width: 100%;
    float: left;
    direction: ltr;
}

.order-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;
}

.order-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;
}

.storage-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;
}

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

.buy-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;
}

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

.chart9 {
    width: 40vw;
    float: left;
    direction: ltr;
    height: 350px;
}

.chart11 {
    height: 370px;
    width: 100%;
    float: left;
    direction: ltr;
}

.chart12 {
    height: 370px;
    width: 100%;
    float: left;
    direction: ltr;
}

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 #f042ab;
    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: linear-gradient(45deg, #EF5ECB, #F51182);
    direction: rtl;
    padding-right: 0.5vw;
    line-height: 2vw;
    font-size: 0.8vw;
    color: white;
}

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

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: #f41484;
    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 #f41484 1px;
    border-radius: 8px;
    height: 1.5vw;
    margin-top: 0.25vw;
    text-align: center;
    color: #f41484;
    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: #63699a;
    padding-bottom: 0.5vw;
}

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

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

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

.drtitle {
    float: right;
    width: 100%;
    text-align: center;
    color: #a13293;
    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: #a13293 !important;
}

.dr-savebut {
    float: left;
    background: linear-gradient(225deg, #f41484, #a13293);
    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: #a13293;
    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: #a13293;
    font-weight: 100;
}

.customer-sendbut {
    float: left;
    background: linear-gradient(45deg, #f51684, #ee5cca);
    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: #a13293;
    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, #f41484, #a13293);
    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: #a13293;
    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: #a13293;
}

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

.menuicon {
    display: none;
}

.menuback {
    display: none;
}

#mobile-indicator {
    display: none;
}

.filtericon {
    display: none;
}

/* .finmainpage {
width: 100%;
margin-left: 0;
padding-top: 2vh;
}

.finsidebar {
display: none;
} */

/* .finrow {
width: 94%;
margin-right: 3%;
margin-left: 3%;
height: 15vw;
}
.finrow-icon {
height: 15vw;
font-size: 5vw;
padding-top: 4vw;
}

.finrow-userbox {
width: 26%;
height: 15vw;
}

.finrow-name {
font-size: 3vw;
line-height: 6vw;
margin-top: 1vw;
}

.finrow-mob {
font-size: 2vw;
line-height: 4vw;
margin-top: -1vw;
}

.finrow-owner {
font-size: 2vw;
}

.finrow-pricebox {
height: 15vw;
width: 30%;
font-size: 1.7vw;
}

.finrow-service {
font-size: 2.5vw;
line-height: 5vw;
margin-top: 1vw;
}

.finrow-button.finrow-serviceprint.finrow-printbut.finrow-deactbut {
display: none;
}

.finrow-button {
width: 15vw;
height: 7vw;
margin-top: 4vw;
font-size: 1.8vw;
padding-top: 2vw;
} */
.storage-txt {
    margin-top: 0.4vw;
    margin-bottom: 0.4vw;
    font-weight: 100;
    color: #404145;
    height: 8vw;
}

.sform-brandname {
    display: none;
}

input.form-control.sform-img {
    margin-top: 0.4vw;
    margin-bottom: 0.4vw;
    font-weight: 100;
    color: #404145;
}

button.storage-savebut {
    margin-top: 2vw;
}

.storage-brand {
    width: 100%;
    text-align: center;
    float: right;
    font-size: 0.6vw;
    color: #7c606e;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    font-weight: 100;
}

.storage-price {
    width: 70%;
    background: linear-gradient(45deg, #d21571, #e22989);
    float: right;
    margin-right: 15%;
    height: 1.7vw;
    margin-top: 0.5vw;
    border-radius: 0.6vw;
    text-align: center;
    font-size: 1.3vw;
    line-height: 2vw;
    color: #f2f2f2;
}

span.sispan {
    color: #d51a75;
    font-weight: bold;
}

.storage-alarm-span {
    direction: rtl;
    background: #212529db;
    color: white;
    width: fit-content;
    height: 1.8vw;
    position: absolute;
    font-size: 0.75vw;
    padding: 0.5vw;
    line-height: 0.8vw;
    border-radius: 0 0.5vw 0.5vw 0.5vw;
    margin-left: 1vw;
    margin-top: 1.2vw;
    display: none;
}

.sidestorage-imgbox {
    float: right;
    width: 13vw;
    margin-top: 4vw;
}

img.sidestorage-img {
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
}

.sidestorage-name {
    float: right;
    width: 100%;
    text-align: center;
    color: #f2f2f2;
    font-size: 0.9vw;
    margin-top: 0.5vw;
}

.sidestorage-brand {
    width: 100%;
    text-align: center;
    font-size: 0.8vw;
    font-weight: 100;
    line-height: 2vw;
}

.sidestorage-price {
    width: 60%;
    float: right;
    margin-right: 20%;
    margin-left: 20%;
    text-align: center;
    background: #f2f2f2;
    border-radius: 0.5vw;
    color: #d21571;
    border: solid 1px #d21571;
    font-size: 1vw;
    margin-top: 1vw;
}

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

span.ssispan {
    font-weight: bold;
    font-size: 0.8vw;
}

.sidestorage-alarm {
    direction: rtl;
    width: 100%;
    text-align: center;
    font-size: 0.8vw;
    color: white;
    float: right;
    margin-top: 1vw;
}

.sidestorage-code {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 0.75vw;
    color: #404145;
    font-weight: 100;
    margin-top: 1vw;
}

.sform-price {
    font-weight: bold;
    text-align: left;
    color: #d21571;
}

.sform-discount {
    font-weight: bold;
    text-align: left;
    color: #d21571;
}

.sidestorage-wait {
    width: 100%;
    float: right;
    display: none;
}

img.sidestorage-waitimg {
    width: 12%;
    margin-right: 44%;
    margin-left: 44%;
    margin-top: 5vw;
}

.buybox {
    background: #f2f2f2;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 13vw;
    float: right;
    margin-right: 1.5vw;
    margin-top: 2vw;
    height: 15vw;
    border-radius: 0 0 0.7vw 0.7vw;
}

.buybox-head {
    width: 100%;
    text-align: center;
    background: linear-gradient(45deg, #f51684, #d21571);
    height: 2vw;
    line-height: 2vw;
    color: #f2f2f2;
    font-size: 0.9vw;
    font-weight: bold;
}

.buybox-body {
    float: right;
    width: 100%;
    text-align: right;
    direction: rtl;
    font-weight: 100;
    padding: 1vw;
    line-height: 1.7vw;
    font-size: 0.9vw;
}

button.buybox-but {
    float: right;
    background: linear-gradient(45deg, #f51684, #d21571);
    color: white;
    width: 9vw;
    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: 1vw;
    margin-top: 1vw;
    margin-left: 1vw;
}

.buybox-icon {
    color: #d21571;
    padding-left: 0.3vw;
}

.buybox-status {
    width: 100%;
    text-align: center;
    font-size: 0.74vw;
    color: #e22b8b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.buy-popuptab {
    background: linear-gradient(45deg, #f51684a6, #ee5cca);
    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;
}

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

.buy-popuptabsel {
    background: linear-gradient(45deg, #f51684, #ee5cca);
    color: #404145;
}

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

.buy-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: scroll;
    padding-bottom: 3vh;
}

.buy-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;
}

.buy-exitpopup {
    position: fixed;
    left: 6.5vw;
    top: 15vh;
    color: black;
    font-size: 1rem;
    cursor: pointer;
}

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

.buy-popupside {
    float: left;
    background: linear-gradient(45deg, #f51684, #ee5cca);
    height: 100%;
    width: 13vw;
    overflow-y: scroll;
    padding-bottom: 3vh;
}

.buy-inerpop {
    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;
}

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

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

.buy-addproduct {
    float: right;
    background: linear-gradient(45deg, #f51684, #d21571);
    color: white;
    width: 9vw;
    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: 1vw;
    margin-top: 1vw;
    margin-left: 2vw;
    font-size: 0.7vw;
    font-weight: 100;
    direction: rtl;
}

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

input.searchproduct.form-control {
    width: 50%;
    font-weight: 100;
    margin-right: 2vw;
    color: #f41484;
}

.buyproductbox {
    background: white;
    width: 20vw;
    margin-right: 2vw;
    height: 5vw;
    border-radius: 0.6vw;
    border: solid 1px #dfdfdf;
    margin-top: 1vw;
    cursor: pointer;
}

img.buyproduct-img {
    height: 4vw;
    margin-top: 0.5vw;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
    float: right;
}

.buyproduct-name {
    width: 60%;
    text-align: right;
    margin-top: 0.75vw;
    float: right;
    font-size: 0.9vw;
    color: #d21571;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}

.buyproduct-brand {
    width: 60%;
    text-align: right;
    margin-top: 0.25vw;
    float: right;
    font-size: 0.7vw;
    color: #4e4e4e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    font-weight: 100;
}

label.buyform-label {
    font-size: 0.8vw;
    direction: rtl;
    font-weight: 100;
    float: right;
    line-height: 2vw;
    margin-left: 0.5vw;
    margin-top: 1vw;
}

.buyform-date {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 2vw;
    margin-top: 1vw;
}

.buyform-store {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 2vw;
    margin-top: 1vw;
}

.buyform-sum {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 1vw;
    margin-top: 1vw;
}

.buyform-scount {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 1vw;
    margin-top: 1vw;
}

.buyform-dis {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 1vw;
    margin-top: 1vw;
}

.buyform-pay {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 2vw;
    margin-top: 1vw;
}

.buyform-details {
    float: right;
    width: 24vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 2vw;
    margin-top: 1vw;
}

.buyform-productsbox {
    width: 90%;
    float: right;
    margin-right: 5%;
    margin-top: 2%;
    height: 60vh;
    overflow: scroll;
    margin-left: 5%;
}

.buyform-product {
    float: right;
    width: 100%;
    height: 5.5vw;
    background: white;
    border-radius: 1vw;
    border: solid 1px #c9c9c9;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

img.buyform-img {
    height: 4.5vw;
    float: right;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    margin-right: 1vw;
    margin-left: 1vw;
}

.buyform-name {
    float: right;
    font-size: 0.8vw;
    color: #d21571;
    text-align: right;
    direction: rtl;
    width: 100%;
}

.buyform-brand {
    float: right;
    font-size: 0.8vw;
    color: #464646;
    text-align: right;
    direction: rtl;
    font-weight: 100;
    width: 100%;
    margin-top: 0.3vw;
}

.buyform-textbox {
    float: right;
    width: 15vw;
    margin-top: 1vw;
    height: 3.5vw;
    margin-bottom: 0.5vw;
}

.buyform-lastdata {
    float: right;
    height: 4.5vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    text-align: right;
    font-size: 0.75vw;
    font-weight: 100;
    line-height: 1.5vw;
    width: 9.5vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}

span.buyform-lastbuyprice {
    color: #d21571;
    font-weight: bold;
}

span.buyform-lastprice {
    color: #d21571;
    font-weight: bold;
}

span.buyform-lastinv {
    color: #d21571;
    font-weight: bold;
}

input.buyform-count.form-control {
    float: right;
    width: 4vw;
    text-align: center;
    font-weight: 100;
    color: #464646;
    margin-left: 1vw;
    margin-top: 1.5vw;
    margin-right: 3vw;
}

input.buyform-price.form-control.sno {
    float: right;
    width: 8vw;
    text-align: center;
    font-weight: 100;
    color: #464646;
    margin-left: 1vw;
    margin-top: 1.5vw;
}

input.buyform-sprice.form-control.sno {
    float: right;
    width: 8vw;
    text-align: center;
    color: #d21571;
    margin-left: 1vw;
    margin-top: 1.5vw;
}

.buyform-del {
    float: right;
    margin-top: 2vw;
    font-size: 1vw;
    cursor: pointer;
}

.buyform-sbox {
    margin-right: 2vw;
}

button.buyform-sub {
    float: right;
    background: linear-gradient(45deg, #f51684, #d21571);
    color: white;
    width: 9vw;
    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: 7vw;
    margin-top: 1vw;
    margin-left: 2vw;
    font-size: 0.7vw;
    font-weight: 100;
    direction: rtl;
}

input.buyform-exp.form-control {
    float: right;
    width: 8vw;
    text-align: center;
    font-weight: 100;
    color: #464646;
    margin-right: 1vw;
    margin-top: 1.5vw;
}

.stilink {
    cursor: pointer;
}

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

.order-popup-header {
    width: 100%;
    float: right;
    background: #d21571;
    height: 1.5vw;
    cursor: move;
}

.order-popup-exit {
    float: left;
    color: #f2f2f2;
    margin-left: 0.5vw;
    margin-top: 0.2vw;
    cursor: pointer;
}

span.order-popup-title {
    float: right;
    margin-right: 0.5vw;
    font-size: 0.8vw;
    margin-top: 0.1vw;
    color: #f2f2f2;
}

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

.order-addproduct {
    float: right;
    background: linear-gradient(45deg, #f51684, #d21571);
    color: white;
    width: 9vw;
    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: 1vw;
    margin-top: 1vw;
    margin-left: 2vw;
    font-size: 0.7vw;
    font-weight: 100;
    direction: rtl;
}

label.orderform-label {
    font-size: 0.8vw;
    direction: rtl;
    font-weight: 100;
    float: right;
    line-height: 2vw;
    margin-left: 0.5vw;
    margin-top: 1vw;
}

.orderform-createtime {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 2vw;
    margin-top: 1vw;
}

.orderform-finishtime {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 2vw;
    margin-top: 1vw;
}

.orderform-oprator {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 2vw;
    margin-top: 1vw;
}

.orderform-status {
    float: right;
    width: 10vw;
    text-align: center;
    color: #e2e2e2;
    margin-left: 2vw;
    margin-top: 1vw;
}

.orderform-statusbox {
    float: left;
}

.orderform-productsbox {
    width: 90%;
    float: right;
    margin-right: 5%;
    margin-top: 2%;
    height: 58vh;
    overflow: scroll;
    margin-left: 5%;
}

.orderform-sum {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 1vw;
    margin-top: 1vw;
}

.orderform-scount {
    float: right;
    width: 4vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 1vw;
    margin-top: 1vw;
}

.orderform-dis {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 1vw;
    margin-top: 1vw;
}

.orderform-pay {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 1vw;
    margin-top: 1vw;
}

.orderform-prof.sno {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 1vw;
    margin-top: 1vw;
}

button.orderform-sub {
    float: right;
    background: linear-gradient(45deg, #f51684, #d21571);
    color: white;
    width: 9vw;
    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: 2vw;
    margin-top: 1vw;
    margin-left: 2vw;
    font-size: 0.7vw;
    font-weight: 100;
    direction: rtl;
    margin-bottom: 0.5vw;
}

.orderform-senddate {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 1vw;
    margin-top: 1vw;
}

.orderform-sendcode {
    float: right;
    width: 20vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 1vw;
    margin-top: 1vw;
}

.orderform-sendtype {
    float: right;
    width: 9vw;
    text-align: center;
    font-weight: 100;
    color: #d21571;
    margin-left: 1vw;
    margin-top: 1vw;
}

.orderform-sendstatus {
    float: right;
    width: 9vw;
    text-align: center;
    color: #a69fa2;
    margin-left: 1vw;
    margin-top: 1vw;
}

.buyform-ssbox {
    margin-right: 5.8vw;
}

.order-inerpop {
    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;
}

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

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

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

input.searchorderproduct.form-control {
    width: 50%;
    font-weight: 100;
    margin-right: 2vw;
    color: #f41484;
}

.orderproductbox {
    background: white;
    width: 20vw;
    margin-right: 2vw;
    height: 5vw;
    border-radius: 0.6vw;
    border: solid 1px #dfdfdf;
    margin-top: 1vw;
    cursor: pointer;
}

.orderproduct-img {
    height: 4vw;
    margin-top: 0.5vw;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
    float: right;
}

.orderproduct-name {
    width: 60%;
    text-align: right;
    margin-top: 0.75vw;
    float: right;
    font-size: 0.9vw;
    color: #d21571;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}

.orderproduct-brand {
    width: 60%;
    text-align: right;
    margin-top: 0.25vw;
    float: right;
    font-size: 0.7vw;
    color: #4e4e4e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    font-weight: 100;
}

.orderform-product {
    float: right;
    width: 100%;
    height: 5.5vw;
    background: white;
    border-radius: 1vw;
    border: solid 1px #c9c9c9;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

img.orderform-img {
    height: 4.5vw;
    float: right;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    margin-right: 1vw;
    margin-left: 1vw;
}

.orderform-name {
    float: right;
    font-size: 0.8vw;
    color: #d21571;
    text-align: right;
    direction: rtl;
    width: 100%;
}

.orderform-brand {
    float: right;
    font-size: 0.8vw;
    color: #464646;
    text-align: right;
    direction: rtl;
    font-weight: 100;
    width: 100%;
    margin-top: 0.3vw;
}

.orderform-textbox {
    float: right;
    width: 15vw;
    margin-top: 1vw;
    height: 3.5vw;
    margin-bottom: 0.5vw;
    position: relative;
}

.orderform-lastdata {
    float: right;
    height: 4.5vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    text-align: right;
    font-size: 0.75vw;
    font-weight: 100;
    line-height: 1.5vw;
    width: 9.5vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}

span.orderform-inv {
    color: #d21571;
    font-weight: bold;
}

span.orderform-sellprice {
    color: #d21571;
    font-weight: bold;
}

span.orderform-profit {
    color: #d21571;
    font-weight: bold;
}

.invzero {
    filter: grayscale(1);
    opacity: 0.85;
}

input.orderform-count.form-control {
    float: right;
    width: 4vw;
    text-align: center;
    font-weight: 100;
    color: #464646;
    margin-left: 1vw;
    margin-top: 1.5vw;
    margin-right: 1vw;
}

input.orderform-price.form-control.sno {
    float: right;
    width: 8vw;
    text-align: center;
    font-weight: 100;
    color: #464646;
    margin-left: 1vw;
    margin-top: 1.5vw;
}

input.orderform-sprice.form-control.sno {
    float: right;
    width: 8vw;
    text-align: center;
    color: #d21571;
    margin-left: 1vw;
    margin-top: 1.5vw;
}

.orderform-del {
    float: right;
    margin-top: 2vw;
    font-size: 1vw;
    cursor: pointer;
}

input.orderform-details.form-control {
    float: right;
    width: 12vw;
    text-align: center;
    color: #d21571;
    margin-left: 1vw;
    margin-top: 1.5vw;
}

.blue {
    background: #2196F3 !important;
    color: white !important;
}

.green {
    background: #009688 !important;
    color: white !important;
}

.yellow {
    background: #FFC107 !important;
    color: white !important;
}

.darkred {
    background: #b01d1d !important;
    color: white !important;
}

.lightgray {
    background: #cbcaca !important;
    color: white !important;
}

.pink {
    background: #e32b8b !important;
    color: white !important;
}

.gray {
    background: #939393 !important;
    color: white !important;
}

.customer-order-box {
    width: 13vw;
    background: #f3d2e9;
    border-radius: 0 0 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: 0.5vw;
    cursor: pointer;
}

.customer-order-header {
    width: 100%;
    height: 1.75vw;
    background: #d21571;
}

span.customer-order-header-name {
    float: right;
    margin-right: 0.5vw;
    font-size: 0.8vw;
    color: white;
    font-weight: 100;
    line-height: 1.7vw;
}

span.customer-order-header-status {
    float: left;
    font-size: 0.6vw;
    background: #2196F3;
    margin-left: 0.3vw;
    margin-top: 0.3vw;
    height: 1.15vw;
    padding-right: 0.3vw;
    padding-left: 0.3vw;
    color: white;
    border-radius: 0.3vw;
    line-height: 1.2vw;
}

.customer-order-product {
    width: 33%;
    float: right;
    margin-top: 1vw;
    position: relative;
}

img.customer-order-product-img {
    width: 90%;
}

.customer-order-product-count {
    background: #d21571;
    position: absolute;
    font-size: 0.6vw;
    color: white;
    height: 0.8vw;
    margin-top: -0.7vw;
    margin-right: 0.2vw;
    padding-right: 0.3vw;
    padding-left: 0.3vw;
    border-radius: 0.5vw;
    font-weight: 100;
}

.customer-order-date {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 1.3vw;
    font-weight: 100;
    font-size: 0.8vw;
    color: #474747;
}

.customer-order-status {
    float: right;
    width: 40%;
    margin-right: 30%;
    margin-left: 30%;
    font-size: 0.8vw;
    background: #009688;
    border-radius: 0.4vw;
    color: white;    /* font-weight: 100; */
    margin-top: 0.2vw;
}

.customer-order-price {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 0.3vw;
    font-weight: 100;
    font-size: 0.8vw;
    color: #d21571;
}

.customer-order-products-box {
    float: right;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

.order-box {
    width: 16vw;
    background: linear-gradient(45deg, #fae9f5, #f3d2e9);
    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;
}

img.order-card {
    width: 1.5vw;
    margin-top: 0.65vw;
}

.order-header {
    width: 100%;
    background: #e22b8b;
    height: 2.5vw;
    border-radius: 0.5vw 0.2vw 0 0;
    float: right;
}

.order-cardbox {
    float: right;
    height: 100%;
    width: 2.5vw;
}

.order-name {
    float: right;
    height: 100%;
    width: 7vw;
    text-align: right;
    color: #e2e2e2;
    font-weight: 100;
    line-height: 2.3vw;
    font-size: 0.75vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-infobox {
    float: left;
    width: 6vw;
    direction: ltr;
    font-size: 0.5vw;
    text-align: left;
    margin-left: 0.4vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-insta {
    color: white;
    margin-top: 0.5vw;
}

.order-mob {
    color: #ffb7dd;
    font-weight: 100;
    margin-top: 0.1vw;
    margin-left: 0.2vw;
}

img.order-product-img {
    width: 90%;
}

.order-productbox {
    width: 23%;
    float: right;
    margin-top: 1vw;
    margin-right: 1%;
    margin-left: 1%;
    max-height: 3vw;
}

.order-product-count {
    background: #d21571;
    position: absolute;
    font-size: 0.6vw;
    color: white;
    height: 0.8vw;
    margin-top: -0.7vw;
    margin-right: 0.2vw;
    padding-right: 0.3vw;
    padding-left: 0.3vw;
    border-radius: 0.5vw;
    font-weight: 100;
}

.order-product-mainbox {
    float: right;
    width: 100%;
    border-bottom: solid 1px #d21571;
    padding-bottom: 1vw;
}

.order-footerdata {
    float: right;
    width: 50%;
    height: 3.3vw;
    font-size: 0.75vw;
    text-align: right;
    padding-right: 0.5vw;
    padding-top: 0.4vw;
    color: #d21571;
    font-weight: 100;
    line-height: 1.2vw;
}

.order-status {
    float: left;
    width: 7vw;
    margin-left: 0.5vw;
    font-size: 0.8vw;
    background: #009688;
    border-radius: 0.4vw;
    color: white;
    font-weight: 100;
    margin-top: 0.5vw;
    height: 1.4vw;
    line-height: 1.5vw;
}

.order-statusbox {
    float: left;
    width: 50%;
}

.order-sendstatus {
    float: left;
    width: 7vw;
    margin-left: 0.5vw;
    font-size: 0.8vw;
    background: #ffc107;
    border-radius: 0.4vw;
    color: white;
    font-weight: 100;
    margin-top: 0.2vw;
    height: 1.4vw;
    line-height: 1.5vw;
}

.sellink {
    cursor: pointer;
}

.hide {
    display: none;
}

.orderform-sendpart {
    width: 100%;
    float: right;
}

d {
    color: black;
    font-weight: bold;
    font-size: 1rem;
}

.mainbuybox {
    width: 100%;
    float: right;
    padding-bottom: 10vw;
}

td.helpprice {
    text-align: right;
    font-weight: 100;
    font-size: 0.7vw;
    padding-top: 0.5vw;
    line-height: 1.2vw;
}

span.ydbuy {
    font-weight: bold;
    color: #d31571;
}

span.ydmin {
    font-weight: bold;
    color: #d31571;
}

span.ydpro {
    font-weight: bold;
    color: #d31571;
}

.charttxtboxnp {
    padding-top: 1%;
    padding-bottom: 1%;
    font-weight: 100;
    width: 10%;
    text-align: right;
    direction: ltr;
    opacity: 0.6;
}

.charttxttitle {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 1vw;
    color: #e22c8b;
}

.charttxtboxtablest {
    width: 35vw !important;
    margin-top: 3vw;
}

.orderform-tag {
    text-align: center;
    margin-top: 3vw;
    font-size: 0.6vw;
    color: #7d606e94;
    font-weight: 100;
    position: absolute;
    direction: rtl;
}

.buyform-tag {
    text-align: center;
    margin-top: 0.4vw;
    font-size: 0.6vw;
    color: #7d606e94;
    font-weight: 100;
    direction: rtl;
    width: 30vw;
    float: left;
    padding-right: 2.5vw;
}

.storage-enname {
    display: none;
}

.order-address {
    display: none;
}

.site-lable {
    color: #404145;
    font-weight: 100;
    padding-left: 1vw;
    font-size: 0.9rem;
    padding-right: 1vw;
    float: right;
    width: 100%;
    margin-bottom: 1%;
}

.site-gal-upload {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 12vw;
    float: right;
    margin-right: 1.5vw;
    margin-top: 4.5%;
    height: 13.5vw;
    border-radius: 0.5vw;
    text-align: center;
    padding-top: 26%;
    font-weight: 100;
    color: #555659;
    cursor: pointer;
}

.site-gallerybox {
    float: right;
    width: 100%;
    margin-bottom: 3%;
}

span.site-gal-plus {
    color: #555659;
    font-size: 3vw;
}

.site-gal-imgbox {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 12vw;
    float: right;
    margin-right: 1.5vw;
    margin-top: 1%;
    border-radius: 0.5vw;
    text-align: center;
    font-weight: 100;
    color: #555659;
    overflow: hidden;
}

img.site-gal-img {
    width: 12vw;
    height: 12vw;
    float: right;
}

.site-gal-bar {
    float: right;
    width: 100%;
    margin-top: 1%;
}

.site-gal-img-del {
    float: left;
    margin-left: 4%;
    cursor: pointer;
    margin-bottom: 1%;
    margin-top: 1%;
    color: #d21571;
    font-size: 0.8vw;
}

.site-gal-img-check {
    width: 1vw;
    height: 1vw;
    float: right;
    border: solid 1px #d21571;
    border-radius: 50%;
    margin-right: 3%;
    margin-top: 1%;
    margin-bottom: 1%;
    cursor: pointer;
    overflow: hidden;
}

.site-color-main {
    float: right;
    width: 100%;
    margin-bottom: 2%;
}

.site-color-box {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    float: right;
    margin-right: 1vw;
    height: 2.5vw;
    border-radius: 1.5vw;
    text-align: right;
    font-weight: 100;
    color: #555659;
    padding-left: 1vw;
}

.site-color-new {
    display: none;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    float: right;
    margin-right: 1vw;
    height: 2.5vw;
    border-radius: 1.5vw;
    text-align: right;
    font-weight: 100;
    color: #555659;
    padding-left: 1vw;
}

.site-color {
    width: 1.5vw;
    height: 1.5vw;
    background: #E91E63;
    border-radius: 50%;
    border: solid 1px #b9b9b9;
    float: right;
    margin-right: 0.5vw;
    margin-top: 0.5vw;
    margin-left: 0.5vw;
}

span.site-color-name {
    line-height: 2.5vw;
    float: right;
}

.site-color-plus {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    float: right;
    margin-right: 1vw;
    height: 2.5vw;
    width: 2.5vw;
    border-radius: 50%;
    text-align: right;
    font-weight: 100;
    color: #555659;
    cursor: pointer;
    text-align: center;
    font-size: 1.5vw;
    line-height: 3vw;
}

span.site-color-del {
    float: right;
    font-size: 0.7vw;
    margin-right: 0.5vw;
    line-height: 2.5vw;
    cursor: pointer;
}

.site-gal-img-sel {
    width: 100%;
    height: 100%;
    background: #e12c8c;
    border: solid white 1px;
    border-radius: 50%;
}

.site-color-code-in {
    float: right;
    width: 4vw;
    margin-right: 1vw;
    height: 1.7vw;
    margin-top: 0.4vw;
    font-weight: 100;
    font-size: 0.8vw;
}

.site-color-name-in {
    float: right;
    width: 8vw;
    margin-right: 0.3vw;
    height: 1.7vw;
    margin-top: 0.4vw;
    font-size: 0.8vw;
    font-weight: 100;
}

.site-color-save {
    float: right;
    margin-right: 0.5vw;
    line-height: 2.6vw;
    color: #d21571;
    cursor: pointer;
}

.sitetxtbox {
    float: right;
    width: 98%;
    margin-bottom: 3%;
    margin-right: 1vw;
    margin-left: 1vw;
}

.site-cat-main-box {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 98%;
    float: right;
    margin-right: 1vw;
    margin-top: 1%;
    height: 15vw;
    border-radius: 0.5vw;
    text-align: right;
    padding-top: 2%;
    font-weight: 100;
    color: #555659;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    overflow: scroll;
    font-size: 0.9vw;
    line-height: 1.6vw;
    margin-bottom: 3%;
}

.scliarr {
    font-size: 1.1vw;
    margin-left: -0.85vw;
    cursor: pointer;
    color: #d21571;
}

.sclich {
    margin-right: 0.2vw;
    cursor: pointer;
    font-size: 1vw;
}

.fa-square-check.sclich {
    color: #d21571;
}

.scul {
    display: none;
}

span.sclitxt {
    margin-right: 1vw;
    cursor: pointer;
}

li.scn {
    margin-right: 1vw;
    font-size: 0.8vw;
    cursor: pointer;
}

.scn > i {
    color: #d21571;
}

.sccatin {
    width: 20%;
    margin-right: 1vw;
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: 0.7vw;
    font-weight: 100;
    color: #555659;
}

.site-tags-in {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
}

.site-tags-box {
    float: right;
    width: 100%;
    margin-right: 1vw;
    margin-top: 1%;
    margin-bottom: 2%;
    direction: rtl;
}

.site-tag {
    font-size: 0.85vw;
    font-weight: 100;
    color: #6c6d71;
    float: right;
    cursor: pointer;
    margin-right: 0.5vw;
}

span.stag {
    color: #d21571;
    cursor: auto;
}

.site-country {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
    margin-bottom: 2%;
    color: #d21571;
}

.site-count {
    float: right;
    width: 25%;
    margin-right: 1vw;
    font-weight: 100;
    margin-bottom: 2%;
    text-align: center;
}

.site-dimension {
    float: right;
    width: 14.5%;
    margin-right: 0.25vw;
    font-weight: 100;
    margin-bottom: 2%;
    color: #d21571;
}

.site-option-optxt {
    float: right;
    width: 25%;
    margin-right: 1vw;
    font-weight: 100;
}

.site-option-valtxt {
    float: right;
    width: 70%;
    margin-right: 0.25vw;
    font-weight: 100;
}

.site-option-in {
    float: right;
    width: 100%;
    direction: rtl;
    margin-bottom: 1%;
}

.site-option-box {
    float: right;
    width: 100%;
}

.site-option-new {
    float: right;
    width: 100%;
    padding-right: 1vw;
    margin-bottom: 2%;
    font-size: 0.8vw;
    color: #404145;
    cursor: pointer;
}

span.site-option-span {
    float: right;
    font-size: 1.5vw;
    margin-right: 0.2vw;
}

.site-ingredient-in {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
}

.site-ingredient-box {
    float: right;
    width: 100%;
    margin-right: 1vw;
    margin-top: 1%;
    margin-bottom: 2%;
    direction: rtl;
}

.site-ingredient {
    font-size: 0.85vw;
    font-weight: 100;
    color: #6c6d71;
    float: right;
    cursor: pointer;
    margin-right: 0.5vw;
}

span.sitag {
    color: #d21571;
    cursor: auto;
}

.site-instruction-box {
    float: right;
    width: 98%;
    margin-bottom: 3%;
    margin-right: 1vw;
    margin-left: 1vw;
}

select.site-age {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
    margin-bottom: 2%;
    color: #d21571;
}

.site-ill-box {
    float: right;
    width: 100%;
    margin-bottom: 2%;
}

.site-ill {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 7vw;
    float: right;
    margin-right: 1vw;
    margin-top: 1%;
    height: 8.5vw;
    border-radius: 0.5vw;
    text-align: center;
    padding-top: 1%;
    font-weight: 100;
    color: #555659;
    cursor: pointer;
}

img.site-ill-img {
    width: 70%;
    opacity: 0.75;
}

.site-ill-txt {
    font-size: 0.75vw;
    margin-top: 3%;
    padding-right: 1%;
    padding-left: 1%;
}

.site-ill:hover {
    background: #e2e2e2;
}

.site-ill-sel {
    background: #f042ab;
    color: white;
}

.site-ill-sel > img {
    filter: invert(1);
}

.site-routine-lable {
    float: right;
    width: 80%;
    font-size: 0.8vw;
    text-align: center;
    color: #d21571;
    border-bottom: solid #d21571 1px;
    padding-bottom: 0.5%;
    margin-right: 10%;
    margin-left: 10%;
}

.site-routine-box {
    float: right;
    margin-right: 0.2vw;
    width: 100%;
    margin-bottom: 3%;
    margin-top: 1%;
}

.site-routine {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 5vw;
    float: right;
    margin-right: 0.75vw;
    margin-top: 1%;
    height: 5vw;
    border-radius: 50%;
    text-align: center;
    padding-top: 3.3%;
    font-weight: 100;
    color: #555659;
    cursor: pointer;
    font-size: 0.8vw;
}

.site-routine:hover {
    background: #e2e2e2;
}

.site-routine-sel {
    background: #f042ab;
    color: white;
}

.site-related-box {
    float: right;
    width: 100%;
    margin-bottom: 2%;
}

.site-related-new {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 7vw;
    float: right;
    margin-right: 1vw;
    margin-top: 1%;
    height: 9vw;
    border-radius: 0.5vw;
    text-align: center;
    padding-top: 2%;
    font-weight: 100;
    color: #555659;
    cursor: pointer;
}

.site-related {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 7vw;
    float: right;
    margin-right: 1vw;
    margin-top: 1%;
    height: 9vw;
    border-radius: 0.5vw;
    text-align: center;
    font-weight: 100;
    color: #555659;
}

img.site-related-img {
    width: 70%;
    float: right;
    margin-right: 15%;
    margin-left: 15%;
}

.site-related-plus {
    font-size: 2vw;
    margin-top: 18%;
    margin-bottom: 9%;
}

.site-related-name {
    float: right;
    width: 100%;
    padding-right: 1%;
    padding-left: 1%;
    font-size: 0.8vw;
    margin-top: 3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-related-detail {
    float: right;
    width: 100%;
    font-size: 0.6vw;
    margin-top: 2%;
    color: #d21571;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 1%;
    padding-left: 1%;
}

.site-related-del {
    float: left;
    width: 1vw;
    text-align: center;
    font-size: 0.6vw;
    cursor: pointer;
    background: #555659;
    color: white;
    height: 1vw;
    border-radius: 50%;
    padding-top: 2.5%;
    margin-left: 0.3vw;
    margin-top: 0.3vw;
}

.site-inerpop {
    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;
}

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

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

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

input.searchrelatedproduct.form-control {
    width: 50%;
    font-weight: 100;
    margin-right: 2vw;
    color: #f41484;
}

.relatedproductbox {
    background: white;
    width: 20vw;
    margin-right: 2vw;
    height: 5vw;
    border-radius: 0.6vw;
    border: solid 1px #dfdfdf;
    margin-top: 1vw;
    cursor: pointer;
}

.site-complement-box {
    float: right;
    width: 100%;
    margin-bottom: 2%;
}

.site-complement-new {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 7vw;
    float: right;
    margin-right: 1vw;
    margin-top: 1%;
    height: 9vw;
    border-radius: 0.5vw;
    text-align: center;
    padding-top: 2%;
    font-weight: 100;
    color: #555659;
    cursor: pointer;
}

.site-complement {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 7vw;
    float: right;
    margin-right: 1vw;
    margin-top: 1%;
    height: 9vw;
    border-radius: 0.5vw;
    text-align: center;
    font-weight: 100;
    color: #555659;
}

img.site-complement-img {
    width: 70%;
    float: right;
    margin-right: 15%;
    margin-left: 15%;
}

.site-complement-plus {
    font-size: 2vw;
    margin-top: 18%;
    margin-bottom: 9%;
}

.site-complement-name {
    float: right;
    width: 100%;
    padding-right: 1%;
    padding-left: 1%;
    font-size: 0.8vw;
    margin-top: 3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-complement-detail {
    float: right;
    width: 100%;
    font-size: 0.6vw;
    margin-top: 2%;
    color: #d21571;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 1%;
    padding-left: 1%;
}

.site-complement-del {
    float: left;
    width: 1vw;
    text-align: center;
    font-size: 0.6vw;
    cursor: pointer;
    background: #555659;
    color: white;
    height: 1vw;
    border-radius: 50%;
    padding-top: 2.5%;
    margin-left: 0.3vw;
    margin-top: 0.3vw;
}

.site-inerpop-c {
    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;
}

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

input.searchcomplementproduct.form-control {
    width: 50%;
    font-weight: 100;
    margin-right: 2vw;
    color: #f41484;
}

.complementproductbox {
    background: white;
    width: 20vw;
    margin-right: 2vw;
    height: 5vw;
    border-radius: 0.6vw;
    border: solid 1px #dfdfdf;
    margin-top: 1vw;
    cursor: pointer;
}

.site-on-txt {
    float: right;
    margin-right: 2vw;
    font-size: 0.8vw;
    font-weight: 100;
    margin-bottom: 2%;
    line-height: 2vw;
}

.site-on-switch {
    float: right;
    margin-right: 0.7vw;
}

button.site-savebut {
    float: right;
    background: linear-gradient(45deg, #f51684, #d21571);
    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-right: 22vw;
    margin-bottom: 5vw;
    margin-top: 3vw;
}

img.site-gal-load {
    width: 20%;
    margin-top: 15%;
    display: none;
}

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

.inventory-header {
    width: 100%;
    height: 4%;
    background: #d21571;
    cursor: move;
}

.inventory-name {
    color: #f2f2f2;
    float: right;
    margin-right: 2%;
    font-size: 0.8vw;
    line-height: 1.6vw;
}

.inventory-exit {
    float: left;
    color: #f2f2f2;
    font-size: 1vw;
    margin-left: 1%;
    line-height: 2vw;
    cursor: pointer;
}

.inventory-right {
    width: 50%;
    float: right;
    height: 78%;
    overflow: scroll;
    border-left: solid 1px gray;
}

.inventory-subhead {
    width: 100%;
    float: right;
}

.inventory-searchhead {
    width: 100%;
    float: right;
}

.inventory-search {
    width: 45%;
    float: right;
    margin-right: 2%;
    margin-top: 1%;
    direction: rtl;
    font-weight: 100;
}

.inventory-start {
    width: 20%;
    margin-left: 2%;
    margin-top: 1%;
    background: linear-gradient(45deg, #f51684, #d21571);
    border: solid 1px white;
    color: white;
    font-weight: 100;
    border-radius: 15px;
}

.inventory-inhead {
    width: 50%;
    float: right;
    margin-top: 2%;
    direction: rtl;
    padding-right: 2%;
    border-bottom: solid 1px gray;
    padding-bottom: 0.5%;
    color: #d21571;
    font-weight: 100;
    text-align: center;
}

.inventoey-footer {
    width: 100%;
    float: right;
}

.inventory-left {
    width: 50%;
    float: right;
    height: 78%;
    overflow: scroll;
}

.inventory-subfoot-r {
    float: right;
    width: 50%;
    text-align: left;
    padding-left: 2%;
    font-size: 0.8vw;
    font-weight: 100;
    color: #404145;
    line-height: 1.6vw;
    direction: rtl;
}

.inventory-subfoot-l {
    float: right;
    width: 50%;
    text-align: left;
    padding-left: 2%;
    font-size: 0.8vw;
    font-weight: 100;
    color: #404145;
    line-height: 1.6vw;
    direction: rtl;
}

input.inventory-count.form-control {
    width: 10%;
    float: right;
    margin-right: 1%;
    margin-top: 1%;
    direction: rtl;
    font-weight: 100;
    text-align: center;
}

.inventory-productbox {
    background: white;
    width: 23vw;
    margin-right: 1vw;
    height: 5vw;
    border-radius: 0.6vw;
    border: solid 1px #dfdfdf;
    margin-top: 1vw;
    cursor: pointer;
    float: right;
}

.inventory-productimg {
    height: 4vw;
    margin-top: 0.5vw;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
    float: right;
}

.inventory-productname {
    width: 60%;
    text-align: right;
    margin-top: 0.75vw;
    float: right;
    font-size: 0.9vw;
    color: #d21571;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}

.inventory-productbrand {
    width: 60%;
    text-align: right;
    margin-top: 0.25vw;
    float: right;
    font-size: 0.7vw;
    color: #4e4e4e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    font-weight: 100;
}

.inventory-productcount {
    float: right;
    width: 4vw;
    text-align: center;
    font-size: 0.8vw;
    color: #d21571;
    direction: rtl;
    font-weight: 100;
}

tr.ads-table-header {
    font-size: 0.8vw;
    font-weight: bold;
    color: #d21571;
}

table.ads-table {
    direction: rtl;
    width: 90%;
    float: right;
    margin-right: 5%;
    margin-top: 1.5vw;
    text-align: center;
}

.ads-fproduct {
    width: 3.5vw;
    height: 3.5vw;
    float: right;
}

tr.ads-table-tr {
    background: linear-gradient(45deg, #fae9f5, #f3d2e9);
    border-top: solid 0.5vw white;
    color: #d21571;
    font-size: 0.8vw;
    font-weight: 100;
}

.ads-table-tr > td {
    border-right: solid 2px white;
    border-left: solid 2px white;
    cursor: pointer;
}

img.ads-productimg {
    float: right;
    width: 90%;
    margin: 5%;
}

tr.ads-table-header > th {
    padding-bottom: 0.5vw;
}

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

.ads-header {
    width: 100%;
    height: 4%;
    background: #d21571;
    cursor: move;
}

.ads-name {
    color: #f2f2f2;
    float: right;
    margin-right: 2%;
    font-size: 0.8vw;
    line-height: 1.6vw;
}

.ads-exit {
    float: left;
    color: #f2f2f2;
    font-size: 1vw;
    margin-left: 1%;
    line-height: 2vw;
    cursor: pointer;
}

.ads-lable {
    color: #404145;
    font-weight: 100;
    padding-left: 1vw;
    font-size: 0.9rem;
    padding-right: 1vw;
    float: right;
    width: 100%;
    margin-bottom: 1%;
    margin-top: 1%;
}

.ads-mainbox {
    float: right;
    width: 100%;
    direction: rtl;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 4vw;
    height: 93%;
    padding-bottom: 10%;
}

.ads-form-date {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
}

.ads-form-source {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
}

.ads-form-media {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
}

.ads-form-repeatads {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
}

.ads-form-type {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
}

.ads-product-box {
    float: right;
    width: 100%;
    margin-bottom: 2%;
}

.ads-product-new {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 7vw;
    float: right;
    margin-right: 1vw;
    margin-top: 1%;
    height: 9vw;
    border-radius: 0.5vw;
    text-align: center;
    padding-top: 2%;
    font-weight: 100;
    color: #555659;
    cursor: pointer;
}

.ads-product {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 7vw;
    float: right;
    margin-right: 1vw;
    margin-top: 1%;
    height: 9vw;
    border-radius: 0.5vw;
    text-align: center;
    font-weight: 100;
    color: #555659;
}

img.ads-product-img {
    width: 70%;
    float: right;
    margin-right: 15%;
    margin-left: 15%;
}

.ads-product-plus {
    font-size: 2vw;
    margin-top: 18%;
    margin-bottom: 9%;
}

.ads-product-name {
    float: right;
    width: 100%;
    padding-right: 1%;
    padding-left: 1%;
    font-size: 0.8vw;
    margin-top: 3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ads-product-detail {
    float: right;
    width: 100%;
    font-size: 0.6vw;
    margin-top: 2%;
    color: #d21571;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 1%;
    padding-left: 1%;
}

.ads-product-del {
    float: left;
    width: 1vw;
    text-align: center;
    font-size: 0.6vw;
    cursor: pointer;
    background: #555659;
    color: white;
    height: 1vw;
    border-radius: 50%;
    padding-top: 2.5%;
    margin-left: 0.3vw;
    margin-top: 0.3vw;
}

.ads-inerpop-c {
    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;
}

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

input.searchadsproduct.form-control {
    width: 50%;
    font-weight: 100;
    margin-right: 2vw;
    color: #f41484;
}

.adsproductbox {
    background: white;
    width: 20vw;
    margin-right: 2vw;
    height: 5vw;
    border-radius: 0.6vw;
    border: solid 1px #dfdfdf;
    margin-top: 1vw;
    cursor: pointer;
}

.ads-form-scenario {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
    height: 8vw;
}

input.ads-form-price.form-control {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
}

select.form-control.ads-form-fromprice {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
    margin-left: 40%;
    margin-bottom: 0.5vw;
}

input.ads-form-fromprice-new.form-control {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
}

input.ads-form-toprice-new.form-control {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
}

select.form-control.ads-form-toprice {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
    margin-left: 40%;
    margin-bottom: 0.5vw;
}

.ads-form-result {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
    height: 8vw;
}

input.ads-form-benefit.form-control {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
}

.ads-form-starbox {
    float: right;
    width: 40%;
    margin-right: 1.5vw;
    color: #d21571;
    font-size: 1.5vw;
    cursor: pointer;
}

.ads-form-star:hover {
    color: black;
}

button.form-control.ads-form-sub {
    position: fixed;
    background: linear-gradient(45deg, #f51684, #ee5cca);
    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-right: 38%;
}

td.ftdads {
    height: 3.8vw;
}

button.form-control.ads-form-del {
    position: fixed;
    background: none;
    color: #484848;
    width: 10vw;
    height: 3vw;
    border: solid 1px #484848;
    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: 38%;
    margin-top: 3.5vw;
    font-weight: 100;
}

.ads-main {
    float: right;
    width: 100%;
    padding-bottom: 8vw;
}

.ads-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;
}

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

.customer-print {
    float: left;
    background: linear-gradient(45deg, #f51684, #ee5cca);
    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;
}

.storagechart1 {
    height: 420px;
    width: 100%;
    float: right;
    direction: ltr;
}

.storage-chartbox {
    float: right;
    width: 55vw;
    margin-top: 3vw;
}

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

.storage-data-val {
    float: right;
    width: 100%;
    font-size: 1.7vw;
    text-align: center;
    margin-top: 0.75vw;
    color: #d21571;
}

.storage-data-title {
    float: right;
    width: 100%;
    text-align: center;
    font-weight: 100;
}

span.storage-data-dem {
    font-size: 0.7vw;
    font-weight: 100;
    color: gray;
}

.storagechart2 {
    height: 420px;
    width: 100%;
    float: right;
    direction: ltr;
}

.storagechart3 {
    height: 420px;
    width: 100%;
    float: right;
    direction: ltr;
}

.storage-chartbox-pie {
    float: right;
    width: 22vw;
    margin-top: 3vw;
}

.storagechart4 {
    height: 420px;
    width: 100%;
    float: right;
    direction: ltr;
}

.storagechart5 {
    height: 420px;
    width: 100%;
    float: right;
    direction: ltr;
}

.storage-chartbox-ads {
    float: right;
    width: 30vw;
    margin-top: 3vw;
}

.orderform-sendbox {
    float: right;
    width: 40%;
    height: 5.5vw;
    background: white;
    border-radius: 1vw;
    border: solid 1px #c9c9c9;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

.orderform-sendimg {
    height: 4.5vw;
    float: right;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    margin-right: 1vw;
    margin-left: 1vw;
}

.orderform-sendtitle {
    float: right;
    font-size: 0.8vw;
    color: #d21571;
    text-align: right;
    direction: rtl;
    width: 100%;
}

.orderform-sendprice {
    float: right;
    width: 8vw;
    margin-top: 1.5vw;
    margin-right: 1vw;
    text-align: center;
    font-weight: 100;
}

.orderform-sendtextbox {
    float: right;
    width: 11vw;
    margin-top: 1vw;
    height: 3.5vw;
    margin-bottom: 0.5vw;
    position: relative;
}

.orderform-sendsubtitle {
    float: right;
    font-size: 0.8vw;
    color: #464646;
    text-align: right;
    direction: rtl;
    font-weight: 100;
    width: 100%;
    margin-top: 0.3vw;
}

.form-control {
    font-size: 0.9vw;
}

.site-sort-pos {
    float: right;
    width: 40%;
    margin-right: 1vw;
    font-weight: 100;
    margin-bottom: 2%;
    color: #d21571;
}

.site-status {
    width: 10vw;
    text-align: center;
    color: #e2e2e2;
    position: relative;
    left: -25vw;
}

.discontrol-num {
    float: right;
    width: 10vw;
    text-align: center;
    margin-top: 0.2vw;
}

.discontrol-sel {
    float: right;
    width: 4vw;
    margin-top: 0.2vw;
    margin-right: 0.2vw;
    text-align: center;
    font-weight: 100;
    color: #63699b;
}

.discontrol-sub {
    float: right;
    background: linear-gradient(225deg, #f41484, #b047a3);
    color: white;
    width: 4vw;
    border: solid 1px #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-top: 0.2vw;
    margin-right: 0.2vw;
}

.ssinc {
    float: right;
    color: red;
    font-weight: 100;
    font-size: 0.8vw;
    direction: ltr;
    position: absolute;
    margin-right: 8vw;
    margin-top: 0.5vw;
}

.ssout {
    float: right;
    color: green;
    font-weight: 100;
    font-size: 0.8vw;
    direction: ltr;
    position: absolute;
    margin-right: 8vw;
    margin-top: 0.5vw;
}

.customer-box.siteuser {
    background: linear-gradient(45deg, #cbecf0, #f3d2e9);
}

.order-box.site {
    background: linear-gradient(45deg, #cbecf0, #f3d2e9);
}

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

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

.transaction-item {
    width: 16vw;
    background: #eed1ec;
    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: 9vw;
}

.transaction-icon {
    float: right;
    width: 4vw;
    padding: 0.5vw;
    height: 4vw;
}

.transaction-icon > img {
    width: 100%;
}

.transaction-name {
    float: right;
    height: 4vw;
    width: 12vw;
    text-align: right;
    padding-right: 1vw;
    line-height: 4vw;
    font-size: 0.9vw;
    color: #d31571;
}

.tarasaction-detailbox {
    float: right;
    width: 100%;
    text-align: right;
    padding-right: 4.5vw;
    font-size: 0.77vw;
}

.transaction-price {
    color: #f41484;
    font-weight: bold;
}

.transaction-lifetime {
    margin-top: 0.2vw;
    color: #404145;
    font-weight: 100;
}

.transaction-status {
    font-weight: 100;
    color: #62699a;
    margin-top: 0.2vw;
}

.transaction-price > span {
    color: #d31571;
    font-weight: 100;
}

.transaction-lifetime > span {
    color: #d31571;
}

.transaction-status > span {
    color: #d31571;
}

.transaction-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;
}

.transaction-table {
    width: 80%;
    float: right;
    margin-right: 10%;
    margin-top: 5%;
    font-weight: 100;
    margin-bottom: 2vw;
}

.transaction-table > tbody > tr > td {
    padding-right: 1vw;
    padding-left: 1vw;
}

.innerpop-i-but {
    background: linear-gradient(225deg, #f41484, #b047a3);
    color: white;
    width: 12vw;
    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;
    float: right;
    margin-right: 14vw;
    margin-left: 14vw;
}

.interaction-noacc {
    background: none;
    border: solid 2px #f41484;
    color: #f41484;
}

.interaction-del {
    background: none;
    border: solid 2px #f41484;
    color: #f41484;
}

.transaction-item.notactive {
    filter: grayscale(0.85);
    opacity: 0.85;
}

.interaction-acc.disable {
    filter: grayscale(0.5);
    opacity: 0.5;
}

.brands-header {
    width: 100%;
    float: right;
    background: #d21571;
    height: 1.5vw;
    cursor: move;
}

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

.brands-main {
    background: #f2f2f2;
    width: 100%;
    height: 80vh;
    border-radius: 0 0 10px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    overflow: scroll;
    padding-bottom: 3vh;
}

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

.brands-exit {
    float: left;
    color: #f2f2f2;
    margin-left: 0.5vw;
    margin-top: 0.2vw;
    cursor: pointer;
}

.brands-side-list {
    float: right;
    width: 100%;
    overflow: scroll;
    height: 70vh;
    margin-top: 1vw;
    padding-bottom: 10vw;
}

.brands-side-list-item {
    float: right;
    width: 100%;
    background: #ffffff;
    margin-bottom: 0.5vw;
    height: 4vw;
    border-radius: 0.5vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 1.5px 4px;
}

img.brands-side-list-img {
    float: right;
    width: 3vw;
    height: 3vw;
    margin: 0.5vw;
}

.brands-side-list-name {
    float: right;
    width: 8vw;
    text-align: right;
    font-size: 0.8vw;
    margin-top: 0.7vw;
    color: #d21671;
    padding-right: 0.5vw;
}

.brands-side-list-enname {
    float: right;
    width: 8vw;
    text-align: left;
    font-size: 0.8vw;
    margin-top: 0.1vw;
    font-weight: 100;
}

.brands-side-list-item-sel {
    background: #d21671;
}

.brands-side-list-item-sel > .brands-side-list-name {
    color: white;
}

.brands-side-list-item-sel > .brands-side-list-enname {
    color: white;
}

.brands-side-list-item-sel > .brands-side-list-img {
    filter: invert(1);
}

.brand-side {
    float: right;
    width: 20%;
    padding: 1vw;
    height: 100%;
}

input.brand-side-search {
    direction: rtl;
    font-weight: 100;
}

.brand-form-box {
    float: right;
    width: 70%;
    margin-right: 5%;
    margin-top: 2vw;
    direction: rtl;
    height: 73vh;
    overflow: scroll;
}

.brand-form-lable {
    float: right;
    width: 100%;
    font-weight: 100;
    margin-top: 0.8vw;
    margin-bottom: 0.3vw;
    color: #d21671;
}

.brand-form-in {
    float: right;
    width: 80%;
    margin-right: 1vw;
    font-weight: 100;
}

.brand-form-enname {
    direction: ltr;
    text-align: left;
}

.brand-form-meta {
    height: 8vw;
    width: 80%;
    margin-right: 1vw;
    font-weight: 100;
}

.brand-form-submit {
    float: right;
    background: linear-gradient(45deg, #f51684, #d21571);
    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-right: 16vw;
    margin-bottom: 5vw;
    margin-top: 3vw;
}

.brand-editor-box {
    float: right;
    width: 80%;
    margin-right: 1vw;
}

.brand-form-preview {
    float: right;
    width: 7vw;
    margin-right: 1vw;
    margin-left: 50vw;
    margin-top: 1vw;
}

.brand-form-tinylogoprv {
    width: 3vw;
}

.brand-form-brandprv {
    width: 24vw;
}

.brand-note {
    float: right;
    margin-top: 0.2vw;
    margin-bottom: 1vw;
    font-weight: 100;
    font-size: 0.7vw;
    margin-right: 1vw;
}

.card-side-addr-main {
    width: 15vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.card-side-addr-box {
    float: right;
    width: 100%;
    border: solid 1px #d0caca;
    border-radius: 0.3vw;
    margin-bottom: 0.5vw;
    padding: 0.7vw;
    cursor: pointer;
    background: white;
}

.card-side-addr-box-sel {
    box-shadow: inset rgb(0 0 0 / 20%) 0px 1px 8px;
    border: solid 0.5px #4c4545;
}

.card-side-addr-icon {
    float: right;
    font-size: 0.9vw;
    color: #d21571;
}

.card-side-addr-name {
    float: right;
    width: 86%;
    padding-right: 0.3vw;
    font-size: 0.75vw;
    font-weight: bold;
}

.card-side-addr-delete {
    float: right;
    font-size: 0.75vw;
}

.card-side-addr-city {
    float: right;
    width: 100%;
    padding-right: 0.8vw;
    font-size: 0.75vw;
    font-weight: 100;
}

.card-side-addr-addr {
    float: right;
    width: 100%;
    padding-right: 0.8vw;
    font-weight: 100;
    font-size: 0.8vw;
    margin-top: 0.3vw;
}

.card-side-addr-posti {
    float: right;
    width: 100%;
    padding-right: 0.8vw;
    font-weight: 100;
    font-size: 0.8vw;
    margin-top: 0.3vw;
}

.new-addr-button {
    float: right;
    width: 100%;
    font-size: 0.75vw;
    padding-right: 2.5%;
    color: #e22b8b;
    cursor: pointer;
    font-weight: 100;
    margin-bottom: 0.5vw;
}

.addr-popup {
    position: fixed;
    background: #f2f2f2;
    width: 30%;
    margin-right: 35%;
    margin-left: 35%;
    top: 25vh;
    height: 34vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 0.7vw;
    color: #4b4444;
    display: none;
    z-index: 999999;
    direction: rtl;
}

.addr-popup-header {
    background: #e22b8b;
    width: 100%;
    float: right;
    height: 2vw;
    padding-right: 1vw;
    font-size: 0.9vw;
    line-height: 2vw;
    font-weight: 100;
    color: white;
    margin-bottom: 0.5vw;
}

span.addr-popup-exit {
    float: left;
    margin-left: 0.5vw;
    font-weight: bold;
    line-height: 1.9vw;
    cursor: pointer;
}

.addr-popup-back {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: black;
    opacity: 0.5;
    display: none;
    z-index: 999999;
}

.addr-popup-label {
    float: right;
    width: 100%;
    padding-right: 1vw;
    font-size: 0.8vw;
    font-weight: 100;
    margin-top: 0.5vw;
    margin-bottom: 0.2vw;
}

.addr-name {
    float: right;
    width: 90%;
    margin-right: 5%;
    font-weight: 100;
}

.addr-city {
    float: right;
    width: 90%;
    margin-right: 5%;
    font-weight: 100;
}

.addr-addr {
    float: right;
    width: 90%;
    margin-right: 5%;
    height: 7vw;
    font-weight: 100;
}

.addr-posti {
    float: right;
    width: 90%;
    margin-right: 5%;
    text-align: right;
    font-weight: 100;
}

.addr-sub {
    width: 60%;
    float: right;
    margin-right: 20%;
    margin-top: 1.2vw;
}

.addr-popup-err {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 0.8vw;
    margin-top: 0.5vw;
    font-weight: 100;
    color: red;
    display: none;
}

.addr-town {
    float: right;
    width: 90%;
    margin-right: 5%;
    text-align: right;
    font-weight: 100;
}

.btn-jasmine {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e22b8b;
    --bs-btn-border-color: #e22b8b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e22b8b;
    --bs-btn-hover-border-color: #e22b8b;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e22b8b;
    --bs-btn-active-border-color: #e22b8b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e22b8b;
    --bs-btn-disabled-border-color: #e22b8b;
}

.site-tr > .finance-td {
    background: #40b6c5;
}

.catblog-header {
    width: 100%;
    float: right;
    background: #d21571;
    height: 1.5vw;
    cursor: move;
}

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

.catblog-main {
    background: #f2f2f2;
    width: 100%;
    height: 80vh;
    border-radius: 0 0 10px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    overflow: scroll;
    padding-bottom: 3vh;
}

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

.catblog-exit {
    float: left;
    color: #f2f2f2;
    margin-left: 0.5vw;
    margin-top: 0.2vw;
    cursor: pointer;
}

.catblog-side-list {
    float: right;
    width: 100%;
    overflow: scroll;
    height: 70vh;
    margin-top: 1vw;
    padding-bottom: 10vw;
}

.catblog-side-list-item {
    float: right;
    width: 100%;
    background: #ffffff;
    margin-bottom: 0.5vw;
    height: 4vw;
    border-radius: 0.5vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 1.5px 4px;
}

img.catblog-side-list-img {
    float: right;
    width: 3vw;
    height: 3vw;
    margin: 0.5vw;
}

.catblog-side-list-name {
    float: right;
    width: 8vw;
    text-align: right;
    font-size: 0.8vw;
    margin-top: 0.7vw;
    color: #d21671;
    padding-right: 0.5vw;
}

.catblog-side-list-enname {
    float: right;
    width: 8vw;
    text-align: left;
    font-size: 0.8vw;
    margin-top: 0.1vw;
    font-weight: 100;
}

.catblog-side-list-item-sel {
    background: #d21671;
}

.catblog-side-list-item-sel > .catblog-side-list-name {
    color: white;
}

.catblog-side-list-item-sel > .catblog-side-list-enname {
    color: white;
}

.catblog-side-list-item-sel > .catblog-side-list-img {
    filter: invert(1);
}

.catblog-side {
    float: right;
    width: 20%;
    padding: 1vw;
    height: 100%;
}

input.catblog-side-search {
    direction: rtl;
    font-weight: 100;
}

.catblog-form-box {
    float: right;
    width: 70%;
    margin-right: 5%;
    margin-top: 2vw;
    direction: rtl;
    height: 73vh;
    overflow: scroll;
}

.catblog-form-lable {
    float: right;
    width: 100%;
    font-weight: 100;
    margin-top: 0.8vw;
    margin-bottom: 0.3vw;
    color: #d21671;
}

.catblog-form-in {
    float: right;
    width: 80%;
    margin-right: 1vw;
    font-weight: 100;
}

.catblog-form-enname {
    direction: ltr;
    text-align: left;
}

.catblog-form-meta {
    height: 8vw;
    width: 80%;
    margin-right: 1vw;
    font-weight: 100;
}

.catblog-form-submit {
    float: right;
    background: linear-gradient(45deg, #f51684, #d21571);
    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-right: 16vw;
    margin-bottom: 5vw;
    margin-top: 3vw;
}

.catblog-editor-box {
    float: right;
    width: 80%;
    margin-right: 1vw;
}

.catblog-editor-box-up {
    float: right;
    width: 80%;
    margin-right: 1vw;
}

.catblog-form-preview {
    float: right;
    width: 7vw;
    margin-right: 1vw;
    margin-left: 50vw;
    margin-top: 1vw;
}

.catblog-form-tinylogoprv {
    width: 3vw;
}

.catblog-form-brandprv {
    width: 24vw;
}

.catblog-note {
    float: right;
    margin-top: 0.2vw;
    margin-bottom: 1vw;
    font-weight: 100;
    font-size: 0.7vw;
    margin-right: 1vw;
}

.catblog-side {
    float: right;
    width: 20%;
    padding: 1vw;
    height: 100%;
}

.sform-store {
    text-align: center;
}

.storejasmine {
    background: #f5a0d4;
}

.storeother {
    background: #f5cca0;
}

.storage-otherstore > .storage-name {
    color: #ff7034;
}

.storage-otherstore > .storage-price {
    background: #ff7035;
}

.storage-otherstore > .storage-inventory > .sispan {
    color: #ff7035;
}

.storage-otherstore > .storage-alarm {
    color: #ff7035;
}

.jasminestore {
    background: #d21571;
}

.otherstore {
    background: #ff7035;
}

.orderform-otherstore > .orderform-textbox > .orderform-name {
    color: #ff7035;
}

.orderform-otherstore > .orderform-lastdata > .orderform-inv {
    color: #ff7035;
}

.orderform-otherstore > .orderform-lastdata > .orderform-sellprice {
    color: #ff7035;
}

.orderform-otherstore > .orderform-lastdata > .orderform-profit {
    color: #ff7035;
}

.orderform-otherstore > input.orderform-sprice.form-control.sno {
    color: #ff7035;
}
