body {
    font-family: 'Poppins';
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.5;
    color: #838383;
}
::-webkit-scrollbar {width: 7px; background-color: rgba(255,255,255,0.6);}
::-webkit-scrollbar-thumb {background-color: #ccc;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{ margin-bottom: 1rem;}
.btn{ font-size: 1rem!important; font-weight: 500;}

.logo {
    float: left;
    margin-top: 33px;
}

.loginarea {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.leftbg {
    background-color: #fafafa;
    position: absolute;
    height: 100vh;
    width: 63%;
    left: -15px;
}

.loginimg {
    max-width: 635px;
}

.loginheading {
    font-weight: 700;
    color: #242424;
    font-size: 32px;
    font-family: 'Poppins';
}

.labels {
    color: #242424;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.loginform .form-control,
.input-field .form-control {
    border: 1px solid #b4b4b4;
    padding: 12px .75rem 12px 58px;
    color: #242424;
    font-size: .9rem;
    border-radius: 6px;
}
.loginform .form-group{ margin-bottom: 1rem;}
.secondrow{position: absolute;
    height: 100vh;
    margin-top: 0px!important;
    top: 90px;
    align-items: center;
    width: 100%;}

.secondrow p, .Custmcheck{ color: #838383}
.loginpage .row:first-child{ z-index: 100;}

.form-control {
    padding: 12px 20px;
    color: #242424;
    font-size: 14px;
    border: 1px solid #b4b4b4;
    border-radius: 6px;
}
textarea.form-control{ height: 100px;}

.form-group {
    margin-bottom: 1rem;
}

.input-field {
    width: 100%;
    position: relative;
}

.input-field img {
    position: absolute;
    top: 12px;
    left: 25px;
}

.form-check-label {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
}

.loginbtn {
    background-color: #cb4e0b;
    border-color: #cb4e0b;
    width: 100%;
    color: #fff;
    padding: 12px 15px;
    font-weight: 500;
}
.loginbtn:hover {
    background: #cb4e0b;
    border-color: #cb4e0b;
}

.forgot_password {
    text-align: right;
    display: block;
    font-weight: 600;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    color: #838383;
}

.forgot_password:hover {
    text-decoration: none;
    color: #838383;
}

.Custmcheck {
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Custmcheck label {
    padding-left: 13px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
}

.Custmcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.check {
    position: absolute;
    top: 0px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #cb4e0b;
    border: 1px solid #cb4e0b;
    cursor: pointer;
    border-radius: 8px;
}

.Custmcheck input:checked~.check {
    background-color: #cb4e0b;
    border: 0px solid #cb4e0b;
}

.check:after {
    content: "";
    position: absolute;
    display: none;
}

.Custmcheck input:checked~.check:after {
    display: block;
}

.Custmcheck .check:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header {
    width: 100%;
    border-bottom: 2px solid #e5eaf0;
    padding: 10px 0;
}

.navbar {
    padding: 0;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
}

.nav-item {
    padding-top: 5px;
}

.navbar-light .navbar-nav .nav-link {
    color: #242424;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #cb4e0b;
}

.nav-item.dropdown {
    padding-top: 0;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active {
    color: #6fa430;
    text-decoration: none;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 14px;
    height: 8px;
    margin-left: 12px;
    content: "";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
    background: url(../images/icons/arrow-down.png);
}

.main_container {
    width: 100%;
}

.left-nav-tabs {
    width: 100%;
    float: left;
    padding: 0px 0px 20px 0px;
    border-right: 2px solid #e5eaf0;
    height: 100%;
    position: relative;
}

.left-nav-tabs:before{ content: "";
    position: absolute;
    height: 100%;
    background: #fafafa;
    width: calc(100% + 15px);
    left: -15px;
    z-index: -1;}

.steps_list {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0; padding-top: 9px;
}

.steps_list li {
    width: 100%;
    float: left;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 24px;
}

.step_no {
    width: 41px;
    height: 41px;
    background-color: #fff;
    border: 2px solid #cfcfcf;
    float: left;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #adadad;
    font-size: 18px;
    font-weight: 500;
}

.active_step {
    border-right: 2px solid #fff;
    margin-left: 2px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-left: 2px solid #e5eaf0;
    border-top: 2px solid #e5eaf0;
    border-bottom: 2px solid #e5eaf0;
}

.active_step .step_no {
    background-color: #cb4e0b;
    border: 2px solid #cb4e0b;
    color: #fff;
    position: relative;
}

.active_step .step_no::before {
    content: "";
    width: 51px;
    height: 51px;
    background-color: transparent;
    border: 1px solid #6fa430;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
}

.step_detail {
    float: left;
    margin-left: 15px;
}

.step_detail .step {
    color: #acacac;
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 1.3;
    padding-top: 2px;
}

.step_detail .detail {
    color: #acacac;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.active_step .step_detail .step,
.completestep .step_detail .step {
    color: #6fa430;
}

.active_step .step_detail .detail,
.completestep .step_detail .detail {
    color: #242424;
}

.main_form {
    padding-top: 35px;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 98px;
    min-height: 835px;
}

.main_form .page_heading {
    color: #242424;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
}

.main_form .page_heading::after {
    content: "";
    width: 82px;
    height: 4px;
    background-color: #cb4e0b;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.main_form .page_heading2 {
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
}

.main_form .page_heading2 span {
    color: #242424;
    font-size: 15px;
    font-weight: normal;
}

.main_form .page_heading2::after {
    content: "";
    width: 82px;
    height: 2px;
    background-color: #e5eaf0;
    position: absolute;
    bottom: -10px;
    left: 0;
}

select.form-control:not([size]):not([multiple]) {
    height: 47px;
}

.selectdropicon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(../images/icons/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 21px center;
    padding-right: 36px;
}

.custom-check {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}

.custom-check span {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    color: #242424;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    border: 1px solid #b4b4b4;
    border-radius: 5px; padding: 15px;
    text-align: center;
    min-width: 112px;
}

.custom-check input:checked~span {
    background: #6fa430;
    color: #fff;
}

.deletecheckbox {
    width: 22px;
    height: 22px;
    background: url(../images/icons/deleteicon.png);
    position: absolute;
    top: -10px;
    right: -5px;
    cursor: pointer;
}

.addsize {
    background: #0b8de0;
    width: 51px;
    min-height: 51px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 6px;
    position: relative;
    margin-top: -20px;
    top: 20px;
}

.addsize img {
    display: block;
    margin: auto;
    padding-top: 16px;
}

.custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.select2-container {
    width: 100%!important;
}

.footerbuttons {
    position: absolute;
    bottom: 0;
    width: calc(100% + 15px);
    left: -15px;
    border-top: 2px solid #e5eaf0;
}
.footer hr{ margin-top: 0px;}

.nextbtn, .nextbtn1 {
    width: 152px;
    height: 51px;
    background: #cb4e0b;
    color: #fff;
    margin-top: 25px;
    border-radius: 7px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
}

.nextbtn:hover,.nextbtn1:hover {
    background: #5e9022;
}

.prevbtn ,.prevbtn1{
    width: 152px;
    height: 51px;
    background: #fff;
    border: 1px solid #6fa430;
    color: #6fa430;
    margin-top: 25px;
    border-radius: 7px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
}
.prevbtn img, .prevbtn1 img{ padding-right: 5px;}
.nextbtn img ,.nextbtn1 img{ padding-left: 5px;}

.nextbtn.btn-light ,.nextbtn1.btn-light{color: #212529!important; background-color: #f8f9fa!important; border-color: #b4b4b4!important;}
.nextbtn.btn-light i,.nextbtn1.btn-light i {font-size: 13px; padding-left: 5px;}

.prevbtn:hover,.prevbtn1:hover {
    background-color: #ececec;
}

.coverages {
    margin-right: 20px;
    margin-bottom: 20px;
}

.coverages span {
    min-width: 170px;
}

.completestep .step_no {
    display: none;
}

.completestep .stepcomplete {
    width: 41px;
    height: 41px;
    background-color: #fff;
    border: 2px solid #6fa430;
    float: left;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #adadad;
    font-size: 18px;
    font-weight: 500;
    background-image: url(../images/icons/complete.png);
    background-repeat: no-repeat;
    background-position: center;
}

.addcontact {
    width: 94%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}

.addcontact .form-group {
    margin-bottom: 20px;
}

.ratingstar {
    width: 100%;
}

.ratingstar .fa {
    font-size: 22px;
    color: #cac8c8;
    cursor: pointer;
}

.ratingstar .fa.checked {
    color: #6fa430;
}

.addcontacts {
    background: #0b8de0;
    width: 51px;
    min-height: 51px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 6px;
    margin-top: -20px;
    top: -10px;
    position: absolute;
    right: -25px;
}

.addcontacts img {
    display: block;
    margin: auto;
    padding-top: 16px;
}

.docoumentbox {
    width: 45%;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px; overflow: hidden;
}

.doc-icon {
    width: 32px;
    height: 100%;
    float: left;
}

.doc-details {
    width: calc(100% - 52px);
    margin-left: 20px;
    height: 100%;
    float: left;
}

.doc-title {
    font-size: 14px;
    color: #242424;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.doc-date {
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 500;
    padding-top: 3px;
}

.doc-description {
    font-size: 14px;
    color: #242424;
    font-weight: 400;
    padding-top: 3px;
}

.greybg {
    background-color: #fafafa;
    height: 100%;
}

.backgroundgrey{
    background-color: #fafafa;
    height: 100%;
    padding:50px 0;
}

.bgwhite{
    background-color: #ffffff;
    height: 100%;
    padding:50px 0;
}

.filterby {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins';
}

.filterbox {
    margin-top: 10px;
    padding: 23px 30px;
}

.searchbox {
    width: 100%;
    float: left;
    position: relative;
}

.searchbox input {
    padding: 13.5px 55px 13.5px 10px;
}

.searchbtn {
    position: absolute;
    right: 1px;
    top: 1px;
    height: calc(100% - 2px);
    width: 44px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #2154a7;
}

.searchbox img {
    position: absolute;
    right: 11px;
    top: 15px;
}

.searchbox2 {
    width: calc(100% - 160px);
    float: left;
    position: relative;
}

.searchbox2 input {
    padding: 8px 55px 8px 10px;
}

.searchbtn2 {
    position: absolute;
    right: 1px;
    top: 1px;
    height: calc(100% - 2px);
    width: 44px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #6fa430;
}

.searchbox2 img {
    position: absolute;
    right: 11px;
    top: 8px;
}

.filterbtn {
    background: #2154a7;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 35px;
}

.projecct_list {
    background-color: #fff;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 0px 20px rgba(0, 0, 0, 0.3);;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    min-height: 175px;
    display: flex;
    position: relative;
    max-height: 175px;
}

.projecct_logo {
    float: left;
    max-height: none;
    max-width: none;
    height: 100%;
    z-index: 9;
}
.text-with-dots{
    display: block;
    max-width: 98%;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.with-without-logo{
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.with-without-logo {
    position: absolute;
    z-index: 9;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.with-without-logo canvas{
    width: 120px!important;
    height: 120px!important;
    border-radius: 50%;
    border: 2px solid #cb4e0b;
}
.with-without-logo img{ height: auto!important;}
.logodiv{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #cb4e0b;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.projecct_logo a {
    display: flex;
    height: 100%;
}

.projecct_detail {
    width: calc(100% - 150px);
    float: left;
    height: 100%;
    padding-top: 20px;
    padding-left: 150px!important;
}

.projecct_detail .projname{
    width: calc(100% - 35px);
}

.projname a {
    color: #242424!important;
    font-size: 15px;
    font-weight: 500;
    max-width: 100%;
    float: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.projlabel {
    font-size: 10px;
    background-color: #6fa430;
    border-radius: 2px;
    color: #fff;
    padding: 2px 9px;
    float: left;
    font-weight: 500;
    margin-left: 5px;
}
.projlabel span:after, .premiumvalue span:after {
    content: ",";
    padding-left: 2px;
    padding-right: 5px;
}
.projlabel span:last-child:after, .premiumvalue span:last-child:after {
    display: none;
}

.wishlist {
    width: 20px;
    height: 19px;
    float: right;
    margin-right: 5px;
    background: url(../images/icons/wishlist.png) no-repeat center;
}

.wishlist.active {
    background: url(../images/icons/wishlistactive.png) no-repeat center;
}

.projlocation {
    width: 100%;
    float: left;
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    padding-top: 2px;
    word-break: break-all;
}

.projectcontent {
    width: 100%;
    float: left;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    padding-top: 5px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    max-height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; min-height: 45px;
    display:none
}

.showrating {
    width: 100%;
    float: left;
}

.our-rating {
    float: right;
    margin-top: 12px;
}

.premiumsize {
    float: left;
    width: calc(100% - 42px);
}

.premiumsize a{display: block;
    width: 100%;}

.our-rating .ratingstar .fa {
    font-size: 13px;
    color: #cac8c8;
    cursor: pointer;
}

.our-rating .ratingstar .fa.checked {
    color: #cb4e0b;
}

.sizelable {
    color: #000;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    display: block;
    padding-top: 6px;
}

.premiumvalue {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    display: block;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.fulldetail {
    background-color: #fff;
    min-height: 150px;
    height: 100%;
}

.fulldetail_logo {
    max-width: 150px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#updatedLogo{margin-left: 15px;
    width: 140px;
    height: 140px;}

#updatedLogo canvas{
    width: 140px!important;
    height: 140px!important;
    border-radius: 50%;
    border: 2px solid #6fa430;}

#carrierWithLogcarrierWithoutLogoo3{
    width: 137px;
    height: 137px;
    border-radius: 50%;
    border: 2px solid #6fa430;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;}

div[id^="carrierWithLogcarrierWithoutLogoo"] {
    width: 137px;
    height: 137px;
    border-radius: 50%;
    border: 2px solid #6fa430;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.fulldetail.detail_withoutLogo canvas {
    height: 155px!important;
}

.fulldetail_detail {
    width: calc(100% - 190px);
    float: left;
    height: 100%;
    margin-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.fullnamedate {
    width: 100%;
    float: left;
}

.fullnamedate h2 {
    color: #242424;
    font-size: 16px;
    font-weight: 500;
    max-width: calc(100% - 90px);
    float: left;
}

.fullnamedate span {
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    padding-top: 0px;
    margin-right: 10px;
}

.carrier_details label{
    font-size: 12px;
    color:#000;
}

.rating_reviews {
    width: 100%;
    float: left;
}

.rating_reviews .ratingstar {
    width: auto;
    float: left;
}

.rating_reviews .ratingstar .fa {
    font-size: 18px;
}

.reviews {
    font-size: 10px;
    background-color: #6fa430;
    border-radius: 2px;
    color: #fff;
    padding: 2px 9px;
    float: left;
    font-weight: 500;
    margin-left: 8px;
}

.full_desc {
    width: 100%;
    float: left;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 19px;
    padding-bottom: 10px;
}

.sub_heading {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
}

.contactbox {
    background-color: #fff;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    min-height: 125px;
    height: 100%;
    padding: 15px;
    position: relative; display: inline-block; width: 100%;
}

.contactbox_small {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    min-height: 90px;
    height: 100%;
    padding: 15px;
    position: relative; display: inline-block; width: 100%;
}

.addressBox {
    background-color: #fff;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    min-height: 125px;
    height: 100%;
    padding: 15px;
    position: relative; display: inline-block; width: 100%;
}

.mb-30 {
    margin-bottom: 30px;
}

.contact_name {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    float: left;
    width: calc(100% - 40px);
    word-break: break-all;
}

.backToCarrierDetail {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    word-break: break-all;
    margin-left: 12px;
}

.contact_position {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    float: left;
}

.contact_email {
    width: 100%;
    float: left;
    margin-top: 5px;
    min-height: 18px;
}

.email {
    float: left;
    color: #999999;
    font-size: 11px;
    font-weight: 400;
}

.phone {
     float: left;
     color: #999999;
     font-size: 11px;
     font-weight: 400;
 }
.location-icon{
    float: left;
    display:inline-block;
    width: 100%;
    max-height: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.location{
    display:inline-block;
    color: #999999;
    font-size: 11px;
    font-weight: 400;

}

.description {
    float: left;
    color: #999999;
    font-size: 11px;
    font-weight: 400;
    margin-left: 15px;
    word-break: break-all;
    max-height: 130px;
    overflow-y: auto;
}
.padding-left-0 {
    padding-left: 0;
}

.email img,
.phone img,.description img{
    margin-right: 5px;
}

.contact_lob {
    width: 100%;
    float: left;
    margin-top: 7px;
}

.lob {
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    float: left;
}

.contacr-rating {
    float: right;
    margin-right: 10px; font-size: 12px;
}

.contacr-rating .fa {
    font-size: 13px;
    color: #cac8c8;
    cursor: pointer;
}

.contacr-rating .fa.checked {
    color: #6fa430;
}
.modal-body span.fa-star { font-size: 20px;}

.contacr-comments {
    color: #6fa430;
    font-size: 12px;
    font-weight: 500;
    float: right;
}

.editcontact {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 15px;
    height: 15px;
}

.addbtn {
    background: #0b8de0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    float: right;
    padding: 4px 15px;
}

.addbtn.custom{
    max-height: 40px;
}

.fileslist {
    background-color: #fff;
    -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
    min-height: 70px;
    padding: 17px;
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.downloadfile {
    width: 70px;
    height: 100%;
    float: right; text-align: right;
}

.downloadbtn {
    background: transparent;
    border: none;
    cursor: pointer;
}

.filenamedate {
    width: calc(100% - 25px);
    float: left; font-size: 12px;
}
.filenamedate a.card-title span:first-child{font-size: 14px; color: #000000;}

.filename {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.filename span {
    font-size: 12px;
    color: #999999;
    font-weight: 600;
    display: inline-block;
}

.docdate {
    font-size: 11px;
    color: #999999;
    font-weight: 500;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #999999;
}

.accordion .card-header.collapsed:after {
    content: "\f067";
}

.noteslist .card {
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    background: #fff;
}

.noteslist .card-header:first-child {
    border-radius: 0;
}

.noteslist .card-header {
    padding: 25px 22px;
    margin-bottom: 0px;
    background-color: white;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.noteslist .card-header.collapsed {
    border-bottom: 8px solid #f3f3f3;
}

.noteslist .card .card-header:nth-last-child(2) {
    border-bottom: 0px solid #f3f3f3;
}

.noteslist .card .card-header:last-child {
    margin-bottom: 0;
}

.noteslist .card .card-header a.card-title {
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.noteslist .card .card-header a.card-title span {
    font-size: 11px;
    color: #999999;
    font-weight: 500;
    display: inline-block;
    padding-left: 5px;
}

.noteslist .card .card-body {
    padding: 10px 22px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
}

.personal_contact {
    background-color: #fff;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    min-height: 104px;
    height: 100%;
    padding: 15px 20px;
    position: relative;
}

.personal_contact_name {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    width: 100%;
    float: left;
}

.personal_contact_position {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    float: left;
}

.personal_contact_email {
    width: 100%;
    float: left;
    margin-top:5px;
}

.personal_email {
    float: left;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
}

.personal_phone {
    float: left;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    margin-left: 15px;
}
.personal_extension {
    float: left;
    color: #999999;
    font-size: 11px;
    font-weight: 400;
    margin-left: 2px;
}

.personal_email img,
.personal_phone img,
.personal_extension img{
    margin-right: 6px;
}

.weblink {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.weblink li {
    float: left;
    width: 100%;
    margin: 2px 0;
}

.weblink li a {
    color: #6fa430;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    width: auto;
    max-width: calc(100% - 30px);
    float: left;
    text-overflow: ellipsis;
    white-space: normal;
}

.editlink {
    background: transparent;
    border: none;
    cursor: pointer;
    float: left;
}

.editlink img {
    vertical-align: top;
}

.uploadcv {
    height: 60px;
    width: 100%;
    background: #F8F8F8;
    border: 1px dashed #E1E1E1;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #413D43;
}

.yellowcolor {
    color: #0b8de0;
}

.upload_file {
    height: 60px;
    top: -1px;
    left: -1px;
    z-index: 1;
    cursor: pointer;
    border: none;
    opacity: 0;
    position: absolute;
    width: 100%;
}

input[type=file] {
    display: block;
}

.mt-10 {
    margin-top: -10px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.fs-12 {
    font-size: 11px;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}

.modal-header {
    border-bottom: 0px solid #e9ecef;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #242424;
    font-size: 1.25rem;
    font-weight: 600;
}

.close {
    font-weight: 400;
}

.max-height-overflow .row{
    max-height: 315px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;

}


.multiselect-ui+div button.btn-default{ padding: 14px 15px!important; display: flex; align-items: center; height: 47px;}
#carrier_filter .btn-danger, #carrier_filter .filterbtn{ height: 47px; font-weight: 500; width: 48%; max-width: 50%; display: inline-flex; align-items: center; justify-content: center;}
#carrier_filter .multiselect-container.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}
#search_carrier{padding: 14px 15px!important; height: 47px;}
#search_carrier img{ top: auto!important;}
button#search_carrier{ height: 45px;}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox{ min-width: 90%;}
.select2-container--default .select2-selection--multiple{ padding-left: 15px; padding-right: 15px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{ padding-left: 0px; padding-right: 0px;}
#UploadedFiles .col-sm-12, #showNotes .col-sm-12{ padding-left: 0px!important; padding-right: 0px!important;}
.latest-notes .searchbox2{float: left; position: relative; min-width: 135px; max-width: 170px; margin-right: 10px;}
.latest-notes input.form-control{padding: 5px 10px; height: 36px;}
.latest-notes .searchbox2 button.searchbtn{background: none; padding-left: 0px; padding-right: 10px; width: auto;}
.latest-notes .searchbox2 button.searchbtn i{color: #888;}
.cursor-pointer{ cursor: pointer}
.modal-body input.p-2.px-3 {padding: 12px !important; margin-bottom: 1rem!important;}
.modal-header{ padding: 1.5rem; padding-bottom: 0px;}
.modal-body{ padding: 1.5rem;}
.modal-content{max-height: 94vh; overflow-x: hidden; overflow-y: auto;}
.btn-success{ background: #6fa430!important; border-color: #6fa430}
.btn-success:hover, .btn-success:visited, .btn-success:focus{ background: #5e9022!important; border-color: #5e9022}
#carrierLiaisonFragments .editcontact{position: relative; right: auto; top: auto; width: 15px; cursor: pointer}
.h-auto{ height: auto!important; max-height: 100px;}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { background-color: #6fa430;}
#updateContactForm .custom-control-label, #contactModal .custom-control-label{ padding-top: 2px;}
.contact_name .custom-check input:checked ~ span{padding: 2px 9px; font-size: 10px; display: inline;margin-left: 5px;}
select.form-control.select-height:not([size]):not([multiple]){height: 47px; padding: 12px;}

.personal_contact.max-height-overflow{max-height: 104px; overflow-x: hidden; overflow-y: auto;}

.completed-step .step_no {border-color: #6fa430; color: transparent; background: url(../images/icons/complete.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center;
}
.completed-step .step {color: #6fa430;}
.completed-step .detail {color: #242424;}
.container-fluid.greybg{ min-height: 500px;}
.list-group-flush li{color: #242424; font-size: 14px;}
.list-group-flush li b{ font-weight: 600}
.show-comments .col-12 .row:last-child .col{ border-bottom: none!important;}
.show-comments .col-12 .row.mb-2:last-child{ margin-bottom: 0px!important;}
.show-comments .rated-star span.fa-star{color: #6fa430;margin-top: 5px;margin-bottom: 8px;font-size: 16px;}
.comment-text { font-size: 12px; font-weight: 400;}
.showtxt{color: #6fa430!important; width: 100%; display: flex; margin-bottom: 15px; padding-left: 5px; margin-top: 5px;}
.footer .container-fluid{ padding-left: 0px; padding-right: 0px;}
.like-detele-icons{margin-left: auto; width: 60px; display: flex; align-content: center; justify-content: end;}
.like-detele-icons a{ cursor: pointer}


#nav ul.modal-grey li{ background: #fff!important}

.no-focus:focus, .no-focus:active, .no-focus:visited{ outline: none; box-shadow: none;}

/*---- SPINNER ----*/

@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:1.5rem;height:1.5rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}

.spinner-grow.text-success{ background: #6fa430!important;}

/*---- SPINNER ----*/

.filename .tooltip1 .tooltiptext{margin-left: -60px; top: 25px;}


@media screen and (max-width: 1366px){
    .projecct_list{ max-height: none;}
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-editContact-modal .contact_position, .custom-editContact-modal .email, .custom-editContact-modal .phone{color: #838383;
    font-size: .85rem;
    font-weight: 500;}

.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 34px;
    margin-right: 10px;

}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.mandatory{
    color: red;
    font-size: 16px;
    top: 0px;
    font-family: arial;
    padding-left: 5px;
}

.slider:before {
    position: absolute;
    height: 26px;
    width: 60px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    content: "Inactive";
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    border-radius: 17px!important;

}

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

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

input:checked + .slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
    content: "Active";
}

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

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

.error{
    color: red;
}

label.error {
    padding-top: 5px;
    font-size: 90%;
    font-weight: 400;
}

.tooltip1 {
    position: relative;
    display: inline-block;
}

.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    color: #000;
    text-align: left;
    border-radius: 6px;
    padding: 0px 0px 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -100px;
}

.popover-head {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 0;
    font-weight: 600;
}

.popover-content{
    padding: .5rem .75rem;
    color: #212529;}

.tooltip1 .tooltiptext::before {
    content: "";
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0 .5rem .5rem .5rem;
    top: 0;
    border-bottom-color: rgba(0,0,0,.25);
    top:-8px;
    left:calc(50% - 8px);
}

.tooltip1 .tooltiptext::after{
    top: 1px;
    border-bottom-color: #fff;}

.tooltip1:hover .tooltiptext {
    visibility: visible;
}

@media screen and (max-width: 1366px) {
    .with-without-logo canvas {
        width: 90px!important;
        height: 90px!important;}

    .logodiv{width: 90px;
        height: 90px;}
    .projname a {
        color: #242424!important;
        font-size: 12px;
        font-weight: 600;
        width: 100%;
        float: left;
        cursor: pointer;
    }

    .projecct_detail {
        width: calc(100% - 110px);
        float: left;
        height: 100%;
        padding-top: 20px;
        padding-left: 115px!important;
    }
    .projecct_logo {
        float: left;
        max-height: none;
        max-width: none;
        height: 100%;
        z-index: 9;
    }
    .filterbox{padding: 23px 0px;}
    .labels { color: #242424;  font-size: 12px;}
    .col-2dot4, .col-sm-2dot4, .col-md-2dot4, .col-lg-2dot4, .col-xl-2dot4{padding-right: 8px;
        padding-left: 8px;}



}

.services_selectall{
    background: #6fa430!important;
    border-color: #6fa430;
    color: #fff;
    box-shadow: none;
    border: 0;
    padding: 2px 10px;
}

.services_clear{background: #dc3545!important;
    border-color: #dc3545;
    color: #fff;
    box-shadow: none;
    border: 0;
    padding: 2px 10px;}


@media (max-width: 768px) {

    .phone, .personal_phone{margin-left: 0;}
    .personal_contact {
        margin-bottom: 30px;
    }
    .pr-20 {
        padding-right: 15px;
    }
    .pl-20 {
        padding-left: 15px;
    }
    .fulldetail_logo {
        width: 100%;
    }
    .fulldetail_logo {
        width: 100%;
    }
    .fulldetail_logo img {
        display: block;
        margin: auto;
    }
    .fulldetail_detail {
        width: 100%;
        float: left;
        height: 100%;
        margin-left: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .leftbg {
        display: none;
    }
    .forgot_password {
        text-align: left;
        margin-bottom: 30px;
    }
    .docoumentbox {
        width: 100%;
    }
    .footerbuttons {
        position: relative;
        bottom: 0;
        width: auto;
        left: 0;
        border-top: 2px solid #e5eaf0;
    }
    .main_form {
        padding-left: 0px;
        padding-bottom: 15px;
        min-height: 300px;
    }
    .footerbuttons .row .col-sm-12 {
        text-align: center!important;
    }
    .prevbtn ,.prevbtn1{
        width: 130px;
        float: none;
    }
    .nextbtn ,.nextbtn1 {
        width: 130px;
        float: none;
    }
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 16%;
        max-width: 16%;
    }
}
@media (max-width: 960px) {

    #carrier_filter .btn-danger, #carrier_filter .filterbtn {
        width: 45%;
    }
}

@media screen and (max-width: 992px){
    #onlysearch .searchbox2{ width: 100%;}
    .carrierList .col-md-6{max-width: 100%; flex: 0 0 100%; -ms-flex: 0 0 100%;}
}

@media screen and (max-width: 767px){
    #onlysearch .col-md-8{ padding-left: 0px!important; padding-right: 0px!important;}
    #onlysearch .searchbox2{ width: 100%;}
    #onlysearch .searchbox2 input[type="text"]{ padding: 8px 10px!important;}
    #onlysearch .searchbox2 img{ top:8px!important;}

    .secondrow{position: relative; height: auto; margin-top: 3rem!important; margin: auto;margin-bottom: 30px;}
    .secondrow .col-sm-12:last-child { margin-top: 30px; }
    #carrier_filter .btn-danger, #carrier_filter .filterbtn{width: 45%;}

}
@media screen and (max-width: 575px) {
    .projecct_list{ height: auto; min-height: 150px; display: flex; padding: 15px; max-height: none;}
    .projecct_logo{ width: 110px; position: absolute; left: 0px; top: 0px;}
    .logodiv { width: 90px; height: 90px
    }
    .with-without-logo canvas {
        width:90px!important;
        height: 90px!important;
    }

    .projecct_detail{ width:100%; padding-top: 0px; margin-left: 15px; padding-left: 90px!important;}
    .projlabel{ margin-left: 0px;}
    .projname a{ width: 100%; margin-bottom: 5px; max-width: 100%;}
    .fulldetail{padding-top: 15px; padding-bottom: 15px;}
    .sub_heading.mt-2{ margin-top: 0px!important;}
    .latest-notes .sub_heading.d-flex { display: block !important;}
    .latest-notes .sub_heading.d-flex .d-flex.justify-content-end{ margin-top: 10px;}
    .latest-notes input#search_notes{ font-size: 12px;}
    .custom-check{ margin-right: 10px;}
    .with-without-logo{ align-items: flex-start; margin-left: 15px; margin-top: 15px; padding-left: 0px;}
    .with-without-logo img{ height: auto!important;}
    .projlocation{ word-break: break-all}
    #onlysearch .searchbox2 img{ top: auto!important;}

    .reset-btn-alignment{text-align: center}


}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .carrierList .carrier-col-sm-6{
    }
}
.carrierList{
    max-width: 100%;
    width: 100%;
    border: 1px ;
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
    .projecct_detail{
        padding-left: 125px!important;
    }
    .premiumvalue{
        text-align:left;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px;
        overflow: hidden;
    }
    .reset-btn-alignment{
        display: flex;
        align-items: flex-end;
    }
}

#servicesTable_wrapper .dataTables_scroll .dataTables_scrollBody {height: auto!important;}

#form_active_step1_businessType .select2-container .select2-selection--single {
    height: 48px
}
.on-search{
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
}
@media( max-width: 600px){
    .on-search{
        grid-template-columns: 100%;
    }
}

.carrier-mobile{
    max-width: 100%!important;
    max-height: 200px;
}
.carrier-grid .projecct_detail .projectcontent{
    display: -webkit-box;
}
@media (min-width: 1100px) {
    .carrier-grid{
        min-width: 280px;
    }
}
@media (max-width: 1100px) {
    .carrier-grid{
        min-width: 250px;
    }
}

.carrier-divider{
    border-right: 1px solid #dedede;
    padding-right: 0px!important;
}
@media (max-width: 968px) {
    .carrier-divider{
        border: none;
    }
    
}

.mark, mark{
    padding: 0;
}

.carrier-onhover:hover{
    cursor: pointer;
}

.extension{
    padding-right: 2px;
    padding-left: 5px;
}

.contact_name.d-flex{width: 100%;}

.like-detele-icons1 {
    margin-left: auto;
    width: 30px;
    height: 30px;
    float: right;
}

.like-detele-icons1 .addsize {
    background: #0b8de0;
    width: 30px;
    min-height: 30px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.like-detele-icons1 .addsize img {
    display: block;
    margin: auto;
    padding-top: 6px;
}

.showcontent .projectcontent { display:block!important}

#loader{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    display: none;
    z-index: 99;
}
.ajax-loader{
    z-index: 2;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lds-spinner {
    color: black;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #6fa430;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.ppl{min-height: 18px;}

.underline-on-hover:hover {
    text-decoration: underline;
}

.pull-right{
    margin-right: 20px;
    width: 200px;
}

.ma_Information_Heading {
    font-size: 10px;
    color: #000000;
    font-weight: 600;
    width: 100%;
    float: left;
}

.ma_Information_text {
    float: left;
}

.grid2{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 1rem;
    align-items: flex-start;
    max-width: 98%;
    margin: 20px auto 0 auto;
}

@media (max-width: 968px){
    .grid2{
        grid-template-columns: 100%;
    }
    .inner-grid{
        width: 100%;
        max-width: 100% !important;
    }
}

.inner-grid{
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    padding: 15px;
}

.inner-grid-element{
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.inner-grid-element span:nth-child(1){
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}

.maEdit{
    width: 20px;
    height: 19px;
    margin-bottom: 15px;
    margin-left: 5px;
    cursor: pointer
}

.option-header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.option-tab{
    display: flex;
}
.option-tab button{
    padding: 5px 10px;
    background-color: #6fa430;
    color: #ffffff;
}
.export-csv-btn {
    margin-left: 10px;
    border: none;
    background: #6fa430;
    color: #ffffff;
    padding: 0 20px;
    font-weight: bold;
    height: 45px;
    border-radius: 5px;
    cursor: pointer;
}
.export-csv-btn:focus{
    outline: none;
}
.a-export-csv, .a-export-csv:focus{
    outline: none;
    border: none;
    cursor: pointer;
}
*::-webkit-scrollbar-thumb {
    background-color: #cb4e0b;
}
.text-color {
    color: #6fa430!important;
}
#carrier_filter .multiselect-container>li>a>label.checkbox {
    max-width: calc(100% - 2px);
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}