

#searching-list{
    padding-left:60px;
}
#box{
    width: 450px;
}
#in_event{
    text-align: right;
}
#in_bootcamp{
    text-align: right;
}
#in_course{
    text-align: right;
}
#in_tag{
    text-align: right;
}
#card-right{
    padding:24px;
}
.float-footer {
    display: none;
    position: fixed;
    width: 100%;
    /* height: 60px; */
    bottom: 0px;
    /* right: 40px; */
    /* background-color: #25d366; */
    /* color: #FFF; */
    /* border-radius: 50px; */
    /* text-align: center; */
    /* font-size: 30px; */
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    /* background-color: #25d366; */
    /* color: #FFF; */
    border-radius: 50px;
    /* text-align: center; */
    /* font-size: 30px; */
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
.navbar-toggle{
    background-color:#3ec3dc;
    border-color:#3ec3dc;
}
#kata-alumni2{
    display: none;
}
#kata-alumni{
    display: block;
}
#navbar-col{
    justify-content: space-between;
    display:flex;
    max-width: 1200px;
    align-self: center;
    margin: 0 auto
    /* padding: 0px 40px 0px 40px;  */
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    #navbar-col{
        justify-content: space-between;
        display:flex;
        padding: 0px 40px 0px 40px; 
    }   
}
@media screen and (max-width: 768px) {
    #navbar-col{
        justify-content: space-between;
        display:flex;
        padding: 0px 20px 0px 5px; 

    }
    #navbar-2{
        display: none;
    }
    .nav{
        width: 100%;
    }
    #box{
        width: 87%;
    }
    #in_event{
        text-align: left;
        float:left;
        padding-bottom: 4px;

    }
    #in_course{
        text-align: left;
        float:left;
        padding-bottom: 4px;

    }
    #in_bootcamp{
        text-align: left;
        float:left;
        padding-bottom: 4px;

    }
    #in_tag{
        text-align: left;
        float:left;
        padding-bottom: 4px;

    }
    #rownya{
        margin-bottom: 0px;
        margin-top: 0px;
    }
    #featured-topic{
        padding:0px;
        left: 0;
        overflow: auto;
    } 
    #ft-event{
        padding-bottom: 4px;

    }
    #ft-bootcamp{
        padding-bottom: 4px;

    }
    #ft-course{
        padding-bottom: 4px;

    }
    #ft-tag{
        padding-bottom: 4px;

    }
    

    #hrnya{
        margin: 4px;
    }
    #hr_tag{
        margin: 4px;
    }
    #hr_event{
        margin: 4px;
    }
    #hr_course{
        margin: 4px;
    }
    #hr_bootcamp{
        margin: 4px;
    }
    #disapear{
        display: none;
    }
    #container-mobile{
        width: 100vw;
        overflow-y: auto;
    }
    #searcning-list{
        height: 350px;
        overflow-y: auto;
    }



 
    #card-right{
        padding-top:0px
    }
    .modal-dialog{
        margin-left: 0px;
    }
    
    .float-footer {
        background-color:#FFFFFF;;
        display: block;
        position: fixed;
        width: 100%;
        /* height: 60px; */
        text-align: center;
        bottom: 0px;
        color: #818999;
        font-size: 12px;
        /* right: 40px; */
        /* background-color: #25d366; */
        /* color: #FFF; */
        /* border-radius: 50px; */
        /* text-align: center; */
        /* font-size: 30px; */
        /* box-shadow: 2px 2px 3px #999; */
        z-index: 100;
    }
    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 70px;
        right: 20px;
        /* background-color: #25d366; */
        /* color: #FFF; */
        border-radius: 50px;
        /* text-align: center; */
        /* font-size: 30px; */
        /* box-shadow: 2px 2px 3px #999; */
        z-index: 100;
    }
    .row-footer{
        margin: 10px 0px;
        
    }
    #kata-alumni2{
        display: block;
    }
    #kata-alumni{
        display: none;

    }

}

@media screen and (max-width: 100vw) {
    #navbar-2 {
        display: none;
    }
}
    
