﻿body {
    width: 100%;
    margin: 0px;
    user-select: none;
    background-image: url(/images/bg.jpg);
}


@font-face {
    font-family: 'SABASoft';
    src: url('../resources/tagIRAN.ttf');
}

@font-face {
    font-family: 'Yekan';
    src: url('../resources/BYekan.ttf');
}

@font-face {
    font-family: 'Titr';
    src: url('../resources/BTitr.ttf');
}

@font-face {
    font-family: 'Nazanin';
    src: url('../resources/BNaz.ttf');
}

@font-face {
    font-family: 'NazaninBold';
    src: url('../resources/BNazB.ttf');
}

@font-face {
    font-family: 'irsans';
    src: url('../resources/iransansweb.woff');
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'irsansBold';
    src: url('../resources/iransansweb_bold.woff');
    font-style: normal;
    font-display: fallback;
}


/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #e1e1e1;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #dbdbdb;
    border-radius: 4px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b3c5b8;
    }


.W100 {
    width: 100% !important;
}

.M0 {
    margin: 0px !important;
}

.MB12 {
    margin-bottom: 12px !important;
}

.MB40 {
    margin-bottom: 40px !important;
}

.MB75 {
    margin-bottom: 75px !important;
}

.MT100 {
    margin-top: 100px !important;
}

.ML20 {
    margin-left: 20px !important;
}

.P15 {
    padding: 15px;
}

.left {
    float: left;
}

.TibgNavy {
    background-color: #023b6e;
}

.TiBTN {
    margin: 15px;
    padding: 12px;
    cursor: pointer;
    width: max-content;
    text-align: center;
    box-shadow: 4px 4px 15px rgb(1 41 112 / 30%);
}

.W100 {
    width: 100% !important;
}

.MB12 {
    margin-bottom: 12px !important;
}

.MB75 {
    margin-bottom: 75px !important;
}

.ML20 {
    margin-left: 20px !important;
}

.left {
    float: left;
}

* {
    font-family: irsans;
    font-size: 13px;
    text-align: right;
    box-sizing: border-box;
    direction: rtl;
}

a {
    text-decoration: none;
    color: #0963a2;
}

    a:hover {
        color: #0963a2;
    }

.flex {
    display: flex;
}

.center {
    display: flex;
    align-items: center;
}

.Center {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.dispNone {
    display: none !important;
}

#TiheaderDV {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 5;
}

#TihdTopBand {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 25px;
    background: #211e67;
    display: flex;
    align-items: center;
}

#TihdBotBand {
    position: absolute;
    transition: all 0.5s;
    z-index: 997;
    left: 0;
    right: 0;
    height: 50px;
    top: 25px;
    box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
    background-color: #fff;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
}

#TiTTL {
    font-size: 15pt;
    padding-top: 10px;
    padding-right: 10px;
    font-weight: 700;
    color: #007e7f;
}

#TibotExit {
    display: none;
}

#Tidash {
    background-image: url(/images/home.png);
    width: 36px;
    height: 36px;
    background-size: cover;
    margin: 7px;
}

#MobMenu {
    background-image: url(/images/MobMenu.png);
}

#TiExit {
    width: 20px;
    height: 20px;
    background-image: url(../images/power.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 3;
    margin-top: 8px;
    cursor: pointer;
}

.mobExit {
    display: none;
}

#TisideBar {
    position: fixed;
    top: 75px;
    right: 0;
    bottom: 0;
    width: 270px;
    z-index: 996;
    transition: all 0.3s;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgb(1 41 112 / 10%);
    background-color: #fff;
}

#TiprofileContainer {
    height: 175px;
    position: relative;
    margin-bottom: 20px;
}

#TiPRFCONtop {
    width: 100%;
    height: 85px;
    background-color: #4e4aa7;
    margin-left: 10px;
    position: absolute;
}

.Tiwellcome {
    padding: 8px;
    color: white;
}

.TiNameDisp {
    display: flex;
    justify-content: space-between;
}

#TiPRFCONdown {
    width: 100%;
    height: 70px;
    margin-left: 10px;
    position: absolute;
    top: 110px;
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TiBRLR2P {
    border-left: 2px solid lightgrey;
    border-right: 2px solid lightgrey;
    height: 80%;
}

.TiPRFBott {
    height: 80px;
    width: 86px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
}

.TiPRFBottRes {
    color: #267c0a;
    font-weight: 700;
    cursor: pointer;
}

#DateNow {
    font-size: 13px;
    padding-top: 5px;
    cursor:unset !important;
}

