/*********************  Default-CSS  *********************/

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"],
a[href],
input[type="submit"],
input[type="button"],
input[type="image"],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}

::-moz-focus-inner {
    border: 0px solid transparent;
}

::-webkit-focus-inner {
    border: 0px solid transparent;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

html body {
    font-family: "Lato", sans-serif;
    margin: 0;
    line-height: 1.3;
    /*background: rgb(247, 240, 214);*/
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.no-list li,
.no-list ul,
.no-list ol,
footer li,
footer ul,
footer ol,
header li,
header ul,
header ol {
    list-style: inside none none;
}

.no-list ul,
.no-list ol,
footer ul,
footer ol,
header ul,
header ol {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #555;
}

a:hover {
    color: #000;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul:after,
li:after,
.clr:after,
.clearfix:after,
.container:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: "Lato", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Lato", sans-serif;
    line-height: 120%;
    color: #333;
    font-weight: bold;
    margin: 0 0 15px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 16px;
    color: #333;
    padding: 2px 5px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p {
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 600;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: bold;
}

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

.a-right {
    text-align: right;
}

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

label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

body .container {
    width: 100%;
    max-width: 1377px;
}

@media only screen and (min-width: 600px) {
    /* body .container {
        margin-left: 10px;
    } */
}

/*********************  scroll Hide  *********************/
html.show-menu {
    overflow: hidden;
}

html.show-menu body {
    overflow: hidden;
    height: 100%;
}

/*********************  Default-CSS close  *********************/

/*********************  Gapping  *********************/
section {
    padding-bottom: 60px;
    padding-top: 60px;
}

/*********************  Gapping close  *********************/

/*********************  Default-CSS  *********************/

/*********************  Common-Css  *******************/
.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

/*.form-control:focus {
    box-shadow: none !important;
    background: #ebebbe;
    border: 1px solid #cfcfa7;
}*/

/*********************  Common-Css Close  *******************/

/*********************  Header  *******************/
.headerbottom {
    background: #777777;
    /* height: auto; */
    padding: 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerbottom .container {
    margin: 0px 10px;
}
.headerbottom h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    /* identical to box height, or 65% */
    color: #ffffff;
}

.topheader {
    background: #8dc63f;
    height: 33px;
}

.headerimg {
    padding: 13px 0px;
}
@media (max-width: 568px) {
    .headerlogo {
        margin: 0px !important;
    }
}
.headerlogo {
    margin: 0px 10px;
}

html:hover .cursor {
    opacity: 1;
}

a {
    transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.address {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 73% */
    color: #000000;
    padding: 42px;
    background: #8dc63f;
    border-radius: 0px 48px 0px 0px;
}

.directlogin {
    text-align: center;
}

.address p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 37px;
    /* or 73% */
    color: #000000;
    border-bottom: 5px solid #f8f6f6;
    padding-bottom: 30px;
}

.directlogindetail {
    max-width: 596px;
    border-radius: 5px;
    background: #0000;
    padding: 50px;
    margin: auto;
    /*background: rgba(167, 207, 56, 0.15);*/
}

/* .directlogindetail span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 36px;
} */

.email input {
    background: #0000;
    border: 1px solid #00000024;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000;
    padding-left: 13px;
    margin-bottom: 5px;
}

.email {
    margin-bottom: 22px;
}

.email a {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000;
    /* margin-left: 10px; */
    display: flex;
    margin-top: 5px;
}

ul#pills-tab button {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.35);
    font-family: "Lato", sans-serif;
}

ul#pills-tab button.active {
    color: #000000;
    background: transparent;
    border-bottom: 2px solid #77777796 !important;
    border: none;
}

.btngreen {
    width: 140px;
    height: 42px;
    background: #8dc63f;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
    justify-content: center;
    border: 2px solid black;
}
@media (max-width: 568px) {
    .btngreen {
        font-size: 12px !important;
    }
}
ul#pills-tab {
    margin-bottom: 28px !important;
    margin-top: 18px;
}

.getaquote p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
    margin-bottom: 11px;
}

.getaquote {
    border-top: 4px solid black;
    padding-top: 13px;
    margin-top: 45px;
}

a.btnblue {
    width: 200px;
    height: 42px;
    background: #004183;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 82% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 568px) {
    a.btnblue {
        font-size: 12px !important;
    }
}
.directlogin {
    margin-top: 70px;
}

section {
    overflow-x: hidden;
}

section.loginsec {
    padding-bottom: 0;
    padding-top: 40px;
}

footer.footer {
    background: #8dc63f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 20px;*/
}

footer.footer h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    /* or 69% */
    color: #000000;
    margin: 0;
}

footer.footer p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    /* or 92% */
    text-align: left;
    color: #000000;
}

footer.footer {
    border-top: 12px solid #777777;
}

footer.footer p {
    margin-left: 130px;
    padding-left: 60px;
    border-left: 2px solid #ffffff;
}

section.dashboarddirect {
    padding: 0;
}

.dashboard {
    background: #edf5d7;
    padding-top: 32px;
    height: 100%;
}

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

aside ul a {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
    padding: 15px 26px;
    width: 100%;
}

.dashboard ul li {
    height: 50px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    /* padding: 15px 26px; */
}

.dashboard ul li img {
    margin: 0;
    margin-right: 12px;
}

.dashboard ul li.active {
    background: #8dc63f;
}

.dropdown,
.dropdown2 {
    /* margin: 2em auto; */
    width: 14.5em;
    /* border: 0.1em solid #c0cdd1; */
    width: 126px;
    height: 56px;
}

.dropdown a,
.dropdown2 a {
    display: block;
    padding: 0.5em;
    color: #000;
    text-decoration: none;
}

.dropdown a:focus,
a:hover,
.dropdown2 a:focus,
a:hover {
    background: #ecf0f1;
}

.dropdown a:active,
.dropdown2 a:active {
    background: #fbfcfc;
}

/*List*/
.dropdown ul,
.dropdown2 ul {
    display: none;
    border-top: 0.1em solid #c0cdd1;
}

.dropdown li,
.dropdown2 li {
    padding: 0.5em;
    cursor: pointer;
}

.dropdown li:not(:first-child),
.dropdown2 li:not(:first-child) {
    border-top: 0.1em dashed #dde4e6;
}

.dropdown li:active,
.dropdown2 li:active {
    background: #fbfcfc;
}

.dropdown2 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(167, 207, 56, 0.26);
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
}

.dropdown a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(167, 207, 56, 0.26);
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
}

.fromyear {
    display: flex;
    align-items: center;
}

ul.js-dropdown-list {
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
}

ul.js-dropdown-list li {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
}

ul.js-dropdown-list2 li {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
    /* background: rgba(167, 207, 56, 0.15); */
    /* border: 1px solid #FFFFFF; */
    /* border-radius: 8px; */
}

