@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat";
    overflow-x: hidden;
}

.main-sec-signin {
    background-color: black;
    padding: 100px 10px;
    text-align: center;
    color: white;
    background-position: center;
}

.main-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.sign-field {
    width: 100%;
    padding: 25px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 50px;
    font-size: 18px;
}

.sign-field:focus {
    outline: 0;
}

.help {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.submitbtn {
    padding: 20px 60px;
    border: 0;
    border-radius: 50px;
    background-color: #27AF60;
    box-shadow: 0px 0px 41px #27AF60;
    font-size: 20px;
    font-family: "Montserrat";
    color: white;
    margin-top: 20px;
}

.sign-in-form h4 {
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 10px;
}

.sign-in-form h2 {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.signin a {
    color: white;
    text-decoration: none;
}

.signin {
    width: 50%;
    margin: auto;
}

.smth {
    position: relative;
}

.eye {
    position: absolute;
    top: 27px;
    right: 25px;
}

.eye i {
    color: black;
    cursor: pointer;
}

.ca {
    padding-top: 100px;
}

.ca a {
    font-size: 22px;
    font-weight: 300;
}

.sign-in-form img {
    width: 185px;
}

.sidebar {
    width: 215px;
    height: 100%;
    transition: width 0.3s ease;
    overflow: hidden;
    position: relative;
    padding-left: 5px;
    background: transparent linear-gradient(88deg, #47C97E 0%, #0C7237 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 70px 70px 0px;
}

.sidebar .usersss h5 {
    opacity: 1;
    font-size: 14px;
    font-weight: 300;
    margin-left: 20px;
}

.First_sec a img {
    height: 20px;
    width: 20px;
    margin-left: 5px;
    margin-right: 10px;
}

.First_sec {
    margin-top: 10px;
    width: 200px;
    padding-bottom: 10px;
}

.sidebar ul li.active {
    background: transparent linear-gradient(270deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.sidebar ul li:hover {
    background: transparent linear-gradient(270deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    transition: 0.3s;
}

.sidebar ul li:hover a {
    font-weight: 500;
}

.usersss {
    padding-top: 180px;
}

.usersss ul li a {
    color: black;
}

.sidebar .profile {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    color: black;
    transition: padding 0.3s ease;
    width: 100%;
}

.sidebar .profile img {
    position: relative;
    left: 0;
    opacity: 1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    transition: width 0.3s ease, height 0.3s ease;
}

.sidebar-logo {
    padding: 10px 5px 20px;
}

.sidebar .profile span {
    margin-left: 85px;
    font-size: 25px;
}

.sidebar .profile span a {
    color: black;
}

.sidebar .Reelslogo img {
    width: 80%;
}

.sidebar ul {
    position: relative;
    left: -13px;
    list-style-type: none;
    padding: 0px 0px;
    position: relative;
    margin-bottom: 0;
}

.sidebar ul li {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    color: black;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300;
}

.sidebar ul li i {
    position: relative;
    left: 4px;
    font-size: 20px;
    margin-right: 20px;
    transition: opacity 0.3s ease;
}

.fsli {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.settings {
    display: flex;
    flex-direction: column;
    padding: 30px 5px 30px;
    color: white;
}

.settings a {
    padding: 10px 0px 10px 10px;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    margin-right: 40px;
}

.settings a img {
    padding-right: 10px;
}

.sm-header {
    float: right;
    padding-right: 30px;
}

.main-head h2 {
    padding-top: 15px;
    font-weight: 700;
}

.settings a:hover img {
    filter: invert(1) !important;
    transition: 0.3s;
}

.settings a:hover {
    background-color: white;
    color: black;
    transition: 0.3s;
}

.search-bar {
    width: 90%;
    padding: 15px 40px;
    border-radius: 25px;
    background-color: #F9F9FB;
    border: 0;
}

.search-div {
    position: relative;
    padding-bottom: 20px;
}

.search-bar:focus {
    outline: 0;
}

.searchicon {
    border: 0;
    background: transparent;
    position: absolute;
    left: 10px;
    top: 14px;
}

.main-head {
    margin-top: 20px;
}

.usermanagesec {
    padding-top: 10px;
}

.table {
    padding: 15px;
    box-shadow: 0px 3px 20px #0000001A;
    border: 1px solid #F2F2F4;
    border-radius: 20px;
    width: 90%;
}

table {
    font-family: arial, sans-serif;
    width: 100%;
    padding: 10px;
    background-color: #27AF601C;
}

th {
    border: 1px solid #00000033;
    padding: 25px;
    text-align: left;
}

td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 20px;
}

.foot p {
    margin-top: 15px;
    margin-bottom: 0;
}

/* Users page */
.grnbtn {
    background: transparent linear-gradient(175deg, #27AF60 0%, #0C7237 100%) 0% 0% no-repeat padding-box;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #0C7237;
}

.grnbtn:hover {
    background: transparent;
    color: #0C7237;
    transition: 0.3s;
}

.greenx i {
    color: #27AF60;
}

.grnbx i {
    background-color: #27AF60;
    color: white;
    padding: 10px;
    border-radius: 20px;
}

/* Users Page */





/* Invite User Page*/
.field {
    width: 100%;
    padding: 15px;
    border-radius: 35px;
    border: 0;
    margin-bottom: 15px;
}

.field:focus {
    outline: 0;
}

.form-div {
    padding: 20px 15px;
    background: #27AF601C 0% 0% no-repeat padding-box;
    border: 1px solid #0C723726;
    border-radius: 20px;
}

.invitebtn {
    padding: 15px 30px;
    background: transparent linear-gradient(180deg, #27AF60 0%, #0C7237 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    font-size: 12px;
    font-family: "Montserrat";
    color: white;
    border: 1px solid #0C7237;
    margin-top: 10px;
    text-decoration: none;
}

.invitebtn:hover {
    background: transparent;
    color: #0C7237;
    transition: 0.3s;
}

.question {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0px 10px 20px;
}

.question p {
    margin-bottom: 0;
    padding-right: 25px;
}

/* Invite User Page*/



/* Order - 1 Page */

.options {
    float: right;
    padding-bottom: 10px;
}

.options label {
    padding-right: 15px;
}

.addicons {
    position: absolute;
    top: 15px;
    right: 15px;
}

.rel {
    position: relative;
}

.addicons a {
    color: #0C7237;
    font-size: 18px;
}

.msgfield {
    width: 100%;
    padding: 20px 20px 90px;
    border-radius: 35px;
    border: 0;
    margin-bottom: 10px;
}

.msgfield,
.field:focus-visible {
    outline-color: 0;
}

.btnssss {
    float: right;
}

/* Order - 1 Page */


/* Driver Invitation - 2 Page */

header {
    margin: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.header-display {
    display: flex;
    align-items: center;
}

.header-display p {
    color: #0C7237;
    margin: 5px;
    font-size: 1.2rem;
    word-spacing: 0.5rem;
}

pre {
    padding: 10px;
    margin: 0;
    cursor: pointer;
    font-size: 1.2rem;
    color: #0C7237;
}

.days,
.week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: auto;
    padding: 0 20px;
    justify-content: space-between;
}

.week div,
.days div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 3em;
    border-radius: 100%;
}

.days div:hover {
    background: transparent linear-gradient(180deg, #27AF60 0%, #0C7237 100%) 0% 0% no-repeat padding-box !important;
    color: white;
    cursor: pointer;
}

.week div {
    opacity: 0.5;
}

.current-date {
    background: transparent linear-gradient(180deg, #27AF60 0%, #0C7237 100%) 0% 0% no-repeat padding-box !important;
    color: white;
}

.display-selected {
    margin-bottom: 10px;
    padding: 20px 20px;
    text-align: center;
}

.nav-link {
    color: #000000;
    border: 1px solid #0C7237 !important;
    border-radius: 30px !important;
    padding: 10px 30px;
    margin-right: 15px;
    font-size: 14px;
}

.nav-link.active {
    background: transparent linear-gradient(180deg, #27AF60 0%, #0C7237 100%) 0% 0% no-repeat padding-box !important;
    color: white !important;
    transition: 0.3s;
}

.nav-link:hover {
    background: transparent linear-gradient(180deg, #27AF60 0%, #0C7237 100%) 0% 0% no-repeat padding-box !important;
    color: white !important;
    transition: 0.3s;
}

.t-main {
    padding: 15px;
    border-radius: 25px;
    box-shadow: 0px 3px 20px #0000001A;
    width: 90%;
}

.t-inner {
    background: #27AF601C 0% 0% no-repeat padding-box;
    border: 1px solid #0C723726;
    border-radius: 20px;
    padding: 40px 15px;
}

.calendar {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000001A;
    border: 1px solid #F2F2F4;
    border-radius: 15px;
}

/* Driver Invitation - 2 Page */


/* Driver Invitation - 3 Page */

.dg {
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: baseline;
}

.content h5 {
    color: #0C7237;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 25px;
}

.icon i {
    color: #0C7237;
    font-size: 22px;
}

.airportbtn {
    padding: 30px 0px;
}

.airportimings {
    padding-top: 20px;
}

.airportbtn {
    padding: 30px 0px;
}

.airportimings {
    padding-top: 20px;
}

.airporthead h3 {
    font-size: 35px;
    font-weight: 700;
}

.airporthead h5 {
    font-weight: 300;
    color: black;
    font-size: 17px;
}

.content p {
    font-size: 15px;
}

.grnp {
    color: #0C7237;
    margin-top: -20px;
}

/* Driver Invitation - 3 Page */


/* Driver Invitation - 5 Page */

.airportstatus {
    padding: 10px 20px;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    margin-top: 20px;
}

.airportstatus p {
    margin-bottom: 5px;
    font-size: 12px;
}

.airportstatus h6 {
    font-weight: 400;
    font-size: 20px;
}

/* Driver Invitation - 5 Page */


/* Driver Invitation - 6 Page */

.checkin {
    padding: 20px 20px;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.checkin h6 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
}

.checkin p {
    margin-bottom: 0px;
    font-size: 12px;
}


/* Driver Invitation - 6 Page */

/*Chat Screen Page Css*/
.chat-online {
    color: #34ce57
}

.chat-offline {
    color: #e4606d
}

.chat-messages {
    display: flex;
    flex-direction: column;
    max-height: 575px;
    overflow-y: scroll
}

.chat-message-left,
.chat-message-right {
    display: flex;
    flex-shrink: 0
}

.chat-message-left {
    margin-right: auto
}

.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.mr-1 {
    width: 65px;
    height: 65px;
}

.all-btns .dropdown button {
    padding: 0;
    background: transparent;
    border: 0;
    color: var(--blue);
    font-size: 36px;
}

.all-btns .dropdown button:after {
    display: none;
}

.all-btns .dropdown button {
    padding: 0;
    background: transparent;
    border: 0;
    color: var(--blue);
    font-size: 36px;
    line-height: 0;
}

.all-btns .dropdown button:after {
    display: none;
}

.side {
    background: #3670EE;
    padding: 60px 30px;
    height: 100vh;
    display: flex !important;
    flex-direction: column !important;
    gap: 35px !important;
    overflow-y: scroll;
}

.input-group {
    box-shadow: 0px -6px 20px #11206E29;
}

.gbg-w {
    padding: 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000001A;
    margin-top: 15px;
    border-radius: 23px;
    width: 97%;
}

button.send-btn {
    border-radius: 0px 0px 30px 0px;
}

.content-inner h3 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.52px;
    margin: 0;
}

.content-inner {
    font-family: 'Montserrat';
    color: #fff;
    margin-left: 15px;
}

.content-inner p {
    font-size: 12px;
    font-weight: 300;
}

.user-div {
    text-decoration: none;
    position: relative;
}

.side::-webkit-scrollbar {
    display: none !important;
}

.chat-header {
    padding: 10px 30px 10px 5px;
}

.border-bottom {
    border-bottom: 0 !important;
}

.username-main {
    margin-left: 15px;
}

.username-main h4 {
    letter-spacing: 0.52px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 22px;
    margin: 0;
}

.username-main p {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    text-align: left;
}

.inte-btn {
    background: transparent;
    justify-content: center;
    border: none;
}

.inte-btn i {
    color: #27AF60 !important;
}

.confirm {
    background-color: #27AF60 !important;
}

.all-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.chat-header i {
    color: #000;
    font-size: 20px;
}

.all-btns .dropdown {
    margin-top: -5px;
}

.chat-opp {
    color: #fff;
    background: #27AF60;
    padding: 25px;
    position: relative;
    border-radius: 0 20px 20px;
    max-width: 45%;
    font-size: 16px;
    font-weight: 300;
    margin-left: 30px;
    margin-top: 35px;
}

.chat-opp:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #27AF60;
    border-top: 10px solid #27AF60;
    border-bottom: 10px solid transparent;
    left: -19px;
    top: 0px;
}

.chat-opp1 {
    color: black;
    background: #27AF601C;
    padding: 25px;
    position: relative;
    border-radius: 20px 0 20px 20px;
    max-width: 45%;
    font-size: 16px;
    font-weight: 300;
    margin-right: 30px;
    margin-top: 35px;
    /* border: 1px solid #27AF601C; */
    /
}

.chat-opp1:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #27AF601C;
    border-right: 10px solid transparent;
    border-top: 10px solid #27AF601C;
    border-bottom: 10px solid transparent;
    right: -20px;
    top: 0px;
}

.chat-body::-webkit-scrollbar,
.chat-messages::-webkit-scrollbar {
    display: none;
}

.send-btn {
    width: 90px;
    height: 60px;
    background: #27AF60;
    border: 0;
    color: #fff;
    font-size: 28px;
}

.send-btn i {
    transform: rotate(90deg);
}

.message-box {
    margin-top: -26px;
}

.message-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Montserrat';
    padding: 20px;
    background: #27AF6021 0% 0% no-repeat padding-box;
    border: 1px solid #F2F2F4;
    border-radius: 14px;
}

.position-relative {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 30px;
}

.message-box input {
    border-radius: 0;
    color: #3670EE;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0px 0px 30px 30px;
}

.message-box input::placeholder {
    color: #3670EE;
}

.time {
    font-size: 14px !important;
    position: absolute;
    right: 0;
}

.sweet-alert button {
    color: white;
    border: none;
    box-shadow: none;
    font-size: 16px !important;
    border-radius: 10px !important;
    padding: 12px 32px !important;
    margin: 26px 5px 0 5px !important;
    cursor: pointer !important;
    font-family: 'Montserrat' !important;
    font-weight: 300 !important;
    width: 110px !important;
}

.sweet-alert button.cancel {
    background-color: #000 !important;
}

.sweet-alert h2 {
    color: #000;
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.sweet-alert {
    border-radius: 26px;
    padding: 60px 0;
}

/*Chat Screen Page Css*/

/* Driver Invitation - 8 Page */

.t-inner8 {
    background: #27AF601C 0% 0% no-repeat padding-box;
    border: 1px solid #0C723726;
    border-radius: 20px;
    padding: 20px 15px;
    height: max-content;
}

.t-inner8 .checkin {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 15px 20px;
}

/* Driver Invitation - 8 Page */
