.text-center{
    text-align: center;
}

.text-justify{
    text-align: justify;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}


.dspl-col,
.dspl-col-responsive-1,
.dspl-col-responsive-2,
.dspl-col-responsive-3{
    display: flex;
    flex-direction: column !important;
}

.dspl-rw,
.dspl-rw-responsive-1,
.dspl-rw-responsive-2,
.dspl-rw-responsive-3{
    display: flex;
    flex-direction: row !important;
}


.dspl-block{
    display: block;
}


.fg-1{
    flex-grow: 1;
}



.align-start{
    align-items: flex-start !important;
}

.align-end{
    align-items: flex-end !important;
}

.align-center{
    align-items: center !important;
}

.justify-start{
    justify-content: flex-start !important;
}

.justify-end{
    justify-content: flex-end !important;
}

.justify-center{
    justify-content: center !important;
}

.justify-sa{
    justify-content: space-around !important;
}

.justify-sb{
    justify-content: space-between !important;
}

.justify-se{
    justify-content: space-evenly !important;
}




.font-niconne{
    font-family: 'Niconne', cursive;
}

.fz-s-xxx{
    font-size: 0.3em !important;
}

.fz-s-xx{
    font-size: 0.5em !important;
}
.fz-s-x{
    font-size: 0.7em !important;
}

.fz-s{
    font-size: 0.8em !important;
}

.fz-m{
    font-size: 1em !important;
}

.fz-l{
    font-size: 1.2em !important;
}

.fz-l-x{
    font-size: 1.5em !important;
}

.fz-l-xx{
    font-size: 2em !important;
}

.fz-l-xxx{
    font-size: 2.5em !important;
}

.fz-l-xxxx{
    font-size: 3em !important;
}

.fz-l-xxxxx{
    font-size: 4em !important;
}



.fw-b{
    font-weight: bold;
}

.fw-n{
    font-weight: normal;
}





.responsive-fz{
    font-size: 0.8em !important;
}


.responsive-container{
    width: 90%;
    max-width: calc(max-content * 1);
}




.flex-wrap{
    flex-wrap: wrap;
}







.as-stretch{
    align-self: stretch;
}


.as-start{
    align-self: flex-start;
}


.as-end{
    align-self: flex-end;
}


.as-center{
    align-self: center;
}




.m-0{
    margin: 0 !important;
}

.m-1{
    margin: 0.25em !important;
}

.m-2{
    margin: 0.5em !important;
}

.m-3{
    margin: 1em !important;
}

.m-4{
    margin: 1.5em !important;
}

.m-5{
    margin: 2em !important;
}

.m-6{
    margin: 3em !important;
}

.m-7{
    margin: 3.5em !important;
}

.m-8{
    margin: 4em !important;
}

.m-9{
    margin: 5em !important;
}

.m-10{
    margin: 6em !important;
}

.m-auto{
    margin: auto !important;
}


.ml-0{
    margin-left: 0 !important;
}

.ml-1{
    margin-left: 0.25em !important;
}

.ml-2{
    margin-left: 0.5em !important;
}

.ml-3{
    margin-left: 1em !important;
}

.ml-4{
    margin-left: 1.5em !important;
}

.ml-5{
    margin-left: 2em !important;
}

.ml-6{
    margin-left: 3em !important;
}

.ml-7{
    margin-left: 3.5em !important;
}

.ml-8{
    margin-left: 4em !important;
}

.ml-9{
    margin-left: 5em !important;
}

.ml-10{
    margin-left: 6em !important;
}

.ml-auto{
    margin-left: auto !important;
}


.mt-0{
    margin-top: 0 !important;
}


.mt-1{
    margin-top: 0.25em !important;
}

.mt-2{
    margin-top: 0.5em !important;
}

.mt-3{
    margin-top: 1em !important;
}

.mt-4{
    margin-top: 1.5em !important;
}

.mt-5{
    margin-top: 2em !important;
}

.mt-6{
    margin-top: 3em !important;
}

.mt-7{
    margin-top: 3.5em !important;
}

.mt-8{
    margin-top: 4em !important;
}

.mt-9{
    margin-top: 5em !important;
}

.mt-10{
    margin-top: 6em !important;
}

.mt-auto{
    margin-top: auto !important;
}



.mr-0{
    margin-right: 0 !important;
}

.mr-1{
    margin-right: 0.25em !important;
}

.mr-2{
    margin-right: 0.5em !important;
}

.mr-3{
    margin-right: 1em !important;
}

