/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: Poppins-Light;
    src: url(../fonts/poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/poppins/Poppins-Bold.ttf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    color: var(--main-black);
    font-weight: 400;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Poppins-Regular;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    zoom: 1;
}

.row-center {
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html {
    font-size: 16px;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    font-family: Poppins-Regular;
    background-color: var(--main-white);
    color: var(--main-black);
    -webkit-animation: fadeInAnimation ease 1s;
    animation: fadeInAnimation ease 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: relative;
}

@-webkit-keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


a,
ul,
li,
tr,
td,
span {
    font-size: 16px;
    font-family: Poppins-Regular;
    color: var(--text-dark-gray);
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

/* 2) Heading */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--main-black);
    font-family: Poppins-SemiBold;
}

h1 {
    font-size: 36px;
    font-family: Poppins-SemiBold;
}

h2 {
    font-size: 32px;
    font-family: Poppins-SemiBold;
}

h3 {
    font-size: 28px;
    font-family: Poppins-SemiBold;
}

h4 {
    font-size: 24px;
    font-family: Poppins-SemiBold;
}

h5 {
    font-size: 22px;
    font-family: Poppins-SemiBold;
}

h6 {
    font-family: 18px;
    font-family: Poppins-SemiBold;
}

p {
    font-size: 16px;
    color: var(--text-dark-gray);
    font-family: Poppins-Regular;
}

img {
    width: 100%;
    vertical-align: middle;
    border-style: none;
}

@media (min-width: 1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: calc(100% - 15%);
    }

    .modal-lg,
    .modal-xl {
        max-width: calc(100% - 0.5%);
    }
}

.modal-open,
.modal.fade.show {
    padding-right: 0 !important;
}

.modal-content {
    background-color: transparent;
    border: none;
}

.close span {
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-dark-gray) !important;
    text-shadow: 0 1px 0 var(--main-white);
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

::-webkit-scrollbar {
    display: none;
}

:root {
    --main-black: #000;
    --main-white: #fff;
    --thm-color-red: #BB0D27;
    --dark-red: #890E1F;
    --border-color: #B8B8B8;
    --light-gray: #EEEEEE;
    --dark-gray: #4D4D4D;
    --green-color: #009C49;
    --light-green: #E2F2E9;
    --light-red: #FBE5E5;
    --light-yellow: #fbbd0518;
    --yellow: #FF9800;
    --clicked-notification-bg: #F3F3F3;
    --disabled-color: #6c757d21;
}

/* Login-page-css::Start */
.login-wrapper {
    display: flex;
    align-items: center;
    height: 100vh;
}

.login-img img {
    width: auto;
}

.login-img {
    position: fixed;
    bottom: 0;
}

.card-main {
    background-color: var(--main-white);
    box-shadow: 0px 0px 8px rgba(156, 156, 156, 0.25);
    border: 0px;
    border-radius: 15px;
    width: 100%;
}

.card-main .card-header {
    background-color: transparent;
    border-bottom: 0px;
}

.dns-logo {
    text-align: center;
    /* padding: 10px; */
}

.dns-logo img {
    width: 150px;
}

::placeholder {
    color: var(--border-color);
}

.custom-input .form-control {
    height: 55px;
    color: var(--main-black) !important;
    position: relative;
    border-radius: 10px !important;
    padding-left: 65px;
}

.custom-input .form-control::placeholder {
    color: var(--border-color) !important;
}

.custom-input .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(159, 0, 0, 0.25);
    border-color: var(--thm-color-red);
}

.custom-input .input-group {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}

.custom-input .span-input {
    position: absolute;
}

.custom-input .span-input {
    z-index: 9;
    width: 50px;
    height: 35px;
    justify-content: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid var(--border-color);
}

.custom-input .span-input i {
    color: var(--border-color);
}

.custom-input {
    margin-bottom: 25px;
}

