body {
    background-color: #f0f1f8 !important;
    font-family: 'Poppins', sans-serif;
}

.main-content {
    background-color: #f0f1f8 !important;
}

#base {
    background-color: #f0f1f8 !important;
}

.header-fixed #header {
     background-color: #ffffff !important;
    /* box-shadow: 0 10px 30px 0 rgb(47 60 74 / 8%); */
    box-shadow: 0 4px 16px #0000001a !important;
}

.top-menu-fixed.dark-mode #header {
    box-shadow: none;
    background: #191919;
    height: auto;
    max-height: 116px;
}

.dark-mode .header-nav > li > a {
    color: #fff;
    padding: 6px 12px 12px 12px;
    line-height: normal;
}

.dark-mode.no-menu-title .header-nav > li > a {
    color: #fff;
    padding: 10px 12px 10px 12px;
    line-height: normal;
}

.dark-mode .header-nav.h-menu > li > a {
    padding-right: 20px;
}

.header-nav-options.h-menu .dropdown .dropdown-menu {
    background: #304351;
    padding: 10px;
    border-radius: 0 10px 10px 10px;
    border: 0;
}

.header-nav-options.h-menu .dropdown-menu > li > a {
    color: #fff;
    border-radius: 4px;
}

    .header-nav-options.h-menu .dropdown-menu > li > a:hover,
    .header-nav-options.h-menu .dropdown-menu > li > a:focus {
        background: #49718d;
        color: #fff;
        text-decoration: none;
    }

.dark-mode .header-nav-options.h-menu .dropdown > a:after {
    top: auto;
    bottom: 12px;
}

.dark-mode.top-menu-fixed .header-nav-profile > li {
    padding-left: 0;
}

.dark-mode .header-nav > li > a > span {
    display: block;
}

.dark-mode.no-menu-title.top-menu-fixed #header .headerbar-left {
    display: flex;
    align-items: center;
}

.dark-mode.no-menu-title .header-nav-options.h-menu .dropdown > a:after {
    bottom: 20px;
}

.dark-mode.no-menu-title .headerbar-left .header-nav {
    display: flex;
}

.dark-mode .header-nav > li > a > i {
    line-height: normal;
}

.dark-mode .header-nav .open > a,
.dark-mode .header-nav .open > a:hover,
.dark-mode .header-nav .open > a:focus {
    background-color: #fff;
    color: #051c2c;
}

.dark-mode .user-account-link,
.dark-mode .user-account-link:hover,
.dark-mode .user-account-link:focus {
    background: #c4c4c4;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.54) !important;
}

.page-header-menu-title {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin: 12px 24px 5px;
}

.dark-mode #header .header-nav .header-nav-brand img {
    max-height: 100px;
}

.dark-mode.no-menu-title #header .header-nav .header-nav-brand img {
    max-height: 50px;
}

.header-nav .open > a,
.header-nav .open > a:hover,
.header-nav .open > a:focus,
.header-nav .open > a:active {
    color: #051c2c;
    border-radius: 5px 5px 0 0;
}

.top-menu-fixed.dark-mode .base-container {
    padding-top: 116px;
}

.top-menu-fixed.dark-mode.no-menu-title .base-container {
    padding-top: 68px;
}

.no-overflow {
    overflow: visible !important;
}

.flex-header {
    display: flex;
    flex-direction: row;
}

    .flex-header .headerbar-left {
        position: relative;
    }

    .flex-header .headerbar-right {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .flex-header .header-nav-profile .dropdown > a:after {
        display: none;
    }

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

.section-title {
    margin-bottom: 20px;
}

.section-title-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 15px 20px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.title-bg-blue,
.title-bg-orange {
    color: #fff;
}

.title-bg-blue {
    background: #30314d;
}

.title-bg-orange {
    background: #fbe4d8;
}

.section-title h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #383737;
    margin-bottom: 0;
    margin-top: 0;
}

.section-title-flat h3 {
    margin-bottom: 15px;
}

.section-title h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 0;
}


/* .entity-dashboard-item.left-side {
    padding-right: 10px;
  }
  
  .entity-dashboard-item.right-side {
    padding-left: 10px;
  } */

.entity-dashboard-item .carousel-inner {
    padding-left: 1px;
    padding-right: 1px;
}

.mt-2 {
    margin-top: 2rem;
}

