@font-face {
    font-family: "gilroy";
    font-weight: 400;
    src: url("../fonts/Gilroy-Regular.woff") format("woff2")
}

@font-face {
    font-family: "gilroy";
    font-weight: 500;
    src: url("../fonts/Gilroy-Medium.woff") format("woff2")
}

@font-face {
    font-family: "gilroy";
    font-weight: 600;
    src: url("../fonts/Gilroy-SemiBold.woff") format("woff2")
}

@font-face {
    font-family: "gilroy";
    font-weight: 700;
    src: url("../fonts/Gilroy-Bold.woff") format("woff2")
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    margin: 0;
    padding: 0;
    background: #F3F3F3;
    font-family: "gilroy", sans-serif;
    overflow-x: hidden;
    color: #000;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    word-wrap: break-word;
    position: relative;
    line-height: 25px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #161616;
    line-height: normal;
    margin: 0 0 5px 0;
    font-family: "gilroy", sans-serif;
    font-weight: 500;
    position: relative;
    text-transform: capitalize
}

h1 {
    font-size: 50px
}

h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 500
}

h3 {
    font-size: 40px
}

h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px
}

h5 {
    font-size: 20px;
    font-weight: 600
}

h6 {
    font-size: 14px;
    font-weight: 700
}

hr {
    margin: 20px 0px 25px;
    border: 0px;
    border-bottom: 1px solid #E6E6E6;
    opacity: 1
}

p {
    color: #000;
    line-height: 22px
}

span {
    display: inline-block
}

a,
p,
span {
    word-break: break-word
}

ol,
p,
ul {
    margin: 0px;
    padding: 0px
}

ol *,
ul * {
    margin: 0px;
    padding: 0px
}

ol,
ul {
    padding-left: 25px
}

ul {
    display: block
}

a img {
    border: 0px
}

img {
    max-width: 100%;
    height: auto
}

ol,
p,
ul {
    margin-bottom: 5px
}

.clr {
    display: block;
    float: none;
    clear: both
}

.c {
    overflow: hidden;
    float: none
}

.underline {
    text-decoration: underline
}

a {
    text-decoration: none;
    display: inline-block
}

.hidden,
.hide {
    display: none !important
}

table {
    border-spacing: 0px;
    border-collapse: collapse
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
select,
textarea {
    background: transparent;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 15px;
    color: #5B5B5B;
    resize: vertical;
    width: 100%;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-family: "gilroy", sans-serif;
    line-height: 25px
}

input::-webkit-input-placeholder {
    color: #848484;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

input::-moz-placeholder {
    color: #848484;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

input:-ms-input-placeholder {
    color: #848484;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

input::-ms-input-placeholder {
    color: #848484;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

input::placeholder {
    color: #848484;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

textarea {
    width: 100%
}

select {
    width: 100%;
    padding: 6px 15px 6px 15px;
    border-radius: 8px;
    border: 1.5px solid #EBEBEB;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../assets/images/angle-down.png);
    background-repeat: no-repeat;
    background-position: 99%;
    height: 47px
}

.primaryBtn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid #42C86F;
    border-radius: 6px;
    font-family: "gilroy";
    color: #fff;
    font-size: 14px;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    line-height: normal;
    font-weight: 600;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    position: relative;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    background-color: #42C86F;
    padding: 11px 12px
}

.btn:focus,
.btn:hover,
.primaryBtn:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background-color: #fff;
    color: #42C86F;
    outline: none;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    border-color: #42C86F
}

button:focus {
    outline: none
}

label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: normal;
    color: #848484
}

.form-control {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    height: auto
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #E6E6E6
}

a:focus {
    outline: none;
    text-decoration: none
}

a {
    color: #000;
    cursor: pointer;
    transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s
}

a:not([href]):not([tabindex]) {
    color: #000
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #42C86F
}

a:focus,
a:hover {
    text-decoration: none
}

a:hover {
    color: #42C86F
}

.cfx:after {
    clear: both;
    content: "+";
    display: block;
    height: 0;
    visibility: hidden
}

.mobile {
    display: none
}

.container {
    max-width: 100%;
    padding: 0 113px
}

#mob_menu.show_menu {
    left: 0px
}

.mobileBtn {
    display: none
}

#mob_menu {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8901960784);
    height: 100%;
    z-index: 999999;
    width: 280px;
    color: #000;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
    left: -320px;
    overflow: auto
}

#mob_menu .menu {
    padding: 10px 20px;
    display: block
}

