﻿.header {
    background: linear-gradient(75deg, #066, #0d548b, #057474);
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    -moz-appearance: none !important;
    font-size: 0.725rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e %3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e %3c/svg%3e") right 0.615rem center/14px 14px no-repeat;
}

.SumoSelect > .CaptionCont > label > i,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e %3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e %3c/svg%3e") right 0.615rem center/14px 14px no-repeat;
}

.select2-container {
    width: auto !important;
    display: block;
    max-width: 100%;
}

.select2-container--default .select2-selection--multiple {
    -webkit-appearance: none;
    -webkit-appearance: none !important;
    padding-right: 30px !important;
    padding: 0.175rem 0.675rem 0.475rem 0.5rem;
    border: 1px solid #dbe4e4;
    border-radius: 0.25rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: rgba(174, 34, 32, 0.25);
    outline: 0;
    box-shadow: 0 0 10px rgb(174, 34, 32, 0.1);
}

.SumoSelect > .CaptionCont,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
    border: 1px solid #dbe4e4;
}

.select2-container--default .select2-selection--single {
    -webkit-appearance: none;
    -webkit-appearance: none !important;
    padding-right: 30px !important;
    padding: 0.475rem 0.675rem;
    border: 1px solid #dbe4e4;
    min-height: calc(2.037rem + 2px);
}

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: normal;
        height: 26px;
        margin-right: 4px;
        padding-right: 0px;
        margin-top: 0;
        color: #ff0000;
        line-height: 1;
    }

.mbc-sm .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: normal;
    height: 18px;
    margin-right: 4px;
    padding-right: 0px;
    margin-top: 2px;
    color: #ff0000;
    line-height: 1;
}

.mbc-sm .select2-container--default .select2-selection--multiple,
.mbc-sm .select2-container--default .select2-selection--single {
    font-size: 0.7rem;
    background-size: 12px 12px;
    background-position: right 0.45rem center;
}

.mbc-sm .select2-container--default .select2-selection--single {
    padding-right: 24px !important;
    padding: .289rem .5rem;
    min-height: calc(1.6rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
    line-height: 1.5;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0;
}

.select2-container.select2-container--focus .select2-selection,
.select2-container.select2-container--open .select2-selection {
    outline: 0;
    border-color: rgba(174, 34, 32, 0.25) !important;
    box-shadow: 0 0 10px rgba(174, 34, 32, 0.1);
}

.select2-container .select2-dropdown {
    border-color: rgba(174, 34, 32, 0.25) !important;
    box-shadow: 0 0 10px rgba(0, 120, 213, 0.1);
    overflow-x: hidden;
}

.select2-results__option {
    font-size: 0.72rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #212529;
}

.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    /*background-color: #0052cc;*/
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #efeeee;
    border: 1px solid #dbd9d9;
    border-radius: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #dbd9d9;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #dc3534;
}

.select2-container--default.select2-container--disabled .select2-selection__choice {
    padding-left: 3px;
}

.SumoSelect {
    display: block;
    width: 100%;
}

select.form-control[multiple],
select.form-control[size] {
    height: -webkit-fill-available;
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
    box-shadow: none !important;
    border-color: #dbe4e4 !important;
}

.SumoSelect > .CaptionCont {
    position: relative;
    min-height: calc(2.037rem + 2px);
    background-color: #fff;
    border-radius: 0.25rem !important;
    margin: 0;
}

.SelectBox {
    font-size: 0.725rem;
    padding: 0.475rem 0.675rem;
    border: 1px solid #dbe4e4;
    min-height: calc(2.037rem + 2px);
}

.SumoSelect > .optWrapper {
    border: 0.02rem solid #dbe4e4;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.11);
}

.SumoSelect .select-all {
    border-bottom: 1px solid #edf0f3;
    height: 34px;
}

.SumoSelect > .CaptionCont > span {
    color: #212529 !important;
    font-size: 0.725rem !important;
}

    .SumoSelect > .CaptionCont > span.placeholder {
        background: 0 0;
        opacity: 1;
        font-style: normal;
    }

