@import url('https://fonts.googleapis.com/css?family=Open+Sans|Exo+2&display=swap');

:root {
    /* Color */
    --color-primary: rgb(96, 174, 69);
    --color-secondary: rgb(18, 109, 68);
    --color-accent: rgb(18, 109, 68);

    --color-text-primary: rgb(34, 34, 34);
    --color-text-secondary: rgba(34, 34, 34, 0.8);
    --color-text-muted: rgba(34, 34, 34, 0.467);

    --color-error: rgb(252, 50, 44);
    --color-warn: rgb(235, 196, 69);
    --color-info: rgb(44, 151, 252);

    --color-half-white: rgb(244, 245, 247);

    /* Border */
    --border-radius-xs: 1px;
    --border-radius-sm: 2px;
    --border-radius-md: 4px;
    --border-radius-lg: 8px;

    --border-thin: thin solid lightgray;
    --border-thick: 2px solid lightgray;

    /* shadow */
    --shadow:
        0px 2px 6px 0 rgba(0, 0, 0, 0.075),
        0 4px 20px 0 rgba(0, 0, 0, 0.063);
}

html {
    /* Setting the REMs units to represent 10px = 1 rem */
    font-size: 62.5%;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Exo 2', 'Open Sans', 'Sans-serif', Arial;
    color: rgb(34, 34, 34);
    background-color: white;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ol {
    padding: 0;
}

ul>li:not(:last-child) ol>li:not(:last-child) {
    margin-bottom: 1rem;
}

textarea:hover,
input:hover {
    border: thin solid lightgray;
}

textarea:focus,
input:focus {
    outline: none;
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.122), inset 0 0 5px 0 rgba(0, 0, 0, 0.031);
    border: thin solid lightgray;
}

input:disabled {
    background-color: rgba(211, 211, 211, 0.5);
}

