body {
    background: #f7f7f7;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nopaddingLeft {
    padding-left: 0 !important;
}

.nopaddingRight {
    padding-right: 0 !important;
}

.nomargin {
    margin: 0;
}

.log-wraper {
    width: 100%;
    max-width: 400px;
    height: auto;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.2));
    /*    box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.16);*/
    display: block;
    /* margin: auto; */
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    padding: 25px;
}

.logo img {
    margin: auto;
    display: block;
}

.logo-head p {
    text-align: center;
    /*    letter-spacing: 1.5px;*/
    text-transform: uppercase;
    color: #828282;
    font-size: 40px;

}

.log-box {
    /*    border: 1px solid #000;*/
    margin: auto;
    width: 100%;
    max-width: 400px;
}

#frmLog .form-control {
    width: 100%;
    border-radius: 0;
    height: 60px;
    margin-bottom: 15px;
}

#frmLog .col-12,
#frmLog .col {
    padding: 0;
}

#frmLog p {
    color: #828282;
}

#frmLog a,
#frmLog a:hover {
    color: #828282;
    text-decoration: none;
}

.logBtn {
    max-width: 350px;
    width: 100%;
    /*    height: 60px;*/
    text-align: center;
    color: #fff;
    background: #90CC8E;
    font-weight: 700;
    display: block;
    margin: auto;
    border-radius: 100px;
    border: none;
    outline: none;
    font-size: 25px;
    padding: 7px 0;
}

.login-body footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #4AC4D1;
    min-height: 50px;
    height: auto;
    padding: 10px;
    color: #fff;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 70px;
    padding: 0 10px;
    background: #fff;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.161));
    z-index: 9;
}

header p {
    margin-bottom: 0;
}

header a,
header a:hover {
    text-decoration: none;
    color: #000;
}

span.header-text {
    font-family: ArcherBook;
    font-size: 24px;
    font-weight: 600;
}

.welcome-text {
    font-family: ArcherBook;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: -20px;
}

footer {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #4AC4D1;
    min-height: 50px;
    height: auto;
    padding: 10px;
    color: #fff;
}

footer p {
    text-align: center;
    margin-bottom: 0;
}

footer a,
footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;

}

.footer-menu li {
    display: inline-block;
    position: relative;
    padding: 0 9px;
}

.footer-menu li:after {
    content: '';
    position: absolute;
    right: -3px;
    top: 5px;
    width: 1px;
    background: #fff;
    height: 15px;
}

.footer-menu li:last-child:after {
    display: none;
}

.footer-menu-solutions {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer-menu-solutions li {
    display: inline-block;
    position: relative;
    padding: 0 9px;
}

.footer-menu-solutions li:after {
    content: '';
    position: absolute;
    right: -3px;
    top: 5px;
    width: 1px;
    background: #231f20;
    height: 15px;
}

.footer-menu-solutions li:last-child:after {
    display: none;
}

.nav-bar {
    width: 100%;
    height: 50px;
    /*    border: 1px solid #000;*/
    background: #4AC4D1;
    border-radius: 10px;
    /*    overflow: hidden;*/
    /* padding-left: 8px; */
    padding-right: 8px;
}

.nav-bar ul {
    list-style-type: none;
}

.nav-bar ul li {
    /*    border: 1px solid #fff;*/
    display: inline-block;
    width: auto;
    max-width: 200px;
    text-align: center;
}

.nav-bar ul li a {
    display: block;
    padding: 13px 15px;
}

.nav-bar ul li a {
    color: #fff;
    text-decoration: none;
}

.bodyTop {
    padding-top: 85px;
}

.nav-bar ul li.active {
    background: #90CC8E;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /*    box-shadow: inset 0px -11px 8px -10px #000;*/
}

.nav-bar ul li:hover {
    background: #90CC8E;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /*    box-shadow: inset 0px -11px 8px -10px #000;*/

}

.nicescroll-rails {
    left: 0;
}

.head-title {
    margin-bottom: 0;
    font-size: 25px;
    padding: 20px 0;
}

.stats-box {
    width: 100%;
    max-width: 350px;
    /*    border: 1px solid #000;*/
    height: 130px;
    background: #4AC4D1;
    display: inline-block;
    margin-right: 17px;
    border-radius: 10px;
    padding: 17px 40px;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.161));

}

.img-hold,
.text-hold {
    display: inline-block;
    vertical-align: top;
}

.img-hold {
    width: 100px;
    height: 100px;
    /*        margin-left: 15px;*/
}

.text-hold {
    height: 100px;
}

