@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* @font-face {
    font-family: 'general_sansmedium';
    src: url('fonts/generalsans-medium-webfont.woff2') format('woff2'),
         url('fonts/generalsans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */

/*font-family: "Poppins", sans-serif;*/
/*font-family: "Instrument Sans", sans-serif;*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root{
    --default-trans:all 0.4s ease-in-out;
    --primary-font:"Poppins", sans-serif;
    --secondary-font:"Instrument Sans", sans-serif;
    --general:'general_sansmedium';
    --monstrat:"Montserrat", sans-serif;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    font-family: sans-serif;
    /* 1 */

    -ms-text-size-adjust: 100%;
    /* 2 */

    -webkit-text-size-adjust: 100%;
    /* 2 */
}
body {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    font-size: 16px;
    overflow-x: hidden;
    font-family: var(--primary-font) !important;
}
/**
 * Remove default margin.
 */

ul {
    list-style: none;
    padding-left:0 ;
}
a {
    text-decoration: none;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}
p{
    margin-bottom: 0;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */

    font: inherit;
    /* 2 */

    margin: 0;
    /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */

    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */

    padding: 0;
    /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */

    box-sizing: content-box;
    /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */

    padding: 0;
    /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder{
    color: inherit;
    opacity:0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder{
    color: inherit;
    opacity:0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
    color: inherit;
    opacity:0.7;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
    margin: 0;
    padding: 0;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto !important;
    display: block;
}
a, button, input{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a{
    text-decoration:none !important;
}

/**********global css end*******/

/* #prelodaer{
    position: fixed;
    width: 100%;
    height: 100%;
    background:#fff;
    top: 0;
    left: 0;
    z-index: 999;
} */
.container {
  position: relative;
  max-width:1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100% !important;
}
input:focus-visible{
    outline: none !important;
}
/*====================================== Start navigation ========================================*/

/*///// log-in html css start //// */
.log-in-holder{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 50px 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-img img{
    margin: 0 auto;
}
.logo-img {
    margin-bottom: 40px;
}
.log-in-content form{
    background: white;
    box-shadow: 2px 4px 15px 0px #EAEEEE;
    padding: 45px 75px 50px;
    border-radius: 20px;
    min-width: 550px;
    margin: 0 auto;
    max-width: 550px;
}
.log-in-content form h2{
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    color: #000;
    margin-bottom: 5px;
}
.log-in-content form h3{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #737373;
    margin-bottom: 20px;
}
.input-wrapper{
    position: relative;
}
.log-in-content form .input-wrapper{
    position: relative;
    margin-bottom: 15px;
}
.log-in-content form .input-wrapper label{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1E1E1F;
    margin-bottom: 4px;
}
.log-in-content form .input-wrapper input{
    background-color: #F5F5F5;
    border-radius: 6px;
    color: #1E1E1F;
    position: relative;
    border: none;
    padding: 15px 48px;
    display: block;
    width: 100%;
}
.log-in-content form .input-wrapper input#username,.log-in-content form .input-wrapper input#userpassword{
    background-image:url("../images/user.png");
    background-position: center;
    background-repeat: no-repeat;
    background-position: left 20px top 16px;
}
.log-in-content form .input-wrapper input#userpassword,
.log-in-content form .input-wrapper input#c-pass,
.log-in-content form .input-wrapper input#n-pass,
.log-in-content form .input-wrapper input#con-pass
{
    background-image: url("../images/pass.png");
    background-position: center;
    background-repeat: no-repeat;
    background-position: left 20px top 16px;
}
.log-in-content form .input-wrapper input::placeholder{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
}
.eye-icon {
    position: absolute;
    top: 55px;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
}
.check-box-sec{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.check-box-sec label{
    margin: 0 !important;
    cursor: pointer;
}
.log-in-content form .input-wrapper input[type="checkbox"] {
    width: 16px;
    height: 16px;
    padding: 0;
    margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s ease;
}
.log-in-content form .input-wrapper input[type="checkbox"]:checked {
    background-color: #86B739;
    border-color: #86B739;
}
.log-in-content form .input-wrapper input[type="checkbox"]:checked::after {
    content: "✔";
    position: absolute;
    top: -4px;
    left: 2px;
    font-size: 14px;
    color: white;
}
.log-in-content form .input-wrapper input[type="submit"]{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: white;
    transition: var(--default-trans);
    background: #86B739;
    border: 1px solid transparent;
}
.log-in-content form .input-wrapper input[type="submit"]:hover{
    background:transparent;
    color: #86B739;
    border: 1px solid #86B739;
}
.check-box-sec-holder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: -5px;
    padding-bottom: 20px;
}
.check-box-sec-holder a{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1E1E1F;
    transition: var(--default-trans);
}
.check-box-sec-holder a:hover{
    color: #86B739;
}
.end-msg{
    text-align: center;
}
.end-msg p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    color: #757575;
}
.end-msg p a{
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    color: #86B739;
    transition: var(--default-trans);
}
.end-msg p a:hover{
    color: #1E1E1F;
}
/*///// log-in html css ends //// */

/*///// my-details html css start //// */
.middle-body-panel{
    min-height:calc(100vh - 78px);
}
.dashboard-sec{
    display: flex;
    align-items: flex-start;
    min-height: 100vh;
    background: #1f2125;
}
.left-menu-bar {
    padding: 30px 0 20px;
    background: #1F2125;
    box-shadow: 0px 0px 1px 0px #00000040;
    min-width: 300px;
    overflow-y: scroll;
    scrollbar-width: none;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transition: var(--default-trans);
}
.close-bar-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    color: white;
    font-size: 27px;
    cursor: pointer;
    display: none;
    transition: var(--default-trans);
}
.close-bar-btn:hover{
    color:#86B739;
}
.left-menu-bar.slidein{
    left: 0;
    transition: var(--default-trans);
}
.dashboard-logo img{
    margin: 0 auto;
}
.left-menu-bar ul{
    padding: 0;
    margin: 0;
    padding-left: 23px;
}
.left-menu-bar ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:white;
    border-left: 4px solid transparent;
    border-radius: 10px 0 0 10px;
    margin-bottom: 8px;
}
.left-menu-bar ul li a svg {
    margin: 0 10px 0 20px;
}
.dashboard-logo{
    margin-bottom: 38px;
}
.left-menu-bar ul li a{
    color:white;
    padding: 10px 0;
    width: 100%;
    display: block;
    transition: var(--default-trans);
}
.left-menu-bar ul li a:hover{
    color: #FFF1CE;
}
.left-menu-bar ul li.active{
    border-left: 4px solid #F4B006;
    background: #3E3E3E;
}
.left-menu-bar ul li.active svg path{
    fill: #F4B006;
}
.left-menu-bar ul li.active a{
    color: #FFF1CE;
    font-weight: 600;
}
.top-panel{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    position: relative;
    padding: 18px 45px;
    background: white;
    margin-bottom: 20px;
}
.top-panel a{
    color: #1E1E1F;
    transition: var(--default-trans);
}
.top-panel a:hover{
    color: #86B739;
}
.toggle-bar-btn{
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    font-size: 27px;
    color: #86B739;
    display: none;
    transition: var(--default-trans);
}
.toggle-bar-btn:hover{
    color: #1E1E1F;
}
.top-panel .notify-sec i{
    color: #ACACAC;
    display: block;
    font-size: 25px;
    transition: var(--default-trans);
}
.top-panel .notify-sec a{
    position: relative;
}
.top-panel .notify-sec a span {
    display: block;
    position: absolute;
    right: 14px;
    z-index: 9;
    top: -15px;
    color: white;
    font-size: 11px;
    font-weight: 600;
    background: red;
    padding: 2px 5px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-panel .notify-sec i:hover{
    color: #86B739;
}
.user-panel{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
    cursor: pointer;
}
.log-out-sec {
    position: absolute;
    bottom: -60px;
    right: 3px;
    background: #86b73942;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: var(--default-trans);
}
.log-out-sec.lgt{
    pointer-events: all;
    bottom: -46px;
    opacity: 1;
    transition: var(--default-trans);
}
.log-out-sec a{
    font-family: var(--monstrat);
    font-size: 13px;
    font-weight: 600;
    line-height: 22.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4px 10px;
    color: #1E1E1F;
    transition: var(--default-trans);
}
.log-out-sec a:hover{
    color: #86B739;
}
.user-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.user-img img{
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.user-panel p{
    font-family: var(--monstrat);
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    color: #1E1E1F;
    margin: 0;
}
.user-panel p span{
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    color: #737373;
    margin-top: 2px;
}
.right-content-sec {
    width: 100%;
    background: #F5F5F5;
    min-height: 100vh;
    padding-left: 300px;
    position: relative;
}
.user-tab{
    padding: 0 50px 50px 30px;
}
.user-tab #tab ul,.user-tab #tab3 ul{
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0 20px;
    gap: 12px;
    overflow-x: scroll;
    scrollbar-width: none;
}
.user-tab #tab ul li, .user-tab #tab3 ul li {
    padding: 7px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    border-radius: 10px 10px 0 0;
    transition: var(--default-trans);
}
.user-tab #tab ul li:hover, .user-tab #tab3 ul li:hover {
    background: white;
}
.user-tab #tab ul li:hover a,.user-tab #tab3 ul li:hover a{
    color: #86B739;
}
.user-tab #tab ul li a, .user-tab #tab3 ul li a{
    color: #1E1E1F;
    transition: var(--default-trans);
    white-space: nowrap;
}
.user-tab #tab ul li.active, .user-tab #tab3 ul li.active{
    background: white;
}
.user-tab #tab ul li.active a, .user-tab #tab3 ul li.active a{
    color: #86B739;
}
.user-details {
    background: white;
    border-radius: 14px;
    padding: 0 30px 7px;
    border: 1px solid #E6E6E6;
}
.user-details-title{
    border-bottom: 1px solid #E6E6E6;
    padding: 23px 0 19px;
    margin-bottom: 25px;
}
.user-details-title h4{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #1E1E1F;
    margin-bottom: 0;
}
.user-form .input-wrapper{
    margin-bottom: 25px;
}
.user-form .input-wrapper label{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1E1E1F;
    margin-bottom: 7px;
    display: block;
}
.user-form .input-wrapper input,.user-form .input-wrapper select{
    border: 1px solid #EEEEEE;
    width: 100%;
    padding: 14px 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1E1E1F;
    border-radius: 6px;
}
.user-form .input-wrapper input::placeholder,.user-form .input-wrapper select::placeholder,.user-form .input-wrapper select{
    /* color: #C2C2C2; */
    color: #000;
}
.user-form .input-wrapper select:focus-within{
    outline: none;
}
.user-form .input-wrapper select{
    appearance: none;
    background: url(../images/drp-down.svg) no-repeat;
    background-position: right 20px top 23px;
    padding: 14px 40px 14px 20px;
    background-color: white;
}
/* .file-upload{
    display:block;
    text-align:center;
    font-size: 12px;
} */
.file-upload {
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.file-upload .file-select {
    display: block;
    border: 1px solid #EEEEEE;
    color: #34495e;
    cursor: pointer;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    min-height: 50px;
    border-radius: 6px;
    width: 100%;
}
.file-upload .file-select .file-select-button {
    background: #86b73942;
    padding: 10px;
    display: inline-block;
    min-height: 20px;
    vertical-align: middle;
    float: right;
    margin: 8px 7px 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #86B739;
}
.file-upload .file-select .file-select-name {
    padding: 0 10px;
    color: #C2C2C2;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    height: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
}
.file-upload .file-select:hover .file-select-button{
    background:#86B739;
    color:#FFFFFF;
    transition:all .2s ease-in-out;
}
.file-upload.active .file-select{
    border-color:#86B739;
    transition:all .2s ease-in-out;
}
.file-upload.active .file-select .file-select-button{
    background:#86B739;
    color:#FFFFFF;
    transition:all .2s ease-in-out;
}
.file-upload .file-select input[type=file]{
    z-index:100;
    cursor:pointer;
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    opacity:0;
    filter:alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled{
    opacity:0.65;
}
.file-upload .file-select.file-select-disabled:hover{
    cursor:default;
    display:block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor:pointer;
    line-height:40px;
    margin-top:5px;
    text-align:left;
    background:#FFFFFF;
    overflow:hidden;
    position:relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button{
    background:#dce4ec;
    color:#666666;
    padding:0 10px;
    display:inline-block;
    line-height:40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name{
    line-height:40px;
    display:inline-block;
    padding:0 10px;
}
.form-end-btns{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.form-end-btns a,.form-end-btns input{
    display: block;
}
.form-end-btns input[type="submit"]{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    cursor: pointer !important;
    background: #86B739 !important;
    transition: var(--default-trans);
    border-radius: 6px;
    width: auto;
    color: white;
    padding: 13px 40px;
    border: 1px solid transparent;
}
.form-end-btns input[type="submit"]:hover{
    background: transparent !important;
    color: #86B739;
    border: 1px solid #86B739;
}
.form-end-btns a{
    padding: 6px 7px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #1E1E1F;
    background: #EFEFEF;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: var(--default-trans);
}
.form-end-btns a:hover{
    background: transparent;
    border: 1px solid #86B739;
}
.form-logo{
    margin-bottom: 17px;
}
.form-logo img{
    margin: 0 auto;
}

/*/// my-details html css ends ///*/

/*/// my-resume html css start ///*/
.driver-option{
    position: relative;
}
.user-tab #tab2>ul,.user-tab .driver-option #tab>ul {
    position: absolute;
    right: 0;
    top: 17px;
    margin: 0;
    border: none;
    background: #F6F6F8;
    border-radius: 40px;
    padding: 3px;
    gap: 2px;
}
.user-tab #tab2 ul li.active,.user-tab .driver-option #tab ul li.active {
    border-radius: 40px;
}
.user-tab #tab2 ul li:hover,.user-tab .driver-option #tab ul li:hover {
    background: white;
    border-radius: 40px;
}
.user-tab #tab2 ul li,.user-tab .driver-option #tab ul li {
    padding: 5px 14px;
}
.driver-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-radius: 14px;
    margin-bottom: 20px;
    padding: 28px 30px;
    border: 1px solid #E6E6E6;
}
.driver-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.driver-img,.driver-img img{
    border-radius: 50%;
}
.ratings_star {
    display: flex;
    align-items: center;
}
.driver-img img {
    width: 100%;
    max-width: 120px;
    max-height: 120px;
    height: 100% !important;
}
.driver-img b{
    font-size: 26px;
    font-weight: 600 !important;
    line-height: 39px;
    color: #1E1E1F;
    display: block;
}
.driver-trip {
    background: url(../images/oval-shape.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    height: 100%;
    max-width: 190px;
    width: 100%;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #1E1E1F;
}
.driver-trip span{
    font-size: 45px;
    font-weight: 600;
    line-height: 69px;
    color: #86B739;
    display: block;
    width: 100%;
    word-wrap: break-word;
}
.footer-sec{
    width: 100%;
    padding: 25px 0;
}
.footer-sec p,.footer-sec p a{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #1E1E1F;
    margin: 0;
    transition: var(--default-trans);
}
.footer-sec p a:hover{
    color: #86B739;
}
/*/// my-resume html css ends ///*/

/*//////// travel html start ////// */
.travel-form-holder .user-form input,.travel-form-holder .user-form select{
    background-color: white;
}
.inactive{
    color: #1E1E1F !important;
    background: #EEEEEE !important;
}
.user-search-box{
    position: relative;
}
.user-search-box input[type="submit"] {
    width: auto;
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    border: none;
    font-size: 0;
    width: 50px;
    height: 97%;
    background-position: center;
}
.user-search-box input[type="text"]{
    padding-right: 55px;
}
.travel-status-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    background: #FBFBFB;
    border-bottom: 1px solid #E6E6E6;
}
.travel-form-holder .user-details .user-details-title{
    padding: 23px 30px 19px;
    margin: 0;
}
.travel-status-title h4{
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #737373;
    margin: 0;
}
.travel-form-holder .user-details{
    padding: 0;
}
.travel-form{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 30px;
    border-bottom: 1px solid #E6E6E6;
}
.travel-form h5{
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #1E1E1F;
}
.travel-form input[type="checkbox"]{
    position: relative;
    width: 38px;
    height: 20px;
    -webkit-appearance: none;
    appearance: none;
    background: #E3E3E3;
    outline: none;
    border-radius: 40px;
    cursor: pointer;
}
.travel-form input[type="checkbox"]::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: 0.5s;
  }