textarea {
    border-radius: 0.4rem;
    overflow: hidden;
    font-size: 14px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
textarea {
    display: block;
    padding: 0.75rem 1.25rem;
    border-radius: var(--main-border-radius);
    border: thin solid lightgray;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    transition: box-shadow 0.3s ease 0s;
}

input[type=file] {
    border: thin solid rgb(211, 211, 211);
}

.password-visibility input[type=password],
.password-visibility input[type=text] {
    padding-right: 5rem;
}

button {
    user-select: none;
}

button:focus {
    outline: none;
}

p,
a,
li,
ol {
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    margin: 1em 0;
    padding: 0;
}

a {
    color: #60ae45;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}


input[hidden], input[type=hidden] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    z-index: -1;
}

table th {
    white-space: nowrap;
}


.height-100 {
    height: 100%;
}

/*

Base Template

*/

.containment {
    max-width: 920px;
    margin: 0 auto;
    height: 100%;
}

.containment.sm {
    max-width: 780px;
}

.main-content {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(211, 211, 211, 0.25);
}


/* Header */
header.header {
    width: 100%;
    position: relative;
    background: white;
    padding: 1.5rem 2rem;
    border-bottom: thin solid rgba(211, 211, 211, 0.5);
    box-shadow: 0 -4px 20px 0 #0000001c;
    z-index: 2;
    border-top: 0.5rem solid #60ae45;
}


header.header .header-wrapper {
    display: flex;
    align-items: center;
}


header.header .header-wrapper .column {
    display: flex;
    align-items: center;
    justify-content: center;
}

header.header .header-wrapper .column h3 {
    font-size: 1.5em;
}

header.header .header-wrapper .column p,
header.header .header-wrapper .column h3 {
    margin: 0;
}

header.header .header-wrapper .column .call a{
    margin: 0 5px;
}

.last-login {
    font-size: 0.9em;
}

.header-icon {
    max-width: 30px;
    min-width: 30px;
    height: auto;
    margin-right: 1.5rem;
}

.header-icon img {
    width: 100%;
    height: auto;
}

.whastapp-icon {
    max-width: 15px;
    height: auto;
}

header .user-column {
    max-width: 230px;
    position: relative;
    opacity: 1;
    line-height: 1.2;
}

header .user-column a,
header .user-column > div {
    display: flex;
    /* align-items: center; */
    background: none;
    border: none;
    color: rgba(0, 0, 0, 0.75);
    /* cursor: pointer; */
    padding: 0;
}

header .user-column > div button {
    text-align: left;
    padding: 0;
    font-size: 0.9em;
    color: red;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

header .user-column .user-dropdown {
    background-color: white;
    position: absolute;
    top: 110%;
    right: 0;
    width: 130%;
    border-radius: 0.1rem;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease-out;
    box-shadow:
        0 2px 3px 0 rgba(0, 0, 0, 0.188),
        0 9px 11px 0 rgba(0, 0, 0, 0.082);
    z-index: 1;

}

header .user-column.open>.user-dropdown {
    max-height: 200px;
    overflow: auto;
}

header .user-column .user-dropdown ul li {
    padding: 8px 24px;
    display: flex;
    align-items: center;
}

header .user-dropdown ul li:hover,
header .user-dropdown ul li:hover a {
    color: #60ae45;
    background-color: rgba(211, 211, 211, 0.1);
}


header .user-column form button:hover {
    color: red;
}


header .menu-column .menu-sidebar-container {
    background-color: rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition:
        background-color 0.25s ease-out,
        width 0.25s ease-out;
}


header .menu-column .menu-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 75%;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-right: thin solid lightgray;
    background-color: white;
    transition:
        transform 0.25s ease-out,
        width 0.25s ease-out,
        padding 0.25s ease-out;
}

header .menu-column .menu-sidebar>h3,
header .menu-column .menu-sidebar>ul {
    min-width: 200px;
}

header .menu-column.open .menu-sidebar-container {
    width: 100%;

}

header .menu-column.open .menu-sidebar {
    padding: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}



header .menu-column.close .menu-sidebar-container {
    width: 0%;
}

header .menu-column.close .menu-sidebar {
    width: 0%;
    padding: 4rem 0rem;

}


header .menu-column .menu-sidebar .sidebar-heading {
    font-size: 1.4em;
    white-space: normal;
}

header .menu-column .menu-sidebar ul {
    margin-top: 4rem;
}

header .menu-column .menu-sidebar ul li {
    padding: 1.5rem 0;
    /* font-weight: bold; */
}

header .menu-column .menu-sidebar ul li:last-child {
    margin-top: 2rem;
}

header .menu-column .menu-sidebar ul li button,
header .menu-column .menu-sidebar ul li a {
    color: black;
    padding: 0;
    font-size: 1em;
}

header .menu-column .menu-sidebar ul li button {
    background: none;
    border: none;
    color: red;
}

header .column.menu-link-wrapper {
    justify-content: flex-end !important;
    margin-right: 2rem;
}

header .column .menu-link-list .menu-link {
    display: inline-block;
    margin: 0 0.5rem;
}

header .column .menu-link-list .menu-link a {
    padding: 0.75rem 2rem;
    border-radius: 2rem;
    background-color: rgba(211, 211, 211, 0.336);
    width: 15rem;
    display: block;
    text-align: center;
    font-weight: bold;
    color: rgb(61, 61, 61);
    transition: color .25s ease, background-color .25s ease;
    font-size: 0.9em;
}

header .column .menu-link-list .menu-link a:hover {
    color: #40802a;
    background-color: #60ae453b;
}

.main-content .content-area {
    width: 100%;
    height: 100%;
    margin: auto;
    border: none;
    border-radius: 2px;
    position: relative;
    overflow-y: auto;
    /* background-color: white; */
}

.content-wrapper {
    width: 100%;
    margin: 2rem auto 5rem;
    padding: 4rem;
    /* overflow: hidden; */
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 2px 3px 0 #0000001c;
}

.content-wrapper.no-max-width {
    max-width: unset;
}

.content-wrapper .button-wrapper {
    margin-top: 4rem;
    display: flex;
}

.content-wrapper .button-wrapper.right {
    justify-content: flex-end;
}

.content-wrapper .button-wrapper.center {
    justify-content: center;
}

/*  */
.input-control {
    margin-bottom: 2.5rem;
}

.input-control textarea {
    resize: none;
}

.input-control button,
.input-control textarea,
.input-control input:not([type="file"]) {
    width: 100%;
}

.input-control textarea,
.input-control input {
    border: none;
    padding: 0.75rem 1.75rem;
    border-radius: 20px;
    border: thin solid lightgray;
    background-color: transparent;
    transition: border-color 0.32s ease;
}

.input-control textarea:focus,
.input-control input:focus {
    border-color: rgb(96, 174, 69);
    box-shadow: none;
}

.input-control textarea:read-only,
.input-control input:read-only {
    background-color: rgba(211, 211, 211, 0.25);
    border: none;
    color: rgb(61, 61, 61);
    cursor: not-allowed;
}


.input-control input~.input-control label {
    color: rgb(34, 34, 34);
}

.input-control label {
    margin-bottom: 0.75rem;
    display: block;
    font-weight: 600;
    color: gray;
}

.input-control .form-error {
    color: red;
    margin-top: 0.5rem;
}

.input-control.prepend > div {
    display: flex;
}

.input-control.prepend > div > div:first-child {
    border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-left-radius: 10rem !important;
    border-bottom-left-radius: 10rem !important;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-right: none !important;
    padding: 0 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-control.prepend > div input {
    border-top-right-radius: 10rem !important;
    border-bottom-right-radius: 10rem !important;
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
}

/* Buttons */

.btn {
    display: inline-block;
    border: thin solid transparent;
    background-color: transparent;
    padding: 1rem 2rem;
    font-weight: 600;
    color: rgb(34, 34, 34);
    border-radius: 0.5rem;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    transition: box-shadow 0.25 ease;
}

.btn:hover {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(96, 174, 69, .25);
}

.btn.primary {
    background-color: rgb(96, 174, 69) !important;
    border-color: rgb(96, 174, 69) !important;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    color: white !important;
}

.btn.primary:hover {
    box-shadow: 0 0 14px 0 #60ae45;
}

.btn.outline-primary {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(96, 174, 69);
    color: rgb(96, 174, 69);
}

.btn.disable {
    padding: .75rem 2rem;
    border-radius: 20px;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #e0e0e0;
}

.btn.accent {
    background-color: transparent;
    border-width: thin;
    border-style: solid;
    border-color: rgb(18, 109, 68);
    color: rgb(18, 109, 68);
}

.btn.link {
    color: rgb(96, 174, 69);
    padding: 0;
    /* font-weight: 400; */
}

.btn.default {
    color: gray;
    background-color: rgba(211, 211, 211, 0.631);
    padding: 0.25rem 1rem;
    border-radius: 0.5rem;
    transition: 0.25s ease background-color;
}

.btn.default:hover {
    background-color: rgba(211, 211, 211, 0.953);
}

.btn.link:hover {
    text-decoration: underline;
}

.btn.resend-btn {
    margin-left: 1.5rem;
    margin-bottom: 0.25rem;
}

button[type=submit] {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.btn.rounded {
    border-radius: 2.5rem !important;
}

.btn.p-md {
    padding: 1rem 2rem;
}

/*  */


.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    /* width:  100%; */
    font-size: 0.85em;
    font-weight: 600;
    color: #424242;
    background-color: #e6e6e6;
    display: inline-block;
    cursor: pointer; /* "hand" cursor */
    padding:  0.5rem 1.5rem;
    /* text-decoration:  underline; */
}

.inputfile:hover + label,
.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #c7c7c7;
}

.input-error {
    border: thin solid #ff00008f;
    background-color: #ff000017;
    box-shadow: 0px 0px 10px 0px #fa9699c2, 0px 0px 4px 0px #f98387;
}

.success-upload {
    color: #125809 !important;
    border: thin solid #46a539 !important;
    background-color: #96e08e !important;
}


/*  */

.alert {
    padding: 0.5rem 1rem;
    text-align: left !important;
    border-style: solid;
    border-width: thin;
    border-radius: 0.4rem;
    display: inline-block;
}


.alert.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.text-danger {
    color: red;
}

/*  */

.heading {
    font-weight: bolder;
    font-size: 2em;
    /* text-align: center; */
    margin-bottom: 6rem;
    color: rgb(70, 70, 70);
}

.section-heading {
    margin: 7rem 0 4rem;
    color: rgb(96, 174, 69);
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-muted {
    color: rgba(34, 34, 34, 0.6);
}

/*  */

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

.font-size-md {
    font-size: 1.2em;
}

.font-size-sm {
    font-size: 0.8em;
}

/*  */
.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.align-flex-end {
    align-items: flex-end;
}

.flex-vertical {
    flex-direction: column;
}

.flex-horizontal>*:not(:last-child) {
    margin-right: 4rem;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}



/*  */

.application-version {
    color: white;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.space {
    flex: 1;
}

/* margin */
.my-7 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.75rem !important;
}

.mb-2 {
    margin-bottom: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 2rem !important;
}

.mb-5 {
    margin-bottom: 3.75rem !important;
}

.mr-1 {
    margin-right: 0.75rem !important;
}

.mr-3 {
    margin-right: 2rem !important;
}


.mr-5 {
    margin-right: 3.75rem !important;
}


.mt-1 {
    margin-top: 0.75rem;
}

.mt-2 {
    margin-top: 1.5rem;
}

.mt-3 {
    margin-top: 2.25rem;
}

.mt-4 {
    margin-top: 3rem;
}

.mt-5 {
    margin-top: 3.75rem;
}

.mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

/* Padding */
.p-0 {
    padding: 0 !important;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

/*  */

.quotes-layout-width {
    max-width: 550px;
    margin: auto;
}

.quotes-layout {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    height: 35rem;
    width: 100%;
    margin: auto;
    text-align: center;
    justify-content: center;
}

.quotes-layout a {
    text-decoration: none;
}

.quotes-layout button {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.quotes-layout div {
    height: 100%;
    display: grid;
    align-items: center;
    padding: 1rem;
    font-weight: bold;
    border: thin solid rgb(200, 200, 200);
    border-radius: 0.4rem;
    background-color: transparent;
    color: rgb(34, 34, 34);

    /* box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.075), ; */
    transition:
        box-shadow 0.35s ease,
        color 0.35s ease,
        background-color 0.35s ease,
        border-color 0.35s ease;
}


.quotes-layout div:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.063);
    cursor: pointer;
    color: rgb(96, 174, 69);
    border-color: rgb(96, 174, 69);
    background-color: rgba(18, 109, 68, 0.2);
}


.quote-price {
    margin-bottom: 3rem;
    letter-spacing: 4px;
    font-size: 3em;
}

.more-info {
    background: rgba(185, 185, 185, 0.3);
    color: rgb(79, 79, 79);
    padding: 1rem 2rem;
    border-radius: 2rem;
    text-decoration: none;
    font-weight: bold;
    transition:
        background-color ease 0.35s,
        color ease 0.35s;
}

.more-info:hover {
    text-decoration: none;
    background: rgba(18, 109, 68, 0.2);
    color: rgb(69, 146, 42);
}


.review .grid-hor-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-auto-flow: column; */
    grid-gap: 10px;
    grid-auto-rows: auto;
    overflow: hidden;
}

.review p {
    margin: 0;
}

#inicident button[type=submit]:disabled {
    background: lightgray;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.493);
}

