body {
    font-family: 'Poppins-Regular';
}

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

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

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

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

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

button,
select {
    outline: none!important;
}

.home-bg {
    top: 65px;
    width: 100%;
    height: calc(100vh - 65px);
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-backdrop {
    background-color: #0006;
}

a {
    color: #0F5BAB;
}

.my-modal .modal-dialog {
    max-width: 800px;
}

.my-modal .modal-dialog .modal-content {
    border-radius: 10px;
    border: none;
}

.my-modal .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 25px;
}

.my-modal .modal-dialog .modal-content .modal-body {
    padding: 0px 25px 25px 25px;
}

.my-modal .modal-dialog .modal-content .modal-footer {
    padding: 20px 25px;
}

.my-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
}

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

.my-modal .form-group label {
    font-family: 'Poppins-SemiBold';
    font-size: 12px;
    color: #000;
}

.form-control {
    background: #F1F1F1;
    border-radius: 5px;
    height: 35px;
    color: #000;
    border: solid 1px #F1F1F1;
    font-size: 13px;
}

.form-control::placeholder {
    color: #BCBCBC;
    opacity: 1;
}

.accept-terms label {
    font-size: 14px;
    font-family: 'Poppins-Regular';
    cursor: pointer;
}

.my-modal .form-group label span {
    color: #f00;
}

.accept-terms label a {
    font-family: 'Poppins-Medium';
}

.my-modal .alert {
    font-size: 14px;
    font-weight: 300;
}

.not-robot {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 15px;
}

.not-robot img {
    max-width: 100%;
    max-height: 100px;
}

.my-dropdown {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../../public/dist/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 10px;
}

.btn {
    min-width: 115px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    padding: 5px 20px;
    font-family: 'Poppins-Medium';
}

.btn-secondary {
    background: #8A8A8A;
    border: none;
}

.btn-success {
    color: #fff;
    background-color: #59AF4B;
    border-color: #59AF4B;
}

.btn-primary {
    background: #EB5633;
    border: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #D23C19;
    border: none;
}

.btn-danger {
    background: #FB2B2B;
    border-color: #FB2B2B;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    background: #E11E1E;
    border-color: #E11E1E;
}

.delete-cancel-account .btn-danger {
    margin-right: 15px;
}

.close {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1;
    color: #D1D1D1;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.login-modal .modal-dialog {
    max-width: 350px;
}

.dont-have-account {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
}

.dont-have-account p {
    font-size: 13px;
    margin-bottom: 5px;
}

.dont-have-account a {
    font-size: 13px;
    font-family: 'Poppins-SemiBold';
}

.forgot-password {
    font-size: 13px;
    font-family: 'Poppins-SemiBold';
}

.signup-modal .modal-dialog {
    max-width: 670px;
}
/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 0px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
    height: 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/* .navigation-wrap {
position: relative;
width: 100%;
z-index: 1000;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
} */

.navbar {
    padding: 0;
}

.navigation-wrap .navbar-nav {
    border-right: solid 1px #ddd;
    padding-right: 30px;
    
align-self: stretch;

    align-items: center;
}

.navigation-wrap .navbar-nav:last-child {
    border-right: none;
    padding-right: 0px;
}

.navbar-brand img {
    height: 28px;
    width: auto;
    display: block;
    /* filter: brightness(10%); */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #000 !important;
    font-weight: 500;
    transition: all 200ms linear;
    font-size: 14px;
}

.nav-item:hover .nav-link {
    color: #D23C19 !important;
}

.nav-item.active .nav-link {
    color: #777 !important;
}

.nav-link {
    position: relative;
    padding: 10px 0 !important;
    display: inline-block;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
    margin-left: 30px;
    padding: 10px 0;
}

.nav-item.my-account{display: flex; align-items: center;}
.nav-link.login-btn {
    background: #EB5633;
    padding: 10px 30px !important;
    border-radius: 30px;
    color: #fff !important;
}