.red-btn {
    background-color: var(--thm-color-red);
    color: var(--main-white);
    border-radius: 10px;
    border: 2px solid var(--dark-red);
    min-width: 150px;
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.login-btn {
    text-align: end;
}

.red-btn:hover {
    background-color: var(--main-white);
    color: var(--thm-color-red);
}

.login-wrapper .card-main {
    min-height: 75vh;
}

.end-input {
    right: 0;
}

/* Login-page-css::End */

/* Header-css::Start */
.header-main {
    position: fixed;
    width: 100%;
    background-color: var(--main-white);
    z-index: 9;
    box-shadow: 0 0 25px -12px rgba(0, 0, 0, .75);
    padding: 5px 0px;
}


.header-main .dns-logo {
    text-align: start;
}

.profile-dropdown {
    text-align: end;
}

.small-text-16 {
    font-size: 16px;
    font-family: Poppins-Medium;
    color: var(--main-black);
}

.small-text-14 {
    font-size: 10.5px;
    font-family: Poppins-Regular;
    color: var(--main-black);
}

.profile-dropdown .btn {
    text-align: start;
    background-color: transparent;
    border: 0px;
}

.profile-dropdown .btn:focus,
.profile-dropdown .btn:active,
.show>.btn-secondary.dropdown-toggle {
    background-color: transparent !important;
    box-shadow: none !important;
}



.profile-dropdown .dropdown-menu {
    box-shadow: 0px 0px 8px rgba(156, 156, 156, 0.25);
    border: 0px;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    min-width: 90px !important;
}

.profile-img img {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    object-fit: cover;
}

.profile-img {
    border: 1px solid var(--thm-color-red);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-dropdown-main {
    display: flex;
    align-items: center;
}

.user-role-content {
    margin-left: 10px;
    text-align: start;
    margin-top: 6px;
    cursor: pointer;
}

.user-role-content p {
    line-height: 15px;
}

.user-role-content span {
    color: var(--thm-color-red);
}

.profile-dropdown-main .dropdown-item.active,
.profile-dropdown-main .dropdown-item:active {
    background-color: var(--thm-color-red);
}

/* Header-css::End */

/* Index-page-css::Start */
.all-notifications-wrapper .card-header {
    border-bottom: 1px solid var(--border-color);
    padding: 10px 9px;
}

.notifications-icon-main {
    background-color: var(--light-gray);
    border: 1px solid var(--dark-gray);
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.notifications-icon-main i {
    color: var(--dark-gray);
}

.notification-icon-content-main {
    display: flex;
}

.notifications-icon-main {
    margin-right: 10px;
}

.vin-number {
    color: var(--main-black);
    line-height: 18px;
    cursor: pointer;
    font-size: 14px !important;
    margin-bottom: 5px;
}

.vin-number span {
    color: var(--thm-color-red);
    font-size: 14px !important;
}

.vin-number a {
    color: var(--thm-color-red);
}

.notification-vin-content {
    text-align: start;
}

.car-details p {
    display: flex;
    margin-right: 0px;
    border-right: 1px solid var(--border-color);
    padding-right: 10px;
    min-width: 90px;
}

.car-details p span:first-of-type {
    white-space: nowrap;
    font-family: Poppins-SemiBold;
}

.car-details p span {
    font-family: Poppins-Medium;
    font-size: 10.5px !important;
}

.car-details p:last-of-type {
    border-right: 0px;
}

.car-details span {
    color: var(--dark-gray);
}

.car-details {
    display: flex;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    gap: 5px;
}

.notification-card-body {
    padding: 0px;
}

.notification-icon-content-main {
    padding: 10px;
    /* padding-top: 30px; */
    background: #f8f8f8;
    border-radius: 5px;
    width: 98%;
    margin: 0 auto;
    margin-top: 5px;
    /* padding-bottom: 5px; */
}

.notification-icon-content-main:last-of-type {
    border-bottom: 0px;
}

.notification-icon-content-main.disable-notification * {
    cursor: no-drop;
}

.notification-card {
    height: 85vh;
    overflow-y: scroll;
    width: 100%;
}

.empty-card img {
    width: auto;
}

.second-title {
    font-size: 20px;
    color: var(--thm-color-red);
}

.place-image-here-content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 9vh);
    flex-direction: column;
}

.place-image-here-content h6 {
    margin-top: 10px;
}

.notification-drawer-main {
    width: 100%;
    position: absolute;
    top: 10px;
    /* left: 0; */
    padding: 10px;
    overflow-y: scroll;
    z-index: 1000;
    -webkit-transition: 400ms ease;
    transition: 400ms ease;

}

.reveal {
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
    display: block !important;
    left: 0 !important;
}

.drawer-close-btn .btn {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: var(--main-black);
    display: flex;
    justify-content: center;
    align-items: center;
}

.drawer-close-btn .btn i {
    color: var(--main-white);
}

.drawer-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: var(--dark-gray);
    opacity: 0.6;
    z-index: 990;
}

