.container {
    max-width: 1900px;
}
.education_location {
    margin-top: 150px;
    text-transform: uppercase;
}
.level_title {
    display: flex;
}
.level_education {
    display: flex;
    color: #2D7ED6;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.level_education:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}
.level_education_title {
    margin: 0 auto;
    padding: 5px;
    font-size: 14px;
}
.customButtons .level_education_title {
    font-size: 13px;
}
.title_bold {
    font-weight: bold;
}
.quantity_org {
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*text-align: right;*/
    color: #FF6C6C;
    height: 100%;
    border-left: #2D7ED6 solid 1px;
    padding-left: 10px;

}
.quantity_title {
    color: #2D7ED6;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}
.count_wrap {
    width: 32px;
    height: 32px;

}
.count-org {
    text-align: center;
    font-weight: bold;
    padding: 0 7%;
    background: rgba(45, 126, 214, 0.15);
    border-radius: 8px;
    position: relative;

}
.level_education:focus {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    outline: none;
    background: #2D7ED6;
    color: #FFFFFF;
}
.level_education:focus .quantity_org {
    outline: none;
    color: #FFFFFF;
    border-left: #FFFFFF solid 1px;
}


.level_choice {
    font-size: 14px;
}
.level_education:focus .quantity_org .quantity_title {
    color: #FFFFFF;
}

.level_education:focus .count-org {
    background: rgba(255, 255, 255, 0.15);

}
.btn-table {
    cursor: pointer;
}
.doo, .oo, .npo, .spo, .vpo {
    position: relative;
}
.doo:after {
    content: "";
    width: 20px;
    height: 28px;
    position: absolute;
    /*background-image: url("./../img/ic-doo.svg");*/
    top: 0;
    left: 55px;
}
.oo:after {
    content: "";
    width: 20px;
    height: 28px;
    position: absolute;
    /*background-image: url("./../img/ic-oo.svg");*/
    top: 0;
    left: 55px;
}
.npo:after {
    content: "";
    width: 20px;
    height: 28px;
    position: absolute;
    /*background-image: url("./../img/ic-npo.svg");*/
    top: 0;
    left: 55px;
}
.spo:after {
    content: "";
    width: 20px;
    height: 28px;
    position: absolute;
    /*background-image: url("./../img/ic-spo.svg");*/
    top: 0;
    left: 55px;
}
.vpo:after {
    content: "";
    width: 20px;
    height: 28px;
    position: absolute;
    /*background-image: url("./../img/ic-vpo.svg");*/
    top: 0;
    left: 55px;
}

.list_edu {
    display: flex;
    flex-direction: column;
    width: 60%;
}
.wrapper_list {
    display: flex;
    justify-content: space-between;
}
.choice {
    font-weight: normal;
    font-size: 16px;
    color: #A6ACBE;
}
.list_edu_desc {
    /*padding-top: 50px;*/
    display: flex;
    justify-content: space-between;
}
.list_edu_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #2D7ED6;
}
.dwld_btn {
    border: none;
    background: #009966;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    padding: 5px 13px;
    color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.dwld_btn:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
}
.dwld_btn:focus {
    outline: none;
}
.list_edu_lvl {
    padding: 0 5px;
    height: 400px;
    width: 100%;
    overflow-y: scroll;
}
.list_desc_lvl {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.edu_main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin-bottom: 2px;
    color: #293845;
    align-items: center;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
}
.edu_main:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
    color: #2D7ED6;
    transition-duration: 0.1s;
}
.edu_main:focus {
    outline: none;
    background: #2D7ED6;
    color: #ffffff;
}
.edu_main:active {
    background: #2D7ED6;
    color: #ffffff;
}
.edu_prew {
    display: flex;
    flex-direction: row;
}
.overview {
    margin-right: 50px;
}
.edu_main:focus .overview {
    color: #FFFFFF;
}
.edu_name {
    margin: 0;
    font-weight: 600;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    padding-left: 10px;
}
.quantity_stdnt {
    position: relative;
    margin: 0;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FF6C6C;
    background: rgba(45, 126, 214, 0.15);
    border-radius: 0px 10px 10px 0px;
    min-width: 60px;
    height: 30px;

}
.quantity_stdnt:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 5px;
    left: -30px;
    /*background: url("./../img/graduation-hat.svg");*/
}
.edu_main:focus .quantity_stdnt {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.15);
}

.edu_info {
    display: flex;
    justify-content: space-between;
}
.date_info_title {
    font-size: 16px;
    color: #4e555b;
    font-weight: 500;
    text-align: left;
}
.edu_map {
    display: flex;
    flex-direction: column;
    width: 38%;
}
#mapOrganization.edu_map {
    width: 100%;
}
.map1 {
    display: flex;
    height: 400px;
    width: 100%;
    filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.25));
    border-radius: 5px;
    background: #FFFFFF;
}
.edu_data_wrap {
    padding-left: 20px;
}
.edu_data_lable {
    display: flex;
    justify-content: space-between;
}

.edu_data_list {
    display: flex;
}
.edu_data_name {
    list-style: none;
    background: #FFFFFF;
    border-radius: 0;
}
.edu_tab {
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    border: none;
    color: #2D7ED6;
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    padding: 10px 10px;
    height: 70px;
}
.edu_tab:active, .edu_tab:focus{
    outline: none;
    background: #2D7ED6;
    color: #FFFFFF;
    filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.15));
}
.edu_tab:hover {
    filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.15));
    transition-duration: 0.3s;
}
.edu_tab:first-child {
    border-radius: 5px 0 0 0;
}
.edu_tab:last-child {
    border-radius: 0 5px 0 0;
}
.edu_data {
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 10px 10px;
    height: 330px;
    overflow-y: auto;
}
.chart1 {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;

}
.chart2 {
    display: flex;
    justify-content: space-between;
    background: #F2F1FB;
    padding: 5px 20px;
}
.topic {
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #999999;
    min-width: 25%;
}
.info {
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #293845;
    background: none;
    box-shadow: none;
    text-align: left;
}