.nav-link.login-btn:hover {
    background: #D23C19;
    color: #fff !important;
}

.navigation-wrap .dropdown-menu {
    padding: 0px;
}

.navigation-wrap .dropdown-menu a {
    font-size: 14px;
    padding: 0.35rem 0.8rem;
}

.nav-link .user-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #0F5BAB;
    text-align: center;
    line-height: 25px;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
}

.nav-item.country-filter {
    display: flex;
    width: 102px;
}

.nav-item.country-filter input {
    padding: 0;
    list-style-type: none;
    width: 100%;
    border: none;
    background: transparent;
    padding-right: 10px !important;
    background-image: url(../../public/dist/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
}

.country-filter .dropdown-menu ul {
    padding: 0px;
    list-style-type: none;
}

.my-account .dropdown-menu a img {
    max-width: 15px;
    max-height: 15px;
    margin-right: 5px;
}

.nav-item.my-account a.nav-link {
    max-width: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.graslayers-section {
    position: absolute;
    top: 80px;
    left: -320px;
    width: 100%;
    max-width: 400px;
    max-height: 90vh;
    /* overflow: auto; */
    transition: all .2s ease 0s;
}

.graslayers-section.open {
    left: 0px;
    transition: all .2s ease 0s;
}
/* .graslayers-btn {
position: absolute;
left: -45px;
top: 40px;
background: #fff;
transform: rotate(90deg);
padding: 6px 15px;
border-radius: 10px 10px 0px 0px;
text-decoration: none;
} */

.graslayers-btn {
    position: relative;
    background: #fff;
    transform: rotate(90deg);
    padding: 10px 15px;
    border-radius: 10px 10px 0px 0px;
    text-decoration: none;
    float: right;
    top: 79.5px;
    left: -2px;
    border: none;
    font-size: 14px;
    color: #0F5BAB;
    font-family: 'Poppins-SemiBold';
}
/* .graslayers-content {
width: 100%;
max-width: 400px;
height: auto;
float: left;
background: #fff;
padding: 20px;
} */

.graslayers-content {
    width: calc(100% - 80px);
    max-width: 400px;
    height: auto;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 15px #0000004f;
    position: relative;
    border-radius: 0px 0px 10px 0px;
    overflow: hidden;
}

.graslayers-search {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
    margin-bottom: 15px;
}

.search-icon {
    background-image: url(../../public/dist/img/search.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 12px;
    padding-right: 25px;
}

.graslayers-content #accordion {
    width: 100%;
    height: auto;
    float: left;
    max-height: calc(100vh - 252px);
    overflow: auto;
    min-height: 90px;
}

.graslayers-content .card {
    border: none;
    width: 100%;
}

.graslayers-content .card .card-header.collapsed {
    background: transparent!important;
    border: none;
    padding: 10px 30px 10px 20px;
    font-size: 14px;
    position: relative;
}

.graslayers-content .card .card-header {
    background: #F3F3F3 !important;
    border: none;
    padding: 10px 30px 10px 20px;
    font-size: 14px;
    position: relative;
    border-bottom: solid 1px #DFDFDF;
}

.graslayers-content .card-header:after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
}

.graslayers-content .card-header.collapsed:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.graslayers-content .card .card-body {
    padding: 20px;
    background: #f3f3f3;
    font-size: 14px;
    max-height: 300px;
    overflow: auto;
}

.graslayers-content .card .card-body h5 {
    font-size: 13px;
    color: #000;
    font-family: 'Poppins-SemiBold';
}

.graslayers-content .card .card-body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.graslayers-content .card .card-body ul li label i {
    background: #0F5BAB;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 8px;
    line-height: 18px;
    border-radius: 20px;
    display: inline-block;
}

.graslayers-content .card .card-body .btn {
    min-height: 40px;
    height: auto;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0f5bab;
    background-color: #0f5bab;
}
.groups-and-cases-section.open_draw {
    height: 80vh;
}

.groups-and-cases-section {
    position: absolute;
    top: 160px;
    right: 0;
    /* width: 100%; */
    max-width: 630px;
    height: 40vh;
    z-index: 0;
    /* overflow: auto; */
    overflow: hidden;
    /* width: 100%; */
}
.gm-svpc{z-index: 99 !important;}
.add-cases-content .custom-control-label::before {
    top: 1px;
}

.add-cases-content .custom-control-label::after {
    top: 1px;
}

.groups-content,
.cases-content {
    width: 100%;
    max-width: calc(100% - 40px);
    height: auto;
    float: right;
    background: #fff;
    box-shadow: 0px 0px 15px #0000004f;
    display: none;
    position: relative;
    transition: all .2s ease 0s;
    border-radius: 0px 0px 0px 10px;
}

.groups-content.open,
.cases-content.open {
    display: block;
    transition: all .2s ease 0s;
}

.cases-content h5,
.groups-content h5 {
    font-family: Poppins-SemiBold;
}

.groups-and-cases-btns ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.groups-and-cases-btns ul li {
    display: inline-block;
}

.groups-and-cases-btns ul li button {
    color: black;
}

.groups-and-cases-btns ul li button.align {
    color: #0F5BAB;
}
/* .cases-btn {
position: relative;
background: #fff;
transform: rotate(-90deg);
padding: 10px 15px;
border-radius: 10px 10px 0px 0px;
text-decoration: none;
float: right;
top: 78px;
right: 0px;
border: none;
font-size: 14px;
color: #0F5BAB;
font-family: 'Poppins-SemiBold';
} */

.groups-and-cases-btns {
    transform: rotate(-90deg);
    float: left;
    left: 58px;
    top: 100px;
    position: relative;
}

.groups-and-cases-btns {
    transform: rotate(-90deg);
    float: left;
    left: -60px;
    top: 100px;
    position: relative;
}

.groups-and-cases-btns.adjust {
    left: unset;
    right: -58px;
}

.cases-btn {
    position: relative;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px 10px 0px 0px;
    text-decoration: none;
    border: none;
    font-size: 14px;
    color: #0F5BAB;
    font-family: 'Poppins-SemiBold';
}

.groups-btn {
    position: relative;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px 10px 0px 0px;
    text-decoration: none;
    border: none;
    font-size: 14px;
    color: #0F5BAB;
    font-family: 'Poppins-SemiBold';
}

.groups-header {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
}
/* .add-new-group {
width: 100%;
height: auto;
float: left;
} */

.add-new-group .graslayers-search {
    max-width: 280px;
    padding: 0px 15px;
    margin: 0px 15px 0px 0px;
    border-right: solid 1px #ddd;
}

.add-new-group button {
    white-space: nowrap;
}

.groups-body {
    width: 100%;
    height: auto;
    min-height: 200px;
    float: left;
    max-height: 38vh;
    overflow: auto;
}

.add-new-cases-section .groups-footer {
    width: 100%;
    height: auto;
    float: left;
    border-top: solid 1px #eee;
    padding: 25px 20px;
}
/* .add-new-cases-section .groups-footer ul {
    padding: 0;
    list-style-type: none;
}

.add-new-cases-section .groups-footer ul li {
    display: inline-block;
    padding: 8px 13px;
    font-size: 13px;
    background: #C4C4C4;
    margin-bottom: 5px;
    border-radius: 30px;
    font-family: Poppins-Medium;
    color: #fff;
}

.add-new-cases-section .groups-footer ul li.active {
    background: #EB5633;
}
 */

.add-new-cases-section .groups-footer button {
    display: inline-block;
    padding: 8px 13px;
    font-size: 13px;
    background: #C4C4C4;
    margin-bottom: 5px;
    border-radius: 30px;
    font-family: Poppins-Medium;
    color: #fff;
    border: none;
}

.add-new-cases-section .groups-footer button.active {
    background: #EB5633;
}

.add-new-cases-section .groups-footer button:hover {
    /*background: #db4825;*/
}

.groups-and-cases-section .table {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}

.groups-and-cases-section .thead-light th {
    color: #59af4b;
    background: #f5f5f5;
    border-color: #eeeded;
    font-size: 14px;
}

.groups-and-cases-section table td {
    color: #000;
    font-size: 13px;
}

.groups-and-cases-section table td a {
    font-size: 13px;
}

.groups-and-cases-section table td .trash {
    color: #EB5633;
}

.groups-and-cases-section td:first-child,
.groups-and-cases-section th:first-child {
    padding-left: 20px;
}

.groups-and-cases-section td:last-child,
.groups-and-cases-section th:last-child {
    padding-right: 20px;
}

.upload-cases {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    background: #0F5BAB;
    border: none;
    border-radius: 35px;
    margin-right: 10px;
}

.lights-section {
    width: auto;
    height: auto;
    float: left;
    border: solid 1px #eee;
    padding: 5px;
    border-radius: 20px;
    margin-right: 10px;
}

.addnew-cases-heading{max-width: 251px;}
.addnew-cases-heading select {
    border: none;
    font-size: 20px;
    font-family: 'Poppins-SemiBold';
    padding-right: 20px;
}

.addnew-cases-heading select option {
    font-size: 14px;
}

.addnew-cases-heading p {
    font-size: 14px;
    color: #8A8A8A;
    margin: 0px;
}

.lights-section span {
    width: 20px;
    height: 20px;
    float: left;
    background: #eee;
    border-radius: 20px;
    margin: 2px 5px;
    opacity: 0.4;
}

.lights-section span.active {
    opacity: 1;
}

.redcolor {
    background: #FF5353 !important;
    border: solid 1px #C93636;
}

.yellowcolor {
    background: #FFBF00 !important;
    border: solid 1px #FFBF00;
}

.greencolor {
    background: #71C73A !important;
    border: solid 1px #5CAF27;
}

.add-new-cases-section,
.cases-content-section {
    display: none;
}

.add-new-cases-section.show,
.cases-content-section.show {
    display: block;
}

.add-cases-content {
    width: 100%;
    height: auto;
    min-height: 200px;
    float: left;
    padding: 20px;
}

.add-cases-content label {
    font-size: 13px;
    color: #000;
    font-family: 'Poppins-SemiBold';
}

.add-cases-content .form-group p {
    font-size: 12px;
    color: #000;
}

.firealert .modal-dialog {
    max-width: 720px;
}

.fire_alert_input label {
    margin: 0px;
}

.fire_alert_input input {
    font-size: 13px;
}

.firealert-body {
    padding: 0px!important;
}

.firealert-body .table {
    margin-bottom: 0px;
}

.firealert-body .table th {
    color: #59af4b;
    background: #f5f5f5;
    border-color: #eeeded;
    font-size: 14px;
}

.firealert-body .table th:first-child,
.firealert-body .table td:first-child {
    padding-left: 25px;
}

.firealert-body .table th:last-child,
.firealert-body .table td:last-child {
    padding-right: 25px;
}

.firealert-body table td {
    color: #000;
    font-size: 13px;
}

.firealert-body table td a.trash {
    font-size: 13px;
    color: #000;
}

.measurement-area .form-control {
    background: transparent;
    border: none;
}

.measurement-area .input-group {
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.measurement-area .input-group .input-group-append button {
    background: #eb5633;
    border: none;
    font-size: 14px;
    color: #fff;
}

.create-group .modal-header {
    border-bottom: 1px solid #dee2e6 !important;
    margin-bottom: 15px;
}

.create-group .modal-footer {
    border: none;
    justify-content: start;
}

.create-group .modal-body {
    min-height: 100px;
    padding-bottom: 0px !important;
}

input[type="number"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}

#service_popup .modal-body,
#changepassword .modal-body {
    min-height: 100px;
}

#contactus_popup .modal-body {
    min-height: 100px;
}