.travel-form input[type="checkbox"]:checked::before {
    transform: translateX(100%);
    background: #fff;
    left: 4px;
}

.travel-form input[type="checkbox"]:checked {
    background: #86B739;
}
.pagination-sec{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    margin: 0;
    gap: 20px;
    list-style: none;
}
.pagination-sec .prev a,.pagination-sec .next a{
    border: 1px solid #EEEEEE;
    color: #1E1E1F;
    background: #F6F6F8;
    border-radius: 2px;
    transition: var(--default-trans);
    padding: 2px 5px;
    font-size: 12px;
}
.pagination-sec .prev a:hover,.pagination-sec .next a:hover{
    background: #86B739;
    color: white;
    border: 1px solid #86B739;
}
.pagination-sec li.active a{
    color: #1E1E1F;
}
.pagination-sec li a{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: #B7B7B7;
    transition: var(--default-trans);
}
.pagination-sec li a:hover{
    color: #86B739;
}
.fees-box{
    border-radius: 14px;
    padding: 22px 20px 17px 30px;
    height: 100%;
}
.l-y{
    background: #F4E8CA;
}
.l-g{
    background: #E0ECCF;
}
.l-p{
    background: #FAD9DD;
}
.fees-title{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.fees-title h4{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #1E1E1F;
}
.fees-box p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #737373;
    margin-bottom: 5px;
}
.high-price b{
    font-size: 40px;
    font-weight: 500 !important;
    line-height: 60px;
    color: #1E1E1F;
}
.low-price b{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #1E1E1F;
}
.doc-viewer {
    padding: 5px 0 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #737373;
}
.doc-viewer a{
    display: inline-block;
    color: #86B739;
    transition: var(--default-trans);
}
.doc-viewer a:hover{
    color: #737373;
}
/*//////// travel html end ////// */

 /*/////// outstanding html start ///// */
