
@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;
}
.login {
    background: #3275B9;
}
@media print {
    .no-print {
        display: none !important;
    }
}
.page-header {
    margin: 15px auto;
}
.section-head span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    background: #3275B9;
    margin-inline-end: 5px;
}
/*Start Login*/
.login-page-new {
    height: 100vh;
}
.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;
    flex-direction: column;
}
.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: 0px auto 30px;
    position: relative;
    top: -15px;
}

.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 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;
    position: relative;
    margin-top: 15px;
}
.login-page-new .login-account-form .version {
    /*position: absolute;*/
    /*bottom: 15px;*/
    /*right: 15px;*/
    margin-bottom: 0;
    margin-top: 15px;
    color: #fff;
}
.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: 5px !important;
    background-color: #FF5929;
    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;
    border: 2px solid #555;
    margin: 3px;
}
.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 {
    margin: 0;
    color: #000;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
}

.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;
    }
}


.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;
}
.finance-admin-model-head {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin: 20px;
}
.finance-admin-model .form-group {
    width: 80%;
    text-align: right;
    margin: auto;
}
.finance-admin-model-label {
    font-size: 12px;
    color: #18181B;
    font-weight: 700;
    margin-bottom: 6px;
}
.finance-admin-model-label-hide {
    position: absolute;
    left: 20px;
    top: 43px;
    cursor: pointer;
}

.finance-admin-model-label-hide {
    background: url(../images/hide-password.png) no-repeat;
    width: 30px;
    height: 30px;
}
.finance-admin-model-label-hide.show {
    background: url(../images/show-password.png) no-repeat;
}
.finance-admin-model-input {
    display: block;
    width: 100%;
    border: 1px solid #E0E3EB;
    margin-bottom: 10px;
    background: #FAFAFA;
    height: 53px;
    border-radius: 3px;
}
.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 .form-messages.fail {
    color: #f54b5f;
}

.finance-admin-model-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;
}

/*End Login*/

/*Start Dashboard */
#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: #3275B9;
}
.wrapper {
    display: flex;
    overflow-y: hidden;
}
.wrapper aside {
    transition: ease-in-out 1s all;
    -webkit-transition: ease-in-out 1s all;
    -moz-transition: ease-in-out 1s all;
    -ms-transition: ease-in-out 1s all;
    -o-transition: ease-in-out 1s all;
    width: 280px;
    min-width: 280px;
}
.wrapper aside.active {
    width: 100px;
    transition: ease-in-out 1s all;
    -webkit-transition: ease-in-out 1s all;
    -moz-transition: ease-in-out 1s all;
    -ms-transition: ease-in-out 1s all;
    -o-transition: ease-in-out 1s all;
}
.wrapper aside.active {
    width: 100px;
    min-width: 100px;
}
.wrapper aside .sidebar .sidemenu-header {
    height: 64px;
    min-height: 64px;
    background-color: white;
    border-bottom: 0.5px solid rgba(67, 67, 67, 0.15);
    position: relative;
}
.wrapper aside .sidebar .sidemenu-header .logo-img {
    max-width: 100%;
    height: 34px;
    margin: auto;
    vertical-align: middle;
}
.wrapper aside.active .logo-img {
    display: none;
}
.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 .sidebar .sidemenu-body {
    height: calc(100vh - 64px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item {
    border: unset;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item.active {
    background-color: #f5f6fa;
}
.wrapper aside.active .sidebar .sidemenu-body .list-group-item {
    padding: 8px;
}
.wrapper aside .sidebar .sidemenu-body .list-group-item a {
    height: 56px;
    color: #2c3e50;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    font-family: ChangaRegular;
    display: block;
    text-decoration: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
.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 svg {
    margin: 0 !important;
}
.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% - 285px);
    min-width: calc(100% - 285px);
}
.wrapper aside.active + main {
    width: calc(100% - 100px);
    min-width: calc(100% - 100px);
}
.wrapper main > nav {
    height: 64px;
    min-height: 64px;
    background-color: white;
    box-shadow: -11px 0px 12px -5px #838383;
    z-index: 99;
}
.wrapper main > nav .side-nav-on-mobile {
    display: none !important;
}
nav .logo-img {
    width: 85px;
    height: 33px;
}
nav .logo-img img {
    width: 100%;
}
.navbar-expand .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;
}
.wrapper main > nav .dropdown .dropdown-menu {
    padding: 0;
    text-align: right;
}
.wrapper main > nav .dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
    font-family: ChangaRegular;
    color: #2C3E50;
}
.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-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;
}
.rounded {
    border-radius: 10px !important;
    border: none !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;
    border: 1px solid #3275B9;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 6px;
    position: relative;
}
.container-form-input .did-floating-label-content .did-floating-input:focus , .container-form-input .did-floating-label-content .did-floating-select:focus {
    box-shadow: none;
}
.container-form-input .did-floating-label-content .bootstrap-select.did-floating-input, .container-form-input .did-floating-label-content .bootstrap-select.did-floating-select {
    padding: 0 ;
}

.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 {
    border-radius: 0;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
}

.card .icon img {
    max-width: 48px;
}
.home-report-cards .title p {
    font-size: 12px;
    color: #707070;
    margin-bottom: 9px;
    font-family: 'ChangaMedium';
}
.home-report-cards .title b {
    font-size: 24px;
    color: #000000;
    position: relative;
}
.home-report-cards .title b span {
    font-size: 15px;

}


.wrapper main  footer {
    margin-top: auto;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding-right: 15px;
    font-size: 14px;
    font-family: ChangaMedium;
    background-color: #2C3E50;
}

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

.card h6  {
    font-size: 16px;
    padding: 15px;
    font-family: 'ChangaMedium';
}
#contentData .card .card-body  {
    min-height: 422px;
}
.language-btn {
    text-decoration: none;
}
/*End Dashboard */
/*Start Subscriptions*/

.btn.search {
    color: #3275B9;
    border: 1px solid;
    height: 50px;
}
.advanced-filters-section .form-select {
    width: 20%;
    font-size: 12px;
    border-color: #3275B9;
    position: relative;
    z-index: 5;
    height: 50px;
    background-color: #F5F6FA;
    padding: 10px;
    background-position: left 0.75rem center;
}

