
body {
    direction: rtl;
}

.search-side-bar {

    height: 49px;
    left: 48.29%;
    right: -3.38%;
    margin-top: 18px;
    background: #EFF2F4;
    border-radius: 9px;
    width: 87%;
    position: relative;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    letter-spacing: 0.005em;
    border: none;
    color: #404040;
    padding-right: 10px;
}

.pagination {
    direction: ltr;
    width: fit-content;
    margin: auto;
}

.sidebar-nav-li-input {
    margin-bottom: 10%;
    display: none;
}

.sidebar-nav-li {
    display: flex;
    padding-right: 10%;
    margin-bottom: 10%;
}

.sidebar-nav-li-inner {
    display: flex;
    padding-right: 10%;
    margin-bottom: 8%;
}

.sidebar-nav-li-bottom {
    display: flex;
    padding-right: 10%;
    margin-bottom: 8%;
}

.sidebar-nav-li-border {
    box-sizing: border-box;
    width: 256px;
    height: 60px;
    left: 1664px;
    top: 299px;
    background: #FFFFFF;
    border: 2px solid #E5E9ED;
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.08);
}

.fa-caret-side-menu {
    left: 11px;
    position: relative;
}

.dropdown-toggle::after {
    display: inline-table;
    margin-left: 0.255em;
    vertical-align: 0.1em;
    content: "";
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    margin-right: 4px;
    font-size: 12px;
    top: 9px;
    padding: 0px;
    letter-spacing: 0px;
    color: white;
    max-width: 5px;
    max-height: 5px;
}

.inline-sidebar-ul {
    padding-inline-start: unset;

}

.regulatory-pathways-image {
    width: 27px;
    height: 40px;
    margin: 5px 0;
}

.side-bar-link {
    font-family: 'Heebo';
    color: #404040 !important;
}

.regulatory-pathways-link {
    margin: 5px 0;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.005em;
    color: #193474 !important;
}

.orange-rectangle {
    width: 12px;
    height: 57px;
    left: 238px;
    background: #F7950F;
    position: absolute;
}

.gray-square-nav {
    margin: 8px;
    background: #EFF2F4;
    border-radius: 9px;
}

.search-icon {
    position: absolute;
    width: 37px;
    height: 37px;
    right: 183px;
    top: 24px;
    background: #193474;
    border-radius: 9px;
    z-index: 1;
}

.search-icon-img {
    position: relative;
    left: 10px;
    bottom: 3px;
}

.orange-square-dot {
    position: relative;
    width: 14px;
    height: 14px;
    top: 14px;
    background: #F7950F;
    border-radius: 4px;
}

.dark-orange-square-dot {
    position: relative;
    width: 14px;
    height: 14px;
    top: 14px;
    background: #F7957A;
    border-radius: 4px;
}

#logout-button {
    z-index: 1111;
    position: absolute;
    left: 50px;
    color: white !important;
    top: 50px;
    cursor: pointer;
}

.navbar-business {
    height: 175px;
    background: url(/images/htemp.svg);
    background-color: #5A5D60;
}

.error-close-btn {
    float: left;
}

.auth-logo-a {
    position: relative;
    display: block;
    width: 100%;
}

.logo-wrapper {
    position: absolute;
    width: 249px;
    right: 0px;
    top: 23px;

}

.user-header-dropdown {
    box-sizing: border-box;
    position: absolute;
    height: 49px;
    left: 72.55%;
    right: 273px;
    top: 55px;
    border: 1px solid #FFFFFF;
    border-radius: 9px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    padding-right: 1%;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    direction: rtl;
    width: 192px;
}

.navbar-business {
    height: 175px;
    background: url(/images/htemp.svg);
    background-color: #5A5D60;

}

.Rectangle {
    position: absolute;
    width: 100%;
    height: 28px;
    left: 0px;
    top: -10px;
    background: #F7950F;
    z-index: 1;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-right: 250px;
}


#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}


#sidebar-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #338CF2;
    background-color: #F5F5F5;
}

#sidebar-wrapper::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#sidebar-wrapper::-webkit-scrollbar-thumb {
    background-color: #338CF2;

}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0px;
}


/* Sidebar Styles */

.sidebar-nav {
    /*position: absolute;*/
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: white;
}

.sidebar-nav li {
    text-indent: 11px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.auth-logo-img {
    position: relative;
    width: fit-content;
    height: 100px;
    margin: 0 auto;
    display: block;

}


.side-bar-img {
    width: 40px;
    height: 30px;
}

/*******************************************************************************
 *              bootstrap-rtl (version 4.0.0 beta2)
 *      Author: Morteza Ghalambor
 *  Created on: september 7,2016
 *     Project: bootstrap-rtl
 *   Copyright: GPL
 *******************************************************************************/

.navbar-toggler {
    z-index: 1111111;
}

.readonly {
    background-color: rgb(186, 186, 186);
    pointer-events: none;
}

#sidebar-wrapper {
    z-index: 2;
    position: absolute;
    right: 250px;
    width: 0;
    height: fit-content;
    margin-right: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 128px;
    overflow: hidden;

    background: white;
    border-radius: 11px 0px
}

