@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

input:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

a,
a:hover {
  text-decoration: none;
}

.header {
  background-color: #01113c;
  padding: 1rem 0;
}

.c_container {
  max-width: 90%;
  margin: auto;
}

.language-select {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: max-content;
  position: relative;
}

.language-select span {
  color: #fff;
  margin-right: 10px;
  line-height: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}

.language-select .language-select-filed {
  padding: 4px;
  width: 150px;
  background: #fff;
  border: none;
  border-radius: 0;
  position: relative;
  appearance: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
}

.language-select::after {
  content: url(../images/language-drop.png);
  right: 10px;
  top: 2px;
  position: absolute;
  pointer-events: none;
}

/* custom changes with language dropdown */

.select_c_country {
  width: 150px;
}

.select_c_country button.dropdown-toggle {
  background: #fff;
  padding: 4px;
  line-height: initial;
  height: auto;
  border-radius: 0;
  border: none;
  width: 100%;
  text-align: left;
}

.select_c_country .dropdown-toggle span {
  color: #000;
}

.select_c_country .dropdown-toggle::after {
  display: none;
}

.select_c_country .dropdown-menu {
  padding: 5px;
}

.select_c_country .dropdown-menu li:first-child {
  display: none;
}

.select_c_country .dropdown-menu li {
  cursor: pointer;
}

.flagstrap-icon {
  margin-left: 6px;
}

/* end custom changes with language dropdown */

