@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
@import url("https://fonts.googleapis.com/css2?family=Poppins :ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://cdn.jsdelivr.net/npm/segoe-fonts@1.0.1/segoe-fonts.min.css');
@import url("https://fonts.googleapis.com/css?fonts.googleapis.com_css_family=Poppins ,sans-serif");

@font-face {
    font-family: ' FontAwesome ,sans-serif';
    src: url('../fonts/ FontAwesome ,sans-serif-webfont.eot?v=4.7.0');
    src: url('../fonts/ FontAwesome ,sans-serif-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/ FontAwesome ,sans-serif-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/ FontAwesome ,sans-serif-webfont.woff?v=4.7.0') format('woff'), url('../fonts/ FontAwesome ,sans-serif-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/ FontAwesome ,sans-serif-webfont.svg?v=4.7.0# FontAwesome ,sans-serifregular') format('svg');
    font-weight: normal;
    font-style: normal
}

*,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

body {
    /* overflow-y: hidden; */
    font-family: "Poppins", sans-serif;
}

/* Placeholder color */
.form-control::-webkit-input-placeholder {
    font: normal normal 600 12px/110px "Poppins", sans-serif, sans-serif;
    color: #D4D9DD;
}

.form-control::-moz-placeholder {
    font: normal normal 600 12px/110px "Poppins", sans-serif;
    color: #D4D9DD;
}

.form-control::-ms-placeholder {
    font: normal normal 600 12px/110px "Poppins", sans-serif;
    color: #D4D9DD;
}

.form-control::placeholder {
    font: normal normal 600 12px/110px "Poppins", sans-serif;
    color: #D4D9DD;
}

input::-webkit-input-placeholder {
    font: normal normal 600 12px/110px "Poppins", sans-serif;
    color: #D4D9DD;
}

input::-moz-placeholder {
    font: normal normal 600 12px/110px "Poppins", sans-serif;
    color: #D4D9DD;
}

input::-ms-placeholder {
    font: normal normal 600 12px/110px "Poppins", sans-serif;
    color: #D4D9DD;
}

input::placeholder {
    font: normal normal 600 12px/110px "Poppins", sans-serif;
    color: #D4D9DD;
}

.asterisk {
    color: red;
}

/* Parsley Validation Styles*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    border: 1px solid #9FEBA2;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border: 1px solid #F59595;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/* Form Input */
.logininputfields {
    padding: 4px 6px;
    font-size: 13px;
    height: 32px !important;
}

.logininputlabels {
    font: normal normal 600 14px/25px "Poppins", sans-serif;
    /*color: #757575;*/
    color: #000;
}

/* logo */
.logo {
    width: 40%;
}

/*Banner Image*/
.bg-image {
    padding-left: 0;
}

#banner {
    width: 100%;
    height: 100%;
}

/* Maintenance Page */
.maintenance_banner {
    background-image: url('../images/banners/maintenance.png');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
}

#maintenancecard {
    width: 60%;
    max-width: 60%;
    max-height: 120px;
    overflow-y: auto;
    position: absolute;
    top: 65%;
    left: 3%;
}

#maintenancecard img {
    height: 80px;
}

/* Padding above form */
.formsection {
    padding-top: 10%;
}

/*Password icon*/
.field-icon {
    float: right;
    position: absolute;
    right: 4%;
    bottom: 46.5%;
    cursor: pointer;
}

/* Checkbox label */
.form-check-label {
    font: normal normal normal 12px/18px "Poppins", sans-serif;
    color: #9E9E9E;
}

/* Submit button custom */
.btn-custom {
    background-color: #213E97;
    font-style: normal;
    font-weight: medium;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 1;
}

.btn-custom:hover {
    color: #FFFFFF;
    background: #2C4EB7;
    border: 1px solid #E1AC30;
}

.btn.disabled,
.btn:disabled {
    background-color: #F2F2F2;
    color: #BBBBBB;
    cursor: not-allowed;
}