.page-title {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .page-title.page-title-panel {
        margin-bottom: 10px;
        margin-top: 0px;
    }

.page-title-panel {
    color: #e47e46;
    text-align: center;
    padding: 10px 20px;
    border-radius: 4px;
    font-style: italic;
    font-size: 42px;
}

.page-title .overview-item .overview-label {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

    .page-title .overview-item .overview-label i {
        font-size: 16px;
        margin-right: 2px;
    }

.create-proj-title {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.title-bg-blue.section-title h3 {
    color: #fff;
}

.title-bg-orange.section-title h3 {
    color: #383737;
    font-size: 22px;
}

.title-bg-orange .section-title-sub .form-group > label {
    color: #383737;
}

.section-title-sub {
    align-items: center;
}

    .section-title-sub .list-view.btn {
        display: flex;
        align-items: center;
        margin-left: 10px;
    }

    .section-title-sub .filter-dd {
        display: inline-block;
        width: auto;
        border: 0;
        border-radius: 20px;
        margin-left: 5px;
        height: 26px;
        font-size: 12px;
    }

.section-title-flat .select2-container {
    border: 2px solid #191919;
    height: 32px;
}

.section-title-sub label {
    line-height: normal;
}

.section-title-sub .form-group {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    .section-title-sub .form-group > label {
        color: #fff;
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 5px;
        line-height: normal;
    }

.btn.btn-view-all {
    background: #0ecef0;
    border-radius: 20px;
    height: 26px;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 5px;
}

    .btn.btn-view-all:hover,
    .btn.btn-view-all:focus {
        color: #fff;
    }

    .btn.btn-view-all .material-icons {
        line-height: normal;
        font-size: 20px;
    }

.d-flex {
    display: flex !important;
}

.flex-row {
    flex-direction: row !important;
}

.align-items-center {
    align-items: center !important;
}

.hovered-btn-container .btn.btn-flat {
    padding: 4.5px 4px;
}

.project-card {
    background: #fff;
    border-radius: 6px;
    min-height: 230px;
    padding-left: 20px;
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.image-card {
    box-shadow: 0 10px 30px 0 rgb(24 28 33 / 5%) !important;
}

.project-card.image-card {
    padding-left: 0;
    border: 1px solid #d5d5eb;
    box-shadow:rgb(38 57 77)  0px 20px 30px -10px !important;
}

.has-avatar .project-card {
    max-height: 180px;
}

.project-card .card-head {
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
}

.project-card .car-action-space {
    padding-left: 15px;
    padding-right: 15px;
}

.project-card .card-head header {
    font-weight: bold;
    font-size: 18px;
    color: #383737;
    display: inline-block;
    padding: 11px 10px 6px;
}

.project-status-indicator {
    position: absolute;
    width: 25px;
    height: 25px;
    opacity: 0.4;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    border-radius: 4px 0 0 0;
}

    .project-status-indicator::after {
        content: "";
        position: absolute;
        width: 70px;
        height: 70px;
        background: #fff;
        border-radius: 35px;
        transition: all 0.5s ease;
    }

.project-details-hover-container .project-status-indicator::after {
    background: rgba(251, 228, 216, 1);
}

.create-project-card {
    box-shadow: none;
    background: transparent;
    margin-bottom: 0;
    padding: 10px;
}

    .create-project-card header {
        width: 100%;
        line-height: 20px;
        padding: 0 12px 11px;
        text-align: center;
        font-size: 22px;
    }

        .create-project-card header p {
            font-size: 11px;
            margin-bottom: 0;
            color: #969c9c;
        }

.btn-card {
    padding-left:  1px;
    padding-right: 1px;
    background-color: #fff;
    color: #fd6200;
    text-align: center;
    /* margin-bottom: 15px; */
    padding-top: 1px;
    padding-bottom: 1px;
    /* box-shadow: 0 1px 3px 0 rgb(0 0 0 / 27%); */
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 30%), inset 0px -3px 1px 1px rgb(204 198 197 / 50%);
    background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
    background-image: linear-gradient(top, #f4f1ee, #fff);
}

    .btn-card:hover,
    .btn-card:focus,
    .btn-card:active {
        background: #fff;
        color: #313534;
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    }

    .btn-card > span {
        display: block;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
    }

    .btn-card > i {
        display: block;
        font-size: 32px;
    }

    .btn-card > img {
        height: 36px;
    }

.text-purple {
    color: #051c2c;
    font-size: 21px;
}

.text-maroon {
    color: #c65b80;
}

.text-yellow {
    color: #bb8400;
}

.text-orange {
    color: #c96d1c;
}

.text-darkgreen {
    color: #265610;
}

.text-darkblue {
    color: #093650;
}

.text-darkgray {
    color: #333333;
}

.text-brown {
    color: #81750d;
}

.create-project-card .card-body {
    padding: 12px 15px 0;
    background: #e8e8e8;
    border-radius: 4px;
}

.studio-card {
    border-radius: 4px;
    min-height: 168px;
    color: #fff;
    position: relative;
}

    .studio-card .studio-icon {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

        .studio-card .studio-icon > i {
            font-size: 90px;
            color: rgba(255, 255, 255, 0.5);
            margin: 0;
        }

.studio-container > div:nth-child(4n + 1) > .studio-card {
    background-image: linear-gradient(270deg, #0db2de 0, #005bea) !important;
}

.studio-container > div:nth-child(4n + 2) > .studio-card {
    background-image: linear-gradient(45deg, #f93a5a, #f7778c) !important;
}

.studio-container > div:nth-child(4n + 3) > .studio-card {
    background-image: linear-gradient(270deg, #48d6a8 0, #029666) !important;
}

.studio-container > div:nth-child(4n + 4) > .studio-card {
    background-image: linear-gradient(270deg, #efa65f, #f76a2d) !important;
}

.status-in-progress {
    background: #f2994a;
}

.status-completed {
    background: #219653;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.progress.project-progress-box {
    height: 14px;
    border-radius: 20px;
}

    .progress.project-progress-box .progress-bar {
        line-height: 14px;
        border-radius: 20px;
    }

.project-progress-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.project-progress.progress {
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: none;
    padding: 7px 6px;
    border-radius: 0px;
    border: 1px solid #000000;
    border-radius: 2px;
    height: 20px;
    display: inline-block;
    width: 124px;
    margin-right: 10px;
}

.alert-card {
    /* padding-top: 10px; */
    max-height: 476px;
    overflow: auto;
}

    .alert-card .alert {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
        color: #333333;
        padding: 3px 10px;
    }

    .alert-card .checkbox-styled span:first-child {
        display: inline-block;
        margin-right: 5px;
    }

strong {
    font-weight: 600;
}

.create-card {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12), 0 -1px 2px 0 rgb(0 0 0 / 10%);
    border-radius: 48px 10px 10px 10px;
    display: flex;
    flex-direction: row;
}

.btn-icon-flat,
.btn-icon-flat:hover,
.btn-icon-flat:focus {
    background: transparent;
    border: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.btn-success.btn-icon-flat {
    color: #3b873e;
}

.btn-toggle-group {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
}

    .btn-toggle-group .btn {
        text-transform: capitalize;
        padding: 0px 8px;
    }

        .btn-toggle-group .btn.active {
            background: #0ecef0;
            border-radius: 30px;
            color: #fff;
        }

.create-card .icon-left {
    background: #30314d;
    border-radius: 48px 0px 0px 10px;
    display: flex;
    flex-direction: column;
    min-width: 40%;
    align-items: center;
    color: #fff;
    justify-content: center;
}

    .create-card .icon-left i {
        font-size: 50px;
    }

    .create-card .icon-left span {
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        line-height: normal;
        margin-top: 10px;
    }

.create-card .content-right {
    padding: 10px 20px;
}

.customize-card {
    background: rgba(59, 80, 95, 0.6);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 10px 20px;
    color: #fff;
}

    .customize-card .icon-container {
        padding-top: 20px;
        padding-bottom: 10px;
    }

        .customize-card .icon-container i {
            font-size: 60px;
        }

    .customize-card .content-container h4 {
        font-weight: bold;
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 5px;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 2px;
    }

    .customize-card .content-container p {
        font-size: 16px;
        line-height: 140%;
    }

.project-card-hover {
    transition: 0.5s all ease;
}

    .project-card-hover .card-actionbar {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }

.project-list-container .proj-status .badge {
    font-size: 90%;
}

.project-card-hover .card-actionbar > img {
    height: 35px;
}

.project-card-hover .card-actionbar::before,
.project-card-hover .card-actionbar::after {
    display: none;
}

.card-actionbar.horizontal {
    flex-direction: column;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
    justify-content: flex-start;
}

.flex-equal > div {
    flex-basis: 50%;
    flex-grow: 0;
}

.hovered-action-content {
    display: none;
    padding: 10px 15px;
    border-top: 1px solid #828282;
}

    .hovered-action-content h5 {
        font-weight: bold;
        font-size: 16px;
        color: #333333;
    }

    .hovered-action-content .btn-flat {
        text-transform: capitalize;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
    }

        .hovered-action-content .btn-flat i {
            font-size: 20px;
            margin-right: 5px;
        }

.project-details-hover-container {
    transition: 0.5s all ease;
}

.project-card-hover.hovered {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(251, 228, 216, 1);
    max-height: none;
    z-index: 1;
    margin-bottom: 0;
    transition: 0.5s all ease;
}

    .project-card-hover.hovered .hovered-action-content {
        display: block;
    }

.project-hover-section {
    position: relative;
}

    .project-hover-section .project-card-hover {
        cursor: pointer;
    }
.cma_clickable {
    cursor: pointer;
}

/* .project-hover-section .project-card-hover:hover .project-status-indicator::after,
  .project-hover-section .project-card-hover.hovered .project-status-indicator::after {
    opacity: 0;
  } */
/* .project-hover-section .project-card-hover:hover .project-status-indicator {
    height: 100%;
  } */
/* .project-details-hover-container .project-card-hover .project-status-indicator {
    height: 0;
    opacity: 0;
  } */
/* .project-details-hover-container .project-card-hover.hovered .project-status-indicator {
  height: 100%;
  transition: all 0.5s ease;
} */
.project-details-hover-container .btn-icon-close {
    padding: 6px 0px 0;
}

.fav-icons-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .fav-icons-container .card {
        border-radius: 3px;
        flex-grow: 1;
        flex-basis: 0;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        position: relative;
        transition: 0.5s all ease;
    }

        .fav-icons-container .card:hover,
        .fav-icons-container .card:focus {
            background: #e1ebf8;
        }

.fav-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    transform: scale(0);
    transition: 0.5s all ease;
}

.fav-icons-container .card:hover .fav-close-btn,
.fav-icons-container .card:focus .fav-close-btn {
    transform: scale(1);
}

.fav-close-btn .material-icons {
    font-size: 16px;
}

.fav-icons-container .card:not(:last-child) {
    margin-right: 15px;
}

.fav-icons-container .card header {
    font-size: 15px;
    color: #383737;
    font-weight: 400;
}

.fav-icons-container .card.mobile-card .image-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fav-icons-container .card.mobile-card.portrait.small .image-avatar,
.fav-icons-container .card.mobile-card.landscape .image-avatar {
    width: 72px;
    height: 72px;
}

.sw-theme-arrows {
    border: 0;
}

    .sw-theme-arrows > .nav {
        border-left: 1px solid #30314d;
        position: relative;
        flex-wrap: nowrap;
    }

        .sw-theme-arrows > .nav::before {
            content: "";
            position: absolute;
            left: 0;
            right: 10px;
            top: 0;
            height: 1px;
            z-index: 3;
            border-top: 1px solid #30314d;
            display: block;
        }

        .sw-theme-arrows > .nav::after {
            content: "";
            position: absolute;
            left: 0;
            right: 10px;
            bottom: 0;
            height: 1px;
            z-index: 3;
            border-top: 1px solid #30314d;
            display: block;
        }

        .sw-theme-arrows > .nav .nav-link span {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 14px;
            max-width: 100%;
            color: #333333;
        }

.sw .tab-content > .tab-pane {
    visibility: visible;
}

.tab-pane-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}


/* .sw-theme-arrows>.nav .nav-link.inactive {
  border: 1px solid #30314D;
} */

.sw-theme-arrows > .nav .nav-link.active {
    /* border: 1px solid #30314D; */
    background: #f2b593;
    cursor: pointer;
    font-weight: bold;
}

.sw-theme-arrows > .nav .nav-link::before {
    border-left-color: #30314d;
}

.sw.sw-justified > .nav .nav-link,
.sw.sw-justified > .nav > li {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sw-theme-arrows > .nav .nav-link.active::after {
    border-left-color: #f2b593;
}

.sw > .tab-content {
    overflow: visible;
}

.sw-theme-arrows .toolbar > .sw-btn-next {
    background: #30314d;
    border: 1px solid #191919;
    border-radius: 20px;
    min-width: 184px;
    font-size: 14px;
    text-transform: capitalize;
}

.sw-theme-arrows .toolbar > .sw-btn-prev {
    background: #ffffff;
    border: 2px solid #191919;
    box-sizing: border-box;
    border-radius: 20px;
    min-width: 184px;
    font-size: 14px;
    text-transform: capitalize;
    color: #333333;
}

.sw-justified {
    margin-left: 48px;
    margin-right: 48px;
}

.sw-theme-arrows > .nav .nav-link > .material-icons {
    margin-right: 5px;
    font-size: 20px;
    color: #333333;
}

.input-append {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .input-append .add-on,
    .input-prepend .add-on {
        display: inline-block;
        width: auto;
        height: 37px;
        min-width: 16px;
        padding: 4px 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-shadow: 0 1px 0 #fff;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 0 4px 4px 0;
    }

.input-group {
    width: 100%;
}

    .input-group .input-group-addon {
        border-radius: 0 2px 2px 0;
    }

.product-name-input-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .product-name-input-group > .product-name-btn-group {
        margin-left: 20px;
    }

        .product-name-input-group > .product-name-btn-group.flex-flow {
            margin-left: 0px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
        }

        .product-name-input-group > .product-name-btn-group > .btn {
            background: transparent;
            line-height: normal;
            border: 0;
            padding: 3px 5px;
        }

            .product-name-input-group > .product-name-btn-group > .btn .material-icons {
                border-radius: 50%;
                box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.18);
            }

    .product-name-input-group .form-control {
        width: auto;
        flex-grow: 1;
    }

.SumoSelect .MultiControls {
    display: none;
}

.SumoSelect > .CaptionCont > label i {
    display: none;
}

.SumoSelect > .CaptionCont > label::after {
    content: "\e313";
    font-family: "Material Icons";
    font-size: 20px;
}

.action-table .SumoSelect > .CaptionCont > span:not(.placeholder) {
    background: #fbe4d8;
    border-radius: 3px;
    padding-left: 5px;
}

.action-table .SumoSelect > .CaptionCont {
    border: 1px solid rgba(196, 196, 196, 0.8);
    padding-top: 7px;
    padding-bottom: 7px;
    height: auto;
}

.action-table .form-control {
    height: 43px;
}

.rating {
    display: flex;
    justify-content: flex-start;
}

    .rating > input {
        display: none;
    }

    .rating > label {
        position: relative;
        width: 1em;
        font-size: 2.5vw;
        color: #ffd600;
        cursor: pointer;
        line-height: normal;
    }

        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0;
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important;
        }

    .rating > input:checked ~ label:before {
        opacity: 1;
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4;
    }

.footer-logos {
    display: flex;
    flex-direction: column;
}

    .footer-logos .footer_logo_text {
        height: 16px;
    }

    .footer-logos .footer_logo_icon {
        display: inline-block;
        height: 60px;
        margin-bottom: 5px;
    }

/*.page_footer {
    padding: 15px 30px 15px 30px;
    background: #fff;
}*/

    .page_footer .footer-contact {
        display: flex;
        flex-direction: row;
    }

        .page_footer .footer-contact > div {
            margin-right: 30px;
        }

.fav-bg1 {
    background: rgba(242, 231, 254, 0.63) !important;
}

.fav-bg2 {
    background: rgba(255, 234, 241, 0.58) !important;
}

.fav-bg3 {
    background: linear-gradient( 0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #ff9800 !important;
}

.fav-bg4 {
    background: linear-gradient( 0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #ff7a00 !important;
}

.fav-bg5 {
    background: linear-gradient( 0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #9eff00 !important;
}

.fav-bg6 {
    background: linear-gradient( 0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #5ccef2 !important;
}

.fav-bg7 {
    background: linear-gradient( 0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #f4da50 !important;
}

.fav-bg8 {
    background: linear-gradient( 0deg, rgba(255, 248, 242, 0.9), rgba(255, 248, 242, 0.9)), #c4c4c4 !important;
}

.top-menu-fixed .header-nav > li > a {
    position: relative;
}

    .top-menu-fixed .header-nav > li > a > .badge {
        position: absolute;
        top: 4px;
        right: 10px;
        padding: 3px 4px;
    }

.form-container-left {
    position: fixed;
    left: 0;
    top: 69px;
    bottom: 0;
    width: 182px;
    z-index: 2;
    background: #fcfcfc;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
    overflow: auto;
    transition: all 0.5s ease;
}

.btn-toggle-form-left,
.btn-toggle-form-right {
    padding: 4px 1px 0 0;
    line-height: normal;
    position: fixed;
    left: calc(182px - 3px);
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}

.btn-toggle-form-right {
    padding: 4px 0px 0 1px;
    left: auto;
    right: calc(182px - 3px);
}

    .btn-toggle-form-left > .material-icons,
    .btn-toggle-form-right > .material-icons {
        font-size: 20px;
    }

.left-panel-closed .form-container-left .gui-controls > li > a > .title {
    display: none;
}

.left-panel-closed .form-container-left .gui-controls > li > ul > li > a > .title {
    display: none;
}

.left-panel-closed .form-container-left {
    width: 75px;
}

    .left-panel-closed .form-container-left .nav-tabs > li {
        float: none;
    }

.left-panel-closed .form-left-tab-account {
    display: none;
}

.left-panel-closed .form-controls-container {
    margin-left: 75px;
}

.left-panel-closed .btn-toggle-form-left {
    left: 73px;
}

    .left-panel-closed .btn-toggle-form-left > .material-icons {
        transform: rotate(-180deg);
    }

.right-panel-closed .form-container-right {
    right: -185px;
}

.right-panel-closed .btn-toggle-form-right {
    right: -2px;
}

    .right-panel-closed .btn-toggle-form-right > .material-icons {
        transform: rotate(-180deg);
    }

.right-panel-closed .form-controls-container {
    margin-right: 0;
}

.form-draggable-container {
    background: rgba(250, 244, 240, 0.9);
    padding: 5px;
    border-radius: 4px;
    border: 2px dashed #f3bda0;
}

.form-container-right {
    position: fixed;
    right: 0;
    top: 69px;
    bottom: 0;
    width: 182px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 33%);
    transition: all 0.5s ease;
    z-index: 2;
}

.no-right-panel .form-container-right {
    right: -190px;
}

.no-right-panel .form-controls-container {
    margin-right: 0;
}

.form-tabs .nav.nav-tabs > li > a {
    text-transform: capitalize;
    padding: 10px 10px;
}

.form-tabs .nav-tabs > li.active > a,
.form-tabs .nav-tabs > li.active > a:hover,
.form-tabs .nav-tabs > li.active > a:focus {
    color: #e05205;
    border-bottom: 2px solid #e05205;
}

.form-container-right .card {
    border-radius: 0;
    box-shadow: none;
}

    .form-container-right .card .card-head {
        min-height: 40px;
    }

    .form-container-right .card .nav.nav-tabs {
        padding: 0;
    }

    .form-container-right .card .card-body {
        padding: 10px;
        max-height: 100vh;
        overflow-y: auto;
    }

.form-container-right .card-head.nav-tabs > li > a,
.form-container-right .card-head > .nav-tabs > li > a {
    line-height: 28px;
    text-transform: capitalize;
}

.form-section-title {
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
}

.form-group > label,
.form-group .control-label {
    font-size: 14px;
    color: #4f4f4f;
    text-transform: none;
}

.btn-outlined {
    background: #ffffff;
    border: 1px solid #191919;
}

.entity-card {
    border-radius: 3px;
    margin-bottom: 5px;
    margin-top: 3px;
}

    .entity-card .card-head {
        line-height: normal;
        min-height: 46px;
    }

        .entity-card .card-head header {
            padding: 10px 15px;
            display: flex;
            flex-direction: row;
            align-items: center;
            position: relative;
        }

            .entity-card .card-head header i.fa {
                position: absolute;
                left: 5px;
                top: 15px;
            }


    /* .entity-card .card-head header i:not(.fa) {
  position: relative;
  top: 4px;
} */

    .entity-card .card-body {
        padding: 5px;
    }

    .entity-card .card-head {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }

.card-header-input-group {
    display: flex;
    background: #ffe3d6;
    border-radius: 3px;
    align-items: center;
    padding-left: 10px;
}

    .card-header-input-group > i {
        color: #4f4f4f;
        position: relative;
        top: 0;
    }

        .card-header-input-group > i:not(.action_type_icon) {
            transform: rotate(-180deg);
        }

    .card-header-input-group .form-control {
        border: 0;
        background: #ffe3d6;
    }

    .card-header-input-group .select2-dropdown-open .select2-choice {
        background: #ffe3d6;
    }

    .card-header-input-group .select2-container .select2-choice {
        height: 29px;
        line-height: 28px;
    }

        .card-header-input-group .select2-container .select2-choice .select2-arrow {
            top: -2px;
        }

        .card-header-input-group .select2-container .select2-choice > .select2-chosen {
            font-weight: normal;
            color: #4f4f4f;
        }

.form-group .SumoSelect {
    width: 100%;
}

.entity-card .card-head .tools {
    padding-right: 0;
}

    .entity-card .card-head .tools > .btn-group .btn {
        padding-left: 8px;
        padding-right: 8px;
        line-height: 34px;
    }

        .entity-card .card-head .tools > .btn-group .btn i {
            font-size: 18px;
            line-height: 34px;
        }

.card-header-input {
    background: #ffe3d6;
    border-radius: 3px;
    border: 0 solid #fff;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #4f4f4f;
}

.entity-card .card-head header > .card-header-input-group:not(:last-child) {
    margin-right: 10px;
}

.card-header-input::-webkit-input-placeholder {
    color: #4f4f4f;
}

.style-primary .card-header-input,
.style-primary .card-header-input-group {
    background: #77829d;
}

    .style-primary .card-header-input::-webkit-input-placeholder,
    .style-primary .card-header-input-group > i {
        color: #fff;
    }

.toggle-btn.enabled {
    background: #30314d;
}

    .toggle-btn.enabled .material-icons {
        color: #fff;
        background: #30314d;
    }

.invert {
    transform: rotate(-180deg);
}

section .style-orange,
.offcanvas-pane .style-orange,
.card .style-orange,
section.style-orange,
.offcanvas-pane.style-orange,
.card.style-orange {
    background-color: #e47e46;
    border-color: #e47e46;
    color: #ffffff;
}

section .style-primary,
.offcanvas-pane .style-primary,
.card .style-primary,
section.style-primary,
.offcanvas-pane.style-primary,
.card.style-primary {
    background-color: rgba(31, 47, 88, 0.8);
    border-color: rgba(31, 47, 88, 0.8);
    color: #ffffff;
}

.card .style-default-bright,
.card.style-default-bright {
    background-color: #fafafa;
    border-color: #fafafa;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background: #625d5d;
    border-radius: 24px;
    border-color: #625d5d;
    padding: 6px 25px 6px 5px;
}

.select2-container-multi .select2-search-choice-close {
    right: 0;
    left: auto;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.select2-search-choice-close:hover {
    background: #fff;
}

    .select2-search-choice-close:hover:before {
        color: #625d5d;
    }

.mb-1 {
    margin-bottom: 1rem;
}

.form-draggable-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .form-draggable-item > * {
        /* margin-left: 5px; */
        margin-right: 5px;
    }

    .form-draggable-item > .number-field {
        max-width: 140px;
    }

.field-row {
    position: relative;
    background: #fff;
    padding-left: 3px;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .field-row:not(:last-child) {
        margin-bottom: 1px;
    }

.field-row-close {
    position: absolute;
    right: 0px;
    top: 8px;
    background: transparent;
    padding: 0;
}

.select2-container.filter-dd .select2-choice {
    line-height: 29px;
}

    .select2-container.filter-dd .select2-choice .select2-arrow {
        top: -1px;
    }

.section-title-sub .select2-container.filter-dd .select2-choice {
    line-height: 26px;
}

.section-title-flat .select2-container.filter-dd .select2-choice {
    line-height: 25px;
}

.section-title-flat {
    margin-bottom: 30px;
}

.section-title-orange-border {
    position: relative;
}

    .section-title-orange-border::after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        height: 8px;
        background: #e47e46;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
        border-radius: 12px;
    }

.section-title.with-icon {
    padding-left: 30px;
}

    .section-title.with-icon .section-title-icon {
        position: absolute;
        left: 10px;
        top: 3px;
    }

.custom-scroll::-webkit-scrollbar {
    width: 8px;
}

.page-content-space {
    margin-top: 30px;
}

.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #f2f2f2;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #4f4f4f;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.smartWizard_vertical.sw-theme-arrows > .nav {
    flex-direction: column;
    position: absolute;
    left: 0;
    width: 220px;
    border: 0;
    overflow: visible;
}

.smartWizard_vertical.sw > .tab-content {
    margin-left: 250px;
}

.smartWizard_vertical.sw-theme-arrows > .nav .nav-link::after,
.smartWizard_vertical.sw-theme-arrows > .nav .nav-link::before {
    display: none;
}

.smartWizard_vertical.sw-theme-arrows > .nav .nav-link {
    margin-right: 0px;
    margin-left: 0;
    padding-left: 20px;
}

.smartWizard_vertical.sw-theme-arrows > .nav::after,
.smartWizard_vertical.sw-theme-arrows > .nav::before {
    display: none;
}

.smartWizard_vertical.sw.sw-justified > .nav > li {
    margin-bottom: 30px;
}

    .smartWizard_vertical.sw.sw-justified > .nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        background: transparent;
        border: 1px solid #30314d;
        border-radius: 3px;
    }

.sw-theme-arrows.smartWizard_vertical > .nav .nav-link.active {
    background: #f2b593;
    position: relative;
    border-radius: 3px 0 0 3px;
}

    .sw-theme-arrows.smartWizard_vertical > .nav .nav-link.active::after,
    .sw-theme-arrows.smartWizard_vertical > .nav .nav-link.active::before {
        content: "";
        display: block;
        position: absolute;
        right: 2px;
        width: 0;
        height: 0;
        border-style: solid;
    }

    .sw-theme-arrows.smartWizard_vertical > .nav .nav-link.active::after {
        top: 50px;
        border-color: transparent transparent transparent #f2b593;
        border-width: 23px;
    }

    .sw-theme-arrows.smartWizard_vertical > .nav .nav-link.active::before {
        top: 50px;
        border-color: transparent transparent transparent #30314d;
        border-width: 23px;
        right: 2px;
    }

.sw-theme-arrows.smartWizard_vertical .tab-pane-title {
    margin-top: 0;
}

ul.ColVis_collection > li {
    padding-left: 10px;
    padding-right: 10px;
}

.btn {
    text-transform: capitalize;
}

    .btn.btn-warn {
        background: #f08d66;
        font-weight: 600;
    }

        .btn.btn-warn:hover,
        .btn.btn-warn:focus {
            color: #fff;
        }

    .btn.btn-add {
        background: #e47e46;
        color: #fff !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-transform: capitalize;
    }

        .btn.btn-add .material-icons {
            font-size: 20px;
            line-height: normal;
        }

.btn-bar-group {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
}

    .btn-bar-group > .btn:not(:last-child) {
        margin-right: 10px;
    }

.sweet-alert {
    border-radius: 10px;
}

    .sweet-alert .sa-icon {
        width: 54px;
        height: 54px;
    }

        .sweet-alert .sa-icon.sa-warning {
            border: 0;
            background: #4f4f4f;
        }

            .sweet-alert .sa-icon.sa-warning .sa-body {
                height: 21px;
            }

            .sweet-alert .sa-icon.sa-warning .sa-body,
            .sweet-alert .sa-icon.sa-warning .sa-dot {
                background-color: #fff;
            }

    .sweet-alert .sa-button-container {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
    }

        .sweet-alert .sa-button-container > .sa-confirm-button-container {
            margin-right: 10px;
        }

        .sweet-alert .sa-button-container .confirm.btn,
        .sweet-alert .sa-button-container .cancel.btn {
            border-radius: 30px;
            font-size: 14px;
            color: #fff;
            border: 0;
            font-weight: 600;
            padding-left: 30px;
            padding-right: 30px;
        }

        .sweet-alert .sa-button-container .cancel.btn {
            background: #a9a9aa;
        }

        .sweet-alert .sa-button-container .confirm.btn {
            background: #5e91c4;
        }

    .sweet-alert .btn-danger:focus {
        box-shadow: none;
    }

.carousel-control {
    color: #30314d;
    opacity: 0.75;
}

    .carousel-control:hover,
    .carousel-control:focus {
        color: #ff9800;
    }

.checkbox-styled:not(ie8) input ~ span:before,
.radio-styled:not(ie8) input ~ span:before {
    border-radius: 2px;
    border-color: rgba(0, 0, 0, 0.54);
}

.checkbox-styled:not(ie8) input:checked ~ span:before {
    border-color: #fff;
    z-index: 2;
    width: 15px;
    height: 7px;
    top: 5px;
    left: 2px;
}

.checkbox-styled:not(ie8) input:checked ~ span:after {
    content: "";
    background: #30314d;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}


/* .action-table.table {
    margin-top: 30px;
  } */

.table-card {
    background: #fff;
    border-radius: 4px;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 10px;
}

.action-table.table > tbody > tr > td {
    vertical-align: middle;
}

.action-table.table thead > tr > th {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
}

.action-table .select2-container.form-control {
    max-width: 250px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.image-dropdown {
    /* margin: 2em auto; */
    width: 100%;
    min-width: 200px;
    border: 1px solid #c0cdd1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 2px;
    min-height: 44px;
}

    .image-dropdown a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 6px 10px;
        color: #000;
        text-decoration: none;
        flex-grow: 1;
        align-items: center;
    }

        .image-dropdown a:focus,
        .image-dropdown a:hover {
            background: #ecf0f1;
        }

        .image-dropdown a:active {
            background: #fbfcfc;
        }

    .image-dropdown ul.js-image-dropdown-list {
        display: none;
        border: 1px solid #c0cdd1;
        position: absolute;
        left: -1px;
        right: -1px;
        top: 100%;
        padding-left: 0;
        padding-right: 0;
        background: #fff;
        z-index: 100;
        max-height: 160px;
        overflow: auto;
    }

    .image-dropdown li {
        padding: 10px;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .image-dropdown a > .selected-container {
        display: flex;
        flex-direction: row;
    }

.js-image-dropdown-list > li img {
    max-height: 80px;
}

.image-dropdown a > .selected-container img {
    max-height: 50px;
}

.image-dropdown li > span,
.image-dropdown a > .selected-container > span {
    display: flex;
    flex-direction: column;
    line-height: normal;
    margin-left: 10px;
}

    .image-dropdown li > span > small,
    .image-dropdown a > span > small,
    .image-dropdown a > .selected-container > span > small {
        color: #828282;
    }

.image-dropdown li:not(:first-child) {
    border-top: 0.1em dashed #dde4e6;
}

.image-dropdown li:last-child {
    color: #ad0000;
}

.image-dropdown li:focus,
.image-dropdown li:hover {
    background: #ecf0f1;
}

.image-dropdown li:active {
    background: #fbfcfc;
}

.dataTable {
    margin-bottom: 24px;
}

    .dataTable thead th {
        background: #fff;
        padding: 10px 8px;
    }

        .dataTable thead th:first-child {
            border-radius: 4px 0 0 4px;
        }

        .dataTable thead th:last-child {
            border-radius: 0 4px 4px 0;
        }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 9px;
    cursor: pointer;
}

.dataTables_wrapper .add-row-btn {
    background: #e47e46;
}

.dataTable thead,
.dataTable tbody {
    text-transform: capitalize;
}

.btn.btn-spaced {
    min-width: 120px;
}

.action-row-close-btn {
    background: transparent;
    border: 0;
    color: #e83941;
    margin-top: 10px;
}

    .action-row-close-btn > i,
    .action-row-close-btn > .material-icons {
        font-size: 24px;
    }

.icons-list-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 138px;
    overflow: auto;
}

    .icons-list-container > li {
        list-style-type: none;
        flex-basis: 16.66666666666667%;
        margin-bottom: 10px;
    }

        .icons-list-container > li > a {
            color: rgba(0, 0, 0, 0.65);
        }

.card.icon-card {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.card .mini-header {
    font-size: 16px;
    font-weight: bold;
}

body .card.icon-card [class*=" md-"],
.card.icon-card [class^="md-"] {
    font-size: 18px;
}

.input-group.prefix .input-group-addon {
    border-radius: 2px 0 0 2px;
}

.btn-align-with-field {
    margin-top: 22px;
}

.card.project-structure-card {
    border-radius: 5px;
    box-shadow: none;
    background: transparent;
}

    .card.project-structure-card .card-head header {
        font-size: 16px;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        padding: 15px 0;
    }

    .card.project-structure-card .nav-tabs > li {
        margin-right: 5px;
        padding-bottom: 2px;
    }

    .card.project-structure-card .nav-tabs {
        border-bottom: 0;
    }

.nav-tabs-justified {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}


/* .nav-tabs-justified>li {
  flex-grow: 1;
  flex-basis: 0;
} */

.nav-tabs.nav-justified {
    overflow-x: auto;
}

    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li:not(:last-child) {
            padding-right: 10px;
        }

.jobs-button {
    position: absolute;
    top: 7px;
    right: 20px;
}

.card.project-structure-card .nav-tabs > li > a {
    /* display: flex;
  flex-direction: row;
  justify-content: space-between; */
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #344955;
    opacity: 1;
    border-radius: 6px;
    background-color: #fff;
    white-space: nowrap;
    /* display: flex;
  flex-wrap: nowrap;
  align-items: center; */
}

.project-structure-card .nav-tabs > li > a {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

.card.project-structure-card .nav-tabs > li.active > a,
.card.project-structure-card .nav-tabs > li.active > a:hover,
.card.project-structure-card .nav-tabs > li.active > a:focus {
    color: #fff;
    border-color: #4e7d97;
    background-color: #4e7d97;
}

.card.project-structure-card .nav-tabs.tabs-vessels {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

    .card.project-structure-card .nav-tabs.tabs-vessels > li > div {
        display: flex;
        background-color: #fff;
        border-radius: 5px;
        align-items: center;
        box-shadow: 0px 1px 1px rgb(0 0 0 / 15%);
    }

.card.project-structure-card .nav-tabs.tabs-vessels {
    padding-left: 1px;
}

    .card.project-structure-card .nav-tabs.tabs-vessels > li a {
        background-color: transparent;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        display: flex;
        align-items: center;
        text-decoration: none;
        white-space: nowrap;
    }

.card.project-structure-card .nav-tabs > li.active > div {
    color: #fff;
    border-color: #0397d9;
    background-color: #0397d9;
}

.card.project-structure-card .nav-tabs.tabs-vessels > li > div > a {
    padding: 10px 10px;
    cursor: pointer;
}

    .card.project-structure-card .nav-tabs.tabs-vessels > li > div > a:not(:last-child) {
        margin-right: 5px;
        padding-right: 20px;
    }

.card.project-structure-card .nav-tabs.tabs-vessels > li > div > .vessel-id-text {
    font-size: 16px;
    border-right: 1px solid #fff;
}

.card.project-structure-card .card-head header > i {
    margin-right: 5px;
}

.project-structure-card .nav-tabs.nav-justified > li > a .section-title-sub {
    visibility: hidden;
    text-transform: none;
}

.project-structure-card .nav-tabs.nav-justified > li.active > a .section-title-sub {
    visibility: visible;
}

.project-structure-card .nav-tabs.nav-justified > .active > a,
.project-structure-card .nav-tabs.nav-justified > .active > a:hover,
.project-structure-card .nav-tabs.nav-justified > .active > a:focus {
    background: rgba(77, 101, 217, 0.8);
    border-radius: 4px;
    color: #fff;
    border-bottom: 0;
}

.project-structure-card .card-body {
    padding-left: 0;
    padding-right: 0;
}

.project-structure-modules-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 24px;
    padding-right: 24px;
    overflow-x: auto;
}

.project-structure-module {
    min-width: 400px;
    margin-right: 55px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 35px;
}

    .project-structure-module:last-child {
        margin-right: 0;
    }

.project-structure-module-index {
    background: #30314d;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 0;
}

    .project-structure-module-index span {
        color: #fff;
        font-weight: bold;
        font-size: 24px;
        display: flex;
        justify-content: center;
    }

.project-structure-module .project-structure-module-list {
    padding: 0;
    margin: 0;
}

    .project-structure-module .project-structure-module-list li {
        list-style-type: none;
    }

.project-structure-module-list .project-structure-module-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #7ea6d4;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 10px 10px;
}

    .project-structure-module-list .project-structure-module-header > a {
        display: flex;
        align-items: center;
    }

        .project-structure-module-list .project-structure-module-header > a:hover {
            text-decoration: none;
        }

    .project-structure-module-list .project-structure-module-header .expand-btn {
        background: #30314d;
        color: #fff;
        border-radius: 50%;
    }

    .project-structure-module-list .project-structure-module-header .dropdown > a {
        display: flex;
        align-items: center;
    }

        .project-structure-module-list .project-structure-module-header .dropdown > a:hover,
        .project-structure-module-list .project-structure-module-header .dropdown > a:focus {
            text-decoration: none;
        }

    .project-structure-module-list .project-structure-module-header .more-menu {
        color: #fff;
    }

    .project-structure-module-list .project-structure-module-header .dropdown > .dropdown-menu > li > a {
        display: flex;
        align-items: center;
    }

        .project-structure-module-list .project-structure-module-header .dropdown > .dropdown-menu > li > a i {
            font-size: 16px;
            margin-right: 5px;
            color: rgba(0, 0, 0, 0.54);
        }

    .project-structure-module-list .project-structure-module-header header {
        font-weight: bold;
        font-size: 20px;
        color: #fff;
        display: flex;
        align-items: center;
    }

        .project-structure-module-list .project-structure-module-header header > i {
            margin-right: 5px;
        }

.project-structure-module-list > li.project-structure-module-header {
    margin-bottom: 11px;
}

.project-structure-module-list > li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin-top: 5px;
    position: relative;
    margin-left: 10px;
}

    .project-structure-module-list > li .edit-field {
        border: 1px solid rgba(164, 152, 152, 0.7);
        border-radius: 8px;
        color: #333333;
        padding-left: 5px;
        padding-right: 5px;
        height: 36px;
    }

    .project-structure-module-list > li:not(.project-structure-module-header):hover {
        background: #e1ebf8;
    }

    .project-structure-module-list > li > a {
        display: flex;
        align-items: center;
    }

        .project-structure-module-list > li > a:hover,
        .project-structure-module-list > li > a:focus {
            text-decoration: none;
        }

    .project-structure-module-list > li .row-text {
        font-weight: bold;
        font-size: 14px;
        color: #333333;
    }

    .project-structure-module-list > li .edit-btn {
        visibility: hidden;
    }

    .project-structure-module-list > li:hover .edit-btn {
        visibility: visible;
    }

    .project-structure-module-list > li .checkbox-styled {
        position: absolute;
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
    }

.fa-icon-picker .iconpicker-popover.popover {
    width: 100%;
    background: #fff;
    border: 0;
}

    .fa-icon-picker .iconpicker-popover.popover .popover-title {
        background: #fff;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border: 0;
        padding: 12px 6px;
    }

        .fa-icon-picker .iconpicker-popover.popover .popover-title .popover-title-text {
            font-size: 16px;
            font-weight: bold;
        }

        .fa-icon-picker .iconpicker-popover.popover .popover-title > * {
            flex-grow: 1;
            flex-basis: 0;
        }

    .fa-icon-picker .iconpicker-popover.popover .popover-title-text ~ input[type="search"].iconpicker-search {
        margin-top: 0;
        border-radius: 30px;
        height: 28px;
        border: 1px solid #4f4f4f;
    }

.fa-icon-picker .iconpicker .iconpicker-items {
    max-height: 134px;
}

.fa-icon-picker .iconpicker-popover.popover.inline {
    margin-bottom: 0;
}

.iconpicker-search-container {
    position: relative;
}

    .iconpicker-search-container i {
        position: absolute;
        font-size: 18px;
        left: 5px;
        top: 5px;
    }

    .iconpicker-search-container input[type="search"].iconpicker-search {
        margin-top: 0;
        border-radius: 30px;
        height: 28px;
        border: 1px solid #4f4f4f;
        padding-left: 24px;
    }

.project-structure-modules-container.custom-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.btn.btn-dropdown {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .btn.btn-dropdown .btn-dd-label {
        display: flex;
        align-items: center;
        margin-right: 30px;
    }

.alphabet-container .alphabet-info,
.alphabet-container .alphabet-info-display {
    display: none;
}

.dataTables_wrapper {
    position: relative;
}

    .dataTables_wrapper .alphabet-container {
        position: absolute;
        right: 0;
    }

        .dataTables_wrapper .alphabet-container .alphabet ul {
            display: flex;
            flex-direction: column;
        }

.alphabet_wrapper {
    padding-right: 30px;
}

.header-search .input-group .input-group-addon,
.input-search.input-group .input-group-addon {
    border-radius: 0 30px 30px 0;
    background-color: transparent;
    color: #fff;
    opacity: 1;
}

.overview-section {
    margin-bottom: 10px;
}

    .overview-section .form-control {
        border-radius: 20px;
    }

.overview-items {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    padding-left: 10px;
    padding-right: 10px;
}
	.overview-items.colored-items {
  background-color: transparent;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

    .overview-items .overview-label {
        font-size: 18px;
    }

.overview-title {
}

.overview-count {
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    color: #1852be;
    margin-right: 5px;
}

.overview-items {
    display: flex;
    justify-content: space-between;
}

.overview-item {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  width: 100%;
}

.overview-items.colored-items .overview-item {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 4px;
  margin-right: 10px;
}

.overview-items.colored-items .overview-count {
  margin-right: 0;
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 300;
  font-size: 36px;
}

.overview-items.colored-items .overview-label {
  font-size: 15px;
  line-height: 1;
  text-align: center;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 2px;
  color: #fff;
}

 



/*.text_bg1 {
    color: #0E86D4 !important;
}

.text_bg2 {
    color: #6C4F3D !important;
}

.text_bg3 {
    color: #034F84 !important;
}

.text_bg4 {
    color: #00A170 !important;
}

.text_bg5 {
    color: #D2386C !important;
}

.text_bg6 {
    color: #6B5876 !important;
}

.text_bg7 {
    color: #B55A30 !important;
}

.text_bg8 {
    color: #D69C2F !important;
}

.text_bg9 {
    color: #797B3A !important;
}

.text_bg10 {
    color: #6B5B95 !important;
}

.text_bg11 {
    color: #BFD641 !important;
}*/

.overview-label {
    color: #051C2C !important;
}


.border_bg1 {
    border-color: #f9622e !important;
}

    .border_bg1 .overview-count {
        color: #f9622e !important;
    }



.border_bg2 .overview-count {
    color: #19b568 !important;
}

.border_bg2 {
    border-color: #19b568 !important;
}



.border_bg3 .overview-count {
    color: #bb0d5a !important;
}

.border_bg3 {
    border-color: #bb0d5a !important;
}



.border_bg4 .overview-count {
    color: #5e59ec !important;
}

.border_bg4 {
    border-color: #5e59ec !important;
}


.border_bg5 .overview-count {
    color: #664dc9 !important;
}

.border_bg5 {
    border-color: #664dc9 !important;
}



.border_bg6 .overview-count {
    color: #1d986c !important;
}

.border_bg6 {
    border-color: #1d986c !important;
}


.border_bg7 .overview-count {
    color: #1c99ce !important;
}

.border_bg7 {
    border-color: #1c99ce !important;
}



.border_bg8 .overview-count {
    color: #f73737 !important;
}

.border_bg8 {
    border-color: #f73737 !important;
}


.border_bg9 {
    color: #797B3A !important;
}
    .border_bg9 .overview-count {
        color: #797B3A !important;
    }


.border_bg10 {
    color: #6B5B95 !important;
}
    .border_bg10 .overview-count {
        color: #6B5B95 !important;
    }

.border_bg11 {
    color: #BFD641 !important;
}
    .border_bg11 .overview-count {
        color: #BFD641 !important;
    }

.card_bg1 {
    border-color: #f9622e !important;
}

    .card_bg1 .overview-count {
        color: #f9622e !important;
    }



.card_bg2 .overview-count {
    color: #19b568 !important;
}

.card_bg2 {
    border-color: #19b568 !important;
}



.card_bg3 .overview-count {
    color: #bb0d5a !important;
}

.card_bg3 {
    border-color: #bb0d5a !important;
}



.card_bg4 .overview-count {
    color: #5e59ec !important;
}

.card_bg4 {
    border-color: #5e59ec !important;
}


.card_bg5 .overview-count {
    color: #664dc9 !important;
}

.card_bg5 {
    border-color: #664dc9 !important;
}



.card_bg6 .overview-count {
    color: #1d986c !important;
}

.card_bg6 {
    border-color: #1d986c !important;
}


.card_bg7 .overview-count {
    color: #1c99ce !important;
}

.card_bg7 {
    border-color: #1c99ce !important;
}



.card_bg8 .overview-count {
    color: #f73737 !important;
}

.card_bg8 {
    border-color: #f73737 !important;
}


.card_bg9 {
    color: #797B3A !important;
}

    .card_bg9 .overview-count {
        color: #797B3A !important;
    }

.card_b9 {
    color: #797B3A !important;
}

.card_b9 .overview-count {
    color: #797B3A !important;
}




.card_bg10 {
    color: #6B5B95 !important;
}

    .card_bg10 .overview-count {
        color: #6B5B95 !important;
    }

.card_bg11 {
    color: #BFD641 !important;
}

    .card_bg11 .overview-count {
        color: #BFD641 !important;
    }


.overview-item{
    border:1px solid;
}
.highlighted {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
/*.border_bg1 {
     box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.border_bg2 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.border_bg3 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.border_bg4 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.border_bg5 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.border_bg6 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.border_bg7 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.border_bg8 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.border_bg9 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.border_bg10 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.border_bg11 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}*/
.nav-tabs > li.btn-add-tab {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
}

.nav-tabs>li.btn-add-tab .btn-add {
  border-radius: 30px;
  font-family: var(--fontFamily);
}

.proj-overview {
    width: 100%;
}

.project-card .proj-overview {
    width: 100%;
}

.overview-item.project-logo img {
    max-height: 60px;
}

.proj-overview .overview-label {
    display: flex;
    align-items: center;
    font-size: 85%;
}

    .proj-overview .overview-label > i {
        font-size: 16px;
        margin-bottom: 0;
        line-height: normal;
        margin-right: 5px;
    }

    .proj-overview .overview-label span {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.proj-avatar img {
    max-height: 30px;
}

.overview-actions > a {
    color: #1a73e8;
}

.strong {
    font-weight: 600;
}

.card-footer {
    padding: 8px;
    border-top: 1px solid #d5d5eb !important;
}

.avg-session-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.avg-session-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .avg-session-item p {
        margin-bottom: 0;
        margin-right: 10px;
    }

.avg_freight_text {
    margin-top: 0;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
}



.avg_freight_text_link_hub {
    color: #023020 !important;
}

.avg_freight_text_link_agency {
    color: #023020 !important;
}

.avg_freight_text small {
    text-transform: uppercase;
    display: block;
}

.avg_freight_text.space-right {
    margin-right: 20px;
}

.space-bottom {
    margin-bottom: 5px;
}

.avg-session-item .material-icons {
    font-size: 24px;
    color: #4d65d9;
}

.avg-session-footer .statusmessageapproved {
    font-weight: 500;
}

.avg-session .avg-dial input[readonly] {
    background: #fff !important;
}

.avg-session .avg-dial input {
    color: #051c2c !important;
    font: 600 14px 'Poppins' !important;
}

.avg-progress {
    margin-bottom: 3px;
    height: 6px;
}

    .avg-progress .progress-bar {
        background: #58d9da;
    }

.image-card .avg-gross-icon {
    color: #58d9da;
    font-size: 44px;
}

.avg-gross-footer {
    margin-top: 10px;
}

.avg-gross {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

    .avg-gross .gross-amt {
        font-size: 20px;
        margin-top: 5px;
        font-weight: 500;
    }

.status-warn {
    color: #fd6200;
    font-size: 14px;
    font-weight: 200;
}

.project-card-header .card-header-title-time h4 {
    margin: 0 0 5px 0;
    font-size: 20px;
}

.card-header-title-time .date-content {
    font-size: 16px;
    color: #fd6200;
    font-weight: 200;
}

.date-content {
    font-size: 14px;
    color: #051c2c;
}

.card-header-title-time .project-sub-title .statusmessageapproved {
    font-size: 14px;
    font-weight: 800;
}


/*   
  .overview-items>.overview-item:not(:last-child) {
    margin-right: 20px;
  } */

.card.project-list-item:before,
.card.project-list-item:after {
    display: none;
}

.project-list-item {
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin-bottom: 10px;
}

    .project-list-item .project-progress-box {
        min-width: 150px;
    }

.proj-header {
    font-size: 18px;
    font-weight: 600;
}

.proj-type {
    font-weight: 600;
}

.project-list-container.grid-view {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .project-list-container.grid-view > .project-card-hover {
        flex: 1 1 auto;
        margin: 5px 8px 10px;
    }

.mt-3 {
    margin-top: 5px;
}

.mb-1 {
    margin-bottom: 1rem;
}

.project-sub-title {
    font-size: 14px;
    /*  font-weight: 600;*/
}

div.alphabet a {
    padding: 0.075em 0.1em;
}

.image-card .btn-icon-toggle {
    width: 24px;
}

    .image-card .btn-icon-toggle i {
        font-size: 14px;
    }

.image-card.project-card .card-body {
    padding: 10px 10px;
}

.card-head.nav-tabs,
.card-head > .nav-tabs {
    border-radius: 5px;
}

.topbar-search .form-control,
.tabbar-search .form-control {
  border-radius: 30px;
}

.tabbar-search {
  margin-right: 10px;
  min-width: 200px;
}

/* .dataTable .alphabet-group {
    display: none;
  } */


/********* Responsive ***************/

@media screen and (max-width: 768px) {
    .create-card .icon-left {
        min-width: 30%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .top-menu-fixed .header-nav > li.header-nav-brand {
        display: block;
    }

    .headerbar-right .header-nav-options > li:not(.mobile-only) {
        display: block;
    }

    .headerbar-right {
        left: 85px;
    }

    .header-fixed #header .headerbar {
        height: 88px;
    }

    .top-menu-fixed.dark-mode .base-container {
        padding-top: 88px;
    }

    .no-menu-title.header-fixed #header .headerbar {
        height: 78px;
    }

    .header-fixed #header {
        left: 0;
        right: 0;
        top: 0;
    }

    .sw-theme-arrows > .nav {
        overflow: auto;
    }

    .flex-header .headerbar-right {
        width: auto;
    }

        .flex-header .headerbar-right .wrap-on-tab {
            flex-basis: 75%;
        }

            .flex-header .headerbar-right .wrap-on-tab .header-nav-options {
                margin-left: 0;
                margin-right: 0;
                align-items: flex-start;
            }

    .sw-justified {
        margin-left: 20px;
        margin-right: 20px;
    }

    .sw-theme-arrows > .nav .nav-link span {
        display: none;
    }

    .sw.sw-justified > .nav .nav-link,
    .sw.sw-justified > .nav > li {
        justify-content: center;
        padding-right: 0;
    }
    /* .no-right-panel .form-container-right {
    right: -190px;
  }
  .no-right-panel .form-controls-container {
    margin-right: 10px;
  } */
    .smartWizard_vertical.sw-theme-arrows > .nav {
        width: 170px;
    }

    .smartWizard_vertical.sw > .tab-content {
        margin-left: 210px;
    }

    .btn.btn-spaced {
        padding-left: 20px;
        padding-right: 20px;
    }

    .entity-card .card-head header {
        flex-direction: column;
        align-items: self-end;
    }

        .entity-card .card-head header > .card-header-input:not(:last-child) {
            margin-bottom: 5px;
        }

    .no-right-panel .entity-card .card-head header {
        flex-direction: row;
    }

    .entity-dashboard-item.left-side {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .entity-dashboard-item.right-side {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .dark-mode .header-nav > li > a > span {
        display: none;
    }

    .dark-mode .header-nav > li {
        margin-right: 5px;
    }

    .dark-mode .header-nav-options.h-menu .dropdown > a:after {
        top: 50%;
        transform: translateY(-50%);
    }

    .headerbar-right .header-nav-options {
        float: none;
    }

    .dark-mode #header .header-nav .header-nav-brand img {
        max-height: 70px;
    }

    .no-menu-title .flex-header .headerbar-right .header-nav {
        margin-top: 10px;
    }

    .no-menu-title.header-fixed #header .headerbar {
        height: 68px;
    }

    .overview-items {
        width: 100%;
    }

    .create-project-card {
        margin-bottom: 20px;
    }

        .create-project-card .card-body {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .create-project-card .card-body > .btn-card {
                flex-grow: 1;
                flex-basis: 0;
            }

    .table-responsive {
        border: 0;
    }

    .form-controls-container {
        margin-left: 194px;
    }
  .overview-section {
    overflow: auto;
  }
}

@media screen and (max-width: 575.9999999px) {
    .dark-mode .header-nav > li > a > span {
        display: none;
    }

    .dark-mode .header-nav-options.h-menu .dropdown > a:after {
        display: none;
    }

    .headerbar-right .header-nav-options {
        float: none;
    }

    .dark-mode #header .header-nav .header-nav-brand img {
        max-height: 70px;
    }

    .flex-header .headerbar-right .header-nav.header-nav-profile {
        display: none;
    }

    .page-header-menu-title {
        margin-left: 0;
    }

    .headerbar-right .header-nav-options {
        margin-left: 0;
    }

    .header-fixed #header .headerbar {
        height: 88px;
    }

    .top-menu-fixed.dark-mode .base-container {
        padding-top: 88px;
    }

    .section-title-flex {
        flex-direction: column;
    }

        .section-title-flex h3 {
            margin-bottom: 8px;
        }

    .page_footer .footer-contact {
        flex-direction: column;
    }

    .dataTables_wrapper .dataTables_length {
        justify-content: space-between;
    }

        .dataTables_wrapper .dataTables_length label {
            display: none;
        }

    .dataTables_buttons {
        flex-direction: row;
        margin-top: 5px;
    }

    .dataTables__top {
        position: relative;
    }

    .dataTables_wrapper .dataTables_buttons .dataTables_buttons_action_group {
        position: absolute;
        top: 0;
        right: 0;
    }

    .dataTables_wrapper .dataTables_length .actions__item {
        position: relative;
        top: 6px;
    }

    .dataTables_buttons > .input-group:not(:last-child) {
        margin-top: 0;
    }

    .dataTables_wrapper .add-row-btn .add-btn-text {
        display: none;
    }

    .project-list-item {
        flex-direction: column;
        position: relative;
    }

        .project-list-item .tools {
            position: absolute;
            right: 5px;
            top: 5px;
        }

    .overview-items {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .overview-items,
    .overview-item {
        flex-wrap: nowrap;
    }

    .overview-item {
        margin-right: 10px;
    }

        .overview-item > * {
            white-space: nowrap;
        }

    .overview-section .input-group {
        margin-top: 10px;
    }

    .overview-search {
        width: 100%;
    }

    .jobs-button {
        position: static;
        width: 100%;
    }
  .header-nav>li.topbar-search {
    display: none;
  }
}

@media (min-width: 769px) {
    .lead {
        font-size: 18px;
        font-weight: 500;
        color: #333;
    }
  .overview-items.colored-items .overview-item {
    flex-grow: 1;
    flex-basis: 0;
  }
}

.image-card .card-head .tools {
    padding-right: 10px;
    color: #383737;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
}

.card-head {
    background: #fff !important;
    color: #ff8100 !important;
}

.project-card .card-head {
    border-bottom: 1px solid #d5d5eb;
    margin-bottom: 5px;
}

    .project-card .card-head header {
        font-size: 12px;
        display: flex;
        flex-direction: row;
        max-width: calc(100% - 45px);
    }

.project-card-header .date-section {
    margin-bottom: 0;
    margin-right: 20px;
}

    .project-card-header .date-section p {
        margin-bottom: 0;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        color: #ff6600;
    }

.card.tabs-enclosed {
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
}

    .card.tabs-enclosed .nav-tabs {
        border-bottom: 0;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
    }

        .card.tabs-enclosed .nav-tabs > li > a {
            font-size: 16px;
            opacity: 1;
            font-weight: 600;
            white-space: nowrap;
        }

        .card.tabs-enclosed .nav-tabs > li:not(.active) > a {
            color: #4c6c7e;
        }

        .card.tabs-enclosed .nav-tabs > li.active > a,
        .card.tabs-enclosed .nav-tabs > li.active > a:hover,
        .card.tabs-enclosed .nav-tabs > li.active > a:focus {
            border-bottom: 4px solid #0aa89e;
        }

.date-section .date-text {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
}

.date-section .dat-month-text,
.date-section .dat-time-text {
    font-size: 14px;
}

.project-card-header h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    /*  font-weight: 600;*/
    line-height: 1.25 !important;
    color: #53545e;
}

.project-card .card-logo-part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0px;
}

.vessel-title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-left:16px;
}

    .vessel-title h2,
    .vessel-title span {
        font-size: 32px;
        color: #ff8002;
        font-weight: 600;
    }

    .vessel-title span {
        margin-right: 10px;
    }

    .vessel-title h2 {
        margin: 0;
    }

.card-logo-img {
    max-height: 50px;
}

.card-header-logo {
    margin-right: 10px;
}

.image-card .card-head .card-header-logo img:not(.empty-placeholder) {
    height: auto !important;
    width: auto;
    max-width: unset;
}

.project-card-content {
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 1.35;
}

    .project-card-content .request-info {
        display: flex;
        flex-direction: column;
        font-weight: 500 !important;
    }

    .project-card-content a {
        color: #0473db;
    }

.requestinfo {
    color: #FF4500;
    font-size: 20px;
}

.selected .card-head {
    background: #00bfff !important;
}

    .selected .card-head header {
        color: white !important;
    }

.badge.badge-warning {
    background: #fff3d8 !important;
    border: 1px solid #f8c657 !important;
    color: #333869 !important;
    font-size: 10px;
}

.project-card-pda {
    min-height: 0px;
}
.table_highlighter {
    color: #333869 !important;
}

div.scroll {
    width: 100%;
    height: 169px;
    overflow-x: hidden;
    overflow-y: auto;
}

.fda-doc {
    margin-top: 10px;
    font-size: 13px !important;
    color: #000;
    font-weight: 600 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }


.fda-wrapper {
    display: flex;
    justify-content: space-between;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 6px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #243948;
}

input:focus + .slider {
    box-shadow: 0 0 1px #243948;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.fda-doc:focus {
    color: #000;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.fda-inner {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .fda-inner button {
        margin-right: 12px;
        font-size: 12px !important;
        padding: 2px 7px !important;
    }

.exist-fda {
    font-size: 14px;
    margin: 0px 11px;
}
 
.download-vocher-wrapper {
    display: flex;
    flex-direction: column;
}

.download-vocher-wrapper a {
    padding: 0;
}

    .download-vocher-wrapper a:hover {
        color: #232F34 !important;
        text-decoration: none;
    }

.voch-btn {
    margin: 0 35px 0px 0px;
    font-size: 14px !important;
    color: #232F34 !important;
    text-transform: none !important;
    font-weight: bold;
    font-family: 'Open Sans','Helvetica Neue';
}

.fda-doc {
    margin-top: 10px;
    font-size: 13px !important;
    color: #000;
    font-weight: 600 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }


.fda-wrapper {
    display: flex;
    justify-content: space-between;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 6px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #243948;
}

input:focus + .slider {
    box-shadow: 0 0 1px #243948;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.fda-doc:focus {
    color: #000;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.fda-inner {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .fda-inner button {
        margin-right: 12px;
        font-size: 12px !important;
        padding: 2px 7px !important;
    }

.exist-fda {
    font-size: 14px;
    margin: 0px 11px;
}

ul#voucher_doc_list li {
    cursor: pointer;
}

    ul#voucher_doc_list li:hover {
        text-decoration: underline;
    }

.dashboard-header-fixed {
    position: fixed;
    z-index: 1000;
    width: 92%;
    background-color: #f0f1f8 !important;
    margin-top: -8px;
}

.dash-pad-top {
    margin-top: 135px;
}

.completed {
    color: #19b568 !important;
}

.cancelled {
    color: #f73737 !important;
    text-decoration: line-through;
}

.otherstatus {
    color: #ff9800 !important;
}

.status-dotted {
    border-top: 1px dotted #c3c2c2;
  
}

.inprogress {
    color: #1c99ce !important;
}

.onhold {
    color: #f44336 !important;
}

#reportrange {
    background: #fff;
    cursor: pointer;
    padding: 5px 5px;
    border: 1px solid #ccc;
    margin-right: 10px;
    width: 100%;
    white-space: nowrap;
}

.btn-add-tab #sortby {
    min-width: 61px;
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    #reportrange {
        width: 27px;
        border: none;
        padding:10px;
    }
    #reportrange span, #reportrange .fa-caret-down {
        display: none;
    }

    .dashboard-header-fixed .nav-tabs li .lbl{
        display: none;
    }
}





.overview-section {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    /*border-radius: 50px;*/
    padding: 6px;
    margin: 0px;
}
.dashboard-header-fixed .card-body.tab-content {
    padding-left: 0px;
    padding-right: 0px;
}

.overview-item {
    background: transparent;
    border: 0px !important;
    display: flex;
    flex-direction: row-reverse !important;
}

    .overview-item p, .overview-item span {
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 19px !important;
        color: #6C6C6C !important;
        padding: 0px;
        margin-bottom: 0px;
    }

    .overview-item .overview-count {
        color: #6C6C6C !important;
    }

    .overview-item p {
        margin-left: 10px;
    }

.overview-items {
    border: 0px !important;
}

.overview-section .overview-item.highlighted {
    background: #069F87 !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.14);
    border-radius: 5px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff !important;
}

    .overview-section .overview-item.highlighted p, .overview-section .overview-item.highlighted span {
        color: #fff !important;
        align-items: center;
        justify-content: center;
        align-self: center;
        padding: 0px;
        margin-bottom: 0px;
    }


.dashboard-header-fixed .card-body.tab-content {
    display: flex;
    width: 100%;
    /* overflow: scroll;*/
}

    .card-body.tab-content p.overview-count, .card-body.tab-content span.overview-label {
        font-size: 16px !important;
        font-family: 'Plus Jakarta Sans' !important;
    }



/*.nano.has-scrollbar {
    background: #251f70;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #251f70 0%, #05a087 100%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #251f70 0%,#05a087 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #251f70 0%,#05a087 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#251f70', endColorstr='#05a087',GradientType=0 );*/ /* IE6-9 */
/*}*/
    .nano.has-scrollbar .gui-controls {
        background: transparent;
    }
    .nano.has-scrollbar .gui-controls li {
        background: transparent !important;
    }
/*.nano {
    background: #251f70;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #251f70 0%, #05a087 100%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #251f70 0%,#05a087 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #251f70 0%,#05a087 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#251f70', endColorstr='#05a087',GradientType=0 );*/ /* IE6-9 */
/*}*/
#menubar {
    background: linear-gradient(to bottom, #251f70 58%,#05a087 100%);
}

.nano .gui-controls {
    background: transparent;
}

    .nano .gui-controls li {
        background: transparent !important;
    }
#dropdown_container .menu-dropdown ul li a, .gui-controls > li.open > .menu-dropdown ul li a {
    background: transparent !important;
    color: #ffff !important;
}
.gui-controls > li ul > li > a:active, .gui-controls > li ul > li > a.active {
    background-color: transparent !important;
    color: #ffffff !important;
}
.gui-controls > li.open > .menu-dropdown ul li a:hover {
    background-color: transparent !important;
    color: #ffffff !important;
}

.image-card.project-card {
    background: #FFFFFF;
    box-shadow: 0px 2px 9px rgb(0 0 0 / 24%) !important;
    border-radius: 5px;
    border: 0;
    padding: 15px;
}

.project-card-header .card-header-title-time h4 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #191C25;
}

.card-header-title-time .date-content {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #363840;
}

header.project-card-header {
    padding: 0px !important;
}

p.project-sub-title .status-warn {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #203374;
}

.project-card-content .request-info {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #5D5C5F;
    width:100%;
}

.project-card .card-head {
    border-bottom: 1px solid rgb(213, 213, 235);
    margin-bottom: 10px;
    padding-bottom: 7px;
}

p.project-sub-title span.statusmessageapproved {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    color: #069F87;
    background: #E8F7EF;
    border-radius: 2px;
    padding: 10px;
}

.avg-session-item .avg_freight_text a {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #203374;
}

.card-footer {
    padding: 8px;
    border-top: 1px solid rgb(213, 213, 235) !important;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    color: #5D5C5F;
}
.avg-session-footer .statusmessageapproved {
    color: #0aa89e;
    font-size: 12px;
}
.image-card.project-card .card-body {
    padding: 0px !important
}

.gui-controls > li {
    background-color: transparent !important;
}

.card.tabs-enclosed .nav li span {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #5D5C5F;
    text-transform: capitalize;
}
div#reportrange {
    background: #F4F6F8;
    border: 1px solid #DEE3E9;
    border-radius: 5px;
    padding: 8px 10px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #090D14;
}

    .card.tabs-enclosed .input-group.input-search.tabbar-search {
    background: #F4F6F8;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
}
.card.tabs-enclosed .input-group.input-search.tabbar-search .form-control {
        border: 0px !important;
        background: transparent;
    }

.card.tabs-enclosed .input-search span.input-group-addon {
    background: transparent;
    border-color: transparent !important;
}

.card.tabs-enclosed .cma_add_job_button {
    background: #04927B !important;
    border-radius: 5px !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 19px !important;
}
.image-card.project-card{
    padding:20px 15px !important;
}
.card-footer{
    padding:8px 2px !important;
}

.myjobs > div, .list-col > div {
    width: 20%;
    max-width: 100%;
}
.tab-pane {
    width: 100%;
}
input#globalSearch {
    background: #F4F6F8;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    width: 330px;
    height: 45px;
    max-width: 100%;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #7F7E82;
}
.page-header-box h1{/*width:50%;*/}

span.mang_tsk {
    color: #E27E15;
}
span.req_tsk {
    color: #069F87;
    font-size: 17px;
    font-weight: 600;
}
.card-footer {
    border-top: 0px !important;
}
.card-footer.card-email {
        border-top: 0px !important;
        background: #F4F5F9;
        border-radius: 2px;
    }
.card-email .avg-session h4 {
    padding-left: 8px;
}
.project-card-header .card-header-title-time h4{
    margin-bottom:10px;
}
.card-header-title-time .date-content{
    padding-bottom:12px;
}
.image-card .btn-icon-toggle i {
    font-size: 17px;
    transform: rotate(90deg);
    color: #838185;
}
.card-email .avg-session h4 a {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #203374;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.image-card .card-head .tools {
    display: flex;
    justify-content: flex-start;
}
.logo-item > img {
    object-fit: contain;
}
span.req_main_wrap {
    float: left;
    display: flex;
}
span.req_tsk {
    color: #069F87;
    font-size: 16px;
    font-weight: 600;
    width: 134px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    padding-left:2px;
}
li#tab_jobs i {
    color: #00529D;
}
.card.tabs-enclosed .nav-tabs > li#tab_jobs.active > a {
    border-bottom: 4px solid #00529D;
}
li#tab_appointments i {
    color: #E27E15;
}
.card.tabs-enclosed .nav-tabs > li#tab_appointments.active > a {
    border-bottom: 4px solid #E27E15;
}
li#tab_postops i {
    color: #5D509E;
}
.card.tabs-enclosed .nav-tabs > li#tab_postops.active > a {
    border-bottom: 4px solid #5D509E;
}
li#tab_mytasks i {
    color: #BE4997;
}

