/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}
.video_left_section iframe{
    width: 100%;
}
/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/
.information_slide_down.extended_slide{
    margin-top: 15px;
}
.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
/**************************************** new css make by gutam **************************************/

button.accordion-button.inn-com-btn {
    display: flex;
    align-items: center;
}
.compose-btn{
    position: absolute;
    top: 5px;
    right: 46px;
}
select#sort_by{
    float: left;
    width: 130px;
    height: 33px;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    font-size: 12px;
    color: #898989;
    padding: 5px;
    /*margin: 4px 0 0 14px;*/
    box-shadow: 0 -10px 16px #f6f6f6 inset;
}
.avatar.avatar-online:after, .avatar.avatar-offline:after, .avatar.avatar-away:after, .avatar.avatar-busy:after {
    content: "";
    position: absolute;
    bottom: -4px !important;
    right: 0px !important;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
}
.nav-link .dropdown-toggle .hide-arrow .avatar{
    height: 0;
}
.inbox_menu ul{
    display: flex;
    justify-content: flex-end;
    padding: 0;
}
.inbox_menu ul li{
    list-style-type: none;
}
.inbox_menu input[type="submit"]{
    background: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    font-size: 12px;
    text-align: center;
    /*padding: 5px 10px;*/
}
.btn-com-tow{
    margin: 0 10px;
}
.main-value-btn {
    display: flex;
}
.main-value-btn h6{
    margin-left: 10px;
}
.pro-main-img{
    height: 50px;
    width: 50px;
}
.pro-main-img img{
    height: 100%;
    width: 100%;
}
.input-img{
    display: flex;
}
.input-img input{
    margin-right: 5px;
}
.learning_part{
    list-style-type: none;
}
.part_box_container ul{
    overflow-x: auto;
    padding: 0;
    display: flex;
}
.disc_big_box_left_left{
    width: 100%;
}
.disc_big_box_left_left img{
    width: 100%;
    height: 100%;
}
.color_icon_red{
    background: red;
}
.color_icon_blue{
    background: blue;
}
.color_icon_green{
    background: green;
}
.color_icon_yellow{
    background: yellow;
}
.disc_statistics .disc_sidebar_left{
    display: flex;
    justify-content: space-between;
}
.sliding_box_top.elearning_box_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video_length p, .sliding_box_top.elearning_box_header h2{
    margin: 0;
}
.final-btn{
    display: flex;
    justify-content: flex-end;
}
.header_menu.agenda_view_menu ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.header_menu.agenda_view_menu ul li{
    list-style-type: none;
}
.calender-main-header {
    display: flex;
    justify-content: space-between;
}
.btn-primary {
    color: #fff;
    background-color: #7367f0 !important;
    border-color: #7367f0 !important;
}
/************************************** responsive ****************************************/

@media (max-width: 1024px){
    .inbox_right_header{
        display: flex;
        flex-direction: column;
    }
    .inbox_menu{
        margin-top: 10px;
    }
}
@media (max-width: 425px){
    .calender-main-header{
        flex-wrap: wrap;
    }
}
@media (max-width: 380px){
    .inbox_menu ul {
    display: flex;
     justify-content: center; 
    padding: 0;
    flex-direction: column;
}
.btn-com-tow {
     margin: 10px 0; 
}
}