ul.js-dropdown-list2 {
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
}

.from {
    margin: 0 39px 0 0;
}

.fromyear {
    margin: 72px 0px 80px;
}

ul.js-dropdown-list {
    list-style: none;
    padding: -0;
}

.accordion-container {
    position: relative;
    max-width: 1228px;
    height: auto;
    margin: 0px 38px;
}

.accordion-container > h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.set > a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set > a i {
    float: right;
    margin-top: 2px;
}

.set > a.active {
    /* background-color: #3399cc; */
    /* color: #fff; */
    border-bottom: 1px solid;
}

.content {
    /* background-color: #fff; */
    /* border-bottom: 1px solid #ddd; */
    display: none;
}

.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.accordion-container {
    margin-bottom: 141px;
}

.set a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
    padding: 0;
    border: none;
    font-family: "Lato", sans-serif;
}

.set {
    background: #edf5d7;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 5px;
    overflow: hidden;
}

ul.js-dropdown-list2 {
    padding: 0;
    list-style: none;
}

ul.js-dropdown-list,
ul.js-dropdown-list2 {
    z-index: 999999;
    position: relative;
    background: #e8f3cb;
}

.fromyear {
    margin-left: 40px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.content p {
    font-family: "Lato", sans-serif;
}

a.active:hover {
    background: transparent;
}

ul.policydetail {
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
}

ul.policydetail li {
    width: 33%;
    margin-bottom: 30px;
}

.content {
    padding: 25px 56px 0 56px;
    background: white;
}

.set a {
    padding: 15px 60px 15px;
}

ul.policydetail li h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: "Lato", sans-serif;
    margin-bottom: 19px;
}

ul.policydetail li p {
    padding: 0 10px 0 0;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 122% */
    color: #000000;
    word-break: break-word;
}

.agentlist, .adminlist {
    margin-top: 70px;
    margin-left: 30px;
}

.agentheading h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: "Lato", sans-serif;
    margin-bottom: 10px;
}

.agentheading p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
}

.agentheading {
    margin-bottom: 20px;
}

.agentinput {
    display: flex;
    align-items: center;
}

.agentinput button {
    width: auto;
    padding: 10px 15px;
}

.agentinput input {
    width: 400px;
    background: rgb(255 255 255);
    border: 1px solid #00000024 !important;
    border-radius: 8px;
    height: 48px;
    margin-right: 16px;
    padding-left: 20px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.agentinput {
    margin-bottom: 30px;
}

.filter h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: "Lato", sans-serif;
    margin-bottom: 26px;
}

ul.detailfilter {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.ui.form {
    max-width: 700px;
    width: 100%;
}

ul.detailfilter li {
    width: 23%;
}

ul.detailfilter .dropdown {
    width: 300px;
    margin-top: 10px;
}

.ui.input input {
    width: 300px;
    background: white !important;
    border: 1px solid #00000024;
    border-radius: 8px;
    height: 45px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
}

ul.detailfilter li:last-child {
    width: 43%;
}

.ui.input.left.icon i {
    font-size: 16px;
}

ul.detailfilter .dropdown a {
    height: 56px;
}

ul.detailfilter span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 0px !important;
    display: flex;
}

.ui.input.left.icon input {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    background: rgba(167, 207, 56, 0.15);
}

.ui.form label {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.ui.form label {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 10px !important;
}

table.lineofbusiness {
    margin-top: 80px;
    width: 100%;
    max-width: 1415px;
}

table.lineofbusiness thead tr {
    background: rgba(167, 207, 56, 0.26);
    border-radius: 5px;
}

table.lineofbusiness th {
    padding: 24px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 110% */
    color: #000000;
}

table.lineofbusiness tbody td {
    /* width: 154px; */
    /* height: 56px; */
    /* background: rgba(167, 207, 56, 0.15); */
    /* border: 1px solid #FFFFFF; */
    /* border-radius: 8px; */
    /* display: flex; */
    padding: 10px;
}

.lineofbussinessheading h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height */
    letter-spacing: -0.02em;
    color: #000000;
}

.lineofbussinessheading {
    margin: 25px 0px 20px;
}

table.lineofbusinessdetail {
    width: 100%;
    max-width: 1440px;
    margin-bottom: 55px;
}

table.lineofbusinessdetail td {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
    padding: 10px;
}

table.lineofbusinessdetail tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.directprofile h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 110% */
    color: #000000;
    margin-bottom: 20px;
}

.profilename input {
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #777777;
    max-width: 654px;
    height: 56px;
    width: 100%;
    margin-right: 15px;
    padding-left: 15px;
}

.directprofile {
    width: 100%;
}

.profilename {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.fromyear.editdetail {
    display: block;
}

.directprofile h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 129% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
}

a.btndownload {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* or 100% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #ffffff;
    padding: 12px 18px;
    width: 190px;
    height: 55px;
    background: #004183;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0;
}

table.lineofbusiness tbody td span {
    width: 154px;
    height: 56px;
    background: rgba(167, 207, 56, 0.15);
    border-radius: 8px;
    display: flex;
}

table.accordion-document {
    width: 100%;
    max-width: 1228px;
    margin-bottom: 80px;
}

table.accordion-document thead tr {
    background: rgba(167, 207, 56, 0.26);
    height: 71px;
}

table.accordion-document thead tr th {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 110% */
    color: #000000;
    padding: 10px 10px 10px 60px;
}

table.accordion-document tbody td {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
    padding: 10px 10px 10px 60px;
}

table.accordion-document tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

table.accordion-document tbody tr a {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #004183;
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

table.accordion-document tbody td img {
    margin-right: 10px;
}

.agentlist .accordion-container, .adminlist .accordion-container {
    margin-left: 0;
}

.onlineapplication h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 92% */
    color: #000000;
}

.onlineapplication {
    margin: 45px 0px;
}

ul.progresstick {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
}

ul.progresstick span {
    background: #e2e1e1;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
}

ul.progresstick li.active span {
    background-color: #8dc63f;
    /* border: 17px solid #8dc63f; */
}

ul.progresstick h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: "Lato", sans-serif;
    margin-top: 11px;
}

ul.progresstick:after {
    content: "";
    position: absolute;
    top: 14px;
    width: 94%;
    border: 3px solid #77777733;
    z-index: -9;
    left: 50%;
    transform: translateX(-50%);
}

ul.progresstick:before {
    left: 10px;
    top: 14px;
    content: "";
    position: absolute;
    width: 44%;
    border: 3px solid #8dc63f;
    z-index: -1;
    /* transform: translateX(-50%); */
}

.profiledetail input {
    width: 100%;
    /*background: rgba(167, 207, 56, 0.15);*/
    border: 1px solid #00000024;
    border-radius: 8px;
    height: 45px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #777777;
    padding-left: 17px;
    margin-bottom: 4px;
    margin-top: 10px;
}

