html,body {
    margin:0;
    padding:0;
	width: 100%; 
	height: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

p,span,div,h1,h2,h3,h4 {
  user-select: none;
}

p,span,div,h1,h2,h3,h4,h5,label {
  user-select: none;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;   
  margin: 0;
}

.loginBody {
    width: 100%;
    height: 100%;
    background: #3801b2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.InputGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
    gap: 5px;
}

.formBtnDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

p.loginLkTxt {
    font-size: 14px;
    color: #9b9b9b;
}

b.lnk {
    cursor: pointer;
    color: #3801b2;
}

.InputGroup label {
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: black;
}

tr:hover {
    background: #fff7ff;
}

.loginForm {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-height: 100%;
    overflow-y: scroll;
}

span.inputGroup {
    width: calc(100% - 20px);
    border: solid 1px #d1d1d1;
    height: 30px;
    border-radius: 10px;
    padding: 7px;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 5px;
}

i {
display: flex;
}

button.btn100 {
    height: 40px;
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: #3801b2;
    color: white;
    font-weight: 600;
    cursor: pointer;
}

.logiBox h4 {
    font-size: 23px;
    color: black;
}

button.btn100:hover {
background: #8d5afe;    
}

span.inputGroup input {
    width: calc(100% - 10px);
    min-height: calc(100% - 10px);
    border: 0;
    font-size: 15px;
    color: black;
}

input:focus {
outline: 0;
}

.logiBox {
    width: 400px;
    max-width: calc(100% - 40px);
    height: auto;
    border-radius: 15px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    box-shadow: 1px 1px 4px 2px #4b4b4b40;
    gap: 25px;
    max-height: 85%;
}

span.cardIconSpan.blue {
    background: #2e7cff45;
    color: #2e7cff;
}

span.cardIconSpan.green {
    color: #00bc00;
    background: #00bc002e;
}

span.cardIconSpan.red {
    background: #ff000021;
    color: red;
}

.cards {
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    gap: 15px;
}

span.cardIconSpan {
    min-width: 40px;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 19px;
}

button.createPostBtn:hover {
opacity: 0.6
}

p.cardTitle {
    color: #919191;
    font-size: 14px;
    font-weight: 600;
}

h3.cardTitle {
    font-size: 19px;
    color: black;
}

span.cardDataSpan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card {
    min-height: 60px;
    min-width: 150px;
    background: white;
    border-radius: 10px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    box-shadow: 1px 1px 4px 1px #52525217;
}

span.searchListtms {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    min-width: 250px;
    border: solid 1px #e2e2e2;
    border-radius: 5px;
    height: 30px;
}

button.searchItemBtnn {
    height: 100%;
    border: 0;
    border-radius: 5px;
    font-size: 10px;
    cursor: pointer;
    color: black;
    background: #eeeeee;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

input.tableChck {
    width: 15px;
    height: 15px;
    cursor: pointer;
    accent-color: #5900d8;
} 

.order-table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
}

.order-table thead {
    background: #f2ebff;
}

.order-table th, .order-table td {
    padding: 14px 18px;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
}

span.tableTopBtn {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    border: solid 1px #5900d8;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    color: #5900d8;
    gap: 5px;
    padding: 0 10px;
}

span.tableTopBtn.del {
color: red;
border-color: red;
}

.postTopOptions {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

span.tableTopBtn.del:hover {
background: red;
color: white;
}

.order-table tbody tr:nth-child(even) {
background: #f8faff;    
}

.order-table tbody tr:nth-child(odd) {
background: #fff;    
}

input.searchItmInpt {
    border: 0;
    width: 100%;
    height: 100%;
}

.status::before {
content: "•";
    margin-right: 6px;
    font-size: 1.2em;
}

.status.delivered, .status.paid, .status.completed, .status.successful, .status.active, .status.open, .status.published {
    background: #e6f9ed;
    color: #0e8a41;
}
.status.pending, .status.processing, .status.preparing, .status.shipped, .status.new {
    background: #fff4d8;
    color: #b57600;
}
.status.cancelled, .status.returned, .status.failed, .status.unpaid, .status.expired, .status.closed, .status.disabled, .status.inactive, .status.unpublished, .status.closed {
    background: #ffe8e8;
    color: #cc1b1b;
}

.postTableBoard {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 10px;
    background: white;
    overflow: scroll;
    max-height: calc(100% - 100px);
    margin-top: 15px;
}

.modal {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    background: #000000b0;
    backdrop-filter: blur(1px);
    flex-direction: column;
}

.deleteConfirmContainer {
    width: auto;
    height: auto;
    background: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    border-radius: 10px;
    max-width: 400px;
}

span.dangerWarningSpan {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #ffe3e3;
    color: red;
    border-radius: 50px;
    font-size: 25px;
}

p.warningDangerTxt {
    font-size: 14px;
    color: black;
}

.dangerWarnngBtnBox {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

button.deleteConfirmBtn {
    padding: 8px 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: #00e500;
    color: #fff;
    height: 40px;
}

span.navSpan {
    display: flex;
    min-width: 25px;
    min-height: 25px;
    align-items: center;
    justify-content: center;
    background: #e2ceff;
    border-radius: 5px;
    cursor: pointer;
    color: #5900d8;
}

.topNavDiv {
    display: flex;
    align-items: center;
    gap: 7px;
}

h4.postPageTitle {
    font-size: 23px;
    color: black;
}

.postForm {
    width: calc(100% - 50px);
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-height: 100%;
    overflow-y: scroll;
    padding: 10px;
}

.postInputGroup label {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: black;
}

button.postBtn:hover {
opacity: 0.6;
}

span.postInputSpan {
   width: calc(100% - 10px);
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    height: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    position: relative;
}


div.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000000000000;
    top: 0;
    left: 0;
    background: #ffffffd9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid #620496;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); } 
}

.btnLoader {
    width: 15px;
    height: 15px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.contLoader {
    width: 30px;
    height: 30px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid #620496;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.tableNavDiv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

span.tableNav.active {
    background: #700add;
    color: white;
}

span.inputGroup i {
    color: grey;
}

span.tableNav.active:hover {
background: #700add;
cursor: not-allowed;
}

span.dhds-0384d-93rf {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #b3b3b3;
    z-index: 1;
    position: relative;
    border: solid 5px white;
}

img.oiued-peod-0e9 {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    object-fit: cover;
}

span.dhds-0384d-93rf i {
    position: absolute;
    padding: 10px;
    background: #f2e8ff;
    border-radius: 50px;
    color: #5900d8;
    font-size: 12px;
    cursor: pointer;
    bottom: -5px;
    right: -5px;
}

span.tableNav {
    min-width: 35px;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: solid 1px #d0d0d0;
    font-size: 15px;
    cursor: pointer;
}

span.tableNav:hover {
background: #f2ebff;    
}

.popup {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 12px 18px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1000000000000;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #error { background: #e74c3c; }
  #success { background: #2ecc71; }
  .popup.showw { opacity: 1; }
  .popup.hide { opacity: 0; }

.contLoaderContainer {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.selectBoard {
    position: absolute;
    top: 65px;
    background: white;
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 1px #80808063;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    z-index: 10;
}

input.postInput:focus + .selectBoard,
.selectBoard:hover {
display: flex;
}

label.optionLabel input {
    margin: 0;
    width: 15px;
    height: 15px;
    accent-color: #8102de;
}

label.optionLabel {
    display: flex;
    padding: 10px 5px;
    cursor: pointer;
    width: calc(100% - 10px);
    gap: 3px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
}

label.optionLabel:hover {
background: #ededed;    
}

input.postInput {
    height: 100%;
    width: 100%;
    border: 0;
    background: 0;
    font-size: 16px;
    color: black;
}

.createPostStatusOptions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.createPostStatusOptions label {
    display: flex;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

.btnGroup {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

button.postBtn {
    height: 45px;
    cursor: pointer;
    min-width: 150px;
    border: 0;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    align-items: center;
    justify-content: center;
}

button.postBtn.pri {
background: #0064ff;
}

button.postBtn.sec {
background: #00ce00;
}

input.chkdd {
    width: 16px;
    height: 16px;
    accent-color: #7400e7;
}

b.required {
    color: red;
}

.postInputGroup {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.postTopNav {
    width: calc(100% - 50px);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.jff34e {
    font-size: 16px;
    color: #3b3b3b;
}

p.vtukl {
    font-size: 12px;
    color: #5900d8;
}

span.banner-photo-spann-holder i {
    font-size: 27px;
    color: #767676;
}

span.banner-photo-spann-holder {
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 10px;
    height: 190px;
    border: dotted 1px #5900d8;
    justify-content: center;
    border-radius: 10px;
    background: #efedfe;
    cursor: pointer;
}

.status {
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

i.fi.fi-rr-clone.tableActnIco.view {
    color: blue;
    background: #0063ff1f;
}

div.tableBoard {
    border-radius: 4px;
    overflow-x: scroll;
    width: 100%;
}

img.slide-banner-img {
    width: 110px;
    height: 70px;
    object-fit: cover;
}


button.deleteCancelBtn {
    padding: 8px 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: red;
    color: #fff;
    height: 40px;
}

i.tableActnIco.delete {
    color: red;
    background: #ffefef;
}

div.hide, span.hide, p.hide, i.hide, section.hide, input.hide, select.hide, button.hide {
display: none;
}

i.tableActnIco {
    font-size: 15px;
    padding: 7px;
    border-radius: 50px;
    background: #ececec;
    cursor: pointer;
    color: #6c6c6c;
}

i.tableActnIco.edit {
    color: orange;
    background: #fff3de;
}

span.tableActionNavSpan {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

button.createPostBtn {
    height: 43px;
    width: auto;
    padding: 0 20px;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    background: #700add;
    color: white;
}

.postTop {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 30px);
    align-items: center;
    padding: 10px;
}

.blogBody {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
        background: #f6f6f6;
}