/*.my-10 {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        
        .mb-0 {
            margin-bottom: 0px;
        }
        
        .m-0 {
            margin: 0px;
        }
        
        .w-100 {
            width: 100%;
        }*/
        
        .d-block {
            display: block;
        }
        
        .bootstrap-select .dropdown-menu li.disabled a.active {
            color: #fff;
        }
        .panel-group .panel {
            border-radius: 0;
            box-shadow: none;
            border: unset !important;
            box-shadow: 0px 0px 8px 0px rgba(91, 91, 91, 0.75);
            -webkit-box-shadow: 0px 0px 8px 0px rgba(91, 91, 91, 0.75);
            -moz-box-shadow: 0px 0px 8px 0px rgba(91, 91, 91, 0.75);
        }
        
        .panel-group .panel+.panel {
            margin-top: 15px;
        }
        
        .panel-default>.panel-heading {
            padding: 0;
            border-radius: 0;
            color: #212121;
        }
        
        .panel-title {
            font-size: 20px;
            font-weight: bold;
            /* color: #fac710; */
        }

        .panel-title>a {
            display: block;
            padding: 15px;
            text-decoration: none;
        }

        .chartSubTitle{
            font-size: 20px;
        }
        
        .more-less {
            float: right;
            color: #212121;
        }
        
        .panel-default>.panel-heading+.panel-collapse>.panel-body {
            border-top-color: #eeeeee;
        }
        
        .chip {
            display: inline-block;
            height: auto;
            padding: 10px 26px;
            margin-right: 10px;
            margin-bottom: 11px;
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            color:#006bdb;
            cursor: pointer;
            background-color: #d8dcdf;
            border-radius: 7px;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
            text-transform: uppercase;
            letter-spacing: 000;
        }

        .popUpTitle{
            color: black;
            font-size: 20px;
            font-weight: bold;
        }
        
        .count {
            font-size: 3rem;
            color: #fac710;
        }
        
        span.flag {
            width: 20px;
            display: inline-block;
            height: 20px;
        }
        
		.modal-dialog.country {max-width:700px}
        .countryList {column-count: 4}        
		.countryList .checkbox, .countryList label {    display: flex;    align-items: center;    flex-direction: row; font-size:11px}
		.checkbox input {margin-right:3px}
		.countryList .f32 {padding-right:3px}
		span.flag{zoom:0.7}
        .d-none {
            display: none;
        }
        
        .icon-per-wrapper {
            font-size: 70px;
            text-align: center;
            color: #9600ac;
        }
        
        .circle-icon {
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            width: 100px;
            font-size: 43px;
            margin: 20px auto 10px;
            background-color: #9600ac;
            color: #fff;
        }
        
        .row.idc,
        .row.BAN {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        .idc.row>div,
        .row.BAN>div {
            float: none;
        }
        
        .d-flex {
            display: flex;
        }
        
        .list {
            margin-bottom: 15px;
            box-shadow: 0px 3px 4px 0px rgb(91 91 91 / 75%);
            -webkit-box-shadow: 0px 3px 4px 0px rgb(91 91 91 / 75%);
            -moz-box-shadow: 0px 3px 4px 0px rgba(91, 91, 91, 0.75);
        }
        
		.icon-wrapper { width: 50px; font-size: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: #fb4d99; margin-right: 10px; height: 50px; margin-top: 5px; margin-left: 5px;}
		.icon-wrapper .fa {color: #fff;}
        .icon-per-wrapper p { font-size:70px !important; line-height: inherit; color:inherit}
        .progress-wrapper {
            display: flex;
            flex-direction: column;
            align-content: space-between;
            padding: 10px 0;
            width: calc(100% - 70px);
        }
        
        .progress-wrapper p {
            margin-bottom: 3px;
        }
        
        .progress-wrapper .progress {
            margin-bottom: 0px;
        }
        
        .progress-bar-pink {
            background-image: linear-gradient(to bottom, #fb4d99 0, #fb4d99 100%);
        }
        
        @media screen and (min-width: 768px) {
            .modal-dialog.country {
                width: 950px;
            }
        }
        
        span.numCircle {
            background: #e3e3e3;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            color: #6e6e6e;
            display: inline-block;
            font-weight: bold;
            line-height: 40px;
            margin-right: 5px;
            text-align: center;
            width: 40px;
        }
        
        /*.mb-20 {
            margin-bottom: 20px;
        }*/
        
        .bg-orange,
        .g2::before {
            background-color: #5791CF !important;
        }
        
        .bg-pink,
        .g3::before {
            background-color: #ed6b78 !important;
        }
        
        .bg-green,
        .g4::before {
            background-color: #94c21f !important;
        }
        
        .bg-yellow,
        .g5::before {
            background-color: #faba00 !important;
        }
        
        .bg-blue,
        .g6::before {
            background-color: #6b5888 !important;
        }
        
        .title-count {
            margin-bottom: 10px;
			/*font-size:20px;*/
        }
        
        /*.title-count h3 {
            display: flex;
            margin: 0;
            padding: 0;
            align-items: center;
			font-size:20px;
        }*/
        
        .title-count .number {
            font-size: 25px;
            display: inline-block;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            border-radius: 50%;
            border: 1px solid #cecece;
            margin-right: 10px;
        }
        
        .topic-lists-btn .btn {
            border-radius: 0;
            color: #fff;
            margin-right: 10px;
            position: relative;
        }
        
        .topic-lists-btn .btn:last-child {
            margin-right: 0px;
        }
        
        .topic-lists-btn .btn.active:after {
            content: '';
            width: 5px;
            height: 21px;
            position: absolute;
            background-color: inherit;
            top: 100%;
            left: 50%;
        }
        
		.alert {border-radius: 20px;background-color: #F8F8F8;display:none; margin-top:20px}
        .chart-wrapper {
            border-radius: 20px;
            border: 1px solid;
            border-color: #ededed;
            position: relative;
            padding: 20px 20px 20px 40px;
        }
        
        .chart-wrapper::before {
            content: '';
            width: 20px;
            position: absolute;
            top: 0px;
            bottom: -1px;
            background-color: transparent;
            border-radius: 20px 0px 0px 20px;
            left: 0px;
        }

        .hc-cat-title{
            font-weight: lighter;
            fill: black;
        }
    

        #subgroup .panel,
        #subgroup .panel-heading {
            background: transparent !important;
            border: none;
            box-shadow: none;
            width: 100%;
        }
        
        .panel-title a, .panel-title span.subTopic {
            /* display: flex; */
            justify-content: space-between;
            font-size: 28px;
            font-weight: 600;
            align-items: center;
            text-decoration: none;
			padding: 0 15px;
        }
        
        .subTopicMargin {
            margin-left: 40px;
        }
        
        .subTopicRoot{
            display: flex;
            width: 100%;
        }

        .iconImage{
            margin-top: 10px;
            width: 40px;
            border-radius: 50%;
        }

        #subgroup>.panel>.panel-collapse>.panel-body {
            padding: 0;
        }

        .subTopicTitleDiv{
            background-color: white;
            width: max-content;
            padding-right: 2%;
        }

        .subTopicBar {
            font-family: sans-serif;
            margin: -16px auto;
            text-align: left;
            color: black;
            font-size: 40px;
            max-width: 100%;
            position: relative;
            z-index: -1;
            margin-left: 20%;
        }
        
        .subTopicBar:after {
            content: "";
            display: block;
            width: 100%;
            height: 8px;
            background: var(--my-color-var);
            right: 0;
            top: 50%;
            position: absolute;
        }

        .countryCountDiv{
            margin: 10px 0 10px 0;
        }
        
        .child .panel-title a {
            font-size: 20px;
            font-weight: normal;
        }

        .preCustomHr{
            float:left; 
            width: 51%; 
            height:2px; 
            border:none; 
            color:#b7b7b7; 
            background-color:#b7b7b7;
        }

        .customDiv{
            float:right; 
            width: 30%;
        }
		
        #smallchart20, #smallchart19 {
            position: absolute;
            margin-top: 20px;
        }

        .dropdown.bootstrap-select.bs3{
            width: 160px !important;
        }
		
		
        #btnScrollTop {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 30px;
            z-index: 99;
            font-size: 18px;
            border: none;
            outline: none;
            /* background-color: red; */
            /* color: white; */
            cursor: pointer;
            /* padding: 15px; */
            border-radius: 4px;
        }

        /* #btnScrollTop:hover {
            background-color: #555;
        } */

        button[data-id="countryGroup"], #btnGlobal, #btnCustom{
            padding: 8px;
            border-radius: 25px !important;
            width: 150px !important;
        }
		
		button[data-id="countryGroup"]
            padding: 4px;
            border-radius: 25px;
			width: 250px !important;
        }

        button[data-id="countryGroup"] > div{
            padding-right: 21px !important;
        }

        .dropdown.bootstrap-select.bs3{
            max-width: none !important;
        }


		.panel-heading a:after  { content: "" !important}
		.dropdown.bootstrap-select.bs3 {max-width:30%}
		
        @media screen and (max-width: 650px) {
            .subTopicTitleDiv{
                width: 100%;
            }

            .preCustomHr{
                width: 0;
            }

            .customDiv{
                width: 51%;
            }

            #listOfCountriesContainer{
                margin-top: 90px;
            }

            #btnCustom{
                margin-left: 0px !important;
            }		   

            .icon-wrapperS {
                width: 0px;
                height: 0px;
                margin-right: 0px;
                margin-bottom: 0px;
                margin-top: 0px;
            }

            .panel-title > a{
                padding: 0 !important;
                margin-bottom: 25px;
            }

            .panel-body{
                padding-left: 0 !important;
            }

            #topic > button {
                margin-bottom: 20px;
            }
        }
		
		.social-box2 .box{display: flex;    flex-direction: column;    align-items: center;    background: #FFF;    max-height:330px;min-height:330px; border-radius: 10px;     padding: 30px 10px; margin: 10px 0px;    cursor: pointer;    transition: all 0.5s ease-out;	text-align:center;background-color:#F1F1F1;min-height:370px; position: relative}
	.circle-iconW {    background: #ffffff;    width: 150px;    height: 150px;    border-radius: 50%;    text-align: center;    line-height: 100px;    vertical-align: middle; display: flex;    align-items: center;    justify-content: center; }	
	.social-box2 .box:hover{   box-shadow: 0 0 6px #4183D7;}
	.social-box2 .box .box-text{    margin:20px 0px;    font-size: 15px;}
	.social-box2 .box .box-btn a{    text-decoration: none;    color: #4183D7;    font-size: 16px;	border: 1px solid;    width: 50%;    text-align: center;    border-radius: 20px;	border-color: #BC7991;	padding: 0 20px 0 20px;}
	.title-count h3 {margin: 0;padding: 0;}
   
   /*.title-count h3 {
            display: flex;
            margin: 0;
            padding: 0;
            align-items: center;
			font-size:20px;
        }*/
		.box-title {padding: 20px}
		.filter-option-inner-inner {padding-left:10px}
		.box.selected { box-shadow: 0 0 28px #4183d7}
		
/*Sprite*/	
.iconB {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/sites/default/files/2021-10/news/TFC_Sprite_0.svg);
  zoom: 2;
  -moz-transform: scale(2);
  filter: invert(98%) sepia(9%) saturate(48%) hue-rotate(220deg)
    brightness(116%) contrast(100%);
}
.iconU {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/sites/default/files/2021-10/news/TFC_Sprite_0.svg);
  zoom: 4;
  -moz-transform: scale(4);
}
.iconS {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/sites/default/files/2021-10/news/TFC_Sprite_0.svg);
  zoom: 1;
  -moz-transform: scale(1);
  filter: invert(98%) sepia(9%) saturate(48%) hue-rotate(220deg)
    brightness(116%) contrast(100%);
}
.iconM {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/sites/default/files/2021-10/news/TFC_Sprite_0.svg);
  zoom: 0.9;
  -moz-transform: scale(0.9);
  filter: invert(98%) sepia(9%) saturate(48%) hue-rotate(220deg)
    brightness(116%) contrast(100%);
}
.icon-wrapperS {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}


.icon-1 {
  width: 32px;
  height: 32px;
  background-position: 0 0;
}
.icon-2 {
  width: 32px;
  height: 32px;
  background-position: -64px 0;
}
.icon-3 {
  width: 32px;
  height: 32px;
  background-position: -128px 0;
}
.icon-access {
  width: 32px;
  height: 32px;
  background-position: -192px 0;
}
.icon-Administrativeletter {
  width: 32px;
  height: 32px;
  background-position: -256px 0;
}
.icon-Awarenessraisingontr {
  width: 32px;
  height: 32px;
  background-position: -320px 0;
}
.icon-BaselinesandTargets {
  width: 32px;
  height: 32px;
  background-position: -384px 0;
}
.icon-Capacitybuilding {
  width: 32px;
  height: 32px;
  background-position: -448px 0;
}
.icon-ChamberofCommerce {
  width: 32px;
  height: 32px;
  background-position: -512px 0;
}
.icon-chart {
  width: 32px;
  height: 32px;
  background-position: -576px 0;
}
.icon-chart0 {
  width: 32px;
  height: 32px;
  background-position: -640px 0;
}
.icon-chart1 {
  width: 32px;
  height: 32px;
  background-position: -704px 0;
}
.icon-chart2 {
  width: 32px;
  height: 32px;
  background-position: -768px 0;
}
.icon-chart3 {
  width: 32px;
  height: 32px;
  background-position: -832px 0;
}
.icon-chart4 {
  width: 32px;
  height: 32px;
  background-position: -896px 0;
}
.icon-chart5 {
  width: 32px;
  height: 32px;
  background-position: -960px 0;
}
.icon-chart6 {
  width: 32px;
  height: 32px;
  background-position: -1024px 0;
}
.icon-chart7 {
  width: 32px;
  height: 32px;
  background-position: -1088px 0;
}
.icon-chart8 {
  width: 32px;
  height: 32px;
  background-position: -1152px 0;
}
.icon-chart9 {
  width: 32px;
  height: 32px;
  background-position: -1216px 0;
}
.icon-chart10 {
  width: 32px;
  height: 32px;
  background-position: -1280px 0;
}
.icon-chart11 {
  width: 32px;
  height: 32px;
  background-position: -1344px 0;
}
.icon-chart13 {
  width: 32px;
  height: 32px;
  background-position: -1408px 0;
}
.icon-chart14 {
  width: 32px;
  height: 32px;
  background-position: -1472px 0;
}
.icon-chart15 {
  width: 32px;
  height: 32px;
  background-position: -1536px 0;
}
.icon-chart16 {
  width: 32px;
  height: 32px;
  background-position: -1600px 0;
}
.icon-chart17 {
  width: 32px;
  height: 32px;
  background-position: -1664px 0;
}
.icon-chart18 {
  width: 32px;
  height: 32px;
  background-position: -1728px 0;
}
.icon-chart19 {
  width: 32px;
  height: 32px;
  background-position: -1792px 0;
}
.icon-chart20 {
  width: 32px;
  height: 32px;
  background-position: -1856px 0;
}
.icon-chart21 {
  width: 32px;
  height: 32px;
  background-position: -1920px 0;
}
.icon-chart21b {
  width: 32px;
  height: 32px;
  background-position: -1984px 0;
}
.icon-chart22 {
  width: 32px;
  height: 32px;
  background-position: 0 -64px;
}
.icon-chart23 {
  width: 32px;
  height: 32px;
  background-position: -64px -64px;
}
.icon-chart24 {
  width: 32px;
  height: 32px;
  background-position: -128px -64px;
}
.icon-chart25 {
  width: 32px;
  height: 32px;
  background-position: -192px -64px;
}
.icon-chart26 {
  width: 32px;
  height: 32px;
  background-position: -256px -64px;
}
.icon-chart27 {
  width: 32px;
  height: 32px;
  background-position: -320px -64px;
}
.icon-chart28 {
  width: 32px;
  height: 32px;
  background-position: -384px -64px;
}
.icon-chart29 {
  width: 32px;
  height: 32px;
  background-position: -448px -64px;
}
.icon-chart30 {
  width: 32px;
  height: 32px;
  background-position: -512px -64px;
}
.icon-chart33 {
  width: 32px;
  height: 32px;
  background-position: -576px -64px;
}
.icon-chart34 {
  width: 32px;
  height: 32px;
  background-position: -640px -64px;
}
.icon-chart35 {
  width: 32px;
  height: 32px;
  background-position: -704px -64px;
}
.icon-chart38 {
  width: 32px;
  height: 32px;
  background-position: -768px -64px;
}
.icon-chart39 {
  width: 32px;
  height: 32px;
  background-position: -832px -64px;
}
.icon-chart40 {
  width: 32px;
  height: 32px;
  background-position: -896px -64px;
}
.icon-chart41 {
  width: 32px;
  height: 32px;
  background-position: -960px -64px;
}
.icon-chart42 {
  width: 32px;
  height: 32px;
  background-position: -1024px -64px;
}
.icon-chart44 {
  width: 32px;
  height: 32px;
  background-position: -1088px -64px;
}
.icon-chart45 {
  width: 32px;
  height: 32px;
  background-position: -1152px -64px;
}
.icon-chart46 {
  width: 32px;
  height: 32px;
  background-position: -1216px -64px;
}
.icon-chart47 {
  width: 32px;
  height: 32px;
  background-position: -1280px -64px;
}
.icon-chartup {
  width: 32px;
  height: 32px;
  background-position: -1344px -64px;
}
.icon-Clearresponsibilityo {
  width: 32px;
  height: 32px;
  background-position: -1408px -64px;
}
.icon-Closemonitoringofres {
  width: 32px;
  height: 32px;
  background-position: -1472px -64px;
}
.icon-Commitmentfrommember {
  width: 32px;
  height: 32px;
  background-position: -1536px -64px;
}
.icon-compare {
  width: 32px;
  height: 32px;
  background-position: -1600px -64px;
}
.icon-Consultationswithsta {
  width: 32px;
  height: 32px;
  background-position: -1664px -64px;
}
.icon-Cooperationamongmemb {
  width: 32px;
  height: 32px;
  background-position: -1728px -64px;
}
.icon-Cross-bordere-commer {
  width: 32px;
  height: 32px;
  background-position: -1792px -64px;
}
.icon-Customs {
  width: 32px;
  height: 32px;
  background-position: -1856px -64px;
}
.icon-DecisionatMinisteria {
  width: 32px;
  height: 32px;
  background-position: -1920px -64px;
}
.icon-DecisionorDecreeatth {
  width: 32px;
  height: 32px;
  background-position: -1984px -64px;
}
.icon-Decisionstobetakenin {
  width: 32px;
  height: 32px;
  background-position: 0 -128px;
}
.icon-Developedanimplement {
  width: 32px;
  height: 32px;
  background-position: -64px -128px;
}
.icon-Developmentofworkpla {
  width: 32px;
  height: 32px;
  background-position: -128px -128px;
}
.icon-Domesticresources {
  width: 32px;
  height: 32px;
  background-position: -192px -128px;
}
.icon-Donorsanddevelopment {
  width: 32px;
  height: 32px;
  background-position: -256px -128px;
}
.icon-Email {
  width: 32px;
  height: 32px;
  background-position: -320px -128px;
}
.icon-explore {
  width: 32px;
  height: 32px;
  background-position: -384px -128px;
}
.icon-Financialassistancea {
  width: 32px;
  height: 32px;
  background-position: -448px -128px;
}
.icon-Focusgroups {
  width: 32px;
  height: 32px;
  background-position: -512px -128px;
}
.icon-HavingclearTermsofRe {
  width: 32px;
  height: 32px;
  background-position: -576px -128px;
}
.icon-Highlevelsupportandp {
  width: 32px;
  height: 32px;
  background-position: -640px -128px;
}
.icon-Implementationofconc {
  width: 32px;
  height: 32px;
  background-position: -704px -128px;
}
.icon-Improvebusinessenvir {
  width: 32px;
  height: 32px;
  background-position: -768px -128px;
}
.icon-Improvedcoordination {
  width: 32px;
  height: 32px;
  background-position: -832px -128px;
}
.icon-Improvetransparencya {
  width: 32px;
  height: 32px;
  background-position: -896px -128px;
}
.icon-Incorrectrepresentat {
  width: 32px;
  height: 32px;
  background-position: -960px -128px;
}
.icon-Independentthird-par {
  width: 32px;
  height: 32px;
  background-position: -1024px -128px;
}
.icon-Involvementofthepriv {
  width: 32px;
  height: 32px;
  background-position: -1088px -128px;
}
.icon-Itisnotconsiderednec {
  width: 32px;
  height: 32px;
  background-position: -1152px -128px;
}
.icon-Itwasnotapriorityoft {
  width: 32px;
  height: 32px;
  background-position: -1216px -128px;
}
.icon-Itwasnotconsideredap {
  width: 32px;
  height: 32px;
  background-position: -1280px -128px;
}
.icon-Itwasnotconsideredne {
  width: 32px;
  height: 32px;
  background-position: -1344px -128px;
}
.icon-Itwasnotconsideredre {
  width: 32px;
  height: 32px;
  background-position: -1408px -128px;
}
.icon-Itwasnotnecessary {
  width: 32px;
  height: 32px;
  background-position: -1472px -128px;
}
.icon-Juniorlevel {
  width: 32px;
  height: 32px;
  background-position: -1536px -128px;
}
.icon-Lackofagreementbetwe {
  width: 32px;
  height: 32px;
  background-position: -1600px -128px;
}
.icon-Lackofawarenessofimp {
  width: 32px;
  height: 32px;
  background-position: -1664px -128px;
}
.icon-Lackoffinancialresou {
  width: 32px;
  height: 32px;
  background-position: -1728px -128px;
}
.icon-Lackoffundingandreso {
  width: 32px;
  height: 32px;
  background-position: -1792px -128px;
}
.icon-Lackofhumanresources {
  width: 32px;
  height: 32px;
  background-position: -1856px -128px;
}
.icon-Lackofknow-how {
  width: 32px;
  height: 32px;
  background-position: -1920px -128px;
}
.icon-Lackofknowledgeonhow {
  width: 32px;
  height: 32px;
  background-position: -1984px -128px;
}
.icon-LackofNTFCpermanents {
  width: 32px;
  height: 32px;
  background-position: 0 -192px;
}
.icon-Lackofpermanentsecre {
  width: 32px;
  height: 32px;
  background-position: -64px -192px;
}
.icon-Lackofpersonneltound {
  width: 32px;
  height: 32px;
  background-position: -128px -192px;
}
.icon-Lackofpoliticalsuppo {
  width: 32px;
  height: 32px;
  background-position: -192px -192px;
}
.icon-Lackofregularityofme {
  width: 32px;
  height: 32px;
  background-position: -256px -192px;
}
.icon-Legalissues {
  width: 32px;
  height: 32px;
  background-position: -320px -192px;
}
.icon-Mainstreamingtradefa {
  width: 32px;
  height: 32px;
  background-position: -384px -192px;
}
.icon-Maintainengagementmo {
  width: 32px;
  height: 32px;
  background-position: -448px -192px;
}
.icon-Meetings {
  width: 32px;
  height: 32px;
  background-position: -512px -192px;
}
.icon-Mid-level {
  width: 32px;
  height: 32px;
  background-position: -576px -192px;
}
.icon-MinistryofTrade {
  width: 32px;
  height: 32px;
  background-position: -640px -192px;
}
.icon-Monitoringplantoolwi {
  width: 32px;
  height: 32px;
  background-position: -704px -192px;
}
.icon-Negotiationoftradeor {
  width: 32px;
  height: 32px;
  background-position: -768px -192px;
}
.icon-Onlinemarketing {
  width: 32px;
  height: 32px;
  background-position: -832px -192px;
}
.icon-Other {
  width: 32px;
  height: 32px;
  background-position: -896px -192px;
}
.icon-Politicalcommitmenta {
  width: 32px;
  height: 32px;
  background-position: -960px -192px;
}
.icon-Publicationofarticle {
  width: 32px;
  height: 32px;
  background-position: -1024px -192px;
}
.icon-Raiseawarenessonthei {
  width: 32px;
  height: 32px;
  background-position: -1088px -192px;
}
.icon-Ratificationandnotif {
  width: 32px;
  height: 32px;
  background-position: -1152px -192px;
}
.icon-Reductionofcostsofim {
  width: 32px;
  height: 32px;
  background-position: -1216px -192px;
}
.icon-Reductionoftimeandor {
  width: 32px;
  height: 32px;
  background-position: -1280px -192px;
}
.icon-Regularityofmeetings {
  width: 32px;
  height: 32px;
  background-position: -1344px -192px;
}
.icon-Resistancetochange {
  width: 32px;
  height: 32px;
  background-position: -1408px -192px;
}
.icon-select2ormore {
  width: 32px;
  height: 32px;
  background-position: -1472px -192px;
}
.icon-selectall {
  width: 32px;
  height: 32px;
  background-position: -1536px -192px;
}
.icon-Seniorlevel {
  width: 32px;
  height: 32px;
  background-position: -1600px -192px;
}
.icon-Singlechairperson {
  width: 32px;
  height: 32px;
  background-position: -1664px -192px;
}
.icon-Socialmediafacebookt {
  width: 32px;
  height: 32px;
  background-position: -1728px -192px;
}
.icon-Strongleadership {
  width: 32px;
  height: 32px;
  background-position: -1792px -192px;
}
.icon-Surveysdistributedby {
  width: 32px;
  height: 32px;
  background-position: -1856px -192px;
}
.icon-Telephone {
  width: 32px;
  height: 32px;
  background-position: -1920px -192px;
}
.icon-Thereisalackofawaren {
  width: 32px;
  height: 32px;
  background-position: -1984px -192px;
}
.icon-Thereisnobudgetforth {
  width: 32px;
  height: 32px;
  background-position: 0 -256px;
}
.icon-TVandradioads {
  width: 32px;
  height: 32px;
  background-position: -64px -256px;
}
.icon-TVandradiointerviews {
  width: 32px;
  height: 32px;
  background-position: -128px -256px;
}
.icon-UNCTADReformTracker {
  width: 32px;
  height: 32px;
  background-position: -192px -256px;
}
.icon-Website {
  width: 32px;
  height: 32px;
  background-position: -256px -256px;
}
.icon-WebsiteoftheCommitte {
  width: 32px;
  height: 32px;
  background-position: -320px -256px;
}
.icon-Websiteoftheorganisa {
  width: 32px;
  height: 32px;
  background-position: -384px -256px;
}
.icon-Wedontdoanythingpart {
  width: 32px;
  height: 32px;
  background-position: -448px -256px;
}
.icon-Wedonthaveanyconcret {
  width: 32px;
  height: 32px;
  background-position: -512px -256px;
}
.icon-Wedontuseanyspecific {
  width: 32px;
  height: 32px;
  background-position: -576px -256px;
}
.icon-Whatsappgrouporsimil {
  width: 32px;
  height: 32px;
  background-position: -640px -256px;
}
select.select2 { left: 50%;transform: translateX(-50%); bottom:20px; position:absolute; width: 60% !important}
/*.select2-container { left: 50%;transform: translateX(-50%); bottom:20px; position:absolute; width: 60% !important}*/
.select2-selection .select2-selection--single { border-color:#009edb; border-radius:25px}
/*.select2 select2-container select2-container--default {border-radius: 20px; left: 50%;transform: translateX(-50%); bottom:10px; position:absolute; width:80%} */
