ul {
    padding: 0px;
    list-style: none;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: #191D23;
    font-size: 16px;
}
.border-none {
    border: none!important;
}
.badge {
        padding: 3px 7px 4px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.activated-switch {
    display: block;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.addon-panel {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
}
.addon-panel .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.addon-panel .panel-header {
    position: relative;
}

.addon-panel .overlay i {
    height: 50px;
    width: 50px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    line-height: 50px;
    font-size: 2rem;
    border-radius: 50%;
}

.addon-panel .panel-header:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.activated-switch input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
}

.activated-switch span {
    padding: 15px;
    font-size: 16px;
    display: block;
}

.activated-switch .active {
    display: none;
}
.activated-switch input[type="checkbox"]:checked ~ .deactive {
    display: none;
}
.activated-switch input[type="checkbox"]:checked ~ .active {
    display: block;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #888888;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: rgb(100, 189, 99);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

#demo-dt-basic {
    margin-top: 20px;
}

select + .select2-container {
    width: 100% !important;
}

.brand-icon {
    padding: 8px;background:#fff !Important;
}

.seller_form_border {
    border: 1px dashed rgba(255, 255, 255, 0.2);
}

#form {
    min-height: 300px;
}

.tab-stacked-left .nav-tabs {
    width: 20%;
}

.note-editable {
    margin-top: 30px !important;
}

.datepicker {
    z-index: 99999 !important;
}

.img-md {
    height: auto;
}

.jodit_container .jodit_workplace {
    min-height: 300px !important;
}

body, #content-container, #navbar {
    background-color: #EFF3FD;
}

.dash-widget-left {
    position: relative;
    padding-left: 50px;
}

