﻿
@font-face {
    font-family: RobCL;
    src: url('../../fonts/roboto-condensed.light.ttf') format('truetype');
}

@font-face {
    font-family: "Slate";
    src: url('../../fonts/SLATEPRO-LIGHT.TTF');
    font-weight: 100;;
    font-style: normal
}


@font-face {
    font-family: "Slate";
    src: url('../../fonts/SLATEPRO-LIGHTITALIC.TTF');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Slate";
    src: url('../../fonts/SLATEPRO-CONDENSED.TTF');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Slate";
    src: url('../../fonts/SLATEPRO-BK.TTF');
    font-weight: 800;
    font-style: oblique;
}

@font-face {
    font-family: "Slate";
    src: url('../../fonts/SLATEPRO-MEDIUM.TTF');
    font-weight: 400;
}

@font-face {
    font-family: "Slate";
    src: url('../../fonts/SLATEPRO-MEDIUMCONDENSED.TTF');
    font-weight: 600;
    font-style: oblique;
}

@font-face {
    font-family: "SLate";
    src: url('../../fonts/SLATEPRO.TTF');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "HindSiliguri";
    src: url('../../fonts/HindSiliguri-Light.ttf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "HindSiliguri";
    src: url('../../fonts/HindSiliguri-Regular.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "HindSiliguri";
    src: url('../../fonts/HindSiliguri-Medium.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "HindSiliguri";
    src: url('../../fonts/HindSiliguri-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "HindSiliguri";
    src: url('../../fonts/HindSiliguri-Bold.ttf');
    font-weight: bolder;
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Telex";
    src: url('../../fonts/Telex-Regular.ttf');
}

@font-face {
    font-family: Roboto;
    src: url('../../fonts/roboto.light (1).ttf');
}

@font-face {
    font-family: RobotoT;
    src: url('../../fonts/roboto.thin.ttf');
}

@font-face {
    font-family: RobotoBlack;
    src: url('../../fonts/roboto.black.ttf')
}

html {
    background-color: #FFF !important;
}

body {
    min-width:fit-content;
}

footer {
    background-color: #FFF !important;
}

.bar1, .bar2, .bar3 {
    width: 20px;
    height: 2px;
    background-color: #666666;
    margin: 4px 0;
    z-index: 0;
    transition: all 0.7s ease;
}

.PageContent
{
    margin-top: 0;
    padding-top: 50px;
    background-color: white;
    z-index: 3;
}

.FilterToggle
{   
    cursor:pointer;
    position:absolute;
    top:15px;
    left:50px;
}

#LeftFilter {
    max-width: 14%;
    z-index: 0;
    width: 14%;
    position: fixed;
    display: block;
    min-width: 143px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 91vh;
    margin-bottom: 4vh;
    background: white;
}

#LeftFilter .PanelTitleContainer {
    min-height: 50px;
    line-height: 50px;
}

#LeftFilter .PanelTitleContainer:not(:first-of-type) {
    border-top: 1px solid #f2f2f2;
}

#LeftFilter .MusePanelTitle {
    margin-top: 0;
    padding-left: 0px;
}

#LeftFilter .PanelTitleContainer .MusePanelTitleStatus {
    top: 15px;
}

#LeftFilter .MusePanel {
    padding-top: 0;
}

#LoginForm {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.topCircleBar {

}

.topActual {
    min-height:160px !important;
}

.topProjected {
    min-height:160px !important;
}

.topTarget {
    min-height:160px !important;
}

.topCircleBar .svgContainer {
    width: auto;
    margin: 0 auto;
    max-height: 100%;
    height: 100%;
}

.topCircleBar svg {
    margin-top: 0 !important;
    position: relative;
    top: 25px;
    left: 43%;
}

/*#topCircleBar #prevActual svg, #topCircleBar #prevProjected svg, #topCircleBar #prevProjected svg,{
    left: 0%;
}*/

.prevActual .MainTotalHeader, .prevProjected .MainTotalHeader, .prevProjected .MainTotalHeader {
    position: relative !important
}