#TiPRFCONpic {
    height: 80px;
    width: 80px;
    border-radius: 60px;
    border: 4px solid #ffffff;
    background-image: url(../images/man.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
    position: absolute;
    top: 40px;
    right: 95px;
}

.notWork {
    filter: grayscale(5);
    cursor: default !important;
    pointer-events: none !important;
}

.TismITM {
    height: 40px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #e9e8ff;
    border: 2px solid white;
    margin-left: 12px;
    border-radius: 25px;
    border: 1px solid #f5f5f5;
    margin: 4px;
}

#TiM007 {
    background-image: url(/images/M007.png);
}

.TismICO {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
}


.TismTTL {
    font-weight: 700;
    color: #023b6d;
    font-size: 10pt;
    margin-right: 10px;
    line-height: 30px;
}

.smfTicketAlert2 {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 15px;
    border: 2px solid #ff6f6f;
    padding-top: 0px;
    color: #003565;
    font-size: 19px;
    font-weight: 700;
    left: 10px;
    position: absolute;
}

#MobBotMenu {
    display: none;
    position: fixed;
    height: 60px;
    width: 100%;
    background-color: #211e67;
    border-top: 2px solid #97024e;
    bottom: 0px;
    justify-content: space-around;
    z-index: 20;
}

.MobBotMenuItem {
    width: 25%;
    height: 80%;
    background-color: antiquewhite;
    border: 1px solid #68ffff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    max-width: 120px;
    font-size: 14px;
    cursor: pointer;
}
 
.deActiveMenu {
    filter: grayscale(1) blur(1px) !important;
    cursor: none !important;
}

#TimcntDV {
    padding-top: 20px;
    margin-right: 260px;
    margin-top: 60px;
}

#TicntsDV {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#addmatBox {
    width: 810px;
    margin-bottom: 12px;
    background-color: #effff8;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
}


.addMatBoxTitle {
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    color: #a747ff;
}

#newMatNameBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#BTNAddNewMaterial {
    width: 110px;
    cursor: pointer;
    height: 40px;
    background-color: aquamarine;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid green;
    border-radius: 6px;
}

.TiTitlecharge_card {
    font-size: 14px;
    color: #023b6d;
    font-weight: 700;
    margin-top: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.parantez {
    color: #d7742d;
    font-size: 12px;
    margin-right: 8px;
}

.matnam {
    width: 320px;
    height: 38px;
    border: 1px solid silver;
    border-radius: 6px;
    padding: 0px 16px;
}

#MaterialListBox {
    width: 810px;
    min-height: 250px;
    border: 1px solid #e3e3e3;
    background-color: white;
    padding: 12px 20px;
    border-radius: 12px;
}

#matLisHead {
    display: flex;
    width: 770px;
    height: 36px;
    background-color: #858585;
    color: white;
    align-items: center;
}

.MatLisRow {
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prdSupBRLef {
    border-left: 1px solid #cfcfcf;
}

.MatLisName {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MatLisDes {
    width: 510px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

.matLisItem {
    display: flex;
    margin-top: 4px;
    border-bottom: 1px solid silver;
    padding: 4px 0px;
    cursor: pointer;
}
    .matLisItem:hover {
        background-color: #ffe8e8;
    }

#EdimatBox {
    width: 760px;
    margin-bottom: 12px;
    background-color: #effff8;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    position: fixed;
    top: 190px;
    margin-right: 66px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.closRdiMaterial {
    margin: auto;
    font-size: 16px;
    cursor: pointer;
    color: white;
    width: 150px;
    border: 1px solid black;
    height: 36px;
    border-radius: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fb2e2e;
    margin-top: 16px;
}

#EdiMatNameBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#BTNEditNewMaterial {
    width: 110px;
    cursor: pointer;
    height: 40px;
    background-color: aquamarine;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid green;
    border-radius: 6px;
}

#TextAreaDescAddMat {
    border: 1px solid silver;
    height: 132px;
    width: 100%;
    border-radius: 5px;
    line-height: 30px;
    padding: 4px 16px;
}

#TextAreaDescNewMat {
    border: 1px solid silver;
    height: 132px;
    width: 100%;
    border-radius: 5px;
    line-height: 30px;
    padding: 4px 16px;
}

.MatLisDesPadd {
    padding: 0px 8px 4px 4px;
}

.selectedMenu {
    border: 2px solid orange;
    background-color: aquamarine;
}

#supplyBox {
    width: 100%;
    max-width: 810px;
    min-height: 250px;
    border: 1px solid #e3e3e3;
    background-color: white;
    padding: 12px 20px;
    border-radius: 12px;
}

#supplyTableHead {
    display: flex;
    width: 770px;
    height: 36px;
    background-color: #858585;
    color: white;
    align-items: center;
}