.filters input {
    height: 50px;
    border-radius: 3px;
    border: 1px solid #d9d9e5;
    font-family: ChangaRegular;
    font-size: 12px;
    color: #000;
}
.filters input::placeholder {
    color: #A4AFB7;
    opacity: 1;
}
.advanced-filters-section .advanced-filters-toggle .filters-toggle .filters-toggle-button .fa-filter {
    color: #3275B9;
    font-size: 20px;
}
.bootstrap-select .dropdown-toggle .filter-option {
    padding: 0 !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right;
    color: #A4AFB7;
    font-size: 12px;
}
.bootstrap-select .bs-actionsbox .btn-group {
    display: flex;
    gap: 5px;
}
.bootstrap-select .bs-actionsbox .btn-group button.bs-select-all {
    border-color: #3275B9 !important;
}
.bootstrap-select .bs-actionsbox .btn-group button {
    font-size: 12px;
}
.bootstrap-select .inner.open .dropdown-menu.inner {
    display: block;
}
.bootstrap-select .inner.open .dropdown-menu.inner li a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 5px;
    color: #000;
    font-family: ChangaRegular;
    text-align: right;
}
.bootstrap-select .inner.open .dropdown-menu.inner li a span.text {
    margin-right: 10px !important;
}
.bootstrap-select .inner.open .dropdown-menu.inner li a span.text::before {
    content: "\f0c8";
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    width: 19px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.bootstrap-select .inner.open .dropdown-menu.inner li a.selected span.text::before {
    font-weight: 900;
    content: "\f14a";
    color: #3275B9;
}
.bootstrap-select .bs-actionsbox .btn-group button {
    line-height: 27px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.bs-searchbox .form-control:focus {
    box-shadow: none;
}
.bootstrap-select .dropdown-menu {
    padding: 0;
}
.bootstrap-select .bs-searchbox .form-control {
    height: 30px !important;
    margin-bottom: 5px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important;
    box-shadow: none;
}
.subscriptions {
    background: #3275B9;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    font-family: 'ChangaMedium';
}
.table thead {
    color: #a3a6b4;
    font-size: 14px;
    font-family: ChangaRegular;
    height: 45px;
}
.table thead tr {
    color: #2C3E50;
    font-size: 12px;
    font-family: ChangaSemiBold;
    text-align: center;
}
.table thead tr th {
    padding: 0.5rem;
    color: #828590;
}
.table > :not(:first-child) {
    border-top: unset;
}
.table tbody tr td {
    padding: 0.5rem;
    word-wrap: break-word !important;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
}
.table-name {
    color: #3275B9;
}
.table-name a {
    color: #3275B9 !important;
}
.invoice-status {
    background: #D4F4E8;
    color: #02BC77;
    border-radius: 5px;
    padding: 8px;
    display: inline-block;
    font-family: 'ChangaSemiBold';
}
.subscriptions-model-btn i{
    transform: rotate(35deg);
}
.subscriptions-model-btn:focus {
    box-shadow:none;
}
.table tbody tr td:last-of-type {
    border-right: 2px solid #f1f1f3;
}
.condition-red {
    color: #A81E23;
}
.condition-yellow {
    color: #E5B91D;
}

.invoice-status.condition-yellow {
    background: #E5B91D24;
    color: #E5B91D;
}

.subscriptions-model .modal-header {
    background: #3275B9;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.subscriptions-model .modal-title {
    font-size: 16px;
}
.subscriptions-model .modal-dialog {
    max-width: 1000px;
}

.subscriptions-model .close-model i{
    color: #fff;
}
.subscriptions-model .model-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
}

.print-with-select .select-with-icon .dropdown {
    width: -webkit-fill-available;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
    margin-inline-start: 26px;
}
.print-with-select .select-with-icon .dropdown button {
    width: 106px;
}
.print-with-select .select-with-icon .dropdown button:after {
    position: absolute;
    top: 44%;
    left: 5px;
    border-top: 0.3em solid #A4AFB7;
}
.print-with-select .select-with-icon .dropdown ul {
    min-width: unset;
    width: 100%;
    margin: 0;
    padding: 0;
}
.select-with-icon {
    position: relative;
}
.print-with-select .select-with-icon .icon {
    position: absolute;
    top: 6px;
    right: 32px;
}
.print-with-select .start-print {
    max-height: 38px;
    border: 1px solid #dee2e6 !important;
    border-radius: 3px;
    margin-right: 15px;
}
.subscriptions-model .model-logo {
    font-size: 12px;
    text-align: center;
}
.subscriptions-model .model-logo img{
    width: 145px;
    margin-bottom: 10px;
}
.subscriptions-model .modal-body {
    padding: 20px 30px;
}
.model-middle {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.model-details-name {
    font-size: 13px;
    line-height: 1.8;
}
.model-details-name b {
    font-family: ChangaMedium;
}
.model-details-info {
    color: #2C3E50;
    font-size: 16px;
    font-family: 'ChangaSemiBold';
}
.model-details-info .details span {
    font-family: ChangaRegular;
    margin-right: 10px;
    font-size: 13px;
}
.model-details-info .details {
    margin-bottom: 10px;
}
.details .condition-green {
    background: #CDFFCD;
    color: #007F00;
    font-family: 'ChangaSemiBold';
    padding: 1px 15px;
    border-radius: 10px;
}
.subscriptions-model .table thead tr th {
    color: #A3A6B4;
}
.subscriptions-model .discount {
    font-size: 15px;
    color: #4D4F5C;
    font-family: 'ChangaSemiBold';
}
.subscriptions-model .discount-details span {
    font-family: 'ChangaRegular';
    margin-left: 5px;
}
.subscriptions-model .model-total {
    color: #3275B9;
    font-size: 26px;
    font-family: 'ChangaSemiBold';
    margin-top: 20px;
    margin-bottom: 40px
}
.subscriptions-model .download-excel .dropdown-item{
    font-size: 12px;
    text-align: center;
}
@media print {
/*    .subscriptions-model.print {*/
/*        height: unset !important;*/
/*        position: relative;*/
/*        display: flex;*/
/*        z-index: 9999999999;*/
/*        overflow-y: visible !important;*/
/*    }*/
/*    .subscriptions-model .modal-dialog {*/
/*        width: 100% !important;*/
/*        max-width: 100% !important;*/
/*        margin: 0;*/
/*    }*/
/*    .modal-backdrop.show {*/
/*        display: none !important;*/
/*    }*/
/*    .modal.show .modal-dialog {*/
/*        transform: none !important;*/
/*    }*/
/*    .no-print {*/
/*        display: none !important;*/
/*    }*/

    .wrapper main {
        height: 100% !important;
        width: 100%;
    }
    .wrapper .main-content {
        height: auto !important;
        width: 100%;
    }
    .wrapper aside {
        display: none;
    }
    .navbar {
        display: none;
    }
    ::-webkit-scrollbar {
        width: 0 !important;
    }
}
.pagination {
    padding: 0;
}
.pagination .pagination {
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 0;
}
.pagination .page-item {
    margin-inline-start: 15px;
}
.pagination .page-item:first-child, .pagination .page-item:last-child {
    margin-inline-end: 5px;
    font-size: 27px;
}
.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;
}
.pagination .page-item:first-child span {
    line-height: 30px;
}
.pagination .page-item.active .page-link {
    background-color: #3275B9;
    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;
}

.model-details-p {
    max-height: 50px;
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px 0;
    transition: all .5s ease-in-out;
}
.model-details-p:hover {
    max-height: max-content;
}
/*End Subscriptions*/
/*Start Subscriptions-view*/
.back-button {
    color: #262738;
}
.subscriptions-view-top-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3275B9;
    color: #fff;
    padding: 15px;
}
.subscriptions-view-top-head {
    font-size: 12px;
}
.subscriptions-view-top-head i {
    font-size: 30px;
    margin-left: 10px;
    position: relative;
    top: 7px;
    line-height: 0;
}
.subscriptions-view-model-btn {
    color: #fff !important;
    border: 1px solid;
    font-size: 14px;
    width: 130px;
    margin: 0 5px;
}