.mr-4{
    margin-right: 1.5em !important;
}

.mr-5{
    margin-right: 2em !important;
}

.mr-6{
    margin-right: 3em !important;
}

.mr-7{
    margin-right: 3.5em !important;
}

.mr-8{
    margin-right: 4em !important;
}

.mr-9{
    margin-right: 5em !important;
}

.mr-10{
    margin-right: 6em !important;
}

.mr-auto{
    margin-right: auto !important;
}



.mb-0{
    margin-bottom: 0 !important;
}

.mb-1{
    margin-bottom: 0.25em !important;
}

.mb-2{
    margin-bottom: 0.5em !important;
}

.mb-3{
    margin-bottom: 1em !important;
}

.mb-4{
    margin-bottom: 1.5em !important;
}

.mb-5{
    margin-bottom: 2em !important;
}

.mb-6{
    margin-bottom: 3em !important;
}

.mb-7{
    margin-bottom: 3.5em !important;
}

.mb-8{
    margin-bottom: 4em !important;
}

.mb-9{
    margin-bottom: 5em !important;
}

.mb-10{
    margin-bottom: 6em !important;
}

.mb-auto{
    margin-bottom: auto !important;
}





.p-0{
    padding: 0 !important;
}

.p-1{
    padding: 0.25em !important;
}

.p-2{
    padding: 0.5em !important;
}

.p-3{
    padding: 1em !important;
}

.p-4{
    padding: 1.5em !important;
}

.p-5{
    padding: 2em !important;
}

.p-6{
    padding: 3em !important;
}

.p-auto{
    padding: auto !important;
}


.pl-1{
    padding-left: 0.25em !important;
}

.pl-2{
    padding-left: 0.5em !important;
}

.pl-3{
    padding-left: 1em !important;
}

.pl-4{
    padding-left: 1.5em !important;
}

.pl-5{
    padding-left: 2em !important;
}

.pl-6{
    padding-left: 3em !important;
}

.pl-auto{
    padding-left: auto !important;
}


.pt-1{
    padding-top: 0.25em !important;
}

.pt-2{
    padding-top: 0.5em !important;
}

.pt-3{
    padding-top: 1em !important;
}

.pt-4{
    padding-top: 1.5em !important;
}

.pt-5{
    padding-top: 2em !important;
}

.pt-6{
    padding-top: 3em !important;
}

.pt-auto{
    padding-top: auto !important;
}



.pr-0{
    padding-right: 0em !important;
}

.pr-1{
    padding-right: 0.25em !important;
}

.pr-2{
    padding-right: 0.5em !important;
}

.pr-3{
    padding-right: 1em !important;
}

.pr-4{
    padding-right: 1.5em !important;
}

.pr-5{
    padding-right: 2em !important;
}

.pr-6{
    padding-right: 3em !important;
}

.pr-auto{
    padding-right: auto !important;
}



.pb-1{
    padding-bottom: 0.25em !important;
}

.pb-2{
    padding-bottom: 0.5em !important;
}

.pb-3{
    padding-bottom: 1em !important;
}

.pb-4{
    padding-bottom: 1.5em !important;
}

.pb-5{
    padding-bottom: 2em !important;
}

.pb-6{
    padding-bottom: 3em !important;
}

.pb-auto{
    padding-bottom: auto !important;
}





.pos-absolute{
    position: absolute;
}



.pos-relative{
    position: relative;
}



.pos-fixed{
    position: fixed;
}



.z-9{
    z-index: 9;
}

.z-99{
    z-index: 99;
}

.z-999{
    z-index: 999;
}

.z-9999{
    z-index: 9999;
}

.z-99999{
    z-index: 9999;
}

.z-99999{
    z-index: 9999;
}



.top-0{
    top: 0% !important;
}

.top-5{
    top: 5% !important;
}

.top-10{
    top: 10% !important;
}

.top-20{
    top: 20% !important;
}

.top-30{
    top: 30% !important;
}

.top-40{
    top: 40% !important;
}

.top-50{
    top: 50% !important;
}

.top-60{
    top: 60% !important;
}

.top-70{
    top: 70% !important;
}

.top-80{
    top: 80% !important;
}

.top-90{
    top: 90% !important;
}

.top-100{
    top: 100% !important;
}



.bottom-0{
    bottom: 0% !important;
}

.bottom-5{
    bottom: 5% !important;
}

.bottom-10{
    bottom: 10% !important;
}