.prdName {
    width: 160px;
    text-align: center;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ADDate {
    font-size: 11px;
    font-weight: 700;
    color: #6b199d;
}

.ADTime {
    font-size: 11px;
    font-weight: 700;
    color: #119299;
}

.prdImage {
    width: 270px;
    text-align: center;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .prdImage img {
        height: 180px;
        max-width: 96%;
    }

.prdDate {
    width: 180px;
    text-align: center;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.prdStatus {
    width: 160px;
    text-align: center;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#supplyTablebody {
    display: flex;
    width: 780px;
    background-color: #ffffff;
    color: black;
    align-items: center;
    flex-wrap: wrap;
    max-height: 520px;
    overflow-y: scroll;
}

.statModi {
    display: flex;
    flex-direction: column;
    height: 180px;
}

.PrdItemEdi {
    display: flex;
    height: 180px;
    align-items: center;
    border-bottom: 1px solid gray;
    cursor: pointer;
    margin: 10px 0px;
    padding-bottom: 10px;
}
    .PrdItemEdi:hover {
        background-color: #8af0ff30;
    }

.H80 {
    height: 80px;
}

#supplyBoxMobile {
    display: none;
}

#EditPRD {
    width: 820px;
    background-color: white;
    padding: 20px;
    border: 1px solid #0067116b;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: absolute;
    top: 90px;
}

.ADDBoxHead {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
    width: 100%;
    background-color: #a3ffff;
    padding: 0px 12px;
    border-radius: 8px 8px 0px 0px;
}

.closeADDBox {
    font-size: 20px;
    cursor: pointer;
    color: white;
    width: 36px;
    border: 1px solid black;
    height: 36px;
    border-radius: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fb2e2e;
    padding-top: 4px;
}

#EDiPRDBox {
    width: 780px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
}

#NameFilter {
    width: 50%;
}

.FilterPRDNameBox {
    border: 1px solid silver;
    height: 40px;
    width: 350px;
    border-radius: 5px;
}

.SelectedPRDNameBox {
    height: 38px;
    width: 100%;
    border: 0px;
    border-radius: 8px;
    padding: 0px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    background-color: white;
}

#Material {
    margin-right: 38px;
}

.SelectedDDfromBox {
    height: 38px;
    width: 100%;
    border: 0px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    background-color: white;
}

.showHelpFilteringBox {
    background-color: #f5f5f5;
    position: absolute;
    width: 240px;
    max-height: 124px;
    overflow-y: scroll;
    border: 1px solid #c7c7c7;
    z-index: 10;
}

.showHelpFilteringBox3 {
    background-color: #f5f5f5;
    position: absolute;
    width: 350px;
    overflow-y: scroll;
    border: 1px solid #c7c7c7;
    max-height: 170px;
}

#DescFilter {
    width: 100%;
}

.smfPRDDesc {
    border: 1px solid silver;
    height: 110px;
    width: 100%;
    border-radius: 5px;
    line-height: 30px;
    padding: 6px;
}

.showCtasToEdi {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.catShowinEdiPG {
    font-size: 22px;
    text-align: center;
    color: black;
    font-weight: 700;
    margin-bottom: 12px;
}

.fasele {
    margin: 0px 8px;
    font-size: 35px;
}

.editCateg {
    text-align: center;
    width: 100%;
}

#Cat1 {
    margin-left: 25px;
    margin-top: 30px;
}

.FilterDDBox {
    border: 1px solid silver;
    height: 40px;
    width: 240px;
    border-radius: 5px;
}

#Cat2 {
    margin-left: 25px;
    margin-top: 30px;
}

#Cat3 {
    margin-top: 30px;
}

#Season {
    margin-top: 20px;
}

#seasonCheckBox {
    display: flex;
    justify-content: center;
    width: 810px;
}

.selectSeason {
    width: 120px;
    display: flex;
    align-items: center;
}

.FS16 {
    font-size: 16px;
}

#loadingIcon2 {
    width: 24px;
    margin: auto;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.selectPic {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 225px;
}

.BorderB2 {
    border-bottom: 1px solid #e5e5e5;
}

.smfAttaxBox {
    width: 740px;
    display: flex;
    flex-direction: column;
}

.attTitle {
    font-size: 25px;
    color: #1c92b5;
}

.smfAttachBox {
    width: 740px;
    padding-bottom: 5px;
}

.smfINpPicsBOX {
    margin-top: 10px;
    border: 1px solid #ffe9e9;
    padding: 20px;
    background-color: white;
    border-radius: 7px;
    width: 100%;
    height: 132px;
    margin-bottom: 20px;
}

