@import url("https://fonts.maateen.me/solaiman-lipi/font.css");

.autocomplete-op {
    overflow: auto;
    border-bottom: 1px solid #e6e6e6;
}

.ui-autocomplete {
    max-height: 350px;
    /*max-width: 500px;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.autocomplete-op img {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #607D8B;
    background: no-repeat center;
    height: 50px;
    width: 66px;
    background-size: cover;
    float: left;
    margin: 3px 14px;
}

.ui-autocomplete-input {
    background-size: 10px 10px !important;
    background-repeat: no-repeat !important;
    background-position: right 4px center !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") !important;
}

.organization-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: -30px;
    font-family: Kiron, serif;
}

.organization-title img {
    width: 60px;
    margin-bottom: 15px;
}

.login-bottom-area {
    position: relative;
    margin-bottom: -20px;
}

.form-label-group .form-control {
    height: auto;
}


.dataTable tr > td.sorting {
    background: #1311130d;
    cursor: grab;
}

.dataTable tr > td.sorting > .drug-icon {
    display: none;
}

.dataTable tr > td.sorting > span {
    display: block;
}

.dataTable tr:hover > td.sorting > .drug-icon {
    display: block;
}

.dataTable tr:hover > td.sorting > span {
    display: none;
}

table.dataTable td {
    padding: .75rem;
}


tr > td.sorting_1 {
    background: #5884a921;
}

table.dataTable.dt-rowReorder-float {
    width: inherit !important;
    background: #ffffffd4;
    opacity: 1;
}


.auth-card {
    margin: auto;
    max-width: 510px;
    padding: 10px;
}

.submit-area {
    overflow: hidden;
}

.submit-area button {
    float: right;
}

.submit-area .links {
    float: left;
    margin-top: 14px;
}

.image-empty-result {
    line-height: 200px;
    font-size: 30px;
    text-align: center;
}

#image_url_preview img {
    height: 250px;
    margin: 5px;
    background: #e0dfdf;
    object-fit: cover;
    box-shadow: 0 0 2px 2px #00000052;
}

/* Breadcrumb */
#breadcrumb {
    list-style: none;
    display: inline-block;
    padding: 0;
}

#breadcrumb .icon {
    font-size: 14px;
}

#breadcrumb li {
    float: left;
    padding: 0;
}

#breadcrumb li a {
    /*color: #FFF;*/
    /*background: #3498db;*/
    color: #000;
    display: block;
    text-decoration: none;
    position: relative;
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 13px;
    font-size: 14px;
}

#breadcrumb li:nth-child(even) a {
    /*background-color: #2980b9;*/
}

#breadcrumb li:nth-child(even) a:before {
    /*border-color: #2980b9;*/
    border-left-color: transparent;
}

#breadcrumb li:nth-child(even) a:after {
    /*border-left-color: #2980b9;*/
}

#breadcrumb li:first-child a {
    padding-left: 0;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before {
    border: none;
}

#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}

#breadcrumb li:last-child a:after {
    border: none;
}

#breadcrumb li a:before, #breadcrumb li a:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 0;
}

#breadcrumb li a:after {
    content: "\e606";
    font-family: 'simple-line-icons', serif;
}

#breadcrumb li:last-child a:after {
    content: "";
}

#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #3498db;
}

#breadcrumb li a:hover {
    /*background-color: #1abc9c;*/
}

#breadcrumb li a:hover:before {
    /*border-color: #1abc9c;*/
    border-left-color: transparent;
}

#breadcrumb li a:hover:after {
    /*border-left-color: #1abc9c;*/
}

#breadcrumb li a:active {
    /*background-color: #16a085;*/
}

#breadcrumb li a:active:before {
    /*border-color: #16a085;*/
    border-left-color: transparent;
}

#breadcrumb li a:active:after {
    /*border-left-color: #16a085;*/
}

#breadcrumb li a:hover {
    color: #145388;
    text-decoration: underline;
}

/* Overwrite Template Default */
.form-control {
    height: auto;
}

.input-group-text {
    background-color: #e9ecef;
}

.navbar {
    height: 69px;
    padding: 6px 0;
}

.sidebar {
    padding-top: 69px;
}

.profile-image-text {
    background: #00538c;
    border-radius: 50%;
    width: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    margin-top: -9px;
    margin-left: 10px;
    font-size: 25px;
    position: relative;
    top: 3px;
}

main {
    opacity: 1;
    margin-top: 90px;
}

.modal-right .modal-header {
    flex: none;
    padding: 20px 28px !important;
}

.modal-right .modal-footer {
    padding: 14px 28px !important;
}

.create-new {
    position: relative;
    top: -4px;
    left: 20px;
}

.table tr.vertical-middle td, .table tr.vertical-middle th, .table td.vertical-middle, .table th.vertical-middle {
    vertical-align: middle;
}

.table-tbl1 thead tr {
    background: #5884a9;
    color: #FFF;
}

.table-tbl1 thead td {
    font-weight: bold;
    text-align: center;
}

