@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100%;
}

body.arabic {
    direction: rtl;
}

body {
    font-family: 'Poppins';
    color: #161824;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    background: #e5e6eb;
}

a,
a:link,
a:visited {
    color: #841b21;
    outline: none;
    text-decoration: none;
    -moz-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

img {
    border: none;
    margin: 0px;
    max-width: 100%;
}

h1 {
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
}

h2 {
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
}

h3,
h4,
h5,
h6 {
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

form,
input,
select,
textarea,
p {
    margin: 0px;
    padding: 0;
}

textarea {
    resize: none;
}

input:focus,
textarea:focus {
    outline: none;
}

button {
    cursor: pointer;
    height: 40px;
    border: none;
    font-size: 16px;
    padding: 10px 30px;
    background-color: #841b21;
    color: #fff;
    border-radius: 30px;
}

button:focus {
    outline: none;
    outline: none -webkit-focus-ring-color;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0px;
    padding: 0;
}

.customClear {
    clear: both;
    font-size: 0em;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}


/*IE below 9*/

#ieWrapper {
    background: #000;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
    position: relative;
    width: 555px;
    padding: 20px;
    margin: 200px auto 0 auto;
    background: #FFF;
    border: 7px solid #2b2927;
}

.btnIeUpdate {
    background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
    width: 144px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.ieLogo {
    float: left;
    width: 134px;
    height: 139px;
    background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
    float: right;
    margin: 0;
    padding: 0;
    width: 350px;
    color: #666;
    font-size: 15px;
    line-height: 18px;
}

.ieContent strong {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #cccccc;
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}


/*End IE below 9*/

dl,
ol,
ul {
    padding-inline-start: 0;
}

.arabic {
    direction: rtl;
    text-align: right !important;
}

.bg-body {
    background: #7b2f3a;
}

.login-container {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 570px;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 32px 46px -2px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 32px 46px -2px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 32px 46px -2px rgba(0, 0, 0, 0.13);
}

.flex {
    display: flex;
}

.div-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    text-align: center;
}

.login-wrapper {
    width: 100%;
    height: 660px;
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.login-wrapper h1 {
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    font-size: 23px;
}

.login-form-container {
    padding: 25px 0 0;
}

.forgot-btn input {
    margin-top: 0;
}

.login-form-container input {
    -webkit-appearance: none;
}

.login-form-container .form-group input {
    width: 100%;
    min-width: 370px;
    height: 55px;
    border: none;
    background-color: #eceff3;
    box-sizing: border-box;
    border-radius: 40px;
    font-family: 'Poppins';
    font-size: 16px;
    padding: 0 65px;
}

.login-form-container .form-group input::-webkit-input-placeholder {
    /* Edge */
    color: #494e5e;
    font-size: 16px;
}

.login-form-container .form-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #494e5e;
    font-size: 16px;
}

.login-form-container .form-group input::placeholder {
    color: #494e5e;
    font-size: 16px;
}

.login-form-container .form-group {
    position: relative;
}

.login-form-container .form-group.email::before {
    position: absolute;
    content: '';
    background: url(../images/iconEnvelope.png) no-repeat 0 0;
    width: 22px;
    height: 15px;
    left: 30px;
    top: 20px;
}

.login-form-container .form-group.user,
.login-form-container .form-group.password{
    /* display: flex;
    align-items: center; */
}

.login-form-container .form-group.user::before {
    position: absolute;
    content: '';
    background: url(../images/profile.svg) no-repeat 0 0;
    background-size: contain;
    width: 24px;
    height: 24px;
    left: 30px;
    top: 16px;
}

.arabic .login-form-container .form-group.email::before, .arabic .login-form-container .form-group.user::before {
    left: unset;
    right: 30px;
}

.login-form-container .form-group.password::before {
    position: absolute;
    content: '';
    background: url(../images/iconLock1.svg) no-repeat 0 0;
    width: 22px;
    height: 22px;
    left: 30px;
    top: 15px;
}

.arabic .login-form-container .form-group.password::before {
    left: inherit;
    right: 30px;
}

.login-form-container .form-group input[type='submit'] {
    max-width: 370px;
    width: 100%;
    box-sizing: border-box;
    background: #7b2f3a;
    border: none;
    color: #fff;
    border-radius: 40px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 17px;
    margin: 21px 0;
    cursor: pointer;
}

.login-form-container .forgot-btn input[type='submit'] {
    margin: 9px 0;
}

.login.flex {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    flex: 1;
}

.login-form-container .form-group {
    margin: 0 0 12px 0;
}

.login-footer {
    text-align: center;
}

.login-footer h4 {
    font-weight: 500;
    font-size: 18px;
}

.login-footer h4 a {
    color: #23293b;
}

.navbar-expand .navbar-nav {
    justify-content: end;
    align-items: center;
}

.arabic .navbar-expand .navbar-nav {
    margin-right: auto !important;
    margin-left: inherit !important;
}

.comingsoon-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    color: #fff;
}

.comingsoon-container h3 {
    font-size: 75px;
}

.comingsoon-container p {
    font-size: 30px;
}

.sidebar-dark .nav-item.active .nav-link,
.sidebar-dark .nav-item:hover .nav-link {
    color: #fff;
}

a.sidebar-brand {
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative;
    background-color: #fff;
    border-top-left-radius: 21px;
    border-right: solid 1px #d7d9e4;
    margin-bottom: 30px;
}

.arabic a.sidebar-brand {
    border-top-left-radius: 0px;
    border-right: none;
    border-top-right-radius: 21px;
    border-left: solid 1px #d7d9e4;
}

.sidebar .nav-item .nav-link {
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    z-index: 9999;
    align-items: center;
}

.arabic .sidebar .nav-item .nav-link {
    text-align: right;
}

.sidebar li .nav-link::before {
    content: "";
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 20px;
    background-repeat: no-repeat;
}

.arabic .sidebar li .nav-link::before {
    margin-left: 20px;
    margin-right: 0px;
}

.sidebar .nav-item .nav-link i {
    position: absolute;
    left: 30px;
    font-size: 23px;
}

.arabic .sidebar .nav-item .nav-link i {
    left: inherit;
    right: 30px;
}

.sidebar li {
    margin: 5px 37px 5px 25px;
}

.arabic .sidebar li {
    margin: 5px 25px 5px 37px;
}

.sidebar li:hover,
.sidebar li.active {
    background-color: #841b21;
    border-radius: 20px;
}

.sidebar-left.toggled .nav-item .nav-link {
    padding: 10px 15px;
}

.sidebar-left.toggled .nav-item a.nav-link.dropdown-toggle {
    padding: 10px 13px;
}

.sidebar .nav-item:nth-of-type(1) .nav-link::before {
    background-image: url(../images/icon1.png);
    height: 17px;
    width: 21px;
}

.sidebar .nav-item:nth-of-type(2) .nav-link::before {
    background-image: url(../images/icon2.png);
    height: 15px;
}

.sidebar .nav-item:nth-of-type(3) .nav-link::before {
    background-image: url(../images/icon3.png);
    height: 18px;
}

.sidebar .nav-item:nth-of-type(4) .nav-link::before {
    background-image: url(../images/icon4.png);
    height: 19px;
}

.sidebar .nav-item:nth-of-type(5) .nav-link::before {
    background-image: url(../images/icon5.png);
    height: 19px;
}

.sidebar .nav-item:nth-of-type(6) .nav-link::before {
    background-image: url(../images/icon6.png);
    height: 19px;
}

.sidebar .nav-item:nth-of-type(7) .nav-link::before {
    background-image: url(../images/icon7.png);
    height: 14px;
}

.sidebar .nav-item:nth-of-type(8) .nav-link::before {
    background-image: url(../images/icon8.png);
    height: 17px;
}

