/*>>>>>>>>>>>>>>>>>>>>>>>>>MEDIA QUERIES CSS BEGINS HERE<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>MEDIA QUERIES CSS BEGINS HERE<<<<<<<<<<<<<<<<<<<<<<<<*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /*>>>>>>>>>>>>>>>>>>>>>>>>>HEADER CSS BEGINS HERE<<<<<<<<<<<<<<<<<<<<<<<<*/

  .header .header_container .header_section_2 .dropdown {
    /* background-color: rgb(11, 145, 33); */
    color: white;
    text-align: center;
    display: none;
  }

  .header .header_container .header_section_2 .dropdown a {
    /* background-color: rgb(11, 145, 33); */
    padding: 15px 0px;
  }

  /*>>>>>>>>>>>>>>>>>>>>>>>>>CONTENT CSS BEGINS HERE<<<<<<<<<<<<<<<<<<<<<<<<*/
  .content .content_container_1 .content_container_1_section_1 {
    /* background-color: red; */
    width: 100%;
    margin: 0 auto;
  }

  .content .content_container_1 .auth_content {
    width: 100%;
    padding: 107px 5px;
  }

  /*>>>>>>>>>>>>>>>>>> CONTENT WELCOME PAGE CSS BEGINS HERE <<<<<<<<<<<<<<<<<*/
  .content .content_container_1 .welcome_page h1 {
    font-size: 45px;
  }

  .content .content_container_1 .welcome_page h5 {
    font-size: 17px;
  }

  .content .content_container_1 .welcome_page p {
    font-size: 15px;
  }
  /*>>>>>>>>>>>>>>> CONTENT AUTHENTICATION PAGE CSS BEGINS HERE <<<<<<<<<<<<<<*/
  .content .content_container_1 .text_input {
    width: 100%;
  }

  /*>>>>>>>>>>>> CONTENT PROFILE & GENERAL TABLE 1 PAGE CSS BEGINS HERE <<<<<<<<<<<<*/

  .content .content_container_1 .play_or_view .profile table {
    border: none;
  }

  .content .content_container_1 .play_or_view .profile caption {
    font-size: 1.3em;
  }

  .content .content_container_1 .play_or_view .profile thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  /* .content .content_container_1 .play_or_view .profile tr {
      border-bottom: 3px solid red;
      display: block;
      margin-bottom: 0.625em;
    } */

  .content .content_container_1 .play_or_view .profile td {
    border-bottom: 1px solid #444;
    color: #444;
    display: block;
    font-size: 0.8em;
    text-align: right;
    padding: 0.5rem 0px;
  }

  .content .content_container_1 .play_or_view .profile td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .content .content_container_1 .play_or_view .profile td:last-child {
    border-bottom: 0;
  }

  .content
    .content_container_1
    .play_or_view
    .profile
    .general_table_2_tr
    td:nth-child(odd) {
    background-color: #d9d9d9;
  }

  /*>>>>>>>>>>>> CONTENT PROFILE & GENERAL TABLE 1 PAGE CSS BEGINS HERE <<<<<<<<<<<<*/

  .content .content_container_1 .play_or_view .profile .update_profile_input {
    color: #444;
    width: 100%;
    border: 1px solid #364f6b;
    border-radius: 7px;
    padding: 0.5rem 5px;
  }

  /*>>>>>>>>>>>> CONTENT PLAY, VIEW & TABLE PAGE CSS BEGINS HERE <<<<<<<<<<<<*/
  .content .content_container_1 .play_or_view .welcome_msg {
    /* background-color: yellow; */
    padding-top: 10px;
  }

  .content
    .content_container_1
    .play_or_view
    .play_or_view_content
    .general_table_1
    .header_1
    .header_1_data {
    font-size: 10px;
  }
  .content
    .content_container_1
    .play_or_view
    .play_or_view_content
    .general_table_1
    th {
    font-size: 13px;
  }

  .content
    .content_container_1
    .play_or_view
    .play_or_view_content
    .general_table_1
    td {
    font-size: 13px;
  }
  /*>>>>>>>>>>>> CONTENT PLAY, VIEW & TABLE PAGE CSS ENDS HERE  <<<<<<<<<<<<*/

  /*>>>>>>>>>>>> CONTENT CALENDAR & TABLE PAGE CSS BEGINS HERE  <<<<<<<<<<<<*/
  .content
    .content_container_1
    .play_or_view
    .play_or_view_content
    .general_table_1
    .show_and_search_cal_row {
    background-color: #364f6b !important;
    display: grid;
  }

  .content
    .content_container_1
    .play_or_view
    .play_or_view_content
    .general_table_1
    .show_and_search_cal_row
    .cal_row_td_show_all {
    background-color: #364f6b !important;
    width: 100% !important;
    clear: both;
    line-height: 32px;
    font-size: 17px;
  }

  .content
    .content_container_1
    .play_or_view
    .play_or_view_content
    .general_table_1
    .show_and_search_cal_row
    .cal_row_td_search {
    background-color: #364f6b !important;
    width: 100% !important;
    clear: both;
    line-height: 30px;
    font-size: 17px;
  }

  .content
    .content_container_1
    .play_or_view
    .play_or_view_content
    .general_table_1
    .show_and_search_cal_row
    .cal_row_td_search
    .cal_row_td_search {
    align-content: center;
  }
  /*>>>>>>>>>>>> CONTENT CALENDAR & TABLE PAGE CSS ENDS HERE  <<<<<<<<<<<<*/

  /*>>>>>>>>>>>>>>>>>>>>>>>> FOOTER CSS BEGINS HERE <<<<<<<<<<<<<<<<<<<<<<<*/
  .footer .footer_content_1_section_1 {
    font-size: 12px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /*>>>>>>>>>>>>>>>>>>>>>>>>>HEADER CSS BEGINS HERE<<<<<<<<<<<<<<<<<<<<<<<<*/

  /*>>>>>>>>>>>>>>>>>>>>>>>>>CONTENT CSS BEGINS HERE<<<<<<<<<<<<<<<<<<<<<<<<*/
  .content .content_container_1 .content_container_1_section_1 {
    /* background-color: hotpink; */
    width: 100%;
    margin: 0 auto;
  }
  .content .content_container_1 .auth_content {
    width: 95%;
    padding: 95px 5px;
  }

  /*>>>>>>>>>>>>>>>>>> CONTENT WELCOME PAGE CSS BEGINS HERE <<<<<<<<<<<<<<<<<*/
  .content .content_container_1 .welcome_page h1 {
    font-size: 55px;
  }

  .content .content_container_1 .welcome_page h5 {
    font-size: 18px;
  }

  .content .content_container_1 .welcome_page p {
    font-size: 16px;
  }
  /*>>>>>>>>>>>>>>> CONTENT AUTHENTICATION PAGE CSS BEGINS HERE <<<<<<<<<<<<<<*/
  .content .content_container_1 .text_input {
    width: 100%;
  }
  /*>>>>>>>>>>>> CONTENT PLAY, VIEW & TABLE PAGE CSS BEGINS HERE <<<<<<<<<<<<*/

  /*>>>>>>>>>>>> CONTENT PLAY, VIEW & TABLE PAGE CSS ENDS HERE  <<<<<<<<<<<<*/

  /*>>>>>>>>>>>>>>>>>>>>>>>> FOOTER CSS BEGINS HERE <<<<<<<<<<<<<<<<<<<<<<<*/
  .footer .footer_content_1_section_1 {
    font-size: 14px !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /*>>>>>>>>>>>>>>>>>>>>>>>>>HEADER CSS BEGINS HERE<<<<<<<<<<<<<<<<<<<<<<<<*/

  /*>>>>>>>>>>>>>>>>>>>>>>>>>CONTENT CSS BEGINS HERE<<<<<<<<<<<<<<<<<<<<<<<<*/
  .content .content_container_1 .content_container_1_section_1 {
    /* background-color: rgb(19, 114, 11); */
    width: 100%;
    margin: 0 auto;
  }

  .content .content_container_1 .auth_content {
    width: 50%;
  }

  /*>>>>>>>>>>>>>>>>>> CONTENT WELCOME PAGE CSS BEGINS HERE <<<<<<<<<<<<<<<<<*/
  .content .content_container_1 .welcome_page h1 {
    font-size: 55px;
  }

  .content .content_container_1 .welcome_page h5 {
    font-size: 18px;
  }

  .content .content_container_1 .welcome_page p {
    font-size: 16px;
  }

  /*>>>>>>>>>>>>>>> CONTENT AUTHENTICATION PAGE CSS BEGINS HERE <<<<<<<<<<<<<<*/
  .content .content_container_1 .text_input {
    width: 100%;
  }
  /*>>>>>>>>>>>> CONTENT PLAY, VIEW & TABLE PAGE CSS BEGINS HERE <<<<<<<<<<<<*/
  .content .content_container_1 .play_or_view {
    /* background-color: yellow; */
    padding-top: 60px;
  }
  /*>>>>>>>>>>>> CONTENT PLAY, VIEW & TABLE PAGE CSS ENDS HERE  <<<<<<<<<<<<*/

  /*>>>>>>>>>>>>>>>>>>>>>>>> FOOTER CSS BEGINS HERE <<<<<<<<<<<<<<<<<<<<<<<*/
  .footer .footer_content_1_section_1 {
    font-size: 18px !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /*>>>>>>>>>>>>>>>>>>>>>>>>>HEADER CSS BEGINS HERE<<<<<<<<<<<<<<<<<<<<<<<<*/
  .header .header_container {
    /* background-color: rgb(175, 22, 5); */
    width: 100%;
    margin: 0 auto;
  }

  .header .header_container .header_section_1 .nav {
    padding-right: 5px;
    text-align: right;
    display: inline;
  }

  .header .header_container .header_section_1 .nav a {
    color: white;
    line-height: 50px;
    padding-left: 30px;
    text-align: right;
  }

  .header .header_container .header_section_1 .menu_icon {
    /* background-color: rgb(11, 145, 33); */
    display: none;
  }

  .header .header_container .header_section_2 {
    /* background-color: rgb(11, 145, 33); */
    display: none;
  }

  /*>>>>>>>>>>>>>>>>>>>>>>>>>CONTENT CSS BEGINS HERE<<<<<<<<<<<<<<<<<<<<<<<<*/
  .content .content_container_1 .content_container_1_section_1 {
    /* background-color: salmon; */
    width: 100%;
    margin: 0 auto;
  }

  .content .content_container_1 .auth_content {
    width: 45%;
  }
  /*>>>>>>>>>>>>>>>>>> CONTENT WELCOME PAGE CSS BEGINS HERE <<<<<<<<<<<<<<<<<*/
  .content .content_container_1 .welcome_page h1 {
    font-size: 70px;
  }

  .content .content_container_1 .welcome_page h5 {
    font-size: 18px;
  }

  .content .content_container_1 .welcome_page p {
    font-size: 16px;
  }

  /*>>>>>>>>>>>>>>> CONTENT AUTHENTICATION PAGE CSS BEGINS HERE <<<<<<<<<<<<<<*/
  .content .content_container_1 .text_input {
    width: 100%;
  }

  /*>>>>>>>>>>>> CONTENT PLAY, VIEW & TABLE PAGE CSS BEGINS HERE <<<<<<<<<<<<*/
  .content .content_container_1 .play_or_view {
    /* background-color: yellow; */
    padding-top: 60px;
  }
  /*>>>>>>>>>>>> CONTENT PLAY, VIEW & TABLE PAGE CSS ENDS HERE  <<<<<<<<<<<<*/

  /*>>>>>>>>>>>>>>>>>>>>>>>> FOOTER CSS BEGINS HERE <<<<<<<<<<<<<<<<<<<<<<<*/
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /*>>>>>>>>>>>>>>>>>>>>>>>>>HEADER CSS BEGINS HERE<<<<<<<<<<<<<<<<<<<<<<<<*/
  .header .header_container {
    /* background-color: salmon; */
    width: 1200px;
    margin: 0 auto;
  }

  .header .header_container .header_section_1 .nav {
    padding-right: 5px;
    text-align: right;
    display: inline;
  }

  .header .header_container .header_section_1 .nav a {
    color: white;
    line-height: 50px;
    padding-left: 30px;
    text-align: right;
  }

  .header .header_container .header_section_1 .menu_icon {
    /* background-color: rgb(11, 145, 33); */
    display: none;
  }

  .header .header_container .header_section_2 {
    /* background-color: rgb(11, 145, 33); */
    display: none;
  }

  /*>>>>>>>>>>>>>>>>>>>>>>>>>CONTENT CSS BEGINS HERE<<<<<<<<<<<<<<<<<<<<<<<<*/
  .content .content_container_1 .content_container_1_section_1 {
    /* background-color: salmon; */
    width: 1200px;
    margin: 0 auto;
  }
  .content .content_container_1 .auth_content {
    width: 25%;
  }
  /*>>>>>>>>>>>>>>>>>> CONTENT WELCOME PAGE CSS BEGINS HERE <<<<<<<<<<<<<<<<<*/
  .content .content_container_1 .welcome_page h1 {
    font-size: 80px;
  }

  .content .content_container_1 .welcome_page h5 {
    font-size: 20px;
  }

  .content .content_container_1 .welcome_page p {
    font-size: 18px;
  }
  /*>>>>>>>>>>>>>>> CONTENT AUTHENTICATION PAGE CSS BEGINS HERE <<<<<<<<<<<<<<*/

  .content .content_container_1 .text_input {
    width: 100%;
  }
  /*>>>>>>>>>>>> CONTENT PLAY, VIEW & TABLE PAGE CSS BEGINS HERE <<<<<<<<<<<<*/

  /*>>>>>>>>>>>> CONTENT PLAY, VIEW & TABLE PAGE CSS ENDS HERE  <<<<<<<<<<<<*/

  /*>>>>>>>>>>>>>>>>>>>>>>>> FOOTER CSS BEGINS HERE <<<<<<<<<<<<<<<<<<<<<<<*/
}
