@font-face {
    font-family: AvenirBlack ;
    src: url(AvenirBlack.ttf);
}
@font-face {
    font-family: ChangaExtraLight ;
    src: url(changa/Changa-ExtraLight.ttf);
}

@font-face {
    font-family: ChangaLight ;
    src: url(changa/Changa-Light.ttf);
}
@font-face {
    font-family: ChangaRegular ;
    src: url(changa/Changa-Regular.ttf);
}
@font-face {
    font-family: ChangaMedium ;
    src: url(changa/Changa-Medium.ttf);
}
@font-face {
    font-family: ChangaSemiBold ;
    src: url(changa/Changa-SemiBold.ttf);
}
@font-face {
    font-family: ChangaBold ;
    src: url(changa/Changa-Bold.ttf);
}
@font-face {
    font-family: ChangaExtraBold ;
    src: url(changa/Changa-ExtraBold.ttf);
}
@font-face {
    font-family: PoppinsRegular ;
    src: url(Poppins/Poppins-Regular.ttf);
}

body {
    direction: rtl;
    font-family: ChangaRegular;
    letter-spacing: 0.3px;
    background: #001F3F;
}
.login {
    background: #001F3F;
}
/*Start Login*/
.login-page-new {
    height: 100vh;
    position: relative;
}
.login-page-new .login-page {
    height: 100%;
}
.login-page-new .login-account-form {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    background: #fff;
    padding: 40px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}
.login-page-new .login-page .grid-center-image {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.login-page-new .login-page .grid-center-image .brand-logo {
    width: 100%;
    text-align: center;
}
.login-page-new .login-page .grid-center-image .brand-logo img {
    display: block;
    margin: auto;
    margin: 30px auto;
}
.login-page-new .login-page .grid-center-image .brand-logo img.logo-img {
    width: 122px;
    margin: 30px auto ;
    position: relative;
}

.login-page-new .login-page .grid-center-image h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.login-page-new .login-page .grid-center-image h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 50px;
}
.login-page-new .login-page .grid-center-image h5 {
    color: #2C3E50;
    font-size: 20px;
}
.login-page-new .login-account-form .grid-center {
    width: 469px;
    background: #fff;
    max-width: 95%;
    padding: 40px;
    border-radius: 15px;
}
.login-page-new .login-account-form .version {
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin-bottom: 0;
    color: #fff;
}
.version {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo-img-form {
    display: none;
    width: 125px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: -30px;
}
.login-page-new .input-group .form-control {
    height: 45px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    box-shadow: none;
    font-size: 12px;
    padding: 10px 15px;
    border: none !important;
    border-bottom: 2px solid #ccc !important;
}
.input-group .form-control.is-valid + label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/check.svg) no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    width: 50px;
    height: 50px;
}
.login-page-new .input-group .form-control.is-valid {
    background: transparent;
}
.login-page-new .login-account-form .grid-center h5 {
    color: #2C3E50;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
    font-family: ChangaExtraBold;
}
.login-page-new .login-account-form .grid-center h6 {
    margin-bottom: 100px;
    text-align: center;
    color: #A4AFB7;
    font-size: 13px;
    width: 265px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
}
.login-page-new .input-group {
    margin-bottom: 30px;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}
