/* Sourcing */
.sourcing-container {
    min-height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.sourcing-title {
    font-size: 40px;
    color: #0cc0df;
}
.sourcing-search input {
    color: #737373;
    font-size: 20px;
    padding: 13px 50px 13px 60px;
    border: 2px solid #d9d9d9 !important;
    width: 100%;
    min-width: 323px;
    outline: none;
    border-radius: 0;
}
.sourcing-search input::placeholder {
    color: #d9d9d9;
}
.sourcing-search {
    width: 100%;
    margin: 0 auto;
}
.sourcing-search .close-search-icon svg {
    height: 20px;
    width: 20px;
    fill: #0cc0df;
}
.sourcing-search .close-search-icon svg line {
    stroke: #0cc0df;
}
.sourcing-search .search-icon svg{
    height: 25px;
    width: 25px;
    fill: #0cc0df;
    stroke: #0cc0df;
}
.sourcing-search .search-icon {
    top: 15px;
    left: 12px;
}
.sourcing-search .close-search-icon {
    top: 16px;
    right: 15px;
}

/* ticker */
.marqueePan {
	max-height: 70px;
	overflow: hidden;
}

.tickercontainer {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

.tickercontainer .mask {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.marqueePan ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;

}

.marqueePan ul li {
	margin: 0 1px;
	padding: 0;
}

.marqueePan ul li a {
	padding: 13px 20px;
	display: flex;
	align-items: flex-start;
	min-width: 225px;
	background: rgb(243, 242, 242);
	height: 60px;
	position: relative;
	white-space: nowrap;
    /* border-bottom: 1px solid lightgray;
    border-left: 1px solid lightgray; */
    font-family: "Lexend Deca", sans-serif;
}

.marqueePan ul li a h5 {
	font-size: 12px;
	margin: 0;
	margin-top: 0px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 2px;
	text-transform: uppercase;
	white-space: nowrap;
}

.marqueePan ul li a span {
	display: block;
	line-height: normal;
	font-size: 13px;
	margin-left: 0;
	color: #fff;
	font-weight: 400;
	line-height: 19px;
}

.marqueePan ul li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3.5px;
	background: #0570e4;
	top: 0;
	left: 0;
	opacity: 1;
}
.blurred {
    filter: blur(4px);
    pointer-events: none;
    user-select: none;
}

.marqueePan ul li a:after { background: lightgray; }

.marqueePan ul li a span { color: #000; } 

.marqueePan ul li a.color-1 h5,
.marqueePan ul li a.color-5 h5,
.marqueePan ul li a.color-9 h5,
.marqueePan ul li a.color-13 h5,
.marqueePan ul li a.color-17 h5,
.marqueePan ul li a.color-21 h5,
.marqueePan ul li a.color-25 h5 { color: #0A89A6; } 



.marqueePan ul li a.color-2 h5 , 
.marqueePan ul li a.color-6 h5 , 
.marqueePan ul li a.color-10 h5 ,
.marqueePan ul li a.color-14 h5 ,
.marqueePan ul li a.color-18 h5 ,
.marqueePan ul li a.color-22 h5 ,
.marqueePan ul li a.color-26 h5 { color: #E0A800; }

.marqueePan ul li a.color-3 h5 , 
.marqueePan ul li a.color-7 h5 , 
.marqueePan ul li a.color-11 h5 ,
.marqueePan ul li a.color-15 h5 ,
.marqueePan ul li a.color-19 h5 ,
.marqueePan ul li a.color-23 h5 ,
.marqueePan ul li a.color-27 h5 { color: #65A30D; }

.marqueePan ul li a.color-4 h5 , 
.marqueePan ul li a.color-8 h5 , 
.marqueePan ul li a.color-12 h5 ,
.marqueePan ul li a.color-16 h5 ,
.marqueePan ul li a.color-20 h5 ,
.marqueePan ul li a.color-24 h5 ,
.marqueePan ul li a.color-28 h5 { color: #9333EA; }



/* tagcloud */
.tagcloud {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 18px;
	margin: auto;
	/*width: 100px!important;*/
	/*color:#c5c5c5;*/
	/*color:#727272;*/
	color: #0cc0df;
	margin-bottom: 1px
}

.tagcloud--item:hover {
	/*color: #36454F;*/
	color: #18796f;
	cursor: pointer;
	opacity: 1.0 !important;
}
.quickTitle {
    font-size: 15px;
    color: #737373;
}
.word-cloud-sec {
    flex: 0 0 200px;
}
.industry-searcing {
    flex: 0 0 280px;
    position: relative;
    max-height: 330px;
    font-size: 14px;
}
.industry-list {

}
.industry-searcing .list-title {
    position: sticky;
    top: 0;
    padding: 5px 20px;
}
.industry-list .list-title {
    background-color: #fff;
}
.segment-list .list-title {
    background-color: #0cc0df;
    color: #fff;
}
.industry-list {
    max-height: calc(100% - 52px);
    overflow: auto;
    background-color: #fff;
}

.industry-list::-webkit-scrollbar {
  width: 10px;
}

.industry-list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

.industry-list::-webkit-scrollbar-thumb {
  background: #0cc0df;
  border-radius: 10px;
  border: 1px solid #fff;
}
.industry-searcing ul {
    margin: 0;
    padding: 0;
}
.industry-searcing ul li {
    list-style-type: none;
    text-align: left;
    padding: 5px 20px;
}
.industry-item.hovered {
    background-color : #0cc0df;
    color: #fff;
    border-radius: 30px 0 0 30px;
}
.segment-list {
    display: none;
    /* margin-top: 52px; */
}
.segment-list:has( ul) {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 99;
    background-color: #fff;
    width: 250px;
    height: calc(100% - 52px);
    overflow: auto;
    background-color : #0cc0df;
    color: #fff;
}
.segment-list ul li:hover {
    background-color: #fff;
    color: #0cc0df;
}
.segment-list::-webkit-scrollbar {
  width: 10px;
}
.segment-list::-webkit-scrollbar-track {
  background: #0cc0df;
  border-radius: 10px;
}

.segment-list::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #0cc0df;
}
.main-search-sec {
    flex: 1;
}
.other-search-parameter {
    gap:15px;
}
.search-para {
    color: #737373;
    border: 2px solid #d9d9d9;
    padding: 15px 15px 14px 15px;
    font-size: 18px;
    text-align: left;
    color: #0cc0df;
    border-left: none;
}
.search-diff-title {
    color: #0cc0df;
    font-size: 18px;
}
.diff-module {
    gap: 10px;
    flex-wrap: wrap;
}
.diff-module a {
    flex: 1;
    position: relative;
    display: flex;
    padding-bottom: 10px;
    min-width: 328px;
    align-self: stretch;
}
.diff-module a:before {
    content: "";
    position: absolute;
    top: 10px;
    height: calc(100% - 10px);
    left: calc(50% + 10px);
    width: calc(50% - 10px);
    background-color: #20cd8d;
    z-index: -1;
}
.diff-module .slide1{
    background: linear-gradient(to right, #9d67cf, #3ad19a);
    color: #fff;
    padding: 10px;
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.diff-module .slide2{
    background: #5170ff;
    color: #fff;
    padding: 10px;
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
}
@media screen and (max-width:545px) {
    .sourcing-title {
        font-size: 35px;
    }
    .main-search-sec.p-4 {
        padding: 10px !important;
    }
}

/* .other-filter {
    align-self: stretch;
}
.other-filter select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #0cc0df !important;
    color: #fff;
    color: #fff;
    font-size: 18px;
    border: none !important;
    border-radius: 10px !important;
    width: fit-content;
    border-radius: 0;
    background-color: #fff;
    outline: none;
    width: 180px;
    text-align: center;
    height: 100%;
    padding: 5px 10px;
}
.other-filter:not(:has( option)) {
    display: none;
} */


.country-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 220px;
    padding: 10px 14px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;

    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);

    background-image: url("data:image/svg+xml,%3Csvg%20fill='%230cc0df'%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M7%2010l5%205%205-5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;

    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.country-select:hover {
    border-color: #0cc0df;
}

.country-select:focus {
    outline: none;
    border-color: #0cc0df;
    box-shadow: 0 0 0 3px rgba(12, 192, 223, 0.2);
}


.alphabet-radio-block .inner-radio-info:has( input:checked) {
    background-color: #0cc0df;
    color :#fff;
    border-radius: 50%;
}
.sourcing-results {
    /* display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center; */
}
.sourcing-results .greenText span , .sourcing-results .yellowText span , .sourcing-results .whiteText span {
    min-width: 140px;
}
.search-by-letter {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 10px;
}
.search-industry-title {
        font-size: 18px;
}

@media screen and (max-width:690px) {
    .industry-searcing {
        display: none;
    }
    .yellowText a , .greenText a , .whiteText a {
        font-size: 14px;
    }
    .sourcing-results {
        margin-left: 0 !important;
    }
}
@media screen and (max-width:890px) {
    .word-cloud-sec {
        display: none;
    }
    .desktop-search .material-search {
        display: block !important;
    }
}
.yellowText a{
    color: #0cc0df !important;
        padding: 5px;
}
.whiteText a{
    color: inherit !important;
    padding: 5px;
}
.greenText a{
    color: green !important;
    padding: 5px;
}
.page-count-pagination {
    color: #0cc0df;
}
.for-span:has(.for-span-segment:empty) {
  display: none;
}

.page-item .page-link {
  padding: 0;
  border: none;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #ccc;
  box-shadow: none;
}
.page-item:not(.disabled) .page-link svg {
    fill: #0cc0df;
}
.page-item .page-link:hover {
  background-color: transparent;
}
.pagination-custom {
  gap: 10px;
}



.material-search input {
    color: #545454;
    font-size: 16px;
    padding: 5px 30px 5px 30px;
    border: 2px solid #737373 !important;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    outline: none;
    border-top: none;
    border-radius: 10px;
}

.material-search .close-search-icon {
    display: none;
}

/* Show close icon when input is not showing placeholder (i.e., has text) */
.material-search input:not(:placeholder-shown) ~ .close-search-icon {
    display: block;
}


.material-search {
    /* width: 100%; */
    /* max-width: 600px; */

}
.material-search .close-search-icon svg {
    height: 20px;
    width: 20px;
    fill: #0cc0df;
    cursor: pointer;
}
.material-search .close-search-icon svg line {
  stroke: #0cc0df;
}
.material-search .search-icon svg{
    height: 18px;
    width: 18px;
    fill: #0cc0df;
}
.material-search .search-icon {
    top: 5px;
    left: 8px;
}
.material-search .close-search-icon {
    top: 4px;
    right: 8px;
}
.material-search-results.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
}
.material-search-results ul {
    width: 100%;
    max-width: 280px;
    padding: 0;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
}
.material-search-results ul:has( li) {
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
}
.material-search-results ul li {
    list-style-type: none;
    text-align: left;
    padding: 5px 10px;
}
.material-search-results ul li a {
    color: inherit !important;
}
.material-search-results ul li:hover {
    background-color: #0cc0df99;
    color: #fff;
}
.material-search-results ul::-webkit-scrollbar {
  width: 10px;
}

.material-search-results ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.material-search-results ul::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.material-search-results ul::-webkit-scrollbar-thumb:hover {
  background: gray;
}
.search-container {
    flex: 1;
}
.desktop-search .material-search{
    display: none;
}
.word-cloud-sec .Circular-Info {
    margin-top: 100px;
}
@media screen and (max-width:1228px) {
    .word-cloud-sec .Circular-Info {
        margin-top: 160px;
    }
}
@media screen and (max-width:999px) {
    .word-cloud-sec .Circular-Info {
        margin-top: 185px;
    }
}