@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*General*/
body {
    color: #666666;
    font-family: 'Poppins';
    font-size: 15px;
}

.heading-section {
    margin-bottom: 24px;
}

.heading-tab {
    margin-bottom: 24px;
}

.heading-section-btn h2 {
    display: inline-block;
    vertical-align: middle;
}

.heading-section-btn .btn {
    display: inline-block;
    margin-left: 15px;
}

.heading-section-btn-left .heading-section {
    margin-bottom: 0;
}

.heading-section-btn-right select {
    min-height: 40px;
}

.heading-section-btn-center input {
    min-height: 40px;
    position: relative;
}

.heading-section-btn-center i {
    background: #efefef;
    border-radius: 4px;
    color: #999;
    padding: 5px;
    position: absolute;
    right: 20px;
    top: 8px;
}

.heading-section-btn-hidden {
    display: none;
}

.heading-section-layout {
    text-align: right;
}

.heading-section-layout ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.heading-section-layout ul li {
    display: inline-block;
    margin-right: 10px;
}

.heading-section-layout ul li:last-child {
    margin-right: 0;
}

.heading-section-layout ul li img {
    max-width: 20px;
    opacity: 0.2;
    vertical-align: middle;
}

.heading-section-layout ul li .layout-active img {
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-weight: 600;
}

.heading-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

h3 {
    font-size: 16px;
    margin-bottom: 0;
}


a {
    color: #1f5fae;
}

a:hover {
    color: #143563;
}

strong {
    color: #333333;
    font-weight: 600;
}

.bs-section {
    padding: 60px 0;
}

.top-section {
    padding-bottom: 0;
}

.sidebar hr.sidebar-divider {
    margin: 15px 0 0;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 15px 0 0;
}

.content-outer {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 40px;
}

.base-container {
    background: #ffffff;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

/*Button*/
.btn {
    border-radius: 4px;
    display: block;
    font-size: 14px;
    padding: 10px 30px;
}

.btn-main {
    background: #007BFF;
    color: #ffffff;
}

.btn-main:hover {
    background: #0070FA;
    color: #ffffff;
}

.btn-main-sub {
    background: #102a4e;
    color: #ffffff;
}

.btn-main-sub:hover {
    background: #102a4e;
    color: #ffffff;
}

.btn-outline {
    background: none;
    border: 1px solid #007BFF;
    color: #007BFF;
}

.btn-b-outline {
    background: none;
    border: 1px solid #102a4e;
    color: #102a4e;
}

.btn-b-outline:hover {
    background: #102a4e;
    color: #ffffff;
}

.btn-disabled {
    background: #D8D8D8;
    border: 1px solid #d8d8d8;
    color: #999999;
    pointer-events: none;
}

.btn-disabled:hover {
    background: #D8D8D8;
    color: #999999;
    pointer-events: none;
}

.btn-rejected {
    background: #e74a3b;
}

.btn-rejected:hover {
    background: #F93F2D;
}

.form-btn {
    display: block;
    margin-top: 30px;
    text-align: right;
}

.form-btn:last-child {
    margin-bottom: 0;
}

.form-btn a {
    display: inline-block;
    min-width: 160px;
}

.form-btn button {
    display: inline-block;
    min-width: 160px;
}

.form-detail-btn a {
    width: 100%;
}

.form-detail-btn button {
    width: 100%;
}

.form-date-range {
    position: relative;
}

.form-date-range input {
    cursor: pointer;
}

.search-control-inner .gj-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    pointer-events: none;
}

.status-outer p {
    display: inline-block;
    margin-bottom: 0;
}

.circle {
    width: 16px;
    height: 16px;
    border-radius: 48px;
    border: 3px solid #efefef;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
}

.circle-waiting {
    background: #dddddd;
}

.circle-inprogress {
    background: #FA6912;
}

.circle-completed {
    background: #0BA821;
}

.circle-canceled {
    background: #FF2A2A;
}

.content-divider {
    width: 100%;
    height: 30px;
    display: block;
}

.line-divider {
    background: #EFEFEF;
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0 20px;
}

.form-divider {
    background: #EFEFEF;
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0 20px;
}

.lang-dropdown .dropdown-menu {
    min-width: 80px;
}

