/* ================================================================================================
// 	File Name: Style.scss
// 	Description: RTL Style for customization.
// 	----------------------------------------------------------------------------------------------
// 	Item Name: Chameleon Admin - Modern Bootstrap 4 WebApp & Dashboard HTML Template + UI Kit
// 	Version: 1.0
// 	Author: ThemeSelection
// 	Author URL: https://themeselection.com/
// ================================================================================================

NOTE:
------
A FILE FOR RTL SUPPORT RELATED ONLY
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.filemanagerPopup {
    height: 550px;
    overflow: hidden;
    border: none;
    position: fixed;
    width: 80%;
    z-index: 888888;
    margin: auto;
    box-shadow: 1px 1px 10px 0px #667a84;
    border-radius: 5px;
    left: 0;
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
}
body{
    font-size: 10px!important;
}
.closeIframe {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 20px;
}

.closeIframe i {
    font-size: 23px;
    color: #fff;
}

.filemanagerPopup .filemanagerPopupI {
    width: 100%;
    height: 100%;
}

.removeImg {
    background: #fa626b;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    float: left !important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.buttonForAddimage img {
    border: 1px #9F76B5 solid;
    border-radius: 15px;
    object-fit: contain;
    height: 300px;
}
.bg-gra-blue {
    background: linear-gradient(249.8deg, #5891FF 9.84%, #4DCDF5 78.7%);
}
.bg-gra-orange {
    background: linear-gradient(247.62deg, #FFB155 4.18%, #F5DB53 95.38%);
}
.bg-gra-green {
    background: linear-gradient(250.96deg, #2FA78B 5.5%, #50E4C3 88.36%);
}
.bg-gra-pink {
    background: linear-gradient(64.74deg, #EA98EC 14.7%, #9C379E 94.62%);
}

.card-body p {
    color: white;
    font-size:16px;
    font-weight: 400;
}
.media-body span {
    font-size: 18px;
    font-weight: 700;
}
.bg-def-primary{
    background: linear-gradient(267.34deg, #9F76B5 27.84%, rgba(189, 120, 226, 0.68) 99.73%);
}
.card-body-addUser form {
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0px -3px 26px 4px rgb(159 118 181 / 20%);
}
.card-body-addUser form label {
    color: white!important;
    font-size: 14px;
    font-weight: 700;
}
.btn-white{
    background-color: white;
    color: #9F76B5;
    min-width: 185px;
    margin: 0;
    border-radius: 12px;
    padding: 9px;
}
.card-body-addUser {
    max-width: 90em;
    margin-right: auto;
    margin-left: auto;
    padding: 8em 2em 6em;
}
i.plus {
    margin-left: 10px;
}
#user-listing_length .form-control {
    border: 1px solid #9F76B5;
    border-radius: 10px;
    height: 40px;
}

#user-listing_filter label {
    color: black;
}

#user-listing_filter input {border: 1px solid #9F76B5;box-sizing: border-box;border-radius: 10px;height: 40px;}
.btn-def-primary ,.btn-primary{
    background: linear-gradient(267.34deg, #9F76B5 27.84%, rgba(189, 120, 226, 0.68) 99.73%);
    border-radius: 10px;
    color: white;
    min-width: 150px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border:none!important;
}
body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation > li:hover > a > i:before {
    color: white!important;
}
body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-light .navigation > li:hover> a > i{
    background: #9F76B5;
}
select {
    background-image: url(../../app-assets/images/icons/arrow.svg);
    display: block;
    min-width: 80px;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 8px center;

}
.add-formula .card-header span, .edit-formula h3.card-title {
    font-size: 14px;
    font-weight: 600;
}
#user-listing_wrapper .row:first-child {
    margin-bottom: 55px;
}
.ingredient {
    display: flex;
    justify-content: center;
    background: #9F76B5;
    box-shadow: 0px -3px 26px 4px rgba(159, 118, 181, 0.2);
    border-radius: 20px;
}
/* .select-date select {
    min-width: 19em;
    padding: 20px;
    border-radius: 15px;
    border: none;
    font-size: 16px;
    font-weight: 700;
} */
.chart-row {
    filter: drop-shadow(0px 2px 10px rgba(184, 184, 184, 0.59));
    border-radius: 15px;
    padding: 15px;
    background: white;
}
.chart-row div {
    margin: auto;
}
.select-date {
    display: flex;
    align-items: center;
}