#mob_menu .closeBox {
    text-align: right;
    padding: 10px 20px
}

.overflow-hidden {
    overflow: hidden
}

.owl-carousel .owl-item img,
.owl-theme .owl-dots .owl-dot {
    width: auto
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.d-flex-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.d-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.primaryBtn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.primaryBtn.whiteBtn {
    color: #000;
    border-color: #EBEBEB;
    background: #fff
}

.primaryBtn.whiteBtn:hover {
    background: #42C86F;
    border-color: #fff;
    color: #fff
}

section {
    padding-top: 100px
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin-bottom: 5px
}

.breadcrumb a {
    color: #848484;
    font-style: normal;
    font-weight: 500
}

.breadcrumb span {
    color: #161616;
    font-style: normal;
    font-weight: 500
}

.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.title .leftSide {
    max-width: 70%
}

.title h6 {
    margin-bottom: 0
}

.title p {
    font-size: 14px;
    margin-bottom: 0
}

.head {
    text-align: center;
    max-width: 660px;
    margin: 0 auto
}

@-webkit-keyframes rotate-btn {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-btn {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.circle {
    -webkit-animation: rotate-btn 10s linear infinite;
    animation: rotate-btn 10s linear infinite
}

.modal .modal-dialog.modal-dialog-centered {
    max-width: 632px
}

.modal h5 {
    font-size: 20px;
    margin: 0;
    font-weight: 700
}

.modal .modal-content {
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    padding: 14px
}

.modal .modal-title {
    max-width: 465px;
    font-size: 20px;
    color: #161616;
    font-family: "Gilroy";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.modal .modal-header {
    position: relative;
    border-bottom: none;
    padding-bottom: 7px
}

.modal .modal-header .btn-close {
    margin: 0;
    cursor: pointer
}

.modal .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal .close {
    position: absolute;
    right: 0;
    top: 40px;
    background-image: url(../../assets/images/home/close-gray.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-size: contain
}

.modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: none
}

.modal .modal-footer .leftside {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: left
}

.modal .modal-footer .new {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: #000
}

.modal .modal-footer .off {
    color: #1EB23F;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding-left: 6px
}

.modal .modal-footer .old {
    color: #B6B6B6;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: line-through;
    text-transform: capitalize
}

.modal .modal-footer .rightside {
    gap: 10px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal .modal-footer .primaryBtn {
    width: 100%;
    max-width: 110px;
    font-size: 14px;
    padding: 14px 15px
}

.modal .spec {
    gap: 7px;
    margin-bottom: 8px
}

.modal .spec .data {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.modal .spec .icon {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal .colors {
    margin-bottom: 8px
}

.modal .colors span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 0 0 10px
}

.modal .colors span.gray {
    background-color: #5B5B5B
}

.modal .colors span.blue {
    background-color: #122FC9
}

.modal .field span.upload {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.modal .field label {
    width: 100%;
    position: relative
}

.modal .field input[type=file] {
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer
}

.modal .field .uploading {
    position: relative;
    width: 100%;
    border: 1px solid #D7D7D7;
    padding: 9px 30px;
    color: rgba(43, 43, 43, 0.631372549)
}

.modal .videoSlide {
    margin: 8px 0;
    border-radius: 8px;
    overflow: hidden;
    max-height: 197px
}

.modal .swiper-pagination {
    width: 115px;
    bottom: 5px
}

.modal .primaryBtn {
    width: 100%
}

.twoField {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.twoField .field {
    width: 50%
}

.field {
    margin-bottom: 15px;
    width: 100%
}

.field .label {
    margin-bottom: 10px;
    color: #000;
    font-family: "gilroy";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize
}

.field span {
    color: #FF2626
}

.field .iti {
    width: 100%
}

.field .iti--separate-dial-code .iti__selected-flag {
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.field .iti__arrow {
    display: none
}

.field .iti--separate-dial-code .iti__selected-flag {
    padding: 15px
}

.field .upload {
    padding: 10px 18px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    width: 100%;
    position: relative;
    height: 52px
}

.field .upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.field .upload:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../../assets/images/icons/upload.svg);
    width: 25px;
    height: 24px
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #000;
    width: 100%;
    height: 47px
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000;
    background-color: #fff;
    padding: 14px 18px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    text-align: left;
    font-family: "gilroy";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize
}

.select-styled:after {
    content: "\f107";
    font-family: "FontAwesome";
    width: 0;
    height: 0;
    position: absolute;
    top: 18px;
    right: 30px;
    color: #000;
    font-size: 12px
}

.select-styled.active:after,
.select-styled:active:after {
    top: 18px;
    border-color: transparent transparent #000 transparent
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 8px 8px
}

.select-options li {
    margin: 0;
    padding: 5px 0;
    text-indent: 15px;
    font-size: 12px;
    text-align: left
}

.select-options li.is-selected,
.select-options li:hover {
    color: #42C86F;
    background: #fff
}

.select-options li[rel=hide] {
    display: none
}

.swiper-container {
    width: 100%
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 25%;
    height: 100%;
    overflow: hidden
}

.swiper-pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 6px;
    position: relative;
    width: 250px;
    z-index: 1;
    bottom: 11px
}

.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #EF5423;
    z-index: 1;
    border-radius: 23px;
    min-width: 10%
}

.swiper-pagination span.swiper-pagination-bullet {
    background: #E6E6E6;
    border-radius: 0;
    height: 6px;
    opacity: 1;
    min-width: 6%
}

.swiper-pagination span.swiper-pagination-bullet:first-child {
    border-radius: 23px 0 0 23px
}

.swiper-pagination span.swiper-pagination-bullet:last-child {
    border-radius: 0 23px 23px 0
}

.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:first-child {
    border-radius: 23px
}

.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:last-child {
    border-radius: 23px
}

.swiper-pagination .swiper-pagination-clickable.swiper-pagination-bullets {
    border-radius: 23px
}

.swiper-button-next,
.swiper-button-prev {
    display: none
}

.swiper-button-next,
.swiper-button-prev {
    border-radius: 50%;
    width: 32px;
    height: 32px
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none
}

.swiper-button-next,
.swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: unset;
    width: 50px;
    height: 50px
}

.owl-theme .owl-nav {
    margin-top: 0
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border: none;
    margin: 0
}

.owl-carousel .owl-nav button.owl-next:before,
.owl-carousel .owl-nav button.owl-prev:before {
    display: none
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-carousel .owl-nav button.owl-prev span {
    content: "";
    background-image: url(../../assets/images/icons/arrow-left.svg);
    background-repeat: no-repeat;
    border: 1px solid #42C86F;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: center
}

.owl-carousel .owl-nav button.owl-next span {
    content: "";
    background-image: url(../../assets/images/icons/arrow-right.svg);
    background-repeat: no-repeat;
    border: 1px solid #42C86F;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: center
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff
}

.background {
    padding: 20px 18px 20px;
    background: #fff;
    border-radius: 6px
}

.twoSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px 2%
}

.twoSection .field {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.twoSection .primaryBtn,
.twoSection button {
    max-width: 340px;
    width: 46%
}

.modal#assign .modal-dialog {
    width: 370px
}

@media screen and (min-width:1366px) {
    .container {
        max-width: 1366px
    }
}

@media screen and (max-width:992px) {
    .desktop {
        display: none !important
    }

    .mobile {
        display: block
    }

    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 18px
    }

    h5 {
        font-size: 16px;
        font-weight: 600
    }

    .container {
        padding: 0 40px
    }

    input[type=date],
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text],
    input[type=time],
    input[type=url],
    select,
    textarea {
        font-size: 14px
    }

    .modal .modal-dialog.modal-dialog-centered {
        max-width: 90%;
        margin: 0 auto
    }
}

@media screen and (max-width:768px) {

    body,
    p {
        font-size: 14px;
        line-height: 20px
    }

    h1 {
        font-size: 35px
    }

    h2 {
        font-size: 25px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 17px
    }

    h5 {
        font-size: 14px;
        font-weight: 600
    }

    input[type=date],
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text],
    input[type=time],
    input[type=url],
    select,
    textarea {
        padding: 7px 15px
    }

    section {
        padding-top: 60px
    }

    .d-flex-justify {
        display: block;
        text-align: center
    }

    .container {
        padding: 0 16px
    }

    .innerpages {
        padding-top: 30px
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 40px
    }

    .owl-next:before,
    .owl-prev:before {
        width: 7px;
        height: 5px
    }

    .modal .modal-content {
        padding: 0px
    }

    .modal .modal-header {
        padding-bottom: 0
    }

    .modal .modal-title {
        font-size: 16px
    }

    .modal .close {
        right: 20px;
        top: 30px;
        width: 20px;
        height: 20px
    }

    .modal .modal-body {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .modal .colors,
    .modal .spec {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .modal .colors span {
        margin: 0 10px 0 0;
        width: 15px;
        height: 15px
    }

    .modal .modal-footer {
        padding-top: 10px;
        display: block
    }

    .modal .modal-footer .rightside {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 12px
    }

    .twoField {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0
    }

    .twoField .field {
        width: 100%
    }

    .select-styled {
        font-size: 12px
    }

    .select {
        height: 45px
    }

    label {
        font-size: 12px;
        margin-bottom: 8px
    }
}

@media screen and (max-width:640px) {
    .twoSection {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0
    }

    .twoSection .field {
        width: 100%
    }
}

@media screen and (max-width:420px) {
    .title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .title .leftSide {
        max-width: 100%;
        margin-bottom: 10px
    }
}

.dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F3F3F3;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden
}

.dashboard .menuSection {
    width: 280px;
    padding: 24px;
    border-radius: 0px 0px 8px 0px;
    border-right: 1px solid #F0F1F3;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dashboard .menuSection .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
    height: 65vh;
    overflow: auto
}

.dashboard .menuSection .menu::-webkit-scrollbar {
    width: 3px
}

.dashboard .menuSection .menu::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 3px
}

.dashboard .menuSection .menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #42C86F
}