.policy-check.valid {
    color: rgb(96, 174, 69);
}

.policy-check.invalid {
    color: rgb(252, 50, 44);
}

/* Image */

.desktop .branding {
    max-width: 120px;
}

.mobile .branding {
    width: 90px;
}

.img-resp,
.branding img {
    width: 100%;
    height: auto;
}

.message {
    padding-right: 2rem;
}


/* Icons */
.ico::after,
.ico::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.message-ico {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;

}

.message-ico::after {
    content: '\f00d';
    margin-right: 0.5rem;
    position: absolute;
    top: 0.2rem;
    right: 0rem;
    font-size: 0.75em;
}


.ico-hamburger-menu::before {
    content: '\f0c9';
    max-width: 130px;
    font-weight: 900;
    font-size: 24px;
}

.print-ico::before {
    content: "\f02f";
    margin-right: 0.5rem;
}

.envelope-ico::before {
    content: "\f0e0";
    margin-right: 0.5rem;
    font-weight: 400;
}

.download-ico::before {
    content: "\f56d";
    margin-right: 0.5rem;
}


.user-ico::before {
    content: '\f007';
    margin-right: 0.75rem;
}

.lock-ico::before {
    content: '\f023';
    margin-right: 0.75rem;
    font-weight: 900 !important;
}

