/* COLOR VARIABLES */
:root{
    --bg-ash: #F8F8F8;
    --text-brown: #ff6900;
    --blue-cover: #00222F;
    --blue-gradient-cover: linear-gradient(90deg, #00405C, #000000);
    --riv-cover: #000000;
    --riv-btn: #ff6900;
    --riv-btn-text: #ffffff;
    --account-btn-hover: #6F5C55;
    --grey-btn-text: #333333;
    --grey-btn: #ffffff;
    --grey-btn-border: 1px solid #EAEAEA;
    --riv-btn-hover: #6F5C55;
    --dark-grey-btn: #F7F7F7;
    --dark-grey-btn-hover: #b7b7b7;
    --dashboard-color: #ff6900;
    --filing-btn-bg: #d8a300;
    --filing-btn-text: #ffffff;
    --filing-btn-hover: #d8a300;
    --approve-btn: #d8a300;
    --approve-btn-text: #ffffff;
    --rejected-btn: #E12402;
    --rejected-btn-text: #ffffff;
    --approved-btn-hover: #d8a300;
    --reject-btn-hover: #a21b03;
    --application-modal-bg: #ff6900;
    --application-modal-text: #ffffff;
    --confirm-footer-accept: #d8a300;
    --confirm-footer-reject: #F40909;
    --affidavit-modal-bg: #FFFFFF;
    --affidavit-header-text: #ffffff;
    --affidavit-body-text: #333333;
    --affidavit-types-list-bg: #e4edf1;
    --dark-blue-stats: #00405C;
    --dark-stats: #383838;
    --registrar-bg: #FF4C21;
    --registrar-text: #ffffff;
    --legal-bg: #d8a300;
    --legal-text: #ffffff;
    --judge-bg: #FFC321;
    --judge-text: #000000;
    --chief-judge-bg: #313131;
    --chief-judge-text: #ffffff;
    --dark-grey: rgba(51, 51, 51, 1);
    --dark-grey-40: rgba(51, 51, 51, .4);
    --dark-grey-60: rgba(51, 51, 51, .6);
    --light-blue: #ff6900;
    --accordion-heading-color: rgba(234, 234, 234, 1);
    --parties-header-color: rgba(247, 247, 247, 1);
    --parties-header-color-4: rgba(247, 247, 247, .4);
    --add-rep-btn: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(242, 242, 242, 1));
    --add-rep-btn-hover: linear-gradient(-180deg, rgba(255, 255, 255, 1), rgba(242, 242, 242, 1));
    --light-grey: #C1C1C1;
}
/* ======================================================= */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div::-webkit-scrollbar {
    width: 0.6em;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

input:focus,
button:focus,
textarea:focus,
input:active,
button:active,
textarea:active {
    outline: none;
}
.check_content .doc-list .table td.paid_amount, .check_content .table th:last-child {
    display: table-cell !important;
}
/**************************************
***************************************
				Fonts
***************************************
**************************************/

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue.ttf');
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: 'Lato Bold';
    src: url('fonts/Lato-Bold.ttf');
}

@font-face {
    font-family: 'Lato Light';
    src: url('fonts/Lato-Light.ttf');
}

@font-face {
    font-family: 'Lato Black';
    src: url('fonts/Lato-Black.ttf');
}

@font-face {
    font-family: 'Lato Italic';
    src: url('fonts/Lato-Italic.ttf');
}

@font-face {
    font-family: 'Lato Semibold';
    src: url('fonts/Lato-Semibold.ttf');
}

@font-face {
    font-family: 'PT Serif Bold';
    src: url('fonts/PTF75F.ttf');
}

@font-face {
    font-family: 'PT Serif Italic';
    src: url('fonts/PTF56F.ttf');
}

h1 {
    font-family: "Lato Black", sans-serif;
}

.account>*,
.dashboard>* {
    font-family: "Lato", sans-serif;
}

.home>* {
    font-family: "Open Sans", sans-serif;
}


/**************************************
***************************************
	 	Margins and Paddings
***************************************
**************************************/

ul,
p {
    margin-bottom: 0;
}

.border-right_2 {
    border-right: 2px solid #333333!important;
}

.margin-top {
    margin-top: 8px;
}

.margin-top-16 {
    margin-top: 16px;
}

.margin-bottom {
    margin-bottom: 8px;
}

.margin-bottom-16 {
    margin-bottom: 16px;
}