.dashboard .menuSection .menu svg {
    width: 24px
}

.dashboard .menuSection .link {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6px 0
}

.dashboard .menuSection .link span {
    color: #848484;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 16px
}

.dashboard .menuSection .link.active span,
.dashboard .menuSection .link:hover span {
    color: #42C86F
}

.dashboard .menuSection .link.active svg path,
.dashboard .menuSection .link:hover svg path {
    fill: #42C86F
}

.dashboard .menuSection .link.logout {
    margin-top: auto
}

.dashboard .menuSection .link.logout svg path {
    fill: #E44242
}

.dashboard .menuSection .link.logout span {
    color: #E44242
}

.dashboard .contentSection {
    width: calc(100% - 280px)
}

.dashboard .header {
    border-bottom: 1px solid #F0F1F3;
    background: #FFF;
    padding: 22px 32px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.dashboard .header .notification {
    padding: 10px;
    cursor: pointer
}

.dashboard .header .account {
    margin-left: 20px;
    cursor: pointer
}

.dashboard .header .account .profileIcon {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.notificationPopup .modal .modal-dialog {
    right: 88px;
    margin: 0;
    position: absolute;
    top: 70px;
    width: 668px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.notificationPopup .modal .modal-dialog:after {
    content: "";
    position: absolute;
    background-image: url(../images/polygon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    top: -8px;
    right: 18px
}

.notificationPopup .notifications {
    max-height: 450px;
    overflow-y: auto
}

.notificationPopup .list {
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    background: #FBFBFB;
    padding: 15px 20px 15px 50px;
    position: relative
}

.notificationPopup .list+.list {
    margin-top: 12px
}

.notificationPopup .list.active h6:before {
    background-color: #42C86F
}

.notificationPopup .list h6 {
    font-weight: 600;
    line-height: 21px;
    padding-right: 24px;
    position: relative
}

.notificationPopup .list h6:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #848484;
    left: -30px;
    top: 0
}

.notificationPopup .list p {
    color: #848484;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    padding-right: 24px
}

.notificationPopup .list .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
    color: #848484;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.dashboardContent {
    padding: 22px 32px;
    height: calc(100vh - 95px);
    overflow: auto
}

.dashboardContent::-webkit-scrollbar {
    width: 0
}

.footer {
    color: #848484;
    font-family: "Gilroy";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin-top: 22px
}

.footer a {
    color: #848484
}

.footer a:hover {
    color: #42C86F
}

@media screen and (min-width:1366px) {
    .dashboard {
        margin: auto
    }
}

@media (max-width:1200px) and (min-width:993px) {
    .dashboard .menuSection {
        padding-right: 0;
        width: 240px;
        padding-left: 10px
    }

    .dashboard .contentSection {
        width: calc(100% - 240px)
    }
}

@media screen and (max-width:992px) {
    .dashboard .menuSection {
        width: 60px;
        padding: 10px
    }

    .dashboard .menuSection .link {
        padding: 8px
    }

    .dashboard .menuSection .link span {
        display: none
    }

    .dashboard .contentSection {
        width: calc(100% - 60px)
    }

    .notificationPopup .modal .modal-dialog {
        width: 528px
    }
}

@media screen and (max-width:768px) {
    .dashboardContent {
        padding: 12px 15px
    }
}

@media screen and (max-width:640px) {
    .dashboardContent {
        height: calc(100vh - 50px)
    }

    .dashboard .header {
        padding: 12px 15px 12px
    }

    .dashboard .header .account .profileIcon {
        width: 25px;
        height: 25px
    }

    .dashboard .header .account {
        margin-left: 5px
    }

    .dashboard .header .notification {
        padding: 0 10px
    }

    .notificationPopup .modal .modal-dialog {
        right: 42px;
        top: 50px;
        width: 320px
    }

    .notificationPopup .list {
        padding: 12px 20px 15px 25px
    }

    .notificationPopup .list h6:before {
        width: 12px;
        height: 12px;
        left: -18px;
        top: 2px
    }

    .notificationPopup .list h6 {
        padding-right: 0
    }

    .notificationPopup .list p {
        padding-right: 0
    }

    .footer {
        margin-top: 12px
    }
}

@media screen and (max-width:320px) {
    .notificationPopup .modal .modal-dialog {
        width: 250px
    }
}

.loginPage {
    background: #F3F3F3;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px
}

.loginPage .login {
    width: 430px;
    max-width: 430px;
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    position: relative
}

.loginPage .login .logo {
    margin: 0 auto 20px;
    text-align: center
}

.loginPage .login button {
    max-width: 100%;
    width: 100%;
    margin-top: 40px
}

.dashboardSection .cardBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 22px;
    margin: 0 -1% 22px
}

.dashboardSection .cardBox .cards {
    border-radius: 6px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 23%;
    margin: 0 1%;
    padding: 25px 0;
    position: relative
}

.dashboardSection .cardBox .cards .no {
    width: 30px;
    height: 30px;
    background-color: #E44242;
    border-radius: 50%;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    right: -10px;
    top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.dashboardSection .cardBox .cards .name {
    color: #BAB9B9;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 0;
    text-align: center
}

.dashboardSection .cardBox .cards .count {
    color: #161616;
    text-align: center;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.dashboardSection .title .rightSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.dashboardSection .title .rightSide select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 116px;
    color: #161616;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-position: 86%;
    padding: 6px 32px 6px 20px
}

.dashboardSection .title .rightSide .primaryBtn {
    margin-left: 20px
}

.riderLiveData .liveData {
    padding-top: 12px
}

.riderLiveData .liveData .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    background: #FBFBFB;
    padding: 15px 12px 15px 20px
}

.riderLiveData .liveData .box+.box {
    margin-top: 12px
}

.riderLiveData .liveData .leftSide {
    width: 61%;
    padding-right: 15px
}

.riderLiveData .liveData .leftSide .fromTo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.riderLiveData .liveData .leftSide .fromTo .to {
    border-radius: 6px;
    border: 1px solid #FFF;
    background: #F1F1F1;
    padding: 10px;
    width: 50%
}

.riderLiveData .liveData .leftSide .fromTo .from {
    color: #848484;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.riderLiveData .liveData .leftSide .fromTo .location {
    color: #161616;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 6px;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.riderLiveData .liveData .rightSide {
    width: 39%;
    padding-left: 15px;
    border-left: 1px solid #E1E1E1
}

.riderLiveData .liveData .rightSide .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

.riderLiveData .liveData .rightSide .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.riderLiveData .liveData .rightSide .assign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.riderLiveData .liveData .rightSide .assign span {
    color: #848484;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
    text-align: center
}

.riderLiveData .liveData .rightSide .assign .primaryBtn {
    font-size: 12px
}

.riderLiveData .liveData .rightSide .detail {
    width: calc(100% - 130px);
    padding-right: 15px;
    border-right: 1px solid #E1E1E1
}

.riderLiveData .liveData .rightSide .detail .spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #161616;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px
}