.sidebar .nav-item:nth-of-type(9) .nav-link::before {
    background-image: url(../images/icon9.png);
    height: 15px;
}

.sidebar .nav-item:nth-of-type(10) .nav-link::before {
    background-image: url(../images/icon10.png);
    height: 17px;
}

.sidebar .nav-item:nth-of-type(11) .nav-link::before {
    background-image: url(../images/icon11.png);
    height: 17px;
}

.sidebar .nav-item:nth-of-type(12) .nav-link::before {
    background-image: url(../images/icon12.png);
}

.sidebar .nav-item:nth-of-type(13) .nav-link::before {
    background-image: url(../images/icon14.png);
}

span.menu-title {
    color: #fff;
    padding: 20px 1rem 25px 2.2rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}

.arabic span.menu-title {
    padding: 20px 2.2rem 25px 1rem;
}

.sidebar hr.sidebar-divider {
    margin: 1rem 1rem;
    border-style: dashed;
}

.navbar .container-fluid {
    padding: 0;
}

.sidebar-left.toggled {
    width: 100px !important;
}

.sidebar-left.toggled .sidebar li {
    margin: 5px 15px;
}

.sidebar-left.toggled .sidebar li .nav-link::before {
    margin-right: -7px;
    background-position: center;
    width: 38px;
}

.arabic .sidebar-left.toggled .sidebar li .nav-link::before {
    margin-left: -7px;
    margin-right: 0px;
}

.sidebar-left.toggled .nav-item .nav-link span,
.sidebar-left.toggled span.menu-title {
    display: none;
}

.sidebar-left.toggled .nav-item .dropdown-menu li {
    margin: 0;
}

.sidebar-left.toggled .nav-item .dropdown-menu .nav-link {
    padding: 0;
    padding-bottom: 10px;
}

.sidebar-left.toggled .nav-item .dropdown-menu .nav-link span {
    display: block;
}

.sidebar-left.toggled .sidebar .dropdown-menu {
    min-width: auto;
    padding: 0 5px;
}

.sidebar-left.toggled ul.dropdown-menu li:hover {
    background-color: transparent;
}

.sidebar-left.toggled a.sidebar-brand img {
    visibility: hidden;
}

.sidebar-left.toggled a.sidebar-brand {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 48%;
    padding-bottom: 52px;
}

#sidebarToggleTop {
    min-width: 49px;
    height: 49px;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 4px 10px -3px #ccc;
}

.wrapper>.navbar {
    height: auto;
    padding: 0 !important;
    position: relative;
    background: #b99d71;
    width: 17%;
    margin-bottom: 0 !important;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 50px !important;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
}

.arabic .wrapper>.navbar {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
}

.sidebar {
    position: relative;
    width: 100%;
}

.arabic .sidebar {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar hr.sidebar-divider {
    margin: 0 1rem 1rem;
}

.topbar .dropdown-list .dropdown-item:active {
    background-color: #eaecf4;
    color: #3a3b45;
}

.topbar .dropdown-list .dropdown-item {
    padding-top: .5rem;
    line-height: 1.3rem;
}

.sidebar li:hover>ul {
    list-style: none;
}

.menudropdown {
    display: none;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.sidebar ul li {
    list-style: none;
    border-radius: 0 50px 50px 0px;
    color: rgb(129, 123, 123);
}

.sidebar ul li a {
    color: #fff !important;
}

.sidebar .dropdown-menu {
    background-color: transparent;
    border: none;
    padding-bottom: 7px;
}

.sidebar .navbar {
    background-color: transparent !important;
    border: none;
}

.sidebar .dropdown-toggle::after {
    margin-left: 1.255em;
    margin-top: 3px;
}

.arabic .sidebar .dropdown-toggle::after {
    margin-right: 1.255em;
    margin-left: 0;
}

.wrapper-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    position: relative;
    width: 100%;
}

.copyright {
    position: relative;
    font-size: 15px;
    color: #9597a0;
    font-weight: 300;
    padding-bottom: 20px;
}

.wrapper {
    max-width: 1600px;
    width: 100%;
    /*margin: 30px auto;*/
    background-color: #f3f6f9;
    display: flex;
    border-radius: 21px;
    box-shadow: 0px 15px 34px -19px rgba(0, 0, 0, 0.66);
    -webkit-box-shadow: 0px 15px 34px -19px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0px 15px 34px -19px rgba(0, 0, 0, 0.66);
}

.wrapper .content-wrapper {
    width: 83%;
    position: relative;
}

.sidebar-toggled .wrapper .content-wrapper {
    width: 93%;
}

.alerts-dropdown .badge {
    width: 9px;
    height: 9px;
    display: block;
    top: 10px;
    position: absolute;
    right: 14px;
    padding: 0;
}

.arabic .alerts-dropdown .badge {
    left: 10px;
    right: inherit;
}

.alerts-dropdown::after {
    display: none;
}

.topbar li.nav-item {
    margin-left: 15px;
}

.topbar a.nav-link.dropdown-toggle {
    position: relative;
    width: 49px;
    height: 49px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    box-shadow: 0px 4px 10px -3px #ccc;
}

.dropdown-menu ul {
    padding: 0;
}

ul.dropdown-menu li:hover,
li.nav-item.dropdown.active ul.dropdown-menu li.active {
    background-color: #a9343a;
}

.dropdown-menu ul li {
    list-style: none;
    text-align: left;
    border-top: solid 1px #e9ecef;
    padding: 14px 25px;
}

.arabic .dropdown-menu ul li {
    text-align: right;
}

.sidebar .dropdown-menu li a::before {
    content: none;
}

.dropdown-menu ul li a img {
    margin-right: 10px;
}

.arabic .dropdown-menu ul li a img {
    margin-left: 10px;
    margin-right: 0px;
}

.sidebar .dropdown-menu li {
    margin: 5px 10px;
}

.nav-link img.img-profile.rounded-circle {
    width: 42px;
    height: 42px;
    min-width: 42px;
}

.dropdown-profile .dropdown-item {
    color: #343642;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    padding: 0;
    align-items: center;
    position: relative;
    white-space: inherit;
}

.arabic .dropdown-profile .dropdown-item {
    text-align: right;
}

.dropdown-menu ul li a span {
    width: 25px;
    height: 25px;
    background-color: #b99d71;
    border-radius: 50%;
    display: flex;
    font-size: 17px;
    align-items: center;
    color: #fff;
    justify-content: center;
    position: relative;
    left: 36%;
}

.arabic .dropdown-menu ul li a span {
    right: 36%;
    left: inherit;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu h4 {
    color: #343642;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 24px;
}

.arabic .dropdown-menu {
    text-align: right;
}

.dropdown-menu h4 span {
    color: #81161c;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-top: 12px;
}

.topbar .dropdown-toggle::after {
    content: none;
}

.dropdown-menu.dropdown-menu-right.shadow.animated--grow-in {
    font-weight: normal;
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    border: none;
    width: 240px;
    right: -7px;
    top: 67px;
}

.arabic .dropdown-menu.dropdown-menu-right.shadow.animated--grow-in {
    left: -7px;
    right: inherit;
}

.dropdown-menu.dropdown-menu-right::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 14px solid #fff;
    position: absolute;
    top: -14px;
    right: 22px;
}

.arabic .dropdown-menu.dropdown-menu-right::before {
    left: 22px;
    right: inherit;
}

a#userDropdown {
    display: flex;
    padding: 0;
}

a#userDropdown p {
    margin-left: 15px;
}

.arabic a#userDropdown p {
    margin-left: 0px;
    margin-right: 15px;
}

a#userDropdown span {
    color: #636778;
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.notification-item .dropdown-profile .dropdown-item {
    font-size: 14px;
    font-weight: 400;
}

