.class_type_menu {
    width: 100%;
    height: 70px;
    /* display: inline-block; */
    /* word-wrap: none; */
    white-space: nowrap;
    overflow-x: scroll;
    /* padding-left: 20px; */
    /* padding-right: 20px; */

    /* float: left; */
    text-align: center;
}

.class_type_menu_item {
    width: 100px;
    width: auto;
    min-width: 90px;
    height: 50px;
    height: auto;
    
    margin: 5px;
    margin-top: 10px;
    /* background-color: rebeccapurple; */
    display: inline-block;

    background-color: white;
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    border-radius: 10px;
}
.class_type_menu_item p {
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
}

.class_date_picker {
    /* width: 200px; */
    margin-bottom: 20px;
    /* background-color: red; */
    /* float: right; */
}


/* Class List UI */
.class_list {
    /* width: 100%;
    margin: auto;
    max-width: 1200px; */
}


.class_list_header {
    background-color: rgb(252, 252, 252);
    background-color: rgb(25, 86, 177);
    /* background-color: #1F2240; */

    width: 90%;
    height: 50px;
    border-radius: 10px;

    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);

    margin: auto;
    margin-top: 20px;
    /* top: 90px; */
    /* position: sticky; */
    z-index: 100;
}

/* .class_list_header {
    background-color: rgb(238, 238, 238);

    width: 90%;
    height: 50px;
    border-radius: 10px;

    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);

    margin: 0;
    z-index: 100;

    position: relative;
    left: 50%;
    top: 40px;
    transform: translate(-50%, -50%);

} */

.class_list_header p {
    font-size: 20px;
    color: black;
    color: white;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    width: calc(100%/4 - 20px);
    width: calc(100%/4 - 14px);
    margin-top: 10px;
}

.class_list_content {
    padding-top: 30px;
    margin: auto;
    width: 90%;
}
.class_list_content h3 {
    text-align: left;
    font-size: 24px;
    color: black;
    font-weight: 600;
}

.class_list_item {
    margin: auto;
    width: 98%;
    height: 50px;

    border-radius: 10px;
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);

    margin-top: 20px;
}

.class_list_item_text_container {
    /* display: inline-block; */
    margin: auto;
    width: calc(100% - 45px);
    height: 100%;
    float: left;
    /* line-height: 100%; */
    
}
.class_list_item_text_container_text {

    margin: auto;
    width: calc(100%/4 - 10px);
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    /* margin-top: 16px; */
    height: 50px;
    margin-top: 0px;
    float: left;

    /* vertical-align: middle;
    text-align: center; */

    display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  text-decoration: none;
  color: black;

  /* overflow: hidden; */
   /* text-overflow: ellipsis; */
   /* display: -webkit-box; */
   /* -webkit-line-clamp: 2; number of lines to show */
   /* -webkit-box-orient: vertical; */

}

.address_field {
   /* display: -webkit-box;
   -webkit-line-clamp: 2; 
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: clip; */
   overflow: hidden;
}
.class_list_item_text_container p {
    /* display: inline-block; */
    margin: auto;
    width: calc(100%/4 - 10px);
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    /* margin-top: 16px; */
    /* height: 50px; */
    margin-top: 0px;
    float: left;
    /* padding: 5px 0; */

    /* line-height: 1.5;
  display: inline-block;
  vertical-align: middle; */


    /* white-space: nowrap; */
}
.class_list_item_open_btn_container {
    /* display: inline-block; */
    margin-top: 7px;
    margin-right: 7px;
    float: right;
}
.class_list_item_open_btn {
    background-color: #1F2240;
    width: 36px;
    height: 36px;
    border-radius: 10px;
}
.class_list_item_open_btn img {
    margin-top: 4px;
    margin-left: 2px;
}

.class_list_item_course_banner {
    width: 15px;
    height: 50px;
    background-color: rgb(25, 86, 177);
    border-radius: 10px 0px 0px 10px;
    float: left;
    position: absolute;
    z-index: -1;
}
.class_list_item_course_banner p {
    margin: auto;
    transform: rotate(90deg);
    transform-origin: left top 0;
    color: white;
    font-size: 11px;
    font-weight: 600;
    background-color: red;
    width: auto;
    height: auto;
    /* padding-top: 4px; */
    margin-left: 15.5px;
    margin-top: 6px;
    /* float: left; */
}