.riderLiveData .liveData .rightSide .detail .spec span {
    padding-right: 2px
}

.riderLiveData .liveData .rightSide .confirm {
    width: 130px;
    padding-left: 15px
}

.riderLiveData .liveData .rightSide .confirm span {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 196px;
    padding: 5px 15px
}

.riderLiveData .liveData .rightSide .confirm.accepted span {
    color: #7030A0;
    border: 1px solid #7030A0;
    background: #F0DBFF
}

.riderLiveData .liveData .rightSide .confirm.cancelled span {
    color: red;
    border: 1px solid red;
    background: rgb(231, 210, 210);
}


.riderLiveData .liveData .rightSide .confirm.started span {
    color: #002060;
    border: 1px solid #002060;
    background: #D2E1FF
}

.riderLiveData .liveData .rightSide .confirm.reached span {
    color: #FFC000;
    border: 1px solid #FFC000;
    background: #FFF6.acceptedDA
}

.riderLiveData .liveData .rightSide .confirm.ride span {
    color: #42D8BD;
    border: 1px solid #42D8BD;
    background: #D3FFF7
}

.riderLiveData .liveData .rightSide .confirm.assigned span {
    color: #DF5629;
    border: 1px solid #DF5629;
    background: #FFCEBE
}

.riderLiveData .liveData .rightSide .confirm.completed span {
    color: #42C86F;
    border: 1px solid #42C86F;
    background: #DFFFEA
}