.text-hold p {
    margin-bottom: 0;
}

.first-line {
    padding-top: 15px;
}

.first-line span:first-child {
    font-size: 25px;
}

.first-line span:last-child {
    font-size: 18px;
}

.first-line span {
    color: #fff;
}

.second-line {
    color: #fff;
    font-size: 18px;
}

.calendar-box {
    width: 100%;
    max-width: 410px;
    padding: 20px 0;
}

.calendar-box .col {
    padding: 0;
}

#from,
#to {
    width: 100%;
    max-width: 200px;
    background: #4AC4D1;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-right: 10px;
    height: 40px;
    padding-left: 15px;
}

.calendar {
    position: relative;
}

.calendar:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 14px;
    background: url('../images/calendar-ic.png') no-repeat;
    width: 23px;
    height: 21px;
    pointer-events: none;
}

.calendar:hover::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 10px;
    background: url('../images/calendar-ic-green.png') no-repeat;
    width: 28px;
    height: 26px;
}

#from::-webkit-input-placeholder,
#to::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

#from:-ms-input-placeholder,
#to:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

#from::placeholder,
#to::placeholder {
    color: #fff;
}

.list-box {
    width: 100%;
    /*    min-height: 350px;*/
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.161));
    background: #fff;
    border-radius: 10px;
    margin-bottom: 35px;
}

.title {
    margin: 20px 0;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;

}

.list-item {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 500px;
    margin: auto;
    list-style-type: none;
}

.list-item li {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    height: 45px;
    position: relative;
}

.list-item li p {
    margin-bottom: 0;
}

.list-item a,
.list-item a:hover {
    text-decoration: none;
    color: inherit;
}

.overf {
    width: 100%;
    max-height: 422px;
    overflow: auto;
}

.cross-icons {
    display: none;
}

.list-item li:hover .cross-icons {
    display: block;
}

.cross-icons a.tick {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #4AC4D1;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    margin-right: 10px;
}

.cross-icons a.wrong {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #cbcbcb;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 19px;
}

.cross-icons {
    position: absolute;
    top: 7px;
    right: 7px;
}

.member-body .head-title {
    display: inline-block;
}

.btnUl {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    padding-left: 15px
}

.btnUl li {
    display: inline-block;
    width: 100%;
    max-width: 135px;
    height: 45px;
}

.topmembtn {
    width: 100%;
    max-width: 150px;
    border-radius: 100px;
    display: block;
}

.wrapper {
    min-height: 85vh;
}

.navigation-wrapper {
    margin-top: 5%;
}

.response-wrap {
    width: 100%;
    min-height: 100px;
    filter: drop-shadow(2px 0px 5px rgba(0, 0, 0, 0.161));
    background: #fff;
    border-radius: 10px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.card-body {
    background: #f8f8f8;
    padding: 1.25rem 0 !important;
}

.response-wrap .title {
    margin-top: 15px;
    margin-bottom: 10px;
}

.card-header {
    background: #fff !important;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.161));
    cursor: pointer;
}

.card-header.collapsed {
    background: #fff !important;
    border-bottom: 1px solid #c9c9c9 !important;
}

.card-header .counter {
    width: 34px;
    height: 23px;
    background: #4AC4D1;
    color: #fff;
    display: inline-block;
    float: right;
    margin-right: 35px;
    border-radius: 5px;
    text-align: center;
    line-height: 21px;
}

#accordion {}

#accordion .card {
    border: none;
}

.accordion > .card .card-header {
    margin-bottom: 0 !important;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f062";
    float: right;
    width: 27px;
    height: 25px;
    text-align: center;
    padding-bottom: 25px;
    background: #cbcbcb;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 12px;
    right: 15px;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f063";
}

.card-body ul {
    padding: 0 20px;
    list-style-type: none;
}

.card-body ul li {
    border-bottom: 1px solid #c6c6c6;
    padding: 5px 0;
    margin-bottom: 10px;
}

.card-body ul li p {
    margin-bottom: 0;
}

.memberwrapper {
    width: 100%;
    min-height: 50px;
    max-height: none;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.161));
    background: #fff;
    border: 1px solid #d6d6d6;
    margin-top: 35px;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 5px;
}

.add-wrapper {
    width: 100%;
    min-height: 50px;
    height: auto;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.161));
    background: #fff;
    border: 1px solid #d6d6d6;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 5px;
}

.memberwrapper .form-control {
    border-radius: 0;
    height: 45px;
}

.add-wrapper .form-control {
    border-radius: 0;
    height: 45px;
}

.searchWrap {
    position: relative;
    margin-bottom: 15px;
}