.card.tabs-enclosed .nav-tabs > li#tab_mytasks.active > a {
    border-bottom: 4px solid #BE4997;
}
li#tab_accounts i {
    color: #2A8E58;
}
.card.tabs-enclosed .nav-tabs > li#tab_accounts.active > a {
    border-bottom: 4px solid #2A8E58;
}
ul.header-nav.header-nav-profile > li > a i {
    padding: 0px 4px;
}
ul.header-nav.header-nav-profile > li > a {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #7F7E82;
}
/*.page-header-box h1{width:auto !important;}*/
.header-nav-profile .dropdown.notification-arww > a:after {
    opacity: 0;
}
.has-search .fa-search:before {
    font-size: 18px;
    position: absolute;
    top: -3px;
    left: 0px;
    font-weight: normal;
}
.header-nav .btn-icon-toggle:hover {
    background-color: transparent;
}
.fa-search:before {
    font-size: 18px;
}
.header-nav-profile .dropdown.notification-arww .fa-bell:before {
    content: "\f0f3";
    font-size: 20px;
    color: #636365;
}
@media only screen and (min-width:1600px) and (max-width:1650px) {
    .image-card.project-card {
        padding:20px 8px !important
    }
    .myjobs > div, .list-col > div {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}

    @media only screen and (min-width:1467px) and (max-width:1599px) {
        .myjobs > div, .list-col > div {
            padding-left: 3px;
            padding-right: 3px;
        }

        .project-card-content .request-info {
            font-size: 14px;
        }

        .image-card.project-card {
            padding: 20px 7px !important;
        }

        span.req_tsk {
            font-size: 14px !important;
        }

        .card-email .avg-session h4 a {
            font-size: 15px !important;
        }

        .project-card-header .card-header-title-time h4 {
            font-size: 16px !important;
        }

        p.project-sub-title .status-warn {
            font-size: 13px !important;
        }

        p.project-sub-title span.statusmessageapproved {
            font-size: 11px !important;
        }

        .avg-session-item p {
            font-size: 12px;
        }

        .avg-session-container .weekly-avg {
            font-size: 12px;
        }

        span.mang_tsk {
            font-size: 13px;
        }
    }
@media only screen and (min-width:1340px) and (max-width:1466px) {
    .dashboard-header-fixed {
        width: 89%;
    }
    .myjobs > div, .list-col > div {
        padding-left: 4px;
        padding-right: 4px;
        width: 25%;
    }

    .project-card-content .request-info {
        font-size: 15px;
    }

    .image-card.project-card {
        padding: 20px 7px !important;
    }

    span.req_tsk {
        font-size: 15px !important;
    }

    .card-email .avg-session h4 a {
        font-size: 15px !important;
    }

    .project-card-header .card-header-title-time h4 {
        font-size: 16px !important;
    }

    p.project-sub-title .status-warn {
        font-size: 13px !important;
    }

    p.project-sub-title span.statusmessageapproved {
        font-size: 12px !important;
    }

    .avg-session-item p {
        font-size: 13px;
    }

    .avg-session-container .weekly-avg {
        font-size: 13px;
    }

    span.mang_tsk {
        font-size: 14px;
    }
}

    @media only screen and (min-width:1200px) and (max-width:1339px) {

        .card-body.tab-content p.overview-count, .card-body.tab-content span.overview-label {
            font-size: 14px !important;
        }

        .card.tabs-enclosed .nav li span {
            font-size: 14px !important;
        }

        .myjobs > div, .list-col > div {
            padding-left: 5px;
            padding-right: 5px;
            width: 25% !important
        }

        .project-card-content .request-info {
            font-size: 14px;
        }

        .image-card.project-card {
            padding: 20px 7px !important;
        }

        span.req_tsk {
            font-size: 14px !important;
        }

        .card-email .avg-session h4 a {
            font-size: 15px !important;
        }

        .project-card-header .card-header-title-time h4 {
            font-size: 16px !important;
        }

        p.project-sub-title .status-warn {
            font-size: 13px !important;
        }

        p.project-sub-title span.statusmessageapproved {
            font-size: 11px !important;
        }

        .avg-session-item p {
            font-size: 12px;
        }

        .avg-session-container .weekly-avg {
            font-size: 12px;
        }

        span.mang_tsk {
            font-size: 13px;
        }
    }

    @media only screen and (min-width:1024px) and (max-width:1199px) {
        .myjobs > div, .list-col > div {
            width: 33.3% !important;
        }
        .dashboard-header-fixed{
            width:85%;
        }
        .page-header-box h1 {
           /* width: 30% !important;*/
        }

        .overview-items.colored-items .overview-item {
            padding: 8px !important;
        }

        .card-body.tab-content p.overview-count, .card-body.tab-content span.overview-label {
            font-size: 15px !important;
        }

        .card.tabs-enclosed .nav li span {
            font-size: 14px !important;
        }

        .card.tabs-enclosed {
            padding-left: 0;
            padding-right: 39px;
        }

        .image-card.project-card {
            padding: 20px 8px !important;
        }

        .project-card-content .request-info {
            font-size: 14px !important;
        }
    }
@media only screen and (min-width:640px) and (max-width:1023px) {
    .myjobs > div, .list-col > div {
        width: 50% !important
    }
}
@media only screen and (min-width:320px) and (max-width:639px) {
    .myjobs > div, .list-col > div {
        width: 100% !important
    }
    .overview-items.colored-items .overview-item{
        padding:10px 9px !important;
    }
}
@media only screen and (min-width:992px) and (max-width:1023px) {
    .myjobs > div, .list-col > div {
        width: 50% !important;
    }
    .page-header-box h1{width:35%  !important;}
    input#globalSearch{width:100% !important;}
}
@media only screen and (min-width:769px) and (max-width:991px) {
    .myjobs > div, .list-col > div {
        width: 50% !important;
    }

    .page-header-box h1 {
        width: 80% !important;
    }

    input#globalSearch {
        width: 100% !important;
    }
}
@media only screen and (min-width:320px) and (max-width:768px) {
    

    .page-header-box h1 {
        width: auto !important;
    }

    input#globalSearch {
        width: 100% !important;
    }
}
@media only screen and (min-width:769px) and (max-width:829px) {
    #cma_common_title {
        line-height: 44px;
        font-size: 16px !important;
    }
}
.card.tabs-enclosed .cma_add_job_button span {
    color: #fff !important;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.cma_add_job_button .fa-plus {
    display: none;
}
span#cma_common_title .user_name {
    color: #069F87;
}


@media only screen and (min-width:320px) and (max-width:768px) {

    #globalSearch.show {
        position: absolute;
        display: block;
        width: 200px !important;
        max-width: 200px;
        min-width: 200px;
        right: 0;
    }

    .has-search .form-control-feedback {
        pointer-events: unset !important;
    }
    .card.tabs-enclosed .input-group.input-search.tabbar-search .form-control.show {
        position: absolute;
        width: 200px;
        background: #e8efef;
        right: 0;
        display: block;
        border-radius: 25px;
    }

    .card.tabs-enclosed .input-search span.input-group-addon {
        z-index: 555;
        position: relative;
    }
    
         
    .dashboard-header-fixed {
        width: 100%;
        left: 0px;
        top: 90px;
    }
 

    div#reportrange {
        background: unset;
        border: unset;
    }

    .card.tabs-enclosed .input-group.input-search.tabbar-search .form-control {
        display: none;
    }

    .card.tabs-enclosed .input-group.input-search.tabbar-search {
        background: unset;
        border: unset;
        width: fit-content;
        min-width: unset;
    }

    .cma_add_job_button .fa-plus {
        display: block;
        padding-top: 4px;
        font-size: 14px;
    }

    .cma_add_job_button span {
        font-size: 0 !important;
    }

    .cma_add_job_button {
        width: 26px;
        height: 26px;
        padding: 0 !important;
        justify-content: center;
        align-items: center;
    }

    input#globalSearch {
        display: none;
    }

    .has-search .form-control-feedback {
        position: unset;
        pointer-events:unset;
    }

    .form-group.has-search.margin_bottom_13 {
        display: flex;
        align-items: center;
        margin: 0 !important;
    }

    .has-search .fa-search:before {
        position: unset;
    }

    .card.tabs-enclosed {
        padding-inline: 10px;
    }


    .overview-items.colored-items::-webkit-scrollbar {
        width: 4px !important;
        height:4px;
    }
   
   

}
.card.tabs-enclosed .nav-tabs::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
}
.overview-items.colored-items::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
}
.overview-items.colored-items{
    overflow:auto;
}

.mainSideMenu .menu-dropdown {
    background: #152556 !important;
    box-shadow: 0px 2px 23px rgba(0, 0, 0, 0.14);
    border-radius: 0px 5px 5px 0px !important;
}
    
    .mainSideMenu .menu-dropdown ul li {
        position: relative;
        padding-left: 10px;
    }
        .mainSideMenu .menu-dropdown ul li a {
            font-family: 'Plus Jakarta Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            color: #FFFFFF;
            position: relative;
        }
    
        .mainSideMenu .menu-dropdown ul li a::before {
            content: "\f0da";
            position: absolute;
            top: 10px;
            left: 6px;
            font-family: 'FontAwesome';
            font-size: 19px;
            color: #03A989;
        }