#edit-profile .modal-body {
    min-height: 150px;
}
/***** Creat Case Modal ******/

.createcase .modal-dialog {
    max-width: 700px;
}

.createcase .modal-body {
    padding: 0px !important;
}

.multisteps-form {
    width: 100%;
    height: auto;
    float: left;
}

.multisteps-form__progress {
    display: grid;
    /* display: flex;
justify-content: space-between; */
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    counter-reset: my-sec-counter;
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    font-size: 12px;
    color: #B1B1B1;
    /* text-indent: -9999px; */
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
}

@media (min-width: 500px) {
    .multisteps-form__progress-btn {
        text-indent: 0;
    }
}

.multisteps-form__progress-btn:before {
    position: absolute;
    top: -10px;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    content: "";
    transform: translateX(-50%);
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid #E5E5E5;
    border-radius: 50%;
    background-color: #E5E5E5;
    box-sizing: border-box;
    z-index: 3;
}

.multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    /* left: calc(-100% - 30px / 2); */
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    /* width: calc(100% + 80%); */
    height: 3px;
    content: "";
    background-color: #E5E5E5;
    z-index: 1;
}

.multisteps-form__progress-btn.js-active:after {
    background-color: #59AF4B;
}

.multisteps-form__progress-btn:before {
    content: counter(my-sec-counter);
    counter-increment: my-sec-counter;
    font-size: 12px;
    color: #B1B1B1;
    line-height: 26px;
    font-family: Poppins-SemiBold;
}

