@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

* {
    direction: rtl;
    outline: none; }

*, h1, h2, h3, h4, h5, h6 {
    font-family: 'Tajawal', sans-serif;
}

h4, h3 {
    font-weight: 600;
}

.supplier_card_documents:hover {
    background-color: #efefef;
}
.card-link:hover .card-body {
    background-color: #efefef !important;
}

.table thead tr th,
.table tfoot tr td{
    text-align: center !important;
}

.text-end {
    text-align: left !important;
}

.w-5 {
    width: 5%;
}.w-10 {
    width: 10%;
}
.w-15 {
    width: 15%;
}
.w-20 {
    width: 20%;
}


.login-register {
    background-color: #f1f1f1;
    border: 1px solid #c9c9c9;
    box-shadow: 3px 3px 3px 3px #a6a6a6;

        border-radius: 10px;
        margin-top: 20px;
    /*    background-color: #FFF;*/

}

.error-control {
    border-color: #F00;
}
.float-end {
    float: left;
}
.inquiry {
    padding: 10px;
}

.inquiry:hover {
    background-color: #efefef;
}


.topheader {
    background-color: #30776b !important;
}
.topheader .nav-item a.nav-link {
    color: #fff;
    border-bottom: 4px solid transparent;

}
.topheader .nav-item a.nav-link:hover {
    /*color: #9d8b5b;*/
    background-color: rgba(255, 255, 255, 0.1);
    /*border-bottom: 4px solid #9d8b5b;*/
}

.text-primary-summit {
    color: #30776b;
}
.bg-primary-summit {
    background-color: #30776b !important;
}
.bg-secondary-summit {
    background-color: #9d8b5b !important;
}
.btn-primary-summit {
    background-color: #30776b;
    border: 0;
    color: #FFF;
}
.btn-primary-summit.focus,
.btn-primary-summit:focus,
.btn-primary-summit:hover {
    background-color: rgba(48, 119, 107, 0.8);
    border: 0;
    opacity: 1;
    color: #FFF;
}

.btn-secondary-summit {
    background-color: #9d8b5b;
    border: 0;
    color: #FFF;
}

.btn-secondary-summit.focus,
.btn-secondary-summit:focus,
.btn-secondary-summit:hover {
    background-color: rgba(157, 139, 91, 0.8);
    border: 0;
    opacity: 1;
    color: #FFF;
}
.text-primary-summit {
    color: #30776b !important;
}
.text-secondary-summit {
    color: #9d8b5b !important;
}
.footer {
    margin-top: 0;
    padding: 70px 70px 30px 30px;
    background: #f1ecf2 url("./images/page-wrapper-side-bg.jpg");
    background-repeat: repeat-x;

}
.footer .sub-footer {
    border: 0;
}
.footer .sub-footer a {
    color: #9d8b5b;
}
.footer .sub-footer a:hover {
    color: #30776b;
}
.page-wrapper {
    background: url("./images/gates-bg.jpg");
    /*background: #f1ecf1 url("./images/page-wrapper-side-bg.jpg");*/
    background-repeat: repeat-y;
    background-position: center;
    /*padding-right: 80px;*/
    padding-bottom: 80px;
    margin-bottom: 0;
}
.btn {
    border-radius: 50px;
}
.mw150 {
    min-width: 150px;
}

.bg-light-primary {
    background-color: rgba(53, 123, 123, 0.2) !important;
}
.bg-light-primary a{
    color: #9d8b5b
}
.bg-light-primary a:hover,.bg-light-primary a.active{
    color: #357b7b;
    font-weight: bold;
}
.mt-m-30 {
    margin-top: -30px;
}

.card {
    border-color: #a6a6a6;
    border-radius: 5px;
}
.card .card-header {
    border-radius: 4px 4px 0px 0px;
}
.mb-70 {
    margin-bottom: 70px;
}

.disabled {
    cursor: not-allowed !important;
}
.float-start {
    float: right;
}
.float-end {
    float: left;
}
