﻿.alarm-outer {
    /*border: solid 1px #3a4553;*/
    width: 100%;
    height: calc(100vh - 53px);
    top: 20px;
    padding: 16px;
    background: #192028;
}
.close-btn-help-icon{
    min-width:142px;

}
.alarm-outer .search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alarm-outer .search-bar .search-input {
position: relative;
}

.alarm-outer .search-bar .search-input .v-find {
color: #c7cbd1;
position: absolute;
top: 11px;
right: 15px;
font-size: 18px;
}

.alarm-outer .search-bar input {
    border: solid 3px #343434;
    /*box-shadow:inset 0px 0px 3px 2px #505357;*/
    height: 38px;
    width: 361px;
    padding: 8px 30px 8px 8px;
    line-height: normal;
    background-color: transparent;
    color: #c7cbd1;
}

.alarm-outer .text-btn {
    border: 0;
    background-color: transparent;
    outline: 0;
    font-size: 12px;
    padding-left: 0;
    color: #3c91e6;
    border: solid 1px #3c91e6;
    margin-left: 13px;
    padding: 4px 16px;
}
.alarm-outer .text-btn {
    border: 0;
    background-color: transparent;
    outline: 0;
    font-size: 12px;
    padding-left: 0;
    color: #3c91e6;
    border: solid 1px #3c91e6;
    margin-left: 13px;
    padding: 4px 16px;
}
.alarm-outer .refresh-btn {
    background: no-repeat;
    border: none;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #3c91e6;
    margin: 0 11px;
    outline: none;
}

.alarm-outer .refresh-btn img {
    margin-right: 5px;
}

.alarm-help-icon {
    height: 16px;
    margin-left: 11px;
}

.alarm-outer .text-btn:disabled {
    border-color: #a6a1a1;
    color: #a6a1a1;
    cursor: no-drop;
}

.alarm-outer .action-links a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3c91e6;
    text-decoration: underline;
}

    .alarm-outer .action-links a.disabled {
        color: #a6a1a1;
    }

.alarm-outer .round-btn {
    border-radius: 16px;
    height: 32px;
    min-width: 128px;
    margin-left: 11px;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.alarm-outer .round-btn .btn-label {
    margin-right: 4px;
}

.alarm-outer .round-btn .count-no {
    font-size: 12px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items:center;
    justify-content:center;
    height:24px;
    width:24px;
}
.alarm-outer .loader-outer {
    position:relative;
    height:100%;
}
.alarm-outer .assignTo-btn{
      width: 164px;
}
.alarm-outer .round-btn.active {
    background-color: #3c91e6;
}

.alarm-outer .round-btn.active .v-badge {
    /*display:none;*/
    background: #bd1820;
}
/*.alarm-outer .round-btn.active .cross-btn{
    background: url('/app/images/popupcross-icon.svg') no-repeat;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-left:15px;
}*/
.alarm-outer .v-badge {
    margin-left: 3px;
    display: inline-block;
    font-size: 11px;
    padding: 3px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    min-width: 18px;
    height: 18px;
    line-height: normal;
    letter-spacing: -0.44px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background-color: #3c91e6;
}

.alarm-outer .alrm-datatable {
    /*height: 302px;*/
    margin-bottom: 13px;
    /*overflow: auto;*/
    color: #fff;
    position: relative;
    margin-top: 11px;
}

    .alarm-outer .alrm-datatable .tbl-header {
        background-color: #31353f;
    }

    .alarm-outer .alrm-datatable .tbl-content {
        height: 257px;
        overflow-x: auto;
        margin-top: 0px;
    }
/*.alarm-outer .alrm-tabination {
    height:calc(100% - 425px);
}*/
.alarm-outer .alarm-info-boxes {
    display: flex;
}

.alarm-outer .info-box {
    max-width: 33.33%;
    flex: 33.33% 0;
    background-color: #292d36;
    margin-right: 17px;
    /*border: 1px solid red;*/
}

.alarm-outer .info-box.resources-box {
    max-width: 19%;
    flex: 19% 0;
}

.alarm-outer .info-box.additional-info-box {
    max-width: 27%;
    flex: 27% 0;
}

.alarm-outer .info-box.additional-info-box .no-info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: bold;
}

.alarm-outer .info-box.additional-info-box .info-property {
    display: flex;
    margin-bottom: 12px;
}

