/*
======================================
  Site : mintbook.com
  Author : Vibhor Shukla
======================================
*/

/*-------------------------------------------------------------------
[1. Header]
*------------------------------------------------------------------*/
.ttr-header {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 14px;
  height: 72px;
  font-weight: 400;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8814+0,db4b24+100 */
  background: #fff !important;
  /* Old browsers */
  /* background: -moz-linear-gradient(left, #ff8814 0%, #db4b24 100%); */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(left, #ff8814 0%, #db4b24 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to right, #ff8814 0%, #db4b24 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8814', endColorstr='#db4b24', GradientType=1); */
  /* IE6-9 */

  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);

  -webkit-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  /* easeOutCubic */
}

.ttr-header a {
  color: #f37319;
}

.ttr-header.hide {
  top: -60px;
}

.ttr-toggle-sidebar {
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.1);
  float: left;
}

.ttr-toggle-sidebar i {
  position: absolute;
  left: 18px;
  top: 18px;
  font-size: 20px;
  -webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  /* easeOutCubic */
}

.ttr-toggle-sidebar .ttr-open-icon {
  transform: scale(1);
}

.ttr-toggle-sidebar .ttr-close-icon {
  transform: scale(0);
}

.ttr-opened-sidebar .ttr-toggle-sidebar .ttr-open-icon {
  transform: scale(0);
}

.ttr-opened-sidebar .ttr-toggle-sidebar .ttr-close-icon {
  transform: scale(1);
}

.ttr-logo-box {
  display: block;
  float: left;
}

.ttr-logo-box h1 {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.ttr-logo {
  font-size: 18px;
  color: #FFF;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 15px;
}

.ttr-logo img {
  display: block;
  float: left;
  height: 80px;
}

.ttr-logo h2 {
  color: #333;
  font-size: 18px;
  line-height: normal;
  position: relative;
  top: 19px;
  font-weight: normal;
  left: 5px;
}

.ttr-logo .ttr-logo-mobile {
  display: none;
}

.ttr-logo .ttr-logo-desktop {
  display: block;
}

.ttr-logo .ttr-logo-name {
  display: inline-block;
  float: left;
  font-weight: 400;
  line-height: 30px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px #FFF;
}

.ttr-header-menu {
  display: inline-block;
  float: left;
}

.ttr-header-navigation,
.ttr-header-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ttr-header-navigation>li {
  float: left;
  position: relative;
}

.ttr-header-navigation>li>a {
  display: table-cell !important;
  vertical-align: middle;
  height: 60px;
  line-height: normal;
  color: #333;
  font-weight: 600;
  padding: 0 15px;
  text-decoration: none;
}

.ttr-header-navigation>li>a .material-icons {
  vertical-align: middle;
  top: -1px;
  position: relative;
}

.ttr-header-navigation>li>a.active {
  box-shadow: inset 0 -2px 0 0 #fff;
}

.ttr-header-submenu {
  background-color: #fff;
  position: absolute;
  top: 100%;
  min-width: 100%;
  left: 0;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
  transforttr-origin: left top 0px;
  display: none;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  transform: scale(0);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand');
}

.ttr-header-submenu.ttr-extra-menu {
  width: 380px;
  overflow-y: scroll;
  height: 500px;
}

.ttr-extra-menu a {
  display: block;
  width: 50%;
  float: left;
  height: 80px;
  text-align: center;
  border-bottom: solid 1px #EEE;
  padding: 15px 0;
  color: #333 !important;
}

.ttr-extra-menu a i {
  font-size: 24px;
  margin-bottom: 10px;
}

.ttr-extra-menu a:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}

.ttr-extra-menu a span {
  display: block;
}

.ttr-extra-menu a:nth-child(odd) {
  /* border-right: solid 1px #EEE; */
}

.ttr-header-submenu.ttr-notify-list {
  width: 360px;
}

.ttr-notify-header {
  width: 100%;
  padding: 15px 10px;
  color: #333;
  background-color: #f4f4f4;
}

.ttr-notify-header .ttr-notify-text-top {
  display: block;
  font-size: 20px;
  text-align: center;
}

.ttr-notify-header .ttr-notify-text {
  display: block;
  text-align: center;
  font-size: 15px;
}

.ttr-notify-tab {
  padding: 15px;
}

.ttr-notify-tab .nav {
  margin-bottom: 15px;
  border-bottom: solid 1px #eee;
}

.ttr-notify-tab .nav li {
  display: inline-block;
  float: left;
  width: auto;
  border-left: none !important;
  margin-right: 20px;
}

.ttr-notify-tab .nav li a:hover {
  background-color: transparent;
  border-bottom: solid 1px #9D50BB;
}

.ttr-notify-tab .nav li a {
  padding: 6px 0;
  font-weight: 500;
  font-size: 16px;
}

.ttr-notify-tab .nav li a.active {
  border-bottom: solid 1px #9D50BB;
  color: #9D50BB;
}

.ttr-header-submenu ul li {
  display: block;
  width: 100%;
}

.ttr-header-submenu ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  color: #fff;
  white-space: nowrap;
}

.ttr-header-submenu ul li a:hover {
  background-color: #EEE;
}

.ttr-header-submenu.active {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
}

.ttr-header-right {
  display: inline-block;
  float: right;
}

.ttr-header-right.ttr-with-seperator .ttr-header-navigation li {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.ttr-header-right .ttr-header-navigation .ttr-header-submenu {
  transform-origin: right top 0px;
  left: auto;
  right: 0;
  background-color: #000;
}

.ttr_background {
  /* background: #1c232e; */
  /* background: linear-gradient(45deg, #1c232e 0%, #1c232e 100%); */
}

.ttr-user-avatar {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
}

.ttr-search-bar {
  position: absolute;
  width: 100%;
  height: 60px;
  top: -70px;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8814+0,db4b24+100 */
  background: #ff8814;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff8814 0%, #db4b24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff8814 0%, #db4b24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff8814 0%, #db4b24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8814', endColorstr='#db4b24', GradientType=1);
  /* IE6-9 */
  -webkit-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  /* easeOutCubic */
}

.ttr-search-bar.active {
  top: 0;
}

.ttr-search-form {
  max-width: 1160px;
  width: 100%;
  height: 40px;
  margin: 10px auto;
  display: block;
  font-size: 14px;
  position: relative;
}

.ttr-search-input-wrapper {
  left: 20px;
  top: 0;
  right: 60px;
  bottom: 0;
  height: 40px;
  position: absolute;
}

/* search box in dashboard */
#search-input{
  background-color: #ccc;
  color: #1c2122;
}

