@font-face {
    font-family: FiraSans;
    src: url(../fonts/firasans-regular.eot);
    src: url(../fonts/firasans-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/firasans-regular.woff2) format('woff2'),url(../fonts/firasans-regular.woff) format('woff'),url(../fonts/firasans-regular.ttf) format('truetype'),url(../fonts/firasans-regular.svg) format('svg');
    font-display: swap
}

body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* overflow-y: auto; */
}
body {
    font-family: FiraSans, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #55565a;
    background-color: #f0f0f0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button, input, label, select, textarea {
    font-family: FiraSans, "Segoe UI", Roboto, sans-serif;
    font-size: inherit;
    line-height: inherit
}
.mask {
	position: fixed;
	z-index: 1000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(155,155,155,0);
	display: none;
}
.error-tips {
	color: #E51C23;
	font-weight: 600;
    margin-top: 5px;
}
.unit-login img {
    width: 32px;
    height: 32px;
    margin-left: 5px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
}
.unit-login img:first-child {
    margin-left: 0;
}
.unit-login-sm img {
    width: 24px;
    height: 24px;
}
.customized-scroll {
    overflow: hidden;
    -webkit-overflow-scroll: touch;
}
.disabled {
    pointer-events: none;
}
.text-red {
    color: #e30327;
}
.more-wrap {
    position: fixed;
    left: 450px;
    /* margin-top: -46px; */
    background: #fff;
    z-index: 1;
    padding: 8px 20px 8px 10px;
    border-radius: 2px;
    box-shadow: 0 0 4px #dbdbde;
    display: none;
}
.more-wrap .user-action p {
    margin: 0;
}
.more-wrap .user-action .btn-icon {
    opacity: .85;
    transition: opacity .2s;
}
.more-wrap .user-action .btn-icon .icon {
    transform: scale(0.85);
}
.more-wrap .user-action .btn-icon span {
    margin-top: 3px;
    color: #646469;
    font-size: 13px;
}
.more-wrap .user-action .btn-icon:hover {
    opacity: 1;
    background-color: transparent;
}
.more-action {
    position: relative;
}
.more-action .btn-icon {
    background-color: rgba(196,80,76,0);
    border-radius: 4px;
    transition: background-color .2s;
}
.more-action .btn-icon:hover, .more-action .btn-icon.is-actived {
    background-color: rgba(196,80,76,.1);
}
.more-action .btn-icon:hover .icon-more_2, .more-action .btn-icon.is-actived .icon-more_2 {
    background-position: -152px -240px;
}
.more-action .more-wrap {
    left: unset;
    margin-left: 30px;
    /* margin-top: -26px; */
}

