@import url("animate.css");
@import url("public.css");
@import url("light.css");

@font-face{
    font-family: 'ChangaMedium';
    src: url(fonts/Changa-Medium.ttf);
}
:root{
    --align:right;
    --direction:rtl;
}
*:focus{
    box-shadow: none !important;
}
/*
 primary colors
*/
.btn-primary{

}
.btn-outline-primary {
    --bs-btn-color: #14799d;
    --bs-btn-border-color: #14799d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #14799d;
    --bs-btn-hover-border-color: #14799d;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #14799d;
    --bs-btn-active-border-color: #14799d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #14799d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #14799d;
    --bs-gradient: none;
}
/*.dropdown-toggle:before{
    content: " ";
    display: block;
    border-top: 8px var(--bs-primary) solid;
    border-bottom: 0px #2e2e2e00 solid;
    border-left: 8px #0000 solid;
    border-right: 8px #18181800 solid;
    height: 8px;
    width: 8px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    top: auto;
}*/
.text-primary{
    color: var(--bs-primary) !important;
}
.border-primary{
    border-color: var(--bs-primary) !important;
}
.line-height-0{
    line-height:0rem
}
.line-height-0-5{
    line-height:0.5rem
}
.line-height-1{
    line-height:1rem
}
.line-height-1-25{
    line-height:1.25rem
}
.opacity-0{
    opacity: 0 !important;
}
.opacity-1{
    opacity: 1 !important;
}
.img-32{
    height: auto;
    width: 32px !important;
}
.img-50{
    height: 50px !important;
    width: 50px !important;
}

.width-50px{
    width: 50px !important;
}
.width-75px{
    width: 75px !important;
}
.width-80px{
    width: 80px !important;
}
.width-90px{
    width: 90px !important;
}
.width-100px{
    width: 100px !important;
}
.width-110px{
    width: 110px !important;
}
.width-120px{
    width: 120px !important;
}
.width-130px{
    width: 130px !important;
}
.width-140px{
    width: 140px !important;
}
.width-150px{
    width: 150px !important;
}
.width-160px{
    width: 160px !important;
}
.width-170px{
    width: 170px !important;
}
.width-180px{
    width: 180px !important;
}
.width-190px{
    width: 190px !important;
}
.width-200px{
    width: 200px !important;
}
body{
    font-family: 'ChangaMedium' !important;
    background-color: var(--bs-body-bg);
    direction: var(--direction);
}
select{
    font-size: 14px !important;
}
.tooltip-inner{
    font-family: 'ChangaMedium' !important;
}
.progress.progress-page-load {
    position: fixed;
    top: 0px;
    height: 4px !important;
    z-index: 100000;
    width: 100%;
    direction: ltr !important;
    border-radius: 0px !important;
    overflow: hidden;
}
.progress.progress-page-load .progress-bar {
    -webkit-animation: progress-bar-stripes 0.3s linear infinite;
    animation: progress-bar-stripes 0.3s linear infinite;
}
.font-size-12{
    font-size: 12px !important;
}
.font-size-14{
    font-size: 14px !important;
}
.font-size-16{
    font-size: 16px !important;
}
.font-size-18{
    font-size: 18px !important;
}
.font-size-20{
    font-size: 20px !important;
}
.font-size-22{
    font-size: 22px !important;
}
.font-size-24{
    font-size: 24px !important;
}
.font-size-26{
    font-size: 26px !important;
}
.font-size-28{
    font-size: 28px !important;
}
.font-size-30{
    font-size: 30px !important;
}
.font-size-32{
    font-size: 32px !important;
}
.font-size-34{
    font-size: 34px !important;
}
.font-size-36{
    font-size: 36px !important;
}
.font-size-38{
    font-size: 38px !important;
}
.font-size-40{
    font-size: 40px !important;
}
.font-size-42{
    font-size: 42px !important;
}
.font-Tahoma{
    font-family: 'Tahoma', sans-serif !important;
}
.font-ChangaMedium{
    font-family: ChangaMedium;
}
.row{
    margin-left: 0px!important;
    margin-right: 0px!important;
}
a{
    text-decoration: none !important;
}
img{
    mix-blend-mode: multiply;
}
input[type=checkbox]{
    margin: 0px !important;
}
input[type=text]{
    padding: 8px;
    height: 40px;
}
.app-nav{

}
.app-nav .logo_image{
    max-width: 32px;
}
.app-nav .app-nav-top{
    border-bottom: 1px var(--bs-primary) solid;
}
.app-btn-hover > [data-icon]{
    transform: scale(1);
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
}
.app-btn-hover:hover > [data-icon]{
    transform: scale(1.1);
}