.alarm-outer .info-box.additional-info-box .info-property .value {
    width: 155px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    font-size:14px;
    color: #ebeaef;
}

.alarm-outer .info-box.additional-info-box .info-property label {
    width: 152px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #e7e7ec;
}

.alarm-outer .info-box.res-pro-box {
    max-width: 27%;
    flex: 27% 0;
}


.alarm-outer .info-box.res-pro-box .checkmark {
    background-color: transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 2px solid #686c73;
    margin-right: 9px;
}
.alarm-outer .info-box.res-pro-box .checkmark.checked {
    border: 2px solid #c7cbd1;
}
.alarm-outer .info-box.res-pro-box .checkmark.checked:after {
    content:"";
     background-color: transparent;
     margin:1px 5px;
    display: inline-block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.alarm-outer .info-box.res-pro-box .checkmark.checked {
    opacity: 1;
}


.alarm-outer .info-box.player {
    width: 300px;
    position: relative;
}

.alarm-outer .info-box.player .map-monitoring-item {
    position: relative;
    height: calc(100% - 36px);
}

.alarm-outer .info-box.player .player-div {
    height: 100%;
}

.alarm-outer .info-box.player .vms-player {
    height: 344px;
}

.alarm-outer .info-box.player .vms-player-unavailable-message {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #292d36;
    color: #fff;
    height: calc(100% - 36px);
}

.alarm-outer .info-box.player .vms-player-tools {
    padding: 8px;
    height: 32px;
    background: #31353f;
}

.alarm-outer .info-box.player .vms-player-tools .vms-player-resource-title {
    font-size: 14px;
    color: #fff;
    line-height: normal;
}

.alarm-outer .info-box.player .vms-player-tools .vicon-font.v-close-x {
    top: 12px;
    right: 10px;
}

.alarm-outer .info-box .box-header {
    background-color: #31353f;
    padding: 6px 8px;
    position: relative;
}

.alarm-outer .info-box .box-header .top-right-icon-align {
    top: 5px;
}

.alarm-outer .info-box .box-header span {
    font-size: 14px;
    line-height: normal;
    color: #ffffff;
}

.alarm-outer .info-box .box-body {
    font-size: 14px;
    line-height: 1.29;
    color: #c7cbd1;
    height: calc(380px - 32px);
    overflow-y: auto;
    background: #292d36;
}

@media(max-height: 900px) {
    .alarm-outer .info-box .box-body {
        height: 200px;
        overflow: auto;
    }
}

.alarm-outer .info-box.prior-triger .box-body {
    height: 314px;
    overflow: auto;
    width: 99%;
}

.alarm-outer .info-box .box-body .profile-pic {
    height: 133px;
    /*width: 303px;*/
    width: 92%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.alarm-outer .info-box .box-body .profile-pic img {
    height: 100%;
    width: 100%;
}

.alarm-outer .info-box .box-body .NotImg {
    height: 140px;
    width: 90%;
    background-color: #52575d;
    display: flex;
    margin: 16px 0;
    align-items: center;
    justify-content: center;
}

.alarm-outer .info-box.res-pro-box .box-body label {
    font-size: 14px;
    line-height: normal;
    color: #c7cbd1;
    font-weight: normal;
    background: #333740;
    display: flex;
    align-items:center;
}

.alarm-outer .info-box.res-pro-box .scroll-wrapper > .scroll-content.scroll-scrolly_visible {
    padding-right: 30px;
}

.alarm-outer .info-box.prior-triger .p-pagination ul {
    display: flex;
    margin: 0;
    list-style: none;
    justify-content: flex-end;
    padding: 0 24px;
}

.alarm-outer .info-box.prior-triger .p-pagination li a {
    padding: 6px 10px;
    color: #2c85c2;
    font-size: 14px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.alarm-outer .info-box.prior-triger .p-pagination li.disabled a {
    pointer-events: none;
    opacity: 0.6;
}

.alarm-outer .info-box:last-child {
    margin-right: 0;
}

.alarm-outer .vms-checkbox-container .checkmark {
    top: 3px;
    left: 9px;
}

.alarm-outer .close-alarm-btn {
    text-align: right;
    margin: 14px 0 0;
    border-top: 1px solid #3a4553;
    padding-top:13px;
}

.alarm-outer .close-alarm-btn button {
    width: 146px;
    height: 39px;
    border: 0;
    font-size: 14px;
    background-color: #295287;
    line-height: normal;
    color: #c7cbd1;
}

.alarm-outer .close-alarm-btn button:disabled {
    background-color: #363b45 !important;
    color: #585858;
}

.alarm-outer .no-licence .box-body {
    opacity: 0.4;
}
.alarm-outer .info-box.no-licence .box-header {
    opacity:0.4;
}
.alrm-datatable .checkmrk {
    background-color: transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 2px solid #686c73;
}
.alrm-datatable .checkmrk.checked {
    border: 2px solid #c7cbd1;
}
.alrm-datatable .checkmrk.checked:after {
    content:"";
     background-color: transparent;
     margin:1px 5px;
    display: inline-block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#alarmAssignModal .checkmrk {
    background-color: transparent;
    display: inline-block;
    width: 5px;
    height: 10px;
    border: solid white;
    opacity: 0.5;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#alarmAssignModal .checkmrk.checked {
    opacity: 1;
}


.table th .header-cell-content .header-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    height: 11px;
    display: inline-block;
    width: 14px;
    background-image: url('/app/images/dashboard-images/chevron_up.svg');
}

.header-cell .col-desc-icon {
    transform: rotate(180deg);
}

.table tbody tr.active td {
    background-color: #484c53 !important;
}

.table thead tr th {
    border: 0 !important;
    background: #31353f;
    padding: 16px 15px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    text-align: left;
}

.table tbody tr td {
    border: 0 !important;
    font-size: 14px;
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    padding: 15px 15px;
    letter-spacing: normal;
    color: #c7cbd1;
    cursor: pointer;
    position: relative;
}


/*fixed header table css Start*/

/*common-css*/
.fixed-header-table {
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixed-header-table thead tr {
        display: block;
        overflow: auto;
        width: 100%;
    }

    .fixed-header-table tbody {
        display: block;
        overflow: auto;
        width: 100%;
        height: 300px;
    }
/*common-css-end*/

.alrm-datatable .table {
    width: 100%;
    table-layout: fixed;
    margin: 0 !important;
}

.alrm-datatable table tbody tr.alarm-escalated td {
    background-color: #2d5375;
}


/*.alrm-datatable .table tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: 250px;
}*/
.alrm-datatable .table th:first-child,
.alrm-datatable .table td:first-child {
    width: 40px;
}

.alrm-datatable .table th:nth-child(5),
.alrm-datatable .table td:nth-child(5) {
    width: 340px;
}
.alrm-datatable .table th:nth-child(2), 
.alrm-datatable .table td:nth-child(2){
    width:120px;
}
.alrm-datatable .table th:last-child,
.alrm-datatable .table td:last-child {
    width: 223px;
}
/*
.alrm-datatable .table th:last-child, .alrm-datatable .table td:last-child {
    width: 320px;
}
.alrm-datatable .table th:first-child, .alrm-datatable .table td:first-child {
    width: 40px;
}
.alrm-datatable .table tr th, .alrm-datatable .table tr td {
    width: 200px;
}*/


/*fixed header table css End*/

.alrm-datatable .table tbody tr {
    background-color: #292d35;
    border-top: 2px solid #1a2028;
    border-bottom: 2px solid #1a2028;
}

.table tbody tr.alarm {
    background-color: #2d5375;
}

.prior-triger .table tbody tr:nth-of-type(2n) {
    background-color: transparent;
}

.prior-triger .table thead tr th {
    background-color: transparent;
}

.v-modal-center-align .modal-dialog {
    display: flex;
    align-items: center;
    height: calc(100% - 60px);
    justify-content: center;
}

.v-modal-center-align .vms-modal-popup-header {
    display: flex;
    align-items: center;
    height: 30px;
    justify-content: center;
    margin: 0;
}

    .v-modal-center-align .vms-modal-popup-header .top-right-icon-align {
        right: 5px;
    }

/*procedure Comment modal css*/

.procedureComment .modal-dialog {
    max-width: 320px;
    position: absolute;
    top: 48%;
    right: 22%;
}

.procedureComment .modal-content .body-section {
    padding: 24px;
}

.procedureComment .modal-content {
    height: 272px !important;
    width: 100%;
}

    .procedureComment .modal-content #vms-child-layer {
        background-color: #1a2028 !important;
    }

    .procedureComment .modal-content .cmt-section textarea {
        border: solid 1px #295287;
        background: transparent;
        min-height: 106px;
        width: 100%;
        font-size: 13px;
        padding: 7px;
        outline: 0;
        color: #fff;
    }

.procedureComment .assign-btn {
    padding-top: 24px;
    border-top-color: #30353f;
    border-top-width: 1px;
    border-top-style: solid;
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

    .procedureComment .assign-btn button {
        width: 145px;
        height: 39px;
        background-color: #295287;
        border: 0;
        color: #c7cbd1;
        outline: 0;
    }

        .procedureComment .assign-btn button:disabled {
            background-color: #363b45 !important;
            color: #585858;
        }

.user-popover .popover-body {
    display: none;
}

.user-popover .v-info {
    font-size: 11px;
    margin-left: 6px;
    color: rgba(128, 128, 128, 1);
}

.user-popover {
    display: inline-block;
}

    .user-popover:hover .popover-body {
        display: block;
    }

.alrm-datatable table tr:first-child .user-popover .popover-body {
    top: 7px;
    left: 92px;
}

    .alrm-datatable table tr:first-child .user-popover .popover-body .bg-tringle {
        top: 5px;
        left: -8px;
        transform: none;
    }

.user-popover .popover-body {
    position: absolute;
    top: -22px;
    z-index: 999;
    left: 68px;
}

    .user-popover .popover-body .bg-tringle {
        background-image: url(/app/images/popover-trringle.svg);
        height: 11px;
        width: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 17px;
        transform: rotate(-90deg);
        left: 5px;
    }

    .user-popover .popover-body .name {
        background: #fff;
        color: #4a4a4a;
        font-size: 12px;
        padding: 3px;
        border-radius: 4px;
    }
/*assignAlarmModal css*/

.assignAlarmModal .modal-dialog {
    max-width: 320px;
    position: absolute;
    right: 24px;
    bottom: 20px;
}

.assignAlarmModal .modal-content {
    height: 472px !important;
    width: 100%;
}

    .assignAlarmModal .modal-content #vms-child-layer {
        background-color: #1a2028 !important;
    }

    .assignAlarmModal .modal-content .body-section {
        padding: 9px;
    }

    .assignAlarmModal .modal-content .search-bar {
        position: relative;
    }

        .assignAlarmModal .modal-content .search-bar .v-find {
            position: absolute;
            top: 7px;
            color: #c7cbd1;
            right: 6px;
        }

        .assignAlarmModal .modal-content .search-bar input {
            border: solid 2px #30353f;
            height: 28px;
            width: 302px;
            padding: 4px 8px;
            line-height: normal;
            background-color: transparent;
            color: #c7cbd1;
            font-size: 14px;
        }

.assignAlarmModal .table {
    margin-top: 9px;
    /*height: 100px;*/
    overflow: auto;
}

    .assignAlarmModal .table thead th {
        /*background: #1a2028 !important;*/
        color: #c7cbd1;
        font-weight: normal;
        font-size: 14px;
        padding: 6px;
        height: 32px;
    }

.assignAlarmModal .selectCol {
    width: 14%;
}

.assignAlarmModal .table thead td {
    padding: 6px;
}

.assignAlarmModal .table tbody tr {
    background: transparent;
}

.assignAlarmModal .table tbody tr td {
    font-size: 13px;
    padding: 6px;
}

.assignAlarmModal .list-table {
    height: 326px;
    overflow: auto;
    padding-bottom: 16px;
}

.assignAlarmModal .assign-btn {
    padding-top: 24px;
    border-top-color: #30353f;
    border-top-width: 1px;
    border-top-style: solid;
    display: flex;
    justify-content: flex-end;
}

.assignAlarmModal .assign-btn button {
    width: 145px;
    height: 39px;
    background-color: #295287;
    border: 0;
    color: #c7cbd1;
    outline: 0;
}
.assignAlarmModal .assign-btn button:disabled {
    background-color:#363b45 !important;
    color:#585858;
}


/*close Alarm Modal Css*/
.closeAlarmModal .modal-dialog {
    max-width: 720px;
    position: absolute;
    right: 24px;
    bottom: 100px;
}

    .closeAlarmModal .modal-dialog .modal-content {
        height: 393px !important;
        width: 100%;
    }

    .closeAlarmModal .modal-dialog .main-content {
        padding: 24px;
        width: 100%;
    }

    .closeAlarmModal .modal-dialog .modal-content #vms-child-layer {
        background-color: #1a2028 !important;
    }

    .closeAlarmModal .modal-dialog .main-content .reasons-to-close {
        display: flex;
        flex-direction: column;
        padding-bottom: 16px;
        border-bottom: 1px solid #30353f;
    }

        .closeAlarmModal .modal-dialog .main-content .reasons-to-close .radio-btn {
            margin-bottom: 25px;
            font-size: 14px;
            font-weight: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #c7cbd1;
        }

.closeAlarmModal .radio-btn .checkmark {
    top: 0;
}

.closeAlarmModal .modal-dialog .main-content .reasons-to-close .radio-btn input[type='radio'], input[type='checkbox'] {
    margin: 0;
}

.closeAlarmModal .modal-dialog .main-content .reasons-to-close .radio-btn:last-child {
    margin-bottom: 16px;
}

.closeAlarmModal .modal-dialog .main-content .reasons-to-close .radio-btn .label-text {
    padding-left: 30px;
}

.closeAlarmModal .modal-dialog .main-content .other-input-field {
    text-align: right;
}

.closeAlarmModal .modal-dialog .main-content .other-input-field textarea {
    width: 100%;
    height: 106px;
    color: #c7cbd1;
    border: solid 1px #295287;
    background-color: transparent;
    padding:12px;
}

.closeAlarmModal .modal-dialog .closeAlarm-btn {
    text-align: right;
    margin-top: 24px;
}

.closeAlarmModal .modal-dialog button {
    width: 145px;
    height: 39px;
    background-color: #295287;
    border: 0;
    color: #c7cbd1;
    outline: 0;
}


.attach-file-div {
    margin: 13px 0 0px 28px;
    color: #3c91e6;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3c91e6;
    max-width: 180px;
}

.attach-file-div p {
    margin: 0;
}

.attach-file-div .attach-file-title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.attach-file-title .v-attach-file {
    font-size: 15px;
}

.attach-file-title .text {
    text-decoration: underline;
    margin-left: 10px;
}

.attach-file-div .file {
    background-color: rgba(255, 255, 255, 0.05);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
}

.attach-file-div .file .file-name {
    display: flex;
}

.attach-file-div .file .v-solid-cross {
    font-size: 14px;
    cursor: pointer;
}

.attach-file-div .file .file-name p {
    width: 64px;
    margin: 0;
}

.alrm-tabination ul.nav-tabs {
    border-color: #3a4553;
    display: flex;
    margin-bottom: 8px;
}

.alrm-tabination ul.nav-tabs li {
    margin-right: 8px;
}


.alrm-tabination ul.nav-tabs li a {
    border-radius: 0;
    line-height: normal;
    background-color: #3a4553;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
    color: #d0d0cc;
    min-width:58px;
    text-align:center;
}
.alrm-tabination .placeholder-tabs ul li a.nav-link {
    background-color: #2b3138!important;
}
.alrm-tabination .placeholder-tabs ul li .nav-link span{
    opacity:0;
}
.alrm-tabination ul.nav-tabs .active a {
    border: 0;
    background-color: #2d5375 !important;
    color: #d0d0cc !important;
    height: auto;
    margin-top: 0;
}
.alrm-tabination .empty-info-box {
    height: 380px;
    background-color: #2b3138;
}
@media(max-height: 900px) {
    .alrm-tabination .empty-info-box {
        height: 200px;
    }
}
/*custom scollbar css start*/
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 1;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    background-color: #44484f;
    width: 16px;
    height: 100%;
    min-height: 100%;
    right: 0;
}

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
        width: 10px;
        right: 3px;
        border-radius: 4px;
        background-color: #31363f;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
        width: 16px;
    }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    width: 10px;
    border-radius: 4px;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 0;
}


/*for small track css*/

.scrollbar-dynamic.track-sm .scroll-element.scroll-y {
    width: 10px;
}

.scrollbar-dynamic.track-sm > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic.track-sm > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    width: 10px;
}

.scrollbar-dynamic.track-sm .scroll-element.scroll-y .scroll-bar {
    width: 6px;
    right: 2px;
}
















/*custom scollbar css End*/
.no-mouse-config {
    pointer-events: none;
}



.loader {
    border: 2px solid #192028;
    border-radius: 50%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