.topCircleBar .MainTotalHeader { 
    position: absolute !important;
    text-align: center !important;
    top: 29% !important;
    width: 100% !important;
}

.topCircleBar .MainTotalHeaderValue {
    position: absolute !important;
    text-align: center !important;
    top: 42% !important;
    width: 100% !important;
    font-size: 1.3vw !important;
    font-weight: bold !important;
    font-family: Roboto !important;
}

.prevActual .MainTotalHeaderValue, .prevProjected .MainTotalHeaderValue, .prevTarget .MainTotalHeaderValue {
    font-size: 0.5vw !important;
    top: 63% !important;
}

.prevActual .MainTotalHeader, .prevProjected .MainTotalHeader, .prevTarget .MainTotalHeader {
    font-size: 0.6vw !important;
}

.prevActual, .prevProjected, .prevTarget {
    position: absolute !important;
    right: 90px !important;
    top: 59px !important;
}

.prevActual svg, .prevProjected svg, .prevTarget svg {
    left: 0 !important;
}

.GraphSubCatContainer {
    margin-left: 4.1vw;
    border-radius: .2em;
    padding: 5px 0;
    /*border: 1px solid #f2f2f2;*/
    margin-top: 5px;
}

.GraphSubCategory {
    display: inline-block;
    font-family: RobotoBlack;
    font-size: 0.6vw;
    font-weight: 600;
    color: #666;
    text-align: center;
}

.MenuContent {
    margin-left: 0px;
    border: solid 1px #DEE2E6;
    width: 14vw;
    height: auto;
    background-color: white;
    display: none;
    position: absolute;
    left: 0px;
    margin-top: 13px;
    padding-left: 30px;
    box-shadow: 0px 5px 10px #CCC;
    border-radius: 0.15em;
    padding-bottom: 20px;
}

    .MenuContent .MuseFormLink {
        line-height: 55px;
        height: 55px;
        font-family: "Slate";
    }

    .MenuContent .MuseFormLinkSelected {
        line-height: 55px;
        height: 55px;
        font-family: "Slate";
        color: #0072C5;
    }
    

    .blur {
        transform-origin: 40% 40%;
        opacity: 0.8;
        /*visibility: hidden;*/
        filter: blur(4px);
        /*transform: scale(0.0001, 0.0001);*/
    }

.shadow {
    box-shadow: 7px 5px 15px #CCC !important;
}

.darken {
    background-color: #f2f2f2 !important;
}

ul {
  list-style-type: none;
}

li{
    cursor:pointer;
}

.input
{
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    cursor:pointer;
}

input
{
    font-size:12px !important;
}

input + label {
    font-size: 12px;
    cursor: pointer;
    line-height: 0px;
    font-family: RobCL;
    font-weight: 300;
    color: #333;
    line-height:20px;
}

select{
    /*background: #AAA;*/
    color:#AAA;
    font-family:RobCL;
    font-size:inherit;
    height:30px;
    /*text-shadow:0 1px 0 rgba(0,0,0,0.4);*/
}

.CheckboxItem
{
    display:flex;
}

.CheckboxItemAll
{
    position:absolute;
    display:flex;
    margin-top:-20px;
    left:25%;
    cursor:pointer;
}


.MenuMain
{
    color: #555;
    margin: 0px;
    padding: 0px;
    margin-top:20px;
    display: block;
    clear: both;
    margin-top: 50px;
    text-transform: uppercase;
    font-family: RobCL !important;
    font-weight:bold;
    text-decoration:underline;
}

.MenuItemHeaderHidden
{
    color: #555;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    margin-top: 20px;
    text-transform: capitalize;
    font-family: RobCL !important;
    font-weight:bold;
    display:none;
}

.MenuItemHeader
{
    color: #555;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    margin-top: 20px;
    text-transform: capitalize;
    font-family: RobCL !important;
    font-weight:bold;
}

.MenuItem {
    color: #555;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    margin-top: 5px;
    text-transform: capitalize;
    font-family: RobCL !important;
    margin-right:5px;
}