.table-responsive table{
    margin: 0 ;
    padding: 0 30px !important;
}
.table-responsive .table thead,.table-responsive .table tbody{
    padding: 0 30px;
}
.table-responsive .table thead th{
    background: #FBFBFB;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #737373;
}
.table-responsive .table>:not(caption)>*>* {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #1E1E1F;
    padding: 11px 18px;
}
.table-responsive .table tbody tr td:nth-child(1){
    font-weight: 500;
}
.outstanding-holder .user-details {
    padding: 0 0px 7px;
}
.asg-table-holder .user-details {
    padding: 0 0px 0px;
}
.outstanding-main-form{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.outstanding-main-form1{
    flex-grow: 1;
}
.outstanding-holder .user-details-title {
    padding: 23px 19px 19px;
    margin: 0 ;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.outstanding-form-holder{
    margin: 40px 50px 10px 30px;
    position: relative;
}
.outstanding-form-holder .user-form .input-wrapper {
    margin-bottom: 10px;
}
.filter-popup-form .user-form .input-wrapper{
    margin-bottom: 25px;
}
.outstanding-form-holder .user-form .input-wrapper input{
    background-color: white;
}
.filter-btn{
   transition: var(--default-trans);
   border: none;
   background: transparent;
}
.filter-btn span{
    border-radius: 6px;
    background: white;
    gap: 10px;
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid black;
    line-height: 22.4px;
    color: #1E1E1F;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    transition: var(--default-trans);
}
.filter-btn span:hover{
    background: #86b73952;
}
.filter-btn .filter-close{
    display: none;
}
.filter-btn .filter-close.active{
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #1E1E1F;
}
.filter-popup-form {
    position: absolute;
    left: 0;
    top: 80px;
    display: none;
    width: 100%;
    background: white;
    z-index: 99;
    box-shadow: 0px 17px 16.5px 0px #00000014;
    border: 1px solid #E6E6E6;
    border-radius: 14px;
    padding: 27px 30px 5px;
}
.filter-popup-form .form-end-btns input[type="submit"]{
    background: #86B739;
    color: white;
}
.filter-popup-form .form-end-btns input[type="submit"]:hover{
    background: transparent;
    color: #86B739;
}
.filter-popup-form .form-end-btns {
    justify-content: flex-end;
}
.drp-down-input{
    background-image: url(../images/drp-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 20px top 23px !important;
}
.drp-down-input::placeholder{
    color: #000 !important;
    opacity: 1;
}
.drp-down-input.open {
    background-image: url(../images/close-icon.svg) !important;
    background-position: right 20px top 20px !important;
}
.check-drp-down{
    padding: 14px 16px 18px;
    background: white;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: 14px;
    display: none;
    position: absolute;
    z-index: 99;
    /* min-width: 240px; */
    height: auto;
    max-height: 160px;
    overflow-y: auto;
    scrollbar-width: thin;
    width: 100%;
}
.sub-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 13px;
}
.check-drp-down .sub-checkbox:last-child{
    margin-bottom: 0;
}
.sub-checkbox input {
    width: auto !important;
    padding: 0 !important;
    cursor: pointer;
}
.sub-checkbox label{
    margin-bottom: 0 !important;
    cursor: pointer; 
}
 /*/////// outstanding html end ///// */

/*///////// assign html start  ////////*/
.asg-upper-holder .user-details{
    background-color: transparent;
    padding: 0;
    border: none;
    margin: 40px 0 25px
}
.asg-content{
    background: white;
    border-radius: 14px;
    padding: 20px 20px 30px;
    border: 1px solid #E6E6E6;
}
.asg-content h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #1E1E1F;
    margin-bottom: 10px;
}
.asg-content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #737373;
    margin-bottom: 20px;
}
.asg-content ul{
    margin-bottom: 23px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px 30px;
    flex-wrap: wrap;
}
.asg-content li.badge a{
    display: inline-block;
    color: #86B739;
    transition: var(--default-trans);
}
.asg-content li.badge a:hover{
    color: #737373;
}
.asg-content ul li{
    /* font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #737373; */
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #737373;
}
.asg-content ul li span{
    /* font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    color: #000;
    display: block; */
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: #000;
    display: block;
    word-break: break-all;
}
.acpt-btn{
    text-align: left;
}
.red-decline .acpt-btn a ,.show-clearance .show-red-btn{
    background-color: red !important;
    color: white !important;
    border: 1px solid red !important;
}
.red-decline .acpt-btn a:hover,.show-clearance .show-red-btn:hover{
    color: red !important;
    background-color: white !important;
    border: 1px solid red;
}
td .btn-equal{
     font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 25px !important;transition: var(--default-trans);
    padding: 5px 10px !important;
}
.show-clearance .show-red-btn,.show-clearance .show-grn-btn,.plus-dropdown-box .row .col-12 input[type="submit"],.acpt-btn button{
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    color: #ffffff;
    transition: var(--default-trans);
    background: #86B739;
    padding: 5px 10px !important;
}
.outstanding-holder.asg-table-holder {
    padding: 0 20px;
}
.acpt-btn a,.modal-footer input[type="submit"].btn,.form-end-btns input[type="submit"],.plus-dropdown-box .row .col-12 input[type="submit"],.acpt-btn button,.form-end-btns input[type="reset"]{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: white;
    /* padding: 13px 20px; */
    border-radius: 6px;
    background: #86B739;
    border: 1px solid transparent;
    transition: var(--default-trans);
    line-height: 25px;
    padding: 5px 10px !important;
}
.acpt-btn a:hover,.modal-footer input[type="submit"].btn:hover,.form-end-btns input[type="submit"]:hover,.plus-dropdown-box .row .col-12 input[type="submit"]:hover,.acpt-btn button:hover,.form-end-btns input[type="reset"]:hover{
    border: 1px solid #86B739;
    background: transparent;
    color: #86B739;
}
.btn-orange{
    background-color: #F4B006 !important;
}
.acpt-btn a.btn-orange:hover{
    border: 1px solid #F4B006 !important;
    background-color: transparent !important;
    color: #F4B006;
}
.asg-links{
    padding: 26px 21px 24px;
    background: white;
    border-radius: 14px;
    border: 1px solid #E6E6E6;
}
.asg-links ul{
    padding: 0;
    margin: 0;
}
.asg-links ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
    margin-bottom: 10px;
}
.asg-links ul label {
    margin: 10px 0 10px;
}
.asg-img p span {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    color: #000;
}
.asg-img p{
    margin-bottom: 0;
}