.all-title-close-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all-win-top-btn,
.drawer-close-btn {
    display: none !important;
}

.all-win-top-btn:hover {
    color: var(--main-white) !important;
}

.all-win-top-btn {
    background-color: var(--dark-red);
    color: var(--main-white);
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.all-vins-col {
    top: 80px;
    /* max-width: 400px; */
    position: sticky;
    left: 0;
    height: calc(100% - 100px);
}

.all-underbody-col {
    /* position: absolute; */
    /* left: 400px; */
    padding-bottom: 70px;
    top: 88px;
    /* max-width: calc(100% - 400px); */
}

.all-underbody-col .card {
    margin: 10px;
    height: 85vh;
    overflow-y: scroll;
    width: 100%;
}

/* Index-page-css::End */

/* Image-show-page-css::Start */
.clicked-notification {
    background-color: var(--clicked-notification-bg);
}

.car-title i {
    color: var(--dark-gray);
}

.car-title span {
    color: var(--thm-color-red);
    font-family: Poppins-Medium;
}

.mark-damage-span {
    width: 15px;
    height: 15px;
    background-color: var(--thm-color-red);
    display: inline-block;
}

.mark-damage-top {
    border: 1px solid var(--thm-color-red);
    display: inline-block;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mark-damage-button-main .damage-button {
    display: flex;
    align-items: center;
}

.mark-damage-button-main .mark-damage-top {
    margin-left: 10px;
}

.pass-fail-button-top .btn {
    padding: 7px;
    border: 1px solid var(--thm-color-red);
    min-width: 70px;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.pass-fail-button-top {
    white-space: nowrap;
}

.pass-fail-button-top .pass-btn .btn {
    background-color: var(--light-green);
    border-color: var(--green-color);
    color: var(--green-color);
    font-family: Poppins-Medium;
}

.pass-fail-button-top .fail-btn .btn {
    background-color: var(--light-red);
    border-color: var(--thm-color-red);
    color: var(--thm-color-red);
    font-family: Poppins-Medium;
}

.pass-fail-button-top .check-btn .btn {
    background-color: var(--light-yellow);
    border-color: var(--yellow);
    color: var(--yellow);
    font-family: Poppins-Medium;
}

.pass-fail-button-top {
    text-align: end;
}

.under-body-image-slider {
    margin-top: 0px;
}

.under-body-image-slider img {
    width: 70%;
    height: 600px;
    object-fit: contain;
    margin: 0 auto;
}

.slick-arrow-btn {
    background-color: var(--thm-color-red);
    color: var(--main-white);
    width: 40px;
    height: 40px;
    border: 0px;
    border-radius: 50px;
    position: absolute;
    transform: translate(50%, -50%);
    top: 50%;
    z-index: 5;
}

.left-arrow {
    left: 0;
}

.right-arrow {
    right: 30px;
}

.slick-arrow-btn i {
    color: var(--main-white);
}

/* Image-show-page-css::End */

/* Custom-modal-css::Start */
.custom-modal .modal-content {
    background-color: var(--main-white);
    padding: 15px;
}

.custom-modal .btn-red {
    background-color: var(--thm-color-red);
    color: var(--main-white);
}

.custom-modal .btn-gray {
    background-color: var(--light-gray);
}

.custom-modal .btn {
    min-width: 80px;
}

.custom-modal .modal-footer {
    border-top: 0px;
}

#passModal .modal-footer,
#failModal .modal-footer,
#checkCustom-Modal .modal-footer {
    padding-top: 0px;
    justify-content: center;
}

#passModal .second-title,
#failModal .second-title,
#checkCustom-Modal .second-title {
    color: var(--main-black);
    text-align: center;
}

#passModal .modal-body #failModal .modal-body {
    text-align: center;
}

