/*Google translate css */
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none;
}

/*React error screen css */
iframe#webpack-dev-server-client-overlay {
    display: none;
}

.gm-style-iw.gm-style-iw-c {
    padding: 12px;
    padding-left: 0;
    width: 259px !important;
    top: 0px;
    border: transparent;
    box-shadow: .4rem .4rem 2.4rem .2rem hsl(204.26deg 73.06% 62.16% / 16%);
}

.gm-style-iw-chr {
    background: #fff;
    border-radius: 0;
    padding: 10px;
    border-bottom: solid #eee 1px;
}

.gm-style-iw-d div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-right: 5px !important;
    line-height: 18px !important;
}

.gm-style-iw-d .title-h3 {
    position: absolute;
    top: 17px;
    text-align: center;
    margin: 0 auto;
    left: 12px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

button.gm-ui-hover-effect {
    opacity: 1;
}

.gm-ui-hover-effect > span {
    background-color: #fff;
    opacity: 1;
}

.gm-style .gm-style-iw-tc::after {
    top: 0px;
}

.gm-style-iw-d {
    overflow: hidden !important;
    max-height: 0px;
}

.vertical-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: black !important;
}

@media only screen and (min-width: 1170px) {
    .vertical-timeline--two-columns .vertical-timeline-element-icon {
        width: 171px !important;
        height: 50px !important;
        left: 50%;
        margin-left: -30px;
        border-radius: 4px !important;
    }
}

@media only screen and (min-width: 1170px) {
    .vertical-timeline--two-columns
    .vertical-timeline-element-content
    .vertical-timeline-element-date {
        position: absolute;
        width: 100%;
        left: 109% !important;
        top: 0px !important;
        font-size: 16px;
        font-size: 1rem;
    }
}

.input-group-dashboard {
    width: 300px !important;
}

/* .modal-content {
  width: 1110px;
  display: flex;
  justify-content: center;
  margin-left: -300px;
} */
.innerbody {
    padding: 30px;
    width: 100%;
}

.text-col-row {
    padding-left: 50px;
}

.health-dashboard-card {
    border-style: dotted;
}

/*.block-one-div {*/
/*display: flex;*/
/*justify-content: flex-start;*/
/*}*/
.block-one-div .btn {
    float: left;
    display: flex;
}

.block-one-div .btn .col-cv {
    width: 100%;
    padding-left: 0;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
}

.block-one-div .btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.block-one-div .btn-secondary:hover {
    background-color: #45abe3;
}

.col-cv {
    flex: 0 0 auto;
    width: 11.666667%;
    padding-left: 24px;
    padding-right: 5px;
}

.col-cv h3 {
    background: #efefef;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
}

.icon-col-1 {
    /*display: flex;*/
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    border-radius: 5px;
    color: #000;
    text-align: left;
}

.icon-col-1 img {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.panel-heading {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    background: #eee;
    float: left;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: solid #ccc 1px;
}

.col-left {
    width: 50%;
    float: left;
    display: flex;
    padding-left: 20px;
}

.col-right {
    width: 50%;
    float: right;
    justify-content: flex-end;
    display: flex;
    padding-right: 17px;
}

.card-footer {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0;
    left: 0px;
    border: transparent;
    padding: 0.5rem 0.7rem;
}

.col-left h3 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
    font-family: var(--font-default) !important;
}

.div-ul {
    margin: 0px;
    padding: 0px 7px 0 0;
    list-style: none;
    display: flex;
}

.div-ul li {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 24px;
    position: relative;
}

.div-ul li:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #000;
    bottom: 0;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.div-ul li.active:before {
    opacity: 1;
}