.login-page-new .form-check {
    margin-top: 10px;
}
.login-page-new .form-btn {
    padding: 10px;
    height: 50px;
    border-radius: 10px !important;
    background-color: #FF851A;
    display: block;
    width: 100%;
    color: #fff;
    margin: 50px 0px 5px;
    position: relative;
}
.login-page-new .form-btn img {
    position: absolute;
    left: 10px;
    top: 13px;
}
.login-page-new .input-group .form-control ~ label, .login-page-new .input-group .form-control ~ label {
    font-size: 13px;
    position: relative;
    top: -23px;
    padding: 0 10px;
    display: inline;
    background-color: #fff;
    width: calc(100% - 20px);
    margin: 0px 5px;
    transition: all 0.3s;
    line-height: 0px;
    z-index: 0;
}
.login-page-new .input-group .form-control:focus ~ label, .login-page-new .input-group input.form-control:not(:placeholder-shown) ~ label {
    transition: all 0.3s;
    top: -50px;
    display: inline-block;
    z-index: 2;
}
.login-page-new .input-group .show-pass {
    position: absolute;
    left: 5px;
    display: inline-block;
    top: 10px;
    cursor: pointer;
    z-index: 9;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: -1px;
    margin-left: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.login-page-new .form-check .form-check-input {
    float: right;
    width: 20px !important;
    height: 20px !important;
    margin: 3px;
}
.login-page-new .form-check .form-check-input:checked{
    background-color: #07d093;
    border-color: #07d093;
}
.login-page-new .form-check span {
    margin: 0 5px;
    font-size: 13px;
}
.login-forgot-btn {
    font-size: 12px;
    color: #3275B9;
    font-family: 'ChangaRegular';
    float: left;
}
.login-page-new .input-group input:-webkit-autofill, .login-page-new .input-group input:-webkit-autofill:hover, .login-page-new .input-group input:-webkit-autofill:focus, .login-page-new .input-group input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
}
.form-control::-webkit-input-placeholder {
    opacity: 0;
}
.form-control:-ms-input-placeholder {
    opacity: 0;
}
.form-control::placeholder {
    opacity: 0;
}
.form-control:focus::-webkit-input-placeholder {
    opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
    opacity: 1;
}
.form-control:focus::placeholder {
    opacity: 1;
}
#forgotPasswordForm ,#confirmPassword , #changePasswordForm{
    display: none;
}
#forgotPasswordForm .input-group {
    margin-bottom: 200px;
}
.error {
    position: static !important;
    font-size: 12px !important;
    color: #f00;
    margin-top: 10px !important;
}
.is-invalid {
    padding: 0 30px !important;
}
.is-valid {
    padding: 0 30px !important;
}
.is-invalid + label {
    padding: 0 30px !important;
}
.language-link {
    color: #000 !important;
    display: block;
    position: absolute;
    top: -25px;
    left: -20px;
}

.confirmation-code {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
}
.confirmation-code .input {
    height: 2.3em;
    width: 2.3em;
    border: 1px solid #bbd2f1;
    outline: none;
    text-align: center;
    font-size: 1.5em;
    border-radius: 0.3em;
    background-color: #ffffff;
    outline: none;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    color: #3275B9;
}
/*Start Countdown-Template*/
@keyframes progress {
    100% {
        stroke-dashoffset: 1256.12939453125;
    }
}

.fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.countdown-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*End Countdown-Template*/

.confirmation-p {
    text-align: center;
    color: #2C3E50;
    font-size: 12px;
    font-family: ChangaMedium;
}
.resend-btn {
    color: #3275B9 !important;
    margin: auto;
    font-size: 12px;
    text-decoration: underline;
    font-family: 'ChangaMedium';
    display: none;
}
.change-password-head {
    font-size: 16px;
    color: #2C3E50;
    font-weight: 600;
    margin: 20px;
    font-family: 'ChangaExtraBold';
}
.change-password .form-group {
    width: 80%;
    text-align: right;
    margin: auto;
}
.change-password-label {
    font-size: 12px;
    color: #18181B;
    font-weight: 700;
    margin-bottom: 6px;
}
.change-password-label-hide {
    position: absolute;
    left: 20px;
    top: 43px;
    cursor: pointer;
}

.change-password-label-hide {
    background: url(../images/hide-password.png) no-repeat;
    width: 30px;
    height: 30px;
}
.change-password-label-hide.show {
    background: url(../images/show-password.png) no-repeat;
}
.change-password-input {
    display: block;
    width: 100%;
    border: 1px solid #E0E3EB;
    margin-bottom: 10px;
    background: #FAFAFA;
    height: 53px;
    border-radius: 3px;
    padding-right: 5px;
}
.formMessagesContainer {
    position: absolute;
    box-shadow: 1px 1px 20px #ccc;
    z-index: 55;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 15px 0;
    border: 1px solid #e1e4ec;
}
.formMessagesContainer .form-messages {
    font-size: 12px;
    color: #1db9c3;
    margin-right: 13px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
}
#formMessagesContainer {
    z-index: 555;
}
.formMessagesContainer .form-messages.fail {
    color: #f54b5f;
}