.passNotification {
    background-color: var(--light-green);
}

.passNotification i,
.failNotification i,
.checkManually i,
.lock-icon i {
    color: var(--main-white);
}

.passNotification .notifications-icon-main {
    border-color: var(--green-color);
    background-color: var(--green-color);
}

.failNotification {
    background-color: var(--light-red);
}

.failNotification .notifications-icon-main,
.lock-icon .notifications-icon-main {
    border-color: var(--thm-color-red);
    background-color: var(--thm-color-red);
}

.checkManually {
    background-color: var(--light-yellow);
}

.checkManually .notifications-icon-main {
    border-color: var(--yellow);
    background-color: var(--yellow);
}

/* Custom-modal-css::End */

/* time-span-css::Start */
.time-span {
    font-size: 12px;
    color: var(--main-black);
    position: absolute;
    right: 10px;
    top: 5px;
    font-family: Poppins-Medium;
    background: #c0c0c0;
    padding: 2.5px 5px;
    border-radius: 4px;
}

.notification-icon-content-main {
    position: relative;
}

/* time-span-css::End */

/* loader-css::Start */
.spinner-border {
    border-right-color: var(--dark-red);
    width: 3rem;
    height: 3rem;
}

.loader-main {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.418);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-main-half {
    text-align: center;
}

.loader-main-half .spinner-border {
    width: 2rem;
    height: 2rem;
}

/* loader-css::End */

/* Notification-tab-css::Start */
.notification-card ul {
    border-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.notification-card .nav-link {
    border: 0px;
    background-color: var(--light-gray);
    border-radius: 10px;
    font-size: 14px;
    margin-right: 15px;
}

.notification-card .nav-link.active {
    background-color: var(--thm-color-red);
    color: var(--main-white);

}

/* Notification-tab-css::End */

/* No-notifications-section-css::Start */
.no-notifications-card img {
    width: 150px;
}

.no-notifications-wrapper {
    text-align: center;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-notifications-card p {
    margin-top: 10px;
    color: var(--dark-red);
}

.tui-image-editor-container .tui-colorpicker-palette-hex {
    background-color: red !important;
    height: 28px !important;
    border: 1px solid #d5d5d5 !important;
    border-radius: 2px !important;
    background-color: #f5f5f5 !important;
    margin-top: -5px !important;
    /* width: 100% !important; */
}

.tui-image-editor-container .color-picker-value {
    /* background-color: red !important; */
}

.color-picker-value {
    /* background-color: red !important; */
}

.tui-image-editor-container .tui-colorpicker-palette-hex:focus {
    outline: 0px !important;
}

.card-dash-span {
    margin-left: 10px;
    color: var(--dark-gray);
}

/* No-notifications-section-css::End */

/* Image-editor-css::Start */
.image-editor .carousel .control-dots {
    bottom: -40px;
}

.image-editor .carousel.carousel-slider {
    overflow: visible;
}

.image-editor .carousel .control-dots .dot {
    background: #bb0d27;
    width: 12px;
    height: 12px;
}

.image-editor .carousel .carousel-status {
    font-size: 13px;
    margin-top: 3px;
}

/* Image-editor-css::End */

/* Error-message-css::Start */
.error-message {
    display: block !important;
    text-align: start !important;
}

/* Error-message-css::End */

/* Scrollbar-css::Start */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--main-white);
}