.dash-widget-vertical {
    position: absolute;
    left: 0;
    height: 100%;
    width: 74px;
    top: 0;
    background-image: linear-gradient(to bottom right, #5194ae, #4c74b9);
}
.dash-widget-vertical .rorate {
    transform: rotate(-90deg) translate(-50%, 0%);
    transform-origin: left top;
    float: left;
    font-size: 38px;
    position: absolute;
    top: 50%;
    left: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
}
.d-innline-block {
    display: inline-block;
}
.top-border-radius-no {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.img-fit {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.minw-0{
    min-width: 0;
}
.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.h-100 {
    height: 100%;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.flex-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.flex-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.flex-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-content-between{
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
  margin-left: -15px; */
}
.flex-col-lg-6,
.flex-col-xl-6,
.flex-col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .flex-col-lg-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .flex-col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .flex-col-xl {
        position: relative;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .flex-col-xl-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.img-upload-preview {
    border: 2px dashed #ddd;
    height: 200px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.img-upload-preview .close-btn {
    right: 3px;
    top: 3px;
    background: rgb(237, 60, 32);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    position: absolute;
    padding: 0;
}

.blank-index {
    background-size: cover;
    background-position: center center;
}

.select2-container--default .color-preview {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
}

.select2-container {
    z-index: 10001;
}
select + .select2-container {
    z-index: 9999;
}

#mainnav-container {
    width: 220px;
    left: -220px;
}
@media (min-width: 768px) {
    #container.mainnav-in .navbar-brand,
    #container.mainnav-lg .navbar-brand,
    #container.mainnav-in .brand-title,
    #container.mainnav-lg .brand-title {
        width: 220px;
    }
    .navbar-content {
        margin-left: 220px;
    }
}
@media (min-width: 992px) {
#container.mainnav-lg #footer, #container.mainnav-lg #content-container {
    padding-left: 220px;
}
}

.color-radio label {
    display: block;
    position: relative;
    height: 100px;
    margin-top: 25px;
    cursor: pointer;
}

.color-radio label input {
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.color-radio label .color-control-box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.color-radio label input:checked + .color-control-box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.color-radio label input:checked + .color-control-box:after {
    position: absolute;
    content: "";
    left: calc(50% - 7px);
    top: calc(50% - 20px);
    width: 18px;
    height: 36px;
    border: solid #fff;
    border-width: 0 6px 6px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ul.list-group > li{
border-bottom: 1px solid #3d4451;
} */

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.support-file-attach {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.addon-tab {
    border: 0;
}
.addon-tab li a {
    color: #303641 !important;
    cursor: pointer !important;
    font-weight: 500;
    font-size: 14px;
}
.addon-tab > li.active > a,
.addon-tab > li > a:hover {
    background-color: transparent !important;
    border-bottom: 2px solid #303641 !important;
}
.addon-tab > li > a:focus {
    background-color: transparent !important;
}
.rating i {
    color: #c3c3c5;
    font-size: 1rem;
    letter-spacing: -1px;
}
.rating i.active {
    color: #ffa707;
}
.rating i.half {
    position: relative;
}
.rating i.half:after {
    position: absolute;
    content: "\f089";
    top: 0;
    left: 0;
    font-size: inherit;
    color: #ffa707;
    z-index: 1;
}
.rating-sm i {
    font-size: 0.8125rem;
}
.rating-lg i {
    font-size: 1.125rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.c-scrollbar-light::-webkit-scrollbar{
    width:4px;
    background: rgba(24,28,41,.08);
    border-radius: 3px;
}
.c-scrollbar-light::-webkit-scrollbar-track{
    background:transparent;
}
.c-scrollbar-light::-webkit-scrollbar-thumb{
    background:rgba(24,28,41,.1);
    border-radius:3px
}
.c-scrollbar-light{
    scrollbar-color: rgba(24,28,41,.08);
    scrollbar-width: thin;
}
.c-pointer{
    cursor: pointer;
}
.pos-product {
    overflow-y: auto;
    max-height: calc(100vh - 270px);
    height: calc(100vh - 270px);
    overflow-x: hidden;
}

.pos-product .product-card {
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.pos-product .product-card .price,
.pos-product .product-card .out-stock,
.pos-product .product-card .stock {
    position: absolute;
    top: 3px;
    background: #294f75;
    color: #fff;
    padding: 2px;
    font-size: 10px;
    font-weight: 600;
    left: 0;
}
.pos-product .product-card .out-stock,
.pos-product .product-card .stock {
    margin-top: 21px;
    background: #44ad4c;
}
.pos-product .product-card .out-stock {
    margin-top: 21px;
    background: #e22020;
}
.pos-product .product-card .card-body {
    padding: 5px;
}
.plus-minus .input-group-addon {
    padding-left: 5px;
    padding-right: 5px;
    display: table-cell;
    width: 25%;
    min-width: auto;
}
.pos-product .tooltip-inner{
    font-size: 10px;
}
.plus-minus {
    width: 100%;
    display: table;
}
.pos-cart {
    overflow-y: auto;
    max-height: calc(100vh - 390px);
    height: calc(100vh - 390px);
    overflow-x: hidden;
}
.aiz-rounded-check {
    border-radius: 50%;
    background: 0 0;
    position: relative;
    height: 16px;
    width: 16px;
    border: 1px solid #d1d7e2;
}
.aiz-rounded-check:after {
    content: '';
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}

.aiz-megabox {
    position: relative;
    cursor: pointer;
}
.aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.aiz-megabox .aiz-megabox-elem{
    border: 1px solid #e2e5ec;
    border-radius: 0.25rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0.25rem
}
.aiz-megabox>input:checked~span .aiz-rounded-check:after {
    visibility: visible;
    opacity: 1;
}

.aiz-megabox>input:checked~.aiz-megabox-elem,
.aiz-megabox>input:checked~.aiz-megabox-elem {
    border-color: var(--primary)
}
.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.aiz-rounded-check {
    border-radius: 50%;
    background: 0 0;
    position: relative;
    height: 16px;
    width: 16px;
    border: 1px solid #d1d7e2;
}
.aiz-rounded-check:after {
    content: '';
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}

.aiz-megabox {
    position: relative;
    cursor: pointer;
}
.aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.aiz-megabox .aiz-megabox-elem{
    border: 1px solid #e2e5ec;
    border-radius: 0.25rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0.25rem
}
.aiz-megabox>input:checked~span .aiz-rounded-check:after {
    visibility: visible;
    opacity: 1;
}

.aiz-megabox>input:checked~.aiz-megabox-elem,
.aiz-megabox>input:checked~.aiz-megabox-elem {
    border-color: var(--primary);
}
.aiz-rounded-check::after {
    background: #122b40;
}
.jobs > li {
    display: grid;
    gap: 15px;
    border-radius: 16px;
    grid-template-columns: repeat(8, 1fr);
    margin-bottom: 0px;
}
.jobs li ul .example-image-link {
    position: relative;
    display: block;
}
.jobs li ul .example-image-link .badge {
    position: absolute;
    border-radius: 3px;
    right: 8px;
    top: 8px;
    font-weight: 400!important;
    height: auto;
    padding: 3px 5px 5px;
}
.job_dtl .d-flex:first-of-type {
    margin-bottom: 30px;
}
.job_dtl .d-flex:not(:first-child) {
    border-top: #E7EAEE 1px solid;
    padding-top: 30px;
    padding-bottom: 30px;
}
.job_dtl > .d-flex:last-of-type {
    border-bottom: 1px solid #E7EAEE;
}
.job_dtl .d-flex:last-of-type {
    border-bottom: #E7EAEE 1px solid;
}
.badge.pending {
    background: #005DE3;
}
.badge.approved {
    background: #08874B;
}
.badge.replace {
    background: #CFB701;
}
.badge.rejected {
    background: #FF3B30;
}
/*.jobs {*/
/*    border-bottom: #E7EAEE 1px solid;*/
/*}*/
.jobs li ul {
    border-radius: 16px;
}
.jobs li ul label {
    text-align: center;
    display: block;
    color: #191D23;
    font-size: 16px;
}
.jobs li ul img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 145px;
    object-fit: cover;
}
form.form.form-horizontal.mar-top {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
}
.lightboxOverlay {
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 99999!important;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none;
    height: 100vh!important;
}
.lightbox {
    width: 100%;
    z-index: 999999!important;
    font-weight: 400;
    outline: 0;
    position: fixed!important;
    top: 50%!important;
    transform: translateY(-50%);
}
.transparent_btn {
    background: transparent;
    border: none;
    color: #005de3!important;
    font-size: 16px;
    font-weight: 600;
    height: 42px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    cursor: pointer;
}




@media (max-width: 1400px) {
.container {
    max-width: 1170px;
    width: 100%;
}
.jobs > li {
   
    grid-template-columns: repeat(6, 1fr);
}
}

@media (max-width: 992px) {
    .container {
        max-width: 970px;
        width: 100%;
    }
	.jobs > li {
   
    grid-template-columns: repeat(6, 1fr);
}
}

.m-0  { margin: 0 !important; }
.m-1  { margin: 0.25rem !important; }   
.m-2  { margin: 0.5rem !important; }    
.m-3  { margin: 1rem !important; }      
.m-4  { margin: 1.5rem !important; }   
.m-5  { margin: 3rem !important; }     
.m-auto { margin: auto !important; }

.mt-0  { margin-top: 0 !important; }
.mt-1  { margin-top: 0.25rem !important; }
.mt-2  { margin-top: 0.5rem !important; }
.mt-3  { margin-top: 1rem !important; }
.mt-4  { margin-top: 1.5rem !important; }
.mt-5  { margin-top: 3rem !important; }

.mb-0  { margin-bottom: 0 !important; }
.mb-1  { margin-bottom: 0.25rem !important; }
.mb-2  { margin-bottom: 0.5rem !important; }
.mb-3  { margin-bottom: 1rem !important; }
.mb-4  { margin-bottom: 1.5rem !important; }
.mb-5  { margin-bottom: 3rem !important; }

.ms-0  { margin-left: 0 !important; }
.ms-1  { margin-left: 0.25rem !important; }

.me-0  { margin-right: 0 !important; }
.me-1  { margin-right: 0.25rem !important; }

.mx-0  { margin-left: 0 !important; margin-right: 0 !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.my-0  { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1  { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }

.p-0  { padding: 0 !important; }
.p-1  { padding: 0.25rem !important; }   
.p-2  { padding: 0.5rem !important; }    
.p-3  { padding: 1rem !important; }      
.p-4  { padding: 1.5rem !important; }   
.p-5  { padding: 3rem !important; }      

.pt-0  { padding-top: 0 !important; }
.pt-1  { padding-top: 0.25rem !important; }

.pb-0  { padding-bottom: 0 !important; }
.pb-1  { padding-bottom: 0.25rem !important; }

.ps-0  { padding-left: 0 !important; }
.ps-1  { padding-left: 0.25rem !important; }

.pe-0  { padding-right: 0 !important; }
.pe-1  { padding-right: 0.25rem !important; }

.px-0  { padding-left: 0 !important; padding-right: 0 !important; }
.px-1  { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }

.py-0  { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1  { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.grid {
    display: grid;
}
.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}
.custom_card {
    padding: 15px;
    box-shadow: none!important;
    margin: 0px;
    height: 100%;
    transition: 0.5s;
}
.custom_card:hover {
        transform: translateY(-5px);
}
.card_icons_grp {
    display: flex;
    gap: 15px;
    margin-bottom: 27px;
}
.card_title {
    color: #191D23CC;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}
.card_count {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin: 6px 0px 26px;
}
.icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007AFF26;
    border-radius: 8px;
}
.link_btn {
    font-size: 16px;
    color: #053985;
    font-weight: 600;
    text-align: left;
    display: flex;
    gap: 5px;
}

.d-flex          { display: flex !important; }
.d-inline-flex   { display: inline-flex !important; }
.flex-row        { flex-direction: row !important; }
.flex-row-reverse { flex-direction: row-reverse !important; }
.flex-column     { flex-direction: column !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }
.justify-content-start   { justify-content: flex-start !important; }
.justify-content-end     { justify-content: flex-end !important; }
.justify-content-center  { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around  { justify-content: space-around !important; }
.justify-content-evenly  { justify-content: space-evenly !important; }
.align-items-start   { align-items: flex-start !important; }
.align-items-end     { align-items: flex-end !important; }
.align-items-center  { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch  { align-items: stretch !important; }
.align-self-start   { align-self: flex-start !important; }
.align-self-end     { align-self: flex-end !important; }
.align-self-center  { align-self: center !important; }
.align-self-baseline { align-self: baseline !important; }
.align-self-stretch  { align-self: stretch !important; }
.align-content-start   { align-content: flex-start !important; }
.align-content-end     { align-content: flex-end !important; }
.align-content-center  { align-content: center !important; }
.align-content-between { align-content: space-between !important; }
.align-content-around  { align-content: space-around !important; }
.align-content-stretch { align-content: stretch !important; }
.flex-wrap        { flex-wrap: wrap !important; }
.flex-nowrap      { flex-wrap: nowrap !important; }
.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }
.gap-0 { gap: 0px; }
.gap-1 { gap: 0.25rem; /* 4px */ }
.gap-2 { gap: 0.5rem; /* 8px */ }
.gap-3 { gap: 1rem; /* 16px */ }
.gap-4 { gap: 1.5rem; /* 24px */ }
.gap-5 { gap: 3rem; /* 48px */ }
.custom_row {
    display: flex;
    flex-flow: wrap;
    row-gap: 20px;
}
.gy-1 {
  row-gap: 4px;
}

.gy-2 {
  row-gap: 8px;
}

.gy-3 {
  row-gap: 12px;
}

.gy-4 {
  row-gap: 16px;
}

.gy-5 {
  row-gap: 20px;
}

.checkjob-btn {
    font-size: 16px;
    border-radius: 35px;
    padding: 10px 10px 10px 20px;
    box-shadow: none;
    background: #005DE3;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin-top: 4px;
}

.checkjob-btn:hover {
    box-shadow: 0 4px 10px rgba(0, 93, 227, 0.5);
    transform: scale(1.02);
    color: #fff;
}

.card_header h4 {
    font-size: 20px;
    color: #191D23;
}
.round_bg {
    background: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    rotate: -45deg;
}
.client_logo {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}
.client-logo-img {
    margin-top: 100px;
}
#mainnav {
    background-color: #012A65;
    color: #afbbc7;
}
ul#mainnav-menu {
    padding: 15px;
}
#mainnav-menu>.active-link>a, #mainnav-menu>.active-link>a:hover {
    color: #fff;
    background: #005DE3;
    border-radius: 8px;
}
#mainnav-menu>.active-link>a::after {
    content: "";
    position: absolute;
    height: 80%;
    width: 5px;
    background: #fff;
    left: 0px;
    border-radius: 10px;
}
hr {
    border-color: rgb(239 243 253 / 10%);
}
.notification b {
    background: red;
    color: #ffffff;
    font-size: 10px;
    padding-top: 1px;
    border-radius: 20px;
    font-weight: 500;
    position: absolute;
    top: -5px;
    right: 1px;
    border: #fff 2px solid;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    justify-content: center;
}

.panel_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 0px;
}

        .panel_header .title {
            font-size: 24px;
            font-weight: 600;
            color: #333;
        }

.panel_header .search-container {
    flex-grow: 1;
    position: relative;
    max-width: 500px;
    min-width: 280px;
}

.panel_header .search-input {
    max-width: 500px;
    width: 100%;
    padding: 10px 15px 10px 40px;
    border: 1px solid #E8E8E8;
    border-radius: 50px;
    font-size: 14px;
    outline: none;
    background-color: white;
}
.panel_header .search-input::placeholder {
    color: #64748B!important;
}
.left_filter_area {
    max-width: 900px;
    width: 100%;
    justify-content: flex-end;
}
     .panel_header .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    line-height: 1;
}

        .panel_header .actions {
            display: flex;
            gap: 10px;
        }

        .panel_header .filter-btn {
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 8px 15px;
            background-color: white;
            border: 1px solid #e0e0e0;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            color: #555;
        }

.panel_header .add-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    background-color: #FF7A45;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    color: white;
    font-weight: 500;
    white-space: nowrap;
    height: 42px;
}

        .panel_header .add-btn:hover {
            background-color: #F25E2C;
        }

        .panel_header .icon {
            font-size: 16px;
        }
#container .table th:first-child {
    border-radius: 7px 0px 0px 0px;
}
#container .table th:last-child {
    border-radius: 0px 7px 0px 0px;
}
table.dataTable{
    border: none;
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #64748B;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(100,116,139,1)'%3E%3Cpath d='M14 14V20L10 22V14L4 5V3H20V5L14 14ZM6.4037 5L12 13.3944L17.5963 5H6.4037Z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 19px 16px;
    border: 1px solid #E8E8E8;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    border-radius: 50px;
    padding: 5px 29px 5px 10px;
    margin: 0px!important;
}
.btn-primary, .btn-primary:focus, .btn-primary:hover {
    background: #005DE3!important;
    border-color: #4c74b9 !important;
    color: #fff;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    border: none;
    padding: 7px;
    font-size: 14px;
    align-items: center;
}
.table_link {
    color: #053985;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #005de3;
    border-color: #005de3;
}
.fs-20 {
    font-size: 20px;
}
.color_orange {
    color: #FC712C;
    font-weight: 600;
}
.color_yellow {
    color: #D3A900;
    font-weight: 600;
}
.color_green {
    color: #008321;
    font-weight: 600;
}
.color_blue {
    color: #005DE3;
    font-weight: 600;
}
.subtitle {
    color: #053985;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
}
.accordion_title_list, .location_header {
    display: flex;
    gap: 10px;
    margin: 0px;
        align-items: center;
}
.accordion_title_list li, .location_header li {
    flex: 1;
}
.location_header {
    background: #E5F0FF;
    padding: 15px 10px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.location_header li:first-child {
    flex: none;
    flex-basis: 260px;
}
.location_header li:last-child {
    flex: none;
    flex-basis: 70px;
    text-align: right;
}
.accordion_title_list li:first-child {
    flex: none;
    flex-basis: 260px;
}
.accordion_title_list li:last-child {
    flex: none;
    flex-basis: 70px;
    text-align: right;
}
.location_header li {
    font-size: 16px;
    color: #053985;
    font-weight: 600;
}
.job_dtl {
    padding: 0px;
    list-style: none;
    padding: 15px 0px 0px;
    border-bottom: #E7EAEE 1px solid;
}
.job_details_panel .panel-title {
    padding: 0px 10px;
    line-height: 55px;
  
}
.job_details_panel.panel-default .panel-heading {
    background-color: #fff;
    border: none;
    box-shadow: none;
    min-height: 55px;
    padding: 9px;
}
.documents-row {
    display: grid;
    grid-template-columns: 1fr 1fr 100px 150px 150px;
    gap: 15px;
    border-bottom: rgb(229 229 229) 1px solid;
    align-items: center;
    padding: 10px 0px;
}
.documents-row .btn-primary {
    width: max-content;
    padding: 5px 10px;
    margin-left: auto;
}
.documents-row h4 {
    font-size: 16px;
    font-weight: 400;
}
.theme_color {
    color: #053985;
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
}
.accordion_title_list li:last-child img {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #005DE333;
    border-radius: 50px;
}
.panel-heading {
    position: relative;
    height: auto;
    padding: 20px;
    color: #4d627b;
}
.formCustom .panel-title {
    font-size: 20px;
    color: #053985;
    padding: 0px;
    font-weight: 600;
    line-height: 25px;
}
.accordion_title_list li {
    color: #191D23;
    line-height: 32px;
}

.btn-info, .btn-info:focus {
    background-color: #005DE3;
    border-color: #005DE3!important;
    color: #fff;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
}
.btn-info:hover, .btn-info:focus {
    background: #005DE3!important;
    box-shadow: 0px 5px 10px rgb(0 93 227 / 36%) !important;
    border-color: #005DE3!important;
}
.btn-danger, .btn-danger:focus {
    background-color: #FC712C;
    border-color: #FC712C!important;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
}
.btn-danger:hover, .btn-danger:focus {
    background: #FC712C!important;
    box-shadow: 0px 5px 10px rgb(252 113 44 / 34%) !important;
    border-color: #FC712C!important;
}
.has-data {
    margin-top: 30px;
    margin-bottom: 30px!important;
}
.check-box input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check-box label {
  position: relative;
  cursor: pointer;
}

.check-box label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #005de30d;
    border: 2px solid #a8c7f4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.check-box input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #005DE3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.btn-border {
    border: #005de3 1px solid;
    color: #005de3;
}
.removeBtn {
    font-size: 13px;
    padding: 7px 12px;
    background: transparent;
    border: none;
    outline: none;
}
.room_lists {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
.room_list {
    border: 1px solid #E7EAEE;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.room_list input {
    border: none;
    font-size: 16px;
    color: #191D23B2;
    font-weight: 400;
    width: 100%;
    padding: 0px;
}
.job_dtl p {
    width: 100%;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
}

.custom-file-upload {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #E7EAEE;
    border-radius: 8px;
    height: 42px;
    padding: 4px;
}
.custom-file-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.upload-btn {
    background-color: #e9e9e9;
    color: #2a2a2a;
    padding: 6px 9px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}
    .file-name {
        font-size: 14px;
        color: #333;
    }

.location_row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.location_item {
    border: 1px solid #E7EAEE;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.location_item input {
    border: none;
    outline: none;
    font-size: 14px;
    color: #191D23B2;
    font-weight: 500;
}


.engineer-item {
    padding: 1rem 2rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    background: #005de314;
    border-radius: 10px;
}



.engineer-name a {
    color: #333;
}
.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #005de3;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-right: 1rem;
}

        .engineer-name {
            font-weight: 500;
        }


body .select2-container--default .select2-results__option[aria-selected="true"]:hover, body .select2-container--default .select2-selection--multiple .select2-selection__choice, body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #012a65;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    font-size: 12px;
    padding: 3px;
    display: inline-block;
}

.mar-all {
    margin: 15px;
    width: 100%;
}
select#filterSelect {
    float: right;
    margin-right: 0px;
}
.cirtifickate {
    position: relative;
    display: table;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}