#body
{
    height:100%;
    min-width: 1024px;
}

.RepBlock
{
    padding:0px;
    margin:0px;
}

.RowTitle
{
    font-family: RobCL;
    font-size: 17px;
    color: #999;
    height: 1px;
    margin: 15px auto 0;
    width: 100%;
    padding-left: 0;
    background-color: #f2f2f2;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.rowColOne {
    min-width: 800px;
    width: 100%;
    max-width: 100%;
    padding: 15px 15px 0px;
    position: relative;
    display: block;
    float: none;
    background: none;
}

.rowColTwo {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 25px;
    box-sizing: border-box;
}

#Container_2 {
    margin-bottom: 25px;
}

/*.rowColTwo
{
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}*/
#RWTopLogo {
    max-width: 100%;
    margin: 0 auto;
    top: 4px;
    height: 45px;
    left: 15%;
    width: 150px;
    min-width: 150px;
    position: absolute;
}

.DashBoardView {
    background-color: transparent;
    width: 86%;
    margin-left: 14%;
    position: relative;
    display: block;
    min-width: 880px !important;
}

.DashBoardFooter {
    background-color: #f7f7f7;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

/*.DashBoardRepDetailItemRow .LocationIcon {
    padding:10%;
}*/

.imgSettings
{
    cursor:pointer;
    position:absolute;
    left:110px;
    top:50px;
}

.SettingsTitle
{
    font-family:RobCL;
    font-size:15px;
    text-wrap:avoid;
    white-space:nowrap;
}

#divSettingsContainer
{
    display:none;
}

.inpSettings
{
    width:100%;
}

div[id*="Graph_Donut_"] {	
    margin: 0 auto;
}

#text-field-container
{
    border:solid 1px red !important;
}

/*input[type='number']
{
    margin-top:-10px;
    height:25px;
}*/

.ChartToolTip {
    /*border: solid 1px #DDD;
    border-radius: 5px;*/
    background-color: white;
    margin-top: 0px;
}

.ChartToolTip td
{
    padding:5px;
    border:none;
}

.btnResetReps
{
    display:none;
}

.btnResetContainer
{
    height:50px;
}

.divOverAllSalesTotal
{
    font-family: "Slate";
    font-size: 22px;
    /*margin-bottom: 15px;*/
}

.divOverAllSalesTotalDate
{
    font-family: "Slate";
    font-size: 13px;
    font-weight: 600;
    margin-left: 0px;
    color: #0babab;
}

.divSalesItem
{
    font-family:"Slate";
    font-size:22px;
    /*font-weight:bold;*/
    line-height: 17px;
}

.divSalesItem > span
{
    font-size:14px;
    color:#000;
}

/**slider**/
.MATC_HeaderContainer
{
    font-family: RobotoBlack;
    font-size: 13px;
    position: absolute;
    height: 50px !important;
    line-height: 19px !important;
    margin-left: 50px;
    margin-top: -1px;
    color: #999;
}

.MATC_Slider {
    border: solid 1px #f2f2f2;
    border-radius: 10px;
    width: 35px;
    height: 19px;
    position: fixed;
    top: 17px;
    left: 75px;
    cursor: pointer;
    z-index: 1000;
    background-color: #5dd55d;
    box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.3);
}

.MATC_SliderInner {
    border: solid 1px transparent !important;
    background-color: white;
    border-radius: 1em;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 1px;
    cursor: pointer;
}

.MATC_Slider_On {
    float: left;
    margin-top: 3px;
    margin-left: 6px;
    font-family: "Slate";
    font-size: 9px;
    /*color: green;*/
    -webkit-box-shadow: inset 10px 10px 50px 2px rgba(0,128,0,1);
    -moz-box-shadow: inset 10px 10px 50px 2px rgba(0,128,0,1);
    box-shadow: inset 10px 10px 50px 2px rgba(0,128,0,1);
}

