﻿a {
    text-decoration: none;
}

label.error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
}

.error {
    border: 1px solid red !important;
}

label {
    font-size: 16px;
    color: #000000;
}

form#frmFleetOperatorRegistration {
    background: #f1f1f1;
    padding: 30px;
    margin: 50px 0;
    margin-top: 0;
}

.form-control {
    border: 1px solid #ddd;
    background: #f1f1f1;
    height: 50px;
    padding: 5px 15px;
    max-width: 100%;
}

input,
select {
    background: #fff;
    height: 40px;
    border: 1px solid #EFF0F1;
    margin-top: 10px;
}

textarea {
    background: #fff;
    height: 80px;
    border: 1px solid #EFF0F1;
    resize: none;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.Login_,
.Generate_Password {
    height: calc(100vh - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .Generate_Password .card {
        border: none;
    }

    .Login_ .card,
    .Generate_Password {
        /* background: none; */
        border: none;
    }

    .Login_ .card-header,
    .card-header {
        background: #2FBB70;
        color: #fff;
        border: none;
        text-align: center;
        font-size: 22px;
        text-transform: uppercase;
    }

#btnLogin,
.card-footer button {
    background: #DB5B22;
    border: none;
    font-size: 18px;
    padding: 8px 30px;
    margin: 10px 0;
}

.card-footer a {
    font-size: 14px;
    margin: 10px 0px;
    display: inline-block;
    color: #333333;
}

.button_group {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    background: #17466A;
    color: #fff;
}

    footer p {
        color: #fff;
        margin: 0;
        padding: 10px 0;
    }

        footer p a {
            color: #fff;
        }

hr {
    display: none;
}

.side_menu {
    position: fixed;
    left: 0;
    top: 88px;
    height: calc(100vh - 135px);
    width: 280px;
    background: #f1f1f1;
    box-shadow: 0 0 10px #c5c5c5;
}

    .side_menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .side_menu li a {
        font-size: 16px;
        color: #333333;
        padding: 10px;
        display: block;
        border-bottom: 1px solid #ddd;
    }

    .side_menu li:last-child a {
        border-bottom: none;
    }

    .side_menu li a:hover,
    .side_menu li a:focus,
    .side_menu li a.active {
        background: #2FBB70;
        color: #fff;
    }

/*=========================================================================*/

header {
    background: #f4f4f9;
    box-shadow: 0 4px 11px -3px rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    max-width: 100px;
}

.img_max_content {
    width: 100%;
}

main {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: end;
    height: calc(100vh - 132px);
    margin-top: 87px;
}

    main .body-content {
        width: calc(100% - 280px);
        padding: 30px;
        height: 100%;
        overflow: auto;
    }

.cardbox {
    background: url("../Images/card-bg.png") no-repeat;
    background-size: cover;
    border: none;
}

.card-head {
    text-align: right;
    padding: 15px 0px 15px 15px;
}

.card_name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.card_no {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.card_ft {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rating_point {
    font-size: 22px;
    font-weight: 700;
}

    .rating_point img {
        max-width: 40px;
        margin-right: 5px;
    }

.card_ft img.logo {
    max-width: 60px;
}

.profile {
    position: relative;
    padding-bottom: 10px;
}

    .profile > span {
        font-size: 16px;
        text-transform: capitalize;
    }

        .profile > span img {
            margin-right: 5px;
            max-width: 50px;
        }

    .profile ul {
        display: none;
        list-style: none;
        position: absolute;
        top: 100%;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px #ddd;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .profile li a {
        color: #333333;
        padding: 8px 15px;
        display: block;
        border-bottom: 1px solid #c5c5c5;
        white-space: nowrap;
    }

        .profile li a:hover {
            background: #2FBB70;
            color: #fff;
        }

    .profile li:last-child a {
        border-bottom: none;
    }

    .profile:hover ul {
        display: block;
    }

.btn-primary {
    background: #096b3e;
    border-color: #096b3e;
}

#tblList .table > thead tr th {
    font-size: 15px;
    font-weight: 700;
    background: #096b3e;
    color: #fff;
}

#tblList .table > tbody tr td {
    font-size: 15px;
}

.white_color {
    color: #fff;
}

label a {
    color: #184768;
    font-weight: bold;
    text-decoration: underline;
}

.Clear_btn,
.card-footer a.Clear_btn,
.signuplink a {
    color: #096b3e;
    border: 2px solid #096b3e;
    margin: 0;
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 7px;
    font-weight: 500;
}

    .Clear_btn:hover,
    .card-footer a.Clear_btn:hover,
    .signuplink a:hover {
        background: #096b3e;
        color: #fff;
    }

.table-striped > tbody > tr:nth-of-type(odd) > *,
.table-bordered > :not(caption) > * > * {
    --bs-table-bg-type: rgb(251 242 143 / 30%);
}

.table-hover > tbody > tr:hover > * {
    --bs-table-bg-state: rgb(255 255 255 / 25%);
}

.ibox-content table tr th {
    background: #096b3e;
    color: #fff;
}

.profile ul {
    right: 0;
}