.button_disabled {
    width: 200px;
    height: 34px;
    /* UI Properties */
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    color: #BBBBBB;
    font: normal normal normal 14px/21px "Poppins", sans-serif;
    border: 1px solid #F2F2F2 !important;
    font-weight: bold;
}

/* Anchor tag */
a.info {
    text-decoration: underline;
    font: normal normal normal 14px/18px "Poppins", sans-serif;
    color: #213E97;
}

a.smallinfo {
    text-decoration: underline;
    font: normal normal normal 11px/18px "Poppins", sans-serif;
    color: #213E97;
}

a.hlink {
    color: #0033A1;
    font-size: 14px;
}

/* Paragraph */
p.smallinfoline {
    color: #9E9E9E;
}

p.infoline {
    color: #757575;
    font-size: 14px;
}

/* heading style */
.headingline {
    color: #000000;
    opacity: 1;
    font-size: 17px;
}

/* Start Regsiter page select2 styles */
.select2,
.select2-search__field {
    width: 100% !important;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    font-family: FontAwesome, sans-serif;
    content: "\f00c";
    color: #fff;
    background-color: #213E97;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #EEF8FF;
    color: #000000;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #EEF8FF;
    color: #000000;
}

.select2-dropdown {
    border: 1px solid #e8ebf3;
}

#multiplestates .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #e8ebf3;
}

#multiplestates .select2-container--default .select2-selection--multiple {
    border: 1px solid #e8ebf3;
}

/* End Regsiter page*/

/* Start Forgot Password page */

#forgotpassword .infoline {
    padding: 0% 15%;
}

.email {
    position: relative;
}

.email input {
    text-indent: 25px;
}

.email .fa-envelope {
    position: absolute;
    top: 7px;
    left: 10px;
    font-size: 18px;
}

/* End Forgot Password page */

/* Start Reset Password page */

#resetpassword .formsection {
    padding-top: 5%;
}

.passwordinfo {
    background-color: #F1F1F1;
    border: 1px solid #D4D9DD;
    border-radius: 5px;
    padding: 0% 1%;
}

.passwordinfo .subinfoline {
    margin-bottom: 1%;
    color: #9E9E9E;
    font-size: 14px;
}

.passwordinfo .infoline {
    margin-bottom: 1%;
}

.infolist li {
    font-size: 14px;
    color: #9E9E9E;
}

/* End Reset Password page */

/* Start Verify Identity page */
#verifyidentity a.hlink {
    font-size: 12px;
    font-weight: bold;
}

#verifyidentity .form-control:disabled,
.form-control[readonly] {
    background-color: #F2F2F2;
    opacity: 1;
    cursor: not-allowed;
}

/* End Verify Identity page */

/* Navbar and sidebar css */
ul.submenu li a {
    cursor: pointer;
    vertical-align: middle !important;
    align-items: center !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: normal;
    color: #818181;
    transition: 0.3s;
}

ul.submenu li a.active {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #0033A1;
    display: block;
    transition: 0.3s;
    background: #E3ECF6 0% 0% no-repeat padding-box;
}

#menu ul li {
    line-height: 1 !important;
}

#collapsibleNavbar ul li:not(:last-child) {
    border-right: 0.5px solid #D6D6D6 !important;
}

#collapsibleNavbar .dropdown-toggle::after {
    margin-bottom: 0.25rem;
}

#collapsibleNavbar ul .nav-item a {
    align-items: center !important;
}

#collapsibleNavbar ul .nav-item a img {
    margin-right: 0.25rem !important;
}

#collapsibleNavbar ul .nav-item a {
    display: flex !important;
    color: #283B52;
}

#collapsibleNavbar ul .nav-item a:active {
    display: flex !important;
    color: #FFF !important;
}

#collapsibleNavbar ul .nav-link.active img.dis {
    display: flex;
}

#collapsibleNavbar ul .nav-link.active img.act {
    display: none;
}

#collapsibleNavbar ul .nav-link img.dis {
    display: none;
}