.MATC_Slider_Off {
    float: right;
    margin-top: 3px;
    margin-right: 3px;
    /*font-family: "Slate";
    font-size: 9px;*/
    /*color: red;*/
    /*background-color: red;*/
    -webkit-box-shadow: inset 10px 10px 50px 2px rgba(204,204,204,1);
    -moz-box-shadow: inset 10px 10px 50px 2px rgba(204,204,204,1);
    box-shadow: inset 10px 10px 50px 2px rgba(204,204,204,1);
}

@keyframes SliderOn {
    from {
        left: 0%;
    }

    to {
        left: 55%;
    }
}

@keyframes SliderOff {
    from {
        left: 50%;
    }

    to {
        left: 0%;
    }
}

.MATC_SliderInnerPositionLeft {
    animation: SliderOn 0.3s forwards;
}

.MATC_SliderInnerPositionRight {
    animation: SliderOff 0.3s forwards;
}

.MATC_ImgAddToCartDownArrow {
    margin-top: 10px;
    float: right;
    margin-right: 5px;
    z-index: 455;
}

/***Override controls' styles****/
/*.MuseFormLabel
{
}*/

.pageTitle {
    position: absolute;
    top: 20px;
    font-family: "Slate";
    font-weight: 100;
}

#LeftFilter .FormControlLeft, #LeftFilter .FormControlRight {
    position: relative;
    display: inline-block;
    width: 50%;
    font-family: "Slate";
    font-size: 0.6vw;
    font-weight: 600;
    text-transform: uppercase;
    color: #465465;
}

.menuLeftImage {
    top: 3px;
    max-height: 25px !important;
    margin-right:5px;
}

.equationIcon {
    font-size: 18px;
    color: #DDD;
    font-family: "Slate";
    display: inherit;
    position: relative;
    left: 40%;
    max-height: 30px;
}

.customCloseBtn {
    display: none;
    transform: rotate(45deg);
}

.LoginHeaderContainer {
    height: 13vh;
    margin: 20px auto 0;
    width: 300px;
}

.LoginContainer {
    max-width: 360px;
    margin: 0 auto;
    height: auto;
}

.LoginForm {
    padding: 20px 30px;
    height: auto;
    background-color: rgba(255,255,255,0.5);
    border-radius: 8px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
    margin: 20px auto;
}

.MainLoginHeaderText {
    margin: 20px 0 0;
    font-size: 28px;
    font-family: "Slate";
    font-weight: 500;
    text-align: center;
}

.LoginLabelText { 
    color: #666;
    font-size: 15px;
    margin-top: 12px;
    display: inline-block;
    line-height: 14px;
    font-family: "Slate";
}

input.LoginText {
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-family: Roboto;
    font-size: 14px !important;
    border: 1px solid #c2cfd6;
    color: black !important;
    box-sizing: border-box;
    margin-bottom: 0;
    text-indent: 10px;
    background-color: white !important;
    border-radius: .25em;
    padding-left: 10px;
}

.ForgotPassword {
    float: right;
    margin-top: 3px;
    /* margin-right: 25px; */
    cursor: pointer;
    color: #1976d2;
    font-family: "Slate";
    font-size: 13px;
}

input[class="LoginButton"] {
    width: 100% !important;
    box-sizing: border-box;
    height: 40px;
    margin-top: 32px;
    margin-bottom: 22px;
    margin-right: 0;
    /*padding-bottom: 15px;*/
    border-radius: .25em;
    color: white;
    font-family: Roboto;
    font-size: 14px !important;
    font-weight: 100 !important;
    border: 1px solid #1976D2 !important;
}

input[class="SignupButton"] {
    width: 100% !important;
    box-sizing: border-box;
    height: 40px;
    margin-top: 10px;
    margin-right: 0;
    /* padding-bottom: 15px; */
    border-radius: .25em;
    color: #333;
    font-family: Roboto;
    font-size: 14px !important;
    font-weight: 100 !important;
    border: 1px solid #ebebeb !important;
}

#CacheStatus {
    display: none;
}

.AccountMessage {
    font-size: 18px;
    width: 100%;
    font-family: "Slate";
    font-weight: 500;
    text-align: center;
    background: white;
    padding: 0 10px;
}