.navbar-toggler-icon {

    background-image: url("../images/icons/side-bar-menu.png");
}

.navbar-toggler {
    border-color: white;
}

.navbar-direction-ltr {
    /*direction: ltr;*/
}

/*#sidebar-wrapper {*/
/*    z-index: 1000;*/
/*    position: absolute;*/
/*    right: 250px;*/
/*    width: 0;*/
/*    !*height: 100%;*!*/
/*    margin-right: -250px;*/
/*    !*overflow-y: auto;*!*/
/*    background: #FFFFFF;*/
/*    -webkit-transition: all 0.5s ease;*/
/*    -moz-transition: all 0.5s ease;*/
/*    -o-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease;*/
/*    top: 130px;*/
/*    !*overflow: hidden;*!*/
/*}*/


#wrapper.toggled #sidebar-wrapper {
    width: 0px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0px;
}


/* Sidebar Styles */

.sidebar-nav {
    /*position: absolute;*/
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.show-on-side-menu {
    position: relative;
    left: 11px;
    border-color: #193474;
    color: #193474;
    width: 221px;
    top: 5px;
    right: unset;
}

@media screen and (max-width: 1201px) {

    #sidebar-wrapper {
        height: 323vh;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0px;
        padding-right: 0px;
    }

    .white-background {
        display: none;
    }

    .auth-logo-img {
        position: relative;
        width: 72px;
        height: 72px;
        margin: auto;
        display: block;
    }

    .logo-wrapper {
        position: absolute;
        width: 183px;
        height: 72px;
        /* left: 1725px; */
        top: 30px;
        left: 40%;
        right: unset;
    }
    .logo-wrapper{
        top: unset;
    }
}
@media screen and (max-width: 1500px) {
    .white-background {
        display: none !important;
    }
}
@media (min-width: 1500px) {



    .show-on-side-menu {
        position: relative;
        left: 11px;
        border-color: #193474;
        color: #193474;
        width: 221px;
        top: 5px;
        right: unset;
    }

    .side-bar-page {
        position: fixed;
        right: 250px;
        width: 250px;
        height: 100%;
        margin-right: -250px;
        /*background: white;*/
        border-radius: 11px 11px;

    }

    #wrapper {
        padding-left: 0;
    }

    #wrapper.toggled {
        padding-right: 250px;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    /* Legacy sidebar layout only. The modern sidebar (when active) uses its
       own padding-right defined in modern-sidebar.css. */
    body:not(.modern-sidebar-active) .main-container {
        padding-right: 140px;
    }

    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }


}

#user-name {
    text-indent: unset !important;
}

.notification-bell {
    display: block;
    z-index: 1111111;
    position: absolute;
    top: 22px;
    margin: 17px;
    left: 90px;
    font-size: 24px;
    color: white;
}

/* -----------------------------------------
   Timeline
----------------------------------------- */
.timeline {
    list-style: none;
    padding-left: 0;
    position: relative;
    text-align: right;
    max-height: 472px;
    overflow: auto;
}

.timeline:after {
    content: "";
    height: auto;
    width: 1px;
    background: #e3e3e3;
    position: absolute;
    top: 5px;
    left: 30px;
    bottom: 25px;
    right: 20px;
}

.timeline.timeline-sm:after {
    left: 12px;
}

.timeline li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
}

.timeline li:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e3e3e3;
    position: absolute;
    left: 24px;
    top: 5px;
}

.timeline li .timeline-date {
    display: inline-block;
    width: 100%;
    color: #a6a6a6;
    font-style: italic;
    font-size: 13px;
}

.timeline.timeline-icons li {
    padding-top: 7px;
}

.timeline.timeline-icons li:after {
    width: 32px;
    height: 32px;
    background: #F7950F;
    border: 1px solid #e3e3e3;
    left: 14px;
    top: 0;
    z-index: 11;
}

.timeline.timeline-icons li .timeline-icon {
    position: absolute;
    left: 23.5px;
    top: 7px;
    z-index: 12;
}

.timeline.timeline-icons li .timeline-icon [class*=glyphicon] {
    top: -1px !important;
}

.timeline.timeline-icons.timeline-sm li {
    padding-left: 40px;
    margin-bottom: 10px;
    padding-right: 35px;
}

.timeline.timeline-icons.timeline-sm li:after {
    right: -35px;
}

.timeline.timeline-icons.timeline-sm li .timeline-icon {
    left: 4.5px;
}

.timeline.timeline-advanced li {
    padding-top: 0;
}

.timeline.timeline-advanced li:after {
    background: #fff;
    border: 1px solid #29b6d8;
}

#mark-all {
    padding-right: 34px;
}