.searchBtn {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    outline: none;
}

.searchBtn:after {
    content: '\f002';
    position: absolute;
    top: 4px;
    right: 10px;
    font-family: FontAwesome;
    font-size: 25px;
    color: #231F20;
}

/* Use list-group-item instead to make it appear better in mobile */
/* .search-items {
    width: 100%;
    height: 45px;
    border: 1px solid #ededef;
    margin-bottom: 15px;
    padding: 16px;
    position: relative;
} */

.searchlistbox  {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/*
.searchlistbox {
    max-height: 450px;
    overflow: auto;
}
*/
.searchlistbox ul li p {
    margin-bottom: 0;
}

.searchlistbox a,
.searchlistbox a:hover {
    color: inherit;
    text-decoration: none;
}

.edit-ic {
    position: absolute;
    top: 7px;
    right: 9px;
    width: 35px;
    height: 30px;
    background: #4AC4D1;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    display: none;
}

.searchlistbox ul li:hover .edit-ic {
    display: block;
}

.edit {
    background: transparent;
    border: none;
    outline: none;
}

.edit:after {
    content: '\f044';
    position: absolute;
    top: 0px;
    right: 4px;
    font-size: 22px;
    color: #fff;
    font-family: FontAwesome;
}

.cross {
    background: transparent;
    border: none;
    outline: none;
}

.cross:after {
    content: '\f00d';
    position: absolute;
    top: 0px;
    right: 4px;
    font-size: 22px;
    color: #fff;
    font-family: FontAwesome;
}

.edit-control {
    position: absolute;
    top: 7px;
    right: 0;
    /*    border: 1px solid #000;*/
    width: 86px;
    height: 32px;
    margin-right: 5px;
    display: none;
}

.searchlistbox .list-group-item a:hover .edit-control {
    display: block;
}

.edit-control .edit,
.edit-control .cross {
    background: #4AC4D1;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 8px;
    width: 35px;
    height: 30px;
    margin-right: 5px;

}

.edit-control .edit:after {
    content: '\f044';
    position: absolute;
    top: -2px;
    right: 55px;
    font-size: 24px;
    color: #fff;
    font-family: FontAwesome;
}

.edit-control .cross:after {
    content: '\f00d';
    position: absolute;
    top: -4px;
    right: 15px;
    font-size: 24px;
    color: #fff;
    font-family: FontAwesome;
}


.f-left {
    float: left !important;
}


.membersBtn {
    width: 100%;
    max-width: 140px;
    height: 45px;
    display: inline-block;
    text-align: center;
    padding: 10px 8px;
    border-radius: 25px;
    margin-top: 19px;
    margin-right: 3%;
    background: #90CC8E;
    color: #fff;
    border: none;
    outline: none;
    float: right;
}

.createRfq p {
    margin-bottom: 0;
    background: #4AC4D1;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    width: auto;
    display: block;
    vertical-align: middle;
    margin-top: 16px;
}

.createWrapper .checkboxWrap {
    max-width: 100%;
    height: auto;
}

.createRfq .membersBtn:first-child {
    margin-left: 0;
    margin-right: 0;
}

.createRfq .membersBtn {
    /*
    margin-left: 15px;
    margin-right: 15px;
*/
}

.createWrapper .cutsom-checkbox-row {
    width: 100%;
}

.membersBtn:first-child {
    margin-left: 7%;
}

.membersBtn:hover {
    text-decoration: none;
    color: #fff;
}

.member-body .sortDrop {
    width: 100%;
    max-width: 133px;
    margin-top: 15%;
    float: left;
    border-radius: 8px;
    background: #4AC4D1 !important;
    color: #fff !important;
}

.sortDrop {
    width: 100%;
    max-width: 150px;
    margin-top: 5%;
    float: right;
    border-radius: 8px;
    background: #4AC4D1 !important;
    color: #fff !important;
}


/*
.relationship-status-output {
  display: block;
  text-align: center;
	font-size: 178px;
	font-family: sans-serif;
	font-weight: 600;
	margin: 0 0 2rem 0;
	line-height: 1;
}

.rangeslider__fill {
  background: red;
}*/
.back {
    float: right;
}

.add-wrapper .title {
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0;
}

#addForm .form-control {
    width: 100%;
    border-radius: 0;
    height: 60px;
    margin-bottom: 25px;
}

.checkboxWrap {
    max-width: 600px;
    height: auto;
}

.cutsom-checkbox-row input[type="checkbox"] {
    margin: 0;
    opacity: 0;
}

