/*.header-top, .header-bottom {*/
/*    background-color: #442EB9;*/
/*}*/

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700&display=swap');

    body{
            background: #442EB9;
    }
h1, h2, h3, h4, h5, h6,p,span{
  font-family: 'Tajawal', sans-serif !important;  
}

input,
textarea{
    font-size: 16px !important;
    outline: none !important;
    box-shadow: none !important;
    border: solod 1px !important;

}
button.btn.btn-light.control-button{
      background: #3F22B3;
      color: #fff;

}
.modal-footer{
    display: flex;
    justify-content: space-between;

}
.modal-footer button{
        width: auto;
}
.dashboard-widget {
    height: 75vh;
    overflow: hidden;
    padding: 15px !important;
    margin-bottom: 30px;
}
.dashboard-widget-nav{
     height: auto;
}

/************* image upload *******************/


.images-upload-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 15px 0;
}

.upload-img {
    display: inline-block;
    width: 110px;
    height: 109px;
    border: 1px dashed #5B5B5B;
    line-height: 140px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    margin: 5px;
}

.upload-img i {
    font-size: 50px;
    color: #5B5B5B;
}

.upload-img input {
    position: absolute;
    /*opacity: 0;*/
    z-index: -1;
    /*display: none*/
}

.uploaded-block {
    position: absolute;
    top: 0;
    width: 120px;
    height: 115px;
}

.uploaded-block img {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 50%;
}

.uploaded-block .close {
    position: absolute;
    top: -8px;
    color: #FFF;
    background: #03A9F4;
    font-size: 18px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0
}

.block-img .images-upload-block {
    display: block;
}

.block-img .upload-img {
    display: table;
    margin: 5px auto;
}

.block-img .uploaded-block {
    position: relative;
    display: inline-block;
    margin: 5px;
}


.modal-backdrop {
    z-index: 9;
}


* {
    direction: rtl;
    
}

/*start header*/
header{
    position: relative;

}
.hero-section{
    padding: 0;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
}
.logo{
        width: 125px;
        padding:10px;
}
.logo a ,.logo a img{
     width: 100%;
    height: 100%;
    display: block;

}
/*end header*/

/*start nav-phone*/
.btn-toggle{
    color: #fff;
    display: none;
}
.nav-phone{
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    padding: 15px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    background: #3F22B3;
}

.nav-phone .content{
    display: flex;
    justify-content: space-between;
    color: #fff !important;
}
.nav-phone .title a ,.nav-phone .btn-close{
     color: #fff ;
}
.nav-phone-hidden{
   right: 0;

}
.nav-phone .nav-logo {
    display: flex;
    justify-content: space-between;
    align-content: center;

}
/*end nav-phone*/



.dashboard-section{
    padding: 50px 0 0;
    margin: 0;

}
/*start style table*/
.page-control a ,.page-control a:hover{
    background: #3F22B3;
    color: #fff;
}
.dashboard-widget .dashboard-purchasing-tabs{
    height: 90%;
    overflow: inherit;
    overflow-y: auto;
    direction: ltr;
    text-align: center;


}
.dashboard-widget .dashboard-purchasing-tabs::-webkit-scrollbar {
   width: 1px;

}

.dashboard-widget .dashboard-purchasing-tabs::-webkit-scrollbar-track {
     box-shadow: inset 0 0 6px #3F22B3;
    -webkit-box-shadow: inset 0 0 6px #3F22B3;
}

.dashboard-widget .dashboard-purchasing-tabs::-webkit-scrollbar-thumb {
    background-color: #3F22B3;
    outline: 1px solid slategrey;
}

.dashboard-widget thead {
    background: #3F22B3;
    color: #fff;

}

.dashboard-widget tbody tr:nth-child(even){
    background: #f7f6fc;

}
h2.h4.text-gray-800.font-weight-bold {
    display: contents;
}
.dashboard-widget tbody .btn{
   background: #3F22B3;
}
.dashboard-widget tbody .btn i{
    color: #fff !important;
}
.dashboard-widget tbody .btn:hover{
        background: #f7f6fc;
}
.dashboard-widget tbody .btn:hover i {
        color:  #3F22B3 !important;
}