.select2{
    width: 100% !important;
}
body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation > li > a > span {
    font-size: 13px!important;
    font-weight: 500;
}
#filterByShopBlock .select2-selection.select2-selection--multiple {
    padding: 20px!important;
    border: 1px solid #9f76b5!important;
    border-radius: 15px;
}
#filterByShopBlock .select2-selection__choice{
    background-color: #ffffff !important;
    padding: 5px 10px!important;
    font-size: 1.2em;
    border-radius: 12px !important;
    color: #56a2fb;
    margin: 5px 5px !important;
    font-weight: 600;
    display: flex;
    align-items: center;
}


#filterByShopBlock .select2-selection__choice__remove{
    color: #56a2fb !important;
    margin: 0 0 0 10px;
    font-size: 2.5em;
    font-weight: 100;
    line-height: 1em;
    float: right;
}

#filterByTime .pwt-datepicker-input-element{
    direction: ltr;
    text-align: right;
    color: #000;
}
#ecommerce-stats .form-control:focus {
    border-radius: 15px;
    color:#56a2fb;
}
.page-item.active .page-link {
    background-color: #9f76b5;
    border-color: #9f76b5;
}

.page-item.disabled .page-link{
     border-color: #9f76b5;
}

.permissionLists {
    display: flex;
    flex-wrap: wrap;
}

.permissionLists .card-title {
    background: #9f76b5;
    font-size: 1.5em;
    font-weight: 700;
    color: white;
    padding: 15px 20px;
    border-radius: 15px;
}

.permission-container {
    background: #FFFFFF;
    box-shadow: 0px -3px 26px 4px rgba(159, 118, 181, 0.2);
    border-radius: 15px;
    margin-bottom: 30px;
}

.permission-container .form-check {
    display: flex;
    align-items: center;
}
.permission-container .form-check-label {
    align-items: center;
    display: flex;
    font-size: 13px;
    color: #1B011C;
}
.permission-container .formcheck-item {
    padding: 20px;
}