.asg-links ul li p{
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #737373;
    margin: 0;
    flex-grow: 1;
    transition: var(--default-trans);
}
.asg-links ul li p span{
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: #000;
    display: block;
    transition: var(--default-trans);
    word-break: break-all;
}
.asg-links ul li p a{
    color: #737373;
    display: block;
}
.asg-links ul li p a:hover,.asg-links ul li p a:hover span{
    color: #86B739;
}
.asg-content,.asg-links{
    height: 100%;
}
.asg-table-holder .table-responsive{
    border-radius: 14px;
}
.asg-table-holder .table-responsive .table tbody tr:last-child td{
    border-bottom: none !important;
}
.asg-table-holder-title h3{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    color: #737373;
    padding: 0 30px;
}
.asg-upper-holder .user-tab {
    padding-bottom: 0;
}
/*///////// assign html end  ////////*/

/*///////// accepted html start  ////////*/
    .table-responsive .table tbody tr td span{
        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 25px;
        text-align: center;
        padding: 2.5px 10.5px;
        border-radius: 40px;
        margin-bottom: 10px;
        max-width: 220px;
    }
    .table-responsive .table tbody tr td span:last-child{
        margin-bottom: 0;
    }
    .table-responsive .table tbody tr td span.acpt{
        color: #86B739;
        background: #E7F1D7;
        white-space: nowrap;
    }
    .table-responsive .table tbody tr td span.pend{
        color: #F4B006;
        background: #F4B00633;
        white-space: nowrap;
    }
    .table-responsive .table tbody tr td span.rejt{
        color: #B73939;
        background: #F1DAD7;
        white-space: nowrap;
    }
    .table-responsive .table tbody tr td span.bill{
        background: #397EB733;
        color: #397EB7;
    }
    .bt-black{
        border-top: 2px solid #000;
        padding-top: 20px;
    }
/*///////// assign html end  ////////*/

/*///////// assign-accept html start  ////////*/
    .acpt-btn span{
        display: inline-block;
        padding: 2px 18px;
        color: #86B739;
        background: #E7F1D7;
        border-radius: 50px;
        font-size: 12px;
        font-weight: 500;
        line-height: 25px;
        text-align: center;
        display: none;
    }
/*///////// assign-accept html end  ////////*/

/*///////// registration html start  ////////*/
.select2-container--default .select2-results>.select2-results__options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 54px 19px 17px;
}
.select2-container--default .select2-results>.select2-results__options li{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1E1E1F;
    width: 30%;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #86B739 !important;
    color: white;
}
.select2-container--open .select2-dropdown--below{
    box-shadow: 0px 0px 20px 0px #0000001A;
    border: 1px solid #EEEEEE !important;
    min-width: 307px;
    margin-top: 7px;
    border-radius: 6px !important;
}
span.select2-search.select2-search--dropdown {
    padding: 14px 17px 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #EEEEEE;
    width: 100%;
    padding: 9px 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1E1E1F;
    border-radius: 6px;
}
.select2-container {
    display: block !important;
    position: relative;
    appearance: none;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    min-height: 51px;
    background-size: 14px 8px;
}
.select2-container::after{
    content: "";
    background: url(../images/drp-down.svg) no-repeat;
    position: absolute;
    right: 15px;
    top: 23px;
    width: 15px;
    height: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 11px 40px 11px 20px;
}
.select2-container--default .select2-selection--single {
    border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #c2c2c2b5 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1E1E1F;
}
/*///////// registration html end  ////////*/

/*//////////// invoice html start  //////////////*/
.asg-content .text-bg-success{
    background-color: #86B739 !important;
}
.table-responsive .table tbody tr td:last-child a{
    display: inline-block;
    line-height: 25px;
    color: #86B739;
    transition: var(--default-trans);
}
.asg-content h5 span {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}
.asg-content .badge.text-bg-primary {
    border: 2px solid #86b739;
    background-color: white !important;
    color: black !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: white !important;
    border: 1px solid #111 !important;
    background-color: #86b739 !important;
    background: #86b739 !important;
}
.asg-content h5 {
    text-align: left;
    background-color: #86B739 !important;
    color: white !important;
    font-size: 14px;
    line-height: 21px !important;
    font-weight: 500;
}
.table-responsive .table tbody tr td:last-child a + a{
    padding-left: 5px;
}
.table-responsive .table tbody tr td:last-child a i{
    font-size: 20px;
    font-weight: 500 !important;
}
.table-responsive .table tbody tr td:last-child a:hover{
    color: #1E1E1F;
}
.tab-body .outstanding-holder .user-tab {
    padding: 0;
}
.tab-body .outstanding-form-holder {
    margin: 0px 00px 10px 0px;
    position: relative;
}
/*///////////////// invoice html end  ////////////*/

