@font-face {
    font-family: NotoNaskhArabic;
    src: url(../css/fonts/NotoNaskhArabic-Regular.ttf);
    font-display: swap;
}
body {
    direction: rtl;
    text-align: right;
    font-family: NotoNaskhArabic, sans-serif;
}
a {
    color: #006dbc;
}
.img-thumbnail {
    border-color: #ebebeb;
}
.table {
    border-color: #ebebeb;
}
.table-primary {
    color: #1f0757;
}
.table-secondary {
    color: #1f0757;
}
.table-success {
    color: #1f0757;
}
.table-info {
    color: #1f0757;
}
.table-warning {
    color: #1f0757;
}
.table-danger {
    color: #1f0757;
}
.table-light {
    color: #1f0757;
}
.form-text {
    color: #8480ae;
}
.form-control {
    color: #1f0757;
    border-color: #ebebeb;
}
.form-control::-webkit-input-placeholder {
    color: #8480ae;
}
.form-control::-moz-placeholder {
    color: #8480ae;
}
.form-control::-ms-input-placeholder {
    color: #8480ae;
}
.form-control:-ms-input-placeholder {
    color: #8480ae;
}
.form-control::placeholder {
    color: #8480ae;
}
.form-select {
    color: #1f0757;
    border-color: #ebebeb;
}
.form-select:focus::-ms-value {
    color: #1f0757;
    background-color: #fff;
}
.form-select:disabled {
    color: #8480ae;
    background-color: #f1f2fb;
}
.form-check-input {
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.form-check-input:checked {
    background-color: #0d5afd;
    border-color: #0d5afd;
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d5afd;
    border-color: #0d5afd;
}
.form-file-text {
    color: #1f0757;
    background-color: #fff;
}
.form-file-button {
    color: #1f0757;
    background-color: #f1f2fb;
}
.input-group-text {
    color: #1f0757;
    background-color: #cff2ff;
    border-color: #cff2ff;
}
.btn {
    color: #1f0757;
}
.btn:hover {
    color: #1f0757;
}
.btn-primary {
    color: #fff;
    background-color: #0d5afd;
    border-color: #0d5afd;
}
.btn-primary:hover {
    color: #fff;
    background-color: #025ce2;
    border-color: #0257d5;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #025ce2;
    border-color: #0257d5;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active {
    color: #fff;
    background-color: #0257d5;
    border-color: #0252c9;
}
.btn-primary:disabled {
    color: #fff;
    background-color: #0d5afd;
    border-color: #0d5afd;
}
.btn-secondary {
    color: #fff;
    background-color: #3f4865;
    border-color: #8480ae;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-success {
    color: #fff;
    background-color: #2ecc4a;
    border-color: #2ecc4a;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:disabled {
    color: #fff;
    background-color: #2ecc4a;
    border-color: #2ecc4a;
}
.btn-info {
    color: #fff;
    background-color: #1787b8;
    border-color: #1787b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:disabled {
    color: #fff;
    background-color: #1787b8;
    border-color: #1787b8;
}
.btn-warning {
    color: #1f0757;
    background-color: #f1b10f;
    border-color: #f1b10f;
}
.btn-warning:hover {
    color: #1f0757;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #1f0757;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active {
    color: #1f0757;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:disabled {
    color: #1f0757;
    background-color: #f1b10f;
    border-color: #f1b10f;
}
.btn-danger {
    color: #fff;
    background-color: #ea4c62;
    border-color: #ea4c62;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:disabled {
    color: #fff;
    background-color: #ea4c62;
    border-color: #ea4c62;
}
.btn-light {
    color: #1f0757;
    background-color: #f1f2fb;
    border-color: #f1f2fb;
}
.btn-light:hover {
    color: #1f0757;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    color: #1f0757;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active {
    color: #1f0757;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:disabled {
    color: #1f0757;
    background-color: #f1f2fb;
    border-color: #f1f2fb;
}
.btn-dark {
    color: #fff;
    background-color: #061238;
    border-color: #061238;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:disabled {
    color: #fff;
    background-color: #061238;
    border-color: #061238;
}
.btn-link {
    color: #0d5afd;
}
.btn-link:hover {
    color: #024dbc;
}
.btn-link:disabled {
    color: #8480ae;
}
.dropdown-menu {
    color: #1f0757;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-divider {
    border-top: 1px solid #f1f2fb;
}
.dropdown-item {
    color: #1f0757;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    background-color: #f1f2fb;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #0d5afd;
}
.dropdown-item:disabled {
    color: #8480ae;
}
.dropdown-header {
    color: #8480ae;
}
.dropdown-item-text {
    color: #1f0757;
}
.breadcrumb {
    background-color: #f1f2fb;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #8480ae;
    content: "/";
}
.breadcrumb-item.active {
    color: #8480ae;
}
.page-link {
    color: #0d5afd;
    background-color: #f8f9fa;
    border: 1px solid #0d5afd;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}
.page-link:hover {
    color: #024dbc;
    background-color: #f1f2fb;
    border-color: #ebebeb;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #0d5afd;
    border-color: #0d5afd;
}
.progress {
    margin-top: -20px;
}
.list-group-item-action {
    color: #1f0757;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #1f0757;
    background-color: #f1f2fb;
}
.list-group-item-action:active {
    color: #1f0757;
    background-color: #f1f2fb;
}
.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:disabled {
    color: #8480ae;
    background-color: #fff;
}
.list-group-item.active {
    color: #fff;
    background-color: #0d5afd;
    border-color: #0d5afd;
}
.toast {
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.toast-header {
    color: #8480ae;
    background-color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.modal-header {
    border-bottom: 1px solid #ebebeb;
}
.modal-footer {
    border-top: 1px solid #ebebeb;
}
.link-primary {
    color: #0d5afd;
}
.link-primary:focus,
.link-primary:hover {
    color: #024dbc;
}
.link-secondary {
    color: #8480ae;
}
.link-secondary:focus,
.link-secondary:hover {
    color: #494f54;
}
.link-success {
    color: #2ecc4a;
}
.link-success:focus,
.link-success:hover {
    color: #19692c;
}
.link-info {
    color: #1787b8;
}
.link-info:focus,
.link-info:hover {
    color: #0f6674;
}
.link-warning {
    color: #f1b10f;
}
.link-warning:focus,
.link-warning:hover {
    color: #ba8b00;
}
.link-danger {
    color: #ea4c62;
}
.link-danger:focus,
.link-danger:hover {
    color: #a71d2a;
}
.link-light {
    color: #f1f2fb;
}
.link-light:focus,
.link-light:hover {
    color: #cbd3da;
}
.link-dark {
    color: #061238;
}
.link-dark:focus,
.link-dark:hover {
    color: #121416;
}
.border {
    border-color: #ebebeb !important;
}
.border-top {
    border-top-color: #ebebeb !important;
}
.border-end {
    border-right-color: #ebebeb !important;
}
.border-primary {
    border-color: #0d5afd !important;
}
.border-secondary {
    border-color: #8480ae !important;
}
.border-success {
    border-color: #2ecc4a !important;
}
.border-info {
    border-color: #1787b8 !important;
}
.border-warning {
    border-color: #f1b10f !important;
}
.border-danger {
    border-color: #ea4c62 !important;
}
.border-light {
    border-color: #f1f2fb !important;
    border: 1px solid;
}
.border-dlight {
    border-color: #ced2d6 !important;
    border: 1px solid;
}
.border-dark {
    border-color: #061238 !important;
}
.text-primary {
    color: #006dbc !important;
}
.text-secondary {
    color: #3f4865 !important;
}
.text-secondary i {
    margin-left: 10px;
}
.text-secondary h1,
.text-secondary h2,
.text-secondary h5,
.text-secondary img {
    display: inline-block;
    vertical-align: middle;
    color: #3f4865 !important;
    font-size: 1.5rem !important;
    font-weight: 600;
}
.text-success {
    color: #2ecc4a !important;
}
.text-info {
    color: #1787b8 !important;
}
.text-warning {
    color: #f1b10f !important;
}
.text-danger {
    color: #ea4c62 !important;
}
.text-light {
    color: #f1f2fb !important;
}
.text-dark {
    color: #061238 !important;
}
.text-body {
    color: #1f0757 !important;
}
.text-muted {
    color: #8480ae !important;
}
.bg-primary {
    background-color: #0d5afd !important;
}
.bg-secondary {
    background-color: #3f4865 !important;
}
.bg-success {
    background-color: #7dd344 !important;
}
.bg-info {
    background-color: #1787b8 !important;
}
.bg-warning {
    background-color: #f1b10f !important;
}
.bg-danger {
    background-color: #ea4c62 !important;
}
.bg-light {
    background-color: #f1f2fb !important;
}
.bg-dark {
    background-color: #061238 !important;
}
.bg-dark2 {
    background-color: #3f4865 !important;
}
.bg-white {
    background-color: #fff !important;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f1f2fb;
}
* {
    margin: 0;
    padding: 0;
}
body,
html {
    overflow-x: hidden;
    background-color: #e2e9fe;
    scrollbar-width: thin;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #006dbc;
}
h1 {
    font-size: 1.5rem;
    font-weight: 600;
}
h2 {
    font-size: 18px;
    line-height: 1.6rem;
}
p {
    font-size: 18px;
    color: #000;
    line-height: 1.6rem;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
ul {
    margin: 0;
    margin-bottom: 1rem;
}
ul li {
    text-decoration: none;
    font-size: 18px;
}
ul li:focus,
ul li:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1000px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 1000px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 992px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 768px;
    }
}
.custom-container {
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 1400px) {
    .custom-container {
        max-width: 500px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .custom-container {
        max-width: 480px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-container {
        max-width: 480px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-container {
        max-width: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .custom-container {
        max-width: 300px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .custom-container {
        max-width: 320px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-container {
        max-width: 370px;
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes flashing {
    0%,
    90% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
}
@keyframes flashing {
    0%,
    90% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
}
@-webkit-keyframes circlebig {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes circlebig {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dotloader {
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}
@keyframes dotloader {
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}
@-webkit-keyframes circleloader2 {
    0% {
        width: 0%;
        height: 0%;
    }
    40% {
        width: 100%;
        height: 100%;
        opacity: 0.7;
    }
    100% {
        width: 240%;
        height: 240%;
        opacity: 0;
    }
}
@keyframes circleloader2 {
    0% {
        width: 0%;
        height: 0%;
    }
    40% {
        width: 100%;
        height: 100%;
        opacity: 0.7;
    }
    100% {
        width: 240%;
        height: 240%;
        opacity: 0;
    }
}
@-webkit-keyframes toast-animation {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}
@keyframes toast-animation {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}
@-webkit-keyframes typingg {
    0% {
        top: 0;
    }
    50% {
        top: -6px;
    }
    100% {
        top: 0;
    }
}
@keyframes typingg {
    0% {
        top: 0;
    }
    50% {
        top: -6px;
    }
    100% {
        top: 0;
    }
}
input:invalid,
input:required,
textarea:invalid,
textarea:required {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.user-profile .img-circle {
    width: 60px;
    height: 60px;
}
.user-profile .user-side {
    line-height: 1.2;
}
.img-circle {
    border-radius: 50% !important;
    width: 44px;
    height: 44px;
    display: block;
    line-height: 0.7;
    text-align: center;
    max-width: inherit;
    font-family: Arial;
}
.bi {
    display: inline-block;
    font-family: sans-serif;
}
.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.rounded {
    border-radius: 0.325rem !important;
}
.rounded-top {
    border-top-left-radius: 0.325rem !important;
    border-top-right-radius: 0.325rem !important;
}
.rounded-right {
    border-top-right-radius: 0.325rem !important;
    border-bottom-right-radius: 0.325rem !important;
}
.rounded-left {
    border-bottom-left-radius: 0.325rem !important;
    border-top-left-radius: 0.325rem !important;
}
.rounded-lg {
    border-radius: 0.5rem !important;
}
.home-page-toast {
    position: fixed !important;
    z-index: 1000 !important;
    top: 65px;
    right: 15px;
    max-width: 18.5rem;
}
.page-content-wrapper {
    margin-top: 80px;
}
.affan-page-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    background-color: #006dbc;
    color: #fff;
    border-radius: 5px;
}
a.affan-page-item {
    color: #fff;
}
.affan-page-item .icon-wrapper {
    margin-right: 0.5rem;
    min-width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    background-color: #3f4865;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.affan-page-item > i {
    margin-left: auto;
}
.affan-element-item {
    background-color: transparent;
    margin: 1rem 0;
}
a.affan-element-item {
    margin: 0.25rem 0;
    background-color: #006dbc;
    padding: 0.625rem 1rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.25rem;
    font-weight: 500;
}
a.affan-element-item i {
    margin-left: auto;
}
.login-wrapper {
    position: relative;
    width: 100%;
    min-height: 70vh;
    z-index: 10;
    overflow-y: auto;
    padding-bottom: 2rem;
    overflow-x: hidden;
    background-color: #fff;
}
.login-back-button {
    position: fixed;
    top: 2rem;
    left: 28px;
    z-index: 100;
}
.login-meta-data a {
    font-size: 14px;
    color: #1f0757;
    font-weight: 500;
}
.login-meta-data a:focus,
.login-meta-data a:hover {
    color: #0d5afd;
}
.login-meta-data p a {
    color: #1f0757;
    font-weight: 500;
    margin-left: 0.25rem;
}
.login-meta-data p a:focus,
.login-meta-data p a:hover {
    color: #0d5afd;
}
form .btn {
    padding: 9px 16px;
}
form .btn.btn-lg {
    padding: 12px 16px;
}
form .btn.btn-sm {
    padding: 3px 12px;
}
.header-area {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #fff;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid #ebebeb;
}
.header-area.chat-area {
    top: 79px;
}
.header-content {
    z-index: 1;
    height: 80px;
}
.header-content .back-button a {
    display: block;
    margin-left: -0.25rem;
}
.header-content .back-button a i {
    font-size: 2rem !important;
}
.header-content .logo-wrapper a {
    display: block;
}
.header-content .logo-wrapper a img {
    max-height: 50px;
    width: auto;
}
.header-content .navbar--toggler {
    position: relative;
    z-index: 1;
    cursor: pointer;
    direction: rtl;
}
.header-content .navbar--toggler span {
    width: 23px;
    height: 2px;
    background-color: #1f0757;
    margin-bottom: 5px;
}
.header-content .navbar--toggler span:nth-child(2) {
    width: 18px;
}
.header-content .navbar--toggler span:last-child {
    margin-bottom: 0;
    width: 13px;
}
.header-content.header-style-two .navbar--toggler {
    width: 2.25rem;
    height: 2.25rem;
    background-color: #f1f2fb;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-content.header-style-two .navbar--toggler span {
    width: 14px;
    margin-bottom: 3px;
    border-radius: 0;
    color: #8480ae;
}
.header-content.header-style-two .navbar--toggler span:last-child {
    margin-bottom: 0;
}
.header-content.header-style-three .navbar--toggler {
    width: 2.25rem;
    height: 2.25rem;
    background-color: #f1f2fb;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-content.header-style-three .navbar--toggler span {
    width: 14px;
    margin-bottom: 3px;
    border-radius: 0;
    color: #8480ae;
}
.header-content.header-style-three .navbar--toggler span:last-child {
    margin-bottom: 0;
}
.bg-danger .header-content .navbar--toggler,
.bg-dark .header-content .navbar--toggler,
.bg-info .header-content .navbar--toggler,
.bg-primary .header-content .navbar--toggler,
.bg-secondary .header-content .navbar--toggler,
.bg-success .header-content .navbar--toggler,
.bg-warning .header-content .navbar--toggler {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.2);
}
.bg-danger .header-content .navbar--toggler span,
.bg-dark .header-content .navbar--toggler span,
.bg-info .header-content .navbar--toggler span,
.bg-primary .header-content .navbar--toggler span,
.bg-secondary .header-content .navbar--toggler span,
.bg-success .header-content .navbar--toggler span,
.bg-warning .header-content .navbar--toggler span {
    background-color: #fff;
}
.offcanvas-body {
    scroll-behavior: smooth;
    scrollbar-width: thin;
}
.offcanvas-end {
    width: 320px;
}
.offcanvas-end .btn-close {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 1000;
}
.offcanvas-top .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1000;
}
.sidenav-profile {
    position: relative;
    z-index: 1;
    background-color: #3f4865;
    text-align: center;
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.sidenav-profile .user-profile {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}
.sidenav-profile .user-profile img {
    border-radius: 50%;
}
.sidenav-profile .user-info {
    position: relative;
    z-index: 1;
}
.sidenav-profile .user-info h6 {
    color: #fff;
}
.sidenav-profile .user-info span {
    font-size: 13px;
    color: #fff;
    opacity: 0.8;
}
.sidenav-nav {
    position: relative;
    z-index: 1;
    margin: 1.5rem 0;
}
.sidenav-nav li {
    list-style: none;
}
.sidenav-nav li a {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3f4865;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 16px;
    font-weight: 500;
}
.sidenav-nav li a i {
    margin-right: 1rem;
    font-size: 18px;
}
.sidenav-nav li a:hover {
    color: #006dbc;
    background-color: #f1f2fb;
}
.sidenav-nav li ul {
    display: none;
    background-color: #f1f2fb;
    padding-bottom: 0.75rem;
}
.sidenav-nav li ul li a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.nav-url .dropdown-icon {
    margin-left: auto;
}
.nav-url .dropdown-icon i {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size: 16px;
    color: #1f0757;
    margin-right: 0;
}
.copyright-info {
    padding-top: 1rem;
    text-align: center;
}
.copyright-info p {
    margin-bottom: 0;
    font-size: 0.875rem;
}
.footer-nav-area {
    position: fixed !important;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #fff;
    width: 100%;
    height: 62px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-top: 1px solid #ebebeb;
}
.footer-nav {
    background-color: #fff;
    width: 100%;
    height: 62px;
}
.footer-nav ul {
    position: relative;
    z-index: 10;
    width: 100%;
}
.footer-nav ul li {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.footer-nav ul li a {
    position: relative;
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    color: #1f0757;
    z-index: 1;
}
.footer-nav ul li a span {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    color: #1f0757;
    display: block;
    margin-top: 0.25rem;
}
.footer-nav ul li a:focus,
.footer-nav ul li a:hover {
    color: #0d5afd;
}
.footer-nav ul li a:focus span,
.footer-nav ul li a:hover span {
    color: #0d5afd;
}
.footer-nav ul li.active a {
    color: #0d5afd;
}
.footer-nav ul li.active a span {
    color: #0d5afd;
}
.footer-nav.footer-style-two li.active a {
    position: relative;
    z-index: 1;
    width: 3.5rem;
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(1, 52, 212, 0.3);
    margin: -25px auto 0;
    border-radius: 50%;
    color: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.footer-nav.footer-style-two li.active a::before {
    border-radius: 50%;
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    right: 10%;
    z-index: -10;
    background-color: #0d5afd;
    content: "";
}
.footer-nav.footer-style-three ul li a {
    background-color: #f1f2fb;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-nav.footer-style-three ul li a:focus,
.footer-nav.footer-style-three ul li a:hover {
    background-color: #0d5afd;
    color: #fff;
}
.footer-nav.footer-style-three ul li.active a {
    background-color: #0d5afd;
    color: #fff;
}
.footer-nav.footer-style-six ul li {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-nav.footer-style-six ul li::after {
    width: 2rem;
    height: 3px;
    background-color: #0d5afd;
    content: "";
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.footer-nav.footer-style-six ul li.active::after,
.footer-nav.footer-style-six ul li:focus::after,
.footer-nav.footer-style-six ul li:hover::after {
    opacity: 1;
}
.bg-danger.footer-nav ul li a,
.bg-dark.footer-nav ul li a,
.bg-info.footer-nav ul li a,
.bg-primary.footer-nav ul li a,
.bg-secondary.footer-nav ul li a,
.bg-success.footer-nav ul li a,
.bg-warning.footer-nav ul li a {
    color: rgba(255, 255, 255, 0.6);
}
.bg-danger.footer-nav ul li a:focus,
.bg-danger.footer-nav ul li a:hover,
.bg-dark.footer-nav ul li a:focus,
.bg-dark.footer-nav ul li a:hover,
.bg-info.footer-nav ul li a:focus,
.bg-info.footer-nav ul li a:hover,
.bg-primary.footer-nav ul li a:focus,
.bg-primary.footer-nav ul li a:hover,
.bg-secondary.footer-nav ul li a:focus,
.bg-secondary.footer-nav ul li a:hover,
.bg-success.footer-nav ul li a:focus,
.bg-success.footer-nav ul li a:hover,
.bg-warning.footer-nav ul li a:focus,
.bg-warning.footer-nav ul li a:hover {
    color: #fff;
}
.bg-danger.footer-nav ul li.active a,
.bg-dark.footer-nav ul li.active a,
.bg-info.footer-nav ul li.active a,
.bg-primary.footer-nav ul li.active a,
.bg-secondary.footer-nav ul li.active a,
.bg-success.footer-nav ul li.active a,
.bg-warning.footer-nav ul li.active a {
    color: #fff;
}
.btn {
    font-size: 18px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 5px;
}
.btn-group-lg > .btn,
.btn-lg {
    font-size: 1rem;
    padding: 10px 22px;
    border-radius: 7px;
}
.btn-group-sm > .btn,
.btn-sm {
    font-size: 12px;
    padding: 0.25rem 0.625rem;
    border-radius: 5px;
}
.btn-round {
    border-radius: 50rem !important;
}
.btn-group-lg > .btn.btn-round,
.btn-lg.btn-round {
    padding: 11px 22px;
}
.btn-group-sm > .btn.btn-round,
.btn-sm.btn-round {
    padding: 0.25rem 0.75rem;
}
.btn-creative {
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
}
.btn-creative:focus,
.btn-creative:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-creative.btn-primary::after {
    background-color: #061238;
}
.btn-creative.btn-secondary::after {
    background-color: #1f0757;
}
.btn-creative.btn-success::after {
    background-color: #061238;
}
.btn-creative.btn-danger::after {
    background-color: #061238;
}
.btn-creative.btn-warning::after {
    background-color: #f1f2fb;
}
.btn-creative.btn-info::after {
    background-color: #061238;
}
.btn-creative.btn-light::after {
    background-color: #f1b10f;
}
.btn-creative.btn-dark::after {
    background-color: #0d5afd;
}
.btn-creative::after {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -2;
    border-radius: 50%;
}
.btn-creative:focus::after,
.btn-creative:hover::after {
    top: -40%;
}
.btn > i {
    font-size: 1rem;
}
.btn-circle {
    border: 0;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-circle > i {
    font-size: 1.25rem;
    margin-right: 0;
    line-height: 1;
}
.btn-facebook {
    background-color: #1778f2;
    border-color: #1778f2;
}
.btn-facebook:focus,
.btn-facebook:hover {
    background-color: #1778f2;
    border-color: #1778f2;
}
.badge {
    border-radius: 0.25rem !important;
    font-family: sans-serif;
}
.breadcrumb-wrapper {
    background-color: #fff;
}
.breadcrumb {
    background-color: #fff;
}
.breadcrumb-item {
    font-weight: 500;
    font-size: 14px;
}
.breadcrumb-one {
    position: relative;
    z-index: 1;
}
.breadcrumb-one .breadcrumb-item + .breadcrumb-item::before {
    color: #8480ae;
    content: ">";
    display: none;
}
.breadcrumb-one .breadcrumb-item + .breadcrumb-item::after {
    color: #8480ae;
    content: ">";
    padding: 0 0.5em;
    display: none;
}
.breadcrumb-one .breadcrumb-item {
    font-size: 14px;
    color: #1f0757;
}
.breadcrumb-one .breadcrumb-item span {
    color: #8480ae;
    margin: 0.3em;
}
.breadcrumb-one .breadcrumb-item a {
    color: #8480ae;
}
.breadcrumb-one .breadcrumb-item a:focus,
.breadcrumb-one .breadcrumb-item a:hover {
    color: #0d5afd;
}
.breadcrumb-two {
    position: relative;
    z-index: 1;
}
.breadcrumb-two .breadcrumb-item + .breadcrumb-item::before {
    color: #8480ae;
    content: "~";
}
.breadcrumb-two .breadcrumb-item {
    font-size: 14px;
    color: #1f0757;
}
.breadcrumb-two .breadcrumb-item a {
    color: #8480ae;
}
.breadcrumb-two .breadcrumb-item a:focus,
.breadcrumb-two .breadcrumb-item a:hover {
    color: #0d5afd;
}
.breadcrumb-three {
    position: relative;
    z-index: 1;
}
.breadcrumb-three .breadcrumb-item + .breadcrumb-item::before {
    color: #8480ae;
    content: ">";
}
.breadcrumb-three .breadcrumb-item {
    color: #1f0757;
}
.breadcrumb-three .breadcrumb-item a {
    color: #8480ae;
}
.breadcrumb-three .breadcrumb-item a i {
    margin-right: 0.5rem;
    color: #1f0757;
}
.breadcrumb-three .breadcrumb-item a:focus,
.breadcrumb-three .breadcrumb-item a:hover {
    color: #0d5afd;
}
.breadcrumb-colorful {
    z-index: 1;
}
.breadcrumb-colorful .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
    content: ">";
}
.breadcrumb-colorful .breadcrumb-item {
    font-size: 14px;
    color: #fff;
}
.breadcrumb-colorful .breadcrumb-item a {
    color: #fff;
}
.breadcrumb-colorful .breadcrumb-item a:focus,
.breadcrumb-colorful .breadcrumb-item a:hover {
    color: #fff;
}
.alert {
    padding: 0.625rem 0.75rem;
    font-size: 14px;
    border-radius: 0.25rem;
}
.custom-alert-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 1rem;
    padding-left: 27px;
    font-size: 13px;
    border-color: #ebebeb;
    border-radius: 0.25rem;
}
.custom-alert-1::after {
    content: "";
    position: absolute;
    width: 4px;
    height: calc(100% - 30px);
    top: 15px;
    left: 12px;
    z-index: 1;
    border-radius: 1rem;
}
.custom-alert-1 i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}
.custom-alert-1.alert-primary {
    color: #0d5afd;
    background-color: transparent;
}
.custom-alert-1.alert-primary::after {
    background-color: #0d5afd;
}
.custom-alert-1.alert-secondary {
    color: #546474;
    background-color: transparent;
}
.custom-alert-1.alert-secondary::after {
    background-color: #546474;
}
.custom-alert-1.alert-success {
    color: #2ecc4a;
    background-color: transparent;
}
.custom-alert-1.alert-success::after {
    background-color: #2ecc4a;
}
.custom-alert-1.alert-danger {
    color: #ea4c62;
    background-color: transparent;
}
.custom-alert-1.alert-danger::after {
    background-color: #ea4c62;
}
.custom-alert-1.alert-warning {
    color: #f1b10f;
    background-color: transparent;
}
.custom-alert-1.alert-warning::after {
    background-color: #f1b10f;
}
.custom-alert-1.alert-info {
    color: #1787b8;
    background-color: transparent;
}
.custom-alert-1.alert-info::after {
    background-color: #1787b8;
}
.custom-alert-1.alert-light {
    color: #8480ae;
    background-color: transparent;
}
.custom-alert-1.alert-light::after {
    background-color: #f1f2fb;
}
.custom-alert-1.alert-dark {
    color: #1f0757;
    background-color: transparent;
}
.custom-alert-1.alert-dark::after {
    background-color: #061238;
}
.custom-alert-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 1rem;
    font-size: 13px;
    color: #fff;
    border-color: transparent;
}
.custom-alert-2 i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}
.custom-alert-2.alert-primary {
    background-color: #0d5afd;
}
.custom-alert-2.alert-secondary {
    background-color: #546474;
}
.custom-alert-2.alert-success {
    background-color: #2ecc4a;
}
.custom-alert-2.alert-danger {
    background-color: #ea4c62;
}
.custom-alert-2.alert-warning {
    background-color: #f1b10f;
}
.custom-alert-2.alert-info {
    background-color: #1787b8;
}
.custom-alert-2.alert-light {
    color: #8480ae;
    background-color: #fff;
}
.custom-alert-2.alert-dark {
    background-color: #061238;
}
.custom-alert-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    font-size: 13px;
}
.custom-alert-3 i {
    font-size: 1.5rem;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
}
.custom-alert-3 .alert-text h6 {
    margin-bottom: 0;
    color: inherit;
}
.custom-alert-3 .alert-text span {
    display: block;
    font-size: 12px;
    color: #8480ae;
    font-weight: 400;
}
.divider {
    width: 100%;
    height: 2px;
    border-top: 2px solid #1f0757;
    position: relative;
    margin: 1rem 0;
    clear: both;
}
.divider.divider-dotted {
    border-top-style: dotted;
}
.divider.divider-dotted {
    border-top-style: dotted;
}
.divider.divider-center-icon {
    margin: 1.2rem 0 2rem;
}
.divider.divider-center-icon > i {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #212729;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.divider.divider-center-icon.border-primary i {
    background-color: #0d5afd;
}
.divider.divider-center-icon.border-secondary i {
    background-color: #546474;
}
.divider.divider-center-icon.border-success i {
    background-color: #2ecc4a;
}
.divider.divider-center-icon.border-danger i {
    background-color: #ea4c62;
}
.divider.divider-center-icon.border-warning i {
    background-color: #f1b10f;
}
.divider.divider-center-icon.border-info i {
    background-color: #006dbc;
}
.divider.divider-center-icon.border-light i {
    background-color: #f1f2fb;
    color: #1f0757;
    border: 1px solid #ebebeb;
    line-height: 30px;
}
.divider.divider-center-icon.border-dark i {
    background-color: #061238;
}
.divider.divider-center-icon.border-white i {
    background-color: #fff;
    color: #1f0757;
    border: 1px solid #ebebeb;
    line-height: 30px;
}
.card {
    border: 0;
    border-radius: 6px;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}
.card-img {
    border-bottom-right-radius: calc(0.5rem - 1px);
    border-bottom-left-radius: calc(0.5rem - 1px);
}
.card-body {
    padding: 1.5rem;
}
.card-badge {
    top: 1.5rem;
    left: 1.5rem;
}
.card-img-wrap {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
    border-radius: 50%;
    margin-right: 1rem;
}
.card-img-wrap img {
    border-radius: 50%;
}
.card-round {
    border-radius: 50rem !important;
}
.chat-user-info {
    width: calc(100% - 60px);
}
.chat-user-list {
    border-radius: 0.5rem;
}
.chat-user-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.chat-user-list li:focus,
.chat-user-list li:hover {
    background-color: #f1f2fb;
}
.chat-user-list li .chat-options-btn {
    line-height: 1;
}
.chat-user-list li .chat-options-btn .dropdown-toggle::before {
    display: none;
}
.chat-user-list li .chat-options-btn .btn {
    padding: 0 !important;
    color: #c2d4f8;
}
.chat-user-list li .chat-options-btn .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.chat-user-list li .chat-options-btn .dropdown-menu {
    min-width: 6.5rem;
    padding: 0.5rem 0.75rem;
    border: 0;
}
.chat-user-list li .chat-options-btn .dropdown-menu li {
    display: block;
}
.chat-user-list li .chat-options-btn .dropdown-menu li:focus,
.chat-user-list li .chat-options-btn .dropdown-menu li:hover {
    background-color: #fff;
}
.chat-user-list li .chat-options-btn .dropdown-menu a {
    color: #8480ae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.7em 0;
    font-size: 16px;
}
.chat-user-list li .chat-options-btn .dropdown-menu a i {
    margin-right: 0.25rem;
    font-size: 1rem;
    min-width: 1rem;
}
.chat-user-list li .chat-options-btn .dropdown-menu a:focus,
.chat-user-list li .chat-options-btn .dropdown-menu a:hover {
    color: #0d5afd;
}
.chat-user-list li a {
    width: 94%;
}
.chat-user-list li:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.chat-user-list li:last-child {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom: 0;
}
.chat-user-list li .chat-user-thumbnail {
    position: relative;
    z-index: 1;
    width: 2.25rem;
    height: 2.25rem;
    background-color: #f1f2fb;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.25rem;
    flex: 0 0 2.25rem;
}
.chat-user-list li .chat-user-thumbnail .active-status {
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    bottom: -4px;
    right: -4px;
    border: 2px solid #fff;
    background-color: #2ecc4a;
}
.chat-user-list li .chat-user-info h6 {
    font-size: 14px;
}
.chat-user-list li .chat-user-info .last-chat p {
    font-size: 13px;
}
.chat-user-list li.offline .chat-user-thumbnail .active-status {
    background-color: #546474;
}
#chat-wrapper {
    min-height: calc(100vh - 112px);
}
.chat-user--info .user-thumbnail-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.375rem;
}
.chat-user--info .user-thumbnail-name img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.chat-user--info .user-thumbnail-name p {
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 14px;
}
.chat-user--info .user-thumbnail-name .active-status,
.chat-user--info .user-thumbnail-name .offline-status {
    line-height: 1;
    display: block;
    color: #2ecc4a;
    font-size: 11px;
}
.single-chat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1rem;
    width: 100%;
}
.single-chat-item:last-child {
    margin-bottom: 0;
}
.single-chat-item .user-avatar {
    position: relative;
    z-index: 1;
    margin-right: 0.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #fff;
}
.single-chat-item .user-avatar .name-first-letter {
    position: absolute;
    font-size: 1rem;
    font-weight: 700;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -5;
    line-height: 1;
    color: #0d5afd;
}
.single-chat-item .user-avatar img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}
.single-chat-item .user-message {
    max-width: 22rem;
}
.single-chat-item .user-message .message-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.25rem;
}
.single-chat-item .user-message .download-file-wrap {
    padding: 12px;
    border-radius: 18px;
    background-color: #fff;
}
.single-chat-item .user-message .download-file-wrap .download-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
    border-radius: 0.25rem;
    font-size: 1.5rem;
    color: #0d5afd;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-chat-item .user-message .download-file-wrap .download-avatar .dl-icon i {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.single-chat-item .user-message .download-file-wrap .download-avatar .download-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
.single-chat-item .user-message .download-file-wrap .download-file-info .file-name {
    font-size: 14px;
    font-weight: 500;
    max-width: 160px;
}
.single-chat-item .user-message .download-file-wrap .download-file-info .file-size {
    font-size: 12px;
}
.single-chat-item .user-message .download-file-wrap:focus .download-avatar .dl-icon i,
.single-chat-item .user-message .download-file-wrap:hover .download-avatar .dl-icon i {
    opacity: 0;
}
.single-chat-item .user-message .download-file-wrap:focus .download-avatar .download-btn,
.single-chat-item .user-message .download-file-wrap:hover .download-avatar .download-btn {
    opacity: 1;
    visibility: visible;
}
.single-chat-item .user-message .single-message {
    display: block;
}
.single-chat-item .user-message .single-message p {
    padding: 8px 12px;
    background-color: #0d5afd;
    color: #fff;
    border-radius: 18px;
    font-size: 14px;
    margin: 0 5px;
}
.single-chat-item .user-message .single-message img {
    border-radius: 12px;
    max-width: 120px;
}
.single-chat-item .user-message .single-message .typing {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 15px 14px;
    border-radius: 60px;
}
.single-chat-item .user-message .single-message .typing .dot {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.375rem;
    flex: 0 0 0.375rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: #ebebeb;
    -webkit-animation: typingg 1s linear 0s infinite;
    animation: typingg 1s linear 0s infinite;
    margin: 0 0.25rem;
}
.single-chat-item .user-message .single-message .typing .dot:nth-child(2) {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}
.single-chat-item .user-message .single-message .typing .dot:nth-child(3) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.single-chat-item .user-message .message-time-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-top: 0.25rem;
}
.single-chat-item .user-message .message-time-status .sent-time {
    font-size: 10px;
    font-weight: 500;
    margin: 0 1rem;
}
.single-chat-item .user-message .message-time-status .sent-status {
    font-size: 12px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    color: #8480ae;
}
.single-chat-item .user-message .message-time-status .sent-status.delivered {
    color: #0d5afd;
}
.single-chat-item .user-message .message-time-status .sent-status.seen {
    color: #2ecc4a;
}
.single-chat-item .user-message .dropstart {
    line-height: 1;
    margin-top: -2px;
}
.single-chat-item .user-message .btn-options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px;
    padding: 0 !important;
    margin-right: 0.5rem;
    color: #8480ae;
    line-height: 1;
}
.single-chat-item .user-message .btn-options:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0d5afd;
}
.single-chat-item .user-message .btn-options.dropdown-toggle::after,
.single-chat-item .user-message .btn-options.dropdown-toggle::before {
    display: none !important;
}
.single-chat-item .user-message .dropdown-menu {
    min-width: 6.5rem;
    padding: 0.5rem 0.75rem;
    border: 0;
}
.single-chat-item .user-message .dropdown-menu a {
    color: #8480ae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0;
    font-size: 13px;
}
.single-chat-item .user-message .dropdown-menu a i {
    margin-right: 0.25rem;
    font-size: 18px;
    min-width: 18px;
}
.single-chat-item .user-message .dropdown-menu a i.bi-trash {
    font-size: 16px;
}
.single-chat-item .user-message .dropdown-menu a:focus,
.single-chat-item .user-message .dropdown-menu a:hover {
    color: #0d5afd;
}
.single-chat-item.outgoing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.single-chat-item.outgoing .user-avatar {
    margin-right: 0;
    margin-left: 0.5rem;
}
.single-chat-item.outgoing .user-message {
    text-align: left;
    max-width: 22rem;
}
.single-chat-item.outgoing .user-message .message-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 0.25rem;
}
.single-chat-item.outgoing .user-message .message-content:last-child {
    margin-bottom: 0;
}
.single-chat-item.outgoing .user-message .single-message p {
    background-color: #fff;
    color: #000;
}
.single-chat-item.outgoing .user-message .message-time-status {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.single-chat-item.outgoing .dropdown-menu {
    background-color: #fff;
}
.single-chat-item.outgoing .dropdown-menu a {
    color: #fff;
}
.single-chat-item.outgoing .dropdown-menu a:focus,
.single-chat-item.outgoing .dropdown-menu a:hover {
    color: #f1b10f;
}
.chat-footer {
    width: 100%;
    height: 62px;
    background-color: #fff;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 1000;
}
.chat-footer form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
}
.chat-footer form .form-control {
    background-color: #f1f2fb;
    border-color: #f1f2fb;
    color: #073984;
}
.chat-footer .btn-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    background-color: #006dbc;
    color: #fff;
    margin-right: 5px;
}
.chat-footer .btn-submit:focus,
.chat-footer .btn-submit:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.chat-footer .dropdown-menu {
    min-width: 7rem;
    padding: 0.5rem 0.75rem;
    border: 0;
}
.chat-footer .dropdown-menu a {
    color: #8480ae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0;
}
.chat-footer .dropdown-menu a i {
    margin-right: 0.25rem;
    font-size: 18px;
    min-width: 18px;
}
.chat-footer .dropdown-menu a i.bi-trash {
    font-size: 16px;
}
.chat-footer .dropdown-menu a:focus,
.chat-footer .dropdown-menu a:hover {
    color: #0d5afd;
}
.single-counter-wrap {
    position: relative;
    z-index: 1;
}
.single-counter-wrap > i {
    font-size: 1.5rem;
}
.single-counter-wrap p {
    font-size: 12px;
    margin-bottom: 0;
}
.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-check-label {
    font-size: 16px;
    color: #073984;
}
.form-check-input.form-check-success:checked {
    background-color: #2ecc4a;
    border-color: #2ecc4a;
}
.form-check-input.form-check-danger:checked {
    background-color: #ea4c62;
    border-color: #ea4c62;
}
.form-check-input.form-check-warning:checked {
    background-color: #f1b10f;
    border-color: #f1b10f;
}
.form-check-input.form-check-info:checked {
    background-color: #1787b8;
    border-color: #1787b8;
}
.form-check-input.form-check-secondary:checked {
    background-color: #546474;
    border-color: #546474;
}
.form-check-input.form-check-light:checked {
    background-color: #f1f2fb;
    border-color: #f1f2fb;
}
.form-check-input.form-check-dark:checked {
    background-color: #061238;
    border-color: #061238;
}
.form-check-input-lg {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
}
.form-check-input-lg ~ .form-check-label {
    font-size: 1rem;
    margin-left: 0.5rem;
}
.form-group {
    line-height: 1;
    margin-bottom: 1rem;
}
.form-label {
    font-size: 18px;
    color: #8480ae;
    font-weight: 500;
}
.form-select {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 1px solid;
    min-height: 40px;
    font-size: 18px;
    color: #073984;
    background-color: #fff;
    border-color: #ebebeb;
}
.form-select option {
    padding: 0.25rem 0.5rem;
    outline: 0;
}
.form-select:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #cfe2ff;
    color: #073984;
    background-color: #fff;
}
.form-select.form-select-lg {
    min-height: 50px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}
.form-select.form-select-sm {
    min-height: 2rem;
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.375rem;
}
.form-control {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-style: solid;
    padding: 0.5rem 1rem;
    height: 41px;
    max-height: 41px;
    font-size: 18px;
    color: #073984;
    background-color: #fff;
    border-width: 1px;
    border-color: #ebebeb;
    border-radius: 5px;
}
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #cfe2ff;
    color: #073984;
    background-color: #fff;
}
.form-control.form-control-lg {
    height: 50px;
    min-height: 50px;
    padding: 0.625rem 1rem;
    font-size: 16px;
}
.form-control.form-control-sm {
    height: 32px;
    padding: 0.375rem 0.5rem;
    font-size: 12px;
    border-radius: 0.375rem;
}
textarea.form-control {
    min-height: 120px;
}
.form-file-label {
    border-color: #ebebeb;
    font-weight: 500;
}
.form-file-input:focus,
.form-file:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}
.form-control-color {
    min-width: 4rem;
}
input[type="color"].form-control:valid {
    background-image: none;
}
.input-group-text {
    font-size: 14px;
}
.dropdown-menu {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.dropdown-menu li a {
    font-size: 16px;
    text-align: right;
    padding: 0.4em 0.8em;
    color: #061238;
}
.dropdown-menu li i {
    margin: 0 0 0 10px;
}
.single-gallery-item {
    position: relative;
    z-index: 1;
    border-radius: 0.5rem;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.single-gallery-item img {
    border-radius: 0.5rem;
}
.list-group {
    border-radius: 0.5rem;
}
.list-group-item {
    position: relative;
    z-index: 1;
    border-color: #ebebeb;
    font-size: 14px;
    color: #073984;
    padding: 0.625rem 1rem;
}
.list-group-item.active {
    background-color: #fff;
    border-color: #ebebeb !important;
    color: #0d5afd;
    font-weight: 500;
}
.list-group-item.active::after {
    position: absolute;
    width: 3px;
    height: 74%;
    content: "";
    background-color: #0d5afd;
    top: 13%;
    left: 0;
    z-index: -10;
}
.modal-content {
    border: 0;
    border-radius: 0.75rem;
}
.modal-dialog-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: calc(100% - 1rem);
}
.modal.fade .modal-dialog.modal-dialog-end {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.notification-area {
    position: relative;
    z-index: 1;
}
.notification-area .alert {
    margin-bottom: 0.5rem;
}
.notification-area a:last-child .alert {
    margin-bottom: 0;
}
.notification-area .unread {
    background-color: #ffffff !important;
}

.page-link {
    padding: 0.35rem 0;
    font-weight: 500;
    font-size: 16px;
    font-family: sans-serif;
}
.pagination.pagination-one .page-link {
    border: 1px solid #ebebeb;
    border-left: 0;
    border-right: 0;
}
.pagination.pagination-one .page-link:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.pagination.pagination-one .page-item:first-child .page-link {
    border-left: 1px solid #ebebeb;
}
.pagination.pagination-one .page-item:last-child .page-link {
    border-right: 1px solid #ebebeb;
}
.pagination.pagination-one .page-item.active .page-link {
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: transparent;
}
.pagination.pagination-one .page-item.active .page-link::after {
    position: absolute;
    width: 22px;
    height: 22px;
    content: "";
    background-color: #0d5afd;
    z-index: -2;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pagination.pagination-two .page-link:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.pagination.pagination-two .page-item {
    margin: 0 5px;
    line-height: 1.2;
}
.pagination.pagination-two .page-item.active .page-link {
    position: relative;
    z-index: 1;
    color: #fff;
}
.pagination.pagination-two .page-item.active .page-link::after {
    position: absolute;
    width: 22px;
    height: 22px;
    content: "";
    background-color: #0d5afd;
    z-index: -2;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pagination.pagination-three .page-item:not(:first-child) .page-link {
    margin-left: 0;
}
.pagination.pagination-three .page-link {
    border: 0;
    background-color: #0d5afd;
    border-radius: 0;
    color: #fff;
}
.pagination.pagination-three .page-link:focus,
.pagination.pagination-three .page-link:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #0d5afd;
    border: 0;
}
.pagination.pagination-three .page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.pagination.pagination-three .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.progress-info span {
    display: inline-block;
    font-size: 12px;
    margin-top: 0.25rem;
}
.table {
    font-size: 14px;
}
.table tr td {
    font-weight: 400;
}
.timeline-card {
    position: relative;
    margin-bottom: 1rem;
    border-left: 0.5rem solid #006dbc !important;
    border: 1px solid #f1f2fb;
}
.timeline-card p {
    font-size: 16px;
}
.timeline-card .timeline-text .badge {
    background-color: #0d5afd;
}
.timeline-card .timeline-icon i {
    color: #0d5afd;
}
.timeline-card.bg-success {
    border-left-color: #2ecc4a !important;
    background-color: #fff !important;
}
.timeline-card.bg-success .timeline-icon i {
    color: #2ecc4a;
}
.timeline-card.bg-success .timeline-text .badge {
    background-color: #2ecc4a;
}
.timeline-card.bg-danger {
    border-left-color: #ea4c62 !important;
    background-color: #fff !important;
}
.timeline-card.bg-danger .timeline-icon i {
    color: #ea4c62;
}
.timeline-card.bg-danger .timeline-text .badge {
    background-color: #ea4c62;
}
.timeline-card.bg-warning {
    border-left-color: #f1b10f !important;
    background-color: #fff !important;
}
.timeline-card.bg-warning .timeline-icon i {
    color: #f1b10f;
}
.timeline-card.bg-warning .timeline-text .badge {
    background-color: #f1b10f;
}
.timeline-card.bg-info {
    border-left-color: #1787b8 !important;
    background-color: #fff !important;
}
.timeline-card.bg-info .timeline-icon i {
    color: #1787b8;
}
.timeline-card.bg-info .timeline-text .badge {
    background-color: #1787b8;
}
.timeline-card.bg-dark {
    border-left-color: #061238 !important;
    background-color: #fff !important;
}
.timeline-card.bg-dark .timeline-icon i {
    color: #061238;
}
.timeline-card.bg-dark .timeline-text .badge {
    background-color: #061238;
}
.timeline-card.bg-secondary {
    border-left-color: #8480ae !important;
    background-color: #fff !important;
}
.timeline-card.bg-secondary .timeline-icon i {
    color: #8480ae;
}
.timeline-card.bg-secondary .timeline-text .badge {
    background-color: #8480ae;
}
.toast-header {
    color: #1f0757;
    padding: 0.5rem 0.75rem;
}
.custom-toast-1 {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 0.5rem;
}
.custom-toast-1 .toast-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
}
.custom-toast-1 .toast-body .toast-text p {
    color: #1f0757;
    font-weight: 500;
}
.custom-toast-1 .btn-close {
    top: 0.625rem;
    right: 0.625rem;
    z-index: 10;
}
.toast-primary {
    background-color: #0d5afd !important;
    color: #fff;
}
.toast-success {
    background-color: #2ecc4a !important;
    color: #fff;
}
.toast-danger {
    background-color: #ea4c62 !important;
    color: #fff;
}
.toast-warning {
    background-color: #f1b10f !important;
    color: #fff;
}
.toast-info {
    background-color: #1787b8 !important;
    color: #fff;
}
.toast-dark {
    background-color: #061238 !important;
    color: #fff;
}
.card-blog-img {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: 173px;
    background-position: center center;
    background-size: cover;
    border-radius: 0.5rem 0 0 0.5rem;
}
.card-blog-content {
    padding: 1.5rem;
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.blog-description p {
    font-size: 1rem;
}
.blog-description p:last-child {
    margin-bottom: 0;
}
.blog-title {
    font-weight: 500;
    overflow: hidden;
    height: 48px;
}
.blog-title:focus,
.blog-title:hover {
    color: #0d5afd !important;
}
.user-info-card {
    position: relative;
    z-index: 1;
}
.user-info-card .user-card-info {
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
}
.user-info-card .user-profile {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.user-info-card .user-profile i {
    position: absolute;
    top: 11px;
    right: 8px;
    font-size: 14px;
    color: #fff;
    z-index: 1;
}
.user-info-card .user-profile img {
    border-radius: 50%;
}
.user-info-card .user-profile form .form-control {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 6px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
    text-indent: -100000000000000020rem;
    background-color: #0d5afd;
}
.feature-card .card {
    width: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    border: 1px solid #f1f2fb;
}
.feature-card .card img {
    max-width: 100%;
    max-height: 100px;
}
.feature-card .card i {
    font-size: 1.5rem;
}
.feature-card p {
    line-height: 1.25;
    font-size: 16px;
    font-weight: 500;
    margin: 0.55rem 0;
    color: #006dbc;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body span {
    direction: rtl;
}
body .breadcrumb,
body .footer-nav ul,
body .header-content {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
}
body .affan-page-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}
body .affan-page-item .icon-wrapper {
    margin-right: 0;
    margin-left: 0.5rem;
}
body .affan-page-item > i {
    margin-left: 1rem;
    margin-right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body a.affan-element-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}
body a.affan-element-item > i {
    margin-left: 0;
    margin-right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body .back-button a {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body .badge.ms-1,
body .badge.ms-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
}
body .sidenav-nav li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}
body .sidenav-nav li a i {
    margin-right: 0;
    margin-left: 1rem;
}
body .nav-url .dropdown-icon {
    margin-left: 0;
    margin-right: auto;
}
body .nav-url .dropdown-icon i {
    margin-left: 0;
}
body .sidenav-nav li ul {
    padding-left: 0;
    padding-right: 2rem;
}
body .alert,
body .btn.d-flex,
body .circle-btn-wrapper,
body .direction-rtl,
body .form-group,
body .input-group,
body .list-group,
body .progress,
body .table {
    direction: rtl;
}
body .custom-alert-1 {
    padding-left: 1rem;
    padding-right: 27px;
}
body .custom-alert-1 i {
    margin-right: 0;
    margin-left: 0.5rem;
}
body .custom-alert-1::after {
    right: 12px;
    left: auto;
}
body .custom-alert-2 i {
    margin-right: 0;
    margin-left: 0.5rem;
}
body .custom-alert-3 i {
    margin-right: 0;
    margin-left: 0.75rem;
}
body .toast {
    direction: rtl;
}
body .toast .toast-header .btn-close {
    margin-right: 0.375rem;
    margin-left: 0;
}
body .toast .toast-header strong {
    margin-left: auto !important;
    margin-right: 0.25rem !important;
}
body .custom-toast-1 .btn-close {
    left: 0.625rem;
    right: auto;
}
body .btn i.me-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}
body .btn i.ms-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
}
body .offcanvas-top .btn-close {
    right: auto;
    left: 1rem;
}
body .form-select {
    background-position: left 0.75rem center;
}
body .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
body .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
body .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
body .form-check {
    direction: rtl;
}
body .form-check .form-check-input {
    float: right;
    margin-left: 0.5rem;
}
body .list-group-item .form-check-input {
    margin-right: 0 !important;
    margin-left: 0.5rem;
}
body .list-group-item.active::after {
    left: auto;
    right: 0;
}
body .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-right: 0;
    padding-left: 0.5rem;
}
body .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: 0;
}
body .timeline-card {
    direction: rtl;
}
body .timeline-card::after {
    right: auto;
    left: 1.5rem;
}
body .card-badge {
    left: auto;
    right: 1.5rem;
}
body .card-img-wrap {
    margin-right: 0;
    margin-left: 1rem;
}
body .image-gallery-card .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
body .image-gallery-card .row .text-end {
    text-align: left !important;
}
body .modal-header .btn-close {
    margin: -0.5rem auto -0.5rem 0 !important;
}
body .modal-body {
    text-align: right;
}
body .pagination .page-item:first-child .page-link {
    border-radius: 35px;
}
body .pagination .page-item:last-child .page-link {
    border-radius: 35px;
}
body .pagination.pagination-one .page-item:first-child .page-link {
    border-left: 0;
    border-right: 1px solid #ebebeb;
}
body .pagination.pagination-one .page-item:last-child .page-link {
    border-right: 0;
    border-left: 1px solid #ebebeb;
}
body .progress-info span {
    direction: ltr;
}
body .chat-user-list {
    direction: rtl;
}
body .chat-user-list .chat-user-thumbnail {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}
body .chat-user--info {
    direction: rtl;
}
body .chat-user--info .info.ms-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
}
body .chat-user--info .user-thumbnail-name {
    margin-left: 0;
    margin-right: 0.375rem;
}
body .notification-area .alert-text {
    text-align: right;
}
body .modal-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
body .blog-list-card {
    direction: rtl;
}
body .blog-list-card .card-blog-img {
    border-radius: 0 0.5rem 0.5rem 0;
}
body .blog-description {
    direction: rtl;
}
body .blog-description span {
    margin-right: 0.5rem;
}
body .user-info-card {
    direction: rtl;
}
body .user-info-card .user-profile.me-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}
body .login-meta-data p a {
    margin-left: 0;
}
body .nav-url ul {
    padding-left: 0;
    padding-right: 1.5rem;
}
body .home-page-toast {
    right: auto;
    left: 15px;
}
body .chat-user-list li .chat-options-btn .dropdown-menu a i {
    margin-left: 0.5rem;
    margin-right: 0;
}
body .chat-footer form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
body .chat-footer form .form-control {
    direction: rtl;
}
body .gallery-img {
    direction: ltr;
}
.footer-m {
    border-top: 4px solid #006dbc;
    background-color: #3f4865;
    padding: 1rem;
    direction: rtl;
}
.item-title {
    margin: 10px 0;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    text-align: right;
    line-height: 1.3;
}
.lesson-opt {
    float: right;
    z-index: 99;
    bottom: 3%;
    right: 5%;
}
.share-btn {
    float: left;
}
.comments .comment h6 {
    margin: 0;
}
.comments .comment .time-ago {
    font-size: 0.8em;
}
.comments .comment .user-profile .img-circle {
    width: 45px;
    height: 45px;
    line-height: 0.7;
    font-size: 1.2em;
    display: inline-block;
}
.exam-element .item-title {
    width: 83%;
}
.exam-element .progress {
    margin: -12px 0 0 0;
    z-index: 0;
    position: relative;
}
.exam-element .affan-page-item {
    position: relative;
    z-index: 4;
}
.lesson-element .item-title {
    width: 77%;
}
.lesson-element .progress {
    margin: -12px 0 0 0;
    z-index: 0;
    position: relative;
}
.lesson-element .affan-page-item {
    position: relative;
    z-index: 4;
}
.hungry .selection {
    margin-bottom: 1em;
}
.hungry .selection label {
    display: inline-block;
    width: 100%;
    background-color: #f8f9fa;
    border-radius: 6px;
    color: #fff;
    padding: 0.5em;
    cursor: pointer;
    border: 1px solid #ddd;
}
.hungry .selection label:hover {
    background-color: #e5f0f7;
}
.hungry .selection p {
    margin: 0.5rem 0;
}
.hungry .selection input[type="radio"] {
    display: none;
}
.hungry .selection input[type="radio"]:checked ~ label {
    background-color: #edf4f9;
    border: 1px solid #1075a9;
}
.search-wrapper {
    position: relative;
}
.search-wrapper .notification-alert {
    position: absolute;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    top: -7px;
    left: -7px;
    font-size: 0.7em;
    text-align: center;
    line-height: 2.5;
}

.video{
    position: relative;
    height: 220px;
}
.video .thumb{
    border: 1px solid #ccc;
}
.video .play{
    position: absolute;
    right: 35%;
    top: 22%;
    width: 80px;
}
.videos .video .play{
    right: 39%;
    top: 24%;
    width: 40px;
}
.video .play:hover{
    cursor: pointer
}
.videos .video h5{
    margin-top: 6px;
}

@media (max-width: 767px) {
    .page-content-wrapper {
        margin-top: 60px;
    }
    .header-area,
    .header-content {
        height: 60px;
    }
    .exam-element .item-title,
    .lesson-element .item-title {
        width: 71%;
    }
    .header-area.chat-area {
        top: 59px;
    }
}
@media (max-width: 410px) {
    .page-content-wrapper {
        margin-top: 60px;
    }
    .header-area,
    .header-content {
        height: 60px;
    }
    .exam-element .item-title,
    .lesson-element .item-title {
        width: 69%;
    }
    .header-area.chat-area {
        top: 59px;
    }
}