﻿.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6e707e !important;
    line-height: 34px !important;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2 !important;
}

.hide-btn {
    display: none;
}

body {
    overflow-x: hidden;
}

.divGallaryImages {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

.divDeleteGallaryImage {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.divError {
    font-size: 14px;
    line-height: 16px;
    color: red;
    height: 13px;
}

.divErrorTwo {
    font-size: 14px;
    line-height: 16px;
    color: red;
    height: 25px;
}


/* Success Message End */
div.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 10px;
    right: 260px;
    font-size: 18px;
    text-align: right
}

div.alert-danger {
    max-width: 850px;
    text-align: center;
}

div.alert-status, .alert-warning {
    max-width: 900px;
}

.divImage {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

.divDeleteImage {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.divFileBox {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

.divFileBoxTwo {
    width: 120px;
    height: 120px;
    display: inline-block;
    position: relative;
    margin-right: 0;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 15px;
    margin-bottom: 0;
}

.divDeleteFile {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.divParentMenu {
    border: 1px solid #e1e1e1;
    padding: 5px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #e1e1e1;
    width: 100%;
}

.mt-2rem {
    margin-top: 2rem !important;
}

.tag-div {
    width: fit-content;
    background: #005FAA;
    border-radius: 22px;
    padding: 5px 10px;
    color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    /*font-size: 16px;
        line-height: 20px;*/
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
}

.close-icon {
    cursor: pointer;
}

.newsTaginputRow {
    display: none;
}

.publishStatusCircle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.publishColor {
    background-color: green;
}

.notPublishColor {
    background-color: red;
}

.fontSize-16 {
    font-size: 16px;
}

.action-minWidth-One {
    min-width: 100px;
}

.index-date-minWidthOne {
    min-width: 185px;
}

.index-date-maxWidthOne {
    max-width: 200px;
}

.index-srNo-minWidth {
    min-width: 85px;
}

.jobIndex-Action-minWidth {
    min-width: 175px;
}


.data {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px !important;
    cursor: pointer;
}

.dataStyleTwo {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 60px !important;
    cursor: pointer;
}

.jobShipperInvoice-pckDtTable {
    margin-left: -10px;
}

.alert-status {
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de;
}

@media (min-width: 1200px) {
    .action-minWidth-One {
        max-width: 110px;
    }
}

.logo-image {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('logoImage/QshipLogoNew.svg');
    filter: brightness(10);
}

.houseNoLabel {
    margin-left: 10px;
    margin-bottom: 0;
}


.min-width-10 {
    min-width: 10rem !important
}


@media (min-width: 768px) {
    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem 0.7rem !important;
        width: 14rem;
    }
}


.min-width {
    min-width: 140px !important;
}

.margin-top-2 {
    margin-top: 2rem !important;
}