@media only screen and (min-width:1651px) and (max-width:1703px) {
    .image-card.project-card {
        padding: 20px 6px !important;
    }
    .myjobs > div, .list-col > div {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}


@media only screen and (min-width:1600px) and (max-width:1745px) {
    .image-card.project-card {
        padding: 20px 6px !important;
    }
    .myjobs > div, .list-col > div {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}
@media only screen and (min-width:1200px) and (max-width:1745px) {
    .dash-pad-top {
        margin-left: -1px;
        margin-right: -15px;
    }
}

    .statusmessagenoblink {
        font-size: 12px !important;
    }
.mainSideMenu .menu-dropdown ul li a:hover {
    background: transparent !important;
    color: #fff !important;
}

/*table responsive*/
.table-responsive-lg {
    margin-bottom: 5px !important;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
    border:0px !important;
}
.card{
    border-radius:0px !important;
}
    table.dataTable > tbody > tr.child td {
        background: #fff !important;
        border: 0px !important;
    }

    .table-responsive-lg table thead {
        background: #F0F1F8;
        border-bottom: 1px solid #00529D;
        border-radius: 5px 5px 0px 0px;
    }
        .dataTable thead th {
            background: #F0F1F8 !important;
        }

.table-responsive-lg table thead th {
    border: 0px;
    padding: 13px 10px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 17px;
    line-height: 20px;
    color: rgba(34, 34, 34, 1);
}

    .table-responsive-lg table tbody td {
        border: 0px;
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #191C25;
        padding: 13px 10px;
    }

    .table-responsive-lg table tbody tr:nth-child(2n) {
        background: #F9F9F9;
    }

    .table-responsive-lg::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .table-responsive-lg table {
        border: 0px;
    }
.card-head header {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #203374;
}

    @media only screen and (min-width:1467px) and (max-width:1600px)
    {
        .table-responsive-lg table tbody td{font-size:15px !important;}
    }
@media only screen and (min-width:1200px) and (max-width:1466px) {
    .table-responsive-lg table tbody td {
        font-size: 14px !important;
    }
}
@media only screen and (min-width:320px) and (max-width:1199px) {
    .table-responsive-lg table tbody td {
        font-size: 14px !important;
    }
}

table.dataTable tbody tr td.child ul li {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    padding-top: 0px !important;
    border: 0px !important;
    margin-bottom: 11px;
}
table.dataTable tbody tr td.child {
    width: 100%;
}
    table.dataTable tbody tr td.child ul {
        display: flex !important;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
@media only screen and (min-width:320px) and (max-width:1023px) {
    table.dataTable tbody tr td.child ul li {
        width: 50% !important;
    }
    .chargesContainer .charges > * {
        min-width: 200px;
        padding-right: 11px;
    }
    .formula-btn-space {
        min-width: auto !important;
    }
}
.dataTables__bottom .paging_simple_numbers {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #596166;
    margin-top:0px  
}
.dataTables__bottom {
    background: #EFF0F2;
    border-radius: 5px 5px 0px 0px;
    padding: 12px 10px;
    display: flex;
    justify-content: space-between;
}
    .dataTables__bottom .dataTables_info {
        display: flex;
        align-items: center;
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #596166;
        margin-top:0px;
    }
#tblClientRequest_wrapper .dataTables_paginate, #tblClientRequestall_wrapper .dataTables_paginate, #tblprofitandloss_wrapper .dataTables_paginate{
    margin-top:0px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #00529D !important;
    border-radius: 4px !important;
    padding: 5px 10px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: transparent;
}
@media only screen and (min-width:320px) and (max-width:767px) {
    .dataTables__bottom{
            flex-direction:column;
        }
            .dataTables__bottom .dataTables_info {
                justify-content: center;
                margin-bottom: 18px;
            }
            
    }
    /*table responsive*/


    /*card-section*/
    .list_card_section .form-group span {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #191C25 !important;
    }

    .list_card_section .form-group label {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-size: 16px !important;
        line-height: 19px;
        color: #808080 !important;
        font-weight: 400;
        margin-bottom:8px;
    }

    @media only screen and (min-width:1025px) and (max-width:1500px) {
       /* .list_card_section .card-body .row > div {
            width: 18%;
        }*/
    }

    @media only screen and (min-width:769px) and (max-width:1024px) {
       /* .list_card_section .card-body .row > div {
            width: 33.3%;
        }
*/
        .list_card_section .form-group label {
            font-size: 15px !important;
        }

        .list_card_section .form-group span {
            font-size: 15px !important;
            font-weight: 400;
        }
    }

    @media only screen and (min-width:320px) and (max-width:768px) {
      /*  .list_card_section .card-body .row > div {
            width: 50%;
        }*/

        .list_card_section .form-group label {
            font-size: 14px !important;
        }

        .list_card_section .form-group span {
            font-size: 14px !important;
            font-weight: 600;
        }
    }
/*datatable head section*/
.dataTables_wrapper .dataTables__top {
    margin-bottom: 10px !important;
}
table.dataTable > tbody > tr.child span.dtr-title{
    margin-bottom:5px !important;
}
.dataTables_buttons .input-group {
    width: 100% !important;
    background: #FFFFFF;
    border-radius: 5px;
}

.dataTables_buttons input[type="text"] {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #7F7E82;
}


.dataTables_buttons .cma_top_icon i {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 4px 15px;
}

.dataTables_buttons .cma_top_icon {
    width: auto;
    height: auto;
}

.dataTables_buttons .cma_add_button {
    background: #04927B !important;
    border-radius: 5px !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    height: 38px;
}

.dataTables_wrapper .dataTables_length select {
    background: #FFFFFF;
    border: 1px solid #EFEFEF !important;
    border-radius: 5px !important;
    margin: 0px;
    height: 38px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #7F7E82;
}
#tblClientRequest_wrapper .automatonShowFilter, #tblClientRequestall_wrapper .automatonShowFilter, #tblprofitandloss_wrapper .automatonShowFilter {
    margin-top: 0px !important;
}
.input-group .input-group-addon {
    /*border-color: #EFEFEF !important*/;
}
.input-group.prefix .form-control{
    border-color: #EFEFEF !important;
}
/*datatable head section*/
.accounts-top > div {
    width: 100% !important;
}


/*Appointment info top*/
.app-tab-section ul {
    background: #F5F5F5;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 9px 0px 3px 0px;
}

.app-tab-section {
    margin-top: 16px;
    padding: 13px 0px;
}

    .app-tab-section.card.tabs-enclosed .nav-tabs > li.active > a {
        border: 0px !important;
        background: #04927B;
        border-radius: 5px;
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        padding: 12px 19px;
        color: #FFFFFF;
    }
    .app-tab-section ul li a{
        text-transform:capitalize;
    }
.list_card_section, .cma_dependent_band, .cma_section_band {
    padding: 12px;
}

/*App cost section*/
.app-cost-section .overview-items .overview-item .count-img img {
    width: 100%;
}
.app-cost-section {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px !important;
}
    .app-cost-section .overview-items {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .app-cost-section .overview-items .overview-item {
            display: flex;
            flex-direction: row !important;
            justify-content: space-between;
        }

        .app-cost-section .overview-items .count-section {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            margin-right: 13px;
        }

            .app-cost-section .overview-items .count-section p {
                text-align: left;
                margin: 0px;
            }
        .app-cost-section .overview-items .overview-item .count-img {
            width: 50px;
            height: 50px;
           /* background: #ddd;*/
        }
    .app-cost-section span.overview-label {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #6C6C6C;
        margin-bottom: 8px;
    }
    .app-cost-section .overview-items .count-section p {
        text-align: left;
        margin: 0px;
        font-family: 'Plus Jakarta Sans' !important;
        font-style: normal;
        font-weight: 600;
        font-size: 19px !important;
        line-height: 24px !important;
        color: #191C25 !important;
    }

    /*client instruction*/
.total_client {
    display: flex;
    justify-content: space-between;
}
.client_right > div {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    padding: 20px;
}
    .client_right > div label {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px !important;
        line-height: 19px;
        color: #000000 !important;
        padding-bottom: 8px;
    }
    .client_right > div .auto_cls_clientinstructions p {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #808080;
        padding-bottom: 8px;
    }
    .client_right > div .auto_cls_clientinstructions ul li {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 20px;
        color: #191C25;
        padding-bottom: 15px;
        position: relative;
    }
        .client_right > div .auto_cls_clientinstructions ul li::after {
            content: "\f0da";
            position: absolute;
            top: 1px;
            left: -16px;
            font-family: 'FontAwesome';
            color: #03A989;
            font-size: 24px;
        }


.total_client {
    display: flex;
    justify-content: space-between;
    margin-bottom:10px;
}
.total_left {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    padding: 20px;
}
    .total_left .total-lft-bg {
        background: #F5F8FF;
        border-radius: 5px;
        display: flex;
        /*min-height: 17vh;*/
        align-items: center;
        flex-wrap:wrap;
        padding:20px;
    }
        .total_left .total-lft-bg .form-group label {
            font-family: 'Plus Jakarta Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 17px !important;
            line-height: 21px;
            color: #686D8F !important;
            padding-bottom: 8px;
        }
        .total_left .total-lft-bg .form-group span {
            font-family: 'Plus Jakarta Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 17px;
            line-height: 23px;
            color: #191C25;
        }
.supportive-documents > div {
    border: 1px solid #D8E7E7;
    border-radius: 5px;
    margin: 0px 10px;
    padding: 6px 12px 5px 12px;
}
        @media only screen and (min-width:1366px) and (max-width:1440px){
            .total_left .total-lft-bg .form-group span{ font-size:16px !important;}
            .total_left .total-lft-bg .form-group label {
                font-size: 15px !important;
            }
        }

@media only screen and (min-width:320px) and (max-width:1365px) {
    .total_client{
        flex-direction:column;
    }
    .total_client > div {
        width: 100%;
        margin-bottom: 11px;
    }

    .client_right {
        padding: 0px;
    }
}
@media only screen and (min-width:768px) and (max-width:850px) {
    .total_left .total-lft-bg .form-group span {
        font-size: 15px !important;
    }

    .total_left .total-lft-bg .form-group label {
        font-size: 14px !important;
    }
}
@media only screen and (min-width:320px) and (max-width:767px) {
    .total_left .total-lft-bg .form-group span {
        font-size: 14px !important;
    }

    .total_left .total-lft-bg .form-group label {
        font-size: 13px !important;
    }
    .total_left .total-lft-bg{
        display:block;
        min-height:100%;
    }
        .total_left .total-lft-bg > div{
            width:50%;
        }
}


.client_right > div textarea {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    height: 85px;
}

/*vendor Sr*/
.vendor-list-col > div {
    width: 25%;
}
.vendor-list-col .request-info .lunch_lst {
    list-style-type: none;
    padding: 0;
    background: #F9F9F9;
    border-radius: 5px;
    margin: 0;
    list-style-type: none;
    padding: 0;
    border-radius: 5px;
    margin: 0;
}

    .vendor-list-col .request-info .lunch_lst li {
        text-align: justify;
        border-bottom: 1px solid #eeecec;
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 15px;
        color: #424C6F;
        display: flex;
        justify-content: space-between;
    }

.vendor-list-col .project-card .card-head {
    border: unset;
    padding: unset;
}
.vendor-list-col .lunch_lst_div.scroll {
    border: 1px solid #EBEAEA;
}



.vendor-list-col .request-info .lunch_lst li span:first-child {
    width: 70%;
    display: inline-block;
    border-right: 1px solid #eeecec;
}

.vendor-list-col .request-info .lunch_lst li span {
    padding: 8px 0;
}

.vendor-list-col .tlt {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #191C25;
    padding: 10px 15px 0px 15px;
    margin-left: 10px;
}

.dataTables_wrapper .dataTables_paginate{
    margin-top:0px !important;
}
.vendor-list-col .card.image-card {
    padding: 0px !important;
    padding-top:8px !important;
}

.vendor-list-col .card-footer {
    background: #F5F8FF;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 5px 5px;
    padding: 11px !important;
}

    .vendor-list-col .card-footer .avg-session-item .avg_freight_text.space-right small, .vendor-list-col .card-footer .avg-session-item .avg_freight_text.text-right small {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #222627 !important;
        margin-bottom: 5px;
    }

    .vendor-list-col .card-footer .avg-session-item .avg_freight_text.space-right span {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        color: #203374;
    }

    .vendor-list-col .card-footer .avg-session-item .avg_freight_text.text-right span {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #069F87;
    }

.vendor-list-col .image-card.project-card .card-body, .vendor-list-col .card-head {
    padding: 0px 10px !important;
}

.vendor-list-col .request-info .lunch_lst {
    padding: 0px 0px;
}

.vendor-list-col header.project-card-header .card-header-title-time h4 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #191C25;
}
.vendor-list-col header.project-card-header .card-header-title-time span {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #363840 !important;
}
.vendor-list-col .project-card .card-head {
    padding-bottom: 0px !important;
    padding-top: 5px !important;
}
.vendor-list-col .request-info ul.lunch_detail_lst li {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.vendor-list-col .request-info .lunch_lst li {
    padding-left: 7px;
    padding-right: 7px;
}
.vendor-list-col .request-info .lunch_detail_lst_div.scroll {
    height: 300px;
}
.vendor-list-col span.main-invoive {
    display: flex;
    flex-direction: column;
}

.vendor-list-col span.date-amount {
    display: flex;
    flex-direction: row;
}

.vendor-list-col span.date {
    display: flex;
}

.vendor-list-col span.main-invoive a {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #203374;
    padding-bottom: 5px;
}

.vendor-list-col span.date label {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 16px;
    color: #808080 !important;
    padding-left: 5px;
}

.vendor-list-col span.date p {
    padding-bottom: 0px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #191C25 !important;
    padding-right: 5px;
}

span.map_btn, span.return_btn {
    background: #E48522;
    border-radius: 3px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 13px;
    text-align: center;
    height: 26px;
    color: #FFFFFF;
}

span.return_btn {
    background: #00529D;
}

.vendor-list-col .request-info ul.lunch_detail_lst {
    border: 1px solid #F4F4F4;
    padding: 0px;
}

    .vendor-list-col .request-info ul.lunch_detail_lst li {
        border-bottom: 1px solid #F4F4F4;
        padding: 7px 10px;
    }
        .vendor-list-col .request-info ul.lunch_detail_lst li:last-child {
            border-bottom: 0px !important;
        }

@media only screen and (min-width: 1200px) and (max-width: 1450px){
    .vendor-list-col > div {
        width: 33.3% !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .vendor-list-col > div {
        width: 50% !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .vendor-list-col > div {
        width: 100% !important;
    }
}
/**/
.nano.has-scrollbar .gui-controls li:first-child {
    background: #fff !important;
    border-right: 1px solid #EBF1F6;
}
.nano.has-scrollbar .gui-controls li .menu-dropdown ul li:first-child {
    background: transparent !important;
    border: 0px;
}
.nano .gui-controls li .menu-dropdown ul li:first-child {
    background: transparent !important;
    border: 0px;
}
.nano .gui-controls li:first-child {
    background: #fff !important;
    border-right: 1px solid #EBF1F6;
}
#cma_common_title {
    font-size: 23px !important;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: #191C25;
    text-transform: capitalize;
}
.cma_common_title_small {
    color: #f9622e !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 19px !important;
}
    .cma_common_title_small span {
        color: #00529D !important;
    }

#cma_common_back {
    border-radius: 50%;
    /*border: 2px solid #069F87;*/
    padding: 0;
    width: 25px;
    height: 25px;
    color: #069F87;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
}
.card.app-tab-section.tabs-enclosed .nav-tabs:before {
    content: unset;
}

.card.app-tab-section.tabs-enclosed ul.nav-tabs {
    padding-left: 12px;
    padding-right: 12px;
}
button#btnFilter {
    background: #04927B !important;
    font-family: 'Plus Jakarta Sans';
    font-size: 15px !important;
}

#btnCloseFilter {
    background: #232772 !important;
    font-family: 'Plus Jakarta Sans';
    font-size: 15px !important;
}
.header-nav-profile .dropdown img {
    border: 2px solid #0E5C91;
}

.header-nav-profile .dropdown .profile-info small {
    margin-top: 5px;
}

.page-header-menu-section .header-nav-profile .dropdown > a:after {
    top: 37%;
}


/*change pasword*/
.change-pwd {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    margin-top: 20px;
}
button#btnSubmit, button#btnSubmitReview {
    background: #04927B !important;
    font-family: 'Plus Jakarta Sans';
    font-size: 15px !important;
    border: 1px solid #04927B;
    color: #fff !important;
}
button#btnSubmitAddNew, button#btnSubmitAddNew:hover{
    background: #04927B !important;
    font-family: 'Plus Jakarta Sans';
    font-size: 15px !important;
    border: 1px solid #04927B;
    color: #fff !important;
}
.auto_checker_action, .auto_checker_action:hover {
    background: #04927B !important;
    font-family: 'Plus Jakarta Sans';
    font-size: 15px !important;
    border: 1px solid #04927B;
    color: #fff !important;
    margin-left: 10px !important;
    border-radius: 5px !important;
}
.cma_cancel_button {
    color: #fcf9f9 !important;
    background: #4A6572;
    border:1px solid #4A6572;
    font-family: 'Plus Jakarta Sans';
}
.change-pwd .card-block {
    padding: 10px;
}

.change-pwd .change-pwd-btn{
    padding:0px !important
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    color: #808080;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    background: transparent;
    border: 2px solid #05A087;
    color: #05A087;
    font-weight: 800;
}
/*change pasword*/
@media only screen and (min-width:1280px) and (max-width:1500px){
    .chat-body .list_card_section .card-body .row > div{
        width:33.3% !important;
    }
}
@media only screen and (min-width:992px) and (max-width:1279px) {
    .chat-body .list_card_section .card-body .row > div {
        width: 50% !important;
    }
}
@media only screen and (min-width:992px) and (max-width:1279px) {
    .chat-body .list_card_section .card-body .row > div {
        width: 50% !important;
    }

    /*invoice checker*/
    .invoice_checker_card .list_card_section .card-body .row > div {
        width: 50%;
    }

    .invoice_checker_card .total_left .total-lft-bg div {
        width: 50% !important;
    }

    .invoice_checker_card .total_left .total-lft-bg div div {
            width: 100% !important;
     }
    /*invoice checker*/
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .mapInvoice {
        width: 100%;
        flex-direction: column !important;
    }

        .mapInvoice .chat-box-left, .mapInvoice .chat-box-right {
            width: 100% !important;
        }
}

    .header-nav-profile .dropdown > a:after {
        opacity: 0;
    }
    /*Updated FDA*/
.services .action_buttons .input-stack-horizontal {
    flex-direction: column;
}
.services .action_buttons {
    width: auto !important;
}
    .services .action_buttons .input-stack-horizontal {
        margin-top: 7px;
    }
        .services .action_buttons .input-stack-horizontal button i {
            font-size: 18px !important;
            margin-bottom: 10px;
            left: -3px;
            position: relative;
        }
.fa-calculator {
    font-size: 18px !important;
    margin-bottom: 10px;
    left: -3px;
    position: relative;
    color: #CD5C5C;
}

.servicesContainer .services.dependentContainerBorder .form-group label, .servicesContainer .services.dependentContainerBorder label {
    padding-top: 8px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 13px;
    color: #555A66 !important;
    padding-bottom: 0px;
}
    .servicesContainer .services.dependentContainerBorder .form-group label span, .servicesContainer .services.dependentContainerBorder label span {
        font-size: 15px !important;
        line-height: 13px;
    }
.services.dependentContainerBorder div:nth-child(n+1) label {
    font-size: 15px !important;
}

.servicesContainer .services.dependentContainerBorder .form-group input,
.servicesContainer .services.dependentContainerBorder .form-group select,
.servicesContainer .services.dependentContainerBorder .form-group input[type="file"]{
    background: #FFFFFF;
    border: 1px solid #D5D5DE !important;
    border-radius: 5px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    color: #596166;
    padding: 15px !important;
}
.form-group input[type="file"] {
    border: 1px solid #D5D5DE !important;
    border-radius: 5px;
    padding: 6px;
}
.servicesContainer .services.dependentContainerBorder .form-group select {
    padding: 0px 10px !important;
}

.servicesContainer .services.dependentContainerBorder .activity_craftmyapp_container div input {
    background: #F0F0F0 !important;
    border: 1px solid #D4D4D7 !important;
    border-radius: 5px;
    padding: 15px;
}


.servicesContainer .services.dependentContainerBorder_even_blue {
    background: #F9F9F9 !important;
    border: 1px solid #D7DDE1;
    border-radius: 0px 0px 5px 5px;
}

.servicesContainer .services.dependentContainerBorder {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #D7DDE1;
    border-radius: 5px 5px 0px 0px;
    margin-top: 0px !important;
}
.button-common , button.btn-add-services, button.btnaddonservices, button.btn-add-charges, button.btn-add-shipcontacts, .btnSubmit, button.btn-add-contacts, button.btn-add-details, button.btn-add-ctmspec, button#btnSubmitDraft, button.btn-add-locations, button.btn-add-pricelist {
    background: #fff !important;
    border-radius: 5px !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 19px !important;
    height: 38px;
    color: #04927B !important;
    border: 1px solid #04927B !important;
}
    .button-common:hover ,button.btn-add-services:hover, button.btnaddonservices:hover, button.btn-add-charges:hover, button.btn-add-shipcontacts:hover, .btnSubmit:hover, button.btn-add-contacts:hover, button.btn-add-details:hover, button.btn-add-ctmspec:hover, button.btn-add-locations:hover, button.btn-add-pricelist:hover {
        background: #fff !important;
        border-radius: 5px !important;
        font-family: 'Plus Jakarta Sans' !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        line-height: 19px !important;
        height: 38px;
        color: #04927B !important;
        border: 1px solid #04927B !important;
    }
.btnSubmit{margin-right:10px;}

.btn-remove-row-services span::before {
    color: #DB3712 !important;
    font-size: 22px;
    background: transparent;
}

.cma_cancel_button {
    background: #4A6572 !important;
    font-family: roboto;
    font-size: 15px;
}


.dataTable thead th {
    color: #686D8F !important
}
.dataTable thead {
    border-bottom: 1px solid #00529D !important;
}

.fdadate_craftmyapp_container, .clientpo_craftmyapp_container, .billto_craftmyapp_container, .billto_craftmyapp_container, .bankinfo_craftmyapp_container {
    width: 25%;
    line-height: 19px;
}

.service_lst > div {
    width: 25%;
    line-height: 19px;
}
.service_lst {
    width: 100%;
}
/*updated FDA*/

@media only screen and (min-width:1023px) and (max-width:1365px) {
    .services .action_buttons .input-stack-horizontal {
        flex-direction: column;
    }

    .services .action_buttons {
        width: auto;
    }

    .services > div {
        padding: 2px;
    }

    .services .input-stack-horizontal textarea {
        width: 100%;
    }

    .services .btn-remove-row-services {
        padding: 2px 8px;
    }
    .services.dependentContainerBorder div:nth-child(n+1) label {
        font-size: 14px !important;
    }

    .servicesContainer .services.dependentContainerBorder .form-group input, .servicesContainer .services.dependentContainerBorder .form-group select, .servicesContainer .services.dependentContainerBorder .form-group input[type="file"] {
        font-size: 14px;
    }

    .servicesContainer .services.dependentContainerBorder .form-group label, .servicesContainer .services.dependentContainerBorder label {
        font-size: 14px;
    }
}

@media only screen and (min-width:1366px) and (max-width:1499px) {
    .services > div {
        padding: 2px;
    }
}



@media only screen and (min-width:768px) and (max-width:1023px) {
    .services .action_buttons .input-stack-horizontal {
        flex-direction: column;
    }

    .services > div {
        padding: 2px;
        width: 23%;
    }

    .services div div {
        width: 100%;
    }

    .services .input-group .input-group-addon {
        width: 35%;
    }

    .services .action_buttons .input-stack-horizontal {
        flex-direction: column;
    }

    .services .action_buttons {
        width: auto;
    }

    .services div {
        padding: 2px;
    }

    .services .input-stack-horizontal textarea {
        width: 100%;
    }

    .services .btn-remove-row-services {
        padding: 2px 8px;
    }

    .servicesContainer .services.dependentContainerBorder .form-group input, .servicesContainer .services.dependentContainerBorder .form-group select, .servicesContainer .services.dependentContainerBorder .form-group input[type="file"] {
        font-size: 14px;
    }
    .services.dependentContainerBorder div:nth-child(n+1) label {
        font-size: 14px !important;
    }
    .servicesContainer .services.dependentContainerBorder .form-group label, .servicesContainer .services.dependentContainerBorder label {
        font-size: 14px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {

  /*  .showthelables > div {
        width: 30%;
    }*/
}

.services textarea.form-control {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

input:checked + .slider {
    background-color: rgba(181, 116, 35, 1) !important;
}
 
.div_filter {
    max-width: 100% !important;
    width: 600px !important;
}
/*FDA Document*/
.client_review_comments .auto_review_comments label {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-size: 16px !important;
    line-height: 19px;
    color: #808080 !important;
    font-weight: 400;
}


.automaton_table_label button {
    background: #E9E9E9;
    border: 1px solid #D0D4D8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}

td.automaton_table_status span {
    background: rgb(6 159 135 / 10%);
    border-radius: 2px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #069F87;
    padding: 8px 16px;
}
.align-right {
    text-align: right !important;
}



.chat-header ul {
    border: 0px !important;
}

    .chat-header ul li a, .chat-header ul li:hover a {
        background: #F5F5F5 !important;
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        width: auto !important;
        display: flex;
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 21px;
        text-align: center;
        color: #191C25 !important;
        border-bottom: 0px !important;
       min-width: 85px;
        text-align: center !important;
        display: flex;
        justify-content: center;
    }

    .chat-header ul li.active a ,.chat-header ul li.active:hover a {
        background: #069F87 !important;
        border-radius: 5px;
        font-weight: 700;
        color: #fff !important;
    }
.chat-body .total_left .total-lft-bg {
    padding-top: 20px;
}
.list_card_section.mapped_section .card-body .row > div {
   /* width: 50%;*/
    padding: 13px 4px;
}

.list_card_section.mapped_section .form-group label {
    font-size: 14px !important;
}


.list_card_section.mapped_section .card-body .row.display-section {
    margin: 2px !important;
}

.rst-list .form-group {
    margin-bottom: 10px !important;
}


tr.red {
    background: #FBF2F0;
    border-left: 5px solid #DB3712;
}

@media only screen and (min-width: 769px) {
    .page-header-menu-section .header-nav {
        min-width: 270px;
    }
}

.mapInvoice.hide-right .list_card_section.mapped_section .card-body .row > div.col-sm-12 {
    width: 100% !important;
}

input[readonly] {
    font-weight: 600;
}

.split.mapInvoice .expand_twohundred {
    border: 0px;
}
@media only screen and (min-width:992px) and (max-width:1280px) {
    .list_card_section.mapped_section .card-body .row > div div {
        width: 100%;
        margin-bottom: 0px;
    }

    .list_card_section.mapped_section .form-group select, .list_card_section.mapped_section .form-group .form-control {
        height: 39px !important;
    }

    .list_card_section.mapped_section .card-body .row > div {
        padding: 0px 5px;
    }

    .list_card_section.mapped_section .form-group label {
        margin-top: 14px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width:500px) and (max-width:768px) {
    .split.mapInvoice.hide-right .display-section > div{width:50% !important;}
   
    .cma_dependent_band .btn {
        width: auto !important;
        overflow: hidden;
        text-overflow: inherit;
        padding: 8px 13px;
    }
}
@media only screen and (min-width:320px) and (max-width:499px) {
    .split.mapInvoice.hide-right .display-section > div {
        width: 100% !important;
    }

    .cma_dependent_band .btn {
        width: auto !important;
        overflow: hidden;
        text-overflow: inherit;
        padding: 8px 13px !important;
    }
    .list_card_section.fda_doc .card-body .row > div {
        width: 100%;
    }
}
button#updatefda {
    color: #069F87 !important;
}

@media only screen and (min-width:1024px) and (max-width:1500px) {
    .list_card_section.mapped_section .form-group label {
        font-size: 15px !important;
    }

    .list_card_section .form-group label {
        font-size: 15px !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1500px) {
    .list_card_section.fda_doc .card-body .row > div {
        width: 33.3%;
    }
}

@media only screen and (min-width:992px) and (max-width:1023px) {

    .list_card_section.fda_doc .card-body .row > div {
        width: 50%;
    }
}
@media only screen and (min-width:769px) and (max-width:991px) {

    .list_card_section.fda_doc .card-body .row > div {
        width: 33.3%;
    }
}
@media only screen and (min-width:500px) and (max-width:768px) {

    .list_card_section.fda_doc .card-body .row > div {
        width: 50%;
    }
    .cma_dependent_band .btn {
        width: auto !important;
        overflow: hidden;
        text-overflow: inherit;
        padding: 8px 13px !important;
    }
}

/*uploaded Files*/

.uploaded_files {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    width: 100%;
    max-width: 456px;
    margin: 0 auto;
    position:absolute;
    z-index:99;
    display:none;
}
    .uploaded_files .modal-body {
       
        overflow: auto;
        height: 258px;
    }
.fda-wrapper .input-file {
    padding: 2px 0px !important;
}

    .uploaded_files .close {
        color: #191C25 !important;
        opacity: 1;
        font-size: 24px;
    }

    .uploaded_files .modal-title img {
        margin-right: 9px;
        object-fit: contain;
    }

    .uploaded_files .modal-title {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        color: #203374;
    }

    .uploaded_files .modal-header {
        border-bottom: 1px solid #D9D9D9 !important;
    }


    .uploaded_files .modal-footer {
        border: 0px !important;
    }

    .uploaded_files div#AttachedFiles {
        overflow: auto !important;
    }

    .uploaded_files table tbody tr, .uploaded_files table tbody tr td {
        background: transparent !important;
        border: 0px;
    }

        .uploaded_files table tbody tr td.ico_lst, .uploaded_files table tbody tr td.delete_lst {
            padding-right: 0px;
        }

            .uploaded_files table tbody tr td.ico_lst img {
                background: rgb(241 86 66 / 10%);
                border-radius: 5px;
                padding: 10px 13px;
            }

        .uploaded_files table tbody tr td.cont_lst a {
            font-family: 'Plus Jakarta Sans' !important;
            font-style: normal;
            font-weight: 400 !important;
            font-size: 14px !important;
            line-height: 16px !important;
            color: #191C25 !important;
        }

@media only screen and (min-width:320px) and (max-width:455px) {
    .modal-content.uploaded_files{
        max-width:290px !important;
    }
}

.input-file {
    border: 1px solid #D5D5DE !important;
    border-radius: 5px;
    position: relative;
    padding: 3px 0px;
}
.list_card_section .form-group .input-file label {
    margin-bottom: 0px;
}

.form-group .input-file input[type="file"], .fda-wrapper input[type="file"] {
    border: 1px solid #D5D5DE !important;
    border-radius: 5px;
    opacity: 0;
    padding: 0px !important;
}

    .input-file label {
        position: absolute;
        top: 0;
        background: #F6F6F6;
        border: 1px solid #D5D5DE;
        border-radius: 5px 0px 0px 5px;
        padding: 6px 10px;
    }

#attachmentDisp span.showFiles {
    position: absolute;
    right: 0px;
    top: 6px;
    
}
span.filebtn {
    position: absolute;
    top: 8px;
    left: 80px;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Plus Jakarta Sans';
}

.showFiles {
    background: url('../images/file.png') no-repeat !important;
    background-position: right center !important;
    width: 26px !important;
    height: 28px !important;
}
    /*uploaded files*/
    /*fda*/
.chat-tab-header h2 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #203374;
    margin: 0px;
    display: flex;
    align-items: center;
}

.chat-tab-header ul {
    border: 0px !important;
    overflow: auto;
    width: 70%;
    display: flex;
    white-space: nowrap;
    float: right;
    text-align: right;
    flex-direction:row-reverse;
}

.chat-tab-header {
    display: flex;
    justify-content: space-between;
    padding: 3px;
    margin: 10px;
}

    .chat-tab-header ul::-webkit-scrollbar {
        height: 1px;
    }

.mapped_section .detailsContainer {
    overflow-x: hidden !important;
    overflow: auto;
    height: 100vh;
}
.dataTables_buttons.actions {
    margin-top: 0px;
    margin-left: 3px;
}
    .dataTables_buttons.actions .input-group-addon {
        border-color: #efefef;
    }
.card .card-head .menu-card-styling li a img {
    width: 20px;
    height: auto !important;
    margin-right: 9px;
    max-width: 100%;
}
/*tfooter*/
.table tfoot {
    background: #F5F8FF;
    border-radius: 5px;
}

    .table tfoot td label {
        color: #04927B !important;
        font-weight: 600;
    }
    .table tfoot td.text-right span {
        margin: 0;
    }
    .table tfoot td span {
        font-style: inherit;
        color: #606672;
        margin-right: 10px;
        font-weight: 400;
        font-family: 'Plus Jakarta Sans';
    }

    .table tfoot td {
        border: 0px !important;
    }
button:hover {
    background: transparent !important;
    border: 0px !important;
}

.btn-remove-row-common span::before {
    color: #DB3712 !important;
    font-size: 22px;
    background: transparent;
}



/*accordion*/
    .faqitem .header .fa.fa-minus {
        display: none;
    }

.faqitem.jquery-accordion-active .fa.fa-minus {
    display: inline-block;
}

.faqitem.jquery-accordion-active .fa.fa-plus {
    display: none;
}

.faqitem .content {
    padding: 15px;
    display: none;
}

button.btn .fa-plus {
    display: inline-block !important;
}
/*accordion*/

/*table status*/
td.automaton_table_label.automaton_table_completed span {
    background: rgb(6 159 135 / 10%);
    border-radius: 2px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    color: #069F87;
    padding: 8px 10px;
}

td.automaton_table_pending span {
    background: rgb(242 152 74 / 10%);
    border-radius: 2px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    color: #DE8603;
    padding: 8px 10px;
}

td.automaton_table_inprogress span {
    background: rgb(32 51 116 / 10%);
    border-radius: 2px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    color: #203374;
    padding: 8px 10px;
}
/*table status*/
.servicesContainer .services.dependentContainerBorder .form-group {
    margin-top: 3px;
    margin-bottom:3px;
}
.fda_share_lst .card-sharing-inner .card-head-sharing {
    line-height: 40px;
}

.vendor-list-col span.date p {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #191C25;
}
.main-invoive span.map_btn, .main-invoive span.return_btn {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /*text-decoration-line: underline;*/
    text-decoration-line: none !important;
    color: #E48522;
    background: transparent;
}

.card .card-head .menu-card-styling li a {
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    margin-right: 10px;
}

.file-title-lmt {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.card-block.button-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .card-block.button-right button {
        margin-left: 10px;
        margin-top: 22px;
        margin-bottom: 0px !important;
        font-family: 'Plus Jakarta Sans';
        padding: 5px 17px;
    }

        .card-block.button-right button:hover {
            background: #344955 !important;
        }

        /*Preview Mail*/
.preview_mail .trumbowyg-editor p {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 7px !important;
}

.preview_mail textarea {
   /* background: #F2F2F2;*/
    border-radius: 5px;
    width: 100%;
    height: 36px;
    padding: 8px 10px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #191C25;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center !important;
}

.preview_mail label.form-label {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 18px;
    color: #545760 !important;
    width:100% !important;
    max-width:100% !important;
}

.preview_mail .form-control {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #191C25;
    border: 0px;
    min-width:266px;
}

.preview_mail div#div_cc .form-control, .preview_mail div#div_bcc .form-control {
   /* background: #F2F2F2;*/
    border-radius: 5px;
    width: 100%;
    min-width: 266px;
    max-width: 100%;
}

.preview_mail .form-group {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.preview_mail .attach_btn {
    display: flex;
}

.attach_file .filedisplay {
    display: flex;
    border: 1px solid #E0E0E0;
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.14));
    border-radius: 5px;
   
    max-width: 100%;
    align-items: flex-start;
    padding: 7px 10px;
    justify-content: space-between;
}

    .attach_file .filedisplay .file-ll {
        display: flex;
        flex-direction: row;
        margin-left: 0px;
    }
        .attach_file .filedisplay .file-ll img {
            width: 14px;
            max-width: 100%;
            margin-right: 7px;
            object-fit: contain;
        }

    .attach_file .filedisplay i {
        border-radius: 5px;
        background: #F2F2F2;
        padding: 8px;
        color: #545760;
    }
.attach_file {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}

    .attach_file .filedisplay .file-ll span {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #191C25;
        margin-bottom: 2px;
        width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top:4px;

    }

    .attach_file .filedisplay .file-ll label {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 10px !important;
        line-height: 12px;
        color: #808080;
    }

.file_wrap {
    display: flex;
}

.preview_mail .attach_btn {
    display: flex;
}

    .preview_mail .attach_btn .discard {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px !important;
        line-height: 30px;
        color: #04927B !important;
        border: 1px solid #04927B !important;
        background: transparent !important;
        text-transform: capitalize;
        padding: 3px 16px !important;
    }

    .preview_mail .attach_btn .sent-mail {
        background: #04927B !important;
        border-radius: 5px;
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px !important;
        line-height: 30px;
        color: #FFFFFF !important;
        padding: 3px 16px !important;
        width: 106px;
    }

.preview_mail .attach_btn {
    display: flex;
    justify-content: flex-end;
}

    .preview_mail .attach_btn .attach-btns {
        background: transparent !important;
        border: 0px !important;
        font-family: 'Plus Jakarta Sans' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 19px;
        color: #000000 !important;
    }
    .attach-btns i {
        color: #707070;
    }
        .attach-btns i::before {
            margin-right: 6px;
        }
.attach_file .filedisplay .primarytg {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: right;
    color: #069F87;
    padding-top:4px;
}
.detele-common-icon{
    display:flex;
}
.btn-remove-row span::before {
    color: #DB3712 !important;
    font-size: 22px;
    background: transparent;
}

#cc_id u, #bcc_id u {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #069F87;
    text-decoration: none;
    border: 1.5px solid #069F87;
    border-radius: 5px;
    padding: 8px 14px;
}
#cc_id {
    margin-right: 10px;
}
.cc_bcc {
    display: flex;
}
img.mobileshow_ico {
    display: none;
}
.to_mail {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    align-self: flex-end;
}