.multisteps-form__progress-btn.js-active:before {
    color: #fff;
}

.multisteps-form__progress-btn:first-child:after {
    display: none;
}

.multisteps-form__progress-btn.js-active {
    color: #000000;
}

.multisteps-form__progress-btn.js-active:before {
    background-color: #59AF4B;
    border-color: #59AF4B;
}

.multisteps-form__form {
    position: relative;
}
/* .multisteps-form__panel {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0;
opacity: 0;
visibility: hidden;
padding: 25px;
} */

.multisteps-form__panel {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    border-top: solid 1px #E6E6E6;
    margin-top: 15px;
    display: none;
}

.multisteps-form__panel.js-active {
    display: block;
}

.multisteps-form__panel[data-animation=scaleOut] {
    transform: scale(1.1);
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
    left: 50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-delay: 0s;
    left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
    top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
    transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transform: scale(1);
}

.create-case-content {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 25px;
}

.multisteps-form .create-case-content {
    min-height: 200px;
    max-height: calc(100vh - 270px);
    overflow: auto;
}

.createcase .modal-header {
    padding: 18px 25px 25px 25px!important;
}

.legal-content p {
    font-size: 12px;
    font-family: Poppins-Medium;
    color: #000;
    margin-bottom: 2px;
}

.legal-content a {
    font-size: 12px;
    font-family: Poppins-Bold;
    color: #0F5BAB;
}