.smfUploadPar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    flex-direction: column;
}

.smfProgBarBox {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    margin-top: 16px;
}

.smfProgBoxS {
    width: 280px;
}

.progress {
    width: 280px;
    margin-top: 10px;
    overflow: hidden;
    height: 20px;
    position: relative;
}

.progress-bar {
    width: 0;
    height: 20px;
    background-color: #4CAF50;
    position: absolute;
}

.progress-bar-success {
    position: absolute;
    text-align: center;
    width: 280px;
    padding-top: 0px;
}

.smfblr {
    filter: blur(2px);
}

.SMFUpload {
    width: 80px;
    height: 32px;
    background-color: #5ff962;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #218500;
    border-radius: 6px;
    cursor: pointer;
    pointer-events: none;
}

#MoreUploadFile2 {
    display: flex;
    align-items: flex-start;
    background-color: #ecfff8;
    width: 100%;
    border-radius: 8px;
    margin: 12px 4px;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 210px;
}

.PR10 {
    padding-right: 10px;
}

#smfShowUplodedFiles {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    padding: 0px 10px;
}

.smfBTN3Box {
    display: flex;
    justify-content: center;
}

.smfBTN3 {
    width: 260px;
    background-color: #95e2ff;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #0094cc;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.smfConfirmHead {
    background-color: #ece7f9;
    height: 32px;
    border-bottom: 1px solid #a7c4f9;
    display: flex;
    position: fixed;
    width: 298px;
    z-index: 8;
    border-radius: 8px 8px 0px 0px;
}

#smfCloseConfirmIcon {
    width: 16px;
    margin: 7px 10px;
    cursor: pointer;
}

#smfConfirmTitr {
    line-height: 30px;
    color: #4d4d4d;
    font-weight: 700;
    margin-right: 5px;
    padding-top: 2px;
}

.smfTicketDetailsPGBody {
    margin-top: 44px;
    padding: 10px 20px;
}

#smfConfirmText {
    max-width: 280px;
    word-wrap: break-word;
    min-height: 52px;
}

.SMFAlertAction {
    width: 132px;
    display: flex;
    justify-content: space-between;
}

.SMFAlertBTN {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background-color: #e9feff;
    border: 1px solid #b7b7b7;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
}

.smfTicketDetailsPG2 {
    width: 300px;
    padding-bottom: 12px;
    background-color: white;
    position: absolute;
    top: 190px;
    max-height: 720px;
    border: 1px solid #8b8b8b;
    box-shadow: rgba #32325d40 (50, 50, 93, 0.25) 0px 13px 20px 5px, rgba(0, 0, 0, 0.3) 0px 18px 36px 2px;
    margin-right: 200px;
    border-radius: 8px 8px 12px 12px;
    position: fixed;
}

.stpBoxGenTitle {
    height: 32px;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #146785;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 4px;
    color: white;
    font-size: 16px;
    width: 100%;
}

.smfItemUploadedBox {
    width: 100%;
}

.smfPICUploadedBoxShow {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: flex-end;
    padding: 0px 10px;
    margin: 6px;
    align-items: center;
    border-bottom: 1px solid #dddddd;
}

.smfIC3 {
    width: 180px;
    text-align: left;
}

.imgINUploadedList {
    width: 160px;
}

.smfIconAttach img {
    width: 160px;
}

.FileNameUp3 {
    width: 212px;
    justify-content: center;
    display: flex;
    margin-right: 60px;
    align-items: center;
    overflow-x: hidden;
}

.FileNameUp2 {
    width: 170px;
    justify-content: center;
    display: flex;
    margin-right: 60px;
    align-items: center;
}

#delUploadedFile img {
    width: 20px;
    cursor: pointer;
    padding-top: 4px;
}

.selectItems {
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    justify-content: center;
}
    .selectItems:hover {
        background-color: #cfcece;
        cursor: pointer;
    }


/*      --------------         MO  Start Crooper          ------------*/
.stpPopPage3 {
    position: fixed;
    top: 200px;
    left: 14%;
    z-index: 14;
}

.stpBoxGen3 {
    margin: auto;
    width: 900px;
    background-color: #ffffff;
    padding: 8px;
    border: 1px solid #d1d1d1;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    left: 5vw;
    top: 80px;
    justify-content: center;
    z-index: 20;
}

.crpr-container {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 0px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 500px;
}

.crpr-image-wrapper {
    margin-bottom: 16px;
    position: relative;
    width: 500px;
    height: 640px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    overflow: hidden;
}

