.chooseTopic-main{
    margin:30px 30px;
    border-radius: 30px;
    border: 1px solid #d6d6d6;
    /* box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2); */
}


.chooseTopic-header{
    font-size : 18px;
    font-weight : normal;
    color: black;
}

.chooseTopic-title{
    font-size : 16px;
    font-weight : normal;
}

.chooseTopic-text{
    text-align: center;
    margin: 0;
    width: 100%;
}

.chooseTopic-header-sec{
    background-color:white;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom: 1px solid #d6d6d6;
    /* border: 1px solid red; */
}

.main-content {
    width: 100%;
    padding: 15px 0;
    background-color: white;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

.form-text{
    font-size: 13px;
    font-weight : normal;
}


/*overwrite select2 default style*/
.select2-container {
    border: 1px solid #d6d6d6;
    margin: 10px 0 20px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 8px;
    right: 5px;
    width: 35px;
    margin-top: 0;
}

.fa-bars {
    margin-right: 10px;
}





@media screen and (min-width : 1020px) and (max-width: 10000px){
    .filter-section{
        width:50%;
    }
}


@media screen and (min-width : 820px) and (max-width: 1020px){
    .filter-section{
        width:50%;
    }
}


@media screen and (min-width : 450px) and (max-width: 820px){
    .filter-section{
        width:50%;
    }
}


@media screen and (max-width: 450px){
    .filter-section{
        width:100%;
    }
}
