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

/** Start Bublic Style  **/
body{background: #fff !important;direction: rtl;margin: 0 20px;font-family: 'Cairo', sans-serif !important}

.content{padding-top: 15px;}
.offers article:not(.waiting){
    display: none;
}


.close{
    position: absolute;
    right: -3px;
    border: 3px solid gray !important;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    top: -3px;
    color: #111 !important;
    z-index: 999999;
    display: block;
    background: #fff;
}

.modal-content{
    position: relative;
    transform: translate(0, 60%);
    border-radius: 20px;
    padding: 30px;
    z-index: 999999999999999;
}
/** End Bublic Style  **/

/** Start Nav **/

.button-nav .btn-warning{background: #FFFBF3 !important;border: none !important;color:#f0b11d !important}
.button-nav .btn-default{background: #F1F4FA !important;border: none !important;}

.nav
{
    background: #fff;
    box-shadow: 0px 0px 20px 10px #eee;
    border-radius: 10px;
    margin: 14px 0;
    padding: 8px 5px;
}

.user-nav{display: flex;}
.user-date{transform: translate(-10px, 10px);}
.user-date span{display: block;}
.user-date span:first-child{color: gray;}
.user-date span:last-child{font-weight: bolder;}
.button-nav
{
    display: flex;
    direction: ltr;
    padding: 12px 20px;
    transform: translateX(-20px);
}
.button-nav button{margin: 0 10px;border-radius: 11px;border: none !important;}
.button-nav button:nth-child(3){background: #C8CFED;} 
.button-nav button:nth-child(2){color: #EFA005;background: #FFFBF3;} 
.button-nav button:nth-child(1){color: red;background: #FFF7F8;} 


/** End Nav **/

/** Start Sidebar  **/
.sidebar
{
    background: #fff;
    box-shadow: 0px 0px 20px 10px #eee;
    border-radius: 15px;
    height: 80vh;
}

.sidebar ul
{
    padding: 0;
    transform: translateY(30px);
}

.sidebar ul li
{
    margin: 10px 0;
    padding: 10px;
    font-size: 16px;
}
.sidebar ul li.active
{
    background: #F2F4FB;
    border-right: 3px solid #526CC6;
    color: #5D76CB !important;
    font-weight: 700;
}

.sidebar ul li.active a{color:#111 !important}
.sidebar ul li:hover
{
    transition: .5s;
    background: #F2F4FB;
    border-right: 3px solid #526CC6;
    color: #647BCC;
    font-weight: 700;
}

.sidebar ul li i{margin-left: 30px;}

.sidebar ul li a{color:gray}
/** End Sidebar  **/

/** Start Menu Buttons **/
.menu{display: inline-block;width: 100%;}


.button-menu button
{
    background: #ccc;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
}

.button-menu button:hover
{
    transition: .5s;
    background: #333;
    color: #fff;
}

.option-menu{float: left;}
.option-menu button{border: none !important;}
.option-menu button:last-child
{
    padding: 10px;
    border-radius: 10px;
    background: #F0B11D;
}

.content .title{float:right;margin: 20px 0;color: gray;width: 100%;text-align: right;}
/** End Menu Buttons **/

/** Start Card Offers **/
.content .card{border-radius: 20px;margin-bottom: 20px;}
.content  .title1{margin-bottom: 10px;}
.content  .title1, .content .card .title2{width: 100% !important; display: inline-block;}
.content  .title1 span:last-child
{
    float: left;
    background: #333;
    color: #fff;
    padding: 2px 12px;
    font-size: 16px;
    border-radius: 20px;
}

.content .card .title2 span:last-child
{
    float: left;
    background: #F2F4FB;
    padding: 2px 20px;
    font-size: 16px;
    border-radius: 20px;
    color: #647BCC;
}

 .setting-offer span{
    background: #F2F4FB;
    padding: 2px 20px;
    font-size: 16px;
    border-radius: 20px;
    color: #647BCC;
}


.setting-offer2 span{
    background: #F2F4FB;
    padding: 2px 20px;
    font-size: 16px;
    border-radius: 20px;
    color: #647BCC;
}

.content .card img{height: 180px;}

.action-offer{
    display: none;
    background: #fff;
    box-shadow: 0px 0px 12px 0px #eeee;
    width: 40%;
    float: left;
    transform: translate(-223px, 9px);
    padding: 1px;
    text-align: center;
    justify-content: center;
    text-align: left;
    padding: 15px;
    position: absolute;
    z-index: 2;
}

.action-offer2{
    display: none;
    background: #fff;
    box-shadow: 0px 0px 12px 0px #eeee;
    width: 40%;
    float: left;
    transform: translate(-223px, 9px);
    padding: 1px;
    text-align: center;
    justify-content: center;
    text-align: left;
    padding: 15px;
    position: absolute;
    z-index: 2;
}
/** End Card Offers **/

/** Start Login **/
.footer-login{
    background: url(../images/Login\ illustration.png);
    position: absolute;
    width: 100%;
    height: 160px;

    background-size: cover;
    bottom: 0;
}

.title-login{
    margin-top: 140px;
    width: 100%;
    position: relative;
    left: -20px;
    border-right: 2px solid #ccc;
    padding-right: 20px;
}

.title-login p:first-child{font-size: 20px;font-weight: bolder;}
.form-login{margin-top: 70px;}
.form-login input{
    background: #f1f1f1;
    border-radius: 10px;
    padding: 25px 40px;
    border: none !important;
    width: 100%;
}

.form-login img{
    position: absolute;
    transform: translate(-11px, 14px);
 
    background: #eee;
}

.form-login button
{
    background: #3E5CC1;
    display: block;
    margin-top: 20px;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    border: none;
}

.logo-login{
    position:absolute;
    right: -20px;
}

.logo-login::after
{
    content: "";
    background: red;
    background-size: cover;
    display: block;
    height: 200px;
    width: 200px;
}

.logo-login-inside
{
    background: transparent;
    z-index: 99999999999;
    position: absolute;
    top: 122px;
    right: 129px
}

.data-logo
{
    display: block;
    color: #111;
    z-index: 99999999999999;
    width: 50%;
    bottom: -362px;
    position: relative;
    z-index: 9999;
    margin-top: 20px;
    right: 122px;
}

.data-logo h1{font-weight: bolder;}
.data-logo p{font-size: 25px;}
/** End Login **/


/** Start Offers Sale **/
.sale-offer
{
    position: absolute;
    left: 40px;
    top: 123px;
    background: red;
    padding: 3px 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
}
/** End Offers Sale **/


/** Start Add Offers **/
.content-add-offer{direction: rtl;text-align: right;}
.add-offers .title p{color: #111 !important; margin-top: 20px;font-size: 18px;font-weight: bolder;display: block;}
.add-offers .title p i{color: #EFA005;}

.add-image-offer img{
    background: #eae7e7;
    padding: 35px ;
    border-radius: 20px;
}

.title-store-image p:first-child{color: #111;}
.title-store-image p:last-child{color: gray;}


.data-add-offer{margin-bottom: 20px;}
.data-add-offer span{display: block;}

.data-add-offer .row-data{background: #eee;padding: 10px;border-radius: 15px;}
.data-add-offer .row-data select{background: #eee;border: none;}
.data-add-offer .row-data input{background: #eee;border: none}
.data-add-offer .row-data textarea{background: #eee;border: none;color: #111;}
.data-add-offer .button-submit
{
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    background: #3E5CC1;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: bolder;
    position: relative;
    bottom: -160px;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .slider-edit-image .span-int
  {
    content: "";
    width: 25px;
    height: 25px;
    background: #fff;
    position: absolute;
    display: block;
    border-radius: 10px;
    line-height: 1.5;
    font-size: 16px;
    bottom: 16px;
    right: 18px;
  }

  .slider-edit-image .span-delete
  {
    content: "";
    width: 25px;
    height: 25px;
    background: red;
    position: absolute;
    display: block;
    border-radius: 10px;
    line-height: 1.5;
    font-size: 16px;
    bottom: 157px;
    right: 219px;
    color: #fff;
    cursor: pointer;
  }
/** End Add Offers **/

/** Start notifiactions **/
.notifiactions{direction: rtl;}
.count-notifiactions{
    background: #3E5CC1;
    position: relative;
    padding: 1px 7px;
    border-radius: 100%;
    height: 20px;
    color: #fff;
}

.data-notifiactions
{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 10px 0;
}

.data-notifiactions p:nth-of-type(1){
    color:#3E5CC1;
    font-weight: bolder;
}

.data-notifiactions p:nth-of-type(2){
    color:gray;
    font-weight: bolder;
}
/** End notifiactions **/

/** Start Profile **/
.profile{direction: rtl;}
.data-profile
{
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
}

.profile-image img{margin: 55px 0;}
.profile-image p:nth-of-type(1){color: #111;font-weight: bolder;}
.profile-image p:nth-of-type(2){
    background: #daddec;
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    color: #3E5CC1;
    border-radius: 20px;
}

.data-profile-text
{
    margin-bottom: 25px;
    background: #fff;
    padding: 35px 10px;
    border-radius: 20px;
    padding:20px;
}

.data-profile-text span:first-child{color: gray;}
.data-profile-text span:last-child
{
    float: left;
    color: #111;
    font-weight: bolder;
    font-weight: bolder;
}
/** End Profile **/

/** Start Detials Offer **/
.btn-wahtsapp
{
    float: left;
    background: #E9F6EA !important;
    color:#25A72E;
    padding:  8px 30px !important;
    border-radius: 20px !important;
    border:none !important
}


.slick-slider{direction: ltr !important;}

.reject-offer img{height: 12px !important;}
.reject-offer p{border: 1px solid red;border-radius: 15px;}
.btn-detials-update{background: #3E5CC1 !important;color: #fff !important;border-radius: 10px !important;padding: 10px 20px !important;}

.btn-chating:hover
{
    background: #3E5CC1 !important;
    color: #fff;
    text-decoration: none;
    border: none;
}
/** EEnd Details Offer **/
/** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/** Start Branch Manager **/

sup{
    position: absolute;
    top: 3px;
    right: 290px;
    background: #0056b3;
    padding: 10px;
    color: #fff;
    width: 15px;
    border-radius: 50%;
}

sup span{position: relative;left: -3px;font-weight: bolder;}


/** Details Offer **/
.branch-accept-offer, .branch-refus-offer{
    display: inline-block;
    border:none !important;
    border-radius: 15px;
    color: #fff;
}

.branch-accept-offer
{
    background: #0056b3;
    padding: 15px 50px;
}


.branch-refus-offer
{
    background: red;
    padding: 15px 25px;
}

/** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/** Start Requests **/
.inquiry_requests .table
{
    width: 100%;text-align: center;
    border: 1px solid #999;
    border-radius: 30px !important;
    border-collapse: separate;
    background: #fff;
    font-size: 14px;
}

.inquiry_requests table tr:first-child td:first-child{
    border-top-right-radius: 25px;
}

.inquiry_requests table tr:first-child td:last-child{
    border-top-left-radius: 25px;
}

.inquiry_requests table tr:last-child td:first-child{
    border-bottom-right-radius: 25px;
}

.inquiry_requests table tr:last-child td:last-child{
    border-bottom-left-radius: 25px;
}

.inquiry_requests table tr td{padding: 20px;}
.inquiry_requests table tr td:not(:last-child){border-left: 1px solid #e9e9e9;}
.inquiry_requests table tr:not(:first-child){background: #f1f1f1;}

.inquiry_requests table tr:first-child{color: gray}

/* .inquiry_requests table tr:first-child td:last-child{border-radius: 20px !important;border: 1px solid red;}  */
.btn-chating
{
    font-weight: bolder;
    float:left;
    position: absolute;
    left: 20px;
    top: 30px;
    color: gray;
    border: 1px solid gray;
    padding: 10px 20px;
    border-radius: 15px;
}

.chating .title{color: #111 !important;font-weight: bolder;}

.chat1 p{
    background: #eee;
    width: auto !important;
    padding: 3%;
    display: table;
    border-radius: 15px;
}

.chat2 p{margin-top: 80px;}
.chat2 span{
    background-color: #F2F4FB;
    color: #0056b3;
    position: relative;
    top: 16px;
    padding: 20px;
    display: table;
    font-weight: 400;
}

.chat-input{margin-top: 60px;}
.chat-input input
{
    background: #eee;
    padding: 30px;
}

.chat-input button
{
    background-color: #0056b3;
    color:#fff;
    border-radius: 15px;
    height: 100%;
    font-size: 20px;
}

/** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ **/
/** Start Reqeusts Branchs **/
.btn-new-request button
{
    padding: 15px 30px;
    border-radius: 10px;
}

.btn-new-request button:first-child
{
    background-color: #0056b3;
    padding: 15px 50px;
}

.select-users-bank
{
    width: 80%;
    margin:20px auto;
    background:#eee;
    border-radius: 15px;
    padding: 15px;
    border:none;
    color: gray;
}



.width-col-4{max-width: 21.5% !important;}
.width-col-1{max-width: 15% !important;}
.btn-filter{
    background:#E8ECF7;
    color:#fff;
    display:block;
    transform:translateY(-50px);
    padding: 10px 20px;
    color: #4463C1;
    border: none !important;
}

.btn-filter:hover{background: #E8ECF7 !important; color: #4463C1;}

.search-filter{
    position: absolute;
    z-index: 9;
    right: 46px;
    top: 175px;
    color: #ddd;
}


.calendar-filter{
    position: absolute;
    left: 28px;
    top: 12px;
}

/** @@@@@@@@@@@@@@@@@@@@@@@@@@@ transactions @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ **/
.add-transactions .title p
{
    color:#EFB120;
    font-weight: bolder;
}

.add-transactions .title p span
{
    background:#ddd;
    padding:10px 20px;
    color:#111;border-radius:10px
}

.add-transactions .row-data{width: 100%;}


.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}


.detials-transcation-border
{
    color: gray;
    padding-right: 0px;
    padding-left: 0px;
    border-left: 1px solid #eee;
    padding: 20px 0;
}


.detials-transcation-border2
{
    color: gray;
    padding-right: 0px;
    padding-left: 0px;
    border-left: 1px solid #eee;
    padding: 20px 0;
}

.detials-transcation-border3
{
    color: gray;
    padding-right: 0px;
    padding-left: 0px;
    padding: 20px 0;
}




.detials-transcation-border::before
{
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    display: block;
    position: relative;
    left: 0;
    top: 35px;
}

.detials-transcation-border2::before
{
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    display: block;
    position: relative;
    left: 0;
    top: 35px;
}

.detials-transcation-border3::before
{
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    display: block;
    position: relative;
    left: 0;
    top: 35px;
}



/* .detials-transcation-border:after
{
    content: "";
    width: 2px;
    height: 500px;
    background: #eee;
    position: relative;
    left: 0px;
    top: 0;

}

.detials-transcation-border2
{
    border-left: 1px solid red;
} */


.transcations input[type="file"] {
    display:none;
  }
  
  .pic{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    border-radius: 10px;
    background: #eee;
    color: #111;
    font-family: sans-serif;
    transition: all .5s;
  }

  

.title-destils-bank
{
    background: #eee;
    color: #0056b3;
    padding: 20px;
    border-radius: 20px;
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
    display: table;
}

.title-destils-bank::before
{
    content: "";
    width: 2px;
    height: 30px;
    display: block;
    position: absolute;
    background: #0056b3;
    right: 0px;
    top: 15px;
}

.btn-details-submit-bank-success
{
    background: #0056b3;
    width: 100%;
    border:none;
    padding: 20px 30px;
    color: #fff;
    border-radius: 15px;
}

.btn-details-submit-bank-delete
{
    background: red;
    width: 100%;
    border:none;
    padding: 20px 30px;
    color: #fff;
    border-radius: 15px;
}


/** @@@@@@@@@@@@@@@@@ ORDERS @@@@@@@@@@@@ **/
.orders .count-orders
{
    display: inline-block;
    background: #ddd;
    padding: 5px;
    border-radius: 100%;
    color: gray;
    font-size: 12px;
    width: 26px;
    height: 26px;
    line-height: 1.4;
    margin-right: 15px;
    font-weight: bolder;
}

.btn-empty-add-order
{
    border: none;
    color: #fff;
    border-radius: 10px;
    padding: 13px;
    background: #efa905;
}

.sponsor-img
{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: black;
    font-weight: 400;
    text-align: center !important;
}

.btn-next
{
    background: #3E5CC1;
    width: 300px;
    margin: 20px 0;
    padding:15px 30px;
    border-radius: 15px;
}

/** New Css Orders **/
.btn-details-submit-bank-success3, .btn-details-submit-bank-success2
{
    background: #0056b3;
    width: 100%;
    border:none;
    padding: 20px 30px;
    color: #fff;
    border-radius: 15px;
}


.btn-details-submit-bank-success-wait
{
    background: red;
    width: 100%;
    border:none;
    padding: 20px 30px;
    color: #fff;
    border-radius: 15px;
}

input[type=checkbox], input[type=radio]{
    outline: none;
	content: none;	
}

/***** START HOLIDAYS *****/
.sidebar img{margin-left: 20px !important;}
.status-holidays .box-data{border-radius: 15px;border: none;}
.status-holidays .box-data h5{transform: translateY(10px);}
.status-holidays .box-data h5 span{font-weight: bolder;font-size: 25px};
.status-holidays .box-data:before
{
    content: "";
    width: 1220px;
    height: 100px;
    background: red;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.img-status
{
    position: absolute;
    right: 0;
    z-index: 2;
    top: 10px;
}
/***** END HOLIDAYS *****/