.AccountMessageContainer {
    height: 100%;
    min-height: 20px;
    width: 100%;
    text-align: center;
}

.DividerLine {
    background: #ebebeb;
    height: 1px;
    margin-top: -10px;
    margin-bottom: 15px;
    width: 100%;
}

.VeriSignWrapper { 
    margin: 4% auto;
    position: relative;
    bottom: 10px;
    left: 0;
    right: 0;
    align-content: center;
    width: 100%;
    max-width: 75px;
    height: 44px;
}

.LoginError {
    margin: 3% auto;
    position: relative;
    bottom: 10px;
    left: 0;
    right: 0;
    align-content: center;
    width: 100%;
    max-width: 350px;
    height: auto;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
    padding: 15px;
    background-color: rgba(240, 240, 240, .2);
    font-family: "Slate";
    font-size: 15px;
    font-weight: 100;
    line-height: 14px;
    max-width: 330px;
    display: none;
}

.LoginErrorMsg {

}

.LoginErrorRef {
    display:none;
}

.TermsAndConditionsContainer {
    width: 100vw;
    max-width: 100%;
    height: 40px;
    align-self: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #f2f2f2;
    overflow-x: hidden;
}

.TermsAndConditionsContent {
    font-family: "Slate";
    font-size: 13px;
    font-size-adjust: inherit;
    color: #0d0d0d;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    /*padding-top: 13px;*/
    width: 100%;
}

.GlobalErrorStatus {
    display: none;
}

.disabledDropDown {
    background-color: #f2f2f2 !important;
    color: #999 !important;
    opacity: 0.7 !important;
    pointer-events: none;
}

.disabledCheckbox {
    color: #999 !important;
    opacity: 0.7 !important;
}

.errorDropDown {
    border: 2px solid #cc0000 !important;
}

/****************Overwritten Control Classes*******************/

.DashboardBurgerMenu {
    padding-left: 22px !important;
    cursor: pointer;
    position: fixed !important;
    z-index: 2 !important;
    top: 15px;
    font-family: "Slate";
    font-weight: 600;
    color: #999;
    font-size: 14px;
}

select[id='fcid_ddrwDashSales_HistoricTargetDropDown'] {
    left: -100% !important;
    width: 200% !important;
    margin-top: 10px !important;
}

input[forcedcontrolid="rwDashSales_cbExcludePublicHolidays"] {
    margin-bottom:20px;
}

input[forcedcontrolid="rwDashSales_TargetAgainstDaily"] {
    margin-bottom:20px;
}

.PageContent .MusePanelTitle {
    margin-top: 10px;
    font-family: RobotoBlack;
    text-transform: uppercase;
    font-weight:600;
    font-size: 0.6vw;
    position: relative;
    color: #333;
    margin-left: 0;
}

.PageContent .MusePanel .PanelTitleContainer {
    /*display: none;*/
}

.PageContent .PanelTitleContainer .MusePanelTitleStatus {
    font-family: Roboto;
    font-size: 10px;
    color: #AAA;
    margin-top: -18px !important;
    margin-right: 0;
    right: 0px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}
.PageContent .MusePanel {
    border: none;
    width: 100%;
    min-height: 30px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-radius: 0px;
}

#LeftFilter .MusePanel:first-of-type {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.PageContent .MusePanel .MuseControlContent .row:first-of-type {
    margin-top: 0 !important;
}