.subscriptions-view-head {
    margin: 0 40px;
    font-size: 13px;
    font-family: 'ChangaMedium';
    color: #959EA7;
}
.subscriptions-view-head span {
    color: #2C3E50;
    font-family: ChangaSemiBold;
    margin-right: 10px;
}
.subscriptions-view-head img {
    margin-left: 10px;
    width: 22px;
}
.subscriptions-view-model-close-btn {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.model-view-logo {
    margin-bottom: 5px;
    text-align: center;
}
.model-view-logo-details {
    text-align: center;
    color: #2C3E50;
    font-family: 'ChangaSemiBold';
    font-size: 18px;
    margin-bottom: 15px;
}
.form-select.single {
    color: #2C3E50;
    font-size: 14px !important;
    border: 1px solid #D5E1F1;
    background-position: left 0.75rem center;
    padding: 0.375rem 1.25rem 0.375rem 0.75rem;
    height: 50px;
}

.model-view-container-hidden {
    display: none;
    text-align: center;
    min-height: 300px;
}
.subscriptions-view-model-submit  {
    color: #fff !important;
    font-size: 14px;
    font-family: 'ChangaSemiBold';
    width: 90%;
    margin: 0 auto 15px;
    display: block;
    line-height: 2.3;
    background: #3275B9;
}
lottie-player {
    margin: auto;
}
.model-view-container-hidden-p {
    color: #000000;
    font-size: 14px;
}
.subscriptions-view .container-form-input .did-floating-label-content .did-floating-input, .subscriptions-view .container-form-input .did-floating-label-content .did-floating-select {
    width: 70%;
    margin: 0 auto 20px;
    text-align: center;
    justify-content: center;
}
.subscriptions-view .container-form-input .did-floating-label-content .did-floating-input img:first-of-type,.subscriptions-view .container-form-input .did-floating-label-content .did-floating-select img:first-of-type {
    position: absolute;
    right: 15px;
}
.model-view-date {
    width: 70%;
    margin: 0 auto 5px;
    color: #262738;
    font-size: 12px;
    display: block;
}
#chartdiv ,#chartdiv2{
    width: 100%;
    height: 250px;
    direction: ltr;
}
.subscriptions-view-chart-container {
    margin: 20px 0;
    padding: 20px;
}
.subscriptions-view-chart-head {
    font-size: 14px;
    font-family: ChangaMedium;
}
.edit-statement-add-button {
    background: #3275B9;
    border-radius: 50%;
    padding: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 13px;
}
.offcanvas-end {
    transform: translateX(-100%);
}
.offcanvas.car-properties {
    width: 693px !important;
    right: unset;
    left: 0;
}
.offcanvas .offcanvas-header {
    color: #fff;
    font-family: ChangaRegular;
    background: #3275B9;
}
.offcanvas .offcanvas-header .offcanvas-title {
    font-size: 16px;
}
.offcanvas .offcanvas-body {
    height: 80vh;
    overflow: auto;
}
.from-container.edit {
    margin-bottom: 20px;
    min-height: auto;
}
.input-container {
    display: flex;
}
.from-container.edit .bill-options {
    color: #2C3E50;
    font-size: 14px;
}
.from-container.edit .bill-options span {
    color: #727B85;
    display: block;
    font-size: 12px;
    margin-top: 10px;
}
.bill-edit-input {
    background: #3275B9;
    color: #fff !important;
    border-radius: 50%;
    padding: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}
.bill-input-container {
    display: none;
}
.container-form-input {
    margin: 0 auto;
    font-family: "Inter", sans-serif;
}
floating-input {
    border-color: #EA832F !important;
    height: 40px !important;
    width: 170px !important;
    margin: 0;
}
.container-form-input .did-floating-label-content .did-floating-label {
    color: #1e4c82;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    /* left: 15px; */
    right: 10px;
    top: 15px;
    padding: 0 5px;
    background: #fff;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    font-family: ChangaRegular;
}
.container-form-input .did-floating-label-content .did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top: -8px;
    font-size: 10px;
    width: auto;
}

