/**/

:root {

    /* --theme-color: #f6a821; */

    --theme-color :  #05a651;

    --white: #ffffff;

    --black: #000;

}
.text-warning{
    color: var(--theme-color) !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face {

    font-family: 'Roboto-Regular';

    src: url('../fonts/Roboto-Regular.ttf');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'Roboto-Medium';

    src: url('../fonts/Roboto-Medium.ttf');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'Roboto-Bold';

    src: url('../fonts/Roboto-Bold.ttf');

    font-weight: normal;

    font-style: normal;

}



body {

    font-family: 'Roboto-Regular';

    font-size: 14px;

    overflow-x: hidden;

    line-height: inherit;

    background: #2f323b;

    color: #fff;

}

p {
    color: #949ba2;
}

p {
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 25px;
}

body,
html {

    height: 100%;

    scroll-behavior: smooth;

}

._rel {
    position: relative;
}

a,
a:after,
img,
a:before,
.btn-theme,
.overly {

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    -ms-transition: 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

a {

    display: inline-block;

    text-decoration: none;

    outline: none;

    appearance: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    -o-appearance: none;

    -ms-appearance: none;

    color: var(--black);

    position: relative;



}

a:hover,
a:focus,
a:active {

    text-decoration: none;

    outline: none;

    color: var(--theme-color);

}

.btn-theme {

    border: 0px;

    font-size: 16px;

    background: transparent;

    color: #e41b18;

    padding: 20px 0px;

    text-transform: uppercase;

    border-bottom: 1px solid #ff6438;

}

.btn-theme:hover {

    color: #fff;

    background-color: #e41b18;

    border-color: #e41b18;

    padding: 20px 20px;

}

img {

    max-width: 100%;

    height: auto;

}

h1,
h2,
h3,
h4,
h5,
h6,
h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {

    font-family: 'Roboto-Bold';

}

h1 {



    font-size: 50px;

    line-height: 80px;

    letter-spacing: 0px;

    margin-bottom: 20px;

}

h2 {

    font-size: 40px;

    line-height: normal;

    letter-spacing: 0px;

    margin-bottom: 20px;

}

h3 {

    font-size: 30px;

    line-height: normal;

    letter-spacing: 0px;

    margin-bottom: 20px;

}

h4 {

    font-size: 22px;

    line-height: normal;

    letter-spacing: 0px;

    margin-bottom: 20px;

}

h5 {



    font-size: 25px;

    line-height: normal;

    letter-spacing: 0px;

    margin-bottom: 20px;

}

h6 {



    font-size: 20px;

    letter-spacing: 0;

    line-height: normal;

    margin-bottom: 20px;



}



section {

    width: 100%;

    padding: 100px 0;

    position: relative;

    clear: both;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

}

.form-control {

    color: #494b54;

    border: none;

    border-radius: 4px;

    -webkit-box-shadow: none;

    box-shadow: none;

    -webkit-transition: none;

    -o-transition: none;

    transition: none;

    /*background-color: #494b54;*/
    background-color: #fff;

    /* height: 50px; */
    /* font-size: 18px; */

}

.btn-warning {

    background-color: var(--theme-color);

    border-color: var(--theme-color);

    color: var(--white);

    font-weight: bold;

}

.table thead th {

    border-bottom: 0;

}

.table td,
.table th {

    border-top-color: rgb(255 255 255 / 30%);

    vertical-align: middle;

}

.table-striped>tbody>tr:nth-of-type(odd) {

    background-color: #44464f;

}

/*theme css*/

header {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    z-index: 99;

}

.top-header {

    padding: 10px 0px;

    border-bottom: none;

    background-color: #FFFFFF;

    box-shadow: 0px 0px 21px #161616;

}

.white {
    color: var(--white);
}

aside {

    background: #24262d;

    width: 250px;

    position: fixed;

    left: 0;

    overflow: auto;

    height: 100vh;

    /* padding-bottom: 80px; */

    padding-top: 60px;

}

main {

    padding-left: 290px;

    padding-right: 30px;

    padding-top: 80px;

}

._leftmenu {

    background-color: #2a2d35;

    padding: 10px 0px;

}

._leftmenu .sub-menu {

    display: none;

}



._leftmenu li a {

    font-size: 16px;

    font-weight: normal;

    padding: 15px 20px;

    margin: 0 0;

    color: #848c94;

    display: block;

    border-left: 8px solid transparent;

    position: relative;

}

._leftmenu .sub-menu li a {

    padding-left: 40px;

}

._leftmenu li a:hover,
._leftmenu a.active {

    color: #fff;

    border-left-color: var(--theme-color);

}

._leftmenu li a i {
    margin-right: 10px;
}

a._children:after {

    font-family: FontAwesome;

    content: "\f067";

    color: #3a2626;

    position: absolute;

    right: 20px;

    top: 50%;

    color: #848c94;

    transform: translate(0, -50%);

    -webkit-transform: translate(0, -50%);

}

._children.active:after {

    color: var(--theme-color);

    content: "\f068";

}

.page-title {

    border-bottom: 1px solid #3d404c;

    padding-bottom: 15px;

    margin-bottom: 20px;

}

.p-heading {

    border-bottom: 1px solid rgb(255 255 255 / 30%);

    padding-bottom: 15px;

}

.page-item.active .page-link {

    background-color: var(--theme-color);

    border-color: var(--theme-color);

}

/**/

.panel {

    background-color: rgba(68, 70, 79, 0.5);

    border-radius: 3px;

    margin-bottom: 20px;

    padding: 20px;

    box-shadow: 0 0 10px 0 #2f323b87;

}

.panel .slight {
    margin-bottom: 5px;
}

form label {
    width: 100%;
    display: block;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px;
    line-height: 38px !important;
    width: 100%;
    display: block;
}

.select2-results__option {
    color: var(--black);
}

#vehciles-list .row {
    padding-top: 20px;
    border: 1px solid var(--white);
    margin-bottom: 30px;
}

/* zohaib's css  */


.user-form {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-form .panel {
    padding: 20px 30px;
}

.nav-tabs .nav-link {
    background-color: #2f323b;
    border: 0px;
    border-radius: 0;
    color: #fff;
    /* padding: 20px 30px; */
    margin-right: 5px;
    cursor: pointer;
}

.nav-tabs {
    border-bottom: 0px;
}
.delete-btn{
    position: relative;
}
.item-name{
    position: relative;
}
.close-btn{
    position: absolute;
    background: red;
    color: #fff;
    text-align: center;
    left: 0;
    top: 0;
}
input.red{border:1px solid red;}
input:focus{
    outline: none;
}
.text-danger{
/*    font-size: 10px;*/
}
.code-tab-nav li{
    display: inline-block;
    padding: 7px 15px;
    background-color: #000;
    color: #fff;
    margin-right: 5px;
    cursor: pointer;
}
.code-tab-nav li:hover,.code-tab-nav li.active{
    background-color: #fff;
    color: #000;
}
.tabs-content .tabs{
    display: none;
}
.tabs-content .tabs.active{
    display: block;
}
.menu-toggle{
    display: none;
    position: fixed;
    top: 66px;
    right: 10px;
    z-index: 9999;
}
@media(max-width:991px){
    aside{
        display: none;
        top: 0;
        left: 0;
        top: 0;
        z-index: 999;
        padding-top: 0;
    }
    main{
        padding: 10px;
    }
    .menu-toggle{
        display: block;
    }
}

.copyright{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.copyright a{
    color: #fff;
}