.bottom-20{
    bottom: 20% !important;
}

.bottom-30{
    bottom: 30% !important;
}

.bottom-40{
    bottom: 40% !important;
}

.bottom-50{
    bottom: 50% !important;
}

.bottom-60{
    bottom: 60% !important;
}

.bottom-70{
    bottom: 70% !important;
}

.bottom-80{
    bottom: 80% !important;
}

.bottom-90{
    bottom: 90% !important;
}

.bottom-100{
    bottom: 100% !important;
}



.left-0{
    left: 0% !important;
}

.left-5{
    left: 5% !important;
}

.left-10{
    left: 10% !important;
}

.left-20{
    left: 20% !important;
}

.left-30{
    left: 30% !important;
}

.left-40{
    left: 40% !important;
}

.left-50{
    left: 50% !important;
}
.left-60{
    left: 60% !important;
}

.left-70{
    left: 70% !important;
}

.left-80{
    left: 80% !important;
}

.left-90{
    left: 90% !important;
}

.left-100{
    left: 100% !important;
}



.right-0{
    right: 0% !important;
}

.right-5{
    right: 5% !important;
}

.right-10{
    right: 10% !important;
}

.right-20{
    right: 20% !important;
}

.right-30{
    right: 30% !important;
}

.right-40{
    right: 40% !important;
}

.right-50{
    right: 50% !important;
}

.right-60{
    right: 60% !important;
}

.right-70{
    right: 70% !important;
}

.right-80{
    right: 80% !important;
}

.right-90{
    right: 90% !important;
}

.right-100{
    right: 100% !important;
}









.w-mxc{
    width: max-content !important;
    max-width: 100% !important;
}

.mnw-mxc{
    min-width: max-content !important;
}

.mxw-mxc{
    max-width: max-content !important;
}


.w-100{
    width: 100% !important;
}

.w-95{
    width: 95% !important;
}

.w-90{
    width: 90% !important;
}

.w-80{
    width: 80% !important;
}

.w-70{
    width: 70% !important;
}

.w-60{
    width: 60% !important;
}

.w-50{
    width: 50% !important;
}

.w-40{
    width: 40% !important;
}

.w-30{
    width: 30% !important;
}

.w-20{
    width: 20% !important;
}

.w-10{
    width: 10% !important;
}



.mxw-100{
    max-width: 100%;
}

.mxw-90{
    max-width: 90%;
}

.mxw-80{
    max-width: 80%;
}

.mxw-70{
    max-width: 70%;
}






.mnw-100{
    min-width: 100% !important;
}

.mnw-90{
    min-width: 90% !important;
}

.mnw-80{
    min-width: 80% !important;
}

.mnw-70{
    min-width: 70% !important;
}

.mnw-60{
    min-width: 60% !important;
}

.mnw-50{
    min-width: 50% !important;
}

.mnw-40{
    min-width: 40% !important;
}

.mnw-30{
    min-width: 30% !important;
}

.mnw-20{
    min-width: 20% !important;
}

.mnw-10{
    min-width: 10% !important;
}



.mnw-40em{
    min-width: 40em !important;
}

.mnw-30em{
    min-width: 30em !important;
}

.mnw-25em{
    min-width: 25em !important;
}

.mnw-20em{
    min-width: 20em !important;
}

.mnw-15em{
    min-width: 15em !important;
}

.mnw-10em{
    min-width: 10em !important;
}


.w-init{
    width: initial !important;
}

.w-40em{
    width: 40em !important;
}

.w-35em{
    width: 35em !important;
}

.w-30em{
    width: 30em !important;
}

.w-25em{
    width: 25em !important;
}

.w-20em{
    width: 20em !important;
}

.w-15em{
    width: 15em !important;
}

.w-10em{
    width: 10em !important;
}

.w-5em{
    width: 5em !important;
}

.w-4em{
    width: 4em !important;
}

.w-3em{
    width: 3em !important;
}

.w-2em{
    width: 2em !important;
}

.w-1em{
    width: 1em !important;
}







.h-100{
    height: 100% !important;
}

.h-90{
    height: 90% !important;
}

.h-80{
    height: 80% !important;
}

.h-70{
    height: 70% !important;
}

.h-60{
    height: 60% !important;
}

.h-50{
    height: 50% !important;
}

.h-40{
    height: 40% !important;
}

.h-30{
    height: 30% !important;
}

.h-20{
    height: 20% !important;
}

.h-10{
    height: 10% !important;
}