.cc_bcc {
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
}
.preview_mail .attach_btn .sent-mail{
    margin-right:0px;
}
.mail_title {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #191C25;
    padding-left: 0px;
    margin-top: 9px;
}
.mail_ccbcc {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.inner_bccc {
    display: flex;
    width:100% !important;
}
mail_head {
    display: flex;
}

.inner_bccc .mx-wdth {
    width: 65px;
    max-width: 65px !important;
    display: flex;
    align-items: center;
}
#div_cc .mx-wdth, #div_bcc .mx-wdth {
    width: 65px;
    max-width: 65px !important;
    display: flex;
    align-items: center;
}
    #div_cc .mx-wdth img, #div_bcc .mx-wdth img {
        margin-right: 5px;
    }
        .inner_bccc .mx-wdth img {
    margin-right: 5px;
}
.preview_mail .form-group .row {
    flex-wrap: nowrap;
}

.form-group.message_content .row {
    flex-wrap: wrap;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .mail_head.col-sm-12 {
        display: flex;
    }
    .preview_mail .form-control {
        min-width: 200px !important;
    }

    .mail_title {
        font-size: 17px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .preview_mail .attach_btn .attach-btns span {
        display: none;
    }

    .preview_mail .attach_btn .discard span {
        display: none;
        border: unset;
    }

    .preview_mail .attach_btn .discard {
        padding: 0 !important;
        border: unset !important;
        margin-bottom: 0 !important;
    }

    .preview_mail .attach_btn .sent-mail span {
        display: none;
    }

    .preview_mail .attach_btn .sent-mail .mobileshow_ico {
        display: block;
    }

    .card-body.preview_mail {
        padding: 0;
    }

    .preview_mail .attach_btn .attach-btns {
        margin-bottom: 0 !important;
        padding: 0;
    }

    .preview_mail .attach_btn .sent-mail {
        margin-right: 0px;
        background: unset !important;
        width: unset;
        border: unset;
        padding: unset !important;
        margin-bottom: 0 !important;
    }

    .preview_mail .form-group .row {
        display: flex;
        flex-wrap: nowrap;
    }
    .preview_mail .form-group.message_content .row {
        display: flex;
        flex-wrap: wrap;
    }
        .trumbowyg-button-pane button {
            padding: 0 3px !important;
        }

    img.mobileshow_ico{display:block !important;}
    
}


@media only screen and (min-width:320px) and (max-width:479px) {
    #cc_id u, #bcc_id u {
        padding: 0;
        border: unset;
        font-size: 14px;
    }

    .cc_bcc {
        padding: 0;
    }

    .to_mail {
        padding-left: 0;
    }
}

@media only screen and (min-width:320px) and (max-width:374px) {
    .preview_mail .form-control {
        width: 100%;
        min-width: 140px;
    }
}
@media only screen and (min-width:320px) and (max-width:1444px) {
    .preview_mail label.form-label{white-space:nowrap;}
}


.dataTables_buttons.actions .dropdown ul.ColVis_collection {
    overflow-x: hidden;
}
.div_filter {
    width: auto !important;
    max-width: 100%;
}
.pdasclick .vessel-id-text span {
    padding: 3px 8px;
}
.pdasclick .vessel-id-text {
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width:320px) and (max-width:1500px) {

    .list_card_section .vendor-invoice {
        width: 100% !important;
    }
}

td.automaton_table_label.automaton_table_cancelled span {
    background: rgb(219 55 18 / 10%);
    border-radius: 2px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    color: #db3712;
    padding: 8px 10px;
}

td.automaton_table_label.automaton_table_onhold span {
    background: rgb(228 133 34 / 10%);
    border-radius: 2px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    color: #e48522;
    padding: 8px 10px;
}

.table > thead:first-child > tr > th.text-right {
    text-align: right !important;
}



/*email chat*/
.mail-wrap .trbg {
    border: 0px;
}

.mail-wrap .odd {
    background: #fff !important;
}

table.dataTable.mail-wrap tbody tr.odd td {
    background: #fff !important;
}

.mail-compose {
    display: flex;
    padding: 0px !important;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 13px !important;
    flex-direction: column;
    padding-top: 13px !important;
}

    .mail-compose span.mail-compose-head {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
    }
#tblMail thead {
    display: none;
}


    .mail-compose p.mail-title {
        width: 19vw;
        max-width:100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #191C25;
        margin-bottom:12px;
    }

    .mail-compose p.mail-no {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        text-align: right;
        color: #212121 !important;
    }

p.mail-content {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #5F5E5E;
    width: 100%;
    white-space: normal;
}

.enquiry-head {
    display: flex;
    flex-wrap: wrap;
}

.mail-enquiry {
    background: #FFFFFF;
    border: 1px solid #F2F4F4;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #6C6C6C;
    padding: 7px;
    margin-right: 7px;
}

    .mail-enquiry i {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        color: #6C6C6C !important;
        padding-right: 3px;
    }

.mail-wrap .dataTables_buttons.actions .input-group.prefix {
    background: #F4F6F8;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #7F7E82;
}

    .mail-wrap .dataTables_buttons.actions .input-group.prefix input, .mail-wrap .dataTables_buttons.actions .input-group.prefix span {
        background: #F4F6F8;
    }
/*email chat*/

.detele-common-icon {
    display: flex;
    align-items: center;
    align-self: center;
    margin-top: 0px !important;
}
.showthelables .detele-common-icon {
    margin-top: 8px !important;
}
.pdasclick .vessel-id-text span{position:relative;}
.SumoSelect > .CaptionCont > label > i {
    background-image: none !important;
}
.SumoSelect > .CaptionCont > label::after {
    top: 5px;
    position: relative;
}
.form-group.has-error .help-block {
    font-size: 12px;
    color: #f44336 !important;
}

.SumoSelect > .CaptionCont > span {
    font-size: 14px;
    font-weight: normal !important;
}
.SumoSelect > .CaptionCont {
    border-radius: 5px !important;
    border: 1px solid #c4c4c4 !important;
    padding: 7px 6px !important;
}
.SumoSelect > .CaptionCont > span.placeholder{
        font-style:normal !important;
}
.btn-remove-row{
    margin-top:0px !important;
}
.chargesContainer :first-child button.btn.btn-remove-row-charges {
    margin-top: 0px !important;
}
.card-body .btn-remove-row {
    margin-top: 4px !important;
}
.automaton_table_comments span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 263px;
    display: block;
    max-width: 100%;
}

.cma_cancel_button:hover {
    background: #4A6572 !important;
    border-color: #4A6572 !important;
    color: #fcf9f9 !important;
}

.chat-mail .header ul li a, .chat-mail .header ul li a:hover{
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    opacity: 1;
    color: #191C25;
    text-transform: capitalize;
}

    .chat-mail .header ul li a.active {
        color: #04927B;
    }
.chat-mail .chat-message .message-content .message-date span.author {
    text-transform: capitalize;
}
.chat-mail .chat-body {
    background: #F2F2F2;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #E0E0E0;
    border-radius: 0px 0px 5px 5px;
}

.chat-mail .nav-tabs {
    border-bottom: 0px !important;
}

.chat-mail {
    background: #F2F2F2;
}

    .chat-mail .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        border-bottom: 1px solid #E0E0E0;
        background: #fff;
        height: auto;
        padding-top: 0px !important;
    }

.main-content-chat.chat-mail .chat-input textarea {
    background: #fff;
    border: 0px;
    height: 35px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6C6C6C;
    margin-left: 16px;
    margin-top:12px;
    padding-top:4px;
}

.main-content-chat .chat-input .actions {
    font-size: 16px;
}
.chat-send {
    margin-left: 9px;
}
    .main-content-chat .chat-input .actions i.fa-paper-plane {
        background: #04927B;
        border-radius: 20px;
        color: #fff;
        padding: 8px;
    }

.chat-mail {
    background: #F2F2F2;
}

.row-normal {
    flex-direction: row;
}

/*chat mail*/

.chat-mail .chat-message .message-content {
    border: 0px;
    background: transparent;
}
    .chat-mail .chat-message .message-content .message-date {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
    }

        .chat-mail .chat-message .message-content .message-date span {
            font-family: 'Plus Jakarta Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 16px;
            color: #595959;
        }

            .chat-mail .chat-message .message-content .message-date span.timestamp span {
                font-family: 'Plus Jakarta Sans' !important;
                font-style: normal;
                font-weight: 300;
                font-size: 12px !important;
                line-height: 14px;
                color: #504F4F;
                padding-left: 10px;
            }

    .chat-mail .chat-message .message-content .content {
        background: #FFFFFF;
        box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.07);
        border-radius: 0px 10px 10px 10px;
        padding: 10px;
        margin-top: 6px;
    }


    .chat-mail .chat-message .message-content .content {
        background: #FFFFFF;
        box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.07);
        border-radius: 0px 10px 10px 10px;
        padding: 10px;
        margin-top: 6px;
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #191C25;
    }

.chat-mail .chat-message.right-content .message-content .content {
    background: #E1FDF8;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
    border-radius: 10px 10px 0px 10px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    color: #191C25;
}
.chat-mail .header ul li a img {
    object-fit: cover;
}
.chat-mail .header ul li a span {
    line-height: 30px;
    position: relative;
    top: 1px;
}
.chat-mail .chat-input {
    background: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    padding: 10px 10px 10px 20px;
    margin: 10px;
    position: relative;
}
.main-content-chat .chat-input .actions #emojibtn {
    margin: 0 10px;
    position: absolute;
    left: 10px;
}
.chat-mail .chat-message .message-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
}
.main-content-chat.chat-mail .chat-input textarea:focus-visible {
    outline: none;
    box-shadow: inherit !important;
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .chat-send img {
        width: 60px;
        max-width: 100%;
    }

    .chat-mail .chat-input {
        margin: 2px;
    }

    .chat-mail .header ul li a, .chat-mail .header ul li a:hover {
        font-size: 14px;
        padding: 8px 8px !important;
    }
}
@media only screen and (min-width:1400px) and (max-width:1500px) {
    .chat-mail .chat-message .message-content .message-date span {
        font-size: 15px;
    }

    .chat-mail .chat-message .message-content .content {
        font-size: 15px;
    }

    .chat-mail .chat-message.right-content .message-content .content {
        font-size: 15px;
    }

    .main-content-chat.chat-mail .chat-input textarea {
        font-size: 15px;
    }
    .chat-mail .header ul li a, .chat-mail .header ul li a:hover {
        font-size: 15px;
    }
}
@media only screen and (min-width:1024px) and (max-width:1399px) {
    .chat-mail .chat-message .message-content .message-date span {
        font-size: 15px;
    }

    .chat-mail .chat-message .message-content .content {
        font-size: 15px;
    }

    .chat-mail .chat-message.right-content .message-content .content {
        font-size: 15px;
    }

    .main-content-chat.chat-mail .chat-input textarea {
        font-size: 15px;
    }
    .chat-mail .header ul li a, .chat-mail .header ul li a:hover {
        font-size: 15px;
    }
}

@media only screen and (min-width:320px) and (max-width:1023px) {
    .chat-mail .chat-message .message-content .message-date span {
        font-size: 14px;
    }

    .chat-mail .chat-message .message-content .content {
        font-size: 14px;
    }

    .chat-mail .chat-message.right-content .message-content .content {
        font-size: 14px;
    }

    .main-content-chat.chat-mail .chat-input textarea {
        font-size: 14px;
    }
    .chat-mail .header ul li a, .chat-mail .header ul li a:hover {
        font-size: 14px;
    }
}

.chat-message .row-reverse {
    flex-direction: row !important;
    justify-content: flex-end !important;
}

.chat_card .common-chat-lst:first-child, .chat_card .common-chat-lst:nth-child(2), .chat_card .common-chat-lst:nth-child(3) {
    border-top: 1px solid #E0E0E0;
}

    .chat_card .common-chat-lst:first-child .form-group span, .chat_card .common-chat-lst:nth-child(2) .form-group span {
        margin: 0;
        color: #545760 !important;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    .chat_card .common-chat-lst:first-child .form-group p, .chat_card .common-chat-lst:nth-child(2) .form-group p {
        margin: 0;
    }

    .chat_card .common-chat-lst:first-child .form-group, .chat_card .common-chat-lst:nth-child(2) .form-group, .chat_card .common-chat-lst:nth-child(3) .form-group {
        margin: 10px 0;
    }

        .chat_card .common-chat-lst:nth-child(3) .form-group p p:not(:first-child) {
            font-weight: 400;
            font-size: 16px;
            line-height: 27px;
            color: #565656;
        }
        .chat_card .common-chat-lst:nth-child(3) .form-group p p:first-child {
            font-weight: 500;
            font-size: 17px;
            line-height: 20px;
            color: #191C25;
        }


.chat_card header#header_info {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #191C25;
}
.chat-body .list_card_section.chat_card .card-body .row > div {
    width: 100% !important;
}


@media only screen and (min-width: 320px) and (max-width: 991px) {
    .mapInvoice .chat-box-left, .mapInvoice .chat-box-right {
        width: 100% !important;
    }
    .split.hide-right .chat-box-right {
        position: unset !important;
    }

    .split {
        flex-direction: column;
        gap: 14px;
    }
}





.chat-mail .chat-message .message-content {
    border: 0px;
    background: transparent;
    width: fit-content;
    max-width: 70%;
}

div.scroll::-webkit-scrollbar {
    width: 4px;
}
.select2-container .select2-choice {
    display: flex;
    align-items: center;
}


    .select2-container .select2-choice .select2-arrow {
        background: transparent !important;
        align-items: center;
        display: flex;
    }
.select2-container .select2-choice > .select2-chosen {
    color: #4A4A4A !important;
    font-weight: 400;
    font-size: 15px;
}


.services .detele-common-icon {
    margin-top: 0px !important;
}
.services.showthelables .detele-common-icon {
    margin-top: 39px !important;
}
.shipcontacts.showthelables .detele-common-icon {
    margin-top: 8px;
}
.card .card-head .menu-card-styling li a span {
    top: 2.3px;
    position: relative;
}
.dataTables_wrapper .add-row-btn{
    color:#fff !important;
}

@media only screen and (min-width:320px) and (max-width:1024px) {

   .services.showthelables .detele-common-icon {
        margin-top: 0px !important;
    }

}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
    .list_card_section .card-body .row > div.detele-common-icon {
        width: auto;
    }
}


@media only screen and (min-width:320px) and (max-width: 1024px) {
    .showthelables .detele-common-icon {
        margin-top: -12px !important;
    }
    .fda_services .services.showthelables .detele-common-icon {
        margin-top: 0px !important;
    }
}
span.select2 .select2-selection span {
    font-weight: normal !important;
    color: #4A4A4A !important;
}


.charges.showthelables .detele-common-icon {
    margin-top: 8px !important;
}

@media only screen and (min-width:320px) and (max-width: 768px) {
    .charges.showthelables .detele-common-icon {
        margin-top: -38px !important;
    }
}

.fda_services .servicesContainer .detele-common-icon {
    position: absolute;
    right: -57px;
    z-index: 9999;
    top: 40px;
    margin-top: 0px !important;
}

    .fda_services .servicesContainer .detele-common-icon button {
        padding: 0px !important;
        background: transparent;
    }

