[tabindex="4"]{
    z-index: 101 !important;
}


body{
    min-height: 100vh;
}
.profile-picture {
    background-color: #dedfde;
    border-radius: 50%;
    text-transform: uppercase;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.show {
    display: block;
}

p.small {
    position: relative;
}

.show-span-hover {
    font-size: 13px;
    line-height: 14px;
    display: inline-block;
    text-align: left;
    max-width: 200px;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    position: absolute;
    bottom: 30px;
    letter-spacing: 0.3px;
    border: 1px solid gray;
    left: calc(50% - 100px);
    display: none;
}

.show-span-hover:after {
    content: '';
    position: absolute;
    left: 18px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #b7b7b7;
    clear: both;
    bottom: -6px;
    left: calc(50% - 5px);
}

.hover-p:hover .show-span-hover {
    display: block;
}
input[type='date']{
    padding: 0.75em 0.5em 0.75em 1em;
    border-color: lightgray;
    border-width: 2px;
}

.multipleSelected-ul a span:first-child{
    width: calc(100% - 20px);
}

.fake-input-button span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
button:disabled{
    background: gray;
    color: white;
}
button:disabled:hover{
    background: gray;
    color: white;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
}
input[type="date"]::-webkit-calendar-day[disabled] {
    color: #999;
    pointer-events: none;
    background-color: #f2f2f2;
}

.hide-option{
    z-index: -1;
    background: #e3e3e3;
    color: gray;
    user-select: none;
}
.zero-words{
    font-size: 14px;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 0px 40px;
}
.disabled-row #select{
    z-index: -1;
}
.disabled-row #select .select-label{
    background: #eaecef;
}
.display-none{
    bottom: -100px;
    /*background: #0000000f;*/
    position: absolute;
    right: 0;
    left: 0;
    height: 77px;
    top: 0;
    z-index: 9999;
    top: 46px;
}
.guaranteed-check{
    position: relative;
}
.guaranteed-check.active .display-none{
    display: none;
}
#myUL11{
    columns: 4; /* Set the number of columns */
    column-gap: 20px; /* Adjust the gap between columns */
    list-style-type: none; /* Remove default bullet points */
}
#myUL11 li{
     break-inside: avoid;
}
.no-styling{
    color: #000 !important;
    text-decoration: none !important;
}
.popular-li{
    font-weight: bold;
    cursor: pointer;
}
.modal-header{
    border-bottom: 1px solid #abb3bd;
}
.modal-footer{
    border-top: 1px solid #abb3bd;
    border-top: 1px solid #abb3bd;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.icon-date{
    position: absolute;
    right: 25px;
    top: 14px;
    opacity: 0.7;
    text-indent: inherit;
}

[tabindex="5"] {
    cursor: pointer;
}
/* [tabindex="5"]:hover{
    border: 2px solid #043ba9;
} */
.guaranteed-check input[type='date']{
    background: #dedede;
}
.guaranteed-check #select>li span.select-label{
    background: #dedede;
}
.guaranteed-check.active input[type='date']{
    background: #fff;
}
  .guaranteed-check.active #select>li span.select-label{
    background: #fff;
}
[data-value="null"] {
  display: none !important;
}
/*  Komal  */
.quote_notefooter {
    display: flex;
    align-items: baseline;
    justify-content: center;

}
.modal-footer {
    /* justify-content: space-between !important; */
    align-items: baseline !important;
}
.quote_notefooter p {
    margin-left: 10px;
    font-size: 13px;
}
.quote_new_btn{
    display: flex;
    align-content: center;
    justify-content: center;
}
.quote_new_btn a{
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-left: 10px;
}
.quote_new_btn .btn-continue{
    padding: 6px 10px !important;
    font-size: 12px !important;
}

/* 20/09/23*/
#files-area{
    margin-top: 2% !important;
    margin-bottom: 3% !important;
}

#files-area .file-block {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    padding: 8px;
    padding-left: 15px;
    position: relative;

}
.wordsForPages{
    position: absolute;
    top: 2.1rem;
    left: 4.7rem;
    font-size: 10px;
    color: green;
}