#crpr-original-image {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.crpr-crop-box {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 100px;
    height: 100px;
    border: 2px dashed #ffffff;
    cursor: move;
    z-index: 20;
    box-sizing: border-box;
    background-color: transparent;
    pointer-events: auto;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.resize-handle.br {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    background-color: #fff400;
    cursor: se-resize;
}

#crpr-crop-btn {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    #crpr-crop-btn:hover {
        background-color: #0056b3;
    }

.crpr-output-wrapper {
    margin-top: 16px;
    width: 330px;
    height: 330px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

#crpr-canvas {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
/*      --------------         MO  END Crooper          ------------*/


/*  //  --  Login ==> START  --  //  */
#TiloginDV {
    width: 600px;
    height: 500px;
    background-color: #fefefe;
    border: 1px solid silver;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 100px;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
}

#Tiimob {
    display: none;
}

#TilgL {
    width: 60%;
    float: left;
    padding: 50px 20px
}

.Tinewsgn2 {
    width: 170px;
    background-color: #efa131;
    color: #000000;
    margin-left: 37px;
    height: 40px;
    padding-top: 6px;
    border: 1px solid #000000;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.TiinfoLBL2 {
    min-width: 250px;
    padding: 0px 50px;
    font-weight: 700;
    text-align: center;
}

.TiinpITM {
    display: flex;
    margin: 15px;
    flex-direction: column;
    align-items: center;
}

#Tiusr {
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(/images/usr.png);
    z-index: 1;
    background-size: contain;
    margin: 7px;
}

#Tikey {
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(/images/key.png);
    z-index: 1;
    background-size: contain;
    margin: 7px;
}

#UserName {
    width: 100%;
}

#pass {
    width: 100%;
}

.Tiinp {
    border: 1px solid #b7caef;
    background-color: aliceblue;
    margin: 0px 15px;
    font-size: 11pt;
    border-radius: 5px;
    height: 35px;
    padding: 20px 40px;
    font-weight: 700;
}

.Tinewsgn {
    width: 240px;
    background-color: #1070e1;
    color: white;
    margin-left: 37px;
    height: 40px;
    padding-top: 6px;
    border: 1px solid #027d6b;
}

.BGSucc {
    background-color: #00b100 !important;
}

.Tilbl {
    color: #aab7cf;
    font-size: 9pt;
    font-weight: 500;
}

.TiclRed {
    color: red;
}

#TilgR {
    position: relative;
    width: 40%;
    height: 100%;
    float: right;
    background-image: url(/images/bgs.jpg);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: whitesmoke;
}

#TiiLogo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 50px;
    background-image: url(/images/logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
}

#TiiTTL1 {
    text-align: center;
    font-size: 16pt;
    font-weight: 700;
    margin-top: 15px;
    color: white;
}

#TiiTTL2 {
    position: absolute;
    bottom: 20px;
    color: white;
    text-align: center;
    font-size: 12px;
    margin-right: 68px;
}

#TiiTTL3 {
    position: absolute;
    bottom: 33px;
    text-align: center;
    font-size: 10pt;
    font-weight: 500;
    color: #cee2f3 !important;
    margin: 25px;
}

.TimobCopyright {
    display: none;
}

#go13 {
    position: fixed;
    left: 15px;
    bottom: 15px;
    color: #0b6587;
    text-align: center;
    margin: 10px;
    padding: 90px;
    padding-top: 10px;
    padding-bottom: 0px;
    display: block;
}
/*  //  --  Login ==> End  --  //  */

/*  //  --  NewPRD ==> START  --  //  */

#newPRDBox {
    width: 820px;
    background-color: white;
    padding: 20px;
    border: 1px solid #0067116b;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.selectPicBTN {
    cursor: pointer;
    color: #000;
    background: #fff;
    line-height: 30px;
    border-radius: 40px;
    padding: 3px;
    font-size: 18px;
    width: 170px;
    font-weight: 600;
    box-shadow: rgb(199 179 255) -2px -2px 0px 2px, rgb(247 185 219) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preRegPRD {
    width: 820px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
#UploadPRDPics {
    display: flex;
    width: 780px;
    margin-top: 10px;
    background-color: white;
    padding: 0px 16px;
    border: 1px solid #989bff;
    border-radius: 8px;
    position: absolute;
    top: 100px;
    min-height: 600px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    flex-direction: column;
}
#secondStageHeadBox {
    height: 70px;
    margin-top: 16px;
}
.smfBTNBack {
    height: 40px;
    width: 220px;
    background-color: #ffecb8;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fba955;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}
.PrdItemPreviewPicMobile {
    width: 98%;
    background-color: #ffffff;
    display: none;
    justify-content: center;
    flex-direction: row;
    border: 1px solid #1358ad;
    border-radius: 12px;
    cursor: pointer;
    margin: 5px 0px;
}
.imgINUploadedList {
    width: 160px;
}

/*  //  --  NewPRD ==> End  --  //  */
/*  //  --  Supply ==> START  --  //  */
#TicntsDV {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.confirmation-dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
}
    .confirmation-dialog button {
        margin: 5px;
    }