.cutsom-checkbox-row {
    position: relative;
    margin-bottom: 10px;
    width: 180px;
    display: inline-block;
    margin-right: 10px;
}

.cutsom-checkbox-row input[type="checkbox"] + label {
    padding-left: 17px;
    display: inline-block;
    margin-bottom: .5rem;
}

.cutsom-checkbox-row input[type="checkbox"] + label::before {
    border-color: #90CC8E;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 25px;
    left: 0;
    position: absolute;
    transition: 0.3s linear all;
    width: 25px;
}

.cutsom-checkbox-row input[type="checkbox"] + label::before {
    border-color: #c6c6c6;
    background-color: #fff;
    border-radius: 0;
    transform: scale(1);
}

.cutsom-checkbox-row input[type="checkbox"]:checked + label::before {
    border-color: #3bb6b6;
    border-style: dotted;
    transition: 0.3s linear all;
}

.cutsom-checkbox-row input[type="checkbox"]:checked + label::before {
    background-color: #90CC8E;
    border-style: solid;
    transform: scale(1);
    border-color: #90CC8E;
}

.cutsom-checkbox-row input[type="checkbox"]:checked + label::after {
    transform: scale(1);
    opacity: 1;
}

.cutsom-checkbox-row input[type="checkbox"]:checked + label::after {
    color: #fff;
    content: "\f00c";
    cursor: pointer;
    font-family: 'FontAwesome';
    left: 5px;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: 0.3s linear all;
}

.cutsom-checkbox-row input[type="checkbox"] + label::after {
    transform: scale(2);
    opacity: 0;
}

.cutsom-checkbox-row input[type="checkbox"] + label::after {
    content: "";
    transform: scale(0);
    transition: 0.3s linear all;
}

.checkbox-container {
    display: inline-block;
    position: relative;
}

.checkbox-container label {
    background-color: #E2DEC6;
    border: 1px solid #fff;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-out;
    width: 45px;
    height: 25px;
    z-index: 2;
    cursor: pointer;
}

.checkbox-container label::after {
    content: ' ';
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 1.5px;
    left: 1px;
    transform: translateX(0);
    transition: transform 0.3s linear;
    width: 20px;
    height: 20px;
    z-index: 3;
}

.checkbox-container input {
    visibility: hidden;
    position: absolute;
    z-index: 2;
}

.checkbox-container input:checked + label + .active-circle {
    transform: translate(-50%, -50%) scale(15);
}

.checkbox-container input:checked + label::after {
    transform: translateX(100%) translateX(0.5px);
}

.active-circle {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 10px), calc(-50% - 2px)) scale(0);
    transition: transform 0.6s ease-out;
    width: 30px;
    height: 30px;
    z-index: 1;
}

.checkbox-container.green .active-circle,
.checkbox-container.green input:checked + label {
    background-color: #47B881;
}

.checkbox-container.yellow .active-circle,
.checkbox-container.yellow input:checked + label {
    background-color: #90CC8E;
}

.checkbox-container.purple .active-circle,
.checkbox-container.purple input:checked + label {
    background-color: #735DD0;
}

.actv,
.inactv {
    display: none;
    width: 100%;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    margin-top: -5px;
    margin-bottom: 0;
}

.actv {
    background: green;
}

.inactv {
    background: var(--red);
}

.status-msg {
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
}

/*
.checkbox-container input:checked .actv {
    display: block !important;
}
*/
.adminBtn {
    width: 100%;
    max-width: 135px;
    height: 45px;
    margin: auto;
    display: block;
    border: none;
    outline: none;
    background: #90CC8E;
    border-radius: 25px;
    color: #fff;
}

.add-supplier {
    width: 100%;
    min-height: 515px;
    height: auto;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.161));
    background: #fff;
    border: 1px solid #d6d6d6;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 5px;
}

.add-supplier .title {
    margin-top: 0;
    margin-bottom: 20px;
}

.supplierLogo {
    width: 100%;
    max-width: 320px;
    /*    height: 320px;*/
    margin-bottom: 25px;
}

.hidden,
#uploadImg:not(.hidden) + label {
    display: block;
    border: 1px solid #eee;
    width: 200px;
    height: 200px;
}

#uploadImg {
    width: 244px;
    height: 244px;
}

#file {
    display: none;
    margin: 0 auto;
}

#upload {
    display: block;
    padding: 10px 69px;
    border: 0;
    /*  margin: 0 auto;*/
    font-size: 15px;
    letter-spacing: 0.05em;
    cursor: pointer;
    background: #90CC8E;
    color: #fff;
    outline: none;
    transition: 0.3s ease-in-out;
}