.profiledetail h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000;
    margin-bottom: 0;
    margin-top: 0px;
}

.mailingadd {
    border: 1px solid #0000001f;
    border-radius: 10px;
    padding: 10px 30px 0px 20px;
    margin-bottom: 10px;
}

.profilemaindetail {
    /* border-right: 1px solid #000000; */
    padding-right: 100px;
    padding-top: 40px;
    position: relative;
}

.tobeheading {
    background: #8dc63f;
    border: 1px solid #0000001f;
    border-radius: 8px;
    padding: 16px 24px;
}

.tobeheading h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000;
}

.tobealigible ul {
    /*background: rgba(167, 207, 56, 0.15);*/
    border-radius: 10px;
    list-style: none;
    padding: 1px 20px;
}

.tobealigible ul p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
    margin: 10px 0 15px;
}

.tobealigible {
    margin-bottom: 30px;
}

table.tableoption {
    width: 100%;
    margin-bottom: 17px;
}

table.tableoption thead tr th {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 157% */
    color: #000000;
    padding: 6px;
    border: 1px solid;
}

table.tableoption tbody td {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 157% */
    color: #000000;
    border: 1px solid;
    padding: 6px;
}

.option {
    display: flex;
    align-items: center;
}

.option input {
    margin-right: 7px;
}

.followingoption h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 157% */
    color: #000000;
    text-align: center;
}

.followingoption {
    /*background: rgba(167, 207, 56, 0.15);*/
    border-radius: 10px;
    padding: 11px 22px;
}

table.tableoption thead tr th:first-child {
    border-left: none;
}

table.tableoption thead tr th:last-child {
    border-right: none;
}

table.tableoption tbody tr td:last-child {
    border-right: none;
}

table.tableoption tbody tr td:first-child {
    border-left: none;
}

.followingoption p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000;
    margin: 10px 0px;
}

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

.profiledetail .optionfee input {
    margin-right: 6px;
    background: #c3cbcd;
    height: 35px;
    width: 25px !important;
    border-radius: 0;
    border: none;
}

.optionfee {
    display: flex;
    align-items: center;
}

table.tableoption td p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000 !important;
}

tr.total td {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000;
}

tr.border td {
    border-top: none !important;
}

tr.border {
    border: none !important;
}

.followingoption.fraud p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
    margin-bottom: 0px;
}

.followingoption.fraud.mb-4 {
    border: 1px solid #000000;
}

.confirmdate span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000;
    margin-bottom: 70px;
    display: block;
}

.confirmdate p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
    margin-bottom: 44px;
}

.btncontinue {
    background: #8dc63f;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
}
@media (max-width: 568px) {
    .btncontinue {
        font-size: 12px !important;
    }
}
.confirmdate {
    margin-bottom: 50px;
}

.onlineapplication.payment p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: "Lato", sans-serif;
}

.onlineapplication.payment h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: "Lato", sans-serif;
    margin-bottom: 12px;
}

.onlineapplication.payment p {
    margin-bottom: 20px;
}

.onlineapplication.payment ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 18px;
}

p.text-right {
    text-align: right;
}

.onlineapplication.payment ul {
    padding-left: 40px;
    margin-bottom: 57px;
}

p.thankyou {
    padding: 10px 0px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 60px !important;
}

.onlineapplication.paymentunsuccess h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #ff0000;
    font-family: "Lato", sans-serif;
    margin-bottom: 14px;
}

.onlineapplication.paymentunsuccess p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 30px;
    font-family: "Lato", sans-serif;
}

.onlineapplication.paymentunsuccess h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #ff0000;
    margin-bottom: 20px;
}

.onlineapplication.paymentunsuccess .retrypayment p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    /* identical to box height */
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0;
}

.retrypayment {
    margin-top: 84px;
    display: flex;
    align-items: center;
}

.retrypayment a {
    width: auto;
    padding: 0 20px;
    margin-left: 20px;
}

div.checkbox.switcher label,
div.radio.switcher label {
    padding: 0;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 129% */
    letter-spacing: 0.2px;

    /* Light / Black */
    color: #373f41;
    font-family: "Lato", sans-serif;
}

div.checkbox.switcher label *,
div.radio.switcher label * {
    vertical-align: middle;
}

div.checkbox.switcher label input,
div.radio.switcher label input {
    display: none;
}

div.checkbox.switcher label input + span,
div.radio.switcher label input + span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 20px;
    background: #f2f2f2;
    border: 1px solid #eee;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    background: #c3cbcd;
}

div.checkbox.switcher label input + span small,
div.radio.switcher label input + span small {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
}

div.checkbox.switcher label input:checked + span,
div.radio.switcher label input:checked + span {
    border-color: #8dc63f;
    background: #8dc63f;
}

div.checkbox.switcher label input:checked + span small,
div.radio.switcher label input:checked + span small {
    left: 50%;
}

.checkbox.switcher input:checked + .true {
    display: none;
}

div.checkbox.switcher label input:checked + span + .true {
    display: block;
}

div.checkbox.switcher label input:checked + span + .false + .true {
    display: inline-flex;
}

span.true {
    display: none;
}

div.checkbox.switcher label input:checked + span + .false {
    display: none;
}

div.checkbox.switcher label input + span + .false + .true {
    display: none;
}

ul.switch li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.switch p {
    font-family: Lato, sans-serif;
    font-size: 16px;
}

.checkbox.switcher {
    margin-left: 20px;
}

ul.switch li:after {
    display: none;
}

.checkconfirm {
    display: flex;
    margin-bottom: 25px;
}

.checkbox.switcher label span {
    margin: 0;
}

.checkconfirm .checkbox.switcher {
    margin-left: 0;
    margin-right: 20px;
}

ul.progresstick.reviewapp:before {
    width: 70%;
}

.print span {
    margin: 0;
    margin-right: 70px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
    font-family: "Lato", sans-serif;
}

.print {
    display: flex;
    align-items: center;
}

.print span img {
    margin-right: 16px;
}

.print a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
    background: #8dc63f;
    border-radius: 13.5px;
    padding: 10px 20px;
}

.print a img {
    margin-left: 38px;
}

.directlogindetail {
    border-radius: 29px;
    height: 676px;
}

.directlogindetail.forgotmail p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
}

a.viewmore {
    font-size: 16px;
    padding: 0;
    color: #7b7bff;
}

a:hover {
    background: none;
}

.modal-header {
    border: none;
}

.modal-content {
    padding: 20px 40px;
}

.tocomplete h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 110% */
    color: #000000;
    margin-bottom: 20px;
}

.tocomplete ul li {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 110% */
    color: #000000;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.tocomplete ul li input {
    /* margin-bottom: 15px; */
}

.tocomplete ul {
    padding: 0;
    /*margin-bottom: 20px;*/
}