.plus-ico::before {
    content: "+";
    margin-right: 0.5rem;
}


.no-eye-visible,
.eye-visible {
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: gray;
    cursor: pointer;
}

.eye-visible::after {
    display: inline-block;
    content: '\f06e';
    font-weight: 900 !important;

}

.no-eye-visible::after {
    display: inline-block;
    content: '\f070';
    font-weight: 900 !important;
}

.history-ico::before {
    content: '\f1da';
    margin-right: 0.5rem;
}

.color-primary {
    color: rgb(96, 174, 69);
}


ul.file-list {
    margin-top: 1rem;
}

ul.file-list>li {
    display: inline-block;
}

ul.file-list>li:not(:last-child) {
    margin-right: 1rem;
}

.resend-email-contiainer .input-control {
    min-width: 50%;
}

.password-strength {
    width: 100%;
    height: 0.5rem;
    border-radius: 0.5rem;
    background-color: lightgray;
    margin-top: 1rem;
    margin-bottom: 3rem;
    overflow: hidden;
}

.password-strength-bar {
    display: block;
    width: 0%;
    height: 100%;
    background-color: #29B6F6;
    transition: width 0.25s ease-out, color 0.25s ease-out;
}

.password-visibility {
    position: relative;
}

.blurb {
    font-size: 1.1em;
    line-height: 1.75;
}