#upload:hover,
#upload:focus {
    background: #90CC8E;
}

#upload:active {
    background: #90CC8E;
    transition: 0.1s ease-in-out;
}

.add-supplier .form-control {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 0;
    height: 60px;
}

.add-supplier textarea.form-control {
    height: 180px;
    resize: none;
}

.add-template {
    width: 100%;
    min-height: 250px;
    height: auto;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.161));
    background: #fff;
    border: 1px solid #d6d6d6;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 5px;
}

.add-template .form-control {
    width: 100%;
    height: 60px;
    border-radius: 0;
    margin-bottom: 25px;
}

.add-template select.form-control {
    width: 100%;
    height: 60px;
}

.add-template textarea.form-control {
    width: 100%;
    height: 250px;
    resize: none;
}

/*
.invite-template {
    width: 100%;
    min-height: 250px;
    height: auto;
    background: #fff;
    margin-bottom: 25px;
    padding: 20px;
}
*/
.invite-template {
    width: 100%;
    min-height: 250px;
    height: auto;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.161));
    background: #fff;
    border: 1px solid #d6d6d6;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 5px;
}

.invite-template .form-control {
    width: 100%;
    height: 60px;
    border-radius: 0;
    margin-bottom: 25px;
}

.invite-template select.form-control {
    width: 100%;
    height: 60px;
}

.invite-template textarea.form-control {
    width: 100%;
    height: 250px;
    resize: none;
}

.inviteTab.nav-tabs .nav-item {
    background: #4AC4D1;
}

.inviteTab.nav-tabs .nav-link {
    color: #fff;
}

.inviteTab.nav-tabs .nav-item.show .nav-link,
.inviteTab.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #90CC8E;
}

.inviteTab.nav-tabs .nav-item:first-child {
    margin-left: 15px;
    border-top-left-radius: 5px;
}

.inviteTab.nav-tabs {
    border-bottom: 4px solid #4AC4D1
}

.inviteTab.nav-tabs .nav-link:focus,
.inviteTab.nav-tabs .nav-link:hover {
    border: none;
}


.Invite -items {
    width: 100%;
    height: 45px;
    border: 1px solid #ededef;
    margin-bottom: 15px;
    padding: 9px;
    position: relative;
}

.Invitelistbox ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.invite-list {
    list-style-type: none;
}

.invite-list li {
    border: 1px solid #ced4da;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    padding: 10px;
    line-height: 38px;
    margin-bottom: 15px;
}

.invite-list li a,
.invite-list li a:hover {
    display: block;
    color: inherit;
    text-decoration: none;
}

.invite-list li p {
    margin-bottom: 0;
}

.invite-list li span:last-child {
    float: right;
}

.inviteF {
    width: 100%;
    max-height: 450px;
    overflow: auto;
}

#tabs .nav-tabs .nav-item {
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#tabs .nav-link {
    color: #fff !important;
}

#tabs .nav-link {
    background: #4AC4D1;
    color: #fff !important;
}

#tabs .nav-link.active {
    color: #fff !important;
    background: #90CC8E !important;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /* box-shadow: inset 0px -11px 8px -10px #000;*/

}

#tabs .nav-item {
    margin-bottom: 0;
    margin-right: 5px;
}

#tabs {
    border-bottom: 5px solid #4AC4D1;
}

#tabsContent {
    padding: 0 20px;
}

/*
.searchlistbox {
    max-height: 450px;
    overflow: auto;
}
*/
.send-template {
    margin-bottom: 25px;
}

.searchlistbox ul li p {
    margin-bottom: 0;
}

.custSelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.custSelect select::-ms-expand{
    display: none;
}

.custSelect {
    position: relative;
}

.sel-ic {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 25px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #ced4da;
    pointer-events: none;
    cursor: pointer;
}

.sel-ic:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 45px;
    background: #ced4da;
}

.member-body .sel-ic {
    margin-bottom: 0;
    position: absolute;
    top: 25px;
    left: 95px;
    font-size: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    pointer-events: none;
    cursor: pointer;
}

.member-body .sel-ic:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 26px;
    background: #fff;
}

.rfq-body .sel-ic {
    margin-bottom: 0;
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    pointer-events: none;
    cursor: pointer;
}

.rfq-body .sel-ic:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 26px;
    background: #fff;
}

.rfq-body .sortDrop {
    width: 100%;
    max-width: 180px;
    margin-top: 9%;
    float: right;
    border-radius: 8px;
    background: #4AC4D1 !important;
    color: #fff !important;
}