/*///////////////// contact html end  ////////////*/
.contact-box{
    height: 100%;
}
.asg-links ul li:last-child{
    margin-bottom: 0 !important;
}
.contact-details-holder {
    margin-top: 40px;
}
.contact-box .asg-links{
    padding: 25px 27px 40px 35px;
}
.contact-box .asg-links ul li{
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
    transition: var(--default-trans);
}
.contact-box .asg-links ul li a{
    position: relative;
}
.contact-box .asg-links ul li svg{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.contact-box .asg-links h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1E1E1F;
    margin-bottom: 22px;
}
.contact-box  .asg-img {
    margin-bottom: 10px;
}
.contact-details-holder .user-tab .row>*:last-child .contact-box .asg-links ul li{
    align-items: center;
    border-radius: 20px;
    padding: 3px 5px 3px 3px;
}
/*///////////////// contact html end  ////////////*/


/*///////////////// driver-details html start  ////////////*/
.sub-drv-title{
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #C2C2C2;
}
.total-hrs .driver-trip:first-child {
    right: 210px;
    background: none;
    max-width: 250px;
}
.total-hrs .driver-trip span b{
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    padding-left: 10px;
    line-height: 36px;
}
.driver-details-holder-title h3 {
    padding: 0;
}
.de-activate{
    background-color: #F1F3ED !important;
}
.driver-details-holder .user-details{
    margin-bottom: 25px;
}
.user-form .input-wrapper textarea{
    border: none;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1E1E1F;
    padding: 12px 20px;
    min-height: 100px;
    display: block;
    width: 100%;
    border-radius: 6px;
}
.user-form .input-wrapper textarea:focus-within{
    outline: none;
}
.user-form .input-wrapper textarea::placeholder{
    color: #1E1E1F;
}
.driver-details-form .input-wrapper input[type="submit"]{
    width: auto;
    max-width: 120px;
    position: relative;
    display: block;
    background-color: #86B739;
    color: white;
    padding: 11px 30px 9px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid transparent;
    transition: var(--default-trans);
    margin-left: auto;
}
.driver-details-form .input-wrapper input[type="submit"]:hover{
    background-color: transparent;
    border: 1px solid #86B739;
    color: #86B739;
}
.main-dash .user-details-title {
    margin: 0;
    padding: 23px 20px 19px;
}
.user-tab.main-dash .user-details {
    padding: 0;
}
.user-tab .driver-option #tab>ul{
    right: 20px;
}
/*///////////////// driver-details html end  ////////////*/

/*/////// home-page html start  ///////////*/
.home-top-tab{
    padding: 30px 50px 20px 30px;
}
.home-top-tab>h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #1E1E1F;
    margin-bottom: 15px;
}
.home-top-tab #tab2 {
    background-color: white;
    position: relative;
    border: 1px solid #E6E6E6;
    border-radius: 14px;
    height: 100%;
}
.home-top-tab #tab2 ul{
    margin: 11px 20px;
    border: none;
    background: #F6F6F8;
    border-radius: 40px;
    padding: 3px;
    gap: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.home-top-tab #tab2 ul li.active {
    border-radius: 40px;
    background: white;
}
.home-top-tab #tab2 ul li:hover {
    background: white;
    border-radius: 40px;
}
.home-top-tab #tab2 ul li:hover a{
    color: #86B739;
}
.home-top-tab #tab2 ul li {
    padding: 5px 20px;
    font-weight: 500;
}
.home-top-tab #tab2 ul li.active a{
    color: #86B739;
}
.home-top-tab #tab2 ul li a{
    color: #1E1E1F;
}
.home-top-tab .tab-body tr td:last-child{
    text-align: right;
}
.home-top-tab .table-responsive{
    padding: 0 20px;
}
.home-top-tab .table-responsive .table tbody tr td:nth-child(1) {
    font-weight: 400;
}
.toggle-tab{
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.scheduled{
    border: 1px solid #E6E6E6;
    background: white;
    border-radius: 14px;
    height: 100%;
}
.scedule-top{
    padding: 20px 20px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
    flex-wrap: wrap;
    gap: 7px;
}
.scedule-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #1E1E1F;
}
.scedule-title i{
    color: #F4B006;
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
}
.scedule-top .view-btn{
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #86B739;
    transition: var(--default-trans);
}
.scedule-top .view-btn:hover{
    color: #1E1E1F;
}
.scedule-content ul{
    padding: 0;
    margin: 0;
    max-height: 335px;
    overflow-y: scroll;
    scrollbar-width: thin;
}
.scedule-content ul li{
    padding: 15px 20px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    color: #1E1E1F;
}
.scedule-content ul li a{
    color: #1E1E1F;
    display: inline-block;
    transition: var(--default-trans);
}
.scedule-content ul li a:hover{
    color: #86B739;
}
.scedule-content ul li span{
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #737373;
    margin-top: 3px;
}
.scedule-content ul li:last-child{
    border: none;
}
/*/////// home-page html end  ///////////*/

/*/////// calendar html start  ///////////*/
.user-tab-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0 20px;
}
.user-tab-top h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 0;
    color: #1E1E1F;
}
.user-tab-top .agnd-btn{
    padding: 10px 24px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    color: white;
    border-radius: 6px;
    background: #86B739;
    border: 1px solid transparent;
    transition: var(--default-trans);
    box-shadow: none;
}
.user-tab-top .agnd-btn:hover{
    background: white;
    border: 1px solid #86B739;
    color: #86B739;
}
.calendar {
    width: 100%;
    background: white;
    border-radius: 14px;
    overflow: hidden;
    /* border-left: 0.5px solid #E6E6E6;
    border-right: 0.5px solid #E6E6E6;
    border-bottom: 0.5px solid #E6E6E6; */
    border:1px solid #E6E6E6;
}
.calendar-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:25px 10px;
    gap: 23px;
}
.calendar-title .month-year {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #1E1E1F;
}
.calendar-title button {
    border: none;
    background: none;
    font-size: 15px;
    cursor: pointer;
    color: #E2E3E4;
}
.calendar-title button.active{
    color: #1E1E1F;
}
.days {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #737373;
}
.days div {
    width: calc(100% / 7);
    text-align: center;
}
.dates {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dates div {
    width: calc(100% / 7);
    height: 90px;
    text-align: center;
    padding:5px 10px;
    box-sizing: border-box;
    border: 0.5px solid #E2E3E4;
    cursor: pointer;
}
.dates div span {
    height: 40px;
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #1E1E1F;
}
.dates div.prev-month span,
.dates div.next-month span {
    color:#DEDEDE; /* Low opacity for non-current month dates */
}
.dates div.highlight span,
.dates div:hover span {
    background: #F4B006;
    color: #1E1E1F !important;
    border-radius: 50%;
    padding: 5px;
}
.dates div.selected span {
    background: #f4b0067d;
    color: #1E1E1F;
    border-radius: 50%;
    padding: 5px;
}
.calender-events ul{
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    max-height: 340px;
    overflow-y: auto;
    scrollbar-width: none;
}
.evnt-heading {
    margin-bottom: 10px;
}
.calender-events ul li{
    padding: 20px;
    background: white;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 13px;
    border: 1px solid #E6E6E6;
    border-radius: 14px;
    margin-bottom: 10px;
}
.calender-events ul li .calender-event-content{
    font-size: 11px;
    font-weight: 300;
    line-height: 16.5px;
    color: #737373;
}
.calender-events ul li .calender-event-content p{
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: #1E1E1F;
    display: block;
    margin-bottom: 0;
}
.calender-events ul li .calender-event-content span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1E1E1F;
}
.evnt-msg{
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
    color: #737373;
    display: block;
}
/*/////// calendar html start  ///////////*/
.notify-me {
    position: absolute;
    left: -300px;
    top: 50px;
    min-width: 500px;
    height: 267px;
    overflow-y: scroll;
    border-radius: 14px;
    display: none;
}
.notify-me::-webkit-scrollbar {
    width: 5px;
}
.notify-me::-webkit-scrollbar-thumb {
    background: #1E1E1F;
    border-radius: 5px;
}
.notify-sec {
    position: relative;
}
.notify-me ul {
    padding: 0;
    margin: 0;
    background: #86B739;
    padding: 15px;
    border-radius: 14px;
}
.notify-me ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    background: white;
    padding: 10px;
    gap: 15px;
    font-size: 15px;
    border-radius: 10px;
}
.notify-me ul li:last-child{
    margin-bottom: 0;
}
.notify-me-content p {
    margin-bottom: 7px;
}
.notify-me-content b {
    display: block;
    text-align: right;
    font-weight: 600 !important;
}
.radio-btn-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

