/**
* Theme Name: school_children
* Description: This is a child theme of Masterstudy LMS Starter, generated by Merlin WP.
* Author: <a href="https://stylemixthemes.com/">StylemixThemes</a>
* Template: ms-lms-starter-theme
* Version: 1.0.4
*/


/*.stm_lms_user_float_menu__toggle:hover svg path {*/
/*    fill: var(--color-menu) !important;*/
/*}*/



/*.stm_lms_user_float_menu .float_menu_item:before {*/
/*    content: none !important;*/
 
/*}*/



:root {
  --beautiful-color: #3498db;
  --shrift: 'Arial', sans-serif;
  --color-hover: white;
  --color-menu: #7d84ab;
  --color-menu-fon: #0c1e35;
  --color-warning-beaut: #a00000;
  --color-warning-successfully: #66BB6A;
}



.stm_lms_user_float_menu {
    background-color: #0A0118 !important;
    box-shadow: 0 0 50px rgb(255 255 255 / 20%) !important;
}
 


/* Цена в курсе и имя автора*/
 .heading_font,
 .stm_lms_user_float_menu__user_info h3,
 .stm_lms_user_float_menu__user_info span {
    font-family: Montserrat;
    color: var(--color-menu) !important;
}



.stm_lms_user_float_menu .float_menu_item abbr {
  background-color: #32ff01 !important;
}

/* кнопки входа в левой панели */
.stm_lms_user_float_menu__login_head {
  flex-direction: column;
}
/* сами кнопки */
a.masterstudy-button.masterstudy-button_size-sm {
  margin: 5px;
  min-width: 170px;
}

.stm_lms_user_float_menu__toggle svg path {
  fill: var(--color-menu);
}

.masterstudy-authorization__switch-account-title {
  margin-right: 10px !important;
}

.masterstudy-authorization__switch-account {
  flex-direction: column;
}
.masterstudy-authorization__switch-account span {
  margin-right: 0px !important;
}

@media (max-width: 768px) {
  .stm_lms_user_float_menu.__collapsed {
    background: none !important;
}
}

@media (max-width: 768px) {
  .stm_lms_user_float_menu {
    box-shadow: none !important;
}
}