.container-form-input .did-floating-label-content .did-floating-select:has(:checked) ~ .did-floating-label, .container-form-input .did-floating-label-content .did-floating-label.active {
    top: -8px !important;
    font-size: 10px;
    width: auto;
    /* right: 10px; */
}
form .error {
    position: absolute;
    right: 5px;
    background-color: transparent;
    color: red;
    font: normal normal normal 10px/52px ChangaRegular;
    height: 20px;
    line-height: 1;
}
.car-categories .form-control ~ label.error, .car-categories .select2-selection--multiple ~ label.error {
    top: unset !important;
    padding-top: 4px;
    width: 100%;
    color: #dc3545;
    font-family: "ChangaLight";
    font-size: 11px;
}
.bill-save-input {
    background: #3DB39E;
    color: #fff !important;
    width: 22px;
    border: 1px solid #B7D4E7;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 10px;
}
.bill-cancel-input {
    background: #F16472;
    color: #fff !important;
    border: 1px solid #B7D4E7;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.offcanvas .offcanvas-body hr {
    height: 2.5px;
    position: relative;
    margin-top: 7px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.0784313725);
}
.bill-statement-head2 {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}
.bill-statement-delete {
    color: #A81E23 !important;
}
.bill-statement-head2 .price {
    font-family: ChangaMedium;
}
.offcanvas .offcanvas-footer {
    padding: 15px;
    background-color: #f5f6fa !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.offcanvas-close-btn {
    max-height: 35px;
    line-height: 35px;
    padding-top: 5px;
    color: #fff !important;
    font-size: 11px;
}
.offcanvas-getFiles > div ,.offcanvas-getFiles > form {
    height: 100%;
}
.offcanvas-getFiles > form {
    position: relative;
}
.bill-input-added-container {
    display: none;
    font-size: 12px;
    margin-top: 15px;
    font-weight: 600;
    position: relative;
}
.bill-statement-head {
    font-size: 16px;
    color: #EA832F;
    display: flex;
    justify-content: space-between;
    font-family: ChangaMedium;
    margin: 10px 30px 20px 0;
}
.bill-statement-head span {
    font-weight: 400;
}
.add-statement-submit {
    margin: 0 auto 0 0;
    background: #3275B9;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 15px;
}
.offcanvas-add-user-input::placeholder {
    opacity: 1;
    font-size: 14px;
    color: #2C3E50;
}
.offcanvas-add-user-input {
    color: #2C3E50;
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #D5E1F1;
    height: 48px;
}
.filters-inputs.offcanvas-add-user-input-container .select2-container .select2-selection--single {
    border: 1px solid #D5E1F1 !important;
    border-radius: .25rem;
}
.filters-inputs.offcanvas-add-user-input-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2C3E50;
}
.subscriptions-view-table-add-user-button {
    color: #3275B9 !important;
    font-size: 14px;
    font-family: 'ChangaMedium';
}
.subscriptions-view-table-add-user-button i {
    margin-left: 5px;
}
.progress-bar-container {

}
.progressBar {
    display: flex;
    align-items: center;
}
.progressBar .progress {
    width: 300px;
    border-radius: 15px;
    height: 15px;
    margin: 0 15px;
    background: #EAEAEA;
}
.progress-bar-container h5{
    font-size: 16px;
    color: #161616;
    font-family: ChangaMedium;
    margin-bottom: 0;
}
.progress .progress-bar {
    border-radius: 15px;
    background-color: #3275B9;
}
.progressBar span {
    color: #264653;
    font-size: 16px;
    font-family: 'ChangaMedium';
}
.super-admin .color-super-admin {
    color: #3275B9;
}
.edit-from-container .btn {
    max-height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0;
}

.edit-from-container {
    display: flex;
    align-items: center;
    gap: 4px;
}
.emailError {
    color: #f00;
    font-size: 12px;
}
.edit-from-container .btn.edit {
    background-color: #3DB39E;
    color: #fff;
}
.edit-from-container .btn.save {
    background-color: #3DB39E;
    color: #fff;
    display: none;
}
.edit-from-container .btn.cancel {
    background-color: #F1616F;
    color: #fff;
    display: none;
}
.super-admin .permission {
    padding: 3px 10px;
    background-color: #cadbed;
    border-radius: 15px;
    color: #3275B9;
}
.table tbody tr td a.reset-btn {
    color: #006fff;
    font-weight: 600;
    cursor: pointer;
}
.table tbody tr td.control-btn {
    border-inline-start: 1px solid #ececec;
    width: 0%;
    white-space: nowrap;
}
.table tbody tr td .btn-icon-action {
    font-size: 17px;
    width: 30px;
    text-align: center;
    line-height: 34px;
    color: #575757 !important;
}
.btn-icon-action::after {
    display: none !important;
}
.color-hint {
    font-size: 14px;
    color: #999;
}
.modal-content.login-page-new {
    height: auto;
}
.modal-content.login-page-new .login-account-form .grid-center {
    margin-top: 0;
    padding-top: 0;
}
#resetPassword .closeBtnModal {
    text-align: left;
}
.modal-content.login-page-new .finance-admin-model-head {
    font-size: 18px;
    margin: 20px 0;
}
.modal-content.login-page-new .finance-admin-model-label-submit {
    background: #3275B9;
}
.reset-password-p {
    color: #7f7f7f;
    font-size: 14px;
    margin-bottom: 10px;
}
.dropup .dropdown-menu .popover-title {
    font-size: 11px;
    padding: 7px 10px 0;
    word-wrap: break-word;
    width: 54px;
    height: 27px;
    inline-size: 150px;
    color: #2c3e50;
}
.dropup .dropdown-menu .popover-content .btn-User {
    display: flex;
    padding: 0 5px 5px;
    gap: 5px;
}
.dropup .dropdown-menu .popover-content .btn-User .btn-icon-split {
    text-align: center;
    width: 100%;
    margin-bottom: 1px;
    text-align: start;
    border: none;
    padding: 0;
    height: 30px;
    display: flex;
    font-size: 12px;
    align-items: flex-end;
}
.dropup .dropdown-menu .popover-content .btn-User .btn-icon-split.btn-success {
    background-color: #3DB39E !important;
}
.dropup .dropdown-menu .popover-content .btn-User .btn-icon-split.btn-danger {
    background-color: #F1616F !important;
}
.dropup .dropdown-menu .popover-content .btn-User .btn-icon-split .icon {
    font-size: 16px;
    margin: 0 4px;
    width: 25px;
    text-align: center;
}
.dropup .dropdown-menu .popover-content .btn-User .btn-icon-split .text {
    padding: 0;
    font-size: 12px;
    color: #fff;
}
.show-bill-container {
    width: 97%;
    border-radius: 15px;
    border: 1px solid #3275B9;
    padding: 15px;
    margin: 10px auto;
}
.show-bill-button {
    position: absolute;
    left: 10px;
    top: 10px;
}
.show-bill-information {
    color: #949DA6;
    font-size: 14px;
    text-align: right;
}
.show-bill-information span {
    color: #2C3E50;
    margin-top: 15px;
    display: inline-block;
    font-weight: 700;
}
.show-bill-information span.color-yellow {
    color: #FFD950;
    font-weight: 400;
    background: #FFF9E1;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 12px;
}
.show-bill-information span.color-yellow:before {
    content: "";
    background: #FFD950;
    border-radius: 50%;
    width: 5px;
    display: inline-block;
    height: 5px;
    margin-left: 5px;
}
.show-bill-information span.color-green {
    color: #007F00;
    font-weight: 400;
    background: #CDFFCD;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 12px;
}
.show-bill-information span.color-green:before {
    content: "";
    background: #007F00;
    border-radius: 50%;
    width: 5px;
    display: inline-block;
    height: 5px;
    margin-left: 5px;
}
.subscriptions-view-invoices-head {
    color: #2C3E50;
    font-size: 16px;
    font-family: 'ChangaMedium';
}
.subscriptions-view-sorting-dropdown-menu {
    border: 1px solid #3275B9;
    padding: 20px;
    min-width: 240px;
}
.subscriptions-view-sorting-dropdown-menu {
    color: #3275B9;
    font-size: 12px;
    text-align: start;
}
.subscriptions-view-sorting-inputs-container {
    text-align: start;
}
.subscriptions-view-sorting-label {
    font-size: 14px;
    color: #25213B;
    font-family: 'ChangaMedium';
}
.subscriptions-view-sorting-btn {
    background: #3275B9;
    color: #fff !important;
    padding: 5px 12px;
}
.subscriptions-view-sorting-dropdown-menu li:hover  {
    background: #a7c3e1;
}
.subscriptions-view-sorting-dropdown-menu li {
    cursor: pointer;
    border-radius: 5px;
    padding: 0 5px;
}
.subscriptions-view-sorting-dropdown-menu li.head {
    cursor: inherit;
    margin-bottom: 10px;
}
.subscriptions-view-sorting-dropdown-menu li.head:hover {
    background: transparent;
}
.closeBtnModal {
    cursor: pointer;
}
/*End Subscriptions-view*/
/*Start Invoices */
.home-report-cards .title.invoices-page p span{
    font-size: 24px;
    color: #000000;
}
.invoices-page-b {
    font-weight: 400;
    margin-top: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 24px;
    color: #2C3E50;
}
.invoices-page-b span {
    font-family: ChangaMedium;
}
.invoices-page-b:before {
    content: "";
    top: -6px;
    width: calc(100% + 8px);
    left: -4px;
    background: #F5F7F9;
    height: 3px;
    position: absolute;
}
.table-invoices-number {
    color: #3275B9;
}
.invoice-status-page  {
    font-size: 11px;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 80px;
    font-family: 'ChangaMedium';
}
.invoice-status-page.yellow {
    background: #fff4ca;
    color: #ffd950;
}
.invoice-status-page.red {
    background: #FFDAE5;
    color: #A81E23;
}

