.content-wrapper {
    overflow: hidden;
}
#dashboard-table {
    table-layout: fixed;
    width: 95%;
}

#my-links-table {
    table-layout: fixed;
    width: 95%;
}

tr.rally-header {
    font-style: bold;
    font-weight: 600;
}

th, td {
    padding-left: 10px;
    padding-right: 10px;
}

th.rally-name, td.rally-name{
    font-style: bold;
    padding-left:10px;
}

.rally-dest-url{
    padding-left: 10px;
}

td.rally-dest-url{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-break: break-all;
    color: slategray;
}

td.rally-dest-url span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-break: break-all;
    color: slategray;
}

.rally-shlink{
    width: 200px;
    padding-left: 20px;
}

td.rally-shlink{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: slategray;
    padding-left:10px;
}

td.rally-integer{
    font-size: 12px; font-variant: normal; font-weight: 400; line-height: 20px;
    width: 60px;
    padding-right: 10px;
    margin-right: 10px;
    /* background-color: powderblue; */
}

.rally-date{
    font-size: 10px; font-variant: normal; font-weight: 400; line-height: 20px;
    width: 240px;
    text-align: right;
    padding-right: 40px;
    margin-right: 40px;
}

.rally-detail{
    font-size: 10px; font-variant: normal; font-weight: 400; line-height: 20px;
    width: 60px;
    text-align: center;
    padding-right: 40px;
    margin-right: 40px;
}

td.rally-detail .icon-enlarge5 {
    cursor: 'pointer';
}

.rally-new-campaign {
    cursor: 'pointer';
    padding: 8px 0;
}

th.link-name {
    width: 25%;
}

th.link-destination {
    width: 25%;
}

th.link-slashtag {
    width: 15%;
}

th.link-clicks {
    width: 15%;
}

th.link-created-on {
    width: 20%;
}

th.link-last-clicked {
    width: 20%;
}

span.link-attr-name {
    font-weight: bold;
    padding-right: 3px;
}

span.link-attr-value {
    padding-left: 3px;
}

span.link-attr-hdr {
    padding-left: 0;
    padding-right: 20px;
}

.link-left {
    width: 292px;
}

.link-rght {
    width: 292px;
    text-color: blue;
}

.bg-unique-clicks{
    background-image: linear-gradient(300deg, rgb(1, 131, 253) 0%, rgb(29, 196, 228) 100%);
}

.bg-active-links{
    background-image: linear-gradient(300deg, rgb(12, 181, 113) 0%, rgb(24, 206, 215) 100%);
}

.bg-top-campaign{
    background-image: linear-gradient(300deg, rgb(255, 62, 88) 0%, rgb(255, 132, 73) 100%);
} 

.bg-hot-topic{
    background-image: linear-gradient(300deg, rgb(255, 98, 20) 0%, rgb(255, 202, 56) 100%);
}

.benchmarks-grid{
    border-radius: 15px;
    flex: 0 0 50%;
    width: 35%;
    margin-bottom: 5px;
}

.benchmarks-title{
    font-size:1.2vw;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    /* color: royalblue; */
    /* font-weight: 600; */
}


.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
  stroke-width: 1px;
}

.card-header:not([class*=bg-]):not([class*=alpha-]) {
    background-color: transparent;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom-width: 0;
}
.card-header:first-child {
    border-radius: .125rem .125rem 0 0;
}
.card-header {
    padding: .9375rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.02);
    border-bottom: 1px solid rgba(0,0,0,.125);
    position:relative;
}
*, ::after, ::before {
    box-sizing: border-box;
}

card-header.after {
    content: '';
    height: 100%;
    width: 59px;
    position: absolute;
    right: 0;
    top: 0; 
    background-color: #000000;
    border-right: 1px solid;
    line-height: 10px;
}

div {
    display: block;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem;
}

.active-link {
    border-left:8px solid teal;
    background-color:#176199;
}

div.link-detail-tooltip {	
    position: fixed;			
    text-align: center;			
    width: auto;					
    height: 28;					
    padding: 2px;				
    font: 12px sans-serif;		
    background: lightsteelblue;	
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;			
}