#collapsibleNavbar ul .nav-link img.act {
    display: flex;
}

.navbar-shadow {
    box-shadow: 0px 6px 6px #15223214;
}

.navbar-bg {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #15223214;
    opacity: 1;
}

.navbar-menu {
    background: #F9FBFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 30px 30px;
    opacity: 1;
}

.notification-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 3px 0px 0px 8px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    opacity: 1;
}

div#collapsibleNavbar ul.navbar-nav li a.active {
    /*    border: 20px;*/
    background: #003476 0% 0% no-repeat padding-box;
    border-radius: 20px;
    color: #FFF;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid #F89C1C;
}

.profile-name {
    font-size: 14px;
    line-height: 1;
}

.profile-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.menushrinker {
    font-size: 16px;
    border-radius: 50%;
    padding: 0px 6px 2px 6px;
    cursor: pointer;
    position: relative;
    float: right;
}

.sidenav-bg {
    background: #F7F7F7 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #00000029;
    opacity: 1;
}

.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    ;
    overflow-x: hidden;
    transition: 0.5s;
}

#sidebar.active {
    margin-left: -170px;
}

.sidenav a {
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
}

#menu ul li {
    font: normal normal normal 12px "Poppins", sans-serif;
    padding: 10px 0px 10px 0px;
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #f1f1f1;
}

#menu ul li.active {
    font: normal normal bold 12px "Poppins", sans-serif;
    padding: 10px 0px 10px 0px;
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #f1f1f1;
    background: #E3ECF6 0% 0% no-repeat padding-box;
}

ul#menu {
    padding-left: .5rem !important;
}

ul#menu>li>ul {
    padding-left: 1.25rem !important;
}

ul.metismenu>li {
    border-bottom: 1px solid #EEEEEE;
}

.menuimg {
    width: 1rem;
    height: 1rem;
    margin-bottom: 0;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

[data-layout="horizontal"] .page-wrapper {
    margin: 0 auto;
    padding-top: 40px;
}

.sidemenulabel {
    text-align: left;
    font: normal normal 500 12px "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #595959;
    opacity: 1;
}

.sidemenumainlabel {
    text-align: left;
    font: normal normal 600 12px "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #595959;
    opacity: 1;
}

.searchbarmain {
    background: #EBEBEB 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 2px #00000012;
    border: 1px solid #C9C9C9 !important;
    border-radius: 3px;
    opacity: 1;
    top: 24px;
    left: 228px;
    width: 270px;
    height: 30px;
    font-size: 10px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.searchbarmain-search {
    background: #EBEBEB 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 2px #00000012;
    border: 1px solid #C9C9C9 !important;
    border-radius: 3px;
    opacity: 1;
    top: 24px;
    left: 228px;
    height: 30px;
    font-size: 10px !important;
}

.searchbarmain::placeholder {
    color: #9C9A9A !important;
    opacity: 1 !important;
    font-size: 10px !important;
    font-family: "Poppins", sans-serif !important;
}

.bg-icon {
    background-color: #0033A1;
    color: #fff;
    z-index: 1;
}

.errorclass input {
    border: 1px solid red;
}

.logosize {
    width: 215px;
    text-align: center;
    padding: 0px;
}

.page-wrapper .page-content {
    width: calc(100% - 235px) !important;
}

.page-wrapper .page-content {
    overflow-y: hidden;
}

#addlefticon,
#sidebar-container {
    overflow-y: hidden;
    position: fixed
}

#consumer_div:hover,
#investor_div:hover, #investor_divnon:hover {
    background: #F3F9FF !important;
}

#consumer_div:hover a.consumerbtnhover {
    background-color: #0033A1 !important;
    color: #FFF;
}

#investor_div:hover a.investorbtnhover, #investor_divnon:hover a.investorbtnhover {
    background-color: #0033A1 !important;
    color: #FFF;
}

.userprofilename {
    font: normal normal 600 11px/17px "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #343434;
}

.usersecurityprofile {
    font: normal normal normal 9px/13px "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #343434;
}