.margin-bottom-32 {
    margin-bottom: 32px;
}

.margin-right {
    margin-right: 8px;
}

.margin-right-16 {
    margin-right: 16px;
}

.margin-left {
    margin-left: 8px;
}

.margin-left-16 {
    margin-left: 16px;
}

.margin-right-41 {
    margin-right: 41px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-top {
    margin-top: 8px;
}

.padding-bottom-10 {
    padding-bottom: 8px;
}

.padding-left_10 {
    padding-left: 10px;
}

.padding-right_10 {
    padding-right: 10px;
}

.padding-right_40 {
    padding-right: 40px;
}

.padding-top-bottom-10 {
    padding: 10px 0px;
}

.position_bottom {
    position: absolute;
    bottom: 0;
    text-decoration: underline;
}

.text-underline {
    text-decoration: underline;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}


/**************************************
***************************************
	 			Colors
***************************************
**************************************/

.bg-ash {
    background-color: var(--bg-ash)!important;
}

.text-pending {
    color: var(--text-brown)!important;
}


/**************************************
***************************************
	 			Covers
***************************************
**************************************/

.riv-blue-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--blue-cover)!important;
    opacity: 0.9;
}

.riv-blue-gradient-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--blue-gradient-cover)!important;
    opacity: 0.9;
}

.riv-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--riv-cover)!important;
    opacity: 0.8;
    z-index: 1;
}


/**************************************
***************************************
				Buttons
***************************************
**************************************/

.account-btn,
.grey-btn,
.riv-btn,
.dark-grey-btn {
    height: 36px;
    font-size: 14px;
    cursor: pointer;
}

.account-btn,
.grey-btn,
.dark-grey-btn,
.riv-btn {
    border-radius: 4px;
}

.account-btn,
.riv-btn {
    width: 121px;
    background-color: var(--riv-btn)!important;
    color: var(--riv-btn-text)!important;
    border: none;
    box-shadow: 1px 2px 6px 0 #cacaca;
}

.account-btn,
.grey-btn,
.dark-grey-btn {
    text-transform: capitalize;
}

.account-btn:hover {
    background-color: var(--account-btn-hover)!important;
}

.grey-btn,
.dark-grey-btn {
    line-height: 14px;
    color: var(--grey-btn-text)!important;
    padding: 12px 26px;
}

.grey-btn {
    background-color: var(--grey-btn)!important;
    border: var(--grey-btn-border)!important;
}

.grey-btn:not(:disabled):hover {
    border-width: 2px;
    box-shadow: 1px 1px 3px 1px #00000040;
}

.grey-btn:disabled>span.text {
    opacity: 0.3;
}

.riv-btn {
    text-transform: uppercase;
}

.riv-btn:hover {
    background-color: var(--riv-btn-hover)!important;
}

.dark-grey-btn {
    background-color: var(--dark-grey-btn)!important;
    border: none;
}

.dark-grey-btn:hover {
    background-color: var(--dark-grey-btn-hover)!important;
}

.dashboard-btn,
.dashboard-btn-reverse,
.filing-btn,
.approve-btn,
.rejected-btn,
.approved-btn,
.reject-btn {
    height: 36px;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    border-radius: 4px;
    cursor: pointer;
    padding: 12px 26px;
}

.dashboard-btn {
    background-color: var(--dashboard-color)!important;
    color: #FFFFFF!important;
    border: none;
}

.dashboard-btn:hover {
    background-color: #6F5C55!important;
}

.dashboard-btn-reverse {
    background-color: #fff!important;
    color: var(--dashboard-color)!important;
    border: 1px solid var(--dashboard-color)!important;
}

.dashboard-btn-reverse:hover {
    background-color: var(--dashboard-color)!important;
    color: #fff!important;
}

.filing-btn {
    background-color: var(--filing-btn-bg)!important;
    color: var(--filing-btn-text)!important;
    border: none;
}

.filing-btn:hover {
    background-color: var(--filing-btn-hover)!important;
}

.approve-btn {
    background-color: #FFFFFF!important;
    color: var(--approve-btn)!important;
    border: 1px solid var(--aprove-btn)!important;
}

.approve-btn:hover {
    background-color: var(--approve-btn)!important;
    color: var(--approve-btn-text)!important;
}

.rejected-btn {
    background-color: #FFFFFF!important;
    color: var(--rejected-btn)!important;
    border: 1px solid var(--rejected-btn)!important;
}