.main-menu.menu-light .navigation > li ul {
    font-size: 13px;
    font-weight: 500;
}
.plus-style{
    font-weight: 700;
    font-size: 20px;
}
.quntity-formula {
    padding: 10px 20px;
    border-radius: 15px!important;
}
/* .heading-elements {
    top: 50%!important;
    transform: translateY(-50%);
} */
#repoRequestList .repoRequestCollaps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
}
div#formulaDetails .card {
    box-shadow: 0px -3px 26px 4px rgba(159, 118, 181, 0.2)!important;
    border-radius: 15px;
}
.btn-round {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-danger{
    background-color: #B50000;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #9F76B5!important;
    border-radius: 12px;
    height: 50px!important;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%!important;
    transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 12px;
    color: #C4c4c4;
}
.btn:hover{
    color:white;
}
a:hover{
    color:#9e76b5;
}
.card-inner {
    background: linear-gradient(267.34deg, #9F76B5 27.84%, rgba(189, 120, 226, 0.68) 99.73%);
    margin: 50px 20px;
    border-radius: 15px;
}
.form-control:focus {
    border-color: #9F76B5;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    background: #FFF8FF;
    padding: 15px;
    outline:  1px solid #F2D9FF;
    font-size: 14px;
}
.cke_bottom{
    border-top: none!important;
    background: #fdf8ff!important;
}

.select2-selection.select2-selection--single {
    outline: transparent;
    outline:none;
}
.select2-search.select2-search--dropdown{
    outline:none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #9f76b5 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #9f76b5  transparent;
}
.cke_top{
    background: #FFF8FF!important;
    border-color: #F2D9FF!important;
}
.cke_chrome{
    border-color: #F2D9FF!important;
}
.card-inner .card-header {
    background: #9f76b5;
    border-radius: 15px 15px 0 0;
}
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation > li > a > i {
    color: #9f76b5;
}
.menu-collapsed .navbar-brand .brand-logo {
    width: 37px!important;
}
canvas#canvas {
    height: 100%!important;
}
.main-menu.menu-light .navigation > li ul li,a.menu-item:hover {
    color:#9e76b5!important;
}
.permission-container .ft-chevron-down {
    position: absolute;
    left: 25px;
    color: white;
    font-weight: 700;
    font-size: 15px;
}

.card-title[aria-expanded="true"] .ft-chevron-down {
    transform: rotate(180deg);
}
.formcheck-item.show ~ .ft-chevron-down {
    top: 6%;
    transform:rotate(180deg)
}
.btn:hover {
    color: #9f76b5;
}
.btn-def-primary:hover {
    color: white;
}
body.horizontal-layout[data-color=bg-gradient-x-purple-blue] .content-wrapper-before, body.horizontal-layout[data-color=bg-gradient-x-purple-blue] .navbar-horizontal, body.vertical-layout[data-color=bg-gradient-x-purple-blue] .content-wrapper-before, body.vertical-layout[data-color=bg-gradient-x-purple-blue] .navbar-container{
    background: #E3E3E3;
}
/* #minimal-statistics  .card{
    box-shadow: none!important;
} */
.table-action-btn {
    padding: 10px;
}
.navbar-semi-light .navbar-nav .nav-link{
    color: #1B011C;
}
.repoRequestCollaps .ft-eye{
    font-size: 18px;
    font-weight: 600;
    margin-left:5px;
}
.repoRequestCollaps .list-inline a {
    display: flex;
    align-items: center;
}
.repoRequestCollaps .list-inline span{
    font-size: 14px;
}
#repoRequestList .card{
    box-shadow: -1px 20px 30px 20px rgb(159 118 181 / 9%) !important;
}
.btn{
    font-size: .9rem;
    font-weight: 500;
}
.table thead th {
    font-size: 12px;
    font-weight: 600;
}
label, output {
    display: inline-block;
    font-size: 11px;
    color: #6b6f80!important;
}
.table td, .table th {
    font-size: 13px;
    font-weight: 400;
}
.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(even) {
    background-color: #dad0d01f;
}
@media(max-width:1200px){
    .form-control {
        height: 45px;
        border-radius: 10px;
    }

    .add-formula .card-title {
        text-align: center;
    }
}


@media(max-width:1199px){
    .nav-dir {
        display: flex;
        flex-direction: column-reverse!important;
    }
    .home-card .nav.nav-tabs {
        flex-direction: row!important;
    }
}

@media (max-width: 990px){
    #filterByShopBlock .select2-selection.select2-selection--multiple{
        padding: 10px!important;
    }
    #filterByShopBlock .select2-selection__choice{
        font-size: 1.3em;
        padding: 5px!important;
        border-radius: 8px;
    }
    .badge{
        padding: 7px 8px;
    }
    .chart-row{
        padding: 15px;
    }
    .card .card-title {
        font-size: 20px;
    }
    .form label{
        font-weight: 500;
    }
    .btn-def-primary {
        min-width: 140px;
        font-size: 14px;
    }
    .repoRequestCollaps .card-title, .repoRequestCollaps .list-inline{
        font-size: 14px;
    }
    i.plus {
        margin-left: 5px;
        width: 15px;
        height: 15px;
    }
    .permission-container{
        margin-bottom: 20px;
    }

    .permissionLists .card-title{
        font-size: 14px;
        border-radius: 10px;
    }
    .btn-white{
        min-width: 160px;
    }



}

