
:root,
[data-bs-theme=light] {
    --huuii-homepage-bg: #0f00bc;
    --huuii-homepage-footer-bg:#1679E6;
    --boder-bar: #00c4de;
}
[data-bs-theme=dark] {
    --huuii-homepage-bg: #212529;
    --huuii-homepage-footer-bg: #2b3035;
    --boder-bar: #0dcaf0
}

body {
    background-color:#0f00bc;
    background-color: var(--huuii-homepage-bg);
}

/*** Fonts Family ***/
@font-face {
    font-family: "Quicksand-Bold";
    src: url(../fonts/Quicksand/Quicksand-Bold.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Quicksand-Regular";
    src: url(../fonts/Quicksand/Quicksand-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Quicksand-Light";
    src: url(../fonts/Quicksand/Quicksand-Light.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Quicksand-Medium";
    src: url(../fonts/Quicksand/Quicksand-Medium.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans-Regular";
    src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans-Light";
    src: url(../fonts/Open_Sans/OpenSans-Light.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans-Semibold";
    src: url(../fonts/Open_Sans/OpenSans-Semibold.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans-LightItalic";
    src: url(../fonts/Open_Sans/OpenSans-LightItalic.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans-Italic";
    src: url(../fonts/Open_Sans/OpenSans-Italic.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Bold";
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(../fonts/Montserrat/static/Montserrat-Bold.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url(../fonts/Montserrat/static/Montserrat-SemiBold.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(../fonts/Montserrat/static/Montserrat-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}



.op_re{font-family:OpenSans-Regular;}
.op_li{font-family:OpenSans-Light;}
.op_se{font-family:OpenSans-Semibold;}
.op_bo{font-family:OpenSans-Bold;}
.op_it{font-family:OpenSans-Italic;}
.op_lit{font-family:OpenSans-LightItalic;}

.qu_bo{font-family: Quicksand-Bold;}
.qu_re{font-family: Quicksand-Regular;}
.qu_li{font-family: Quicksand-Light;}
.qu_me{font-family: Quicksand-Medium;}

.poppins-bold {font-family: Poppins-Bold;}
.montserrat-bold{font-family: Montserrat-Bold;}
.montserrat-semibold{font-family: Montserrat-SemiBold;}
.montserrat-regular{font-family: Montserrat-Regular;}

.home-cover {
    padding-top:60px;
    background-image: url(/img/huuii-landing-bg.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-size: cover;
}

.text-cyan {
    color: #00c4de;
}
.bg-cyan {
    background-color: #00c4de;
}
.border-bar-top-cyan{
    background-color: var(--boder-bar);
    border-bottom-left-radius: 0.85rem !important;
    border-bottom-right-radius: 0.85rem !important;
    height: 40px;
    width: 35% !important;
    float: right !important;
}
.border-bar-bottom-cyan{
    background-color: var(--boder-bar);
    margin-top: 4.5rem !important;
    border-top-left-radius: 0.85rem !important;
    border-top-right-radius: 0.85rem !important;
    height: 50px;
    width: 100% !important;
    float: right !important;
}

.display-none{
    display:none;
}

/*huuii chat*/
.wrtxt_mug {
    height: 20px;
}
.di_no_ {
    display: none;
}
.fs-huuii {
    font-size: 1.9 em;
}
.sm_ {
    font-size: 0.8em;
}
.di_ib_ {
    display: inline-block;
}
.va_top {
    vertical-align: top;
}
.malf_05 {
    margin-left: 5px;
}
.num_ng_ {
    padding: 1px 4px;
}
.bo_02r_ {
    border-radius: 2px;
}
.bk_18_re_ {
    background-color: #D42D13;
}
.co_00_wh_ {
    color: #FFFFFF;
}
.with_090_ {
    width: 90%;
}
.with_050_{
    width: 50%;
}
.fl_rig_{
    float: right;
}
.fl_lef_ {
    float: left;
}
.pa-0-05{
    padding: 0px 5px;
}
.pa-25 {
    padding: 2px 5px;
}
/*-------------------------- header --------------------------------------------*/
.huuii-header-wrap{
    width:100%;
}
.search-huuii{
    width: 45px !important;
}
.search-in-accounts {
    width: 130px !important;
    float:right;
}

.search-in-accounts:focus {
    width: 100%;
}
.profile-avatar{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.profile-dropdown-item{
    color: #2F54A1;
}
.profile-dropdown-item:hover{
    color: #2F54A1;
}
.huuii-apps-dropdown {
    overflow-y:auto;
    overflow-x:hidden;
    z-index:999;
}
.huii-apps-list-group {
    padding:0 15px ;
    width:255px;
    height:210px;
}
.huuii-app-list{
    padding:5px;
    border:0;
}

.huuii-app-menu-img {
    width: 65px;
    height: 65px;
}
.huuii-app-menu-txt {
    display: block;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    width: 65px;
    font-family: OpenSans-Regular;
    font-size: 0.8em;
    text-align: center;
    color: #2F54A1;
}
/*--------------------------end header -----------------------------------------*/

.list-group-item.active {
    border-radius:3px !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background-color: #1679e6;
    border-color:#1679e6;
    color:#fff;
}

/*----------------*/
.badge-huuii{
    color: rgba(0,0,0,0.6);
    background-color:#e4e4e4;
}
.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color:#e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px;
}


.chip > img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}


/*----------------*/

#modal-huuii-stack{
    z-index: 1053 !important;
}
 
#huuii-header{
    background-color: #0048a6; color:#fff;
}
#huuii-main{
    margin-top: 60px;
}
#huuii-sidebar{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 56px 0 0;
    background-color:#fff;
    overflow-y: auto;
    border-right: 1px solid #dee2e6;
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);*/
    
}
nav.show{
    display:block !important;
}

.bars-block {
    display:block;
}
.orange-text {
    color: #fb8b29;
}
.blue-text {
    color:#1F9EDD;
}
.bg-orange {
    background-color: #fb8b29;
}
.bg-blue {
    background-color: #1679e6;
}

.form-header {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    color: #fff;
    text-align: center;
    margin-top: -2.5rem;
    margin-bottom: 3rem;
    padding: 1rem;
    border-radius: .125rem;

}

.form-label {
    font-size: 14px;
    color: #686c71;
    font-weight: 400;
}
.form-header-text {
    font-size: 18px;
    font-weight: 600;
}
.pb-30{
    padding-bottom:30px !important;
}
/*---------------------------*/
.list-group-1{
    margin:0;
}
.list-group-1:last-child{

    margin-bottom: -1px;
}
.list-group-item-1 {
    padding:0.75rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#lesson-content img {
    max-width: 100%;
    height: auto;
}
a.lessonType:hover div.card.bg-blue{
    background-color: rgba(22, 121, 230, 0.9);
}
.cursor-pointer{
    cursor: pointer;
}

.lesson-content-video{
    text-align: center;
    max-width:100%;
    max-height:280px;
}
.card-tree{
    width:375px;
    overflow-x:auto;

}

@media all and (max-width:576px) {
    .btn-sm-block { width: 100%; display:block; }
}

@media all and (max-width:1200px) {
    .report-item{
	margin: 2rem 0;
	padding: 0 2rem;
	border-right:0;
	border-bottom: 1px solid #ebebf5;
    }
}

@media (min-width: 576px) {
    .acc-total {
	padding:0;
	display: inline-block !important;
	right: 20px;
	position: absolute;
    }
    .bars-block {
	display:block;
    }
    .search-huuii{
	width: 250px !important;
    }
    .huii-apps-list-group {
	padding:0 15px ;
	width:255px;
	height:210px;
    }
    .card-height-1 {
     height:140px !important;
    }
    .card-tree{
	width:100%;
    }
}


/*-------------------------------------------------------------------------*/
@media (min-width: 768px) {
    .acc-total {
	padding:0;
	display: inline-block !important;
	right: 20px;
	position: absolute;
    }
    .bars-block {
	display:block;
    }
    .img-huuii {
	max-width: 100%;
	max-height: 400px;
    }
    .search-huuii{
	width: 300px !important;
    }
    .huii-apps-list-group {
	width:255px;
	height:380px;
    }
    .card-height-1 {
	height:165px !important;
    }
    .card-tree{
	width: 100%;
    }
    .fs-huuii {
    font-size: 2em;
}
}
/*-------------------------------------------------------------------------*/
@media (min-width: 992px) {
    .acc-total {
	padding:0;
	display: inline-block !important;
	right: 20px;
	position: absolute;
    }
    .bars-block {
	display:none;
    }
    .lesson-content-video{
	max-width:100%;
	max-height:460px;
    }
    .search-huuii{
	width: 350px !important;
    }
    .card-height-1 {
	height:150px !important;
    }
    .card-tree{
	width: 100%;
    }
    .fs-huuii {
    font-size: 3em;
}
}
/*-------------------------------------------------------------------------*/
@media (min-width: 1200px) {
    .acc-total {
	padding:0;
	display: inline-block !important;
	right: 20px;
	position: absolute;
    }
    .bars-block {
	display:none;
    }
    .lesson-content-video{
	max-width:100%;
	max-height:500px;
    }

    .huuii-header-wrap{
	width: 1200px;
	margin: 0 auto;
    }
    .search-huuii{
	width: 450px !important;
    }
    .card-tree{
	width: 100%;
    }
    .fs-huuii {
	font-size: 3.2em;
    }
}



/******************************************************************************/
.font-weight-100 {font-weight: 100;}
.font-weight-200 {font-weight: 200;}
.font-weight-300 {font-weight: 300;}
.font-weight-400 {font-weight: 400;}
.font-weight-500 {font-weight: 500;}
.font-weight-600 {font-weight: 600;}
.font-weight-700 {font-weight: 700;}
.font-weight-800 {font-weight: 800;}
.list-style-circle {list-style-type: circle;}
.list-style-square {list-style-type: square;}

.mxw-800 {
    max-width:800px;
}
#course-content p {
    font-size:1rem;
    line-height:1.7;
    color: #4f4f4f;
}

.fab-icon {
    margin-top:22px;
}
.btn-fab{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#f9ae00;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.border-left-primary {
    border-left: .25rem solid #007bff !important;
}
.border-left-huuii-blue {
    border-left: .25rem solid #1F9EDD; !important;
}
.border-bottom-huuii-blue {
    border-bottom: .25rem solid #1F9EDD; !important;
}
.border-top-huuii-blue {
    border-top: .25rem solid #1F9EDD; !important;
}
.border-left-huuii-orange {
    border-left: .25rem solid #fb8b29 !important;
}
.border-top-huuii-orange {
    border-top: .25rem solid #fb8b29 !important;
}
.border-bottom-huuii-orange {
    border-bottom: .25rem solid #fb8b29 !important;
}

.border-left-huuii-cyan {
    border-left: 2px solid rgba(0, 0, 0, 0.125);
}

.card-huuii-systems:hover{
     transform: scale(0.98);
     box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
.card-huuii-systems-border-top-right{
    border-top-right-radius: 4.9rem;
}

.card-btn {
    margin: -12px 0;
    padding:12px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
}


.btn-huuii{
    padding: 0 16px;
    height: 36px;
    font-size:14px;
}
.btn-huuii, .shadow-1{
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);

}


.shadow-2{box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);}
.shadow-3{box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2);}
.shadow-4{box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -7px rgba(0,0,0,0.2);}
.shadow-5{box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2);}

.input-x {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    box-shadow: none;
    border-radius: 0;
}



.card .description {
    font-size:16px;
    font-weight: 400;
    line-height:24px;
    color: #212121;
    
}
/******************************************************************************/


.steps {
    flex-shrink: 1;
    flex-grow: 1;
    overflow-x: visible;
    display: flex;
    max-height: calc(100% - 54px);
}

#huuii-sidebar ol {
    margin: 0;
    padding: 16px 12px;
    counter-reset: li-count;
    list-style: none;
    overflow-x: visible;
    overflow-y: auto;
    flex-grow: 1;
    list-style: none;
}

#huuii-sidebar ol li {
    display: block;
 counter-increment: li-count;
}