.createRide .location {
    position: relative
}

.createRide .location input {
    padding-right: 35px
}

.createRide .location:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 40px;
    background-image: url(../images/location.png);
    width: 20px;
    height: 20px
}

.createRide .section {
    margin-top: 10px
}

.createRide .section h6 {
    font-weight: 600;
    margin-bottom: 15px
}

.createRide .section .fromTo {
    margin-bottom: 20px;
    width: 40%
}

.createRide .section .fromTo .to {
    border-radius: 6px;
    border: 1px solid #FFF;
    background: #F1F1F1;
    padding: 10px
}

.createRide .section .fromTo .from {
    color: #848484;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.createRide .section .fromTo .location {
    color: #161616;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 6px;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.createRide .section .primaryBtn,
.createRide .section button {
    max-width: 340px;
    width: 30%;
    margin-top: 25px
}

.createRide .scheduled {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: normal
}

.createRide .scheduled span {
    color: #E8A94D;
    font-weight: 600
}

.rwd-table {
    margin: auto;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    border-collapse: unset;
    font-size: 16px;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 0 30px
}

.rwd-table tr:first-child {
    border-top: none;
    background: #F9F9F9;
    color: #848484;
    font-family: "gilroy";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.192px;
    text-transform: uppercase
}

.rwd-table tr {
    background-color: #F9F9F9
}

.rwd-table th {
    display: none;
    font-weight: 600;
    font-size: 12px
}

.rwd-table th:last-child {
    border-right: none
}

.rwd-table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 14px
}