.change-password-label-submit {
    background: #FF5929;
    color: #fff !important;
    font-size: 13px;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px auto;
    padding-bottom: 0;
}
#changePasswordForm .form-group {
    width: 100%;
    text-align: right;
    margin: auto;
}
.change-password-head2 {
    font-size: 12px;
    color: #000000;
    margin: 20px auto;
    font-family: 'ChangaMedium';
}

/*End Login*/

/*Start Navbar */
#sidebarCollapse:focus {
    border-color: transparent;
    box-shadow: none;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
    background: #EA832F;
}
.wrapper {
    display: flex;
}
.wrapper aside {
    transition: ease-in-out .5s all;
    -webkit-transition: ease-in-out .5s all;
    -moz-transition: ease-in-out .5s all;
    -ms-transition: ease-in-out .5s all;
    -o-transition: ease-in-out .5s all;
    width: 280px;
    min-width: 280px;
}
.wrapper .sidebar {
    height: calc(100vh - 85px);
}
.wrapper aside.active {
    width: 100px;
    transition: ease-in-out .5s all;
    -webkit-transition: ease-in-out .5s all;
    -moz-transition: ease-in-out .5s all;
    -ms-transition: ease-in-out.51s all;
    -o-transition: ease-in-out .5s all;
}
.wrapper aside.active {
    width: 100px;
    min-width: 100px;
}
.wrapper aside .sidebar .sidemenu-header {
    height: 64px;
    min-height: 64px;
    border-bottom: 0.5px solid rgba(67, 67, 67, 0.15);
    position: relative;
    justify-content: center;
}

.wrapper aside .sidebar .sidemenu-header .logo-img {
    max-width: 100%;
    height: 34px;
    margin: auto;
    vertical-align: middle;
}

