@font-face {
    font-family: 'shabnabBold';
    src: url(../fonts/shabnam-bold.woff2) format('truetype');
}

:root {
    --darkToosi: #647D8A;
    --white: #ffffff;
    --black: #000000;
    --green: #4CB050;
    --red: #ff0000;
    --gray: #707070;
    --lightred: #ff8282;
    --yellow: #ECB902;
    --kayerOrange: #F69400;
    --ajori: #ECB800;
    --textColor1: #f2efee;
    --textColor2: #707070;
    --ordersListRow1: #CFECEC;
    --ordersListRow2: #A0D6B4;
    --ordersListRow3: #EEF1FF;
    --ordersListRow4: #F1EAFF;
    --ordersListRow5: #FAEDCD;
    --ordersListRow6: #fea8a8;
    --ordersListRow7: #8aff64;
    --ordersListRow8: #d284ff;
}

body {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: shabnabBold, "Segoe UI", sans-serif !important;
}

a.masterTopLinkStyle:link, a.masterTopLinkStyle:visited {
    /*background-color: #f44336;*/
    color: var(--textColor1) !important;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a.noTextDecoration:link, a.noTextDecoration:visited {
    text-decoration: none;
}

a.customAnchorStyle:link, a.customAnchorStyle:visited {
    /*background-color: #f44336;*/
    color: var(--black) !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a.customAnchorStyle:hover {
    /*background-color: #f44336;*/
    color: var(--kayerOrange) !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

@media (min-width: 768px) {
    .masterTopLinkStyle a:hover, a:active {
        background-color: var(--darkToosi);
    }
}

@media (max-width: 767px) {
    .masterTopLinkStyle a:hover, a:active {
        color: var(--darkToosi) !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 400px) {

}

@media (max-width: 399px) {

}

/*-----------------------------  plus button start ------------------------*/
/*-----------------------------  plus button end   ------------------------*/

.colorCodeBlueBG3 {
    background-color: #14549C !important
}

.navMaster {
    font-family: shabnabBold, Verdana, serif;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50px;
    right: 0px;
    overflow: hidden;
    color: var(--textColor1);
}

.headerBody {
    font-family: shabnabBold, Verdana, serif;
    position: absolute;
    top: 40px;
    left: 12px;
    height: 55px;
    right: 12px;
    overflow: hidden;
    background-color: var(--darkToosi);
    /*background-image: url({% static 'img/master_page_bottom_bg.png' %}); background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */;
    border-radius: 0 0 25px 25px;
}

.rowHeader {
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 7px; /*Optional*/
}

.columnHeader {
    display: table-cell;
    /*background-color: red; /*Optional*/
}

.topBox1 {
    width: 60%;
    border-radius: 10px;
    background: var(--kayerOrange);
    padding: 7px;
    /*width: 200px;*/
    height: 20px;
}

.topBox1 .nameSpan {
    float: left;
    font-size: large;
    padding-left: 20px;
}

.topBox2 {
    width: 30%;
    border-radius: 10px;
    background: var(--white);
    /*padding: 1px;
    /*width: 200px;*/
    height: 20%;
    text-align: center;
}

.topBox3 {
    width: 10%;
    border-radius: 10px;
    background: var(--white);
    /*padding: 1px;
    /*width: 200px;*/
    height: 20%;
    text-align: center;
}

.footerBody {
    position: absolute;
    bottom: 0px;
    height: 70px;
    left: 12px;
    right: 12px;
    overflow: visible;
    /*background-color: var(--white);*/
    background-color: var(--white);
    /*background-image: url({% static 'img/master_page_bottom_bg.png' %}); background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */;
    border-radius: 25px 25px 0 0;
}

@property --a {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0deg;
}

.box {
    height: 70px;
    --r: 15px; /* control the rounded part*/
    --s: 35px; /* control the size of the cut and the image  */
    --a: 20deg; /* control the depth of the curvature */

    position: relative;
    z-index: 0;
    /*cursor: pointer;*/
    transition: .4s --a;
    color: var(--white);
    font-family: system-ui, sans-serif;
    text-align: center;
    margin-bottom: 0;
}

.box:hover {
    --a: 35deg;
}

.box img {
    height: calc(2 * var(--s));
    aspect-ratio: 1;
    scale: .8;
    translate: 0 calc(-1 * sin(var(--a)) * var(--s) - sin(var(--a)) * var(--r));
    border-radius: 50%;
    /*background: #D95B43;*/
}

.box:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: calc(var(--s) / 2 + var(--r) / 4) 0 0 0;
    /*background-color: #647D8A;*/
    border-radius: 25px 25px 0 0;

    background: linear-gradient(45deg, var(--darkToosi), var(--darkToosi));
    --_m: 0/calc(2 * var(--r)) calc(2 * var(--r)) no-repeat radial-gradient(50% 50%, #000 calc(100% - 1px), #0000);
    --_d:(var(--s) + var(--r)) * cos(var(--a));

    mask: calc(50% + var(--_d)) var(--_m), calc(50% - var(--_d)) var(--_m),
    radial-gradient(var(--s) at 50% calc(-1 * sin(var(--a)) * var(--s)),
            #0000 100%, #000 calc(100% + 1px)) 0 calc(var(--r) * (1 - sin(var(--a)))) no-repeat,
    linear-gradient(90deg, #000 calc(50% - var(--_d)), #0000 0 calc(50% + var(--_d)), #000 0);
}

.bottomContainer {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 90px;
}

.bottomCaption {
    font-family: shabnabBold, sans-serif;
    color: var(--textColor1);
    display: block;
    font-size: 14px;
}

.masterPageTopLogo img {
    width: 120px;
    height: 20px
}

.topMenuMasterFont {
    font-size: 18px;
}

.textFontForButton1 {
    font-size: 18px;
}

.textFontForButton2 {
    font-size: 18px;
}

.listViewImage img {
    width: 45px;
    height: 45px;
}

.listViewImage20 img {
    width: 20px;
    height: 20px;
}

.masterTopBellIcon {
    width: 40px;
    height: 40px
}

.height50 img {
    height: 50px;
}

@media only screen and (max-width: 760px) {
    .bottomContainer {
        cursor: pointer;
        vertical-align: top;
        display: inline-block;
        text-align: center;
        width: 40px;
    }

    .bottomCaption {
        font-family: shabnabBold, sans-serif;
        color: var(--textColor1);
        display: block;
        font-size: 11px;
    }

    .masterPageTopLogo img {
        width: 60px;
        height: 10px
    }

    .listViewImage img {
        width: 25px;
        height: 25px;
    }

    .listViewImage20 img {
        width: 10px;
        height: 10px;
    }

    .height50 img {
        height: 25px;
    }

    .topMenuMasterFont {
        font-size: 10px;
    }

    .topBox1 .nameSpan {
        float: left;
        font-size: small;
        padding-left: 20px;
    }

    .masterTopBellIcon {
        width: 25px;
        height: 25px
    }


}

.bottomContainer a:hover span {
    color: var(--kayerOrange);
}

.bottomContainer a:hover img {
    -webkit-filter: brightness(0.6) contrast(3.4) hue-rotate(217deg) saturate(9.9);
    /*filter: brightness(0.6)contrast(3.4)hue-rotate(217deg)saturate(9.9);*/
    filter: saturate(500%) contrast(800%) brightness(500%) invert(80%) sepia(50%) hue-rotate(120deg);
}

.masterBottomLinkStyle a:link, a:visited {
    /*background-color: #f44336;*/
    /*color: var(--black)!important;*/
    /*padding: 14px 25px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.masterBottomLinkStyle a:hover, a:active span {
    /*background-color: var(--kayerOrange);*/
    color: var(--kayerOrange) !important;
}

.hrStyle1 {
    border: 0 !important;
    height: 2px !important;
    background: var(--kayerOrange) !important;
    background-image: linear-gradient(to right, #ccc, #333, #ccc) !important;
}

.textBoxStyle1 {
    background-color: var(--white);
    color: black;
    border: 2px solid var(--darkToosi);
    border-radius: 10px;
    min-height: 35px;
}

.textBoxStyle2 {
    background-color: var(--white);
    color: black;
    border: 2px solid var(--darkToosi);
    border-radius: 10px;
    min-height: 45px;
    text-align: center;
}

.textBoxStyle3 {
    background-color: var(--white);
    color: black;
    border: 2px solid var(--darkToosi);
    border-radius: 30px;
    min-height: 45px;
    text-align: center;
}

.textBoxStyle4 {
    background-color: var(--darkToosi);
    color: white;
    border: 0px solid var(--darkToosi);
    border-radius: 30px;
    min-height: 45px;
    text-align: center;
}

.textBoxStyle5 {
    background-color: var(--white);
    color: black;
    border: 2px solid var(--kayerOrange);
    border-radius: 30px;
    min-height: 45px;
    text-align: center;
}

.textBoxDisableStyle {
    background-color: transparent;
    color: black;
    border-radius: 10px;
    min-height: 45px;
    text-align: center;
}

.fontSize10 {
    font-size: 10px;
}

.fontSize12 {
    font-size: 12px;
}

.fontSize14 {
    font-size: 14px;
}

.fontSize16 {
    font-size: 16px;
}

.qrCode200 img {
    width: 200px;
    height: 200px;
}

.showImg250 img {
    width: 250px;
    height: 250px;
}

.qrCode90 img {
    width: 90px;
    height: 90px;
}

.qrCode75 img {
    width: 75px;
    height: 75px;
}

.deleteImage40 img {
    width: 40px;
    height: 40px;
}

.button1Width50P {
    font-family: shabnabBold, serif;
    width: 100%;

    background-color: var(--darkToosi);
    color: var(--white);
    border: 2px solid var(--darkToosi);
}

.button1Width50P:hover {
    font-family: shabnabBold, serif;
    width: 100%;

    background-color: var(--white);
    color: var(--black);
    border: 2px solid var(--darkToosi);
}

.button2Width50P {
    font-family: shabnabBold, serif;
    width: 100%;

    background-color: var(--white);
    color: black;
    border: 2px solid var(--darkToosi);
}

.button3Width50P {
    font-family: shabnabBold, serif;
    width: 100%;
    /*
    margin-left: 1%;
    margin-right: 1%;
     */
    background-color: var(--kayerOrange);
    color: var(--white);
    border: 2px solid var(--kayerOrange);
}

.button3Width50P:hover {
    font-family: shabnabBold, serif;
    width: 100%;
    /*
    margin-left: 1%;
    margin-right: 1%;
     */
    background-color: var(--white);
    color: var(--black);
    border: 2px solid var(--kayerOrange);
}

.button4Width50P {
    font-family: shabnabBold, serif;
    width: 100%;
    /*
    margin-left: 1%;
    margin-right: 1%;
     */
    background-color: var(--white);
    color: var(--black);
    border: 2px solid var(--kayerOrange);
}

.button4Width50P:hover {
    font-family: shabnabBold, serif;
    width: 100%;
    /*
    margin-left: 1%;
    margin-right: 1%;
     */
    background-color: var(--kayerOrange);
    color: var(--white);
    border: 2px solid var(--kayerOrange);
}

.button5Width50P {
    font-family: shabnabBold, serif;
    width: 100%;
    /*
    margin-left: 1%;
    margin-right: 1%;
     */
    background-color: transparent;
    color: var(--textColor2);
    border: 2px solid var(--darkToosi);
}

.button6Width50P {
    font-family: shabnabBold, serif;
    width: 100%;
    /*
    margin-left: 1%;
    margin-right: 1%;
     */
    background-color: var(--darkToosi);
    color: var(--textColor1);
    border: 2px solid var(--darkToosi);
}

.button6Width50P:hover {
    font-family: shabnabBold, serif;
    width: 100%;
    /*
    margin-left: 1%;
    margin-right: 1%;
     */
    background-color: var(--white);
    color: var(--black);
    border: 2px solid var(--darkToosi);
}

.buttonRedBackground {
    font-family: shabnabBold, serif;
    width: 100%;
    background-color: var(--lightred);
    color: black;
    border: 2px solid var(--lightred);
}

.buttonGreenBackground {
    font-family: shabnabBold, serif;
    width: 100%;
    background-color: var(--green);
    color: black;
    border: 2px solid var(--green);
}

.buttonOrangeBackground {
    font-family: shabnabBold, serif;
    width: 100%;
    background-color: var(--kayerOrange);
    color: black;
    border: 2px solid var(--kayerOrange);
}

.buttonAjoriBackground {
    font-family: shabnabBold, serif;
    width: 100%;
    background-color: var(--ajori);
    color: black;
    border: 2px solid var(--ajori);
}

.buttonWhiteBackground {
    font-family: shabnabBold, serif;
    width: 100%;
    /*
    margin-left: 1%;
    margin-right: 1%;
     */
    background-color: var(--white);
    color: var(--black);
    border: 2px solid var(--darkToosi);
}

.secondModalBackground {
    background-color: var(--gray);
    /*opacity: 70%;*/
    color: var(--black);
    border: 2px solid var(--darkToosi);
}

.button1Width50P, .button2Width50P, .button3Width50P img {
    display: inline-block;
    vertical-align: middle;
    /*background: #f00;*/
    /*margin-left: 25px;*/
    /*border-radius: 5px;*/
}

.button1Width50P, .button2Width50P, .button3Width50P span {
    /*margin-right: 15px;
    margin-left: 15px;*/
}

.buttonToosiWithoutWidth {
    font-family: shabnabBold, serif;
    background-color: var(--darkToosi);
    color: var(--white);
    border: 2px solid var(--darkToosi);
}

.buttonGreenWithoutWidth {
    font-family: shabnabBold, serif;
    background-color: var(--green);
    color: var(--white);
    border: 2px solid var(--green);
}

.imageDarkenOnHover:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.greenButton {
    font-family: shabnabBold, serif;
    width: 100%;
    /*
    margin-left: 1%;
    margin-right: 1%;
     */
    background-color: var(--green);
    color: var(--textColor1);
    border: 2px solid var(--green);
}

.greenButton:hover {
    font-family: shabnabBold, serif;
    width: 100%;
    /*
    margin-left: 1%;
    margin-right: 1%;
     */
    background-color: var(--white);
    color: var(--black);
    border: 2px solid var(--green);
}

.grayButton {
    font-family: shabnabBold, serif;
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: var(--gray);
    color: var(--textColor1);
    border: 2px solid var(--gray);
}

.toosiButton {
    font-family: shabnabBold, serif;
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: var(--darkToosi);
    color: var(--textColor1);
    border: 2px solid var(--darkToosi);
}

.toosiButton:hover {
    font-family: shabnabBold, serif;
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: var(--white);
    color: var(--black);
    border: 2px solid var(--darkToosi);
}

.toosiButtonWithoutMargin {
    font-family: shabnabBold, serif;
    width: 100%;
    background-color: var(--darkToosi);
    color: var(--textColor1);
    border: 2px solid var(--darkToosi);
}

.yellowButton {
    font-family: shabnabBold, serif;
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: var(--yellow);
    color: var(--textColor1);
    border: 2px solid var(--yellow);
}

.yellowButton:hover {
    font-family: shabnabBold, serif;
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: var(--white);
    color: var(--black);
    border: 2px solid var(--yellow);
}

.buttonShadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.buttonBorderRadius {
    border-radius: 10px;
}

.buttonBorderRadius2 {
    border-radius: 40px;
}

.buttonHeight {
    height: 55px;
}

.width100P {
    width: 100%;
}

.textColorBlack {
    color: var(--black) !important;
}

.textColorGreen {
    color: var(--green) !important;
}

.textColorRed {
    color: var(--red) !important;
}

.textColorWhite {
    color: var(--textColor1) !important;
}

.textColorAjori {
    color: var(--ajori) !important;
}

.mainDivBGColor {
    background-color: #F2F2F2;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50% !important;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.commonTable {
    border-collapse: separate;
    border-spacing: 0;
}

.commonTable td {
    border: solid 1px #000;
    /*border-style: none solid solid none;*/
    padding: 0px;
}

.commonTable tr:first-child td:first-child {
    border-top-right-radius: 10px;
}

.commonTable tr:first-child td:last-child {
    border-top-left-radius: 10px;
}

.commonTable tr:last-child td:first-child {
    border-bottom-right-radius: 10px;
}

.commonTable tr:last-child td:last-child {
    border-bottom-left-radius: 10px;
}

.commonTable tr:first-child td {
    border-top-style: solid;
}

.commonTable tr td:first-child {
    border-right-style: solid;
}

.commonTable tr td:last-child {
    border-left-style: solid;
}

.tableWithRowspan {
    border-collapse: separate;
    border-spacing: 0;
}

.tableWithRowspan td {
    border: solid 1px #000;
    /*border-style: solid solid solid none;*/
    padding: 0px;
}

.tdRightTopBottomRound {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.tdLeftTopBottomRound {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.toosiTextBackground {
    background-color: var(--darkToosi);
    color: var(--textColor1);
}

.orangeTextBackground {
    background-color: var(--kayerOrange);
    color: var(--textColor1);
}

.whiteTextBackground {
    background-color: var(--white);
    color: var(--textColor1);
}

.whiteTextBackgroundBlackText {
    background-color: var(--white);
    color: var(--black);
}

.toosiBorder {
    border: 2px solid var(--darkToosi);
}

.width33P {
    width: 33.3333%;
}

.tableWithBorderOnly {
    border: 1px solid black;
}

.tableWithBorderOnly td {
    border: 1px solid black;
}

.tableWithoutBorders {
    border: none;
}

.greenBackgroundColor {
    background-color: var(--green);
}

.grayBackgroundColor {
    background-color: var(--gray);
}

.orderListStorage {
    background-color: var(--ordersListRow1);
}

.orderListFinance {
    background-color: var(--ordersListRow2);
}

.orderListPost {
    background-color: var(--ordersListRow3);
}

.orderListPostSend {
    background-color: var(--ordersListRow4);
}

.orderListPostDeliver {
    background-color: var(--ordersListRow5);
}

.orderListDeleted {
    background-color: var(--ordersListRow6);
}

.orderListDelivered {
    background-color: var(--ordersListRow7);
}

.orderListWithOmit {
    background-color: var(--ordersListRow8);
}

.spanVHCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.marginLeft30 {
    margin-left: 20px;
}

.profileLabelWidth {
    width: 150px;
}

.displayNone {
    display: none;
}

/*----------------------------plus button menu start --------------------------------*/
.menu-open {
    background-color: rgba(0, 0, 0, 0.5);
}

.menu-container {
    position: absolute;
    /*bottom: 20px;*/
    background-color: transparent;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 3;
}

.menu-button {
    cursor: pointer;
    margin-bottom: -50px;
    z-index: 4;
    position: relative;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

.overlay.show {
    display: block;
}


.dropdown-menu-site {
    position: absolute;
    bottom: 100px;
    left: 50%;
    /*transform: translateX(-50%);*/
    display: none;
    /*flex-direction: row;*/
    justify-content: center;
    opacity: 0;
    /*transition: opacity 0.3s, transform 0.3s;*/
    z-index: 4;
}

.dropdown-menu-site button {
    background-color: transparent;
    /*
    padding: 10px 20px;
    margin: 5px;

    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: scale(0);
    transition: transform 0.3s;
     */
}

.dropdown-menu-site button:nth-child(1) {
    transform-origin: 0% 100%;
}

.dropdown-menu-site button:nth-child(2) {
    transform-origin: 100% 100%;
}

.dropdown-menu-site.show {
    display: flex;
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.dropdown-menu-site.show button {
    transform: scale(1);
}

.dropdown-menu-site button:hover {
    /*background-color: #f0f0f0;*/
}

/*----------------------------plus button menu end --------------------------------*/
/*----------------------------for loading ----------------------------------*/
.overlayLoading {
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url("../../static/img/loader.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlayLoading {
    display: block;
}

.spanLeftToRightDir {
    display: inline-block;
    direction: ltr;
    text-align: right;
}

.showDetailDown {
    content: url("../../static/img/detail_order_flash_down.png");
    width: 45px;
    height: auto;
}

.showDetailUp {
    content: url("../../static/img/detail_order_flash_up.png");
}


/*-----------------------------------------For phone screen size -----------------------*/

.changeInventory img{
width: 25px;
}
  .textBoxStyleForStore {
        background-color: var(--white);
        color: black;
        border: 2px solid var(--darkToosi);
        border-radius: 10px;
        min-height: 25px;
    }
  .textBoxStyleForStore2 {
        background-color: var(--white);
        color: black;
        border: 2px solid var(--darkToosi);
        border-radius: 10px;
        min-height: 25px;
    }
@media (max-width: 767px) {
    .changeInventory img{
width: 15px;
}
     .textBoxStyleForStore {
        background-color: var(--white);
        color: black;
        border: 2px solid var(--darkToosi);
        border-radius: 10px;
        width: 45px;
        min-height: 15px;
    }
     .textBoxStyleForStore2 {
        background-color: var(--white);
        color: black;
        border: 2px solid var(--darkToosi);
        border-radius: 10px;
        width: 100px;
        min-height: 15px;
    }





    .buttonHeight {
        height: 40px;
    }

    .textFontForButton1 {
        font-size: 13px;
    }

    .textFontForButton2 {
        font-size: 12px;
    }

    .showImg250 img {
        width: 80px;
        height: 80px;
    }

    .qrCode200 img {
        width: 80px;
        height: 80px;
    }

    .qrCode90 img {
        width: 40px;
        height: 40px;
    }

    .qrCode75 img {
        width: 30px;
        height: 30px;
    }

    .deleteImage40 img {
        width: 20px;
        height: 20px;
    }

    .textBoxStyle1 {
        background-color: var(--white);
        color: black;
        border: 2px solid var(--darkToosi);
        border-radius: 10px;
        min-height: 25px;
    }

    .textBoxStyle2 {
        background-color: var(--white);
        color: black;
        border: 2px solid var(--darkToosi);
        border-radius: 10px;
        min-height: 30px;
        text-align: center;
    }

    .textBoxStyle3 {
        background-color: var(--white);
        color: black;
        border: 2px solid var(--darkToosi);
        border-radius: 30px;
        min-height: 30px;
        text-align: center;
    }

    .textBoxStyle4 {
        background-color: var(--darkToosi);
        color: white;
        border: 0px solid var(--darkToosi);
        border-radius: 30px;
        min-height: 30px;
        text-align: center;
    }

    .textBoxStyle5 {
        background-color: var(--white);
        color: black;
        border: 2px solid var(--kayerOrange);
        border-radius: 30px;
        min-height: 30px;
        text-align: center;
    }

    .textBoxDisableStyle {
        background-color: transparent;
        color: black;
        border-radius: 10px;
        min-height: 30px;
        text-align: center;
    }

}