/*=============================================
=            Common CSS            =
=============================================*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #343a40;
}

.h4 {
    font-size: 16px;
    font-weight: 500;
    color: #2D2D2D;
}

label {
    font-weight: 400;
    display: block;
    font-size: 12px;
    color: #2D2D2D;
}

b, strong {
    font-weight: 500;
}

.font-24px {
    font-size: 24px;
}

.weight-600 {
    font-weight: 600;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-400 {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 500 !important;
}

.width-50 {
    width: 50px !important;
}

.width-60 {
    width: 60px !important;
}

.width-70 {
    width: 70px !important;
}

.width-80 {
    width: 80px !important;
}

.width-100 {
    width: 100px !important;
}

.width-120 {
    width: 120px !important;
}

.width-130 {
    width: 130px !important;
}

.width-140 {
    width: 140px !important;
}

.width-150 {
    width: 150px !important;
}

.width-222 {
    width: 222px !important;
}

.width-200 {
    width: 200px !important;
}

.width-250 {
    width: 250px !important;
}

.width-300 {
    width: 300px !important;
}

.width-350 {
    width: 350px !important;
}

.width-400 {
    width: 400px !important;
}

.text-danger {
    color: #F95154;
}

.bg-gray {
    background: #f5f5f5;
}

.relative {
    position: relative;
}

.bordered {
    border: 1px solid #ced4da;
}

.pointer {
    cursor: pointer !important;
}

.pointer:focus {
    outline: none !important;
}

.txt--error {
    color: #ff4f4f;
    font-style: italic;
    font-size: 12px;
}

img {
    max-width: 100%;
}

.header-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.weight-600 {
    font-weight: 600;
}

.pt-45 {
    padding-top: 45px !important;
}

.word-break {
    word-break: break-all;
}

.btn-circle {
    border: none;
    font-size: 22px;
    padding: 0px 5px;
    line-height: 1.4em;
    background: #f06543;
    color: #fff;
    border-radius: 4px 4px 0 0px;
}

.btn-logout {
    border: none;
    background: none;
    color: #7c8a96;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
}

.btn-logout i {
    margin-right: 10px;
}

.btn-logout:hover {
    color: #16181b;
}

.btn-profile {
    border: none;
    background: none;
    color: #383737;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 500;
}

.btn-profile i {
    margin-right: 10px;
}

.btn-profile:hover {
    color: #16181b;
}

.btn-sm-icon {
    padding: 0px !important;
    width: 32px;
    height: 32px;
}

.btn-link {
    padding: 0 !important;
}

.btn-link-secondary {
    color: #7c8a96;
}

.btn-link-success, .btn-link-success:hover {
    color: #3ddc97 !important;
    cursor: pointer;
}

.btn-link-info, .btn-link-info:hover {
    color: #3d8ef8 !important;
    cursor: pointer;
}

.btn-link-warning, .btn-link-warning:hover {
    color: #e4cc37 !important;
    cursor: pointer;
}

.btn-link-danger, .btn-link-danger:hover {
    color: #f13f4f !important;
    cursor: pointer;
}

.btn.disabled {
    cursor: not-allowed;
}

.btn.btn-md {
    padding: 0.3rem .75rem;
    height: 32px;
    font-size: 14px;
}

.btn-primary:hover, .btn-primary:active {
    color: #fff !important;
    background-color: #2c4881;
    border-color: #2c4881;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: none;
}

.truncate-heading {
    max-width: 300px;
    min-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #469dff !important;
}

.input-group-text-primary {
    color: #fff;
    background: #469dff;
    border-color: #469dff;
}

.line-text-middle {
    height: 1px;
    width: 100%;
    margin: 25px 0;
    background: #ced4da;
    position: relative;
}

.line-text-middle > span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    top: -11px;
}

fieldset {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.title-legend {
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
    float: inherit !important;
}

.form-group-error {
    position: relative;
}

.form-group-error > span {
    position: absolute;
    bottom: -20px;
}

.form-control:focus {
    border-color: #66afe9;
    box-shadow: none;
}

.more-detail {
    display: flex;
    align-items: center;
    justify-content: end;
}

.more-detail a {
    display: flex;
    align-items: center;
    height: 30px;
    color: #00a7e1;
}

.more-detail a:hover {
    text-decoration: underline;
}

/*=============================================
=            Custom position tooltip end           =
=============================================*/
.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
    margin-left: 15px !important;
}

/*=============================================
=            Cut String CSS           =
=============================================*/
.truncate {
    display: block;
    max-width: 100px;
    min-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.truncate-folder {
    display: inline-flex;
    max-width: 100px;
    min-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, .15);
}

.dropdown-item {
    font-size: 14px;
    cursor: pointer;
}

.dropdown-item .mdi {
    font-size: 16px;
}

/*=============================================
=            End String CSS           =
=============================================*/
/*=============================================
=            End Common CSS            =
=============================================*/
/*=============================================
=            Custom breadcrumb           =
=============================================*/
.breadcrumb {
    background: transparent;
    padding: 0px;
}

.breadcrumb-item {
    position: relative;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\F534";

}

/*=============================================
=            End Custom breadcrumb           =
=============================================*/
/*=============================================
=            Custom Tabs CSS            =
=============================================*/
.nav-tabs-custom {
    display: flex;
    width: 100%;
    border-bottom-width: 1px;
    border-color: #e6eaed;
}