.ttr-search-input {
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 1.0);
  border: none;
  padding: 0 54px 0 14px;
  display: block;
  color: #000 !important;
  outline: none;
  font-size: 14px;
  font-family: inherit;
}

.ttr-search-input::placeholder {
  color: #000;
  opacity: .5;
}

.ttr-search-input:-ms-input-placeholder {
  color: #000;
}

.ttr-search-input::-ms-input-placeholder {
  color: #000;
}

.ttr-search-input:focus {
  background-color: rgba(255, 255, 255, 1.0);
}

.ttr-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  color: #000;
  border: none;
  cursor: pointer;
  outline: none;
}

.ttr-search-submit:hover {
  background-color: rgba(255, 255, 255, .1);
}

.ttr-search-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 0;
  background: none;
  border: none;
  padding: 8px;
  outline: none;
  cursor: pointer;
  color: #FFF;
}

/*end of part 2----------------------------------------------------*/

/*-------------------------------------------------------------------
[2. Fixed Body style]
*------------------------------------------------------------------*/
/* .ttr-body-fixed{
	position: fixed;
	width: 100%;
	height: 100%;
} */
/*end of part 1----------------------------------------------------*/



/*-------------------------------------------------------------------
[3. Sidebar]
*------------------------------------------------------------------*/
.ttr-sidebar {
  position: fixed;
  width: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #fafafa;
  height: 100%;
  z-index: 98;
  left: -310px;
  color: #ff8814;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  /* easeOutCubic */
  color: var(--primary);
}

.ttr-opened-sidebar .ttr-sidebar {
  left: 0;
}

.ttr-sidebar-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 0;
  padding-top: 60px;
}

/* .ttr-sidebar-wrapper::-webkit-scrollbar {
  width: 6px;
}

.ttr-sidebar-wrapper::-webkit-scrollbar-thumb {
  background: #f37319;
}

.ttr-sidebar-wrapper::-webkit-scrollbar-track {
  background: #455a64;
} */

.ttr-sidebar-logo {
  width: 100%;
  height: 60px;
  border-bottom: solid 1px #cfd8dc;
}

.ttr-sidebar-logo a {
  display: inline-block;
  float: left;
  margin: 16px 24px;
}

.ttr-sidebar-logo a img {
  display: block;
}

.ttr-sidebar-toggle-button {
  width: 24px;
  height: 24px;
  float: right;
  margin: 18px;
  cursor: pointer;
}

.ttr-sidebar-pin-button {
  width: 24px;
  height: 24px;
  float: right;
  margin: 18px;
  cursor: pointer;
}

.ttr-sidebar-pin-button i {
  position: absolute;
  transform: scale(1);
  -webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  /* easeOutCubic */
}

.ttr-sidebar-pin-button .ttr-fixed-icon {
  transform: scale(0);
}

.ttr-pinned-sidebar .ttr-sidebar-pin-button .ttr-fixed-icon {
  transform: scale(1);
}

.ttr-pinned-sidebar .ttr-sidebar-pin-button .ttr-not-fixed-icon {
  transform: scale(0);
}

.ttr-sidebar-navi ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ttr-sidebar-navi>ul ul {
  display: none;
}

.ttr-sidebar-navi .inner {
  overflow: hidden;
  display: none;
}

.ttr-sidebar-navi .ttr-seperate {
  width: 100%;
  height: 1px;
  background-color: #cfd8dc;
}

.ttr-sidebar-navi li {
  margin: 2px 0;
  display: block;
  width: 100%;
}

.ttr-sidebar-navi a {
  line-height: 50px;
  text-decoration: none;
  height: 50px;
  padding: 0 20px;
  color: #333;
  white-space: nowrap;
  display: table;
  width: 100%;
}

.ttr-sidebar-navi a:hover {
  background-color: #EEE;
}

.ttr-sidebar-navi a>span {
  display: table-cell;
}

.ttr-sidebar-navi a>span.ttr-icon {
  width: 40px;
  height: 50px;
  line-height: 0;
  vertical-align: middle;
  font-size: 18px;
}

.ttr-sidebar-navi a>span.ttr-arrow-icon {
  width: 24px;
  height: 50px;
  line-height: 0;
  vertical-align: middle;
  -webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  text-align: center;
  font-size: 18px;
}

.ttr-sidebar-navi>ul>li>ul>li>a {
  padding: 0 20px 0 60px;
  line-height: 40px;
  height: 40px;
  font-size: 95%;
}

.ttr-sidebar-navi>ul>li>ul>li>a span.ttr-arrow-icon {
  height: 40px;
}

.ttr-sidebar-navi>ul>li>ul>li>ul>li>a {
  padding: 0 20px 0 80px;
  line-height: 40px;
  height: 40px;
}

.ttr-sidebar-navi ul li.show>a>.ttr-arrow-icon {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -ms-transform-origin: 50% 50%;
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari 3-8 */
  -webkit-transform-origin: 50% 50%;
  /* Safari 3-8 */
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.ttr-sidebar-navi ul li.show>a {
  background-color: #EEEEEE;
}

.ttr-sidebar-navi>ul>li>ul>li.show>a {
  background-color: #f4f4f4;
}

.ttr-sidebar-navi ul li.show>a {
  color: var(--primary);
}

.ttr-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 100;
  cursor: pointer;
  display: none;
}

/*pinned sidebar styles */
.ttr-opened-sidebar .ttr-overlay {
  display: block;
}

.ttr-pinned-sidebar .ttr-overlay {
  display: none !important;
}

/* .ttr-pinned-sidebar .ttr-sidebar{
	top: 60px;
} */

.ttr-pinned-sidebar.ttr-opened-sidebar .ttr-wrapper {
  margin-left: 300px;
}

.ttr-pinned-sidebar .ttr-wrapper {
  margin-left: 0;
}


/*-------------------------------------------------------------------
[4. Material effect class helpers]
*------------------------------------------------------------------*/
.ttr-material-button {
  position: relative;
  overflow: hidden;
}

.ttr-wave-effect {
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 0px;
  height: 0px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
}