.PrdItem {
    display: flex;
    height: 180px;
    align-items: center;
    border-bottom: 1px solid gray;
    margin: 10px 0px;
    padding-bottom: 10px;
}
.PrdColorSupp {
    width: 110px;
    height: 40px;
    margin: 2px 0px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid gray;
    border-radius: 4px;
    background-color: #62faff;
    cursor: pointer;
}
.PrdCountPriceSupp {
    width: 110px;
    height: 40px;
    margin: 2px 0px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid gray;
    border-radius: 4px;
    background-color: #62ffb5;
    cursor: pointer;
}
.supplyPopUpBox {
    width: 820px;
    background-color: #f3f3f3;
    border: 1px solid #0067116b;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    flex-direction: column;
    position: fixed;
    top: 110px;
}
.PRDNameInBox {
    font-size: 21px;
    color: #080b97;
}
#AvalabilityList {
    margin-bottom: 16px;
    border: 1px solid gray;
}
.ALheader {
    display: flex;
    height: 36px;
    background-color: #a7c3ff;
    align-items: center;
}
.ALColorName {
    width: 160px;
}
.ALSize {
    width: 120px;
}
.ALCount {
    width: 100px;
}
.ALAmount {
    width: 130px;
}
.ALDescribe {
    width: 130px;
}
.ALcolorSample {
    width: 70px;
}
.headerBL {
    border-left: 1px solid #850000 !important;
    height: 36px;
}
#ALBody {
    max-height: 500px;
    overflow-y: scroll;
    text-align: center;
}
.PT8 {
    padding-top: 8px !important;
}
.saveStockBTN {
    margin: auto;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 40px;
    width: 110px;
    background-color: #87ccfb;
    border: 1px solid green;
    border-radius: 4px;
}
#ADDSupSizeAndColorBoxBody {
    max-height: 680px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#PRDColors {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 40px;
    padding: 8px 16px 20px 8px;
    margin-top: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.smfADDBTN {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    background-color: #26d73c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 54px;
    color: white;
    padding-top: 12px;
    cursor: pointer;
}
.registeredProductColors {
    color: black;
    margin-right: 30px;
    background-color: white;
    padding: 4px 12px;
    margin-top: 8px;
}
.titr5 {
    font-size: 15px;
    font-weight: 700;
}
#ShowColorList {
    min-height: 110px;
    display: flex;
    margin: 4px 8px;
    align-items: center;
    flex-wrap: wrap;
}
#ShowColorList2 {
    min-height: 110px;
    display: flex;
    margin: 4px 8px;
    align-items: center;
    flex-wrap: wrap;
}
#PRDSizes {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    padding: 8px 16px 20px 8px;
    margin-top: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#ShowSizeList {
    min-height: 110px;
    display: flex;
    margin: 4px 8px;
    align-items: center;
    flex-wrap: wrap;
}
#ShowSizeList2 {
    min-height: 110px;
    display: flex;
    margin: 4px 8px;
    align-items: center;
    flex-wrap: wrap;
}
.smfblr2 {
    filter: blur(2px);
    pointer-events: none !important;
}
#ADDcolorBox {
    width: 750px;
    height: 230px;
    position: fixed;
    background-color: #e9e9e9;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    top: 280px;
}
#smfColorPickerBox {
    display: flex;
    justify-content: space-between;
    width: 800px;
    align-items: center;
    padding: 20px;
}
.smfcolorlitBox {
    width: 230px;
}
.pickColorBTN {
    width: 120px;
    height: 50px;
    background-color: #4bff4b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    cursor: pointer;
    font-size: 20px;
}
#ADDSizeBox {
    width: 450px;
    height: 150px;
    position: fixed;
    background-color: #e9e9e9;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    top: 280px;
}
#smfSizePickerBox {
    display: flex;
    justify-content: space-between;
    width: 420px;
    align-items: center;
    padding: 20px;
}
.smfsizelitBox {
    width: 90px;
}
.pickSizeBTN {
    width: 120px;
    height: 50px;
    background-color: #4bff4b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    cursor: pointer;
    font-size: 20px;
}
.colorBox {
    height: 90px;
    margin: 2px 8px;
    min-width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border: 1px solid gray;
    padding: 6px;
    border-radius: 6px;
    background-color: #ededed;
}
.colorSample2 {
    width: 40px;
    height: 20px;
    border: 1px solid #437301;
}
.colorName {
    text-align: center;
}
.delcolor {
    cursor: pointer;
}
.colorBox img {
    width: 20px;
}
.sizeBox {
    height: 70px;
    margin: 2px 8px;
    min-width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border: 1px solid gray;
    padding: 6px;
    border-radius: 6px;
    background-color: #ededed;
}
.sizeName {
    text-align: center;
}
.delsize {
    cursor: pointer;
}
.sizeBox img {
    width: 20px;
}
.ALTableItem {
    display: flex;
    height: 36px;
    border-bottom: 1px solid gray !important;
    background-color: aliceblue;
}
.ALTBinp {
    border: none;
    text-align: center;
    height: 35px;
    font-size: 15px;
}
/*  //  --  Supply ==> End  --  //  */
.PrdItemAvalMobile {
    width: 98%;
    background-color: #ffffff;
    display: none;
    justify-content: center;
    flex-direction: row;
    border: 1px solid #1358ad;
    border-radius: 12px;
    cursor: pointer;
    margin: 5px 0px;
}
.PrdItemEdiMobile {
    width: 98%;
    background-color: #ffffff;
    display: none;
    justify-content: center;
    flex-direction: row;
    border: 1px solid #1358ad;
    border-radius: 12px;
    cursor: pointer;
    margin: 5px 0px;
}