/* .radio-btn-holder-1, .radio-btn-holder-2, .radio-btn-holder-3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
} */
.accept-decline-holder,.accept-decline-holder .acpt-btn{
    display: flex;
    align-items: center;
    justify-content: flex-start;
      
    flex-wrap: wrap;
    gap: 15px
}
.user-form .input-wrapper .radio-btn-holder input{
    float: left;
    padding: 0 !important;
    width: auto !important;
    vertical-align: middle;
    padding-top: 10px !important;
    margin-top: 6px !important;
    margin-right: 5px;
}
.user-form .input-wrapper .radio-btn-holder label{
    vertical-align: middle;
    display: inline-block;
}
/* DROPDOWN CSS */
.plus-dropdown {
    margin: 0px 50px 10px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.plus-icon {
    min-width: 50px;
    height: 50px;
    background: #1F2125;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 0px #F4B006;
    cursor: pointer;
    border: 1px solid #F4B006;
    transition: all .3s ease-in-out;
}

.plus-icon iconify-icon {
    color: #F4B006;
    font-size: 35px;
}

/* .plus-icon:hover {
    background: transparent;
}
.plus-icon:hover iconify-icon {
    color: #1f2125;
} */

.plus-dropdown-modal {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
}

.plus-dropdown-modal.show {
    opacity: 1;
    pointer-events: all;
}

.plus-dropdown-modal .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus-dropdown-modal form {
    width: 100%;
    margin-top: 20px;
}

.plus-dropdown-box {
    background: #fff;
    border-radius: 3px;
    padding: 50px 40px;
}

.plus-dropdown-box em {
    text-transform: capitalize;
    border: 1px solid #1f2125;
    padding: 4px 10px;
    display: inline;
    font-style: normal;
    border-radius: 3px;
}

.plus-dropdown-box label {
    margin-bottom: 6px;
    text-transform: capitalize;
}

.plus-dropdown-box input,
.plus-dropdown-box select {
    box-shadow: none !important;
    height: 50px;
}

.plus-dropdown-box input:focus,
.plus-dropdown-box select:focus {
    border-color: #F4B006;
}

.form-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 4px;

}

.form-checkbox input {
    min-width: 20px;
    max-height: 20px;
    appearance: none;
    border: 1px solid #000 !important;
    background: transparent;
    position: relative;
    outline: none;
    margin-right: 6px;
    border-radius: 2px;
    cursor: pointer;
}
.form-checkbox input::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M18.03 7.97a.75.75 0 0 1 0 1.06l-7 7a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 1 1 1.06-1.06l3.47 3.47l6.47-6.47a.75.75 0 0 1 1.06 0' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.form-checkbox input:checked:after {
    opacity: 1;
}
.form-checkbox label {
    cursor: pointer;
}
.plus-dropdown-box select {
    background: url(images/angle-down.png) no-repeat;
    background-size: contain;
    background-position: 99%;
    appearance: none;
}

.form-checkbox label {
    margin-bottom: 0;
}

.plus-dropdown-box button {

    background: #3E3E3E;
    color: #FFF1CE;
    border: none;
    border-bottom: 5px solid #F4B006;
    padding: 10px 25px;
    text-transform: capitalize;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

.plus-dropdown-box button:hover {
    background: #F4B006;
    color: #000;
    border-color: #3e3e3e;
}

.plus-dropdown-box .input-group-text.d-block {
    display: flex !important;
}

.plus-dropdown-box .input-group-text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    border-radius: 0 5px 5px 0;

}
.dropdown-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    min-width: 40px;
    height: 40px;
    color: #fff;
    background: #86B739;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    cursor: pointer;
}


/* HEADER PROFILE */
.profile-dropdown {
    position: absolute;
    width: 180px;
    top: 200%;
    left: -1rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
}

.profile-dropdown.showHide {
    opacity: 1;
    top: 180%;
    pointer-events: all;
}

.profile-dropdown::after {
    content: '';
    position: absolute;
    top: -21px;
    left: 28px;
    border: .6rem solid transparent;

    border-bottom: .8rem solid #fff;
}

.profile-dropdown ul {
    padding: 0;
    margin: 0;
}

.profile-dropdown ul li {
    padding: 0;
    margin: 0;
}