/* Start Header Style */
header {
    padding: 0 30px;
    height: 78px;
    border-top: 8px solid #e30327;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 900;
    display: flex;
    justify-content:space-between;
    align-content: center;
}
.header-left, .header-right {
    display: flex;
    align-items: center;
}
.toggle-sidebar {
    /* padding: 5px; */
    margin-right: 10px;
	cursor: pointer;
	opacity: .7;
	transition: all .2s;
    position: relative;
    width: 0px;
    padding: 0;
    overflow: hidden;
}
.toggle-sidebar:hover {
	opacity: 1;
}
.toggle-sidebar span {
	display: block;
	width: 18px;
	height: 1px;
	background-color: #55565a;
	margin: 4px 0;
}
.toggle-sidebar.open:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border: 1px solid #55565a;
	border-right: none;
	border-bottom: none;
	transform: rotate(-45deg);
	position: absolute;
	left: -2px;
	top: 12px;
}
.application-name {
    font-weight: 600;
    font-size: 20px;
    color: #55565a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.application-name:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #e0e0e0;
    margin: 0 20px;
    position: relative;
    vertical-align: top;
}
.header-right > .btn {
    margin-right: 10px;
}
.header-right .btn.new:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #EE2E5D;
    position: absolute;
    top: 0;
    right: 3px;
}
.header-right .btn-icon:hover {
    box-shadow: 0 0 0 2px rgba(5,55,82,.15);
}
.header-right .header-action {
    position: relative;
}
.header-right .header-action .popover {
    right: 0;
}
.popover-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(155,155,155,0);
    display: none;
}
.open .popover-mask {
    display: block;
}
.popover-mask + .popover-content {
    position: relative;
    z-index: 1001;
}
.header-right .btn-add-user {
    margin-right: 15px;
}
.header-right .btn-add-user:hover {
    box-shadow: none;
}
.user-info {
	cursor: pointer;
    display: flex;
    align-items: center;
}
.user-info:hover .user-avatar {
	background-color: rgba(5,55,82,.25);
}
.user-avatar {
	display: inline-block;
	width: 30px;
    height: 30px;
    line-height: 30px;
	border-radius: 100%;
	background-color: rgba(5,55,82,.15);;
    color: #053752;
    font-weight: 600;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	transition: all .2s;
    position: relative;
}
.user-avatar:before {
    content: attr(data-user-name);
}
.user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.user-avatar-md {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.user-avatar-lg {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 36px;
}
.user-detail {
	width: 320px;
	position: absolute;
	z-index: 1001;
	top: 58px;
	right: 10px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	transition: all .4s cubic-bezier(.7,0,.3,1);
}
.user-detail.open {
    max-height: 500px;
    opacity: 1;
}
.user-detail.open::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
}
.user-wrap {
    position: relative;
    text-align: center;
}
.user-detail-top {
    padding: 30px 20px;
}
.user-name {
	font-size: 18px;
    margin-top: 10px;
    color: #262626;
}
.user-email {
    font-size: 13px;
    color: #8c8c8c;
    margin-top: 5px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.user-detail-center {
    padding: 20px 0;
    border-top: 1px solid #E8E8E8;
}
.user-detail-bottom {
    padding: 15px 0;
    border-top: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-detail-bottom a {
    font-size: 12px;
    color: #8c8c8c;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all .2s;
}
.user-detail-bottom a:hover {
    color: #595959;
    text-decoration: underline;
} 
.user-detail-bottom a:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #595959;
    margin: 0 6px;
}
/* End Header Style */

/* Start Sidebar Style */
main {
    display: flex;
    height: calc(-78px + 100%);
}
.sidebar {
    background: #fff;
    flex-shrink: 0;
    display: flex;
    transition: transform .3s ease;
    position: relative;
    z-index: 1;
}
.sidebar-left {
    width: 224px;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    display: flex;   
    flex-direction: column;
    justify-content: space-between;
}
.main-nav ul {
    margin: 36px 20px;
}
.main-nav li {
    margin-bottom: 10px;
}
.main-nav li a {
    padding: 0 28px;
	height: 50px;
	color: #55565a;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
    border-radius: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background .2s ease;
    display: flex;
    align-items: center;
    position: relative;
}
.main-nav li .icon {
    top: 0;
    margin-right: 8px;
}
.main-nav li span {
    margin-top: 2px;
}
.main-nav li a:hover {
	background-color: rgba(0,0,0,.05);
}
.main-nav li.is-selected a {
    color: #fff;
	background-color: #053752;
}
.main-nav li.is-selected .icon {
    background-position-x: -152px;
}
.main-nav li.is-selected a::after {
    content: "";
    position: absolute;
    right: 28px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;  
}
.sidebar-right {
    width: 240px;
    background-color: #fbfbfb;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.03);
    position: relative;
    display: flex;
    flex-direction: column;
}
.sidebar-list {
    flex-grow: 1;
}
.sidebar-list-title {
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 0 10px;
    color: #000;
}
.sidebar-list-title span::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #222426;
    transform-origin: left;
    margin-right: 3px;
}
.sidebar-list-title.open span::before {
    transform: rotate(45deg);
}
.sidebar-list-cont {
    display: none;
}
.sidebar-list-title.open + .sidebar-list-cont {
    display: block;
}
.sidebar-list-cont ul {
    margin-bottom: 0;
}
.sidebar-list-cont li {
    position: relative;
    margin-top: 1px;
}
.sidebar-list-cont li a {
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8c8c8c;
    background-color: rgba(242,242,242,0);
    transition: background .2s ease, color .2s ease;
    text-decoration: none;
}
.sidebar-list-cont li a span {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-list-cont li a .icon {
    background-color: rgba(196,80,76,0);
    border-radius: 4px;
    opacity: .8;
    transition: background-color .2s;
}
.sidebar-list-cont li a:hover, .sidebar-list-cont li.is-selected a {
    background-color: rgba(242,242,242,1);
    color: #55565a;
}
.sidebar-list-cont li a .icon-more_2:hover, .sidebar-list-cont li a.is-actived .icon-more_2 {
    opacity: 1;
    background-color: rgba(196,80,76,.1);
    background-position: -152px -240px;
}
.sidebar-action {
    height: 50px;
    display: flex;
    align-content: start;
    background-color: #eee;
    border-top: 1px solid #ccc;
    padding: 0 16px;
}
.sidebar-action .custom-btn {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #e30327;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s;
}
.custom-btn .icon-add {
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 8px;
}
.custom-btn .icon-add:before, .custom-btn .icon-add:after {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #e30327;
    position: absolute;
    top: 6px;
    left: 0;
    transition: all .2s;
}
.custom-btn .icon-add:after {
    transform: rotate(90deg);
    transform-origin: center center;
}
.custom-btn:hover {
    color: #D30022;
}
.custom-btn:hover .icon-add:before, .custom-btn:hover .icon-add:after {
    background-color: #D30022;
}

@media(max-width:1280px){
    .toggle-sidebar {
        width: auto;
        padding: 5px;
        overflow: visible;
    }
    .sidebar {
        transform: translateX(-100%);
    }
    .sidebar + .main {
        margin-left: -200px;
    }
    .sidebar.two-columns + .main {
        margin-left: -440px;
    }
    .sidebar + .main-home {
        margin-left: -224px;
    }
    .sidebar.two-columns + .main-home {
        margin-left: -464px;
    }
    .sidebar.open {
        transform: translateX(0);
    }
}
.app-list-lg {
    border-bottom: 1px solid #d9d9d9;
}
.app-list li {
    display: flex;
    /* align-items: center; */
    line-height: 1.2;
    padding: 16px;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 8px;
}
.app-list-lg li {
    background-color: #fff;
    padding: 30px 0;
    margin-bottom: 0;
}
.app-list-2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: 0;
}
.app-list-2 li {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: calc(50% - 20px);
}
.app-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.app-list-lg .app-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.app-icon img{
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px;
}
.app-info {
    display: flex;
    flex-direction: column;
    /* min-height: 80px; */
    flex-grow: 1;
}
.app-name {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.app-list-lg .app-name {
    font-size: 18px;
}
.app-description {
    margin-top: 4px;
    font-size: 12px;
    color: #828282;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.app-list-lg .app-description {
    font-size: 14px;
}
.app-action {
    flex-shrink: 0;
    margin-left: 10px;
}
.app-action a {
    font-weight: 600;
    font-size: 12px;
    color: #053752;
    text-decoration: none;
}
.app-action a:hover {
    text-decoration: underline;
}
.sidebar-list-thumbnail li {
    padding: 20px 15px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    background-color: rgba(242,242,242,0);
    transition: background .2s ease, color .2s ease;
    cursor: pointer;
    border-radius: 0;
    margin-bottom: 0;
}
.sidebar-list-thumbnail li:hover, .sidebar-list-thumbnail li.is-selected {
    background-color: rgba(242,242,242,1);
}
.sidebar-list-thumbnail .app-icon {
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 5px;
}
.sidebar-list-thumbnail .app-icon img{
    border-radius: 5px;
}
.sidebar-list-thumbnail .app-info {
    flex-grow: 1;
    height: 46px;
    min-height: 46px;
    justify-content: center;
}
.sidebar-list-thumbnail .app-name {
    font-size: 15px;
    /* color: #000; */
    transition: all .2s ease;
}
.sidebar-list-thumbnail li:hover .app-name, .sidebar-list-thumbnail li.is-selected .app-name {
    color: #000;
}
.sidebar-list-thumbnail .app-description {
    margin-top: 0;
    font-size: 12px;
    line-height: 14px;
    max-width: 154px;
}
/* End Sidebar Style */

/* Start Main & Main Header Style */
.main {
    width: 100%;
    flex-grow: 1;
    border-radius: 8px;
    background-color: #fff;
    margin: 24px;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    transition: margin .3s ease;
}
.main-home {
    margin: 0;
    padding: 24px;
    background-color: #f0f0f0;
}
.main-list {
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
    padding: 0 32px;
}
.main-header {
    flex-shrink: 0;
    height: 84px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-header-left, .main-header-right {
    display: flex;
    align-items: center;
}
.main-header-title {
    font-size: 24px;
    color: #000;
}
.main-header-action {
    position: relative;
    margin-left: 25px;
    display: flex;
    align-items: center;
}
.main-header-action .icon-info {
    opacity: .8;
    transition: all .2s;
    cursor: help;
}
.main-header-action .icon-info:hover {
    opacity: 1;
}
.main-header-nav ul {
    display: flex;
    align-items: center;
    margin-bottom: 0; 
}
.main-header-nav li {
    margin-left: 25px;
    margin-right: 5px;
    height: 84px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #8A8A8D;
    transition: color .2s;
}
.main-header-nav li:hover {
    color: #55565A;
}
.main-header-nav ul li.is-selected {
    font-weight: 600;
    color: #55565A;
    border-bottom: 2px solid #E30327;
}
.popover-request-type {
    width: 180px;
}
.popover-request-type .popover-content {
    padding: 15px;
} 
.popover-request-type .popover-title {
    /* font-weight: 600; */
    color: #8c8c8c;
}
.popover-request-type ul {
    margin-bottom: 0;
}
.popover-request-type li {
    height: 42px;
    display: flex;
    align-items: center;
    font-weight: 600;
    background-color: #F5F5F5;
    border-radius: 4px;
    margin-top: 8px;
    padding: 0 15px;
    cursor: pointer;
    transition: all .2s;
}
.popover-request-type li:hover {
    background-color: #e8e8e8
}
.popover-request-type li:active, .popover-request-type li:focus {
    background-color: #e0e0e0;
}
.main-header-right > div {
    margin-left: 10px;
    position: relative;
}
.main-header-right .top-filter {
    width: 140px;
    height: 42px;
}
.main-header-right .top-filter .select-toggle input {
    border-radius: 40px;
    padding: 5px 26px 5px 16px;
    background: #eee;
    border-color: transparent;
}
.main-header-right .top-filter .open .select-toggle input {
    background: #e0e0e0;
}
.main-header-right .top-filter .select-toggle .select-arrow {
    background-image: url(../images/select4.png);
    right: 6px;
}
.main-header-right .top-filter .select-menu {
    border-color: transparent;
    margin-top: 5px;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
.main-header-right .top-filter .select-menu .select-search {
    margin-top: 5px;
}
@media(max-width:1365px) {
    .main-header {
        position: relative;
    }
    .main-header-action {
        margin-left: 15px;
    }
    .main-header-right {
        position: absolute;
        right: 0;
        top: 20px;
    }
    .main-header-right > div {
        margin-left: 5px;
    }
    .top-btn .btn-sm {
        padding: 8px;
        border-radius: 20px;
    }
    .top-btn .btn .icon {
        margin: 0;
    }
    .top-btn .btn span {
        display: none;
    }
}
.top-switch {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.top-switch span {
    margin-left: 8px;
    margin-top: 2px;
}
.top-search {
    position: relative;
    width: 42px;
    transition: width .2s;
}
.top-search .btn {
    position: absolute;
    top: 0;
    left: 0;
}
.top-search .form-control {
    border-radius: 21px;
    width: 100%;
    border-color: transparent;
    background-color: #eee;
}
.top-search .form-control:focus {
    background-color: #e0e0e0;
}
.top-search .clear-value {
    display: none;
    position: absolute;
    right: 5px;
    top: 0;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
}
.top-search .clear-value .icon {
    transform: scale(0.75);
}
.top-search.is-active {
    width: 200px;
}
.top-search.is-active .form-control {
    padding-left: 35px;
    padding-right: 35px;
}
.top-search.is-active .btn {
    background: none !important;
    border: none !important;
    cursor: default;
    opacity: 0.5;
}
.top-search.is-active.has-val .clear-value {
    display: flex;
}
.top-sort .btn-md {
    font-size: 14px;
    color: #8c8c8c;
    padding: 9px 20px; 
}
.top-sort .btn-md strong {
    color: #262626;
    margin-left: 5px;
}
.top-date-range .btn-md {
    font-size: 14px;
    color: #55565A;
    padding: 9px 26px 9px 16px;
    min-width: 140px;
    justify-content: flex-start;
}
.top-date-range {
    width: 140px;
    position: relative;
}
.top-date-range.custom {
    width: 210px;
}
.top-date-range .form-date-visual .form-control {
    border-radius: 40px;
    padding: 5px 26px 5px 16px;
    background: #eee;
    border-color: transparent;
}
.top-date-range .select-arrow {
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    width: 30px;
    background: url(../images/select4.png) no-repeat 2px 8px;
}
.top-date-range.open .select-arrow {
    background-position: -24px 8px;
}
.top-date-range.open .form-date-visual .form-control {
    background: #e0e0e0;
}
.top-date-range .form-date-toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.top-date-range .form-date-toggle .form-control {
    cursor: pointer;
    width: 100%;
}
.top-date-range .btn-md strong {
    font-weight: 400;
    margin-right: 8px;
}
.popover-customized ul {
    margin-top: 10px;
}
.popover-customized li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 10px 0; */
    padding: 6px 15px 6px 10px;
}
.popover-customized li.placeholder {
    background-color: #fafafa;
}
.popover-customized li.drag-target { 
    position: fixed;
    z-index: 10086;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
    opacity: 0.75;
}
.popover-customized li.drag-target .btn-drag {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.popover-filter ul {
    margin-bottom: 0;
}
.popover-filter li:hover {
    background-color: #f5f5f5;
}
.popover-filter li, .popover-filter .checkbox {
    height: 36px;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all .2s;
}
.popover-filter li .request-unit {
    margin-left: 17px;
    margin-right: 8px;
}
.popover-filter li .request-unit img {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}
.popover-filter label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
}
.popover-filter .checkbox input {
    width: 18px;
    height: 18px;
    margin-right: 0;
}
.popover-filter .checkbox input + label:before {
    width: 12px;
    height: 12px;
    background: #BFBFBF;
    border: none;
    border-radius: 2px;
    top: 12px;
    left: 15px;
}
.popover-filter  .checkbox input:checked + label:before {
    background-color: #0072ce;
    border-color: #0072ce;
}
.popover-filter  .checkbox input:checked + label:after {
    width: 12px;
    height: 12px;
	top: 12px;
	left: 15px;
    background-image: url(../images/icon-checkmark-sm.png);
	background-image: -webkit-image-set(url(../images/icon-checkmark-sm.png) 1x, url(../images/icon-checkmark-sm@2x.png) 2x, url(../images/icon-checkmark-sm@3x.png) 3x);
}
.popover-sort {
    width: 181px;
}
.popover-sort ul {
    margin: 5px 0;
}
.popover-sort li {
    font-weight: 600;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    cursor: pointer;
    transition: all .2s;
}
.popover-sort li:hover {
    background-color: #f5f5f5;
}
.popover-sort li.is-selected:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-checkmark-gray.png);
    background-image: -webkit-image-set(url(../images/icon-checkmark-gray.png) 1x, url(../images/icon-checkmark-gray@2x.png) 2x, url(../images/icon-checkmark-gray@3x.png) 3x);
    position: absolute;
    left: 8px;
}
.popover-date-range {
    width: 140px;
}
.popover-date-range ul {
    margin: 5px 0;
}
.popover-date-range li {
    /* font-weight: 600; */
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    cursor: pointer;
    transition: all .2s;
}
.popover-date-range li:hover {
    background-color: #f5f5f5;
}
.popover-date-range li.is-selected:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-checkmark-gray.png);
    background-image: -webkit-image-set(url(../images/icon-checkmark-gray.png) 1x, url(../images/icon-checkmark-gray@2x.png) 2x, url(../images/icon-checkmark-gray@3x.png) 3x);
    position: absolute;
    left: 8px;
}
.top-new .btn-md {
    padding: 8px;
}
.top-new .btn-md .icon {
    margin: 0;
}
.top-filter ::-webkit-input-placeholder, .form-date-visual ::-webkit-input-placeholder {
color: #55565A;
}
.top-filter ::-moz-placeholder, .form-date-visual ::-moz-placeholder {
color: #55565A;
opacity: 1;
}
.top-btn-text .btn-md {
    font-size: 14px;
    padding: 10px 35px;
}
/* End Main & Main Header Style */