.wrapper aside.active  .sidebar .sidemenu-header {
    flex-direction: column-reverse;
    height: auto;
    max-height: max-content;
}
.wrapper aside .sidebar .sidemenu-header::after {
    content: "";
    position: absolute;
    left: 2px;
    width: 1.2px;
    background-color: rgba(67, 67, 67, 0.15);
    height: 100%;
}
.wrapper aside .sidebar .sidemenu-header .logo-img img {
    height: 100%;
    width: 100%;
}
.wrapper aside.active  .sidebar .sidemenu-header  .logo-img {
    margin: 20px auto;
}
.wrapper aside .sidebar .sidemenu-body {
    height: 100%;
    position: relative;
    overflow-x: hidden;
}
.wrapper aside .sidebar .sidemenu-body ul {
    width: 80%;
    margin: auto;
}
.navbar-search-container {
    width: 80%;
    margin: auto;
    background: #FFFFFF ;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -0%);
}
.wrapper aside.active .navbar-search-container{
    display: none;
}
.navbar-search-btn {
    width: 100%;
    background: #FF851A;
    border-radius: 15px;
    color: #fff !important;
    font-size: 16px;
    padding: 12px;
}
.navbar-search-collapsed-btn {
    color: #fff !important;
    background: #FF851A;
    border-radius: 50%;
    margin:70px auto 0;
    width: 30px;
    height: 30px;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.wrapper aside.active .navbar-search-collapsed-btn{
    display: flex;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item {
    border: unset;
    border-right: 6px solid transparent;
    border-radius: 0;
    background: transparent;
    margin-bottom: 25px;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item.active {
    background-color: #f5f6fa;
    border-radius: 15px;
}
.wrapper aside.active .sidemenu-body .list-group-item.active{
    background-color: transparent;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item.active a {
    color:#FF851A;
}

.wrapper aside .sidebar .sidemenu-body .list-group-item a i {
    margin-inline-end: 10px;
    font-size: 18px;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item a i.checked {
    position: absolute;
    top: -5px;
    font-size: .7em;
    right: -10px;
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item {
    padding: 8px;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item a {
    color: #fff;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    font-family: ChangaRegular;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item a svg , .wrapper aside .sidebar .sidemenu-body .list-group-item a img {
    width: 20px;
    height: 20px;
    margin-inline-end: 12px;
}

/*.wrapper aside.active .sidebar .sidemenu-body .list-group-item a .menu-title {*/
/*    display: none;*/
/*}*/
.wrapper aside.active .sidebar .sidemenu-body .list-group-item a {
    justify-content: center;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item:has(ul) > .nav-link {
    position: relative;
}

.wrapper aside .sidebar .sidemenu-body .list-group-item:has(ul) > .nav-link:after {
    content: "\f077";
    font-family: "FontAwesome";
    flex-shrink: 0;
    margin-right: auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 12px;
    top: 0;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item {
    padding-inline-end: 0;
}
.wrapper main {
    width: calc(100% - 275px);
    min-width: calc(100% - 285px);
    position: relative;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
}

.wrapper aside.active + main {
    width: calc(100% - 100px);
    min-width: calc(100% - 100px);
}
.wrapper main > nav {
    height: 64px;
    min-height: 64px;
    background-color: #F5F7F9;
    border-bottom: 1px solid #EBEBF2;
    z-index: 99;
    border-top-right-radius: 40px;
}
.wrapper main > nav .side-nav-on-mobile .logo-img{
    display: none !important;
}
#sidebarCollapse {
    background: transparent;
    border: 0;
}
.wrapper aside.active .sidebar .sidemenu-header #sidebarCollapse {
    margin-top: 20px;
    margin-bottom: 20px;
}
nav .logo-img {
    width: 85px;
    height: 33px;
}
nav .logo-img img {
    width: 100%;
}
.navbar-expand-lg .collapse.navbar-collapse {
    padding-inline-end: 53px;
    padding-inline-start: 53px;
}
nav ul li.nav-item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.wrapper main > nav .dropdown a {
    color: #2c3e50;
    font-size: 16px;
    font-family: ChangaRegular;
    text-decoration: none;
}
.wrapper main > nav .dropdown .dropdown-menu {
    padding: 0;
    text-align: right;
    min-width: 14rem;
}
.wrapper main > nav .dropdown .dropdown-menu.admin .dropdown-item {
    font-size: 12px;
    font-family: ChangaRegular;
    color: #2C3E50;
    padding: 10px;
}
.wrapper main > nav .dropdown .dropdown-menu.admin .dropdown-item svg {
    width: 22px;
    margin-left: 5px;
}
.wrapper main > nav .dropdown .admin .info {
    background-color: #F4F7FB;
}
.wrapper main > nav .dropdown .admin .info {

}
.wrapper main > nav .dropdown .admin .info  .name{
    color: #2C3E50;
    font-size: 12px;
    font-family: ChangaMedium;
}

.nav-item.nav-tasks-notifications .dropdown-menu {
    width: 416px;
}

.nav-tasks-notifications {
    margin-left: 10px;
}
.nav-task-header {
    font-size: 16px;
    padding: 20px 10px;
    color: #4D4F5C;
}
.nav-task-body {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 0;

}

.nav-task-body:nth-child(even) {
    background: #f5f7f9;
}
.nav-task-body:hover {
    background: #dde0e4;
}
.nav-task-body-name {
    color: #4D565C;
    font-size: 14px;
    font-family: 'ChangaSemiBold';
}
.nav-task-body-name p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 225px;
    font-size: 10px;
    color: #808495;
    margin-bottom: 0;
    padding-top: 6px;
}

.nav-task-body img {
    margin: 0 15px;
}
.nav-task-body-date {
    color: #808495;
    position: absolute;
    left: 10px;
    font-size: 10px;
    bottom: 10px;
}
.nav-task-footer a{
    color: #00A1AB !important;
    font-size: 14px !important;
    font-family: ChangaRegular !important;
    text-decoration: 0 !important;
    position: relative;
    display: block;
    padding: 15px 0;
}
.nav-task-footer a:before {
    content: "";
    width: 80%;
    position: absolute;
    top: 0;
    height: 1px;
    background: #f5f7f9;
    left: 50%;
    transform: translate(-50% , -50%);
}
.wrapper main .main-content {
    background-color: #F5F7F9;
    height: calc(100vh - 64px);
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    border-bottom-right-radius: 40px;
}
.wrapper main .content-wrapper {
    position: relative;
    z-index: 5;
}
.side-nav-on-mobile + .container-fluid {
    width: auto;
    margin-right: auto;
    margin-left: 0;
}
.side-nav-on-mobile {
    align-items: center;
}
.navbar-head {
    font-size: 24px;
    color: #001F3F;
    font-family: 'ChangaBold';
    margin-inline-start: 20px;
}

.language-btn {
    text-decoration: none;
}
.navbar-notifications-button {
    background: transparent;
    font-size: 20px;
}
.navbar-notifications-button:before{
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: #E16414;
    border-radius: 50%;
    position: absolute;
    right: 3px;
}
/*End Navbar */
/*Start Dashboard */

.page-header  {
    color: #fff;
}

.rounded {
    border-radius: 10px !important;
}
.container-form-input .did-floating-label-content {
    position: relative;
}
.container-form-input .did-floating-label-content .did-floating-input, .container-form-input .did-floating-label-content .did-floating-select {
    font-size: 12px;
    width: 100%;
    padding: 0 10px;
    background: #fff;
    color: #323840;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 15px;
    position: relative;
    border: 0;
    cursor: pointer;
}

.container-form-input .did-floating-label-content .did-floating-input img:first-of-type, .container-form-input .did-floating-label-content .did-floating-select  img:first-of-type{
    margin-left: 5px;
}
.container-form-input .did-floating-label-content .did-floating-input img:last-of-type, .container-form-input .did-floating-label-content .did-floating-select  img:last-of-type{
    position: absolute;
    left: 15px;
}

.daterangepicker .ranges {
    font-family: ChangaMedium;
}
.btn-search {
    border-color: #3275B9;
    color: #3275B9;
    font-size: 12px;
    width: 115px;
    font-family: ChangaMedium;
}
.card {
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    text-decoration: none;
    border: 1px solid #FF851A;
}
.home-report-cards .card {
    padding:30px 20px 10px;
    min-height: 143px;
}
.home-report-cards .title p {
    font-size: 15px;
    color: #4D4F5C;
    margin-bottom: 9px;
    font-family: 'ChangaLight';
}
.raise-up-arrow {
    color: #4AD991;
}
.raise-up-arrow i , .raise-down-arrow i  {
    transform: rotateY(180deg);
}
.raise-down-arrow {
    color: #F90000;
}
.home-report-cards .title b {
    font-size: 24px;
    color: #000000;
    position: relative;
    display: block;
    font-family: AvenirBlack;
    direction: ltr;
    text-align: right;
}
.home-report-cards .title b span {
    font-size: 15px;

}

.wrapper main .main-content footer {
    margin-top: 10px;
    height: 50px;
    font-size: 14px;
    font-family: ChangaMedium;
    background-color: #F5F7F9;
}

#SectorStatistics {
    width: 350px;
    margin: auto;
}
#NationalityStatistics {
    width: 300px;
    margin: auto;
}

.card h6  {
    font-size: 16px;
    padding: 15px;
    text-align: center;
}
.card .card-body  {
    height: 500px;
    border-radius: 10px;
}




.dashboard-add-notification-img {
    margin-left: 20px;
    background: #FF851A;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-add-notification-head {
    font-size: 17px;
    color: #2C3E50;
}
.dashboard-add-notification-by-whom {
    font-size: 12px;
    color: #707070;
    margin-top: 5px;
}
.dashboard-add-notification-by-whom span {
    display: inline-block;
}
.dashboard-add-notification-container {
    margin: 14px 0;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    box-shadow: 0px 3px 6px #00000029;
}
.dashboard-add-notification-container.unread {
    background: #F3F3F3;
}
.dashboard-add-notification-link {
    color: #E26515 !important;
    position: absolute;
    bottom: 10px;
    left: 50%;
    font-size: 12px;
    transform: translate(-50%, -10%);
}
.dashboard-add-notification-h6 {
    color: #4D4F5C;
    font-size: 18px !important;
    font-family: ChangaLight;
    text-align: right !important;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.dashboard-notification-number {
    width: 26px;
    border-radius: 50%;
    background: #FF851A;
    color: #fff;
    display: flex;
    height: 26px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-inline-end: 5px;
    font-size: .8em;
}
.dashboard-notification-unread-number {
    display: inline-block;
    margin-inline-start: 5px;
    font-size: .7em;
}
.dashboard-notification-container {
    padding-bottom: 30px;
}
.dashboard-orders-car-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 2px 4px 16px #3754AA0D;
    padding: 5px 20px;
    margin: 10px 0;
    text-decoration: none;
}
.dashboard-orders-car-container img {
    max-width: 100px;
    transition: all 0.3s ease-in-out;
}
.dashboard-orders-car-container:hover > img {
    transform: scale(1.05);
}
.dashboard-orders-car-container:hover{
    box-shadow: 2px 4px 16px #3754AA29;
    background: #fff;
}
.dashboard-orders-car-number {
    color:#001F3F;
    margin: 0 5px;
}
.dashboard-orders-car-container:hover > .dashboard-orders-car-number {
    color:#3C50F0;
    text-decoration: underline;
}
.dashboard-orders-car-name {
    color: #001F3F;
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 5px;
}
.dashboard-orders-car-date {
    background: #FFD950;
    padding: 5px 0;
    border-radius: 10px;
    font-weight: 600;
    color: #FF851A;
    min-width: 75px;
    text-align: center;
}
.dashboard-orders-car-container:hover > .dashboard-orders-car-date{
    color:#3C50F0;
}
.dashboard-orders-container {
    overflow-y: scroll;
    overflow-x: hidden;
}

.dashboard-orders-container::-webkit-scrollbar {
    width: 3px;
}

.dashboard-orders-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
}

.dashboard-orders-container::-webkit-scrollbar-thumb {
    background: #EA832F;
}

/*Two Verification*/
.two-verification-form {
    margin: 20px auto;
    border-radius: 35px;
    padding: 0 40px !important;
    height:auto !important;
}

.two-verification-icon {
    text-align: center;
    margin-bottom: 15px;
}
.two-verification-head{
    text-align: center;
    color: #A4AFB7;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    line-height: 3;
}
.two-verification-head2 {
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}
.two-verification-form .grid-center {
    padding: 0 40px 20px !important;
}

.form-resend-btn {
    border: 1px solid #FD841A;
    width: 100%;
    margin: 15px 0 5px;
    border-radius: 10px !important;
}
#resendMsg {
    display: none;
}
.expire-password .change-password-label {
    color: #88919A;
    font-weight: 400;
    margin-bottom: 0;
}

.expire-password .change-password-input {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #A6A5A5;
    background: transparent;
    font-size: 14px;
}
.expire-password .change-password-input::placeholder {
    color: #88919A;
}
.expire-password .change-password-input:focus-visible {
    outline: 0;
}

.expire-password .form-btn {
    margin: 95px 0px 25px;
}

.error-image {
    margin: 100px auto 50px;
    position: relative;
    display: inline-block;
}
.error-image span:first-of-type {
    background: #fff;
    position: absolute;
    right: 20px;
    bottom: 160px;
    font-size: 40px;
    z-index: 4;
    border-radius: 10px;
    width: 135px;
    border: 2px solid #ccc;
}

.error-image span:last-of-type {
    background: #fff;
    position: absolute;
    left: 10px;
    bottom: 70px;
    font-size: 18px;
    z-index: 4;
    border-radius: 10px;
    width: 160px;
    border: 2px solid #ccc;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-p {
    color: #2C3E50;
    background: #FFFCF3;
    border-radius: 8px;
    display: block;
    width: 480px;
    margin: auto;
    font-size: 16px;
    padding: 10px ;
}
.error-btn-back {
    padding: 10px;
    height: 50px;
    border-radius: 8px !important;
    display: block;
    color: #fff !important;
    width: 480px;
    background: #FF851A;
    position: relative;
    margin: 50px auto ;
}
.error-btn-back img {
    position: absolute;
    left: 10px;
    top: 13px;
}
.expire-password ,.two-verification{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.main-hr {
    background:  #EBEBF2;
    opacity: 1;
    margin: 0;
}

.table-show-link {
    padding: 2px 0 0 !important;
    width: 33px;
    background-color: #FFCA83;
    color: #fff !important;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
    display: block;
    margin: auto;
}

.home-table {
    border-spacing: 0px 10px;
    margin-bottom: 0;
    border-collapse: separate;
}
.home-table thead {
    position: relative;
}
.home-table thead tr {
    color: #FD841A;
    font-size: 12px;
    position: relative;
}
.home-table thead tr th {
    color: #fff;
    border: none;
    padding: 13px 5px;
    text-align: center;
}

.home-table> :not(:first-child) {
    border-top: unset;
}

.home-table tbody tr {
    font-size: 14px;
    color: #2c3e50;
    box-shadow: 2px 4px 16px #3754AA29;
    border-radius: 0 0 15px 15px;
}

.home-table tbody tr td {
    vertical-align: middle;
    border: none;
    text-align: center;
    padding: 10px 5px;
}

.home-table thead::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FD841A;
    border-radius: 15px 15px 0 0;
}

.pagination {
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 15px !important;
    background-color: #FD841A;
    border: unset;
    box-shadow: unset;
    flex-direction: row-reverse;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.page-item {
    margin: 0;
}
.pagination .page-item .page-link {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: unset;
    color: #000;
    padding: 0;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #FFFFFF;
    font-size: 14px;
}

.pagination .page-item:first-child span {
    line-height: 30px;
    font-size: 35px;
    background: transparent;
    margin-right: 10px;
}

.pagination .page-item.active .page-link {
    background-color: #001F3F;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    border: unset;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.pagination .page-item:last-child a {
    line-height: 30px;
    font-size: 35px;
    background: transparent;
    margin-left: 10px;
}

footer p {
    text-align: center;
}

.table-order-number {
    color: #FD841A !important;
}

.table-order-car-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff9e1;
    width: 255px;
    margin: auto;
    color: #FF851A;
    position: relative;
    line-height: 2;
    padding: 5px 0;
    border-radius: 10px;
}
.table-order-car-status {
    line-height: 2;
    position: relative;
}
.table-order-car-status:after {
    content: "";
    left: -20px;
    width: 1px;
    background: #FF851A;
    height: 100%;
    top: 0;
    position: absolute;
}
.table-orders-car-date {
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.4;
}

.search-input {
    border: 1px solid #EA832F !important;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 35px;
    background: #fff;
    color: #212529;
    border-radius: 20px;
}
.search-input::placeholder {
    color: #212529;
    opacity: 1;
}
.members-list-search-close {
    position: absolute;
    top: 8px;
    left: 10px;
    background: transparent;
    border: 0;
    font-size: 23px;
}
.search-icon {
    color: #EA832F;
    position: absolute;
    top: 15px;
    right: 15px;
}

.table-head {
    font-size: 20px;
}
.table-car-name {
    width: 91px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