/*-------------------------------------------------------------------
[5. Mobile fixer styles]
*------------------------------------------------------------------*/
@media (max-width: 768px) {

  .sign {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 56px;
  }

  .sign IMG {
    width: 45px !important;
  }

  .sign P {
    font-size: 14px !important;
  }

  .ttr-logo h2 {
    display: none;
  }

  .navSearchBigscreen {
    display: none !important;
  }

  .navSearchsmallscreen {
    display: block !important;
  }

  .ttr-header-submenu.ttr-notify-list {
    width: 300px;
  }

  .ttr-logo .ttr-logo-mobile {
    display: block;
    position: relative;
  }

  .ttr-logo .ttr-logo-desktop {
    display: none;
  }

  .ttr-header-menu {
    display: none;
  }

  .ttr-hide-on-mobile {
    display: none;
  }

  .ttr-header-right .ttr-header-navigation .ttr-header-submenu.ttr-notify-list {
    right: -60px;
  }
}


/*-------------------------------------------------------------------
[6. Easy color change with CSS ]
[open the section below to see the color change]
*------------------------------------------------------------------*/
/*
.m-header, .m-search-bar{
	background: #159957;
	background: -webkit-linear-gradient(to right, #155799, #159957); 
	background: linear-gradient(to right, #155799, #159957);
}

.m-notify-tab .nav li a.active{
	border-color: #155799;
	color: #155799;
}
.m-notify-tab .nav li a:hover{
	border-color: #155799;
}
.m-sidebar-navi ul li.show > a, .m-header a{
	color: #155799;
}
.m-sidebar-wrapper::-webkit-scrollbar-thumb {
    background: #155799;
}
*/


/*-------------------------------------------------------------------
[7. And your code starts here]
*------------------------------------------------------------------*/
.ttr-wrapper {
  padding-top: 55px;
  padding-bottom: 40px;
  -webkit-transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  /* easeOutCubic */
}


/*-------------------------------------------------------------------
	TTR Wrapper
*------------------------------------------------------------------*/
.ttr-wrapper {
  padding-left: 50px;
  padding-right: 50px;
}

.ttr-wrapper-dashboard {
  padding-top: 15px !important;
  padding-bottom: 60px;
}

/*-------------------------------------------------------------------
	Admin Breadcrumb
*------------------------------------------------------------------*/
.db-breadcrumb {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 30px;
  padding: 80px 15px 8px 15px;
  background: #e3e3e3;
}

.db-breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-title {
  margin-bottom: 0;
  font-weight: 400;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 10px;
  margin-right: 10px;
  line-height: 28px;
  font-size: 20px;
}

.db-breadcrumb-list li {
  display: inline-block;
  color: #7f7f7f;
  font-size: 14px;
  padding: 0px 4px 0px 4px;
  position: relative;
}

.db-breadcrumb-list li i {
  margin-right: 5px;
  color: #000;
}

.db-breadcrumb-list li a {
  color: #000;
}

.db-breadcrumb-list li:last-child {
  padding-right: 0;
}

.db-breadcrumb-list li:after {
  /* font-family: FontAwesome;
  content: "\f002";
  position: absolute;
  color: #000;
  right: 5px;
  font-size: 15px;
  top: -1px; */
}

.db-breadcrumb-list li:last-child:after {
  content: none;
}

/*-------------------------------------------------------------------
	Widget Card
*------------------------------------------------------------------*/
.widget-card {
  border-radius: 5px;
  background: #ec681d;
  padding: 20px 20px 15px 20px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.widget-card .wc-title {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  color: #fff;
  font-weight: 500;
}

.wc-stats {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  top: 20px;
}

.wc-des {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  opacity: 0.7;
}

.wc-progress {
  margin: 15px 0 5px 0;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.wc-progress .progress-bar {
  background-color: #fff;
  border-radius: 3px;
}

.wc-progress-bx {

  display: flex;
  width: 100%;
  font-size: 12px;
  opacity: 0.7;
}


.widget-bg1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd8515+0,db4b24+100 */
  background: #fd8515;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fd8515 0%, #db4b24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fd8515 0%, #db4b24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fd8515 0%, #db4b24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd8515', endColorstr='#db4b24', GradientType=1);
  /* IE6-9 */
}

.widget-bg2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8699fb+0,8340f6+100 */
  background: #8699fb;
  /* Old browsers */
  background: -moz-linear-gradient(left, #8699fb 0%, #8340f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8699fb 0%, #8340f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8699fb 0%, #8340f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8699fb', endColorstr='#8340f6', GradientType=1);
  /* IE6-9 */
}

.widget-bg3 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc7588+0,e71c54+100 */
  background: #fc7588;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fc7588 0%, #e71c54 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fc7588 0%, #e71c54 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fc7588 0%, #e71c54 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7588', endColorstr='#e71c54', GradientType=1);
  /* IE6-9 */
}

.widget-bg4 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#668bff+0,104dfd+100 */
  background: #668bff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #668bff 0%, #104dfd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #668bff 0%, #104dfd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #668bff 0%, #104dfd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#668bff', endColorstr='#104dfd', GradientType=1);
  /* IE6-9 */
}

.widget-box {
  background-color: #fff;
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, .08);
  border-radius: 5px;
  height: 100%;
}

.widget-box .widget-inner {
  padding: 30px;
}

.widget-box .wc-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.widget-box .wc-title h4 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  color: #333;
  font-weight: 500;
}

/* Full Calendra */

.fc-toolbar button.fc-state-active {
  background: var(--primary);
  color: #fff;

}