/*Table*/
.table-responsive {
    border-radius: 8px;
}

.table-responsive thead {
    background: #1F5FAE;
    color: #fff;
}

.table {
    border: 1px solid #efefef;
    border-radius: 8px;
    color: #333333;
    margin-bottom: 0;
    /*overflow: hidden;*/
}

.table thead th {
    border: none;

}


.table th {
    padding: 20px 10px;
    font-size: 12px;
    font-weight: 600;
}

.table td {
    background: #ffffff;
    font-size: 12px;
    padding: 10px;
    vertical-align: middle;
}

.table td .btn {
    padding: 6px 0;
}

.table td p {
    display: inline-block;
    margin-bottom: 0;
}

.table .btn {
    font-size: 12px;
}

.main-table img {
    max-width: 90px;
}

.navtabs-main .nav-tabs {
    border-bottom: none;
}

.navtabs-main .nav-tabs .nav-link {
    border: none;
    background: none;
    color: #999999;
    font-size: 24px;
    font-weight: 600;
    margin-right: 30px;
    padding: 0;
}


.navtabs-main .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.navtabs-main .nav-tabs .nav-link.active {
    background: none;
    border: none;
    color: #333333;
}

.navtabs-main .nav-tabs .nav-link:first-child {
    border-right: 1px solid #ddd;
    border-radius: 0;
    padding-right: 30px;
}

.navtabs-main .nav-tabs .nav-link:hover {
    background: none;
}

.search-control-tab input {
    height: 40px;
}

.search-control-tab select {
    height: 40px;
}

.search-control-tab .btn {
    line-height: 18px;
}