.downLoad_btn {

    background: #FF7A45;
    color: #ffffff;
    padding: 3px;
   
}
.cirtifickate img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}
.avatar svg {
    width: 22px;
    height: 22px;
}
.row-gap-4 {
    row-gap: 15px
}
.example-image {
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}
#container .table th {

    white-space: nowrap;
}

.country_input_cont {
    position: relative;
}
.country_input_cont .country_code {
    position: absolute;
    height: 81%;
    left: 3px;
    top: 4px;
    font-size: 16px;
    color: #555;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 24px 18px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-position-x: 34px;
    padding-right: 24px;
    padding-left: 5px;
    outline: none;
    background-color: #012a6514;
    border-radius: 5px;
}
.country_input_cont .form-control {
    padding-left: 65px;
}


.document-row {
    grid-template-columns: 400px 1fr;
}
.documents-listing {
    border-bottom: 1px solid #0000001A;
}
.document-info {
    padding: 8px 12px;
    border: 1px solid #E7EAEE;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
    border-radius: 4px;
}
.measure-group ul {
    padding-left: 18px;
}
.measure-title {
    list-style: disc;
    font-size: 16px;
    font-weight: 600;
}
.document-actions .delete-btn {
    padding: 0px 0px 0px 10px;
    border-radius: 0px;
    margin-left: 10px;
    line-height: 1;
    border-left: 1px solid #00000033;
}
.document-name, 
.document-number