.notification-item ul {
    overflow-x: auto;
    max-height: 250px;
}

.notification-item .dropdown-menu ul li {
    padding: 10px 14px;
}

.content-wrapper .navbar {
    background-color: #fff;
    border-top-right-radius: 21px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 20px 30px;
    border-bottom: solid 1px #ccc !important;
    box-shadow: none !important;
}

.arabic .content-wrapper .navbar {
    border-top-right-radius: 0px;
    border-top-left-radius: 21px;
}

.form-control {
    font-size: 16px;
    color: #6c758d;
    background-color: #fff;
    border: 1px solid #e5e8ec;
    border-radius: 22px;
    height: 46px;
}

.form-control:focus {
    border: 1px solid #e5e8ec;
    box-shadow: none;
}

.navbar-left {
    padding-left: 0;
    margin-bottom: 0;
    width: 45%;
}

.currency-text {
    position: relative;
}

.currency-text:before {
    content: '₹';
    margin-right: 4px;
}

.arabic .currency-text:before {
    margin-left: 4px;
    margin-right: 0;
}

.search {
    border: 1px solid #e5e8ec;
    border-radius: 22px;
    height: 46px;
    margin-left: 30px;
    width: 100%;
}

.search input {
    padding: 0 12px;
    border: none;
    height: 44px;
}

.search .form-control:focus {
    border: none;
}