.fda_services .servicesContainer .services {
    position: relative;
}
@media only screen and (min-width:1025px) and (max-width: 1500px) {
    /*.fda_services .servicesContainer .detele-common-icon {
        position: relative;
        right: -16px;
        z-index: 9999;
        top: 54px;
        margin-top: 0px !important;
    }*/
}
@media only screen and (min-width:320px) and (max-width: 1023px) {
    .fda_services .servicesContainer .detele-common-icon {
        position: absolute;
        right: 25px;
        z-index: 9999;
        top: 19px;
        margin-top: 0px !important;
        float: right;
        text-align: right;
        justify-content: flex-end;
    }
}
@media only screen and (min-width:320px) and (max-width: 768px) {
    /*.fda_services .servicesContainer .detele-common-icon {
       
        top: -43px !important;
    }*/
}
.slider:before{background-color:#fff !important;}

.faqitem .card-head header > .fa {
    margin-right: 10px;
    border: 2px solid #20579B;
    font-size: 18px;
    padding: 3px 5px;
    border-radius: 3px;
}
.faqitem .input-group .input-group-addon {
    background: #F6F6F6 !important;
    color: #A3A3A3;
}

.fda_services .servicesContainer .services {
    padding: 1px 10px !important;
}
.wrap-txt {
    width: 100% !important;
    display: flex;
}

    .wrap-txt .row {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }

@media only screen and (min-width:1025px) and (max-width: 1500px) {

    .servicesContainer .services.dependentContainerBorder .form-group label, .servicesContainer .services.dependentContainerBorder label {
        padding-top: 0px !important
    }
    .list_card_section .card-body .row > div.fda_top_lst {
        width: 100%;
    }
      /*  .list_card_section .card-body .row > div.fda_top_lst div {
            width: 18%;
        }*/
            .list_card_section .card-body .row > div.fda_top_lst div div {
                width: 100%;
            }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
   /* .list_card_section .card-body .row > div.fda_top_lst div {
        width: 29.3% ;
    }*/
}

@media only screen and (min-width:320px) and (max-width:768px) {
    /*.list_card_section .card-body .row > div.fda_top_lst div {
        width: 50% ;
    }*/

    /*.fda_services .servicesContainer .detele-common-icon {
        top: 0;
        position: relative;
        left: 0;
    }*/
}



    .list_card_section .card-body .row > div.fda_top_lst {
        width: 100% !important;
    }

        .list_card_section .card-body .row > div.fda_top_lst div div {
            width: auto !important;
        }
.fda_bottom_lst {
    width: 100% !important;
}

@media only screen and (min-width:320px) and (max-width: 374px) {
    /*.list_card_section .card-body .row > div.fda_top_lst div{
        width:100% !important;
    }*/

        .list_card_section .card-body .row > div.fda_top_lst div.action-icon {
        width: auto !important;
    }
    .fda_services .servicesContainer .detele-common-icon{
        top:0px !important;
    }
}
.fda_share_lst {
    width: 100% !important;
}
@media only screen and (min-width:992px) and (max-width: 1023px) {
    .fda_share_lst .row div div {
        width: 100% !important;
    }
    .fda_share_lst .row div{
        width:25% !important;
    }
}
@media only screen and (min-width:320px) and (max-width: 991px) {
    .fda_share_lst .row div div {
        width: 100% !important;
    }

    .fda_share_lst .row div {
        width: 50% !important;
    }
}

.expenses-table{width:100% !important;}
.fda_bottom_lst .row div {
    width: auto !important;
}

@media only screen and (min-width:769px) and (max-width: 1500px) {

    /*.fda_top_lst .comments_section {
        width: 40% !important;
    }

    .fda_bottom_lst .row .comments_section {
        width: 40% !important;
        max-width: 400px;
    }*/
}

@media only screen and (min-width:320px) and (max-width: 768px) {

    .fda_top_lst .comments_section {
        width: 50% !important;
    }
    .fda_bottom_lst .row .comments_section {
        width: 50% !important;
        max-width: 400px;
    }
}
.fda_share_lst .card-sharing-inner .services {
    border: 0px;
}

.fda_share_lst .card-sharing-inner {
    border: 0px !important;
    box-shadow: inherit !important;
    border-top: 0.5px solid #f9eded !important;
    margin-top: 20px;
}


.fda_bottom_lst .row .comments_section {
    width: 40% !important;
    max-width: 400px;
}

.uploaded-file-browse .input-file {
    padding: 5px 0px;
}

@media only screen and (min-width:470px) and (max-width: 768px) {
    .fda_bottom_lst .row .comments_section {
        width: 60% !important;
        max-width: 400px;
    }
    .list_card_section .card-body .row > div.fda_top_lst .input-stack-horizontal {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}
@media only screen and (min-width:320px) and (max-width: 469px) {
    .servicesContainer .services.dependentContainerBorder .form-group label, .servicesContainer .services.dependentContainerBorder label {
        font-size: 14px;
    }
    .list_card_section .card-body .row > div.fda_top_lst div {
        padding: 0px 3px !important;
    }
    .list_card_section .card-body .row > div.fda_top_lst .input-stack-horizontal {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .list_card_section .card-body .row > div.fda_bottom_lst div {
        flex-direction: column;
    }
    .fda_bottom_lst .row .comments_section {
        width: 100% !important;
        max-width: 400px;
    }
}


.addonservices_craftmyapp_container .input-stack-horizontal {
    padding: 10px 20px 20px 10px;
    justify-content: flex-start;
    width: 100% !important;
}
@media only screen and (min-width:768px) and (max-width: 1024px) {
    .addonservices_craftmyapp_container {
        width: 50%;
    }
}
span.notification_topbar {
    display: none;
}
.page-header-menu-section .header-nav {
   
    display: flex;
    justify-content: flex-end;
}
.fda_sr .list_card_section .card-head header img {
    padding-right: 10px;
}

.fda_sr .auto_cls_verifiedstatus {
    color: #069f87 !important;
}

.fda_sr .list_card_section .card-head {
    background: transparent !important;
}



.fda_sr .chat-tab-header ul.nav-tabs {
    overflow-y: hidden;
}
    .fda_sr .chat-tab-header ul.nav-tabs::-webkit-scrollbar {
        width: 3px;
    }

    .mapInvoice .chat-tab-header ul.nav-tabs {
        overflow-y: hidden;
    }
        .mapInvoice .chat-tab-header ul.nav-tabs::-webkit-scrollbar {
            width: 3px;
        }
.services .action-icon {
    padding-left: 40px;
    padding-top: 0px;
    z-index: 9;
    width: 18px !important;
    padding-right: 33px;
}
.services .action_buttons.arrow-btn {
    position: absolute;
    left: 5px;
    top: 2px;
    width: 18px !important;
    z-index: 99;
}

.fda_services .fda_bottom_lst {
    width: 95% !important;
    padding-left: 70px !important;
}
.fda_bottom_lst {
    width: 95% !important;
    padding-left: 70px !important;
}



@media only screen and (min-width: 320px) and (max-width: 375px) {
    .list_card_section .card-body .row > div {
        width: 100% !important;
    }
}
@media only screen and (min-width: 1366px) and (max-width: 1500px) {
    .fda_services .servicesContainer .detele-common-icon{
        right:-52px;
        top:34px;
    }
    .list_card_section .card-body .row > div.fda_top_lst > div {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .list_card_section .card-body .row > div.fda_top_lst .activity_craftmyapp_container {
        padding-left: 24px !important;
    }
    .list_card_section .card-body .row > div.fda_top_lst div.arrow-btn {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .list_card_section .card-body .row > div.fda_top_lst div.action-icon {
        padding-left: 34px !important;
        padding-right: 18px !important;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1365px) {
    .fda_services .servicesContainer .detele-common-icon {
        right: -46px;
        top: 37px;
    }

    .list_card_section .card-body .row > div.fda_top_lst > div {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .list_card_section .card-body .row > div.fda_top_lst .activity_craftmyapp_container {
        padding-left: 24px !important;
    }

    .list_card_section .card-body .row > div.fda_top_lst div.arrow-btn {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .list_card_section .card-body .row > div.fda_top_lst div.action-icon {
        padding-left: 34px !important;
        padding-right: 18px !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .list_card_section .card-body .row > div.fda_top_lst {
        width: 100% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
    .list_card_section .card-body .row > div.fda_top_lst .activity_craftmyapp_container {
       /* padding-left: 0px !important;*/
    }

    .fda_services .fda_bottom_lst {
        width: 95% !important;
        padding-left: 18px !important;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .fda_services .servicesContainer .detele-common-icon {
        right: -40px;
        top: 35px;
    }
    .fda_services .services.showthelables .detele-common-icon {
        margin-top: 6px !important;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .fda_services .servicesContainer .detele-common-icon {
        top: 35px;
        right: -40px;
    }
}
.fda_bottom_lst .supplementinvoice_craftmyapp_container {
    margin-left: 0px !important;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
    .services .action_buttons.arrow-btn {
        position: relative;
        left: 0;
        top: 0;
        width: 18px !important;
        z-index: 99;
    }

    .services .action-icon {
        padding-left: 10px;
        padding-top: 0px;
        z-index: 9;
        width: auto !important;
        padding-right: 33px;
        position: relative;
        max-width: 100%;
    }

        .services .action-icon div.input-stack-horizontal {
            display: flex;
            flex-direction: row;
            align-items: center;
            align-self: center;
            justify-content: center;
            margin-top: 15px;
        }
}

.card-head-sharing header{
    padding:11px 0px 0px 0px !important;
}

.form-control-success {
    color: #069F87 !important;
    font-weight: 500 !important;
}
.fda_services.common_services .servicesContainer .detele-common-icon {
    top: 36px;
    right: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
   

    .fda_services.common_services .servicesContainer .showthelables .detele-common-icon {
        margin-top: 44px !important;
    }


    .fda_services.common_services .servicesContainer .detele-common-icon {
        top: -26px;
        right: 29px;
    }
}



/*login*/
.login-account .card {
    max-width: 100% !important;
}
.login-account .style-transparent {
    max-width: 100%;
}

section.section-account.login-account {
    padding: 0;
    margin: 0;
}

    section.section-account.login-account .row {
        margin: 0;
        /*min-height: 100vh;*/
        align-items: stretch;
        flex-wrap: nowrap;
    }
.card-left .login .alert {
    margin-top: 23px;
}

.login-account .card-left.card-login-pg {
    width: 768px;
    border: unset;
    border-radius: unset;
    box-shadow: unset;
    height: 100%;
    margin: auto;
}

.login-account .login-card {
    margin: unset;
    border-radius: unset;
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 500px !important;
    margin: auto;
    width:100% !important;
}

.login-account .input-group {
    display: block;
    float: left;
    width: 100%;
}

.login-account .pwd-frt {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
}

.login-account .card-head {
    margin: auto;
    width: 200px;
    max-width:100%;
    height: auto;
}

    .login-account .card-head img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

.login-account .form-group label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #5D5C5F;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.login-account .btn.cma_secondary_button {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #04927B !important;
    background: transparent;
    border: unset;
    padding: 0;
    text-transform: capitalize;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}


.login-account .input-group input {
    background: #FFFFFF !important;
    border: 1px solid #D5D5DE;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.11);
    border-radius: 5px !important;
}

.login-account .form-group {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

.login-account button#btnSubmit {
    background: #04927B;
    box-shadow: 0px 10px 24px rgba(73, 117, 227, 0.1);
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    border: unset;
    color: #FFFFFF;
    width: 100%;
    margin-top: 35px;
    height: 50px;
    min-width: 100% !important;
    /*font-family: inherit !important;*/
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

@media only screen and (min-width:320px) and (max-width:1366px)
{
    #content .login-account .text-center.login-txt label {
        font-size: 25px !important;
    }

}



section.section-account.login-account .card-body {
    padding: 0;
}


.login-account .text-center.login-txt label {
    font-style: normal;
    font-weight: 800;
    font-size: 30px !important;
    line-height: 35px;
    text-transform: uppercase !important;
    color: #191C25 !important;
}

.login-account .text-center.login-txt p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5D5C5F;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.login-account .text-center.login-txt {
    margin: 35px 0;
}
.login-account .card-right.card-login-bg {
 /*   background: url(../images/login_bg.png);*/
    width: calc( 100% - 700px );
    height:100vh;
}


@media only screen and (min-width:1024px)and (max-width:1366px) {
    .login-account .card-right.card-login-bg {
        background: url(../images/login_bg.png);
        width: calc( 100% - 500px );
    }

    #content .login-account .login-card {
        max-width: 460px !important;
    }
}

@media only screen and (min-width:320px)and (max-width:1023px) {
    .login-account .card-right.card-login-bg {
        
        display: none;
    }
    .login-account .card-left.card-login-pg{padding:0px 10px !important;}
}

/*login slider*/
.card-login-bg .slick-prev:before, .card-login-bg .slick-next:before {
    color: #000;
}

.card-login-bg .recomm_card_header {
    position: absolute;
    top: 33px;
}

.card-login-bg p.recomm_card_header_item {
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 41px;
    text-align: center;
    color: #2F3B39;
    display: block;
    width: 86%;
    margin: 0 auto;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.card-login-bg .recomm_card_img img {
    display: block;
    padding: 10px;
    border-radius: 25px;
    object-fit: contain;
    width:100%;
}

    .card-login-bg p.recomm_card_header_item span {
        color: #04927B;
    }

.card-login-bg ul.slick-dots {
    top: 200px;
}

.card-login-bg .slick-prev, .card-login-bg .slick-next {
    top: 250px;
    z-index: 999;
    justify-content: center;
    display: flex;
    align-items: center;
}

.card-login-bg .slick-prev {
    left: 47%;
}

.card-login-bg .slick-next {
    right: 47%;
}

.card-login-bg .recomm_card {
    position: relative;
}
/*appointment*/
.list_card_section .appointment_service div.fda_top_lst .activity_craftmyapp_container {
    padding-left: 50px !important;
}

.fda_services.appointment_service .fda_bottom_lst {
    width: 95% !important;
    padding-left: 43px !important;
}

.fda_services.appointment_service .servicesContainer .detele-common-icon {
    right: -2px !important;
}

@media only screen and (min-width:1025px)and (max-width:1500px) {
    .appointment_service .fda_bottom_lst .row .comments_section {
        width: 31% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .fda_services .appointment_service .services.showthelables .detele-common-icon {
        margin-top: -28px !important;
    }
}

@media only screen and (min-width:1024px)and (max-width:1170px) {
    .appointment_service .fda_bottom_lst .row .comments_section {
        width: 27% !important;
    }
    .servicesContainer .services.dependentContainerBorder .form-group label, .servicesContainer .services.dependentContainerBorder label{
        font-size:15px !important;
    }
}

@media only screen and (min-width:769px)and (max-width:1023px) {
    .fda_services.appointment_service .servicesContainer .detele-common-icon {
        right: 20px !important;
    }
}


@media only screen and (min-width:320px)and (max-width:768px) {
    .fda_services.appointment_service .servicesContainer .detele-common-icon {
        position: relative;
        left: 0;
        position: absolute;
        right: 19px;
        z-index: 9999;
        top: 32px !important;
        margin-top: 0px !important;
        float: right;
        text-align: right;
        justify-content: flex-end;
    }
}
.faqitem .card-head.header {
    background: #fff !important;
}
.table tfoot td.text-right {
   
    padding:10px 13px;
}

@media only screen and (min-width:320px)and (max-width:1600px) {
    .servicesContainer .services.dependentContainerBorder .form-group label, .servicesContainer .services.dependentContainerBorder label {
        font-size: 13px !important;
    }
    .servicesContainer .services.dependentContainerBorder .form-group label span, .servicesContainer .services.dependentContainerBorder label span {
        font-size: 13px !important;
        line-height:13px;
    }
}
@media only screen and (min-width:320px)and (max-width:1200px) {
    .automaton_card > div {
        width: 100%;
    }
}
@media only screen and (min-width:320px)and (max-width:640px) {
    .automaton_card > div {
        width: 100%;
    }
    .automaton_card .image-card .float-left {
        width: 100% !important;
    }
}

.main-content-chat .chat-input .emoticon-container a img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.main-content-chat .chat-input .emoticon-container {
    width: 100%;
    background: white;
    height: fit-content;
    border: unset;
    position: absolute;
    right: 0;
    bottom: 100%;
    padding: 5px 7px;
    line-height: 20px;
    border-radius: 20px 20px 0 0;
}

.project-card-content .request-info .date-content {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #363840;
}
.project-card-content .request-info .date-content {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363840;
}
label.sailed_clr {
    color: #039F7A !important;
}
label.berthed_clr {
    color: #203374 !important;
}
label.arrived_clr {
    color: #E27E15 !important;
}
.project-card-content .request-info .date-content label {
    min-width: 63px;
    max-width: 100%;
}

.login-account .card-left.card-login-pg .input-group-addon {
    display: none;
}
.login-account button[type="submit"], .login-account button[type="submit"]:hover {
    background: #04927B !important;
    box-shadow: 0px 10px 24px rgba(73, 117, 227, 0.1);
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    border: unset;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    min-width: 100% !important;
    font-family: inherit !important;
}

.swal2-confirm, .swal2-confirm:hover {
    background: #fd6200 !important;
    border-radius: 30px !important;
}
.swal2-cancel, .swal2-cancel:hover {
    background: #b0aaaa !important;
    border-radius: 30px !important;
}



.common_services .showthelables .fda_top_lst .detele-common-icon {
    top: 37px !important;
}
@media only screen and (min-width:1024px) and (max-width:1024px) {
    .common_services .showthelables .fda_top_lst .detele-common-icon {
        top: 34px !important;
    }
}
@media only screen and (min-width:320px) and (max-width:1023px) {
    .common_services .showthelables .fda_top_lst .detele-common-icon {
        top: 0px !important;
    }
    .fda_services.common_services .showthelables .fda_top_lst .detele-common-icon {
        top: -15px !important;
        margin-top: 16px !important;
        position: absolute;
        right: 23px;
    }
    .fda_services.common_services .fda_top_lst .detele-common-icon {
        position: absolute;
        right: 18px;
        top: 0px !important;
    }
}

.preview_mail .preview-zone .box-body table tbody {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}
.preview_mail .preview-zone .box-body table tbody tr td {
    display: flex;
    border: 1px solid #E0E0E0;
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.14));
    border-radius: 5px;
    max-width: 100%;
    align-items: flex-start;
    padding: 6px 10px;
    margin: 11px 11px;
    justify-content: center;
    align-items: center;
}
.pie_chart {
    width: 60% !important;
}
.pie_chart-content {
    width: 40% !important;
}

/*voucher page*/
.list_card_section.mapped_section.voucher_section .card-body .display-section div {
    width: 25% !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding:0px 3px;
}
    .list_card_section.mapped_section.voucher_section .card-body .display-section div div {
        width: 100% !important;
    }
.list_card_section.mapped_section.voucher_section .card-body .display-section {
    width: 100% !important;
}

    .list_card_section.mapped_section.voucher_section .card-body .display-section div div {
        width: 100%;
    }
.list_card_section.mapped_section.voucher_section .card-body .row > div {
    width: 100%;
    padding-bottom:0px !important
}

.split.mapInvoice.hide-right .list_card_section.mapped_section.voucher_section .card-body .display-section div {
    width: 13.5%;
}

    .split.mapInvoice.hide-right .list_card_section.mapped_section.voucher_section .card-body .display-section div div {
        width: 100%;
    }
.split > .split-right .toggle_activity {
    left: -14px !important;
    top: -1px !important;
    height: 100% !important;
}

.split > .split-left .toggle_invoice {
    right: -15px !important;
    top: -1px !important;
    height: 100% !important;
}
    .split > .split-left .toggle_invoice img {
        position: relative;
        right: 8px;
    }

    .split > .split-left .toggle_invoice img {
        position: relative;
        right: 10px;
    }



@media only screen and (min-width:992px) and (max-width:1280px){
.list_card_section.mapped_section.voucher_section .card-body .display-section div {
    width: 50% !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .list_card_section.mapped_section.voucher_section .card-body .display-section div {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
}

.split > .split-right .toggle_activity img {
    top: -7px;
    position: relative;
}
.split > .split-left .toggle_invoice img {
    position: relative;
    right: 10px;
    top: -7px;
}
.split.mapInvoice .gutter {
    width: 2px !important;
}

.project-card-content .request-info .date-content.pull-right {
    padding: 7px 3px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2px;
    margin-top: 2px;
    color: #203374 !important;
    font-weight: 500 !important;
}

.swal2-icon.swal2-warning {
    border-color: #203374 !important;
    color: #069F87 !important;
}

body .swal2-cancel, body .swal2-cancel:hover {
    background: #203374 !important;
}

body .swal2-confirm, body .swal2-confirm:hover {
    background: #069F87 !important;
}
.servicesContainer .services.dependentContainerBorder .unitcost_craftmyapp_container .form-group input {
    padding: 15px 5px !important;
    font-size: 14px !important;
}


.servicesContainer .services.dependentContainerBorder .sharedmainamount_craftmyapp_container .form-group input {
    padding: 15px 5px !important;
    font-size: 14px !important;
}

@media only screen and (min-width:1501px) and (max-width:1599px) {
    .list_card_section .card-body .row > div.fda_top_lst .unitcost_craftmyapp_container, .list_card_section .card-body .row > div.fda_top_lst .sharedmainamount_craftmyapp_container {
        width: 11%;
    }

    .list_card_section .card-body .row > div.fda_top_lst .activity_craftmyapp_container {
        width: 12%;
    }
    
    .list_card_section .card-body .common_services .row > div.fda_top_lst .activity_craftmyapp_container {
        width: 22%;
    }
}


@media only screen and (min-width:1366px) and (max-width:1500px) {
    .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activity_craftmyapp_container {
        width: 22% !important;
    }
    .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activity_craftmyapp_container {
        padding-left: 35px !important;
    }
    .fda_services.appointment_service .servicesContainer .detele-common-icon {
        right: 11px !important;
        width: auto;
    }
    .list_card_section .card-body .row > div.fda_top_lst .unitcost_craftmyapp_container, .list_card_section .card-body .row > div.fda_top_lst .sharedmainamount_craftmyapp_container {
        width: 11%;
    }

    .list_card_section .card-body .row > div.fda_top_lst .activity_craftmyapp_container {
        width: 12%;
    }
    .list_card_section .card-body .common_services .row > div.fda_top_lst .activity_craftmyapp_container {
        width: 22%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1365px) {
    .list_card_section .card-body .row > div.fda_top_lst .unitcost_craftmyapp_container, .list_card_section .card-body .row > div.fda_top_lst .sharedmainamount_craftmyapp_container {
        width: 14%;
    }

    .list_card_section .card-body .row > div.fda_top_lst .activity_craftmyapp_container {
        width: 15%;
        padding-left: 18px !important;
    }

    .list_card_section .card-body .row > div.fda_top_lst .activity_craftmyapp_container {
        width: 15%;
        padding-left: 18px !important;
    }
    .list_card_section .card-body .row > div.fda_top_lst .comments_section {
        width: 15%;
    }

    .list_card_section .card-body .common_services .row > div.fda_top_lst .activity_craftmyapp_container {
        width: 20%;
    }
    .appointment_service .fda_top_lst .activity_craftmyapp_container {
        width: 19% !important;
    }
    .list_card_section .card-body .appointment_service .row > div.fda_top_lst .arrow-btn {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}

span.mang_tsk {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nano > .nano-content {
    height: 100vh !important;
}


.swal2-buttonswrapper {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: center;
}

.login-account .back_btn_login a {
    border: 1px solid #04927B !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #04927B !important;
    background: transparent;
    padding: 10px !important;
    text-transform: capitalize;
    width: 100%;
}


.acc_rgt {
    float: right;
    margin-right: 10px;
}
.uploaded_files table tbody tr td.cont_lst a {
    width: 12vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    max-width: 100%;
}
tr.blue {
    background: #e0dcf5;
    border-left: 5px solid #444ca5;
}

td.bluetd {
    color: #444ca5 !important;
    font-weight: bold !important;
}

@media only screen and (min-device-width: 768px){
    .automaton_card .image-card {
        min-height: 100%;
    }
}

.request_metric .tab-card .card-head ul li.active a {
    background: #069F87;
    color: #fff;
}
.request_metric .tab-card .card-head ul::after {
    background: #069F87;
}

.voucher_section .dependentContainerBorder_even {
    background: #FAFAFA !important;
}
.voucher_section .expand_hundred_toggle {
    padding-bottom: 0px;
}

.voucher_section #detailsContainer label {
    margin-bottom: 6px !important;
}

.split.mapInvoice .voucher_section .display-section > div {
    margin-bottom: 10px !important;
}


.list_card_section.mapped_section .card-body .row.display-section > div {
    padding: 0px 4px !important;
    margin-bottom: 9px;
}
.list_card_section.mapped_section .card-body .row > div {
    padding-bottom: 0px;
}

@media only screen and (min-width:1366px) and (max-width:1500px) {
    .list_card_section .card-body .common_services  .row > div.fda_top_lst .activity_craftmyapp_container {
        width: 22%;
    }
}

.back_btn_login i.fa.fa-arrow-left {
    display: none;
}

.back_btn_login .btn:active {
    background-color: transparent !important;
}
body .help-block-orange {
    background: #04927B;
    margin-bottom: 10px;
}
body .userpassword_craftmyapp_container a.help-block-orange {
    background: #04927B;
}
.gui-controls > li > a.active::before {
    left: 4px !important;
    background: rgba(255,255,255,0.7) !important;
}

.nano .gui-controls li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: 100%;
}
  .nano .gui-controls li a img {
        padding-bottom: 5px;
    }

    .nano .gui-controls li a span {
        color: #fff !important;
    }

.nano .gui-controls li > a.active:hover, .nano .gui-controls li > a.active:hover .title {
    color: #fff !important;
}
.vendor-list-col div.scroll {
    height: 300px;
}
.vendor-list-col .tlt{
    margin-bottom:4px;
}

.gui-controls > li > a.active > .title {
    padding-left: 0px !important;
}
.gui-controls > li > a.active img {
    background: #04927B;
    padding: 10px;
    border-radius: 5px;
    margin-bottom:5px;
}
.gui-controls > li > a.active::before {
    background: transparent !important;
}

.uploaded_files button {
    color: #203374 !important;
}
.uploaded_files .modal-title span {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    color: #203374 !important;
}
.totalcost_craftmyapp_container input.form-control {
    padding-left: 10px !important;
}
.totalcost_craftmyapp_container .input-group.prefix input.form-control {
    padding-left: 10px !important;
    border-color: #b2b2b2 !important;
}

@media only screen and (min-device-width: 768px) {
    .chart-legend {
        height: 100% !important;
    }
}

.request_metric .tab-card .nav-tabs::after {
    height: 2px;
    top: 39px;
}

.request_metric .tab-card .fa:before {
    font-size: 20px;
    position: relative;
    top: 5px;
}

.gui-controls > li > a.active {
    border-top: 3px solid #04927B !important;
    border-bottom: 3px solid #04927B !important;
    border-radius: 0px;
}


/*Added Vendor Invoice*/
.invoice_left {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}

    .invoice_left .dataTables_wrapper {
        height: 100%;
    }

.invoice_rgt .card.approve_container {
    padding: 12px 20px;
}

.maker_checker_card.invoice_checker_card {
    padding: 20px !important;
}

.card-block.card-center-alg {
    width: 100%;
    padding: 4px 17px;
}
/*Added Vendor Invoice*/
html, body {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.empty_status {
    display: none;
}


/*chat*/
.message_detail {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

    .message_detail .user_main {
        display: flex;
        flex-direction: row;
    }

        .message_detail .user_main .user_profile {
            background: rgb(0 187 188 / 30%);
            width: 50px;
            height: 50px;
            border-radius: 50pc;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            font-family: 'Plus Jakarta Sans';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            color: #138283;
        }

        .message_detail .user_main .user_txt {
            display: flex;
            flex-direction: column;
            align-self: flex-start;
            margin-top: 6px;
        }

            .message_detail .user_main .user_txt span {
                font-family: 'Plus Jakarta Sans';
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
                color: #212121 !important;
                margin-bottom: 4px;
            }

           
            .message_detail .user_main .user_txt p {
                font-family: 'Plus Jakarta Sans';
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 18px;
                color: #6C6C6C !important;
                margin-bottom: 0px !important;
                width: 170px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }


.user_time_msg {
    display: flex;
    align-self: flex-start;
    flex-direction: column;
    margin-top: 6px;
}

    .user_time_msg span {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        text-align: right;
        color: #212121;
    }


.chat-body-left table.dataTable tbody tr.even td {
    background: #fff !important;
    padding-top: 15px;
    padding-bottom:15px;
}


.chat-body-left table#tblChatSummary tbody tr.selected .user_profile {
    background: rgb(100 111 212 / 10%);
    color: #2E3680;
}
.chat-body-left table.dataTable tbody tr td {
    border-bottom: 1px solid rgb(126 142 141 / 10%);
}
    .chat-body-left table.dataTable tbody tr.blues td .user_profile {
        background: rgb(100 111 212 / 10%);
        color: #2E3680;
    }

.chat-body-left table#tblChatSummary tbody tr.selected > td {
    background: #F0F1F9;
    border: 1px solid #F4F5F8;
    border-radius: 0px;
}

.chat-body-left table.dataTable tbody tr.dark-blue td .user_profile {
    background: rgb(49 64 77 / 10%);
    color: #25435C;
}

.chat-body-left table.dataTable tbody tr.orange td .user_profile {
    background: rgb(221 135 56 / 10%);
    color: #A66427;
}


.user_time_msg label span {
    background: #04927B !important;
    font-family: 'Mont';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF !important;
    margin-top: 4px;
}


.chat-mail .header .nav-tabs {
    width: 100%;
    
    display: flex !important;
    justify-content: flex-end;
}

.chat_title h2 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #191C25;
    margin-top: 5px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 14px;
    margin-bottom: 22px;
}
.chat-mail .header .vessel-title {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 0px !important;
}

    .chat-mail .header .vessel-title .user_profile {
        background: rgb(100 111 212 / 10%);
        width: 50px;
        height: 50px;
        border-radius: 50px !important;
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #2E3680;
        display: flex;
        margin-right: 10px;
        align-items: center;
        justify-content: center;
    }

    .chat-mail .header .vessel-title .user_txt {
        float: left;
    }

        .chat-mail .header .vessel-title .user_txt span {
            font-family: 'Plus Jakarta Sans';
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            line-height: 23px;
            color: #191C25;
            margin-left: 3px;
            align-items: center;
            display: flex;
            align-self: center;
        }



.chat-box-left.split-left .table-responsive {
    height: 100vh;
}

.chat-box-right.split-right .app {
    height: 100vh;
}

.chat_card .common-chat-lst p img {
    margin-right: 6px;
}

.mailcontent-wrap {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (min-width:1600px) and (max-width:1740px) {
    .uploaded_files table tbody tr td.cont_lst a {
        width: 170px !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1599px) {
    .uploaded_files table tbody tr td.cont_lst a {
        width: 160px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:1023px) {
   
    .fdadate_craftmyapp_container, .clientpo_craftmyapp_container, .billto_craftmyapp_container, .billto_craftmyapp_container, .bankinfo_craftmyapp_container{
        width:100% !important;
    }
        .uploaded_files{max-width:285px;}
        .uploaded_files table tbody tr td.cont_lst a{width:113px !important;}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .page-header-box h1{/*width:35%;*/}
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .chat-box-left.split-left .table-responsive {
        height: 100% !important;
    }
    .chat-box-right.split-right .app {
        height: 100% !important;
    }
    .div_filter{width:100% !important;}
}

@media only screen and (max-width: 600px) {
    .automatonShowFilter {
        margin-bottom: -4px !important;
    }
}

/*chat room*/
div#new-chat-room-modal .modal-footer .btn-primary {
    background: #04927b !important;
    border: 1px solid #04927b !important;
    font-family: 'Plus Jakarta Sans';
}

div#new-chat-room-modal .modal-body select {
    font-family: 'Plus Jakarta Sans' !important;
}

div#new-chat-room-modal .modal-title {
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
div#new-chat-room-modal .modal-footer .btn-secondary, div#new-chat-room-modal .modal-footer .btn-secondary:hover {
    background: #243949 !important;
    color: #fff !important;
    font-family: 'Plus Jakarta Sans';
}


/*subscribe*/

div#subscribe-to-push-modal .modal-footer .btn-primary {
    background: #04927b !important;
    border: 1px solid #04927b !important;
    font-family: 'Plus Jakarta Sans';
}

div#subscribe-to-push-modal .modal-footer .modal-btn-secondary, div#subscribe-to-push-modal .modal-footer .modal-btn-secondary:hover {
    background: #243949 !important;
    color: #fff !important;
    font-family: 'Plus Jakarta Sans';
}

div#subscribe-to-push-modal .modal-body {
    font-family: 'Plus Jakarta Sans' !important;
}


div#subscribe-to-push-modal .modal-title {
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    line-height: 20px;
}

@media only screen and (min-width:320px) and (max-width:1023px) {
    .services .action_buttons.arrow-btn {
        display: none;
    }

    .fda_top_lst .quantity_craftmyapp_container, .fda_top_lst .unit_craftmyapp_container {
        width: 50%;
    }

    .fda_top_lst .unitcost_craftmyapp_container, .fda_top_lst .sharedmainamount_craftmyapp_container {
        width: 50%;
    }
    .fda_top_lst .amount_craftmyapp_container {
        width: 50%;
    }

    .fda_top_lst .comments_section {
        width: 100% !important;
    }

    .fda_services .fda_bottom_lst {
        padding-left: 0px !important;
    }
    .fda_services.appointment_service .fda_top_lst .detele-common-icon {
        margin-top: -19px !important;
    }

        .fda_services.appointment_service .fda_top_lst .detele-common-icon button {
            padding: 3px 18px !important;
            border: 0px;
        }

        .fda_services .fda_bottom_lst .comments_section {
            padding-left: 0px;
        }
    .card-head header{font-size:17px;}
}

@media (max-width: 768px) {
    #btnSubmit {
        width: 14ch;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


.card-head header img {
    margin-right: 6px;
}

.project-card-header .card-header-title-time .date-content img {
    height: 18px !important;
    width: 18px !important;
    object-fit: contain;
    margin-right: 3px;
    margin-top: -3px;
}
.card-email .avg-session h4 a img {
    margin-right: 6px;
    width: 18px;
    height: 18px !important;
}


@media only screen and (min-width:375px) and (max-width:767px) {
    .fda_services .servicesContainer .detele-common-icon {
        top: 18px;
        right: 12px;
    }
}
@media only screen and (min-width:320px) and (max-width:374px) {
    .fda_services .servicesContainer .detele-common-icon {
        top: 18px !important;
        right: 12px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:1023px) {
    .services .action-icon button {
        padding: 0px 2px 0px 0px !important;
    }
/*
    .fda_services.common_services .fda_top_lst .activity_craftmyapp_container {
        margin-top: 21px;
    }*/

    .fda_services.common_services .showthelables .fda_top_lst .activity_craftmyapp_container {
        margin-top: 0px !important;
    }
   
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    .list_card_section .appointment_service div.fda_top_lst .activity_craftmyapp_container {
        padding-left: 0px !important;
    }
}
@media only screen and (min-width:320px) and (max-width:767px) {
    .list_card_section .appointment_service div.fda_top_lst .activity_craftmyapp_container {
        padding-left: 11px !important;
    }
}

    .fda_services.appointment_service .fda_top_lst .activitystatus_craftmyapp_container > div {
        margin-right: 0px !important;
    }

    @media only screen and (min-width:320px) and (max-width:1499px) {
        .services .action_buttons .input-stack-horizontal {
            margin-top: 7px;
        }
        .appointment_service .services .action_buttons .input-stack-horizontal {
            margin-top: 0px !important;
        }
    }

@media only screen and (min-width:1366px) and (max-width:1500px) {
    .appointment_service .list_card_section .card-body .row > div.fda_top_lst .amount_craftmyapp_container {
        width: 11%;
    }

    .appointment_service .list_card_section .card-body .row > div.fda_top_lst .activitystatus_craftmyapp_container {
        width: 11% !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1365px) {
    .appointment_service .list_card_section .card-body .row > div.fda_top_lst .amount_craftmyapp_container {
        width: 11%;
    }

    .appointment_service .list_card_section .card-body .row > div.fda_top_lst .activitystatus_craftmyapp_container {
        width: 11% !important;
    }
    .fda_services.appointment_service .servicesContainer .detele-common-icon {
        right: -30px !important;
    }
}
@media only screen and (min-width:1024px) and (max-width:1024px) {
    .fda_services .appointment_service .services.showthelables .detele-common-icon{margin-top:5px !important}
}

    .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activity_craftmyapp_container {
        padding-left: 35px !important;
    }

    .fda_services.appointment_service .servicesContainer .detele-common-icon {
        right: 11px !important;
        width: auto;
    }

    @media only screen and (min-width:1501px) and (max-width:1599px) {
        .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activity_craftmyapp_container {
            width: 27% !important;
        }

        .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activitystatus_craftmyapp_container {
            width: 11%;
        }
    }

    @media only screen and (min-width:1600px) and (max-width:1610px) {
        .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activity_craftmyapp_container {
            width: 30% !important;
        }

        .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activitystatus_craftmyapp_container {
            width: 11%;
        }
    }

    .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activity_craftmyapp_container {
        width: 30%;
    }

    .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activitystatus_craftmyapp_container {
        width: 9%;
    }



    button.button-common, button.button-common:hover {
        color: #04927B !important;
    }



    @media only screen and (min-width:320px) and (max-width:1023px) {
        .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activity_craftmyapp_container {
            padding-left: 0px !important;
        }

        .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activity_craftmyapp_container {
            width: 100%;
        }

        .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activitystatus_craftmyapp_container {
            width: 100%;
        }

        .services div {
            padding: 1px !important;
        }

        .servicesContainer .services.dependentContainerBorder .form-group label, .servicesContainer .services.dependentContainerBorder label {
            padding-top: 3px !important;
        }
        .list_card_section .form-group label{
            margin-bottom:3px !important;
        }
    }


    @media only screen and (min-width:320px) and (max-width:768px) {
        .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activity_craftmyapp_container {
            padding-left: 0px !important;
        }
    }

@media only screen and (min-width:320px) and (max-width:768px) {

    .fda_services.appointment_service .showthelables .fda_top_lst .detele-common-icon {
        margin-top: -30px !important;
    }

    .fda_services.appointment_service .fda_top_lst .detele-common-icon {
        margin-top: -30px !important;
    }
}


@media only screen and (min-width:769px) and (max-width:1023px) {
    .fda_services.appointment_service .showthelables .fda_top_lst .detele-common-icon {
        margin-top: -19px !important;
    }

    .fda_services.appointment_service .fda_top_lst .detele-common-icon {
        margin-top: -19px !important;
    }
}

    .list_card_section input[readonly] {
        color: #4A4A4A;
        font-weight: normal;
    }

    .list_card_section .form-control-success {
        color: #4a4a4a !important;
        font-weight: normal !important;
    }

header#header {
    z-index: 99999;
}


.form-control-success {
    color: #4A4A4A !important;
    font-weight: normal !important;
}

input[readonly] {
    color: #4A4A4A;
    font-weight: normal;
}


.servicesContainer .services.dependentContainerBorder .form-group select, .servicesContainer .services.dependentContainerBorder select {
    font-size:15px;
}

.servicesContainer .services.dependentContainerBorder .form-group input, .servicesContainer .services.dependentContainerBorder input {
    font-size: 15px;
}

.servicesContainer .services.dependentContainerBorder .form-group textarea, .servicesContainer .services.dependentContainerBorder textarea {
    font-size: 15px;
}
@media only screen and (min-width:320px)and (max-width:1600px) {
    .servicesContainer .services.dependentContainerBorder .form-group select, .servicesContainer .services.dependentContainerBorder select {
        font-size: 14px !important;
    }

    .servicesContainer .services.dependentContainerBorder .form-group input, .servicesContainer .services.dependentContainerBorder input {
        font-size: 14px !important;
    }

    .servicesContainer .services.dependentContainerBorder .form-group textarea, .servicesContainer .services.dependentContainerBorder textarea {
        font-size: 14px !important;
    }
}

.sent_mails {
    padding: 13px 0px;
}

    .sent_mails a {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #04927B;
        border-bottom: 2px solid #04927B;
        padding: 13px 0px;
    }

        .sent_mails a img {
            margin-right: 7px;
        }

.mail-enquiry img {
    margin-right: 5px;
}
.login-account .input-group i {
    position: absolute;
    top: 14px;
   cursor: pointer;
    z-index: 9;
   color: #000;
     margin-left: -30px;
}


.list_card_section.mapped_section .card-body .row.display-section .delete-icon button {
    background: transparent;
    border: 0px;
    margin-top: 26px !important;
}


@media only screen and (min-width:768px) and (max-width: 1023px) {
    .fda_services.common_services .services .fda_top_lst div {
        width: 23% !important;
    }
        .fda_services.common_services .services .fda_top_lst div.activity_craftmyapp_container {
            width: 37% !important;
        }
        .fda_services.common_services .services .fda_top_lst div.groupname_craftmyapp_container {
            width: 32% !important;
        }
        .fda_services.common_services .services .fda_top_lst div.quantity_craftmyapp_container, .fda_services.common_services .services .fda_top_lst div.unit_craftmyapp_container {
            width: 17% !important;
        }
        .fda_services.common_services .services .fda_top_lst div.inputtemplate_craftmyapp_container {
            width: 71% !important;
        }
    .fda_services.common_services .showthelables .fda_top_lst .detele-common-icon {
        margin-top: 16px !important;
        right: 23px;
    }
    .list_card_tablet .row div.reviewcomments_craftmyapp_container div div {
        width: auto;
    }

    .list_card_tablet .row div.reviewcomments_craftmyapp_container {
        width: 100%;
    }

    
    .list_card_tablet .row div {
        width: 25%;
        padding: 3px 1px;
    }

        .list_card_tablet .row div div {
            width: 100%;
        }

    .list_card_section .form-group label {
        font-size: 13px !important;
    }

    .list_card_section .row div .form-group {
        margin-bottom: 0px !important;
    }
    .list_card_tablet .row div.reviewcomments_craftmyapp_container {
        width: 100%;
    }
    .fda_services.common_services .services .fda_top_lst div.comments_craftmyapp_container {
        width: 95% !important;
    }
    .fda_services.common_services .showthelables .fda_top_lst .detele-common-icon{
        top:13px !important;
    }
    .fda_services.common_services .fda_top_lst .detele-common-icon {
        right: 22px;
        top: 32px !important;
    }
    .detele-common-icon{margin-top:22px !important;}
    .showthelables .detele-common-icon{margin-top:22px !important;}
    .fda_services .common_services .row:nth-child(2n) {
        background: #F9F9F9 !important;
    }

    .fda_services.common_services .services .fda_top_lst .unitcost_craftmyapp_container .input-group-addon {
        padding: 0px 10px !important;
    }
    .client_right > div.instructions_display_craftmyapp_container {
        background: #FFFFFF;
        border: 1px solid #EFEFEF;
        border-radius: 5px;
        padding: 20px;
        margin: 20px 2%;
        width: 96%;
    }
}

/*fda,dda,update app,daily status*/
@media only screen and (min-width:768px) and (max-width: 1023px) {
    .fda_services.appointment_service .servicesContainer .detele-common-icon {
        top: 30px !important;
    }

    .fda_services .services .fda_top_lst div {
        width: 24%;
    }

        .fda_services .services .fda_top_lst div.action-icon {
            width: 100% !important;
        }
    .list_card_section .card-body .row > div.fda_top_lst .input-stack-horizontal {
        align-items: flex-start !important;
        justify-content: flex-start;
    }


    .fda_services .servicesContainer .detele-common-icon {
        top: 55px !important;
        right: 15px !important;
    }

    .fda_top_lst .comments_section {
        width: 96% !important;
    }
    .fda_services .services .fda_top_lst div.activity_craftmyapp_container {
        width: 47%;
    }

    .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activity_craftmyapp_container {
        width: 47%;
    }

    .list_card_section .card-body .appointment_service .row > div.fda_top_lst .activitystatus_craftmyapp_container {
        width: 96% !important;
    }

    .fda_services.appointment_service .fda_top_lst .detele-common-icon {
        margin-top: 0px !important;
    }

    .fda_services.appointment_service .servicesContainer .detele-common-icon {
        right: 0px !important;
    }

    .fda_services.appointment_service .showthelables .fda_top_lst .detele-common-icon {
        margin-top: 0px !important;
    }
}

.dependentContainerBorder div:nth-child(n+1) label {
    display: block !important;
}

.list_card_section .form-group > label {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.split.mapInvoice.chat-mail .chat-box-left {
    /* width: 30% !important;*/
    width: calc(35% - 4px);
}

.split.mapInvoice.chat-mail .chat-box-right {
    width: calc(65% - 4px);
}

@media only screen and (min-width:992px) and (max-width: 1499px) {
    .split.mapInvoice.chat-mail .chat-box-left {
        /*width: 40% !important;*/
        width: calc(40% - 4px);
    }

    .split.mapInvoice.chat-mail .chat-box-right {
        /* width: 60% !important;*/
        width: calc(60% - 4px);
    }
}

@media only screen and (min-width:320px) and (max-width: 991px) {
    .split.mapInvoice.chat-mail .chat-box-left {
        width: 100% !important;
    }

    .split.mapInvoice.chat-mail .chat-box-right {
        width: 100% !important;
        margin:0px;
    }
    .split.mapInvoice.chat-mail {
        flex-direction: column;
    }
}


.list_card_section .form-group label.switch {
    width: 48px;
}
.modal-body.section-inner label{line-height:16px !important;}

.swal2-modal .swal2-styled {
    margin: 12px 5px 0 !important;
    padding: 6px 40px !important;
}

.brand-holder-img-login {
    width: 200px !important;
    max-width: 100% !important;
}

.list_card_section.feedback .form-group label {
    color: #000 !important;
}

.total_client .client_right .clientinstructions_craftmyapp_viewcontainer {
    height: 100%;
}
.total_client{
    height:100%;
}
.total_craftmyapp_viewcontainer .auto_cls_total, .total_craftmyapp_viewcontainer .auto_cls_currency {
    color: #04927B !important;
    font-weight: bold !important;
}
.totalcost_craftmyapp_viewcontainer .auto_cls_totalcost {
    color: #04927B !important;
    font-weight: bold !important;
}
.verifiedstatus_craftmyapp_viewcontainer .auto_cls_verifiedstatus {
    color: #E48522 !important;
}
.client_right > div{
    height:100% !important;
}
.split.mapInvoice.hide-left .chat-box-right.split-right {
    width: 100% !important;
}
.split.mapInvoice.hide-right .chat-box-left.split-left {
    width: 100% !important;
}
.mapping-tlt .chat-tab-header {
    flex-direction: column;
}

    .mapping-tlt .chat-tab-header ul {
        width: 100%;
        align-items: flex-end;
        white-space: normal;
        flex-wrap:wrap;
    }

    .mapping-tlt .chat-tab-header h2 {
        white-space: nowrap;
    }

.mapping-tlt .chat-detail .list_card_section .form-group label {
    font-weight: 600;
}

.mapping-tlt .chat-tab-header ul li {
    white-space: nowrap;
}


.mapping-tlt .chat-header ul li a, .mapping-tlt .chat-header ul li:hover a{
    min-width:auto;
}


#splitter_common_back {
    margin-top: 14px;
    padding: 0;
    color: #069F87;
}
#splitter_common_back {
    display: none;
}
#splitter_common_back_new {
    margin-top: -8px;
    display: none;
}


@media only screen and (min-width:320px) and (max-width:991px) {
    .mail-compose p.mail-title{width:55vw;}
    #splitter_common_back {
        display: block;
    }
    #splitter_common_back_new {
        display:block;
    }
    .split.mapInvoice.chat-mail .chat-box-right {
        display: none;
    }
    .split.mapInvoice.chat-mail .chat-box-right .chat-body {
        display: none;
    }
    .split.mapInvoice.chat-mail .chat-box-right .toggle_activity {
        display: none;
    }

}


.dropdown-menu-mobile {
    display: none;
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .dropdown-menu-mobile {
        display: block !important;
    }
    .dropdown-menu-mb {
        position: absolute;
        top: 73px;
        right: -23px !important;
        box-shadow: inherit;
        border: 0px;
        width: 150px !important;
        background: #fff !important;
        margin-left: auto;
        flex-direction: column;
        padding: 0px 14px;
    }
        .dropdown-menu-mb.nav-tabs > li.active > a{border-bottom:0px;}
    .chat-mail .header ul.dropdown-menu-mb li a, .chat-mail .header ul.dropdown-menu-mb li a:hover {
        padding: 6px 10px;
    }
    .chat-mail .header .vessel-title{width:85%;}
    .dropdown-menu-mobile i {
        top: 5px;
        position: relative;
    }
}


.mail-compose label {
    font-size: 13px;
    font-weight: 400;
    color: #212121;
}

@media only screen and (min-width:1981px) and (max-width:3000px) {
    .myjobs > div, .list-col > div {
        width: 16.4%;
        max-width: 100%;
    }
    .image-card.project-card {
        padding: 20px 5px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .btn-remove-row span::before {
        font-size: 20px;
    }
    .ctm-ship-delete .row.showthelables .detele-common-icon {
        top: 10px !important;
    }

    .ctm-ship-delete .row .detele-common-icon {
        position: absolute;
        top: 0px !important;
        right: 0px !important;
        margin-left: auto;
        float: right;
        display: flex;
        justify-content: flex-end;
    }
    .ctm-ship-delete .row {position:relative;}
        .ctm-ship-delete .row .detele-common-icon button {
            background: transparent;
            padding: 0px !important;
        }
   
}


@media only screen and (min-width:320px) and (max-width:503px) {
    button#btnSubmitDraft {
        padding: 0px 5px !important;
        margin: 0px 4px 0px 0px !important;
    }

    #btnSubmit {
        padding: 0px 5px !important;
        margin: 0px 0px 0px 2px !important;
        width: 11ch !important;
    }

    button#btnSubmitandSend {
        width: 11ch;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-left: 6px;
    }
}



@media only screen and (min-width:320px) and (max-width:768px) {
    .chat-mail .chat-body .row {
        display: flex;
    }
    #btnCloseFilter{margin-right:10px;}
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .split.mapInvoice.chat-mail.mapping-tlt .chat-box-right {
        display: block !important;
    }
     .split.mapInvoice.chat-mail.mapping-tlt .chat-box-right .chat-body {
            display: block !important;
        }
}


@media only screen and (min-width:320px) and (max-width:600px) 
{
body .div_filter {
    width: 600px !important;
    max-width: 100% !important;
}
}
@media only screen and (min-width:601px) and (max-width:1200px) {
    body .div_filter {
        width: 600px !important;
        max-width: 100% !important;
    }
}
.slidingDiv.fda_sr {
    top: 60px;
}

.filter-buttons {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
}

.file-section .list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

    .file-section .list.grid-view-filter li {
        width: 18%;
    }

    .file-section .list li {
        width: 100%;
    }

.list-view-button, .grid-view-button {
    background: #fff !important;
    border-radius: 5px !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 34px;
    height: 38px;
    color: #04927B !important;
    border: 1px solid #04927B !important;
    align-items: CENTER;
    padding: 0px 10px;
    margin-right: 10px;
    cursor: pointer
}

    .list-view-button:hover,
    .grid-view-button:hover {
        background: #04927B !important;
        color: #ffffff !important;
    }


.file-section .list li {
    background: #FFFFFF;
    box-shadow: 0px 2px 9px rgb(0 0 0 / 24%);
    padding: 14px;
    margin: 13px;
    border-radius: 10px;
    /*  border: 1px solid #04927B;*/
}

.file-lst-ico {
    display: flex;
    flex-direction: row;
}

    .file-lst-ico i {
        font-size: 26px;
        color: #04927b;
        border: 1px solid;
        padding: 10px;
        border-radius: 100px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.file-lst-txt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0px;
    font-family: 'Plus Jakarta Sans';
}

    .file-lst-txt label {
        font-size: 16px !important;
    }

    .file-lst-txt span {
        font-size: 14px;
        color: #5D5C5F;
    }

.file-lst-cont {
    display: flex;
    flex-direction: row;
    text-align: left;
    font-size: 14px;
    color: #000;
}

.file-section
.list-view-filter.list li {
    margin: 3px 13px;
}

.file-section
.list-view-filter.list .file-lst-txt {
    margin: 5px 0px;
}

.file-section .list.list-view-filter li {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.file-section .list-view-filter.list .file-lst-txt {
   /* width: 187px;*/
    margin-left: 26px;
    margin-right: 26px;
    display: flex;
    align-items: center;
}

.file-section .list-view-filter.list .file-lst-cont {
    align-items: center;
    float: right;
    text-align: right;
    margin-left: auto;
}


.file-section-detail {
    display: flex;
    background: #FFFFFF;
   /* box-shadow: 0px 2px 9px rgb(0 0 0 / 24%);*/
    padding: 14px;
    margin: 10px;
    border-radius: 10px;
    flex-direction: column;
   
}
.file-section .list.list-view-filter li{width:100% !important;}

.file-section-top_view {
    display: flex;
}

.file-lst-ico {
    display: flex;
    flex-direction: row;
}

.file-section-top_view .file-lst-txt {
    display: flex;
    margin-left: 10px;
    justify-content: space-between;
    width: 100%;
}

.file-section-bottom-view-lst {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .file-section-bottom-view-lst .enquiry-head {
        display: flex;
        width: 25%;
        flex-wrap: nowrap;
        margin-top: 19px;
    }

        .file-section-bottom-view-lst .enquiry-head .mail-enquiry {
            width: 100%;
            color: #282626;
            background: #f0f1f8;
        }

            .file-section-bottom-view-lst .enquiry-head .mail-enquiry p {
                margin-bottom: 0px;
                margin-left: 2px;
                margin-top: 3px;
                color: #6C6C6C;
                font-size: 12px;
            }

@media only screen and (min-width:320px) and (max-width:767px) {
    .file-section .list li {
        width: 96% !important;
    }

    .file-section-bottom-view-lst .enquiry-head {
        width: 100% !important;
    }
    .grid-wrapper .file-section .filter-buttons {
        position: relative !important;
        right: 0;
        float: right;
        top: -8px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .file-section .list li {
        width: 46% !important;
    }
    .grid-wrapper .file-section .filter-buttons {
        position: relative !important;
        right: 0;
        float: right;
        top: -8px;
    }
}

@media only screen and (min-width:1366px) and (max-width:1432px) {
    .file-section .list li {
     /*   width: 22% !important;*/
    }
}

@media only screen and (min-width:992px) and (max-width:1365px) {
    .file-section .list li {
        width: 21% !important;
    }
    .grid-wrapper .file-section .filter-buttons {
        position: relative !important;
        right: 0;
        float: right;
        top: -8px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .file-section-bottom-view-lst .enquiry-head {
        width: 33% !important;
    }
}

td.sub-table {
    padding-left: 2px !important;
}

.sub-table table.table {
    width: 100%;
}

    .sub-table table.table tbody tr th {
        width: 25%;
        max-width: 100%;
    }



span.nomination_lst {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table tbody tr:nth-last-child(-n+3) .dropdown-menu {
    top: unset;
    bottom: 100%;
}

.chat-box-left.split-left .table-responsive table tbody tr:nth-last-child(-n+3) .dropdown-menu {
    top: unset;
    bottom: 100%;
}

.red-clr-lst {
    border-left: 3px solid #a50d0d !important;
    background: rgb(255 210 210 / 20%);
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.detele-common-icon button:active, .detele-common-icon button:focus {
    background: transparent !important;
    border: 0px !important;
}

.mapdetails_col .fdaamount {
    background: #F8F8F8 !important;
    border: 1px solid rgba(12, 12, 12, 0.12);
    height: 36px;
    display: flex;
    border-radius: 5px;
    line-height: 36px !important;
    font-size: 14px !important;
    padding: 0px 8px !important;
}

.mapdetails_col .selectize-input {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 38px;
    display: flex;
    align-items: center;
}

.split.mapInvoice.hide-right .display-section.map_box_section > div {
    width: 12.5%;
    margin-bottom: 0px;
}

.mapdetails_col .selectize-dropdown {
    font-size: 14px;
}

.mapdetails_col .fdaamount {
    border: 1px solid #069F87;
    box-shadow: 1px 1px 3px rgba(6,159,135,0.8);
}

.mapdetails_col .selectize-input .item {
    display: block;
    padding-left: 0px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.mapdetails_col span.select2 .select2-selection span {
    font-size: 14px;
}

.mapdetails_col .select2-container span {
    font-size: 14px;
}

body .mapdetails_col .fdaamount {
    color: #069F87 !important;
    font-weight: 600;
}

.alert-dismissible {
    top: 78px !important;
}

.chat-box-left.split-left .table-responsive.tbl-Scroll.tbl-Mail {
    height: auto !important;
}

#tblMail_wrapper table.dataTable.mail-wrap tbody tr td {
    background: transparent !important;
}

#tblMail_wrapper table.dataTable.mail-wrap tbody tr.trbg td {
    background: #dadada !important;
}

button#btnaddexpenses {
    background: #04927B !important;
}
@media only screen and (min-width:320px) and (max-width:991px) {
    .supportive-documents > div {
        width: 23%;
    }
}

.daterangepicker .drp-buttons .cancelBtn:hover {
    background: #4A6572 !important;
    border-color: #4A6572 !important;
    padding: 4px 8px;
}
.daterangepicker .drp-buttons .applyBtn:hover {
    background: #0aa89e !important;
    border-color: #0aa89e !important;
    padding: 4px 8px;
}
.drp-buttons button {
    font-family: 'Plus Jakarta Sans';
}
.drp-buttons .applyBtn {
    color: #ffffff;
    background: #0aa89e !important;
    border-color: #0aa89e !important;
}
.drp-buttons .cancelBtn {
    color: #ffffff;
    background: #4A6572 !important;
}
@media only screen and (min-width:320px) and (max-width:1023px) {
    .fda_services.common_services .fda_top_lst .detele-common-icon {
        position: relative !important;
        min-width: 52px !important;
        right: 0px !important;
        top: 11px !important;
    }

    .fda_services.common_services .showthelables .fda_top_lst .detele-common-icon {
        top: 5px !important;
    }

    .servicesContainer.fda_services {
        animation-name: rotate;
        animation-duration: 1s;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        display: flex;
    }

    @keyframes rotate {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(10px);
        }
    }

    .fda_services {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

        .fda_services::-webkit-scrollbar {
            width: 0px;
        }

    .fda_top_lst {
        display: flex;
    }

        .fda_top_lst > * {
            min-width: 200px;
        }
    .fda_services .servicesContainer .services {
        border: 0px;
    }

    body .list_card_section .card-body .row > div.fda_top_lst {
        width: auto !important;
        border-width: 1px 1px 0px 1px;
        border-style: solid;
        border-color: #D7DDE1;
        border-radius: 5px 5px 0px 0px;
    }

    .fda_services.common_services .showthelables .fda_top_lst .detele-common-icon {
        right: 16px !important;
    }

    .fda_services.common_services .fda_top_lst .detele-common-icon {
        right: 16px !important;
    }

    .fda_top_lst > .quantity_craftmyapp_container, .fda_top_lst > .unit_craftmyapp_container, .fda_top_lst > .unitcost_craftmyapp_container, .fda_top_lst > .amount_craftmyapp_container {
        min-width: 120px !important;
    }
    .fda_top_lst .activity_craftmyapp_container .select2-container .select2-choice > .select2-chosen {
        width: 200px;
    }
}
button.btn.btn-add-formulae, button.btn.btn-add-formulae:hover {
    background: #fff !important;
    border-radius: 5px !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 19px !important;
    height: 38px;
    color: #04927B !important;
    border: 1px solid #04927B !important;
}
.formula-btn {
    width: 50px;
    margin-top: 1px;
}
.formula-btn-single {
    padding: 10px;
    width: 25px;
    margin-top: 16px;
}
.formula-btn-space {
    padding: 10px;
    width: 25px;
    margin-top: 12px;
}

.formula-btn button {
    border: 0px;
    background: transparent;
    color: #251f70;
    font-size: 18px;
}

.remark.inputtemplate_craftmyapp_container {
    width: 30%;
}



.formula-popup .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    /*padding-top: 30px;*/
    min-height: 16.846153846px;
    /*padding-bottom: 30px;*/
}

    .formula-popup .modal-header .close {
        margin-top: -33px;
        color: #f00;
        opacity: 1;
        font-size: 28px;
    }


.formula_field {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .formula_field .form-group {
        display: flex;
        flex-direction: column;
        width: 30%;
        margin: 0px 1%;
    }

        .formula_field .form-group input {
            border: 1px solid #ddd;
            height: 40px;
            border-radius: 3px;
            padding: 0px 13px;
        }

     

.formula-popup .modal-backdrop.in {
    opacity: 0.05;
}
.formula-popup .btn-calculate, .formula-popup .btn-calculate:hover {
    background: #04927B !important;
    font-family: 'Plus Jakarta Sans';
    font-size: 15px !important;
    border: 1px solid #04927B;
    color: #fff !important;
}

.formula-popup .modal-footer .btn-close, .formula-popup .modal-footer .btn-close:hover {
    color: #fcf9f9 !important;
    background: #4A6572 !important;
    border: 1px solid #4A6572 !important;
    font-family: 'Plus Jakarta Sans';
}

.formula-popup .modal-header h3 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
    color: #203374;
}

.formula_field .form-group label {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-size: 16px !important;
    line-height: 19px;
    color: #808080 !important;
    font-weight: 400;
    margin-bottom: 8px;
}
.list_card_section .card-body .row > div.fda_top_lst .formula_field .form-group {
    width: 30% !important;
}

.formula-popup .tst {
    display: flex;
}

    .formula-popup .tst span {
        padding-left: 20px;
    }

@media only scree and (min-width:320px) and (max-width:1278px){
    .preview_mail label.form-label {
        width: auto !important;
    }
}
/*.rebateapplicable_craftmyapp_container label {
    margin-top: 10px;
}*/
.add_fda_doc_container .fda-doc {
    margin-top: 44px;
}
.chat_card header#header_info {
    line-height: 26px !important;
}
.charges {
    display: flex !important;
    flex-wrap: nowrap !important;
    width:100%;
}

.chargesContainer {
    animation-name: rotate;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    /*display: flex;*/
    overflow:auto;
}
button.upload_bg, button.upload_bg:hover {
    background: #04927B !important;
    font-family: 'Plus Jakarta Sans';
    font-size: 15px !important;
    border: 1px solid #04927B;
    color: #fff !important;
}
@media only screen and (min-width:1025px) and (max-width:1500px) {
    .SumoSelect > .CaptionCont > label::after {
        top: 10px !important;
    }
}
.comments {
    z-index:auto !important;
}
.charges.dependentContainerBorder {
    padding: 0px 20px !important;
}
.list-view-button.active, .grid-view-button.active {
    background: #04927B !important;
    color: #ffffff !important;
}
/*grid-view*/



.grid-wrapper .file-section .list li.active {
    border: 1px solid #04917b;
    border-bottom: 0px;
    top: 1px;
    box-shadow: inset 2px 3px 5px #e7e7e7, 2px 3px 5px #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 0;
}



.grid-wrapper .file-section {
    position: relative;
}



    .grid-wrapper .file-section .filter-buttons {
        position: absolute;
        right: 0;
    }



.grid-wrapper .file-section-detail {
    margin-top: 0;
    border: 1px solid #04917b;
    border-top-left-radius: 0;  
    margin-left:13px !important;
}



.grid-wrapper .file-section .list li {
    position: relative;
    margin-bottom: 0;
    top: -10px;
}



.grid-wrapper .file-lst-txt {
    flex-direction: column;
    margin-left: 11px;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
}



.grid-wrapper .filesli {
    display: flex;
}







/*list-view*/
.list-wrapper .file-section .list li.active {
    border: 1px solid #04917b;
    box-shadow: inset 2px 3px 5px #e7e7e7, 2px 3px 5px #fff;
    border-bottom-right-radius: 0;
    margin-top: 0;
    border-top-right-radius: 0;
    border-right: 0;
    margin-right: -1px;
}



.list-wrapper .file-section {
    position: relative;
}



    .list-wrapper .file-section .filter-buttons {
        position: relative;
        right: 0;
    }



.list-wrapper .file-section-detail {
    margin-top: 0;
    border: 1px solid #04917b;
    border-bottom-left-radius: 0px;
}



.list-wrapper .file-section .list li {
    position: relative;
    margin-bottom: 0;
    top: -10px;
}



.list-wrapper .file-section.list-view-wrapper-left {
    width: 20%;
    margin-right: 0px;
    padding-right: 0px;
}



.list-wrapper {
    display: flex;
    width: 100%;
}



    .list-wrapper .file-section-detail.list-view-wrapper-right {
        width: 80%;
        margin-left: 0;
    }

    .list-wrapper .list-view-wrapper-left .file-lst-txt {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }



    .list-wrapper .file-section.list-view-wrapper .list li.active {
        border: 1px solid #04917b !important;
        border-right: 0px !important;
        border-top-right-radius: 0px;
        margin-bottom: 18px;
        border-bottom-left-radius: 5px;
        margin-right: -1px;
    }


@media only screen and (min-width:1060px) and (max-width:1432px) {
    .list-wrapper .file-section.list-view-wrapper-left {
       width:30%;
    }
}


@media only screen and (min-width:1023px) and (max-width:1059px) {
    .list-wrapper .file-section.list-view-wrapper-left {
        width: 33%;
    }
}


@media only screen and (min-width:768px) and (max-width:1022px) {
    .list-wrapper .file-section.list-view-wrapper-left {
        width: 48%;
    }
    .file-section .list-view-filter.list .file-lst-txt{margin-left:12px; margin-right:12px;}
}


@media only screen and (min-width:320px) and (max-width:767px) {
        .list-wrapper {
            flex-direction: column;
        }

        .list-wrapper .file-section-detail.list-view-wrapper-right {
            width: 94%;
            margin:0px 3%;
        }

        .list-wrapper .file-section.list-view-wrapper-left {
            width: 100%;
        }

        .list-wrapper .file-section .list li.active {
            border: 1px solid #04917b !important;
            border-radius: 5px !important;
            margin-right:13px !important;
        }
       .list-wrapper .file-section-detail{border-radius:5px !important;}
         
}
.gui-controls > li.next-menu-active {
    border-bottom-right-radius: 0px !important;
}
span.profile-info {
    display: flex;
    width: 200px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-nav-profile li:last-child a {
    display: flex;
}
.form-group.has-error .help-block {
    position: relative;
    top: 0px;
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    .card-body .billto_craftmyapp_container, .card-body .billto_craftmyapp_container, .bankinfo_craftmyapp_container {
        width: 25% !important;
    }
}


.SumoSelect .select-all label, .SumoSelect .selall .options li label {
    padding-top: 0px !important;
    line-height: 21px !important;
    margin-bottom: 0px !important;
}

div#preview_id {
    width: 100%;
    max-width: 100% !important;
    flex: 0 0 100%;
}

.preview-zone .box .box-body {
    height: auto;
}
.fda_services::-webkit-scrollbar {
    height: 3px;
}
.fda-common .col-sm-1.detele-common-icon {
    right: -76px !important;
}
span.status-warn {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    float: left;
}

span.statusmessageapproved {
    white-space: nowrap;
}

.overview-items.colored-items {
    overflow: auto;
    justify-content: flex-start;
}

    .overview-items.colored-items .overview-item {
        max-width: fit-content !important;
    }

.dropdown {
    font-family: 'Plus Jakarta Sans' !important;
}

.dropdown-menu > li > a {
    font-size: 14px;
}

.services textarea.form-control {
    /*height: auto !important;*/
    min-height:37px ;
}

.common_services .form-group.has-error .help-block {
    position: static;
}
@media only screen and (min-width:320px) and (max-width:1023px) {

    .fda_services .detele-common-icon, body .fda_services.appointment_service .servicesContainer .detele-common-icon {
        position: relative !important;
        min-width: 52px;
        top: 5px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:1400px) {
    .select2-container--open .select2-dropdown--below {
       width:235px !important;
     }
 }

@media only screen and (min-width:1366px) and (max-width:1599px) {
    .update-fda-common .comments_section.prefunded_craftmyapp_container {
        width: 15% !important;
    }

    .update-fda-common.fda-common .col-sm-1.detele-common-icon {
        right: -63px !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1365px) {
    .update-fda-common .comments_section.prefunded_craftmyapp_container {
        width: 15% !important;
    }

    .update-fda-common .activity_craftmyapp_container {
        width: 14% !important;
    }

    .update-fda-common.fda-common .col-sm-1.detele-common-icon {
        right: -31px !important;
    }
}
.file-section-bottom-view-lst.file-nowrap .enquiry-head {
    width: auto !important;
}

.file-section-bottom-view-lst.file-nowrap {
    display: flex;
    justify-content: flex-start;
}
.auto_review_comments textarea {
    padding: 10px;
}
@media only screen and (min-width:1366px) and (max-width:1599px) {
    .comments_section.personalcomments_craftmyapp_container {
        width: 17%;
        padding-left: 0px !important;
    }



        .comments_section.personalcomments_craftmyapp_container > div {
            margin-left: 0px !important;
        }
}
@media only screen and (min-width:320px) and (max-width:1819px) {
    p.project-sub-title span.statusmessageapproved {
        float: left;
        width: 109px;
        padding: 5px 8px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        top: -5px;
        left: 3px;
        text-align:center;
    }
}



@media only screen and (min-width:320px) and (max-width:1023px) {
    p.project-sub-title span.statusmessageapproved {
        width: 120px !important;
    }
}
/*span.select2-dropdown.select2-dropdown {
    width: 375px !important;
}*/
div#base {
    padding-bottom: 0;
}



.chat-box-left.split-left .table-responsive {
    height: calc( 100vh - 251px ) !important;
}



.chat-box-right.split-right .app {
    height: calc( 100vh - 153px);
}





.split.mapInvoice.chat-mail {
    margin: 0;
}

#btnFilter {
    background: #ff8100 !important;
    color: white;
    float: right;
    margin-top:0px;
}


#btnCloseFilter {
    background: #4A6572 !important;
    color: white;
    float: left;
}

.div_filter {
    max-height: 400px;
    overflow-x: auto;
    width: 45% !important;
    position: absolute;
    top: 53px;
    left: 0px;
    background: #e9eaf3;
    z-index: 1000;
    display: flex;
    padding: 10px;
    border: 1px solid #c8cbe6;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px !important;
}

    .div_filter .form-group {
        margin-bottom: 5px !important;
    }

@media only screen and (max-width: 600px) {

    .div_filter {
        width: 100%;
    }

    .automatonShowFilter {
        margin-bottom: -16px;
    }
}

#add_role {
    /* margin-top: 31px;*/
    background-color: #1f3979 !important;
    color: white !important;
}

.search-err {
    text-align: center;
    color: black;
}

.authorizedCheckbox {
    height: 20px;
    margin-top: 42px;
}

.modal-content {
    margin-top: 100px;
    width: 130%;
}

.modal-title {
    padding-top: 10px;
    font-weight: 600;
    font-size: 18px;
}

.role-title {
    font-weight: 600;
    font-size: 18px;
}

.card.card-blue .card-head button.roleaccordian {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
    background-color: #1f3979;
}

.rolename-error {
    color: red;
}

.role-accordian.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.authorized_craftmyapp_container {
    width: 20%;
}

.roleauthorized_ {
    width: 23%;
    border-bottom: 1px solid rgb(204 204 204 / 60%);
    margin: 0px 10px !important;
    padding-left: 6px;
    position: relative;
}

.actiondisplayname_craftmyapp_container {
    margin-top: 32px;
    width: 80%;
}

.searchbar {
    margin-top: 32px;
    margin-left: 650px;
}

.RoleContainer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.roleauthorized_::before {
    content: "" !important;
    height: 40px;
    width: 2px;
    position: absolute;
    right: -11px;
    background: #e3cece;
    top: 39px;
}

.roleauthorized_::after {
    content: '' !important;
    display: block;
    width: 0;
    height: 1px;
    background: #b7aeae;
    transition: width .3s;
}

.roleauthorizedContainer .card-head .sel-all {
    float: right;
    /* margin-top: 10px;*/
    color: #ffffff;
    font-family: Mont;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.roleauthorizedContainer .card-head .sel-btn {
    float: right;
    width: 31px;
    margin: 0px;
    padding: 0px;
    margin-right: 18px;
}

.roleauthorizedContainer .card-head .searchable-header {
    float: left;
    /*margin-top: 12px;*/
    color: #ffffff;
    font-family: Mont;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 100% */
    text-transform: uppercase;
}

.roleauthorizedContainer .card-head {
    display: block !important;
    float: none;
    width: 100%;
    vertical-align: middle;
    padding-bottom: 0px !important;
}

button#roleaccordianSettings {
}

button#roleaccordianSettings {
}

.roleauthorizedContainer .card-head .sel-btn button .minustext, .roleauthorizedContainer .card-head .sel-btn button .plustext {
    display: none !important;
}

.roleauthorizedContainer .card-head .sel-btn button {
    margin: 0px !important;
}

.roleauthorizedContainer .card-head .sel-all input {
    margin: 0px 9px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}

.roleauthorizedContainer .card-head .sel-btn button {
    background: transparent !important;
    border: 0px !important;
}

    .roleauthorizedContainer .card-head .sel-btn button #minus, .roleauthorizedContainer .card-head .sel-btn button #plus {
        color: #fff;
    }

    .roleauthorizedContainer .card-head .sel-btn button #minustext, .roleauthorizedContainer .card-head .sel-btn button #plustext {
        display: none;
    }

.roleauthorizedContainer .card-head .sel-btn button {
    padding: 14px 10px !important;
    margin: 0px !important;
}

.user-check {
    display: flex;
}

body form .card-body .RoleContainer .form-group label {
    padding-bottom: 0px;
    padding-top: 0px !important;
}

.authorizedCheckbox {
    margin-top: 20px !important;
}

.actiondisplayname_craftmyapp_container {
    margin-top: 11px !important;
}

.roleauthorized_::before {
    top: 20px !important;
}

.roleauthorizedContainer .dependentContainerBorder {
    padding: 0px;
}

.sel-btn span.fa {
    font-size: 22px;
}

.roleauthorizedContainer .row {
    padding-bottom: 3px;
}


body form .card-block.role-author {
    padding: 7px 2px;
    margin: 20px 30px;
}


@media only screen and (min-width:320px) and (max-width:1174px) {
    .roleauthorizedContainer .row .card-blue {
        overflow-x: scroll;
    }

    .roleauthorizedContainer .card-head {
        width: 1000px;
    }

    .RoleContainer {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: 1000px;
    }
}

.user-role-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
}

    .user-role-wrapper .search_wrapper {
        display: flex;
        align-self: center !important;
    }