.h-0{
    height: 0em !important;
}



.h-init{
    height: initial !important;
}


.h-30em{
    height: 30em !important;
}

.h-25em{
    height: 25em !important;
}

.h-20em{
    height: 20em !important;
}

.h-15em{
    height: 15em !important;
}

.h-10em{
    height: 10em !important;
}

.h-5em{
    height: 5em !important;
}

.h-4em{
    height: 4em !important;
}

.h-3em{
    height: 3em !important;
}

.h-2em{
    height: 2em !important;
}

.h-1em{
    height: 1em !important;
}




.mxh-100{
    max-height: 100% !important;
}

.mxh-90{
    max-height: 90% !important;
}

.mxh-80{
    max-height: 80% !important;
}

.mxh-70{
    max-height: 70% !important;
}

.mxh-60{
    max-height: 60% !important;
}

.mxh-50{
    max-height: 50% !important;
}

.mxh-40{
    max-height: 40% !important;
}

.mxh-30{
    max-height: 30% !important;
}

.mxh-20{
    max-height: 20% !important;
}

.mxh-10{
    max-height: 10% !important;
}

.mxh-0{
    max-height: 0;
    overflow: hidden;
}



.mxh-40em{
    max-height: 40em !important;
}

.mxh-35em{
    max-height: 35em !important;
}

.mxh-30em{
    max-height: 30em !important;
}

.mxh-25em{
    max-height: 25em !important;
}

.mxh-20em{
    max-height: 20em !important;
}

.mxh-15em{
    max-height: 15em !important;
}

.mxh-10em{
    max-height: 10em !important;
}









.mnh-100{
    min-height: 100% !important;
}

.mnh-90{
    min-height: 90% !important;
}

.mnh-80{
    min-height: 80% !important;
}

.mnh-70{
    min-height: 70% !important;
}

.mnh-60{
    min-height: 60% !important;
}

.mnh-50{
    min-height: 50% !important;
}

.mnh-40{
    min-height: 40% !important;
}

.mnh-30{
    min-height: 30% !important;
}

.mnh-20{
    min-height: 20% !important;
}

.mnh-10{
    min-height: 10% !important;
}



.mnh-40em{
    min-height: 40em !important;
}

.mnh-30em{
    min-height: 30em !important;
}

.mnh-25em{
    min-height: 25em !important;
}

.mnh-20em{
    min-height: 20em !important;
}

.mnh-15em{
    min-height: 15em !important;
}

.mnh-10em{
    min-height: 10em !important;
}

.mnh-5em{
    min-height: 5em !important;
}





.fixed-center{
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: white;
    z-index: 30;
    box-shadow: 0px 0px 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}









.hidden{
    display: none;
}




.overflow-auto{
    overflow: auto;
}
.overflow-x-auto{
    overflow-x: auto;
}
.overflow-y-auto{
    overflow-y: auto;
}


.overflow-hidden{
    overflow: hidden;
}




.btn{
    padding: 0.5em 1em;
    width: max-content;
    max-width: 100%;
    border: none;
    background-color: #d1d1d1;
    color: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow:  0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    
}

.btn:not(:disabled){
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}


.btn:disabled{
    opacity: 0.6;
}



.btn-lsda{
    background-color: #dcb253;
}

.btn-valid{
    background-color: #3eb542;
}

.btn-primary{
    background-color: #007bff;
}

.btn-error{
    background-color: #e40606;
}


.btn-primary:not(:disabled):hover{
    background-color: #006bdd;
}


.btn-valid:not(:disabled):hover{
    background-color: #2aa02e;
}


.btn-lsda:not(:disabled):hover{
    background-color: #cea545;
}



.btn-sm{
    font-size: 1em;
}

.btn-md{
    font-size: 1.1em;
}

.btn-lg{
    font-size: 1.3em;
}



.color-lsda{
    color: #dcb253 !important;
}

.color-gold{
    color: gold !important;
}

.color-orange{
    color: #cc8400  !important;
}


.color-bronze{
    color: #9e5a00 !important;
}

.color-black{
    color: #000000 !important;
}


.color-success{
    color: #3eb542 !important;
}


.color-primary{
    color: #007bff !important;
}


.color-light{
    color: #656565 !important;
}


.color-silver{
    color: #919191  !important;
}


.color-white{
    color: white !important;
}


.color-purple{
    color: #fb00ff !important;
}


.color-freez{
    color: #00f3ff !important;
}


.color-smooth{
    color : #05ff97;
}