.nav-tabs-custom li {
    padding-right: 5px;
}

.nav-tabs-custom .nav-item .nav-link {
    font-weight: 500;
    background: #fff;
    color: #343a40;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: #0d6efd;
    border-bottom-color: #3d8ef8;
}

.nav-tabs-custom .nav-item .nav-link:hover {

    border-bottom-color: #3d8ef8;
}

.tab-content {
    width: 100%;
}

.tab-content-scroll {
    max-height: 350px;
    height: 30%;
}

/*=============================================
=            Custom Tabs v2 CSS            =
=============================================*/
.nav-tabs-custom-v2 {
    display: flex;
    width: 100%;
    border-bottom-width: 0;
    border-color: transparent;
    position: relative;
    z-index: 2;
}

.nav-tabs-custom-v2:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e6eaed;
    position: absolute;
    bottom: 1px;
    z-index: 1;
}

.nav-tabs-custom-v2 .nav-item {
    display: flex;
    gap: 4px;
    align-items: center;
}

.nav-tabs-custom-v2 .nav-item .nav-link {
    border: none;
    padding: 14px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    border-bottom: 5px solid transparent;
    position: relative;
    color: #8E95A6;
    z-index: 2;
    font-size: 14px;
}

.nav-tabs-custom-v2 .nav-item .nav-link.active {
    background: transparent;
    color: #3B5DAA;
    border-bottom: 5px solid #3B5DAA !important;
}

.nav-tabs-custom-v2 .nav-item .nav-link:hover {
    color: #3B5DAA;
    border-bottom-color: #3B5DAA;
    background: transparent;
}

/*=============================================
=            Custom Tabs Modal CSS            =
=============================================*/
.directory-select .nav-tabs .nav-item {
    flex-basis: 50%;
    flex-grow: 1;
    margin-bottom: 0;
}

.directory-select .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #8f9294;
}

.directory-select .nav-tabs .nav-item + .nav-item .nav-link {
    border-left: 0;
}

.directory-select .nav-tabs .nav-link:hover {
    background-color: #eaeaea;
}

.directory-select .nav-tabs .nav-link.active, .directory-select .nav-tabs .nav-link.active:focus, .directory-select .nav-tabs .nav-link.active:hover {
    border-color: #2586da;
    background-color: #2586da;
    color: #fff;
    font-weight: 500;
}

.directory-select .tab-content {
    border: 1px solid #ddd;
    border-top: none;
}

.directory-select .breadcrumb {
    display: flex;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background-color: transparent;

}

.directory-select .breadcrumb .breadcrumb-item {
    color: #8998a9;
    font-size: 14px;
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
    max-width: 500px;
    float: none;
    font-size: 14px;
    overflow: hidden;
}

.breadcrumb-item + .breadcrumb-item:before {
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0px;
    padding: 0;
    transform: rotate(45deg);
    border-color: #81878b;
    border-style: solid solid none none;
    border-width: 2px;
    content: "";
}

.breadcrumb-item a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 2px 4px;
    border: none;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
}


.breadcrumb-item a span {
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.directory-select .folders-list {
    height: 250px;
    padding-top: .5rem;
}

.directory-select .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.directory-select .list-group-item {
    display: flex;
    align-items: flex-end;
    padding: .75rem 1rem;
    border: 0;
    font-size: 14px;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    opacity: .3;
    background-color: #fff;
    text-decoration: none;
}

.directory-select .list-group-item .icon {
    width: 33px;
    height: 24px;
}

.file-icon--file, .file-icon--folder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.file-icon--folder {
    background-image: url(/images/folder-332cd5c95e7792a65dcdf05aeb2bb066.svg);
}

.file-icon--file {
    background-image: url(/images/file-97c3b92769f107e20673a3157cb5e131.svg);
}

.dir-message {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #8f9294 !important;
    text-align: center;
}

/*=============================================
=            Slackbar CSS            =
=============================================*/
.toast {
    position: fixed;
    bottom: 5px;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    border-radius: 0px;
}

/*=============================================
=            Table basic CSS            =
=============================================*/
.table {
    margin-bottom: 0px;
}

table a {
    color: #666;
    font-weight: 400;
}

.table-bordered {
    border-color: #cbd9de;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td {
    border-color: #cbd9de;
}

.table > thead > tr > th {
    border-bottom: none;
    font-weight: 500 !important;
    vertical-align: middle;
    border-top: none;
    padding: 6px 8px;
    font-size: 14px;
    background: #f0f2f3;
}

.table td, .table th {
    border-top-color: #cbd9de;
}

.table > tbody > tr > th {
    border-top: none;
    padding: 4px;
}

.table > tbody > tr > td {
    font-size: 14px;
    padding: 8px .75rem;
    vertical-align: middle;
}

.table > tbody > tr:last-child td {
    border: none;
}

.table th.no-border {
    border-top: none !important;
}

/*Initial style sort*/
.fb-component-table th.sorting,
.fb-component-table th.sorting,
.fb-component-table th.sorting {
    cursor: pointer;
    position: relative;
    padding-right: 25px;
}

.fb-component-table th.both:after {
    content: " \F054F";
    /*font-family: "FontAwesome";*/
    font: normal normal normal 24px/1 "Material Design Icons";
    position: absolute;
    top: 12px;
    right: 0px;

}

/*Style sort desc*/
.fb-component-table th.desc:after {
    content: " \F0140";
    font: normal normal normal 20px/1 "Material Design Icons";
    /*font-family: "FontAwesome";*/
    position: absolute;
    top: 14px;
    right: 0px;
}

/*Style sort asc*/
.fb-component-table th.asc:after {
    content: " \F0143";
    /*font-family: "FontAwesome";*/
    font: normal normal normal 20px/1 "Material Design Icons";
    position: absolute;
    top: 14px;
    right: 0px;
}

/*Panigation*/
.box-pagination {
    border-top: 1px solid #ddd;
}


/*=============================================
=            End Table basic CSS            =
=============================================*/

/*=============================================
=            Button CSS            =
=============================================*/
.btn-outline-none {
    border: transparent !important;
    padding: 0 .2rem !important;
    background: transparent !important;
    line-height: 0 !important;
}

.btn-outline-none:hover {
    color: #505d69 !important;
}

.btn-outline-none:focus {
    box-shadow: none !important;
}

.btn-minW {
    min-width: 100px;
}

/*=============================================
=            End Button CSS            =
=============================================*/


.top-sidebar {
    border-bottom: 1px solid #ddd;
    padding: 7px 12px;
    background: #fff;
}

/*=============================================
=            Media Library CSS            =
=============================================*/
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    display: flex;
    border-radius: 4px;
}

