/*Css for contract module  */
.contract_react {
    width: 100%;
}

.contract_react .pos-rel {
    position: relative;
}

.contract_react .field-ele {
    position: relative;
}

.contract_react .field-ele:hover .remove-circ,
.contract_react .img_cont:hover .remove-circ {
    display: block;
}

.contract_react .full-w {
    width: 100%;
}

.contract_react .full-img {
    width: 100%;
    height: 100%;
}

.contract_react .remove-circ {
    display: none;
    position: absolute;
    top: -6px;
    right: 0px;
}

.contract_react .remove-circ-c {

    position: absolute;
    top: 8px;
    right: 38px;

}

.contract_react .add-circ {
    position: absolute;
    top: 8px;
    right: 8px;
}

.contract_react .add-circ:hover {
    cursor: pointer;
}

.contract_react .term_co {
    align-self: flex-start;
    margin-top: 8px;
}

.contract_react .remove-circ:hover {
    cursor: pointer;
}

.contract_react .remove-circ-c:hover {
    cursor: pointer;
}

.contract_react .count-1 {
    background-color: #d0cece;
    /* padding: 2px 10px; */
    color: #d0cece;
}

.contract_react .count-2 {
    background-color: #4472c4;
    /* padding: 2px 10px; */
    color: #4472c4;
}

.contract_react .count-3 {
    background-color: #70ad47;
    /* padding: 2px 10px; */
    color: #70ad47;
}

.contract_react .count-4 {
    background-color: #f00;
    /* padding: 2px 10px; */
    color: #f00;
}

.contract_react .count-5 {
    background-color: #ed7d31;
    /* padding: 2px 10px; */
    color: #ed7d31;
}

.contract_react .count-1 .active {
    background-color: var(--primary-color);
}

.contract_react .mt-35 {
    margin-top: 35px;
}

.contract_react .top-txt {
    font-size: 2em;
}

.contract_react .txt-nrml {
    font-weight: 100;
}

.contract_react .top-txt2 {
    font-size: 1.1em;
    color: #000;
}