.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    margin-bottom: 0;
}

    .SumoSelect > .CaptionCont > label > i {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

.smosm .SumoSelect > .CaptionCont {
    min-height: 28px;
    height: 28px;
    padding: .289rem .5rem;
    font-size: .7rem;
    line-height: 1.4;
    border-radius: .2rem !important;
}

    .smosm .SumoSelect > .CaptionCont > span {
        color: #212529 !important;
        font-size: 0.7rem !important;
    }

    .smosm .SumoSelect > .CaptionCont > label {
        height: 28px;
    }

        .smosm .SumoSelect > .CaptionCont > label > i, .smosm .select2-container--default .select2-selection--multiple, .smosm .select2-container--default .select2-selection--single {
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e %3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e %3c/svg%3e") right 0.615rem center/12px 12px no-repeat;
        }

        .smosm .SumoSelect > .CaptionCont > label i {
            top: 13px;
        }

.smosm .SumoSelect.open > .optWrapper {
    top: 27px;
    display: block;
}

.custom-file-input.input-validation-error ~ .custom-file-label,
.form-control.input-validation-error,
.form-control.input-validation-error ~ .select2 .select2-selection--single {
    border: 1px solid #fbc6d3;
    box-shadow: 0 0 10px rgba(251, 198, 211, 0.1);
}

.schldBtn {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    padding: 0.6rem 1rem;
    background-image: linear-gradient(to right, #f9c4a2, #f8b797, #f7aa8d, #f69d86, #f48f80);
    color: #340d05;
    border-radius: 0.35rem;
    border: 1px solid #e77361;
}

    .schldBtn .bi {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-right: 0.7rem;
    }

.light.shortcut-buttons-flatpickr-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 5px;
    background-color: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.shortcut-buttons-flatpickr-buttons > .shortcut-buttons-flatpickr-button {
    display: inline-block;
    margin: 0 2px;
    padding: 0.125rem 0.5rem;
    border-radius: 0.2rem;
    font-size: 0.725rem;
    line-height: 1.5;
    font-weight: 500;
    background: #fff;
    border: 1px solid #dbe4e4;
    color: #000;
}

    .shortcut-buttons-flatpickr-buttons > .shortcut-buttons-flatpickr-button:hover {
        background: #e3e9ec;
        border: 1px solid #d1dadc;
    }

.flex-auto {
    flex: auto;
}

.btn .bi-paperclip {
    display: inline-block;
    transform: rotate(45deg);
}

.table-dtc tr td img.imgPop {
    height: 36px;
    max-width: 36px;
    border-radius: 5px;
    cursor: pointer;
}

.mrheatMap {
    width: 100%;
    height: calc(100vh - 150px);
}

.vtlDate {
    font-size: .75rem;
    color: #8a9298;
    margin-left: .5rem;
    font-weight: 400
}

    .vtlDate img {
        height: 12px;
        vertical-align: text-top;
        margin-right: 4px
    }

.mrViewPop1 {
    padding-right: 30px
}

.mrPhoneNo {
    font-size: .72rem;
    color: #8a9298;
    font-weight: 400
}

.visitInfo .cmpBody {
    padding-right: 1.5rem;
    margin-bottom: .8rem
}

.btn-sm.mrview {
    height: calc(1.4rem + 1px);
    padding: .15rem .45rem;
    font-size: .715rem;
    line-height: 1.5;
    border-radius: .2rem
}

.fltrdValue {
    font-size: .725rem;
    font-weight: 500;
    display: block;
    margin-bottom: .25rem
}

    .fltrdValue .fvTag {
        position: relative;
        padding-left: 1.2rem
    }

        .fltrdValue .fvTag:before {
            position: absolute;
            content: '\f105';
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            left: .45rem
        }

        .fltrdValue .fvTag:first-child {
            padding-left: 0
        }

            .fltrdValue .fvTag:first-child:before {
                content: ''
            }

.tcTitle {
    font-weight: 700;
    font-size: .84rem;
    margin-bottom: .35rem
}

.tcMapIcon {
    margin-right: 8px
}

    .tcMapIcon svg {
        width: 30px;
        height: 30px
    }

.rstFilter {
    font-weight: 500;
    color: #212529
}

    .rstFilter svg {
        margin-right: 5px
    }

.addedTags {
    position: relative
}

.cDownUp {
    margin-right: 12px
}

    .cDownUp .fa {
        font-size: 1.25rem
    }

.dsbdTag {
    background: #ebf1f1 url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-check-circle-fill' fill='%23abb7b7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E") no-repeat;
    background-size: 12px 12px;
    background-position: center left 6px;
    padding: .25rem .5rem .25rem 1.5rem;
    font-size: .7rem;
    height: calc(1.648438rem + 2px);
    line-height: .7rem;
    border: .02rem solid #dbe4e4;
    color: #212529;
    font-weight: 500;
    line-height: 1.7;
    border-radius: .2rem;
    margin-right: .2rem;
    display: inline-block;
    margin-bottom: .25rem
}

    .dsbdTag:last-child {
        margin-left: 0
    }

.mrList {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 350px;
    overflow-y: auto
}

    .mrList li {
        margin-bottom: .65rem;
        padding-bottom: .65rem;
        border-bottom: .02rem solid #dbe4e4
    }

        .mrList li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0
        }

        .mrList li.mrview {
            cursor: pointer;
            position: relative
        }

            .mrList li.mrview:hover .mrDetails .mrName {
                color: #0052cc
            }

        .mrList li.beatmv {
            cursor: pointer;
            position: relative
        }

            .mrList li.beatmv:hover .mrDetails .mrName {
                color: #0052cc
            }

.mrPhoto {
    width: 38px;
    min-width: 38px;
    height: 38px;
    margin-right: .7rem;
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

    .mrPhoto img {
        width: 100%;
        height: auto;
        max-width: 100% !important
    }

.mrName {
    font-size: .845rem;
    font-weight: 500;
    margin-bottom: .15rem
}

.mrCode {
    font-size: .72rem;
    color: #8a9298
}

    .mrCode svg {
        width: 12px;
        height: 12px;
        margin-left: 4px
    }

    .mrCode .bi {
        font-size: .725rem;
        line-height: .725rem;
        margin-left: 4px;
        vertical-align: text-top;
        color: #0052cc
    }

.mrViewPop {
    background: #fff;
    padding: 1rem;
    border-radius: .75rem;
    box-shadow: 0 0 12px #919aa0;
    width: 310px
}

.cmpBody {
    margin-bottom: 1rem;
    padding-right: 1rem
}

.cstmModalPop {
    background: #fff;
    border-radius: .75rem;
    box-shadow: 0 0 12px #919aa0;
    width: 360px;
    overflow: hidden
}

    .cstmModalPop .cmpBody {
        padding: 1rem
    }

.cmpTitle {
    font-size: 1.15rem;
    font-weight: 700;
    color: #112e51
}

.cmpDesc {
    font-weight: 500;
    margin-bottom: .1rem;
    line-height: 1.5;
    font-size: .75rem
}

.cmpFooter {
    background: #ebf1f1;
    padding: .6rem 1rem;
    color: #8a9298;
    font-size: .72rem;
    margin-left: -1.15rem;
    margin-right: -1.15rem;
    margin-bottom: -1.15rem;
    font-weight: 400
}

    .cmpFooter .cchkd {
        color: #1cc185;
        width: 18px;
        height: 18px;
        margin-right: .5rem
    }

.mrSingleView {
    padding-top: 1rem;
    padding-bottom: .75rem;
    border-bottom: .02rem solid #dbe4e4
}

    .mrSingleView .backMrList {
        color: #8a9298;
        margin-right: .25rem;
        width: 18px;
        height: 18px
    }

        .mrSingleView .backMrList:hover {
            color: #0052cc
        }

        .mrSingleView .backMrList svg {
            width: 18px;
            height: 18px
        }

        .mrSingleView .backMrList .bi {
            font-size: 1.15rem;
            line-height: 1.15rem
        }

.smrTimeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    max-height: 400px;
    overflow-y: auto
}

    .smrTimeline li {
        position: relative;
        padding-left: 82px;
        padding-bottom: 1rem
    }

        .smrTimeline li:last-child {
            padding-bottom: 0
        }

        .smrTimeline li .visitTime {
            color: #8a9298;
            font-size: .715rem;
            line-height: .715rem;
            position: absolute;
            left: 0
        }

        .smrTimeline li .smrName {
            font-size: .84rem;
            line-height: .95rem;
            font-weight: 500;
            margin-bottom: .2rem
        }

            .smrTimeline li .smrName:hover, .smrTimeline li .visitTime:hover {
                color: #0052cc;
                cursor: pointer
            }

        .smrTimeline li:before {
            position: absolute;
            content: '';
            width: 1px;
            height: 100%;
            top: 50%;
            transform: translateY(-50%);
            left: 63px;
            border-left: 1px dashed #dedfe1
        }

.visitTLT {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #8a9298;
    left: 59px
}

.smrTimeline li.vdtinfo:first-child .smrName {
    color: #e72d52;
}

.visitTLT.visitSuccess {
    background: #1cc185
}

.visitTLT.visitDanger {
    background: #e72d52
}

.rprtdw img {
    margin-left: .25rem;
    height: 15px;
    animation: bounces 2s infinite
}

.rprtdw.btn-sm img {
    margin-left: .2rem;
    height: 10px
}

.gm-style-iw {
    width: 350px !important;
    top: 15px !important;
    left: 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178,178,178,.6);
    border-radius: 2px 2px 10px 10px
}