a.btn {
    white-space: nowrap;
}


[required] {
    border-left: 6px solid #fa8072 !important;
}

[required]:valid, input[required]:not(:placeholder-shown) {
    border-left: 6px solid #007bff !important;
}

.image-thumb-150x100 {
    width: 150px;
    height: 100px;
    margin: 5px;
    background: #e0dfdf;
    object-fit: cover;
    box-shadow: 0 0 2px 2px #999;
    float: left;
    position: relative;
}

.image-thumb-150x100:hover {
    box-shadow: 0 0 2px 2px #9ad09a;
    cursor: pointer;
}

.fancybox-caption__body {
    font-family: Kiron, serif;
}


/* Multi-step form styles */
#msForm {
    width: 100%;
    margin: 25px auto;
    position: relative;
    z-index: 1;
}

#msForm #progressbar {
    width: fit-content;
    margin: 0 auto 30px;
    overflow: hidden;
    counter-reset: step;
}

#msForm #progressbar li {
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    width: 100px;
    float: left;
    position: relative;
    font-size: 12px;
    text-align: center;
}

#msForm #progressbar li[data-href] {
    cursor: pointer;
}

#msForm #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 25px;
    line-height: 25px;
    display: block;
    font-size: 15px;
    color: #FFF;
    background: #145388;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

#msForm #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #145388;
    position: absolute;
    left: -50%;
    top: 11px;
    z-index: -1;
}

#msForm #progressbar li:first-child:after {
    content: none;
}

#msForm #progressbar li.active:after {
    background: #145388;
    color: white;
}

#msForm #progressbar li.active:before {
    background: #27AE60;
    color: white;
}

@media screen and (max-width: 599px) {
    #msForm #progressbar li {
        width: 16.5%;
    }

    #msForm #progressbar li span {
        visibility: hidden;
    }
}

.thumb-card {
    position: relative;
}

.thumb-with-option {
    display: block;
    text-align: center;
    background: #ffc1077a;
    word-spacing: 10px;
    width: 100%;
    padding-bottom: 10px;
}

.thumb-with-option > a {
    width: 100%;
}

.thumb-with-option > a, .thumb-with-option > img {
    display: block;
}

.thumb-with-option > span > i {
    cursor: pointer;
}

.thumb-with-option > span:hover > i.fa-edit {
    color: #009688;
}

.thumb-with-option > span:hover > i.fa-trash-alt {
    color: #F44336;
}

.thumb-with-option > small {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    bottom: 36px;
    color: white;
    padding-right: 5px;
    margin-left: 15px;
    font-family: "SolaimanLipi", sans-serif;
    height: 29px;
    z-index: 99;
    word-spacing: normal !important;
    text-align: left;
}

.thumb-with-option > strong {

    position: absolute;
    top: 13px;
    color: white;
    padding-right: 5px;
    padding-top: 3px;
    padding-left: 5px;
    font-family: 'fantasy', monospace;
    height: 29px;
    width: 29px;
    border-radius: 50%;
    left: 10px;
    border: 1px solid red;
    background: #ff0000a8;
}