.link-details-general {
    font-size:1.25vw;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    font-weight: 500;
}
.mainmenubtn {
    background-color: skyblue;
    color: white;
    border: none;
    cursor: pointer;
    padding:20px;
    margin-top:20px;
}
.mainmenubtn:hover {
    background-color: blue;
    }
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-child {
    display: none;
    background-color: skyblue;
    min-width: 200px;
}
.dropdown-child a {
    color: blue;
    padding: 20px;
    text-decoration: none;
    display: block;
}
.dropdown:hover .dropdown-child {
    display: block;
}

.benchmarks-dropdown {
    display: block;
    margin: 0 auto;
    margin-left:5%;
}

.analytics-card {
    border-radius: 25px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}

.analytics-title {
    font-size:1vw;
    color: royalblue;
    font-weight: 600;
    outline-color: black;
    width:100%;
}

.tooltip {
    position: absolute;
    width: auto;
    height: auto;
    background: none repeat scroll 0 0 white;
    border: 0 none;
    border-radius: 8px 8px 8px 8px;
    box-shadow: -3px 3px 15px #888888;
    color: black;
    font: 12px sans-serif;
    padding: 5px;
    text-align: center;
}

#analytics-info1, #analytics-info2, #analytics-info3 {
    text-align:center;
    margin: auto;
    font-size: 1vw;
}

#hotTopicBox, #clicksBox, #topCampaignsBox, #activeLinksBox{
    height:110px;
    width:150px;
    position: absolute;
    z-index:99;
    top:10%;
    left:-8vw;
    right:10%;
    background: #e8e4b7;
    font-family: "adobe-gurmukhi";
    border-radius:10px;
    padding:10px;
    color:black;
}

#linksBox {
    height:130px;
    width:150px;
    position: absolute;
    z-index:99;
    top:10%;
    left:-8vw;
    right:10%;
    background: #d9d9d9;
    font-family: "adobe-gurmukhi";
    border-radius:10px;
    padding:10px;
    color:black;  
}

#campaignsBox, #channelsBox, #newClicksBox  {
    height:175px;
    width:150px;
    position: absolute;
    z-index:99;
    top:10%;
    left:-8vw;
    right:10%;
    background: #d9d9d9;
    font-family: "adobe-gurmukhi";
    border-radius:10px;
    padding:10px;
    color:black;  
}

.form_info_tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
  
.form_info_tooltip .form_info_tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}


#benchmarksTooltip1,  #benchmarksTooltip3, #benchmarksTooltip5 {
    height:205px;
    width:150px;
    position: absolute;
    z-index:99;
    top:10%;
    left:-8vw;
    right:10%;
    background: #d9d9d9;
    font-family: "adobe-gurmukhi";
    border-radius:10px;
    padding:10px;
    color:black; 
}

.selectBox{
    border-radius:36px;
    display:inline-block;
    overflow:hidden;
    background:#ededed;
    border:1px solid #cccccc;
    width:70%;
    margin-left:15%;
    margin-right:15%;
}

.selectWrapper{border-radius:4px;border:1px solid #AAAAAA;}

#benchmarksTooltip2, #benchmarksTooltip4, #benchmarksTooltip6 {
    height:160px;
    width:150px;
    position: absolute;
    z-index:99;
    top:10%;
    right:10%;
    background: #d9d9d9;
    font-family: "adobe-gurmukhi";
    border-radius:10px;
    padding:10px;
    color:black;   
}

.form_info_tooltip:hover .form_info_tooltiptext {
visibility: visible;
}

@media (min-width: 768px) {
    .modal-xl {
      width: 90%;
     max-width:1200px;
    }
  }

.multiselect-selected-text {
    color:#a6a6a6;
}

#topic {
    color:red;
}



.tooltip-inner {
  color: #424242;
  background-color: #edebeb;

}
.tooltip {
  box-shadow:none;
}
.tooltip-arrow {
  color: #edebeb;
  background-color:#edebeb;
}

.nav-item-submenu>.nav-link:after {
    line-height: 24px;
}