.header-user-profile .bi-icon {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.health-dashboard-card {
    border: solid #fff 1px;
    padding: 5px;
    color: #fff;
    background: #282727;
    border-radius: 20px 0px 20px 0px;
}

.section-healthdashboard .card:hover {
    background: #fff !important;
    color: #000;
}

/* .battery-card {
  padding: 5px;
  box-shadow: 0 0 5px 4px #45abe3a6;
  background: #fff;
  border-radius: 0;
}   */

.section-healthdashboard .card {
    margin-bottom: 5px;
    padding: 30px;
    height: 100%;
}

.battery-card {
    place-content: center;
    color: white;
    text-shadow: 0 1px 0 #000;
    --border-angle: 0turn;
    --main-bg: conic-gradient(
            from var(--border-angle),
            #141125,
            #112 5%,
            #112 60%,
            #141125 95%
    );
    border: solid 1px transparent;
    border-radius: 0;
    --gradient-border: conic-gradient(
            from var(--border-angle),
            transparent 25%,
            #08f,
            #f03 99%,
            transparent
    );
    background: var(--main-bg) padding-box, var(--gradient-border) border-box,
    var(--main-bg) border-box;
    background-position: center center;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite;
}

@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

.battery-card:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

.card-box-shadow {
    border: 1px solid #45abe3;
    position: relative;
    transform: translate(0);
    background-color: #44525e !important;
    transform-style: preserve-3d;
    color: #fff;
    border-radius: 0;
}

.card-box-shadow:before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translate3d(0, 0, -1px);
    background: conic-gradient(
            from 90deg at 40% -25%,
            #ffd700,
            #45abe3,
            #47cbf2,
            #45abe3,
            #45abe3,
            #47cbf2,
            #45abe3,
            #45abe3,
            #45abe3,
            #47cbf2,
            #45abe3,
            #ee6907,
            #f79d03,
            #ffd700,
            #ffd700,
            #ffd700
    );
    filter: blur(5px);
    clip-path: polygon(
            -100vmax -100vmax,
            100vmax -100vmax,
            100vmax 100vmax,
            -100vmax 100vmax,
            -100vmax -100vmax,
            0 0,
            0 100%,
            100% 100%,
            100% 0,
            0 0
    );
}

.event-profle {
    background: #282727;
}

.vehiclist-box {
    padding: 20px;
}

.healthdashboard-block {
    margin-top: 30px;
    background: #383838;
    border-radius: 60px 60px 60px 0;
    padding: 40px;
}

.device-item-blck {
    margin: 0;
    padding: 20px 20px;
}

.view-details-modal {
    position: absolute;
    max-width: 300px;
    right: 0;
    top: 55%;
    padding: 5px;
    left: 0;
    margin: 0 auto;
    /* border: solid 8px #46525f; */
    background: #f7f7ff;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    z-index: 9;
    display: none;
    opacity: 0;
}

.tooltiptext:hover .tooltiptext-box .view-details-modal {
    display: block;
    opacity: 1;
    left: 66px;
    top: 86%;
}

.section-healthdashboard-bootom {
    padding-bottom: 100px;
}

.view-details-modal .footer-modal {
    border-top: solid #bfbfd1 1px;
    padding-top: 10px;
    margin-top: 10px;
}

.section-healthdashboard .card .card-title h6 {
    margin-bottom: 0;
}

.section-healthdashboard .card .card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-healthdashboard .card .card-title h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400 !important;
}

.view-card-box {
    position: relative;
}

/* .tooltips .tooltiptext {
  visibility: hidden;
  width: 100%;
  background: #fff;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 61px;
  left: 53%;
  margin-left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  max-width: 300px;
  margin: 0 auto;
  background: #f7f7ff;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

} */
/* .tooltips .tooltiptext::after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -1px;
  border-width: 10px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  margin: 0 auto;
  transform: rotate(180deg);
} */
/* .tooltips:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} */
.flout p {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 10px;
}

.card-inner-block-2 {
    position: relative;
}

.card-inner-block-2 p {
    margin-bottom: 0px;
    position: absolute;
    top: -24px;
    right: 0;
    font-size: 14px;
    transform: translate(22px, 0px);
    color: #b3b3b382;
}

.section-healthdashboard .card .card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    position: relative;
}

.section-healthdashboard .card {
    margin-bottom: 5px;
    padding: 30px;
    position: relative;
}

.flout p {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 17px;
}

.flout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-healthdashboard .card:hover .card-inner-block-2 p {
    color: #706b6b;
}

.section-healthdashboard .card .card-title {
    margin-bottom: 0;
}

.section-healthdashboard .card {
    margin-bottom: 5px;
    padding: 30px 30px 20px;
    position: relative;
}

.view-details-modal .footer-modal {
    display: none;
}

/* src/BaseURLSection.css */

.base-url-section {
    padding: 16px;
}

.base-url-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.base-url-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.copy-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: 8px;
}

.copy-icon {
    fill: currentColor;
}

.base-url {
    background-color: #fff;
    padding: 12px;
    border-radius: 4px;
    font-family: monospace;
    border: solid #eeeeee 1px;
}

/* src/AuthenticatedRequest.css */