.tocomplete ul li input[type="radio"] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.tocomplete p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height */
    letter-spacing: -0.02em;
    color: #000000;
    font-family: "Lato", sans-serif;
}

.uploadfiles a {
    padding: 12px 18px;
    background: #8dc63f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
    font-family: "Lato", sans-serif;
    margin-right: 9px;
}

.uploadfiles input {
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
    width: 192px;
    height: 56px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #777777;
}

.uploadfiles {
    display: flex;
    align-items: center;
}

.fileupload {
    position: relative;
}

.fileupload:after {
    content: "No file chosen";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(231 242 199);
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #777777;
    z-index: -9;
}

.fileupload input {
    opacity: 0;
}

.tocomplete h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 110% */
    color: #000000;
    margin-bottom: 20px;
}

.tocomplete ul li {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 110% */
    color: #000000;
}

.tocomplete ul {
    list-style: none;
    padding: 0;
}

.tocomplete ul li input[type="radio"] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.tocomplete ul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.tocomplete p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height */
    letter-spacing: -0.02em;
    color: #000000;
    /*margin-top: 30px;*/
}

.uploadfiles {
    display: flex;
    align-items: center;
}

.uploadfiles a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
    background: #8dc63f;
    padding: 22px 18px;
    display: inline-flex;
    margin-right: 10px;
    border-radius: 10px;
}

.uploadfiles input {
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0 !important;
}

.fileupload {
    position: relative;
}

.fileupload:after {
    content: "No file chosen";
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f8e1;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #777777;
    z-index: -9;
}

.comregister p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* or 100% */
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    color: #000000;
}

ul.registerinput input {
    /*background: rgba(167, 207, 56, 0.15);*/
    border-radius: 8px;
    width: 100%;
    border: none;
    /*height: 56px;*/
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #777777;
    padding-left: 20px;
    border: 1px solid #0000001f;
}

.comregister button {
    background: #8dc63f;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
    padding: 12px;
    display: inline-flex;
    border: none;
    margin: 10px 0px 50px;
    border: 1px solid #0000001f;
}

ul.registerinput li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    letter-spacing: 0.004em;
    color: #d50000;
    font-family: "Lato", sans-serif;
    padding-left: 18px;
}

section.dashboarddirect .col-lg-2 {
    width: 300px;
}

section.dashboarddirect .col-lg-10 {
    width: calc(100% - 300px);
}

button a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.col-lg-6 .container {
    max-width: 700px;
    width: 100%;
}

div#rangestart {
    margin-top: 20px;
}

div#rangeend {
    margin-top: 20px;
}

select.selectdate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(167, 207, 56, 0.26);
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    width: 126px;
    height: 40px;
}

ul.detailfilter select {
    width: 100%;
    height: 45px;
    margin-top: 0px !important;
    border: 1px solid #00000024;
    border-radius: 10px;
    padding: 10px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    /*background: rgba(167, 207, 56, 0.15);*/
}

select.selectdirect {
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #777777;
    max-width: 654px;
    height: 56px;
    width: 100%;
    margin-right: 15px;
    padding-left: 15px;
}

.active {
    display: block !important;
}

.active_progress::before {
    width: 72% !important;
}

label#date-error {
    margin-top: 5px;
    display: flex;
}

.ui.input.left.icon {
    display: block;
}

table.tableoption {
    position: relative;
    margin-bottom: 40px;
}

table.tableoption label#price-error {
    position: absolute;
    bottom: -45px;
    top: auto;
}

.optionfee {
    position: relative;
    display: flex;
    align-items: center;
}

label#convenience_fee-error {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
}

/*********************  Header Close  *******************/
/*new css*/
.procomment,
.procom,
.procom2 {
    position: relative;
}

.procomment p,
.procom p,
.procom2 p {
    background: #8dc63f;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 21px */
    color: #000000;
    padding: 8px;
    border-radius: 10px;
    position: relative;
    opacity: 0;
    margin-left: 15px;
}

.procomments p {
    background: #8dc63f;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 21px */
    color: #000000;
}

.procomments p.active {
    display: block;
}

.procomment,
.procom,
.procom2,
.procprof {
    display: flex;
    width: 100%;
    position: absolute;
    align-items: flex-start;
    top: 40px;
}

.procomments {
    display: flex;
}

.procomment span,
.procom span,
.procom2 span {
    margin-right: 21px;
    /* margin-top: 14px; */
}

.profilemaindetail:after {
    content: "";
    position: absolute;
    right: 26%;
    top: 50%;
    width: 1px;
    height: 100%;
    background: black;
    transform: translateY(-50%);
}

.procomment p:after,
.procom p:after,
.procom2 p:after {
    /* content: ""; */
    width: 13px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: -6px;
    position: absolute;
    background: #8dc63f;
    z-index: -9;
}

.procom {
    margin-top: -23px;
}

.procomment {
    margin-top: 0px;
}

.profiledetail .option input {
    width: 20px !important;
    height: 20px;
    margin-bottom: 0;
}

.optionfee input {
    margin-bottom: 0;
}

.procomment p.active,
.procom p.active,
.procom2 p.active {
    opacity: 1;
}

section.dashboarddirect label.error {
    position: relative;
    top: 0px;
}

.comregister p {
    margin-bottom: 30px;
    font-size: 16px;
}

ul.registerinput li {
    display: block;
}

ul.registerinput label {
    font-size: 16px;
    margin-top: 12px;
}

div.checkbox.switcher label input + label + span,
div.radio.switcher label input + label + span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 20px;
    background: #f2f2f2;
    border: 1px solid #eee;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    background: #c3cbcd;
    min-width: 36px;
}

div.checkbox.switcher label input + label + span small,
div.radio.switcher label input + label + span small {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
}

div.checkbox.switcher label input:checked + label + span,
div.radio.switcher label input:checked + label + span {
    border-color: #8dc63f;
    background: #8dc63f;
}

div.checkbox.switcher label input:checked + label + span small,
div.radio.switcher label input:checked + label + span small {
    left: 50%;
}

div.checkbox.switcher label input:checked + label + span + .false + .true {
    display: inline-flex;
}

body div.checkbox.switcher label input + label + span + .false + .true {
    display: none;
}

div.checkbox.switcher label input:checked + label + span + .false {
    display: none;
}

label#eligible_7-error {
    position: absolute;
    left: 0;
    bottom: 11px;
    top: auto;
    color: red;
    left: 19px;
}

ul.switch {
    position: relative;
    padding-bottom: 37px;
}

label#terms-error {
    color: red;
    bottom: -30px;
    position: absolute;
    top: 25px;
}

.checkconfirm {
    position: relative;
}

label#eligible_4-error {
    position: absolute;
    left: 16px;
    bottom: 7px;
    top: auto;
    color: red;
}

.requesttool {
    display: flex;
    align-items: center;
    position: relative;
}