/*** Header ***/
@media only screen and (max-width: 992px) {
    .disablesearch {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    #sidebar-container {
        display: block !important;
    }

    #addlefticon {
        display: none !important;
    }
}

.sidebaricon {
    border-radius: 50%;
    padding: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 22px;
    height: auto;
    background: #0033A1 0% 0% no-repeat padding-box !important;
    /*ffc107*/
    font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 1;
    margin-top: 9px;
    text-align: center;
}

/*** End Header ***/
.footer-text-color {
    color: #0033A1 !important;
    font-size: 10px !important;
}

[data-layout="horizontal"] .footer .boxed-footer {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

.rate-adj-colors {
    font: normal normal 600 11px/17px "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #213E97;
}

/*Profile page styles*/
.profileheading {
    color: #95AEE4;
    font-size: 14px;
}

.profiletext {
    color: #0033A1;
    font-weight: 600;
    font-size: 14px;
}

.profilesmalltext {
    color: #353535;
    font-size: 13px;
}

.profileborder {
    /* border: 0.3px solid #0033A1; */
    box-shadow: 0px 3px 6px #00000029;
    background: #FAFCFF 0% 0% no-repeat padding-box;
}

.linecolor {
    color: #95AEE4;
}

.resetpwdborder {
    box-shadow: 0px 3px 6px #00000029;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.iconimg {
    width: 17%;
    position: absolute;
    left: 65%;
    top: 59%;
    cursor: pointer;
}

.profilephoto {
    border-radius: 50%;
    width: 80%;
    min-height: 218px;
}

.profilephotosm {
    border-radius: 50%;
    width: 80%;
    min-height: 200px;
}

.btn-custom-upload {
    border: 1px solid #213E97;
}

.btn-custom-remove {
    border: 1px solid #FF0000;
}

.profileuploadicon {
    color: #213E97;
}

.profileremoveicon {
    color: #FF0000;
}

/* password eye icon responsiveness*/
.oldpassworddiv,
.passworddiv,
.confirmpassworddiv {
    position: relative;
}

input::-ms-clear {
    display: none;
}

/*login Footer*/
.loginfooter {
    border-top: none !important;
    bottom: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    left: 0;
    color: #7081b9;
}

.footerLoggedIn {
    position: fixed;
    z-index: 10000;
    background: #FFF;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.loginScrollerHide {
    overflow-y: hidden;
}

.list-group-item {
    border-right: transparent !important;
}

.sideLastMenuNoBorder {
    border-bottom-right-radius: 0px !important;
}

/* Notifications */
#notification-list {
    width: 500px;
    /* max-height: 400px; */
    height: 400px;
    overflow-y: scroll;
}
/*  */
#notification-list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
    border-radius: 15px;
}

#notification-list::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
    border-radius: 15px;
}

#notification-list::-webkit-scrollbar-thumb
{
	background-color: #0033A1;
    border-radius: 15px;
}
/*  */
.dropdown-menu {
    left: 80%;
    transform: translateX(-50%);
    top: 100%;
}

.dropdown-menu>.panel {
    border: none;
    margin: -5px 0;
}

.panel-heading {
    background-color: #f1f1f1;
    border-bottom: 1px solid #dedede;
}

.activity-item i {
    float: left;
    margin-top: 3px;
    font-size: 16px;
}

div.activity {
    margin-left: 28px;
}

div.activity-item {
    padding: 7px 12px;
}

#notification-list div.activity-item {
    border-top: 1px solid #f5f5f5;
}

#notification-list div.activity-item a {
    font-weight: 600;
}

div.activity span {
    display: block;
    color: #999;
    font-size: 11px;
    line-height: 16px;
}

#notifications i.fa {
    font-size: 17px;
}

.noty_type_error * {
    font-weight: normal !important;
}

.noty_type_error a {
    font-weight: bold !important;
}

.noty_bar.noty_type_error a,
.noty_bar.noty_type_error i {
    color: #fff;
}