@media (max-width: 991px) { 
    .logo{
        width: 95px;
 
}
    .btn-toggle{
      display: block;
}
    .dashboard-desktop{
            display: none;
    }
    .header-top-wrapper .cart-button-area li{
            padding: 5px;
            margin: 0;

    }
    .header-top-wrapper .cart-button-area li:last-child{
             padding-right: 5px; 

    }
    .header-top-wrapper .cart-button-area li .cart-button ,
    .header-top-wrapper .cart-button-area li .user-button{
        font-size: 20px;
        width: auto;
        height: auto;
        background: none;
    }
     .header-top-wrapper .cart-button-area li .user-button{
         font-size: 14px;
     }
     .header-top-wrapper .cart-button-area li{
        margin: 0;  
     }

    /*start nav-phone*/
.nav-phone{
    display: block;

}
/*end nav-phone*/
    
h2.h4.text-gray-800.font-weight-bold {
    display: contents;
    font-size: 16px;
}
.page-control a{
    font-size: 14px;
}
.dashboard-widget .table td, .dashboard-widget .table th{
    padding: 5px;
    font-size: 14px;

}
    
.dashboard-widget tbody a img{
    display: block;
    width: 50px;
    height: 50px;
  }
  .dashboard-widget tbody .btn {
    display: inline-block;
    width: auto;
    padding: 10px;
    margin: 0 !important;
    font-size: 12px;
}
    
}

/*end style table*/

/*start admin*/

.dashboard-widget .user .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dashboard-widget .user .content .title{
        order: 1;

}
.dashboard-menu li a {
    display: flex;
    justify-content: space-between;
    background:#3F22B3;
    border-radius: 10px;
    color: #fff;
}
.dashboard-menu li a i{
    color: #fff; 
}
.dashboard-menu li a:hover, .dashboard-menu li a.active{
        background: #f7f6fc;
        color:#3F22B3;

}
.dashboard-menu li a:hover i, .dashboard-menu li a.active i{
    color:#3F22B3;

}
.dashboard-menu li a i {
    order: 1;
}
/*end admin*/
 /*start landscape_div*/
.landscape_div {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
   
}
.landscape_div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    @media (max-width: 991px) and (max-height: 500px) and (orientation: landscape) {
        .landscape_div{
            display: block;
        }

    }
/*end landscape_div*/

/*start footer-btn*/
.footer-btn{
  display: flex;
    justify-content: space-between;
    align-items: center;  
}
.footer-btn .btn-save ,
.footer-btn .btn-back{
    width: auto;
    min-width: 100px;
    text-align: center;
    background: #3F22B3;
    border-radius: 10px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.footer-btn .btn-save:hover, .footer-btn .btn-back:hover{
    background: #f7f6fc;
    color: #3F22B3;
}

/*end footer-btn*/
/*start account-section*/
.account-section{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85vh;
}
.account-section .custom-button{
      width: auto;
         min-width: 100px;
       background: #3F22B3;
         color: #fff;
         transition: all 0.5s ease-in-out;
        border-radius: 10px;

}
.account-section .custom-button:hover{
     background: #f7f6fc;
    color: #3F22B3;
}
/*end account-section*/
/*start dash-pro-item*/
.dash-pro-item .dash-pro-body{
    min-height: 45vh;

}

.dash-pro-item .dash-pro-body li {
    display: flex;
    justify-content: space-between;
    align-items: center;
     background: #3F22B3;
    color: #fff;
    padding: 15px 10px;

}
.dash-pro-item .dash-pro-body li:nth-child(even){
      background: #f7f6fc;
    color: #3F22B3;
}
.dash-pro-item .dash-pro-body li .info-name{
    width: auto;
    padding-right: 0;

}
.dash-pro-item .dash-pro-body li .info-value {
    width: auto;
    padding-left: 0;
}
.dash-pro-item .dash-pro-body li .info-name:after{
        display: none;

}


.dash-pro-item .btn{
    background: #3F22B3;
    color: #fff;
}
@media (max-width: 991px){
  .dash-pro-item .dash-pro-body {
    height: 40vh;
    overflow: hidden;
    overflow-y: auto;
}  
.dash-pro-item .dash-pro-body li .info-name{
     color: #3F22B3;

}

}

/*end dash-pro-item*/