.rejected-btn:hover {
    background-color: var(--rejected-btn)!important;
    color: var(--rejected-btn-text)!important;
}

.approved-btn {
    background-color: var(--approve-btn)!important;
    color: var(--approve-btn-text)!important;
    border: none;
}

.approved-btn:hover {
    background-color: var(--approved-btn-hover)!important;
}

.reject-btn {
    background-color: var(--rejected-btn)!important;
    color: var(--rejected-btn-text)!important;
    border: none;
}

.reject-btn:hover {
    background-color: var(--reject-btn-hover)!important;
}

.board>.activities>.activity-list>ul>li>.dashboard-btn-reverse {
    border-radius: 4px;
}

.suit-table td button {
    width: 100px;
    padding: 0;
}


/**************************************
***************************************
				Select
***************************************
**************************************/

.action-select {
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 10px;
    width: 145px;
    background-color: #fff!important;
    color: #000!important;
    border: 2px solid #EAEAEA!important;
}


/**************************************
***************************************
				Modals
***************************************
**************************************/

.riv-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    z-index: 15;
}

.modal-bg {
    height: 100%;
    width: 100%;
    background-color: #000!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .50;
    display: none;
}


/*************** Suit Modal ***************/

.suit-modal,
.application-modal {
    background-color: var(--application-modal-bg)!important;
    padding: 36px 47px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 586px;
    border-radius: 12px;
    display: none;
}

.suit-modal>p,
.application-modal>p {
    color: var(--application-modal-text)!important;
    font-size: 22px;
    font-family: "Lato", sans-serif;
}

.court {
    height: auto;
    width: 100%;
    margin-top: 30px;
    border-radius: 12px;
}

.court-open {
    display: none;
}

.court-header {
    height: 65px;
    width: 100%;
    color: #fff!important;
    background-color: var(--dashboard-color)!important;
    padding: 20px;
    border-radius: 12px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    cursor: pointer;
}

.court.active>.court-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.court-actions {
    background-color: #fff!important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-bottom: 27px;
    display: none;
}

.court-actions>div {
    display: flex;
}

.court-actions>div>* {
    flex: 1;
}

.court-actions ul {
    padding: 0;
    flex: 1;
    border-right: 1px solid #efefef;
}

.court-actions ul li {
    list-style: none;
    cursor: pointer;
    display: flex;
}

.court-actions ul li>a {
    text-decoration: none;
    color: #333333!important;
    width: 100%;
    padding: 15px 26px;
}

.court-actions ul.high-court-list li {
    position: relative;
}

.court-actions ul.high-court-list li.active,
.court-actions ul.high-court-list li:hover {
    background-color: #e4edf1!important;
}

.caret-right {
    font-size: 0px;
    line-height: 0%;
    width: 15px;
    border-left: 15px solid #e4edf1!important;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 13px;
    right: -15px;
    z-index: 1;
    display: none;
}

.court-actions ul.high-court-list li.active>.caret-right {
    display: block;
}

.court-actions ul.high-court-list li:last-child.active,
.court-actions ul li:last-child:hover {
    border-bottom-left-radius: 12px;
}

.court-actions ul.high-court-list li:not(:last-child) {
    border-bottom: 1px solid #EAEAEA!important;
}

.court-actions div.high-court-selection ul {
    font-size: 12px;
    display: none;
}

.court-actions div.high-court-selection ul.active {
    display: block;
}

.court-actions div.high-court-selection ul li {
    padding: 0px;
    display: flex;
}

.court-actions div.high-court-selection ul li>a {
    color: #333333!important;
    opacity: 0.6;
    flex: 1;
    padding: 10px 20px;
}

.court-actions div.high-court-selection li:hover>a {
    opacity: 1;
}


/********* Statement Modal *********/

.statement-modal,
.affidavit-preview-modal {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: auto;
    padding: 100px;
    display: none;
}

.statement-doc {
    border-radius: 12px;
    /* width: 899px; */
    height: auto;
    margin: auto;
}

.statement-doc>div.top {
    width: 100%;
    background-color: #fff!important;
    padding: 40px;
    font-family: "Lato Bold", sans-serif;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 1px solid #EAEAEA!important;
}

.statement-doc>div.top>p {
    font-size: 18px;
}

.decimal {
    padding: 15px 0;
    font-family: "Lato Regular", sans-serif;
    font-size: 16px;
}

.decimal>li {
    list-style: decimal;
}