.btn-local-upload, .btn-upload {
    padding: 0px 10px;
    font-weight: bold;
    border: none;
    color: #fff;
    font-size: 24px;
    background: #fd9d2c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #fd9d2c), to(#ff4f4f));
    background: linear-gradient(180deg, #fd9d2c 44%, #ff4f4f);
    border-right: 1px solid #ffc18e;
}

.btn-upload {
    border-right: none;
    font-size: 14px;
    font-weight: 500;
}

.btn-upload .mdi-cloud-upload {
    font-size: 24px;
}

.btn-upload .txt-upload {
    position: relative;
    top: -3px;
}

.upload-btn-wrapper input[type=file] {
    opacity: 0;
    cursor: pointer;
    width: 45px;
    height: 100%;
    font-size: 0;
    position: absolute;
}

/*=============================================
=            Change Icon CSS            =
=============================================*/
.accordion-folder {
    overflow: visible !important;
    position: relative;
}

.accordion-folder .card {
    border: none;
}

.accordion-folder .card-header a:after {
    font: normal normal normal 24px/1 "Material Design Icons";
    content: "\F143";
    position: absolute;
    left: 5px;
    top: 10px;
}

.accordion-folder .card-header a.collapsed:after {
    content: "\F140";
}

.accordion-folder > .card > .card-header.card-header-accordion {
    background: none;
    border: none;
    padding-left: 35px;
}

.accordion-folder > .card > .card-header.card-header-accordion a {
    font-weight: 600;
}

/*=============================================
=            Sidebar Folder CSS            =
=============================================*/
.title-folder {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

.title-folder h4 {
    color: #495057;
    line-height: 1.2em;
    font-size: 18px;
}

.close-folder {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 1.365rem;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    cursor: pointer;
}


.card-link, .act-check a {
    color: #505d69;
}

.icon-folder {
    border-right: 1px solid #ddd;
    padding-right: 15px;
}

.txt-folder {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #ddd;
    padding-top: 2px;
    display: flex;
    flex: 1;
}

.txt-folder a {
    line-height: 30px;
    position: relative;
    padding: 0 5px 0 8px;
    color: #505d69;
}

.txt-folder a:before {
    content: '/';
    position: absolute;
    left: 0px;
    top: 0px;

}

.icon-refesh {
    padding-left: 10px;
    padding-right: 10px;
}

.grid-view {
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

.icon-folder,
.icon-refesh,
.grid-view {
    font-size: 22px;

}

.icon-folder a,
.icon-refesh a,
.grid-view a {
    color: #505d69;
}

.act-check {
    flex: 0 0 110px;
    font-size: 22px;
    border-right: 1px solid #ddd;
    padding: 0 10px;
    display: none;
}

.act-check span {
    font-size: 14px;
}

.dropdownFilter {
    padding: 6px 0 5px 0px;
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

.dropdownFilter .dropdown-menu {
    left: auto !important;
    right: -20px;
}

/*=============================================
=            Folder list CSS            =
=============================================*/
.new-folders-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    margin-top: 15px;
}

.new-folders-list li.folder-item {
    padding: .5rem .25rem;
    display: flex;
    position: relative;
}

.new-folders-list li.folder-item .badge {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 10px;
    display: block;
    padding: 0px;
    border: 1px solid #fff;
}

.new-folders-list li.folder-item .mdi {
    font-size: 22px;
}

.new-folders-list li.folder-item:hover {
    background: #e4ebf1;
    cursor: pointer;
}

.text-folder {
    padding-top: 110px;
    font-size: 13px;
    flex: 1;
}

.file-icon-folder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50%;
    background-image: url(/images/folder-332cd5c95e7792a65dcdf05aeb2bb066.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50%;
}

.dropdownLink {
    position: absolute;
    right: 5px;
    top: 7px;
    display: none;
}

.dropdownLink .mdi-dots-vertical {
    font-size: 22px;
}

.dropdownLink a {
    color: #6f7175;
}

.dropdownAct {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
    color: #505d69;
}

.dropdownAct a {
    color: #6f7175;
}

.dropdownAct a.dropdown-item {
    color: #000 !important;
}

.new-folders-list li.folder-item:hover .dropdownLink {
    display: block;
}

.list-folder-card {
    display: flex;
    flex-wrap: wrap;
}

.folder-card {
    width: 130px;
    padding-top: 35px;
    position: relative;
    line-height: 1.4em;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    text-align: center;
    height: 150px;
    border-radius: 6px;
}

.folder-card .dropdown-menu.show,
.lib-item .dropdown-menu.show {
    top: 30px !important;
}

.folder-card.selected {
    box-shadow: 0 0 0 1px rgba(186, 209, 232, .5);
}

.folder-card:hover {
    box-shadow: 0 0 0 1px rgba(186, 209, 232, .5);
    cursor: pointer;
}

.folder-card:hover .dropdownLink {
    display: block;
}

.folder-card .badge-new {
    position: absolute;
    left: -10px;
    top: -5px;
}

.create-date {
    color: #9ba0a4;
    font-size: 11px;
}

.vertical-menu.vertical-folder-menu {
    display: none;
}

/*=============================================
=            Format Grid View CSS            =
=============================================*/
.grid-view-filter .list-folder-card {
    display: bock;
}

.grid-view-filter .folder-card {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    height: auto;
    align-items: center;
    padding: 5px 0;
}

.grid-view-filter .folder-card.selected {
    box-shadow: 0 0 0 1px rgba(186, 209, 232, .5);
}

.grid-view-filter .file-icon-folder {
    margin-left: 20px;
    background-size: 30px;
    background-position: 25px;
    height: 30px;
}

.grid-view-filter .text-folder {
    padding-top: 0px;
    padding-left: 70px;
}

.grid-view-filter .list-library-media {
    display: block;
}

.grid-view-filter .lib-item {
    width: 100%;
    display: flex;
}

.grid-view-filter .list-library-media .lib-item {
    width: 100%;
    display: flex !important;
}

.grid-view-filter .attachment-preview {
    width: 100%;
    height: 50px;
    padding-left: 35px;
    display: flex;
}

.grid-view-filter .info-thumbnail {
    flex: 1;
}

.grid-view-filter .box-link {
    height: 50px;
}

.grid-view-filter .list-library-media .thumbnail-loaded {
    width: 50px;
    height: 50px;
    margin-top: 0px;
}

.grid-view-filter .lib-item .view-action {
    top: 12px;

}

.grid-view-filter .folder-card .post-check {
    top: 3px;
    left: 5px;
}

.grid-view-filter .post-check {
    top: 15px;
    left: 5px;
}

.grid-view-filter .post-check {
    display: block;
}

.grid-view-filter .lib-item {
    box-shadow: 0 0 0 1px rgba(186, 209, 232, .5)
}

.grid-view-filter .lib-item:hover,
.grid-view-filter .lib-item.selected {
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(186, 209, 232, .5)
}

.grid-view-filter .cover-info-img {
    display: flex;
    flex: 1;
    padding-right: 20px;
    border: none;
}

.grid-view-filter .cover-info-img .flex-fill {
    margin: 0 2px;
    width: 50px;
}

.grid-view-filter .cover-info-img .flex-fill:last-child {
    width: 55px;
}

.grid-view-filter .info-type {
    border: none;
    margin-left: auto;
}

.grid-view-filter .icon-link {
    left: auto;
    right: 35px;
    color: #000;
}

.grid-view-filter .dropdownAct {
    right: 15px;
}

.grid-view-filter .dropdownAct a {
    color: #000;
}

.list-library-media,
.list-library-dashboard {
    display: flex;
    flex-wrap: wrap;
}

.lib-item {
    width: calc(100% / 5);
    margin: 7px;
}

.lib-item .mdi-btn {
    font-size: 22px !important;
}

.lib-item.selected {
    box-shadow: 0 0 0 1px rgba(186, 209, 232, .5);
}

.lib-item:hover {
    box-shadow: 0 0 0 1px rgba(186, 209, 232, .5);
}

.box-link {
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 5px;
    line-height: 1.2em;
    display: none;
}

.lib-item .view-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 10;
    padding: 8px 5px 0px 8px;
}

.lib-item .view-action {
    color: #cdcfd2
}

.lib-item .view-action:hover {
    color: #fff;
    cursor: pointer;
}

.lib-item:hover .box-link,
.lib-item:hover .view-action,
.lib-item:hover .post-check,
.folder-card:hover .post-check {
    display: block;
}

.post-check {
    position: absolute;
    left: 5px;
    top: 0px;
    z-index: 10;
    display: none;
}

.icon-link {
    position: absolute;
    left: 35px;
    top: 5px;
    z-index: 10;
}

.icon-link .mdi {
    font-size: 22px;
}

.attachment-preview {
    position: relative;
    cursor: pointer;
    text-align: left;
}

.thumbnail-loaded {
    height: 90px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 25px;
}

.thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.thumbnail .centered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%, 40%);
    -ms-transform: translate(50%, 40%);
    transform: translate(50%, 40%);
}