#huuii-sidebar ol li a{

    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #80868B;
    padding: 3px 10px;
    min-height: 48px;
    font-weight: 400;
    line-height: 20px;
    box-sizing: content-box;
    position: relative;
    
    -webkit-font-smoothing: antialiased;
    transition: all 300ms ease-in-out;
    border: 1px #dadce0 solid;
    border-radius: 5px;
    margin: 6px 0;
    background: white;

}
#huuii-sidebar ol li.completed .step::before {
    background-color: #28a745;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}

#huuii-sidebar ol li.active .step::before {
    background-color: #1A73E8;
    color: #fff;
    border-radius: 50%;

}

#huuii-sidebar ol li.active a {
    border:1px solid  #1A73E8;
}
#huuii-sidebar ol li.completed a {
    border:1px solid  #28a745;
}

#huuii-sidebar ol li .step::before {
    content: counter(li-count);
    display: inline-block;
    font-style: normal;
    width: 26px;
    min-width: 26px;
    color: #fff;
    background: #80868B;
    border-radius: 50%;
    text-align: center;
    height: 26px;
    vertical-align: middle;
    line-height: 26px;
    margin-right: 8px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    transition: all 300ms ease-in-out;
}

/****************************** tree *************************************/
.acc-total {
    display:block;
    padding-left:1rem;
    padding-top:0.5rem;
}