.search button {
    background-image: url(../images/search-b.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 0;
    background-color: transparent;
}

.arabic .search {
    background-position: 5% center;
    margin-right: 30px;
    margin-left: 0px;
    padding-right: 20px;
}

.dashboard-title {
    color: #23282b;
    font-size: 21px;
    font-weight: 500;
}

.page-wrapper {
    padding: 30px;
    width: 100%;
    font-family: 'Roboto';
}

.heading-box {
    margin-bottom: 20px;
}

.heading-box h1 {
    font-family: Roboto;
    font-size: 20px;
    color: #444444;
    font-weight: 700;
    margin-bottom: 10px;
}

.heading-box p {
    font-family: Roboto;
    font-size: 17px;
    color: #444444;
    font-weight: 400;
}

.header-table-actions {
    width: 100%;
    height: 70px;
    padding: 0 30px;
    color: #841b21;
    font-size: 16px;
    font-family: Roboto;
}

.header-table-actions input,
.header-table-actions select,
.header-table-actions input:focus,
.header-table-actions select:focus {
    height: 38px;
    background-color: #e4e0d7;
    color: #841b21;
    font-size: 16px;
}

.header-table-actions ::placeholder {
    color: #841b21;
    opacity: 1;
}

.header-table-actions :-ms-input-placeholder {
    color: #841b21;
}

.header-table-actions ::-ms-input-placeholder {
    color: #841b21;
}

.show-entry {
    width: 90px;
    appearance: none;
    text-align: center;
    padding: 0 19px;
    margin-right: 10px;
    background-position: 86% 50%;
}

.arabic .show-entry {
    margin-right: 0px;
    margin-left: 10px;
    background-position: 14% 50%;
}

.showentry-search-inner {
    width: 210px;
}

.showentry-search {
    width: 60%;
}

.showentry-search .search {
    width: 45%;
    background-image: url(../images/t-search.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) center;
}

.arabic .showentry-search .search {
    background-position: calc(100% - 95%) center;
}

.add-category {
    height: 40px;
    border: none;
    font-size: 16px;
    padding: 10px 10px 10px 40px;
    background-color: #e4e0d7;
    color: #841b21;
    background-image: url(../images/add-c.png);
    background-repeat: no-repeat;
    background-position: 4% center;
    border-radius: 30px;
}

.arabic .add-category {
    padding: 10px 40px 10px 10px;
    background-position: 96% center;
}

.action {
    justify-content: center;
    align-items: center;
}

.arabic .action.d-flex.ml-4 {
    margin-right: 1.5rem!important;
    margin-left: 0rem!important;
}

td.action.d-flex {
    justify-content: flex-start;
}

.arabic td.action.d-flex {
    justify-content: flex-end;
}

.action button {
   min-width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #e5dccf;
    padding: 0;
    color: #841b21;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.remove-btn {
    background-image: url(../images/trash-icon.png);
}

.edit-btn {
    background-image: url(../images/edit.png);
}

.view-btn {
    background-image: url(../images/eye.png);
}

.trash-btn {
    background-image: url(../images/trash-icon.png);
}

.category-table .table td {
    height: 68px;
    border: none;
    vertical-align: middle;
}

tr:hover {
    background-color: #f5f4f1;
    border-left: 30px solid #f5f4f1;
    border-right: 35px solid #f5f4f1;
}

.arabic tr:hover {
    border-left: 35px solid #f5f4f1;
    border-right: 30px solid #f5f4f1;
}

.category-table .table th {
    border: none;
    vertical-align: middle;
}

.table thead th:nth-of-type(1) {
    text-align: center;
}

.table tr td:nth-of-type(1) {
    text-align: center;
}

.category-table .table thead {
    height: 58px;
    background-color: #f3f6f9;
    border-left: 30px solid #f3f6f9;
    border-right: 35px solid #f3f6f9;
}

.arabic .category-table .table thead {
    border-left: 35px solid #f3f6f9;
    border-right: 30px solid #f3f6f9;
}

.icon-images {
    display: flex;
    justify-content: flex-start;
}

.arabic .icon-images {
    justify-content: flex-end;
}

.icon-images img {
    max-width: 50px;
    margin-right: 15px;
}

.arabic .icon-images img {
    margin-right: 0;
    margin-left: 15px;
}

.category-table {
    background-color: #fff;
    border-radius: 16px;
    text-align: left;
    box-shadow: 1px 0px 26px -20px rgb(124 91 91 / 73%);
    -webkit-box-shadow: 1px 0px 26px -20px rgb(0 0 0 / 73%);
    -moz-box-shadow: 1px 0px 26px -20px rgba(0, 0, 0, 0.73);
}

.category-table table {
    text-align: left;
    display: table;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    font-family: Roboto;
}

.category-table tbody {
    border-left: 30px solid transparent;
    border-right: 35px solid transparent;
}

.arabic .category-table tbody {
    border-left: 35px solid transparent;
    border-right: 30px solid transparent;
}

.dashbord-wrapper {
    padding-top: 45px;
    flex-wrap: wrap;
}

.dashbord-item {
    width: 19%;
    margin-right: 40px;
    margin-bottom: 20px;
    padding: 7px 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 0px 6px 1px #ccc;
}

.arabic .dashbord-item {
    margin-right: 0px;
    margin-left: 20px;
}

.dashbord-item>a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dashbord-item:nth-last-of-type(1) {
    margin-right: 0;
}

.dashbord-item figure {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #fc4151;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 0px 10px 1px #ccc;
    margin-top: -20px;
}

.dashbord-item:nth-of-type(2) figure {
    background-color: #ddb21c;
}

.dashbord-item:nth-of-type(3) figure {
    background-color: #21bd61;
}

.dashbord-item:nth-of-type(4) figure {
    background-color: #155a9e;
}

.dashbord-item:nth-of-type(5) figure {
    background-color: #887c7ca1;
}

.dashbord-item:nth-of-type(6) figure {
    background-color: #b99d71;
}

.dashbord-item:nth-of-type(7) figure {
    background-color: #53ce78;
} 

.dashbord-item:nth-of-type(8) figure {
    background-color: #1e96defc;
}
.dashbord-item:nth-of-type(9) figure {
    background-color: #920c0c9a;
}
.dashbord-item:nth-of-type(10) figure {
    background-color: #9aacbd;
}

.dashbord-content h4 {
    font-family: 'Roboto';
    font-weight: 500;
    color: #495584;
    font-size: 15px;
    text-transform: uppercase;
    text-align: right;
}

.arabic .dashbord-content h4 {
    text-align: left;
}

.dashbord-content h4 span {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    display: block;
    margin-top: 6px;
}

.edit-top-action {
    border-bottom: solid 1px #e9ecef;
    padding: 20px;
    text-align: left;
}

.arabic .edit-top-action {
    text-align: left;
}

.back-btn {
    background-color: #fff;
    padding: 10px 20px 10px 42px;
    border: none;
    color: #841b21;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: 2% center;
    background-image: url(../images/back.png);
}

.arabic .back-btn {
    padding: 10px 42px 10px 20px;
    background-position: 98% center;
}

.edit-category-wrapper {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 1px 0px 26px -20px rgb(124 91 91 / 73%);
    -webkit-box-shadow: 1px 0px 26px -20px rgb(0 0 0 / 73%);
    -moz-box-shadow: 1px 0px 26px -20px rgba(0, 0, 0, 0.73);
}

.input-field-wrapper {
    flex-wrap: wrap;
}

.input-field>label {
    margin-bottom: 10px;
    font-size: 15px;
    padding-left: 12px;
}

.arabic .input-field>label {
    padding-right: 12px;
    padding-left: 0;
}

.control {
    display: flex;
    align-items: center;
    width: 100%;
}

.control .file {
    display: none;
    position: absolute;
}

.control .file+label {
    font-size: 16px;
    color: #841b21;
    height: 46px;
    text-transform: capitalize;
    background-color: #fff;
    text-align: center;
    vertical-align: text-top;
    padding: 11px 10px 0 48px;
    transition: 0.2s all;
    border-radius: 30px;
    border: solid 1px #f1efeb;
    background-image: url(../images/choosefile.png);
    background-repeat: no-repeat;
    background-position: 4% center;
}

.arabic .control .file+label {
    background-position: 96% center;
    padding: 11px 48px 0 10px;
}

.control .file+label:hover {
    cursor: pointer;
}

.control .file+label:hover:after {
    opacity: 1;
}

.control span {
    font-size: 15px;
    padding-left: 15px;
    color: #8e8e8e;
}

.arabic .control span {
    padding-left: 0px;
}

.control .upload-preview {
    width: 110px;
    height: 110px;
    box-shadow: 0px 3px 8px -2px #ccc;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.arabic .control .upload-preview {
    margin-right: 0px;
    margin-left: 14px;
}

.arabic .category-input-section.p-4 .control.flex.pb-3 .control-content:nth-of-type(2) {
    margin-left: 15px;
}

.control .upload-preview img {
    width: 94px;
    height: 94px;
    border-radius: 50%;
}

.edit-category-wrapper input,
.edit-category-wrapper select,
.edit-category-wrapper input:focus,
.edit-category-wrapper select:focus {
    height: 52px !important;
    background-color: #fff;
    color: #9d494d;
    font-size: 16px;
    padding: 0 25px;
}

select {
    appearance: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDk4OUQwNjJCNzc1MTFFQzhFMEQ4NkY3NEREOUVEQjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDk4OUQwNjNCNzc1MTFFQzhFMEQ4NkY3NEREOUVEQjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OTg5RDA2MEI3NzUxMUVDOEUwRDg2Rjc0REQ5RURCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0OTg5RDA2MUI3NzUxMUVDOEUwRDg2Rjc0REQ5RURCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkGGh7sAAAB1SURBVHjaYmyRVuRjYGD4yEAc4GeqfnLvE5DhS4RiX5BaJihnCxB34VHcBVXDwPj//3+wSKuMEiOQOgTENmiKjwCxHdD0/ygaoJo4gdQjIBaBCr0BYjmg4u8wNUzIRkElTJCETJAVY9iAZJM31ICt6HIAAQYAKsYrFD9EVsEAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) center;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
}

.arabic select {
    background-position: 25px 50%;
}

.edit-category-wrapper .input-field {
    width: 31%;
    margin-right: 40px;
    margin-bottom: 25px;
}

.arabic .edit-category-wrapper .input-field {
    margin-right: 0px;
    margin-left: 40px;
}

.select-main-category {
    margin-right: 40px !important;
}

.arabic .select-main-category {
    margin-right: 0px !important;
    margin-left: 40px !important;
}

.edit-category-wrapper .input-field:nth-of-type(3n+3) {
    margin-right: 0;
}

.arabic .edit-category-wrapper .input-field:nth-of-type(3n+3) {
    margin-left: 0;
}

.edit-category-wrapper textarea,
.edit-category-wrapper textarea:focus {
    height: 90px;
    background-color: #fff;
    color: #9d494d;
    font-size: 16px;
}

.edit-category-wrapper ::placeholder {
    color: #9d494d;
    opacity: 1;
}

.edit-category-wrapper :-ms-input-placeholder {
    color: #9d494d;
}

.edit-category-wrapper ::-ms-input-placeholder {
    color: #9d494d;
}

a.readmore {
    color: #841b21;
}

ul.tabs {
    padding: 0px;
    list-style: none;
    margin-bottom: 18px;
}

ul.tabs li.current {
    background-color: #dcceb8;
}

ul.tabs li {
    background: none;
    color: #81161c;
    display: inline-block;
    padding: 4px 14px;
    cursor: pointer;
    border-radius: 30px;
    margin-right: 10px;
    font-size: 15px;
    text-transform: capitalize;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}

.pagination {
    box-shadow: 0px 5px 6px 2px #e7e6e6;
    background-color: #fff;
    border-radius: 30px;
    padding: 6px 0;
}

.pagination a.active {
    background-color: #b99d71;
    color: white;
    border-radius: 4px;
}

.pagination a {
    color: #81161c;
    float: left;
    font-size: 14px;
    padding: 3px 7px;
    margin-right: 7px;
    text-decoration: none;
    transition: background-color .3s;
}

.tab-info-wrapper .header-table-actions {
    padding: 0;
    height: auto;
}

.tab-info-wrapper .showentry-search {
    width: 70%;
}

.tab-info-wrapper .add-category {
    height: 38px;
    border: solid 1px #e4e0d7;
    background-color: #fff;
    font-size: 14px;
    padding-top: 6px;
}

.tab-info-wrapper .showentry-search .search {
    width: 42%;
    height: 40px !important;
    margin-right: 20px;
}

.arabic .tab-info-wrapper .showentry-search .search {
    margin-left: 20px;
}

.tab-info-wrapper .showentry-search-inner {
    font-size: 14px;
}

.tab-info-wrapper .showentry-search-inner select {
    height: 38px !important;
}

.edit-note {
    margin: 35px 0 70px 0;
}

.edit-note ul.tabss {
    padding: 0px;
    list-style: none;
    margin-bottom: 22px;
    border-bottom: 1px solid #ddd;
}

.edit-note ul.tabss li.active {
    border: 1px solid #ddd;
    border-top: solid 3px #b99d71;
    margin-bottom: -1px;
    border-bottom: solid 1px #fff;
    color: #81161c;
}

.edit-note ul.tabss li {
    color: #dcceb8;
    display: inline-block;
    padding: 20px 30px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    border-bottom: transparent;
    text-transform: capitalize;
}

.edit-note .tab-contents {
    display: none;
}

.edit-note .tab-contents.active {
    display: inherit;
}

.custom-checkbox,
.custom-radio {
    list-style: none;
    margin-bottom: 0;
    padding-left: 10px;
}

.custom-checkbox li,
.custom-radio li {
    margin-right: 10px;
}

.arabic .custom-checkbox li,
.arabic .custom-radio li {
    margin-right: 0px;
    margin-left: 10px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
    height: auto !important;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #b99d71;
    font-size: 14px;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: solid 1px #b99d71;
    color: #b99d71;
    background: white;
}

.arabic .styled-checkbox+label:before {
    margin-right: 0px;
    margin-left: 10px;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #841b21;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.arabic .styled-checkbox:checked+label:after {
    left: initial;
    right: 14px;
}

.styled-checkbox:checked+label {
    color: #841b21;
    margin-bottom: 10px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.arabic [type="radio"]:checked,
.arabic [type="radio"]:not(:checked) {
    left: initial;
    right: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 15px;
}

.arabic [type="radio"]:checked+label,
.arabic [type="radio"]:not(:checked)+label {
    padding-left: 0px;
    padding-right: 28px;
}

[type="radio"]:checked+label {
    color: #841b21;
}

[type="radio"]:not(:checked)+label {
    color: #b99d71;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #fff;
    color: #b99d71;
}

.arabic [type="radio"]:checked+label:before,
.arabic [type="radio"]:not(:checked)+label:before {
    left: initial;
    right: 0;
}

[type="radio"]:not(:checked)+label:before {
    border: 1px solid #b99d71;
}

[type="radio"]:checked+label:before {
    border: 1px solid #841b21;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #aca2a3;
    color: #841b21;
    position: absolute;
    top: 6px;
    background-color: #841b21;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.arabic [type="radio"]:checked+label:after,
.arabic [type="radio"]:not(:checked)+label:after {
    left: initial;
    right: 6px;
}

.action-btns.ml-4.d-flex {
    margin-right: 1.5rem!important;
    margin-left: 0rem!important;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: none;
}

.custom-file-input:lang(en)~.custom-file-label::before {
    content: "Browse Image";
}

.arabic .custom-file-input:lang(en)~.custom-file-label::before {
    content: "اختيار الصورة";
}

.custom-file-label {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 52px;
    padding: 0.375rem 0.75rem;
    line-height: 2.5;
    color: #b4b4b4;
    background-color: #fff;
    border: none;
    outline: 1px solid #ced4da;
    border-right: solid 10px #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    border-radius: 30px !important;
    text-align: center;
    padding-left: 130px;
    overflow: hidden;
}

.arabic .custom-file-label {
    padding-left: 0px;
    padding-right: 130px;
    border-right: none;
    border-left: solid 10px #fff;
}

.custom-file-label::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 52px;
    padding: 0.375rem 0.75rem;
    line-height: 2.5;
    color: #fff;
    content: "Browse";
    background-color: #841b21;
    border: none;
    border-radius: 30px !important;
}

.navbar-expand .navbar-nav .lang-switch {
    line-height: 0;
}

.arabic .navbar-expand .navbar-nav .lang-switch {
    margin-left: 15px;
}

.arabic .custom-file-label::before {
    left: initial;
    right: 0;
}

ul li label.switch {
    margin: 0 !important;
}

.drop-zone {
    width: 175px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #dcdcdc;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 11px;
    text-align: center;
}

span.drop-zone__prompt {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
    color: #434343;
    font-size: 15px;
}

span.drop-zone__prompt img {
    margin-bottom: 20px;
}

.dis-enable-btns button {
    color: #841b21;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 30px;
    margin-right: 10px;
    font-size: 16px;
}

.arabic .dis-enable-btns button {
    margin-left: 10px;
    margin-right: 0px;
}

.disable-btn {
    background-color: #f3f6f9;
}

.enable-btn {
    background-color: #dcceb8;
}

.update-btn {
    height: 52px;
    text-transform: uppercase;
    font-size: 17px;
    box-shadow: 0 6px 7px -8px #333;
    -webkit-box-shadow: 0 6px 7px -8px #333;
    -moz-box-shadow: 0 6px 7px -8px #333;
}

.cancel-btn {
    text-transform: uppercase;
    background-color: #b99d71;
    font-size: 18px;
    height: 52px;
}

a.cancel-btn {
    border-radius: 10px;
    padding: 6px 10px;
    cursor: pointer;
}

.action-btns button,
.action-btns input {
    color: #841b21;
    height: 42px;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    background-color: #f3f6f9;
    border: solid 1px #d4d4d4;
    border-radius: 6px;
    font-size: 15px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: 12% center;
}

.arabic .action-btns button,
.arabic .action-btns input {
    margin-right: 0px;
    margin-left: 20px;
    background-position: 88% center;
    padding: 10px 30px 10px 10px;
}

.arabic .custom-file.ml-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
}

.copy-btn {
    background-image: url(../images/copy.png);
}

.csv-btn {
    background-image: url(../images/csv.png);
}

.excel-btn {
    background-image: url(../images/excel.png);
}

.pdf-btn {
    background-image: url(../images/pdf.png);
}

.print-btn {
    background-image: url(../images/print.png);
}

.arabic .custom-time.ml-3 {
    margin-left: 0rem!important;
    margin-right: 1rem!important;
}

.custom-time input,
.custom-time input:focus {
    border: solid 1px #f1efeb;
    border-radius: 30px;
    flex-direction: row-reverse;
    display: flex;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/time.png);
}