.thumbnail .centered img {
    max-width: 100%;
    position: absolute;
    webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
}

.thumb-image {
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    position: relative;
}

.thumb-image img {
    max-width: 100%;
}

.info-thumbnail {
    padding: 5px;
}

.info-thumbnail .name {
    display: block;
    font-weight: bold;
    font-size: 12px;
    max-width: 100px;
    min-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-thumbnail .folder-name {
    color: #90a0b3;
    font-size: 12px;
}

.info-type {
    border-top: 1px solid #ddd;
    padding: 8px 0px;
    display: flex;
    font-size: 11px;
    text-align: center;
}

.lib-item.selected .info-thumbnail .folder-name {
    color: #3b97ff;
}

.tab-content-upload {
    min-height: 260px;
}

.input-group-web {
    padding: 0 15px;
    position: absolute;
    top: 55%;
    left: 0;
}

/*=============================================
=           Format Card type            =
=============================================*/
.card-success {
    border: 1px solid #37b9b8 !important;
}

.card-warning {
    border: 1px solid #fff3cd !important;
}

.card-danger {
    border: 1px solid #dc3545 !important;
}

.card-info {
    border: 1px solid #d1ecf1 !important;
}

.card-disable {
    background: none !important;
    border: 4px dashed #ddd !important;
}

/*=============================================
=           Format Modal            =
=============================================*/
.modal-header {
    padding: 0.5rem;
}

.modal-header.modal-header-danger {
    background: #ffd4d4;
}

.modal-header.modal-header-danger .modal-title {
    color: #e04a4d
}

.modal-header .close {
    padding: 10px 1rem;
    position: relative;
    top: 10px;
}

.modal-header .btn-close {
    margin-right: 0 !important;
}

.modal-body {
    padding: 16px;
}

.modal-body-scroll {
    height: calc(100vh - 100px);
    overflow-y: auto;
}

.fb-heading-modal {
    margin-bottom: 16px;
    font-size: 16px;
    color: #023189;
    padding: 8px 16px 0 16px;
    font-weight: 500;
}

@media (min-width: 576px) {
    /*.modal-dialog {*/
    /*    max-width: 600px;*/
    /*}*/
    .modal-sm {
        max-width: 420px;
    }

    .modal-lg {
        max-width: 800px;
    }
}

/*=============================================
=           Reports CSS pages            =
=============================================*/
.view-report {
    margin-top: 20px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    background: #fff;
}

.item-report {
    padding-right: 15px;
}

.item-picker {
    flex: 0 0 195px;
}

.high-chart,
.high-chart-db {
    min-height: 400px;
    padding: 20px 0px 0px 0px;
    flex-grow: 1;
    flex-basis: auto;
    overflow: hidden;
}

.total-report {
    flex: 0 0 300px;
    background: #f3f3f3;
    display: flex;
    flex-direction: column;
}

.item-band {
    border-bottom: 3px solid #fff;
    text-align: center;
    padding: 15px;
    display: table;
}

.border-button {
    border-bottom: 6px solid #fff;
}

.item-band-db {
    text-align: center;
    padding: 15px;
    height: 100%;
    display: table;
    background: #fff;
    border-left: 1px solid #ddd;
}

.tbl-cell {
    display: table-cell;
    vertical-align: middle;
}

.nubmer-band {
    font-size: 44px;
    line-height: 42px;
    font-weight: bold;
    color: rgb(124, 181, 236);

}

.item-request {
    border-top: 3px solid #fff;
    text-align: center;
    padding: 15px;
    display: table;
}

.number-request {
    font-size: 44px;
    line-height: 42px;
    font-weight: bold;
    color: rgb(67, 67, 72);
}

.txt-size {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.title-report {
    border-bottom: 1px solid #3b97ff;
    margin-top: 15px;
}

.title-report > span {
    background: #3b97ff;
    color: #fff;
    height: 30px;
    line-height: 1.2em;
    padding: 8px 15px;
    top: 1px;
    border-radius: 4px 4px 0 0px;
    position: relative;
    display: inline-block;
    font-weight: 500;
}

.title-report > p {
    margin: 5px 10px;
    border-left: 4px solid #3b97ff;
    padding-left: 5px;
}

.number-rank {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;

    background: #ff7a09;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0px;
    color: #fff;
}

.progress {
    border-radius: 0px;
    background: #fafafa;
}

.border-top {
    border-top: 1px solid #ddd;
}

.no-data {
    position: relative;
}

.no-data:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 10;
}

.no-data .txt-data {
    position: absolute;
    left: 50%;
    color: rgb(187, 187, 187);
    top: 50%;
    font-size: 3rem;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.item-table {
    flex: 1;
}

.item-piechart {
    flex: 0 0 300px;
}

.box-color {
    display: inline-block;
    width: 9px;
    height: 9px;
    vertical-align: top;
    margin: 5px 10px 0px;
}

.num-index {
    display: inline-block;
    width: 14px;
}

.color-blue {
    background-color: #037cc8;
}

.color-green {
    background-color: #01ad14;
}

.color-red {
    background-color: #c52c02;
}

.color-yellow {
    background-color: #cbc402;
}

.text-blue {
    color: #3b5daa !important;
}

.text-green {
    color: #01ad14 !important;
}

.text-red {
    color: #c52c02 !important;
}

.text-yellow {
    color: #cbc402 !important;
}

/*=============================================
=           Dashboard CSS pages            =
=============================================*/
.item-acc-detail {
    display: table;
    width: 100%;
    margin-bottom: 0.2rem;
}

.item-acc-detail .lbl-text {
    display: table-cell;
    width: 190px;
    font-size: 14px;
    font-weight: bold;
    color: #1c4984;
    width: 190px;
    line-height: 20px;
}

.item-acc-detail .value-text {
    display: table-cell;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    line-height: 18px;
}

input.input-auto {
    color: #333;
    font-weight: bold;
    width: 230px;
    border: none;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0 20px 0 0;
    background-color: transparent;
}

input.input-auto:focus {
    outline: none;
}

.environment input.input-auto {
    width: 53%;
    font-size: 12px;
}

a.link-copy {
    font-size: 12px;
    color: #3b97ff;
    text-decoration: underline !important;
}

.popover {
    max-width: 100%;
}

.popover-title {
    font-weight: 600;
}

.popover-body p {
    margin-bottom: 0px;
}

.count-db {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 15px;
}

.item-count-db {
    padding-right: 30px;
    flex: 1;
}

.item-count-db:last-child {
    padding-right: 0px;
}

.count-info {
    padding: 15px;
    background: #F1F5F7;
    border: 1px solid rgb(241, 240, 240);
}

.count-title {
    font-size: 20px;
    color: #999;
}

.count-num {
    font-size: 30px;
    color: rgb(124, 181, 236);
}

.list-library-dashboard,
.list-library-media {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0 5px;
    margin-bottom: 50px;
}

.list-library-media .lib-item {
    position: relative;
}

.list-library-dashboard .lib-item,
.list-library-media .lib-item {
    width: 169px;
    padding: 10px;
    position: relative;
    line-height: 1.4em;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 6px;
}

.view-more {
    text-align: right;
    margin-top: 15px;
}

.dashboard-chart {
    background: #f3f3f3;
    padding: 15px;
    margin-top: 15px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
}

/*=============================================
=           Custom Card          =
=============================================*/
.card-title {
    font-weight: 500;
    color: #212229;
    margin-bottom: 0px;
}

/*=============================================
=           Custom Modal Full Width CSS pages            =
=============================================*/
.md-modal {
    margin: auto;
    position: fixed;
    /*top: 120px;*/
    top: 0px;
    left: 0;
    right: 0;
    max-width: 100%;
    background: #fff;
    height: 100vh;
    z-index: 9990;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.md-modal h4 span {
    font-size: 18px;

}

.md-modal .dropdown-toggle {
    color: #495057;
}

.md-info {
    display: flex;
    height: calc(100vh - 60px);
}

.md-info-left {
    flex: 0 0 400px;
    max-width: 400px;
    background: #fff;
    padding: 15px;
    height: 100%;
    border-left: 1px solid #e6eaed;
}

.md-info-right {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    height: 100%;
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(228, 240, 227, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    background-color: #e4f0e3;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-header {
    border-bottom: 1px solid #e6eaed;
    padding: 5px 17px 5px 0;
    align-items: center;
}

.md-close {
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    padding-left: 10px;
    color: #dc333a;
}

.md-title {
    padding-left: 10px;
    flex: 1;
}

.md-action {
    flex: 0 0 50px;
    font-size: 22px;
    position: relative;
    text-align: right;
    padding-top: 10px;
}

.md-action .dropdown-menu.show {
    left: auto !important;
    right: 0px !important;
}

.list-activity {
    margin: 0px 0 15px 0;
    padding: 0px;
}

.list-activity li {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
}

.item-update {
    flex: 0 0 150px;
}

.header-img .box-preview {
    padding: 10px;
    flex: 100%;
}

.header-img .title-copy {
    padding: 5px 10px;
    margin: 0px;
}

.box-url {
    background: #2f3641;
    padding: 10px;
}

.box-url .info-url {
    background: #262c35;
    padding: 5px 20px 5px 5px;
    border: 1px solid #5a616a;
    position: relative;
}

.box-url .info-url .name-url {
    color: #fddc00;
    padding-left: 5px;
    padding-right: 40px;
}

.box-url .info-url .list-icon-url {
    position: absolute;
    right: 5px;
    top: 5px;
    margin: 0px;
    padding: 0px;
}

.box-url .info-url .list-icon-url li {
    display: inline-block;
    padding: 0 3px;
}

.box-url .info-url .list-icon-url li a {
    color: #fff;
}

.body-column {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    flex: 1;
}

.show-img-info {
    position: relative;
    flex: 1 0 56.25%;
    padding: 28px 80px;
    background-color: #f2f2f4;
    width: 100%;
}

.name-url {
    font-size: 12px;
    color: #469dff;
}

.thumb-img {
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.thumb-img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.ls-thumb-images {
    background: #262c35;
    height: 180px;
    text-align: center;
}

.title-bar {
    background: #323a45;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    text-align: left;
}

.device-card {
    display: inline-block;
    width: 130px;
    border-radius: 4px;
    border: 1px solid transparent;
    margin: 0 0 0 .5rem;
    cursor: pointer;
    margin-top: 5px;
    padding: 5px;
    background-color: #323a45;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
}

.device-card:hover,
.device-card.act-card:hover {
    background-color: #0e2f5a;
    opacity: .8;
    border: 1px solid #51a3ff;
}

.device-card.act-card {
    background-color: #0e2f5a;
    opacity: .8;
    border: 1px solid #51a3ff;
}

.name-card {
    color: #fff;
    padding: 5px 5px 0px 5px;
    text-align: left;
}

.tooltip {
    z-index: 9991;
}

/*=============================================
=           Tool bar header Modal         =
=============================================*/
.main-tool-bar {
    flex-basis: 470px;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
}

.main-tool-bar .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    line-height: 33px
}

.main-tool-bar .nav-link {
    padding: 0 .55em;
    border: 1px solid transparent;
    border-radius: .35rem;
    cursor: pointer;
}

.main-tool-bar .toolbar-button {
    color: #469dff;
}

.main-tool-bar .toolbar-button:hover {
    border-color: #e8e8e8;
    background: rgba(165, 164, 164, .1);
    color: #023a43;
}

.main-tool-bar .nav-link .mdi {
    font-size: 20px;
}

.main-tool-bar .nav-link:hover {
    border-color: #e8e8e8;
    background: rgba(165, 164, 164, .1);
}

/*=============================================
=           Custom Copy Clipboard          =
=============================================*/
.btn-clipboard {
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent;
    border: 0;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    color: rgb(66, 82, 110);
    padding: 0px 8px;
    transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
    height: 2.28571em;
    line-height: 2.28571em;
    border-radius: 4px;
}

.btn-clipboard:hover {
    background: rgba(9, 30, 66, 0.08);
}

.btn-copied {
    display: none;
}

.btn-clipboard.active .btn-copied {
    display: block;
}

.btn-clipboard.active .btn-copy {
    display: none;
}

.info-desc {
    padding: 5px;
    margin: 10px 0;
}

/*=============================================
=           Format Tite heading         =
=============================================*/
.fb-title-heading {
    margin: 0px 0px 20px 0px;
    padding-bottom: 5px;
    font-size: .91rem;
    font-weight: 500;
    color: #212229;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.fb-title-heading:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #999;
    position: absolute;
    left: 0;
    bottom: -2px;
}

/*=============================================
=           Format Alert         =
=============================================*/
.alert-outline-secondary {
    border-color: #ddd;
}

.alert-outline-success {
    border-color: #65fe19;
    color: #3bb001;
}

.alert-outline-info {
    border-color: #1ab6cf;
    color: #17a2b8;
}

.alert-outline-warning {
    border-color: #ffd7b8;
    color: #023189;
    background: #fff4eb;
}

.alert-outline-danger {
    border-color: #eb8c95;
    color: #bd2130;
}

/*=============================================
=           Format Note description         =
=============================================*/
.note-desc {
    padding: 5px 5px 5px 15px;
    border-left: 2px solid #004085;
    margin-bottom: 10px;
    background: #fafafa;
    color: #004085;
}

@media (max-width: 1200px) {
    .md-info-left {
        flex: 0 0 300px;
    }
}

@media (max-width: 992px) {
    .view-report {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .high-chart, .high-chart-db {
        order: 2;
        flex: 0 0 100%;
    }

    .total-report {
        order: 1;
        flex: 0 0 100%;
        flex-direction: column;
    }

    .item-band {
        border-right: none;
        border-bottom: 3px solid #fff;
    }

    .item-request {
        border-top: none;
        border-left: 3px solid #fff;
    }

    .item-band, .item-request {
        flex: 1;
    }

    .item-count-db {
        flex: 0 0 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }

    .list-library-dashboard .lib-item {
        width: calc(100% / 4);
    }

    .no-data .txt-data {
        font-size: 2rem;
    }

    .nav-justified .nav-item {
        margin-right: 0px;
        flex: 0 0 100%;
        border-bottom: 2px solid #fff;
    }

    .nav-justified .nav-item:last-child {
        border-bottom: none;
    }

    .item-band-db {
        border-right: none;
    }
}

.language-markup {
    font-size: 11px !important;
    margin: 0;
}

pre[class*=language-]::-webkit-scrollbar {
    height: 10px;
}

pre[class*=language-]::-webkit-scrollbar-track {
    background-color: #CBD9DE;
}

pre[class*=language-]::-webkit-scrollbar-thumb {
    background: #ABBCC4;
    border-radius: 8px;
}

/*=============================================
=            No data         =
=============================================*/
.no-data {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    min-height: 300px;
    position: relative;

}

.no-data img {
    max-width: 250px;
}

.info-data {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
    z-index: 10;
    color: red;
}

.info-data h4 {
    font-size: 18px;
}

/*Format Alert*/
.alert .mdi {
    line-height: 1;
}

.alert p {
    margin-bottom: 0;
}

.alert .d-flex {
    align-items: flex-start;
}

.alert ul {
    padding: 0px 0 0 15px;
    margin: 0px;
}

.fb-box-empty-site {
    display: flex;
    height: 100%;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    margin-top: 45px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.empty-site {
    margin: auto;
    text-align: center;
}

.empty-site h4 {
    width: 550px;
    max-width: 100%;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 500;
}

.fb-logo-nodata {
    width: 200px;
    margin-bottom: 15px;
}

.modal-body {
    /*color: #023189;*/
}

.fb-box-title {
    display: flex;
    flex-direction: row;
    box-shadow: 0 2px 4px rgba(39, 64, 136, 0.1);
    height: 48px;
    flex: 0 0 auto;
    background-color: rgba(206, 230, 255, 0.1) !important;
    border-radius: 3px;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-size: 20px;
    font-weight: 400;
    padding: 0 !important;
}

.fb-box-title h5 {
    flex: 1;
}

.fb-box-title h5 a {
    display: block;
    padding: .75rem 1.25rem;
}

.fb-action-copy {
    display: flex;
    justify-content: space-between;
}

.fb-action-copy .code-box-copy__btn {
    position: relative;
    width: auto;
    height: auto;
    background: none;
    border: none;
    text-decoration: underline !important;
    color: #469dff !important;
}

.fb-action-copy .code-box-copy__btn:hover {
    color: #023a43 !important;
}

.fb-action-copy .code-box-copy__btn:before {
    display: none;
}

.modal-dialog-dashboard .card {
    box-shadow: none;
}

.modal-footer-dashboard {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 767px) {
    .grid-view-filter .list-library-media .lib-item {
        flex-direction: column;
    }
}

.item-type-site {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: none;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 0 10px;
    height: 200px;
    color: #000;
}

.item-type-site.active {
    background: #97a3b9;
    color: #fff;
    border: none;
}

.fb-type-site {
    display: flex;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}

.item-type-site i {
    font-size: 36px;
}

.form-group.has--error .form-control,
.form-group.has--error .btn {
    border-color: #fce8e8 !important;
    background-color: #fce8e8 !important;
}


.form-search-group {
    position: relative;
    max-width: 295px;
}

.form-search-group input.form-control {
    max-width: 295px;
    width: 100%;
    padding-right: 25px;
    padding-left: 36px;
    background: #F3F5F9 url(/images/ico-search-5462f7f970b4f591e8a8ec55b8af8f9b.png) 10px center no-repeat;
    font-weight: 400;
    height: 33px;
}

.form-search-group.formSearchMonitoring input.form-control {
    background: #F3F5F9 url(../images/calendar.png) 10px center no-repeat;
    background-size: 18px;
}

.form-search-group input.form-control::placeholder {
    font-weight: 400;
    color: #92A1A8;
    opacity: 1; /* Firefox */
}

/* Internet Explorer 10-11 */
.form-search-group input.form-control:-ms-input-placeholder {
    font-weight: 400;
    color: #92A1A8;
}

/* Microsoft Edge */
.form-search-group input.form-control::-ms-input-placeholder {
    font-weight: 400;
    color: #92A1A8;
}

.form-search-group input:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-search-group input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
.form-search-group input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
.form-search-group input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.form-search-group input:placeholder-shown + button {
    opacity: 0;
    pointer-events: none;
}

.form-search-group button {
    position: absolute;
    border: none;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 16px;
    font-size: 12px;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    margin: auto;
    background: transparent;
    padding: 0;
    outline: none;
    cursor: pointer;
    transition: .1s;
    color: #ABBCC4;
}

.form-search-group button:hover {
    color: #384747;
}

.no-wrap {
    white-space: nowrap;
}

.truncate-text {
    max-width: 100px;
    min-width: 100%;
    white-space: nowrap;
    display: block;
}

.high-light {
    background: #fff0bc !important;
}

.truncate-text-three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4.5em;
    line-height: 1.5em;
    word-break: break-all;
}

.truncate-text-two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    word-break: break-word;
}

.flex-auto {
    flex: 1;
}

.fb-block-table-custom {
    padding: 0 !important;
    border-radius: 0 !important;
}

.tooltip-inner {
    max-width: 250px;
    text-align: left;
}

.pr-6 {
    padding-right: 6px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.btn-close:focus {
    box-shadow: none;
}

.box-circle {
    border-radius: 50%;
    box-shadow: 0 1px 4px rgb(0 0 0 / 26%);
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #deedff;
    margin: 0 auto;
}

.box-circle h1 {
    margin-bottom: 0;
    font-weight: 600;
}

.box-supporter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 120px);
}

.box-supporter .card {
    width: 500px;
    border: 1px solid #ced4da;
    background-color: #fff;
}

.lbl-note {
    background: #ADB5BD;
    color: #212529;
    position: relative;
    padding: 5px;
    min-height: 31px;
    border-radius: 4px;
}

.lbl-note:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #ADB5BD;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -7px;
    top: 5px;
}

.max-contain {
    max-width: 700px;
    margin: 0 auto;
}

.alert-message {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: flex;
    margin-bottom: 16px;
}

.alert-message-error {
    color: #f13f4f;
    background-color: #ffe7e9;
    border-color: #f13f4f;
}

.alert-message-success {
    color: #28a745;
    background-color: #d4edda;
    border-color: #28a745;
}

.alert-message .mdi {
    position: relative;
    top: -5px;
}

/*CSS CUSTOM SIDEBAR-SITES*/
.setup-record-session {
    color: #fff !important;
    background: #2c4881 !important;
    border: 2px solid #2c4881 !important;
}

/*FORMAT CSS PRIMS*/
.code-box-copy pre[class*="language-"] {
    border: transparent;
}

.code-box-copy__btn {
    width: inherit;
    border: transparent;
}

.code-box-copy__btn:hover, .code-box-copy__btn:focus {
    border: transparent;
}

.code-box-copy .code-box-copy__btn {
    background: #fff;
    font-size: 14px;
    color: #464A53;
    width: 100px;
    height: 32px;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
    background: #F3F5F9 !important;
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
    background: transparent !important;
}

code[class*=language-], pre[class*=language-],
.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string,
.token.class-name, .token.function,
.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url,
.token.atrule, .token.attr-value, .token.keyword,
.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag {
    color: #8E95A6;
}