.PageContent .MuseControlContent {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.PageContent .MusePanel .MusePanel {
    padding-top: 0;
    padding-bottom: 0;
    padding-left:0;
    padding-right:0;
}

.PageContent .MuseFormLabel {
    font-family: "Slate";
    /* font-weight: 600; */
    font-size: 0.6vw;
    text-transform: uppercase;
    width: 100%;
    padding-right: 5px;
    line-height: 16px;
    margin-top: 7px;
    margin-bottom: 0;
    margin-left: 0;
    color: #465465;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

input[type='checkbox'] {
    width: 13px !important;
}

.PageContent .MuseFormLabelText {
    border: 1px solid #f2f2f2 !important;
    background-color: white;
    border-radius:.15em !important;
    font-family: "Slate";
    color: #333;
}

.PageContent .MuseFormLabelText:not(span):hover {
    border: 1px solid #33BBFF !important;
}

.PageContent .MuseFormDropDown {
    font-family: "Slate";
    font-weight: bold;
    font-size: 0.6vw;
    background-color: white;
    color: #333;
    text-transform: uppercase;
    width: 75%;
    height: 30px;
    position: relative;
    margin: 0 auto 15px;
    border: 1px solid #ebebeb;
    border-radius: .15em;
}

.PageContent .MuseFormLabelValidation {
    margin: 0;
    position: relative;
}

.PageContent .MuseControlContent .col-auto {
    padding-right: 5px;
    padding-left: 0;
}

.kendoTooltipValueHeader {
    font-family: RobotoBlack !important;
    /*color: #0BABAC !important;*/
    font-size:10px !important;
    min-height: 11px;
    line-height: 11px;
}

.kendoTooltipValueText {
    font-family: Roboto !important;
    /*color: #0BABAC !important;*/
    font-size:10px !important;
    min-height: 11px;
    line-height: 11px;
    font-weight: 600;
}

.FormControlContainer:last-child {
    margin-bottom: 5px;
}

.MuseControlContent:last-child {
    margin-bottom: 5px;
}

.percentIcon {
    color: #ccc;
    font-size: 1.5vh;
    font-weight: 600;
    line-height: 30px;
    margin-left: 5px;
}

.loadingSpinner {
    border-color: #FFF !important;
    border-left: 2px solid !important;
    border-top: 2px solid !important;
    border-right: 2px solid !important;
    border-radius: 15em;
    box-sizing: border-box;
    top: 8px;
    /*left: 50%;*/
     margin: 0 auto; 
    width: 10px !important;
    height: 10px !important;
    min-width: 20px;
    min-height: 20px;
    /* height: auto; */
    transition: 0.2s ease-in;
    animation: spin 0.8s infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(300deg);
    }
    85% {
        transform: rotate(320deg);
    }
    95% {
        transform: rotate(340deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/***************Overwritten Control Classes End***************/

@media screen (min-width: 320px) and (max-width: 767px) {
    
    html {
        min-width: 1024px !important;
        width: 1024px !important;
        height: auto !important;
        overflow: auto !important;
    }

    body {
        min-width: 1024px !important;
        width: 1024px !important;
        height: auto !important;
        overflow: auto !important;
        font-size: 1vw !important;
    }

    .DashBoardRepDetailItem:first-child {
        min-width: 29% !important;
        max-width: 29% !important;
    }

    .PercentGraph {
        max-width: 12.4% !important;
        width: 12.4% !important;
    }

    .RepGroupName {
        font-size: 1vw !important;
    }

    .DetailItemRepName {
        font-size: 1vw !important;
    }

    .svgContainer {
        width: 100% !important;
    }
}

/*Override text selection*/
*::selection {
    background-color: #4391FC;
}

input[type='text']::selection, input[type='number']::selection, input[type='date']::selection {
    color: white !important;

}

.btnSecondary {
    width: 48% !important;
    margin: 0;
    background-color: white;
    border: 1px solid #CCC;
    color: #333;
    line-height: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0.25em;
    margin-right: 2%;
    display: inline;
    font-size: 1.1em;
    left: 0;
    position: relative;
}

.BurgerIcon {
    opacity: 0.6;
}

.ConfirmSaveText {
    text-align: center;
    font-family: "Slate";
    font-weight: 600;
    height: auto !important;
    line-height: 15px !important;
    border: 1px solid transparent !important;
    padding: 10px 0;
}

.NoticeText {
    text-align: left;
    color: #999;
    font-family: "Slate";
    font-weight: 600;
    font-size: 11px;
}

.confirmBtnRow {
    padding: 0px !important;
    width: 100%;
}