.requesttool .procom {
    right: 0;
    left: auto;
    position: relative;
    width: auto;
    top: 0;
    transform: translate(10px, 10px);
}

.requesttool .procom span {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
}

.requesttool p {
    position: absolute;
    top: -127px;
    width: auto;
    left: 300px;
    right: -250px;
}

.requesttool p:after {
    display: none;
}

.ui.input.left.icon i {
    position: absolute !important;
    left: 0 !important;
}

.ui.input.left.icon label {
    position: absolute;
    right: 0;

    top: auto;
    width: 100%;
    left: auto;
}

.procom p {
    background: #8dc63f;
    border-radius: 10px;
    padding: 10px;
}

.requesttool {
    position: relative;
}

.procom {
    display: flex;
    position: absolute;
    top: 60px;
    right: -10px;
    left: auto;
}

.procom.requestinfo p {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
    width: 500px;
    top: auto;
}

.procom span {
    display: flex;
    justify-content: flex-end;
    /* margin-left: 10px; */
}

.procom p {
    display: none;
}

.procom p.active {
    display: block;
}

.col-lg-3 {
    position: relative;
}

.oilapplicationdetail {
    margin-bottom: 0px;
}

.add {
    margin-bottom: 10px;
}

section.policynumber_detail {
    padding-bottom: 120px;
    padding-top: 160px;
}

.profiledetail .option input {
    margin-top: 0;
}

.optionfee input {
    margin-top: 0;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(255, 255, 255) url("/assets/images/loading.gif") no-repeat
        50% 50%;
    /* -webkit-transition: background-color 0; */
    z-index: 9999;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.sendcode {
    display: flex !important;
}

li.sendcode .btngreen {
    width: 183px;
    /*height: 56px;*/
    color: black !important;
    border-radius: 10px;
    padding: 0 !important;
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #0000001f;
}
@media (max-width: 568px) {
    li.sendcode .btngreen {
        font-size: 12px !important;
    }
}

li.sendcode input {
    margin: 0 !important;
}

li.sendcode {
    margin-bottom: 15px !important;
}

li.sendcode .btngreen:hover {
    background: #8dc63f;
}

.directlogin img {
    max-width: 590px;
}

.error {
    font-size: 16px;
}

::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8dc63f;
}

ul.registerinput {
    padding: 0;
}

a.btngreen.btnverify {
    width: 290px;
}
/* @media (min-width: 568px) {
    a.btngreen.btnverify {
        width: 335px !important;
    }
} */

ul.registerinput li {
    margin-bottom: 30px;
}

.registered {
    align-items: center;
    margin-bottom: 20px;
}

.registered p {
    margin: 0;
}

label#policy_number-error {
    position: absolute;
    bottom: -20px;
}

.datescalender {
    position: relative;
}

label#exp_date-error {
    bottom: -20px;
}

form {
}

.onlineapplication.payment form button.btngreen {
    width: auto;
    margin-bottom: 13px;
}

div#example2 .ui.input.left.icon i {
    height: 45px !important;
}

div#example3 .ui.input.left.icon i {
    height: 45px !important;
}

.currently.add form {
    margin-top: 16px;
}

.row.mb-10 {
    margin-bottom: 20px;
}

/* a.changestate {
    position: absolute;
    left: -100px;
    bottom: -10px;
    width: 460px;
} */

ul.logininput {
    padding: 0;
    list-style: none;
}

span.policy_number_error1 {
    position: absolute;
    bottom: -36px;
}