.rwd-table td:last-child {
    border-right: none
}

.rwd-table td:first-child {
    margin-top: 0.5em
}

.rwd-table td:last-child {
    margin-bottom: 0.5em
}

.rwd-table td:before {
    content: attr(data-th);
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #000
}

.rwd-table tr:last-child td:last-child {
    border-bottom: none
}

.rwd-table td,
.rwd-table th {
    padding: 0.5em 1em;
    border-bottom: 1px solid #EBEBEB
}

.rwd-table .edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.rwd-table .edit a,
.rwd-table .edit div {
    cursor: pointer
}

.rwd-table .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rwd-table .name .icon {
    width: 26px
}

.rwd-table .name .dName {
    width: calc(100% - 26px);
    padding-left: 10px
}

.rwd-table .name .icon img {
    width: 26px;
    height: 26px;
    -o-object-fit: cover;
    object-fit: cover
}

.avatar-upload {
    position: relative;
    width: 114px;
    height: 114px
}

.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%
}

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

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6
}

.avatar-upload .avatar-preview {
    width: 100%;
    height: 100%;
    position: relative;
    background: #EEEEEE
}

.avatar-upload .avatar-preview:after {
    content: "";
    background-image: url(../images/upload.png);
    width: 92px;
    height: 46px;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 4;
    position: relative
}