#iw-container .iw-title {
    font-family: 'Open Sans',sans-serif;
    font-size: .925rem;
    font-weight: 700;
    padding: .5rem;
    background-color: #0052cc;
    color: #fff;
    margin: 0;
    border-radius: 2px 2px 0 0
}

#iw-container .iw-content {
    font-size: .875rem;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 1rem;
    max-height: 180px;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden
}

.iw-content img {
    float: right;
    margin: 0 5px 5px 10px
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0
}

.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%)
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
    max-width: 335px !important
}

.gm-ui-hover-effect {
    top: 10px !important;
    right: 10px !important
}

    .gm-ui-hover-effect img {
        width: 20px !important;
        height: 20px !important;
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
        margin: 5px
    }

    .gm-ui-hover-effect:hover img {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.gm-style .gm-style-iw-t::after {
    height: 10px;
    width: 10px;
    top: 14px
}

.gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: auto !important;
    padding: 1.15rem
}

.gm-style {
    font-family: Roboto,sans-serif !important
}

.poi-info-window .title {
    font-weight: 700
}

.poi-info-window .address {
    font-size: .78rem;
    margin-bottom: 4px
}

.poi-info-window .address {
    margin-top: 5px;
    color: #555
}

.gm-style .gm-style-iw-tc::after {
    height: 9px;
    top: 14px;
    width: 18px;
}

