/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');
.sk-center{margin:auto}.sk-plane{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);animation:sk-plane 1.2s infinite ease-in-out}@keyframes sk-plane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-chase{width:var(--sk-size);height:var(--sk-size);position:relative;animation:sk-chase 2.5s infinite linear both}.sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:sk-chase-dot 2s infinite ease-in-out both}.sk-chase-dot:before{content:"";display:block;width:25%;height:25%;background-color:var(--sk-color);border-radius:100%;animation:sk-chase-dot-before 2s infinite ease-in-out both}.sk-chase-dot:nth-child(1){animation-delay:-1.1s}.sk-chase-dot:nth-child(2){animation-delay:-1s}.sk-chase-dot:nth-child(3){animation-delay:-0.9s}.sk-chase-dot:nth-child(4){animation-delay:-0.8s}.sk-chase-dot:nth-child(5){animation-delay:-0.7s}.sk-chase-dot:nth-child(6){animation-delay:-0.6s}.sk-chase-dot:nth-child(1):before{animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{animation-delay:-1s}.sk-chase-dot:nth-child(3):before{animation-delay:-0.9s}.sk-chase-dot:nth-child(4):before{animation-delay:-0.8s}.sk-chase-dot:nth-child(5):before{animation-delay:-0.7s}.sk-chase-dot:nth-child(6):before{animation-delay:-0.6s}@keyframes sk-chase{100%{transform:rotate(360deg)}}@keyframes sk-chase-dot{80%,100%{transform:rotate(360deg)}}@keyframes sk-chase-dot-before{50%{transform:scale(0.4)}100%,0%{transform:scale(1)}}.sk-bounce{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-bounce-dot{width:100%;height:100%;border-radius:50%;background-color:var(--sk-color);opacity:.6;position:absolute;top:0;left:0;animation:sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955)}.sk-bounce-dot:nth-child(2){animation-delay:-1s}@keyframes sk-bounce{0%,100%{transform:scale(0)}45%,55%{transform:scale(1)}}.sk-wave{width:var(--sk-size);height:var(--sk-size);display:flex;justify-content:space-between}.sk-wave-rect{background-color:var(--sk-color);height:100%;width:15%;animation:sk-wave 1.2s infinite ease-in-out}.sk-wave-rect:nth-child(1){animation-delay:-1.2s}.sk-wave-rect:nth-child(2){animation-delay:-1.1s}.sk-wave-rect:nth-child(3){animation-delay:-1s}.sk-wave-rect:nth-child(4){animation-delay:-0.9s}.sk-wave-rect:nth-child(5){animation-delay:-0.8s}@keyframes sk-wave{0%,40%,100%{transform:scaleY(0.4)}20%{transform:scaleY(1)}}.sk-pulse{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);border-radius:100%;animation:sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955)}@keyframes sk-pulse{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.sk-flow{width:calc(var(--sk-size)*1.3);height:calc(var(--sk-size)*1.3);display:flex;justify-content:space-between}.sk-flow-dot{width:25%;height:25%;background-color:var(--sk-color);border-radius:50%;animation:sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both}.sk-flow-dot:nth-child(1){animation-delay:-0.3s}.sk-flow-dot:nth-child(2){animation-delay:-0.15s}@keyframes sk-flow{0%,80%,100%{transform:scale(0.3)}40%{transform:scale(1)}}.sk-swing{width:var(--sk-size);height:var(--sk-size);position:relative;animation:sk-swing 1.8s infinite linear}.sk-swing-dot{width:45%;height:45%;position:absolute;top:0;left:0;right:0;margin:auto;background-color:var(--sk-color);border-radius:100%;animation:sk-swing-dot 2s infinite ease-in-out}.sk-swing-dot:nth-child(2){top:auto;bottom:0;animation-delay:-1s}@keyframes sk-swing{100%{transform:rotate(360deg)}}@keyframes sk-swing-dot{0%,100%{transform:scale(0.2)}50%{transform:scale(1)}}.sk-circle{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-dot:before{content:"";display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;animation:sk-circle 1.2s infinite ease-in-out both}.sk-circle-dot:nth-child(1){transform:rotate(30deg)}.sk-circle-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-dot:nth-child(1):before{animation-delay:-1.1s}.sk-circle-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-dot:nth-child(3):before{animation-delay:-0.9s}.sk-circle-dot:nth-child(4):before{animation-delay:-0.8s}.sk-circle-dot:nth-child(5):before{animation-delay:-0.7s}.sk-circle-dot:nth-child(6):before{animation-delay:-0.6s}.sk-circle-dot:nth-child(7):before{animation-delay:-0.5s}.sk-circle-dot:nth-child(8):before{animation-delay:-0.4s}.sk-circle-dot:nth-child(9):before{animation-delay:-0.3s}.sk-circle-dot:nth-child(10):before{animation-delay:-0.2s}.sk-circle-dot:nth-child(11):before{animation-delay:-0.1s}@keyframes sk-circle{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.sk-circle-fade{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-circle-fade-dot{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle-fade-dot:before{content:"";display:block;width:15%;height:15%;background-color:var(--sk-color);border-radius:100%;animation:sk-circle-fade 1.2s infinite ease-in-out both}.sk-circle-fade-dot:nth-child(1){transform:rotate(30deg)}.sk-circle-fade-dot:nth-child(2){transform:rotate(60deg)}.sk-circle-fade-dot:nth-child(3){transform:rotate(90deg)}.sk-circle-fade-dot:nth-child(4){transform:rotate(120deg)}.sk-circle-fade-dot:nth-child(5){transform:rotate(150deg)}.sk-circle-fade-dot:nth-child(6){transform:rotate(180deg)}.sk-circle-fade-dot:nth-child(7){transform:rotate(210deg)}.sk-circle-fade-dot:nth-child(8){transform:rotate(240deg)}.sk-circle-fade-dot:nth-child(9){transform:rotate(270deg)}.sk-circle-fade-dot:nth-child(10){transform:rotate(300deg)}.sk-circle-fade-dot:nth-child(11){transform:rotate(330deg)}.sk-circle-fade-dot:nth-child(1):before{animation-delay:-1.1s}.sk-circle-fade-dot:nth-child(2):before{animation-delay:-1s}.sk-circle-fade-dot:nth-child(3):before{animation-delay:-0.9s}.sk-circle-fade-dot:nth-child(4):before{animation-delay:-0.8s}.sk-circle-fade-dot:nth-child(5):before{animation-delay:-0.7s}.sk-circle-fade-dot:nth-child(6):before{animation-delay:-0.6s}.sk-circle-fade-dot:nth-child(7):before{animation-delay:-0.5s}.sk-circle-fade-dot:nth-child(8):before{animation-delay:-0.4s}.sk-circle-fade-dot:nth-child(9):before{animation-delay:-0.3s}.sk-circle-fade-dot:nth-child(10):before{animation-delay:-0.2s}.sk-circle-fade-dot:nth-child(11):before{animation-delay:-0.1s}@keyframes sk-circle-fade{0%,39%,100%{opacity:0;transform:scale(0.6)}40%{opacity:1;transform:scale(1)}}.sk-grid{width:var(--sk-size);height:var(--sk-size)}.sk-grid-cube{width:33.33%;height:33.33%;background-color:var(--sk-color);float:left;animation:sk-grid 1.3s infinite ease-in-out}.sk-grid-cube:nth-child(1){animation-delay:.2s}.sk-grid-cube:nth-child(2){animation-delay:.3s}.sk-grid-cube:nth-child(3){animation-delay:.4s}.sk-grid-cube:nth-child(4){animation-delay:.1s}.sk-grid-cube:nth-child(5){animation-delay:.2s}.sk-grid-cube:nth-child(6){animation-delay:.3s}.sk-grid-cube:nth-child(7){animation-delay:0s}.sk-grid-cube:nth-child(8){animation-delay:.1s}.sk-grid-cube:nth-child(9){animation-delay:.2s}@keyframes sk-grid{0%,70%,100%{transform:scale3D(1, 1, 1)}35%{transform:scale3D(0, 0, 1)}}.sk-fold{width:var(--sk-size);height:var(--sk-size);position:relative;transform:rotateZ(45deg)}.sk-fold-cube{float:left;width:50%;height:50%;position:relative;transform:scale(1.1)}.sk-fold-cube:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--sk-color);animation:sk-fold 2.4s infinite linear both;transform-origin:100% 100%}.sk-fold-cube:nth-child(2){transform:scale(1.1) rotateZ(90deg)}.sk-fold-cube:nth-child(4){transform:scale(1.1) rotateZ(180deg)}.sk-fold-cube:nth-child(3){transform:scale(1.1) rotateZ(270deg)}.sk-fold-cube:nth-child(2):before{animation-delay:.3s}.sk-fold-cube:nth-child(4):before{animation-delay:.6s}.sk-fold-cube:nth-child(3):before{animation-delay:.9s}@keyframes sk-fold{0%,10%{transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{transform:perspective(140px) rotateX(0deg);opacity:1}90%,100%{transform:perspective(140px) rotateY(180deg);opacity:0}}.sk-wander{width:var(--sk-size);height:var(--sk-size);position:relative}.sk-wander-cube{background-color:var(--sk-color);width:20%;height:20%;position:absolute;top:0;left:0;--sk-wander-distance: calc(var(--sk-size) * 0.75);animation:sk-wander 2s ease-in-out -2s infinite both}.sk-wander-cube:nth-child(2){animation-delay:-0.5s}.sk-wander-cube:nth-child(3){animation-delay:-1s}@keyframes sk-wander{0%{transform:rotate(0deg)}25%{transform:translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6)}50%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg)}50.1%{transform:translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg)}75%{transform:translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6)}100%{transform:rotate(-360deg)}}:root{--sk-size: 30px;--sk-color: #fff}.sk-wave{width:40px;white-space:nowrap}.sk-fading-circle .sk-circle{margin-top:0;margin-bottom:0}.sk-wave{width:40px;white-space:nowrap}.sk-fading-circle .sk-circle{margin-top:0;margin-bottom:0}
.user-profile-header-banner img{width:100%;object-fit:cover;height:250px}
.user-profile-header-organization{margin-top:-5rem}
body {
    font-family: 'Quicksand', sans-serif !important;
}
.fancybox__container {
    z-index: 9999999 !important;
}
.wrapper {
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}
.profile h5.card-header {
    padding-left: 0px;
    padding-right: 0px;
}
.right-content .profile .card {
    background-image: linear-gradient(#094ed7, #06a122);
    padding-left: 12px;
    border-radius: 18px;
    box-shadow: 1px 1px 6px #ccc;
}
.right-content .profile .card-body {
    border-radius: 17px;
    padding: 20px;
    background: #ffffff url(../img/icon_bg_event.png) no-repeat right bottom;
}
.layout-navbar.navbar-detached.container-xxl {
    max-width: 100%;
}
.layout-menu-collapsed .layout-navbar.navbar-detached, .layout-without-menu .layout-navbar.navbar-detached {
    width: 100%;
    margin:0px;
}
.layout-horizontal .layout-navbar {
    border-image-slice: 1;
    border-top: 6px solid;
    border-image-source: linear-gradient(to right, #094ed7, #06a122);
}
.layout-navbar {
    height: auto;
    min-height: 95px;
}
.layout-navbar-fixed body:not(.modal-open) .layout-navbar-full .layout-navbar, .layout-menu-fixed body:not(.modal-open) .layout-navbar-full .layout-navbar, .layout-menu-fixed-offcanvas body:not(.modal-open) .layout-navbar-full .layout-navbar{
    z-index: 1299;
}
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
}
.app-brand-logo {
    max-width: 207px;
}
.app-brand-logo img {
    width: 100%;
}
i.ti.ti-menu-2.ti-sm {
    font-size: 2rem !important;
}
.navbar-search-wrapper {
    position: relative;
}
.navbar-search-wrapper i.ti.ti-search.ti-md {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 99;
    color: #06a122;
}
.layout-navbar .navbar-search-wrapper input.search-input {
    border-radius: 18px;
    line-height: 38px;
    background-color: #eef2f5;
    border: none;
    padding: 6px 16px;
    padding-left: 45px;
}
.align-center {
    align-items: center;
}
.avatar-w img {
    max-width: 44px;
    margin-right: 6px;
}
.ant-col {
    margin-right: 24px;
}
.avatar-text {
    font-weight: bold;
    color: #000000;
    display: block;
    margin-top: 4px;
    font-size: 18px;
}
.avatar-subtext {
    color: #094ed7;
    font-size: 16px;
    display: block;
    font-weight: 300;
    line-height: 16px;
}
.ava-i i.ti.ti-menu-2.ti-sm {
    color: #06a122;
}
.layout-content {
    display: flex;
    flex: auto;
    flex-direction: row;
    min-height: 0;
    background: #f0f2f5;
    justify-content: space-between;
}
.layout-menu-collapsed #layout-menu{
    flex: 0 0 85px;
    max-width: 85px;
    min-width: 85px;
    width: 85px;
}
.layout-menu-hover #layout-menu{
    flex: 0 0 280px;
    max-width: 280px;
    min-width: 280px;
    width: 280px;
}
#layout-menu {
    flex: 0 0 280px;
    max-width: 280px;
    min-width: 280px;
    width: 280px;
    background-color: #ffffff;
    box-shadow: 1px 1px 6px #ccc;
    padding: 12px 0;
    position: relative;
    top: auto !important;
    z-index: 1199;
    transition: all 0.3s linear;
}
.right-content {
    flex: initial;
    width: calc(100% - 280px);
}
.main-content {
    background-color: #eef2f5;
    padding: 12px 36px 36px 36px;
    max-width: 1200px;
    margin: 0 auto;
}
footer {
    position: relative;
    z-index: 10;
    background: linear-gradient(to right, #094ed7, #06a122);
    background-image: url(../img/bg_ft.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px 0px 20px;
}
.addressFoot .be{
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #ffffff;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    max-width: 350px;
}
.addressFoot .be i {
    width: 25px;
    margin-top: 5px;
    display: block;
}
.addressFoot .be a{
    color:inherit;
}
.addressFoot .be a:hover{
    color:yellow;
}
.addressFoot .be .txt {
    width:calc(100% - 30px);
}
.logo_ft img {
    max-height: 50px;
    margin-bottom: 20px;
}
.socialFoot{
    margin-top: 20px;
}
.socialFoot ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}
.socialFoot ul li{
    margin-right: 10px;
    list-style: none;
}
.socialFoot ul li img {
    max-width: 39px;
}
.socialFoot ul li a {
    display:block;
}
.socialFoot ul li a:hover {
    transform:translateY(-10px);
}
a {
    color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.botLink ul {
    padding: 0px;
    margin: 0px;
}

.botLink ul li {
    list-style: none;
}
.botLink ul li a{
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    display: block;
}
.botLink ul li a:hover {
    transform:translateX(-10px);
}
.copyright {
    background: url(../img/line.png) no-repeat top center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: space-between;
    font-size: 14px;
}
.copyright .t1 {
    font-size: 16px;
}
.copyright p {
    color: #ffffff;
}
.formRecive .gridForm {
    position:relative;
    margin-bottom: 30px;
}
.formRecive input{
    width: 100%;
    height: 40px;
    background: #ffffff;
    padding-left: 10px;
    border:none;
    border-radius: 5px;
}
.formRecive button{
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    border:none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #0950d1;
    max-width: 100px;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.formRecive button:hover{
    background: #333333;
    color: #ffffff;
}
.formRecive .title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.facebook {
    margin-bottom: 30px;
}
.content-wrapper {
    background: #eef2f5;
}
.breadcrumb ul {
    text-align: right;
    float: none;
    width: initial;
    display: flex;
    align-items: center;
    align-content: center;
    overflow: hidden;
    overflow-x: auto;
    padding: 0px;
    margin: 0px;
}
.breadcrumb ul li {
    padding: 0;
    margin: 0 10px;
    float: left;
    position: relative;
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    flex-shrink: 0;
    list-style: none;
}
.breadcrumb ul li:first-child {
    margin-left: 0
}
.breadcrumb ul li a {
    font-size: 16px;
    line-height: 32px;
    line-height: inherit;
    color:#888888;
}
.breadcrumb ul li a:hover {
    color: #06a122;
}
.breadcrumb ul li:after {
    content: "/";
    display: inline-block;
    position: absolute;
    right: -13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 23px
}
.breadcrumb ul li:last-child:after {
    content: initial
}
.breadcrumb ul li:last-child {
    margin-right: 0
}
h1.title ,h2.title{
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #0755cc;
    font-family: 'EB Garamond', serif;
}

.progress-bar {
    background-color: #0950d1;
}
.modal-p {
    max-width: 700px;
}
.btn-red {
    background-color: #d02a09;
    color: #ffffff;
}
.tab-content-detail.tab-content {
    padding: 0px;
}
.flatpickr {
    position: relative;
}
.flatpickr .input-button {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.col3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
.col6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
.pagination-center ul.pagination {
    flex-wrap: wrap;
}


.pagination-center {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.btn-primary {
    color: #fff;
    background-color: #0755cc;
    border-color: #0755cc;
}
.pagination-center .page-item.active .page-link,.pagination-center .pagination li.active > a:not(.page-link) {
    border-color: #0755cc;
    background-color: #0755cc;
    color: #fff;
}
.box-img img {
    width: 100%;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.i-item .i-title-tab.bg-label-primary {
    border-color: #06a122 !important;
    background-color: #06a122!important;
    color: #fff!important;
}
.facebook img {
    width: 100%;
}
.layout-menu-fixed body:not(.modal-open) .layout-navbar-full .layout-menu, .layout-menu-fixed-offcanvas body:not(.modal-open) .layout-navbar-full .layout-menu {
    z-index: 1;
}
.img .sk-grid {
    width: 60px;
    height: 60px;
}
.we-loading{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999999;
	-webkit-transition: all 0.45s ease 1.5s;
	-o-transition: all 0.45s ease 1.5s;
	transition: all 0.45s ease 1.5s;
}
.we-loading:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50%;
	background: linear-gradient(to right, #094ed7, #06a122);
	-webkit-transition: all 0.45s ease 1.5s;
	-o-transition: all 0.45s ease 1.5s;
	transition: all 0.45s ease 1.5s;
}
.we-loading:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	background: linear-gradient(to right, #094ed7, #06a122);
	-webkit-transition: all 0.45s ease 1.5s;
	-o-transition: all 0.45s ease 1.5s;
	transition: all 0.45s ease 1.5s;
}
.we-loading .img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    z-index: 1;
}
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
body.show-load .we-loading{
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}
body.show-load .we-loading:after,
body.show-load .we-loading:before{
	height: 0;
}
.user-profile-header-banner img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.processing:before {
    content: "";
    margin: 0 auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid rgba(0,0,0,.1)!important;
    border-right: 3px solid rgba(0,0,0,.1)!important;
    border-bottom: 3px solid rgba(0,0,0,.1)!important;
    opacity: .8;
    border-left: 3px solid #0755cc;
    -webkit-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    pointer-events: none;
}
.processing:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 99;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.tabMenu ul {
    width: 100%;
}
.menuTab .mc-menu {
    background: #f68920;
    text-transform: uppercase;
    color: #ffffff;
    padding: 9px 15px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
.menuTab .mc-menu:before {
    content: "\ea16";
    font-family: "tabler-icons" !important;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.designed-by a {color: #ffffff;}
.card-body .btn-label-danger, .card-body .bg-label-danger{
    color: #fff;
    border-color: transparent;
    background-color: #06a122;
}
.card-body .btn-label-danger:hover {
    background-color: #0755cc;
}
.invoice-list-table .item-time {
    font-size: 15px;
}

.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) ,.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover,html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover{
    background: linear-gradient(90deg, rgba(9,78,215,1) 0%, rgba(6,161,34,1) 100%);
    box-shadow: 0px 2px 6px 0px #ccc;
    color: #fff !important;
}
.layout-menu-hover .mnfixed_self {
    width: 280px !important;
}
.buy-now .btn-buy-now {
    box-shadow: 0px 2px 6px 0px #ccc !important;
}
.btn-danger {
    background: linear-gradient(90deg, rgba(9,78,215,1) 0%, rgba(6,161,34,1) 100%);
    border-color: #0755cc !important;
}
.btn-primary:hover {
    opacity: 0.8;
}
.description-detail, .display-none {
    display: none;
}
.content_desc {
    position: relative;
    overflow: hidden;
    height: 150px;
    transition: all .5s ease;
}
.content_desc.active {
    overflow: visible;
    height: auto;
}
.content_desc.active .gradient {
    display: none;
}
.gradient {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), white);
}
.dienda {
    width: 100%;
}
.dienda h5 {
    margin-bottom: 0px;
}
.view_more {
    cursor: pointer;
    display: block;
    width: 229px;
    height: 39px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 39px;
    text-align: center;
    border: 1px solid #06a122;
    border-radius: 4px;
}
.view_more:hover {
    color: #fff;
    background-color: #06a122;
}
.view_desc {
    cursor: pointer;
    display: block;
    width: 229px;
    height: 39px;
    margin: 10px auto 0px;
    color: #104eb9;
    font-size: 13px;
    font-weight: 400;
    line-height: 39px;
    text-align: center;
    border: 1px solid #104eb9;
    border-radius: 4px;
}
.view_desc:hover {
    color: #fff;
    background-color: #104eb9;
}
.view_desc .an {
    display: none;
}
.view_desc.active .hien {
    display: none;
}
.view_desc.active .an {
    display: block;
}
.tab-pane .timeline .timeline-event {
    background-color: #104eb9 !important;
    color: #ffffff !important;
}
.tab-pane .timeline .timeline-event p {
    color: #ffffff !important;
}
.tab-pane .timeline .timeline-event:before {
    border-left-color: #104eb9 !important;
    border-right-color: #104eb9 !important;
}
.tab-pane .timeline .timeline-event h4,.tab-pane .timeline .timeline-event span ,.tab-pane .timeline .timeline-event a,.tab-pane .timeline .timeline-event h5{
    color: #ffffff !important;
}
.tab-pane .timeline .timeline-event .ql-editor {
    display: none;
}
.tab-content .item-secondary .box-datetime, .like-event {display: none;}
.tab-content .item-secondary .like-event {display: block;}
.tab-content .item-secondary .box-item {font-size: 18px;}
.like_share.nav-item {
    border-bottom: 1px solid #e7ebef;
    padding: 10px 0px;
}
.dropdown-item:not(.disabled).active, .dropdown-item:not(.disabled):active,.dropdown-item.active, .dropdown-item:active,.dropdown-item:hover, .dropdown-item:focus {
    background-color: #104eb9 !important;
    color: #ffffff !important;
}
.font13 {
    font-size: 13px;
}
.card-calendar {
    padding: 15px;
}
#popupReorganize .modal-simple .modal-content {
    padding: 0px;
}
#popupReorganize .modal-simple .modal-content h3 {
    font-size: 18px;
}
table.table th,
table.table td {
    vertical-align: top; /* Đẩy tiêu đề lên trên cùng */
}
table.table td.vertical-middle {
    vertical-align: middle;
}
.col25 {
    width: 25%;
}
.col20 {
    width: 20%;
}
.col15 {
    width: 15%;
}
.tab-registered ul li.nav-item a {
    background-color: #ccc;
    color: #000;
    font-size: 18px;
    border-radius: 0px;
    border: none;
    border-left: solid 2px #fff;
    line-height: initial;
}
.tab-registered ul li.nav-item a.active,.tab-registered ul li.nav-item a:hover {
    background-color: #104eb9;
    border-bottom: none;
    color: #fff !important;
}
.text-vote {
    font-size: 16px;
    color: #000;
}
.total-rating {
    font-size: 24px;
    color: #F44336;
    font-weight: 600;
}
.max-rating {
    font-size: 24px;
    font-weight: 600;
}
.title-mobile {
    background-color: #104eb9;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
}
ul.share_social_networks li {
    position: relative;
}
ul.share_social_networks li ul {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 150px;
    background-color: #ffffff;
    border: solid 1px #ccc;
    margin: 0px;
    padding: 0px;
    display: none;
}
ul.share_social_networks li ul.slow {
    opacity: 1;
}
ul.share_social_networks li ul li {
    list-style: none;
    padding: 10px;
    margin: 0px;
}
ul.share_social_networks li ul li:hover {
    background-color: #e1e1e1;
}

/**************************************
            Search Component
***************************************/
.layout-navbar .navbar-search-wrapper .navbar-search-suggestion {
    width: 100%;
}
.layout-navbar .navbar-search-wrapper .navbar-search-suggestion.tt-menu .tt-dataset-notfound .suggestion p,
.layout-navbar .navbar-search-wrapper .navbar-search-suggestion.tt-menu .tt-dataset-loading .suggestion p {
    color: #6f6b7d;
    margin-bottom: 0;
}
.layout-navbar .navbar-search-wrapper .navbar-search-suggestion.tt-menu .tt-dataset-notfound .suggestion p .tt-highlight,
.layout-navbar .navbar-search-wrapper .navbar-search-suggestion.tt-menu .tt-dataset-loading .suggestion p .tt-highlight {
    font-weight: normal;
}

/**************************************
            Tab Component
***************************************/
.tabs ul.nav-tabs {
    background: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 12px 0;
    font-size: 14px;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    color: #3a3939;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #cbced1;
    font-size: 12px;
    font-weight: bold;
    border-top: 1px solid #d0d1d2;
    border-bottom: 1px solid #d0d1d2;
    margin: 0 0 16px 0;
    width: 100%;
}
.tabs ul.nav-tabs li {
    width: auto;
    flex: initial;
}
.tabs .nav-tabs .nav-link {
    border-radius: 14px;
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover,
.tabs .nav-tabs .nav-link:focus {
    background-color: #104eb9;
    color: #fff !important;
    border: none;
    box-shadow: none;
}

.tabs .tab-content {
    padding: 0;
    border-radius: 0;
}

@media (min-width: 1200px) {
    .layout-content {
        padding-top: 95px;
    }
    .while-color {
        color: #ffffff;
    }

}
@media only screen and (max-width: 1600px) {
    .main-content {
        max-width: 1080px;
        padding: 10px 15px;
    }
    .right-content {
        width: 100%;
    }
}
@media (max-width: 1199.98px) {
    .layout-navbar.navbar-detached {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none!important;
    }
    #popupReorganize .modal-simple .modal-content  .input-button .ti-calendar,#popupReorganize .modal-simple .modal-content  .input-button .ti-clock {
        opacity: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .content-wrapper .wrapper {
        max-width: 940px;
    }
    .right-content {
        margin-left: 0px;
    }
    .right-content {
        width: calc(100% - 330px);
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important;
    }
}
@media (min-width: 991px) and (max-width: 1280px) {
    .content-wrapper .wrapper {
        max-width: 860px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none!important;
    }
}

@media all and (max-width: 991.98px) {
    .tab-mobile.tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
    .nav-mobile.tab_detail {
        display: none;
    }
    .title-mobile {
        display: block;
    }
    .card .nav.nav-tabs {
        margin-bottom: 10px;
    }
    .table-responsive table {
        width: 1000px;
    }
    .table-laravel table tr {
        display: table;
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #ddd;
        border-bottom: 5px solid #0954c7;
    }
    .table-laravel table tr td {
        display: table-row;
        position: relative;
        text-align: left !important;
        padding: 8px 10px;
        border: 1px solid #ddd;
        font-size: 16px;
        box-shadow: none;
    }
    .table-laravel table tr td.vertical-middle {
        vertical-align: top;
        text-align: left !important;
    }
    .table-laravel table tr td:before {
        display: table-cell;
        width: 35%;
        padding: 8px 10px;
        content: attr(data-column);
        background-color: #f7f7f7;
        background-clip: padding-box;
        border-right: 1px solid #ddd;
        text-align: left;
    }
    .table-laravel table tr td > div {
        display: table-cell;
        padding: 8px 10px;
        text-align: left;
    }
    .right-content {
        margin: 0px;
    }
    .layout-wrapper .layout-navbar.navbar-detached {
        width: 100% !important;
    }
    .d-flex-m {
        display: flex;
        flex-direction: column;
    }
    h1.title, h2.title {
        font-size: 36px;
    }
    .event
    .menuTab {
        position: relative;
    }
    .event
    .menuTab ul.nav-tabs {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #f5f5f5;
        display: none;
        z-index: 2;
    }
    .event
    .menuTab.active ul.nav-tabs{
        display: block;
    }
    .event
    .menuTab ul.nav-tabs li{
        margin:0;
    }
    .event
    .menuTab ul.nav-tabs li a{
        font-size: 13px;
        color:#666666;
        padding: 10px 15px;
        border: none;
        border-radius: 0;
    }
    .event
    .menuTab ul.nav-tabs li.current a,
    .event
    .menuTab ul.nav-tabs li:hover a{
        background: #f5f5f5;
        color: #076fb0;
    }
    .like_share .text-nowrap {
        font-size: 10px;
    }
    .invoice-list-table tr {
        display: flex;
        flex-direction: column;
    }
    .invoice-list-table tr th {
        width: 100% !important;
    }
    ul.nav-pills li .text-primary,ul.nav-pills li a {
        font-size: 10px;
    }
    .card {
        padding: 5px;
    }
    .hidden-mb {
        display: none !important;
    }
}
@media all and (max-width: 480px) {
    .gap-1 {
        gap: 0rem !important;
    }
    .nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link, .nav-pills:not(.nav-fill):not(.nav-justified) .nav-link {
        margin-right: 0px;
        width: 100%;
    }
    .tab-registered ul li.nav-item {
        width: 100%;
    }
    .tab-registered ul li.nav-item a {
        width: 100%;
        border: none;
        border-bottom: solid 2px #fff;
    }
}
@media all and (max-width: 991.98px) {
    .authentication-wrapper.authentication-basic .authentication-inner:before, .authentication-wrapper.authentication-basic .authentication-inner:after {
        display: none;
    }
}