.ridehistory .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #EBEBEB;
    padding: 5px 15px;
    cursor: pointer;
    margin-left: 15px;
    font-weight: 600
}

.ridehistory .confirm {
    width: 130px
}

.ridehistory .confirm span {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 196px;
    padding: 5px 15px
}

.ridehistory .confirm.accepted span {
    color: #7030A0;
    border: 1px solid #7030A0;
    background: #F0DBFF
}

.ridehistory .confirm.started span {
    color: #002060;
    border: 1px solid #002060;
    background: #D2E1FF
}

.ridehistory .confirm.reached span {
    color: #FFC000;
    border: 1px solid #FFC000;
    background: #FFF6DA
}

.ridehistory .confirm.ride span {
    color: #42D8BD;
    border: 1px solid #42D8BD;
    background: #D3FFF7
}

.ridehistory .confirm.assigned span {
    color: #DF5629;
    border: 1px solid #DF5629;
    background: #FFCEBE
}

.ridehistory .confirm.completed span {
    color: #42C86F;
    border: 1px solid #42C86F;
    background: #DFFFEA
}

.billDetails {
    margin-top: 22px
}

.billDetails .title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.billDetails .edit {
    background: #F1F1F1;
    width: 29px;
    height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px
}

.billDetails h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px
}

.billDetails .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px
}

.billDetails .total .text {
    font-weight: 500
}

.billDetails .total .text span {
    color: #42C86F;
    font-weight: 600
}

.billDetails .total .amnt {
    font-weight: 600
}

.billDetails .total.grand {
    font-size: 16px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #D7D7D7
}

.billDetails .total.grand .text {
    font-weight: 600
}

.billDetails .total.grand .amnt {
    font-weight: 700
}

.billDetails .primaryBtn,
.billDetails button {
    max-width: 340px;
    width: 30%;
    margin-top: 28px
}

#bill .grandtotal {
    height: 40px;
    padding: 6px 15px;
    border-radius: 4px;
    border: 1.5px solid #EFEFEF;
    background: #F1F1F1
}

.drivermanage .type {
    width: 20px;
    height: 20px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

.drivermanage .type.a {
    background: #42C86F
}

.drivermanage .type.b {
    background: #1C74B3
}

.drivermanage .confirm {
    width: 130px
}

.drivermanage .confirm span {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 196px;
    padding: 5px 15px
}

.drivermanage .confirm.accepted span {
    color: #7030A0;
    border: 1px solid #7030A0;
    background: #F0DBFF
}

.drivermanage .confirm.started span {
    color: #002060;
    border: 1px solid #002060;
    background: #D2E1FF
}

.drivermanage .confirm.reached span {
    color: #FFC000;
    border: 1px solid #FFC000;
    background: #FFF6DA
}

.drivermanage .confirm.ride span {
    color: #42D8BD;
    border: 1px solid #42D8BD;
    background: #D3FFF7
}

.drivermanage .confirm.assigned span {
    color: #DF5629;
    border: 1px solid #DF5629;
    background: #FFCEBE
}

.drivermanage .confirm.completed span {
    color: #42C86F;
    border: 1px solid #42C86F;
    background: #DFFFEA
}

.drivermanage .primaryBtn,
.drivermanage button {
    border-radius: 196px;
    background-color: #42C86F;
    padding: 10px 15px
}

.drivermanage .primaryBtn:hover,
.drivermanage button:hover {
    background-color: #fff
}

#assigning .phone {
    color: #161616;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

#assigning .fromTo {
    margin-bottom: 20px
}

#assigning .fromTo .to {
    border-radius: 6px;
    border: 1px solid #FFF;
    background: #F1F1F1;
    padding: 10px;
    margin-bottom: 15px
}

#assigning .fromTo .from {
    color: #848484;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

#assigning .fromTo .location {
    color: #161616;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 6px;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

#assigning .drivers {
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    background: #FBFBFB;
    padding: 20px 15px
}

#assigning .drivers .box+.box {
    border-top: 1px solid #E1E1E1;
    margin-top: 23px;
    padding-top: 23px
}

#assigning .drivers .spec {
    border-radius: 6px;
    border: 1px solid #FFF;
    background: #F1F1F1;
    padding: 10px;
    margin-top: 10px
}

