@font-face {
    font-family: Gotham;
    src: url(../../fonts/gotham-light-webfont.woff2) format('woff2'), url(../../fonts/gotham-light-webfont.woff) format('woff'), url(../../fonts/gotham-light.ttf) format('ttf')
}

@font-face {
    font-family: 'Gotham Bold';
    src: url(../../fonts/GothamBold.woff2) format('woff2'), url(../../fonts/GothamBold.woff) format('woff'), url(../../fonts/GothamBold.ttf) format('ttf')
}

:root {
    --primary-color: #2968ea;
    --secondary-color: #ef0a36;
}

.bg-primary {
    background: var(--primary-color) !important;
}

.bg-secondary {
    background: var(--secondary-color) !important;
}

.bg-warning {
    background: #ffd804 !important;
}

body .intl-tel-input .flag-container {
    position: static;

}

body .intl-tel-input .selected-flag {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

body .iti__country-list {
    white-space: break-spaces;
}

.w-fit {
    width: fit-content;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.btn-plain {
    background: #e5ebef !important;
    border-color: #d5dbe0;
}

.btn-plain.active {
    background: var(--primary-color) !important;
    color: white;
}

.btn-plain:hover {
    background: var(--primary-color) !important;
    color: white;
}

.panel-heading {
    background-color: #1d2226;
    color: white;
}

.table-logo > img {
    max-height: 50px;
    max-width: 50px;
}

body {
    font-family: Gotham, sans-serif;
    font-size: .75rem;
    color: #333 !important;
}

.nav-tabs {
    border-bottom: 1px solid var(--primary-color)
}

.nav-tabs .nav-link {
    color: black;
    background: 0 0;
    border: 1px solid var(--primary-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 15px;
    font-weight: 600;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: var(--primary-color);
    color: white;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: white;
}

form label {
    font-weight: bold;
}

.progress-bar {
    background-color: var(--primary-color);
}

a {
    color: var(--primary-color);
    text-decoration: none;
    background-color: transparent;
}

.btn-primary {
    background: var(--primary-color) !important;
}

.btn-success {
    background: #2EC500 !important;
    border-color: #2EC500 !important;
}

.btn.btn-block {
    width: 100% !important;
}

form hr {
    border-top: var(--primary-color) 2px solid;
    border-bottom: 0;
    height: 0;
}

.hr {
    border-top: lightgray 2px solid;
    border-bottom: 0;
    height: 0;
}

.table thead tr th {
    font-weight: 600;
    border-bottom: 1px solid #b8c1ca;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #e4e7ea;
}

.add-vehicle {
    background: var(--secondary-color);
    color: white;
}

.navbar-nav .navbar-add-vehicle {
    margin-left: 10px;
}

.navbar-nav .navbar-add-vehicle i {
    font-size: 15px;
}

.multiselect-wrapper {

}

.multiselect-input-div input {
    width: 100%;
    padding: .4375rem .75rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--app-component-color);
    background-color: var(--app-component-bg);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.multiselect-input-div input:focus {
    color: var(--app-component-color);
    background-color: var(--app-component-bg);
    border-color: #67abe9;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(52 143 226 / 25%);
}

.multiselect-dropdown-arrow {
    border: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");

}

.navbar-nav .navbar-notifications .navbar-link i {
    color: var(--primary-color);
}

.navbar-nav .navbar-notifications .navbar-link .notification-count {
    background: red !important;
}

#header .navbar-nav {
    padding: 10px 20px;
}

#sidebar .menu .menu-item .menu-link .menu-icon i {
    color: rgba(255, 255, 255, .6);
}

#sidebar .menu .menu-item.active .menu-link .menu-icon i {
    color: var(--primary-color);
}

.app-sidebar .menu .menu-item .menu-submenu .menu-item.active:after {
    border-color: var(--app-theme);
}

.table:not(.table-bordered) thead tr th {
    border-top: none;
}

td ul.dropdown-menu li a {
    padding-left: 5px;
    color: #000000;
    display: block;
}

td ul.dropdown-menu li a:hover {
    background: var(--primary-color);
    color: #fff !important;
}

.input-group.date .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #2d353c;
    text-align: center;
    background: #d5dbe0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.form-group {
    margin-bottom: 1rem;
}

label .required {
    color: #ff0000;
    font-weight: bold;
}

label.custom-control-label {
    line-height: initial !important;
}

.dropdown-menu li a {
    padding: 5px;
}

#image_previews {
    margin-top: 1rem;
}

#image_previews img {
    max-height: 120px;
}

#image_previews li {
    margin-bottom: 1rem;
    position: relative;
}

#image_previews li {
    border: 2px solid #c6ced5;
}

#image_previews .actions {
    position: absolute;
    top: 2px;
    right: 2px;
}

#image_previews .actions .btn-sm {
    font-size: 0.5rem;
}

input, textarea, select {
    font-weight: normal !important;
}

th .sorting-icons div i {
    line-height: 0.6;
    font-size: 14px;
}

th .sorting-icons div i.active {
    color: var(--primary-color);
}

.pointer {
    cursor: pointer;
}

.modal#modal-add-vehicle .vehicle-type-buttons {
    /*display: grid;*/
    /*grid-auto-flow: column;*/
    /*grid-column-gap: 10px;*/
}

.modal#modal-add-vehicle .vehicle-type-buttons a {
    display: flex;
    align-items: center;
}

.modal#modal-add-vehicle .vehicle-type-buttons a i {
    font-size: 45px;
    margin-left: 10px;
    line-height: 1.5rem;

}

@media (max-width: 767px) {
    .over-flow-x-sm-scroll{
        overflow-x: scroll;
    }
}


/* iti styles*/
.is-invalid + span.invalid-feedback{
    display: flex !important;
}










.input-group .form-floating, div.pass_show{
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1;
    margin-bottom:0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}

.ptxt {
    color:#3366cc;
    float: right !important;
    font-size: 15px !important;
    left: auto !important;
    background: transparent !important;
    position: absolute;
    cursor: pointer !important;
    top: auto !important;
    right: 10px;
}

.app-sidebar .menu .menu-item .menu-link .menu-label {
    padding: 5px 5px;
    font-size: 75%;
    font-weight: 600;
    color: var(--app-theme-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-left: 5px;

    border-radius: 50%;
}