.profile-dropdown ul li a {
    padding: 10px 12px;
    display: inline-block;
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.profile-dropdown ul li a:hover {
    background: #3E3E3E;
    color: #fff;
    border-radius: 5px;
}

.profile-dropdown ul li:last-child a {
    border-bottom: 0;
}
/* /////////////////////////////////// */
.radio-btn-holder label {
    margin: 0 !important;
    white-space: nowrap;
}
.single_row_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
#add_date{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    background: #86B739;
    transition: var(--default-trans);
    border-radius: 6px;
    width: auto;
    color: white;
    padding: 13px 40px;
    border: 1px solid transparent;
}
#add_date:hover {
    background: transparent;
    color: #86B739;
    border: 1px solid #86B739;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
    padding-left: 18px;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
    padding-right: 30px;
    margin-left: 0;
    padding-left: 23px;
}
div.dt-container div.dt-layout-row div.dt-layout-cell {
    display: block;
}
div.dt-container div.dt-layout-row {
    display: block;
}
select#dt-length-0 {
    margin-right: 10px;
}
div.dt-container .dt-search input {
    width: 100%;
}
.dt-search input[type="search"] {
    border: 1px solid #EEEEEE !important;
    width: 100%;
    padding: 14px 20px !important;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1E1E1F !important;
    border-radius: 6px !important;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right 15px top 17px;
    padding-right: 40px !important;
}
.dt-search label{
    display: none;
}
.dt-search input[type="search"]::placeholder{
    color: #717171;
}
.dt-search {
    display: flex;
    align-items: center;
}
.show-clearance span {
    display: block;
    height: 100%;
    padding: 3px 10px;
    line-height: 16px;
}
.show-clearance {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}
.asg-img {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
}
.asg-upper-holder .user-details .row {
    padding-bottom: 20px;
}
.asg-upper-holder .user-details .row:last-child{
    padding-bottom: 0;
}
.asg-content .badge {
    display: inline-block;
    padding:10px;
    margin-bottom: 10px;
}
.show-clearance>.badge {
    margin-bottom: 0px;
}
.form-check.form-switch input {
    background-color: #f4f0f0;
}
.form-check.form-switch input:checked {
    background-color: #86B739;
    border: none;
}
.form-end-btns>* {
    width: auto !important;
}
div#addContactModal {
    scrollbar-width: none;
}
.btn-success,.btn-danger{
    background: #86B739 !important;
    transition: var(--default-trans);
    border-radius: 6px !important;
    width: auto !important;
    color: white !important;
    padding: 13px 40px !important;
    border: 1px solid transparent !important;
}
.btn-danger{
    background: #dc3545 !important;
}
.btn-danger:hover{
    background: transparent !important;
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}
.btn-success:hover {
    background: transparent !important;
    color: #86B739 !important;
    border: 1px solid #86B739 !important;
}
.cnl-btn:hover{
    color: #86B739 !important;
    border: 1px solid #86B739 !important;
}
.contact-details-holder .user-tab .row>* {
    margin-bottom: 25px;
}
.contact-details-holder .user-tab .row{
    justify-content: center;
}
span.remove_date {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    background: transparent;
    transition: var(--default-trans);
    border-radius: 6px;
    width: auto;
    color: #86B739;
    padding: 13px 40px;
    border: 1px solid #86B739;
    cursor: pointer;
}
span.remove_date:hover{
    background:#86B739;
    color: white;
}
.ccr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}
input[type="radio"]:checked {
    accent-color:#86B739 ;
    border: none !important;
}
.outstanding-main-form .outstanding-main-form1 {
    display: none;
}
.dataTables_wrapper .dataTables_info {
    padding-left: 30px;
}
.dataTables_wrapper .dataTables_paginate {
    padding-right: 30px;
}
div#assignmentList_length,div#assignmentList_filter{
    padding: 20px;
}
.dataTables_wrapper .dataTables_filter input{
    margin-left: 7px !important;
}
.dataTables_wrapper .dataTables_filter input[type="search"]{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgb(30, 30, 31) !important;
    background: url(../images/search-icon.svg) right 15px top 17px no-repeat transparent;
    background-position: right 15px top 17px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(238, 238, 238) !important;
    border-image: initial !important;
    padding: 14px 40px 14px 20px !important;
    border-radius: 6px !important;
}
.dataTables_wrapper .dataTables_filter input::placeholder{
    color: #717171;
}
.lang_sec{
    position: relative;
}
.lang_sec b{
    font-family: var(--monstrat);
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    color: #1E1E1F;
    cursor: pointer;
}
.lang_sec ul {
    padding: 10px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translate(-50%, 0);
    background: #F4B006;
    min-width: 135px;
    z-index: 9;
    border-radius: 10px;
    display: none;
}
.lang_sec ul li{
    margin-bottom: 7px;
}
.lang_sec ul li a:hover{
    color: white;
}
.lang_sec ul li:last-child{
    margin-bottom: 0;
}
.admin_table .dataTables_length,.admin_table .dataTables_filter {
    padding: 15px 30px;
    margin-top: 10px;
}
span.tox-statusbar__branding,.tox .tox-promotion {
    display: none;
}
.user-form-subs .btn-success{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-details-holder .user-tab .row>*:nth-child(3) .asg-links ul li:hover{
    background: #f4f4f4;
}
.outstanding-holder.asg-table-holder .user-tab {
    padding-left: 0;
    padding-right: 0;
}
.inactive-btn-holder {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}
.user-form-subs .table-responsive .table tbody tr td a {
    white-space: nowrap;
}
.driver-trip-distance>*{
    display: block;
}
.driver-trip-distance {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    min-width: 415px;
}
.driver-trip.driver-trip-distance span {
    font-size: 30px;
    line-height: 40px;
}
.driver-trip.driver-trip-distance span b {
    padding: 0;
}
.driver-trip.driver-trip-distance p{
    margin-bottom: 0;
}
.info-driver-distance{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}
.trip-date.tripped {
    background: transparent;
}
.trip-date.tripped span {
    background: #86B739;
    border-radius: 50%;
    padding: 5px;
    color: white !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: initial !important;
    background-color: white !important;
}
table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > *,
table.dataTable.stripe>tbody>tr:nth-child(odd)>*, table.dataTable.display>tbody>tr:nth-child(odd)>*,
table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_1, table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_1,
table.dataTable.order-column>tbody tr>.sorting_1, table.dataTable.order-column>tbody tr>.sorting_2, table.dataTable.order-column>tbody tr>.sorting_3, table.dataTable.display>tbody tr>.sorting_1, table.dataTable.display>tbody tr>.sorting_2, table.dataTable.display>tbody tr>.sorting_3
{
    --bs-table-bg-type: initial !important;
    background-color: white !important;
    box-shadow: none !important;
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
    box-shadow: none !important;
}
/* 25/01/2025 */
.table-responsive table + a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #ffffff;
    transition: var(--default-trans);
    background: #86B739;
    padding: 5px 10px;
    border-radius: 10px;
    max-width: 115px;
    width: 100%;
    border: 1px solid transparent;
    margin: 10px auto 10px 15px;
}
.table-responsive table + a:hover{
    color:#86B739;
    background: white;
    border: 1px solid #86B739;
}
table#notificationtable thead {
    display: none;
}
table#notificationtable {
    border-bottom:none !important;
    padding: 15px 0px 10px !important;
    margin: 10px 0 !important;
}
div#notificationtable_paginate ,div#notificationtable_info{
    padding: 0 !important;
    margin: 15px auto !important;
    width: 100%;
    text-align: center;
}
div#notificationtable_info{
    margin-bottom: 0 !important;
}
div.dataTables_filter {
    margin-top: 15px;
    padding-bottom: 10px;
}
table.dataTable.display > tbody > tr > td {
    border-top: none !important;
}
table.dataTable.no-footer {
    border-bottom: #ececec !important;
}
div#invoicelist_wrapper .dataTables_filter,#tripreg_wrapper .dataTables_filter{
    padding-right: 30px;
    padding-left: 30px;
}
table.dataTable thead > tr > th.sorting,.table-responsive .table>:not(caption)>*>*{
    white-space: nowrap;
}
div#updatehourstopkm .input-wrapper label {
    margin-bottom: 5px;
}
.modal-header.modal-header-2 {
    gap: 15px;
    align-items: flex-start;
}
.modal-header.modal-header-2 .btn-close {
    margin-top: 0px;
}
.remove_date{
    display: inline-block;
}
.full_info .driver-img {
    gap: 15px;
}
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: right;
    width: 100%;
}
.dataTables_wrapper .dataTables_filter input{
    width: 90%;
}
.dataTables_wrapper .dataTables_filter label{
    display: flex;
    align-items: center;
    margin: 0 15px;
}
div#ridelist_filter {
    padding-left: 30px;
    padding-right: 30px;
}
.dataTables_wrapper .dataTables_length,.dt-length {
    display: none;
}
div#viewallnotification {
    scrollbar-width: none;
}
div#viewallnotification .modal-content {
    min-width: 615px;
}
div#viewallnotification .scedule-content {
    height: 265px;
    overflow-y: scroll;
    scrollbar-width: none;
}
div#viewallnotification .table-responsive {
    height: 100%;
    scrollbar-width: thin;
}
input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.user-form .input-wrapper input[type="text"]:read-only,.user-form .input-wrapper input[type="date"]:read-only,.user-form .input-wrapper select:disabled {
    cursor: not-allowed;
    background: #ebebeb87;
}
div#preference_filter {
    padding-left: 30px;
    padding-right: 30px;
}
.low-price div + div {
    margin-top: 7px;
}
.fees-box{
    position: relative;
}
.fees-box .spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; 
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.fees-box .spinner .loadgif {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
table.dataTable tbody td{
    vertical-align: middle;
}
.user-tab #tab .input-wrapper .check-drp-down ul,.input-wrapper .check-drp-down ul {
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: none;
}
.user-tab #tab .input-wrapper .check-drp-down ul li,.input-wrapper .check-drp-down ul li {
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1E1E1F;
    cursor: pointer;
    padding: 0;
}
.check-drp-down ul li:last-child,.user-tab #tab .input-wrapper .check-drp-down ul li:last-child{
    margin-bottom: 0;
}
.user-form .input-wrapper input.drp-down-input  {
    padding: 14px 35px 14px 14px;
    cursor: pointer;
}
.calender-events {
    margin-top: 10px;
  }