::-webkit-scrollbar-thumb {
    background: var(--main-white);
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--main-white);
}

/* Scrollbar-css::End */

/* Legend-css::Start */
.completed-notification-legends-main {
    display: flex;
    padding: 8px;
}

.green-legend i {
    color: var(--green-color);
}

.red-legend i {
    color: var(--thm-color-red);
}

.yellow-legend i {
    color: var(--yellow);
}

.legend-main {
    display: flex;
    align-items: center;
    margin-right: 10px;

}

.legend-main i {
    font-size: 10px;
    margin-right: 5px;
}

.legend-main p {
    font-size: 12px;
}

.damage-button p {
    font-size: 15px;
}

/* Legend-css::End */

/* Custom-modal-design::Start */
.custom-modal-editor {
    margin: 0 auto;
    margin-top: 5px;
}

.custom-modal-editor .modal-content {
    background-color: var(--main-white);
    height: calc(100vh - 1vh);
}

.custom-modal-editor .modal-header .btn-close {
    display: none;
}

.custom-modal-editor .modal-header .modal-title {
    width: 100%;
}

/* .custom-modal-editor .modal-header .custom_header_wrapper,
{
    width: 50%;
} */
.custom-modal-editor .modal-header {
    border-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 15px;
}

.custom-modal-editor .modal-xl {
    max-width: 95%;
}

/* Custom-modal-design::End */

.tui-image-editor-container.left .tui-image-editor-submenu {
    width: 140px !important;
}

/* Image-editor-css::Start */
.tui-image-editor-container.left .tui-image-editor-submenu {
    width: calc(100% - 90%) !important;
    background-color: #f7f7f7;
}

.tui-image-editor-container .tui-colorpicker-palette-hex {
    font-size: 15px !important;
    letter-spacing: 2px;
    padding-left: 10px;
}

.tui-image-editor-container .tui-colorpicker-palette-preview {
    overflow: hidden;
}

.tui-image-editor-container .color-picker-control .tui-colorpicker-palette-button {
    min-width: 25px;
    min-height: 25px;
    border-radius: 50% !important;
}

.tui-image-editor {
    width: 100% !important;
    left: 0 !important;
}

.tui-image-editor-canvas-container {
    margin: 0 auto !important;
}

.tui-image-editor-size-wrap {
    position: relative !important;
}

.lower-canvas {
    max-width: 100% !important;
}

.disable-notification {
    background-color: var(--disabled-color);
}

/* .red-stroke-color {
    background-color: red;
} */
.carousel.carousel-slider .control-arrow {
    background: var(--thm-color-red) !important;
    opacity: 1 !important;
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
    border-radius: 50% !important;
    padding: 0px !important;
}