.statement-doc>div.bottom {
    background-color: #fff!important;
    padding: 20px;
    text-align: right;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.affidavit-preview-modal .intro {
    font-family: "Lato Regular", sans-serif;
}

.affidavit-preview-modal .intro>span:not([class='affidavit_division']) {
    font-family: "Lato Bold", sans-serif;
    text-transform: capitalize;
}


/********* Preview Modal ************/

.preview_modal {
    width: 800px;
    height: 80%;
    background-color: #fff!important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    display: none;
    flex-flow: column;
    overflow: hidden;
    border-radius: 4px;
}

.preview_modal>.header {
    padding: 10px 25px;
    font-family: "Lato Bold", sans-serif;
    font-size: 24px;
    border-bottom: 1px solid #e6e4e4!important;
}

.preview_modal>.body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0;
}

.preview_modal>.body>p {
    padding: 5px 25px;
}

.preview_modal>.body>p>span:first-child {
    font-size: 16px;
    font-family: "Lato Bold", sans-serif;
}

.preview_modal>.footer {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #e6e4e4!important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


/*********** Confirm Modal ***********/

.confirm-modal {
    background-color: #FFFFFF!important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 480px;
    border-radius: 12px;
    display: none;
}

.confirm-header {
    background-color: var(--dashboard-color)!important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 15px;
    color: #FFF!important;
}

.confirm-body {
    padding: 10px 15px 25px 15px;
    font-size: 20px;
    color: #333333!important;
}

.confirm-footer {
    padding: 0 15px;
    text-align: right;
    border-top: 1px solid #e4e4e4!important;
}

.confirm-footer>button {
    border: none;
    padding: 0 15px;
    height: 35px;
    background-color: inherit;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
}

.confirm-footer>button:hover {
    background-color: #e4e4e4!important;
}

.confirm-footer>button.accept {
    color: var(--confirm-footer-accept)!important;
}

.confirm-footer>button.reject {
    color: var(--confirm-footer-reject)!important;
}


/*********** Case Modal ***********/

.case-modal,
.interluctory-modal,
.ctc-modal,
.search-modal,
.change_password_modal,
.affidavit_service,
.status_modal,
.img_upload,
.search-modal1 {
    background-color: #FFFFFF!important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 800px;
    border-radius: 12px;
    display: none;
}

.interluctory-modal,
.ctc-modal,
.existsuit-modal,
.search-modal1,
.change_password_modal,
.affidavit_service,
.status_modal,
.img_upload,
.lispendes_search {
    width: 480px;
    height: auto;
}

.search-modal {
    width: 800px;
    height: auto;
}

.interluctory-modal .case-body,
.lispendens-modal .case-body,
.ctc-modal>.case-body,
.search-modal>.case-body,
.search-modal1>.case-body,
.change_password_modal>.case-body,
.affidavit_service>.case-body,
.status_modal>.case-body,
.img_upload>.case-body,
.cancel-lispendens-modal>.case-body,
.appealmodal>.case-body,
.existsuit-modal>.case-body,
.lispendes_search>.case-body {
    padding: 30px;
}


/* This is the lispendens modal */

.lispendens-modal,
.cancel-lispendens-modal,
.appealmodal,
.change_password_modal,
.affidavit_service,
.status_modal,
.img_upload,
.existsuit-modal,
.lispendes_search {
    background-color: #FFFFFF!important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 700px;
    border-radius: 12px;
    display: none;
}

.lispendens-modal .case-body,
.appealmodal .case-body,
.existsuit-modal .case-body,
.change_password_modal .case-body,
.affidavit_service .case-body,
.status_modal .case-body,
.img_upload .case-body,
.cancel-lispendens-modal .case-body,
.lispendes_search .case-body {
    min-height: 200px;
    max-height: 400px;
    overflow: auto;
}

.case-header {
    background-color: var(--dashboard-color)!important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 23px 15px;
    color: #FFF!important;
    font-size: 16px;
}

.case-header>#case-status {
    color: #FFD54A!important;
}

.case-body {
    font-size: 15px;
    color: #333333!important;
}

.case-body>div {
    padding: 10px 15px;
    ;
    display: flex;
}

.case-body>div:nth-of-type(odd) {
    background-color: #F7F7F7!important;
}

.case-body>div>span {
    margin-right: 50px;
    width: 120px;
}

.case-body>div>div {
    flex: 1;
}