.contract_react .contain {
    background-color: white;
    margin: 5px 8px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.contract_react .flex-col {
    display: flex;
    flex-direction: column;
}

.contract_react .input-group-prep {
    height: 38px !important;
    display: flex;
    margin-right: -1px;
}

/* .contract_react .op-1{
    background-color: yellow;
    color: black;
}
.contract_react .op-2{
    background-color: rgb(0, 119, 255);
    color: white;
}
.contract_react .op-3{
    background-color: rgb(43, 255, 0);
    color: black;
}
.contract_react .op-4{
    background-color: rgb(255, 8, 0);
    color: white;
}
.contract_react .op-5{
    background-color: rgb(194, 208, 216);
    color: black;
} */

.contract_react .basic-op:hover {
    box-shadow: none;
}

.contract_react .d-flex-sb {
    display: flex;
    justify-content: space-between;
}

.contract_react .d-flex-sa {
    display: flex;
    justify-content: space-around;
}

.contract_react .modal-header {
    background-color: var(--primary-color);
    color: white;
}

.contract_react .img_cont {
    width: 80px;
    height: 80px;
    position: relative;
}

.contract_react .table-responsive td,
.contract_react .table_responsive td {
    text-transform: capitalize;
}

.contract_react .table_responsive {
    display: block;
    width: 100%;
}

.contract_react .form_container {
    max-height: 520px;
    overflow-y: auto;
}

.freight-create {
    width: 100%;
}

.contract_react .ele-container {
    min-height: 200px;
    border: 1px dashed grey;
    background-color: #f8f8f8;
    margin: 45px;
    position: relative;
    padding-right: 80px;
}

.contract_react .ele-container-active {
    min-height: 200px;
    border: 2px dashed grey;
    background-color: #f8f8f8;
    margin: 45px;
    position: relative;
    padding-right: 80px;
}

.freight-create .inputfield {
    font-family: GOTHIC;
    border-radius: .1rem;
    outline: initial !important;
    box-shadow: none !important;
    font-size: .7rem;
    padding: .5rem .5rem .5rem;
    line-height: 1.5;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #212121;
}

.contract_react .modal-body {
    /* width:450px; */
    /* height: 300px; */
    padding: 0px;
    padding-bottom: 15px;
    gap: 15px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: #fff;
}

.contract_react .modal-body .closeBt {
    cursor: pointer;
    background: #fff;
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 600;
    position: absolute;
    height: 30px;
    width: 30px;
    top: -15px;
    right: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-bottom: 6px;
}

.contract_react .margin-10 {
    margin: 10px;
}

.contract_react .padding-10 {
    padding: 10px;
}

.contract_react .field_border {
    border: 1px solid lightgray;
}

.contract_react .margin-20 {
    margin: 20px;
}

.sign-pad {
    width: 80%;
    height: 110px;
    background-color: #fff;
    align-self: center;
    border: 1px solid black;
}

.align-Center {
    align-self: center;
}

.contract_react .text-high {
    text-transform: capitalize;
    font-weight: 600;
    margin-left: 5px;
}

.contract_react .text-bold {
    text-transform: capitalize;
    font-weight: 600;
}

.contract_react .overlay {
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 5;
}

.contract_react .overlay {
    background-color: rgba(49, 49, 49, 0.8);
}

.contract_react .mr-18 {
    margin-right: 18px;
}

.contract_react .content-m {
    gap: 7vw;
    padding: 0em 1em;
}

.contract_react .bordered {
    width: 50%;
    border: 2px solid grey;
}

.contract_react .colSelect {
    background-color: #989898;
    color: #fff;
}

.contract_react .flex-evenly {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    gap: 5px;
}

.contract_react .pagination-btn {
    width: 5em;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: #fff;
    margin-left: 1em;
    cursor: pointer;
}

.flex-evenly>i {
    cursor: pointer;
}

.contract_react .l-m-30 {
    margin-left: 30px;
}

.contract_react .l-m-5p {
    margin-left: 5%;
}

.contract_detail .d-flex-je,
.contract_react .d-flex-je {
    display: flex;
    justify-content: flex-end;
}

.contract_detail .d-flex-jc,
.contract_react .d-flex-jc {
    display: flex;
    justify-content: center;
}

.contract_react .limit-select {
    border: 1px solid #d7d7d7;
    height: 35px;
    border-radius: .1rem !important;
    line-height: 1.42857143;
    padding: 6px 24px 6px 12px;

}

.contract_detail .mb-8px {
    margin-bottom: 8px;
}

.contract_detail .font-2 {
    font-size: 1.5em;
}

.contract_detail .font-1 {
    font-size: 1.1em;
}

.contract_detail .detail-padding {
    padding: 1em;
    background: #e6e7e8;
}

.contract_detail .row-white {

    background: #fff;
}


.contract_detail {
    width: 100%;
}

.contract_react .flex-b-40 {
    flex-basis: 40%;
}

.contract_react .flex-b-45 {
    flex-basis: 45%;
}

.contract_react .filter_clear_btn {
    position: absolute;
    top: 10px;
    right: 58px;
    font-size: 12px;
    text-decoration: underline;
    color: #686868;
    cursor: pointer;
}

.contract_react .sides-p45 {
    padding: 0px 45px;
}

.contract_react .flex-b-60 {
    flex-basis: 60%;
}


.contract_react .w-150 {
    width: 150%;
}

.width-min-250 {
    min-width: 250px;
}

.contract_detail .detail-table {
    border: 1px solid var(--primary-color);
    width: 100%;
}

.contract_detail .bg-orng {
    background-color: var(--primary-color);
    color: white;
}

.contract_detail .bg-grey {
    background-color: #999;
    color: white;
}

.contract_detail .headC,
.contract_react .headC {
    text-align: center;
}

.contract_detail .side-line {
    border-right: 1px solid var(--primary-color);
}

.contract_detail .detail-table .down-line {
    border-bottom: 1px solid var(--primary-color);
}

.contract_detail .detail-table .textL {
    text-align: left;
}

.detail-table .dataImg {
    width: 90px;
    height: 90px;
    border: 1px solid var(--primary-color);
}

.detail-table .imageRow {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contract_detail .c-w-40,
.contract_react .c-w-40 {
    width: 40%;
}

.contract_detail .c-w-25,
.contract_react .c-w-25 {
    width: 25%;
}

.contract_react .c-w-45 {
    width: 45%;
}

.contract_react .clearSign_btn {
    padding-right: 10%;
    text-align: right;
}

.contract_react .clear_btn {
    background-color: red;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    border: none;
    outline: none;
    border: 1px solid red;
    cursor: pointer;
}

.contract_react .clear_btn:hover {
    background-color: white;
    color: red;
}


.contract_react .c-w-50 {
    width: 50%;
}

.contract_react .c-w-100 {
    width: 100%;
}

.contract_react .c-fw-100 {
    font-weight: 100;
    margin-left: 5px;
}

.contract_detail .w-10em {
    width: 10em;
}

.freight-create .gap-2,
.contract_react .gap-2 {
    gap: 2em;
}

.contract_react .imgUploadrow {
    display: flex;
    justify-content: flex-start;
}

.contract_react .d-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.contract_react .d-flex {
    display: flex;
    flex-direction: row;
}

.contract_react .d-flex-g1 {
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.contract_react .d-flex-g05 {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
}

.contract_react .tr-inpt {
    position: absolute;
    top: 30px;
    right: 12px;
    display: flex;
    gap: 7px;
}

.contract_react .lab-inpt {
    margin-top: 8px;
}

.contract_react .img_preview_container {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    position: relative;
    width: 100%;
    padding: 1em 1em;
    max-height: 400px;
    overflow: auto;
}

.contract_react .img_preview_wrap {
    flex-basis: calc(20% - 20px);
}

.contract_react .f-basis100 {
    flex-basis: 100%;
}

.img_preview_wrap .img_preview_item {
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    position: relative;
    height: 150px;
}

.contract_react .alsc-flex {
    display: flex;
    align-items: center;
}

.contract_react .close-icon {
    content: "\e082";
    color: red
}

.contract_react .cust-big-icon {
    font-size: 25px;
    cursor: pointer;
}

.contract_react .cust-sm-icon {
    font-size: 13px;
    cursor: pointer;
}


.img_preview_container .img_preview_item>img {
    max-width: 100%;
    max-height: 100%;
}

.contract_react thead {
    background-color: var(--primary-color);
    color: #fff;
}

.contract_react .eyeIcon {
    color: #717070;
    font-size: 16px;
    cursor: pointer;
}

.contract_react .editIcon {
    color: var(--primary-color);
    font-size: 16px;
    cursor: pointer;
}

.contract_react .deleteIcon {
    color: #d51313;
    font-size: 16px;
    cursor: pointer;
}

.contract_react .linkIcon {
    font-size: 14px;
    cursor: pointer;
}