.radiocheck [type="radio"]:checked,
.radiocheck [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radiocheck [type="radio"]:checked + label,
.radiocheck [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.radiocheck [type="radio"]:checked + label:before,
.radiocheck [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.radiocheck [type="radio"]:checked + label:after,
.radiocheck [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #8dc63f;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /* border: 6px solid #8dc63f; */
}

.radiocheck [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radiocheck [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

form.radiocheck {
    display: flex;
    align-items: center;
}

form.radiocheck {
}

form.radiocheck p {
    align-items: center;
    display: flex;
    margin-left: 13px;
}

label.radiocheck p {
    align-items: center;
    display: flex;
    margin-left: 13px;
}

/*********************  Header Close  *******************/
.passwordeye {
    display: flex;
    align-items: center;
}

.passwordeye .password-eye span {
    margin-left: 10px;
    font-size: 16px;
}

.passwordeye .password-eye1 span {
    margin-left: 10px;
    font-size: 16px;
}

.passwordeye .password-eye2 span {
    margin-left: 10px;
    font-size: 16px;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    max-width: 690px;
    border-radius: 10px;
    overflow: hidden;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 100%;
    line-height: 40px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
}

.file-upload-wrapper:before {
    /* content: "Upload"; */
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 60px;
    background: #4daf7c;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}

.file-upload-wrapper:hover:before {
    background: #3d8c63;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 100%;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}

.fileupload.file-upload-wrapper a {
    position: absolute;
    right: -17px;
    top: 0;
    z-index: 999;
    height: 100%;
}

button.mx-1.mt-1 {
    z-index: 99999;
}

a.closefile {
    position: absolute;
    right: calc(100% - 427px) !important;
    background: transparent;
    opacity: 0.5;
}

a.closefile i {
    font-weight: 200;
}

.kwt-file {
    max-width: 380px;
    margin: 0 auto;
}

.kwt-file__drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 25px;
    background-color: #ebebbe;
    border-radius: 12px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07); */
    transition: 0.3s;
}

/* .kwt-file__drop-area.is-active {
    background-color: #d1def0;
} */

.kwt-file__choose-file {
    flex-shrink: 0;
    background-color: #8dc63f;
    border-radius: 100%;
    margin-right: 10px;
    color: #ffffff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kwt-file__choose-file svg {
    width: 24px;
    height: 24px;
    display: block;
}

.kwt-file__msg {
    color: #1d3557;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kwt-file__input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.kwt-file__input:focus {
    outline: none;
}

.kwt-file__delete {
    display: none;
    position: relative;
    /* right: 10px; */
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-right: 30px;
}

.kwt-file__delete:before {
    content: "";
    position: absolute;
    left: 0;
    transition: 0.3s;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%231d3557' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
}

.kwt-file__delete:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    background-color: #1d3557;
    border-radius: 50%;
    transition: 0.3s;
}

.kwt-file__delete:hover:after {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0.1;
}

.btnkwt-file {
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
}

span.kwt-file__msg {
    font-size: 16px;
}

.tocomplete label {
    font-size: 16px;
}

label.customError {
    color: red;
}

p.clickpencil,
p.clickpencil2,
p.clickpencil3 {
    background: #8dc63f;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    color: black;
    font-weight: 700;
    margin-left: 12px;
    display: none;
}

p.clickpencil.active,
p.clickpencil2.active,
p.clickpencil3.active {
    display: block;
}

.profilename img {
    min-width: 31px !important;
    width: 31px;
}

a.changestate {
    font-weight: 900;
    color: #1c75bb !important;
}

/* a.changestate {
    color: black;
    font-weight: 800;
} */

.valuednew button {
    width: auto;
    padding: 0 20px;
}

.forgotinstruction p {
    font-size: 16px;
    margin-top: 10px;
}

.alert.alert-success {
    background: #8dc63f;
    color: black;
    font-weight: 600;
    width: 100%;
    max-width: 500px;
    text-align: center;
}

label.customErroreligible_7 {
    position: absolute;
    left: 20px;
    bottom: 10px;
    color: red !important;
    font-weight: 500 !important;
}

label {
    margin: 0 !important;
}

.error-msg-1 {
    margin: 0;
}

.field label {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;

    /* Primary/2 */
    color: #003b61;
}

td.renewbtn {
    display: flex;
}

td.renewbtn button.btngreen {
    height: 40px;
    border-radius: 10px;
}

.lossdata {
    display: flex;
    align-items: center;
    padding: 4px;
    font-size: 16px;
}

.lossdata input {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
}

.yearpolicy input {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
    min-width: 20px;
}

.yearpolicysyb {
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
}

.procprof p.active {
    background: #8dc63f;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 10px !important;
    border-radius: 10px;
    padding: 8px;
    border-radius: 10px;
    position: relative;
    opacity: 1;
    margin-left: 15px;
}

p {
}

.procprof p {
    opacity: 0;
    margin-left: 15px;
}

.procprof {
    display: flex;
    /* margin-top: 17px; */
}

.procomment span:hover + p,
.procom span:hover + p,
.procom2 span:hover + p,
.procprof span:hover + p {
    display: block;
    opacity: 1;
}

.procprof p {
    background: #8dc63f;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 8px;
    border-radius: 10px;
    position: relative;
    opacity: 0;
    margin-left: 15px;
}

.procprof span {
    margin-right: 21px;
}

.oilapplicationdetail.plusbtn {
    display: flex;
    align-items: center;
}

.btnplus {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8dc63f;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 16px;
    color: black;
    margin-left: 10px;
    min-width: 45px;
    border: none;
    /* border: 22px solid #8dc63f; */
    margin-bottom: 22px;
}

.btnmins {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 10px;
    color: white;
    margin-left: 10px;
    min-width: 45px;
    border: none;
    opacity: 0.85;
    /* border: 22px solid #8dc63f; */
    /* margin-bottom: 22px; */
}

label#firms_name-error {
    position: absolute;
    top: auto !important;
    bottom: 0px;
}

.oilapplicationdetail.plusbtn {
    position: relative;
}

.policymaindate {
    display: flex;
    margin-top: 0 !important;
}

.policymaindate input {
    margin-bottom: 4px !important;
    margin-top: 10px !important;
}

.policymaindate i.calendar.icon.new {
    top: 53% !important;
    transform: translateY(-50%);
}

.policymaindate input.exp_date {
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #0000001f;
    width: 100% !important;
}

.policymaindate .ui.input.left.icon {
    width: 100%;
}

ul.clientmain {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
}

ul.clientmain input {
    width: 22px;
    height: 22px;
    margin: 0;
}

ul.clientmain li {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

ul.clientmain label {
    margin-left: 7px !important;
}

.currentpolicy p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.retrocativedate {
    display: flex;
}

div#example3 {
    width: 49%;
}

div#example4 {
    width: 49%;
    margin-left: auto;
}

.currentpolicy input {
    margin-top: 0;
}

.currentpolicy.mb-2 {
    margin-bottom: 20px !important;
}

.currentpolicy.mb-2 .currentpolicy {
    margin-top: 20px !important;
}

.currentpolicy.mb-2 .oilapplicationdetail {
    margin-bottom: 18px;
}

.currentmain {
    display: none;
}

.currentmain.active {
    display: block;
}

/* @media print {
  body {
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
    print-color-adjust: exact;
    background-color: rgb(247, 240, 214);
    page-break-before: avoid;
    width: 100%;
    height: 100%;
  }
} */
@page {
    size: A4;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
        -ms-print-color-adjust: exact;
        print-color-adjust: exact;
        /* print-color-adjust: exact; */
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
        page-break-before: avoid;
        background-color: rgb(247, 240, 214);
    }

    :after {
        display: none;
    }

    .col-lg-9 {
        width: 100% !important;
    }

    .col-lg-9 + .col-lg-3 {
        display: none;
    }

    .final_register {
        display: none;
    }

    a.changestate {
        left: 0;
    }

    .btncontinue {
        display: none;
    }

    .print {
        display: none;
    }

    #paypal-button {
        display: none;
    }
}

.oilapplicationdetail.plusbtn input {
    margin-bottom: 20px;
}

button#btn {
    background: transparent;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    color: #000000;
}

button#btn img {
    margin-right: 10px;
}

label#established_date-error {
    bottom: -17px;
}

label#predecessor_retroactive_date-error {
    bottom: -15px;
}

label#predecessor_dissolution_date-error {
    bottom: -15px;
}

.warning span {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #020202;
    font-size: 16px;
    margin-right: 10px;
    min-width: 30px;
}

.warning {
    display: flex;
    align-items: center;
}

.warning p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
    padding: 0;
    border: none;
    font-family: "Lato", sans-serif;
    margin: 0 30px;
}

.warning {
    padding: 20px;
    border: 2px solid #8dc63f;
    max-width: 1225px;
    margin-top: 30px;
    border-radius: 10px;
    margin-left: 38px;
    margin: 30px 38px;
}

.renew {
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2628a9;
    color: white;
}

.renewbtn {
    display: flex;
    align-items: center;
}

.renewbtn a {
    width: 120px;
    margin-left: 10px;
    color: white;
    font-size: 16px;
}

.getaquote a:hover {
    background: #8dc63f;
    color: black;
}

.datescalender input {
    margin: 0;
}

td.renewbtn a img {
    margin-left: 0;
}

td.renewbtn {
    width: auto !important;
}

td.renewbtn a {
    width: auto !important;
    margin: 0;
}

.totalmainnum .oilapplicationdetail {
    display: flex;
    align-items: center;
}

.totalmainnum .oilapplicationdetail span {
    width: 90%;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 10px 0 15px;
}

.add {
    width: 100%;
}

label#eligible_9-error {
    font-size: 16px;
    font-weight: 600;
}

table.tableoption label#price-error {
    left: 0;
}

.oilapplicationdetail div {
    width: 100%;
}

label#eligible_4-error {
    font-size: 16px;
    font-weight: 600;
}

label#eligible_7-error {
    font-size: 16px;
    font-weight: 600;
}

.currentpolicy.totalmainnum input {
    width: 170px !important;
}

div#example2 input, div#example3 input {
    width: 100%;
    background: #0000 !important;
    /* border: 1px solid #00000024; */
}