#files-area .file-block > div:first-child
{
    width:100%;
}
#files-area .file-block > div:not(:first-child)
{
    width:100%;
    margin-top: 30px;
}
.blue-background{
    background: #043ba9;
}
.gray-background{
    background: blue;
}
.more-complex-section > div:not(:first-child) {
    /* flex: 0 0 19% !important; */
    text-align: center;
}
.inner-card-tab {
    margin-top: 20px;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    background: #eaebeb;
}
h6.title {
    margin-bottom: 0px;
}
#pageSpan{
    display: flex;
    font-size: 12px;
    opacity: 0.6;
    align-items: center;
    margin-top: -3px !important;
    position: relative;
    margin-left: -25px;
}
#fileCountSpan{
    position: relative;
    margin-top: -7px;
    margin-left: -25px;

}
.fake-input .left-border{
    margin-left: -15px !important;
}
#fileCountSpan .bi.bi-paperclip{
    position: relative;
    left: -4px;
    font-size: 12px;
    margin-right: -4px;
}
.fa-info-circle {
    font-size: 13px;
    margin-left: 3px;
    cursor: pointer;
}
.info-span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 3px;
    color: rgba(32, 86, 194, 0.811);
    cursor: pointer;
}

.app-tooltip {max-width: 400px !important;}

/* Caret Top */
.app-tooltip[data-position="bottom"]::before {
    left: 10px !important;
}

/* Caret Bottom */
.app-tooltip[data-position="top"]::before {
    left: 10px !important;
}

.ul-div {
    font-size: 13px;
    padding: 0px 20px !important;
}
.ul-div.top_contacts {
    padding-left: 20px;
    padding-bottom: 3px;
    display: flex;
    flex-direction: column;
}

.ul-div.top_contacts .right-div {
    text-align: center !important;
    margin-bottom: 10px;
    font-size: 13px;
}
.ul-div .right-div {
    position: relative;
    /* top: 13px; */
    text-align: right;
}

.ul-div .tags {
    margin-top: -6px;
}

.right-side .bottom-bar {
    margin-top: 20px;
}

.credit-balance.credit-blnc-new {
    padding-right: 0px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px !important;
    position: relative;
    border: 10px !important;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.ul-div .tags {
    color: black !important;
    font-weight: 600 !important;
}

#credit_line_format span.hide-span {
    display: none;
    position: absolute;
    left: 0;
    bottom: 23px;
    background: #393939e0;
    padding: 3px 8px;
    border: 1px solid lightgray;
    cursor: pointer;
    /* opacity: 0; */
    border-radius: 4px;
    transition: all 0.3s;
    width: 15rem;
}

#credit_line_format:hover span.hide-span {
    /* opacity: 1; */
    display: block;
    cursor: pointer;
}

#number_value {
    position: relative;
    cursor: pointer;
}

#credit_line_format span.hide-span p {
    margin-bottom: 0;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
}

.right-side .top--bar {
    margin: auto;
    border-top: 1px solid lightgray;
    border-bottom: 0px;
    padding-bottom: 10px !important;
}

.tab-row {
    margin-top: 0px !important;
}

.fs-4 {
    font-size: 17px !important;
    margin-right: 6px !important;
}

#form_panel a {
    font-size: 12px !important;
}

.PagePerWordSpan {
    font-size: 10px;
    margin-left: 5px;
    color: #348b34;
    font-weight: 600;
}

#files-area span.name {
    width: 55% !important;
}
.wordCountxt{
    width: 22% !important;
}
.ul-div.top_contacts{
    /* flex-direction: unset !important; */
}
.ul-div .right-div{
    top: 0;
    /* margin-top: 10px; */
}

 #fileCountSpan{
         top: 0;
     }
#select>li.up.visible ul.select-menu {
z-index: 999;
}

/*Responsive Styling*/
@media screen and (max-width: 1200px) {
.more-complex-section > div:not(:first-child){
    /* flex : 0 0 17% !important; */
}
    #myUL11{
        columns: 3;
    }

}