#assigning .drivers .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500
}

#assigning .drivers .name .phone {
    margin-top: 15px
}

#assigning .modal-footer button {
    width: 48%;
    max-width: 50%
}

#completed .modal-dialog {
    max-width: 325px
}

#completed .completed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 18px
}

#completed .completed h5 {
    padding: 30px 0 15px
}

#completed .completed p {
    color: #848484;
    text-align: center;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 20px
}

#completed .completed .primaryBtn,
#completed .completed button {
    max-width: 154px
}

[data-tab-content] {
    display: none
}

.active[data-tab-content] {
    display: block
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.tabs .tab {
    cursor: pointer;
    padding: 10px 12px;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    color: #848484;
    font-family: "Gilroy";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 15px
}

.tabs .tab.active {
    background: #42C86F;
    color: #fff
}

.tabs .tab:hover {
    background: #42C86F;
    color: #fff
}

@media (min-width:768px) and (max-width:1360px) {
    .tab-content {
        overflow: auto
    }

    .tab-content>.active {
        width: 1366px
    }
}

@media screen and (min-width:768px) {
    .rwd-table {
        margin: 20px 0 40px
    }

    .rwd-table td:before {
        display: none
    }

    .rwd-table td,
    .rwd-table th {
        display: table-cell;
        padding: 0.25em 0.5em
    }

    .rwd-table tr:last-child td {
        border-bottom: none
    }

    .rwd-table td:first-child,
    .rwd-table th:first-child {
        padding-left: 0
    }

    .rwd-table td:last-child,
    .rwd-table th:last-child {
        padding-right: 0
    }

    .rwd-table td,
    .rwd-table th {
        padding: 0.8em 1em !important
    }
}

@media screen and (max-width:1200px) {
    .riderLiveData .liveData .rightSide .detail {
        width: 100%;
        border-right: none;
        padding-right: 0
    }

    .riderLiveData .liveData .rightSide .confirm {
        padding-left: 0;
        padding-top: 10px
    }
}

@media screen and (max-width:768px) {
    .dashboardSection .cardBox {
        row-gap: 11px
    }

    .dashboardSection .cardBox .cards .name {
        font-size: 12px
    }

    .dashboardSection .cardBox .cards .count {
        font-size: 20px
    }

    .riderLiveData .liveData .leftSide .fromTo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 6px
    }

    .riderLiveData .liveData .leftSide .fromTo .to {
        width: 100%
    }

    .createRide .section {
        margin-top: 0
    }

    .createRide .location:after {
        top: 37px;
        right: 7px
    }
}

@media screen and (max-width:640px) {
    .dashboardSection .cardBox .cards {
        width: 48%
    }

    .dashboardSection .cardBox .cards .no {
        font-size: 12px;
        top: -5px;
        right: -5px;
        width: 25px;
        height: 25px
    }

    .dashboardSection .title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .dashboardSection .title .rightSide {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px
    }

    .dashboardSection .title .rightSide .primaryBtn {
        font-size: 12px;
        padding: 10px;
        margin-left: 10px
    }

    .dashboardSection .title .rightSide select {
        font-size: 12px;
        min-width: 100px;
        height: auto
    }

    .riderLiveData .liveData .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 12px
    }

    .riderLiveData .liveData .leftSide {
        width: 100%;
        padding-right: 0
    }

    .riderLiveData .liveData .rightSide {
        width: 100%;
        border-top: 1px solid #E1E1E1;
        margin-top: 20px;
        padding-top: 20px;
        border-left: none;
        padding-left: 0
    }

    .createRide .section .fromTo {
        width: 90%
    }

    .createRide .section .primaryBtn,
    .createRide .section button {
        width: 80%
    }

    .billDetails .primaryBtn,
    .billDetails button {
        width: 80%
    }
}

@media screen and (max-width:420px) {
    .dashboardSection .cardBox {
        margin: 0 0 12px
    }

    .dashboardSection .cardBox .cards {
        width: 100%;
        margin: 0
    }

    .rwd-table {
        margin: 15px 0 10px
    }

    .rwd-table td {
        font-size: 12px
    }

    .rwd-table td:before {
        width: 80px
    }

    .rwd-table .edit {
        gap: 10px
    }
}