.color-error{
    color : red;
}




.bck-lsda{
    background-color: #dcb253 !important;
}



.bck-primary{
    background-color: #007bff !important;
}

.bck-orange{
    background-color: orange !important;
}


.bck-valid{
    background-color: #3eb542 !important;
}


.bck-red{
    background-color: #be0000 !important;
}

.bck-dark{
    background-color: #383838 !important;
}

.bck-dark-light{
    background-color: #4d4d4d !important;
}


.bck-light{
    background-color: #e0e0e0 !important;
}

.bck-light-x{
    background-color: #f0f0f0 !important;
}

.bck-white{
    background-color: #ffffff !important;
}

.bck-black{
    background-color: #000000 !important;
}

.bck-black-light{
    background-color: #161616 !important;
}

.bck-transparent{
    background-color: transparent !important;
}




.bdr-1{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.bdr-2{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}


.bdr-3{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


.bdr-50{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.bdr-round{
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
}





.bck-light{
    background-color: #e0e0e0;
}

.bck-light-x{
    background-color: #f0f0f0;
}






.trsl-y-50{
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.trsl-x-50{
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.trsl-50{
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}






.underline-shadow{
    box-shadow: 0px 15px 10px -20px;
}




.bd-none{
    border: none !important;
}


.bd-s{
    border: 0.5px solid !important;
}

.bd-m{
    border: 1px solid !important;
}

.bd-l{
    border: 2px solid !important;
}

.bd-l-x{
    border: 3px solid !important;
}

.bd-l-xx{
    border: 5px solid !important;
}






.bd-top-s{
    border-top: 0.5px solid !important;
}

.bd-top-m{
    border-top: 1px solid !important;
}

.bd-top-l{
    border-top: 2px solid !important;
}

.bd-top-l-x{
    border-top: 3px solid !important;
}

.bd-top-l-xx{
    border-top: 5px solid !important;
}





.bd-right-s{
    border-right: 0.5px solid !important;
}

.bd-right-m{
    border-right: 1px solid !important;
}

.bd-right-l{
    border-right: 2px solid !important;
}

.bd-right-l-x{
    border-right: 3px solid !important;
}

.bd-right-l-xx{
    border-right: 5px solid !important;
}





.bd-bottom-s{
    border-bottom: 0.5px solid !important;
}

.bd-bottom-m{
    border-bottom: 1px solid !important;
}

.bd-bottom-l{
    border-bottom: 2px solid !important;
}

.bd-bottom-l-x{
    border-bottom: 3px solid !important;
}

.bd-bottom-l-xx{
    border-bottom: 5px solid !important;
}






.bd-left-s{
    border-left: 0.5px solid !important;
}

.bd-left-m{
    border-left: 1px solid !important;
}

.bd-left-l{
    border-left: 2px solid !important;
}

.bd-left-l-x{
    border-left: 3px solid !important;
}

.bd-left-l-xx{
    border-left: 5px solid !important;
}






.bd-silver{
    border-color: silver !important;
}

.bd-black{
    border-color: black !important;
}

.bd-lsda{
    border-color: #dcb253 !important;
}


.bd-top-silver{
    border-top-color: silver !important;
}

.bd-top-black{
    border-top-color: black !important;
}

.bd-top-lsda{
    border-top-color: #dcb253 !important;
}


.bd-bottom-silver{
    border-bottom-color: silver !important;
}

.bd-bottom-black{
    border-bottom-color: black !important;
}

.bd-bottom-lsda{
    border-bottom-color: #dcb253 !important;
}


.bd-left-silver{
    border-left-color: silver !important;
}

.bd-left-black{
    border-left-color: black !important;
}

.bd-left-lsda{
    border-left-color: #dcb253 !important;
}


.bd-right-silver{
    border-right-color: silver !important;
}

.bd-right-black{
    border-right-color: black !important;
}

.bd-right-lsda{
    border-right-color: #dcb253 !important;
}



.bd-bxs{    
    box-shadow: 0px 4px 5px -6px;
}

.bxs-none{
    box-shadow: none !important;
}

.bxs-1-black{
    box-shadow: 0px 0px 0.2em 0px black !important;
}

.bxs-2-black{
    box-shadow: 0px 0px 0.3em 0px black !important;
}

.bxs-3-black{
    box-shadow: 0px 0px 0.7em 0px black !important;
}


.bxs-1-white{
    box-shadow: 0px 0px 0.2em 0px white !important;
}

.bxs-2-white{
    box-shadow: 0px 0px 0.3em 0px white !important;
}

.bxs-3-white{
    box-shadow: 0px 0px 0.7em 0px white !important;
}




.bxs-1-black-in{
    box-shadow: inset 0px 0px 0.2em 0px black !important;
}

.bxs-2-black-in{
    box-shadow: inset 0px 0px 0.3em 0px black !important;
}

.bxs-3-black-in{
    box-shadow: inset 0px 0px 0.7em 0px black !important;
}



.bxs-1-white-in{
    box-shadow: inset 0px 0px 0.2em 0px white !important;
}

.bxs-2-white-in{
    box-shadow: inset 0px 0px 0.3em 0px white !important;
}

.bxs-3-white-in{
    box-shadow: inset 0px 0px 0.7em 0px white !important;
}



.cur-pointer{
    cursor: pointer;
}



.hover-lightblue:hover{
    background-color: #aed6ff29;
}





.table{
    font-size: 0.7em;
    width: 100%;
    border-collapse: collapse;
}


.table thead{
    text-align: center;
    font-weight: bold;
}


.table td,
.table th{
    border: 1px solid #e2e2e2;
    padding: 0.5em;
}


.table td.delete,
.table th.delete{
    border: none;
}








.form{
    display: flex;
    flex-direction: column;
    padding: 1em;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin: auto;
}


.form .rowForm{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}


.form .colForm{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    margin: 2em 0;
}

.form .colForm{
    margin-right: 2em;
}


.form .colForm>h2{
    margin-bottom: 0.5em;
}


.form .rowForm .colForm{
    max-width: 35em;
    flex-grow: 1;
    min-width: 25em;
}



.form .sectionForm{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 1em 0;
}


.form .sectionForm .sectionFormInfo{
    display: none;
}


.form .sectionForm .sectionFormInfo.visible{
    display: block;
    font-size: 0.8em;
    margin-top: 0.5em;
    color: red;
}


.form .sectionForm label{
    margin-bottom: 0.25em;
}


.form input, .form select{
    width: 100%;
    padding: 0.5em;
    font-size: 1.1em;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}


.form input::placeholder,
.form textarea::placeholder{
    color: #999999;
    font-size: 0.9em;
}



.form input:focus, .form select:focus{
    border: 1px solid #01c4ff87;
    outline: none;
}






.form input#postalCode{
    width: 40%;
}










.min-h-mc{
    min-height: max-content;
}

.min-w-mxc{
    min-width: max-content;
}







i.sep-sm-white{
    display: block;
    width: 70%;
    height: 0;
    border-bottom: 0.5px solid #ffffff7d;
    margin: 0 auto;
}

i.sep-sm-black{
    display: block;
    width: 70%;
    height: 0;
    border-bottom: 0.5px solid black;
    margin: 0 auto;
}





.wfilter{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00000056;
    z-index: 25;
}

.abs-wfilter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000056;
    z-index: 5;
}




.scrollbar-light::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scrollbar-light::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent;
}

.scrollbar-light::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: silver;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.scrollbar-light-x::-webkit-scrollbar {
    width: 0.1em;
    height: 0.1em;
}

.scrollbar-light-x::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent;
}

.scrollbar-light-x::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: silver;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}



.scrollbar-black::-webkit-scrollbar {
    cursor: pointer;
    width: 3px;
    height: 3px;
}

.scrollbar-black::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent;
}

.scrollbar-black::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(0, 0, 0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}



.scrollbar-none::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}




.scrollbar-none::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}







@media screen and (min-width:600px) {   

    .table{
        font-size: 0.9em;
    }
    
    .responsive-fz{
        font-size: 0.9em !important;
    }


    .responsive-container{
        width: 80%;
    }


    .dspl-rw-responsive-1{
        flex-direction: column;
    }

    .dspl-col-responsive-1{
        flex-direction: row;
    }

    
}





@media screen and (min-width:800px) {


    .dspl-rw-responsive-2{
        flex-direction: column !important;
    }

    .dspl-col-responsive-2{
        flex-direction: row !important;
    }
    

}





@media screen and (min-width:1000px) {

    .table{
        font-size: 1em;
    }
    
    .responsive-fz{
        font-size: 1em !important;
    }

    .responsive-container{
        width: 70%;
    }


    .dspl-rw-responsive-3{
        flex-direction: column !important;
    }

    .dspl-col-responsive-3{
        flex-direction: row !important;
    }

}