.preview-upload {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 15rem 15rem 0rem 0rem !important;
    background-size: cover;
    margin: 0rem 0rem 0rem 0rem;
}

.preview-upload.sm {
    background-repeat: no-repeat;
    background-size: 8rem auto;
    padding: 8rem 8rem 0rem 0rem !important;
    border: thin solid lightgray;
}




.mobile {
    display: none !important;
}

.desktop {
    display: block;
}

.accordian-btn {
    width: 100%;
    text-align: left;
    font-weight: bold;
    background: none;
    border: none;
}


.accordian-header {
    padding: 0;
    display: flex;
    /* background-color: #60ae45; */
}

.accordian-header > * {
    white-space: nowrap;
}

.limits-info table tr:nth-child(2n+1) td:last-child,
.risk-info table tr:nth-child(2n+1) td:last-child{
    padding-right: 3rem;
}

.limits-info table tr:nth-child(2n+1) td:last-child,
.risk-info table tr:nth-child(2n+1) td:last-child,
.accordian-header .accordian-btn {
    position: relative;
}

.limits-info table tr:nth-child(2n+1) td:last-child::after,
.risk-info table tr:nth-child(2n+1) td:last-child::after,
.accordian-header .accordian-btn::after {
    content: "\f107";
    color: #333;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    position: absolute;
}

.limits-info table tr:nth-child(2n+1)[aria-expanded="true"] td:last-child::after,
.risk-info table tr:nth-child(2n+1)[aria-expanded="true"] td:last-child::after,
.accordian-header .accordian-btn[aria-expanded="true"]::after {
    content: "\f106";
}

.breadcrumb-wrapper {
    margin-top: 2rem !important;
    padding: 1rem 1.75rem !important;
    margin-bottom: 1rem !important;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 3px 0 #0000001c;
}

.breadcrumb-wrapper-1 {
    overflow: hidden;
    max-height: 0;
    height: auto;
    transition: max-height 400ms ease;
    padding: 10px 0px 0px 0px;
    background-color: white;
}

.breadcrumb-wrapper-1.open {
    max-height: 100px;
}

.breadcrumb {
    background-color: transparent !important;
    margin: 0rem !important;
    padding: 0.5rem !important;
    justify-content: initial;
}

.breadcrumb .divider {
    margin: 0 0.5rem;
}


.nowrap {
    white-space: nowrap;
}

.risk-info tr {
    cursor: pointer;
}

.risk-excess.open {
    font-size: 1em;
}