.PrdItemPreviewPicMobile {
    width: 98%;
    background-color: #ffffff;
    display: none;
    justify-content: center;
    flex-direction: row;
    border: 1px solid #1358ad;
    border-radius: 12px;
    cursor: pointer;
    margin: 5px 0px;
}
/*////////////////////////////////////////////////////////////////Media*/
@media only screen and (max-width:700px) {
    #EditPRD {
        width: 98%;
        margin-right: 1%;
        padding: 6px;
        position: fixed;
    }
    .attTitle {
        font-size: 15px;
    }
    .smfPRDDesc {
        padding: 0px 6px;
    }
    .ADDBoxHead {
        padding: 0px 6px;
    }
    #smfEDPRDBox {
        width: 100%
    }
    .smfINpPicsBOX {
        padding: 0px
    }
    #EDiPRDBox {
        width: 98%;
        margin-right: 1%;
        max-height: 70vh;
        overflow-y: scroll;
    }
    #supplyBox {
        display: none;
    }
    .PrdItemAvalMobile {
        display: flex;
    }
    .PrdItemEdiMobile {
        display: flex;
    }
    .PrdItemPreviewPicMobile {
        display: flex;
    }
    .smfTicketDetailsPG2 {
        margin-right: 0px;
    }
    #supplyBoxMobile {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-bottom: 80px;
    }
    #supplyTableHeadMobile {
        display: flex;
        width: 770px;
        height: 36px;
        background-color: #858585;
        color: white;
        align-items: center;
    }

    #supplyTablebodyMobile {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .prdImageMobEdit {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .prdImageMobEdit img {
            max-width: 96%;
        }
    #delUploadedFile {
        width: 30px;
        margin-top: 16px;
    }
    .PicSide {
        width: 40%;
        padding: 8px 4px;
    }
    .DescItemtitle {
        color: #b56cb7;
        font-size: 15px;
    }
    .DescItemText {
        display: flex;
        justify-content: center;
        direction: ltr;
        align-items: center;
        font-size: 16px;
    }
    .MobModeDescItem {
        width: 98%;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .DescribeSide {
        padding: 8px 12px 6px 6px;
        width: 60%;
    }
    .PrdItemPreviewPicMobile {
        display: flex;
    }
    .crpr-image-wrapper {
        width: 250px;
        height: 320px;
    }
    .stpBoxGen3 {
        width: 90%;
    }
    .smfAttaxBox {
        width: 98%;
        margin-right: 1%;
    }
    .smfAttachBox {
        width: 94%;
        margin-right: 3%;
    }
    #UploadPRDPics {
        width: 94%;
    }
    .showHelpFilteringBox3 {
        width: 83%;
    }
    #seasonCheckBox {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    #Material {
        margin-right: 0px;
        width: 100%;
    }
    #NameFilter {
        width: 100%;
    }
    .FilterPRDNameBox {
        width: 100%;
    }
    #newPRDBox {
        width: 94%;
    }
    #MobBotMenu {
        display: flex;
    }
    .TimobCopyright {
        color: #0b6587;
        text-align: center;
        margin: 10px;
        padding: 90px;
        padding-top: 10px;
        padding-bottom: 0px;
        display: block;
    }

    #TilgR {
        display: none;
    }

    .TiinpITM {
        flex-direction: column;
        align-items: center;
    }

    #TiloginDV {
        display: flex;
        flex-direction: column;
        width: 85%;
        height: max-content;
        margin-top: 8vh;
    }

    #Tiimob {
        display: block;
        height: 210px;
        background-image: url(/images/bgs.jpg);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #TimobLogo {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        margin-top: 25px;
        background-image: url(/images/logo.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-position-x: left;
    }

    #TimobTXT {
        text-align: center;
        font-size: 16pt;
        font-weight: 700;
        margin-top: 15px;
        color: white;
    }

    #TilgL {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 10px 0px;
    }

    #TibotExit {
        display: flex;
        align-items: center;
    }

    #MobMenu {
        display: block;
        width: 22px;
        height: 22px;
        background-size: cover;
        margin: 7px;
        margin-top: 13px;
    }

    .mobExit {
        display: block;
        margin-top: 13px !important;
        margin-right: 12px !important;
    }

    #TisideBar {
        display: none;
    }

    #addmatBox {
        width: 98%;
    }

    .TismITM {
        height: 70px;
        border-radius: 14px;
        border: 1px solid #ffffff;
        margin-top: 20px;
        flex-direction: column;
        justify-content: center;
        padding: 12px;
        background-color: #95f9b4;
        border: 1px solid #9f6700;
        min-width: 290px;
    }

    #TimcntDV {
        width: 100%;
        margin: 75px 0px;
        padding: 0px;
    }

    .TismTTL {
        font-weight: 700;
        color: #2f2f2f;
        font-size: 12pt;
        margin-right: 2px;
        line-height: 30px;
    }

    #TiTTL {
        font-size: 11pt;
        padding-top: 0px;
        display: flex;
        align-items: center;
    }

    #Tidash {
        width: 22px;
        height: 22px;
    }

    #Tibaboo {
        display: flex;
        align-items: center;
    }
    .smfINPFileRow {
        padding: 4px;
    }

    #MoreUploadFile2 {
        width: 95%;
    }

    #delUploadedFile {
        width: 30px;
        margin-top: 16px;
    }

    .stpBoxGen3 {
        width: 90%;
    }

    .crpr-image-wrapper {
        width: 250px;
        height: 320px;
    }

    #newPRDBox {
        width: 94%;
    }

    #UploadPRDPics {
        width: 94%;
    }

    #supplySizeAndColorBox {
        width: 94%;
    }

    #ADDcolorBox {
        width: 80%;
        height: unset;
    }

    #supplyIndexBox {
        width: 94%;
    }

    #smfColorPickerBox {
        width: 100%;
        flex-direction: column;
    }

    .pickColorBTN {
        margin-top: 16px
    }

    .smfcolorlitBox {
        width: unset;
    }

    #ADDSizeBox {
        width: 90%;
    }

    #smfSizePickerBox {
        width: 90%;
    }

    .ALcolorSample {
        width: 10%;
        font-size: 10px;
        text-align: center;
    }

    .colorSample2 {
        width: 80%;
    }

    .ALColorName {
        width: 20%;
        font-size: 10px;
    }

    .ALSize {
        width: 13%;
        font-size: 10px;
    }

    .ALCount {
        width: 15%;
        font-size: 10px;
        text-align: center;
    }

    .ALAmount {
        width: 30%;
        font-size: 10px;
    }

    .ALTBinp {
        font-size: 11px;
    }

    .ALDescribe {
        width: 12%;
        font-size: 10px;
    }

    #ADDSupSizeAndColorBoxBody {
        max-height: 65vh;
    }

    #ALBody {
        max-height: unset;
        overflow-y: unset;
    }

    #AvalabilityList {
        max-height: 55vh;
        overflow-y: scroll;
    }

    #NameFilter {
        width: 100%;
    }

    #Material {
        margin-right: 0px;
        width: 100%;
    }

    .FilterPRDNameBox {
        width: 100%
    }

    #secondStageBodyBox {
        width: 98%;
    }

    #MaterialListBox {
        width: 98%;
    }

    #matLisHead {
        width: 100%;
    }

    #addmatBox {
        width: 98%;
    }

    #newMatNameBox {
        flex-direction: column;
    }

    #BTNAddNewMaterial {
        margin-top: 12px;
    }

    .mobExit {
        display: block;
        margin-top: 13px !important;
        margin-right: 12px !important;
    }
    .resize-handle.br {        
        width: 20px;
        height: 20px;
    }
}