.noty_bar.noty_type_information a {
    color: #fff;
    font-weight: bold;
}

.noty_type_error div.activity span {
    color: #fff;
}

.noty_type_information div.activity span {
    color: #fefefe;
}

.no-notification {
    padding: 10px 5px;
    text-align: center;
}

.noty-manager-wrapper {
    position: relative;
    display: inline-block !important;
}

.noty-manager-bubble {
    position: absolute;
    top: -8px;
    background-color: #fb6b5b;
    color: #fff;
    padding: 2px 5px !important;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    cursor: pointer;
    height: 15px;
    font-weight: bold;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    opacity: 0;
}

.cursor-pointer {
    cursor: pointer;
}

/* Add a unique class to the parent container or directly to the input */
.toggle-switch {
    position: relative; /* Ensure relative positioning for absolute positioning of switch text */
}

.toggle-switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.toggle-switch label {
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 25px;
    background: grey;
    border-radius: 100px;
    position: relative;
}

.toggle-switch label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.toggle-switch input:checked + label {
    background: #0033A1;
}

.toggle-switch input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.toggle-switch label:active:after {
    width: 40px;
}

.switch-text {
    margin-left: 10px;
    vertical-align: middle;
}


/* Radio Button */


.activity-item {
            position: relative;
            padding: 10px;
            background-color: #f9f9f9;
            border-bottom: 1px solid #ddd;
        }

        .notification-content {
            display: flex;
            align-items: center;
        }

        .notification-content .activity {
            margin-left: 10px;
        }

        .radio-button {
            position: relative;
        }

        .radio-btn-container {
            position: relative;
        }

        .radio-btn-container input[type="checkbox"] {
            display: none;
        }

        .radio-btn-container label {
            cursor: pointer;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #ddd;
            display: inline-block;
            position: relative;
        }

        .radio-btn-container input[type="checkbox"]:checked + label {
            background-color: #ddd;
        }

        .radio-btn-container label::after {
            content: '';
            width: 10px;
            height: 10px;
            background-color: #0033A1;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            transition: opacity 0.2s;
        }

        .radio-btn-container input[type="checkbox"]:checked + label::after {
            opacity: 1;
        }




    #responseModal .modal-dialog {
        max-height: 80vh;
        display: flex;
        flex-direction: column;
    }

    #responseModal .modal-body {
        flex: 1 1 auto;
        overflow-y: auto;
    }

    #responseModal #responseContent {
        max-height: 400px;
        overflow-y: auto;
        white-space: pre-wrap;
    }

    #modalAllLoansContent {
        font-size: 1.2em;
        min-height: 200px;
        max-height: 400px;
        overflow-y: auto;
    }

    #modalAllLoansContent table {
        width: 100%;
        border-collapse: collapse;
    }

    #modalAllLoansContent th, #modalAllLoansContent td {
        padding: 8px;
        text-align: left;
        border: 1px solid #dee2e6;
    }


    #loaderlm {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .spinnerlm {
        border: 8px solid #f3f3f3;
        border-top: 8px solid #3498db;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }


    .fs-18{
        font-size: 12px !important;
    }

    .lauramac_add {

        width: 150px;
        height: 34px;
        /* UI Properties */
        background: #E3ECF6 0% 0% no-repeat padding-box;
        border-radius: 4px;
        opacity: 1;
        color: #213E97;
        font: normal normal normal 14px/21px "Poppins", sans-serif;
        border: 1px solid #213E97 !important;
        font-weight: bold;

    }

    .link-button {
        background: none;
        border: none;
        padding: 0;           /* standard link-blue */
        text-decoration: underline; /* underline like <a> */
        cursor: pointer;            /* hand pointer on hover */
        font: inherit;              /* match surrounding font */
    }
    .link-button:hover,
    .link-button:focus {
        color: #0a58ca;             /* darker on hover/focus */
        outline: none;              /* remove default focus ring if you have a custom style */
        text-decoration: none;
    }