.user_loggedin {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.user_logout_drop {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.logout_drop {
  position: absolute;
  background: #FFFFFE;
  z-index: 99;
  bottom: top;
  top: 90px;
  -webkit-box-shadow: 2px 2px 5px 0px rgb(156, 156, 156);
  -moz-box-shadow: 2px 2px 5px 0px rgb(156, 156, 156);
  box-shadow: 2px 2px 5px 0px rgb(156, 156, 156);
  width: 200px;
  right: 0;
  display: none;
}


.user_logout_drop.show .logout_drop {
  display: block;
}

.logout_drop ul {
  margin-bottom: 0;
  list-style: none;
}

.logout_drop ul li {
  padding: 10px 20px;
}

.logout_drop ul li:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

.logout_drop ul li:hover {
  background: #ddd;
}

.logout_drop ul li a,
.logout_drop ul li a:hover {
  color: #000;
  width: 100%;
  display: block;
}


.welcome {
  text-align: center;
  margin: 0 10px;
}

.welcome span {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.user_profile_image_area {
  border: 1px solid#fff;
  padding: 5px;
  border-radius: 50px;
}

.user_profile_img {
  overflow: hidden;
  border-radius: 50px;
  height: 60px;
  width: 60px;
}

.user_profile_img img {
  width: 80px;
  height: 80px;
}

.object-fit {
  object-fit: cover;
}

.prof_detail_drop {
  margin-left: 10px;
}

.bottom-footer {
  background: #ea724a;
}

.bottom-footer p {
  color: #fff;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 1rem 0;
}

.footer_max_area {
  max-width: 900px;
  display: flex;
  justify-content: space-evenly;
  margin: auto;
}

.main-footer {
  background-color: #01113c;
  padding: 1rem 1rem 1.5rem 1rem;
}

.f_contact h4,
.f_follow h4 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.35rem;
}

.f_contact p {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

.social_icons {
  display: flex;
}

.social_icons a {
  padding: 0 5px;
}

.social_icons a:first-child {
  padding-left: 0;
}

.social_icons a:last-child {
  padding-right: 0;
}

.social_icons a,
.social_icons a:hover {
  color: #fff;
  text-decoration: none;
}

.social_icons span {
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid #fff;
  display: grid;
  align-items: center;
  border-radius: 50%;
  background: #fff;
}

.social_icons span i {
  color: #01113c;
  text-align: center;
  font-weight: 800;
  font-size: 1.6rem;
}

.c_pl {
  padding-left: 0;
}

.c_pr {
  padding-right: 0;
}

.main-content-area {
  padding: 2rem 0;
  background: #f3f4f9;
}

.event_lists_title {
  padding: 1rem 0;
  border-bottom: 1px solid #b7b7b7;
}

.event_lists_title .title {
  color: #15244b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0;
}

.event_lists_title .view_more_btn,
.event_lists_title .view_more_btn:hover {
  background: #15244b;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  border: none;
  border-radius: none;
}

.card_lists {
  margin: 1rem 0;
}

.card_lists .card {
  background: #ffffff;
}

.c_mx_auto {
  margin: 0 -5px;
}

.c_p {
  padding: 0 5px !important;
}

.card-image img {
  height: 200px;
  width: 100%;
}

.card-image .object-fit {
  object-position: top;
}

.card_c_p {
  padding: 10px 5px;
}

.card_title_area {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.card_event_title {
  font-size: 14px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

.card_title_area .count {
  font-size: 11px;
}

.video_image_icona {
  display: flex;
  line-height: 1rem;
}

.video_image_icona a {
  padding: 0 5px;
}

.video_image_icona img {
  max-width: 17px;
  margin-left: auto;
}

.event_date_area .event_date {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
}

.user_image_name_area {
  padding: 1rem 0;
  border-bottom: 1px solid #b7b7b7;
  width: 100%;
}

.user_image {
  padding: 5px;
  border: 1px solid #15244b;
  border-radius: 50%;
  overflow: hidden;
  width: max-content;
  margin: auto;
  display: block;
}

.user_image img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
}

.user_image .object-fit {
  object-position: top;
}

.user_image_name_area .user_name {
  color: #15244b;
  margin: 1rem 0 0 0;
  font-size: 1.25rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.user_address_areea {
  padding: 1rem 1rem;
  border-bottom: 1px solid #b7b7b7;
}

.user_address_areea .address_label:not(:first-child) {
  margin-top: 15px;
}

.user_address_areea .address_info:not(:last-child) {
  margin-bottom: 15px;
}

.address_label {
  margin-bottom: 5px;
  color: #15244b;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.address_info {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.address_info:last-child {
  margin-bottom: 0;
}

.p-relative {
  position: relative;
}

.upload_imagearea {
  overflow: hidden;
  height: 200px;
  margin-top: 7rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 2.91px 0.09px rgba(44, 44, 44, 0.02);
}

.upload_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
}

.upload_image form {
  max-width: 93px;
  height: 77px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.prof_image_upload,
.prof_image_upload:focus {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.form_area {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 2.91px 0.09px rgba(44, 44, 44, 0.02);
  padding-bottom: 20px;
  padding: 20px;
}

.heading_strip {
  background: #6496ad;
  padding: 2rem 1rem;
  margin-bottom: 1.5rem;
}

.heading_strip h3 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.5rem;
}

.step_indicate_h {
  margin-bottom: 20px;
}

.h_tab {
  flex: 1;
  background: #eeeeee;
  height: 50px;
  display: grid;
  align-items: center;
}

.h_tab.active {
  background: #6899af;
}

.h_tab:not(:first-child, :last-child) {
  margin: 0 5px;
}

.show_if_active {
  display: none;
}

.h_tab.active .show_if_active {
  display: block;
}

.h_tab.active .hide_if_active {
  display: none;
}

.basic_info_logo {
  max-width: 10%;
}

.acadamic_info_logo {
  max-width: 18%;
}

.parant_info_logo {
  max-width: 7%;
}

.h_tab .tab_name {
  width: max-content;
  margin: auto;
}

.h_tab .tab_name span {
  margin-left: 10px;
  font-size: 1.1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.h_tab.active .tab_name span {
  color: #fff;
}

.form_body {
  max-width: 90%;
  margin: auto;
  display: block;
}

.drop-icon {
  position: absolute;
  right: 10px;
  bottom: 8px;
}

.c_select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.gender_option {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gender_option label {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #9a9c9f;
  font-size: 0.8rem;
  margin-top: 10px;
}

.form_body label {
  font-family: 'Montserrat', sans-serif;
  color: #9a9c9f;
  font-weight: 500;
  font-size: 0.9rem;
}

.gender_option:not(:first-child, :last-child) {
  margin: 0 10px;
}

/* .race_option:not(:first-child, :last-child) {
  margin: 0 20px;
} */


.race_input {
  margin: 0 -20px;
}

.race_option {
  margin: 0 20px;
  display: flex;
  align-items: start;
}

.race_option label {
  font-family: 'Montserrat', sans-serif;
  color: #9a9c9f;
  font-size: 0.9rem;
  margin-left: 10px;
}

.race_option input[type=radio] {
  margin-top: 3px;
}

.c_form,
.c_select {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}

.c_form::placeholder {
  color: #939598;
  font-family: 'Montserrat', sans-serif;
}

.race_input {
  flex-wrap: wrap;
}

.hide {
  display: none;
}

#other_race_input {
  margin-top: 10px;
}

.step-indicators {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 1rem auto;
}

.tab {
  height: 5px;
  width: 5px;
  border-radius: 50px;
  background: #bdbdbf;
  margin: 0 3px;
}

.tab_active {
  background: #071740;
}

.button_area {
  display: flex;
  align-items: center;
  width: max-content;
  margin: auto;
}

.next_step_btn,
.next_step_btn:hover {
  background: #15244b;
  color: #fff;
  display: block;
  border-radius: 0;
  padding: 0.4rem 2rem;
  font-size: 1rem;
}

.blue_btn_submit,
.blue_btn_submit:hover {
  background: #15244b;
  color: #fff;
  display: block;
  border-radius: 0;
  padding: 0.4rem 2rem;
  font-size: 1rem;
}

.back_btn,
.back_btn:hover {
  background: #15244b;
  color: #fff;
  margin: auto;
  display: none;
  border-radius: 0;
  padding: 0.4rem 2rem;
  font-size: 1rem;
  margin-right: 10px;
}

.submit_btn_info,
.submit_btn_info:hover {
  background: #15244b;
  color: #fff;
  margin: auto;
  display: block;
  border-radius: 0;
  padding: 0.4rem 2rem;
  display: none;
  font-size: 1rem;
}

.add_more_parant,
.add_more_parant:hover {
  background: #15244b;
  color: #fff;
  margin: 1rem auto;
  display: block;
  border-radius: 0;
  padding: 7px 10px;
}

.upload_imagearea:hover .camera_icon {
  opacity: 1 !important;
}

.begin_btn,
.begin_btn:hover {
  background: #15244b;
  color: #fff;
  margin: 1rem auto;
  display: block;
  border-radius: 0;
  padding: 7px 10px;
  min-width: 100px;
}

/* .step_2 {
  display: none;
}

.step_3 {
  display: none;
} */


#steptwo-form {
  display: none;
}

#stepthree-form {
  display: none;
}

.atten_heading {
  color: #616162;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 1px solid #b7b7b7;
}

.sub_heading_info {
  color: #939598;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
}

.atten_subheading {
  color: #616162;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  padding: 1.2rem 0 0.7rem 0;
}

.c_table {
  width: 100%;
}

.c_table th {
  color: #939598;
  width: 16.67%;
}

.c_table th:not(:last-child, :first-child),
.c_table td:not(:last-child, :first-child) {
  padding: 0 7px;
}

.plus_icon_add,
.plus_icon_add:hover {
  cursor: pointer;
  position: absolute;
  bottom: 21px;
  right: -30px;
  font-weight: 200;
  color: #000;
  font-size: 15px;
  border: 1px solid;
  border-radius: 50px;
  height: 16px;
  width: 16px;
  display: grid;
  align-items: center;
}

.plus_icon_add i {
  text-align: center;
  font-size: 10px;
}

.minus_icon_remove,
.minus_icon_remove:hover {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: -30px;
  font-weight: 200;
  color: #000;
  font-size: 15px;
  border: 1px solid;
  border-radius: 50px;
  height: 16px;
  width: 16px;
  display: grid;
  align-items: center;
}

.minus_icon_remove i {
  text-align: center;
  font-size: 10px;
}

.c_table tr:not(:first-child) input,
.c_table tr:not(:first-child) select {
  margin-top: 15px;
}

.l_heading {
  font-size: 1.5rem;
  color: #616162;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
}

.l_sub_heading {
  font-size: 0.9rem;
  color: #616162;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
}

.essay_select {
  display: flex;
  align-items: start;
}

.essay_select label {
  margin-left: 10px;
}

.essay_select input[type="radio"] {
  margin-top: 3px;
}

.sub_heading_info strong {
  color: #616162;
}

.remain_time {
  padding: 5px 0;
  border-bottom: 4px solid #ee734a;
  width: max-content;
  color: #b0b1b3;
  font-family: 'Montserrat', sans-serif;
}

.logout_btn {
  min-height: 72px;
  margin: 0 50px;
  display: grid;
  align-items: center;
}

.logout_btn a,
.logout_btn a:hover {
  color: #ffffff;
}

.left_side_menus ul {
  list-style: none;

}

.left_side_menus li {
  margin: 1.8rem 10px 1.8rem 20px;
}

.sidebar-icon {
  font-size: 25px;
  color: #6496ad;
  width: 30px;
  text-align: center;
}

.left_side_menus li.active .sidebar-icon {
  color: #e36e48;
}

.left_side_menus li.active {
  border-right: 5px solid #e36e48;
}

.left_side_menus li.sub_menu_tab.active {
  border-right: none;
}

.left_side_menus li a,
.left_side_menus li a:hover {
  color: #15244b;
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
}

.left_side_menus li .select_sub_menu {
  color: #15244b;
  display: flex;
  align-items: center;
  /* align-items: start; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
}

.left_side_menus li img {
  max-width: 7%;
}

.left_side_menus li span {
  margin-left: 10px;
}

.left_side_menus li.active span {
  color: #15244b;
}

.active .left_side_menus li a,
.active .left_side_menus li a:hover {
  color: #15244b;
}

.if_active_show_icon {
  display: none;
}

.active .if_active_show_icon {
  display: inherit;
}

.active .if_active_hide_icon {
  display: none;
}

.submenus {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.sub_menu_tab.show .submenus {
  max-height: 600px;
}

.submenus li.active::marker {
  color: #e36e48;
}

.submenus li.active a,
.submenus li.active a:hover {
  color: #e36e48;
}

.sub_menu_tab span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.sub_menu_tab .drop_icon {
  margin: 0 10px;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

.sub_menu_tab .drop_icon.drop_open {
  transform: rotate(-180deg);
}

.submenus ul {
  list-style-type: disc;
  margin-left: 20px;
}

.submenus li::marker {
  color: #6496ad;
}

.submenus li:last-child {
  margin-bottom: 0;
}

.submenus a,
.submenus a:hover {
  color: #15244b;
}

.mobile_burger_menu {
  display: none;
}

.select_sub_menu {
  cursor: pointer;
}

.close_button {
  display: none;
}

.lside_uprof_detail {
  background: #ffffff;
  box-shadow: 0px 3px 2.91px 0.09px rgba(44, 44, 44, 0.02);
  padding: 0 10px 20px 10px;
}

.welcome_strip {
  background: #6496ad;
  padding: 20px;
  margin-bottom: 40px;
}

.welcome_strip h3 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}

.welcome_strip p {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0;
  font-size: 15px;
}

.info_box {
  box-shadow: 0px 3px 2.91px 0.09px rgba(44, 44, 44, 0.02);
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}

.info_box_heading {
  color: #15244b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
}

.info_box_heading a,
.info_box_heading a:hover {
  color: #15244b;
  text-decoration: none;
}

.sreports_list_empty,
.prog_forms_list_empty {
  display: grid;
  min-height: 501px;
}

.report_lists,
.forms_lists {
  min-height: 479px;
  margin-top: 30px;
}

.empty_message {
  margin: auto;
  color: #b0b0b0;
}

.advisor_profile_image {
  padding: 10px;
  border-radius: 50%;
  width: max-content;
  border: 1px solid #15244b;
  overflow: hidden;
  margin: 40px auto 0 auto;
  display: block;

}

.advis_prof_image {
  border-radius: 50%;
  overflow: hidden;
  height: 140px;
  width: 140px;
  object-position: top;
}

.advisor_title {
  color: #15244b;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin: 1.5rem 0 1rem 0;
}

.advisor_disc {
  font-size: 0.9rem;
  text-align: justify;
  color: #15244b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.chat_button_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  width: max-content;
  margin: 20px auto 30px auto;
}

.blue_btns,
.blue_btns:hover {
  color: #ffffff;
  background-color: #15244b;
  padding: 5px 10px;
  margin: 0 0 0 5px;
  border-radius: 0;
}

.report_list_element {
  height: 80px;
  display: grid;
  align-items: center;
}

.report_lists_all .report_list_element {
  height: max-content;
  padding: 10px 0;
}

.report_list_element:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.report_list_element .report_title_download {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.report_title_date .publish_date {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
  margin-top: 5px;
}

.report_title_date {
  flex: 1;
}

.report_title_date p {
  margin: 0 5px 0 0;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: left;
}

.exter_links .report_title_date p {
  line-height: 2rem;
}

.cpl_light,
.cpl_light_md {
  padding-left: 10px;
}

.cpr_light,
.cpr_light_md {
  padding-right: 10px;
}

.forms_list_element {
  height: 80px;
  display: grid;
  align-items: center;
}

.forms_lists_all .forms_list_element {
  height: max-content;
  padding: 10px 0;
}

.forms_list_element:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.form_title_down_sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form_down_sub_opt {
  display: flex;
  align-items: center;
  width: max-content;
  margin-left: 10px;
}

.forms_title {
  flex: 1;
}

.forms_title p {
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 0;
}

/* css for calender start*/
.calender_block .fc .fc-next-button,
.calender_block .fc .fc-next-button:hover,
.calender_block .fc .fc-next-button:focus,
.calender_block .fc .fc-next-button:active,
.calender_block .fc .fc-prev-button,
.calender_block .fc .fc-prev-button:focus,
.calender_block .fc .fc-prev-button:active,
.calender_block .fc .fc-prev-button:hover,
.calender_block .fc .fc-dayGridMonth-button,
.calender_block .fc .fc-dayGridMonth-button:hover,
.calender_block .fc .fc-dayGridMonth-button:focus,
.calender_block .fc .fc-dayGridMonth-button:active,
.calender_block .fc .fc-timeGridWeek-button,
.calender_block .fc .fc-timeGridWeek-button:hover,
.calender_block .fc .fc-timeGridWeek-button:focus,
.calender_block .fc .fc-timeGridWeek-button:active,
.calender_block .fc .fc-timeGridDay-button,
.calender_block .fc .fc-timeGridDay-button:hover,
.calender_block .fc .fc-timeGridDay-button:focus,
.calender_block .fc .fc-timeGridDay-button:active {
  padding: 0 5px;
  background: none;
  background-color: none;
  color: #15244b;
  border: none;
  box-shadow: none !important;
  background-color: none;
  text-transform: uppercase;
  border-color: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
}

.calender_block .fc .fc-dayGridMonth-button,
.calender_block .fc .fc-dayGridMonth-button:hover,
.calender_block .fc .fc-dayGridMonth-button:focus,
.calender_block .fc .fc-dayGridMonth-button:active,
.calender_block .fc .fc-timeGridWeek-button,
.calender_block .fc .fc-timeGridWeek-button:hover,
.calender_block .fc .fc-timeGridWeek-button:focus,
.calender_block .fc .fc-timeGridWeek-button:active,
.calender_block .fc .fc-timeGridDay-button,
.calender_block .fc .fc-timeGridDay-button:hover,
.calender_block .fc .fc-timeGridDay-button:focus,
.calender_block .fc .fc-timeGridDay-button:active {
  margin: 0 5px !important;
}

.calender_block .fc .fc-button-active,
.calender_block .fc .fc-button-active:hover,
.calender_block .fc .fc-button-active:active,
.calender_block .fc .fc-button-active:focus {
  padding: 0 5px;
  background-color: #e2e2e2 !important;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  color: #15244b !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.calender_block .fc .fc-today-button,
.calender_block .fc .fc-today-button:hover,
.calender_block .fc .fc-today-button:focus,
.calender_block .fc .fc-today-button:active,
.calender_block .fc .fc-today-button:disabled {
  background: none;
  color: #15244b;
  border: none;
  padding: 0;
  box-shadow: none !important;
  background-color: none;
  border-color: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
}

.calender_block .fc .fc-toolbar-title {
  font-size: 1.3rem;
  color: #15244b;
}

.calender_block .fc .fc-view-harness {
  height: 349px !important;
}

.calender_block .fc .fc-col-header-cell-cushion {
  color: #15244b;
  font-size: 1rem;
}

.calender_block .fc .fc-daygrid-day-number {
  font-size: 0.9rem;
  color: #15244b;
}

.calender_block .fc-h-event .fc-event-title {
  font-size: 0.8rem;
  color: #15244b;
}

.calender_block .fc .fc-toolbar.fc-header-toolbar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.calender_block .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child {
  grid-column: 1/2;
  text-align: left;
}

.calender_block .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/3;
  text-align: center;
}

.calender_block .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child {
  grid-column: 2/3;
  text-align: right;
}

.calender_block .fc-daygrid-event {
  background-color: #e2e2e2;
  border: none;
  color: #15244b;
}

.calender_block .fc-event-time {
  color: #15244b;
}

.calender_block .fc .fc-scroller::-webkit-scrollbar {
  width: 0;
}

.calender_block .fc .fc-scroller-liquid-absolute::-webkit-scrollbar {
  width: 0;
}

/* .calender_block .fc .fc-scroller-liquid-absolute::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.calender_block .fc .fc-scroller-liquid-absolute::-webkit-scrollbar-thumb {
  background: #888;
}

.calender_block .fc .fc-scroller-liquid-absolute::-webkit-scrollbar-thumb:hover {
  background: #555;
} */

.calender_block .fc .fc-daygrid-body {
  width: 100% !important;
}

.calender_block .fc table {
  width: 100% !important;
}

.calender_block .fc .fc-col-header tr {
  border-bottom: 10px solid #15244b;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #757e95;
}

.fc-theme-standard td:last-child,
.fc-theme-standard th:last-child {
  border-right: none;
}

.fc .fc-scrollgrid-liquid {
  border: 1px solid #757e95;
}

.calender_block .fc .fc-timegrid-body {
  width: 100% !important;
}

.calender_block_home #calendar {
  height: 433px;
}

@media (min-width: 1200px) {
  .calender_block.calender_block_big .fc .fc-view-harness {
    height: 500px !important;
  }

  .calender_block.calender_block_big .fc .fc-toolbar-title {
    font-size: 1.6rem;
  }

  .calender_block.calender_block_big .fc .fc-next-button,
  .calender_block.calender_block_big .fc .fc-next-button:hover,
  .calender_block.calender_block_big .fc .fc-next-button:focus,
  .calender_block.calender_block_big .fc .fc-next-button:active,
  .calender_block.calender_block_big .fc .fc-prev-button,
  .calender_block.calender_block_big .fc .fc-prev-button:focus,
  .calender_block.calender_block_big .fc .fc-prev-button:active,
  .calender_block.calender_block_big .fc .fc-prev-button:hover,
  .calender_block.calender_block_big .fc .fc-dayGridMonth-button,
  .calender_block.calender_block_big .fc .fc-dayGridMonth-button:hover,
  .calender_block.calender_block_big .fc .fc-dayGridMonth-button:focus,
  .calender_block.calender_block_big .fc .fc-dayGridMonth-button:active,
  .calender_block.calender_block_big .fc .fc-timeGridWeek-button,
  .calender_block.calender_block_big .fc .fc-timeGridWeek-button:hover,
  .calender_block.calender_block_big .fc .fc-timeGridWeek-button:focus,
  .calender_block.calender_block_big .fc .fc-timeGridWeek-button:active,
  .calender_block.calender_block_big .fc .fc-timeGridDay-button,
  .calender_block.calender_block_big .fc .fc-timeGridDay-button:hover,
  .calender_block.calender_block_big .fc .fc-timeGridDay-button:focus,
  .calender_block.calender_block_big .fc .fc-timeGridDay-button:active {
    font-size: 1rem;
  }

  .calender_block.calender_block_big .fc .fc-today-button,
  .calender_block.calender_block_big .fc .fc-today-button:hover,
  .calender_block.calender_block_big .fc .fc-today-button:focus,
  .calender_block.calender_block_big .fc .fc-today-button:active,
  .calender_block.calender_block_big .fc .fc-today-button:disabled {
    font-size: 1rem;
  }

  .calender_block.calender_block_big .fc .fc-col-header-cell-cushion {
    font-size: 1.2rem;
  }

  .calender_block.calender_block_big .fc .fc-daygrid-day-number {
    font-size: 1rem;
  }

  .calender_block.calender_block_big .fc-h-event .fc-event-title {
    font-size: 0.9rem;
  }

}


/* css for calender end*/

.advisor_profile_detail_home {
  height: 400px;
  display: block !important;
  padding: 0 5px;
}

.user_info_sec p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9;
  color: #000;
}

.user_info_sec p span {
  font-size: 1rem;
  font-weight: 600;
}

.border_none {
  border: none !important;
}

.w-max-content {
  width: max-content;
  margin-left: auto;
}

.user_info_sec {
  padding: 10px;
}

.category_tag1 {
  padding: 5px 10px;
  background: #007bff;
  color: #fff;
  margin-right: 5px;
  border-radius: 20px;
}

.category_tag2 {
  padding: 5px 10px;
  background: #28a745;
  color: #fff;
  margin-right: 5px;
  border-radius: 20px;
}

.category_tag3 {
  padding: 5px 10px;
  background: #dc3545;
  color: #fff;
  border-radius: 20px;
}

.student_profile_image {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.report_title_date .student_name {
  font-size: 1.1rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin-left: 10px;
}

.enable_disable {
  margin-left: 5px;
}

.enable,
.enable:hover {
  color: #fff;
  background: green;
  font-family: 'Montserrat', sans-serif;
  padding: 5px 10px;
  width: 100px;
  text-align: center;
  border-radius: 0;
}

.disable,
.disable:hover {
  color: #fff;
  background: red;
  font-family: 'Montserrat', sans-serif;
  padding: 5px 10px;
  width: 100px;
  text-align: center;
  border-radius: 0;
}

.custom_card {
  border-radius: 12px;
  box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
  background-color: #FFFFFF;
  color: #252422;
  margin-bottom: 20px;
  position: relative;
  border: 0 none;
  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}

.card-stats.custom_card .icon-big {
  font-size: 3em;
  min-height: 64px;
}

.custom_card .card-category {
  text-align: right;
  font-size: 1.1rem;
}

.custom_card .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
}

.webinar-card {
  box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
  padding: 15px;
  background: #ffffff;
  width: 100%;
}

.webinar-card:not(:last-child) {
  margin-bottom: 20px;
}

.webinar-title {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.webinar-info {
  font-weight: 600;
  color: #000;
}

.webinar-info span {
  font-weight: 400;
}

/* custom radio buttons start */

.radio_container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  left: 0;
  top: 0;
  min-height: 25px;
  z-index: 99;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #a3a3a3;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input~.checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked~.checkmark {
  background-color: #fff;
  border: 1px solid #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #2196F3;
}

/* custom radio buttons end */


.c-m-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

.submit-icon {
  width: 20px;
  margin-left: 10px;
  display: none;
  cursor: pointer;
}

.submit-icon.active {
  display: inherit;
}

.submit-icon i {
  color: #01113c;
  font-size: 1.2rem;
}

.btn-tabs {
  flex-wrap: wrap;
}

.tab-btns {
  padding: 10px 20px;
  /* width: 25%; */
  flex: 1;
  text-align: center;
  border: 1px solid #dddddd;
  cursor: pointer;

}

.tab-btns.active {
  color: #fff;
  background: #01113c;
  border: 1px solid #01113c;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

#user_profile_data {
  margin-top: 35px;
}

.event_start_right {
  text-align: right;
}

.delete_user,
.delete_user:hover,
.delete_user:focus,
.delete_user:active {
  border: none;
  background-color: #ef483e !important;
  height: 35px;
  width: 35px;
  line-height: 33px;
  padding: 0;
  border-radius: 100% !important;
  /* margin: auto; */
  text-align: center;
  /* display: block; */
  /* background: none !important; */
  font-size: 18px;
}

.edit_button,
.edit_button:hover,
.edit_button:focus,
.edit_button:active {
  border: none;
  background-color: #0046ff !important;
  width: 35px;
  height: 35px;
  line-height: 33px;
  padding: 0;
  border-radius: 100% !important;
  font-size: 15px;
  /* margin: auto; */
}

.view_button,
.view_button:hover,
.view_button:focus {
  border: none;
  background-color: green !important;
  width: 35px;
  height: 35px;
  line-height: 33px;
  padding: 0;
  border-radius: 100%;
  font-size: 15px;
  margin: auto;
  margin-left: 5px;
}

.download_btn,
.download_btn:hover,
.download_btn:focus {
  border: none;
  background-color: #15244b !important;
  width: 35px;
  height: 35px;
  line-height: 33px;
  padding: 0;
  border-radius: 100% !important;
  font-size: 15px;
  margin: auto;
}

.text-right-web {
  text-align: right;
}

.student-filter-strip {
  background: #ffffff;
  box-shadow: 0px 3px 2.91px 0.09px rgb(44 44 44 / 2%);
  padding: 20px 0;
  margin-bottom: 20px;
}

.web-pl-0 {
  padding-left: 0;
}

.web-pr-0 {
  padding-right: 0;
}

.advisor_desiger_slider {
  height: 465px;
}

.swal-title:not(:last-child) {
  margin-bottom: 13px;
  margin: 0 0 20px 0;
  padding: 20px 0;
  background: rgb(1, 17, 60);
  color: #fff;
  text-transform: uppercase;
}

.swal-button,
.swal-button:not([disabled]):hover {
  background-color: rgb(1, 17, 60);
  color: #fff;
}

.swal-icon {
  display: none;
}

.s_type_filter {
  position: relative;
  margin-left: auto;
}

.s_type_filter select {
  width: 300px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
}

.s_type_filter img {
  position: absolute;
  right: 7px;
  bottom: 15px;
  pointer-events: none;
}

.link-tabs,
.link-tabs:active,
.link-tabs:focus,
.link-tabs:hover {
  color: #15244b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

.drop-icon-home {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(0deg);
  right: -10px;
  transition: transform 100ms ease;
}

.form-home-drop-btn.active .drop-icon-home {
  transform: translate(0, -50%) rotate(180deg);
}

.form-drop-down-home {
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 10px;
  z-index: 9;
  box-shadow: 2px 2px 5px 0px rgb(210, 210, 210);
  left: 0;
  top: 108%;
  display: none;
}

.form-drop-down-home .link-tabs:not(:last-child) {
  margin-bottom: 10px;
}

.home-drop-option .link-tabs,
.home-drop-option .link-tabs:hover,
.home-drop-option .link-tabs:focus,
.home-drop-option .link-tabs:active {
  font-size: 0.9rem;
}

.orange-back-tab {
  background: #e36e48;
  transition: transform 500ms ease-in-out;
  cursor: pointer;
}

.orange-back-tab:hover {
  /* transform: scale(1.03); */
}

.orange-back-tab a,
.orange-back-tab a:hover,
.orange-back-tab a:active,
.orange-back-tab a:focus {
  color: #fff;
}

.orange-back-tab .drop-icon-home img{
  width: 17px;
}

.orange-back-tab .home-drop-option a,
.orange-back-tab .home-drop-option a:hover,
.orange-back-tab .home-drop-option a:active,
.orange-back-tab .home-drop-option a:focus {
  color: #15244b;
} 

.link-tabs {
  display: block;
}

.home-drop-option {
  color: #15244b;
  font-size: 0.9rem;
  text-align: center;
}

.no-overflow {
  overflow: hidden;
}

@media (max-width: 1370px) {
  .for_large_web {
    display: none;
  }
}

@media (max-width: 1100px) {
  .welcome {
    display: none;
  }

  .flex_dir_mob {
    flex-direction: column;
  }

  .h_tab:not(:first-child, :last-child) {
    margin: 10px 0;
  }

  .cpr_light_md,
  .cpl_light_md {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-btns {
    width: 100%;
    flex: auto;
  }

}

@media (min-width: 850px) {
  .col-mob .logo  {
    max-width: 550px;
  }
}
 
@media (max-width: 850px) {
  .col-mob {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 10px;
  }

  .col-mob .logo {
    grid-column: 1/3;
    grid-row: 1/2;
    /* width: 100%; */
  }

  .col-mob .logo img {
    margin: auto;
    display: block;
  }

  .col-mob .language-select {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-left: 0;
  }

  .col-mob .user_loggedin {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: auto;
  }

  .footer_max_area>* {
    padding: 0 15px;
  }

  .logout_btn {
    min-height: auto;
    margin: auto;
  }

  .text-right-web {
    text-align: left;
  }

}

@media (max-width: 600px) {
  .select_c_country {
    width: max-content;
  }

  .footer_max_area {
    flex-direction: column;
  }

  .footer_max_area>*:not(:last-child) {
    margin-bottom: 15px;
  }

  .f_logo img {
    width: 100%;
  }

  .f_contact h4,
  .f_follow h4 {
    font-size: 1.2rem;
  }

  .f_contact p {
    font-size: 0.8rem;
  }

  .social_icons a img {
    max-width: 30px;
  }

  .user_profile_img {
    height: 50px;
    width: 50px;
  }

  .dob_input {
    flex-direction: column;
  }

  .c_pl,
  .c_pr {
    padding-left: 0;
    padding-right: 0;
  }

  .cpr_light,
  .cpl_light {
    padding-left: 0;
    padding-right: 0;
  }

  .mp_0 {
    padding: 0;
    margin: 1rem 0;
  }

  .back_area {
    margin-top: 1.5rem !important;
  }

  .upload_imagearea {
    /* margin-top: 2rem !important; */
    margin-bottom: 1rem;
  }

  .logout_drop {
    top: 79px;
  }

  .heading_strip {
    padding: 1.1rem 0.5rem;
  }

  .form_body {
    max-width: 100%;
  }

  .mobile_burger_menu {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #b7b7b7;
  }

  .mobile_burger_menu span {
    color: #15244b;
    font-size: 25px;
  }

  .close_button span {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #15244b;
    font-size: 25px;
  }

  .lside_uprof_detail {
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    left: -100%;
    z-index: 999;
    padding-top: 50px;
    transition: left 0.5s ease-in-out;
    width: 350px;
  }

  .main-content-area {
    padding-top: 0;
  }

  .close_button {
    display: block;
  }

  .report_lists,
  .forms_lists {
    min-height: auto;
  }

  .form_title_down_sub {
    flex-direction: column;
    align-items: start;
  }

  .form_down_sub_opt {
    margin: 10px 0 0 0;
  }

  .form_down_sub_opt .blue_btns,
  .form_down_sub_opt .blue_btns:hover {
    margin: 0 5px 0 0;
  }

  .report_list_element,
  .forms_list_element {
    height: auto;
    padding: 10px 0;
  }

  .info_box:first-child {
    margin-top: 20px;
  }

  .orange-back-tab:first-child {
    margin-top: 0;
  }

  .welcome_strip {
    margin: 20px 0;
  }

  .welcome_strip h3 {
    font-size: 17px;
  }

  .welcome_strip p {
    font-size: 13px;
  }

  .calender_block .fc .fc-next-button,
  .calender_block .fc .fc-next-button:hover,
  .calender_block .fc .fc-next-button:focus,
  .calender_block .fc .fc-next-button:active,
  .calender_block .fc .fc-prev-button,
  .calender_block .fc .fc-prev-button:focus,
  .calender_block .fc .fc-prev-button:active,
  .calender_block .fc .fc-prev-button:hover {
    padding: 0;
  }

  .calender_block .fc .fc-dayGridMonth-view,
  .calender_block .fc .fc-timeGridWeek-view,
  .calender_block .fc .fc-timeGridDay-view {
    overflow: auto;
  }

  .calender_block .fc .fc-scrollgrid-liquid {
    width: 140% !important;
  }

  .mob_flex_dir_col {
    flex-direction: column;
    align-items: start !important;
  }

  .w-max-content {
    margin-left: 0;
    margin-right: auto;
  }

  .event_start_right {
    text-align: left;
  }

  .mob-p-0 {
    padding: 0;
  }

  .mob-m-0 {
    margin: 0;
  }

  .s_type_filter {
    max-width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }

  .s_type_filter select {
    /* width: 100%; */
  }

}

@media screen and (min-width: 600px) {
  .web-mb-0 {
    margin-bottom: 0;
  }
  
}

@media screen and (max-width: 600px) {
  .student-filter-strip {
    padding: 20px;
  }
}

@media screen and (max-width: 350px) {
  .lside_uprof_detail {
    width: 100%;
  }
}