.thumb-with-option-overlay {
    width: 100%;
    height: 40px;
    background: linear-gradient(
            180deg, rgba(19, 29, 35, 0), #131d23);
    position: absolute;
    z-index: 1;
    bottom: 39px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-family: "SolaimanLipi", sans-serif;
    word-spacing: normal !important;
    text-align: left;
    color: white;
    padding-left: 10px;
}

.height-adjust {
    height: 44px !important;
}

.dataTable tr.table-danger > td.sorting_1, .dataTable tr.table-danger > td.sorting {
    background: #f5c6cb;
}

.ui-autocomplete {
    z-index: 999999;
}

.sidebar .main-menu::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.sidebar .main-menu {
    height: calc(100% - 38px);
}

.sidebar .main-menu {
    overflow: scroll;
}

/* FCM */
.text-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.circle-stack {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #0e76e6;
    border-radius: 50%;
}

.points-indicator {
    color: #1f0e3e;
    position: absolute;
    font-weight: bold;
    top: 50%;
    left: 50%;
    font-size: 10px;
    transform: translateX(-50%) translateY(-50%);
}

/* display */
.android-preview {
    margin: 24px;
}

.notification-phone-preview {
    text-align: center;
}

.android.preview-background[_ngcontent-eyb-c52] {
    padding: 15% 4.6632124352% 0;
}

.preview-background[_ngcontent-eyb-c52] {
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    margin: 4px;
}

mat-card.banner-card[_ngcontent-eyb-c52] {
    overflow: hidden;
    width: 100%;
}

div {
    display: block;
}

.hide-display {
    display: none;
}

.notification-phone-preview[_ngcontent-eyb-c43] {
    text-align: center;
}

.banner-content[_ngcontent-eyb-c52] {
    display: flex;
    justify-content: space-between;
}

Style Attribute {
    visibility: visible;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

.notification-preview {
    border: 1px solid #00000094;
    border-radius: 5px;
    display: block;
    overflow: hidden;
}

.notification-preview .n-image {
    width: 104%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    margin: -2%;
}

.notification-preview .n-title {
    display: block;
    padding: 10px;
    font-size: 17px;
    font-family: Kiron, serif;
}

.notification-preview .n-text {
    display: block;
    padding: 0 10px;
    font-size: 15px;
    font-family: Kiron, serif;
}

.statistics-chart {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #3498db40;
    background-color: rgb(255, 255, 255);
}

.statistics-chart-header {
    height: 40px;
    background-color: #3498db;
}

.statistics-chart-header-text {
    color: white;
    vertical-align: center;
    padding: 12px;
    font-size: 12.5px;
}

.statistics-chart-body-pai {
    height: 400px;
}

.statistics-chart-footer {
    height: 20px;
    text-align: center;
    float: bottom;
}

.config-image {
    width: 490px;
    margin: auto;
}

.config-image > img {
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.config-image-bottom {
    height: 90px;
    background-color: #F2F3F5;
    border: 1px solid #DADDE1;
    padding-top: 10px;

}

.config-image-bottom > h5 {
    padding-left: 10px;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #92969D;
}

.config-image-bottom > h3 {
    padding-left: 10px;
    font-weight: bold;
    font-size: 18px;

}

/*Dashboard Section*/
.top-summary {
    background-color: #acc2d121;
    height: 125px;
    border-radius: 10px;
    overflow: hidden;
}

.top-summary-approve-cost {
    background-color: #337ab7;
    height: 75px;
    display: flex;
}

.top-summary-finance-progress {
    background-color: #5cb85c;
    height: 75px;
    display: flex;

}

.top-summary-adp {
    background-color: #f0ad4e;
    height: 75px;
    display: flex;

}

.top-summary-adp-progress {
    background-color: #d9534f;
    height: 75px;
    display: flex;

}

.top-summary-footer {
    height: 50px;
    display: flex;
}

.top-summary-icon {
    width: 10%;
    color: white;
    margin: 10px;
}

.top-summary-detail {
    width: 90%;
    color: white;
    margin: 10px;
    text-align: right;
}

.top-summary-footer-text {
    width: 50%;
    margin-top: 6%;
    padding-left: 20px;

}

.top-summary-footer-icon {
    width: 50%;
    text-align: right;
    padding-right: 20px;
    margin-top: 6%;
}

.top-summary-footer-text > a {
    font-weight: bold;
}

.summary-chart {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #3498db40;
    margin-top: 30px;
    background-color: rgb(255, 255, 255);
}

.summary-chart-header {
    height: 50px;
    background-color: #3498db;
}

.summary-chart-header-text {
    color: white;
    vertical-align: center;
    padding: 16px;
    font-size: 12.5px;
}

.summary-chart-body-pai {
    height: 400px;
    padding-top: 30px;
    padding-left: 10px;
}

.summary-chart-footer {
    height: 20px;
    text-align: center;
    float: bottom;
}

.summary-table {
    /*max-height: 350px;*/
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #3498db40;
    margin-top: 30px;
    background-color: rgb(255, 255, 255);
}

.summary-table-header {
    height: 50px;
    background-color: #3498db;
}

.summary-table-body {
    padding: 10px;
}

.feature-video {
    height: 300px;
    cursor: pointer;
    margin-bottom: 30px;
}

.feature-video > img {
    width: 100%;
    height: 100%;
    background: #e0dfdf;
    object-fit: cover;
    box-shadow: 0 0 2px 2px #00000052;
}

.image-thumb-218x160 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    position: relative;
    margin-bottom: 10px;
    object-position: top;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image {
    opacity: 1;
    display: block;
    width: 95%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.text {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.banner-item:hover .image {
    opacity: 0.3;
}

.banner-item:hover .middle {
    opacity: 1;
}

figure img {
    width: 100%;
}

.image {
    width: 100%;
}

figcaption {
    background: #dde0df;
    color: #2e2626e0;
    font-family: "SolaimanLipi", serif;
    border-top: 1px solid #99999980;
    text-align: center;
    padding: 10px 0;
}

.card-title-related-news {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    margin-bottom: 0 !important;

}

ul.ck.ck-reset.ck-list {
    height: 300px;
    overflow-y: scroll;
}

.divSubTitle > .mb-3 > .ck > .ck-editor__main > .ck-editor__editable_inline {
    height: 150px;
}


.top-menu-modal-content .modal-title{
    flex: 1;
}
.details-social > ul > li > a>svg {
    border-radius: 50px;
}

.details-social > ul > li > button>svg {
    border-radius: 50px;
}
.footer-full-share > ul > li>a>svg {
    border-radius: 50px;
}

.footer-full-share > ul > li>button>svg {
    border-radius: 50px;
}
.header-top-social-list > ul > li > a>svg {
    border-radius: 50px;
}

.header-top-social-list > ul > li > button>svg {
    border-radius: 50px;
}