.rfq-body .list-group-item a,
.rfq-body .list-group-item a:hover {
    text-decoration: none;
    color: inherit;
}

.rfq-body .list-group-item span:first-child {
    float: left;
}

.rfq-body .list-group-item span:last-child {
    float: right;
}

/************/
.member-rfq-body .sel-ic {
    margin-bottom: 0;
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    pointer-events: none;
    cursor: pointer;
}

.member-rfq-body .sel-ic:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 26px;
    background: #fff;
}

.member-rfq-body .sortDrop {
    width: 100%;
    max-width: 180px;
    margin-top: 9%;
    float: right;
    border-radius: 8px;
    background: #4AC4D1 !important;
    color: #fff !important;
}

.member-rfq-body .list-group-item a,
.member-rfq-body .list-group-item a:hover {
    text-decoration: none;
    color: inherit;
}

.member-rfq-body .list-group-item span:first-child {
    float: left;
}

.member-rfq-body .list-group-item span:last-child {
    float: right;
}

.createWrapper {
    width: 100%;
    min-height: 50px;

    background: #fff;

    margin-bottom: 25px;
    padding: 20px 0;
    border-radius: 5px;
}

.createWrapper .searchWrap {
    position: relative;
    margin-bottom: 15px;
    max-width: 300px;
    float: right;
    width: 100%;
    display: block;
}

.createWrapper .sel-ic {
    margin-bottom: 0;
    position: absolute;
    top: 31px;
    right: 0;
    font-size: 25px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #ced4da;
    pointer-events: none;
    cursor: pointer;
}

.createWrapper .sel-ic:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 45px;
    background: #ced4da;
}

.createWrapper .searchBtn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 12px;
    left: 0;
    background: transparent;
    border: none;
    outline: none;
}

.createWrapper .searchBtn:after {
    content: '\f002';
    position: absolute;
    top: 0;
    right: 8px;
    font-family: FontAwesome;
    font-size: 25px;
    color: #231F20;
}

.createWrapper .searchWrap .form-control {
    margin-bottom: 10px;
    margin-top: 12px;
    border-radius: 0;
    height: 40px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 46px;
    border: 1px solid #d4d4d4;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 2px 21px;
    height: 31px;
    line-height: 19px;
    /*
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
*/
    background: #fff;
    color: #d4d4d4;
    overflow: hidden;
    position: relative;
    max-width: 130px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    height: 44px;
}

ul.tabs li.active:after {
    content: '';
    background: url('../images/tab-arrow.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 44px;
    display: none;
}

ul.tabs li.active:before {
    content: '';
    background: url('../images/tab-arrow-active.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 44px;
    display: none;
}

ul.tabs li:after {
    content: '';
    background: url('../images/tab-arrow.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 44px;
    display: none;
}

.tab_last {
    /*    border-right: 1px solid #333;*/
}

ul.tabs li:hover {
    background: #90CC8E;
    color: #fff;
}

ul.tabs li.active {
    background-color: #90CC8E;

    color: #fff;
    /*
    border-top: 1px solid #90CC8E;
    border-left: 1px solid #90CC8E;
    border-bottom: 1px solid #90CC8E;
*/
    display: block;
}

.tab_container {
    /*    border: 1px solid #333;*/
    /*    border-top: none;*/
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
    margin-top: 25px;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.161));
    border: 1px solid #d6d6d6;
}

.tab_content {
    padding: 0 20px;
    display: none;
}

.createWrapper .form-control {
    margin-bottom: 20px;
    border-radius: 0;
    height: 60px;
}

.createWrapper textarea.form-control {
    margin-bottom: 20px;
    border-radius: 0;
    height: 150px;
    resize: none;
}

.tab_drawer_heading {
    display: none;
}

.supplier-body .sel-ic {
    margin-bottom: 0;
    position: absolute;
    top: 23px;
    right: 0px;
    font-size: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    pointer-events: none;
    cursor: pointer;
}

.supplier-body .sel-ic:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 1px;
    height: 26px;
    background: #fff;
}

.supplier-body .sortDrop {
    width: 100%;
    max-width: 180px;
    margin-top: 14%;
    float: right;
    border-radius: 8px;
    background: #4AC4D1 !important;
    color: #fff !important;
}

.supplier-body .list-group-item a,
.supplier-body .list-group-item a:hover {
    text-decoration: none;
    color: inherit;
}

.supplier-body .list-group-item span:first-child {
    float: left;
}

.supplier-body .list-group-item span:last-child {
    float: right;
}

.form-control:focus {
    box-shadow: none !important;
}