.invoice-status-page.green {
    background: #CDFFCD;
    color: #007F00;
}
.invoices-head-container {
    background: #FFFFFF;
    color: #3275B9;
    font-size: 16px;
    padding: 20px;
    font-family: 'ChangaMedium';
}

.subscriptions-model .table tbody tr td:nth-of-type(2) {
    width: 18%;
}
.subscriptions-model-invoices-Button {
    background: #1BBB5F;
    color: #fff !important;
}

.offcanvas-header {
    height: 50px;
    color: #fff;
}
.pos-claims-form .section-head {
    background: transparent !important;
    color: #2C3E50 !important;
    font-size: 16px;
    font-family: 'ChangaMedium';
}
.offcanvas-body .form-select {
    font-size: 13px;
    border-color: #3275B9;
    position: relative;
    z-index: 5;
    height: 50px;
    padding: 10px;
    background-position: left 0.75rem center;
    font-family: 'ChangaRegular';
    border-radius: 6px;
}
.TextAreaComment-head {
    color: #2C3E50;
    font-size: 12px;
    margin-bottom: 15px;
}
#pagenationSelectNumber {
    display: none;
}

.avatar-upload {
    position: relative;
    margin: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid #ededed;
}
.avatar-upload .deleteImg {
    display: none;
    position: absolute;
    left: 0;
    z-index: 999;
    padding: 0;
    color: #fff;
    background-color: #ff0000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 6px;
    cursor: pointer;
}
.avatar-upload .download-icon {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 0;
    color: #fff;
    background-color: #ff0000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 6px;
    cursor: pointer;
}
.avatar-upload label.error {
    bottom: -5px;
}
.avatar-upload input.is-invalid ~ .avatar-edit {
    border: 2px dashed #f00;
}
.avatar-upload video.imagePreview {
    height: 0;
}
.avatar-upload.active {
    background-color: #fff;
}
.avatar-upload.active .deleteImg ,.avatar-upload.active .download-icon {
    display: block;
}
.avatar-upload.active .avatar-edit {
    opacity: 0;
}
.avatar-upload.active .imagePreview {
    height: 100%;
    display: block;
    background-color: #fff;
}
.avatar-upload.active video.imagePreview {
    width: 100%;
    height: 100%;
}

.avatar-upload .avatar-edit,
.avatar-upload .avatar-delete {
    position: absolute;
    right: 12px;
    width: 50px;
    top: 1px;
    padding: 10px;
    z-index: 9;
    zoom: 0.8;
    cursor: pointer;
}

.large-uploadImg.avatar-upload {
    width: 100%;
    height: 120px;
    border: 3px dashed #e0e0e0;
    overflow: hidden;
}

.cover-img .large-uploadImg.avatar-upload {
    height: 200px;
}

.avatar-upload .avatar-edit,
.avatar-upload .avatar-delete {
    position: absolute;
    right: 12px;
    width: 28px;
    top: 10px;
    z-index: 9;
    zoom: 0.8;
    cursor: pointer;
}