.createcase-footer {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 25px;
    border-top: solid 1px #E6E6E6;
}

.createcase .modal-body {
    padding: 0px !important;
}

#createcase .modal-header .close {
    font-size: 30px;
}

.multisteps-form__panel input[disabled],
.multisteps-form__panel textarea[disabled] {
    color: #000!important;
}

.createcase .modal-content {
    border-radius: 17px !important;
}

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

.fileinput-group label {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.fileinput-group label .browse {
    padding: 8px 16px;
    border: solid 1px #0F5BAB;
    border-radius: 5px;
    margin-right: 8px;
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #0F5BAB;
}

.my-modal .form-group label span {
    color: #8A8A8A;
    font-family: Poppins-Regular;
    font-size: 12px;
}

.kml-heading {
    min-width: 100px;
}

.kml-content p {
    font-size: 12px;
    color: #8A8A8A;
    font-family: Poppins-Regular;
    margin: 0;
}

.createcase .map {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 9px;
    overflow: hidden;
    margin: 10px 0px;
}

.createcase .map img {
    width: 100%;
}

.createcase-footer .btn {
    margin-right: 10px;
}

.createcase-footer .btn:last-child {
    margin-right: 0px;
}

.color-picker {
    position: relative;
}

.color-picker .colorpicker-input {
    position: absolute;
    right: 9px;
    height: 20px;
    padding: 0;
    border: none;
    top: 50%;
    width: 33px;
    transform: translateY(-50%);
    border-radius: 5px;
    /* overflow: hidden; */
    outline: none;
    box-shadow: none;
}

input.form-control:disabled,
textarea.form-control:disabled {
    color: #BCBCBC;
}

.subscription-page-section {
    width: 100%;
   min-height: calc(100vh - 21px);
    float: left;
    padding-top: 65px;
    background: #F6F6F6;
}


.container {
    max-width: 1170px;
}

.subscription-categories {
    width: 100%;
    height: auto;
    float: left;
}

.subscription-categories .title {
    padding: 25px 0px;
    font-size: 25px;
    color: #535353;
    font-family: Poppins-SemiBold;
    margin-bottom: 0px;
}

.subscription-categories .title .usedcase {
    color: #EB5633;
    font-size: 20px;
    padding-left: 15px;
    white-space: nowrap;
}

.subscription-category-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.single-subscription {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.single-subscription .my-card {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 25px 10px;
    box-shadow: 0px 12px 17px #0000000d;
    margin-bottom: 20px;
}

.single-subscription .my-card h5 {
    font-size: 20px;
    font-family: Poppins-Semibold;
    color: #EB5633;
    min-height: 50px;
}

.single-subscription .my-card .amount {
    font-size: 32px;
    font-family: Poppins-Semibold;
    color: #000;
    margin: 20px 0px;
}

.single-subscription .my-card .amount sup {
    font-size: 20px;
    color: #B4B4B4;
    top: -22px;
    position: relative;
    padding-right: 5px;
}

.single-subscription .no-fo-cases {
    font-size: 16px;
    font-family: Poppins-Regular;
    color: #8A8A8A;
    margin-bottom: 5px;
}

.single-subscription .no-fo-cases b {
    color: #000;
    margin-left: 5px;
}

.single-subscription .subscribe-now {
    width: auto;
    height: auto;
    background: #59AF4B;
    display: inline-block;
    padding: 10px 22px;
    border-radius: 40px;
    font-size: 16px;
    color: #FFF;
    font-family: Poppins-SemiBold;
}

.single-subscription .subscribe-now:hover {
    text-decoration: none;
}

.subscription-history-table {
    width: 100%;
    height: auto;
    float: left;
    background: #FFF;
    border-radius: 11px;
    box-shadow: 0px 12px 17px #0000000d;
    margin-bottom: 100px;
    min-height: 40vh;
}

.subscription-history table {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0px;
}

.subscription-history table tbody tr:nth-child(odd) {
    background: #F5F5F5;
}

.subscription-history table thead th {
    border-top: none;
    color: #0F5BAB;
    font-size: 16px;
    font-family: Poppins-SemiBold;
    white-space: nowrap;
    width: 160px;
}

.subscription-history table td {
    border-top: none;
    color: #000;
    font-size: 14px;
    font-family: Poppins-Regular;
}

.subscription-history table thead th:first-child,
.subscription-history table tbody td:first-child {
    padding-left: 35px;
}

.subscription-history table thead th:last-child,
.subscription-history table tbody td:last-child {
    padding-right: 35px;
}

.full-footer-section {
    width: 100%;
    height: auto;
    float: left;
    background: #EAEAEA;
    padding-top: 30px;
}

.footer-info {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 20px;
}

.footer-info h3 {
    font-size: 16px;
    color: #1a223e;
    font-family: Poppins-SemiBold;
    line-height: 24px;
    margin-bottom: 1rem;
}

.footer-info p {
    color: #1a223e;
    font-family: Poppins-Regular;
    font-size: 14px;
}

.comp-img {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 20px;
}

.comp-img img {
    max-width: 100%;
}

.footer-sociallinks h4 {
    color: #191919;
    font-size: 16px;
    font-family: Poppins-SemiBold;
    margin-bottom: 1rem;
}

.footer-sociallinks ul {
    padding: 0px;
    list-style-type: none;
}

.footer-sociallinks ul li {
    display: inline-block;
    margin: 0 .5rem 1rem 0;
}

.footer-sociallinks ul li a {
    display: block;
}

.footer-sociallinks ul li a img {
    max-width: 34px;
    max-height: 34px;
}

.copyright-section {
    width: 100%;
    height: auto;
    float: left;
    padding: .9375rem 0 .125rem 0;
    background-color: #1a223e;
    margin-top: 10px;
}

.copyright-section p {
    font-size: 14px;
    color: #fff;
    font-family: Poppins-Regular;
    text-align: center;
}

.copyright-section p a {
    color: #fff;
}

.form-group.rangeslider {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px 0px;
}

.form-group.rangeslider .ui-slider {
    width: 100%;
    height: 5px;
    background: #c6ced9;
    border-color: #c6ced9;
}

.form-group.rangeslider .ui-slider .rangeslider-btn {
    font-size: 0px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background: #fff;
    border: solid 6px #eb5633;
    top: -9px;
}

.form-group.rangeslider label {
    min-width: 140px;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    color: #212529;
    margin-bottom: 0px;
}

.form-group.rangeslider .rangeslider-counter {
    min-width: 50px;
    text-align: right;
    font-size: 14px;
}

.weighting-factors {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    margin-bottom: -15px;
    padding-top: 15px;
}

#casegrasindex .modal-dialog {
    max-width: 700px;
}

.help-modal .modal-dialog {
    max-width: 350px;
}

.help-modal .modal-dialog iframe {
    width: 100%;
    min-height: 250px;
}

.help-modal .modal-dialog,
.help-modal .modal-dialog .modal-body,
.help-modal .modal-dialog .modal-content {
    position: unset;
}

.menu-intro {
    position: absolute;
    right: 300px;
    top: 77px;
    max-width: 200px;
    color: #fff;
    padding-top: 35px;
    font-size: 14px;
}

.menu-intro::before {
    content: "";
    width: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(50%);
}

.menu-intro::after {
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: 0;
    content: "";
    left: 50%;
}


.login-intro {
    position: absolute;
    right: 80px;
    top: 77px;
    max-width: 200px;
    color: #fff;
    padding-top: 35px;
    font-size: 14px;
}

.login-intro::before {
    content: "";
    width: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(50%);
}

.login-intro::after {
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: 0;
    content: "";
    left: 50%;
}


.cases-intro {
    position: absolute;
    right: 50px;
    top: 170px;
    max-width: 250px;
    color: #fff;
    padding-right: 50px;
    font-size: 14px;
}

.cases-intro::before {
    content: "";
    width: 35px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
}

.cases-intro::after {
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    content: "";
    right: 0;
}

.grasslayers-intro {
    position: absolute;
    left: 50px;
    top: 140px;
    max-width: 250px;
    color: #fff;
    padding-left: 50px;
    font-size: 14px;
}

.grasslayers-intro::before {
    content: "";
    width: 35px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}

.grasslayers-intro::after {
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    content: "";
    left: 0%;
}

#signupForm .alert.alert-danger li {
    list-style-type: none;
    padding-right: 25px;
}