/*
.relationship-status-output {
  display: block;
  text-align: center;
	font-size: 178px;
	font-family: sans-serif;
	font-weight: 600;
	margin: 0 0 2rem 0;
	line-height: 1;
}
*/

.rangeslider__fill {
    background: var(--red);
}

.filter_slider_box {
    margin-bottom: 25px;
}

.filter_slider_box label {
    margin-bottom: 15px;
}

.viewraper {
    width: 100%;
    min-height: 150px;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.161));
    background: #fff;
    border: 1px solid #d6d6d6;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 5px;
    margin-top: 110px;
    position: relative;
}

.supplier-dp {
    width: 200px;
    height: 200px;
    border: 1px solid #d6d6d6;
    position: absolute;
    top: -105px;
    right: 100px;
}

.view-information .firstLabel,
.view-information .secondLabel {
    margin-bottom: 0;
    position: relative;
    color: #3a3a3a;
    font-size: 16px;
}

.firstLabel:after {
    content: ':';
    position: absolute;
    top: 0;
    right: 0;
}

.viewraper .status-msg {
    padding-left: 0;
}

#tab4 {
    min-height: 250px;
}

#tab4 .ui-slider .ui-slider-handle {
    border-radius: 100%;
    background: #047e5f !important;
}

#tab4 .ui-widget-header {
    background: #08ac83 !important;
}

#tab4 .ui-widget.ui-widget-content {
    border-radius: 25px !important;
}

#amount {
    color: #08ac83;
    border: none;
    outline: none;
}

#amount:read-only {
    background: transparent;
}


#amount1 {
    color: #08ac83;
    border: none;
    outline: none;
}

#amount1:read-only {
    background: transparent;
}

#tab5 .calendar:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 14px;
    background: url('../images/calendar-ic-green.png') no-repeat;
    width: 27px;
    height: 25px;

}

#tab5 .form-control {
    margin-bottom: 20px;
    border-radius: 0;
    height: 45px;
    padding-left: 50px;
}

#tab5 .form-control:read-only {
    background: #fff;
}

#tab5 {
    min-height: 450px;
}

.evalPanel .col {
    border: 1px solid #ededef;
    height: 50px;
}

/*
.evalPanel .col > div {
    padding: 11px;
}
*/
.c_1 {
    padding: 11px;
}

.c_2 {
    padding: 0 11px;
}

.c_3 {
    padding: 11px;
}

.c_3 .checkbox-container {
    display: inline-block;
    position: relative;
    float: right;
}

.c_4 {
    padding: 11px;
}

.c_4 span {
    width: 100%;
    display: inline-block;
    max-width: 114px;
}

.tab-pad {
    padding: 11px 0 !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #90CC8E;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.addM {
    display: block;
    background: #4AC4D1;
    color: #fff;
    max-width: 130px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
}

.evalPanel p {
    margin-bottom: 0;
}

#tab7 p.title {
    margin-bottom: 0;
    background: #90CC8E;
    border-radius: 25px;
    color: #fff;
    padding: 5px 10px;
}

.file-uploader {
    background-color: #dbefe9;
    border-radius: 3px;
    color: #242424;
}

.file-uploader__message-area {
    font-size: 18px;
    padding: 1em;
    text-align: left;
}

.file-list {
    background-color: white;
    font-size: 16px;
}

.file-list__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-list li {
    height: 50px;
    line-height: 50px;
    margin-left: .5em;
    margin-bottom: 25px;
    border: none;
    overflow: hidden;
}

.removal-button {
    width: 52px;
    border: none;
    background-color: #90CC8E;
    color: white;
}

.removal-button::before {
    content: "X";
}

.removal-button:focus {
    outline: 0;
}

.file-chooser {
    padding: 1em;
    transition: background-color 1s, height 1s;
}

.file-chooser p {
    font-size: 18px;
    padding-top: 1em;
}

.file-uploader {
    max-width: 400px;
    height: auto;
    margin: 2em auto;
}

.file-uploader * {
    display: block;
}

.file-uploader input[type=submit] {
    margin-top: 2em;
    float: right;
}

.file-list {
    margin: 0 auto;
    max-width: 90%;
}

.file-list__name {
    max-width: 70%;
    float: left;
}

.removal-button {
    display: inline-block;
    height: 100%;
    float: right;
}

.file-chooser {
    width: 90%;
    margin: .5em auto;
}

.file-chooser__input {
    margin: 0 auto;
}

.file-uploader__submit-button {
    width: 100%;
    border: none;
    font-size: 1.5em;
    padding: 1em;
    background-color: #72bfa7;
    color: white;
}