div.not-available span {
    color: white;
    background: red;
    border-radius: 50%;
}
.fromto_date_sec_wrapper .input-wrapper {
    /* display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px; */
    margin-bottom: 0;
}
.fromto_date_sec_wrapper .input-wrapper input[type="checkbox"] {
    float: left;
    vertical-align: middle;
    width: auto;
    margin-top: 6px;
    margin-right: 6px;
}
.fromto_date_sec_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    margin: 10px 0 25px;
}
.fromto_date_sec_wrapper .input-wrapper b {
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
}
#showmydetails,#showmydetails1{
    scrollbar-width: none;
}
#showmydetails #tab ul {
    margin-top: 10px;
}
#showmydetails .user-tab {
    padding: 0;
}
div#showmydetails {
    scrollbar-width: none;
    padding: 0 !important;
}
#showmydetails .modal-dialog,#showmydetails1 .modal-dialog,#showresume .modal-dialog{
    min-width: 1024px;
}
.btn-success-popup {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 20px !important;
}
.pop_form_text {
    display: inline-block;
    width: 100%;
    word-break: break-all;
}
#showmydetails .user-tab #tab2>ul{
    top: 5px;
    scrollbar-width: none !important;
}
/* .asg-img img {
    width: 80px;
    height: 80px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
} */
.price-sec {
    padding: 62px 0 73px;
    background-size: cover;
    background-repeat: no-repeat;
}
.price-sec .cmn-heading{
    margin-bottom: 15px;
}
.price-sec .cmn-heading h2{
    color: white;
}
.price-sec-holder .row>*{
    padding: 0 !important;
}
.price-sec-holder .row>*:nth-child(1) .price-box,.price-sec-holder .row>*:nth-child(2) .price-box{
    background: #1D2315;
}
.price-sec-holder .row>*:nth-child(3) .price-box,.price-sec-holder .row>*:nth-child(4) .price-box{
    background: #232430;
}
.price-sec-holder .row>*:nth-child(3) .price-box .org-price p,.price-sec-holder .row>*:nth-child(4) .price-box .org-price p{
    color: #8086A4;
}
.price-sec-holder .price-box{
    border: 3px solid #2B2C3A;
    border-radius: 20px;
    padding: 33px 20px;
    height: 100%;
    margin: 0 8px;
    box-shadow: 0px 4px 37.6px 0px #00000040;
}
.price-sec-holder .price-box h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: white;
    margin-bottom: 25px;
}
.org-price{
    margin-bottom: 18px;
}
.org-price p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #6E7B5C;
    max-width: 190px;
    margin: 0 auto;
}
.org-price p b{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: white;
    display: inline-block;
}
.org-price p span{
    font-family: var(--secondary-font);
    font-size: 46px;
    font-weight: 600;
    line-height: 56.12px;
    text-align: center;
    color: white;
    display: inline-block;
}
.slt-plan{
    margin-bottom: 27px;
}
.slt-plan a{
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: white;
    padding: 17px;
    display: inline-block;
    width: 100%;
    border: 1px solid #86B739;
    border-radius: 6px;
    background: #86B73924;
    transition: var(--default-trans);
    text-align: center;
}
.slt-plan a:hover{
    background: #86B739;
}
.price-sec-holder .price-box h5{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #B2ADCC;
}
.price-sec-holder .price-box ul{
    padding: 0;
    margin: 0;
}
.price-sec-holder .price-box ul li{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: white;
    padding-left: 38px;
    margin-bottom: 17px;
}
.price-sec-holder .price-box ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    background: url(../images/tick.png) no-repeat center;
    background-size: contain;
}
.plan-toggle-form{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}
.plan-toggle-form p{
    margin-bottom: 0;
    color: white;
    font-size: 18px;
    line-height: 30px;
}
.radio-btn-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}
.radio-btn-holder-1 label,.radio-btn-holder-2 label{
    margin: 0 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 2px !important;
}
.plan-toggle-form input[type="checkbox"] {
    position: relative;
    width: 60px;
    height: 25px;
    -webkit-appearance: none;
    appearance: none;
    background: #E3E3E3;
    outline: none;
    border-radius: 40px;
    cursor: pointer;
}
.plan-toggle-form input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.plan-toggle-form input[type="checkbox"]::before {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 4px;
    transition: 0.5s;
}
.plan-toggle-form input[type="checkbox"]:checked {
    background: #86B739;
}
.plan-toggle-form input[type="checkbox"]:checked::before {
    transform: translateX(100%);
    background: #fff;
    left: 18px;
}
.plan-box1,
.plan-box2 {
    display: none;
}

.plan-box1 {
    display: block;
}

.plan-box2.active {
    display: block; 
}
.price-sec-holder>* .row {
    justify-content: center;
}
.price-sec-holder>* .row>* {
    margin-bottom: 20px;
}
.price-sec .cmn-heading h2 {
    color: white;
    text-align: center;
}
.table-btn-bottom a {
    display: inline-block;
    margin: 20px 0;
}
.asg-content .badge.text-bg-warning {
    white-space: normal;
    line-height: 19px;
}
/* custom-dashboard start */
.custom-dashboard .sp-row,.custom-dashboard .row{
    background: white;
    border-radius: 14px;
    padding: 0 30px 7px;
    border: 1px solid #E6E6E6;
    padding-top: 20px;
    margin-bottom: 20px;
}
.custom-dashboard .sp-row{
    margin-bottom: 20px;
}
.custom-dashboard .row{
    padding: 0 15px 7px;
}
.custom-dashboard .sp-row .row{
    padding: 0;
    padding-top: 20px;
}
.custom-dashboard .user-details {
    background: transparent;
    border-radius:0;
    padding: 0;
    border: none;
}
.custom-dashboard .user-details-title {
    background: white;
    border-radius: 14px 14px 0 0;
    padding: 23px 23px 20px;
}
.browse_row>*{
    margin-bottom: 20px;
}
.browse_row a{
    margin-top: 0 !important;
}
.row.browse_row {
    flex-direction: row !important;
    align-items: center;
}

/* custom-dashboard end */
.info_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 20px;
    margin-bottom: 10px;
}
 
.info_flex_stars {
    margin-bottom: .5rem;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 5px;
 }  
 .user-form .input-wrapper p {
    width: 100%;
    word-break: break-all;
    margin: 0 !important;
}