#signupForm .alert.alert-danger button {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

#signupForm .form-group .col-md-6.pull-center {
    padding-left: 0;
    margin-top: 10px;
}

.a4-size-paper-container {
    width: 100%;
    max-width: 1000px;
    height: 842px;
    margin: 0 auto 25px auto;
    box-shadow: 0px 5px 10px #eee;
}

.dotted-text {
    background: inherit;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    margin-bottom: .5rem;
    position: relative;
}

.dotted-text:before {
    content: '';
    position: absolute;
    bottom: .4rem;
    width: 100%;
    height: 0;
    line-height: 0;
    border-bottom: 2px dotted #000;
}

.descripcion {
    background: inherit;
    display: inline;
    z-index: 1;
    padding-right: 8px;
    background: #fff;
    position: relative;
}

.precio {
    background: inherit;
    position: absolute;
    width: auto;
    bottom: 0;
    right: 0;
    padding-left: 8px;
    text-align: right;
    z-index: 2;
    background: #fff;
}

.descripcion .number {
    padding-right: 10px;
}

.tooltip-container {
    position: relative;
}
/* .tooltip-container:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
    transition: 0.25s all ease;
    transition-delay: 0s;
    top: -125px;
}
 */

.tooltip-container .active:hover+.tooltip-content {
    visibility: visible;
    opacity: 1;
    transition: 0.25s all ease;
    transition-delay: 0s;
    top: 50px;
    width: 100%;
    height: 80px;
    min-width: 420px;
    left: -230px;
    background: #000;
    border-radius: 10px;
}