{
    font-size: 16px;
    font-weight: 400;
    color: #191D23B2;
}
.sub_ttl {
    font-weight: 600;
    color: #191D23;
    font-size: 20px;
}
#container .document-row  .badge {
    font-size: 16px;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: 4px;
    margin-left: 10px;
}
.status-txt {
    color: #191D23;
    font-size: 16px;
    font-weight: 600;
}
.document-row .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #E7EAEE;
    height: auto;
    padding: 6px;
}
.select2-container--default .select2-selection--single.activeDrop {
    border-radius: 8px 8px 0px 0px;
} 
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -2.5px;
    border: 1.5px solid #191D23B2!important;
    width: 11px;
    height: 11px;
    rotate: 45deg;
    border-top: 0px!important;
    border-left: 0px!important;
    transition: 0.5s;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    rotate: 226deg;
    margin-top: 6px;
}
.select2-dropdown {
    border: 1px solid #E7EAEE;
    box-shadow: none;
}
.select2-container--open .select2-dropdown--below {
    box-shadow: none
}
.selectDrop {
    border: 1px solid #E7EAEE;
    border-top: none;
    border-radius: 0px 0px 8px 8px;
    padding: 10px;
    display: none;
    min-height: 60px;
}
.selected-txt {
    color: #191D23CC;
    font-size: 16px;
    font-weight: 600;
}
#job-documents-form .btn-primary {
    padding: 10px 15px;
}
#job-documents-form  .remove-row {
    width: 40px;
    height: 40px;
    padding: 0px;
    margin-left: auto;
    display: table;
}
#job-documents-form  .other-document-input {
    margin-top: 10px;
}
#job-documents-form  .other-document-input .form-control {
    border: 1px solid #E7EAEE!important;
    font-size: 14px;
    font-weight: 400;
}