.customMarker {
    position: absolute;
    cursor: pointer;
    background: #fff;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -38px;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.25)
}

    .customMarker:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 13px;
        border-width: 6px 6px 0;
        border-style: solid;
        border-color: #fff transparent;
        display: block;
        width: 0
    }

    .customMarker img {
        width: 36px;
        height: 36px;
        margin: 2px;
        border-radius: 50%
    }

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
    font-size: .7rem;
    font-family: bootstrap-icons !important;
    font-weight: normal;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
    content: "\f148";
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    content: "\f128";
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    top: .375rem;
    transform: none;
}
/*table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:after {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    height: 15px;
    width: 15px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    content: "\f4fe";
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    content: "\f2ea";
}*/
/*.select2-container {
    z-index: 9999;
}*/
.flatpickr-monthSelect-month {
    margin: 0;
}

    .flatpickr-monthSelect-month.selected, .flatpickr-monthSelect-month.startRange, .flatpickr-monthSelect-month.endRange {
        background-color: #0052cc;
        box-shadow: none;
        color: #fff;
        border-color: #0052cc;
    }

.flatpickr-next-month.flatpickr-disabled {
    display: none;
}

.justified-gallery > a > .jg-caption, .justified-gallery > div > .jg-caption, .justified-gallery > figure > .jg-caption {
    display: unset;
    top: 0;
    bottom: auto;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.owl-carousel.mtr-carousel .owl-nav button {
    margin: 5px;
}

.owl-carousel.mtr-carousel .item .ocitm {
    height: 350px;
    justify-content: center;
}

    .owl-carousel.mtr-carousel .item .ocitm a {
        width: 100%;
    }

.mtr-carousel {
    margin-top: 1.4rem;
}

    .mtr-carousel .owl-stage-outer {
        height: 350px;
        border-radius: 0.5rem;
    }

table.table-detail tr:first-child th:first-child {
    border-top-left-radius: 0.5rem;
}

.ocitm .ocinf {
    left: 0;
    bottom: -1px;
}

.smrybox {
    padding: 1.25rem;
}

    .smrybox .sbbody {
        padding: 0;
    }

.hrchy {
    margin-bottom: 0.4rem;
}

@media(max-width:767px) {
    .owl-carousel.mtr-carousel .owl-nav button {
        margin: 10px;
    }
}

@media(max-width:991px) {
    .mtr-carousel {
        margin-top: 0;
    }

    .bblg {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
}

.tbltl {
    background: transparent;
    margin-bottom: .5rem;
    padding: 0;
}

@media(max-width:575px) {
    .mrheatMap {
        height: 0;
    }
}

.dataTables_wrapper .tbl-scroll1 {
    overflow-x: hidden;
}

table.tdthcls3 tr:first-child th:first-child, table.tdcls3 tr:first-child th:first-child {
    width: 60px;
}

table.fstlgth tr:first-child th:first-child, table.fstlgth tr:first-child th:first-child {
    width: 160px;
}

.txtmsg {
    background: #f5cc84;
    padding: .5rem 1rem;
    border-radius: .375rem;
    font-weight: 500;
}

/* Lightbox styles */
.lightbox {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    right: 1.25rem;
    top: 42px;
    width: 400px;
    height: calc(100% - 42px);
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    border-radius: .75rem;
}

    /*.lightbox-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}*/

    .lightbox img {
        margin: auto;
        width: 100%;
        height: 100%;
        cursor: zoom-in;
    }

.closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    color: #f1f1f1;
    font-size: 20px;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .closeBtn:hover,
    .closeBtn:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.zoom {
    cursor: pointer;
}

.bgthm.bggry {
    background: #ecf6f7;
}

    .bgthm.bggry .dsLabel, .bgthm.bggry .dsValueBig {
        color: #112e51;
    }



.mdlpop {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-image: linear-gradient(#f5f5f533,#7b7b7b70)
}

.modl {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 350px;
    max-width: 100%;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 0 5px 0 #ccc
}

.mdlbdy {
    padding: .65rem 1rem 1rem
}

    .mdlbdy .sttsicn {
        width: 50px;
        min-width: 50px;
        margin-right: 1rem
    }

.sttsicn-innr {
    width: 40px;
    height: 40px;
    background: #1cc185;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin: 10px 5px 5px 5px
}

    .sttsicn-innr:before {
        position: absolute;
        content: '';
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px dotted #1cc185;
        left: -5px;
        top: -5px
    }

    .sttsicn-innr i {
        font-size: 1.75rem;
        line-height: 40px
    }

.sttsttl {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    color: #1cc185
}

    .sttsttl:after {
        position: absolute;
        content: '';
        width: 50px;
        height: 2px;
        background: #1cc185;
        left: 0;
        bottom: 8px
    }

.mdlbdy .alrticn {
    width: 50px;
    min-width: 50px;
    margin-right: 1rem
}

.alrticn-innr {
    width: 40px;
    height: 40px;
    background: #ffc107;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin: 10px 5px 5px 5px
}

    .alrticn-innr i {
        font-size: 1.75rem;
        line-height: 40px
    }

    .alrticn-innr:before {
        position: absolute;
        content: '';
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px dotted #ffc107;
        left: -5px;
        top: -5px
    }

.alrtttl {
    font-size: 1.15rem;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    color: #ffc107
}

    .alrtttl:after {
        position: absolute;
        content: '';
        width: 50px;
        height: 2px;
        background: #ffc107;
        left: 0;
        bottom: 8px
    }

.mdlbdy .erroricn {
    width: 50px;
    min-width: 50px;
    margin-right: 1rem
}

.erroricn-innr {
    width: 40px;
    height: 40px;
    background: #e72d52;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin: 10px 5px 5px 5px
}

    .erroricn-innr i {
        font-size: 1.75rem;
        line-height: 40px
    }

    .erroricn-innr:before {
        position: absolute;
        content: '';
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px dotted #e72d52;
        left: -5px;
        top: -5px
    }

.errorttl {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    color: #e72d52
}

    .errorttl:after {
        position: absolute;
        content: '';
        width: 50px;
        height: 2px;
        background: #e72d52;
        left: 0;
        bottom: 8px
    }
.modlfoot {
    padding: .65rem .75rem;
    border-top: 1px solid #e7e7e7
}
.crdBox {
    border-radius: .8rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dbe4e4;
}

.cbBody {
    padding: 1rem;
}

.bcBottom {
    padding: .5rem 1rem;
    background: #ecf1f1;
}

/*Wikicrop*/
.blog-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 0.5rem;
}

.shd {
    border: 1px solid #dadada;
    transition: transform 0.5s linear;
}

    .shd:hover {
        transform: scale(1.1);
        transition: transform 0.5s linear;
    }

.blog-img img {
    height: 200px;
    object-fit: cover;
    border-radius: 0.5rem;
}

.blg-name {
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height: 1.35;
    color: #212529;
    margin-bottom: 1rem;
}

.lngdv {
    display: flex;
    align-items: center;
}

    .lngdv > span {
        margin-right: 0.75rem;
        font-size: 0.9rem;
    }

.langul {
    padding: 0;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    margin: 0;
}

    .langul li {
        margin: 0;
        font-size: 0.875rem;
        padding: 0.4rem 0.5rem;
        list-style-type: none;
    }

        .langul li:first-child {
            border-right: 1px solid #ccc;
        }

.cusinp input {
    border-radius: 0;
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}

.cusinp button {
    border-radius: 0;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

section.bolg-detail {
    padding-bottom: 50px;
    padding-top: 20px;
}

.breadcrumb_inner h3 {
    margin-bottom: 1.5rem;
}

.faqacrd {
    border-radius: 0.35rem;
}

    .faqacrd.accordion .accordion-item {
        border-radius: 0.35rem;
        margin-bottom: 0.75rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        background: #fdf8f7;
        border: 1px solid #fae9e6;
    }

.accordion-header {
    margin-bottom: 0;
}

.faqacrd.accordion .accordion-item .accordion-button {
    border-radius: 0 !important;
    padding: 0.875rem 0;
    font-weight: 600;
    color: #bd4328;
    background: #fdf8f7;
    font-size: 1rem;
    box-shadow: none;
}

.faqacrd.accordion .accordion-button::after, .tglbtn .accordion-button::after {
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    margin-right: 0;
    background-size: auto;
}

.faqacrd.accordion .accordion-body {
    padding-top: 0;
    padding-left: 0;
}

.topcntnt p {
    margin-bottom: 0.875rem;
}

.bolg-detail img {
    border-radius: 0.75rem;
}

table, tbody {
    width: 100%;
}

/* table tr td, table tr th {
        padding: 5px 14px;
        border: 1px solid #d1d1d1;
    }*/

.extrpdng .btn {
    padding: .13rem .35rem .115rem;
}

.cusinp .btn i {
    vertical-align: middle;
}

.logicnbg {
    width: 55px;
    height: 45px;
}

    .logicnbg img {
        max-width: 45px;
    }