.tooltip-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #000000;
    top: 50px;
    padding: 10px;
    margin: 16px;
    font-size: 13px;
    width: 250px;
    /* transition: 0.25s all ease;
    transition-delay: 0.25s; */
    z-index: 2;
    color: #FFFFFF;
    text-align: center;
}

.tooltip-content:after {
    content: "";
    position: absolute;
    border-width: 10px;
    border-style: solid;
    top: -20px;
    left: 56%;
    border-color: transparent transparent #000 transparent;
}


.select2-container {
    width: inherit !important;
    max-width: inherit;
    min-width: 250px;
}
.select2-selection {
    background: #F1F1F1 !important;
    height: 35px !important;
    border:0px !important;
    width: auto !important;
}
.select2-selection__rendered {
    padding: 3px .75rem !important;
    font-size:13px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;

}
.select2-results__option {
    font-size: 13px !important;
    font-family: inherit !important;
}

.select2-dropdown {
    border: none!important;
    box-shadow: 0px 5px 5px #ccc;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #eb5633!important;
    color: white;
}
.subscription-page-section.checkout-page {
    min-height: calc(100vh - 54px);
    margin-bottom: -10px;
}
#paypal-button-container {
   
}
.checkout-now-section {
    width: 50%;
    height: auto;
    float: left;
    padding: 15px;
}
.checkout-now-section p {
    font-size: 14px;
}
.subscription-page-section.checkout-page .subscription-categories {
    margin-top: 50px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 5px 5px #eee;
    margin-bottom: 15px;
}
.subscription-page-section.checkout-page .subscription-categories h2 {
    padding-left: 15px;
    font-size: 24px;
    color: #000;
}

.custom_dut{
    font-size: 14px;
    flex: 0 0 50%;
    padding: 0px;
    line-height: 14px;
}

.cntycountry a{
    font-size: 13px !important;
    color: #333333;
    font-weight: 400;
}

.cntygroup a{
    background: #8080801a !important;
}

.gmnoprint{
    z-index: 99999 !important;
}

.graslayers-section label{
    display:inline !important;
}

.mNewsletterSubscription {
    position: absolute;
    top: 3%;
    left: 10%;
    z-index: 99999;
    display: none;
}

.mInfo {
    color: #EB5633 !important;
    cursor: pointer;
    border: none;
    background: none;
}