div#example2 {
}

.ui.calendar.dates.renewdate .ui.input.left.icon {
    width: 100%;
}

.ui.calendar.dates.renewdate input {
    width: 100%;
}

.ui.calendar.dates.renewdate {
    margin-top: 10px !important;
}

.renewbtn button.btngreen.renew {
    width: 110px !important;
}

.warning form {
    margin-left: auto;
}

label#name-error {
    top: 0;
}

.currentpolicy.currentmain .retrocativedate + p {
    border-bottom: 1px solid #0000002e;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.procomment p,
.procom p,
.procom2 p,
.procprof p {
    position: relative;
    top: -20px;
}

.print.mb-5 input {
    width: 170px;
    padding: 0 !important;
}

.print.mb-5 input {
    width: 200px !important;
    padding: 0;
}

table {
    border: none !important;
}

table thead tr,
table thead th {
    border: none !important;
}

table tbody tr,
table tbody td {
    border: none;
}

table thead {
    /* border: none !important; */
}

table {
    background: white !important;
}

table.accordion-document {
    border: 1px solid !important;
}

table.accordion-document thead tr {
    border-bottom: 1px solid !important;
    background: transparent;
}

table.accordion-document tbody tr {
    /*border: none;*/
}

table {
    border: 1px solid !important;
}

table th {
    background: white !important;
}

table.lineofbusiness th {
    font-size: 16px;
    padding: 12px;
}

ul.detailfilter li:last-child {
    width: 66%;
}

ul.detailfilter .ui.input.left.icon input {
    border-radius: 11px;
}

body table.lineofbusiness.table-bordered.tbl1.dataTable.no-footer#example {
    border: none !important;
    margin: 50px 0px;
}

table.lineofbusiness.table-bordered.tbl1.dataTable.no-footer tr {
    border-bottom: 1px solid #00000017;
    background: #edf5d7;
}

table.lineofbusiness.table-bordered.tbl1.dataTable.no-footer thead {
    border: none !important;
    margin: 0px 0px !important;
    background: #ebebbe;
}

table.lineofbusiness.table-bordered.tbl1.dataTable.no-footer th {
    background: #ebebbe !important;
}

.accounttextdis p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 0px;
}

.currentpolicy.totalmainnum.accounttotal {
    margin-top: 10px;
}

.currentpolicy.totalmainnum.accounttotal span {
    width: 100%;
}

.currentpolicy.totalmainnum.accounttotal div div {
    width: auto;
    width: 170px;
}

.currentpolicy.totalmainnum.accounttotal .oilapplicationdetail {
    margin-bottom: 10px;
}

.agentlist, .adminlist {
    margin-top: 50px !important;
}

.directprofile.agentpro .profilename {
    margin-bottom: 0;
}

.directprofile.agentpro .error-msg-1 {
    top: -7px;
    position: relative;
}

.directprofile.agentpro + .directprofile .profilename {
    margin-bottom: 0;
}

a.name-edit:hover + .clickpencil,
a.phone-edit:hover + .clickpencil2,
a.email-edit:hover + .clickpencil3 {
    display: block;
}

table.tableoption.tableloss {
    margin-bottom: 10px !important;
}

label#role_id-error {
    top: 0px;
}

label#phone-error {
    top: 0px !important;
}

label#agent_code-error {
    top: 0px !important;
}

.directprofile label#password-error {
    top: -15px;
}

.directprofile label#email-error {
    top: -15px;
}

.fromyear.editdetail {
    margin-top: 0;
}

label#phone-error {
    top: -15px;
}

.directprofile.agentpro {
    margin-top: 45px;
}

.agentprotitle {
    display: flex;
    align-items: center;
    max-width: 700px;
}

.agentprotitle span {
    margin-bottom: 20px;
    margin-left: auto;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}

section.dashboarddirect .accordion-container {
    margin-bottom: 50px;
}

ul.detailfilter.detailmain .dropdown {
    width: 96%;
    height: auto;
}

.add label#phone-error {
    top: 0;
}

.directlogindetailin .error-msg-1 {
    top: 0px !important;
    margin-bottom: 0;
    margin-top: -2px;
}

section.dashboarddirect label.error {
    /*font-size: 14px !important;*/
}

/* .fromyear select {
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
    width: 126px;
    height: 43px;
    padding: 8px;
} */

.fromyear {
    align-items: end;
}

.fromyear .dropdown {
    height: auto;
}

.fromyear .dropdown2 {
    height: auto;
}

p.clickpencil {
    display: block !important;
}

p.clickpencil2,
p.clickpencil3 {
    display: none !important;
}

header {
    background: white;
}

.agentprotitle span {
    display: none;
}

table.ui.celled.center.aligned.unstackable.table.seven.column.day span.link {
    justify-content: center;
}

.ui.calendar .ui.table tr .prev.link {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.ui.calendar .ui.table tr th {
    position: relative;
}

.ui.calendar .ui.table tr .next.link {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.error-msg-1 {
    font-size: 16px;
    font-weight: 600;
}

label#email-error {
    font-size: 16px;
}

label#password-error {
    font-size: 16px;
}

.review_title.text-center {
    text-align: left !important;
    margin-top: 30px;
}

.review_title.text-center h2 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    /*font-size: 16px;*/
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 0px;
}

table#example a {
    transition: all 0.5s;
    border: none;
    padding-bottom: 6px;
}

table#example a:hover {
    box-shadow: 0px 1px black;
}

.ui.form {
    align-items: flex-end !important;
}

.two.fields {
    /* align-items: flex-end; */
}

.agentlist.agentdashboard .dropdown {
    height: auto;
}

.agentlist.agentdashboard ul.detailfilter li {
    width: 20%;
}

.agentlist.agentdashboard ul.detailfilter li:last-child {
    width: 80%;
}

ul.progresstick.active_progress .tick {
    display: flex;
}

ul.progresstick .tick {
    display: none;
}

ul.progresstick.active_progress .notick {
    display: none;
}

ul.progresstick .notick {
    display: flex;
}

.followingoption.fraud.mb-4 i {
    font-size: 16px;
}

div#zoid-paypal-button-2148d38fdd {
    position: absolute;
    text-align: right;
    right: 12px;
    height: 100% !important;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#paypal-button {
    position: relative;
    width: 280px;
    height: 60px;
    border: 1px solid;
}

/* .fromyear.editdetail.directprofilemain label#confirm_password-error {
    display: none !important;
} */

.currently.add .ui.popup.calendar.top.left.transition.visible {
    position: absolute;
    z-index: 999;
    bottom: 0;
    inset: auto !important;
}

.currently.add .ui.top.left.popup:before {
    display: none;
}