.form-switch .form-check-input{
    margin: 4px 4px !important;
    float: right !important;
}
.Notification{
    display: block;
    position: fixed;
    z-index: 100000;
    top: -100px;
    left: 4px;
    background-color: var(--bs-white);
    color: var(--bs-white);
    padding: 8px 15px;
    border: 1px var(--bs-white) solid;
    border-radius: 500px !important;
    width: auto;
    min-width: 200px;
    text-align: right;
    opacity: 0;
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
}
.Notification.show{
    top: 8px !important;
    opacity: 1 !important;
}
.Notification.hide{
    top: -100px;
    opacity: 0 !important;
}
.Notification.success{
    background-color: var(--bs-success) !important;
    box-shadow: 0px 0px 15px var(--bs-success) !important;
}
.Notification.error{
    background-color: var(--bs-danger) !important;
    box-shadow: 0px 0px 15px var(--bs-danger);
}
.NotificationIn{
    position: relative;
    display: block;
    z-index: 100000;
    padding: 4px;
    border: 0px var(--bs-secondary) solid;
    border-radius: 2px !important;
    text-align: right;
    opacity: 0;
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    margin: auto 4px;
    color: var(--bs-white);
}
.NotificationIn.show{
    top: 0px !important;
    opacity: 1 !important;
}
.login-area-islogin{
    transition: all 1s ease-in-out !important;
    -moz-transition: all 1s ease-in-out !important;
    -o-transition: all 1s ease-in-out !important;
    -webkit-transition: all 1s ease-in-out !important;
    filter: opacity(0.8);
    -webkit-filter: opacity(0.8);
}
.login-box{
    box-shadow: 0px 0px 0px 1px #dddddd;
}
.LoginMsg{
    width: 100%;
    left: 0px;
    right: 0px;
    top: 4px;
    z-index: 99999999999;
    position: absolute !important;
}
.FormLoginInputs .input-group-text{
    width: 40px;
    text-align: center;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.Data-Stripe{
    transition: all 0.1s ease-in-out !important;
    -moz-transition: all 0.1s ease-in-out !important;
    -o-transition: all 0.1s ease-in-out !important;
    -webkit-transition: all 0.1s ease-in-out !important;
}
.Data-Stripe:nth-child(even):hover,.Data-Stripe:hover{
    background-color: #0070a230;
}
.Data-Stripe.unactive{
    background-color: var(--bs-danger-bg-subtle) !important;
}
.Data-Stripe.unactive:hover{
    background-color: #0070a230 !important;
}
.Data-Stripe:nth-child(even) {
}
.Data-Stripe >div{
    border-left: 1px #dbdbdb solid;
}
.Data-Stripe >div:last-child{
    border-left:none !important;
}
.Data-Stripe-danger{
    background-color: #f8d7da0d;
}
.Data-Stripe-success{
    background-color: #4057670d;
}
.UserNavBar{
}
.UserNavBar .UserNavBarLink{
    font-weight: bold;
    position: relative;
    transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}
.UserNavBar .UserNavBarLink.active,
.UserNavBar .UserNavBarLink:hover{
    box-shadow: 0px 2px 0px var(--PrimaryColor);
}
.RemoveAfter::after{
    display: none !important;
}
.ck.ck-reset.ck-editor{
    width: 100%;
}
.ck.ck-content{
    min-height: 400px;
}
.ck.ck-toolbar{
    background-color: #3d4f661f !important;
}
.ck.ck-toolbar__items{
    justify-content: center !important;
}
.dropdown-app > .btn{
    min-width: 250px !important;
}
.dropdown-toggle::after{
    display: none !important;
}
.dropdown-app .dropdown-menu{
    min-width: 250px;
}

.DataDash_DataDash:last-child{
    display: none;
}
.CheckProductlistCodes{
    width: 98% !important;
    max-height: 300px;
    z-index: 1000;
}
.current_product_name{
    position: absolute;
    top: 8px;
    left: 8px;
}
.alert-input-danger{
    border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity)) !important;
}
.GradeLevelImg{
    min-height: 50px !important;
    min-width: 50px !important;
    max-height: 250px !important;
    max-width: 250px !important;
    cursor: pointer;
}
.ui-selectable-helper{
    border: 1px #000 dashed !important;
}
.sidebar-admin-menu{
    max-width: 250px;
}
.SideBar{
    transition: all 0.2s ease-in-out !important;
}
.SideBar .SideBar-text{
    transition: all 0s ease-in-out !important;
    width: auto;
    padding-left: 16px;
}
.SideBar.togglehide .SideBar-text{
    display: none;
}
.btns{
    color: var(--bs-primary);
    padding: 4px 8px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.1s ease-in-out !important;
}
.btns:hover{
    color: var(--bs-white);
    background-color: var(--bs-primary);
}
.top-btn{
    min-width: 42px;
    height: 42px;
}
.navbar a{
    color: #4a2311 !important;
}
.product_list_data{
    overflow: hidden;
    min-height: 400px;
    transition: all 0.2s ease-in-out !important;
}
.product_list_data:hover{
    background-color: var(--bs-secondary-bg);
}
.product_list_data .ProductImageList {
    height: 250px;
    width: 100%;
    transition: all 0.2s ease-in-out !important;
}
.product_list_data:hover .ProductImageList {
    transform: scale(1.1);
}
.product_list_data .ProductTitle{
    height: 60px;
    overflow: hidden;
    display: block;
    color: #4a2311;
}
.product_list_data .ProductText{
    height: 70px;
    overflow: hidden;
    display: block;
}
.product_list_data .ProductPrice{
    display: block;
}
.loading-land{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: var(--bs-light-bg-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.loading-land img{
    transition: all 0.6s ease-in-out !important;
}
.bg-body-secondary {
    background-color: var(--bs-gray-200) !important
}