@media screen and (max-width: 992px) {
    .more-complex-section{
        display: block
    }
    .more-complex-section > div:not(:first-child){
        display: inline-block;
        min-width: 197px;
    }
    #upload-file-text p{
            margin-top: 15% !important;
    }
}
 @media screen and (max-width: 766px) {
     a.profile-picture{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
     }
      #myUL11{
        columns: 2;
    }

}
@media screen and (max-width: 600px) {
    .more-complex-section > div:not(:first-child){
        display: block;
        min-width: auto;
    }
     #upload-file-text p{
            margin-top: 25% !important;;
    }
    #credit_line_format span.hide-span{
        width: 10rem;
    }
      #myUL11{
        columns: 1;
    }
    #select>li ul.select-menu.responsive .select-close{
        font-size: 28px !important;
    }
    .quote_new_btn .btn-continue{
        width: 50%;
        text-align: center;
    }
    #form_panel a.btn-continue{
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media screen and (min-width: 1200px) {
   .credit-blnc-text{
    white-space: nowrap;
   }

}
.updated-prices {
    border-color: transparent;
    color: #ffffff;
    background-color: #043ba9;
    box-shadow: 1px 3px 4px lightgray;
}
.updated-prices:hover{
    border-color: #043ba9;
    background-color: #ffffff;
    color: #043ba9;
}

/*   Latest CSS */
.span-info{
    font-size: 11px
}
.custom-profile-email{
    display: block;
    position: relative;
    left: 24px;
    top: -5px;
}
.span-info .bi{
    position: relative;
    top: 2px;
    font-size: 13px;
}
.credit-blnc-text{
/*        font-size: 11px;*/
    position: relative;
    top: -8px;
}
.ul-div.top_contacts{
    position: relative;
    top: 8px;
}
.span-info-font{
    font-size: 11px;
}


/* komal 11/18/2024   */

.profile-picture .dropdown-menu a.dropdown-toggle {
display: none;
}
.profile-picture ul.dropdown-menu {
transform: translate3d(-156px, 48.2px, 0px) !important;
width: max-content;
max-width: max-content;
}
   .profile-picture .dropdown-toggle::after {
    vertical-align: -1.026em !important;
    color: #043ba9;
}

.profile-picture ul.dropdown-menu li a {
border-bottom: 1px solid lightgray !important;
width: 100%;
}
  .profile-picture ul.dropdown-menu li:last-child a {
border-bottom: 0px !important;
width: 100%;
}

.profile-picture a .first-word-span {
    border-radius: 100px !important;
}
.card-price.box {
    margin-top: 5px !important;
}
a.dropdown-toggle {
    padding: 10px 10px !important;
}
.first-word-span {
/*
    border-radius: 100px !important;
    padding: 10px 10px !important;
*/
}
.profile-picture .dropdown-toggle::after {
    display: none;
}
.child-dropdown-menu {
    padding: 0
}
.child-dropdown-menu li a {
    padding: 5px 10px;
    transition: all 0.3s;
    font-size: 13px;
}
 .child-dropdown-menu li:not(:first-child) a:hover {
        background: #d3d3d3;
}

   .child-dropdown-menu li:first-child a {
        cursor: text;
}


.child-dropdown-menu::after {
    content: "";
    position: absolute;
    top: -7px;
    right: -2px;
    transform: translateX(-50%) rotate(0deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #033ba9 transparent;
}
.child-dropdown-menu {
    inset: 0px auto auto -130px !important;
    width: 100px !important;
}
#attestation_checkbox, #courier_price_checkbox {
    position: relative;
    top: -2px;
}
/* #courier_div {
    position: relative;
    top: -47px;
    left: 150px;
} */
table.ui-datepicker-calendar {
    padding: 10px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    width: 200px;
}
#ui-datepicker-div {
    background: white !important;
    border-radius: 4px;
    border: 1px solid lightgray;
}
.ui-datepicker-header {
    padding: 0 10px;
}
.ui-datepicker-next.ui-corner-all {
    margin-left: 110px;
}
 @media only screen and (max-width: 600px) {
    #courier_div{
        top: unset;
        left: unset;
    }
}