.case-bottom {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e4e4e4!important;
}


/********* Payment Modal *********/

.payment-modal {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: auto;
    padding: 100px;
    display: none;
}

.payment-doc {
    border-radius: 12px;
    width: 450px;
    height: auto;
    margin: auto;
}

.payment-doc>div.top {
    width: 100%;
    background-color: #fff!important;
    padding: 40px;
    font-family: "Lato Bold", sans-serif;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 1px solid #EAEAEA!important;
}

.payment-doc>div.top>p {
    font-size: 14px;
}

.decimal {
    padding: 15px 0;
    font-family: "Lato Regular", sans-serif;
    font-size: 16px;
}

.decimal>li {
    list-style: decimal;
}

.payment-doc>div.bottom {
    background-color: #fff!important;
    padding: 10px;
    text-align: right;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.black-color-8 {
    color: rgba(0, 0, 0, 0.8);
}


/**************************************
***************************************
			   Dashboard
***************************************
**************************************/

.affidavit-modal {
    background-color: var(--affidavit-modal-bg)!important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 80%;
    width: 480px;
    border-radius: 12px;
    display: none;
    flex-flow: column;
    padding-bottom: 20px;
}

.affidavit-header {
    background-color: var(--dashboard-color)!important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 15px;
    color: var(--affidavit-header-text)!important;
}

.affidavit-body {
    font-size: 16px;
    color: var(--affidavit-body-text)!important;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.affidavit-body ul {
    padding: 0;
    flex: 1;
    border-right: 1px solid #efefef;
}

.affidavit-body ul li {
    list-style: none;
    cursor: pointer;
    display: flex;
}

.affidavit-body ul li>a {
    text-decoration: none;
    color: var(--affidavit-body-text)!important;
    width: 100%;
    padding: 15px 26px;
}

.affidavit-body ul li>span {
    text-decoration: none;
    color: var(--affidavit-body-text)!important;
    width: 100%;
    padding: 15px 26px;
}

.affidavit-body ul.affidavit_types_list li {
    position: relative;
}

.affidavit-body ul.affidavit_types_list li:hover {
    background-color: var(--affidavit-types-list-bg)!important;
}

.affidavit-body ul li:last-child:hover {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.affidavit-body ul.affidavit_types_list li:not(:last-child) {
    border-bottom: 1px solid #EAEAEA!important;
}


/**************************************
***************************************
			   Dashboard
***************************************
**************************************/

.blue-stats {
    background-color: #0088BB!important;
}

.blue-stats-color {
    color: #0088BB;
}

.light-blue-stats {
    background-color: var(--dashboard-color)!important;
}

.dark-blue-stats {
    background-color: var(--dark-blue-stats)!important;
}

.dark-stats {
    background-color: var(--dark-stats)!important;
}


/***************************************
****************************************
				Type
****************************************
***************************************/

.account-type-registrar {
    background-color: var(--registrar-bg)!important;
    color: var(--registrar-text)!important;
}

.account-type-legal {
    background-color: var(--legal-bg)!important;
    color: var(--legal-text)!important;
}

.account-type-judge {
    background-color: var(--judge-bg)!important;
    color: var(--judge-text)!important;
}

.account-type-chief-judge {
    background-color: var(--chief-judge-bg)!important;
    color: var(--chief-judge-text)!important;
}


/* ************************** Basic color area ******************* */

.darkgrey {
    color: var(--dark-grey);
}

.darkgrey-40 {
    color: var(--dark-grey-40);
}

.darkgrey-60 {
    color: var(--dark-grey-60);
}

.light-blue {
    color: var(--light-blue) !important;
}

.accordion-heading-color {
    background-color: var(--accordion-heading-color) !important;
}

.parties-header-color {
    background-color: var(--parties-header-color);
}

.parties-header-color-4 {
    background-color: var(--parties-header-color-4);
}

.add-rep-btn {
    background: var(--add-rep-btn);
}

.add-rep-btn:hover {
    background: linear-gradient(-180deg, rgba(255, 255, 255, 1), rgba(242, 242, 242, 1));
}

.light-grey {
    color: var(--light-grey);
}

@media(max-width:760px) {
    .dashboard-btn,
    .dashboard-btn-reverse,
    .filing-btn,
    .approve-btn,
    .rejected-btn,
    .approved-btn,
    .reject-btn {
        height: auto;
        font-size: 12px;
        padding: 10px;
    }
}