.timeline.timeline-advanced li:before {
    content: "";
    width: 52px;
    height: 52px;
    border: 10px solid #fff;
    position: absolute;
    left: 4px;
    top: -10px;
    border-radius: 50%;
    z-index: 12;
}

.timeline.timeline-advanced li .timeline-icon {
    color: #29b6d8;
}

.timeline.timeline-advanced li .timeline-date {
    width: 75px;
    position: absolute;
    right: 5px;
    top: 3px;
    text-align: right;
}

.timeline.timeline-advanced li .timeline-title {
    font-size: 17px;
    margin-bottom: 0;
    padding-top: 5px;
    font-weight: bold;
}

.timeline.timeline-advanced li .timeline-subtitle {
    display: inline-block;
    width: 100%;
    color: #a6a6a6;
}

.timeline.timeline-advanced li .timeline-content {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 70px;
}

.timeline.timeline-advanced li .timeline-content p {
    margin-bottom: 3px;
}

.timeline.timeline-advanced li .timeline-content .divider-dashed {
    padding-top: 0px;
    margin-bottom: 7px;
    width: 200px;
}

.timeline.timeline-advanced li .timeline-user {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.timeline.timeline-advanced li .timeline-user:before,
.timeline.timeline-advanced li .timeline-user:after {
    content: " ";
    display: table;
}

.timeline.timeline-advanced li .timeline-user:after {
    clear: both;
}

.timeline.timeline-advanced li .timeline-user .timeline-avatar {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px;
}

.timeline.timeline-advanced li .timeline-user .timeline-user-name {
    font-weight: bold;
    margin-bottom: 0;
}

.timeline.timeline-advanced li .timeline-user .timeline-user-subtitle {
    color: #a6a6a6;
    margin-top: -4px;
    margin-bottom: 0;
}

.timeline.timeline-advanced li .timeline-link {
    margin-left: 5px;
    display: inline-block;
}

.timeline-load-more-btn {
    margin-left: 70px;
}

.timeline-load-more-btn i {
    margin-right: 5px;
}


/* -----------------------------------------
   Dropdown
----------------------------------------- */
.dropdown-menu {
    padding: 0 0 0 0;
    width: 360px;
}

a.dropdown-menu-header {
    background: #f7f9fe;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    display: block;
    text-align: center;
}

.dropdown-menu > li a {
    padding: 10px 20px;
}

.notification-time {
    text-align: center;
    font-weight: bold;
}

/* -----------------------------------------
   Badge
----------------------------------------- */

.badge {
    padding: 3px 5px 2px;
    position: absolute;
    top: 8px;
    right: 5px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

.badge-danger {
    background-color: #db5565;
}

.bg-gray-100 {

}

.site-footer {
    position: relative;
    width: 100%;
    height: 30px;
    background: #F79510;
    z-index: 111;
}

.footer-wrapper {
    position: relative;
    width: fit-content;
    margin: auto;
}

.main-container {

    margin-bottom: 20px;
    min-height: 868px;
}

.success-alert-outer {
    position: absolute;
    left: 36%;
    right: 36%;
    top: 436px;
    z-index: 11111;
    background: #FFFFFF;
    box-shadow: 0px 4px 85px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    text-align: center;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 33px;
    color: #193474;
    padding: 1% 0%;
}

.success-alert-inner {

    left: 36.67%;
    right: 36.61%;

    border-radius: 10px;
}

.hand {
    height: 40px;
    width: 46px;
    margin: 0 auto;
    display: block;
}

.close-alert-box {
    position: absolute;
    left: 6px;
    /*bottom: 70px;*/
    top: 6px;
    outline: none;
    background: transparent;
    border: 2px solid #193474;
    border-radius: 21px;
    width: 35px;
    height: 37px;
}

.progress {
    position: absolute;
    bottom: 0px;
    left: 5px;
    height: 3px;
    width: 98%;

}

.progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #193474;
}

.progress.active:before {
    animation: progress 3s linear forwards;
}

.management-dropdown {
    max-height: 60rem;
    overflow-y: auto;
}
@keyframes progress {
    100% {
        right: 100%;
    }
}

@media screen and (max-width: 360px) {
    #logout-button {
        z-index: 1111;
        position: absolute;
        left: 20px;
        color: white !important;
        top: 50px;
        cursor: pointer;
    }
    .notification-bell {
        display: block;
        z-index: 1111111;
        position: absolute;
        top: 22px;
        margin: 17px;
        left: 50px;
        font-size: 24px;
        color: white;
    }
    .logo-wrapper {
        position: absolute;
        width: 183px;
        height: 72px;
        /*top: 30px;*/
        top: unset;
        left: 25%;
        right: unset;
    }
    .notifications {
        position: absolute !important;
        transform: translate3d(13px, -34px, 0px) !important;
        top: 0px !important;
        left: -79px !important;
        will-change: transform !important;
    }
}

#permissions_secret_button {
    background: #193474;
    border-radius: 87px;
    color: white;
    width: 115px;
    margin: 5px auto;
    display: block;
}