.arabic .custom-time input,
.arabic .custom-time input:focus {
    background-position: right center;
    flex-direction: row;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.arabic .custom-date.ml-3 {
    margin-left: 0rem!important;
    margin-right: 1rem!important;
}

.custom-date input,
.custom-date input:focus {
    border: solid 1px #f1efeb;
    border-radius: 30px;
    flex-direction: row-reverse;
    display: flex;
    padding: 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/date.png);
}

.arabic .custom-date input,
.arabic .custom-date input:focus {
    background-position: right center;
    flex-direction: row;
    padding-left: 12px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.edit-category-wrapper.edit-category-second-wrapper .input-field {
    width: 48%;
    margin-right: 40px;
    margin-bottom: 20px;
}

.arabic .edit-category-wrapper.edit-category-second-wrapper .input-field {
    margin-left: 40px;
    margin-right: 0px;
}

.edit-category-wrapper.edit-category-second-wrapper .input-field:nth-of-type(2n+2) {
    margin-right: 0;
}

.arabic .edit-category-wrapper.edit-category-second-wrapper .input-field:nth-of-type(2n+2) {
    margin-left: 0;
}

.arabic .input-field.w-100.mr-1 {
    margin-left: 10px;
}

.edit-category-wrapper.edit-category-second-wrapper input,
.edit-category-wrapper.edit-category-second-wrapper select,
.edit-category-wrapper.edit-category-second-wrapper input:focus,
.edit-category-wrapper.edit-category-second-wrapper select:focus {
    height: 55px !important;
    background-color: #f1efeb;
    font-size: 14px;
    padding: 0 25px;
    border: none;
}

.edit-category-wrapper.edit-category-second-wrapper textarea,
.edit-category-wrapper.edit-category-second-wrapper textarea:focus {
    height: 80px;
    background-color: #f1efeb;
    font-size: 14px;
    padding-top: 30px;
    border-radius: 30px;
    border: none;
}

.edit-category-second-wrapper .control .file+label {
    font-size: 15px;
    background-color: #f1efeb;
}

.edit-category-second-wrapper .back-btn {
    background-color: #f1efeb;
    background-position: 8% center;
}

.arabic .edit-category-second-wrapper .back-btn {
    background-position: 92% center;
}

.listing-content {
    width: 100%;
    height: 234px;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 22px;
}

.listing-content.gold {
    background-color: #f4f2ef;
}

.listing-content.silver {
    background-color: #f8fafb;
}

.listing-content figure img {
    visibility: hidden;
}

.listing-content figure {
    width: 147px;
    height: 147px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 6px 6px -9px #333;
    -webkit-box-shadow: 0 6px 6px -9px #333;
    -moz-box-shadow: 0 6px 6px -9px #333;
}

.listing-content-details {
    color: #b99d71;
    font-size: 15px;
    flex: 1;
}

.arabic .listing-content-details {
    margin-left: 0rem!important;
    margin-right: 1rem!important;
}

.arabic .listing-tagwrapper ul {
    padding-inline-start: 0;
}

.listing-content-details h2 {
    color: #444444;
    font-size: 22px;
    font-weight: 700;
}

.listing-heading-details .action button {
    background-color: #e5dccf;
    color: #841b21;
}

.listing-content li {
    list-style: none;
    background-color: #841b21;
    color: #fff;
    font-weight: 300;
    padding: 7px 10px;
    margin-right: 10px;
    font-size: 15px;
    border-radius: 20px;
}

.arabic .listing-content li {
    margin-right: 0px;
    margin-left: 10px;
}

.arabic .ratings-wrapper p img {
    margin-right: 0rem!important;
    margin-left: 0.5rem!important;
}

.arabic .ratings-wrapper p.ml-3 {
    margin-left: 0rem!important;
    margin-right: 1rem!important;
}

.listing-wrapper-left {
    flex: 1;
}

.listing-wrapper-right {
    padding-left: 25px;
    width: 27%;
}

.arabic .listing-wrapper-right {
    padding-left: 0px;
    padding-right: 25px;
}

.listing-filter h4 {
    color: #444444;
    font-size: 18px;
    border-bottom: solid 1px #e9ecef;
    font-weight: 700;
    padding: 45px 0 18px 0;
    margin-bottom: 5px;
}

.listing-filter h5,
.listing-filter .input-field>label {
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
}

.listing-filter-scroll {
    max-height: 500px;
    overflow-y: scroll;
    padding-left: 25px;
}

.arabic .listing-filter-scroll {
    padding-right: 25px;
    padding-left: 0;
}

.listing-filter ul {
    flex-direction: column;
    padding-left: 0;
    padding-inline-start: 0;
}

.listing-filter .input-field {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
}

.listing-filter .input-field select {
    border: none;
    height: 25px !important;
    padding: 0;
    color: #81161c;
    font-size: 15px;
}

.listing-filter ul .styled-checkbox+label {
    display: flex;
    margin-bottom: 10px;
}

.listing-filter ul .styled-checkbox+label:before {
    min-width: 22px;
}

.upload-preview-multiple {
    position: relative;
}

.upload-preview-multiple .close {
    top: -8px;
    position: absolute;
    right: 20px;
    padding: 0;
    background-color: #841b21;
    opacity: 1;
    color: #fff;
    font-weight: 500;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    justify-content: center;
    display: flex;
    font-size: 17px;
}

.arabic .upload-preview-multiple .close {
    right: initial;
    left: 20px;
}

.pdf-multiple .upload-preview {
    width: 50px;
    height: 50px;
}

.pdf-multiple .upload-preview img {
    width: 20px;
    height: 22px;
    border-radius: 0;
}

.pdf-multiple .upload-preview-multiple .close {
    right: 2px;
}

.arabic .pdf-multiple .upload-preview-multiple .close {
    right: initial;
    left: 2px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile-1:focus+label,
.inputfile-1.has-focus+label,
.inputfile-1+label:hover {
    background-color: #f3f6f9;
    border: solid 1px #d4d4d4;
}

.inputfile-1+label {
    color: #f1e5e6;
    background-color: #f3f6f9;
    border: solid 1px #d4d4d4;
    border-radius: 6px;
}

.inputfile+label {
    cursor: pointer;
}

.inputfile+label * {
    pointer-events: none;
}

.inputfile+label {
    max-width: 80%;
    font-size: 15px;
    white-space: nowrap;
    cursor: pointer;
    color: #841b21;
    height: 42px;
    display: inline-block;
    padding: 10px 10px 10px 36px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 3% center;
}

.arabic .inputfile+label {
    padding: 10px 36px 10px 10px;
    background-position: 97% center;
}

.pdf-upload-wrapper .box {
    position: relative;
    width: max-content;
    margin-right: 10px;
}

.arabic .pdf-upload-wrapper .box {
    margin-right: 0px;
    margin-left: 10px;
}

.pdf-upload-wrapper .inputfile+label {
    max-width: 100%;
}

.pdf-upload-wrapper .close {
    top: -8px;
    position: absolute;
    right: 0px;
    padding: 0;
    background-color: #841b21;
    opacity: 1;
    color: #fff;
    font-weight: 500;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    justify-content: center;
    display: flex;
    font-size: 17px;
}

.arabic .pdf-upload-wrapper .close {
    right: initial;
    left: 0px;
}

.pdf-multiple-item {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.pdf-multiple-item .btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.pdf-multiple-item input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.listing-filter button {
    font-size: 13px;
    margin-top: 30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 34px;
}

.switch input {
    display: none;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dcdee1;
    -webkit-transition: .4s;
    transition: .4s;
}


/* .arabic .switch .slider:before {
    left: initial;
    right: 4px;
} */

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 2;
}

.switch input:checked+.slider {
    background-color: #dcceb8;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(64px);
    -ms-transform: translateX(64px);
    transform: translateX(64px);
}

.arabic .switch input:checked+.slider:before {
    -webkit-transform: translateX(64px);
    -ms-transform: translateX(64px);
    transform: translateX(64px);
}

.switch .on {
    display: none;
    color: #841b21;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 39%;
    font-size: 14px;
}

.arabic .switch .on {
    left: 30px;
    /* right: -10%; */
}

.switch .off {
    color: #841b21;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 64%;
    font-size: 14px;
}

.arabic .switch .off {
    left: initial;
    right: -4px;
}

.switch input:checked+.slider .on {
    display: block;
}

.switch input:checked+.slider .off {
    display: none;
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}


/* #tab-5 .input-field {
    width: auto !important;
} */

.arabic .control.flex.pb-3.aboutus_page {
    display: block;
}

.modal_body_map .location-map {
    display: flex;
    justify-content: center;
}

.location-map-footer {
    padding-bottom: 20px;
}

.location-map-footer button {
    background: #841b21 !important;
    opacity: 1;
    padding: 9px 25px !important;
    font-weight: 300;
    color: white;
    font-size: 16px;
    text-align: center;
}

.arabic .location-map-footer button {
    margin-left: 0 !important;
    margin-right: 0.25rem;
}

.location-map-footer button:hover {
    color: #fff;
    opacity: 1;
}

.location-map-footer .form-control {
    margin-right: 12px;
    color: #841b21;
}

.arabic .location-map-footer .form-control {
    margin-right: 0;
    margin-left: 12px;
}

.no-found {
    text-align: center;
    text-transform: capitalize;
    padding-top: 40px;
}

.show-pass{
    position: absolute;
    right: 10px;
    top: 20px;
}
.show-pass img{
    width: 20px;
    display: block;
}
.show-pass img.open{
    display: none;
}
.show-pass.show img.close{
    display: none;
}
.show-pass.show img.open{
    display: block;
}

.arabic .show-pass{
    right: auto;
    left: 10px;
}

@media screen and (max-width:1600px) {
    .wrapper {
        /*max-width: 93%;*/
    }
    .content {
        width: 100%;
    }
    .dashbord-item {
        margin-bottom: 35px;
    }
    .edit-category-wrapper .input-field {
        margin-right: 20px;
    }
    .arabic .edit-category-wrapper .input-field {
        margin-left: 20px;
    }
    .arabic .edit-category-wrapper.edit-category-second-wrapper .input-field {
        margin-left: 20px;
    }
    .listing-content {
        height: auto;
    }
}

@media screen and (max-width:1500px) {
    .tab-info-wrapper .header-table-actions {
        flex-direction: column;
    }
    .pagination {
        margin-bottom: 20px;
    }
    .sidebar li {
        margin: 5px 15px;
    }
    a.sidebar-brand {
        padding: 15px;
    }
    a.sidebar-brand {
        height: 100px;
        padding: 15px;
    }
}

@media screen and (max-width:1340px) {
    .common-divs {
        flex-direction: column;
        align-items: flex-start !important;
        margin-bottom: 0rem!important;
    }
    .common-divs>div {
        margin: 10px 0;
        margin-left: 0rem!important;
    }
    .tab-info-wrapper .showentry-search {
        width: 100%;
    }
    .showentry-search .search {
        width: 55%;
    }
    .dashbord-item figure {
        width: 45px;
        height: 45px;
    }
    .dashbord-content h4 {
        font-size: 14px;
    }
}

@media screen and (max-width:1200px) {
    .tab-info-wrapper .showentry-search {
        flex-direction: column;
    }
    .showentry-search input {
        margin: 20px 0;
    }
    .ratings-wrapper {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .ratings-wrapper p {
        margin: 0 !important;
    }
    .listing-content figure {
        width: 117px;
        height: 117px;
        padding: 10px;
    }
    .listing-filter h4 {
        padding: 10px 0 18px 0;
    }
    .listing-content {
        padding: 20px;
        height: auto;
    }
    .listing-tagwrapper ul {
        flex-wrap: wrap;
    }
    .listing-tagwrapper ul li {
        margin-bottom: 10px;
    }
    .listing-content-details h2 {
        font-size: 18px;
    }
    .listing-filter .custom-checkbox li,
    .listing-filter .custom-radio li {
        margin-right: 0;
        margin-bottom: 10px;
        line-height: 22px;
    }
    .edit-category-wrapper.edit-category-second-wrapper .input-field {
        margin-right: 20px;
    }
    .arabic .edit-category-wrapper.edit-category-second-wrapper .input-field {
        margin-right: 0px;
        margin-left: 20px;
    }
    .sidebar .nav-item .nav-link {
        font-size: 13px;
        padding: 10px;
    }
    span.menu-title {
        padding: 10px 25px;
        font-size: 13px;
    }
    .sidebar li {
        margin: 5px 10px;
    }
    .sidebar-toggled .nav-item .nav-link {
        padding: 10px 20px;
    }
    .sidebar li .nav-link::before {
        margin-right: 7px;
    }
    .arabic .sidebar li .nav-link::before {
        margin-left: 7px;
    }
    .dashbord-item {
        width: 22%;
    }
}

@media screen and (max-width:1024px) {
    .dashbord-item {
        width: 45%;
        margin-right: 10px;
    }
    .arabic .dashbord-item {
        margin-left: 10px;
        margin-right: 0;
    }
    .edit-category-wrapper .input-field {
        width: 46%;
    }
    .edit-category-wrapper .input-field:nth-of-type(2n+2) {
        margin-right: 0;
    }
    .arabic .edit-category-wrapper .input-field:nth-of-type(2n+2) {
        margin-left: 0;
    }
    .edit-category-wrapper .input-field:nth-of-type(3n+3) {
        margin-right: 20px;
    }
    .arabic .edit-category-wrapper .input-field:nth-of-type(3n+3) {
        margin-left: 20px;
    }
    .listing-filter .input-field {
        width: 100%;
    }
    .edit-category-wrapper.edit-category-second-wrapper .input-field {
        margin-right: 20px;
    }
    .arabic .edit-category-wrapper.edit-category-second-wrapper .input-field {
        margin-left: 20px;
    }
    .edit-category-wrapper.edit-category-second-wrapper .input-field:nth-of-type(2n+2) {
        margin-right: 0px;
    }
    .arabic .edit-category-wrapper.edit-category-second-wrapper .input-field:nth-of-type(2n+2) {
        margin-left: 0px;
    }
    .navbar-left {
        width: 53%;
    }
    .dropdown-menu {
        min-width: auto;
    }
    .arabic .edit-category-wrapper .input-field {
        margin-left: 10px;
        margin-right: 20px;
    }
    .showentry-search {
        width: 80%;
    }
    .header-table-actions {
        flex-wrap: wrap;
        height: auto;
        padding: 10px;
    }
    .listing-filter-scroll {
        padding-left: 0;
    }
}

@media screen and (max-width:991px) {
    .listing-wrapper {
        flex-direction: column;
    }
    .listing-wrapper-right {
        padding-left: 0;
        width: 100%;
    }
    .arabic .listing-wrapper-right {
        padding-right: 0;
    }
    .sidebar .nav-item .nav-link {
        font-size: 12px;
    }
    .sidebar li {
        margin: 5px;
    }
    span.menu-title {
        padding: 10px 15px;
    }
}

@media screen and (max-width:901px) {
    .sidebar-left {
        display: none;
    }
    .sidebar-left.toggled {
        display: block;
    }
    .sidebar-left.toggled {
        display: block;
        position: fixed;
        z-index: 999;
        visibility: visible;
        overflow: auto;
        max-height: 100%;
    }
    .wrapper .content-wrapper {
        width: 100%;
    }
    .sidebar-toggled .wrapper .content-wrapper {
        width: 100%;
    }
    .edit-category-wrapper .input-field {
        width: 100%;
        margin-right: 0px;
    }
    .edit-category-wrapper .input-field:nth-of-type(3n+3) {
        margin-right: 0px;
    }
    .control.multiple-upload.flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .control .upload-preview {
        margin-bottom: 15px;
    }
    .input-group.ml-3.mr-2.d-flex.align-items-center {
        flex-direction: column;
        align-items: flex-start !important;
        margin-left: 0 !important;
    }
    .input-group .custom-file.ml-3 {
        margin: 15px 0 !important;
    }
    .edit-category-wrapper.edit-category-second-wrapper .input-field {
        width: 47%;
    }
    .edit-category-wrapper.edit-category-second-wrapper .input-field:nth-of-type(3) {
        margin-right: 20px;
    }
    .arabic .edit-category-wrapper.edit-category-second-wrapper .input-field:nth-of-type(3) {
        margin-left: 20px;
        margin-right: 0;
    }
    .category-table .header-table-actions {
        height: auto;
        padding: 20px 10px;
        flex-direction: column;
    }
    .showentry-search {
        width: 100%;
        flex-direction: column;
    }
    .showentry-search .search {
        width: 100%;
    }
    .arabic .showentry-search .search {
        margin-right: 15px;
        margin-left: 15px;
    }
    .sidebar .nav-item .nav-link {
        padding: 10px 5px;
    }
    .content-wrapper .navbar {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px 26px 15px 15px;
        border-top-left-radius: 21px;
    }
    .sidebar-toggled .content-wrapper .navbar {
        align-items: flex-end;
    }
    .wrapper {
        max-width: 96%;
        margin: 10px auto;
    }
    a.sidebar-brand {
        border-right: none;
        height: 129px;
    }
    .arabic a.sidebar-brand {
        border-left: none;
    }
    .navbar-left {
        width: 80%;
        padding-right: 0;
    }
    .navbar-expand .navbar-nav {
        margin: auto;
    }
    .arabic .edit-category-wrapper .input-field {
        margin-left: 0;
        margin-right: 0;
    }
    .arabic .edit-category-wrapper .input-field:nth-of-type(3n+3) {
        margin-left: 0px;
    }
}

@media screen and (max-width:768px) {
    .dashbord-item {
        margin-right: 15px;
        width: 44%;
    }
    .arabic .dashbord-item {
        margin-left: 12px;
    }
    .content-wrapper .navbar {
        border-top-left-radius: 21px;
    }
    .custom-checkbox,
    .custom-radio {
        flex-direction: column;
        padding-left: 0px;
        margin-bottom: 10px;
    }
    .action-btns {
        flex-wrap: wrap;
    }
    .action-btns button {
        margin-bottom: 15px;
    }
    .pagination {
        flex-wrap: wrap;
    }
    .arabic .content-wrapper .navbar {
        border-top-right-radius: 21px;
    }
    .navbar-expand .navbar-nav {
        justify-content: center;
        align-items: center;
        padding-top: 15px;
    }
    .dropdown-menu.dropdown-menu-right.shadow.animated--grow-in {
        width: 225px;
    }
    .navbar-nav .nav-item:nth-of-type(1) .dropdown-menu::before,
    .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu::before {
        right: initial;
        left: 16px;
    }
    .navbar-nav .nav-item:nth-of-type(1) .dropdown-menu,
    .navbar-nav .nav-item:nth-of-type(2) .dropdown-menu {
        right: initial !important;
        left: 0;
    }
    .dropdown-menu ul {
        background-position: 11% center;
        background-size: 9.2%;
    }
    .dropdown-profile .dropdown-item {
        font-size: 15px;
    }
    li.nav-item {
        margin-left: 0;
        margin-right: 15px;
    }
    .arabic li.nav-item {
        margin-left: 15px;
        margin-right: 0px;
    }
    .listing-content {
        flex-direction: column;
        align-items: center;
    }
    .listing-content figure {
        margin-bottom: 15px;
    }
    .listing-heading-details {
        flex-direction: column;
        align-items: center;
        padding-bottom: 15px;
        justify-content: center !important;
    }
    .listing-content-details h2 {
        margin-bottom: 10px;
    }
    .listing-content-details {
        margin-left: 0 !important;
    }
    .wrapper .content-wrapper {
        width: 100%;
    }
    .sidebar-left.toggled .sidebar li {
        margin: 5px 8px;
    }
    .arabic .navbar-expand .navbar-nav {
        padding-inline-start: 0;
    }
    .arabic .navbar-expand .navbar-nav {
        margin: auto !important;
        padding-right: 0;
    }
    a.sidebar-brand {
        height: 143px;
    }
}

@media screen and (max-height: 700px) {
    .login-wrapper {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 600px;
    }
    .login.flex {
        height: auto;
        padding: 30px 0;
    }
    .login.flex .logo {
        margin-top: 35px;
    }
    .login-wrapper .login-footer {
        padding-bottom: 30px;
    }
}

@media screen and (max-height: 600px) {
    .login-wrapper {
        max-height: 500px;
    }
}

@media screen and (max-height: 500px) {
    .login-wrapper {
        max-height: 400px;
    }
    .login.flex .logo img {
        height: 100px;
    }
}

@media screen and (max-height: 400px) {
    .login-wrapper {
        max-height: 300px;
    }
    .login-wrapper h1 {
        margin-top: 10px;
        font-size: 20px;
    }
}

@media screen and (max-width:680px) {
    .dashbord-item {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width:600px) {
    ul.tabs {
        display: flex;
        flex-wrap: wrap;
    }
    .input-group .custom-file.ml-3 {
        width: 100%;
    }
    .input-group.ml-3.mr-2.d-flex.align-items-center {
        margin-bottom: 50px;
    }
    .input-group .custom-file.ml-3 .custom-file-label {
        flex-direction: column;
        display: flex;
        align-items: center;
        width: 100%;
        height: calc(5.25rem + 2px);
        padding-top: 40px;
        padding-left: 0px;
    }
    .input-group .custom-file.ml-3 .custom-file-label::before {
        width: 100%;
    }
    .edit-category-wrapper.edit-category-second-wrapper .input-field {
        width: 100%;
        margin-right: 0;
    }
    .edit-category-wrapper.edit-category-second-wrapper .input-field:nth-of-type(3) {
        margin-right: 0px;
    }
    .login-container {
        max-width: 96%;
    }
    .login-container form {
        padding: 0 10px;
    }
    .navbar-left {
        width: 90%;
        flex-direction: row-reverse;
    }
    .search {
        margin-right: 20px;
        margin-left: 0px;
    }
    .arabic .search {
        margin-right: 0px;
        margin-left: 20px;
    }
}

@media screen and (max-width:480px) {
    .control.flex.pb-3 {
        flex-direction: column;
    }
    .navbar-expand .navbar-nav .nav-item:nth-of-type(3) a {
        width: 52px;
    }
    .topbar li.nav-item {
        margin-left: 9px;
        margin-right: 0;
    }
    .login-form-container .form-group input {
        min-width: 100%;
    }
}

@media screen and (max-width:380px) {
    .arabic .content-wrapper .navbar {
        padding: 10px;
    }
    .topbar li.nav-item {
        margin-left: 10px;
        margin-right: 0;
        margin-bottom: 7px;
    }
    .navbar-expand .navbar-nav {
        flex-wrap: wrap;
    }
    a.sidebar-brand {
        height: 181px;
    }
    .search {
        height: 40px;
    }
    #sidebarToggleTop {
        min-width: 44px;
        height: 44px;
    }
    .navbar-expand .navbar-nav {
        padding-top: 6px;
    }
}

/* tabs css */

.the_tabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 75rem;
    margin: 0 auto;
    padding: 1rem;
}


.the_tabs .tab {
    width: 100%;
   
    border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
      
    order: 1;
    display: none;
}



.the_tabs input[type="radio"]:checked+label+.tab {
    display: block;


}
.wrapperr {
    display: flex;
    justify-content: space-around;
    position: relative;
    padding: 5px 0;
    margin: 0 10px;
    border-radius: 50px;


}

.holder {
    position: relative;
}
.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    width: 2em;
    padding: 10px;
    border-radius: 50%;


    transition: all 0.5s ease;
}

.tooltip {
    position: absolute;
    padding: 5px 20px;
    top: 0%;
    left: 0%;
    transform: translate(-25%, -35px);
color:#fff;
    border-radius: 50px;

    z-index: 1;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
}

.tooltip::before {
    content: "";
    display: flex;
    position: absolute;
    width: 15px;
    height: 15px;
    transform: translate(2rem, 15px) rotate(45deg);
    z-index: -2;
    outline: none;
    border: none;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.twitter .tooltip::before,
.reddit .tooltip::before {
    transform: translate(1.7rem, 15px) rotate(45deg);
}

.linkedin .tooltip::before {
    transform: translate(1.6rem, 15px) rotate(45deg);
}

.icon:hover~.tooltip {
    transform: translate(-25%, -60px);
    opacity: 1;
}


.facebook .icon:hover,
.facebook .icon:hover~.tooltip,
.facebook .icon:hover~.tooltip::before {
    background: #3B5999;
}

.twitter .icon:hover,
.twitter .icon:hover~.tooltip,
.twitter .icon:hover~.tooltip::before {
    background: #46C1F6;
}

.instagram .icon:hover,
.instagram .icon:hover~.tooltip,
.instagram .icon:hover~.tooltip::before {
    background: #e1306c;
}

.linkedin .icon:hover~.tooltip,
.linkedin .icon:hover~.tooltip::before,
.linkedin .icon:hover {
    background: rgb(30, 48, 80);
}

.reddit .icon:hover,
.reddit .icon:hover~.tooltip,
.reddit .icon:hover~.tooltip::before {
    background: #b7081b;
}

.browser .icon:hover,
.browser .icon:hover~.tooltip,
.browser .icon:hover~.tooltip::before {
    background: #841b21;
}

.whatsapp .icon:hover,
.whatsapp .icon:hover~.tooltip,
.whatsapp .icon:hover~.tooltip::before {
    background: #00bd07;
}

.snapchat .icon:hover,
.snapchat .icon:hover~.tooltip,
.snapchat .icon:hover~.tooltip::before {
    background: #f7f400;
}

.youtube .icon:hover,
.youtube .icon:hover~.tooltip,
.youtube .icon:hover~.tooltip::before {
    background: #fe0303;
}

