﻿.mst-content.ms-Fabric {
    /*margin: 10px 0px;*/
}

body.ms-Fabric h1 {
    font-size: 2em;
}

body.ms-Fabric h2 {
    font-size: 1.5em;
}

body.ms-Fabric h3 {
    font-size: 1.25em;
}

body.ms-Fabric h4 {
    font-size: 1em;
}

body.ms-Fabric h5 {
    font-size: 0.75em;
}

body.ms-Fabric h6 {
    font-size: 0.5em;
}

.mst-BgBody {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
}

body.ms-Fabric {
    margin: 0px 0px;
}

.mst-BgBody {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.mst-MainBody.mst-hasHeader .ms-Fabric.mst-content {
    padding-top: 57px;
}

.mst-TextCenter {
    text-align: center;
}

.mst-TextRight {
    text-align: right;
}

.mst-Sides-0 {
    padding: 0px 0px;
}

.mst-Sides-10 {
    padding: 10px 10px;
}

.mst-MainBody {
    /*padding: 0px 15px 5px;*/
    padding: 0px 0px 5px;
}
/* login screen start */
.mst-resp-sides {
    margin-left: 5vw;
    margin-right: 5vw;
}

.mst-footer {
    border-top-style: solid;
    border-top-width: 1px;
}

.mst-footer-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

a.mst-land-link {
    float: right;
    text-decoration: underline;
    font-weight: 700;
}

.mst-land-desc {
    font-size: 1.5vw;
    /*margin-left: 5vw;
    margin-right: 5vw;*/
    margin-top: 2.5vw;
}

.mst-land-title {
    font-size: 3vw;
    /*margin-left: 5vw;
    margin-right: 5vw;*/
    margin-top: 2.5vw;
}

button.ms-Button.mst-land-button {
    font-size: 1.5vw;
    /*margin-left: 5vw;
    margin-right: 5vw;*/
    margin-top: 2.5vw;
    max-width: 30vw;
    padding: 0.2vw 1.1vw;
}

.mst-Image-LP {
    top: -10px;
    /*right: calc(-1 * 5vw - 20px);
    width: 100%;*/
    /*height: 300px;*/
    left: 5px;
    width: calc(100% + 20px);
    height: 30vw;
    background-size: cover;
    background-position: center;
    position: relative;
}

.mst-ImageCover-LP {
    box-sizing: border-box;
    /* width: 50%; */
    display: block;
    width: 100%;
    clip-path: polygon(52% 0, 5px 33%, 100% 101%, 0 101%, 0 0);
}

.mst-ImageCover-Container-LP {
    height: 100%;
    display: inline-flex;
    z-index: 1;
    width: calc(40% + 1px);
    /*height: 301px;*/
    height: 30.5vw;
    top: -11px;
    /*left: calc(5vw + 27px);*/
    position: absolute;
}

.mst-VideoLabel {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.mst-halfScreenBg {
    width: 65%;
    height: auto;
    min-height: 100%;
    min-width: 65%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
    position: fixed;
    top: 56px;
    /* left: 0; */
    z-index: 0;
    margin-left: -15%;
}

.mst-fullScreenBg {
    width: 65%;
    height: auto;
    min-height: 100%;
    min-width: 65%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
    position: fixed;
    top: 64px;
    /* left: 0; */
    z-index: 0;
    margin-left: -15%;
}

.mst-loginDialog {
    position: relative
}

.mst-ImageCover-Container {
    display: inline-flex;
    position: fixed;
    height: 100%;
    width: 80%;
    top: 64px;
    left: 0px;
    /* flex-direction: column; */
    z-index: 1;
}

.mst-Text-Container {
    position: relative;
    z-index: 3;
}

.mst-ImageCover {
    overflow: visible;
    background-color: rebeccapurple;
    height: 100%;
    box-sizing: border-box;
    width: 50%;
    display: block;
    clip-path: polygon(92% 0, calc(100% - 340px) 33%, 100% 101%, 0 101%, 0 0);
    width: calc(50% + 340px);
}
/* login screen end */
/* app header start */
.mst-MainHeader {
    margin: 0px 0px 0px;
    height: 57px;
    z-index: 20;
    position: fixed;
    width: 100%;
}

.mst-MainHeaderInner {
    display: inline-flex;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100%;
    height: 100%;
    padding: 0px 22px;
    box-sizing: border-box;
}

    .mst-MainHeaderInner .appIconNameBox {
        display: inline-flex;
        align-items: center;
        padding: 11px 0px 14px;
        padding-left: 10px;
        padding-right: 5px;
    }

        .mst-MainHeaderInner .appIconNameBox.smallHidden {
            padding-left: 0px;
        }

        .mst-MainHeaderInner .appIconNameBox b {
            font-size: 18px;
            padding: 3px 7px;
            white-space: nowrap;
        }

        .mst-MainHeaderInner .appIconNameBox .appIcon {
            border-radius: 4px;
            height: 32px;
            width: 32px;
        }

        .mst-MainHeaderInner .appIconNameBox .appIconText {
            border-radius: 4px;
            height: 22px;
            width: auto;
            margin-right: 10px;
        }

    .mst-MainHeaderInner .HeaderButton {
        height: 57px;
        width: 57px;
        min-width: 57px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        font-size: 14px;
        margin: 0;
        box-shadow: none;
    }

    .mst-MainHeaderInner .lastBox {
        display: inline-flex;
        align-items: start;
        /*align-items: center;*/
        margin-right: -22px;
    }

        .mst-MainHeaderInner .lastBox .smallIcon {
            padding: 9px;
            box-sizing: border-box;
            height: 100%;
            cursor: pointer;
        }

            .mst-MainHeaderInner .lastBox .smallIcon .ms-Icon {
                font-size: 18px;
                display: inline-block;
            }

        .mst-MainHeaderInner .lastBox .bigIcon {
            padding: 6px;
            box-sizing: border-box;
            height: 100%;
            cursor: pointer;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 55px;
        }

            .mst-MainHeaderInner .lastBox .bigIcon .ms-Icon {
                font-size: 15px;
                display: inline-block;
            }

.ms-Button--icon:hover .bigIcon .ms-Icon {
    font-weight: 700;
}

.mst-MainHeaderInner .lastBox .bigIcon .userIcon {
    border-radius: 50%;
    height: 32px;
    width: 32px;
}

.mst-MainHeaderInner .firstBox {
    display: inline-flex;
    align-items: center;
    margin-left: -22px;
}

    .mst-MainHeaderInner .firstBox .bigIcon {
        padding: 6px;
        box-sizing: border-box;
        height: 100%;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 55px;
    }

        .mst-MainHeaderInner .firstBox .bigIcon .ms-Icon {
            font-size: 24px;
            display: inline-block;
        }

        .mst-MainHeaderInner .firstBox .bigIcon .userIcon {
            border-radius: 50%;
            height: 32px;
            width: 32px;
        }

.mst-MainHeaderInner .appMenuBox .bigIcon {
    padding: 6px;
    box-sizing: border-box;
    height: 100%;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 55px;
}

    .mst-MainHeaderInner .appMenuBox .bigIcon .ms-Icon {
        font-size: 24px;
    }

.mst-MainHeaderInner nav {
    /* margin-left: -11px; */
    width: 100%;
    /* padding: 11px 0px; */
}

.mst-MainHeaderInner .virtualPlace {
    width: 100%;
    height: 55px;
}

.mst-MainHeaderInner h4 {
    margin-left: 10px;
}

.mst-MainHeaderInner ul {
    padding: 0;
    width: calc(100% + 22px);
    height: 100%;
    display: inline-flex;
    list-style-type: none;
    margin-block-end: 0px;
    margin-block-start: 0px;
}

    .mst-MainHeaderInner ul li {
        margin-bottom: 0;
        margin: 0px 7px;
    }

        .mst-MainHeaderInner ul li i.bigLink {
            font-style: normal;
            text-decoration: none;
            border-bottom-width: 3px;
            border-bottom-style: none;
            /*padding: 10px 0px;*/
            padding: 12px 0px 8px;
            display: block;
            cursor: pointer;
        }

            .mst-MainHeaderInner ul li i.bigLink:hover {
                opacity: 1;
                border-bottom-width: 3px;
                border-bottom-style: solid;
            }

            .mst-MainHeaderInner ul li i.bigLink.activeNav {
                font-weight: 700;
                border-bottom-width: 3px;
                border-bottom-style: solid;
            }

        .mst-MainHeaderInner ul li div {
            padding: 7px 0px;
        }

@media all and (max-width: 727px) {
    .mst-resp-sides {
        margin-left: 6vw;
        margin-right: 6vw;
    }

    .ms-Fabric.mst-footer {
        margin: 0 -5px;
    }

    .mst-land-desc {
        font-size: 2.5vw;
        /*margin-left: 10vw;
        margin-right: 10vw;*/
        margin-top: 5vw;
    }

    .mst-land-title {
        font-size: 5vw;
        /*margin-left: 10vw;
        margin-right: 10vw;*/
        margin-top: 5vw;
    }

    button.ms-Button.mst-land-button {
        font-size: 2.5vw;
        /*margin-left: 10vw;
        margin-right: 10vw;*/
        margin-top: 5vw;
        max-width: calc(60vw - 40px);
    }

    .mst-MainHeaderInner .smallHidden {
        display: none;
    }

    .mst-MainBody {
        padding: 0px 5px 5px;
    }

    .mst-Sides-10 {
        padding: 5px 5px;
    }

    .mst-MainHeader {
        /*margin: -10px -5px 0px;*/
        margin: 0px -5px 0px;
    }

    .mst-errorArtContainer img {
        max-height: 200px;
        margin: 10px auto;
    }

    .mst-Image-LP {
        /*right: calc(-1 * 6vw - 10px);*/
        height: 50vw;
        width: calc(100% + 15px);
    }

    .mst-ImageCover-Container-LP {
        /*left: calc(6vw + 17px);*/
        height: 50.5vw;
    }
}

@media all and (max-width: 378px) {
    .mst-resp-sides {
        margin-left: 0vw;
        margin-right: 0vw;
    }

    .mst-land-desc {
        font-size: 3.75vw;
        /*margin-left: 0vw;
        margin-right: 0vw;*/
        margin-top: 2.5vw;
    }

    .mst-land-title {
        font-size: 7.5vw;
        /*margin-left: 0vw;
        margin-right: 0vw;*/
        margin-top: 2.5vw;
    }

    button.ms-Button.mst-land-button {
        font-size: 3.75vw;
        /*margin-left: 0vw;
        margin-right: 0vw;*/
        margin-top: 2.5vw;
        max-width: 90vw;
    }
}

@media all and (min-width: 728px) {

    .mst-MainHeaderInner .bigHidden {
        display: none;
    }
}

.mst-MainHeaderInner div.ms-ContextualMenu-header .appIconNameBox {
    display: inline-flex;
    align-items: center;
    padding: 0px 0px;
}

    .mst-MainHeaderInner div.ms-ContextualMenu-header .appIconNameBox b {
        font-size: 18px;
        padding: 0px 7px;
    }

    .mst-MainHeaderInner div.ms-ContextualMenu-header .appIconNameBox .appIcon {
        border-radius: 4px;
        height: 32px;
        width: 32px;
    }

.mst-MainHeaderInner button.ms-ContextualMenu-link i.smallLink {
    font-style: normal;
    text-decoration: none;
    border-right-width: 2px;
    border-right-style: none;
    padding: 0px 4px;
    display: block;
    margin-right: -8px;
    margin-left: -4px;
}

    .mst-MainHeaderInner button.ms-ContextualMenu-link i.smallLink.activeNav {
        font-weight: 700;
        border-right-width: 2px;
        border-right-style: solid;
    }

.mst-MainHeaderInner button.ms-ContextualMenu-link:hover i.smallLink {
    opacity: 1;
    border-right-width: 2px;
    border-right-style: solid;
}

.ms-ContextualMenu-list button.ms-ContextualMenu-link.ms-Button.ms-Button--secondary i {
    font-style: normal;
}

.mst-relativeHolder {
    height: 0px;
    width: 0px;
    overflow: visible;
    float: right;
    display: flex;
    flex-direction: row-reverse;
}

.ms-ContextualMenu-list .ms-ContextualMenu-link {
    width: 100%;
    text-align: left;
}

.ms-ContextualMenu-list {
    padding-inline-start: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    list-style: none;
    border: 1px solid transparent;
    box-sizing: border-box;
    z-index: 150;
    position: relative;
}
/* app header end */
.mst-Single-Page {
    height: 100%;
    padding: 5px 50px;
    margin-top: 2px;
}

@media all and (max-width:640px) {
    .mst-Single-Page {
        padding: 5px 20px;
    }
}

.mst-clickable {
    cursor: pointer;
}

.mst-pointable {
    cursor: pointer;
}

.cursor-pointer:disabled {
    cursor: default;
}

.mst-minHeight-40 {
    min-height: 40px;
}

.mst-minHeight-60 {
    min-height: 60px;
}

.mst-Width-100 {
    width: 100%;
}

.mst-Height-30 {
    height: 30%;
}

.mst-Height-70 {
    height: 70%;
}

.mst-minWidth-95 {
    min-width: 95px !important;
}

.mst-minWidth-100 {
    min-width: 100px !important;
}

.mst-minWidth-200 {
    min-width: 200px !important;
}

.mst-minWidth-300 {
    min-width: 300px !important;
}

.mst-CoverButton {
    background-color: transparent;
    width: calc(100% - 16px);
    height: calc(100% - 19px);
    /*width: 100%;*/
    /*height: 100%;*/
    position: absolute;
    cursor: pointer;
}

.mst-CoverTile {
    background-color: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
}

.mst-invisible {
    display: none;
}

/*Common*/
.mst-nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.mst-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mst-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.mst-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mst-notrial {
    cursor: not-allowed;
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
}

.mst-notrialText {
    cursor: not-allowed;
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
}


.mst-land-flex {
    -ms-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 99.5vh;
}

.mst-land-flex-section {
    flex: 1;
}

.mst-flex-container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.mst-centerImg {
    margin-left: auto;
    margin-right: auto;
}

.mst-float-left {
    float: left;
}

.mst-float-right {
    float: right;
}

.mst-Padding24--Right {
    padding-right: 24px !important;
}

.mst-Padding24--Left {
    padding-left: 24px !important;
}

.mst-NoMargin--Right {
    margin-right: 0 !important;
}

.mst-NoMargin--Left {
    margin-left: 0 !important;
}

.mst-Margin8--Right {
    margin-right: 8px !important;
}

.mst-Margin8--Left {
    margin-left: 8px !important;
}

.mst-Margin16--Right {
    margin-right: 16px !important;
}

.mst-Margin16--Left {
    margin-left: 16px !important;
}

.mst-Margin24--Right {
    margin-right: 24px !important;
}

.mst-Margin24--Left {
    margin-left: 24px !important;
}

.mst-Margin32--Right {
    margin-right: 32px !important;
}

.mst-Margin32--Left {
    margin-left: 32px !important;
}

.mst-NoMargin--Top {
    margin-top: 0 !important;
}

.mst-NoMargin--Bottom {
    margin-bottom: 0 !important;
}

.mst-Margin4--Top {
    margin-top: 4px !important;
}

.mst-Margin4--Bottom {
    margin-bottom: 4px !important;
}

.mst-Margin8--Top {
    margin-top: 8px !important;
}

.mst-Margin8--Bottom {
    margin-bottom: 8px !important;
}

.mst-Margin12--Top {
    margin-top: 12px !important;
}

.mst-Margin12--Bottom {
    margin-bottom: 12px !important;
}

.mst-Margin16--Top {
    margin-top: 16px !important;
}

.mst-Margin16--Bottom {
    margin-bottom: 16px !important;
}

.mst-Margin24--Top {
    margin-top: 24px !important;
}

.mst-Margin24--Bottom {
    margin-bottom: 24px !important;
}

.mst-Margin32--Top {
    margin-top: 32px !important;
}

.mst-Margin32--Bottom {
    margin-bottom: 32px !important;
}

.mst-Margin48--Top {
    margin-top: 48px !important;
}

.mst-Margin48--Bottom {
    margin-bottom: 48px !important;
}

.mst-Margin64--Top {
    margin-top: 64px !important;
}

.mst-Margin64--Bottom {
    margin-bottom: 64px !important;
}

.mst-breakWord {
    word-break: break-word;
}

.mst-nobreakWord {
    white-space: nowrap;
}

.mst-notextOverflow {
    text-overflow: ellipsis;
    overflow: hidden;
}

.ms-fontWeight-bold {
    font-weight: 700;
}

.ms-fontWeight-regular {
    font-weight: 400;
}

.mst-stickyHeaderCompensation {
    /*margin-top: -10px;*/
    /*margin-top: 0px;*/
}

div.mst-stickyHeaderCompensation.mst-Sides-10 {
    padding-top: 0px;
}

.mst-stickyHeader {
    position: sticky;
    z-index: 10;
    /*background: #f3f2f1;*/
    padding-top: 10px;
    /*top: 0px;*/
    top: -18px;
}

div.mst-stickyHeader.mst-ptb1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.mst-MainBody.mst-hasHeader .mst-stickyHeader {
    top: 57px;
}

.mst-subtabTitle {
    font-size: 14px;
    margin-bottom: 3px;
    padding: 2px 0px 3px;
    display: inline-block;
    font-weight: 600;
}

.mst-tabTitle {
    font-size: 14px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    margin-bottom: 8px;
    padding: 2px 0px 8px;
    display: inline-block;
    font-weight: 600;
}

.mst-Image img {
    width: calc(100% - 50px);
}

.mst-Image {
    text-align: center;
}

.mst-noContent {
    outline: none;
}

.mst-tabExpander {
    vertical-align: middle;
    margin: 5px;
    height: 12px;
    display: inline-block;
    line-height: 12px;
    border-radius: 2px;
}


.mst-tabTitleExpanderContainer {
    display: inline-flex;
    justify-content: center;
    align-items: start;
    cursor: pointer;
    padding-left: 2px;
}

.appIconNameBox .mst-tabTitleExpanderContainer {
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    cursor: pointer;
    padding-top: 2px;
}

.mst-preIcon {
}

.mst-ExpanderClosed .mst-ExpanderOpenIcon {
    display: none;
}

.mst-ExpanderOpened .mst-ExpanderCloseIcon {
    display: none;
}

.mst-ExpanderOpenedContent, .mst-ExpanderClosedContent {
    transform: translate3d(0px, 0px, 0px);
}

    .mst-ExpanderClosedContent .mst-animated {
        max-height: 0px;
        overflow: hidden;
        opacity: 0;
    }

    .mst-ExpanderOpenedContent .mst-animated {
        max-height: 1500px;
        opacity: 1;
    }

.mst-animated {
    transition: all 0.4s ease-in;
}

.ms-TextField-field.ms-ComboBox-Input {
    border-radius: 3px;
    padding-bottom: 1px;
}

button.ms-Button {
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
    font-size: 12px;
    padding: 2px 8px 2px;
    /*height: 28px;*/
    height: auto;
    min-height: 28px;
    min-width: 100px;
    border-radius: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 283px;
}

    .ms-Button.ms-Button--primary:active {
        box-shadow: none;
    }

    .ms-Button.ms-Button--primary:disabled {
        cursor: not-allowed;
    }

    .ms-Button.ms-Button--default:disabled {
        cursor: not-allowed;
    }

    .ms-Button.ms-Button--secondary {
        box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
        font-size: 12px;
        height: 28px;
        min-width: 100px;
        border-radius: 2px;
    }

        .ms-Button.ms-Button--secondary:active {
            box-shadow: none;
        }

        .ms-Button.ms-Button--secondary:disabled {
            cursor: not-allowed;
        }

.is-disabled, .is-disabled.is-checked, .is-disabled:hover {
    cursor: not-allowed;
}

.mst-block-separator {
    border-width: 1px;
    border-style: solid;
}

.ms-ContextualMenu-list button.ms-ContextualMenu-link.ms-Button.ms-Button--secondary {
    width: 100%;
    text-align: left;
    border-radius: 0px;
    border-style: none;
    display: inline-flex;
    align-items: center;
    box-shadow: none;
}

    .ms-ContextualMenu-list button.ms-ContextualMenu-link.ms-Button.ms-Button--secondary i {
        font-style: normal;
    }

form[id^=testForm] {
    padding: 10px;
}

    form[id^=testForm] input {
        cursor: pointer;
        vertical-align: baseline;
    }

        form[id^=testForm] input:disabled {
            cursor: not-allowed;
        }

    form[id^=testForm] label {
        max-width: calc(100% - 20px);
        vertical-align: top;
        display: inline-block;
    }

.mst-input {
    height: 28px;
    border-style: solid;
    border-radius: 2px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mst-Checkbox {
    position: relative;
    display: flex;
    margin: 5px 0px;
}

.mst-CheckboxInput {
    position: absolute;
    opacity: 0;
    background: none;
}

.mst-Checkbox-label {
    display: flex;
    align-items: flex-start;
}

    .mst-Checkbox-label::before {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        content: "";
        pointer-events: none;
    }

.mst-Checkbox-checkbox {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    /*height: 20px;*/
    /*width: 20px;*/
    height: 28px;
    width: 28px;
    box-sizing: border-box;
    transition-property: background, border, border-color;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
    margin-right: 4px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 2px;
    overflow: hidden;
}

.mst-Checkbox input[type=checkbox] + .mst-Checkbox label {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.mst-Checkbox-text {
    font-size: 14px;
    line-height: 20px;
    margin-left: 4px;
    margin-top: 4px;
    font-weight: 300;
}

.mst-form label {
    display: block;
    color: red;
    margin: -5px 0 5px;
}

/*Navigation*/
.mst-Breadcrumb {
    line-height: 12px;
}

.mst-Breadcrumb-list {
    white-space: nowrap;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;
    position: absolute;
    bottom: 0px;
    margin-bottom: 16px;*/
}

.mst-Breadcrumb-listItem {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    position: relative;
    align-items: center;
}

    .mst-Breadcrumb-listItem:nth-last-child(2) {
        overflow: hidden;
    }

.mst-Breadcrumb-chevron {
    padding-left: 8px;
}

.mst-Breadcrumb-itemLink {
    cursor: pointer;
    display: inline;
    margin: 0px;
    padding: 6px 8px;
    margin-right: -8px;
    text-align: left;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    user-select: text;
    outline: transparent;
    text-decoration: none;
    background: none transparent;
    border-style: none none solid;
    border-image: initial;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    border-radius: 2px;
}

    .mst-Breadcrumb-itemLink:hover {
        cursor: pointer;
        text-decoration: none;
    }

.mst-Breadcrumb-item {
    cursor: auto;
    display: inline;
    margin: 0px;
    padding: 6px 8px;
    text-align: left;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    user-select: text;
    outline: transparent;
    text-decoration: none;
    background: none transparent;
    border-style: none none solid;
    border-image: initial;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    font-weight: 400;
}

    .mst-Breadcrumb-item:hover {
        cursor: auto;
        text-decoration: none;
    }

.mst-Breadcrumb-listItem:nth-last-child(2) .mst-Breadcrumb-item {
    font-weight: 600;
}

.mst-Breadcrumb-listItem:nth-last-child(2) .mst-Breadcrumb-item {
    font-weight: 600;
}

.mst-Breadcrumb-listItem:last-child {
    width: 0.01px;
    visibility: hidden;
}

.mst-CloseContainer {
    margin-bottom: 16px;
}

.mst-Breadcrumb-container {
    /*height: 44px;
    overflow: hidden;*/
}

/*SrollBar*/
::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    /*background-color: rgba(0, 0, 0, 0.15);*/
    /*-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);*/
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

#MST-Loader {
    visibility: hidden;
    text-align: center;
    max-height: 200px;
    position: absolute;
    z-index: 100;
    left: calc(50% - 100px);
    top: calc(30% - 100px);
}

.mst-loaderVisible {
    visibility: visible !important;
}

.mst-errorArtContainer {
    text-align: center;
}

    .mst-errorArtContainer img {
        max-height: 300px;
        margin: 20px auto;
    }

.mst-Layer {
    position: fixed;
    z-index: 100;
    inset: 0px;
    /*visibility: hidden;*/
}

.ms-ContextualMenu {
    visibility: visible;
    z-index: 150;
    margin-top: 56px;
    margin-left: 10px;
    margin-right: 10px;
}

.ms-ContextualMenuButton {
    visibility: visible;
    z-index: 150;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: -10px;
}

.mst-contextualButton {
    width: 32px;
    min-width: 30px;
    margin-left: -5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: white !important;
    overflow: visible;
}

#MST-ContextMenu {
    margin-top: 40px;
    margin-left: 90px;
}

/* toggle styles */
.ms-Toggle-innerContainer {
    display: inline-flex;
    position: relative;
    align-items: baseline;
}

.ms-Toggle-background {
    outline: transparent;
    position: relative;
    font-size: 20px;
    box-sizing: border-box;
    width: 40px;
    min-width: 40px;
    height: 20px;
    border-radius: 10px;
    transition: 0.1s;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0px 3px;
    overflow: visible;
}

    .ms-Toggle-background.mst-enabled {
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 0px 3px;
        overflow: visible;
        justify-content: flex-end;
    }

    .ms-Toggle-background > .ms-Toggle-thumb {
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        transition: 0.1s;
        border-width: 6px;
        border-style: solid;
        box-sizing: border-box;
    }

    .ms-Toggle-background.mst-enabled > .ms-Toggle-thumb {
    }

.ms-Toggle-stateText {
    margin: 0px 8px;
    font-weight: 400;
    user-select: none;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    display: block;
    padding: 5px 0px;
    /*overflow-wrap: break-word;*/
    white-space: nowrap;
}

/* toggle styles end */


/* fonts */
.ms-Fabric {
    font-family: 'Segoe UI Web (East European)', 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
}


/*-------circle progress-------*/

.progress-ring__circle {
    transition: 0.35s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.progress-ring {
    position: relative;
    overflow: visible !important;
}

.reportControlPanel {
    grid-template-columns: 1fr;
    grid-gap: 5px;
    display: grid;
    justify-items: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 5px;
}

@media all and (min-width:1024px) {
    .mst-sinkable {
        height: 0px;
    }
}

@media all and (min-width:640px) {
    .reportControlPanel {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 0;
        padding-top: 0px;
    }
}

.mst-resizable-holder {
    height: 4px;
}

/*.mst-resizable6 {
    width: 50%;
}
.mst-resizable6b {
    width: calc(50% - 8px);
}
.mst-resizable6bhalf {
    width: calc(16.6% - 0px);
}

.mst-resizable12 {
    width: 100%;
}
.mst-resizable12half {
    width: 33.3%;
}
.mst-resizable12b {
    width: calc(100% - 8px);
}*/

@media all and (max-width:1366px) { /* XL */
    .mst-halfScreenBg {
        width: 65%;
        min-width: 65%;
        margin-left: -15%;
    }

    .mst-fullScreenBg {
        width: 65%;
        min-width: 65%;
        margin-left: -15%;
    }

    .mst-ImageCover-Container {
        width: 100%;
    }

    .mst-ImageCover {
        width: 50%;
        clip-path: polygon(92% 0, calc(100% - 340px) 33%, 100% 101%, 0 101%, 0 0);
        width: calc(50% + 340px);
    }
}

@media all and (max-width:1024px) { /* LG */
    .mst-Image img {
        width: auto;
        max-height: 400px;
        margin: 10px auto;
    }

    .mst-halfScreenBg {
        width: 48.333%;
        min-width: 48.333%;
        margin-left: -15%;
    }

    .mst-fullScreenBg {
        width: 48.333%;
        min-width: 48.333%;
        margin-left: -15%;
    }

    .mst-ImageCover-Container {
        width: 115%;
    }

    .mst-ImageCover {
        width: 50%;
        clip-path: polygon(92% 0, calc(100% - 300px) 33%, 100% 101%, 0 101%, 0 0);
        width: calc(50% + 300px);
    }
}

@media all and (max-width:640px) { /* MD */
    /*.mst-Breadcrumb-listItem:nth-last-child(2) .mst-Breadcrumb-item span {
        text-overflow: ellipsis;
    }

    .mst-Breadcrumb-listItem:nth-last-child(2) {
        width: calc(100% - 80px);
    }*/

    /*.mst-MainBody {
        padding: 0px 5px 5px;
    }

    .mst-Sides-10 {
        padding: 5px 5px;
    }

    .mst-MainHeader {
        margin: 0px -5px 0px;
    }

    .mst-errorArtContainer img {
        max-height: 200px;
        margin: 10px auto;
    }*/

    a.mst-land-link {
        float: left;
    }

    .mst-Image img {
        width: auto;
        max-height: 200px;
        margin: 10px auto;
    }

    .mst-halfScreenBg {
        width: 105%;
        min-width: 105%;
        margin-left: -5%;
        min-height: 40%;
        height: 40%;
    }

    .mst-fullScreenBg {
        width: 105%;
        min-width: 105%;
        margin-left: -20px;
        min-height: 40%;
        height: 40%;
    }

    .mst-ImageCover-Container {
        width: 30%;
        height: 40%;
        /*margin-left: 20px;*/
    }

    .mst-ImageCover {
        width: 50%;
        clip-path: polygon(75% 0, 20px 34%, 100% 101%, 0 101%, 0 0);
        width: calc(50% + 340px);
    }
}

@media all and (max-width:480px) { /* SM */
    .mst-Image img {
        width: auto;
        max-height: 400px;
        margin: 10px auto;
    }

    .mst-halfScreenBg {
        width: 105%;
        min-width: 105%;
        margin-left: -5%;
        min-height: 40%;
        height: 40%;
    }

    .mst-fullScreenBg {
        width: 105%;
        min-width: 105%;
        margin-left: -20px;
        min-height: 40%;
        height: 40%;
    }

    .mst-ImageCover-Container {
        width: 30%;
        height: 40%;
        /*margin-left: 20px;*/
    }

    .mst-ImageCover {
        width: 50%;
        clip-path: polygon(75% 0, 20px 34%, 100% 101%, 0 101%, 0 0);
        width: calc(50% + 340px);
    }
}


.mst-CardItemsInRow {
    flex-direction: row;
    height: auto;
    align-items: stretch;
    margin-top: 4px;
    margin-bottom: 0px;
    position: relative;
}

.mst-underline {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

.visibility-hidden {
    visibility: hidden;
}

.ck-content {
    overflow-wrap: break-word;
}

    .ck-content .table {
        width: auto;
    }


#personTable tbody tr td {
    word-wrap: break-word;
    word-break: break-all;
}

/* Datatable */

div.dataTables_wrapper div.dataTables_length {
    margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 5px;
}

    div.dataTables_wrapper div.dataTables_filter input {
        padding: 5px;
        width: 200px;
        border: none;
        outline: 0px;
        border: 1px solid transparent;
    }

div.dataTables_wrapper div.dataTables_length select {
    padding: 5px;
    width: 70px;
    border: none;
    border: 1px solid transparent;
}

.dataTables_length select option {
}

div.dataTables_wrapper div.dataTables_paginate a.paginate_button.current {
    border-radius: 18px;
}

div.dataTables_wrapper div.dataTables_paginate a.paginate_button {
    border-radius: 18px;
}

div#pageTitle-1 {
    scroll-margin-top: 60px;
}