.risk-excess {
    overflow: hidden;
    max-height: 0;
    height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.risk-excess.open td {
    padding: 1.5rem;
}

.risk-excess td {
    padding: 0;
    transition: padding 0.25 ease-out;
}

.sep {
    border-bottom: thin solid rgba(211, 211, 211, 0.473);
    padding: 0 !important;
    margin: 1rem 0 !important;
}


.dataTables_wrapper input[type="search"] {
    padding: 1.5rem 1rem;
    font-size: 14px;
    border-radius: 2rem;
}

.dataTables_wrapper select {
    font-size: 14px;
}

.custom-select-sm {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 2em;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 1em;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 1.6em;
}


.page-item.active .page-link {
    background-color: #60ae45;
    border-color: #60ae45;
}

.page-link {
    color: #60ae45;
    padding: .75rem 1.5rem;
}

.page-link:hover {
    color: #60ae45;
}

/* Dialogs */

.error-dialog,
.info-dialog {
    display: flex;
    padding: 1rem 4rem;
    border-radius: 0.4rem;
}

.error-dialog::before,
.info-dialog::before {
    font-family: 'Font Awesome\ 5 Free';
    font-size: 1em;
    font-weight: 600;
    margin-right: 4rem;
    line-height: 3.5rem;
}

.info-dialog > p,
.error-dialog > p {
    line-height: 3.5rem;
    margin: 0;
}

.info-dialog {
    background-color: #D9EDF7;
    color: #30708F;
}

.error-dialog {
    display: none;
    background-color: #ffcaca;
    color: #bd0000;
    border: thin solid #ff00008f;
}

.error-dialog.show {
    display: inline-block !important;
}


.info-dialog::before {
    content: "\f05a";
}

.eppley-contract ol > li:not(:last-child) {
    margin-bottom: 1rem;
}

.scroll-content {
    max-height: 40rem;
    overflow-y: scroll;
    padding: 3rem 4rem;
    line-height:  2;
    font-size:  0.9em;
}


@media screen and (max-width: 768px) {

    .menu-column,
    .user-column > p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .containment {
        background-color: white;
    }

    .md-hide {
        display: none;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    header .user-column .user-dropdown {
        width: unset;
    }

    .intro-text-wrapper {
        margin: 0rem 2rem 3rem !important;
        padding-top: 3rem !important;
    }

    .intro-text {
        font-size: 2em !important;
    }

}

@media screen and (max-width: 425px) {

    .flex-vert-md {
        flex-direction: column;
        align-items: end;
    }

    .text-claim-md {
        text-align: start;
        padding: 0 !important;
        margin-top: 2rem;
    }

    .mobile-lg-hide {
        display: none;
    }

    .breadcrumb-wrapper {
        margin: 0 1rem;
        margin-top: 1rem !important;
        display: none !important;
    }

    .policyholder-profile {
        flex-direction: column;
    }

    .policyholder-profile > div {
        margin-bottom: 2rem;
        margin-right: 0 !important;
    }

    .dashboard-icons-container {
        flex-wrap: wrap;
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .dashboard-icons-container h3 {
        display: none;
    }

    .dashboard-icons-container .dashboard-icon {
        width: 115px;
        margin-bottom: 2rem !important;
    }


    /* .chart-wrapper canvas {
        height: 400px !important;
    } */

    .global-policy-info > div:first-child {
        flex-direction: column;
    }

    .accordian-btn {
        white-space: normal;
        padding-right: 4rem;
        font-size: 0.85em;
    }

    .billing-info {
        flex-direction: column;
        margin-top: 3rem !important;
    }

    .billing-info > div:first-child {
        margin-right: 0 !important;
    }

    .billing-info .billing-details {
        min-width: 100% !important;
    }

    .amount-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
    }

    .amount-wrapper > p:first-child {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .exp-cvv {
        flex-direction: column;
    }

    .exp-cvv > div {
        margin-right: 0 !important;
    }

    .content-wrapper {
        margin: auto;
        margin-bottom: 1rem;
        padding: 2rem;
        padding-bottom: 8rem;
        box-shadow: none;
    }

    .branding {
        max-width: 100px;
    }

    .branding~h2 {
        font-size: 18px;
    }

    .flex-horizontal:not(.maintain-flex) {
        flex-direction: column !important;
    }

    .flex-horizontal:not(.maintain-flex)>* {
        margin-right: unset !important;
    }

    .content-wrapper .button-wrapper {
        flex-direction: column-reverse !important;
        margin-bottom: 0rem;
    }

    .content-wrapper .button-wrapper button,
    .content-wrapper .button-wrapper a {
        text-align: center;
        width: 100%;
    }

    .content-wrapper .button-wrapper>* {
        margin-bottom: 2rem;
    }

    .inputfile + label {
        width: 100%;
    }
}