.user-role-right {
    display: flex;
    align-items: center;
}

.authorizedCheckbox {
    height: 20px;
    width: 20px;
}

.userrole_craftmyapp_container .form-group {
    margin-bottom: 0px !important;
}
.userrole_craftmyapp_container .form-group #userrole {
    margin-right: 15px;
    width: 300px;
}


.roleauthorizedContainer .dependentContainerBorder {
    margin-right: 0px;
    margin-left: 0px;
}

    .roleauthorizedContainer .dependentContainerBorder .cma_dependent_band {
        padding-right: 0px;
        padding-left: 0px;
    }
        .roleauthorizedContainer .dependentContainerBorder .cma_dependent_band .card-head {
            background: #2d488d !important;
            color: #ffffff !important;
        }


#addroles .modal-footer .btn-primary:hover {
    background-color: #243949 !important;
    border-color: #243949 !important;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.page-header-box{
	      background: #ffffff !important;
}

.page-header-box > h1 {
	       letter-spacing: 0px;
		  font-size: 23px !important;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    color: #191C25;
    text-transform: capitalize;
	white-space: nowrap;
    overflow: hidden;
    width: 60%;
    text-overflow: ellipsis;
	margin: 0;
}
 
 

.fa-times:before {
    content: "\f1f8" !important
}

