@import url(../../fonts/Roboto/_roboto.css);
@import url(../../fonts/Awesome/_font-awesome.min.css);
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
}
body {
    background-color: #eef0f8;
    color: #5d5d5d;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    line-height: 20px;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
strong, b {
    font-weight: bold;
}
h1, h2, h3, h4, h5 {
    font-weight: bold;
}
ul, ol {
    list-style: none;
}
ul, .list-unstyled {
    padding-left: 30px;
}
a,a:hover,a:focus {
    text-decoration:none;
    outline:none;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
::selection {
    background-color: rgba(246, 147, 29, 0.5);
    color:#fff;
}
::-moz-selection {
    background-color: rgba(246, 147, 29, 0.5);
    color:#fff;
}
select {
    background: url('../../images/select.png') right 3px center no-repeat;
    outline : none;
    overflow : hidden;
    text-indent : 0.01px;
    text-overflow : '';
    display: inline-block;
    padding-right: 15px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
select option:disabled {
    background-color: #ededed;
    color: #9e9e9e;
    cursor: not-allowed;
}

input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #cfcfd1;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 18px;
    width: 18px;
    min-width: 18px;
    margin: -1px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #be1e2d;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.radio-inline input[type=radio],
.checkbox-inline input[type=checkbox] {
    margin-right: 7px;
}
input[type=radio] {
    border-radius: 50%;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
    background-color: #be1e2d;
    border-color: #be1e2d;
    color: #ffffff;
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
    color: #ffffff !important;
    display: inline-block;
    float: left;
    font-size: 16px;
    vertical-align: middle;
}
input[type=checkbox]:checked::before {
    content: 'âœ”';
    color: #ffffff;
    margin: 0;
    height: 16px;
    width: 16px;
    line-height: 17px;
}
input[type=radio]:checked::before {
    background-color: #ffffff;
    content: '\2022';
    text-indent: -9999px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 4px;
    line-height: 16px;
}
input[type=checkbox].cbr-success {
    border-color: #f52e32;
    border-radius: 50%;
    margin: 0;
}
input[type=checkbox].cbr-success::before {
    content: 'âœ˜';
    color: #f52e32;
    line-height: 17px;
    font-size: 16px;
    height: 16px;
    width: 16px;
}
input[type=checkbox].cbr-success:checked {
    background-color: #20c510;
    border-color: #20c510;
    border-radius: 0;
}
input[type=checkbox].cbr-success:checked::before {
    content: 'âœ”';
}
input[type=checkbox].s-free {
    border-color: transparent;
    border-radius: 50%;
    color: #be1e2d;
    font: normal normal normal 14px/1 FontAwesome;
    margin: 0;
}
input[type=checkbox].s-free::before {
    content: "\f155";
}
input[type=checkbox].s-free:checked {
    background-color: #20c510;
    border-color: #20c510;
    color: #20c510;
}
input[type="date"] {
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1em;
}
img {
    background-color: transparent;
    border: 0;
    font-size: 0;
    line-height: 0;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
textarea {
    overflow: auto;
    resize: none;
}
/***
Metro icons
***/
[class^="m-icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    margin-left: 2px;
    line-height: 14px;
    vertical-align: top;
    background-image: url(../../images/syncfusion-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

[class^="m-icon-big-"] {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 6px;
    vertical-align: middle;
    background-image: url(../../images/syncfusion-icons.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
}

/* large icons */
.btn.m-icon-big {
    padding: 9px 16px 8px 16px;
}

.btn.m-icon-big.m-icon-only {
    padding: 9px 8px 8px 0px;
}

.btn.m-icon-big [class^="m-icon-big-"] {
    margin: 0 0 0 10px;
}

.btn.m-icon-ony > i {
    margin-left: 0px;
}

/* default icons */
.btn.m-icon {
    padding: 7px 14px 7px 14px;
}

.btn.m-icon [class^="m-icon-"] {
    margin: 4px 0 0 5px;
}

.btn.m-icon.m-icon-only {
    padding: 7px 10px 7px 6px;
}

/* white icon */
.m-icon-white {
    background-image: url(../../images/syncfusion-icons-white.png);
}

/*  Misc */
.m-icon-swapright {
    background-position: -27px -10px;
}

.m-icon-swapdown {
    background-position: -68px -10px;
}

.m-icon-swapleft {
    background-position: -8px -10px;
}

.m-icon-swapup {
    background-position: -46px -10px;
}

.m-icon-big-swapright {
    background-position: -42px -28px;
}

.m-icon-big-swapdown {
    background-position: -115px -28px;
}

.m-icon-big-swapleft {
    background-position: -6px -28px;
}

.m-icon-big-swapup {
    background-position: -78px -28px;
}
#container {
    width:100%;
    min-height:100%;
    padding-bottom: 45px;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
}
/*login page*/
.login-body {
    width:100%;
    height:100%;
}
.login-body > #container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 10px 120px;
}
.form-signin {
    max-width:330px;
    margin:100px auto;
    background:#fff;
    border-radius:5px;
    -webkit-border-radius:5px;
}
.form-signin h2.form-signin-heading {
    margin:0;
    padding:35px 15px;
    text-align:center;
    background:#0c9a5a;
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
    font-weight:300;
    font-family:'Roboto',sans-serif;
    border-bottom:10px solid #a0b87e;
}
.form-signin .checkbox {
    margin-bottom:14px;
}
.form-signin .checkbox {
    font-weight:normal;
    color:#b6b6b6;
    font-weight:300;
    font-family:'Roboto',sans-serif;
}
.form-signin .form-control {
    position:relative;
    font-size:16px;
    height:auto;
    padding:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.form-signin .form-control:focus {
    z-index:2;
}
.form-signin input[type="text"],.form-signin input[type="password"] {
    margin-bottom:15px;
    border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #eaeaea;
    box-shadow:none;
    font-size:12px;
}
.form-signin .btn-login {
    background:#1fb5ac;
    color:#fff;
    text-transform:uppercase;
    font-weight:300;
    font-family:'Roboto',sans-serif;
    margin:20px 0 5px;
}
.form-signin p {
    text-align:left;
    color:#b6b6b6;
    font-size:16px;
    font-weight:300;
}
.form-signin a,.form-signin a:hover {
    color:#1fb5ac;
}
.form-signin a:hover {
    text-decoration:underline;
}
.login-wrap {
    position:relative;
    width:100%;
}
.login-bottom {
    background-color: #0047a4;
    color: #ffffff;
    padding: 20px;
    text-align: right;
}
.login-bottom label {
    display: inline-block;
    font-weight: normal;
    white-space: nowrap;
}
.login-bottom .uln {
    text-decoration: underline;
}
.login-form {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    padding: 10px 30px 15px;
    overflow: hidden;
}
.login-form .title {
    margin-bottom: 20px;
}
.login-form .title > h3 {
    font-weight: 200;
}
.login-form .login-submit {
    background-color: #f8f8f8;
}
.login-form .field {
    position: relative;
    margin-bottom: 15px;
}
.login-form .field i {
    color: #acacac;
    left: 17px;
    top: 0;
    position: absolute;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
}
.login-form input[type=text],
.login-form input[type=password] {
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 0;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 15px 0 42px;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.login-form button[type=submit],
.login-form .btn {
    font-size: 15px;
    font-weight: 300;
}
.login-form input[type=text]:hover ~ i,
.login-form input[type=password]:hover ~ i {
    color: #fc0606;
}
.login-form input[type=text]:focus ~ i,
.login-form input[type=password]:focus ~ i {
    color: #fc0606;
}
.login-form input[type=text]:focus,
.login-form input[type=password]:focus,
.login-form button[type=submit]:focus {
    outline: none;
}
.login-form .form-actions {
    margin-bottom: 25px;
}
.login-form .forget-password {
    border-top: 1px dotted #eee;
    padding-top: 5px;
}
.login-form .forget-password h4 {
    font-weight: 300;
}
.login-form .forget-password a {
    color: #bdbdbd;
    text-decoration: underline;
}
.login-form .checkbox,
.login-form .radio {
    display: inline-block;
    font-weight: 300;
}
.login-form .go-home {
    color: #bdbdbd;
    display: inline-block;
    margin-top: 5px;
}
.login-form .go-home:hover,
.login-form .go-home:focus {
    text-decoration: underline;
}
.login-form input[type=checkbox]:checked:before {
    content: " ";
    background: url('../../images/tick.png') center no-repeat;
    margin-top: -3px;
    width: 22px;
    height: 16px;
}
.registration {
    position:absolute;
    right:0;
    bottom:-35px;
    color:#b8bab9;
}
.page-alias {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.page-alias i {
    font-size: 24px;
    line-height: 24px;
}
.page-alias a {
    margin-right: 35px;
    white-space: nowrap;
}
.info-contact p {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}
.info-contact i {
    color: #fa8564;
    font-size: 22px;
}
/*sidebar navigation*/
#sidebar {
    background-color: #1e1e2d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 180px;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#sidebar ul li {
    position: relative;
}

.leftside-navigation,.right-stat-bar{
    height: 100%;
}

.right-stat-bar ul {
    list-style-type: none;
    padding-left: 0;
}
/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    background:url(../../images/nav-expand.png) no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:1px;
}
.active .dcjq-icon {
    background:url(../../images/nav-expand.png) no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.right-side-accordion .dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    background:url(../../images/acc-expand.png) no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:5px;
}
.right-side-accordion .active .dcjq-icon {
    background:url(../../images/acc-expand.png) no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
}

.right-side-accordion li:nth-child(2) ul li .prog-row {
    border: none;
}
/*---*/
.nav-collapse.collapse {
    display:inline;
}
ul.sidebar-menu,ul.sidebar-menu li ul.sub {
    margin:-2px 0 0;
    padding:0;
    list-style:none;
}
ul.sidebar-menu li ul.sub {
    display:none;
}
#sidebar>ul>li>ul.sub {
    display:none;
}
#sidebar .sub-menu>.sub li a {
    padding-left:35px;
}
#sidebar .sub-menu>.sub li.sub-menu>.sub li a {
    padding-left:45px;
}
#sidebar>ul>li.active>ul.sub,#sidebar>ul>li>ul.sub>li>a {
    display:block;
}
#nav-accordion {
    padding-bottom: 60px;
}
ul.sidebar-menu li ul.sub li {
    background: #1e1e2d;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
}
ul.sidebar-menu li ul.sub li a {
    color:#9899ac;
    font-size:12px;
    padding-top:13px;
    padding-bottom:13px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
ul.sidebar-menu li ul.sub li a:hover,
ul.sidebar-menu li ul.sub li.active a {
    background-color:#171721;
    color:#ffffff;
    display:block;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
ul.sidebar-menu li {
    border-bottom:1px solid rgba(255,255,255,0.05);
}
ul.sidebar-menu li.sub-menu {
    line-height:15px;
}
ul.sidebar-menu ul.sub li {
    border-bottom:none;
}
ul.sidebar-menu li a span {
    display:inline-block;
}
ul.sidebar-menu li a {
    color:#9899ac;
    text-decoration:none;
    display:block;
    padding:18px 5px;
    font-size:12px;
    line-height:16px;
    outline:none;
    white-space:nowrap;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
ul.sidebar-menu li a.active,
ul.sidebar-menu li a:hover,
ul.sidebar-menu li a:focus {
    background-color:#171721;
    color:#be1e2d;
    display:block;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
ul.sidebar-menu li a i {
    font-size:15px;
    padding-right:6px;
}
ul.sidebar-menu li a:hover i,ul.sidebar-menu li a:focus i {
    color:#ffffff;
}
ul.sidebar-menu li a.active i,
ul.sidebar-menu li a:hover i,
ul.sidebar-menu li a:focus i {
    color:#be1e2d;
}

.nar-fixed {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -5px 10px 0 rgba(82, 63, 105, 0.1);
    box-shadow: 0 -5px 10px 0 rgba(82, 63, 105, 0.1);
    font-size: 10px;
    line-height: 15px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 91;
}
.nar-fixed > ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    white-space: nowrap;
}
.nar-fixed > ul > li {
    display: inline-block;
    text-align: center;
    flex: 1;
}
.nar-fixed > ul > li a,
.nar-fixed > ul > li span.f-icon,
.nar-fixed > ul > li label {
    display: block;
    font-weight: 300;
}
.nar-fixed > ul > li a {
    color: #8f8f8f;
    padding: 3px 5px 2px;
    position: relative;
}
.nar-fixed > ul > li.active a,
.nar-fixed > ul > li.active span.f-icon,
.nar-fixed > ul > li.active label {
    color: #be1e2d;
}
.nar-fixed > ul > li span.f-icon {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    position: relative;
}
.nar-fixed > ul > li.f-inout span.f-icon i,
.nar-fixed > ul > li.f-inout span.f-icon img {
    background-color: #fff;
    border: 2px solid #be1e2d;
    border-radius: 50%;
    font-size: 22px;
    line-height: 36px;
    height: 46px;
    width: 46px;
    text-align: center;
    padding: 3px;
    position: absolute;
    left: calc(50% - 23px);
    top: -25px;
}
.nar-fixed > ul > li .badge {
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    top: -5px;
    right: 3px;
}
.nar-fixed > ul > li.active.f-uin a,
.nar-fixed > ul > li.active.f-uin span.f-icon,
.nar-fixed > ul > li.active.f-uin label {
    color: #20c510;
}
.nar-fixed > ul > li.active.f-uout a,
.nar-fixed > ul > li.active.f-uout span.f-icon,
.nar-fixed > ul > li.active.f-uout label {
    color: #f52e32;
}
.nar-fixed > ul > li.f-inout.f-uin span.f-icon i {
    border-color: #20c510;
}
.nar-fixed > ul > li.f-inout.f-uout span.f-icon i {
    border-color: #f52e32;
}

/*main content*/

#main-content {
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.header {
    background-color: #be1e2d;
    -webkit-box-shadow: 0 5px 10px 0 rgba(82, 63, 105, 0.15);
    box-shadow: 0 5px 10px 0 rgba(82, 63, 105, 0.15);
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    padding-right: 60px;
    position: relative;
}
.login-header {
    margin-top: 30px;
    max-width: 220px;
    text-align: center;
}
.login-header > a {
    display: block;
}
.merge-header {
    margin-right:240px;
}
.app-top {
    background-color: #ffffff;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.app-top > .app-left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-top > .app-left .img {
    box-shadow: 0 3px 5px rgb(23 44 82 / 20%);
    -webkit-box-shadow: 0 3px 5px rgb(23 44 82 / 20%);
    -moz-box-shadow: 0 3px 5px rgb(23 44 82 / 20%);
    -o-box-shadow: 0 3px 5px rgb(23 44 82 / 20%);
    border-radius: 10px;
    width: 48px;
    padding: 5px;
}
.app-top > .app-left label {
    font-weight: normal;
    white-space: nowrap;
    margin-left: 8px;
    font-size: 11px;
    line-height: 15px;
}
.app-top > .app-right a {
    background-color: #be1e2d;
    border-radius: 15px;
    color: #ffffff;
    display: block;
    font-size: 13px;
    padding: 5px 15px 3px 12px;
}
.wrapper {
    display: block;
    width: 100%;
    min-height: calc(100vh - 115px);
    max-width: 980px;
    position: relative;
    padding: 10px;
    margin: 0 auto;
}
.wrapper.no-header {
    min-height: calc(100vh - 125px);
    padding: 0;
}
.p-loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.box-wrap {
    margin: 0 auto;
}
.brand {
    background-color: #be1e2d;
    padding: 3px 15px 3px 25px;
    text-align: center;
    position: relative;
    width: 90px;
}
.brand .logo img {
    width: auto;
    max-height: 50px;
}
.header > .brand {
    float: left;
}
.p-body-vh {
    min-height: calc(100vh - 140px);
}
.highcharts-container {
    background-color: #ffffff;
    padding-top: 10px;
}
.highcharts-title {
    text-transform: uppercase;
}
label.success,
span.success {
    color: #28a745;
    font-weight: 300;
    margin-top: 10px;
}
label.error,
span.error {
    color: #f70626;
    font-weight: 400;
    margin-top: 10px;
}
.form-ol-3w label.success,
.form-ol-3w label.error,
.fm-btn label.success,
.fm-btn label.error {
    color: #f70626;
    display: block;
    font-style: italic;
    margin-bottom: 20px;
}
.form-ol-3w label.success,
.fm-btn label.success {
    color: #28a745;
}
.form-ol-3w label.error,
.fm-btn label.error {
    color: #f70626;
}
.label-right-10 + label.error,
.label-right-10 + span.error {
    margin-left: 10px;
}
.has-error input {
    border-color: #FF6C60;
}
.has-error label {
    color: #f70626;
}
.form-control.error {
    border-color: rgba(255, 108, 96, 0.7) !important;
}
.selectpicker.show-required {
    display: block !important;
    position: fixed;
    z-index: -9;
    top: -9999px;
}
.mm-acc.sb-u-info {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 20px 15px;
}
.sb-u-info > .sb-avt {
    border: 2px solid #efefef;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
}
.sb-u-info > .sb-info {
    font-size: 13px;
    font-weight: 300;
    flex: 1 1 0%;
}
.sb-u-info > .sb-info > .fname {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 5px;
}
.sb-u-info > .sb-info > .birthd {
    font-size: 11px;
}
.sb-u-info > .sb-info > .birthd .fa {
    margin-right: 5px;
}
.sb-u-info .fa {
    color: #adadad;
}
.portal-mem {
    background-color: #ffffff;
}
.mem-basic {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
}
.mem-basic > label {
    font-weight: normal;
}
.mem-basic > label.mem-avt {
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    width: 120px;
    overflow: hidden;
}
.mem-basic > label.mem-name {
    width: calc(100% - 220px);
    padding: 0 8px;
}
.mem-basic > label.mem-img {
    width: 100px;
}
.mem-basic .fname {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
}
.mem-basic .fuser {
    display: block;
    color: #abafbf;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}
.mem-basic .mem-name > .small {
    display: block;
}
.mem-basic .mem-name > a {
    color: inherit;
}
.mem-basic .mem-name > a:hover,
.mem-basic .mem-name > a:focus {
    text-decoration: underline;
}
.mem-plus {
    border-top: 1px solid #dfdfdf;
    padding: 10px 20px;
}
.mem-plus .mem-ip {
    float: left;
    width: 100%;
}
.mem-plus .mem-ip + .mem-ip {
    margin-top: 5px;
}
.mem-plus .mem-ip.mem-hr {
    border-top: 1px solid #dfdfdf;
    line-height: 0;
    margin: 10px 0;
}
.mem-plus .mem-ip .mem-lb {
    font-size: 0.9em;
    font-weight: normal;
    font-style: italic;
    float: left;
    width: 82px;
}
.mem-plus .mem-ip .mem-lb::before {
    content: "- ";
}
.mem-plus .mem-ip .lb-tel,
.mem-plus .mem-ip .lb-email {
    font-size: 15px;
    font-weight: 500;
}
.mem-plus .mem-ip > span.lb-dot {
    float: left;
    width: 10px;
}
.mem-plus .mem-ip > span.lb-dot:before {
    content: ":";
}
.mem-plus .mem-ip > span.lb-tx {
    float: left;
    width: calc(100% - 92px);
}
.mem-plus .mem-ip .mem-ip-note {
    font-size: 13px;
    float: left;
    line-height: 18px;
    text-align: justify;
    position: relative;
    margin-top: 10px;
}
.mem-plus .mem-ip::after {
    content: " ";
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.tt-apply {
    background-color: #ffcd2a;
    color: #be1e2d;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 10px 10px 25px;
    margin: 0 auto 0;
    position: relative;
}
table.dataTable tbody td.tt-apply {
    padding: 10px 10px 10px 25px;
}
.tt-apply > a {
    color: inherit;
}
.tt-apply > a:hover,
.tt-apply > a:focus {
    color: #ffffff;
}
.tt-apply::before {
    content: " ";
    background-color: #ffffff;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tt-apply.tt-dark {
    background-color: #7e7e7e;
    color: #eaeaea;
}
.tt-apply.tt-green {
    background-color: #15b83e;
    color: #ffffff;
}
.tt-apply.tt-red {
    background-color: #be1e2d;
    color: #ffcd2a;
}
.table-apply {
    margin-bottom: 10px;
    overflow-x: auto;
}
.table-apply tbody > tr > td {
    white-space: nowrap;
}
.tb-avt {
    border-radius: 10px;
    max-width: 70px;
}
.mem-sm {
    display: flex;
    flex-direction: center;
    align-items: center;
    padding: 5px 15px;
}
.mem-sm > .mem-sm-avt {
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    width: 50px;
    overflow: hidden;
}
.mem-sm > .mem-sm-name {
    margin-left: 8px;
}
.mem-sm .fname {
    color: #5d5d5d;
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.mem-sm .fuser {
    color: #abafbf;
    font-size: 12px;
    font-weight: 400;
    margin-left: 8px;
}
.mem-sm .fcomp {
    color: #5d5d5d;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
    display: block;
}
.mem-sm + .mem-sm {
    border-top: 1px solid #dfdfdf;
}
#_camera {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#_camera video,
#_camera canvas,
#_camera img {
    margin: 0 auto;
    max-width: 100%;
}
#_camera > #my_camera {
    line-height: 0;
}
#_camera .laser {
    background: linear-gradient(to bottom, rgba(14, 142, 173, 0.5) 0%,
    rgba(210,98,109,0.05) 20%,
    rgba(255,255,255,0) 100%);
    cursor: pointer;
    width: 100%;
    height: 320px;
    position: absolute;
    top: 0;
    z-index: 2;
    -webkit-animation: scanning 7s infinite;
    animation: scanning 7s infinite;
}
#_camera .cmr-note {
    color: #0e8ead;
    display: block;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 15px;
    bottom: 30px;
    left: 15px;
    z-index: 3;
}
#pre_take_buttons,
#post_take_buttons,
#post_take_loading {
    position: absolute;
    right: 0;
    bottom: 80px;
    left: 0;
    z-index: 7;
}
@-webkit-keyframes scanning {
    100% {
        -webkit-transform: translateY(540px);
        transform: translateY(540px);
    }
}
@keyframes scanning {
    100% {
        -webkit-transform: translateY(540px);
        transform: translateY(540px)
    }
}
/*notification*/
#top_menu .nav>li,ul.top-menu>li {
    float:left;
}
.info-row {
    float:left;
}
.info-row .company-name {
    font-weight: bold;
    text-align: center;
    color: #ffcd2a;
    line-height: 20px;
    margin: 0;
}
ul.top-menu > li > a {
    background-color:#f4f4f4;
    color: #878787;
    font-size:22px;
    padding:6px 8px;
    margin-right:15px;
    border-radius:50%;
    -webkit-border-radius:50%;
}
ul.top-menu>li>a:hover,
ul.top-menu>li>a:focus {
    color:#34a853;
}
.nav-btn {
    float: right;
    margin: 28px 15px 0;
}
.notify-row {
    float: right;
    margin-top: 20px;
}
.notify-row .badge {
    position:absolute;
    right:-10px;
    top:-10px;
    z-index:100;
    padding: 3px 5px;
}
.dropdown-menu.extended {
    top:40px;
    padding:10px;
    box-shadow:0 0px 5px rgba(0,0,0,0.1) !important;
    border-radius:5px;
    -webkit-border-radius:5px;
    background:#fff;
    border:none;
    left:-10px;
}
.notify-row .notification span.label {
    display:inline-block;
    height:21px;
    padding:5px;
    width:22px;
    font-size:12px;
    margin-right:10px;
}
.notify-row .dropdown-menu {
    width: 350px;
    float: right;
    right: 0;
    left: auto;
}
.dropdown-menu.extended .alert-icon,.noti-info {
    float:left;
}
.noti-info {
    padding-left:10px;
    padding-top:6px;
    color:#414147;
}
.dropdown-menu.extended .alert {
    margin-bottom:10px;
}
.dropdown-menu.extended .alert-icon {
    border-radius:100%;
    display:inline-block;
    height:35px;
    width:35px;
}
.dropdown-menu.extended .alert-icon i {
    font-size:16px;
    width:35px;
    line-height:35px;
    height:35px;
}
.dropdown-menu.extended.inbox li {
    margin-bottom: 10px;
}
.dropdown-menu.extended.inbox li:last-child {
    margin-bottom: 0;
}
.dropdown-menu.extended.inbox li .note {
    font-weight: 300;
}
.dropdown-menu.extended.inbox li .note .count {
    color: #ff6c60;
    font-weight: 600;
}
.dropdown-menu.extended.inbox li a,
.dropdown-menu.extended.tasks-bar li a {
    border: 1px solid #e1e2e7;
    border-radius:5px;
    -webkit-border-radius:5px;
    padding:5px;
    float:left;
    width:100%;
    position: relative;
    white-space: normal;
}
.dropdown-menu.extended.inbox li a.new,
.dropdown-menu.extended.tasks-bar li a.new {
    background-color: #dfe3ea;
}
.notify-row .dropdown-menu.extended.inbox li:hover a,
.notify-row .dropdown-menu.extended.inbox li:focus a,
.notify-row .dropdown-menu.extended.inbox li a:hover,
.notify-row .dropdown-menu.extended.inbox li a:focus,
.notify-row .dropdown-menu.extended.tasks-bar li a:hover,
.notify-row .dropdown-menu.extended.tasks-bar li a:focus {
    background-color: #f5f3d3;
}
.dropdown-menu.extended li a {
    color: inherit;
    font-size:12px;
    line-height: 14px;
    list-style:none;
}
.dropdown-menu.extended.logout {
    padding:10px;
}
.dropdown-menu.extended.logout li a {
    padding: 7px 10px;
}
.dropdown-menu.extended li a:hover {
    color:#1e1e2d;
}
.dropdown-menu.tasks-bar .task-info .desc {
    font-size:13px;
    font-weight:normal;
    float:left;
    width:80%;
}
.dropdown-menu.tasks-bar .task-info .desc h5 {
    color:#1e1e2d;
    text-transform:uppercase;
    font-size:12px;
    font-weight:600;
    margin-bottom:5px;
    margin-top:0;
}
.dropdown-menu.tasks-bar .task-info .desc p {
    padding-top:0;
    color:#8f8f9b;
    font-weight:300;
}
.dropdown-menu.tasks-bar .task-info .percent {
    width:20%;
    float:right;
    font-size:13px;
    font-weight:600;
    padding-left:10px;
    line-height:normal;
}
.dropdown-menu.tasks-bar .progress {
    background:#fff;
}
.dropdown-menu.extended .progress {
    margin-bottom:0 !important;
    height:10px;
}
.dropdown-menu.inbox li {
    position: relative;
}
.dropdown-menu.inbox li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.dropdown-menu.inbox li a .photo img {
    border-radius:2px 2px 2px 2px;
    -webkit-border-radius:2px 2px 2px 2px;
    float:left;
    height:40px;
    margin-right:10px;
    width:40px;
}
.dropdown-menu.inbox li a .subject {
    display:block;
    font-size:11px;
    position: relative;
    margin-bottom: 5px;
}
.dropdown-menu.inbox li a .subject .from {
    display:inline-block;
    font-weight:600;
    max-width:60%;
}
.dropdown-menu.inbox li a .subject .time {
    color: #acb5b5;
    font-style:italic;
    position:absolute;
    right:0;
}
.dropdown-menu.inbox li a .message {
    display:block;
    font-size: 13px;
    line-height: 16px;
    padding-right: 15px;
}
.dropdown-menu.inbox li a .message strong {
    font-weight: 600;
}
.dropdown-menu.inbox li .fa {
    color: #acbcd7;
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 1;
    cursor: default;
}
.top-nav {
    float: right;
    padding: 10px 0 5px;
    width: calc(100% - 90px);
    position: relative;
}
.top-nav li.dropdown .dropdown-menu {
    float:right;
    right:0;
    left:auto;
}
.dropdown-menu.extended.logout>li {
    float:left;
    width:100%;
}
.log-arrow-up {
    background:url("../images/top-arrow.png") no-repeat;
    width:18px;
    height:10px;
    margin-top:-20px;
    float:right;
    margin-right:15px;
}
.dropdown-menu.extended.logout>li>a {
    border-bottom:none !important;
}
.full-width .dropdown-menu.extended.logout>li>a:hover {
    background-color: #e7e8ed;
    color: #2f2f37;
}
.dropdown-menu.extended.logout>li>a:hover {
    background-color: #e7e8ed;
    border-radius:5px;
}
.dropdown-menu.extended.logout>li>a:hover i {
    color:#be1e2d;
}
.dropdown-menu.extended.logout>li>a i {
    font-size:17px;
}
.dropdown-menu.extended.logout>li>a>i {
    padding-right:10px;
}
.top-nav .username img {
    border:2px solid #ffffff;
    -webkit-border-radius:50%;
    border-radius:50%;
    width:34px;
    position:absolute;
    top:-3px;
    left:-3px;
}
.top-nav .username {
    font-size:13px;
    color: #4f4f4f;
}
.top-nav .clockcenter {
    color: #f6eaa5;
    line-height: 18px;
    text-align: center;
}
.top-nav ul.top-menu>li>a.username {
    background-color: #ffffff;
    border:1px solid #efefef;
    border-radius:100px;
    -webkit-border-radius:100px;
    margin-right:0;
    margin-top:5px;
    position:relative;
    padding:3px 8px 3px 32px;
}
.top-nav ul.top-menu>li.language>a {
    margin-top:-2px;
    padding:4px 12px;
    line-height:20px;
}
.top-nav ul.top-menu>li.language>a img {
    border-radius:0;
    -webkit-border-radius:0;
    width:18px;
}
.top-nav ul.top-menu>li.language ul.dropdown-menu li img {
    border-radius:0;
    -webkit-border-radius:0;
    width:18px;
}
.top-nav ul.top-menu>li + li {
    margin-left:15px;
}
.top-nav ul.top-menu>li>a.username:hover,
.top-nav ul.top-menu>li>a.username:focus {
    background-color: #efefef;
    border:1px solid #dcdcdc;
    color: #3c3c3c;
}
.top-nav .nav .caret {
    border-bottom-color: #a4aaba;
    border-top-color: #a4aaba;
}
.top-nav ul.top-menu>li>a:hover .caret {
    border-bottom-color:#000;
    border-top-color: #000;
}
.top-nav .hotline {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin: 12px 0 0 30px;
    white-space: nowrap;
}
.top-nav .hotline > a {
    background-color: transparent;
    display: inline-block;
    padding: 0;
}
.header::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/*--sidebar toggle---*/
.sidebar-toggle-box {
    background: #f6a63b;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius:50%;
    -webkit-border-radius:50%;
    width:24px;
    height:24px;
    position:absolute;
    top:15px;
    right:-12px;
    z-index:1002;
}
.sidebar-toggle-box .fa-bars {
    color:#ffffff;
    cursor:pointer;
    display:inline-block;
    font-size:12px;
    padding:6px;
}
.sidebar-toggle-box:hover {
    background: #f6b84f;
}
.sidebar-toggle-box:hover .fa-bars {
    color: rgba(255, 255, 255, 0.5);
}
.hide-left-bar {
    margin-left:-200px !important;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.open-right-bar {
    right:0 !important;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.merge-left {
    margin-left:0px !important;
}
.hide-right-bar {
    margin-right:-240px !important;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.toggle-right-box {
    float:left;
    background:#f6f6f6;
    border-radius:50%;
    -webkit-border-radius:50%;
    width:35px;
    height:35px;
}
.toggle-right-box:hover {
    background:#42db64;
}
.toggle-right-box:hover .fa-bars {
    color:rgba(0,0,0,0.3);
}
.toggle-right-box .fa-bars {
    cursor:pointer;
    display:inline-block;
    font-size:15px;
    padding:10px;
    color: #bfbfc1;
}
/*right sidebar*/
.right-sidebar {
    background:#1e1e2d;
    width:240px;
    position:fixed;
    height:100%;
    z-index:1000;
    right:-240px;
    top:0;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.open-right-panel {
    margin-left:-240px !important;
}
a.view-all {
    color:#fff;
    background:rgba(0,0,0,0.1);
    padding:8px 15px;
    text-align:center;
    border-radius:25px;
    -webkit-border-radius:25px;
    margin-bottom:18px;
    display:inline-block;
    text-transform:uppercase;
    font-size:12px;
}
ul.ft-link {
    margin:0;
    padding:0;
}
ul.ft-link li {
    border-right:1px solid #E6E7EC;
    display:inline-block;
    line-height:30px;
    margin:8px 0;
    text-align:center;
    width:24%;
}
ul.ft-link li a {
    color:#74829c;
    text-transform:uppercase;
    font-size:12px;
}
ul.ft-link li a:hover,ul.ft-link li.active a {
    color:#58c9f3;
}
ul.ft-link li:last-child {
    border-right:none;
}
ul.ft-link li a i {
    display: block;
}
.b-tool {
    text-align: center;
}
.b-tool.text-left {
    text-align: left;
}
.b-tool.text-right {
    text-align: right;
}
.b-tool .btn {
    min-width: 20px;
}
.b-tool a + a,
.b-tool a + label,
.b-tool label + a,
.b-tool label + label,
.b-tool .btn + .btn {
    margin-left: 5px;
}
.b-tool > .checkbox,
.b-tool > .radio {
    margin-top: 7px;
}
.b-tool > .btn + .checkbox,
.b-tool > .checkbox + .btn,
.b-tool > .btn + .radio,
.b-tool > .radio + .btn {
    margin-left: 7px;
}
.b-tool > a[class^="b-"] {
    color: rgba(246, 147, 29, 0.5);
}
.b-tool > a[class^="b-"]:hover,
.b-tool > a[class^="b-"]:focus,
.b-tool > a[class^="b-"]:active {
    color: #be1e2d;
}
.b-tool input[type="checkbox"] {
    height: 17px;
    width: 17px;
    margin: 0;
    min-width: 17px;
}
.b-tool input[type=checkbox]:checked::before {
    font-size: 15px;
}

.b-star {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    margin-right: 7px;
    vertical-align: middle;
}
.a-star::before {
    content: "\f005";
    color: #ffea18;
}
.u-star::before {
    content: "\f006";
    color: #bec3c7;
}
.b-star[data-role="r"]:hover,
.b-star[data-role="r"]:focus {
    cursor: pointer;
}
.b-star[data-role="r"]:hover.a-star::before,
.b-star[data-role="r"]:focus.a-star::before {
    color: #bec3c7;
}
.b-star[data-role="r"]:hover.u-star::before,
.b-star[data-role="r"]:focus.u-star::before {
    color: #ffea18;
}
/* Social */
.social-footer {
    display:inline;
    text-align:center;
}
.social-footer ul {
    text-align:center;
    margin:0;
    padding:0;
}
.social-footer ul li {
    display:inline-block;
    margin:0 20px;
}
.social-footer ul li a {
    font-size:25px;
    color:#ceced0;
}
.social-footer ul li a:hover i.fa-facebook,.social-footer ul li.active a i.fa-facebook {
    color:#486eac;
}
.social-footer ul li a:hover i.fa-twitter,.social-footer ul li.active a i.fa-twitter {
    color:#58c9f3;
}
.social-footer ul li a:hover i.fa-google-plus,.social-footer ul li.active a i.fa-google-plus {
    color:#4a4a4a;
}
.social-footer ul li a:hover i.fa-pinterest,.social-footer ul li.active a i.fa-pinterest {
    color: #d1282d;
}
/*form*/
.form-xs-1, .form-sm-1, .form-md-1, .form-lg-1, .form-xs-2, .form-sm-2, .form-md-2, .form-lg-2, .form-xs-3, .form-sm-3, .form-md-3, .form-lg-3, .form-xs-4, .form-sm-4, .form-md-4, .form-lg-4, .form-xs-5, .form-sm-5, .form-md-5, .form-lg-5, .form-xs-6, .form-sm-6, .form-md-6, .form-lg-6, .form-xs-7, .form-sm-7, .form-md-7, .form-lg-7, .form-xs-8, .form-sm-8, .form-md-8, .form-lg-8, .form-xs-9, .form-sm-9, .form-md-9, .form-lg-9, .form-xs-10, .form-sm-10, .form-md-10, .form-lg-10, .form-xs-11, .form-sm-11, .form-md-11, .form-lg-11, .form-xs-12, .form-sm-12, .form-md-12, .form-lg-12 {
    position: relative;
    min-height: 1px;
    margin: 0 auto;
}

.form-xs-12 {
    width: 100%;
}
.form-xs-11 {
    width: 91.66666666666666%;
}
.form-xs-10 {
    width: 83.33333333333334%;
}
.form-xs-9 {
    width: 75%;
}
.form-xs-8 {
    width: 66.66666666666666%;
}
.form-xs-7 {
    width: 58.333333333333336%;
}
.form-xs-6 {
    width: 50%;
}
.form-xs-5 {
    width: 41.66666666666667%;
}
.form-xs-4 {
    width: 33.33333333333333%;
}
.form-xs-3 {
    width: 25%;
}
.form-xs-2 {
    width: 16.666666666666664%;
}
.form-xs-1 {
    width: 8.333333333333332%;
}

@media (min-width: 768px) {
    .form-sm-12 {
        width: 100%;
    }
    .form-sm-11 {
        width: 91.66666666666666%;
    }
    .form-sm-10 {
        width: 83.33333333333334%;
    }
    .form-sm-9 {
        width: 75%;
    }
    .form-sm-8 {
        width: 66.66666666666666%;
    }
    .form-sm-7 {
        width: 58.333333333333336%;
    }
    .form-sm-6 {
        width: 50%;
    }
    .form-sm-5 {
        width: 41.66666666666667%;
    }
    .form-sm-4 {
        width: 33.33333333333333%;
    }
    .form-sm-3 {
        width: 25%;
    }
    .form-sm-2 {
        width: 16.666666666666664%;
    }
    .form-sm-1 {
        width: 8.333333333333332%;
    }
}

@media (min-width: 992px) {
    .form-md-12 {
        width: 100%;
    }
    .form-md-11 {
        width: 91.66666666666666%;
    }
    .form-md-10 {
        width: 83.33333333333334%;
    }
    .form-md-9 {
        width: 75%;
    }
    .form-md-8 {
        width: 66.66666666666666%;
    }
    .form-md-7 {
        width: 58.333333333333336%;
    }
    .form-md-6 {
        width: 50%;
    }
    .form-md-5 {
        width: 41.66666666666667%;
    }
    .form-md-4 {
        width: 33.33333333333333%;
    }
    .form-md-3 {
        width: 25%;
    }
    .form-md-2 {
        width: 16.666666666666664%;
    }
    .form-md-1 {
        width: 8.333333333333332%;
    }
}

@media (min-width: 1200px) {
    .form-lg-12 {
        width: 100%;
    }
    .form-lg-11 {
        width: 91.66666666666666%;
    }
    .form-lg-10 {
        width: 83.33333333333334%;
    }
    .form-lg-9 {
        width: 75%;
    }
    .form-lg-8 {
        width: 66.66666666666666%;
    }
    .form-lg-7 {
        width: 58.333333333333336%;
    }
    .form-lg-6 {
        width: 50%;
    }
    .form-lg-5 {
        width: 41.66666666666667%;
    }
    .form-lg-4 {
        width: 33.33333333333333%;
    }
    .form-lg-3 {
        width: 25%;
    }
    .form-lg-2 {
        width: 16.666666666666664%;
    }
    .form-lg-1 {
        width: 8.333333333333332%;
    }
}
.sm-input {
    width:175px;
}
.form-horizontal.bucket-form .form-group {
    border-bottom:1px solid #eff2f7;
    padding-bottom:15px;
    margin-bottom:15px;
}
.form-horizontal.bucket-form .form-group:last-child {
    border-bottom:none;
    padding-bottom:0px;
    margin-bottom:0px;
}
.form-horizontal.bucket-form .form-group .help-block {
    margin-bottom:0;
}
.round-input {
    border-radius:500px;
    -webkit-border-radius:500px;
}
.m-bot5 {
    margin-bottom:5px;
}
.m-bot10 {
    margin-bottom:10px;
}
.m-bot15 {
    margin-bottom:15px;
}
.form-horizontal.bucket-form .checkbox-inline>input {
    margin-top:1px;
    border:none;
}
.btn.btn-info.dropdown-toggle {
    border-left: 1px solid #1fadea;
}

.panel.fw-620-flex {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 620px;
}
.col-form-label {
    font-weight: normal;
    line-height: 38px;
}
.col-form-input {
    font-weight: normal;
    line-height: 38px;
    width: 100%;
}

/* Like Comment */
.ol-like,
.ol-like-table {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
}
.ol-like > a[class^="ol-"],
.ol-like-table > a[class^="ol-"] {
    color: #948f8a;
    cursor: pointer;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}
.ol-like > a.ol-like-1:hover,
.ol-like > a.ol-like-1:focus,
.ol-like-table > a.ol-like-1:hover,
.ol-like-table > a.ol-like-1:focus {
    color: #20c510;
}
.ol-like > a.ol-dislike-2:hover,
.ol-like > a.ol-dislike-2:focus,
.ol-like-table > a.ol-dislike-2:hover,
.ol-like-table > a.ol-dislike-2:focus {
    color: #f73323;
}
.ol-like > a[class^="ol-"] > span {
    margin-left: 5px;
}
.ol-like-table > a[class^="ol-"] > span {
    background-color: #ebebeb;
    border: 1px solid #ffffff;
    color: #5d5d5d;
    font-size: 11px;
    line-height: 18px;
    min-width: 20px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    right: -5px;
}
.ol-like > a.ol-like-1.ol-active,
.ol-like-table > a.ol-like-1.ol-active {
    color: #20c510;
}
.ol-like > a.ol-dislike-2.ol-active,
.ol-like-table > a.ol-dislike-2.ol-active {
    color: #f73323;
}
.ol-comment {
    margin-top: 15px;
}
.ol-comment .ol-cmt-avt {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    width: 40px;
}
.ol-comment .ol-cmt-enter,
.ol-comment .ol-cmt-text {
    width: calc(100% - 47px);
    margin-left: 7px;
    float: left;
}
.ol-comment .cmt-enter {
    background-color: #ebebeb;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    display: block;
    width: 100%;
    padding: 9px 15px;
    overflow: hidden;
}
.ol-comment .ol-cmt-item {
    margin-bottom: 10px;
}
.ol-comment .cmt-text {
    background-color: #ebebeb;
    border-radius: 20px;
    padding: 9px 15px;
}
.ol-comment .ol-u-name {
    color: #be1e2d;
    font-weight: bold;
    margin-right: 5px;
}
.ol-comment .ol-cmt-rep {
    padding: 5px 15px;
}
.ol-comment .ol-cmt-rep .space {
    margin: 0 7px;
}
.ol-comment .ol-cmt-rep .cmt-time {
    font-style: italic;
}
.ol-comment .ol-rep-child {
    margin: 7px 0;
}
.ol-comment .ol-rep-child .ol-cmt-avt {
    width: 30px;
}
.ol-comment .ol-rep-child .cmt-enter {
    padding: 5px 15px;
}
.ol-comment .ol-cmt-load {
    margin-bottom: 10px;
    padding-left: 47px;
}
.ol-comment .ol-cmt-load > a:hover,
.ol-comment .ol-cmt-load > a:focus {
    text-decoration: underline;
}
.ol-comment .ol-cmt-load > span {
    color: #aeb2b7;
    float: right;
}
.ol-like::after,
.ol-comment::after,
.ol-comment .ol-cmt-item::after,
.ol-comment .ol-box-enter::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.box-scanme {
    display: flex;
    padding: 10px;
    text-align: center;
    min-height: calc(100vh - 180px);
}
.scan-me {
    background-color: #ffffff;
    border: 3px solid #000000;
    border-radius: 10px;
    display: inline-block;
    max-width: 500px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.scan-me.vcard {
    padding-top: 30px;
}
.scan-me > img {
    border-radius: 10px;
    overflow: hidden;
}
.scan-me.vcard > .tt {
    background-color: #000000;
    color: #ffffff;
    display: block;
    padding: 8px 15px 2px;
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.scan-me.vcard > .tt::after {
    content: " ";
    background-color: #000000;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    height: 10px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
}
.scan-me.vcard > .tt > span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.scan-me.vcard > img {
    margin: 18px 8px 8px 8px;
    width: auto;
    max-width: calc(100% - 16px);
    max-height: calc(100vh - 150px);
}

.scan-min {
    max-width: 150px;
    margin: 0 auto 10px;
}

.fx-contact {
    background: #be1e2d url('../images/add-contact.png') center no-repeat;
    background-size: 65%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 999;
}
.fm-avatar .file-input {
    display: inline-block;
    position: relative;
}
.fm-avatar .file-preview {
    border: none;
    margin-left: 0;
    padding: 0;
}
.fm-avatar .file-drop-zone {
    border-radius: 50%;
    padding: 5px;
    margin: 0;
    width: 180px;
    height: 180px;
    overflow: hidden;
}
.fm-avatar .file-drop-zone .file-preview-thumbnails {
    border-radius: 50%;
    width: 168px;
    height: 168px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.fm-avatar .btn-avt,
.fm-avatar .btn-rotate {
    background-color: rgba(136, 148, 158, 0.7);
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    position: absolute;
    bottom: 15px;
    z-index: 3;
}
.fm-avatar .btn-avt {
    right: 15px;
}
.fm-avatar .btn-file input[type=file] {
    cursor: pointer;
    width: 100%;
}
.fm-avatar .btn-rotate {
    left: 15px;
}
.fm-avatar .btn {
    min-width: auto;
}

.f-top-tool {
    padding: 10px 20px 5px;
}
.f-top-tool > .lb-ft {
    float: left;
    font-weight: normal;
}
.f-top-tool > .lb-ft + .lb-ft {
    margin-left: 10px;
}

    /*language*/
.language {
    margin-top:4px;
}
.language .dropdown-menu {
    border:none;
    box-shadow:0 0 5px rgba(0,0,0,0.1) !important;
    margin-top: 18px;
}
.language .dropdown-menu li a {
    /*border-bottom:1px solid #eee;*/
    padding:10px;
}
.language .dropdown-menu li:last-child a {
    border-bottom:none;
}
.language .dropdown-menu li a {
    font-size:13px;
    padding:10px;
}
.language .dropdown-menu li a:hover {
    background:#F1F2F7;
    color:#1e1e2d;
}
.language-menu {
    margin-top:15px !important;
    padding:0;
}
.lang-arrow-up {
    background:url("../images/top-arrow.png") no-repeat;
    width:18px;
    height:10px;
    margin-top:-15px;
    float:right;
    margin-right: 15px;
}
/*breadcrumbs-alt*/
.breadcrumbs-alt {
    list-style-type:none;
    margin:0 0 10px;
    padding:0;
    width:100%;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}
.breadcrumbs-alt li {
    padding: 0 25px 0 0;
    display: table-cell;
    white-space: nowrap;
    transition:all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt a:before {
    border-color: #e0e1e7 #e0e1e7 #e0e1e7 rgba(0,0,0,0);
    border-style:solid;
    border-width:1.5em 0 1.5em 1em;
    content:"";
    left:-0.9em;
    margin-top:-1.5em;
    position:absolute;
    top:50%;
    transition:all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt a:after {
    border-bottom:1.5em solid rgba(0,0,0,0);
    border-left:1em solid #e0e1e7;
    border-top:1.5em solid rgba(0,0,0,0);
    content:"";
    margin-top:-1.5em;
    position:absolute;
    right:-1em;
    top:50%;
    transition:all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt a {
    background: #e0e1e7;
    color:#444444;
    float:left;
    font-size:12px;
    line-height: 18px;
    padding:8px 10px;
    position:relative;
    text-decoration:none;
    transition: all 0.3s ease-in-out 0s;
}
/*active and hover*/
.breadcrumbs-alt a:hover:before,.breadcrumbs-alt a.current:before {
    border-color: #fff #fff #fff rgba(0,0,0,0);
    border-style:solid;
    border-width:1.5em 0 1.5em 1em;
    content:"";
    left:-0.9em;
    margin-top:-1.5em;
    position:absolute;
    top:50%;
    transition:all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt a:hover:after,.breadcrumbs-alt a.current:after {
    border-bottom:1.5em solid rgba(0,0,0,0);
    border-left:1em solid #fff;
    border-top:1.5em solid rgba(0,0,0,0);
    content:"";
    margin-top:-1.5em;
    position:absolute;
    right:-1em;
    top:50%;
    transition:all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt a:hover,.breadcrumbs-alt a.current {
    background-color: #fff;
    float:left;
    font-size:12px;
    padding:8px 10px;
    position:relative;
    text-decoration:none;
    transition: all 0.3s ease-in-out 0s;
}
.btn-popover {
    cursor: pointer;
}
.box-abs {
    position: relative;
}
.btn-abs {
    position: absolute;
    top: 0;
    right: 30px;
}
.store-wo-top {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.store-wo .form-control {
    text-align: center;
}
.store-wo-top .form-control {
    border-width: 0 0 1px 0;
    border-color: #bdbdbd;
    display: inline-block;
    text-align: center;
    font-size: inherit;
    margin: 0 5px;
    padding: 0;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.store-wo-top .btn-group.form-control,
.store-wo-top .btn-group .form-control {
    font-size: 16px;
    text-align: left;
}
.store-wo-top .bootstrap-select>.dropdown-toggle {
    border-width: 0 0 1px 0;
    border-color: #bdbdbd;
    font-size: 16px;
}
.modal-mn {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.modal-mn > label.label {
    font-size: inherit;
    padding: 3px 7px;
}
.report-c-green {
    background-color: #20c510;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 2px 5px #bfbfbf;
    box-shadow: 0 2px 5px #bfbfbf;
}
.report-c-red {
    background-color: #f73323;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 2px 5px #bfbfbf;
    box-shadow: 0 2px 5px #bfbfbf;
}
/*footer*/
.footer-section {
    background:#1e1e2d;
    color:#022d45;
    padding:10px 0;
    /*position:fixed;*/
    bottom:0;
    width:100%;
    margin-top:30px;
}
footer.footer {
    border-top: 1px solid #cfcfd1;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    padding: 10px 12px;
    text-align: center;
}
.login-body footer.footer {
    color: #ffffff;
    border-top: none;
    margin-top: 30px;
}
footer p {
    margin: 0 auto;
}
.zzBoxes, .zzBoxes * {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}
.zzBoxes_overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.zzBoxes_inner {
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px 0;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 20px;
    min-width: 320px;
    max-width: 580px;
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    margin-left: -240px;
    margin-top: -100px;
    -webkit-transition: margin .3s;
    transition: margin .3s;
}
.zzBoxes_title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 7px;
}
.zzBoxes_title > .fa {
    margin-right: 7px;
}
.zzBoxes_content {
    text-align: left;
    padding: 20px 20px 15px;
    margin: 0;
}
.zzBoxes_content img {
    max-width: 100%;
}
.zzBoxes_input {
    padding: 7px 10px;
    margin: 10px 0 0;
    width: 100%;
    border: 1px solid #dddddd;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zzBoxes_input:focus {
    border-color: rgba(1, 135, 208, 0.3);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    outline: 0;
}
.zzBoxes_button {
    border-top: 1px solid #dfdfdf;
    color: #20c510;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.zzBoxes_button > div {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding: 10px 5px;
    flex: 1;
    width: 50%;
}
.zzBoxes_button > div + div {
    border-left: 1px solid #dfdfdf;
}
.zzBoxes_button > div:first-child {
    border-bottom-left-radius: 7px;
}
.zzBoxes_button > div:last-child {
    border-bottom-right-radius: 7px;
}
div.zzBoxes_cancel {
    color: #f62b1a;
}
.zzBoxes_close {
    position: absolute;
    width: 30px;
    height: 20px;
    right: 2px;
    top: 2px;
    text-indent: -9999px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJZJREFUeNpi/P//PwMpgAlKywHxMSD2wKImCogPA7EEmAeyAYhP/oeAb0DsARUD4XAg/gOV2wV2DVTCA6oYWVMIkuLPQGyDrAGbJgzF6BrQNWEoBmEmNA/yADEbEp8ZKoYAODwIMvknlP0TOSBgiqOwuNkDTZM3soZjONzsjaRpC7IGCSDei+5BJE0gxUIgPiOpSQMgwAB/QVTYXhJ/ggAAAABJRU5ErkJggg==) no-repeat center center #fa8564;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.zzBoxes_inner:hover
.zzBoxes_close {
    opacity: 1;
}
.zzBoxes_button > div:hover,
.zzBoxes_close:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
#go-top {
    background: url('../images/go-top.png') center top no-repeat;
    position: fixed;
    z-index: 999;
    height: 40px;
    width: 40px;
    right: 5px;
    bottom: 50px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border-radius: 5px 0 0 5px;
    display: none;
}
#go-top:hover {
    background-position: center -40px;
}
.f-space05 {
    margin-top: 5px;
}
.f-space10 {
    margin-top: 10px;
}
.f-space15 {
    margin-top: 15px;
}
.f-space20 {
    margin-top: 20px;
}
.f-space25 {
    margin-top: 25px;
}
.f-space30 {
    margin-top: 30px;
}
.f-space40 {
    margin-top: 40px;
}
.f-space50 {
    margin-top: 50px;
}

.lb-level {
    background-color: #be1e2d;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    margin: 0;
    overflow: hidden;
}
.lb-level-circle {
    background-color: #be1e2d;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    height: 10px;
    overflow: hidden;
}
[class^="lb-level"].red {
    background-color: #f73323;
}
[class^="lb-level"].orange {
    background-color: #fcb322;
}
[class^="lb-level"].green {
    background-color: #be1e2d;
}
[class^="lb-level"].success {
    background-color: #20c510;
}
[class^="lb-level"].proceed {
    background-color: #4790d6;
}
[class^="lb-level"].deadline {
    background-color: #a1a7a9;
}

.view-file {
    width: 100%;
    border: none;
    height: 800px;
    margin: 20px 0;
}

.text-extend {
    background-color: #efefef;
    border: 1px dotted #bdbdbd;
    color: #f73323;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    padding: 0 5px;
    margin-left: 5px;
}
.text-extend.lg-td {
    font-size: 14px;
    line-height: 24px;
    margin-left: 0;
}
.text-extend .fa-thumbs-o-up {
    color: #44d04b;
}
.text-extend .fa-thumbs-o-down {
    color: #f4bc0e;
}
.text-extend .fa-spinner {
    color: #21cbe8;
}

.c-green {
    color: #20c510;
}
.bg-green {
    background-color: rgba(32, 197, 16, 0.7) !important;
    color: #ffffff;
}
.c-blue {
    color: #338dc9;
}
.bg-blue {
    background-color: rgba(51, 141, 201, 0.7) !important;
    color: #ffffff;
}
.c-red {
    color: #f52e32;
}
.bg-red {
    background-color: rgba(245, 46, 50, 0.7) !important;
    color: #ffffff;
}
.c-yellow {
    color: #ffcd04;
}
.bg-yellow {
    background-color: rgba(255, 205, 4, 0.7) !important;
    color: #ffffff;
}
.c-dark {
    color: #292929;
}
.bg-dark {
    background-color: rgba(41, 41, 41, 0.7) !important;
    color: #ffffff;
}
.bg-suspend {
    background-color: rgba(245, 46, 50, 0.25);
}

.alert-icon {
    display:block;
    float:left;
    width:50px;
    height:50px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.alert-icon i {
    width:50px;
    height:50px;
    display:block;
    text-align:center;
    line-height:50px;
    font-size:25px;
    color:#fff;
}
.notification-info {
    float:right;
    margin-top:5px;
    width:calc(100% - 60px);
}
.notification-meta {
    margin-bottom:0;
    padding-left: 0;
    list-style: none;
}
.notification-info p {
    margin:0px;
    color:#999;
    font-size:12px;
}
.alert-info .alert-icon {
    background-color:#99cce3;
}
.alert-danger .alert-icon {
    background-color:#fcb1ae;
}
.alert-success .alert-icon {
    background-color:#98d7ad;
}
.alert-warning .alert-icon {
    background-color:#ffe699;
}
.notification-sender {
    color:#414147;
}
.notification-time {
    font-style:italic;
    color:#999;
}
.alert-info .notification-info a,
.alert-info .notification-info .notification-sender > span {
    color:#45a2c9;
    font-weight: 500;
}
.alert-danger .notification-info a,
.alert-danger .notification-info .notification-sender > span {
    color:#fb6f6b;
    font-weight: 500;
}
.alert-success .notification-info a,
.alert-success .notification-info .notification-sender > span {
    color:#42b663;
    font-weight: 500;
}
.alert-warning .notification-info a,
.alert-warning .notification-info .notification-sender > span {
    color:#e6cb76;
    font-weight: 500;
}
.alert-info.bucket-notification {
    background-color:#eef7fd;
}
.alert-danger.bucket-notification {
    background-color:#fef3f2;
}
.alert-success.bucket-notification {
    background-color:#eef8f8;
}
.alert-warning.bucket-notification {
    background-color: #fff7e1;
}

.b-check {
    display: table-cell;
    padding: 4px 1px;
    line-height: 0;
}
.b-check > input {
    display: none;
}
.b-check label {
    appearance: none;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    cursor: pointer;
    display: inline-block;
    width: 45px;
    height: 28px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.b-check label:before {
    content: attr(data-off);
    font-weight: normal;
    position: absolute;
    top: 14px;
    left: calc(100% + 20px);
    white-space: nowrap;
}
.b-check label:after {
    content: ' ';
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background: #f73323;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 1px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-shadow: 0 2px 5px #bfbfbf;
    box-shadow: 0 2px 5px #bfbfbf;
}

.b-check input[type=checkbox]:checked ~ label {
    background-color: #be1e2d;
    border-color: #be1e2d;
}

.b-check input[type=checkbox]:checked ~ label:after {
    left: 19px;
}
.b-check input[type=checkbox]:checked ~ label:after {
    background-color: #fff;
}
.b-check input[type=checkbox]:checked ~ label:before {
    content: attr(data-on);
}

.center-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-events {
}
.event-item {
    margin: 10px 0 20px;
    min-height: 80px;
    display: block;
}
.event-item::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.event-item::after {
    content: " ";
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.event-item > .e-date {
    background-color: #ffffff;
    border: 2px solid #ffcd2a;
    border-radius: 10px;
    color: #5d5d5d;
    float: left;
    width: 85px;
    height: 90px;
    margin-top: 3px;
    overflow: hidden;
    position: relative;
}
.event-item .e-day {
    background-color: #ffcd2a;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.event-item .e-dd {
    color: #827f7f;
    font-weight: bold;
    font-size: 29px;
    line-height: 1;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    height: calc(100% - 48px);
}
.event-item .e-my {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
    position: relative;
}
.event-item .e-my::before {
    content: " ";
    border-top: 1px solid #dfdfdf;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
}
.event-item > .e-date::before {
    content: " ";
    background-color: #ffffff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 5px;
}
.event-item > .e-date::after {
    content: " ";
    background-color: #ffffff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    right: 5px;
}
.event-item > .e-info {
    background-color: #ffffff;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    float: right;
    font-size: 13px;
    width: calc(100% - 95px);
    padding: 12px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: column;
    align-items: start;
    position: relative;
    overflow: hidden;
}
.event-item .e-title {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 3px;
}
.event-item > .e-title {
    border-bottom: 1px solid #b3b3b3;
    border-left: 3px solid #b3b3b3;
    border-radius: 10px 0 0 10px;
    color: #be1e2d;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 8px 10px;
}
.event-item .e-info .fa {
    color: #afafaf;
    margin-right: 5px;
}
.event-item .e-info a {
    color: #ffcd2a;
}
.event-item .e-tags {
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-item .e-tags li {
    display: inline-block;
    margin-right: 20px;
}
.event-item .e-info .fa {
    color: #9f9f9f;
}
.event-item .e-tags li > span {
    color: #9f9f9f;
    font-style: italic;
}

.event-item.e-old .e-day {
    background-color: #b3b3b3;
}
.event-item.e-old > .e-date {
    border-color: #b3b3b3;
}
.event-item.e-old .e-info a {
    color: #5d5d5d;
}
.event-item.e-now .e-day {
    background-color: #be1e2d;
}
.event-item.e-now > .e-date {
    border-color: #be1e2d;
}
.event-item.e-now .e-info a {
    color: #be1e2d;
}
.event-item.e-now .e-dd {
    color: #be1e2d;
    font-size: 15px;
    height: calc(100% - 30px);
}

.event-item .e-photos {
    list-style: none;
    margin: 10px -5px;
    padding: 0;
}
.event-item .e-photos::after {
    content: " ";
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.event-item .e-photos li {
    float: left;
    width: 25%;
    padding: 5px;
}
.event-item .e-photos li > a {
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

.box-birth {
    background-color: #ffffff;
}

.box-blog {}
.box-blog > .blog-list {
    margin: 0 -12px 10px;
}
.blog-item {
    float: left;
    width: 50%;
    padding: 12px;
}
.blog-item > .box {
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(23 44 82 / 10%);
}
.blog-item .blog-info {
    color: #7f8185;
    font-size: 10px;
    text-transform: uppercase;
}
.blog-item .blog-info span {
    padding: 0 12px;
}
.blog-item .blog-info span:first-child {
    padding-left: 0;
}
.blog-item .blog-info span + span {
    border-left: 1px solid #d8d8d8;
}
.blog-item .text {
    padding: 15px 25px 25px 25px;
}
.blog-item .text .blog-heading {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 0;
}
.blog-item .text a {
    color: inherit;
}
.blog-wp {
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(23 44 82 / 10%);
    padding: 20px;
    margin-top: 10px;
}
.blog-wp .blog-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}
.blog-wp .blog-sapo {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}
.blog-wp .blog-date-social {
    background-color: #fafafa;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: #8f8f8f;
    font-size: 11px;
    margin: 12px 0 20px;
    padding: 5px 10px;
}
.blog-date-social > .blog-box-ds {
    float: left;
    width: calc(100% - 80px);
}
.blog-date-social .blog-date {
    float: left;
}
.blog-date-social .blog-date {
    font-style: italic;
    margin-top: 33px;
}
.blog-date-social .blog-date .fa {
    margin-right: 7px;
}
.blog-date-social .social {
    float: left;
    font-size: 22px;
    margin-left: 20px;
    margin-top: 30px;
}
.blog-date-social .social a {
    color: #8b8b8b;
}
.blog-date-social > .qr-code {
    float: right;
    width: 80px;
}
.blog-tags {
    overflow: hidden;
    font-size: 13px;
    text-align: left;
    margin-top: 20px;
}
.blog-tags::before {
    content: "\f02b";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    width: 20px;
    line-height: 24px;
}
.blog-tags > a {
    background-color: #efefef;
    border-radius: 3px;
    color: inherit;
    display: block;
    float: left;
    margin-bottom: 5px;
    padding: 2px 8px;
    max-width: calc(100% - 20px);
    height: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.blog-tags > a + a {
    margin-left: 5px;
}
.blog-tags > a:hover,
.blog-tags > a:focus {
    background-color: #ffcd2a;
    color: #ffffff;
}
.os-tags > label.poll {
    font-weight: normal;
    font-style: inherit;
    text-decoration: underline;
    margin-left: 15px;
}
.blog-tags::after,
.os-tags::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.blog-detail {
    font-size: 13px;
    line-height: 20px;
    position: relative;
    text-align: justify;
    margin-top: 20px;
}
.blog-detail h1,
.blog-detail h2,
.blog-detail h3,
.blog-detail h4,
.blog-detail h5,
.blog-detail p,
.blog-detail div,
.blog-detail table,
.blog-detail ul,
.blog-detail ol {
    margin-bottom: 10px;
}
.blog-detail ol,
.blog-detail ul,
.blog-detail dl {
    margin-right: 0;
    padding: 0 40px;
    list-style: initial;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-photo {
    margin: 15px auto;
}
.list-photo ul.photos {
    padding: 0;
    margin: 0 -2px;
    list-style: none;
}
.list-photo ul.photos li {
    text-align: center;
    float: left;
    width: 50%;
    padding: 2px;
}
.list-photo ul.photos li > a {
    display: block;
    position: relative;
}
.list-photo ul.photos li.hidden {
    display: none;
}
.list-photo ul.photos li:nth-child(3n),
.list-photo ul.photos li:nth-child(4n),
.list-photo ul.photos li:nth-child(5n) {
    width: 33.333336%;
}
.list-photo ul.photos.tt-3 li {
    width: 33.333336% !important;
}
.list-photo ul.photos.tt-4 li {
    width: 50% !important;
}
.list-photo ul.photos li .see-all {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.list-photo ul.photos li .see-all .sa-p01 {
    display: table;
    width: 100%;
    height: 100%;
}
.list-photo ul.photos li .see-all .sa-p11  {
    color: #ffffff;
    font-size: 42px;
    line-height: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.dt-f-top {
    padding: 5px;
}
.dt-f-top .qr-url {
    text-align: right;
}
.dt-f-top .qr-url img {
    max-width: 80px;
}

.fancybox-tool {
    font-size: 13px;
    line-height: 25px;
}
.fancybox-tool > a + a {
    margin-left: 50px;
}
.fancybox-icon {
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 24px;
    height: 24px;
}
.fancybox-icon svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-icon svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-icon > a {
    color: #ccc;
}
.fancybox-icon > a:hover,
.fancybox-icon > a:focus {
    color: #fff;
}

#fb_loading {
    display: none;
    margin: 0 -10px;
    text-align: center;
}
.fb-loading-cell {
    float: left;
    width: 300px;
    max-width: 100%;
    padding: 10px;
}
.fb-loading-list {
    width: 100%;
    max-width: 840px;
    padding: 10px;
}
.fb-cell-box {
    background-color: #ffffff;
    padding: 15px;
}
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -340px 0;
    }
    100% {
        background-position: 340px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -340px 0;
    }
    100% {
        background-position: 340px 0;
    }
}
.animated-background,
.image,
.text-line {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 5%, #F0F0F0 15%, #F6F6F6 30%);
    background-size: 800px 105px;
    height: 96px;
    position: relative;
}
.fb-loading-cell .image {
    height: 15vw;
    width: 100%;
    margin-bottom: 12px;
}
.fb-loading-list  .image {
    height: 100px;
    width: 100%;
    margin-bottom: 12px;
}
.fb-loading-cell .text-line {
    height: 10px;
    width: 100%;
    margin: 7px 0;
}
.fb-loading-list .text-line {
    height: 10px;
    width: 100%;
    margin: 7px 0;
}
.social .item-social a[rel="facebook"] {
    color: #4267B2;
}
.social .item-social a[rel="twitter"] {
    color: #1DA1F2;
}
.social .item-social a[rel="email"] {
    color: #34d2a5;
}
.social .item-social {
    float: left;
    margin: 0;
    position: relative;
}
.social .item-social + .item-social {
    margin-left: 15px;
}
.social .item-social .zalo-share-button {
    margin-bottom: -4px;
}
.social::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#_loading {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 99998;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}
#_loading .loading-body {
    background-color: transparent;
    position: fixed;
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    text-align: center;
    z-index: 99999;
}

#spinningSquaresG{
    position:relative;
    width:300px;
    height:36px;
    margin:30px auto;
}

.spinningSquaresG{
    position:absolute;
    top:0;
    background-color: rgb(246, 147, 29);
    width:36px;
    height:36px;
    animation-name:bounce_spinningSquaresG;
    -o-animation-name:bounce_spinningSquaresG;
    -ms-animation-name:bounce_spinningSquaresG;
    -webkit-animation-name:bounce_spinningSquaresG;
    -moz-animation-name:bounce_spinningSquaresG;
    animation-duration:1.105s;
    -o-animation-duration:1.105s;
    -ms-animation-duration:1.105s;
    -webkit-animation-duration:1.105s;
    -moz-animation-duration:1.105s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
}

#spinningSquaresG_1{
    left:0;
    animation-delay:0.446s;
    -o-animation-delay:0.446s;
    -ms-animation-delay:0.446s;
    -webkit-animation-delay:0.446s;
    -moz-animation-delay:0.446s;
}

#spinningSquaresG_2{
    left:38px;
    animation-delay:0.5525s;
    -o-animation-delay:0.5525s;
    -ms-animation-delay:0.5525s;
    -webkit-animation-delay:0.5525s;
    -moz-animation-delay:0.5525s;
}

#spinningSquaresG_3{
    left:75px;
    animation-delay:0.659s;
    -o-animation-delay:0.659s;
    -ms-animation-delay:0.659s;
    -webkit-animation-delay:0.659s;
    -moz-animation-delay:0.659s;
}

#spinningSquaresG_4{
    left:113px;
    animation-delay:0.7755s;
    -o-animation-delay:0.7755s;
    -ms-animation-delay:0.7755s;
    -webkit-animation-delay:0.7755s;
    -moz-animation-delay:0.7755s;
}

#spinningSquaresG_5{
    left:150px;
    animation-delay:0.882s;
    -o-animation-delay:0.882s;
    -ms-animation-delay:0.882s;
    -webkit-animation-delay:0.882s;
    -moz-animation-delay:0.882s;
}

#spinningSquaresG_6{
    left:188px;
    animation-delay:0.9985s;
    -o-animation-delay:0.9985s;
    -ms-animation-delay:0.9985s;
    -webkit-animation-delay:0.9985s;
    -moz-animation-delay:0.9985s;
}

#spinningSquaresG_7{
    left:225px;
    animation-delay:1.105s;
    -o-animation-delay:1.105s;
    -ms-animation-delay:1.105s;
    -webkit-animation-delay:1.105s;
    -moz-animation-delay:1.105s;
}

#spinningSquaresG_8{
    left:263px;
    animation-delay:1.2115s;
    -o-animation-delay:1.2115s;
    -ms-animation-delay:1.2115s;
    -webkit-animation-delay:1.2115s;
    -moz-animation-delay:1.2115s;
}



@keyframes bounce_spinningSquaresG{
    0%{
        transform:scale(1);
        background-color: rgb(246, 147, 29);
    }

    100%{
        transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_spinningSquaresG{
    0%{
        -o-transform:scale(1);
        background-color: rgb(246, 147, 29);
    }

    100%{
        -o-transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_spinningSquaresG{
    0%{
        -ms-transform:scale(1);
        background-color: rgb(246, 147, 29);
    }

    100%{
        -ms-transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_spinningSquaresG{
    0%{
        -webkit-transform:scale(1);
        background-color: rgb(246, 147, 29);
    }

    100%{
        -webkit-transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_spinningSquaresG{
    0%{
        -moz-transform:scale(1);
        background-color: rgb(246, 147, 29);
    }

    100%{
        -moz-transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

.windows8 {
    position: relative;
    width: 80px;
    height: 80px;
}

.windows8 .wBall {
    position: absolute;
    width: 76px;
    height: 76px;
    opacity: 0;
    -moz-transform: rotate(225deg);
    -moz-animation: orbit 4.95s infinite;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 4.95s infinite;
    -ms-transform: rotate(225deg);
    -ms-animation: orbit 4.95s infinite;
    -o-transform: rotate(225deg);
    -o-animation: orbit 4.95s infinite;
    transform: rotate(225deg);
    animation: orbit 4.95s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #be1e2d;
    left: 0;
    top: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.windows8 #wBall_1 {
    -moz-animation-delay: 1.08s;
    -webkit-animation-delay: 1.08s;
    -ms-animation-delay: 1.08s;
    -o-animation-delay: 1.08s;
    animation-delay: 1.08s;
}

.windows8 #wBall_2 {
    -moz-animation-delay: 0.22s;
    -webkit-animation-delay: 0.22s;
    -ms-animation-delay: 0.22s;
    -o-animation-delay: 0.22s;
    animation-delay: 0.22s;
}

.windows8 #wBall_3 {
    -moz-animation-delay: 0.43s;
    -webkit-animation-delay: 0.43s;
    -ms-animation-delay: 0.43s;
    -o-animation-delay: 0.43s;
    animation-delay: 0.43s;
}

.windows8 #wBall_4 {
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

.windows8 #wBall_5 {
    -moz-animation-delay: 0.86s;
    -webkit-animation-delay: 0.86s;
    -ms-animation-delay: 0.86s;
    -o-animation-delay: 0.86s;
    animation-delay: 0.86s;
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
        opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }

}