/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
/*================================================================================
	General Styles
================================================================================*/
a {
  color: #1170df; }

a:hover {
  color: #4DCBCD; }

/*================================================================================
	Header and Nav Styles
================================================================================*/
.menu-button {
  margin-top: 10px;
  margin-right: 10px; }

.header-navbar.navbar-border {
  background: #1170df; }

.navbar-ebc .navbar-nav li {
  line-height: 1; }

.navbar-ebc .navbar-nav .nav-link {
  color: #fff; }

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand {
  padding: 8px 0px; }

.dropdown-menu.user-menu {
  padding: 5px 0 0; }

.header-navbar .navbar-header .navbar-brand {
  padding: 8px 0; }

/*================================================================================
    Tabs styles
================================================================================*/
.nav.nav-tabs.nav-linetriangle.chat-tab .nav-item a.nav-link.active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: #1170df;
  color: #1170df !important; }

.nav.nav-tabs.nav-linetriangle.nav-justified.chat-tab {
  border-bottom-color: #1170df;
  background: #1170df; }

.nav.nav-tabs.nav-linetriangle.chat-tab .nav-item a.nav-link.active:before {
  margin-left: -11px;
  border-width: 12px;
  border-top-color: #1170df; }

.nav.nav-tabs.nav-linetriangle.chat-tab .nav-item a.nav-link {
  line-height: 1.5;
  color: #fff; }

ul.nav.nav-tabs.nav-linetriangle.nav-only-icon.no-hover-bg.nav-justified.chat-tab li {
  border-left: 1px solid white; }

.nav.nav-tabs.chat-tab .nav-item .nav-link.active {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/*================================================================================
	Login styles
================================================================================*/
.blank-page .content-wrapper .flexbox-container  {
  justify-content: center; }
.login-container{
  background-color: #222; }
.login .card-header, .login .card-body, .login .card-footer{
  background-color: #222;
  color: #fff; }
  .login .card-footer{
  border: none; }

/*================================================================================
    Form styles
================================================================================*/
.form-control {
  color: #1170df !important; }
.custom-file-control {
    height: 2.9rem; }
.custom-file-control::before {
    height: 2.9rem; }

/*================================================================================
	Chat styles
================================================================================*/
.chat-application .app-content, .chat-application .content-right, .chat-application .content-wrapper, .chat-application .content-body {
  padding: 10px; }

.chat-container {
  height: 100%;
  display: flex;
  flex-direction: column; }

.chat-container .card.chat {
  flex-grow: 1; }

.chat-container .chat .card-body {
  height: calc(100%); }

.chat-height {
  height: calc(100% - 40px); }

.card-header .heading-elements, .card-header .heading-elements-toggle {
  right: 0px!important;
  z-index: 1;}

.chat-body .card-header {
  padding: 0; }

.chat-element .heading-elements {
    width: 100%;
    border-bottom: 1px solid#838383;
    text-align: right;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
}

.chats .card{
  background-color: transparent;
}
.chat.card{
  margin-bottom: 0px;
}

.chat-element .card-header{
  padding: 0;
}

.payment-alert{
  display: block;
  width: 100%;
}

.chat-application .chats .tiktok.chat-left .chat-body{
  margin-top: 4rem;
  margin-left: 0rem;
}

.chat-application .chats .tiktok.chat-left .chat-body .chat-content{
  margin-left: 0;
  padding-left: 5px;
}


/*================================================================================
    Modal styles
================================================================================*/
.modal-dialog {
  min-height: -webkit-calc(100vh - 60px);
  min-height: -moz-calc(100vh - 60px);
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto; 
}
@media (max-width: 768px) {
  .modal-dialog {
    min-height: -webkit-calc(100vh - 20px);
    min-height: -moz-calc(100vh - 20px);
    min-height: calc(100vh - 20px);   
  }
}

/*================================================================================
    Character styles
================================================================================*/
.char-avatar{
    display: block;
    width: 45px;
    border-radius: 50%;
    margin: auto;
}

#chars-container{
  border: 1px solid #babfc6;
  min-height: 128px;
}

/*================================================================================
    Footer styles
================================================================================*/
.dropzone {
  min-height: 175px !important; }

/*================================================================================
	Footer styles
================================================================================*/
.footer-copyright {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #404e67; }

/*================================================================================
  Menu styles
================================================================================*/

  li.active.nav-item {
    border-left-color: #1170df!important;
}

li.inner-menu-link {
  padding: 1.5rem 1.6rem;
}

li.inner-menu-link a{
  color: #ffffff;
  font-weight: 600;
}

/*================================================================================
  CharBox styles
================================================================================*/
.char-box{
  position: relative;
}
.char-edit i{
  font-weight: 600;
  font-size: 14px;
  color: #717171;
}
.char-edit{
  position: absolute;
  top: 0;
  right: 0;
}
.char-name{
  /* color: #222; */
  font-weight: 600;
}

/*================================================================================
  Emoji input styles
================================================================================*/

.emoji-wysiwyg-editor {
  height: 40px!important;
}



/*================================================================================
  IntroJS styles
================================================================================*/

.introjs-button{
  display: inline-block!important;
  font-weight: 400!important;
  line-height: 1.25!important;
  text-align: center!important;
  white-space: nowrap!important;
  vertical-align: middle!important;
  cursor: pointer!important;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
  border: 1px solid transparent!important;
  padding: 0.75rem 1rem!important;
  font-size: 1rem!important;
  border-radius: 0.25rem!important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: none!important;
  text-decoration: none!important;
  text-shadow:none!important;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 .2em .2em 0;
  -moz-border-radius: 0 .2em .2em 0;
  border-radius: 0 .2em .2em 0;
  border-color: #10C888 !important;
  background-color: #16D39A !important;
  color: #FFFFFF!important;
  margin-left: 5px!important;
}

.introjs-prevbutton{
  border-color: #FF976A !important;
  background-color: #FFA87D !important;
  color: #FFFFFF!important;
}

.introjs-tooltiptext{
  font-size: 18px!important;
  font-weight: 600!important;
  text-align: center!important;
}

.introjs-helperNumberLayer{
  background: #116fdf!important;
}