/******************* Keyword result page  Top Section: Start **************************/
.ks-cms-content-main .row {
	/* display: flex; */
  /* flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap; */
}
.ks-left-content-cms .row {
	/* flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap; */
}
.ks-cms-content-main .hpanel .panel-body { 
	border: none !important;
}
.ks-cms-content-main .page-profile-cms .hpanel {
    border: 1px solid rgba(89,96,130,0.1);
  }
  .ks-cms-content-main .page-profile-cms .hpanel-card-header {
    background-color: transparent;
	border-color: transparent;
	padding-bottom: 25px;
  }
  .ks-cms-content-main .page-profile-cms .hpanel-card-header .title {
    font-size: 0.875rem;
    color: #001737;
    margin-bottom: 5px;
  }
  .ks-cms-content-main .page-profile-cms .hpanel-card-header .desc {
    font-size: 12px;
    color: #8392a5;
    margin-bottom: 0;
  }
  .ks-cms-content-main .page-profile-cms .panel-body {
    padding: 25px;
  }
  .ks-cms-content-main .page-profile-cms .data-indicator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    opacity: 0.6;
    border: 2px solid #0168fa;
    border-radius: 0.25rem;
  }
  .ks-cms-content-main .page-profile-cms .data-indicator.gray {
    border-color: #97a3b9;
  }
  .ks-cms-content-main .page-profile-cms .data-indicator svg {
    stroke-width: 3px;
    color: #0168fa;
    width: 20px;
    height: 20px;
  }
  .ks-cms-content-main .page-profile-cms .data-indicator.gray svg {
    color: #97a3b9;
  }
  .ks-cms-content-main .page-profile-cms .media {
      display: flex;
  }
  .ks-cms-content-main .page-profile-cms .media .contents {
    margin-left: 10px;
    width: 50%;
  }
  .ks-cms-content-main .page-profile-cms .media .contents h4 {
    line-height: 1.1;
    letter-spacing: -1px;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 21px;
    color: #001737;
    margin-top: 0px;
  }
  .ks-cms-content-main .page-profile-cms .media .contents p {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #8392a5;
	margin-bottom: 0;
	word-break: break-all;
  } 
  @media(min-width:1200px) and (max-width: 1250px) {
    .ks-cms-content-main .page-profile-cms .media .contents {
        margin-left: 8px;
    }
    .ks-cms-content-main .page-profile-cms .media .contents p {
        letter-spacing: 0;
    }
  }    
  @media(max-width: 992px) {
    .ks-cms-content-main .page-profile-cms .panel-body .contents-data:nth-child(n+2) {
      margin-top: 10px;
    }
  } 
  @media(min-width:992px) and (max-width: 1199px) {
    .ks-cms-content-main .page-profile-cms .panel-body .contents-data:nth-child(n+2) {
        margin-top: 10px;
    }
  } 
  .ks-left-content-cms .panel-body h4.heading-title {
	border-bottom: none;
	margin-bottom: 0;
}
.ks-left-content-cms .panel-body .lang {
   font-size: 15px;
}
  .ks-cms-content-main .page-profile-cms .contents-data, .ks-cms-content-main .page-profile-cms .contents-data h4 {
    font-family: 'Jost', sans-serif;
  }
  .ks-cms-content-main .page-profile-cms .hpanel-card-header h4,
  .ks-left-content-cms .hpanel-card-header h4.main-heading {
    font-size: 40px;
    letter-spacing: -0.5px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.25;
	color: #001737;
	margin-top: 0px;
  } 
  .ks-cms-content-main .page-profile-cms .hpanel-card-header p ,
  .ks-left-content-cms .hpanel-card-header p {
    font-size: 12px;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #1b2e4b;
  }
  .ks-cms-content-main .page-profile-cms .data-indicator.first {
    border: 2px solid #c0ccda;
  }
  .ks-cms-content-main .page-profile-cms .data-indicator.second {
    border: 2px solid #0168fa;
  }
  .ks-cms-content-main .page-profile-cms .data-indicator.third {
    border: 2px solid #00cccc;
  }
  
  .ks-cms-content-main .page-profile-cms .data-indicator.fourth {
    border: 2px solid deeppink;
  }
  
  .ks-cms-content-main .page-profile-cms .data-indicator.first svg{
    color: #c0ccda;
  }
  .ks-cms-content-main .page-profile-cms .data-indicator.second svg{
    color: #0168fa;
  }
  .ks-cms-content-main .page-profile-cms .data-indicator.third svg{
    color: #00cccc;
  }  
  .ks-cms-content-main .page-profile-cms .data-indicator.fourth svg{
    color: deeppink;
  }  
  /*left section */
  .ks-left-content-cms .content-box .total-count h4{
    font-size: 36px;
    color: var(--text-title-color);
    font-weight: 600;
    display: block;
    line-height: .7em;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
	margin-bottom: 0;
	font-family: 'Jost', sans-serif;
  }
  .ks-left-content-cms .content-box .total-count {
    margin-bottom: 4px;
  }
  .ks-left-content-cms .content-box .total-count i {
    color: #6a697d;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
  }
  .ks-left-content-cms .content-box .content-detail .desc {
    white-space: nowrap;
    text-transform: uppercase;
    color: #444;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .ks-left-content-cms .content-box .content-indicator {
    max-width: 150px;
    position: relative;
  } 
  .ks-left-content-cms .content-indicator>.indicator-value {
    display: block;
    height: 5px;
    position: absolute;
  }
  .content-difficulty-indicator>.indicator-value {
    background-color: #0f7ffd;
    color: #0f7ffd;
  }
  .keyword-difficulty-indicator>.indicator-value {
    background-color: #ff552a;
    color: #ff552a;
  }
  .ks-left-content-cms .content-indicator > .indicator-value > .in-mark {
    position: absolute;
    right: 0;
    height: 20px;
    width: 3px;
    background: inherit;
    top: -8px;
    z-index: 1;
  }
  .ks-left-content-cms .content-indicator > .indicator-value >  label {
    display: block;
    text-transform: uppercase;
    margin-top: 14px;
    font-size: 10px;
    white-space: nowrap;
  }
  .ks-left-content-cms  .content-indicator > table {
    border: 0;
    background: transparent;
    height: 6px;
    margin: 0;
    padding: 0;
    width: 150px;
    table-layout: fixed;
    position: relative;
  }
  .ks-left-content-cms .content-indicator >table>tbody>tr>td {
    border: 0;
    border-right: 2px solid var(--dark);
  }
  .ks-left-content-cms .content-indicator {
    background: #dddee5;
    display: inline-block;
  }
  .ks-cms-content-main .page-profile-cms .ks-left-content-cms .panel-body .content-box{
    padding-bottom: 20px;
  }
  @media(max-width: 1399px) {
    #new-content-difficulty,#new-keyword-difficulty {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ks-cms-content-main .page-profile-cms .ks-left-content-cms .panel-body .content-box{
        margin-bottom: 25px;
    }
    .ks-left-content-cms .content-indicator > table {
        /* width: 260px; */
        width: 125px;
    }
    .ks-left-content-cms .content-box .content-indicator {
        max-width: 260px;
    }
  }
  @media(max-width: 1199px)  {
    .ks-left-content-cms .content-indicator > table {
        width: 200px;
    }
    .ks-left-content-cms .content-box .content-indicator {
        max-width: 200px;
    }  
  }
  @media(max-width: 1299px)  {
    .ks-cms-content-main .page-profile-cms .card-header h4, .ks-left-content-cms .card-header h4.main-heading {
        font-size: 30px;
    }
    .ks-cms-content-main .page-profile-cms .card-header p, .ks-left-content-cms .card-header p {
        margin-bottom: 0;
    }
  }
  @media(max-width: 991px)  {
    #content-difficulty, #keyword-difficulty {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ks-cms-content-main .page-profile-cms .ks-left-content-cms {
        margin-bottom: 15px;
    }
  }
  @media(min-width: 768px) and (max-width: 991px)  {
    .ks-left-content-cms .content-indicator > table {
        width: 300px;
    }
    .ks-left-content-cms .content-box .content-indicator {
        max-width: 300px;
    } 
  }
  @media(max-width: 767px)  { 
    .ks-cms-content-main .page-profile-cms .panel-body .contents-data:nth-child(n+2) {
        margin-top: 10px;
    }
    .report-chart .m-portlet .m-portlet__head {
      height: auto;
    }
    .ks-right-content-cms, .ks-left-content-cms {
      width: 100%;
    }
  }
  @media(max-width: 575px)  { 
    #new-content-difficulty,#new-keyword-difficulty {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* .ks-cms-content-main .page-profile-cms .contents-data {
        flex: 0 0 50%;
        max-width: 50%;
    } */
    .search-sec {
        padding-left: 0;
        padding-right: 0;
    }
    .ks-left-content-cms .content-indicator > table {
        width: 300px;
    }
    .ks-left-content-cms .content-box .content-indicator {
        max-width: 300px;
    } 
    .ks-cms-content-main .page-profile-cms .media .contents {
        width: 75%;
    }
  }
  @media(max-width: 480px)  {  
    .ks-cms-content-main .page-profile-cms .contents-data {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ks-cms-content-main .page-profile-cms .panel-body .contents-data:nth-child(n+2) {
        margin-top: 10px;
    }
  }
  @media(max-width: 420px)  {  
    .ks-left-content-cms .content-indicator > table {
        width: 230px;
    }
    .ks-left-content-cms .content-box .content-indicator {
        max-width: 230px;
    } 
  }
  .ks-cms-content-main .profile-content {
	height: 100%;
  }
  .ks-cms-content-main .profile-content .hpanel {
    height: 100%;
    border-radius: 0;
  }
  #difficulty_chart, #popularity_chart {
        height: auto;
    }
  .kw-result-page .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  /******************* Keyword result page Top Section: End **************************/

  /******************* Keyword result page bottom right side minimize button css: End **************************/
  .list-container {
    position: fixed;
    bottom: 26px;
    right: 23px;
    z-index: 9;
  }
  
  .more-button {
    background-color: #5c67ff;
    box-shadow: 0px 0px 0px 4px rgb(92 103 255 / 30%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: 0.2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 99;
  }
  
  .menu-icon-wrapper {
    border-radius: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
  }
  
  .menu-icon-line.first {
    transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
    transform-origin: right;
  }
  
  .menu-icon-line.half {
    width: 50%;
  }
  
  .menu-icon-line {
    background-color: #fff;
    border-radius: 2px;
    width: 100%;
    height: 2px;
  }
  
  .menu-icon-line.last {
    align-self: flex-end;
    transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
    transform-origin: left;
  }
  
  .more-button-list {
    background-color: #fff;
    border-radius: 8px;
    list-style-type: none;
    width: 278px;
    height: 170px;
    box-shadow: 0px 0px 4px 4px rgb(150 157 249 / 16%);
    padding: 0;
    padding: 6px;
    position: absolute;
    right: 24px;
    bottom: 0;
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all 0.3s ease 0.1s;
  }
  
  .more-button-list-item {
    align-items: center;
    color: #1c3991;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease-in;
  }
  
  .more-button-list-item span {
    font-size: 23px;
    font-weight: 700;
    color: #5c67ff;
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 13px !important;
  }

  .more-button-list-item small {
    font-size: 10px;
    display: block;
    color: #6e7983;
    text-align: center;
  }
  
  .list-container.active .more-button-list {
    opacity: 1;
    transform: scale(1);
  }
  
  .more-button-list-item h2 {
    font-size: 18px;
    color: #424AA4;
    text-align: center;
    font-weight: 500;
  }
  
  .more-button-list-item .bulk-checker-keywords {
    margin-top: 13px;
  }
  
  .more-button-list-item button {
    margin-top: 15px;
    height: 40px;
    width: 150px;
    background: #F7F7F7;
    border-radius: 20px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .more-button-list-item button:hover{
    color: #424AA4;
  }
  
  .list-container.active .more-button-list-item {
    animation: fadeInItem 0.6s 0.2s forwards;
  }
  
  .list-container.active .more-button-list-item:nth-child(2) {
    animation-delay: 0.4s;
  }
  
  .list-container.active .more-button-list-item:nth-child(3) {
    animation-delay: 0.6s;
  }
  
  .list-container.active .more-button-list-item:nth-child(4) {
    animation-delay: 0.8s;
  }
  
  .list-container.active .more-button {
    animation: onePulse 0.6s forwards linear;
  }
  
  .list-container.active .menu-icon-wrapper {
    transform: rotate(-45deg);
  }
  
  .list-container.active .menu-icon-line.first {
    transform: rotate(-90deg) translateX(1px);
  }
  
  .list-container.active .menu-icon-line.last {
    transform: rotate(-90deg) translateX(-1px);
  }

  .list-container .bulk-selected-action li{
    z-index: 1;
    position: relative;
    background: #FFFFFF;
    color: #535252 !important;
    font-weight: 400;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.bulk-checker-keywords .btn.dropdown-toggle:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  border-style: solid;
  border-color: #5c67ff;
  border-width: 0px 1px 1px 0px;
  transform: translateY(-50%) rotate(45deg);
  transition: border-width 150ms ease-in-out;
  right: 17px;
  top: 45%;
}
.bulk-checker-keywords .btn-group {
  margin: 0 auto;
  float: unset !important;
  text-align: center;
}
.bulk-checker-keywords .custom-btn-group {
  width: 100%;
}

.list-container .bulk-selected-action li a{
  padding: 10px 20px !important;
}

.list-container .bulk-selected-action li:last-child {
  border-bottom: 0;
}
  /******************* Keyword result page bottom right side minimize button css: End **************************/

  table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after{
    top: unset !important;
  }

  table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected{
    background-color: #b0bed9 !important;
  }