.file-uploader__submit-button:hover {
    background-color: #a7d7c8;
}

.file-list li:after,
.file-uploader:after {
    content: "";
    display: table;
    clear: both;
}

.hidden {
    display: none;
}

.hidden input {
    display: none;
}

.error {
    background-color: #d65d38;
    color: white;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper .btn,
.upload-btn-wrapper .btn:hover {
    background: #4AC4D1;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.btn {
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    max-width: 150px;
    height: 45px;
}

.panel-item .rangeslider--horizontal {
    max-width: 250px;
}

.response-wrap .membersBtn {
    max-width: 170px;
}

.sup-title {
    margin-top: 10px;
    margin-bottom: 0;
}

.ask-wrap {
    padding: 10px 0;
}

.ask-wrap .form-control {
    border: 1px solid #d6d6d6;
    border-radius: 0;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.161));
}

.ask-wrap .form-control:read-only {
    background: transparent;
}

.evaluationUL {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.evaluationUL li {
    border: 1px solid #000;
    display: inline-block;
}

.viewraper tbody {
    background: #f8f8f8;
}

.heading {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.161);
}

.heading p {
    margin-bottom: 0;
}

/*
.modal-open .modal.modal-center {
    display: flex !important;
    align-items: center !important;
}

.modal-open .modal.modal-center .modal-dialog {
    flex-grow: 1;
}
*/

.modal .membersBtn {
    float: none;
    border: none;
    outline: none;
    margin: 20px auto;
    display: block;
}

.modal-body {
    padding-bottom: 0 !important;
}

.modal-header {
    border: none !important;
    border-radius: 0 !important;
}

.modal-content {
    border-radius: 0 !important;
}

.viewraper .table a,
.viewraper .table a:hover {
    color: #90CC8E;
    text-decoration: none;
    font-weight: 600;
}

textarea.cust {
    resize: none;
    height: 200px !important;
    border-radius: 0;
    margin-bottom: 15px
}

.saveDecsion {
    margin-left: 0 !important;
    float: none !important;
    max-width: 230px !important;
}

.cancel {
    background: #231F20 !important;
}

.notification .accordion > .card .card-header {
    background: #90CC8E !important;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px !important;
}

.dateTime {
    color: #fff;
    position: absolute;
    /* top: 12px; */
    right: 10px;
}

.notification .accordion .card-header:after,
.notification .accordion .card-header.collapsed:after {
    display: none;
}

.notification .card-body {
    padding: 1.25rem !important;
    border-radius: 10px;
    margin-bottom: 20px;
}

.evaluation-panel-head {
    background: #4AC4D1;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
}

.evaluation-panel .form-control {
    border-radius: 0;
    margin-bottom: 20px;
}

.evaluation-panel textarea.form-control {
    border-radius: 0;
    margin-bottom: 20px;
    resize: none;
    height: 200px;
}

.panel-item .borderM {
    border: 1px solid #ededef;
    height: 50px;
}

.title_section {
    background-color: #90CC8E;
    color: #fff;
    padding: 5px;
    margin-top: -20px;
}

.c_weight {
    font-size: 20px;
}

.c_score {
    font-size: 25px;
    font-weight: 800;
}


.viewraper_cons {
    padding: 20px;
}

.msg_box {
    padding: 10px;
}

@media screen and (max-width: 480px) {
    .mob_img {
        width: 1.2rem;
    }

    .mob_text {
        font-size: 12px;
    }

    .title_section {
        margin-top: 20px;
    }

    .mob_padding {
        padding: 0 !important;
    }

}


.sub_title {
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
}

.text {
    color: #6c6c6c;
}

.slider.disabled {
    opacity: 0.6;
}

/* progress years */

.progress-years .box {
    border-radius: 3px;
    border: 1px solid #4AC4D1;
    color: #555;
    font-weight: 600;
    text-align: center;
    padding: 0 3px;
    margin-right: 1px;
}
.progress-years .box1 {
    background: #4AC4D1;
    color: white;
    border: none;
}
.progress-years .box2 {
    background: #3c9faa;
    color: white;
    border: none;
}
.progress-years .box3 {
    background: #3a9aa5;
    color: white;
    border: none;
}
.progress-years .box4 {
    background: #2c747c;
    color: white;
    border: none;
}
.progress-years .box5 {
    background: #1a4449;
    color: white;
    border: none;
}

/* multiselect */
.multiselect__option--highlight,
.multiselect__option--selected.multiselect__option--highlight {
    background-color: var(--blue) !important;
}