.carousel .control-next.control-arrow:before {
    content: "\f061" !important;
    font-family: FontAwesome !important;
    border: 0px !important;
    font-size: 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.carousel .control-prev.control-arrow:before {
    content: "\f060" !important;
    font-family: FontAwesome !important;
    border: 0px !important;
    font-size: 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Image-editor-css::End */

/* Pass-fail-message-css::Start */
.message-top {
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: start;
}

.message-top p {
    font-family: Poppins-SemiBold;
    font-size: 14px;
}

.pass-message-top {
    background-color: var(--light-green);
    border: 1px solid var(--green-color);
}

.pass-message-top p {
    color: var(--green-color);
}

.fail-message-top {
    background-color: var(--light-red);
    border: 1px solid var(--dark-red);
}

.fail-message-top p {
    color: var(--dark-red);
}

.check-message-top {
    background-color: var(--light-yellow);
    border: 1px solid var(--yellow);
}

.check-message-top p {
    color: var(--yellow);
}

/* Pass-fail-message-css::End */

/* Language-dropdown-css::Start */
.lang-img {
    width: 20px;
    margin-right: 5px;
}

.lang-img-wrapper {
    display: flex;
    align-items: center;
}

.lang-flag img {
    width: 20px;
    margin-right: 5px;
}

.lang-drop-main {
    display: flex;
    padding-left: 3px;
}

.custom-lang-dropdown .ddropdown-menu.show {
    min-width: 0px !important;
}

.lang-role-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.profile-dropdown .dropdown-toggle {
    border: 1px solid var(--border-color);
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-role-content p {
    color: var(--thm-color-red) !important;
}

.user-role-content span {
    color: var(--main-black) !important;
}

.modal-header-custom.row {
    max-width: 100% !important;
    width: 100% !important;
    align-items: flex-start;
}

.all-title.car-title {
    text-align: start !important;
}

.user-role-content .btn {
    text-align: start;
}

.user-role-content .dropdown-toggle::after {
    border: none !important;
}

.user-role-content .dropdown-menu.show p {
    font-size: 14px !important;
    padding-left: 10px;
    color: var(--main-black) !important;
}

.user-role-content .dropdown-menu.show {
    left: 13px !important;
    min-width: 120px !important;
    min-height: 45px;
    height: 45px;
    display: flex;
    align-items: center;
}

/* Language-dropdown-css::End */


/* RTL-css::Start */
[dir="rtl"] .user-role-content {
    margin-left: 0px !important;
    margin-right: 10px !important;
    text-align: end !important;
}

[dir="rtl"] .legend-main i {
    margin-right: 0px !important;
    margin-left: 5px !important;
}

[dir="rtl"] .notifications-icon-main {
    margin-right: 0px !important;
    margin-left: 10px !important;
}

[dir="rtl"] .time-span {
    left: 10px !important;
    right: auto !important;
}

[dir="rtl"] .lang-img {
    margin-right: 0px !important;
    margin-left: 5px !important;
}

[dir="rtl"] .custom-input .form-control {
    padding-left: 0px !important;
    padding-right: 50px !important;
}

[dir="rtl"] .end-input {
    right: unset;
    left: 0;
}

[dir="rtl"] .carousel .slider-wrapper.axis-horizontal .slider {
    flex-direction: row-reverse !important;
}

/* RTL-css::End */

/* Overflow-css(04-08-2023)::Start */
.all-notifications-content {
    overflow: hidden !important;
}

/* Overflow-css(04-08-2023)::End */

.custom-toggle-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-toggle-button label {
    margin-left: 5px;
}

.custom-toggle-button input[type="checkbox"] {
    position: relative;
    width: 60px;
    height: 30px;
    -webkit-appearance: none;
    appearance: none;
    background: var(--dark-red);
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
}

.custom-toggle-button input[type="checkbox"]::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.custom-toggle-button input[type="checkbox"]:checked::before {
    transform: translateX(100%);
    background: #fff;
}

.custom-toggle-button input[type="checkbox"]:checked {
    background: var(--green-color);
}

.tui-image-editor-container .tui-image-editor-main {
    top: 0 !important;
}

.custom_header_wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
}
.custom_header_wrapper .type_select {
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 5px !important;
    margin-right: 10px;
    text-align: left;
}

.custom_header_wrapper button {
    min-width: 75px;
    /* width: 75px; */
    background-color: var(--green-color);
    box-shadow: none !important;
    outline: none !important;
    min-height: 40px;
    padding: 5px 10px !important;
    margin: 0 !important;
    margin-right: 10px !important;
    margin-top: 5px !important;
    position: relative;
    display: flex;
    color: var(--main-white) !important;
    align-items: center;
    border-radius: 5px !important;
    justify-content: center;
}

.custom_header_wrapper button.close {
    background-color: var(--light-gray) !important;
    color: var(--main-black) !important;
}

.display_part_name {
    background-color: rgba(0, 0, 0, 1);
    color: white;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    margin-bottom: 10px;
}