:root {
	--blue: #0d6efd ; /*#2403CC;*/
}
.page-header div{
    display: flex;
    justify-content: center;
    align-items: center;

}
.page-header span{
    font-size: 4em;
    font-weight: 900;
    opacity: 0.4;
    color: #fff;
}

.keywords-title{
    position: relative;
}
.main-keywords-generator-block{
    background-color: #fff;
    height: auto;
    margin: 0 100px;
    position: relative;
    border-radius: 20px;
    top: -50px;
    padding: 30px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.lis-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lis-item i{
    font-size: 24px;
    margin: 0 30px;
    cursor: pointer;
}
.panel{
    display: none;
    width: 90%;
    font-size: 1vw;
    color: rgb(160, 160, 160);
}
.main-keywords-generator-block ol li{
    border-bottom: 1px solid rgb(227, 227, 227);
    /* display: flex; */
    padding: 10px 0;
}
.content{
    width: 100%;
}
.keywordscontent{
    width: 100%;
}
.write-article{
    background-color: #00cb0d;
    height: 30px;
    text-align: center;
    line-height: 33px;
    border-radius: 30px;
    color: #fff;
    font-size: 0.9vw;
    padding: 0 1.2vw;
    border: none;
    width: 75%;
    margin: 0 0 10px 0;
}
.edit-article {
    background-color: var(--blue);
    height: 30px;
    text-align: center;
    line-height: 33px;
    border-radius: 30px;
    color: #fff;
    font-size: 0.9vw;
    padding: 0 1.2vw;
    border: none;
    width: 75%;
    margin: 0 0 10px 0;
}
.accordion-section{
    margin: 20px 0 5px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgb(227, 227, 227);
}
.accordion-section > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-section > div > h2{
    margin: 0;
    padding: 0;
}
.accordion-section >div > button{
    background: rgb(245, 193, 156);
    border: none;
    border-radius: 30px;
    width: 85px;
    height: 32px;
    color: white;
    font-size: 13px;
}
.accordion-section >div > span{
    font-weight: bold;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    width: 40%;
}
section + div{
    height: auto !important;
}
.key_flag{
    display: flex;
    align-items: center;
}
.key_flag img{
    margin-right: 7px;
}
.date{
    font-size: 12px;
}
.search_block {
    background-color: #fff;
    height: auto;
    margin: 0 80px;
    position: relative;
    border-radius: 20px;
    top: -80px;
    padding: 20px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.data_bloc {
    background-color: #fff;
    height: auto;
    margin: 0 80px;
    position: relative;
    border-radius: 20px;
    top: -80px;
    padding: 20px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
span.title{
    color: var(--blue);
    font-size: 19px;
    font-weight: 600;
    display: block;
    margin-bottom: 16px;
}
.search_block .error{
    font-size: 14px;
    color: red;
    margin-left: 35px;
    margin-top: 8px;
    display: block;
}
.search_input {
    display: flex;
    height: 47px;
    align-items: center;
    width: 100%;
}
.search_input button {
    flex: 1;
    height: 96%;
    z-index: 1;
    border-radius: 10px 0px 0px 10px;
    color: white;
    border: none;
    background-color: var(--blue);
}
.search_input input {
    flex: 4;
    border-radius: 0px 10px 10px 0px;
    height: 100%;
    position: relative;
    box-shadow: inset 0 2px 5px gray;
    padding-left: 20px;
    padding-right: 14px;
    border: none;
    border-top: 1px solid #B0B7B6;
}
.create_keywords {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
}
.create_keywords button.create{
    border-radius: 10px;
    color: white;
    border: none;
    background: var(--blue);
    padding: 10px 25px;
    width:auto;
}
#countrys-select {
    display: none;
}
.btn-select-country {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}
.btn-select-country li{
    list-style: none;
    /*float: left;
    display: flex;
    align-items: space-arround;
    padding-bottom: 0px;*/
}
/*.b {
    display: none;
    width: 68%;
    margin-top: 12px;
    background: #ffffff;
    max-width: 300px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

#searchInput{
    width: 100%;
    border: none;
    border-bottom: 1px solid silver;
}
.b {
    position: absolute;
}*/
/*#countries-search{
    display: flex;
    width: 255px;
    justify-content: space-between;
    align-items: center;
}
#countries-search img{
    margin-right: 10px;
}*/
.block_history{
    background: white;
    border-radius: 20px;
    padding: 20px;
    margin: 0 80px 50px 80px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* DATA TABLE STYLE */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate{
    border-radius: 50%;
    height: 30px;
    background-color: #fff !important;
}
#myTable_length{
    display: none;
}
#myTable_filter{
    display: none;
}

@media screen and (max-width:600px){
    .main-keywords-generator-block{
        margin: 0;
    }
    .accordion-section > div > h2 {
        font-size: 20px;
    }
    .search_input input{
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    .search_block{
        margin: 0;
    }
    .create_keywords{
        display: block;
    }
    .block_history{
        margin: 0;
    }
    .keywords-title .col-2{
        display: none;
    }
    .side-app{
        padding: 0;
    }
}
@media screen and (max-width: 400px) {
    .search_input input{
        font-size:12px;
    }
}