.authenticated-request {
    padding: 16px;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.title {
    font-size: 1.25rem;
    font-weight: bold;
}

.language-selector {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
}

.language-selector label {
    font-size: 0.875rem;
}

.language-selector select {
    margin-top: 4px;
    padding: 8px;
}

.copy-button {
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 16px;
}

.copy-icon {
    fill: currentColor;
}

.curl-command {
    background-color: #fff;
    padding: 12px;
    border-radius: 4px;
    font-family: monospace;
    /* margin-top: 16px; */
    border: solid #eee 1px;
}

.curl-command-text {
    color: #333;
}

.url {
    color: #007bff;
}

.api-key {
    color: #d63384;
}

.comment {
    color: #6c757d;
}

/* src/AsideSection.css */

.aside-section {
    padding: 16px;
}

.heading {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.link {
    color: #007bff;
    text-decoration: none;
}

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

/* src/ApiReference.css */

.api-reference {
    padding: 16px;
}

.api-reference-box {
    margin-bottom: 24px;
}

.section-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 12px;
}

.table-container {
    overflow-x: auto;
}

.api-reference-table {
    margin: auto;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px !important;
    position: relative;
    border-collapse: collapse;
    z-index: 1;
    color: #2b3c56;
}

/*thead {*/
/*background-color: #e4ecfe;*/
/*}*/

.api-reference-table th,
.api-reference-table td {
    padding: 12px 12px;
    border: transparent;
}

.api-reference-table th {
    /* background-color: #f8f9fa; */
    text-align: left;
}

/* tbody tr:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
} */

.authenticated-request .header {
    display: flex;
    background: #5bb3e6;
    width: 100%;
    padding: 10px;
    border: solid #69b4e8 1px;
    border-radius: 30px 30px 0px 0px;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}

.authenticated-request .header .title {
    padding-left: 10px;
    margin-bottom: 0;
    color: #fff;
}

.authenticated-request .copy-button {
    margin-top: 0;
}

.base-url-section .base-url-header {
    display: flex;
    background: #5bb3e6;
    width: 100%;
    padding: 10px;
    border: solid #69b4e8 1px;
    border-radius: 30px 30px 0px 0px;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}

.copy-icon-2 {
    background: #44aae3;
    border: 1px solid transparent;
    padding: 0.175rem 0.55rem;
    font-size: 1rem;
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    color: #fff;
}

.copy-icon-2:hover {
    background: #3792c5;
}

.modal-dialog-right {
    position: absolute;
    right: 0; /* Align to the right */
    margin: 0; /* Remove default margin */
    top: 20%; /* Adjust top position as needed */
}

.base-url-header .base-url-title {
    color: #fff;
}

.copy-button-new {
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
}

.copy-button-new i {
    color: #fff;
}

.gm-style .transit-container {
    background: transparent !important;
}

.gm-style .transit-container div {
    /*padding-left: 9px;*/
    background: transparent !important;
}

.gm-style .transit-container .gm-title {
    font-size: 16px !important;
}

/* .gm-style-iw-d div {
  padding-left: 3px !important;
  padding-top: 2px !important;  position: absolute;
  top: 81px;
  left: 8px;
  background: rgba(255, 255, 255, 1);
  border-radius: 21px;
  padding: 27px 0;
  width: 290px;
  padding-bottom: 4px !important;
} */
.spinner-border {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgb(33 33 33 / 5%);
    border-top-color: #6d6666;
    /* animation: spin 1s infinite linear; */
    border-radius: 100%;
    border-style: solid;
    margin: auto;
}

.mt-4-dashboard {
    margin-top: 29.5rem !important;
}

.home-section-dashboard {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #a19a9a54;
}

.leaflet-control-management {
    position: absolute;
    top: 81px;
    background: rgba(255, 255, 255, 1);
    padding: 27px 0;
    width: 100%;
}

.tabs-management {
    padding: 0;
    list-style: none;
    position: relative;
    border-bottom: 1px solid rgba(206, 212, 215, 1);
    display: flex;
    justify-content: center;
}

.tabs-management .active {
    position: relative;
    color: #26aae1;
    background: rgba(245, 249, 251, 1);
    font-weight: 700;
}

.tabs-management .active:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    bottom: -0.1em;
    left: 0;
    background: white;
}

.tabs-management li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 9px 9px;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    color: #919597;
    font-family: var(--font-default);
}

.tabs-management li:first-child {
    margin-left: 20px;
}

.tabs-management-suv {
    padding: 0;
    list-style: none;
    position: relative;
    margin-bottom: 0;
}

.tabs-management-suv li.active {
    color: #000;
    font-weight: 700;
}

.tabs-management-suv li.active:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    bottom: -0.1em;
    left: 0;
    background: white;
}

.tabs-management li:before {
    content: "";
    position: absolute;
    background: #26aae1;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0;
    opacity: 0;
}

.tabs-management li.active:before {
    opacity: 1;
}

.tabs-management-suv li {
    display: inline-block;
    cursor: pointer;
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25.05px;
    color: #919597;
    font-family: var(--font-default);
}

.tabs-management-suv li:first-child {
    margin-left: 40px;
}

.rdrDateRangePickerWrapper {
    position: absolute;
    z-index: 9;
    border: 1px solid #c5c5c5;
    top: -15px;
}

