@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300italic,600,600italic,700,700italic);
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
Body {
    color: #000;
    FONT-SIZE: 13px;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}

::selection {
    color: #ffffff;
    background: #093355;
}

::-moz-selection {
    color: #ffffff;
    background: #093355;
}

::-o-selection {
    color: #ffffff;
    background: #093355;
}

::-ms-selection {
    color: #ffffff;
    background: #093355;
}

::-webkit-selection {
    color: #ffffff;
    background: #093355;
}

.Shadow {
    -moz-box-shadow: 0px 0px 8px 0px #bbb;
    -webkit-box-shadow: 0px 0px 8px 0px #bbb;
    box-shadow: 0px 0px 8px 0px #bbb;
}

.ShadowNew {
    -moz-box-shadow: 0 4px 24px rgba(15,34,64,0.10);
    -webkit-box-shadow: 0 4px 24px rgba(15,34,64,0.10);
    box-shadow: 0 4px 24px rgba(15,34,64,0.10);
}

.Header {
    background-color: #0b4471;
    background-image: linear-gradient(top, #0b4471, #042037);
    background-image: -webkit-linear-gradient(top, #0b4471, #042037);
    background-image: -moz-linear-gradient(top, #0b4471, #042037);
    background-image: -ms-linear-gradient(top, #0b4471, #042037);
    background-image: -o-linear-gradient(top, #0b4471, #042037);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0b4471', EndColorStr='#042037');
    border-bottom: 4px solid #cbd0d9;
}


.AltColor11 {
    background-color: #e7f3fd;
}

.AltColor12 {
    background-color: #c9e3f8;
}

.TableAlt1 {
     background-color: #0f2240; color: #fff; 
}

.TableAlt2 {
    background-color: #787e8c;
}

.AltColor21 {
    background-color: #f3f5f7;
}

.AltColor22 {
    background-color: #d1d6de;
}

.FontColor3 {
    color: #FFFFFF;
}

.FontColor1 {
    color: #1e4a82;
}

.FontColor2 {
    color: #0f2240;
}
.FontColor4 {
    color: #6b8099;
}
.FontColor5 {
    color: #d8200d;
}
.FontColor6 {
    color: #1a7a4a;
}
.FontColor7 {
    color: #b03020;
}
.FontColor8 {
    color: #e8a020;
}
.FontColor9 {
    color: #601cd4;
}
.AllCaps{text-transform:uppercase;}

.PositionABT{position: absolute}

.PositionREL{position: relative}

.PositionFIX{position: fixed}

.BgColor1{background-color: #fff;}
.BgColor2{background-color: #163259;}


.FontStyle1{font-family: "Playfair Display", serif;}
.FontStyle2{font-family: "DM Sans", sans-serif;}


.ErrorTxtSmall {
    font-size: 12px;
    color: #d80a00;
    text-decoration: none;
}

.ErrorTxtNormal {
    font-size: 14px;
    color: #d80a00;
    text-decoration: none;
}

.ErrorTxtBig {
    font-size: 16px;
    color: #d80a00;
    text-decoration: none;
    font-weight: bold;
}

.ErrorTxtLarge {
    font-size: 24px;
    color: #d80a00;
    text-decoration: none;
}

.SmallerText {
    FONT-SIZE: 12px;
    text-decoration: none;
}

.NormalText {
    FONT-SIZE: 14px;
}

.NormalTextBig {
    FONT-SIZE: 16px;
}

.BiggerText {
    FONT-SIZE: 20px;
}

.LargeText {
    FONT-SIZE: 24px;
}

.SmallerLink {
    FONT-SIZE: 12px;
    text-decoration: none
}

a.SmallerLink:hover {
    text-decoration: underline
}

.JustLinks {
    FONT-SIZE: 14px;
    TEXT-DECORATION: none;
}

a.JustLinks:hover {
    TEXT-DECORATION: underline;
}

.Heading {
    FONT-SIZE: 20px;
}

.PageHeading {    
    FONT-SIZE: 28px;
}

.TableHeadingSmall {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
    padding-left: 5px;
    height: 15px;
}

.TableHeadingNormal {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
    padding-left: 5px;
    height: 20px;
}

.TableHeadingBig {
    background-color: #0c4573;
    background-image: linear-gradient(top, #0c4573, #042138);
    background-image: -webkit-linear-gradient(top, #0c4573, #042138);
    background-image: -moz-linear-gradient(top, #0c4573, #042138);
    background-image: -ms-linear-gradient(top, #0c4573, #042138);
    background-image: -o-linear-gradient(top, #0c4573, #042138);
    FONT-WEIGHT: normal;
    FONT-SIZE: 18px;
    COLOR: #FFFFFF;
    padding:5px 10px;
    text-decoration: none;
    
}


.Button {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    display: inline-block;
    margin: 2px;
}

.ButtonSmall {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    border-radius: 5px;
    padding: 2px 8px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    display: inline-block;
    margin: 2px;
}

.ButtonMedium {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 5px;
    padding: 4px 12px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    display: inline-block;
    margin: 2px;
}

.ButtonBig {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border-radius: 10px;
    padding: 8px 15px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


.ButtonColor1 {
    COLOR: #FFFFFF;
    background-color: #0b426e;
    background-image: linear-gradient(top, #0b426e, #042139);
    background-image: -webkit-linear-gradient(top, #0b426e, #042139);
    background-image: -moz-linear-gradient(top, #0b426e, #042139);
    background-image: -ms-linear-gradient(top, #0b426e, #042139);
    background-image: -o-linear-gradient(top, #0b426e, #042139);
    border: 1px Solid #001729;
}

    .ButtonColor1:hover {
        color: #fff;
        background-color: #0b426e;
        background-image: -webkit-linear-gradient(top, #042139, #0b426e);
        background-image: -moz-linear-gradient(top, #042139, #0b426e);
        background-image: -ms-linear-gradient(top, #042139, #0b426e);
        background-image: -o-linear-gradient(top, #042139, #0b426e);
        transition: 0.3s ease;
    }

    .ButtonColor1:active {
        top: 1px;
        position: relative;
    }

.ButtonColor2 {
    COLOR: #072843;
    background-color: #f2f2f3;
    background-image: linear-gradient(top, #fff, #ddd);
    background-image: -webkit-linear-gradient(top, #fff, #ddd);    
    background-image: -ms-linear-gradient(top, #fff, #ddd);    
    border: 1px Solid #bbb;
}

    .ButtonColor2:hover {
        background-color: #ccc;
		background-image: linear-gradient(top, #ccc, #f2f2f3);
        background-image: -webkit-linear-gradient(top, #ccc, #f2f2f3);        
        background-image: -ms-linear-gradient(top, #ccc, #f2f2f3);        
        border: 1px solid #bbb;
        transition: 0.3s ease;
    }

    .ButtonColor2:active {
        top: 1px;
        position: relative;
    }

.ButtonColor3 {
    color: #fff;
    background-color: #333844;
    border: 1px solid #21252e;
}

    .ButtonColor3:hover {
        color: #fff;
        background-color: #21252e;
        border: 1px solid #0c0e14;
        transition: 0.3s ease;
    }

    .ButtonColor3:active {
        top: 1px;
        position: relative;
    }

.ButtonColor4 {
    color: #fff;
    background-color: #08599e;
    background-image: -webkit-linear-gradient(top, #08599e, #043878);
    background-image: -moz-linear-gradient(top, #08599e, #043878);
    background-image: -ms-linear-gradient(top, #08599e, #043878);
    background-image: -o-linear-gradient(top, #08599e, #043878);
    border: 1px solid #072f60;
}

    .ButtonColor4:hover {
        color: #fff;
        background-color: #043878;
        background-image: -webkit-linear-gradient(top, #043878, #08599e);
        background-image: -moz-linear-gradient(top, #043878, #08599e);
        background-image: -ms-linear-gradient(top, #043878, #08599e);
        background-image: -o-linear-gradient(top, #043878, #08599e);
        transition: 0.3s ease;
    }

    .ButtonColor4:active {
        top: 1px;
        position: relative;
    }

.ButtonColor5 {
    color: #fff;
    background-color: #b50404;
    border: 1px solid #9b0303;
}

    .ButtonColor5:hover {
        background-color: #9b0303;
        border: 1px solid #9b0303;
        transition: 0.3s ease;
    }

    .ButtonColor5:active {
        top: 1px;
        position: relative;
    }

.ButtonColor6 {
    color: #fff;
    background-color: #e8a020;
    border: 1px solid #e8a020;
}

    .ButtonColor6:hover {
        background-color: #d4911a;
        border: 1px solid #d4911a;
        transition: 0.3s ease;
    }

    .ButtonColor6:active {
        top: 1px;
        position: relative;
    }
.ButtonColor7 {
    color: #fff;
    background-color: #601cd4;
    border: 1px solid #601cd4;
}

    .ButtonColor7:hover {
        background-color: #4c13ad;
        border: 1px solid #4c13ad;
        transition: 0.3s ease;
    }

    .ButtonColor7:active {
        top: 1px;
        position: relative;
    }
.current { background: rgba(232,160,32,0.15); color: #f5c563; text-decoration: none; cursor: auto}
.textdecconone{text-decoration: none;}

.ThinTextBox {
    width: 98%;
    font-size: 14px;
    COLOR: #000000;    
    border: 1px solid #787e8c;
    outline: none;
    padding: 5px;
	box-sizing: border-box;
}

.ThinTextBoxColor {
    background-color: efefef font-size: 14px;
    COLOR: #000000;
    border: 1px solid d0d0d0 font-weight: normal;
}

.Disabled {
    COLOR: #000000;
    opacity: 0.3;
    filter: alpha (opacity=30);
}

.HRColor {
    COLOR: #0B4471;
}

.HRColor2 {
    COLOR: #cbd0d9;
}

.HRColor3 {
    COLOR: #516e87;
}

.TableBorder {
    border: 1px solid #cbd0d9;
}

.TableBorder3 {
    border: 3px solid #dbc9bf;
}
/* All Border Styles */
.Border1 {border-width:1px; border-style:solid;}
.Border2 {border-width: 2px;  border-style:solid}
.Border3 {border-width: 3px;  border-style:solid}
.Border5 {border-width: 5px;  border-style:solid}

.DottedBorder {border-width:1px; border-style:dotted}

.BorderBottom1{border-bottom: 1px solid;}
.BorderBottom2{border-bottom: 2px solid;}
.BorderBottom6{border-bottom:6px solid;}
.BorderBottomDashed{border-bottom: dashed 1px;}
.BorderBottomDotted{border-bottom: dotted 1px;}

.BorderTop1{border-top: 1px solid;}
.BorderTopDashed{border-top: dashed 1px;}
.BorderTopDotted{border-top: dotted 1px;}

.BorderLeft4{border-left:4px solid;}
.BorderLeft8{border-left:8px solid;}
.BorderRight1{border-right:1px solid;}
.BorderRight2{border-right:2px solid;}

.BorderColor1{border-color: #1e4a82;}
.BorderColor2{border-color:#6b8099;}
.BorderColor3{border-color:#1a7a4a;}
.BorderColor4{border-color:#b03020;}
.BorderColor5{border-color:#e8a020;}
.BorderColor6{border-color:#d8200d;}
.BorderColor7{border-color:#601cd4;}

/* Border Rounded Corners */
.BorderRounded15 {
    border-radius: 15px;
}

.BorderRounded10 {
    border-radius: 10px;
}

.BorderRounded5 {
    border-radius: 5px;
}

/* Table Style */
.TableStyle1 {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #f4faff;
    border: 1px solid #587b95;
}

    .TableStyle1 th {
        color: #FFF;
        padding: 5px 7px;
        background-color: #205a86;
		border: 1px solid #77AAD1;
		
    }

    .TableStyle1 td {
        border-bottom: 1px solid #587b95;
        padding: 5px 7px;
		border: 1px solid #77AAD1;
    }

    .TableStyle1 tr:nth-child(even) {
        background-color: #ddeefb
    }

.TableStyle2 {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #f4f6f8;
    border: 1px solid #a1abb2;
}

    .TableStyle2 th {
        color: #FFF;
        padding: 5px 7px;
        background-color: #4c6679;
    }

    .TableStyle2 td {
        border-bottom: 1px solid #a1abb2;
        padding: 5px 7px;
    }

    .TableStyle2 tr:nth-child(even) {
        background-color: #e7ebee
    }


.page-break-before {
    page-break-before: always;
}

.page-break-after {
    page-break-after: always;
}


.PageBg {
    background-image: url(images/PageBg.jpg);
    background-repeat: repeat-x;
    background-color: #000000;
}


.PagerStyle {
    background-image: url(images/HeaderGlassBlack.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #ffffff;
}


    .PagerStyle table {
        text-align: center;
        margin: auto;
    }

        .PagerStyle table td {
            border: 0px;
            padding: 5px;
        }

    .PagerStyle td {
        border-top: #1d1d1d 0px solid;
    }

    .PagerStyle a {
        color: #ffffff;
        FONT-SIZE: 11px;
        font-weight: normal;
        text-decoration: none;
        text-decoration: none;
        padding: 2px 5px 2px 5px;
        border-top: solid 1px #9C5750;
        border-right: solid 1px #9C5750;
        border-bottom: solid 1px #9C5750;
        border-left: solid 1px #9C5750;
    }

    .PagerStyle span {
        color: #ffffff;
        FONT-SIZE: 11px;
        font-weight: bold;
        text-decoration: none;
        padding: 2px 5px 2px 5px;
    }

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    Opacity: 0.65;
}



.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}

    .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {
        height: 1px;
        overflow: hidden;
        border-top: none;
        border-bottom: none;
        border-right: none;
        padding: 0px;
        margin-left: auto;
    }

.customCalloutStyle .ajax__validatorcallout_error_message_cell {
    font-size: 12px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
}

.customCalloutStyle .ajax__validatorcallout_icon_cell {
    width: 20px;
    padding: 5px;
    border-right: none;
}

.customCalloutStyle .ajax__validatorcallout_close_button_cell {
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}

    .customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {
        border: none;
        text-align: center;
        width: 20px;
        padding: 1px;
        cursor: pointer;
    }

/*///Responsive Css////*/

.Content {
    width: 98%;
    margin: auto
}

.Clear {
    clear: both
}

.Borderbottom {
    border-bottom: dashed 1px #6d3c1b;
}

.margintop {
    margin-top: 5px;
    padding-bottom: 3px;
}

.Popup {
    width: 50%;
    padding: 5px;
    margin: auto;
}

.Half {
    width: 47%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.Oneforth {
    width: 24%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.Onethird {
    width: 31%;
    float: left;
    padding: 5px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    height: 215px;
}

.Twothird {
    width: 65%;
    float: left;
    padding: 5px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.Form {
    width: 50%;
    margin: auto
}

.TextBox {
    font-size: 12px;
    COLOR: #000000;
    border: 1px solid #895e45;
    width: 90%;
}

.TextBoxdiv {
    width: 40%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.TextFielddiv {
    width: 40%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    text-align: right
}

.Formhalf {
    width: 47%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.ButtonDiv {
    width: 50%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}

.Login {
    width: 96%;
    max-width: 500px;
    box-shadow: 0px 0px 20px 0px #272f36;
    background-color: #093355;
    color: #FFF;
    background-image: url(../images/Design.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* The Modal (background) */
.modal {
    display:none ; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background: rgba(15,34,64,0.45);
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content-maxwidth {
    background-color: #fff;
    margin: 5% auto; /* 5% from the top, 15% from the bottom and centered */    
    width: 95%; /* Could be more or less, depending on screen size */	
	box-shadow: 0px 0px 20px 0px #666;
}

.modal-content {
    background-color: #fefefe;
    margin: 3% auto auto auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 95%; /* Could be more or less, depending on screen size */
	max-width: 720px;
	box-shadow: 0px 0px 20px 0px #222;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 10px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

.TextBoxNew{
	font-family: 'Open Sans', sans-serif;
	color:#000;
	padding:7px;
	min-height: 30px;
	border:1px solid #d0dcea;	
	background-color: #f8fafd;
	box-sizing: border-box;
	outline: none;
}
.TextBoxNew:focus{	
	border:1px solid #163259;
	background-color: #fff;
	
}

  /* ─── TABLE ─── */
  
  .table { width: 100%; border-collapse: collapse; }
  .table thead tr { background: #e8eef7; }
  .table thead th { padding: 11px 14px; text-align: left; font-size: 11.5px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.06em; white-space: nowrap; border-bottom: 2px solid var(--border); }
  .table tbody tr { border-bottom: 1px solid #edf1f7; transition: background .12s; }
  .table tbody tr:hover { background: #f4f8ff; }
  .table tbody tr:last-child { border-bottom: none; }
  .table td { padding: 11px 14px; color: var(--text); vertical-align: middle; }
  .table td.mono { font-variant-numeric: tabular-nums; }
  

/* ─── STATUS BADGES ─── */
  .badge {
    display: inline-block; padding: 3px 10px; border-radius: 20px;
    font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em;
  }
  .badge-planned { background: #dbeafe; color: #1d4ed8; }
  .badge-active  { background: #d1fae5; color: #065f46; }
  .badge-closed  { background: #f1f5f9; color: #475569; }
  .badge-income  { background: #d1fae5; color: #065f46; }
  .badge-expense { background: #fee2e2; color: #991b1b; }
  .badge-transfer{ background: #fef3c7; color: #92400e; }

.btn-success { background: #27ae60; color: #fff; border: 1px solid #1a7a4a; }
  .btn-success:hover { background: #219a52; border: 1px solid #1a7a4a; transition: 0.3s ease}
  .btn-danger-soft { background: #fdecea; color: #c0392b; border: 1.5px solid #f5c0bb; }
  .btn-danger-soft:hover { background: #f9d0cc; transition: 0.3s ease}

.info-bar {
    background: #fffbea; border: 1.5px solid #f5c563; border-radius: 8px; color: #7a5c00;}
@media only screen and (max-width:768px) {
    .Form {
        width: 85%;
        margin: auto
    }

    .Formhalf {
        width: 60%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }

    .TextBoxdiv {
        width: 50%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }

    .TextFielddiv {
        width: 30%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        text-align: right
    }

    .Onethird {
        width: 47%;
    }

    .Twothird {
        width: 97%;
        float: left;
        padding: 5px;
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
	.PageHeading {    
    FONT-SIZE: 24px;
}


}

@media only screen and (max-width:640px) {
    .Formhalf {
        width: 70%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }

    .TextFielddiv {
        width: 25%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        text-align: right
    }

    .ButtonDiv {
        width: 100%;
        margin: auto;
        margin-top: 20px;
        text-align: center;
    }

    .Onethird {
        width: 46%;
    }

    .Popup {
        width: 75%;
        padding: 5px;
        margin: auto;
    }
}

@media only screen and (max-width: 480px) {
    .Form {
        width: 98%;
        margin: auto
    }

    .Formhalf {
        width: 90%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }

    .TextFielddiv {
        width: 90%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        text-align: left
    }

    .TextBoxdiv {
        width: 90%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }

    .Onethird {
        width: 97%;
    }

    .Popup {
        width: 90%;
        padding: 5px;
        margin: auto;
    }
	.PageHeading {    
    FONT-SIZE: 22px;
}
		
.NormalText {
    FONT-SIZE: 13px;
}

.NormalTextBig {
    FONT-SIZE: 15px;
}
	.LargeText {
    FONT-SIZE: 22px;
}
}

@media only screen and (max-width: 320px) {
    .Formhalf {
        width: 70%;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }
}


.receipt-summary {
    background: #f0fdf4;
    border: 1.5px solid #86efac;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 18px;
    /*display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;*/
}

.rs-item-label {
    font-size: 10.5px;
    font-weight: 700;
    color: #6b8099;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.rs-item-value {
    font-size: 17px;
    font-weight: 700;
    margin-top: 3px;
}

.rs-item-value.navy {
   color: #0f2240;
}

.rs-item-value.green {
    color: #1a7a4a;
}

.rs-item-value.red {
  color: #d8200d;
}