/* Start Main Body Style */
.main-body {
    flex-grow: 1;
    max-height: calc(-168px + 100%);
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}
.main-list .main-body, .main-no-footer .main-body {
    max-height: calc(-84px + 100%);
}
.main-body.loading2 + .main-footer, .main-body.no-data + .main-footer {
    display: none;
}

.section-list {
    padding-bottom: 10px;
}
.section-list-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    padding: 12px 10px;
    background-color: #e0e0e0;
    cursor: pointer;
}
.section-list-title span:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #222426;
    transform-origin: left;
    margin-right: 3px;
}
.section-list-cont {
    display: none;
}
.section-list.open .section-list-title span:before {
    transform: rotate(45deg);
}
.section-list.open .section-list-cont {
    display: block;
}
.form-list-3 {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    margin: 10px 0;
    padding: 0 20px;
}
.form-list-3 ul {
    margin-bottom: 0;
}
.form-list-3 > ul >li {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.form-list-3 > ul >li:last-child {
    border-bottom: 0;
}
.form-list-3-text {
    color: #828282;
    padding-right: 20px;
    min-width: 190px;
}
.form-list-3-sm .form-list-3-text {
    min-width: 120px;
}
.form-list-3-control {
    flex-grow: 1;
}
.form-list-3-input {
    width: calc(100% - 200px);
    max-width: 500px;
    min-width: 240px;
}
.form-list-3-button {
    height: 42px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.form-list-3-input .form-control {
    border-color: transparent;
    cursor: default;
    color: #000;
    height: auto;
    min-height: 42px;
    padding: 8px 10px;
}
.form-list-3-input > .form-control:hover {
    background-color: #e0e0e0;
}
.form-list-3-input > .form-control:focus {
    background-color: #fff;
    border-color: #959393;
}
.form-list-3-input > .form-control[readonly] {
    background-color: transparent;
    border-color: transparent;
}
.form-list-3-input .select-toggle .select-arrow {
    opacity: 0;
}
.form-list-3-input .open .select-toggle .select-arrow, .form-list-3-input .select-toggle:hover .select-arrow {
    opacity: 1;
}
.form-list-3-input .select-container:not(.open) .select-toggle:hover .form-control {
    background-color: #e0e0e0;
    cursor: default;
}
.form-list-3-input .select-result li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-profile {
    position: relative;
}
.form-list-3-action {
    display: none;
    padding: 10px 0 20px;
}
.form-list-3-action .btn {
    margin-right: 10px;
    min-width: 140px;
}
.upload-img {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.file-preview {
    width: 250px;
    height: 100px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.file-preview img {
    max-width: 100%;
    max-height: 100%;
}
.upload-action {
    padding: 20px;
}
.upload-action .btn {
    margin-right: 10px;
}

.card-view {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
@media(max-width:1591px) {
    .card-view {
        width: 990px;
    }
}
@media(max-width:1261px) {
    .card-view {
        width: 660px;
    }
}
.card-view-title {
    margin-left: 40px;
}
.card-view-content {
    display: flex;
    flex-wrap: wrap;
}
.card-view-box {
    border-radius: 20px;
    background-color: #fff;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin: 20px 40px;
    max-width: 250px;
    transition: all .2s ease;
}
.card-view-box:hover {
    background-color: #fefefe;
    box-shadow: 0 2px 4px rgba(10,35,69,.15);
}
.card-icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.card-icon.bg-blue-1 {
    background-color: rgba(5, 55, 82, .15);
}
.card-icon.bg-blue-2 {
    background-color: rgba(28, 53, 94, .15);
}
.card-icon.bg-cyan {
    background-color: rgba(95, 190, 213, .15);
}
.card-icon.bg-red {
    background-color: rgba(227, 3, 39, .15);
}
.card-icon.bg-yellow {
    background-color: rgba(242, 190, 74, .15);
}
.card-icon.bg-green {
    background-color: rgba(140, 198, 70, .15);
}
.card-text {
    font-size: 13px;
    color: #646469;
    text-align: center;
}
.card-view-inline {
    margin-top: 16px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
}
.card-view-inline ul {
    margin-bottom: 0;
    display: flex;
    justify-content: space-around;
    padding: 0 10px;
}
.card-view-inline ul li {
    display: flex;
    align-items: center;
    padding: 30px 0;
}
.card-view-inline .card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    margin-right: 20px;
    flex-shrink: 0;
}
.card-view-inline .card-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.card-view-inline .card-text span {
    font-weight: 600;
    color: #777779;
}
.card-view-inline .card-text strong {
    font-size: 36px;
    color: #000;
}
.chart-view {
    display: flex;
    margin-top: 16px;
    margin-left: -16px;
}
.chart-view:last-child {
    margin-bottom: 16px;
}
.chart-view-box {
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 24px;
    margin-left: 16px;
    width: 50%;
}
.chart-view-title {
    font-weight: 600;
    font-size: 15px;
}
.chart-view-content {
    padding: 30px 0 10px;
    display: flex;
    justify-content: center;
}
.chart-view-content img {
    max-width: 100%;
}
.request-wrap {
    height: 100%;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    transition: all .5s cubic-bezier(0.23, 1, 0.32, 1)
}
.has-panel .request-wrap {
    width: calc(-430px + 100%);
}
.request-wrap-3 .request-list {
    width: 33.33%; 
}
.request-list {
    flex-grow: 1;
    position: relative;
    min-width: 420px;
}
.request-list:not(:first-child) {
    margin-left: 30px;
}
.request-list.hide:first-child + .request-list, .request-list.hide:first-child + .request-list.hide + .request-list, .request-list.hide:first-child + .request-list.hide + .request-list.hide + .request-list {
    margin-left: 0;
}
.sidebar + .main .request-list {
    min-width: 320px;
}
.request-list.aim-container.is-active:after {
    content: "";
    position: absolute;
    top: 75px;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 8px;
    border: 1px dashed #D9D9D9;
    background-color: #fafafa;
}
.request-list-title {
    font-size: 18px;
    color: #262626;
    border-bottom: 2px solid #8c8c8c;
    display: flex;
    align-items: flex-start;
    height: 35px;
    margin-top: 20px;
}
.request-list-title strong {
    color: #8c8c8c;
    margin-left: 10px;
}
.request-list-body {
    margin-top: 20px;
    height: calc(-75px + 100%);
    overflow: hidden;
    overflow-y: auto;
}
.request-list-body.loading:after {
    top: 98px;
}
.request-list-body.no-data:after {
    content: "No request yet";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 185px;
    font-size: 14px;
    color: #bfbfbf;
}
.card-list li {
    padding: 20px 20px 0;
    border-radius: 8px;
    background-color: #F5F5F5;
    font-size: 12px;
    margin-bottom: 8px;
    transition: box-shadow .2s, transform .2s;
    /* cursor: pointer; */
    user-select: none;
}
/* .card-list li:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
} */
.card-list li.draggable.is-active {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
    /* pointer-events: none; */
    transform: rotate(4deg);
}
.card-list li.card-list-placeholder {
    border: 1px dashed #D9D9D9;
    background-color: #fafafa;
    box-shadow: none;
    display: none;
}
.card-list li.drag-target {
    position: fixed;
    z-index: 10086;
}
.card-list li .top, .card-list li .bottom {
    display: flex;
    justify-content: space-between;
}
.card-list li .bottom {
    align-items: center;
    border-top: 1px solid #D9D9D9;
    padding: 8px 0;
}
.card-list li .left {
    margin-right: 10px;
    max-width: calc(-42px + 100%);
}
.card-list li .right {
    display: flex;
    align-items: flex-start;
}
.card-list li.is-active .link-more, .card-list li.is-active .user-avatar {
    pointer-events: none;
}
.request-warn {
    margin-top: 2px;
    margin-right: 5px;
}
.request-type {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 6px 2px; 
    border-radius: 10px;
    text-transform: uppercase;
}
.request-type-add {
    background-color: #0072ce;
    color: #fff;
}
.request-type-remove {
    background-color: #EE2E5D;
    color: #fff;
}
.request-type-deactive {
    background-color: #FFB311;
    color: #fff;
}
.request-name {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin-top: 5px;
}
.request-info {
    margin-top: 5px;
    margin-bottom: 20px;
}
.request-info-list {
    display: flex;
}
.request-info-icon {
    display: flex;
    align-items: flex-start;
}
.request-info-text {
    /* padding-top: 4px; */
    margin-top: -2px;
    margin-left: 3px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    width: calc(-27px + 100%);
}
.request-info-text span {
    display: block;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.request-date {
    font-weight: 600;
}
.link-more {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: -5px;
}
.a-circle-link {
    display: inline-block;
    padding: 3px 8px;
    background-color: rgba(0, 0, 0, 0.08);
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #595959;
    text-decoration: none;
    border-radius: 100px;
    /* margin-right: 5px; */
    margin-bottom: 5px;
    transition: all .2s;
}
.a-circle-link:first-child {
    margin-left: 0;
}
.a-circle-link:hover {
    background-color: rgba(0, 0, 0, 0.15);
}
.link-more-detail {
    position: fixed;
    z-index: 799;
    width: 250px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 20px 20px 0;
    cursor: default;
    /* max-height: 0; */
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s cubic-bezier(.7,0,.3,1);
}
.link-more.open .link-more-detail {
    /* max-height: 500px; */
    visibility: visible;
    opacity: 1;
}
.link-more-detail-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.link-more-detail-info {
    color: #bfbfbf;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.link-more-detail-info span {
    display: flex;
    align-items: center;
}
.link-more-detail-info span:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #bfbfbf;
    margin: 0 5px;
}
.link-more-detail-info span.no-wrap {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.link-more-detail-desc {
    color: #8c8c8c;
    margin-bottom: 15px;        
}
.link-more-detail-action {
    border-top: 1px solid #D9D9D9;
    padding: 15px 0;
    text-align: center;
}
.link-more-detail-action a {
    font-size: 12px;
    color: #0072ce;
    text-decoration: none;
}
.link-more-detail-action a:hover {
    text-decoration: underline;
}
.show-more-list {
    margin-bottom: 15px;
    display: none;
}
.show-more-list .btn {
    font-size: 12px;
    color: #8c8c8c;
    background-color: #fafafa;
}

.section-box {
    padding: 30px 0;
}
.section-remove-tool {
    border-bottom: 1px dashed #8c8c8c;
}
.section-title {
    font-size: 24px;
    display: flex;
    align-items: center;
    /* margin-bottom: 15px; */
}
.section-remove-tool .section-title {
    align-items: baseline;
}
.section-add-tool .form-select {
    width: 260px;
    height: 42px;
    margin-left: 40px;
    font-size: 16px;
    position: relative;
}
.section-add-tool .form-control {
    font-weight: 400;
    font-size: 16px;
}
.section-title small {
    font-size: 14px;
    margin-left: 10px;
}
.tool-list ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -20px;
}
.tool-list li {
    /* flex-grow: 1; */
    /* width: calc((-40px + 100%)/3); */
    margin-top: 20px;
    margin-left: 20px;
    width: 30%;
    min-width: 320px;
}
.tool-box {
    background: #F5F5F5;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    padding: 0 20px;
}
.tool-box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.tool-main-info {
    display: flex;
    /* align-items: center; */
}
.tool-text {
    margin-left: 10px;
    margin-top: 2px;
}
.tool-name {
    font-weight: 600;
    font-size: 14px;
    color: #262626;
}
.tool-role {
    font-weight: 600;
    font-size: 12px;
    color: #8c8c8c;
}
.tool-box-bottom {
    border-top: 1px solid #D9D9D9;
    padding: 15px 0;
}
.tool-affiliate {
    margin-top: 5px;
    font-size: 12px;
}
.tool-affiliate span {
    margin-right: 5px;
}
.tool-box .btn-sm {
    padding-left: 0;
    padding-right: 0;
    width: 90px;
}
.account-name {
    margin-top: 40px;
    margin-bottom: -20px;
    font-weight: 400;
    font-size: 16px;
    color: #8c8c8c;
}
.form-box {
    width: 280px;
    height: 350px;
    background: #f7f7f7;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 25px 50px 0;
    position: relative;
}
.is-selected .form-box {
    background: #f0f0f0;
}
.is-selected.is-edited .form-box {
    background: #D9EAF8;
}
.form-box img {
    text-align: center;
}
.form-box .checkbox {
    position: absolute;
    top: 12px;
    right: 10px;
}
.form-box .checkbox input {
    width: 32px;
    height: 32px;
    margin-right: 0;
    cursor: pointer;
}
.form-box .checkbox input + label:before {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #0072ce;
}
.form-box .checkbox input:checked + label:before {
    background-color: #0072ce;
}
.form-box .checkbox input:checked + label:after {
    width: 32px;
    height: 32px;
    top: 0px;
    left: 0px;
    background-color: transparent;
    border-radius: 0;
    background-image: url(../images/icon-checkmark-md.png);
	background-image: -webkit-image-set(url(../images/icon-checkmark-md.png) 1x, url(../images/icon-checkmark-md@2x.png) 2x, url(../images/icon-checkmark-md@3x.png) 3x);
	background-repeat: no-repeat;
    background-position: center center;
}
.form-box .checkbox input:disabled {
    cursor: default;
}
.form-box .checkbox input:disabled:checked + label:before {
    opacity: .75;
}
.form-box-bottom {
    height: 58px;
    background: #FFFFFF;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.03);
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 14px;
}
.form-box-bottom .btn {
    visibility: hidden;
}
.is-selected .form-box-bottom .btn {
    visibility: visible;
}
.question-list ul {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: -20px;
    flex-wrap: wrap;
}
.question-list li {
    margin-left: 20px;
    margin-top: 20px;
    width: 48%;
}
.form-group-radio-button {
    padding: 30px 25px;
    align-items: center;
    margin-top: 0;
    background: rgba(0, 114, 206, 0.08);
    /* background: #f5f5f5; */
    border-radius: 4px;
    letter-spacing: -0.2px;
}
.form-group-radio-button .radio-button input, .form-group-radio-button .radio-button input + label {
    cursor: pointer;
    font-weight: 600;   
    color: #262626;
}
.form-group-radio-button .radio-button input + label:before {
    border-color: #8c8c8c;
    background-color: #fff;
}
.form-group-radio-button .radio-button input:checked + label:before {
    border-color: #0072CE;
}
.form-group-radio-button .radio-button input:checked + label:after {
    background-color: #0072CE;
}
.form-group-text {
    font-weight: 600;
    font-size: 16px;
    color: #262626;
    margin-bottom: 20px;
}
.form-group-control {
    display: flex;
    align-items: center;
    margin-left: -40px;
    flex-shrink: 0;
}
.form-group-control .radio-button {
    margin-bottom: 0;
    margin-left: 40px;    
}
.confirm-forms {
    margin-top: 20px;
    display: none;
}
.confirm-forms-title {
    font-size: 13px;
    margin-bottom: 5px;
    color: #999899;
}
.confirm-forms-list {
    background-color: #fafafa;
    border-radius: 4px;
    padding: 15px;
    list-style: disc inside;
}
.confirm-forms-list li {
    font-size: 12px;
    margin-bottom: 7px;
}
.confirm-forms-list li:last-child {
    margin-bottom: 0;
}
.select-container .select-result dt {
    padding: 8px 8px 0;
    color: #bfbfbf;
    font-weight: 400;
}
.select-container-multiple .select-result dd li {
    margin-left: 8px;
    padding-left: 10px;
}
.main-footer {
    flex-shrink: 0;
    height: 84px;
    border-top: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-footer-left, .main-footer-right {
    display: flex;
    align-items: center;
}
.main-footer .btn {
    width: 150px;
}

/* Start Panel Style */
.panel {
    width: 480px;
    background: #FFFFFF;
    box-shadow: -2px 0px 4px 2px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 800;
    top: 78px;
    bottom: 0;
    right: -480px;
    transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}
.panel-xl {
    width: 100%;
    max-width: 800px;
    right: -800px;
}
.open.panel {
    right: 0;
}
.panel-content {
    height: 100%;
    display: none;       
}
.panel-header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
    padding: 0 24px;
}
.panel-header-left {
    display: flex;
    align-items: center;
}
.panel-header-left .btn {
    margin-right: 10px;
}
.panel-title {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.panel-title .icon {
    top: 6px;
    cursor: help;
    opacity: .8;
    transition: all .2s;
}
.panel-title .icon:hover {
    opacity: 1;
}
.panel-header-nav ul {
    display: flex;
    align-items: center;
    margin-bottom: 0; 
    margin-left: 15px;
    margin-right: 30px;
}
.panel-header-nav li {
    margin-left: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #8A8A8D;
    transition: color .2s;
}
.panel-header-nav li:hover {
    color: #55565A;
}
.panel-header-nav ul li.is-selected {
    font-weight: 600;
    color: #55565A;
    border-bottom: 2px solid #E30327;
}
.panel-body {
    padding: 24px;
    position: relative;
    height: calc(-60px + 100%);
    overflow: hidden;
    overflow-y: auto;
}
.panel-body-action .btn-group {
    display: flex;
    justify-content: flex-end;
}
.panel-body-action .btn-group .btn {
    margin-right: 8px;
}
.panel-body-action .btn-group .btn:last-child {
    margin-right: 0;
}
.contact-info-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-info-top-right {
    width: calc(-120px + 100%);
}
.contact-info-avatar {
    margin-right: 20px;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    background-color: rgba(0,114,206,.15);
    color: #0072ce;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s;
    position: relative;
}
.contact-info-avatar::before {
    content: attr(data-user-name);
}
.contact-info-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info-name {
    font-weight: 600;
    font-size: 24px;
    color: #262626;
    margin-bottom: 5px;
}
.contact-info-email {
    font-weight: 600;
    color: #8c8c8c;
    overflow: hidden;
    text-overflow: ellipsis;
}
.account-info-action {
    position: absolute;
    top: 25px;
    right: 20px;
}
.account-info-name {
    font-weight: 600;
    font-size: 24px;
    color: #262626;
    margin-bottom: 10px;
}
.panel-list-2, .panel-list-3 {
    margin-top: 12px;
}
.panel-list-title {
    font-size: 12px;
    color: #646469;
    margin-bottom: 5px;
}
.panel-list-title .icon-info {
    height: 21px;
    cursor: help;
    opacity: .8;
    transition: all .2s;
}
.panel-list-title .icon-info:hover {
    opacity: 1;
}
.panel-list .contact-info {
    border-bottom: 1px dashed #D9D9D9;
    padding-bottom: 10px;
}
.panel-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.panel-list li strong {
    font-size: 15px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
}
.panel-list-2 li {
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 12px 16px;
}
.panel-list-3 li {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 10px 0 0;
}
.panel-list li > span {
    color: #8c8c8c;
    flex-shrink: 0;
    width: 100px;
    margin-right: 20px;
}
.panel-list-left {
    display: flex;
    align-items: center;
    width: calc(-120px + 100%);
}
.panel-list-icon {
    margin-right: 5px;
}
.panel-list-icon + .panel-list-text {
    width: calc(-35px + 100%);
}
.panel-list-icon .icon-red {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: rgba(238,46,93,.15);
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel-list-text-bottom {
    font-size: 12px;
    color: #8c8c8c;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.2px;
}
.panel-list-text-bottom a {
    margin-left: 5px;
    color: #0072ce;
    text-decoration: none;
    white-space: nowrap;
}
.panel-list-text-bottom a:hover {
    text-decoration: underline;
}
.panel-list .no-data {
    font-size: 12px;
    padding: 30px 10px;
    background-color: #fafafa;
    border-radius: 4px;
    text-align: center;
    color: #afafaf;
}
.panel-list-right {
    text-align: right;
}
.panel-list-right .panel-list-date {
    font-size: 11px;
    color: #8c8c8c;
}
.form-list + .form-body-action {
    margin-top: -30px;
}
.form-list + .form-body-action .btn {
    width: 100%;
}
.data-list-2 {
    padding-top: 0;
    height: calc(-123px + 100%);
}
.data-list-2 .data-list-header {
    background-color: #f2f2f2;
}
.data-list-2 .list-border-top, .list-border-bottom {
    border-color: #f0f0f0;
}
.data-list-2 + .data-list-tips {
    padding-top: 20px;
}
.panel .data-list-body .cell-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.modal-new-subscribe .modal-body, .modal-edit-subscribe .modal-body {
    min-height: 380px;
}
.modal-new-subscribe .subscribe-content, .modal-edit-subscribe .subscribe-content {
    display: none;
}
.modal-new-subscribe .modal-footer, .modal-edit-subscribe .modal-footer {
    display: flex;
    justify-content: flex-end;
}
.modal-new-subscribe .modal-footer .btn, .modal-edit-subscribe .modal-footer .btn {
    display: none;
}
.frequency-list li {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all .2s;
}
.frequency-list li:last-child {
    margin-bottom: 0;
}
.frequency-list li.is-selected {
    border-color: #053752;
    background-color: rgba(5, 55, 82, 0.08);
}
.frequency-list li h5 {
    margin-top: 5px;
    margin-bottom: 0;
}
.frequency-list li small {
    color: #8A8A8D;
}
.frequency-list li.is-selected h5 {
    color: #053752;
}
.frequency-list li.is-selected small {
    color: rgba(5, 55, 82, 0.75);
}
.subscribe-conditions .form-split > li {
    margin-bottom: 0;
}


.modal-add-tool .modal-content {
    width: 820px;
    padding: 0;
}
.modal-add-tool .modal-body {
    display: flex;
    height: 590px;
}
.modal-add-tool .left {
    padding: 0 30px;
    width: 340px;
    flex-shrink: 0;
    background-color: #fafafa;
}
.modal-add-tool .right {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.modal-add-tool .top {
    display: flex;
    align-items: center;
    padding: 30px 0 20px;
    border-bottom: 1px solid #E8E8E8;
}
.modal-add-tool .tool-icon {
    margin-right: 10px;
}
.modal-add-tool .tool-desc {
    color: #8c8c8c;
    padding: 10px 0 30px;
}
.modal-add-tool .tool-desc p {
    margin: 20px 0 0;
}
.modal-add-tool .form {
    padding: 10px 30px 30px;
    overflow: auto;
    flex-grow: 1;
}
.modal-add-tool .form > ul > li {
    background-color: #FAFAFA;
    border-radius: 8px;
    padding: 30px;
    margin-top: 20px;
}
.modal-add-tool .form label {
    color: #595959;
    margin-bottom: 5px;
    display: block;
}
.modal-add-tool .form .form-select {
    position: relative;
    height: 42px;
}
.modal-add-tool .form-action {
    padding: 20px 30px;
    border-top: 1px solid #E8E8E8;
}
.modal-add-tool .form-action .btn {
    width: 140px;
    margin-left: 5px;
}
.modal-add-tool .form-read-group {
    width: 360px;
}
.modal-footer .btn {
    min-width: 140px;
}

.review-box {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    padding: 30px;
}
.review-box-top, .review-box-bottom {
    display: flex;
}
.review-box-left {
    width: 286px;
    padding-right: 30px;
    flex-shrink: 0;
    border-right: 1px solid #D9D9D9;
}
.review-box-right {
    flex-grow: 1;
    padding: 0 100px;
    position: relative;
    width: calc(-286px + 100%);
}
.review-box-right .tool-list ul {
    margin-top: -20px;
}
.review-box-title {
    font-size: 16px;
    color: #262626;
}
/* .split-1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
    margin-top: -40px;
}
.split-1 li {
    margin-top: 40px;
    margin-left: 50px;
    width: 250px;
} */
.form-input-select .dropdown-toggle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    min-height: 42px;
    max-height: 240px;
    overflow-y: auto;
    -webkit-user-modify: read-only;
}
.form-input-select .dropdown-toggle ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-bottom: -5px;
    flex-grow: 1;
    margin-top: 3px\0;
}
.form-input-select .dropdown-toggle li {
    margin: 0 0 5px 5px;
    width: auto;
    display: flex;
    align-items: center;
    padding: 0px 5px 0px 10px;
    background-color: #efefef;
    border-radius: 20px;
}
.form-input-select .dropdown-toggle li.dropdown-input {
    background-color: transparent;
    border-radius: 0;
    margin-left: 0;
    margin-bottom: 2px; 
    padding: 0;
    flex-grow: 1;
}
.form-input-select .dropdown-toggle li span {
    font-size: 12px;
    color: #55565A;
}
.form-input-select .dropdown-toggle li .icon {
    transform: scale(0.8);
    cursor: pointer;
    transition: all .2s;
}
.form-input-select .dropdown-toggle li .icon:hover {
    background-color: #d9d9d9;
    border-radius: 100%;
}
.form-input-select .dropdown-toggle .form-control {
    padding: 0;
    padding-left: 5px;
    border-width: 0;
    background: transparent;
    width: 60px;
    height: auto;
    flex-grow: 1;
}
.form-input-select .dropdown-menu {
    padding: 5px 4px;
    margin-top: -1px;
    border: 2px solid #959393;
    position: fixed;
    top: unset;
    left: unset;
    right: unset;
    width: 436px;
}
.form-input-select .dropdown-menu-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}
.form-input-select .dropdown-menu-action .btn {
    border-radius: 4px;
    padding: 1px 5px 1px 1px;
    font-size: 12px;
    font-weight: 700;
    color: #646469;
    opacity: .85;
}
.form-input-select .dropdown-menu-action .btn:hover {
    opacity: 1;
}
.form-input-select .dropdown-menu-action .btn span {
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-input-select .dropdown-menu-action a {
    font-size: 12px;
    color: #053752;
    text-decoration: none;
    margin-right: 8px;
}
.form-input-select .dropdown-menu-action a:last-child {
    margin-right: 4px;
}
.form-input-select .dropdown-menu-action a:hover {
    text-decoration: underline;
}
.form-input-select .user-list {
    margin-bottom: 0;
    max-height: 280px;
    overflow: auto;
}
.form-input-select .dropdown-menu-action + ul {
    max-height: 230px;
}
.form-input-select .user-list li {
    margin-bottom: 1px;
    padding: 8px 25px 8px 10px;
    width: auto;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}
.form-input-select .user-list li.hide-by-filter, .form-input-select .user-list li.hide-by-keyword {
    display: none !important;
}
.form-input-select .user-list li:last-child {
    margin-bottom: 0;
}
.form-input-select .user-list li:hover {
    background-color: #f4f4f4;
}
.form-input-select .user-list li.is-selected {
    background-color: #e4e4e4;
}
.form-input-select .user-list li:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
    top: 13px;
	right: 8px;
	background-image: url(../images/icon-checkmark-gray.png);
	background-image: -webkit-image-set(url(../images/icon-checkmark-gray.png) 1x, url(../images/icon-checkmark-gray@2x.png) 2x, url(../images/icon-checkmark-gray@3x.png) 3x);
	background-repeat: no-repeat;
    background-position: center 2px;
	opacity: 0;
}
.form-input-select .user-list li:hover:after {
	opacity: 0.5;
}
.form-input-select .user-list li.is-selected:after {
	opacity: 1;
}
.form-input-select .user-list li .user-avatar {
    margin-right: 5px;
    flex-shrink: 0;
}
.form-input-select .user-list li span {
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-input-select .user-list li small {
    margin-left: 5px;
    color: #999899;
    display: inline-block;
    /* max-width: 180px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-input-select .user-list li mark {
    color: #000;
    text-decoration: underline;
}
.form-input-select .user-list li.no-result {
    background-color: transparent !important;
    pointer-events: none;
    cursor: default;
    color: #bfbfbf;
}
.filter-user {
    position: relative;
    z-index: 1;
}
.filter-user .btn .icon-close-gray-sm:hover {
    background-color: #d9d9d9;
    border-radius: 100%;
}
.filter-wrap {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
}
.filter-wrap ul {
    padding: 4px 0;
    border-radius: 2px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0px 1.6px 3.2px rgba(0, 0, 0, 0.08);
}
.filter-wrap li {
    font-size: 12px;
    display: flex;
    align-items: center;
    width: 140px;
    height: 34px;
    padding: 0 8px;
    cursor: pointer;
    position: relative;
}
.filter-wrap li span {
    flex-grow: 1;
}
.filter-wrap li:hover {
    background-color: #eee;
}
.filter-wrap li > ul {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    display: none;
    max-height: 214px;
    overflow: auto;
}
.filter-wrap li:hover > ul {
    display: block;
}
.filter-wrap li > ul > li {
    width: auto;
    min-width: 140px;
    max-width: 265px;
    white-space: nowrap;
    overflow: hidden;
}

.review-box-action {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.review-box-action .btn:not(:first-child), .edit-mode .review-box-action .btn:first-child {
    display: none;
}
.edit-mode .review-box-action .btn {
    display: inline-flex;
}
.review-box-bottom {
    border-top: 1px dashed #D9D9D9;
    margin-top: 30px;
    padding-top: 30px;
}
.review-account-list {
    margin-top: 20px;
}
.review-account-list li {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px dashed #D9D9D9;
    font-weight: 600;
    font-size: 14px;
    color: #8c8c8c;
    cursor: pointer;
    position: relative;
    transition: all .2s;
}
.review-account-list li:first-child {
    border-top: 1px dashed #D9D9D9;
}
.review-account-list li.is-selected, .review-account-list li:hover {
    background-color: #f5f5f5;
    color: #262626;
}
.review-account-list li.is-selected:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #262626;
    position: absolute;
    left: 10px;
}
.review-account-name {
    font-size: 16px;
    margin-bottom: 40px;
}
.review-box-right .form-notes .form-control {
    width: 770px;
    max-width: 100%;
    height: 140px;
}

.form-wrap > ul {
    margin-bottom: 0;
}
.form-wrap > ul > li {
    margin-top: 20px;
}
.form-wrap > ul > li.only-icon {
    font-size: 0;
    text-align: center;
    margin-top: 15px;
}
.form-wrap > ul > li.only-icon + li {
    margin-top: 10px;
}
.form-wrap .form-group label {
    position: inherit;
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #999899;
    margin-bottom: 5px;
}
.form-wrap .form-group .form-select {
    height: 42px;
    position: relative;
}

.data-list-body .list-row.active:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-image: linear-gradient(90deg, #ffffff 0%,#fbedec 25%,#fffafa 50%,#fbedec 75%,#ffffff 100%);
    animation: widen 0.5s both;
}
@-webkit-keyframes widen {
    0% {
    width: 40%;
   }
    100% {
    width: 200%;
   }
}
@keyframes widen {
    0% {
        width: 40%;
    }
    100% {
    width: 100%;
    }
}
.cell-text .user-wrap {
    display: flex;
    align-items: center;
    text-align: left;
}
.cell-text .user-wrap .user-icon {
    margin-right: 5px;
}
.cell-text .user-wrap .user-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(-40px + 100%);
}
.cell-text .user-wrap .user-name {
    font-size: 13px;
    margin-top: 0;
}
.cell-text .user-wrap .user-email {
    font-size: 11px;
    color: #8c8c8c;
    margin-bottom: 0;
}
.modal-edit-form .modal-content {
    width: 100%;
    height: 100%;
    padding: 0;
}
.modal-edit-form iframe {
    border: none;
    width: 100%;
    height: 100%;
}
.form-disabled {
    pointer-events: none;
    opacity: .4;
}
.form-disabled input {
    cursor: default;
}
.form-disabled.btn {
    opacity: 1;
    background-color: #F5F5F5;
    border-color: #E8E8E8;
    color: #bdbdbd;
}
.switch-active {
    cursor: pointer;
}
.switch-active .switch {
    pointer-events: none;
}
.data-list-top-action {
    margin: 10px 0;
}
.data-list-top-action + .data-list-header + .data-list-body {
    height: calc(-96px + 100%);
}
.form-export-data {
    max-width: 420px;
}
.form-export-data .top-date-range {
    width: 100%;
}
.form-export-data .top-date-range .form-date-visual .form-control {
    border-radius: 4px;
    padding: 5px 10px;
    background: #fff;
    border-color: #e0e0e0;
}
.form-export-data .top-date-range.open .form-date-visual .form-control {
    border-color: #959393;
}
.form-export-data .top-date-range .select-arrow {
    right: 0;
    background-image: url(../images/select1.png)
}
.date-range {
    position: relative;
}
.date-range .select-arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: url(../images/select1.png) no-repeat 2px 8px;
}
.date-range.open .select-arrow {
    background-position: -24px 8px;
}
.date-range.open .form-date-visual .form-control {
    background: #e0e0e0;
}
.date-range .form-date-toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.date-range .form-date-toggle .form-control {
    cursor: pointer;
    width: 100%;
}
.date-range .btn-md strong {
    font-weight: 400;
    margin-right: 8px;
}

.cell-logo img {
    width: 120px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}
.upload {
    padding-top: 8px;
}
.upload .form-upload {
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	position: relative;
	height: 184px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: border .2s;
}
.upload .form-upload.hover {
	border-color: #8c8c8c;
}
.upload .form-upload:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	opacity: 0;
	transition: opacity .2s;
}
.upload .form-upload.hover:before {
	opacity: 0.15;
}
.upload .form-upload-icon {
	width: 124px;
	height: 84px;
    background-image: url(../images/icon-file-manager.png);
	background-image: -webkit-image-set(url(../images/icon-file-manager.png) 1x, url(../images/icon-file-manager@2x.png) 2x, url(../images/icon-file-manager@3x.png) 3x);
	background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 16px;
}
.upload .form-upload-text {
    font-size: 13px;
	color: #A9A8A9;
}
.upload .file-upload {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.upload .form-upload-pic {
    display: none;
    width: 98%;
    height: 98%;
    align-items: center;
    justify-content: center;
}
.upload .form-upload-pic img {
    max-width: 100%;
    max-height: 100%;
}
.upload .form-upload-actions {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 10%,  rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 1) 100%);
    opacity: 0;
    transition: all .2s ease-in;
}
.upload .form-upload-actions .btn {
    transform: translateY(100px);
    font-size: 11px;
    line-height: 1;
    padding: 8px 16px;
    transition: all .2s;
}
.upload .form-upload.loading2 > div {
    opacity: 0;
}
.upload .form-upload.preview > * {
    display: none;
}
.upload .form-upload.preview .form-upload-pic, .upload .form-upload.preview .form-upload-actions  {
    display: flex;
} 
.upload .form-upload.preview.show-actions .form-upload-actions {
    opacity: 1;
}
.upload .form-upload:not(.loading2).preview.show-actions .form-upload-actions .btn {
    transform: translateY(60px);
}

/* Error Pages */
.error-page header {
    height: 8px;
    border-top: none;
    background: #e30327;
    box-shadow: none;
}
.error-page main {
    /* width: 100vw; */
    height: calc(-8px + 100%);
    align-items: center;
    justify-content: center;
    overflow: auto;
    -webkit-overflow-scroll: touch;
}
.error-page .error-wrap {
    width: 100%;
}
.error-pic {
    /* max-width: 100%; */
    width: 420px;
    height: 245px;
    background-image: url(../images/bg-error.png);
	background-image: -webkit-image-set(url(../images/bg-error.png) 1x, url(../images/bg-error@2x.png) 2x, url(../images/bg-error@3x.png) 3x);
	background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin-left: calc(-210px + 50%);
}
.error-number {
    position: absolute;
    top: 105px;
    left: 77px;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
}
.error-title {
    font-weight: 600;
    font-size: 36px;
    color: #262626;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
}
.error-content {
    font-size: 16px;
    color: #595959;
    text-align: center;
    margin-bottom: 30px;
}
.error-action {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.error-action .btn {
    margin: 0 5px;
}
@media(max-width:480px) {
    .error-pic {
        transform: scale(0.75);
    }
    .error-title {
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .error-content {
        font-size: 14px;
        margin-bottom: 20px;
    }
}
@media(max-width:374px) {
    .error-page main {
        padding: 20px 10px;
    }
    .error-pic {
        transform: scale(0.65);
    }
    .error-action .btn {
        font-size: 14px;
    }
}
@media(max-height:512px) {
    .error-page main {
        align-items: flex-start;
    }
}

/* Sing Out */
.sign-out header {
    height: 8px;
    border-top: none;
    background: #E30327;
    box-shadow: none;
}
.sign-out main {
    height: calc(-8px + 100%);
    align-items: center;
    justify-content: center;
    overflow: auto;
    -webkit-overflow-scroll: touch;
}
.sign-out .box-wrap {
    background-color: #fff;
    padding: 60px 80px;
    border-radius: 4px;
    box-shadow: 0 1.6px 3.6px 0 rgb(0 0 0 / 13%), 0 0.3px 0.9px 0 rgb(0 0 0 / 11%);
}
.sign-out .box-title {
    font-weight: 600;
    font-size: 36px;
    color: #262626;
    margin-top: 40px;
    margin-bottom: 25px;
}
.sign-out .box-content {
    font-size: 16px;
    color: #595959;
}
@media(max-width:720px) {
    .sign-out main {
        padding: 10px 20px;
    }
    .sign-out .box-wrap {
        padding: 20px 30px;
    }
    .sign-out .box-title {
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .sign-out .box-content {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* Modal Message */
.modal-message .modal-pic {
    text-align: center;
}
.modal-message .modal-message-tit {
    font-weight: 600;
    font-size: 18px;
    color: #262626;
}
.modal-message p {
    color: #8c8c8c;
    margin-top: 10px;
    margin-bottom: 0;
}
/* .modal-message .modal-footer {
    padding-top: 30px;
} */

.modal-remove-tool .modal-form {
    margin: 30px 0;
}
.modal-remove-tool .modal-form .form-select {
    position: relative;
    height: 42px;
    margin-top: 10px;
}

.custom-tool {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    min-height: 80px;
    background-color: #f5f5f5;
    border: 1px dashed #bfbfbf;
    border-radius: 4px;
    font-size: 16px;
    color: #8c8c8c;
    cursor: pointer;
    transition: all .2s;
}
.custom-tool:hover {
    background-color: rgba(0,114,206,.15);
    border-color: #0072ce;
    color: #0072ce;
}
.custom-tool .icon-add {
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 8px;
}
.custom-tool .icon-add:before, .custom-tool .icon-add:after {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #8c8c8c;
    position: absolute;
    top: 6px;
    left: 0;
    transition: all .2s;
}
.custom-tool .icon-add:after {
    transform: rotate(90deg);
    transform-origin: center center;
}
.custom-tool:hover .icon-add:before, .custom-tool:hover .icon-add:after {
    background-color: #0072ce;
}
.modal-custom-report textarea.form-control {
    height: 80px;
}
.modal-complete-request textarea.form-control, .modal-reject-request textarea.form-control {
    height: 60px;
}
.modal-cancel-request textarea.form-control {
    height: 80px;
}

.modal-view-permissions .modal-body, .modal-edit-permissions .modal-body {
    display: flex;
    flex-direction: column;
}
.permissions-list {
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d9d9d9;
}
.permissions-list-title {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.permissions-list-content {
    min-height: 0;
}
.permissions-list-content ul {
    margin-bottom: 24px;
}
.permissions-list-content li {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 16px;
    background-color: #eee;
    border-radius: 4px;
    color: #000;
    margin-bottom: 8px;
}
.permissions-list-content li.is-active {
    background-color: rgba(227, 3, 39, 0.05);
}
.permissions-list-content li:last-child {
    margin-bottom: 0;
}
.permissions-list-content li .switch {
    margin-right: 8px;
}
.card-list:not(:last-child) {
    margin-bottom: 10px;
}
.card-list-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    padding: 12px 10px;
    background-color: #eee;
    border-radius: 4px;
    cursor: pointer;
}
.card-list-title span:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #222426;
    transform-origin: left;
    margin-right: 3px;
}
.card-list.open .card-list-title span:before {
    transform: rotate(45deg);
}
.card-list-cont {
    display: none;
}
.card-list.open .card-list-cont {
    display: block;
}

/* Sign In Style*/
.login {
    display: flex;
    height: 100%;
}
.login-sidebar {
    width: 456px;
    padding: 0 20px;
    background: url(../images/bg-sidebar.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    display: flex;
	align-items: center;
    position: relative;
    z-index: 1;
}
.login-sidebar:after {
	content: " ";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #053752;
	opacity: .9;
}
.login .sidebar-content h5 {
	font-size: 14px;
	font-weight: normal;
	opacity: .8;
	letter-spacing: 1px;
    margin: 0;
    margin-bottom: 5px;
}
.login .sidebar-content h3 {
	font-size: 20px;
	font-weight: normal;
	opacity: .9;
	letter-spacing: 1.5px;
	line-height: 150%;
	text-transform: uppercase;
    margin: 0;
}
.login .sidebar-footer {
    position: absolute;
    z-index: 1001;
	bottom: 24px;
	left: 0;
	right: 0;
}
.login .copyright {
    font-size: 12px;
	color: #fff;
    opacity: .5;
}

.form-login {
    flex-grow: 1;
	display: flex;
	align-items: center;
	overflow: auto;
    background-color: #fff;
}
.form-login .copyright {
    display: none;
	color: #666;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
}
.form-login .form-wrap {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.form-login .form-title {
    color: #000;
    font-weight: 600;
	font-size: 26px;
    margin-top: 25px;
    margin-bottom: 5px;
}
.form-login .form-sub-title {
	opacity: .65;
}
.form-login .form-cell {
	margin-top: 40px;
}
.form-login .form-cell > label {
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 5px;
    opacity: .85;
}
.form-login .form-cell > label a {
    color: #053752;
    text-decoration: none;
    transition: all .2s;
}
.form-login .form-cell > label a:hover {
	text-decoration: underline;
}
.form-login .form-pwd {
    position: relative;
}
.form-login .form-pwd .form-control {
    padding-right: 40px;
}
.form-login .form-pwd .btn {
    position: absolute;
    right: 10px;
    top: 9px;
	opacity: 0.65;
	transition: all .2s;
}
.form-login .form-pwd .btn:hover {
	opacity: 0.8;
}
.form-login .form-error {
	line-height: 20px;
	color: #E30327;
    margin-top: 20px;
    margin-bottom: -20px;   
}
.form-login .form-btn {
	margin-top: 50px;
}
.form-login .form-btn .btn {
	width: 100%;
    height: 48px;
    font-size: 16px;
    letter-spacing: 1px;
}
.form-login .form-help {
    opacity: .85;
    font-size: 13px;
	margin-top: 20px;
}
.form-login .form-help a {
	color: #053752;
	text-decoration: none;
}
.form-login .form-help a:hover {
	text-decoration: underline;
 }
 @media (max-width:1023px) {
     .login-sidebar {
         display: none;
     }
     .form-login .copyright {
         display: block;
         text-align: center;
     }
 }

.login ~ .alert-tips {
    display: none;
}