.large-uploadImg.avatar-upload .avatar-edit {
    width: 100%;
    text-align: center;
    left: 0;
    right: unset;
    top: 0;
    z-index: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.large-uploadImg.avatar-upload input:hover ~ .avatar-edit {
    background-color: rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.large-uploadImg.avatar-upload .avatar-edit img.icon {
    width: 32px;
    margin-bottom: 5px;
}

.large-uploadImg.avatar-upload input:hover ~ .avatar-edit i,
.large-uploadImg.avatar-upload input:hover ~ .avatar-edit svg {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ededed;
    line-height: 48px;
    font-size: 22px;
    margin-bottom: 0;
    color: #ea832f;
}

.large-uploadImg.avatar-upload input:hover ~ .avatar-edit img.icon {
    width: 48px;
}

.large-uploadImg.avatar-upload input:hover ~ .avatar-edit p {
    display: none;
}

.large-uploadImg.avatar-upload .avatar-edit i,
.large-uploadImg.avatar-upload .avatar-edit svg {
    font-size: 30px;
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
}

.large-uploadImg.avatar-upload .avatar-edit p {
    font-size: 18px;
}

.large-uploadImg.avatar-upload .avatar-edit p span {
    color: #000ac1;
}

.avatar-upload-form .avatar-upload .avatar-edit, .avatar-upload-form .avatar-upload .avatar-delete {
    right: -2px;
    padding: 6px;
}

.avatar-upload .avatar-delete {
    right: unset;
    left: 10px;
    z-index: 9999;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit label.LabelUploadImg,
.avatar-upload .avatar-delete label {
    display: inline-block;
    width: 34px;
    min-width: 34px !important;
    text-align: center;
    line-height: 32px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #17a2b8;
    color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    padding: 0;
}

.avatar-upload .avatar-delete label {
    background: #af0000;
}

.avatar-upload .avatar-edit label.LabelUploadImg i,
.avatar-upload .avatar-delete label i {
    line-height: 31px;
}

.avatar-upload .avatar-edit label.LabelUploadImg:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
    color: #17a2b8;
}

.imageUpload {
    position: absolute;
    width: 100%;
    height: 100% !important;
    opacity: 0;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}

.avatar-upload.active .imageUpload {
    z-index: 0;
}

.cover-img .avatar-upload.active .imageUpload {
    z-index: 99;
}

.avatar-upload .avatar-preview {
    width: 100%;
    min-height: 80px;
    height: auto;
    position: relative;
    border-radius: 0;
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
}

.imagePreview {
    -o-object-fit: unset;
    object-fit: unset;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto;
    max-height: 100%;
    display: block;
    position: relative;
    z-index: 9;
    background-color: #fff;
}
.tox-notifications-container {
    z-index: -99999 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

.posClaim-details-head2 {
    margin: 15px;
    font-size: 14px;
    color: #949DA6;
}
.posClaim-details-head2 span {
    color: #2C3E50;
}
.posClaim-details-head span, .posClaim-details-head2 span {
    margin-right: 5px
}
.posClaim-details-head3 {
    font-size: 14px;
    color: #2C3E50;
    margin-bottom: 15px;
}
.posClaim-details-p {
    font-size: 14px;
    width: 80%;
}
.posClaim-details-p-span {
    margin-right: 20px;
    color: #959EA7;
    font-size: 12px;
    line-height: 2;
}
.posClaim-details-p-span span {
    margin-right: 5px;
    color: #2C3E50;
}
.posClaim-details-view-img {
    text-align: right;
}
.posClaim-details-view-img .d-flex.align-items-center {
    width: 217px;
}
.posClaim-details-view-img-head {
    color: #959EA7;
    font-size: 14px;
    font-family: ChangaRegular;
    font-weight: 200;
}
.posClaim-details-view-img .image {
    margin-top: 5px;
    position: relative;
    overflow: hidden;
    margin: auto;
    display: flex;
}
.posClaim-details-view-img .image a {
    text-align: right;
}
.posClaim-details-view-img .image a img {
    height: 100px;
    width: 217px;
}

.invoices-view-modal-container p{
    text-align: center;
    color: #2C3E50;
    font-size: 16px;
    font-family: 'ChangaSemiBold';
}
.posClaim-details-container {
    display: flex;
}
.invoices-table .table tbody tr td:last-of-type{
    border: 0;
}
.invoices-label-head {
    position: absolute;
    left: 0;
    top: 0;
}
.invoices-label-container {
    padding-top: 50px;
    overflow: hidden;
}
.invoices-label-head {
    position: absolute;
    left: -70px;
    top: -68px;
    color: #fff;
    width: 200px;
    padding: 6px;
    transform: rotate(-40deg);
    text-align: center;
    padding-top: 51px;
}
.invoices-label-head.yellow{
    background: #FFD950;
}
.invoices-label-head.red{
    background: #A81E23;
}
.invoices-label-head.green{
    background: #1BBB5F;
}


/*Start dealers*/
.custom-switch .form-check-input[type=checkbox] {
    width: 50px;
    height: 22px;
    background-position: left center;
}
.custom-switch .form-check-input[type=checkbox]:checked {
    background-color: #00A1AB;
    border-color: #00A1AB;
    background-position: right center;
}
.form-check-input[type=checkbox] ~ label {
    font-family: ChangaRegular;
    font-size: 14px;
    margin-right: 45px;
}
.custom-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.control-btn .dropdown-menu{
    width: 220px;
    text-align: center;
}

.form-select.select2 {

}
.filters-inputs .select2-container {
    width: 100% !important;
    height: 50px;

}
.filters-inputs .select2-container .select2-selection--single {
    height: 50px;
    border: 1px solid #3275B9 !important;
    border-radius: 6px;
}
.filters-inputs .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #A4AFB7;
    line-height: 50px;
    text-align: right;
    font-size: 12px;
}
.filters-inputs .select-input {
    width: 100% !important;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #3275B9;
    font-family: ChangaRegular;
    font-size: 12px;
    color: #A4AFB7;
}
.filters-inputs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    left: 10px;
    top: 16px;
}
.filters-inputs .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -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;
}
.select2-container--default .select2-results>.select2-results__options {
    text-align: right;
}

.dealers-add-btn {
    background: #3275B9;
    color: #fff !important;
    font-size: 14px;
    font-family: 'ChangaRegular';
}

.bootstrap-select>.dropdown-toggle:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -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;
    border: 0;
    color: #323840;
}
.icon-input b {
    position: absolute;
    font-weight: 400;
    left: 12px;
    top: 13px;
}

.create-page .form-check-input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    float: right;
    margin-right: -1.5em;
}
.create-page.form-check {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}
.create-page .form-check-input[type=checkbox] ~ label {
    margin-right: 0;
}
.create-page .form-check-input:checked {
    background-color: #00a1ab;
    border-color: #00a1ab;
}
.text-area-char-count textarea.form-control {
    min-height: calc(0.5em + 0.25rem + 2px) !important;
    height: -moz-max-content !important;
    height: 160px;
    resize: none;
}
.nav-tabs.nav-tabs-lang.small {
    border-bottom: none;
}
.nav-tabs.nav-tabs-lang.small .nav-item.nav-link {
    background-color: #ccc;
    color: #000;
    border: 3px solid #3275B9;
    background-color: #fff;
    min-width: 120px;
    text-align: center;
    min-width: 80px;
    font-size: 13px;
    padding: 7px 9px;
    border-radius: 0 5px 5px 0;
}
.nav-tabs.nav-tabs-lang .nav-item.nav-link.active {
    background-color: #3275B9;
    color: #fff;
}
.nav-tabs.nav-tabs-lang.small .nav-item.nav-link:last-child {
    border-radius: 5px 0 0 5px;
}
.container-form-input .did-floating-label-content .show-pass {
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 0.8em;
}
.container-form-input .did-floating-label-content .show-pass img {
    width: 18px;
}
.btn-add-to-table {
    height: 50px;
    max-height: max-content;
    position: relative;
    background-color: #3275B9;
    color: #fff !important;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-add-to-table i {
    margin-left: 11px;
}
.container-form-input .did-floating-label-content:has(.large-input) .did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top: -8px !important;
    font-size: 13px;
}

