html {
    max-width: 100vw;
}

body {
    direction: rtl;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Noto Kufi Arabic", sans-serif;
}

a {
    color: #007CA4;
}

a:hover {
    color: #011A30;
    text-decoration: none;
}

.aur-logo {
    text-align: start;
}

.aur-logo img {
    height: 40px;
    width: auto;
}

.aur-nav {
    text-align: center;
}

.aur-lang {
    text-align: end;
}

.aur-btn {
    background-color: #E6F3FE;
    border-radius: 10px;
    padding: 7px 22px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #007CA4;
    transition: box-shadow 1s;
}

.aur-btn:hover{
    
    box-shadow: 2px 2px 6px 2px darkgray;
    
}


.aur-btn:hover {
    cursor: pointer;
    color: #007CA4;
}

.aur-nav-list {
    list-style-type: none;
    margin: auto;
    padding: 0;
    font-size: 0px;
}

.aur-nav-item {
    display: inline;
    font-size: 16px;
}

.aur-nav-item .aur-btn {
    border-radius: 0;
}

.aur-nav-item .aur-btn.first {
    padding-right: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.aur-nav-item .aur-btn.last {
    padding-left: 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.aur-nav-item-btn {
    color: #011A30;
}

.aur-nav-item-btn:hover {
    color: #007CA4;
}

.aru-search {
    margin-top: 15px;
    background-image: url('../search-bg.png');
    padding: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

.aur-search-text {
    font-size: 32px;
    color: #B4DAFB;
    margin-bottom: 14px;
    font-weight: bold;
}

.aur-search-keyword {
    width: 300px;
    margin-left: 5px;
    border-radius: 4px;
    border: none;
    height: 32px;
    padding-right: 8px;
    padding-left: 8px;
}

.aur-search-submit {
    width: 32px;
    background-color: #007CA4;
    border: none;
    border-radius: 4px;
    height: 32px;
}

.aur-search-box {
    width: max-content;
    margin: auto;
}

.aur-breadcrumbs {
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.aur-breadcrumbs a {
    color: #007CA4;
}

.aur-breadcrumbs a:hover {
    color: #011A30;
}

.aur-breadcrumbs::before {
    background-image: url('../kb-icon.png');
    background-size: 20px 18px;
    display: inline-block;
    width: 20px;
    height: 18px;
    content: "";
    margin-right: 5px;
    margin-left: 5px;
}

.aur-category-box-container {
    margin-bottom: 20px;
}

.aur-category-box {
    border: 1px solid #007CA4;
    border-radius: 16px;
    background-color: #F2F4F7;
    padding: 16px;
    font-size: 14px;
    transition: box-shadow 1s;
}

.aur-category-box:hover {
    box-shadow: 4px 5px 14px 2px darkgray;
    
}    

.aur-category-box-title {
    font-weight: 600;
    border-bottom: 1px solid #007CA4;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #007CA4;
}

.aur-category-box a,
.aur-category-box .aur-category-articles-readmore:hover {
    color: #007CA4 !important;
}

.aur-category-box a:hover,
.aur-category-box .aur-category-articles-readmore {
    color: black !important;
}

.aur-folder::before {
    background-image: url('../folder.svg');
    background-size: 18px 13.5px;
    display: inline-block;
    width: 18px;
    height: 13.5px;
    content: "";
}

.aur-folder-orange::before {
    background-image: url('../folder-orange.svg');
}

.aur-category-articles-list {
    list-style-image: url("../listitem.svg");
    padding-right: 22px;
    padding-left: 22px;
    list-style-type: none;
}

.aur-category-box-latest .aur-category-articles-list {
    list-style-image: url("../listitem-orange.svg");
    padding-right: 22px;
    list-style-type: none;
}

.aur-category-articles-item {
    margin-bottom: 12px;
}

.aur-category-box-most-read {
    background-color: #E6F3FE;
}

.aur-category-box-latest {
    background-color: #FFEFD6;
    border-color: #F29806;
}

.aur-article {
    border: 1px solid #007CA4;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 8px;
    background-color: #F2F4F7;
    transition: box-shadow 1s ;
}

.aur-article:hover {
    box-shadow: 4px 5px 14px 2px darkgray;
    
}


.aur-article-title {
    font-weight: 600;
    color: #007CA4;
}

.aur-article-title::before {
    background-image: url('../files.svg');
    background-size: 16px 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    margin-left: 4px;
    margin-right: 0;
    margin-bottom: -2px;
}

.aur-article-excerpt {
    margin-top: 10px;
    font-size: 14px;
    margin-right: 20px;
    margin-left: 20px;
}

.aur-breadcrumbs-article {
    font-size: 16px;
    margin-top: 40px;
}

.aur-breadcrumbs-article::before {
    background-image: url('../kb-icon.png');
    background-size: 18px 16px;
    display: inline-block;
    width: 18px;
    height: 16px;
    content: "";
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: -2px
}

.aur-the-article {
    margin-top: 30px;
    overflow-x: auto;
}

.aur-the-article img {
    box-shadow: 0 0 5px #ccc;
}

.aur-the-article .pair-images {
  display: flex;
  gap: 1%;
}

.aur-the-article .pair-images img {
  object-fit: contain;
  height: auto;
}

.aur-the-article .pair-images img:first-child {
  width: 74%;
}

.aur-the-article .pair-images img:last-child {
  width: 25%;
}

.aur-search-side {
    margin-bottom: 20px;
}

.aur-search-side button,
.input-group-prepend .input-group-text,
.input-group-prepend>.btn,
.aur-search-side input,
.input-group>.form-control:not(:first-child) {
    border: 1px solid #EBEBEB !important;
}

.aur-search-side button,
.input-group-prepend .input-group-text,
.input-group-prepend>.btn {
    padding-left: 12px;
    padding-right: 12px;
    background-color: white;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: none !important;
}

.aur-search-side input,
.input-group>.form-control:not(:first-child) {
    background-color: white;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.aur-search-side input:focus {
    box-shadow: none;
}

.aur-still-need-help {
    margin-top: 60px;
    margin-bottom: 40px;
}

.aur-h1 {
    font-size: 24px;
    font-weight: 700;
    color: #007CA4;
    margin-top: 40px;
}

.aur-submit-ticket {
    margin-top: 0;
}

.aur-submit-ticket::before {
    background-image: url('../Headset.png');
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    content: "";
    margin-bottom: -5px;
}

.aur-department-btn {
    background-color: #E6F3FE;
    border: 1px solid #007CA4;
    border-radius: 16px;
    color: #023461;
    margin-bottom: 30px;
}

.aur-department-btn:hover {
    border: 2px solid #007CA4;
    background-color: white;
    color: #023461;
}

.aur-department-btn img {
    display: block;
    margin: 20px auto;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.aur-lang-mobile {
    display: none;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

#aur-lightbox {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#aur-lightbox.show {
  display: flex;
  opacity: 1;
}
#aur-lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

@media only screen and (max-width: 768px) {
    .aru-search {
        padding: 40px 15px;
        height: 155px;
    }

    .aur-search-text {
        font-size: 20px
    }

    .aur-search-keyword {
        border: 1px solid #EBEBEB;
        border-right: none;
        border-top-left-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 0;
        margin: 0;
        width: 170px;
        height: 38;
    }

    .aur-search-submit {
        float: right;
        border: 1px solid #EBEBEB;
        border-top-left-radius: 0;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 10px;
        background-color: white;
        margin: 0;
        width: 40px;
        height: 38;
        border-left: none;
    }
}

nav {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbtn {
    font-size: 30px;
    color: black;
    cursor: pointer;
    display: none;
}

#check,
.mobile-space {
    display: none;
}

.form-control {
    height: auto !important;
}

.bg-staff {
    background-color: #FFF5E5;
}

@media (max-width: 1199px) {
    .mobile-space {
        display: block;
        height: 60px;
    }

    .aur-logo {
        z-index: 1000;
        width: max-content;
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .aur-lang {
        display: none;
    }

    .aur-lang-mobile {
        display: inline;
    }

    .aur-nav .checkbtn {
        display: inline;
        position: absolute;
        left: 15px;
        top: 0;
    }

    .aur-nav ul {
        background-color: #E6F3FE;
        z-index: 1000;
        position: fixed;
        top: 100px;
        left: -100%;
        width: calc(100% - 40px);
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: top;
        align-items: center;
        transition: all 0.3s;
        padding: 10px;
        height: max-content;
        border-radius: 15px;
    }

    #aur-nv-bg {
        position: fixed;
        top: 80px;
        width: 100vw;
        height: calc(100vh - 80px);
        background-color: white;
        z-index: 999;
    }

    .aur-nav-item {
        width: 100%;
    }

    .aur-btn.aur-nav-item-btn {
        background-color: #B4DAFB;
        border-radius: 15px !important;
        padding: 10px 20px !important;
        margin: 5px 0;
        font-size: 18px;
        width: 100%;
        text-align: right;
    }

    .aur-nav #check:checked~ul {
        left: 20px;
        right: 20px;
    }
}