.fc-toolbar button {
  margin: 0 !important;
  position: relative;
  border: 0;
  background: rgba(0, 0, 0, 0.05);
  color: #707070;
  text-transform: capitalize;
  font-size: 14px;
  padding: 8px 20px;
  height: auto;
  box-shadow: none;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.fc-toolbar button:last-child {
  border-right: 0;
}

.fc-toolbar button.fc-today-button {
  margin-left: 10px !important;
}

.fc-toolbar h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fc table,
.fc-row table {
  margin-bottom: 0;
  font-size: 14px;
}

.fc-unthemed th.fc-day-header {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  font-weight: 400
}

.fc-event-container a:not([href]):not([tabindex]) {
  color: #fff;
}

/* Noti Box List */
.orders-list ul,
.new-user-list ul,
.noti-box-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.orders-list ul li,
.new-user-list ul li,
.noti-box-list ul li {
  display: flex;
  position: relative;
  margin-bottom: 15px;
  padding-right: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 15px;
}

.orders-list ul li:last-child,
.new-user-list ul li:last-child,
.noti-box-list ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.noti-box-list ul li .notification-icon {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
}

.dashbg-gray {
  background: #f2f2f2;
}

.noti-box-list ul li .notification-text {
  font-size: 14px;
  line-height: 20px;
  color: #909090;
}

.noti-box-list ul li .notification-text span {
  color: #333;
}

.noti-box-list ul li .notification-text a {
  color: var(--primary);
}

.noti-box-list ul li .notification-time {
  position: absolute;
  right: 0;
  top: 0;
}

.noti-box-list ul li .notification-time a {
  position: absolute;
  color: #C0C0C0;
  right: 0;
  top: 0;
  font-size: 14px;
}

.noti-box-list ul li .notification-time a:hover {
  color: #000;
}

.noti-box-list ul li .notification-time span {
  font-size: 12px;
  margin-top: 20px;
  display: block;
  color: #B0B0B0;
}

.dashbg-yellow {
  background-color: #ffb822;
  color: #fff;
}

.dashbg-green {
  background-color: #34bfa3;
  color: #fff;
}

.dashbg-primary {
  background-color: var(--primary);
  color: #fff;
}

.dashbg-red {
  background-color: #f4516c;
  color: #fff;
}

.new-user-list {}

.new-user-list ul li .new-users-pic {
  min-width: 50px;
  height: 50px;
  width: 50px;
  display: block;
  border-radius: 40px;
  text-align: center;
  margin-right: 15px;
  overflow: hidden;
}

.orders-list ul li,
.new-user-list ul li {
  padding-right: 0;
  align-items: center;
}

.new-user-list ul li .new-users-name {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 20px;
}

.orders-list ul li .orders-info,
.new-user-list ul li .new-users-info {
  color: #909090;
  font-size: 13px;
  line-height: 20px;
}

.new-user-list ul li .new-users-text {
  margin-right: 10px;
}

.orders-list ul li .orders-btn,
.new-user-list ul li .new-users-btn {
  margin-left: auto;
}

.orders-list .orders-title .orders-title-name {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 20px;
}

.ttr-header-submenu.noti-menu {
  width: 320px;
}

.ttr-header-submenu.noti-menu .noti-box-list {
  padding: 20px;
}

.ttr-header-submenu.noti-menu ul li a {
  padding: 0;
}

.ttr-header-submenu.noti-menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.ttr-notify-header {
  /* background-image: url(../images/about/pic1.jpg); */
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

.ttr-notify-header:after {
  position: absolute;
  content: "";
  width: 100%;
  opacity: 0.9;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd8515+0,db4b24+100 */
  background: #fd8515;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fd8515 0%, #db4b24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fd8515 0%, #db4b24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fd8515 0%, #db4b24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd8515', endColorstr='#db4b24', GradientType=1);
  /* IE6-9 */
}

/* Card Courses List */
.card-courses-list {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.card-courses-list:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.card-courses-media {
  width: 250px;
  min-width: 250px;
  height: 250px;
  margin-right: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.card-courses-media img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}

.card-courses-view {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
}

.card-courses-user {
  display: flex;
  align-items: center;
}

.card-courses-user-pic {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 10px;
}

.card-courses-view>li {
  position: relative;
  padding-right: 30px;
}

.card-courses-view>li:last-child {
  padding-right: 0;
}

.card-courses-stats h5,
.card-courses-price del,
.card-courses-review h5,
.card-courses-categories h5,
.card-courses-user-info h5 {
  font-size: 12px;
  color: #C0C0C0;
  margin: 0;
  line-height: 18px;
}

.card-courses-categories h4,
.card-courses-user-info h4 {
  font-size: 14px;
  margin: 0;
  line-height: 22px;
  color: #606060;
  text-transform: uppercase;
}

.card-courses-price {
  margin-left: auto;
}

.card-courses-list-bx {
  margin-bottom: 20px;
}

.card-courses-dec p {
  font-size: 14px;
  line-height: 22px;
}

.card-courses-dec-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-courses-dec-list li {
  display: flex;
  font-size: 14px;
  color: #606060;
  padding-bottom: 10px;
  width: 50%;
  float: left;
}

.card-courses-dec-list li strong {
  margin-right: 10px;
  color: #000;
  width: 40%;
}

/* Reply */
.review-bx-reply .form-control {
  height: 150px;
}

.bookmarks-bx .card-courses-list-bx {
  margin-bottom: 10px;
}

/* User Profile */
.widget-inner .edit-profile {
  padding: 0;
}

.delete {
  border: 2px solid;
  padding: 5px 10px;
  display: inline-block;
  color: #f63333;
  border-radius: 5px;
}

.delete:hover {
  border: 2px solid #f63333;
  background-color: #f63333;
  color: #fff;
}

.list-item td {
  padding: 0;
}

.widget-inner .edit-profile table {
  margin-bottom: 0;
}

.edit-profile textarea.form-control {
  height: 150px;
}

/* MailBox */
.email-wrapper {
  display: flex;
}

.email-menu-bar {
  width: 240px;
  min-width: 240px;
  border-right: 1px solid #e5e5e5;
}

.email-menu-bar-inner ul {
  list-style: none;
  margin: 0;
  padding: 20px;
}

.email-menu-bar-inner ul li {
  color: #000;
}

.email-menu-bar-inner ul li a {
  color: #000;
  font-size: 14px;
  padding: 12px 20px;
  display: block;
  border-radius: 5px;
}

.email-menu-bar-inner ul li a:hover,
.email-menu-bar-inner ul li.active a {
  background-color: #f6f6f6;
}

.email-menu-bar-inner ul li a i {
  font-size: 18px;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.email-menu-bar-inner ul li a .badge {
  width: 18px;
  height: 18px;
  line-height: 20px;
  padding: 0;
  font-weight: 400;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.compose-mail {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}

/* toolbar */
.mail-list-container {
  width: 100%;
}

.mail-toolbar .check-all {
  margin-right: 15px;
}

.mail-toolbar {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
}

.next-prev-btn {
  margin-left: auto;
}

.next-prev-btn a {
  border: 1px solid #e1e1e1;
  display: inline-block;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 24px;
  color: #000;
}

.next-prev-btn a:hover {
  background-color: #e1e1e1;
}

.mail-search-bar .form-control {
  border-radius: 5px;
}

.checkbox-st1 {
  min-height: 16px;
  padding-left: 16px;
  height: 16px;
  position: relative;
  top: -1px;
}

.checkbox-st1 .custom-control-label:before {
  width: 16px;
  height: 16px;
  border: 2px solid #cecfcf;
}

.checkbox-st1 .custom-control-label::after {
  width: 16px;
  height: 16px;
}

.mail-list-info {
  display: flex;
  align-items: center;
  position: relative;
}

.mail-list-info:hover:nth-child(2n+1),
.mail-list-info:hover {
  background-color: #eaeaea;
}

.mail-list-info .mail-list-title-info p,
.mail-list-info .mail-list-title h6 {
  margin: 0;
}

.mail-list-info .mail-list-title-info p {
  font-size: 15px;
  line-height: 18px;
  color: #7a7a7a;
}

.mail-list-info .mail-list-title h6 {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.mail-list-time span {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #929292;
  position: relative;
  top: -3px;
}

.mail-rateing span {
  color: #929292;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  top: -2px;
}

.mail-rateing,
.mail-list-title,
.mail-list-title-info,
.mail-list-time,
.checkbox-list {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 50px;
}

.mail-list-title {
  padding-left: 10px;
}

.mail-list-time {
  padding-right: 20px;
  padding-left: 10px;
}

.mail-list-title-info {
  padding-left: 10px;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.mail-rateing {
  padding-left: 10px;
}

.checkbox-list {
  padding-left: 20px;
}

.mail-list-info:nth-child(2n+1) {
  background-color: #f6f6f6;
}

/* Mailbox Toolbar */
.mailbox-toolbar {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  background: #eaeaea;
  opacity: 0;
  transition: all 0.5s;
}

.mailbox-toolbar li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.1);
  color: #404040;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  transition: all 0.5s;
}

.mailbox-toolbar li:hover {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.mail-list-info:hover .mailbox-toolbar {
  opacity: 1;
}

.btn-info-icon {
  border: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  margin-left: 10px;
}

.all-msg-toolbar .dropdown-menu {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  border: 0;
}

.all-msg-toolbar .dropdown-menu li {}

.all-msg-toolbar .dropdown-menu li a {
  padding: 8px 15px;
  display: block;
  font-size: 14px;
  color: #202020;
}

.all-msg-toolbar .dropdown-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.all-msg-toolbar .dropdown-menu li a i {
  margin-right: 5px;
}

/* Read */
.mailbox-view {
  width: 100%;
  padding: 25px;
}

.mailbox-view-title {
  padding: 0px 0px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.mailbox-view-title .send-mail-title {
  margin-bottom: 0;
}

.send-mail-user {
  display: flex;
  align-items: center;
}

.send-mail-user-pic {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 10px;
}

.send-mail-user-info h5 {
  font-size: 12px;
  color: #C0C0C0;
  margin: 0;
  line-height: 18px;
  font-weight: 400;
}

.send-mail-user-info h4 {
  font-size: 15px;
  margin: 0;
  line-height: 22px;
  color: #000;
  text-transform: capitalize;
}

.send-mail-full-info {
  display: flex;
  align-items: center;
}

.send-mail-full-info {
  display: flex;
  align-items: center;
}

.send-mail-full-info .time span {
  font-size: 12px;
}

.read-content-body {
  padding: 25px 0 0 0;
}

.read-content-title {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}

.read-content-body p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #303030;
  margin-bottom: 15px;
}

.mailbox-download-file a {
  font-size: 12px;
  padding: 8px 20px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  color: #000;
  margin-bottom: 4px;
}

.mailbox-download-file a i {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

/* Mail Compose */
.mail-compose {
  padding: 30px 15px;
}

.mail-compose .dropzone {
  background: #f3f6f9 !important
}

.mail-compose .dropzone {
  border: 1px dashed #dddfe1;
  min-height: 21rem;
  position: relative
}

.mail-compose .dropzone .tt-message {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.dropzone {
  background: #f3f6f9;
  border: 2px solid rgba(120, 130, 140, .13)
}

[data-theme-version=dark] .dropzone {
  background-color: #2b2e37
}

[data-theme-version=dark] .compose-content .dropzone {
  background: #323640 !important
}

/* Summernote */
.note-toolbar {
  z-index: 1;
}

.note-toolbar .btn {
  background: #fff;
  border: 1px solid #ebedf2;
  padding: 4px 10px;
  font-size: 12px;
  color: #4f5264;
  border-radius: 3px;
}

.note-toolbar .btn:hover {
  color: #4f5264;
  background: #ebedf2;
}

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px 20px;
}

.card-header.note-toolbar {
  padding: 10px 15px 15px 15px;
  margin: 0;
  background: #f7f8fa;
}

.note-editor.note-frame {
  border: 1px solid #ebedf2;
}

.card-header {
  border-bottom: 1px solid #ebedf2;
}

.note-editable ol,
.note-editable ul {
  padding-left: 30px;
}

.imageuploadify .imageuploadify-images-list {
  display: inline-block;
  padding: 0 20px;
}

.courses-approve {
  width: 150px;
  height: 150px;
  color: #30af93;
  border: 5px solid;
  border-radius: 100px;
  line-height: 160px;
  text-align: center;
  font-size: 86px;
  margin: 40px auto 40px;
}

@media only screen and (max-width: 1200px) {
  .ttr-pinned-sidebar .ttr-wrapper {
    margin-left: 0;
  }

  .ttr-pinned-sidebar .ttr-sidebar {
    left: 0;
  }

  .ttr-pinned-sidebar.ttr-opened-sidebar .ttr-wrapper {
    margin-left: 0;
  }

  .ttr-opened-sidebar.ttr-pinned-sidebar .ttr-sidebar {
    left: -310px;
  }

  .ttr-sidebar-navi {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .admin-courses .card-courses-media {
    width: 140px;
    min-width: 140px;
    height: 140px;
    margin-right: 15px;
  }

  .admin-courses .card-courses-media img {
    height: 140px;
  }

  .admin-courses .card-courses-view>li {
    padding-right: 10px;
  }

  .mail-rateing,
  .mail-list-title,
  .mail-list-title-info,
  .mail-list-time,
  .checkbox-list {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .widget-box .widget-inner {
    padding: 15px;
  }

  .fc-toolbar button {
    font-size: 12px;
    padding: 8px 10px;
  }

  .widget-box .wc-title {
    padding: 15px 15px;
  }

  .widget-box .wc-title h4 {
    font-size: 16px;
  }

  .ttr-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .card-courses-media {
    width: 140px;
    min-width: 140px;
    height: 140px;
  }

  .card-courses-title h4 {
    font-size: 18px;
  }

  .card-courses-media img {
    height: 140px;
  }

  .admin-courses .card-courses-view {
    display: table;
  }

  .admin-courses .card-courses-view>li {
    padding-right: 10px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }

  .admin-courses .card-courses-view>li.card-courses-categories,
  .admin-courses .card-courses-view>li.card-courses-review,
  .admin-courses .card-courses-view>li.card-courses-stats,
  .admin-courses .card-courses-view>li.card-courses-price {
    width: 25%;
  }

  .admin-courses .card-courses-list-bx {
    margin-bottom: 0px;
  }

  .admin-courses .card-courses-view>li.card-courses-price {
    text-align: right;
    padding-right: 0;
  }

  .email-wrapper {
    display: block;
  }

  .email-menu-bar {
    border-right: 0 solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
  }

  .mail-search-bar {
    width: 100px;
  }

  .ttr-sidebar-toggle-button {
    display: none;
  }

}

@media only screen and (max-width: 576px) {

  .fc-toolbar .fc-center,
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-left {
    width: 100%;
  }

  .fc .fc-toolbar>*>* {
    float: none;
  }

  .fc-toolbar button.fc-today-button {
    position: relative;
    top: -13px;
  }

  .ttr-header-submenu.noti-menu {
    width: 280px;
  }

  .breadcrumb-title {
    font-size: 18px;
  }

  .db-breadcrumb-list li {
    font-size: 12px;
  }

  .admin-courses .card-courses-media,
  .bookmarks-bx .card-courses-media {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .admin-courses.card-courses-list,
  .bookmarks-bx.card-courses-list {
    display: block;
  }

  .bookmarks-bx .card-courses-view>li {
    position: relative;
    padding-right: 10px;
    float: left;
  }

  .bookmarks-bx .card-courses-view {
    display: table;
    clear: both;
  }

  .admin-courses .card-courses-categories,
  .bookmarks-bx .card-courses-categories {
    width: 100%;
    margin-bottom: 10px;
  }

  .bookmarks-bx .card-courses-review,
  .bookmarks-bx .card-courses-price {
    width: 50%;
  }

  .bookmarks-bx .card-courses-price {
    text-align: right;
  }

  .admin-courses .card-courses-view>li.card-courses-categories,
  .admin-courses .card-courses-view>li.card-courses-review,
  .admin-courses .card-courses-view>li.card-courses-price {
    width: 33.33%;
  }

  .admin-courses .card-courses-view>li.card-courses-price h5 {
    margin-bottom: 0;
  }

  .admin-courses .card-courses-view>li.card-courses-stats {
    display: none;
  }

  .card-courses-dec p {
    margin-bottom: 10px;
  }

  .card-courses-list {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .db-breadcrumb {
    margin-bottom: 15px;
    display: block;
  }

  .mail-list-title-info {
    display: none;
  }

  .mail-list-time {
    margin-left: auto;
  }

  .mail-rateing,
  .mail-list-title,
  .mail-list-title-info,
  .mail-list-time,
  .checkbox-list {
    height: 50px;
  }

  .imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    font-size: 12px;
  }

  .mail-compose {
    padding: 30px 5px;
  }

  .imageuploadify .imageuploadify-images-list .imageuploadify-container {
    margin: 5px 5px !important;
  }

  .send-mail-details>.d-flex {
    display: block !important;
  }

  .send-mail-full-info {
    margin-top: 10px;
  }

  .admin-review .card-courses-view {
    display: table;
    clear: both;
  }

  .admin-review .card-courses-view>li {
    padding-right: 0;
    float: left;
  }

  .admin-review .card-courses-view>li.card-courses-review,
  .admin-review .card-courses-view>li.card-courses-categories {
    width: 50%;
  }

  .admin-review .card-courses-view>li.card-courses-categories {
    text-align: right;
  }

  .admin-review .card-courses-view>li.card-courses-user {
    width: 100%;
    margin-bottom: 15px;
  }

  .admin-review .card-courses-list-bx {
    margin-bottom: 10px;
  }

  .ttr-sidebar-toggle-button {
    display: none;
  }
}



/* custom css start */

.viewAll {
  position: absolute;
  top: 10px;
  right: 15px;
}

.viewAll a {
  font-weight: 600;
  color: #010c9f;
}

.viewAll a .fa-arrow-right {
  margin-left: 4px;
}

.viewAll a .fa-arrow-left {
  margin-right: 4px;
}

/* .categorySection {
  padding: 15px;
} */

.categorySectionDiv {
  padding: 15px;
}

.clear-filter {
  margin: 0 !important;
    border: none !important;
    text-decoration: underline !important;
    background: transparent !important;
    position: absolute;
    right: 16px;
    top: 32px;
}

.CategoryFirstSection h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.mainCategorySection .form-group {
  margin-bottom: 5px;
}

.mainCategorySection .input-group .form-control {
  background: #ffffff30;
  border: 1px solid #545b65;
  color: #fff;
  width: 100%;
}

.mainCategorySection .input-group .form-control::placeholder {
  color: #fff;
}

.mainCategorySection h2 {
  font-size: 15px;
  margin: 20px 0px;
  font-weight: 420;
  color: #ffcc00d9;
  line-height: 0;
}

.mainCategorySection h3 {
  font-size: 15px;
  margin: 20px 0px;
  font-weight: 420;
  color: #fff;
  line-height: 0;
}

.CategoryHeadingSection {
  display: flex;
}

.CategoryHeadingSection h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.categoryHeading h2 {
  font-size: 15px;
  /* margin: 20px 0px; */
  font-weight: 420;
  color: #fff;
  /* line-height: 0; */
  border: 1px solid;
  padding: 0px 6px;
  line-height: 32px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.categoryHeading h2 .openCategory {
  line-height: 20px;
  float: right;
  top: 8px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}
.categoryHeading  {
  cursor: pointer;
}

.categoryHeading h2 .contentCount {
  margin-left: 12px;
}


.categorybutton {
  /* text-align: justify; */
}

.category-filter-button {
  margin: 0px 6px 6px 0px;
  padding: 0px;
  background: #2d36449e;
  color: #ffffffd6;
  border-radius: 4px;
  font-weight: normal !important;
  font-size: 13px;
  border: 1px solid #535e6f;
}

/* ::-webkit-scrollbar {
  width: 6px;
  background-color: #ffedcc;
}

::-webkit-scrollbar-thumb {
  background-color: #ffcc00d9 !important;
} */

/* .ttr-header-submenu.ttr-extra-menu::-webkit-scrollbar {
  width: 6px !important;
  background-color: #ffedcc !important;
}

.ttr-header-submenu.ttr-extra-menu::-webkit-scrollbar-thumb {
  background-color: #ffcc00d9 !important;
} */

.profile-bx {
  box-shadow: 0 0 25px 0 rgba(29, 25, 0, 0.25);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.icon-box {
  text-align: center;
}

.profile-status-bx {
  padding: 20px;
}

.icon-box img {
  height: 100px;
}

.profileIconText {
  padding-top: 10px;
  margin: 0px;
}

/* banner css start */

.modified-home .two-columns-wide-outer {
  /* position: relative;
  overflow: hidden;
  width: 100%;
  background: #0093c8;
  background: linear-gradient(90deg, #232021 0, #0093c8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#232021", endColorstr="#0093c8", GradientType=1);*/

  position: relative;
  overflow: hidden;
  width: 100%;
  /* background: rgb(2,0,36); */
  background: linear-gradient(27deg, rgba(2,0,36,1) 0%, rgba(255,0,98,1) 35%, rgba(0,212,255,1) 100%);
  background-size: 300% 300%;
  -webkit-animation: AnimateBG 20s ease infinite;
  animation: AnimateBG 20s ease infinite;
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#780000", endColorstr="#f6ee00", GradientType=1); */
}

@-webkit-keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.modified-home .two-columns-wide-outer .two-columns-wide-wrapper {
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 15px;
}

.modified-home .two-columns-wide-outer .two-columns-wide-wrapper .columns-wrapper {
  margin-bottom: 20px;
  align-items: center;
}


.home-left-column .home-left-column-insert {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 0;
}

.home-left-column-insert h2 {
  font-weight: 400;
  color: #fff;
  font-size: 2.35em;
  margin-bottom: inherit;
}

.home-left-column-insert h1 {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.5em;
  color: #fff;
  margin-top: 8px;
}

.home-left-column-insert h1+p {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.5em;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 12px;
}

.home-left-column-insert h1 span:first-child {
  /* color: #83c11f; */
}


.home-left-column-insert h1+p {
  margin-bottom: 20px;
}


.home-left-column-insert a.home-column-call-to-action.cta-signup {
  min-width: 180px;
}

.home-left-column-insert a.home-column-call-to-action {
  max-width: 200px;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, .75);
}


/* .home-right-column .home-right-column-insert {
    max-width: 400px;
    margin: 0 auto;
} */

.home-right-column .home-right-column-insert .row {
  position: relative;
}

.home-right-column .home-right-column-insert .home-column-category-item {
  width: 30%;
  margin: 5px;
  /* display: inline-block;
    max-width: 104px; */
}

.home-right-column .home-right-column-insert .home-column-category-item .card {
  /* position: relative;
    height: 90px;
    width: 100%;
    display: inline-block; */
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front {
  background-color: #fff;
  transform: rotateY(0);
  z-index: 2;
  padding-top: 12px;
  border-radius: 5px;
  /* box-shadow: 0 1px 6px 0 rgba(50, 50, 50, .4); */
}

.home-right-column .home-right-column-insert .home-column-category-item .card .back,
.home-right-column .home-right-column-insert .home-column-category-item .card .front {
  overflow: hidden;
  background-color: #fff;
  backface-visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front:hover {
  transform: scale(1.1);
  /* border-top-left-radius: 0;
    border-top-right-radius: 0; */
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .8);
}

.home-right-column .home-right-column-insert .home-column-category-item .home-cat-icon {
  font-size: 2.45em;
}

.home-right-column .home-right-column-insert .home-column-category-item p.home-category-heading {
  font-weight: 500;
  padding: 5px 3px 0;
  /* height: 20px; */
  font-size: 14px;
  line-height: normal;
  margin-bottom: 10px;
  color: #000;
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front .border.technology-color {
  background-color: #0093c9;
}

.profileCount {
  font-size: 14PX;
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front .border {
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.home-right-column .home-right-column-insert .home-column-category-item .card .front span {
  color: #ca005c;
  font-size: 16px;
  font-weight: 600;
}

.cours-bx .info-bx h6 {
  font-size: 13px;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showMoreCategory {
  /* overflow: auto;
  text-align: center; */
}

.showMoreCategory a {
  width: 100px;
  height: auto;
  padding: 0;
  border: none;
  color: #ffffff !important;
  float: none;
  margin-top: 10px !important;
  font-size: 11px;
  margin: auto;
}

.showMoreCategory a:hover {
  background: none;
}

/* banner css end */



/* custom css end */


.contentTitle h6 {
  padding-right: 25px;
  text-align: left;
}

.wishlistIcon {
  position: absolute;
  right: 10px;
  top: 13px;
  cursor: pointer;
}

.textRed {
  color: red;
}


/* new css */

.mainSection {
  padding-top: 100px;
  padding-bottom: 50px;
}

#tab-container {
  width: 100%;
}

.filterAssessmentPage i {
  margin: 0px 5px;
}


/* modal css start */

.overlayModal {
      position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 500ms;
    z-index: 99;
    display: none;
    overflow-x: hidden;
    padding: 15px;
    overflow-y: scroll;
}

.popupModal {
  margin: 30px auto;
  background: #fff;
  border-radius: 5px;
  width: 1000px !important;
  position: relative;
  transition: all 5s ease-in-out;
  max-height: 600px;
  overflow-y: auto;
}

.studentField {
  margin: 0px;
  padding: 15px;
}

.studentField .form-group {
  margin-bottom: 15px;
}

.popupHeader {
  background: #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modalfooter {
  text-align: right;
  padding: 10px 15px;
  border-top: 1px solid #ddd;
}

.modalfooter button {
  margin: 0;
}

.content {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.content .contentbody {
  /* padding: 15px 0px; */
}

.popupHeader h2 {
  margin: 0;
  padding: 15px 15px;
  color: #333;
  font-size: 16px;
  line-height: normal;
}

.popupHeader .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popupHeader .close:hover {
  color: #06D85F;
}

.popupHeader .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .popupModal {
    width: 90%!important;
  }
}

/* modal css end */

.studentFieldHeading {
  font-size: 16px;
  font-weight: 500;
  color: #0600c3;
  margin: 5px 0px;
  padding: 0px 2px;
  caption-side: top;
}

#student_message {
  width: 100%;
}

.studentLibrary {
  font-size: 16px;
  font-weight: 500;
  padding: 0px 15px;
  margin: 10px 0px 0px 0px;
  color: #0700dd;
}







.wrapLibrary {
  /* display: flex; */
  background: white;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  /* margin-bottom: 2rem; */
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}

.libraryActive {
  background: linear-gradient(135deg, #ffc5a9 0%, #ffe5aa 100%);
}

.wrapLibrary:hover {
  background: linear-gradient(135deg, #ffc5a9 0%, #ffe5aa 100%);
  color: white;
}

.ico-wrap {
  margin: auto;
}

.ico-wrap span {
  font-size: 34px !important;
  padding: 0;
  margin: 0px;
}

.mbr-iconfont {
  font-size: 4.5rem !important;
  color: #313131;
  margin: 1rem;
  padding-right: 1rem;
}

.vcenter {
  margin: auto;
}

.mbr-section-title3 {
  /* text-align: left; */
  margin: 0;
}

.display-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4rem;
}

.mbr-bold {
  font-weight: 600;
  font-size: 18px;
}

.display-6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
}


.calssSection {
  padding: 30px;
  padding-bottom: 0;
}

.schoolLibraryDiv {
  width: 1000px !important;
}


.product-label {
  left: auto;
  right: 15px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 7px;
  display: block;
  position: absolute;
  font-weight: 500;
  z-index: 9;
  top: 10px;
  letter-spacing: 0.4px;
}

.free-content {
  background-color: #247e34;
}

.premium-content {
  background-color: #dc3545;
}

.librarySectionHeading {
  line-height: 28px;
}

.dashboardLang a {
  vertical-align: middle;
  height: 60px;
  line-height: 58px;
  color: #87dfe7;
  font-weight: 600;
  padding: 0 15px;
  text-decoration: none;
}

.dashboardLang a:hover {
  color: #ff0062;
}

/* box css */

.retract {
  cursor: pointer;
  padding: 20px 32px;
  margin-bottom: 40px;
  border-radius: 4px;
}

.retract p {
  float: right;
  top: 18px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  right: 10px;
  text-align: center;
  line-height: 36px;
}

.navbar-form {
  padding: 10px 8px;
}

.navbar-form .form-control {
  height: 40px;
  width: 300px;
  border: none;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  border: 1px solid #fff !important;
}

.navbarSearchbtn {
  margin: 0 !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  height: 40px;
  /* border: 1px solid #fff !important; */
}

.navSearchsmallscreen {
  display: none;
}

.footer-bottom {
  padding: 8px 15px !important;
}

.footer-bottom p {
  margin: 0px;
  font-size: 16px;
}

/* hanging box css */

.sign {
  /* border: 5px solid #ffcc00; */
  padding: 16px 12px;
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.4), 0 6px 10px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-radius: 15px;
  transform-origin: 50% -65px;
  animation: swing 1.0s infinite alternate ease-in-out;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sign:hover {
  animation-play-state: paused;
}

.sign P {
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  text-align: center;
  /* text-shadow: 0 0 2px rgba(0, 0, 0, 1); */
  margin: 0 auto;
  line-height: normal;
  font-size: 20px;
}

.sign IMG {
  display: block;
  width: 70px;
  margin: auto;
  margin-bottom: 12px;
}

.sign:before {
  position: absolute;
  content: "";
  border: 2px dotted #b5afaf;
  border-bottom: none;
  border-left: none;
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  transform: rotate(-45deg);
  border-radius: 0 5px 0 0;
  /* position: absolute;
    content: "";
    background-image: url(../images/hook.png);
    width: 200px;
    height: 58px;
    top: -55px;
    left: 34%;
    margin-left: -50px;
    transform: rotate(0deg);
    border-radius: 0 0px 0 0; */
}

.sign:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: -73px;
  left: 50%;
  margin-left: -2px;
  background: #444442;
}

@keyframes swing {
  0% {
    transform: rotate(-2deg)
  }

  100% {
    transform: rotate(2deg)
  }
}

.hookleft {
  position: absolute;
  top: -57px;
  right: 258px;
}

.hookleft img {
  height: 23px;
}

.hookright {
  position: absolute;
  top: -57px;
  right: 52px;
}

.hookright img {
  height: 23px;
}

/* hanging box css end */


.selection .author_selection {
  display: none;
}

.selection .publisher_selection {
  display: none;
}

.bigScreenSrch {
  border: 1px solid #fff;
}

.userTab li {
  width: 33.33%!important;
}

.userProfileDetail .userFullName {
  font-size: 17px;
  padding-right: 42px;
  line-height: 20px;
}

.userProfileDetail .userStatus {
  position: absolute;
  right: 0;
  top: -2px;
}

.userProfileDetail .userStatus .fa {
  font-size: 10px;
}

.userProfileDetail #viewUserStatus {
  font-size: 14px;
}

.profile-info-result {
  font-size: 15px;
}

.libraryLocationDiv {
  margin-top: 20px;
}

.libraryLocationDiv h4 {
  margin-bottom: 10px;
}


.libraryLocationDiv .libraryName, .libraryLocationDiv .libraryPhone {
  margin-bottom: 0px;
  font-weight: 500;
}


.libraryLocationDiv p {
  margin-bottom: 10px;
}

.CategoryFirstSection {
  margin-bottom: 8px;
}

.downloadButton #downloadReport {
  color: #000;
}

.downloadButton:hover #downloadReport {
  color: #fff!important;
}