.date-range-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #cccccc59;
    z-index: 8;
    width: 100%;
}

.modal-VehicleDetails {
    width: 140%;
}

@media screen and (max-width: 768px) {
    .col-left {
        display: block;
    }

    .col-left h3 {
        margin-left: 10px;
    }

    .col-right {
        width: auto;
        display: block;
    }

    .modal-VehicleDetails {
        width: 100%;
    }
}

.custom-marker-label {
    background-color: white; /* White background for the label */
    padding: 2px 5px; /* Padding for the label */
    border-radius: 4px; /* Rounded corners */
    border: 1px solid black; /* Border around the label */
    position: absolute; /* Position for manual adjustments */
    top: 50px; /* Adjust the position to move below the icon */
    transform: translateX(-50%); /* Center the label */
    white-space: nowrap; /* Prevent text wrapping */
    text-align: center;
    font-size: 12px; /* Text size */
    color: black; /* Text color */
    font-weight: bold; /* Bold text */
}

.dropdowns-block i {
    background: #26aae1;
    position: absolute;
    left: -1px;
    width: 36px;
    height: 25px;
    top: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
}

.dropdowns-block {
    cursor: pointer;
    padding: 4px 22px;
    border: solid #26aae1 1px;
    width: 88%;
    display: block;
    margin-left: 0px;
    position: relative;
    padding-left: 45px;
    border-radius: 0;
    margin-bottom: 4px;
}

.gm-style .gm-style-iw-d {
    max-height: 241px !important;
    overflow: scroll !important;
    overflow-x: hidden !important;
}

.gm-style-iw-ch {
    padding-top: 0 !important;
}

.bootstrap-switch {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
    direction: ltr;
    display: inline-block;
    line-height: 0.5rem;
    overflow: hidden;
    position: relative;
    text-align: left;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    z-index: 0;
}

.bootstrap-switch .bootstrap-switch-container {
    border-radius: 0.25rem;
    display: inline-block;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bootstrap-switch:focus-within {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    box-sizing: border-box;
    cursor: pointer;
    display: table-cell;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2rem;
    padding: 0.25rem 0.5rem;
    vertical-align: middle;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background: #e9ecef;
    color: #1f2d3d;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #007bff;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {
    background: #6c757d;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    background: #28a745;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    background: #17a2b8;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    background: #ffc107;
    color: #1f2d3d;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    background: #dc3545;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-light,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-light {
    background: #f8f9fa;
    color: #1f2d3d;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-dark,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-dark {
    background: #343a40;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lightblue,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lightblue {
    background: #3c8dbc;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-navy,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-navy {
    background: #001f3f;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-olive,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-olive {
    background: #3d9970;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lime,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lime {
    background: #01ff70;
    color: #1f2d3d;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-fuchsia,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-fuchsia {
    background: #f012be;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-maroon,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-maroon {
    background: #d81b60;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-blue,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-blue {
    background: #007bff;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-indigo,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-indigo {
    background: #6610f2;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-purple,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-purple {
    background: #6f42c1;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-pink,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-pink {
    background: #e83e8c;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-red,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-red {
    background: #dc3545;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange {
    background: #fd7e14;
    color: #1f2d3d;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-yellow,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-yellow {
    background: #ffc107;
    color: #1f2d3d;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-green,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-green {
    background: #28a745;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-teal,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-teal {
    background: #20c997;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-cyan,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-cyan {
    background: #17a2b8;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-white,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-white {
    background: #ffffff;
    color: #1f2d3d;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-gray,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-gray {
    background: #6c757d;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-gray-dark,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-gray-dark {
    background: #343a40;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0.1rem;
    border-top-left-radius: 0.1rem;
}

.bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
}

.bootstrap-switch input[type="radio"],
.bootstrap-switch input[type="checkbox"] {
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: -1;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.1rem 0.3rem;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.2rem 0.4rem;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    font-size: 1.25rem;
    line-height: 1.3333333rem;
    padding: 0.3rem 0.5rem;
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
    cursor: default;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
    cursor: default;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    transition: margin-left 0.5s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-radius: 0 0.1rem 0.1rem 0;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-radius: 0.1rem 0 0 0.1rem;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off
.bootstrap-switch-label {
    border-bottom-right-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on
.bootstrap-switch-label {
    border-bottom-left-radius: 0.1rem;
    border-top-left-radius: 0.1rem;
}


.bootstrap-switch-on .bootstrap-switch-primary {
    background: #26aae1 !important;
}

.bootstrap-switch-off .bootstrap-switch-handle-off {
    background: #000 !important;
    color: #fff !important;
}

.gm-style-iw-d {
    margin: 0 !important;
    width: 100% !important;
    padding: 10px 16px !important;
    text-align: left !important;
}