#job-documents-form  .btn-link {
    color: #005de3;
    border-color: transparent;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

#job-documents-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #191D23B2;
}


.buttons_group {
    display: flex;
    gap: 5px;
    margin-bottom: 14px;
}
.buttons_group .pdf_link {
    border: #005de3 2px solid;
    line-height: 1;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
    color: #005de3;
    font-weight: 500;
}


.counts p {
    margin: 0px;
    width: auto;
    background: #005de314;
    padding: 7px 10px;
    border-radius: 10px;
    border: #e2e3e4 1px solid;
}

table.dataTable.no-footer {
    border-bottom: none!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px;
    border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    /*border: 1px solid rgba(0,0,0,0.07)!important;*/
    margin: 0px!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background-color: #005de3!important;
    border-color: #005de3!important;
}
.measure-group {
    display: grid;
    grid-template-columns: 30px 1fr 1fr 100px 160px 160px;
    gap: 20px;
}
.measure-group h4 {
    font-size: 16px;
    margin: 0px;
}
.measure-group {
    display: grid;
    grid-template-columns: 30px 1fr 1fr 100px 160px 160px;
    gap: 20px;
    border-bottom: #e7e7e7 1px solid;
    padding-bottom: 15px;
	align-items: center
}
.measure-group:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.measure-group .form-check {
    display: flex;
}