@media(max-width:576px){
    .permissionLists .card-title {
        font-size: 12px;
    }
    .login-responsive {
        flex-direction: column;
    }


}


.img-right {
    background-image: url(../../app-assets/images/backgrounds/Polygon2.svg);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-size: cover;
}
.img-left {
    background-image: url(../../app-assets/images/backgrounds/polygon4.svg);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-size: cover;
}
.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(65px);
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.19);
    border-radius: 25px;
}
.login-form .card , .login-form .card-header {
    background: transparent;
}
.logo-login {
    max-width: 300px;
    margin: auto;
}
.card-login .form-control {
    border: none;
}

.card-login button {
    background: #9E76B3;
    border-radius: 15px;
    box-shadow: none!important;
    padding: 15px;
    color: white;
}
.card-login button:hover{
    color: white;
}
.card-login .form-control-position i {
    position: absolute;
    top: 50%;
    right: 25%;
    font-size: 20px;
    transform: translateY(-50%);
}
.home-card .form-control{
    border-image: linear-gradient(249.8deg, #5891FF 9.84%, #4DCDF5 78.7%)1;
}
.home-card .card {
    filter: drop-shadow(0px 2px 10px rgba(184, 184, 184, 0.59));
}
.card.home-card {
    background: #F5F5F5;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
}

/* #ecommerce-stats  .nav-vertical {
    display: flex;
    justify-content: space-between;
    width: 100%;
} */
.home-card .nav-tabs .nav-link.active {
    background: linear-gradient(249.8deg, #5891FF 9.84%, #4DCDF5 78.7%)!important;
}
.home-card  .nav-link {
    margin: 10px;
    border-radius: 10px!important;
    border: 1px solid;
    min-width: 100px;
    justify-content: center;
}
.nav-dir {
    /*display: flex;*/
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}
.home-card .nav.nav-tabs {
    display: flex;
    flex-direction: column;
    padding:50px 0;
}
.home-card .nav-item {
    display:flex;
    justify-content:center;

}
.border-gradient, #ecommerce-stats .select2-selection__choice, #ecommerce-stats .select2-selection.select2-selection--multiple{
    background: linear-gradient(#fdfbfd, #fdfdfe) padding-box, linear-gradient(to right, #5891FF, #4DCDF5) border-box;
    border-radius: 10px;
    border: 2px solid transparent!important;
    color: #5891FF;
  }
.hover-white:hover{
    color:white;
}
.navigation li a{
    overflow: visible;
}
#repoRequestList .row:last-child {
    display:flex;
    justify-content:center;
}
.nav-tabs.nav-tabs-factory{
    flex-direction: row!important;
    justify-content: center;
}
.nav-tabs .nav-link{
    font-size: 12px;
    font-weight: 500;
}
#minimal-statistics .home-card {
    background: white;
    overflow: visible!important;
}
#minimal-statistics .home-card:before{
    content:"";
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: -1;
    background: linear-gradient(267.34deg, #9F76B5 27.84%, rgba(189, 120, 226, 0.68) 99.73%);
    border-radius: 20px;
    bottom: -20px;
    right: 0;
}
#minimal-statistics .nav-dir {
  display: block;
}
#minimal-statistics  .card {
    box-shadow: 0px 1px 10px rgb(0 0 0 / 25%);
}
.excelButton {border: 2px solid #9f76b5;
             color:#9f76b5!important;
             border-radius:10px;
             }

.excelButton:hover{
    background:#9f76b5;
    color:white!important;
}
.vertical-overlay-menu.menu-open .main-menu.menu-light .navigation > li > a > i{
    line-height: 50px;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50em;
    background: white;
    border: 2px solid #9F76B5;
    box-shadow: 0px -3px 26px 4px rgb(159 118 181 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;

}

.vertical-overlay-menu.menu-open .main-menu.menu-light .navigation > li > a > i:before{
    font-size: 1.2em;
    color: #9F76B5;
}
}