button.inactive_user {
    /* width: 183px; */
    height: 42px;
    background: #ff1d1d;
    padding: 12px 18px;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border: none;
    font-size: 16px !important;
}
@media (max-width: 568px) {
    button.inactive_user {
        font-size: 12px !important;
    }
}
@media (max-width: 992px) {
    .profiledetail .col-lg-9 {
        /* border-right: 1px solid; */
        width: 100%;
        /* padding-right: 4%; */
    }
}
.profiledetail .col-lg-9 {
    /* border-right: 1px solid; */
    width: 75%;
    /* padding-right: 4%; */
}

.profiledetail .col-lg-9 + .col-lg-3 {
    width: 25%;
    position: relative;
    /* left: -50px; */
}

button.print {
    background: transparent;
    border: none;
}

.datescalender span.policy_error {
    position: absolute;
    bottom: -68px;
}

.directprofile.agentpro label#phone-error {
    top: 0;
}

.directprofilemain .profilename label#email-error {
    order: 1;
    top: 0;
}

.directprofilemain .profilename label#password-error {
    order: 1;
    margin-left: 10px !important;
    top: 0;
}

.directprofile.agentpro.agentmainpro .error-msg-1 {
    top: 0;
}

.directprofile.agentpro.agentmainpro .profilename {
    margin-top: 6px;
}

.directprofile.agentpro.agentmainpro + .directprofile label#password-error {
    top: 0;
}

.ui.seven.column.table td {
    width: 36px;
}

.ui.seven.column.table td.active {
    background: #8dc63f !important;
}

.ui.table td.active,
.ui.table tr.active {
    background: #bbff00 !important;
}

.ui.calendar .ui.table tr td.range {
    background: #8dc63f1c;
}

.ui.calendar .ui.table tr .link {
    justify-content: center;
}

td.link.active.today {
    width: 71px !important;
}

.fromyear.editdetail.directprofilemain label#confirm_password-error {
    position: relative;
    bottom: 0;
    order: 1;
    margin-left: 10px !important;
}

.fromyear.editdetail.directprofilemain p.clickpencil {
    top: -50px;
    position: absolute;
    left: 27%;
}

.fromyear.editdetail.directprofilemain .profilename label#name-error {
    order: 1;
}

.fromyear.editdetail.edituserdet {
    margin-top: 30px;
}

.requested.dates {
    /* width: 70%; */
}

span.policy_number_error1 + .requested.dates {
    width: 280px;
}

span.policy_number_error1 + .requested.dates .ui.input.left.icon {
    width: 100%;
}

.twoyearnote p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #ff0000;
    margin-bottom: 20px;
}

section.dashboarddirect.realdash label#eligible_4-error {
    /*font-weight: 100;*/
    left: 0;
}

section.dashboarddirect.realdash label#eligible_7-error {
    /*font-weight: 100;*/
    left: 20px;
    font-size: 16px;
}

section.dashboarddirect.realdash .followingoption {
    padding-bottom: 25px;
}

section.dashboarddirect.accountdash label#eligible_4-error {
    /*font-weight: 100;*/
    left: 0;
}

section.dashboarddirect.accountdash label#eligible_7-error {
    /*font-weight: 100;*/
    left: 0;
    top: 0;
}

section.dashboarddirect.accountdash label#eligible_9-error {
    /*font-weight: 100;*/
    font-size: 16px;
}

span.logintext {
    position: absolute;
    top: 0;
    left: 0;
    /* right: 60px; */
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
    margin-bottom: 11px;
    padding: 28px 40px;
    padding-bottom: 0 !important;
}

.directlogindetail {
    position: relative;
    padding-top: 90px;
}

.review_title.text-center span {
    font-size: 19px;
    color: red;
    position: relative;
    bottom: -6px;
}

button#buttons {
}

.confirmdate .btnsave {
    background: #8dc63f;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
}

.email a.btngreen {
    height: 45px;
    margin: 0;
    border-radius: 4px;
    margin-left: 9px;
}

.email li.sendcode {
    margin-bottom: 10px !important;
}

.email li.sendcode label {
    order: 1;
}

.email li.sendcode label {
    width: 100%;
}

.email li.sendcode {
    flex-wrap: wrap;
}

.email li.sendcode input {
    width: 63%;
}

.email li.sendcode a {
    width: 35%;
}

.email.detail input#password {
    margin-top: 0 !important;
}

label#password-error {
    display: none;
}

.email.detail input#password {
    margin-bottom: 0px !important;
}

.email.detail input.form-control.confim_password.error {
    margin: 0;
}

div#empTable_length label {
    display: flex;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

select.form-control.input-sm {
    width: 70px;
}

div#empTable_filter label {
    margin-left: auto;
    width: 100%;
}

p.payment-failed_error {
    color: red;
    font-weight: 700;
}

div#empTable_filter {
    max-width: 339px;
    margin-left: auto;
    margin-bottom: 20px;
}

div#empTable_wrapper .row {
    align-items: center;
}

ul.pagination {
    margin: 0;
}

.fromyear.editdetail.adminprosnew {
    margin: 36px;
}

.agentlist.agentdashboard {
    margin-bottom: 50px !important;
}
@media print {
    .mat-radio-inner-circle {
        box-shadow: 0 0 0 1000px #00695c inset !important;
    }
}
/* 08-03-2023 */
label#verification-status {
    margin-bottom: 2px !important;
}

/*svr*/
.twoyearnote p {
    color: #1c75bb !important;
}
.lossdata {
    font-weight: 700;
}
h5 {
    font-size: 16px;
}
td.colrt {
    font-weight: 600 !important;
}
/*b{font-size: 16px;}*/
label.mt-2 {
    font-size: 16px;
}
label {
    font-size: 16px;
    font-weight: bold;
}
.fwb {
}
.chead {
    background: #8dc63f;
    border: 1px solid #0000001f;
    border-radius: 8px;
    /*padding: 16px 24px;*/
}
input.error {
    border: 1px solid red;
}
.valid {
    border: 1px solid green;
}
select.js-dropdown-list.application.line_business.error {
    border: 1px solid red;
}
select.js-dropdown-list2.states.error {
    border: 1px solid red !important;
}
input#req_eff_date1.error {
    border: 1px solid red;
}
input#established_date.error {
    border: 1px solid red;
}
input.exp_date.error {
    border: 1px solid red;
}
.nc {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 20px;
}
.swsc {
    overflow: hidden;
    overflow-x: scroll;
}
.colrt {
    text-align: right;
}
use {
    color: green;
}
span.badge.bg-danger {
    width: 100%;
    font-size: 16px;
}
.btn-primary {
    background: #8dc63f;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    border: 2px solid black;
    color: #000000;
}
.btn-primary:hover {
    background: #8dc63f;
    color: #000000;
    border: 2px solid black;
}
.input-group-text {
    height: 34px;
}
.text_danger {
    color: red !important;
}
.btnred {
    font-size: 16px !important;
}
@media (max-width: 568px) {
    .btnred {
        font-size: 12px !important;
    }
}