.container-form-input .did-floating-label-content .did-floating-input:focus ~ .did-floating-label, .container-form-input .did-floating-label-content .did-floating-select:focus ~ .did-floating-label {
    top: -8px !important;
    width: auto;
}
.form-control ~ label,.select2-selection--multiple ~ label {
    width: calc(100% - 17px);
}
select.form-control ~ label {
    width: auto;
}
.btn-dealer-create-submit {
    min-width: 170px;
    background-color: #3275B9;
    color: #fff !important;
    border: 1px solid transparent;
    height: 50px;
}
.section-head {
    font-family: 'ChangaMedium';
}
.dealers-create-container h6{
    font-size: 13px;
}
.showrooms-create-head {
    text-align: center;
    font-size: 14px;
    color: #2C3E50;
    font-weight: 600;
}

.label-style-information .img-branch {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    border: 3px solid #3275B9;
    border-radius: 50%;
    padding: 7px;
    transform: scale(1.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.label-style-information .img-branch img{
    width: 100%;
}
.label-style-information span {
    font-size: 14px;
    margin: 0 3px;
    display: inline-block;
}
.label-style-information b {
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
}
.btn-save-height {
    min-width: 170px;
    background-color: #3275B9;
    color: #fff !important;
    border: 1px solid transparent;
    height: 35px;
}
.label-style-information {
    padding: 8px 15px;
}
.title-new-upload {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 5px;
    min-height: 34px;
}
.title-new-upload h5 {
    font-size: 14px;
    color: #777;
    max-width: calc(100% - 30px);
    word-break: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    line-height: 20px;
}
.title-new-upload a {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none;
}
.title-new-upload a img {
    width: 17px;
    margin: 0 2px;
}

.finance-admin-model .modal-header {
    background: #3275B9;
    padding: 15px !important;
    color: #fff;
}
.show-bill-model .modal-dialog {
    max-width: 900px;
}
.finance-admin-model .modal-title {
    font-size: 12px;
}
.finance-admin-model .btn-close {
    color: #fff;
    background: url(../images/close.svg) no-repeat center;
    margin: 0;
}
.show-bill-model .modal-body {
    padding: 1rem 30px 0;
}
.show-bill-model-container {
    border-bottom: 1px solid #BBD2F1;
    margin: 0 -30px;
    padding: 10px 15px 10px 0;
}
.show-bill-model-container:nth-of-type(2) {
    border-top: 1px solid #BBD2F1;
}
.show-bill-model-container:last-of-type {
    border-bottom: 0;
}
.show-bill-model-head2 {
    color: #264653;
    font-size: 14px;
    text-align: start;
}
.show-bill-model-head2 span {
    display: block;
    color: #949DA6;
    margin-top: 20px;
    width: 75%;
    font-size: 12px;
}
.show-bill-model-head3 {
    text-align: right;
    padding-right: 15px;
    font-size: 12px;
    color: #264653;
    font-weight: 600;
}
.print-with-select .select-with-icon {
    position: relative;
}
.print-with-select .select-with-icon .icon {
    position: absolute;
    top: 6px;
    right: 32px;
}
.show-bill-model .dropdown-item {
    font-size: 12px;
    cursor: pointer;
}
.modal .modal-dialog .modal-content {
    font-family: ChangaRegular;
    direction: rtl;
}
.savePdf .no-print {
    display: none;
}
.showrooms-create-link {
    font-size: 14px;
    color: #3275B9 !important;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 15px 0 0;
    font-weight: 600;
}


/*Start add subscriptions*/

.bill-options {
    color: #727B85;
    font-size: 14px;
}
.bill-options i.fa-check {
    color: #06C6B1;
    margin-left: 5px;
}

.bill-options i.fa-xmark {
    color: red;
    margin-left: 5px;
}

.bill-input-container {
    display: none;
}
.bill-save-input {
    background: #3DB39E;
    color: #fff !important;
    width: 22px;
    border: 1px solid #B7D4E7;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 10px;
}
.bill-cancel-input {
    background: #F16472;
    color: #fff !important;
    border: 1px solid #B7D4E7;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.bill-input-added-container {
    display: none;
    font-size: 12px;
    margin-top: 15px;
    font-weight: 600;
    position: relative;
}
.from-container {
    min-height: 120px;
}
.bill-date-label {
    color: #262738;
    font-size: 12px;
    margin-bottom: 10px;
    font-family: 'ChangaRegular';
}
.bill-date-options i:nth-child(1) {
    font-size: 15px;
    position: absolute;
    right: 25px;
}
.bill-date-options {
    text-align: center;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size: 15px !important;
    height: 50px;
}
.bill-date-container {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BBD2F1;
    border-radius: 5px;
    height: 50px;
    position: relative;
}
.bill-date-container.end {
    border-color: #B5B5B5;
    background: #DFDFDF;
}
.bill-date-container i {
    font-size: 15px;
    position: absolute;
    right: 25px;
}
.bill-edit-input.date {
    position: absolute;
    left: -40px;
    top: 50px;
}
.bill-input-container.date {
    margin-top: 38px;
}
.bill-input-added-container.date {
    margin-top: 40px;
    margin-right: 40px;
}
.container-form-input .did-floating-label-content .did-floating-select.large-input.bill-date-select {
    border-color: #3275B9 !important;
    font-size: 13px !important;
    width: 200px !important;
    height: 40px !important;
    cursor: pointer;
}
.container-form-input .did-floating-label-content .did-floating-select:not([multiple]):not([size]) {
    /*background-image: url('../images/arrow-down.svg');*/
    background-position: left 15px top 50%;
    background-repeat: no-repeat;
}
.bill-statement-container {
    padding: 20px;
    background: #F6F6F6;
    width: 97%;
    margin: auto;
}
.bill-statement-head {
    font-size: 16px;
    color: #3275B9;
    display: flex;
    justify-content: space-between;
    font-family: ChangaMedium;
    margin: 10px 30px 20px 0;
}

.bill-statement-head span {
    font-weight: 400;
}
.bill-statement-discount2 {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    color: #00A1AB;
    font-family: 'ChangaMedium';
    font-size: 16px;
}
.bill-statement-head3 {
    display: flex;
    justify-content: space-between;
    color: #2C3E50;
    font-family: 'ChangaMedium';
    margin: 15px 0;
    font-size: 16px;
}
.bill-statement-receipt {
    width: 95%;
    background: #3275B9;
    border-radius: 25px;
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-family: 'ChangaMedium';
    font-weight: 600;
    margin: 15px auto;
}

.bill-statement-submit {
    background: #3275B9;
    color: #fff !important;
    width: 140px;
    height: 50px;
    margin-top: 15px;
}
.bill-discount {
    background: #3275B9;
    color: #fff !important;
    width: 140px;
    margin: 0;
    height: 50px;
}
/*Start Dealers edit subscriptions*/

.edit-sub-head {
    color: #2C3E50;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.edit-sub-head span {
    font-size: 14px;
    margin-right: 15px;
    font-weight: bold;
}
.edit-sub-head .price {
    color: #00A1AB;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 5px;
}
.bill-options.edit, .edit-date {
    margin: 20px 0;
}
.edit-statement-button {
    background: #3275B9 !important;
    color: #fff !important;
    padding: 0 10px;
    height: 40px;
}
.edit-statement-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.edit-statement {
    font-size: 16px;
    color: #2C3E50;
    margin: 15px 0;
    position: relative;
    min-width: 330px;
}
.edit-statement .price {
    color: #2C3E50;
    font-size: 16px;
    font-family: 'ChangaMedium';
    margin-right: 60px;
    position: absolute;
    left: -86px;
    top: 0;
}
.edit-statement-by-who {
    font-size: 16px;
    font-family: ChangaMedium;
}
.edit-statement-by-who span {
    color: #C9C9C9;
    margin-left: 5px;
}
.offcanvas.car-properties .offcanvas-header button {
    color: #fff;
}
.p-0-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 8px !important;
    padding-left: 20px;
    text-align: right;
}
.select2-container {
    font-size: 12px;
}
.car-price {
    font-size: 14px;
    margin-inline-end: 5px;
}

.car-block img{
    width: 25px;
}
.nav-small-lang {
    display: none;
}
.btn-theme-cars-view {
    background-color: #3275B9;
    color: #ffffff !important;
    line-height: 31px;
    min-width: 165px;
    font-size: 14px;
}
.btn-theme-cars-view img {
    width: 24px;
    margin-inline-end: 10px;
}
.accordion-collapse {
    padding: 10px 30px;
}
.image-review-offcanvas, .video-review-offcanvas {
    padding: 0;
    margin-bottom: 15px;
}
.image-review-offcanvas img, .video-review-offcanvas img, .image-review-offcanvas .imagePreview, .video-review-offcanvas .imagePreview {
    width: 100%;
}
.nav-tabs.nav-tabs-lang {
    border-bottom: none;
}
.offcanvas-body .nav-tabs.nav-tabs-lang .nav-item.nav-link {
    padding: 12px 9px;
    min-width: 75px;
    font-size: 13px;
}

.nav-tabs.nav-tabs-lang .nav-item.nav-link {
    background-color: #ccc;
    border-radius: 0;
    color: #000;
    border: 3px solid #3275B9;
    background-color: #fff;
    padding: 9px 9px;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
}
.offcanvas-header .btn i {
    color: #fff;
}
.color-table .color {
    width: 20px;
    height: 20px;
    border: 1.5px solid #777;
    border-radius: 50%;
}
.table.table-style tbody tr td span {
    font-size: 12px;
    color: #2c3e50;
}
.color-table {
    display: flex;
    gap: 5px;
    align-items: center;
    max-width: 100px;
    flex-wrap: wrap;
}
.cars-show .view-details section .section-head {
    background-color: #B7D4E7;
    padding: 10px;
}
.offcanvas-start {
    z-index: 555555;
}


/*Start Subscription-view new design*/
.subscriptions-view-model .modal-dialog {
    max-width: 600px;
}
.model-view-p {
    margin: 0 auto 15px;
    color: #727B85;
    text-align: right;
    font-size: 14px;
}

.model-view-p i{
    color: #06C6B1;
}
.subscriptions-view-model .form-select.single {
    margin: 0 auto 20px;
    width: 100%;
}
.model-view-p span{
    color: #2C3E50;
    font-size: .8em;
    font-weight: bold;
}
.subscriptions-view-model .form-check-input:checked {
    background-color: #06C6B1;
    border-color: #06C6B1;
}
.subscriptions-view-model .form-check-input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-top: 0;
}
.subscriptions-view-model .form-check .form-check-input {
    float: right;
    margin-right: 0;
}
.subscriptions-view-model  .form-check-input[type=checkbox] ~ label ~ label {
    display: none;
    color: #E5A000;
    font-size: 12px;
}
.subscriptions-view-model  .form-check-input[type=checkbox] ~ label {
    margin-right: 0;
}
.subscriptions-view-model .form-check-input[type=checkbox]:checked ~ label ~ label {
    display: inline-block;
}
.subscriptions-view-notice {
    font-size: 12px;
    color: #E5A000;
    margin: 10px 0;
}
.subscriptions-view-model-info {
    display: none;
}
.subscriptions-view-model-info-container {
    min-height: 176px;
}

.home-report-cards .title i {
    position: absolute;
    top: 15px;
    left: 20px;
    transform: rotateZ(-45deg);
    color: #2C3E50;
}
.home-report-cards .title span.percent {
    position: absolute;
    bottom: 14px;
    left: 20px;
    color: #000000;
    font-weight: 600;
}
.home-report-cards .card {
    margin-bottom: 20px;
    text-decoration: none;
}
.members-list-search {
    border: 1px solid #BBD2F1 !important;
    height: 40px !important;
    padding-right: 40px !important;
    border-radius: 3px !important;
}
.members-list-search-close {
    position: absolute;
    top:0;
    left: 10px;
    background: transparent;
    border: 0;
    font-size: 23px;
}
.members-list-search-icon {
    color: #A4AFB7;
    position: absolute;
    top: 12px;
    right: 15px;
}
.offcanvas-getFiles {
    width: 500px !important;
}