.ex-con-icon {
    color:#1679E6;
    padding:8px 5px 0 5px;
    cursor:pointer;
}
.tree {
    min-height:20px;
    padding-bottom:10px;
    margin-bottom:20px;
    background-color:#fff;
    margin-left: -1.25rem;
}
.tree ul {
    margin-left:25px;
}

.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative;
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto;
}
.tree li::before {
    border-left:1px solid #1679E6;
    bottom:50px;
    height:100%;
    top:-4px;
    width:1px;
}
.tree li::after {
    border-top:1px solid #1679E6;
    height:20px;
    top:25px;
    width:25px;
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #1679E6;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none;
    max-width:280px;
}
.tree li.parent_li>span {
    cursor:pointer;
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0;
}
.tree li:last-child::before {
    height:30px;
}
.tree li.parent_li > span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000;
}

/**************************************** floating labels **********************************/
.form-label-group > input.is-invalid:focus,
.form-label-group > textarea.is-invalid:focus
{box-shadow:none;}

.form-label-group > input:focus, .form-label-group > textarea:focus {
    box-shadow:none;
    box-shadow: 0 1px 0 0 #80bdff;
}

.form-label-group > input, .form-label-group > textarea {
    border:none;
    border-radius:0;
    border-bottom: 1px solid #ced4da;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > textarea{
    padding: .75rem 0;
}
.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: .75rem 0;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #9e9e9e;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all 0.2s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder, .form-label-group textarea::-webkit-input-placeholder {
  color:  #9e9e9e;
}

.form-label-group input:-ms-input-placeholder, .form-label-group textarea:-ms-input-placeholder {
  color:  #9e9e9e;
}

.form-label-group input::-ms-input-placeholder, .form-label-group textarea::-ms-input-placeholder {
  color:  #9e9e9e;
}

.form-label-group input::-moz-placeholder, .form-label-group textarea::-moz-placeholder {
  color:  #9e9e9e;
}

.form-label-group input::placeholder, .form-label-group textarea::placeholder {
    color: #9e9e9e;
}

.form-label-group input:not(:placeholder-shown) , .form-label-group textarea:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.1rem;
}

.form-label-group input:not(:placeholder-shown) ~ label, .form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 14px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}