.brand-holder-img-login {
    width: 15%;
}

.service_craftmyapp_container_hdr {
    padding-left: 25px;
}
 
.page-loader-custom {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*background-color: #f3f3f3;*/
    background-color: transparent;
    z-index: 999999999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.9;
}

.page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    z-index: 999999999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.9;
}

.page-loader__spinner {
    position: relative;
    width: 50px;
    height: 50px;
}

    .page-loader__spinner svg {
        -webkit-animation: rotate 2s linear infinite;
        animation: rotate 2s linear infinite;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
.card.card-blue .card-head header small {
    color: #333333;
}
.filedisplay {
    color: #0645AD;
    font-size: 18px;
    padding: 5px;
}
.addonservices_craftmyapp_container {
    padding-bottom: 20px;
}

.password-progress {
    height: 12px;
    margin-top: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    height: 100%;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.help-block-orange {
    background: #F39C12;
    color:white;
    padding:5px;
}

.bg-red {
    background: #E74C3C;
}

.bg-orange {
    background: #F39C12;
}

.bg-green {
    background: #1ABB9C;
}
.multicol {
    margin-bottom: 0px;
}

/*.form-group {
    margin-bottom: 10px !important;
}*/
 
.table-responsive-lg {
    margin-bottom: 5px !important;
}
.approve_container {
    padding: 8px;
 
}
.card {
     margin-bottom: 9px;
}
.approve_container {
    margin-top: 0px;
}
.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
     display: block !important;
}
.SumoSelect > .CaptionCont > label {
    display: block !important;
}
.cmatogglebutton {
    position: fixed;
    top: 50%;
    right: 10px;
    border-color: #f44336;
    background-color: #ffffff;
    font-size: 27px !important;
}

.requestinfo {
    color: #FF4500;
    font-size: 18px;
}
.statusmessagenew {
    color: #04366b;
    font-size: 14px;
}
.statusmessageagent {
    color: #0ecef0;
    font-size: 15px;
}
.servicesclick {
    cursor: pointer;
}
.appointmentclick {
    cursor: pointer;
}
.markmine {
    color: #228B22 !important;
}

.statusmessagenewblink {
    color: #ff0000;
    font-size: 14px;
    animation: blinkingText 2s infinite;
}
.statusmessagenoblink {
    color: #ff0000;
    font-size: 14px;
     
}

.statusmessageapproved {
    color: #0aa89e;
    font-size: 14px;
}
 
@keyframes blinkingText {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.vessel-title {
    display: flex;
    margin-top: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
}

    .vessel-title h2,
    .vessel-title span {
        font-size: 25px;
        color: #ff8002;
        font-weight: 400;
    }

    .vessel-title span {
        margin-right: 10px;
    }

    .vessel-title h2 {
        margin: 0;
    }
.table_highlighter {
    color: #333869 !important;
}


.card-sharing {
    border: 1px dotted #006994;
    padding: 2px;
    margin: 2px;
}

.card-head-sharing {
    background: #ffffff !important;
    color: #344955 !important;
    min-height: 40px;
    font-weight: 400;
    position: relative;
    line-height: 52px;
     vertical-align: middle;
    border-radius: 2px 2px 0 0;
}
    .card-head-sharing header {
        padding: 4px 10px;
    }

    .card-head-sharing header {
        font-weight: 600;
    }

    .card-head-sharing header {
        display: inline-block;
        padding: 11px 24px;
        vertical-align: middle;
        line-height: 17px;
        font-size: 20px;
    }



.chat-body-left .accordion-item {
    border-width: 0 0 1px 0;
}

    .chat-body-left .accordion-item .accordion-button {
        border-radius: 4px;
        font-size: 1.1rem;
        padding: 0.75rem 0.75rem;
    }

.chat-body-left .accordion-body {
    font-size: 0.95rem;
    font-weight: 400;
}

.chat-body-left .accordion-button:focus {
    border: 0;
    box-shadow: none;
}

.chat-body-left .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: var(--main-text-color);
    border: 1px solid var(--main-color-one);
}

.chat-body-left .accordion-button .badge {
    margin-left: 5px;
}

.chat-title {
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6dae3;
}

.list-group-item {
    border-color: #d6dae3;
}

.list-item-header {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6dae3;
}

.list-group-inner {
    padding-left: 10px;
}

    .list-group-inner .list-group-item {
        border: 0;
        padding: 0.4rem 0.3rem;
        font-size: 0.9rem;
    }

        .list-group-inner .list-group-item:not(:last-child) {
            border-bottom: 1px dashed #d6dae3;
        }

.choose-activities > .list-group {
    margin: -1rem -1rem 0;
}

    .choose-activities > .list-group > .list-group-item {
        border-width: 0 0 1px 0;
    }

.page-title-container {
    border-bottom: 1px solid #d6dae3;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.form-container {
    background-color: #f6f7fc;
    margin-bottom: 20px;
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 4px;
    border: 1px solid #d6dae3;
}

 

.split.hide-left .chat-box-left {
    position: fixed;
    left: -200%;
}

.split.hide-left .chat-box-right {
    width: 100% !important;
}

.split.hide-left .gutter {
    display: none;
}

.split.hide-right .chat-box-right {
    position: fixed;
    left: -200%;
}

.split.hide-right .chat-box-left {
    width: 100% !important;
}

.split.hide-right .gutter {
    display: none;
}

.split {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

    .split > .split-left {
        margin-right: 20px;
        min-width: 303px;
        position: relative;
    }

        .split > .split-left > .nav-tabs {
            flex-wrap: nowrap;
        }

    .split > .split-right {
        margin-left: 20px;
        position: relative;
    }

       /* .split > .split-right .toggle_activity {
            position: absolute;
            left: -18px;
            border: 1px solid #b6c2e4;
            border-right: 0;
            border-radius: 4px 0 0 4px;
            background-color:orange;
            color: white;
            width: 20px;
            padding: 5px;
        }

    .split > .split-left .toggle_invoice {
        position: absolute;
        right: -18px;
        border: 1px solid #b6c2e4;
        border-left: 0;
        border-radius: 0 4px 4px 0;
        z-index: 1;
        background-color: orange;
        color: white;
        width: 20px;
        padding: 5px;

    }*/
    .split > .split-left, .split > .split-right {
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
        .split > .split-right .toggle_activity {
            position: absolute;
            left: -16px;
            border: 1px solid #ddd;
            border-right: 0;
            border-radius: 4px 0 0 4px;
            background-color: white;
            color: #344955;
            width: 16px;
            padding: 11px 4px 0px 3px;
            top: -1px;
            height: 47px;
        }

        .split > .split-left .toggle_invoice {
            position: absolute;
            right: -16px;
            border: 1px solid #ddd;
            border-left: 0;
            border-radius: 0 4px 4px 0;
            z-index: 1;
            background-color: white;
            color: #344955;
            width: 16px;
            padding: 11px 4px 0px 3px;
            top: -1px;
            height: 47px;
        }

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 30px;
}

    .gutter.gutter-horizontal {
        
        cursor: col-resize;
    }

.split.mapInvoice .chat-box-left {
    padding: 0;
}

.split.mapInvoice .chat-body-left {
    padding: 15px;
}

 

@media (max-width: 768px) {
    .single-confirm {
        white-space: nowrap;
    }

    .single-confirm-overview {
        overflow: auto;
    }

    .nav-item-search {
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .enlarge-menu .page-content-tab {
        padding-left: 65px;
    }
}

@media (max-width: 580px) {
    .enlarge-menu .page-content-tab {
        padding-left: 0;
    }
}

.project-card.image-card {
 
    min-height: 321px;
   
}


.swal2-modal .swal2-title {
    font-size: 15px !important;
}
.swal2-modal .swal2-content {
    font-size: 12px !important;
    
}
.card.project-structure-card {
  
    width: 100%;
}

.dataTable thead th {
  background: transparent;
}

#menubar.sidemenu-opened .nano {
  width: calc(100% + 241px);
}
.fa-external-link:before {
    content: "\f08e";
    color: #ff8002;
    font-size: 21px;
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: white;
    background-image: none;
    border: none;
    cursor: not-allowed;
}
.modal-header .close {
    margin-top: -23px;
}

#deletereason {
    max-width: 100%;
}
.dt-global-search{
    height:40px;
}
.accrualpdf {
    color: red;
    font-size: 27px;
}

.page-header-menu-section .header-nav > li > a {
    color: black;
 
}

.badge.style-danger {
     top: -14px;
}
.chatunreadcount {
    top: 13px !important;
    left: 38px;
    border-radius: 10px !important;
    z-index: 1;
}

.dropdown-menu .alert {
    min-width: 185px;
    
}
.alert-warning strong{
    font-weight:bold;
}
.alert-warning small {
    white-space: nowrap;
    padding-left: 5px;
    overflow: hidden;
    width: 82px;
    text-overflow: ellipsis;
}

.alert.alert-callout {
    
    padding-left: 11px !important;
   
}
.alert {
    z-index: 10000;
}
.dataTables_wrapper .dataTables_paginate {
    margin-top: 150px;
}

.sm-lg-sm > .help-block {
    bottom: 0px;
    color: #f44336;
    opacity: 1;
}
.dependentContainerBorder_even {
    background: #e8e4e4 !important
}
.red > td {
    color: #f44336;
}

.redtd {
    color: #f44336 !important;
    font-weight: bold !important;
}

.vessel-title h2, .vessel-title span {
    font-size: 18px !important;
   
}
.textmatched {
    color: green !important;
}

.textpartialmatched {
    color: orange !important;
}

.gui-controls > li:first-child {
    background-color: white !important;
    /*border-right: 1px solid #C4C4C4 !important;*/
    border-bottom: 1px solid #344955 !important;
    height: 67px;
}

.page_footer figure img {
    height: 52px;
   /* padding-left: 71px;*/
}

.page_footer img {
     /*padding-left: 71px;*/
}

.btn-sharing {
    /*color: orangered !important;*/
    color: gray !important;
    background-color: white !important;
    padding: 0px;
    border-color: white !important;
}
    .btn-sharing :hover {
        color: orange !important;
    }
.SumoSelect > .optWrapper {
  
    z-index: 1001 !important;
}

.cma_primary_button {
    background: #04927B !important;
    font-family: 'Plus Jakarta Sans';
    font-size: 15px !important;
    border: 1px solid #04927B;
    color: #fff !important;
}
.cma_primary_button:hover,
   .cma_primary_button:focus {
        background: #04927B !important;
    font-family: 'Plus Jakarta Sans';
    font-size: 15px !important;
    border: 1px solid #04927B;
    color: #fff !important;
    }
	
	/*uploaded Files*/
.uploaded_files table tr td.ico_lst {
    padding: 1px 1px;
    border-radius: 3px;
    background: rgb(241 86 66 / 10%);
}

.dark-mode .uploaded_files table tr td.ico_lst img {
    background: #8cc2ff;
}

.dark-mode .uploaded_files .modal-title img {
    background: #5998df;
    padding: 4px 4px;
    border-radius: 5px;
}

.organizationlogo_craftmyapp_container label {
    line-height: 26px;
    margin-bottom: 8px;
    color: #808080 !important;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans' !important;
}


.uploaded_files {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    display: none;
    right: 0px;
    top: 39px;
}

    .uploaded_files .modal-body {
        overflow: auto;
        height: 258px;
        padding: 15px;
    }


    .uploaded_files .close {
        color: #191C25 !important;
        opacity: 1;
        font-size: 24px;
    }

    .uploaded_files .modal-title img {
        margin-right: 9px;
        object-fit: contain;
    }

    .uploaded_files .modal-title {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        color: #203374;
        padding-top: 0px;
    }

    .uploaded_files .modal-header {
        border-bottom: 1px solid #D9D9D9 !important;
        padding: 15px;
    }


    .uploaded_files .modal-footer {
        border: 0px !important;
    }

    .uploaded_files div#AttachedFiles {
        overflow: auto !important;
    }

    .uploaded_files table tr, .uploaded_files table tr td {
        background: transparent !important;
        border: 0px;
        padding: 4px;
    }

        .uploaded_files table tr td.ico_lst, .uploaded_files table tr td.delete_lst {
            padding-right: 0px;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
        }

            .uploaded_files table tr td.ico_lst img {
                /* background: rgb(241 86 66 / 10%);

                border-radius: 5px;

                padding: 10px 13px;*/

                width: 35px;
                height: 35px;
                object-fit: contain;
            }

        .uploaded_files table tr td {
            vertical-align: middle;
        }

            .uploaded_files table tr td.cont_lst a {
                width: 12vw;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                display: block;
                max-width: 100%;
            }

.list_card_section .form-group span {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #191C25 !important;
}

.uploaded_files .modal-title span {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    color: #203374 !important;
}

.uploaded_files .close {
    color: #191C25 !important;
    opacity: 1;
    font-size: 24px;
    background: transparent;
    border: 0px;
}

.uploaded_files table tr td.cont_lst a {
    font-family: 'Plus Jakarta Sans' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #191C25 !important;
}

@media only screen and (min-width:320px) and (max-width:455px) {

    .modal-content.uploaded_files {
        max-width: 290px !important;
    }
}

.list_card_section .input-file {
    border: 1px solid #D5D5DE !important;
    border-radius: 5px;
    position: relative;
    padding: 3px 0px;
}

.list_card_section .form-group .input-file label {
    margin-bottom: 0px;
}

.list_card_section .form-group .input-file input[type="file"] {
    border: 1px solid #D5D5DE !important;
    border-radius: 5px;
    opacity: 0;
    padding: 0px !important;
}

.list_card_section .input-file label {
    position: absolute;
    top: 0;
    background: #F6F6F6;
    border: 1px solid #D5D5DE;
    border-radius: 5px 0px 0px 5px;
    padding: 6px 10px;
    left: 0px;
    height: 34px;
}

#attachmentDisp span.showFiles, #operationsfileDisp span.showFiles, #uploadedfileDisp span.showFiles {
    position: absolute;
    right: 0px;
    top: 6px;
}

span.filebtn {
    position: absolute;
    top: 8px;
    left: 80px;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Plus Jakarta Sans';
}

.showFiles {
    background: url('./images/file.png') no-repeat !important;
    background-position: right center !important;
    width: 26px !important;
    height: 28px !important;
}

.uploaded_files div#AttachedFiles::-webkit-scrollbar {
    width: 9px !important;
}

.uploaded_files .modal-body::-webkit-scrollbar {
    width: 5px;
}

.dark-mode .organizationlogo_craftmyapp_container label {
    color: #fff !important;
}
/*uploaded files*/

.gui-controls > li > a.active i {
    background: #04927B;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 0px;
    color: #fff;
}
 
.gui-controls>li>a:hover:not(.logo-item) {
    color: #ffff;
}
 
.gui-controls li>a:hover .title {
    color: #F2994A !important;
}
 
.gui-controls > li > a i {
    padding: 8px;
}
.fee_craftmyapp_container .input-group .input-group-addon {
    border: 1px solid #cacaca;
}
 
.mobilenumber_craftmyapp_container input.mobilenumber {
    display: none;
}
 
 
.detele-common-icon button span {
    color: #DB3712 !important;
}

.detele-common-icon button {
    background: transparent !important;
    border: 0px !important;
    margin-top: 7px !important;
}

.table.dataTable>tbody>tr>td.dt-center a {
    padding: 0px 3px;
}
.list_card_section label {
    margin-top: 0px !important;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-size: 16px !important;
    line-height: 19px;
    color: #808080 !important;
    font-weight: 400;
    margin-bottom: 8px;
}
.list_card_section {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.div_filter .form-group label {
    display: block;
    width: 100%;
}
 
.div_filter .form-group span.select2 {
    width: 100% !important;
}
 
.div_filter .form-group span.select2 .selection .select2-selection {
    height: 36px !important;
    border: 1px solid #c4c4c4;
}
 
 
.div_filter .form-group span.select2 .selection .select2-selection .select2-selection__rendered {
    line-height: 36px !important;
}
.userrole_craftmyapp_container label {
    display: block;
}
 
.select2 {
    width: 100% !important;
}
 
.form-group span.select2 .selection .select2-selection {
    height: 36px;
}
 
.form-group span.select2 .selection .select2-selection .select2-selection__rendered {
    line-height: 36px;
}
.page-header-box .btn-icon-toggle .fa, .btn-icon-toggle .md, .btn-icon-toggle .glyphicon {
    margin: 0;
    color: #0093e6;
    font-size: 16px;
}
.select2-container--default .select2-results__option--selected {
    background-color: #ffff !important;
    color:#000 !important;
}

.auto_checker_action_production, .auto_checker_action_production:hover,
.auto_checker_action_stp, .auto_checker_action_stp:hover,
.auto_checker_action_dande, .auto_checker_action_dande:hover,
.auto_checker_action_ep, .auto_checker_action_ep:hover,
.auto_checker_action_fp, .auto_checker_action_fp:hover {
    background: #b57423 !important;
    border: 1px solid #b57423 !important;
    font-family: 'Plus Jakarta Sans';
    font-size: 15px !important;
    color: #fff !important;
    margin-left: 10px !important;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
}
.invalidphone {
    display: none;
}
.iti__selected-flag {
    height: 35px !important;
}
/*.commonContainer .row.m-t-10.dependentContainerBorder:nth-child(even) {
    background-color: rgba(250, 248, 248, 1);
}*/
.gui-controls > li > a > i {
    font-size: 16px !important;
}
/*table.dataTable tbody td {
    padding: 10px 8px;
}*/
.dataTables_scrollBody table tbody tr td.dt-body-left:first-child, .dataTables_scrollHead table thead tr th.dt-body-left:first-child {
    box-shadow: none;
    min-width: 11px;
    max-width: 100px;
    width: 100px;
}
.brown-theme .filter-item .form-control {
    padding: 0px 0px !important;
    margin-left: -3px;
}
.filter-bar .filter-item span {
    margin: 0 !important;
    padding-bottom: 3px;
}
#tab-contentmain #cma_printableArea {
    padding: 0px !important;
}

.mobilenumber_craftmyapp_container .iti.iti--allow-dropdown .form-control-error ~ .help-block {
    font-size: 12px;
    color: #f44336 !important;
    font-weight: 400 !important;
}
.blue-theme .table.table-bordered.table-sm thead tr, .blue-theme td {
    background-color: #000;
}

.blue-theme .swal2-modal .swal2-title {
    color: #ffffff !important;
}

.blue-theme .swal2-modal {
    background-color: #000 !important;
}

.blue-theme .swal2-icon.swal2-warning {
    color: #ffffff !important;
}

.blue-theme .SumoSelect > .CaptionCont {
    background-color: #000 !important;
}
.blue-theme div#tblStaffWeeklyPlan_wrapper.dataTables_wrapper table thead tr th:last-child {
    background: #373737 !important;
}
.blue-theme a.error-file button {
    width: 112px;
    background: #c98a51cc !important;
    /* background: #B52B231A !important;*/
    border: 0px;
    color: #B52B23 !important;
}

.blue-theme a.all-clear-button button {
    background: #c98a51cc !important;
    width: 113px;
    height: 37px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    color: #B52B23;
    border-color: #373737 !important;
    margin: 0px 10px;
}
a.error-file button.btn-primary:active {
    width: 112px;
    background-color: #f2f2f2 !important;
    /* background: #B52B231A !important;*/
    border: 0px;
    color: #B52B23 !important;
}
.file_upload_border .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}
div:where(.swal2-icon) .swal2-icon-content {

    font-size: 68px !important;
}
div:where(.swal2-container).swal2-center > .swal2-popup {

    width: 400px;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
    font-family: 'Plus Jakarta Sans' !important;
    font-size: 14px !important;
}
.nav-tabs > li.active > a:hover {
    border: none;
    border-bottom: 2px solid #B57423;
    color: rgb(255 255 255) !important;
    background-color: #B57423;
    cursor: default;
    opacity: 1;
    border-radius: 3px;
    padding: 6px 30px;
    line-height: 25px;
}
.col-sm-12 .review-common-title {
    display: flex;
    gap: 5px;
}

    .col-sm-12 .review-common-title label {
        margin-bottom: 0px !important;
        line-height: 1.4;
    }

.review-common-title span {
    line-height: 1.5;
    color: #ffc700;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row#reworksection {
    background-color: #ffffff;
    padding: 10px 5px;
    margin: 0px 13px;
    margin-top: 10px;
}

#reworksection svg {
    width: 20px;
    height: 20px
}

.blue-theme .row#reworksection {
    background-color: #000000;
    padding: 10px 5px;
    margin: 0px 13px;
    margin-top: 10px;
    color: #ffff
}