.search-control-tab label {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.daterangepicker .drp-buttons .btn {
    display: inline-block;
}

.daterangepicker .drp-buttons .btn-primary {
    background: #007bff;
}

/*Form*/
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.form-group input {
    border: 1px solid #DDDDDD;
    font-size: 14px;
    height: 40px;
}

.form-group textarea {
    border: 1px solid #DDDDDD;
    font-size: 14px;
    height: 100px;
    resize: none;
}

.form-group select {
    border: 1px solid #DDDDDD;
    height: 40px;
}

.form-group p {
    margin-bottom: 0;
}

.form-control {
    font-size: 14px;
}

.form-check input {
    height: auto;
}

.form-check select {
    height: auto;
}

.form-check label {
    margin-left: 8px;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
}

.file-area {
    width: 100%;
    position: relative;
}

.file-area input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.file-area .file-dummy {
    width: 100%;
    padding: 42px;
    background: #dddddd;
    border: 2px dashed rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: background 0.3s ease-in-out;
}

.file-area .file-dummy .success {
    display: none;
}

.file-area:hover .file-dummy {
    background: #eeeeee;
}

.file-area input[type=file]:focus + .file-dummy {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline: -webkit-focus-ring-color auto 5px;
}

.file-area input[type=file]:valid + .file-dummy {
    border-color: rgba(0, 255, 0, 0.4);
    background-color: rgba(0, 255, 0, 0.3);
}

.file-area input[type=file]:valid + .file-dummy .success {
    display: inline-block;
}

.file-area input[type=file]:valid + .file-dummy .default {
    display: none;
}

.upload-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.contact-field-inner {
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    padding: 10px;
}

.contact-field-inner p {
    margin-bottom: 5px;
}

.contact-field-inner p:last-child {
    margin-bottom: 0;
}

.contact-field-inner span:first-child {
    margin-left: 0;
}

/*
.contact-field-inner span {
    margin-left: 15px;
}*/


.contact-field a {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.contact-field-inner a {
    display: inline-block;
}

.contact-field-inner span {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.contact-name {
    width: 40%;
    display: inline-block;
}

.contact-position {
    width: 25%;
    display: inline-block;
    text-align: center;
}

.contact-tel {
    width: 30%;
    display: inline-block;
    text-align: center;
}

.services-request-detail label {
    margin-bottom: 8px;
}

.services-request-detail .contact-field-inner {
    border: none;
    padding: 0;
}

.services-request-success .form-inner {
    padding: 160px 0;
}

.services-request-success img {
    margin-bottom: 30px;
}

.services-request-success .btn {
    max-width: 250px;
    margin: 0 auto;
}



/*Sidebar*/
.sidebar .btn {
    width: 80%;
    margin: 30px auto;
}

.sidebar .nav-item .nav-link img {
    max-width: 20px;
    margin-right: 10px;
    opacity: 0.5;
}

.sidebar .active .nav-link img {
    opacity: 1;
}

/*Summary*/
.summary-item-inner {
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}

.summary-item-inner h3 {
    font-size: 48px;
    margin-bottom: 15px;
}

.summary-item-inner p {
    margin-bottom: 0;
}

/*Navbar*/
.topbar .nav-item .nav-link {
    font-size: 18px;
}

.company-name img {
    margin-right: 10px;
    max-width: 24px;
}

/*New Request*/
.img-inner {
    background: #EFEFEF;
    min-height: 100%;
}

.img-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Your Forklift*/
.forklift-img {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.forklift-item h3 {
    margin-bottom: 10px;
}

.forklift-inner {
    margin-top: 15px;
}

.forklift-inner p {
    margin-bottom: 5px;
}

.forklift-inner .btn {
    margin-top: 15px;
    padding: 10px 15px;
    min-height: 43px;
}

.forklift-btn-left {
    padding-right: 0;
}

.forklift-verification .forklift-btn-left {
    padding-right: 15px;
}

/*Status*/
.status-tabs .nav-tabs {
    border-bottom: none;
}

.status-tabs .nav-tabs .nav-link.active {
    background: #102a4e;
    border: none;
    color: #ffffff;
}

.status-tabs .nav-tabs .nav-link {
    background: #ffffff;
    border: 1px solid #ddd;
    border-left: none;
    border-radius: 0;
    padding: 10px 20px;
}


.status-tabs .nav-link:hover {
    background: #eaecf4;
}

.status-tabs .nav-tabs .nav-link:first-child {
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #ddd;
}

.status-tabs .nav-tabs .nav-link:last-child {
    border-radius: 0 4px 4px 0;
}

.status-tabs-detail {
    margin: 30px 0;
}

.status-tabs-detail .heading-section {
    margin-bottom: 0;
}

.status-item {
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 30px;
}

.status-item:last-child {
    margin-bottom: 0;
}

.status-item p {
    margin-bottom: 0;
}

.status-detail h3 {
    margin-bottom: 10px;
    color: #333333;
}

.status-detail h3 a {
    color: #333333;
}

.status-detail p {
    margin-bottom: 5px;
}

.status-detail p:last-child {
    margin-bottom: 0;
}

.status-progress p {
    margin-top: 5px;
}

.status-progress .btn {
    display: inline-block;
    margin-top: 15px;
    max-width: 100px;
    text-align: center;
    padding: 5px 15px;
    font-size: 12px;
}

.status-number {
    text-align: center;
}

.status-progress {
    text-align: right;
}

.status-summary {
    font-size: 12px;
}

.status-request-number h3 {
    color: #333333;
}

.table td .request-txt {
    display: block;
}

.main-table .btn-review {
    max-width: 60px;
    margin: 0 auto;

}

.request-txt {
    color: #666666;
    font-size: 10px;
    max-width: 250px;
    margin-top: 5px;
    word-break: break-word;
}

.gj-datepicker .btn {
    padding: .375rem .75rem;
}

/*Reviews*/
.star-rating {
    margin-bottom: 30px;
}

.stars {
    display: inline-block;
}

.star {
    font-size: 2.4rem;
    margin: 0 8px;
    cursor: pointer;
    color: #e3e8f0;
}

.star:hover,
.star.selected {
    color: #fbcd16;
}

.text {
    display: none;
    color: #666;
    margin: 8%;
    text-align: center;
}

.star.selected + .rating-text .text {
    display: inline-block;
}

.status-progress .star-rating {
    margin-top: 0;
    margin-bottom: 0;
}

.status-progress .star {
    font-size: 0.7rem;
    margin: 0;
}

.status-progress .star:hover {
    color: #e3e8f0;
}

.status-progress .star.selected:hover {
    color: #fbcd16;
}

/*Timeline*/
.step {
    position: relative;
}

.step p {
    position: absolute;
    bottom: 15px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 12px;
}

.steps {
    list-style: none;
    margin: 0 auto 15px;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 60%;
    color: #929292;
    height: 4rem;
}

.steps > .step {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.875rem;
    color: #6D6875;
}

.steps > .step:before {
    content: '';
    display: block;
    margin: 0 auto;
    background: #dddddd;
    border: 4px solid #EFEFEF;
    color: #e6e6e6;
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
    margin-bottom: -4.2rem;
    line-height: 1.9rem;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 1rem;
}

.steps > .step:after {
    content: "";
    position: absolute;
    display: block;
    background: #e6e6e6;
    width: 100%;
    height: 0.125rem;
    top: 0.6rem;
    left: 50%;
}

.steps > .step:last-child:after {
    display: none;
}

.steps > .step.is-complete {
    color: #6D6875;
}

.steps > .step.is-complete:before {
    color: #fc853e;
    background: #dddddd;
    border: 4px solid #EFEFEF;
}

.steps > .step.is-complete:after {
    background: #fc853e;
}

.steps > .step.is-active {}

.steps > .step.is-active:before {
    color: #FFF;
    border: 4px solid #EFEFEF;
    background: #fc853e;
    margin-bottom: -4.9rem;
}

.steps-complete > .step.is-active::before {
    background: #0ba821;
}

.steps-complete > .step.is-complete::after {
    background: #0ba821;
}

.log-header {
    border-radius: 4px 4px 0 0;
    padding: 15px;
    background: #1F5FAE;
}

.log-header h3 {
    color: #ffffff;
}

.log-content {
    border: 1px solid #efefef;
}

.log-content .status-outer h3 {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
}

.log-content-item {
    padding: 30px;
    border-bottom: 1px solid #efefef;
}

.log-content-item:last-child {
    border-bottom: none;
}

.log-content-item p {
    margin-bottom: 0;
}

.log-date strong {
    display: inline-block;
}

.log-date p {
    display: inline-block;
}

.log-content-item .staff-name {
    font-size: 12px;
    color: #666666;
    margin-top: 15px;
}

.log-content-item .staff-noted {
    font-size: 12px;
    color: #666666;
}

/*Media Queries*/
@media screen and (max-width: 760px) {

    .star-rating {
        width: 90%;
        max-width: 100%;
        /* Limit maximum width for smaller screens */
        height: auto;
        margin: 0 auto 30px;
        /* Center the component horizontally and add space below */
        left: 0;
        right: 0;
        top: 50%;
    }

    .star {
        font-size: 2rem;
        /* Adjusted star size for smaller screens */
        margin: 8px;
        /* Adjusted margin for smaller screens */
    }

    .text {
        margin: 4%;
        /* Adjusted margin for smaller screens */
    }
}

/*Forklift Detail*/
.forklift-detail-item {
    background: #efefef;
    border-radius: 4px;
    padding: 20px 10px;
}

.forklift-detail-item img {
    margin-bottom: 10px;
}

.forklift-detail-item h3 {
    margin-bottom: 4px;
}

.forklift-detail-item p {
    font-size: 12px;
    margin-bottom: 0;
}

.forklift-detail-list {
    list-style-type: none;
    padding-left: 0;
}

.forklift-detail-list li {
    margin-bottom: 10px;
}

.forklift-detail-list li:last-child {
    margin-bottom: 0;
}

.forklift-detail-list li strong {
    display: inline-block;
    margin-right: 5px;
}

.forklift-detail-list li p {
    display: inline-block;
    margin-bottom: 0;
}

.forklift-detail-list .status-outer {
    display: inline-block;
}

.forklift-detail-list .form-check {
    display: inline-block;
    margin-right: 30px;
}

.form-check-container {
    width: 100%;
    display: inline-block;
    margin: 5px 0 15px;
    vertical-align: top;
}

.forklift-detail-list .form-check label {
    margin-left: 0;
    display: inline-block;
}


.forklift-detail-top {
    margin-bottom: 30px;
}

.forklift-detail-btm a {
    max-width: 220px;
    margin-top: 30px;
}


.steps-vertical {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}


.forklift-detail-list-accordion {
    margin: 15px 0 !important;
}

.forklift-detail-list-accordion .contact-field-inner {
    width: 100%;
}

.forklift-detail-list-accordion li .contact-field p {
    width: 100%;
    display: block;
}

.forklift-detail-list textarea {
    width: 100% !important;
    resize: none;
}

.form-inline .forklift-admin li strong {
    width: 40%;
}

.form-inline .forklift-admin li .form-control {
    width: 58%;
}

/*Setting*/
.setting-outer {
    padding: 0;
}

.setting-inner-left {
    padding: 20px 0 20px 20px;
}

.setting-inner-right {
    border-left: 1px solid #dddddd;
    padding: 40px;
}

.setting-inner-right .form-group label {
    margin-bottom: 5px;
}

.setting-inner-right textarea {
    height: 120px;
}

.setting-inner-right a {
    font-size: 12px;
}

.setting-menu {
    list-style-type: none;
    padding-left: 0;
}

.setting-menu li {
    display: block;
    width: 100%;
}

.setting-menu li a {
    color: #333333;
    display: block;
    font-weight: 600;
    padding: 15px;
    width: 100%;
}

.setting-left-active {
    background: #efefef;
}

/*Setting*/
.account-item {
    padding: 20px;
    margin-bottom: 15px;
}

.account-item:last-child {
    margin-bottom: 0;
}

.account-item h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.account-item p {
    margin-bottom: 0;
}

.heading-inline h2 {
    display: inline-block;
    text-align: left;
}

.heading-inline a {
    display: inline-block;
    text-align: right;
}

/*Permission*/
.accordion .card-header h2 button {
    color: #333333;
}

.accordion .card-header h2 button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    float: right;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.accordion .card-header h2 button[aria-expanded="true"]::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .card-header {
    padding: 0;
}

.accordion button {
    padding: 10px;
}

.accordion .card-body {
    padding: 30px 15px;
    max-height: 480px;
    overflow-y: scroll;
}

.permission-item {
    margin-bottom: 15px;
}

.permission-item:last-child {
    margin-bottom: 0;
}

.permission-item h3 {
    font-size: 14px;
}

.permission-item .form-check-inline {
    margin-left: 5px;
}

.permission-item .form-check label {
    margin-left: 4px;
}

#accordionPermission .card-body {
    padding: 15px;
}

.alerts-container span {
    font-weight: 600;
}

.alerts-container .dropdown-item {
    padding: 15px !important;
}

.fa-bell::before {
    content: "\f0f3";
    font-size: 24px;
}

.form-inline .form-btn a {
    margin-right: 5px;
    margin-top: 0;
}

.form-inline .form-btn a:last-child {
    margin-right: 0;
}

.form-inline .form-btn button {
    margin-right: 5px;
    margin-top: 0;
}

.form-inline .form-btn button:last-child {
    margin-right: 0;
}

.form-inline .forklift-detail-list {
    width: 100%;
}

.form-inline li strong {
    width: 30%;
}

.form-inline .form-btn {
    margin-top: 0;
}

/*.form-inline .form-control{
    width: 250px;
}
.form-inline .gj-datepicker .form-control{
      width: 216px;
}*/
.tab-admin .services-request-company a {
    display: block;
}

.pagination {
    justify-content: center;
}

.admin-section .nav-tabs .nav-link {
    border-right: 1px solid #ddd;
    border-radius: 0 !important;
    padding-right: 30px;
}

.admin-section .navtabs-main .nav-tabs .nav-link.active {
    border-right: 1px solid #ddd;
}


.admin-section .navtabs-main .nav-tabs .nav-link:last-child {
    border-right: none;
}

/*Auto Complete*/
.amsify-suggestags-area .amsify-suggestags-input-area {
    padding: 15px;
}

.amsify-suggestags-input-area .amsify-select-tag.col-bg {
    border-radius: 4px;
    background: #efefef;
    color: #333;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.amsify-suggestags-input-area .amsify-remove-tag {
    color: #999;
}

.company-table thead {
    background: #ffffff;
    color: #333333;
}

.company-table thead th {
    width: 30%;
}

.company-table thead .th-address {
    width: 40%;
}

/*Permission*/
.table.table-admin .sub-checkbox {
    margin-left: 20px;
}

.table.table-admin .sub-checkbox label {
    margin-bottom: 0;
}

.table.table-admin tr.lv1 > td {
    background: #efefef;
}

.table.table-admin tr.lv1 label {
    margin-bottom: 0;
}

.table.table-admin tr.lv1 input {
    margin-right: 5px;
}

.removeaccount {
    color: #e74a3b;
}

.form-group .star-rating {
    margin-bottom: 10px;
}

.form-group .star {
    font-size: 0.8rem;
    margin: 0 1px;
}

.form-group .star:hover {
    color: #e3e8f0;
}

.form-group .star.selected:hover {
    color: #fbcd16;
}

/*Media Queries*/
@media (max-width:1362px) {
    .forklift-detail-item p {
        font-size: 10px;
    }

}

@media (max-width:1344px) {
    .summary-item-inner p {
        font-size: 12px;
    }

}

@media (max-width:1290px) {
    .forklift-detail-list .form-check {
        margin-right: 15px;
    }
}

@media (max-width:1288px) {
    .navtabs-main .nav-tabs .nav-link:first-child {
        padding-right: 15px;
    }

    .navtabs-main .nav-tabs .nav-link {
        margin-right: 15px;
    }
}

@media (max-width:1279px) {
    .permission-item .form-check-inline label {
        font-size: 12px;
        margin-left: 0;
    }

    .permission-item .form-check-inline {
        margin-left: 0;
    }
}

@media (max-width:1258px) {
    .setting-menu li a {
        font-size: 12px;
    }
}

@media (max-width:1246px) {
    .summary-item-inner {
        padding: 30px 15px;
    }

    .navtabs-main .nav-tabs .nav-link {
        font-size: 20px;
    }

    .navtabs-main .nav-tabs .nav-link:first-child {
        padding-right: 15px;
        margin-right: 15px;
    }

    .forklift-detail-item span {
        display: block;
    }

    .heading-tab .btn span {
        display: none;
    }

    .admin-section .nav-tabs .nav-link {
        padding-right: 15px;
    }

    .form-date-range input {
        font-size: 12px;
    }
}

@media (max-width:1209px) {
    .heading-tab .btn {
        padding: 10px;
    }

    .heading-section-layout ul li {
        margin-right: 5px;
    }
}

@media (max-width:1199px) {


    .forklift-detail-top .col-lg-3 {
        padding-right: 0;
    }

    .forklift-detail-top .col-lg-3:last-child {
        padding-right: 15px;
    }

    .sidebar {
        width: 15rem !important;
    }

    .table th {
        font-size: 12px;
    }

    .main-table img {
        max-width: 56px;
    }

    .status-progress p {
        font-size: 12px;
    }

    .forklift-verification .btn {
        font-size: 12px;
    }

    .setting-menu li a {
        font-size: 12px;
        padding: 10px;
    }

    .form-date-range input {
        font-size: 10px;
    }

    .form-inline .forklift-admin li strong {
        width: 100%;
    }

    .form-inline .forklift-admin li .form-control {
        width: 100%;
    }

    .form-inline .forklift-admin li .form-datepicker {
        width: 58%;
    }
}

@media (min-width:992px) and (max-width:1244px) {
    .heading-section h2 {
        font-size: 20px;
    }

    .heading-section-layout ul li img {
        max-width: 16px;
    }

    .heading-tab .btn {
        padding: 10px;
        font-size: 10px;
    }

    .heading-section-layout ul li {
        margin-right: 0;
    }
}

@media (max-width:1126px) {
    .summary-item-inner {
        padding: 30px 10px;
    }
}

@media (max-width:1122px) {
    .forklift-detail-list .form-check {
        margin-right: 15px;
        margin-bottom: 5px;
        width: 40%;
    }
}

@media (max-width:1097px) {
    .permission-item-right {
        text-align: left !important;
    }
}


@media (max-width:1086px) {
    .summary-item-inner h3 {
        margin-bottom: 5px;
    }

    .summary-item-inner p span {
        display: none;
    }
}

@media (max-width:1050px) {
    .navtabs-main .nav-tabs .nav-link {
        font-size: 18px;
    }

    .navtabs-main .nav-tabs .nav-link:first-child {
        padding-right: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    .search-control-inner {
        background: #efefef;
        padding: 15px;
    }

    .summary-item {
        margin-bottom: 30px;
    }

    .summary-item:nth-child(3n) {
        margin-bottom: 0;
    }

    .summary-item:nth-child(4n) {
        margin-bottom: 0;
    }

    .model-img {
        display: none;
    }

    .navtabs-main .nav-tabs .nav-link {
        font-size: 20px;
    }

    .heading-section h2 {
        font-size: 20px;
    }

    .table th {
        min-width: 140px;
    }

    .table .heading-number {
        min-width: 60px;
    }

    .table td .btn {
        padding: 6px;
    }

    .img-inner {
        margin-bottom: 30px;
    }

    .img-inner img {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        transform: none;
    }

    .services-request-success .form-inner {
        padding: 0;
    }

    .navtabs-main .nav-tabs .nav-link {
        font-size: 18px;
    }

    .navtabs-main .heading-section-btn-center {
        margin: 15px 0;
    }

    .status-tabs .nav-tabs .nav-link {
        padding: 10px;
    }

    .status-item {
        padding: 20px;
    }

    .status-number {
        display: none;
    }

    .status-progress p {
        margin-top: 5px;
        font-size: 12px;
        display: none;
    }

    .status-progress .btn {
        margin-top: 5px;
    }

    .status-outer p {
        display: inline-block;
    }

    .yourforklift-section .content-divider {
        display: none;
    }

    .forklift-item {
        margin-bottom: 30px;
    }

    .forklift-detail-img {
        margin-bottom: 30px;
    }

    .steps {
        width: 100%;
    }

    .heading-section-btn .btn {
        padding: 10px;
        font-size: 12px;
    }

    .setting-inner-left {
        border-bottom: 1px solid #dddddd;
        padding: 20px;
    }

    .setting-inner-right {
        border-left: none;
    }

    .setting-menu {
        margin-bottom: 0;
    }

    .setting-inner-right {
        padding: 20px;
    }

    .heading-tab-management .heading-section-btn-center {
        margin: 15px 0;
    }

    .setting-outer .heading-section-btn-center {
        margin: 15px 0;
    }

    .setting-outer .heading-section-btn-right {
        text-align: left !important;
    }

    .form-col {
        margin-bottom: 15px;
    }

    .form-col:last-child {
        margin-bottom: 0;
    }

    .navtabs-col-right {
        margin-top: 24px;
    }

    .forklift-detail-list .form-check {
        margin-right: 15px;
        width: auto;
    }
}

@media (max-width: 778px) {
    .heading-section-layout ul li img {
        max-width: 16px;
    }
}

@media (min-width: 768px) {

    .sidebar .nav-item .nav-link {
        padding: 15px 30px;
    }

    .sidebar.toggled .nav-item .nav-link {
        width: 100%;
    }

    .permission-item-right {
        text-align: right;
    }
}

@media (max-width: 863px) {
    .navtabs-main .nav-tabs .nav-link {
        margin-right: 15px;
    }

    .navtabs-main .nav-tabs .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .topbar #sidebarToggleTop {
        padding: 10px;
    }

    .sidebar .btn {
        padding: 10px;
        font-size: 12px;
    }

    .content-outer {
        padding: 20px;
    }

    .company-name h3 img {
        display: none;
    }

    .company-name h3 {
        font-size: 16px;
    }

    .sidebar .nav-item .nav-link img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .sidebar-dark .nav-item.active .nav-link {
        width: 100%;
    }

    .sidebar-dark .nav-item .nav-link {
        width: 100%;
    }

    .sidebar .nav-item {
        border-bottom: 1px solid #344a68;
    }

    .navtabs-main .nav-tabs .nav-link {
        text-align: center;
        /*width: 100%;*/
        min-height: 36px;
        margin-right: 0;
    }

    .admin-section .nav-tabs .nav-link {
        margin-right: 15px;
    }

    .status-tabs .nav-tabs .nav-link {
        width: 100%;
        border-left: 1px solid #dddddd;
    }

    .status-progress {
        text-align: left;
        margin-top: 15px;
    }

    .status-tabs .nav-tabs .nav-link:first-child {
        border-radius: 0;
    }

    .status-progress .btn {
        margin-top: 10px;
    }

    .heading-section-btn {
        margin-bottom: 15px;
    }

    .heading-section-btn .btn {
        display: none;
    }

    .heading-section-btn-hidden {
        display: block;
        margin-top: 15px;
    }

    .heading-section-btn-center {
        margin: 15px 0;
    }

    .status-tabs-detail .heading-section-btn-center {
        margin: 15px 0;
    }

    .setting-outer .heading-section-btn-right {
        text-align: left !important;
    }


    .setting-inner-left {
        padding: 0 0 20px 0;
    }

    .setting-inner-right {
        padding: 20px 0;
    }

    .form-btn a {
        min-width: auto;
    }

    .permission-item {
        margin-bottom: 20px;
    }

    .permission-item-left {
        margin-bottom: 10px;
    }

    .permission-item .form-check-inline:first-child {
        margin-left: 0;
    }

    .permission-item .form-check-inline:last-child {
        margin-left: 0;
    }
}

@media (max-width: 666px) {}

@media (max-width: 576px) {
    .breadcrumb {
        font-size: 12px;
    }

    .breadcrumb .fa {
        display: none;
    }

    .summary-item:nth-child(3n) {
        margin-bottom: 30px;
    }

    .company-name h3 {
        font-size: 12px;
    }

    .navtabs-main .nav-tabs .nav-link {
        width: 100%;
        margin-bottom: 10px;
    }

    .navtabs-main .nav-tabs .nav-link:last-child {
        margin-bottom: 0;
    }

    .navtabs-main .nav-tabs .nav-link.active {
        background: #efefef;
        border-radius: 4px;
    }

    .navtabs-main .nav-tabs .nav-link:first-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

    .step span {
        display: none;
    }

    .forklift-detail-top .col-lg-3 {
        padding-right: 15px;
    }

    .forklift-detail-top-item {
        margin-bottom: 30px;
    }

    .log-header h3 {
        margin-bottom: 15px;
    }

    .log-content-item {
        padding: 15px;
    }

    .log-content-right {
        text-align: left !important;
        margin-top: 10px;
    }

    .admin-section .navtabs-main .nav-tabs .nav-link.active {
        border-right: none;
    }

    .admin-section .nav-tabs .nav-link {
        margin-right: 0;
    }

    .admin-section .nav-tabs .nav-link {
        border-right: none;
    }

    .heading-tab-management .heading-section h2 {
        font-size: 20px;
    }

    .forklift-detail-list .form-check {
        margin-right: 15px;
        width: 40%;
    }
}


.article-heading {background: #3B9BC9; padding: 5px 10px; color: #ffffff; border-radius: 4px;}
.article-box {}
.article-box .item {-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);}
.article-box .item .content {border: 1px solid #eeeeee; border-top:  none; padding: 10px;}
.article-box .item .content h3 {margin-bottom: 5px;}
.article-box .item .content h3 > a {font-size: 1rem; color: #333333}

.article-box.related .content {font-size: 0.85rem; border: none;}
.view-all {font-weight: 500; display: block; background: #d7f2ff; padding: 10px 0; border-radius: 4px; transition: all 0.2s;}
.view-all:hover {background: #9DCFE7; text-decoration: none;}

.wrap-page {border: 1px solid #eeeeee; padding: 10px 15px; border-radius: 4px;}
.wrap-breadcrumb {background: #D7F2FF; padding: 5px 10px; margin-top: 15px; font-size: 0.75rem; margin-bottom: 20px; border-radius: 0;}
.wrap-breadcrumb .breadcrumb {padding-top: 0px;}
.wrap-breadcrumb .breadcrumb .breadcrumb-item span {width: 80px; overflow: hidden; display: inline-block; text-overflow: ellipsis; white-space: nowrap; vertical-align: text-bottom;}

.article-heading-page {margin-bottom: 0;}
.post-date {font-size: 0.8em; font-weight: 500; color: #888888;}
.artle-content {padding: 10px;}

